@swisspost/design-system-tokens 10.0.0-next.39 → 10.0.0-next.41
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 +5 -5
- 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 +319 -20
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
|
+
// Mon, 21 Jul 2025 12:07:23 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
|
+
// Mon, 21 Jul 2025 12:07:23 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
|
+
// Mon, 21 Jul 2025 12:07:23 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
|
+
// Mon, 21 Jul 2025 12:07:23 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
|
+
// Mon, 21 Jul 2025 12:07:23 GMT
|
|
5
5
|
|
|
6
6
|
$post-light: (
|
|
7
7
|
post-scheme-color-signal-success-dark: var(--post-core-color-notification-green),
|
|
@@ -133,8 +133,8 @@ $post-light: (
|
|
|
133
133
|
post-scheme-color-interactive-input-disabled-bg: var(--post-core-color-colorless),
|
|
134
134
|
post-scheme-color-interactive-input-disabled-fg: var(--post-core-color-sandgrey-060),
|
|
135
135
|
post-scheme-color-interactive-input-disabled-border: var(--post-core-color-sandgrey-060),
|
|
136
|
-
post-scheme-color-interactive-card-hover-bg: var(--post-core-color-sandgrey-
|
|
137
|
-
post-scheme-color-interactive-card-hover-fg: var(--post-core-color-
|
|
136
|
+
post-scheme-color-interactive-card-hover-bg: var(--post-core-color-sandgrey-020),
|
|
137
|
+
post-scheme-color-interactive-card-hover-fg: var(--post-core-color-sandgrey-100),
|
|
138
138
|
post-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-002),
|
|
139
139
|
post-scheme-color-surface-default-fg: var(--post-core-color-sandgrey-100),
|
|
140
140
|
post-scheme-color-surface-default-stroke: var(--post-core-color-sandgrey-100),
|
|
@@ -305,8 +305,8 @@ $post-dark: (
|
|
|
305
305
|
post-scheme-color-interactive-input-disabled-bg: var(--post-core-color-colorless),
|
|
306
306
|
post-scheme-color-interactive-input-disabled-fg: var(--post-core-color-sandgrey-alpha-lightsand-60),
|
|
307
307
|
post-scheme-color-interactive-input-disabled-border: var(--post-core-color-sandgrey-alpha-lightsand-60),
|
|
308
|
-
post-scheme-color-interactive-card-hover-bg: var(--post-core-color-sandgrey-
|
|
309
|
-
post-scheme-color-interactive-card-hover-fg: var(--post-core-color-
|
|
308
|
+
post-scheme-color-interactive-card-hover-bg: var(--post-core-color-sandgrey-020),
|
|
309
|
+
post-scheme-color-interactive-card-hover-fg: var(--post-core-color-sandgrey-100),
|
|
310
310
|
post-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-080),
|
|
311
311
|
post-scheme-color-surface-default-fg: var(--post-core-color-brand-white),
|
|
312
312
|
post-scheme-color-surface-default-stroke: var(--post-core-color-brand-white),
|
package/_theme.scss
CHANGED
package/_utilities.scss
CHANGED
package/package.json
CHANGED
package/palettes/_post-dark.scss
CHANGED
package/tokens.json
CHANGED
|
@@ -1283,11 +1283,11 @@
|
|
|
1283
1283
|
"hover": {
|
|
1284
1284
|
"bg": {
|
|
1285
1285
|
"$type": "color",
|
|
1286
|
-
"$value": "{post.core.color.sandgrey.
|
|
1286
|
+
"$value": "{post.core.color.sandgrey.020}"
|
|
1287
1287
|
},
|
|
1288
1288
|
"fg": {
|
|
1289
1289
|
"$type": "color",
|
|
1290
|
-
"$value": "{post.core.color.
|
|
1290
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
1293
|
}
|
|
@@ -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": {
|
|
@@ -9672,6 +9948,7 @@
|
|
|
9672
9948
|
"post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
|
|
9673
9949
|
"post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
|
|
9674
9950
|
"post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
|
|
9951
|
+
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9675
9952
|
"post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
|
|
9676
9953
|
"post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
|
|
9677
9954
|
"post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
|
|
@@ -9679,8 +9956,6 @@
|
|
|
9679
9956
|
"post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
|
|
9680
9957
|
"post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
|
|
9681
9958
|
"post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
|
|
9682
|
-
"post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
|
|
9683
|
-
"post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
|
|
9684
9959
|
"post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
|
|
9685
9960
|
"post.cargo.scheme.color.surface.default.fg": "d42f699b9bbf506aee792a6a5d28a01f8fdc3078",
|
|
9686
9961
|
"post.cargo.scheme.color.surface.default.stroke": "68a8156f2b87010e07a024843e8efbbdf62022d3",
|
|
@@ -9691,13 +9966,11 @@
|
|
|
9691
9966
|
"post.cargo.scheme.color.surface.brand.bg": "8ac0a07d302c92c052a22bb1fd904776139683c2",
|
|
9692
9967
|
"post.cargo.scheme.color.surface.brand.fg": "45dd08b4fe3f397ab01e14e3ac0df31ba570ea21",
|
|
9693
9968
|
"post.cargo.scheme.color.surface.brand.fg-accent": "15eac3957d30e8b21001a30f17a62fd362e0c5f0",
|
|
9969
|
+
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9694
9970
|
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
|
|
9695
9971
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
9696
9972
|
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9697
|
-
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9698
9973
|
"post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
|
|
9699
|
-
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9700
|
-
"post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
|
|
9701
9974
|
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
|
|
9702
9975
|
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
|
|
9703
9976
|
"post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
|
|
@@ -9710,8 +9983,7 @@
|
|
|
9710
9983
|
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
|
|
9711
9984
|
"post.scheme.color.interactive.card.hover.bg": "1d66654cac7bffff73a6850b64c4f9ea5a6d3f51",
|
|
9712
9985
|
"post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad",
|
|
9713
|
-
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275"
|
|
9714
|
-
"post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381"
|
|
9986
|
+
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275"
|
|
9715
9987
|
}
|
|
9716
9988
|
},
|
|
9717
9989
|
{
|
|
@@ -9864,9 +10136,11 @@
|
|
|
9864
10136
|
"post.scheme.color.surface.accent1.fg": "cce4daa2f47282b58b5c6403b0e33fd269602a86",
|
|
9865
10137
|
"post.scheme.color.surface.alternate.bg": "f9d7dfcf721d8f28f71a1c5752feba5011aec6e7",
|
|
9866
10138
|
"post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
|
|
10139
|
+
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
|
|
9867
10140
|
"post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
|
|
9868
10141
|
"post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
|
|
9869
10142
|
"post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
|
|
10143
|
+
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9870
10144
|
"post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
|
|
9871
10145
|
"post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
|
|
9872
10146
|
"post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
|
|
@@ -9874,8 +10148,6 @@
|
|
|
9874
10148
|
"post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
|
|
9875
10149
|
"post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
|
|
9876
10150
|
"post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
|
|
9877
|
-
"post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
|
|
9878
|
-
"post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
|
|
9879
10151
|
"post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
|
|
9880
10152
|
"post.cargo.scheme.color.surface.default.fg": "d42f699b9bbf506aee792a6a5d28a01f8fdc3078",
|
|
9881
10153
|
"post.cargo.scheme.color.surface.default.stroke": "68a8156f2b87010e07a024843e8efbbdf62022d3",
|
|
@@ -9886,15 +10158,11 @@
|
|
|
9886
10158
|
"post.cargo.scheme.color.surface.brand.bg": "8ac0a07d302c92c052a22bb1fd904776139683c2",
|
|
9887
10159
|
"post.cargo.scheme.color.surface.brand.fg": "45dd08b4fe3f397ab01e14e3ac0df31ba570ea21",
|
|
9888
10160
|
"post.cargo.scheme.color.surface.brand.fg-accent": "15eac3957d30e8b21001a30f17a62fd362e0c5f0",
|
|
10161
|
+
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9889
10162
|
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
|
|
9890
10163
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
9891
10164
|
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9892
|
-
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9893
|
-
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
|
|
9894
10165
|
"post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
|
|
9895
|
-
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9896
|
-
"post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
|
|
9897
|
-
"post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381",
|
|
9898
10166
|
"post.scheme.color.surface.accent.secondary-bg": "c3b14ae4cf48b1e003ab0fb1481649418ed1eba9"
|
|
9899
10167
|
},
|
|
9900
10168
|
"group": "Scheme"
|
|
@@ -9922,6 +10190,7 @@
|
|
|
9922
10190
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9923
10191
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9924
10192
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
10193
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9925
10194
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
9926
10195
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
9927
10196
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
@@ -9961,6 +10230,7 @@
|
|
|
9961
10230
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
9962
10231
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
9963
10232
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10233
|
+
"post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
|
|
9964
10234
|
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
|
|
9965
10235
|
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
|
|
9966
10236
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
@@ -9978,9 +10248,11 @@
|
|
|
9978
10248
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
9979
10249
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
9980
10250
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
10251
|
+
"post.device.sizing.interactive.chip.height": "33ecc9fa49debdf27325dbbbb262d1435643e17b",
|
|
9981
10252
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
9982
10253
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
9983
10254
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10255
|
+
"post.device.sizing.notification.4": "5268e2d45e08b4c4eb31a5b08a5b027cc8231fb8",
|
|
9984
10256
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
9985
10257
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
9986
10258
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -9998,7 +10270,7 @@
|
|
|
9998
10270
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9999
10271
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10000
10272
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10001
|
-
"post.device.spacing.
|
|
10273
|
+
"post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38",
|
|
10002
10274
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10003
10275
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10004
10276
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
@@ -10101,6 +10373,7 @@
|
|
|
10101
10373
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
10102
10374
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
10103
10375
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10376
|
+
"post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
|
|
10104
10377
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
10105
10378
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
10106
10379
|
"post.device.spacing.padding.block.8": "5eeaa782f13c9a6dc00a47078b54556fa50c611a",
|
|
@@ -10136,9 +10409,11 @@
|
|
|
10136
10409
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
10137
10410
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
10138
10411
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
10412
|
+
"post.device.sizing.interactive.chip.height": "33ecc9fa49debdf27325dbbbb262d1435643e17b",
|
|
10139
10413
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
10140
10414
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
10141
10415
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10416
|
+
"post.device.sizing.notification.4": "5268e2d45e08b4c4eb31a5b08a5b027cc8231fb8",
|
|
10142
10417
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
10143
10418
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
10144
10419
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -10153,6 +10428,7 @@
|
|
|
10153
10428
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
10154
10429
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10155
10430
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10431
|
+
"post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38",
|
|
10156
10432
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10157
10433
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10158
10434
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
@@ -10238,6 +10514,7 @@
|
|
|
10238
10514
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10239
10515
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10240
10516
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10517
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
10241
10518
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10242
10519
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
10243
10520
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
@@ -10281,6 +10558,7 @@
|
|
|
10281
10558
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
10282
10559
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
10283
10560
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10561
|
+
"post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
|
|
10284
10562
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
10285
10563
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
10286
10564
|
"post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
|
|
@@ -10329,9 +10607,11 @@
|
|
|
10329
10607
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
10330
10608
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
10331
10609
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
10610
|
+
"post.device.sizing.interactive.chip.height": "33ecc9fa49debdf27325dbbbb262d1435643e17b",
|
|
10332
10611
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
10333
10612
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
10334
10613
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10614
|
+
"post.device.sizing.notification.4": "5268e2d45e08b4c4eb31a5b08a5b027cc8231fb8",
|
|
10335
10615
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
10336
10616
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
10337
10617
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -10361,7 +10641,7 @@
|
|
|
10361
10641
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10362
10642
|
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
10363
10643
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10364
|
-
"post.device.spacing.
|
|
10644
|
+
"post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38"
|
|
10365
10645
|
}
|
|
10366
10646
|
},
|
|
10367
10647
|
{
|
|
@@ -10621,7 +10901,9 @@
|
|
|
10621
10901
|
"Components/Assist": "enabled",
|
|
10622
10902
|
"Components/Cards": "enabled",
|
|
10623
10903
|
"Components/Teaser": "enabled",
|
|
10624
|
-
"Components/Spin button": "enabled"
|
|
10904
|
+
"Components/Spin button": "enabled",
|
|
10905
|
+
"Components/Chip": "enabled",
|
|
10906
|
+
"Components/Filter": "enabled"
|
|
10625
10907
|
},
|
|
10626
10908
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
10627
10909
|
"$figmaModeId": "808:0",
|
|
@@ -10713,6 +10995,20 @@
|
|
|
10713
10995
|
"post.checkbox.border-radius": "d7f2f321d3f6aa26b82e92bdddc71e8278b2d45a",
|
|
10714
10996
|
"post.checkbox.group.legend.font-size": "5b0316a7c8f172a8c450b37de8030c2fafdd3b64",
|
|
10715
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",
|
|
10716
11012
|
"post.close.size": "515ef5927115a50084de12d9bd441da2ec42a649",
|
|
10717
11013
|
"post.close.border-radius": "5ff209f6925d4bc352a576c50751a96b71d67617",
|
|
10718
11014
|
"post.close.icon.size": "ea8353a741be98ec8b070be1ea1bedbb49292b8c",
|
|
@@ -10754,6 +11050,7 @@
|
|
|
10754
11050
|
"post.dropdown.single-select.menu.category-title.font-weight": "71f3d279def02a35bdf830cc04b8d7de98afce85",
|
|
10755
11051
|
"post.dropdown.single-select.menu.padding.block": "ffded9b6e80cffb4dc1beffccd10915a84316943",
|
|
10756
11052
|
"post.dropdown.single-select.menu.border-radius": "0a3072d6f52ca7336e8fa68eda76180b81827022",
|
|
11053
|
+
"post.filter.chips-group.selectable.gap": "0c53f7995efdf1f707fbe0d3a8a95bc5a32550bd",
|
|
10757
11054
|
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
10758
11055
|
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
10759
11056
|
"post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
|
|
@@ -10872,13 +11169,13 @@
|
|
|
10872
11169
|
"post.spin-button.action-button.border-radius": "ede9c268fc456972470b6c4921ce2297db06250e",
|
|
10873
11170
|
"post.spin-button.action-button.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
|
|
10874
11171
|
"post.stepper.gap.text-start": "973c3df60c62f3bb2022dfefdfcd62644cf365fd",
|
|
11172
|
+
"post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
|
|
10875
11173
|
"post.stepper.padding.connector": "94b9a5b72406ebedaab9706b909eb686f652d0b9",
|
|
10876
11174
|
"post.stepper.border-radius.round": "bdc93fb44481875870ddfd11f0ae816c08fc4ead",
|
|
10877
11175
|
"post.stepper.indicator": "0d44c723e1c37c40adbb8d3047fc721c28cfc0ee",
|
|
10878
11176
|
"post.stepper.border-width": "0f6b907201f835723c78bd931860c49072f5601e",
|
|
10879
11177
|
"post.stepper.step-label.font-size": "0670d51aeed5a96ef2236a0a9b326a168da026f0",
|
|
10880
11178
|
"post.stepper.step-label.selected.font-weight": "a347f5456ee7834fe09e5cc0089dd31720d51a29",
|
|
10881
|
-
"post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
|
|
10882
11179
|
"post.switch.icon.padding.container": "7de305f63552aa60ae1fdd6070365f0ee0f4041a",
|
|
10883
11180
|
"post.switch.element.width": "2c777f81d27d17b298a80176a9321eb9728da712",
|
|
10884
11181
|
"post.switch.element.height": "2bb770e36f1b556d983d21b595509f3e91a47655",
|
|
@@ -11379,9 +11676,11 @@
|
|
|
11379
11676
|
"Components/Button",
|
|
11380
11677
|
"Components/Cards",
|
|
11381
11678
|
"Components/Checkbox",
|
|
11679
|
+
"Components/Chip",
|
|
11382
11680
|
"Components/Close",
|
|
11383
11681
|
"Components/Container",
|
|
11384
11682
|
"Components/Dropdown",
|
|
11683
|
+
"Components/Filter",
|
|
11385
11684
|
"Components/Floating button",
|
|
11386
11685
|
"Components/Form footer",
|
|
11387
11686
|
"Components/Grid",
|