Skip to content

Commit b3deab2

Browse files
authored
build: bump ci version and package-lock.json version (#522)
* build: bump ci version and package-lock.json version * lint: fix warnings and errors
1 parent 529f4d2 commit b3deab2

File tree

8 files changed

+3583
-8087
lines changed

8 files changed

+3583
-8087
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [20.x]
18+
node-version: [24.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: 'npm'
1919
registry-url: 'https://registry.npmjs.org'
2020

package-lock.json

Lines changed: 3570 additions & 8065 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/themes/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// stylelint-disable value-no-vendor-prefix
12
@use 'sass:map';
23
@use 'sass:math';
34
@use 'sass:meta';

sass/themes/components/button/_button-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@
187187
$themes: map.merge(
188188
$themes,
189189
(
190-
$_name:
191-
extend(
190+
$_name: extend(
192191
digest-schema($_schema),
193192
(
194193
name: $name,

sass/themes/components/icon-button/_icon-button-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
$themes: map.merge(
104104
$themes,
105105
(
106-
$_name:
107-
extend(
106+
$_name: extend(
108107
digest-schema($_schema),
109108
(
110109
name: $name,

sass/themes/schemas/components/light/_input-group.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ $light-input-group: extend(
116116
),
117117
),
118118
// Text colors
119-
idle-text-color:
120-
(
119+
idle-text-color: (
121120
color: (
122121
'gray',
123122
700,
@@ -148,8 +147,7 @@ $light-input-group: extend(
148147
),
149148
),
150149
// State colors
151-
idle-secondary-color:
152-
(
150+
idle-secondary-color: (
153151
color: (
154152
'gray',
155153
700,

sass/themes/schemas/components/light/_stepper.scss

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
/// @prop {Map} content-foreground [color: ('gray', 900)] - The foreground of the step content.
6060
$light-stepper: (
6161
// Step incomplete
62-
content-foreground:
63-
(
62+
content-foreground: (
6463
color: (
6564
'gray',
6665
900,
@@ -264,8 +263,7 @@ $light-stepper: (
264263
),
265264

266265
// Disabled
267-
disabled-indicator-color:
268-
(
266+
disabled-indicator-color: (
269267
color: (
270268
'gray',
271269
500,
@@ -292,8 +290,7 @@ $light-stepper: (
292290
),
293291

294292
// Separator
295-
step-separator-color:
296-
(
293+
step-separator-color: (
297294
color: (
298295
'gray',
299296
300,
@@ -542,8 +539,7 @@ $fluent-stepper: extend(
542539
),
543540

544541
// Complete
545-
complete-indicator-background:
546-
(
542+
complete-indicator-background: (
547543
color: (
548544
'gray',
549545
300,
@@ -763,8 +759,7 @@ $bootstrap-stepper: extend(
763759
),
764760
),
765761
// Complete
766-
complete-indicator-background:
767-
(
762+
complete-indicator-background: (
768763
color: (
769764
'gray',
770765
400,
@@ -784,8 +779,7 @@ $bootstrap-stepper: extend(
784779
),
785780

786781
// Disabled
787-
disabled-indicator-outline:
788-
(
782+
disabled-indicator-outline: (
789783
color: (
790784
'gray',
791785
300,

0 commit comments

Comments
 (0)