Skip to content

Commit

Permalink
Merge branch 'main' into VIV-1512-dialpad
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaok authored Mar 13, 2024
2 parents a589501 + 23924c3 commit 7435439
Show file tree
Hide file tree
Showing 188 changed files with 1,925 additions and 1,672 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'npm'

- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'npm'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'npm'
- uses: actions/cache@v3
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'npm'

- uses: actions/cache@v3
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/_visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'npm'

- uses: actions/cache@v3
Expand All @@ -34,6 +34,11 @@ jobs:
key: ${{ runner.os }}-dist-${{ hashFiles('libs/**/*.*') }}

- run: scripts/visual-tests/run.tests.sh
env:
# Fix Firefox crash in GitHub Actions
# Details: https://github.com/microsoft/playwright/issues/6500#issuecomment-838515115
HOME: /root

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: set-vivid-version
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Download Build
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Download Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
cache: 'npm'

- uses: actions/cache@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: build
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Download Build
Expand All @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Download Build
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ package-lock.json
**/*.ts
**/*.mts
**/*.cts
**/*.css
**/*.scss
**/*.vue
**/*.md
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
{
"camelCaseSvgKeywords": true
}
]
],
"scss/operator-no-newline-after": null
}
}
]
Expand Down
66 changes: 33 additions & 33 deletions apps/docs/assets/styles/icons-gallery.css
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
.div-wrapper{
max-width: 1200px;
margin-top: 64px;
.div-wrapper {
max-width: 1200px;
margin-top: 64px;
}

#iconsLayout {
--layout-column-gap: 16px;
--layout-row-gap: 16px;
--layout-grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
--layout-column-gap: 16px;
--layout-row-gap: 16px;
--layout-grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

#iconDiv {
background-color: var(--vvd-color-neutral-50);
cursor: pointer;
border-radius: 6px;
aspect-ratio: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 16px;
background-color: var(--vvd-color-neutral-50);
cursor: pointer;
border-radius: 6px;
aspect-ratio: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 16px;

&:hover{
background-color: var(--vvd-color-neutral-100);
}
&:hover {
background-color: var(--vvd-color-neutral-100);
}
}

#iconSpan{
padding: 16px;
#iconSpan {
padding: 16px;
}

#nameSpan{
text-align: center;
#nameSpan {
text-align: center;
}

.button-wrapper{
text-align: center;
margin-block: 32px;
.button-wrapper {
text-align: center;
margin-block: 32px;
}

#copyAlert {
--alert-min-inline-size: auto;
pointer-events: none;
--alert-min-inline-size: auto;
pointer-events: none;
}

article p{
max-inline-size: 1200px;
article p {
max-inline-size: 1200px;
}

.tag-wrapper {
display: flex;
flex-wrap: wrap;
margin-block: 32px;
row-gap: 16px;
display: flex;
flex-wrap: wrap;
margin-block: 32px;
row-gap: 16px;
}

.tag-group {
margin-inline-end: 50px;
margin-inline-end: 50px;
}
47 changes: 30 additions & 17 deletions apps/docs/assets/styles/iframe.css
Original file line number Diff line number Diff line change
@@ -1,32 +1,45 @@
/* #region reset */
h1, h2, h3, h4, h5, h6, p {
margin: unset;
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: unset;
}

strong {
font-weight: unset;
font-weight: unset;
}
/* #endregion reset */

body {
margin: 0;
margin: 0;
}

body::before {
position: fixed;
inset: 0;
content: '';
background-color: inherit;
background-image: linear-gradient(45deg, var(--vvd-color-neutral-50) 25%,transparent 25%),linear-gradient(135deg, var(--vvd-color-neutral-50) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--vvd-color-neutral-50) 75%), linear-gradient(135deg, transparent 75%, var(--vvd-color-neutral-50) 75%);
background-size: 20px 20px;
background-position: 0px 0px, 10px 0px, 10px -10px, 0px 10px;
opacity: 0.5;
z-index: -1;
position: fixed;
inset: 0;
content: '';
background-color: inherit;
background-image: linear-gradient(
45deg,
var(--vvd-color-neutral-50) 25%,
transparent 25%
),
linear-gradient(135deg, var(--vvd-color-neutral-50) 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, var(--vvd-color-neutral-50) 75%),
linear-gradient(135deg, transparent 75%, var(--vvd-color-neutral-50) 75%);
background-size: 20px 20px;
background-position: 0px 0px, 10px 0px, 10px -10px, 0px 10px;
opacity: 0.5;
z-index: -1;
}

.center {
display: flex;
place-items: center;
place-content: center;
block-size: 100vh;
display: flex;
place-items: center;
place-content: center;
block-size: 100vh;
}
Loading

0 comments on commit 7435439

Please sign in to comment.