@swisspost/design-system-tokens 10.0.0-next.40 → 10.0.0-next.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/_channel.scss +1 -1
- package/_components.scss +52 -1
- package/_core.scss +1 -1
- package/_device.scss +13 -1
- package/_elements.scss +1 -1
- package/_helpers.scss +1 -1
- package/_index.scss +1 -1
- package/_palette.scss +1 -1
- package/_palettes.scss +1 -1
- package/_scheme.scss +1 -1
- package/_theme.scss +1 -1
- package/_utilities-formatted.scss +1 -1
- package/_utilities.scss +1 -1
- package/package.json +1 -1
- package/palettes/_cargo-dark.scss +1 -1
- package/palettes/_cargo-light.scss +1 -1
- package/palettes/_post-dark.scss +1 -1
- package/palettes/_post-light.scss +1 -1
- package/tailwind/helpers.tailwind.js +1 -1
- package/tailwind/utilities.tailwind.js +1 -1
- package/tokens.json +311 -4
package/CHANGELOG.md
CHANGED
package/_channel.scss
CHANGED
package/_components.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Tue, 22 Jul 2025 07:22:42 GMT
|
|
5
5
|
|
|
6
6
|
$post-accordion: (
|
|
7
7
|
post-accordion-header-padding-block-closed: var(--post-device-spacing-padding-19),
|
|
@@ -244,6 +244,53 @@ $post-checkbox: (
|
|
|
244
244
|
post-checkbox-label-padding-block: var(--post-device-spacing-padding-block-20),
|
|
245
245
|
);
|
|
246
246
|
|
|
247
|
+
$post-chip: (
|
|
248
|
+
post-chip-enabled-fg: var(--post-scheme-color-interactive-primary-enabled-fg1),
|
|
249
|
+
post-chip-enabled-bg: var(--post-scheme-color-interactive-primary-enabled-bg1),
|
|
250
|
+
post-chip-enabled-stroke: var(--post-scheme-color-interactive-primary-enabled-stroke),
|
|
251
|
+
post-chip-hovered-fg: var(--post-scheme-color-interactive-primary-hover-fg1),
|
|
252
|
+
post-chip-hovered-bg: var(--post-scheme-color-interactive-primary-hover-bg),
|
|
253
|
+
post-chip-hovered-stroke: var(--post-scheme-color-interactive-primary-hover-stroke),
|
|
254
|
+
post-chip-disabled-fg: var(--post-scheme-color-interactive-primary-disabled-fg1),
|
|
255
|
+
post-chip-disabled-bg: var(--post-scheme-color-interactive-primary-disabled-bg),
|
|
256
|
+
post-chip-disabled-stroke: var(--post-scheme-color-interactive-primary-disabled-stroke),
|
|
257
|
+
post-chip-selectable-selected-enabled-fg: var(--post-scheme-color-interactive-primary-selected-fg3),
|
|
258
|
+
post-chip-selectable-selected-enabled-bg: var(--post-scheme-color-interactive-primary-selected-bg4),
|
|
259
|
+
post-chip-selectable-selected-enabled-stroke: var(--post-scheme-color-interactive-primary-selected-stroke1),
|
|
260
|
+
post-chip-selectable-selected-hovered-fg: var(--post-scheme-color-interactive-primary-hover-fg3),
|
|
261
|
+
post-chip-selectable-selected-hovered-bg: var(--post-scheme-color-interactive-primary-hover-bg2),
|
|
262
|
+
post-chip-selectable-selected-hovered-stroke: var(--post-scheme-color-interactive-primary-hover-stroke),
|
|
263
|
+
post-chip-selectable-selected-disabled-fg: var(--post-scheme-color-interactive-primary-disabled-fg1),
|
|
264
|
+
post-chip-selectable-selected-disabled-bg: var(--post-scheme-color-interactive-primary-disabled-bg),
|
|
265
|
+
post-chip-selectable-selected-disabled-stroke: var(--post-scheme-color-interactive-primary-disabled-stroke),
|
|
266
|
+
post-chip-selectable-badge-enabled-fg: var(--post-scheme-color-interactive-primary-enabled-fg3),
|
|
267
|
+
post-chip-selectable-badge-enabled-bg: var(--post-scheme-color-interactive-primary-enabled-bg2),
|
|
268
|
+
post-chip-selectable-badge-hovered-fg: var(--post-scheme-color-interactive-primary-hover-fg3),
|
|
269
|
+
post-chip-selectable-badge-hovered-bg: var(--post-scheme-color-interactive-primary-hover-bg2),
|
|
270
|
+
post-chip-selectable-badge-disabled-fg: var(--post-scheme-color-interactive-primary-disabled-fg3),
|
|
271
|
+
post-chip-selectable-badge-disabled-bg: var(--post-scheme-color-interactive-primary-disabled-bg4),
|
|
272
|
+
post-chip-selectable-badge-selected-enabled-fg: var(--post-scheme-color-interactive-primary-selected-fg1),
|
|
273
|
+
post-chip-selectable-badge-selected-enabled-bg: var(--post-scheme-color-interactive-primary-selected-bg1),
|
|
274
|
+
post-chip-selectable-badge-selected-hovered-fg: var(--post-scheme-color-interactive-primary-hover-fg1),
|
|
275
|
+
post-chip-selectable-badge-selected-hovered-bg: var(--post-scheme-color-interactive-primary-hover-bg),
|
|
276
|
+
post-chip-selectable-badge-selected-disabled-fg: var(--post-scheme-color-interactive-primary-disabled-fg3),
|
|
277
|
+
post-chip-selectable-badge-selected-disabled-bg: var(--post-scheme-color-interactive-primary-disabled-bg4),
|
|
278
|
+
post-chip-selectable-badge-size: var(--post-device-sizing-notification-4),
|
|
279
|
+
post-chip-selectable-badge-padding-inline: var(--post-device-spacing-padding-inline-12),
|
|
280
|
+
post-chip-selectable-icon: var(--post-device-sizing-interactive-icon-size),
|
|
281
|
+
post-chip-selectable-gap-inline-selected-icon: var(--post-device-spacing-gap-inline-5),
|
|
282
|
+
post-chip-selectable-gap-inline-badge: var(--post-device-spacing-gap-inline-8),
|
|
283
|
+
post-chip-selectable-padding-inline: var(--post-device-spacing-padding-inline-11),
|
|
284
|
+
post-chip-border-radius: var(--post-device-border-radius-round),
|
|
285
|
+
post-chip-border-width: var(--post-device-border-width-default),
|
|
286
|
+
post-chip-height: var(--post-device-sizing-interactive-chip-height),
|
|
287
|
+
post-chip-dismissible-gap-inline: var(--post-device-spacing-gap-inline-8),
|
|
288
|
+
post-chip-dismissible-padding-inline: var(--post-device-spacing-padding-inline-11),
|
|
289
|
+
post-chip-dismissible-group-gap: var(--post-device-spacing-gap-1),
|
|
290
|
+
post-chip-label-font-size: var(--post-device-font-size-6),
|
|
291
|
+
post-chip-label-font-weight: var(--post-device-font-weight-regular),
|
|
292
|
+
);
|
|
293
|
+
|
|
247
294
|
$post-close: (
|
|
248
295
|
post-close-size: var(--post-device-sizing-notification-1),
|
|
249
296
|
post-close-enabled-fg: var(--post-scheme-color-interactive-button-tertiary-enabled-fg),
|
|
@@ -316,6 +363,10 @@ $post-dropdown: (
|
|
|
316
363
|
post-dropdown-single-select-menu-elevation: var(--post-device-elevation-300),
|
|
317
364
|
);
|
|
318
365
|
|
|
366
|
+
$post-filter: (
|
|
367
|
+
post-filter-chips-group-selectable-gap: var(--post-device-spacing-gap-1),
|
|
368
|
+
);
|
|
369
|
+
|
|
319
370
|
$post-floating-button: (
|
|
320
371
|
post-floating-button-position-right: var(--post-device-position-1),
|
|
321
372
|
post-floating-button-position-top: var(--post-device-position-4),
|
package/_core.scss
CHANGED
package/_device.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Tue, 22 Jul 2025 07:22:42 GMT
|
|
5
5
|
|
|
6
6
|
$post-desktop: (
|
|
7
7
|
post-device-font-size-1: var(--post-core-font-size-40),
|
|
@@ -68,6 +68,8 @@ $post-desktop: (
|
|
|
68
68
|
post-device-spacing-padding-inline-7: var(--post-core-dimension-14),
|
|
69
69
|
post-device-spacing-padding-inline-8: var(--post-core-dimension-2),
|
|
70
70
|
post-device-spacing-padding-inline-9: var(--post-core-dimension-0),
|
|
71
|
+
post-device-spacing-padding-inline-11: var(--post-core-dimension-12),
|
|
72
|
+
post-device-spacing-padding-inline-12: var(--post-core-dimension-6),
|
|
71
73
|
post-device-spacing-padding-block-1: var(--post-core-dimension-11),
|
|
72
74
|
post-device-spacing-padding-block-3: var(--post-core-dimension-4-5),
|
|
73
75
|
post-device-spacing-padding-block-5: var(--post-core-dimension-6),
|
|
@@ -116,9 +118,11 @@ $post-desktop: (
|
|
|
116
118
|
post-device-sizing-interactive-button-icon-4: var(--post-core-dimension-20),
|
|
117
119
|
post-device-sizing-interactive-button-icon-5: var(--post-core-dimension-16),
|
|
118
120
|
post-device-sizing-interactive-button-icon-6: var(--post-core-dimension-8),
|
|
121
|
+
post-device-sizing-interactive-chip-height: var(--post-core-dimension-40),
|
|
119
122
|
post-device-sizing-notification-1: var(--post-core-dimension-24),
|
|
120
123
|
post-device-sizing-notification-2: var(--post-core-dimension-16),
|
|
121
124
|
post-device-sizing-notification-3: var(--post-core-dimension-8),
|
|
125
|
+
post-device-sizing-notification-4: var(--post-core-dimension-24),
|
|
122
126
|
post-device-sizing-notification-icon-2: var(--post-core-dimension-64),
|
|
123
127
|
post-device-sizing-notification-icon-3: var(--post-core-dimension-32),
|
|
124
128
|
post-device-sizing-notification-icon-4: var(--post-core-dimension-48),
|
|
@@ -219,6 +223,8 @@ $post-tablet: (
|
|
|
219
223
|
post-device-spacing-padding-inline-7: var(--post-core-dimension-10),
|
|
220
224
|
post-device-spacing-padding-inline-8: var(--post-core-dimension-2),
|
|
221
225
|
post-device-spacing-padding-inline-9: var(--post-core-dimension-2),
|
|
226
|
+
post-device-spacing-padding-inline-11: var(--post-core-dimension-12),
|
|
227
|
+
post-device-spacing-padding-inline-12: var(--post-core-dimension-6),
|
|
222
228
|
post-device-spacing-padding-block-1: var(--post-core-dimension-10),
|
|
223
229
|
post-device-spacing-padding-block-3: var(--post-core-dimension-5),
|
|
224
230
|
post-device-spacing-padding-block-5: var(--post-core-dimension-6),
|
|
@@ -267,9 +273,11 @@ $post-tablet: (
|
|
|
267
273
|
post-device-sizing-interactive-button-icon-4: var(--post-core-dimension-16),
|
|
268
274
|
post-device-sizing-interactive-button-icon-5: var(--post-core-dimension-14),
|
|
269
275
|
post-device-sizing-interactive-button-icon-6: var(--post-core-dimension-6),
|
|
276
|
+
post-device-sizing-interactive-chip-height: var(--post-core-dimension-36),
|
|
270
277
|
post-device-sizing-notification-1: var(--post-core-dimension-24),
|
|
271
278
|
post-device-sizing-notification-2: var(--post-core-dimension-16),
|
|
272
279
|
post-device-sizing-notification-3: var(--post-core-dimension-8),
|
|
280
|
+
post-device-sizing-notification-4: var(--post-core-dimension-22),
|
|
273
281
|
post-device-sizing-notification-icon-2: var(--post-core-dimension-48),
|
|
274
282
|
post-device-sizing-notification-icon-3: var(--post-core-dimension-24),
|
|
275
283
|
post-device-sizing-notification-icon-4: var(--post-core-dimension-40),
|
|
@@ -370,6 +378,8 @@ $post-mobile: (
|
|
|
370
378
|
post-device-spacing-padding-inline-7: var(--post-core-dimension-8),
|
|
371
379
|
post-device-spacing-padding-inline-8: var(--post-core-dimension-0),
|
|
372
380
|
post-device-spacing-padding-inline-9: var(--post-core-dimension-0),
|
|
381
|
+
post-device-spacing-padding-inline-11: var(--post-core-dimension-10),
|
|
382
|
+
post-device-spacing-padding-inline-12: var(--post-core-dimension-6),
|
|
373
383
|
post-device-spacing-padding-block-1: var(--post-core-dimension-10),
|
|
374
384
|
post-device-spacing-padding-block-3: var(--post-core-dimension-6-5),
|
|
375
385
|
post-device-spacing-padding-block-5: var(--post-core-dimension-6),
|
|
@@ -418,9 +428,11 @@ $post-mobile: (
|
|
|
418
428
|
post-device-sizing-interactive-button-icon-4: var(--post-core-dimension-16),
|
|
419
429
|
post-device-sizing-interactive-button-icon-5: var(--post-core-dimension-14),
|
|
420
430
|
post-device-sizing-interactive-button-icon-6: var(--post-core-dimension-6),
|
|
431
|
+
post-device-sizing-interactive-chip-height: var(--post-core-dimension-32),
|
|
421
432
|
post-device-sizing-notification-1: var(--post-core-dimension-24),
|
|
422
433
|
post-device-sizing-notification-2: var(--post-core-dimension-16),
|
|
423
434
|
post-device-sizing-notification-3: var(--post-core-dimension-16),
|
|
435
|
+
post-device-sizing-notification-4: var(--post-core-dimension-20),
|
|
424
436
|
post-device-sizing-notification-icon-2: var(--post-core-dimension-40),
|
|
425
437
|
post-device-sizing-notification-icon-3: var(--post-core-dimension-24),
|
|
426
438
|
post-device-sizing-notification-icon-4: var(--post-core-dimension-32),
|
package/_elements.scss
CHANGED
package/_helpers.scss
CHANGED
package/_index.scss
CHANGED
package/_palette.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Tue, 22 Jul 2025 07:22:42 GMT
|
|
5
5
|
|
|
6
6
|
$post-default: (
|
|
7
7
|
post-palette-color-post-bg: var(--post-scheme-color-surface-default-bg),
|
package/_palettes.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Tue, 22 Jul 2025 07:22:42 GMT
|
|
5
5
|
|
|
6
6
|
$post-palettes: (
|
|
7
7
|
post-palettes-color-default-bg: var(--post-theme-color-palettes-default-bg),
|
package/_scheme.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Tue, 22 Jul 2025 07:22:42 GMT
|
|
5
5
|
|
|
6
6
|
$post-light: (
|
|
7
7
|
post-scheme-color-signal-success-dark: var(--post-core-color-notification-green),
|
package/_theme.scss
CHANGED
package/_utilities.scss
CHANGED
package/package.json
CHANGED
package/palettes/_post-dark.scss
CHANGED
package/tokens.json
CHANGED
|
@@ -2489,6 +2489,14 @@
|
|
|
2489
2489
|
"9": {
|
|
2490
2490
|
"$type": "spacing",
|
|
2491
2491
|
"$value": "{post.core.dimension.0}"
|
|
2492
|
+
},
|
|
2493
|
+
"11": {
|
|
2494
|
+
"$type": "spacing",
|
|
2495
|
+
"$value": "{post.core.dimension.12}"
|
|
2496
|
+
},
|
|
2497
|
+
"12": {
|
|
2498
|
+
"$type": "spacing",
|
|
2499
|
+
"$value": "{post.core.dimension.6}"
|
|
2492
2500
|
}
|
|
2493
2501
|
},
|
|
2494
2502
|
"block": {
|
|
@@ -2704,6 +2712,12 @@
|
|
|
2704
2712
|
"$value": "{post.core.dimension.8}"
|
|
2705
2713
|
}
|
|
2706
2714
|
}
|
|
2715
|
+
},
|
|
2716
|
+
"chip": {
|
|
2717
|
+
"height": {
|
|
2718
|
+
"$type": "sizing",
|
|
2719
|
+
"$value": "{post.core.dimension.40}"
|
|
2720
|
+
}
|
|
2707
2721
|
}
|
|
2708
2722
|
},
|
|
2709
2723
|
"notification": {
|
|
@@ -2719,6 +2733,10 @@
|
|
|
2719
2733
|
"$type": "sizing",
|
|
2720
2734
|
"$value": "{post.core.dimension.8}"
|
|
2721
2735
|
},
|
|
2736
|
+
"4": {
|
|
2737
|
+
"$type": "sizing",
|
|
2738
|
+
"$value": "{post.core.dimension.24}"
|
|
2739
|
+
},
|
|
2722
2740
|
"icon": {
|
|
2723
2741
|
"2": {
|
|
2724
2742
|
"$type": "sizing",
|
|
@@ -3133,6 +3151,14 @@
|
|
|
3133
3151
|
"9": {
|
|
3134
3152
|
"$type": "spacing",
|
|
3135
3153
|
"$value": "{post.core.dimension.2}"
|
|
3154
|
+
},
|
|
3155
|
+
"11": {
|
|
3156
|
+
"$type": "spacing",
|
|
3157
|
+
"$value": "{post.core.dimension.12}"
|
|
3158
|
+
},
|
|
3159
|
+
"12": {
|
|
3160
|
+
"$type": "spacing",
|
|
3161
|
+
"$value": "{post.core.dimension.6}"
|
|
3136
3162
|
}
|
|
3137
3163
|
}
|
|
3138
3164
|
},
|
|
@@ -3222,6 +3248,12 @@
|
|
|
3222
3248
|
"$value": "{post.core.dimension.6}"
|
|
3223
3249
|
}
|
|
3224
3250
|
}
|
|
3251
|
+
},
|
|
3252
|
+
"chip": {
|
|
3253
|
+
"height": {
|
|
3254
|
+
"$type": "sizing",
|
|
3255
|
+
"$value": "{post.core.dimension.36}"
|
|
3256
|
+
}
|
|
3225
3257
|
}
|
|
3226
3258
|
},
|
|
3227
3259
|
"notification": {
|
|
@@ -3237,6 +3269,10 @@
|
|
|
3237
3269
|
"$type": "sizing",
|
|
3238
3270
|
"$value": "{post.core.dimension.8}"
|
|
3239
3271
|
},
|
|
3272
|
+
"4": {
|
|
3273
|
+
"$type": "sizing",
|
|
3274
|
+
"$value": "{post.core.dimension.22}"
|
|
3275
|
+
},
|
|
3240
3276
|
"icon": {
|
|
3241
3277
|
"2": {
|
|
3242
3278
|
"$type": "sizing",
|
|
@@ -3541,6 +3577,14 @@
|
|
|
3541
3577
|
"9": {
|
|
3542
3578
|
"$type": "spacing",
|
|
3543
3579
|
"$value": "{post.core.dimension.0}"
|
|
3580
|
+
},
|
|
3581
|
+
"11": {
|
|
3582
|
+
"$type": "spacing",
|
|
3583
|
+
"$value": "{post.core.dimension.10}"
|
|
3584
|
+
},
|
|
3585
|
+
"12": {
|
|
3586
|
+
"$type": "spacing",
|
|
3587
|
+
"$value": "{post.core.dimension.6}"
|
|
3544
3588
|
}
|
|
3545
3589
|
},
|
|
3546
3590
|
"block": {
|
|
@@ -3704,6 +3748,12 @@
|
|
|
3704
3748
|
"$value": "{post.core.dimension.14}"
|
|
3705
3749
|
}
|
|
3706
3750
|
}
|
|
3751
|
+
},
|
|
3752
|
+
"chip": {
|
|
3753
|
+
"height": {
|
|
3754
|
+
"$type": "sizing",
|
|
3755
|
+
"$value": "{post.core.dimension.32}"
|
|
3756
|
+
}
|
|
3707
3757
|
}
|
|
3708
3758
|
},
|
|
3709
3759
|
"notification": {
|
|
@@ -3719,6 +3769,10 @@
|
|
|
3719
3769
|
"$type": "sizing",
|
|
3720
3770
|
"$value": "{post.core.dimension.16}"
|
|
3721
3771
|
},
|
|
3772
|
+
"4": {
|
|
3773
|
+
"$type": "sizing",
|
|
3774
|
+
"$value": "{post.core.dimension.20}"
|
|
3775
|
+
},
|
|
3722
3776
|
"icon": {
|
|
3723
3777
|
"2": {
|
|
3724
3778
|
"$type": "sizing",
|
|
@@ -5665,6 +5719,214 @@
|
|
|
5665
5719
|
}
|
|
5666
5720
|
}
|
|
5667
5721
|
},
|
|
5722
|
+
"Components/Chip": {
|
|
5723
|
+
"post": {
|
|
5724
|
+
"chip": {
|
|
5725
|
+
"enabled-fg": {
|
|
5726
|
+
"$type": "color",
|
|
5727
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
5728
|
+
},
|
|
5729
|
+
"enabled-bg": {
|
|
5730
|
+
"$type": "color",
|
|
5731
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
|
|
5732
|
+
},
|
|
5733
|
+
"enabled-stroke": {
|
|
5734
|
+
"$type": "color",
|
|
5735
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
5736
|
+
},
|
|
5737
|
+
"hovered-fg": {
|
|
5738
|
+
"$type": "color",
|
|
5739
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
5740
|
+
},
|
|
5741
|
+
"hovered-bg": {
|
|
5742
|
+
"$type": "color",
|
|
5743
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
5744
|
+
},
|
|
5745
|
+
"hovered-stroke": {
|
|
5746
|
+
"$type": "color",
|
|
5747
|
+
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
5748
|
+
},
|
|
5749
|
+
"disabled-fg": {
|
|
5750
|
+
"$type": "color",
|
|
5751
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
5752
|
+
},
|
|
5753
|
+
"disabled-bg": {
|
|
5754
|
+
"$type": "color",
|
|
5755
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg}"
|
|
5756
|
+
},
|
|
5757
|
+
"disabled-stroke": {
|
|
5758
|
+
"$type": "color",
|
|
5759
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
5760
|
+
},
|
|
5761
|
+
"selectable": {
|
|
5762
|
+
"selected": {
|
|
5763
|
+
"enabled-fg": {
|
|
5764
|
+
"$type": "color",
|
|
5765
|
+
"$value": "{post.scheme.color.interactive.primary.selected.fg3}"
|
|
5766
|
+
},
|
|
5767
|
+
"enabled-bg": {
|
|
5768
|
+
"$type": "color",
|
|
5769
|
+
"$value": "{post.scheme.color.interactive.primary.selected.bg4}"
|
|
5770
|
+
},
|
|
5771
|
+
"enabled-stroke": {
|
|
5772
|
+
"$type": "color",
|
|
5773
|
+
"$value": "{post.scheme.color.interactive.primary.selected.stroke1}"
|
|
5774
|
+
},
|
|
5775
|
+
"hovered-fg": {
|
|
5776
|
+
"$type": "color",
|
|
5777
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg3}"
|
|
5778
|
+
},
|
|
5779
|
+
"hovered-bg": {
|
|
5780
|
+
"$type": "color",
|
|
5781
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg2}"
|
|
5782
|
+
},
|
|
5783
|
+
"hovered-stroke": {
|
|
5784
|
+
"$type": "color",
|
|
5785
|
+
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
5786
|
+
},
|
|
5787
|
+
"disabled-fg": {
|
|
5788
|
+
"$type": "color",
|
|
5789
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
5790
|
+
},
|
|
5791
|
+
"disabled-bg": {
|
|
5792
|
+
"$type": "color",
|
|
5793
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg}"
|
|
5794
|
+
},
|
|
5795
|
+
"disabled-stroke": {
|
|
5796
|
+
"$type": "color",
|
|
5797
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
5798
|
+
}
|
|
5799
|
+
},
|
|
5800
|
+
"badge": {
|
|
5801
|
+
"enabled-fg": {
|
|
5802
|
+
"$type": "color",
|
|
5803
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg3}"
|
|
5804
|
+
},
|
|
5805
|
+
"enabled-bg": {
|
|
5806
|
+
"$type": "color",
|
|
5807
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg2}"
|
|
5808
|
+
},
|
|
5809
|
+
"hovered-fg": {
|
|
5810
|
+
"$type": "color",
|
|
5811
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg3}"
|
|
5812
|
+
},
|
|
5813
|
+
"hovered-bg": {
|
|
5814
|
+
"$type": "color",
|
|
5815
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg2}"
|
|
5816
|
+
},
|
|
5817
|
+
"disabled-fg": {
|
|
5818
|
+
"$type": "color",
|
|
5819
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg3}"
|
|
5820
|
+
},
|
|
5821
|
+
"disabled-bg": {
|
|
5822
|
+
"$type": "color",
|
|
5823
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg4}"
|
|
5824
|
+
},
|
|
5825
|
+
"selected": {
|
|
5826
|
+
"enabled-fg": {
|
|
5827
|
+
"$type": "color",
|
|
5828
|
+
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
|
|
5829
|
+
},
|
|
5830
|
+
"enabled-bg": {
|
|
5831
|
+
"$type": "color",
|
|
5832
|
+
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
|
|
5833
|
+
},
|
|
5834
|
+
"hovered-fg": {
|
|
5835
|
+
"$type": "color",
|
|
5836
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
5837
|
+
},
|
|
5838
|
+
"hovered-bg": {
|
|
5839
|
+
"$type": "color",
|
|
5840
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
5841
|
+
},
|
|
5842
|
+
"disabled-fg": {
|
|
5843
|
+
"$type": "color",
|
|
5844
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg3}"
|
|
5845
|
+
},
|
|
5846
|
+
"disabled-bg": {
|
|
5847
|
+
"$type": "color",
|
|
5848
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg4}"
|
|
5849
|
+
}
|
|
5850
|
+
},
|
|
5851
|
+
"size": {
|
|
5852
|
+
"$type": "sizing",
|
|
5853
|
+
"$value": "{post.device.sizing.notification.4}"
|
|
5854
|
+
},
|
|
5855
|
+
"padding": {
|
|
5856
|
+
"inline": {
|
|
5857
|
+
"$type": "spacing",
|
|
5858
|
+
"$value": "{post.device.spacing.padding.inline.12}"
|
|
5859
|
+
}
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
"icon": {
|
|
5863
|
+
"$type": "sizing",
|
|
5864
|
+
"$value": "{post.device.sizing.interactive.icon.size}"
|
|
5865
|
+
},
|
|
5866
|
+
"gap": {
|
|
5867
|
+
"inline": {
|
|
5868
|
+
"selected-icon": {
|
|
5869
|
+
"$type": "spacing",
|
|
5870
|
+
"$value": "{post.device.spacing.gap.inline.5}"
|
|
5871
|
+
},
|
|
5872
|
+
"badge": {
|
|
5873
|
+
"$type": "spacing",
|
|
5874
|
+
"$value": "{post.device.spacing.gap.inline.8}"
|
|
5875
|
+
}
|
|
5876
|
+
}
|
|
5877
|
+
},
|
|
5878
|
+
"padding": {
|
|
5879
|
+
"inline": {
|
|
5880
|
+
"$type": "spacing",
|
|
5881
|
+
"$value": "{post.device.spacing.padding.inline.11}"
|
|
5882
|
+
}
|
|
5883
|
+
}
|
|
5884
|
+
},
|
|
5885
|
+
"border-radius": {
|
|
5886
|
+
"$type": "borderRadius",
|
|
5887
|
+
"$value": "{post.device.border-radius.round}"
|
|
5888
|
+
},
|
|
5889
|
+
"border-width": {
|
|
5890
|
+
"$type": "borderWidth",
|
|
5891
|
+
"$value": "{post.device.border-width.default}"
|
|
5892
|
+
},
|
|
5893
|
+
"height": {
|
|
5894
|
+
"$type": "sizing",
|
|
5895
|
+
"$value": "{post.device.sizing.interactive.chip.height}"
|
|
5896
|
+
},
|
|
5897
|
+
"dismissible": {
|
|
5898
|
+
"gap": {
|
|
5899
|
+
"inline": {
|
|
5900
|
+
"$type": "spacing",
|
|
5901
|
+
"$value": "{post.device.spacing.gap.inline.8}"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
"padding": {
|
|
5905
|
+
"inline": {
|
|
5906
|
+
"$type": "spacing",
|
|
5907
|
+
"$value": "{post.device.spacing.padding.inline.11}"
|
|
5908
|
+
}
|
|
5909
|
+
},
|
|
5910
|
+
"group": {
|
|
5911
|
+
"gap": {
|
|
5912
|
+
"$type": "spacing",
|
|
5913
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
5914
|
+
}
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
"label": {
|
|
5918
|
+
"font-size": {
|
|
5919
|
+
"$type": "fontSizes",
|
|
5920
|
+
"$value": "{post.device.font-size.6}"
|
|
5921
|
+
},
|
|
5922
|
+
"font-weight": {
|
|
5923
|
+
"$type": "fontWeights",
|
|
5924
|
+
"$value": "{post.device.font-weight.regular}"
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5668
5930
|
"Components/Close": {
|
|
5669
5931
|
"post": {
|
|
5670
5932
|
"close": {
|
|
@@ -6009,6 +6271,20 @@
|
|
|
6009
6271
|
}
|
|
6010
6272
|
}
|
|
6011
6273
|
},
|
|
6274
|
+
"Components/Filter": {
|
|
6275
|
+
"post": {
|
|
6276
|
+
"filter": {
|
|
6277
|
+
"chips-group": {
|
|
6278
|
+
"selectable": {
|
|
6279
|
+
"gap": {
|
|
6280
|
+
"$type": "spacing",
|
|
6281
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
6284
|
+
}
|
|
6285
|
+
}
|
|
6286
|
+
}
|
|
6287
|
+
},
|
|
6012
6288
|
"Components/Floating button": {
|
|
6013
6289
|
"post": {
|
|
6014
6290
|
"floating-button": {
|
|
@@ -9914,6 +10190,7 @@
|
|
|
9914
10190
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9915
10191
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9916
10192
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
10193
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9917
10194
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
9918
10195
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
9919
10196
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
@@ -9953,6 +10230,7 @@
|
|
|
9953
10230
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
9954
10231
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
9955
10232
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10233
|
+
"post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
|
|
9956
10234
|
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
|
|
9957
10235
|
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
|
|
9958
10236
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
@@ -9970,9 +10248,11 @@
|
|
|
9970
10248
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
9971
10249
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
9972
10250
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
10251
|
+
"post.device.sizing.interactive.chip.height": "33ecc9fa49debdf27325dbbbb262d1435643e17b",
|
|
9973
10252
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
9974
10253
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
9975
10254
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10255
|
+
"post.device.sizing.notification.4": "5268e2d45e08b4c4eb31a5b08a5b027cc8231fb8",
|
|
9976
10256
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
9977
10257
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
9978
10258
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -9990,7 +10270,7 @@
|
|
|
9990
10270
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9991
10271
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9992
10272
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
9993
|
-
"post.device.spacing.
|
|
10273
|
+
"post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38",
|
|
9994
10274
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9995
10275
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
9996
10276
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
@@ -10093,6 +10373,7 @@
|
|
|
10093
10373
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
10094
10374
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
10095
10375
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10376
|
+
"post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
|
|
10096
10377
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
10097
10378
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
10098
10379
|
"post.device.spacing.padding.block.8": "5eeaa782f13c9a6dc00a47078b54556fa50c611a",
|
|
@@ -10128,9 +10409,11 @@
|
|
|
10128
10409
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
10129
10410
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
10130
10411
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
10412
|
+
"post.device.sizing.interactive.chip.height": "33ecc9fa49debdf27325dbbbb262d1435643e17b",
|
|
10131
10413
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
10132
10414
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
10133
10415
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10416
|
+
"post.device.sizing.notification.4": "5268e2d45e08b4c4eb31a5b08a5b027cc8231fb8",
|
|
10134
10417
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
10135
10418
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
10136
10419
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -10145,6 +10428,7 @@
|
|
|
10145
10428
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
10146
10429
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10147
10430
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10431
|
+
"post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38",
|
|
10148
10432
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10149
10433
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10150
10434
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
@@ -10230,6 +10514,7 @@
|
|
|
10230
10514
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10231
10515
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10232
10516
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10517
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
10233
10518
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10234
10519
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
10235
10520
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
@@ -10273,6 +10558,7 @@
|
|
|
10273
10558
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
10274
10559
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
10275
10560
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10561
|
+
"post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
|
|
10276
10562
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
10277
10563
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
10278
10564
|
"post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
|
|
@@ -10321,9 +10607,11 @@
|
|
|
10321
10607
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
10322
10608
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
10323
10609
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
10610
|
+
"post.device.sizing.interactive.chip.height": "33ecc9fa49debdf27325dbbbb262d1435643e17b",
|
|
10324
10611
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
10325
10612
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
10326
10613
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10614
|
+
"post.device.sizing.notification.4": "5268e2d45e08b4c4eb31a5b08a5b027cc8231fb8",
|
|
10327
10615
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
10328
10616
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
10329
10617
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -10353,7 +10641,7 @@
|
|
|
10353
10641
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10354
10642
|
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
10355
10643
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10356
|
-
"post.device.spacing.
|
|
10644
|
+
"post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38"
|
|
10357
10645
|
}
|
|
10358
10646
|
},
|
|
10359
10647
|
{
|
|
@@ -10613,7 +10901,9 @@
|
|
|
10613
10901
|
"Components/Assist": "enabled",
|
|
10614
10902
|
"Components/Cards": "enabled",
|
|
10615
10903
|
"Components/Teaser": "enabled",
|
|
10616
|
-
"Components/Spin button": "enabled"
|
|
10904
|
+
"Components/Spin button": "enabled",
|
|
10905
|
+
"Components/Chip": "enabled",
|
|
10906
|
+
"Components/Filter": "enabled"
|
|
10617
10907
|
},
|
|
10618
10908
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
10619
10909
|
"$figmaModeId": "808:0",
|
|
@@ -10705,6 +10995,20 @@
|
|
|
10705
10995
|
"post.checkbox.border-radius": "d7f2f321d3f6aa26b82e92bdddc71e8278b2d45a",
|
|
10706
10996
|
"post.checkbox.group.legend.font-size": "5b0316a7c8f172a8c450b37de8030c2fafdd3b64",
|
|
10707
10997
|
"post.checkbox.label.padding.block": "1f0dbe15a811f9ac9a6699131a7925b19b90da68",
|
|
10998
|
+
"post.chip.selectable.badge.size": "bb9ec7fbf840d3d0e20585c196ffecacb1aefbb6",
|
|
10999
|
+
"post.chip.selectable.icon": "e9d20fbb4403497580837d8ec5669123a56f591b",
|
|
11000
|
+
"post.chip.selectable.gap.inline.selected-icon": "2294da078f7e3915a30ff67db5f64dadba3dda67",
|
|
11001
|
+
"post.chip.selectable.gap.inline.badge": "de6fc298750ca61102ca472755d9b34e485c16a2",
|
|
11002
|
+
"post.chip.selectable.padding.inline": "3b6ea1b9397cba483afd45dfd9da0ab4a02515bd",
|
|
11003
|
+
"post.chip.border-radius": "953906e6cac7827694001ce4bc9d56d73d35241c",
|
|
11004
|
+
"post.chip.border-width": "2a24ebfab14e8db3372ea8b1602c2a9d4cf32c54",
|
|
11005
|
+
"post.chip.height": "1429f0e4e01b8078a50fed52350ed8d09eb52db8",
|
|
11006
|
+
"post.chip.dismissible.gap.inline": "ce39f9ba27871d78d6c96f08335dd71f2217a0d7",
|
|
11007
|
+
"post.chip.dismissible.padding.inline": "c53d0491bdacbda666b1bce6f5eb48b789ff0996",
|
|
11008
|
+
"post.chip.dismissible.group.gap": "e8d1250fed3d055d56ece024f14fc4439ee0739d",
|
|
11009
|
+
"post.chip.label.font-size": "59b54e3cab7901a087f4350d877de5603b6fa693",
|
|
11010
|
+
"post.chip.label.font-weight": "552ca647b4c7033e9a99836bfa216db0cf5ba6ce",
|
|
11011
|
+
"post.chip.selectable.badge.padding.inline": "8c3b827f5299b4d3b12adec44674a43788ade83d",
|
|
10708
11012
|
"post.close.size": "515ef5927115a50084de12d9bd441da2ec42a649",
|
|
10709
11013
|
"post.close.border-radius": "5ff209f6925d4bc352a576c50751a96b71d67617",
|
|
10710
11014
|
"post.close.icon.size": "ea8353a741be98ec8b070be1ea1bedbb49292b8c",
|
|
@@ -10746,6 +11050,7 @@
|
|
|
10746
11050
|
"post.dropdown.single-select.menu.category-title.font-weight": "71f3d279def02a35bdf830cc04b8d7de98afce85",
|
|
10747
11051
|
"post.dropdown.single-select.menu.padding.block": "ffded9b6e80cffb4dc1beffccd10915a84316943",
|
|
10748
11052
|
"post.dropdown.single-select.menu.border-radius": "0a3072d6f52ca7336e8fa68eda76180b81827022",
|
|
11053
|
+
"post.filter.chips-group.selectable.gap": "0c53f7995efdf1f707fbe0d3a8a95bc5a32550bd",
|
|
10749
11054
|
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
10750
11055
|
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
10751
11056
|
"post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
|
|
@@ -10864,13 +11169,13 @@
|
|
|
10864
11169
|
"post.spin-button.action-button.border-radius": "ede9c268fc456972470b6c4921ce2297db06250e",
|
|
10865
11170
|
"post.spin-button.action-button.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
|
|
10866
11171
|
"post.stepper.gap.text-start": "973c3df60c62f3bb2022dfefdfcd62644cf365fd",
|
|
11172
|
+
"post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
|
|
10867
11173
|
"post.stepper.padding.connector": "94b9a5b72406ebedaab9706b909eb686f652d0b9",
|
|
10868
11174
|
"post.stepper.border-radius.round": "bdc93fb44481875870ddfd11f0ae816c08fc4ead",
|
|
10869
11175
|
"post.stepper.indicator": "0d44c723e1c37c40adbb8d3047fc721c28cfc0ee",
|
|
10870
11176
|
"post.stepper.border-width": "0f6b907201f835723c78bd931860c49072f5601e",
|
|
10871
11177
|
"post.stepper.step-label.font-size": "0670d51aeed5a96ef2236a0a9b326a168da026f0",
|
|
10872
11178
|
"post.stepper.step-label.selected.font-weight": "a347f5456ee7834fe09e5cc0089dd31720d51a29",
|
|
10873
|
-
"post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
|
|
10874
11179
|
"post.switch.icon.padding.container": "7de305f63552aa60ae1fdd6070365f0ee0f4041a",
|
|
10875
11180
|
"post.switch.element.width": "2c777f81d27d17b298a80176a9321eb9728da712",
|
|
10876
11181
|
"post.switch.element.height": "2bb770e36f1b556d983d21b595509f3e91a47655",
|
|
@@ -11371,9 +11676,11 @@
|
|
|
11371
11676
|
"Components/Button",
|
|
11372
11677
|
"Components/Cards",
|
|
11373
11678
|
"Components/Checkbox",
|
|
11679
|
+
"Components/Chip",
|
|
11374
11680
|
"Components/Close",
|
|
11375
11681
|
"Components/Container",
|
|
11376
11682
|
"Components/Dropdown",
|
|
11683
|
+
"Components/Filter",
|
|
11377
11684
|
"Components/Floating button",
|
|
11378
11685
|
"Components/Form footer",
|
|
11379
11686
|
"Components/Grid",
|