@swisspost/design-system-tokens 10.0.0-next.50 → 10.0.0-next.52
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 +55 -19
- package/_core.scss +2 -1
- package/_device.scss +40 -1
- package/_elements.scss +1 -1
- package/_helpers.scss +1 -1
- package/_index.scss +1 -1
- package/_palette.scss +1 -1
- package/_scheme.scss +1 -1
- package/_schemestatic.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/tailwind/helpers.tailwind.css +17 -0
- package/tailwind/utilities.tailwind.css +108 -0
- package/tokens.json +980 -149
- package/tailwind/helpers.tailwind.js +0 -17
- package/tailwind/utilities.tailwind.js +0 -130
package/tokens.json
CHANGED
|
@@ -466,6 +466,10 @@
|
|
|
466
466
|
"24-5": {
|
|
467
467
|
"$type": "dimension",
|
|
468
468
|
"$value": "24.5"
|
|
469
|
+
},
|
|
470
|
+
"2-5": {
|
|
471
|
+
"$type": "dimension",
|
|
472
|
+
"$value": "2.5px"
|
|
469
473
|
}
|
|
470
474
|
},
|
|
471
475
|
"font-weight": {
|
|
@@ -2536,6 +2540,14 @@
|
|
|
2536
2540
|
"$type": "spacing",
|
|
2537
2541
|
"$value": "{post.core.dimension.16}"
|
|
2538
2542
|
},
|
|
2543
|
+
"9": {
|
|
2544
|
+
"$type": "spacing",
|
|
2545
|
+
"$value": "{post.core.dimension.12}"
|
|
2546
|
+
},
|
|
2547
|
+
"10": {
|
|
2548
|
+
"$type": "spacing",
|
|
2549
|
+
"$value": "{post.core.dimension.24}"
|
|
2550
|
+
},
|
|
2539
2551
|
"block": {
|
|
2540
2552
|
"1": {
|
|
2541
2553
|
"$type": "spacing",
|
|
@@ -2650,6 +2662,14 @@
|
|
|
2650
2662
|
"$type": "spacing",
|
|
2651
2663
|
"$value": "{post.core.dimension.1}"
|
|
2652
2664
|
},
|
|
2665
|
+
"13": {
|
|
2666
|
+
"$type": "spacing",
|
|
2667
|
+
"$value": "{post.core.dimension.0}"
|
|
2668
|
+
},
|
|
2669
|
+
"14": {
|
|
2670
|
+
"$type": "spacing",
|
|
2671
|
+
"$value": "{post.core.dimension.2-5}"
|
|
2672
|
+
},
|
|
2653
2673
|
"15": {
|
|
2654
2674
|
"$type": "spacing",
|
|
2655
2675
|
"$value": "{post.core.dimension.8}"
|
|
@@ -2674,6 +2694,34 @@
|
|
|
2674
2694
|
"$type": "spacing",
|
|
2675
2695
|
"$value": "{post.core.dimension.24}"
|
|
2676
2696
|
},
|
|
2697
|
+
"21": {
|
|
2698
|
+
"$type": "spacing",
|
|
2699
|
+
"$value": "{post.core.dimension.1-5}"
|
|
2700
|
+
},
|
|
2701
|
+
"22": {
|
|
2702
|
+
"$type": "spacing",
|
|
2703
|
+
"$value": "{post.core.dimension.14}"
|
|
2704
|
+
},
|
|
2705
|
+
"23": {
|
|
2706
|
+
"$type": "spacing",
|
|
2707
|
+
"$value": "{post.core.dimension.11}"
|
|
2708
|
+
},
|
|
2709
|
+
"24": {
|
|
2710
|
+
"$type": "spacing",
|
|
2711
|
+
"$value": "{post.core.dimension.7}"
|
|
2712
|
+
},
|
|
2713
|
+
"25": {
|
|
2714
|
+
"$type": "spacing",
|
|
2715
|
+
"$value": "{post.core.dimension.7}"
|
|
2716
|
+
},
|
|
2717
|
+
"26": {
|
|
2718
|
+
"$type": "spacing",
|
|
2719
|
+
"$value": "{post.core.dimension.6}"
|
|
2720
|
+
},
|
|
2721
|
+
"27": {
|
|
2722
|
+
"$type": "spacing",
|
|
2723
|
+
"$value": "{post.core.dimension.18}"
|
|
2724
|
+
},
|
|
2677
2725
|
"inline": {
|
|
2678
2726
|
"1": {
|
|
2679
2727
|
"$type": "spacing",
|
|
@@ -2868,6 +2916,10 @@
|
|
|
2868
2916
|
"size5": {
|
|
2869
2917
|
"$type": "sizing",
|
|
2870
2918
|
"$value": "{post.core.dimension.24}"
|
|
2919
|
+
},
|
|
2920
|
+
"size6": {
|
|
2921
|
+
"$type": "sizing",
|
|
2922
|
+
"$value": "{post.core.dimension.32}"
|
|
2871
2923
|
}
|
|
2872
2924
|
},
|
|
2873
2925
|
"stepper": {
|
|
@@ -2985,6 +3037,10 @@
|
|
|
2985
3037
|
"3": {
|
|
2986
3038
|
"$type": "sizing",
|
|
2987
3039
|
"$value": "{post.core.dimension.16}"
|
|
3040
|
+
},
|
|
3041
|
+
"8": {
|
|
3042
|
+
"$type": "sizing",
|
|
3043
|
+
"$value": "{post.core.dimension.8}"
|
|
2988
3044
|
}
|
|
2989
3045
|
},
|
|
2990
3046
|
"logo": {
|
|
@@ -3274,6 +3330,30 @@
|
|
|
3274
3330
|
"$type": "spacing",
|
|
3275
3331
|
"$value": "{post.core.dimension.24}"
|
|
3276
3332
|
},
|
|
3333
|
+
"22": {
|
|
3334
|
+
"$type": "spacing",
|
|
3335
|
+
"$value": "{post.core.dimension.10}"
|
|
3336
|
+
},
|
|
3337
|
+
"23": {
|
|
3338
|
+
"$type": "spacing",
|
|
3339
|
+
"$value": "{post.core.dimension.7}"
|
|
3340
|
+
},
|
|
3341
|
+
"24": {
|
|
3342
|
+
"$type": "spacing",
|
|
3343
|
+
"$value": "{post.core.dimension.6}"
|
|
3344
|
+
},
|
|
3345
|
+
"25": {
|
|
3346
|
+
"$type": "spacing",
|
|
3347
|
+
"$value": "{post.core.dimension.3}"
|
|
3348
|
+
},
|
|
3349
|
+
"26": {
|
|
3350
|
+
"$type": "spacing",
|
|
3351
|
+
"$value": "{post.core.dimension.2}"
|
|
3352
|
+
},
|
|
3353
|
+
"27": {
|
|
3354
|
+
"$type": "spacing",
|
|
3355
|
+
"$value": "{post.core.dimension.14}"
|
|
3356
|
+
},
|
|
3277
3357
|
"block": {
|
|
3278
3358
|
"1": {
|
|
3279
3359
|
"$type": "spacing",
|
|
@@ -3708,6 +3788,14 @@
|
|
|
3708
3788
|
"$type": "spacing",
|
|
3709
3789
|
"$value": "{post.core.dimension.n2}"
|
|
3710
3790
|
},
|
|
3791
|
+
"9": {
|
|
3792
|
+
"$type": "spacing",
|
|
3793
|
+
"$value": "{post.core.dimension.10}"
|
|
3794
|
+
},
|
|
3795
|
+
"10": {
|
|
3796
|
+
"$type": "spacing",
|
|
3797
|
+
"$value": "{post.core.dimension.16}"
|
|
3798
|
+
},
|
|
3711
3799
|
"block": {
|
|
3712
3800
|
"2": {
|
|
3713
3801
|
"$type": "spacing",
|
|
@@ -3786,6 +3874,10 @@
|
|
|
3786
3874
|
"$type": "spacing",
|
|
3787
3875
|
"$value": "{post.core.dimension.16}"
|
|
3788
3876
|
},
|
|
3877
|
+
"24": {
|
|
3878
|
+
"$type": "spacing",
|
|
3879
|
+
"$value": "{post.core.dimension.7-5}"
|
|
3880
|
+
},
|
|
3789
3881
|
"inline": {
|
|
3790
3882
|
"5": {
|
|
3791
3883
|
"$type": "spacing",
|
|
@@ -6012,6 +6104,58 @@
|
|
|
6012
6104
|
"$value": "{post.device.spacing.padding.block.20}"
|
|
6013
6105
|
}
|
|
6014
6106
|
}
|
|
6107
|
+
},
|
|
6108
|
+
"small": {
|
|
6109
|
+
"icon": {
|
|
6110
|
+
"size": {
|
|
6111
|
+
"$type": "sizing",
|
|
6112
|
+
"$value": "{post.device.sizing.interactive.icon.size4}"
|
|
6113
|
+
},
|
|
6114
|
+
"padding": {
|
|
6115
|
+
"$type": "spacing",
|
|
6116
|
+
"$value": "{post.device.spacing.padding.13}"
|
|
6117
|
+
},
|
|
6118
|
+
"container": {
|
|
6119
|
+
"padding": {
|
|
6120
|
+
"$type": "spacing",
|
|
6121
|
+
"$value": "{post.device.spacing.padding.14}"
|
|
6122
|
+
}
|
|
6123
|
+
}
|
|
6124
|
+
},
|
|
6125
|
+
"padding": {
|
|
6126
|
+
"block": {
|
|
6127
|
+
"$type": "spacing",
|
|
6128
|
+
"$value": "{post.device.spacing.padding.21}"
|
|
6129
|
+
}
|
|
6130
|
+
},
|
|
6131
|
+
"label": {
|
|
6132
|
+
"padding": {
|
|
6133
|
+
"block": {
|
|
6134
|
+
"$type": "spacing",
|
|
6135
|
+
"$value": "{post.device.spacing.padding.13}"
|
|
6136
|
+
}
|
|
6137
|
+
}
|
|
6138
|
+
},
|
|
6139
|
+
"group": {
|
|
6140
|
+
"gap": {
|
|
6141
|
+
"block": {
|
|
6142
|
+
"$type": "spacing",
|
|
6143
|
+
"$value": "{post.device.spacing.gap.9}"
|
|
6144
|
+
}
|
|
6145
|
+
},
|
|
6146
|
+
"items": {
|
|
6147
|
+
"gap": {
|
|
6148
|
+
"block": {
|
|
6149
|
+
"$type": "spacing",
|
|
6150
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
6151
|
+
},
|
|
6152
|
+
"inline": {
|
|
6153
|
+
"$type": "spacing",
|
|
6154
|
+
"$value": "{post.device.spacing.gap.10}"
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6015
6159
|
}
|
|
6016
6160
|
}
|
|
6017
6161
|
}
|
|
@@ -7280,6 +7424,204 @@
|
|
|
7280
7424
|
}
|
|
7281
7425
|
}
|
|
7282
7426
|
},
|
|
7427
|
+
"Components/Number input": {
|
|
7428
|
+
"post": {
|
|
7429
|
+
"number-input": {
|
|
7430
|
+
"action-button": {
|
|
7431
|
+
"icon": {
|
|
7432
|
+
"size": {
|
|
7433
|
+
"$type": "sizing",
|
|
7434
|
+
"$value": "{post.device.sizing.interactive.icon.size6}"
|
|
7435
|
+
}
|
|
7436
|
+
},
|
|
7437
|
+
"padding": {
|
|
7438
|
+
"block": {
|
|
7439
|
+
"$type": "spacing",
|
|
7440
|
+
"$value": "{post.device.spacing.padding.22}"
|
|
7441
|
+
},
|
|
7442
|
+
"inline": {
|
|
7443
|
+
"$type": "spacing",
|
|
7444
|
+
"$value": "{post.device.spacing.padding.23}"
|
|
7445
|
+
}
|
|
7446
|
+
},
|
|
7447
|
+
"elevation": {
|
|
7448
|
+
"$type": "boxShadow",
|
|
7449
|
+
"$value": "{post.device.elevation.100}"
|
|
7450
|
+
}
|
|
7451
|
+
},
|
|
7452
|
+
"color": {
|
|
7453
|
+
"enabled-bg": {
|
|
7454
|
+
"$type": "color",
|
|
7455
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
7456
|
+
},
|
|
7457
|
+
"enabled-fg": {
|
|
7458
|
+
"$type": "color",
|
|
7459
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
7460
|
+
},
|
|
7461
|
+
"hover-bg": {
|
|
7462
|
+
"$type": "color",
|
|
7463
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
7464
|
+
},
|
|
7465
|
+
"hover-fg": {
|
|
7466
|
+
"$type": "color",
|
|
7467
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
7468
|
+
},
|
|
7469
|
+
"disabled-bg": {
|
|
7470
|
+
"$type": "color",
|
|
7471
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.bg}"
|
|
7472
|
+
},
|
|
7473
|
+
"disabled-fg": {
|
|
7474
|
+
"$type": "color",
|
|
7475
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.fg}"
|
|
7476
|
+
},
|
|
7477
|
+
"enabled-border": {
|
|
7478
|
+
"$type": "color",
|
|
7479
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
7480
|
+
},
|
|
7481
|
+
"hover-border": {
|
|
7482
|
+
"$type": "color",
|
|
7483
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
7484
|
+
},
|
|
7485
|
+
"disabled-border": {
|
|
7486
|
+
"$type": "color",
|
|
7487
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke}"
|
|
7488
|
+
}
|
|
7489
|
+
},
|
|
7490
|
+
"border-radius": {
|
|
7491
|
+
"$type": "borderRadius",
|
|
7492
|
+
"$value": "{post.device.border-radius.1}"
|
|
7493
|
+
},
|
|
7494
|
+
"border-width": {
|
|
7495
|
+
"$type": "borderWidth",
|
|
7496
|
+
"$value": "{post.device.border-width.default}"
|
|
7497
|
+
},
|
|
7498
|
+
"sizing": {
|
|
7499
|
+
"height": {
|
|
7500
|
+
"$type": "sizing",
|
|
7501
|
+
"$value": "{post.device.sizing.interactive.button.height.6}"
|
|
7502
|
+
}
|
|
7503
|
+
},
|
|
7504
|
+
"small": {
|
|
7505
|
+
"sizing": {
|
|
7506
|
+
"height": {
|
|
7507
|
+
"$type": "sizing",
|
|
7508
|
+
"$value": "{post.device.sizing.interactive.button.height.5}"
|
|
7509
|
+
}
|
|
7510
|
+
},
|
|
7511
|
+
"field": {
|
|
7512
|
+
"padding": {
|
|
7513
|
+
"block": {
|
|
7514
|
+
"$type": "spacing",
|
|
7515
|
+
"$value": "{post.device.spacing.padding.24}"
|
|
7516
|
+
},
|
|
7517
|
+
"inline": {
|
|
7518
|
+
"$type": "spacing",
|
|
7519
|
+
"$value": "{post.device.spacing.padding.inline.1}"
|
|
7520
|
+
}
|
|
7521
|
+
}
|
|
7522
|
+
},
|
|
7523
|
+
"action-button": {
|
|
7524
|
+
"padding": {
|
|
7525
|
+
"inline": {
|
|
7526
|
+
"$type": "spacing",
|
|
7527
|
+
"$value": "{post.device.spacing.padding.25}"
|
|
7528
|
+
},
|
|
7529
|
+
"block": {
|
|
7530
|
+
"$type": "spacing",
|
|
7531
|
+
"$value": "{post.device.spacing.padding.26}"
|
|
7532
|
+
}
|
|
7533
|
+
}
|
|
7534
|
+
},
|
|
7535
|
+
"validation": {
|
|
7536
|
+
"icon": {
|
|
7537
|
+
"padding": {
|
|
7538
|
+
"block": {
|
|
7539
|
+
"$type": "spacing",
|
|
7540
|
+
"$value": "{post.device.spacing.padding.block.12}"
|
|
7541
|
+
}
|
|
7542
|
+
}
|
|
7543
|
+
}
|
|
7544
|
+
}
|
|
7545
|
+
},
|
|
7546
|
+
"validation": {
|
|
7547
|
+
"icon": {
|
|
7548
|
+
"size": {
|
|
7549
|
+
"$type": "sizing",
|
|
7550
|
+
"$value": "{post.device.sizing.notification.1}"
|
|
7551
|
+
},
|
|
7552
|
+
"padding": {
|
|
7553
|
+
"block": {
|
|
7554
|
+
"$type": "spacing",
|
|
7555
|
+
"$value": "{post.device.spacing.padding.27}"
|
|
7556
|
+
},
|
|
7557
|
+
"inline": {
|
|
7558
|
+
"end": {
|
|
7559
|
+
"$type": "spacing",
|
|
7560
|
+
"$value": "{post.device.spacing.padding.inline.1}"
|
|
7561
|
+
}
|
|
7562
|
+
}
|
|
7563
|
+
}
|
|
7564
|
+
}
|
|
7565
|
+
},
|
|
7566
|
+
"border": {
|
|
7567
|
+
"style": {
|
|
7568
|
+
"default": {
|
|
7569
|
+
"$type": "other",
|
|
7570
|
+
"$value": "{post.core.border-style.solid}"
|
|
7571
|
+
},
|
|
7572
|
+
"disabled": {
|
|
7573
|
+
"$type": "other",
|
|
7574
|
+
"$value": "{post.core.border-style.dash}"
|
|
7575
|
+
}
|
|
7576
|
+
}
|
|
7577
|
+
},
|
|
7578
|
+
"label": {
|
|
7579
|
+
"font": {
|
|
7580
|
+
"size": {
|
|
7581
|
+
"$type": "fontSizes",
|
|
7582
|
+
"$value": "{post.device.font-size.10}"
|
|
7583
|
+
}
|
|
7584
|
+
},
|
|
7585
|
+
"padding": {
|
|
7586
|
+
"block": {
|
|
7587
|
+
"start": {
|
|
7588
|
+
"$type": "spacing",
|
|
7589
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7590
|
+
}
|
|
7591
|
+
},
|
|
7592
|
+
"inline": {
|
|
7593
|
+
"start": {
|
|
7594
|
+
"$type": "spacing",
|
|
7595
|
+
"$value": "{post.device.spacing.padding.inline.1}"
|
|
7596
|
+
},
|
|
7597
|
+
"end": {
|
|
7598
|
+
"$type": "spacing",
|
|
7599
|
+
"$value": "{post.device.spacing.padding.15}"
|
|
7600
|
+
}
|
|
7601
|
+
}
|
|
7602
|
+
}
|
|
7603
|
+
},
|
|
7604
|
+
"field": {
|
|
7605
|
+
"padding": {
|
|
7606
|
+
"block": {
|
|
7607
|
+
"start": {
|
|
7608
|
+
"$type": "spacing",
|
|
7609
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
7610
|
+
},
|
|
7611
|
+
"end": {
|
|
7612
|
+
"$type": "spacing",
|
|
7613
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7614
|
+
}
|
|
7615
|
+
},
|
|
7616
|
+
"inline": {
|
|
7617
|
+
"$type": "spacing",
|
|
7618
|
+
"$value": "{post.device.spacing.padding.inline.1}"
|
|
7619
|
+
}
|
|
7620
|
+
}
|
|
7621
|
+
}
|
|
7622
|
+
}
|
|
7623
|
+
}
|
|
7624
|
+
},
|
|
7283
7625
|
"Components/Palettes": {
|
|
7284
7626
|
"post": {
|
|
7285
7627
|
"palettes": {
|
|
@@ -7572,6 +7914,62 @@
|
|
|
7572
7914
|
"$value": "{post.device.spacing.padding.block.20}"
|
|
7573
7915
|
}
|
|
7574
7916
|
}
|
|
7917
|
+
},
|
|
7918
|
+
"small": {
|
|
7919
|
+
"icon": {
|
|
7920
|
+
"padding": {
|
|
7921
|
+
"$type": "spacing",
|
|
7922
|
+
"$value": "{post.device.spacing.padding.13}"
|
|
7923
|
+
},
|
|
7924
|
+
"size": {
|
|
7925
|
+
"$type": "sizing",
|
|
7926
|
+
"$value": "{post.device.sizing.interactive.icon.size4}"
|
|
7927
|
+
},
|
|
7928
|
+
"dot": {
|
|
7929
|
+
"$type": "sizing",
|
|
7930
|
+
"$value": "{post.device.sizing.icon.8}"
|
|
7931
|
+
},
|
|
7932
|
+
"container": {
|
|
7933
|
+
"padding": {
|
|
7934
|
+
"$type": "spacing",
|
|
7935
|
+
"$value": "{post.device.spacing.padding.14}"
|
|
7936
|
+
}
|
|
7937
|
+
}
|
|
7938
|
+
},
|
|
7939
|
+
"padding": {
|
|
7940
|
+
"block": {
|
|
7941
|
+
"$type": "spacing",
|
|
7942
|
+
"$value": "{post.device.spacing.padding.21}"
|
|
7943
|
+
}
|
|
7944
|
+
},
|
|
7945
|
+
"label": {
|
|
7946
|
+
"padding": {
|
|
7947
|
+
"block": {
|
|
7948
|
+
"$type": "spacing",
|
|
7949
|
+
"$value": "{post.device.spacing.padding.13}"
|
|
7950
|
+
}
|
|
7951
|
+
}
|
|
7952
|
+
},
|
|
7953
|
+
"group": {
|
|
7954
|
+
"gap": {
|
|
7955
|
+
"block": {
|
|
7956
|
+
"$type": "spacing",
|
|
7957
|
+
"$value": "{post.device.spacing.gap.9}"
|
|
7958
|
+
}
|
|
7959
|
+
},
|
|
7960
|
+
"items": {
|
|
7961
|
+
"gap": {
|
|
7962
|
+
"block": {
|
|
7963
|
+
"$type": "spacing",
|
|
7964
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
7965
|
+
},
|
|
7966
|
+
"inline": {
|
|
7967
|
+
"$type": "spacing",
|
|
7968
|
+
"$value": "{post.device.spacing.gap.10}"
|
|
7969
|
+
}
|
|
7970
|
+
}
|
|
7971
|
+
}
|
|
7972
|
+
}
|
|
7575
7973
|
}
|
|
7576
7974
|
}
|
|
7577
7975
|
}
|
|
@@ -8082,82 +8480,6 @@
|
|
|
8082
8480
|
}
|
|
8083
8481
|
}
|
|
8084
8482
|
},
|
|
8085
|
-
"Components/Spin button": {
|
|
8086
|
-
"post": {
|
|
8087
|
-
"spin-button": {
|
|
8088
|
-
"large": {
|
|
8089
|
-
"action-button": {
|
|
8090
|
-
"icon": {
|
|
8091
|
-
"size": {
|
|
8092
|
-
"$type": "sizing",
|
|
8093
|
-
"$value": "{post.core.dimension.32}"
|
|
8094
|
-
}
|
|
8095
|
-
},
|
|
8096
|
-
"padding": {
|
|
8097
|
-
"block": {
|
|
8098
|
-
"$type": "spacing",
|
|
8099
|
-
"$value": "{post.core.dimension.14}"
|
|
8100
|
-
},
|
|
8101
|
-
"inline": {
|
|
8102
|
-
"$type": "spacing",
|
|
8103
|
-
"$value": "{post.core.dimension.10}"
|
|
8104
|
-
}
|
|
8105
|
-
}
|
|
8106
|
-
}
|
|
8107
|
-
},
|
|
8108
|
-
"action-button": {
|
|
8109
|
-
"enabled-bg": {
|
|
8110
|
-
"$type": "color",
|
|
8111
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
8112
|
-
},
|
|
8113
|
-
"enabled-fg": {
|
|
8114
|
-
"$type": "color",
|
|
8115
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
8116
|
-
},
|
|
8117
|
-
"hover-bg": {
|
|
8118
|
-
"$type": "color",
|
|
8119
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
8120
|
-
},
|
|
8121
|
-
"hover-fg": {
|
|
8122
|
-
"$type": "color",
|
|
8123
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
8124
|
-
},
|
|
8125
|
-
"disabled-bg": {
|
|
8126
|
-
"$type": "color",
|
|
8127
|
-
"$value": "{post.scheme.color.interactive.button.secondary.disabled.bg}"
|
|
8128
|
-
},
|
|
8129
|
-
"disabled-fg": {
|
|
8130
|
-
"$type": "color",
|
|
8131
|
-
"$value": "{post.scheme.color.interactive.button.secondary.disabled.fg}"
|
|
8132
|
-
},
|
|
8133
|
-
"enabled-stroke": {
|
|
8134
|
-
"$type": "color",
|
|
8135
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
8136
|
-
},
|
|
8137
|
-
"hover-stroke": {
|
|
8138
|
-
"$type": "color",
|
|
8139
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
8140
|
-
},
|
|
8141
|
-
"disabled-stroke": {
|
|
8142
|
-
"$type": "color",
|
|
8143
|
-
"$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke}"
|
|
8144
|
-
},
|
|
8145
|
-
"border-radius": {
|
|
8146
|
-
"$type": "borderRadius",
|
|
8147
|
-
"$value": "{post.device.border-radius.round}"
|
|
8148
|
-
},
|
|
8149
|
-
"border-width": {
|
|
8150
|
-
"$type": "borderWidth",
|
|
8151
|
-
"$value": "{post.device.border-width.default}"
|
|
8152
|
-
},
|
|
8153
|
-
"elevation": {
|
|
8154
|
-
"$type": "boxShadow",
|
|
8155
|
-
"$value": "{post.device.elevation.100}"
|
|
8156
|
-
}
|
|
8157
|
-
}
|
|
8158
|
-
}
|
|
8159
|
-
}
|
|
8160
|
-
},
|
|
8161
8483
|
"Components/Stepper": {
|
|
8162
8484
|
"post": {
|
|
8163
8485
|
"stepper": {
|
|
@@ -10004,56 +10326,88 @@
|
|
|
10004
10326
|
"$figmaCollectionId": "VariableCollectionId:718:1595",
|
|
10005
10327
|
"$figmaModeId": "718:0",
|
|
10006
10328
|
"$figmaVariableReferences": {
|
|
10007
|
-
"post.core.
|
|
10008
|
-
"post.core.
|
|
10009
|
-
"post.core.
|
|
10010
|
-
"post.core.
|
|
10011
|
-
"post.core.
|
|
10012
|
-
"post.core.
|
|
10013
|
-
"post.core.
|
|
10014
|
-
"post.core.
|
|
10015
|
-
"post.core.
|
|
10016
|
-
"post.core.
|
|
10017
|
-
"post.core.
|
|
10018
|
-
"post.core.
|
|
10019
|
-
"post.core.
|
|
10020
|
-
"post.core.
|
|
10021
|
-
"post.core.
|
|
10022
|
-
"post.core.
|
|
10023
|
-
"post.core.
|
|
10024
|
-
"post.core.
|
|
10025
|
-
"post.core.
|
|
10026
|
-
"post.core.
|
|
10027
|
-
"post.core.
|
|
10028
|
-
"post.core.
|
|
10029
|
-
"post.core.
|
|
10030
|
-
"post.core.
|
|
10031
|
-
"post.core.
|
|
10032
|
-
"post.core.
|
|
10033
|
-
"post.core.
|
|
10034
|
-
"post.core.
|
|
10035
|
-
"post.core.
|
|
10036
|
-
"post.core.
|
|
10037
|
-
"post.core.
|
|
10038
|
-
"post.core.
|
|
10039
|
-
"post.core.
|
|
10040
|
-
"post.core.
|
|
10041
|
-
"post.core.
|
|
10042
|
-
"post.core.
|
|
10043
|
-
"post.core.
|
|
10044
|
-
"post.core.
|
|
10045
|
-
"post.core.
|
|
10046
|
-
"post.core.
|
|
10047
|
-
"post.core.
|
|
10048
|
-
"post.core.
|
|
10049
|
-
"post.core.
|
|
10050
|
-
"post.core.
|
|
10051
|
-
"post.core.
|
|
10052
|
-
"post.core.
|
|
10053
|
-
"post.core.
|
|
10054
|
-
"post.core.
|
|
10055
|
-
"post.core.
|
|
10056
|
-
"post.core.
|
|
10329
|
+
"post.core.dimension.0": "812facbf5bdccac17ef2b362a51a8f0880fa0ae8",
|
|
10330
|
+
"post.core.dimension.1": "633af9102376b2b86a280d4487c01379eac42357",
|
|
10331
|
+
"post.core.dimension.2": "12b3a5b4d32b0f2ccf010673077f46b14ffd8d7b",
|
|
10332
|
+
"post.core.dimension.3": "d463329c2d4e497c70f18898a2ef84929ea208e1",
|
|
10333
|
+
"post.core.dimension.4": "652e6941eb5ffe7b11b4919943eaa82985cea887",
|
|
10334
|
+
"post.core.dimension.5": "4948cef0547c7028ae2b54d67888730ae50a7a51",
|
|
10335
|
+
"post.core.dimension.6": "2fb4138c6e29828418c6e0d8c3bb0730efb65c1a",
|
|
10336
|
+
"post.core.dimension.7": "b425da6d6f562134ae5a90e3354c1dd426d7a6dc",
|
|
10337
|
+
"post.core.dimension.8": "32a49eb9f6a3706172348bdf0fd51703bdecc0e9",
|
|
10338
|
+
"post.core.dimension.9": "ca8146c7e9870c3cf4e15aa0cd4141b129e2a5b5",
|
|
10339
|
+
"post.core.dimension.10": "0b8ab9e8f85d59a203c115bacd0e1467302b37d8",
|
|
10340
|
+
"post.core.dimension.11": "fe1d0200f9d05d422783818e1f146391f03f3b8b",
|
|
10341
|
+
"post.core.dimension.12": "18a70da736ae375c78e6364b2eb8cc56dc9003c4",
|
|
10342
|
+
"post.core.dimension.13": "57eca14cad26acf0f518fdd8faa940e9658b7ae6",
|
|
10343
|
+
"post.core.dimension.14": "5603311eb30f16a10d759a9a670a69e6b3488e7a",
|
|
10344
|
+
"post.core.dimension.15": "c9b690012237e58b74ee627b94e0459b847abaeb",
|
|
10345
|
+
"post.core.dimension.16": "a121c9e4f54726c25d9252df9c79935389f83efd",
|
|
10346
|
+
"post.core.dimension.17": "c790b5e37246187bd8939e276522ca4f697d9bf0",
|
|
10347
|
+
"post.core.dimension.18": "a8d771a99eb5f445437880a6f1f4176857a99e9f",
|
|
10348
|
+
"post.core.dimension.19": "b733f96e2819d633f99f2fec757ee6943d924e62",
|
|
10349
|
+
"post.core.dimension.20": "fe5b4a93e0c7b12da9cbc7e49ebb82d9459a1bc3",
|
|
10350
|
+
"post.core.dimension.22": "037050b0792d5a035936ad8587cc651b219f02fa",
|
|
10351
|
+
"post.core.dimension.23": "4f2a3a8b2449f2be03aafe20b0e833fe704a2032",
|
|
10352
|
+
"post.core.dimension.24": "3e80cbdfb2c88bbe42328dfd8e8608ebe760ee2f",
|
|
10353
|
+
"post.core.dimension.26": "bcdb206ef2815e1e09111f81ed0baf79b4bf2cd6",
|
|
10354
|
+
"post.core.dimension.28": "1811251486c8758094d69d157c6f4865a1128c16",
|
|
10355
|
+
"post.core.dimension.30": "5b61020ce28f318441501b9f2e8d65e040e8a532",
|
|
10356
|
+
"post.core.dimension.32": "5d2c1b6b60f424b98dbf82641b9be216b1e3723f",
|
|
10357
|
+
"post.core.dimension.34": "04e2b51cb7030588d248f62e3abf6d234992d10e",
|
|
10358
|
+
"post.core.dimension.36": "6e42dbdae5890500b12efbbf989c507a1b48d2ca",
|
|
10359
|
+
"post.core.dimension.40": "60db40cf07a6b3e92bcf85edc80515fd7a09d8b9",
|
|
10360
|
+
"post.core.dimension.48": "3c99f33268fc1a0907c9c95feb818692b940f0df",
|
|
10361
|
+
"post.core.dimension.50": "8312fb2e184c7b79ae3cff18a147a2f337c7b235",
|
|
10362
|
+
"post.core.dimension.56": "be606e2dbf04b756f087cf97628f7dcc88b4a25d",
|
|
10363
|
+
"post.core.dimension.58": "ad3a7ead105f847cd7a9f9bfbf57e936e9a647ef",
|
|
10364
|
+
"post.core.dimension.64": "45594761f6b08503e67e61fcfe9a3c12e8d09173",
|
|
10365
|
+
"post.core.dimension.72": "59844434f8c6ee1e337ec215e3548e1d40daf045",
|
|
10366
|
+
"post.core.dimension.78": "d8d6b0835a349a9dd8cbe65e95943de12d3a3a00",
|
|
10367
|
+
"post.core.dimension.80": "1ed36d765c9681045964985247fa22284ce969b7",
|
|
10368
|
+
"post.core.dimension.82": "8049dec4f0860a0b206c65224d703a3f61135da8",
|
|
10369
|
+
"post.core.dimension.88": "25523ad55ba87cf27dc208a3bff2bf2cc511d68f",
|
|
10370
|
+
"post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
|
|
10371
|
+
"post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
|
|
10372
|
+
"post.core.dimension.104": "c083e2e9756c614be6300168b2280da675e6b5e4",
|
|
10373
|
+
"post.core.dimension.112": "2386461d6381c0163aca78dc3377cfcafa791039",
|
|
10374
|
+
"post.core.dimension.164": "d4e897de6a06427c57c11b83961582eb008a5b86",
|
|
10375
|
+
"post.core.dimension.180": "695dddb74cfb20e35975daeff720ae3c3b7d80a5",
|
|
10376
|
+
"post.core.dimension.188": "32589adde559f453f65e33b4efc88278897810c4",
|
|
10377
|
+
"post.core.dimension.240": "a4338047ba85e11dee1fcd657803da80c42921a8",
|
|
10378
|
+
"post.core.dimension.312": "e637f041fe5f68c44510fa6b2626da0ad59cb7af",
|
|
10379
|
+
"post.core.dimension.1280": "80e7b3e1755e8cdce684d233544da4d76fd698dc",
|
|
10380
|
+
"post.core.dimension.5-5": "972288dd1addb9aae5e34073da7683bc7f0a99fd",
|
|
10381
|
+
"post.core.dimension.6-5": "ef1aee12a8f7f938117c4de244a4f37d7dfad29f",
|
|
10382
|
+
"post.core.dimension.4-5": "4bdff2ecd88fa32f393698921bced3153c49b909",
|
|
10383
|
+
"post.core.dimension.7-5": "e05efd978d1d8d8b174af4019a1b3667a39d6e9f",
|
|
10384
|
+
"post.core.dimension.1-5": "e9a806cc8b202847d48f7843c1a5536c39fb544e",
|
|
10385
|
+
"post.core.dimension.8-5": "4806510e987f7bd5df8cf01a4ed6ddd83ee0f46f",
|
|
10386
|
+
"post.core.dimension.3-5": "fabd9da13f12377a471bcfaff026173ac38a8756",
|
|
10387
|
+
"post.core.dimension.n2": "a8040ac6a48a5d42a1da856418512c0be8287c14",
|
|
10388
|
+
"post.core.dimension.15-5": "5faef2e37a8faaefbe131890a26879ba846ebe46",
|
|
10389
|
+
"post.core.dimension.16-5": "18a30d47473c6776f526d6695a08ebe450ef9fef",
|
|
10390
|
+
"post.core.dimension.17-5": "de25828e578f9363bd50fec54426f989e8d618e1",
|
|
10391
|
+
"post.core.dimension.26-5": "fc0f8d331a3a6869de95d2f1031974fbc926e0c4",
|
|
10392
|
+
"post.core.dimension.25-5": "52d70e1c63622fee6eeb2d8a176796da6bb60233",
|
|
10393
|
+
"post.core.dimension.24-5": "b4bfb43876d1f47a6b0c4e965437a2f29327ff8c",
|
|
10394
|
+
"post.core.font-weight.400": "2e0dea0ce52e09ecf1ea56fc61739b5dfd4c1335",
|
|
10395
|
+
"post.core.font-weight.700": "a8572f4ab00764d5deee3d136c730ba552e3d649",
|
|
10396
|
+
"post.core.font-weight.900": "5f8959c4864dcf53df2f1fe072a0e49024d4f55c",
|
|
10397
|
+
"post.core.font-weight.950": "856f741eca2f0209debad005fc23f03253b49eb5",
|
|
10398
|
+
"post.core.font-size.10": "9d28f418453b10ccb7dbfdbd4ebe9aac4ffe4e92",
|
|
10399
|
+
"post.core.font-size.12": "5dc9c3ef87dd21399fad6126eb687336a0ff820a",
|
|
10400
|
+
"post.core.font-size.14": "41566212e16fb102bc860a86c787daabdadec2e0",
|
|
10401
|
+
"post.core.font-size.16": "cfe88d463c2a97605853ad688f610b6d2413aa79",
|
|
10402
|
+
"post.core.font-size.18": "87a6c3f64bb8442a7a68b68a117e37642e05ab0a",
|
|
10403
|
+
"post.core.font-size.20": "406933c00d98f806b314773b720b44ef18c44b21",
|
|
10404
|
+
"post.core.font-size.24": "9adfd1cbdaf8c62ec5e1767d289abe387474e032",
|
|
10405
|
+
"post.core.font-size.28": "e6c1bd0761a9978e4527442cfab59ba9f764d2bd",
|
|
10406
|
+
"post.core.font-size.32": "468652535b4d230b8aacbfdad93b0ac69dd79f5e",
|
|
10407
|
+
"post.core.font-size.36": "d915e690bf9ee5217752fd9d94f42d744e82aa92",
|
|
10408
|
+
"post.core.font-size.40": "79f8e733b8e993cbc3792ea4ed7a9e702b1a769c",
|
|
10409
|
+
"post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064",
|
|
10410
|
+
"post.core.dimension.2-5": "718a93c6912e1ae42ba7df85987ae523bf1ba796"
|
|
10057
10411
|
}
|
|
10058
10412
|
},
|
|
10059
10413
|
{
|
|
@@ -10492,6 +10846,7 @@
|
|
|
10492
10846
|
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
|
|
10493
10847
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
10494
10848
|
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
|
|
10849
|
+
"post.device.sizing.interactive.icon.size5": "71c7cdf7bf1f245535fa7591ab46d4115edbd52a",
|
|
10495
10850
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
10496
10851
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
10497
10852
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
@@ -10527,9 +10882,16 @@
|
|
|
10527
10882
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
10528
10883
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10529
10884
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10530
|
-
"post.device.
|
|
10885
|
+
"post.device.spacing.padding.22": "323fd312d630cff984301fe3b15339a448f12de2",
|
|
10886
|
+
"post.device.spacing.padding.23": "2f61538a17aeeefc10a0251ac86a223b83088cfc",
|
|
10887
|
+
"post.device.spacing.padding.24": "0a4d73b566dad5f16367508ffa63e04a8337edea",
|
|
10888
|
+
"post.device.spacing.padding.25": "03b6c9dc60d813cc43be0be0ffb6e11e932f660a",
|
|
10889
|
+
"post.device.spacing.padding.26": "874a42c434e6c83a45a2b0d5fa3d6b9f7a18e309",
|
|
10890
|
+
"post.device.spacing.padding.27": "be8cada4698f69cae3fd8dde11f4fd3aec2dc854",
|
|
10531
10891
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10532
10892
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10893
|
+
"post.device.spacing.gap.9": "cc7cfe2050625a2ba1e111486b027af6ee4c8dc8",
|
|
10894
|
+
"post.device.spacing.gap.10": "d08df5fba992b60799b8598b9de36b39843b2d08",
|
|
10533
10895
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
10534
10896
|
"post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14",
|
|
10535
10897
|
"post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8",
|
|
@@ -10560,12 +10922,16 @@
|
|
|
10560
10922
|
"post.device.spacing.padding.8": "33692dbe4ca547c276d9f405b80d9e67fa289e87",
|
|
10561
10923
|
"post.device.spacing.padding.11": "442d42a5e43710a1efffc6831b913b91c7ccd973",
|
|
10562
10924
|
"post.device.spacing.padding.12": "77bb7ca80ee8985a4226f41ecd1b2594e0aa673d",
|
|
10925
|
+
"post.device.spacing.padding.13": "6827653c440ff2a8d771e20387a1aa6d56a73164",
|
|
10926
|
+
"post.device.spacing.padding.14": "e260330a4cb052b5341c040b0d95dbf478dc42ef",
|
|
10563
10927
|
"post.device.spacing.padding.15": "049f69bec47fdb67d6e8c256d22e99f3f5037565",
|
|
10928
|
+
"post.device.spacing.padding.21": "e689583d746b0476758f9365439b82611ebe217e",
|
|
10564
10929
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
10565
10930
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
10566
10931
|
"post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
|
|
10567
10932
|
"post.device.sizing.interactive.icon.size3": "2d6b0a326866829ebae61170bdd76c65456bd604",
|
|
10568
10933
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
10934
|
+
"post.device.sizing.icon.8": "dfaa49bb3083e0107a1fcabd3f525423b9ed9aec",
|
|
10569
10935
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
10570
10936
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
10571
10937
|
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
@@ -10578,7 +10944,8 @@
|
|
|
10578
10944
|
"post.device.border-width.alternative1": "3304b579ebb55075ec45251e69d38c803cecf378",
|
|
10579
10945
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
10580
10946
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10581
|
-
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
10947
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
10948
|
+
"post.device.sizing.interactive.icon.size6": "0ed99c3d5352572b9b59f7a1e97ed4f5c1d3408f"
|
|
10582
10949
|
}
|
|
10583
10950
|
},
|
|
10584
10951
|
{
|
|
@@ -10608,6 +10975,8 @@
|
|
|
10608
10975
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10609
10976
|
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
10610
10977
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10978
|
+
"post.device.spacing.gap.9": "cc7cfe2050625a2ba1e111486b027af6ee4c8dc8",
|
|
10979
|
+
"post.device.spacing.gap.10": "d08df5fba992b60799b8598b9de36b39843b2d08",
|
|
10611
10980
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
10612
10981
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
10613
10982
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
@@ -10658,6 +11027,7 @@
|
|
|
10658
11027
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
10659
11028
|
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
|
|
10660
11029
|
"post.device.sizing.interactive.icon.size2": "7cea78d105586f14c382f30667405f5ac18545f6",
|
|
11030
|
+
"post.device.sizing.interactive.icon.size5": "71c7cdf7bf1f245535fa7591ab46d4115edbd52a",
|
|
10661
11031
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
10662
11032
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
10663
11033
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
@@ -10687,7 +11057,7 @@
|
|
|
10687
11057
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
10688
11058
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10689
11059
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10690
|
-
"post.device.
|
|
11060
|
+
"post.device.spacing.padding.24": "0a4d73b566dad5f16367508ffa63e04a8337edea",
|
|
10691
11061
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10692
11062
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10693
11063
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
@@ -10705,7 +11075,10 @@
|
|
|
10705
11075
|
"post.device.spacing.padding.9": "c0b5a059bf7cd0b40c2f02d89edeec9fe7871c93",
|
|
10706
11076
|
"post.device.spacing.padding.11": "442d42a5e43710a1efffc6831b913b91c7ccd973",
|
|
10707
11077
|
"post.device.spacing.padding.12": "77bb7ca80ee8985a4226f41ecd1b2594e0aa673d",
|
|
11078
|
+
"post.device.spacing.padding.13": "6827653c440ff2a8d771e20387a1aa6d56a73164",
|
|
11079
|
+
"post.device.spacing.padding.14": "e260330a4cb052b5341c040b0d95dbf478dc42ef",
|
|
10708
11080
|
"post.device.spacing.padding.15": "049f69bec47fdb67d6e8c256d22e99f3f5037565",
|
|
11081
|
+
"post.device.spacing.padding.21": "e689583d746b0476758f9365439b82611ebe217e",
|
|
10709
11082
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
10710
11083
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
10711
11084
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
@@ -10723,6 +11096,7 @@
|
|
|
10723
11096
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
10724
11097
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
10725
11098
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
11099
|
+
"post.device.sizing.icon.8": "dfaa49bb3083e0107a1fcabd3f525423b9ed9aec",
|
|
10726
11100
|
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
10727
11101
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
10728
11102
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
@@ -10737,7 +11111,13 @@
|
|
|
10737
11111
|
"post.device.grid.sizing.gutter": "c96f1602983aa56f2a1a13cbba9b908b06fd0e05",
|
|
10738
11112
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
10739
11113
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10740
|
-
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
11114
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
11115
|
+
"post.device.sizing.interactive.icon.size6": "0ed99c3d5352572b9b59f7a1e97ed4f5c1d3408f",
|
|
11116
|
+
"post.device.spacing.padding.22": "323fd312d630cff984301fe3b15339a448f12de2",
|
|
11117
|
+
"post.device.spacing.padding.23": "2f61538a17aeeefc10a0251ac86a223b83088cfc",
|
|
11118
|
+
"post.device.spacing.padding.25": "03b6c9dc60d813cc43be0be0ffb6e11e932f660a",
|
|
11119
|
+
"post.device.spacing.padding.26": "874a42c434e6c83a45a2b0d5fa3d6b9f7a18e309",
|
|
11120
|
+
"post.device.spacing.padding.27": "be8cada4698f69cae3fd8dde11f4fd3aec2dc854"
|
|
10741
11121
|
}
|
|
10742
11122
|
},
|
|
10743
11123
|
{
|
|
@@ -10777,6 +11157,8 @@
|
|
|
10777
11157
|
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
10778
11158
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10779
11159
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
11160
|
+
"post.device.spacing.gap.9": "cc7cfe2050625a2ba1e111486b027af6ee4c8dc8",
|
|
11161
|
+
"post.device.spacing.gap.10": "d08df5fba992b60799b8598b9de36b39843b2d08",
|
|
10780
11162
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
10781
11163
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
10782
11164
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
@@ -10804,12 +11186,15 @@
|
|
|
10804
11186
|
"post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae",
|
|
10805
11187
|
"post.device.spacing.padding.11": "442d42a5e43710a1efffc6831b913b91c7ccd973",
|
|
10806
11188
|
"post.device.spacing.padding.12": "77bb7ca80ee8985a4226f41ecd1b2594e0aa673d",
|
|
11189
|
+
"post.device.spacing.padding.13": "6827653c440ff2a8d771e20387a1aa6d56a73164",
|
|
11190
|
+
"post.device.spacing.padding.14": "e260330a4cb052b5341c040b0d95dbf478dc42ef",
|
|
10807
11191
|
"post.device.spacing.padding.15": "049f69bec47fdb67d6e8c256d22e99f3f5037565",
|
|
10808
11192
|
"post.device.spacing.padding.16": "5c97812e8a03280e5250015efd024a5ed171833e",
|
|
10809
11193
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
10810
11194
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
10811
11195
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10812
11196
|
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
11197
|
+
"post.device.spacing.padding.21": "e689583d746b0476758f9365439b82611ebe217e",
|
|
10813
11198
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
10814
11199
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
10815
11200
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
@@ -10855,6 +11240,7 @@
|
|
|
10855
11240
|
"post.device.sizing.interactive.icon.size2": "7cea78d105586f14c382f30667405f5ac18545f6",
|
|
10856
11241
|
"post.device.sizing.interactive.icon.size3": "2d6b0a326866829ebae61170bdd76c65456bd604",
|
|
10857
11242
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
11243
|
+
"post.device.sizing.interactive.icon.size5": "71c7cdf7bf1f245535fa7591ab46d4115edbd52a",
|
|
10858
11244
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
10859
11245
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
10860
11246
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
@@ -10879,6 +11265,7 @@
|
|
|
10879
11265
|
"post.device.sizing.icon.1": "63ee615aaef915749d1d844a254f9c1a45944dd9",
|
|
10880
11266
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
10881
11267
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
11268
|
+
"post.device.sizing.icon.8": "dfaa49bb3083e0107a1fcabd3f525423b9ed9aec",
|
|
10882
11269
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
10883
11270
|
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
10884
11271
|
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
@@ -10903,7 +11290,13 @@
|
|
|
10903
11290
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10904
11291
|
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
10905
11292
|
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10906
|
-
"post.device.sizing.interactive.icon.
|
|
11293
|
+
"post.device.sizing.interactive.icon.size6": "0ed99c3d5352572b9b59f7a1e97ed4f5c1d3408f",
|
|
11294
|
+
"post.device.spacing.padding.22": "323fd312d630cff984301fe3b15339a448f12de2",
|
|
11295
|
+
"post.device.spacing.padding.23": "2f61538a17aeeefc10a0251ac86a223b83088cfc",
|
|
11296
|
+
"post.device.spacing.padding.24": "0a4d73b566dad5f16367508ffa63e04a8337edea",
|
|
11297
|
+
"post.device.spacing.padding.25": "03b6c9dc60d813cc43be0be0ffb6e11e932f660a",
|
|
11298
|
+
"post.device.spacing.padding.26": "874a42c434e6c83a45a2b0d5fa3d6b9f7a18e309",
|
|
11299
|
+
"post.device.spacing.padding.27": "be8cada4698f69cae3fd8dde11f4fd3aec2dc854"
|
|
10907
11300
|
}
|
|
10908
11301
|
},
|
|
10909
11302
|
{
|
|
@@ -10931,11 +11324,51 @@
|
|
|
10931
11324
|
"$figmaCollectionId": "VariableCollectionId:3180:16769",
|
|
10932
11325
|
"$figmaModeId": "3180:1",
|
|
10933
11326
|
"$figmaVariableReferences": {
|
|
10934
|
-
"post.body.color.bg": "3e7a4e4c1f7801538948b292764fe345f0e2d7b5",
|
|
10935
|
-
"post.body.color.fg": "cc866fc71a61d5d64f227f361abd96d5754c159e",
|
|
10936
11327
|
"post.body.font-family": "70c72412aea2780407d6bb946143c4a5348b3028",
|
|
10937
|
-
"post.
|
|
10938
|
-
"post.
|
|
11328
|
+
"post.body.font-size": "acd407f99597df8951757e7543a7b0e7c8451ec2",
|
|
11329
|
+
"post.body.font-weight": "87c7f855865f4e8c289660daf5b938a155f3ce09",
|
|
11330
|
+
"post.h1.font-size": "4dfdcb816339554c431cc27b3f417ca8fac58bab",
|
|
11331
|
+
"post.h1.margin-block-start": "00b0bb583f6b60906ba4b3adb89f439a4bf0bcc7",
|
|
11332
|
+
"post.h1.margin-block-end": "6b3ecdcda7319fda31c670e39af4a8205599c02b",
|
|
11333
|
+
"post.h2.font-size": "c7f066135defafa5a4498d1bb5bd97a1250b86cc",
|
|
11334
|
+
"post.h2.margin-block-start": "4ad00704bcfc2c25547b682dddca6b8131c8ef97",
|
|
11335
|
+
"post.h2.margin-block-end": "fec7117f01c6afb05fbadd91d889e863720fe420",
|
|
11336
|
+
"post.h3.font-size": "0c775d4eda1292a7d9bf979a375bd3db3da7cb45",
|
|
11337
|
+
"post.h3.margin-block-start": "9480ff31093e92779b6e667c0e7869c034b334f3",
|
|
11338
|
+
"post.h3.margin-block-end": "72f601958392ddcca841b77e44381c40e740d511",
|
|
11339
|
+
"post.h4.font-size": "a1c8387d2aa0034d6caca037d8fd04afe79901f2",
|
|
11340
|
+
"post.h4.margin-block-start": "bd6ab21e221bd3130db86cab2a96c9c6f479ff3a",
|
|
11341
|
+
"post.h4.margin-block-end": "572411379e8f7e089b5a93a242caf7ef427af66f",
|
|
11342
|
+
"post.h5.font-size": "607a87f879f7801ec5747efbfbeb556d8330d50c",
|
|
11343
|
+
"post.h5.margin-block-start": "af222e14e3f5742e35e59debb5d2af3ce33d4c79",
|
|
11344
|
+
"post.h5.margin-block-end": "25384b2ae4adf49e0eb725ed4fef6e4501ce5268",
|
|
11345
|
+
"post.h6.font-size": "cd54a1a7a85acdb9cd9a10bce6742b87827d3017",
|
|
11346
|
+
"post.h6.margin-block-start": "2606fd0d6726a09ad3cf50cc00f5b471f4160cee",
|
|
11347
|
+
"post.h6.margin-block-end": "8105b8d7a5cdfd68a8af14f7156474accc4d28a0",
|
|
11348
|
+
"post.heading.font-weight": "30d60d2593a168627ef61d63266f2f9f022b9c16",
|
|
11349
|
+
"post.paragraph.margin-block-start": "9dade4a54a60d96b9bc0da028b1d5970d1b89839",
|
|
11350
|
+
"post.link.border-radius": "8a9d3378910dc9411f8d0f0a6d32ee1939504cb0",
|
|
11351
|
+
"post.list.bullet.item.text.padding.block": "b1703ba0ecf1f34852b9c997f00db741172255a2",
|
|
11352
|
+
"post.list.bullet.item.icon.gap.inline": "417de136821935345d45e075c52b60de8fde8473",
|
|
11353
|
+
"post.list.bullet.item.icon.size": "21ec3fb665c341394250b7a7a521ca6540b8b284",
|
|
11354
|
+
"post.list.bullet.item.icon.bullet.size": "0ea7e671b89eb9346a05ed0c32e016164db6eeb0",
|
|
11355
|
+
"post.list.bullet.item.gap.block": "a5f90062a491c6218f50ef94c18720ed58b403d4",
|
|
11356
|
+
"post.list.bullet.margin.block": "0a03d565e28c8afdc3842ac22f2f62f2a4f7f8de",
|
|
11357
|
+
"post.list.number.margin.block": "8a9700b0107268c1539bc2e248dd627484dc3844",
|
|
11358
|
+
"post.list.number.item.gap.block": "7a608865a46a967977c44caa05ac15dd6d8abc74",
|
|
11359
|
+
"post.list.number.item.icon.gap.inline": "dc904ddb93c06290622e4149e5f56e744db0b699",
|
|
11360
|
+
"post.list.number.item.icon.font-weight": "977a4fd6e98420de0f912f44bde60a504c91039a",
|
|
11361
|
+
"post.list.number.item.icon.size": "16fe87b7c9a34800e73202918c7a19ef3c3bf64b",
|
|
11362
|
+
"post.list.number.item.icon.padding.start": "90081f89eeb3ff639cefef2b72356b5bfc3432ab",
|
|
11363
|
+
"post.list.number.item.icon.padding.end": "ea89e2b8b01d8b76c5a387dcb5adb8b963ded569",
|
|
11364
|
+
"post.list.number.item.text.padding.block": "e8f4ca5bfa27171f1305cbcf48109951c6291783",
|
|
11365
|
+
"post.legend.font-weight": "f0a4f4aecd22adca404a06057036f32f535db108",
|
|
11366
|
+
"post.legend.large.font-size": "d3d186f427003c6303030a4f6fbd344f2977aed4",
|
|
11367
|
+
"post.legend.large.margin.block.start": "d5f3ffea5fa71c1423977b9af515438a3e92a8a5",
|
|
11368
|
+
"post.legend.large.padding.block.end": "5c0406008577b8a2c8cf3c7e0c6786fbda04323f",
|
|
11369
|
+
"post.legend.large.margin.block.end": "b8ff9bf1150e33ccf55f3838c5eb03813b07c55e",
|
|
11370
|
+
"post.legend.large.border-width": "4a5a2aa3d8da28b110fa449c2a227ad3c5cc94bb",
|
|
11371
|
+
"post.legend.margin.block.end": "69bea6af09684b0a6efaca814f3bdc27ea87314b"
|
|
10939
11372
|
}
|
|
10940
11373
|
},
|
|
10941
11374
|
{
|
|
@@ -10986,9 +11419,9 @@
|
|
|
10986
11419
|
"post.floating-button.elevation": "S:e30e4390d08f46ff91c16b142eaad646d7dae11f,",
|
|
10987
11420
|
"post.inline.elevation": "S:0da4aff86cc2f6ca97cb39bce79315e31f9f507b,",
|
|
10988
11421
|
"post.snackbar.elevation": "S:e1cc87ee773858ab3e8e0954a11a0394f5d22d14,",
|
|
10989
|
-
"post.spin-button.action-button.elevation": "S:fae3c8e89113ff974530b133fc8e218de0f8ca45,",
|
|
10990
11422
|
"post.toast.elevation": "S:2acf39ee9d3cf9eaa9a60444e36284fe483369e5,",
|
|
10991
|
-
"post.dropdown.single-select.menu.elevation": "S:f88e79a2a298f88283af47ace30c90b949bf28bd,"
|
|
11423
|
+
"post.dropdown.single-select.menu.elevation": "S:f88e79a2a298f88283af47ace30c90b949bf28bd,",
|
|
11424
|
+
"post.number-input.action-button.elevation": "S:fae3c8e89113ff974530b133fc8e218de0f8ca45,"
|
|
10992
11425
|
},
|
|
10993
11426
|
"selectedTokenSets": {
|
|
10994
11427
|
"core": "source",
|
|
@@ -11045,7 +11478,7 @@
|
|
|
11045
11478
|
"Components/Assist": "enabled",
|
|
11046
11479
|
"Components/Cards": "enabled",
|
|
11047
11480
|
"Components/Teaser": "enabled",
|
|
11048
|
-
"Components/
|
|
11481
|
+
"Components/Number input": "enabled"
|
|
11049
11482
|
},
|
|
11050
11483
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
11051
11484
|
"$figmaModeId": "808:0",
|
|
@@ -11056,11 +11489,16 @@
|
|
|
11056
11489
|
"post.accordion.header.content.gap.inline": "f83c10995add59e786ca3d22a1ade42060c34ed6",
|
|
11057
11490
|
"post.accordion.header.logo.size": "13fab96fe789a3225bdbc0252d0a439af7e4c398",
|
|
11058
11491
|
"post.accordion.header.font-size": "e9a4ad046ac48c57901d82fc6e93ec65339530ae",
|
|
11492
|
+
"post.accordion.header.border-open": "6f9eb06b96ae3f7c204177d49f3ec2542f33ec32",
|
|
11059
11493
|
"post.accordion.border.bottom.width": "e01e81e3b2c1274b3dddc9b64899a0dcc3ac3037",
|
|
11060
11494
|
"post.accordion.group.border.top.width": "bb4799acbce91ecc1f87e8d3473ee7bd3947328d",
|
|
11061
11495
|
"post.accordion.content.padding.block.start": "ad730b9eb52503242b53d02ed9c613eafb1014bd",
|
|
11062
11496
|
"post.accordion.content.padding.block.end": "1fa8d7d9f28bd8b931be27ef50753f99acb70de5",
|
|
11063
11497
|
"post.accordion.content.padding.inline": "423b3a6703fec7aabb02a7fc0ca531c1829c4545",
|
|
11498
|
+
"post.accordion.enabled-fg": "f6332dfba945558d2c3dcb388197a66938342ec8",
|
|
11499
|
+
"post.accordion.enabled-border": "18bff055339fc6057c2f1df32dc9ab2d38e3d3ba",
|
|
11500
|
+
"post.accordion.hover-fg": "0f2c9a07524293fb0443f921d563bc649591d5ae",
|
|
11501
|
+
"post.accordion.hover-border": "3844e8ab5d397e20c91ca615c85de14a4d52ef02",
|
|
11064
11502
|
"post.accordion.icon.size": "38831bcd1a5fbf2307fe35c6280888ac6ad23a7f",
|
|
11065
11503
|
"post.app-store.google.width": "fa65e38a865f425f8fdfeca8f1b26fc068d5d2a1",
|
|
11066
11504
|
"post.app-store.apple.width": "ad43af0ea74ce86af165314d67cd7a7dd663df84",
|
|
@@ -11070,11 +11508,22 @@
|
|
|
11070
11508
|
"post.assist.padding.block": "5053e061175de25bca76d00ef83a658b8003964a",
|
|
11071
11509
|
"post.assist.padding.inline": "a5be9de5386121ecb0c4c55bd310ed46e71a46a6",
|
|
11072
11510
|
"post.assist.font-size": "c42fdefaa61b7c5d6916a6b6768599b19da3fd4d",
|
|
11511
|
+
"post.assist.enabled-fg": "72f5b4238dee1bf68e93e9731b4fd8f2e5e38fd5",
|
|
11512
|
+
"post.assist.disabled-fg": "511343125c5a9ce9901570e967e37962ab1eca6d",
|
|
11073
11513
|
"post.hint.spacing.block": "3165d98279644e157898945596f89c99ca404b5c",
|
|
11074
11514
|
"post.avatar.size": "fdc1484ed63e645974c9a435ca62dd46b26a84e0",
|
|
11515
|
+
"post.avatar.enabled-bg": "1863e011a6589c655c1f6ce1b3fa63e4153719e2",
|
|
11516
|
+
"post.avatar.enabled-fg": "9fbe58313d6bf87fab98be4e81191e79f1a038b0",
|
|
11075
11517
|
"post.avatar.border-width": "2baed26616e4f57e9f0d918307a9ab81b5943a1f",
|
|
11076
11518
|
"post.avatar.border-radius": "678ffd41a7a2b40ecda04f9934a7c5f3a46af947",
|
|
11077
11519
|
"post.avatar.font-size": "a6f355062eaa456bf2a08bd812e990d0e799ef28",
|
|
11520
|
+
"post.avatar.image.hover-opacity": "2659b79bad8b084a6be14379c73d2b9fe8ff893c",
|
|
11521
|
+
"post.avatar.hover-bg": "ac1cb946a9c9eba579dc69e06ddbb685dbce5dd8",
|
|
11522
|
+
"post.avatar.border.color": "90487aa720710673a56fdd65f24fe8d00ff0aeaa",
|
|
11523
|
+
"post.avatar.hover-fg": "a23cdafe5339df135a601e47dce7964ed8269528",
|
|
11524
|
+
"post.badge.bg": "c20dfd9639c61755321be20d24f88bfb50fc9832",
|
|
11525
|
+
"post.badge.fg": "4b08c2c1f32eab0e4964da479f7d856f8d776cef",
|
|
11526
|
+
"post.badge.stroke": "76ca5d074874c7609f45effffb5684cdb0ae7962",
|
|
11078
11527
|
"post.badge.height.l": "58e1d54dd36a4f39b8209f296caf3397b827a411",
|
|
11079
11528
|
"post.badge.height.m": "2e52458086101c06edf5625ca91d13203dce37fa",
|
|
11080
11529
|
"post.badge.height.s": "8c37a52b9c2a0f213cc6587e78426720846c0ff3",
|
|
@@ -11086,14 +11535,25 @@
|
|
|
11086
11535
|
"post.banner.gap": "d8da80040d9b6acc1f22c86a84bf84d40b6ac2a0",
|
|
11087
11536
|
"post.banner.content.gap": "a7af357e6c39a573c2de40afccfb404477398ec6",
|
|
11088
11537
|
"post.banner.icon.size": "def23942610e63363ad2812ad745696200f75f64",
|
|
11089
|
-
"post.banner.info.bg
|
|
11090
|
-
"post.banner.
|
|
11091
|
-
"post.banner.
|
|
11092
|
-
"post.banner.
|
|
11538
|
+
"post.banner.info.bg": "37e528a0d0af4cce9b308fc9683615c52390afa1",
|
|
11539
|
+
"post.banner.info.border.color": "929edf818223e55e89c20964ec5a6ea7cfc66557",
|
|
11540
|
+
"post.banner.info.icon.color": "3fe7fa8d41abda4291acb82fad95ccac803a7c67",
|
|
11541
|
+
"post.banner.success.bg": "16d8979d0e65b2704b700e84500076f40c2dde7b",
|
|
11542
|
+
"post.banner.success.border.color": "64157486845bbe92567cab0440230465b2276c9c",
|
|
11543
|
+
"post.banner.success.icon.color": "f9229181119854213d11ee4016d5bc117234067e",
|
|
11544
|
+
"post.banner.warning.bg": "d0332917706aa3d91ad834c881c6c08a5d4b242a",
|
|
11545
|
+
"post.banner.warning.border.color": "c1839368ea40b35c9fa645adc52b57e6888eaaff",
|
|
11546
|
+
"post.banner.warning.icon.color": "8bd6a7a5469843d1fd6e532e65c0ce02f787eee3",
|
|
11547
|
+
"post.banner.error.bg": "6f3adea700b671f567099959a48060a7c0c2daa1",
|
|
11548
|
+
"post.banner.error.border.color": "67f31a08713ac872155e5aded2e641a76608d992",
|
|
11549
|
+
"post.banner.error.icon.color": "44770e15cad15b9af3bd9a8b6b74428fe2205935",
|
|
11093
11550
|
"post.banner.border-width": "186992ad0346de2c00e5f59c307e2610e92d9e7c",
|
|
11094
11551
|
"post.banner.border-radius": "487c4b680549a27482374865a994289aba2c705b",
|
|
11095
|
-
"post.banner.neutral.bg
|
|
11552
|
+
"post.banner.neutral.bg": "3650f9e233ee2f85a928ab786d2ec88ccbd02bbf",
|
|
11553
|
+
"post.banner.neutral.border.color": "0ff562d88f3593f563203f317655ee7fb4c0e6fe",
|
|
11554
|
+
"post.banner.neutral.icon.color": "2e59130401db212ad37cb342a250ee6bc7d859e2",
|
|
11096
11555
|
"post.blockquote.border-width.left": "6568787d70363b299117e8c52095eeb14451fe89",
|
|
11556
|
+
"post.blockquote.border.left.color": "adc2d5072c255eb50d74db7d8d3513930191b527",
|
|
11097
11557
|
"post.blockquote.margin.block": "bd08d047e4f9a0f40d6fc329ffcfe35605868fa1",
|
|
11098
11558
|
"post.blockquote.margin.inline": "e74d12dbeafe66a04d4429241a8c0018b2bd3892",
|
|
11099
11559
|
"post.blockquote.padding.inline.start": "7a1872b53d95b09254aedb9c83134c16f257d859",
|
|
@@ -11101,6 +11561,9 @@
|
|
|
11101
11561
|
"post.blockquote.gap.inline": "dc6aadb7c7375ca7445e8e3a7123c31a62ad9b63",
|
|
11102
11562
|
"post.blockquote.font-weight": "bbbd5bcf6682a14dd804110603e0f781f880f819",
|
|
11103
11563
|
"post.blockquote.font-size": "0ca009d91f5f9572660f874598908a4c2f0fdaa2",
|
|
11564
|
+
"post.breadcrumb.enabled-fg": "2baf0e7b11623e8bfb266ffb3a8cf71cc6c4dbd4",
|
|
11565
|
+
"post.breadcrumb.hover-fg": "9848a57f5708dd944ac7a829f5031edcc927f7ba",
|
|
11566
|
+
"post.breadcrumb.selected-fg": "11ba9dc52d4c5ff12c180643b18255c8f570da7a",
|
|
11104
11567
|
"post.breadcrumb.padding.block.text": "79f90c13e2a49c831f794b81a04e23510cc264db",
|
|
11105
11568
|
"post.breadcrumb.padding.block.icon-home": "448e288b353b6b9e0fb1f8afc789b347072374df",
|
|
11106
11569
|
"post.breadcrumb.padding.block.icon-link": "e349ea2a97a3f14e0f6c4e06276e8bf62819ee3f",
|
|
@@ -11119,6 +11582,60 @@
|
|
|
11119
11582
|
"post.button.large.icon": "4d95ef492735c0698e37dbf889ed4b629ca19eb6",
|
|
11120
11583
|
"post.button.padding.block.icon-inner": "375cef56479a6a359c87c2fa3529a88d1d0056a9",
|
|
11121
11584
|
"post.button.padding.inline.icon-inner": "856a22c933dcc7cb878afb7524cb0ea66b185a6d",
|
|
11585
|
+
"post.button.primary.enabled-fg": "039ca18e2208c77d1d8a2892aa2418479c4edffe",
|
|
11586
|
+
"post.button.primary.enabled-bg": "0cdd29650833d2c7bbcb3aa7719bf17a32d36e8b",
|
|
11587
|
+
"post.button.primary.enabled-stroke": "9f499a134f7fa536b23d0d57b72ed6558186a158",
|
|
11588
|
+
"post.button.primary.hover-fg": "eac75a8dc5a647777ff1b2dcec45e56535a15dd9",
|
|
11589
|
+
"post.button.primary.hover-bg": "0fdb33d87c686ca308031b209bf3ea439ba386d3",
|
|
11590
|
+
"post.button.primary.hover-stroke": "1f8a82b915e21cf21b0c4ab1c85761a50f421b2e",
|
|
11591
|
+
"post.button.primary.disabled-fg": "ded221a18497b74db5f062208f0a6b6a488cca16",
|
|
11592
|
+
"post.button.primary.disabled-bg": "7faf5c5ecc6891b9cdcacc68494b4904e172aa9f",
|
|
11593
|
+
"post.button.primary.disabled-stroke": "c2b980e08ac059d7ec454b46b485ba9c95b2eb68",
|
|
11594
|
+
"post.button.primary-inverted.enabled-fg": "566fead72fdd75ea718c6f9edbc2808c0601d8a0",
|
|
11595
|
+
"post.button.primary-inverted.enabled-bg": "607a2307e3f8cfe2ff6b8bde5c131704e7ac79a0",
|
|
11596
|
+
"post.button.primary-inverted.enabled-stroke": "067fe8edac84400798dc462b8f8ae5063c42f67e",
|
|
11597
|
+
"post.button.primary-inverted.hover-fg": "a234850a88b64de6c4a00088d91b6dc3465fde30",
|
|
11598
|
+
"post.button.primary-inverted.hover-bg": "9da9b7a0573b38ef72344346d5a6b3828a34f50b",
|
|
11599
|
+
"post.button.primary-inverted.hover-stroke": "5c8525d7bc7b80c516a6d481955c53bfb072faa8",
|
|
11600
|
+
"post.button.primary-inverted.disabled-fg": "9573fd7511910da86d0f0e9bbf96dedd79dc6bdb",
|
|
11601
|
+
"post.button.primary-inverted.disabled-bg": "e35c9e917a8f6189d4df5ef35a14d942bbbb8dc4",
|
|
11602
|
+
"post.button.primary-inverted.disabled-stroke": "f513f815973b5085c80a0ccff0bce022c911e508",
|
|
11603
|
+
"post.button.secondary.enabled-fg": "759a78e911e41bc2da7668304ce1ae1ab5cd7cb5",
|
|
11604
|
+
"post.button.secondary.enabled-bg": "ecbbc24a2a8253d25c345305125da84c65697169",
|
|
11605
|
+
"post.button.secondary.enabled-stroke": "60f407bd7ae36428a46c5af2b970e16ab6ae0fe5",
|
|
11606
|
+
"post.button.secondary.hover-fg": "8808d0ffacacdca1987cdf631734b09b0f051d7e",
|
|
11607
|
+
"post.button.secondary.hover-bg": "02c3b6fd833112968f50cdda79ac26617eaa30c1",
|
|
11608
|
+
"post.button.secondary.hover-stroke": "f04ec7973bec6d87dc7159eccf343ed63caf9fa3",
|
|
11609
|
+
"post.button.secondary.disabled-fg": "99a8254b4098b9d7e35bccc3be1876647d99efb8",
|
|
11610
|
+
"post.button.secondary.disabled-bg": "222ceab0d53e11e09be6415b55d970600b2a001f",
|
|
11611
|
+
"post.button.secondary.disabled-stroke": "6d5568e6250a2373dd97ae93178f0fa62ff75422",
|
|
11612
|
+
"post.button.secondary-inverted.enabled-fg": "c36b878bafa93b53c5b8b7f7c82b5b0369362530",
|
|
11613
|
+
"post.button.secondary-inverted.enabled-bg": "3d971ad326ca363ba2831c34afe64c6cce9ac0da",
|
|
11614
|
+
"post.button.secondary-inverted.enabled-stroke": "f103f2f6237f3d8d257df01271ab9139383b6863",
|
|
11615
|
+
"post.button.secondary-inverted.hover-fg": "928c8449aabae8f36ed21958d10a8f523c5d1a2a",
|
|
11616
|
+
"post.button.secondary-inverted.hover-bg": "2fa51ef6d8d256df39cb93003f8fd295952ad697",
|
|
11617
|
+
"post.button.secondary-inverted.hover-stroke": "d34c494d039992caa17d82ad0f460a7beb24fe3f",
|
|
11618
|
+
"post.button.secondary-inverted.disabled-fg": "3c47434bf7b5d067825f277869970085e64532da",
|
|
11619
|
+
"post.button.secondary-inverted.disabled-bg": "55ba738b2acb2a23ca41cf0415858e11f4230e93",
|
|
11620
|
+
"post.button.secondary-inverted.disabled-stroke": "a1820a2a3d858cd32f7f7c9cf56f8fbf14a0147b",
|
|
11621
|
+
"post.button.tertiary.enabled-fg": "d92f4c8bed2af1d684dece2d48dec8ecdaf26f47",
|
|
11622
|
+
"post.button.tertiary.enabled-bg": "e14021ba34e5501e46ed579ac31a4915414d48be",
|
|
11623
|
+
"post.button.tertiary.enabled-stroke": "d0a6b1e6578657066aa34001e3bf08f45ace71eb",
|
|
11624
|
+
"post.button.tertiary.hover-fg": "840060212b34ec35a799ef6ec6213d462f1e41ab",
|
|
11625
|
+
"post.button.tertiary.hover-bg": "5cd33517927704299f87005586533083af9355a1",
|
|
11626
|
+
"post.button.tertiary.hover-stroke": "03b40d72ea31644731c86065beae71474a207ce5",
|
|
11627
|
+
"post.button.tertiary.disabled-fg": "6bdcec6ba989f3973df833f082aca4d3eb49c335",
|
|
11628
|
+
"post.button.tertiary.disabled-bg": "820465492072952143b319e36323fa8a91dcdcd5",
|
|
11629
|
+
"post.button.tertiary.disabled-stroke": "9d56ff936ff360fd2378a58287e8c92a9fbb5f82",
|
|
11630
|
+
"post.button.tertiary-inverted.enabled-fg": "94391b77e245b5736a778015c54144ddf99f5338",
|
|
11631
|
+
"post.button.tertiary-inverted.enabled-bg": "53feb9a2cae4c78d4a31cb4a5906dbd4f27a1253",
|
|
11632
|
+
"post.button.tertiary-inverted.enabled-stroke": "cf2fcac10c590be2dd32ee64b8c9ac497b1baa01",
|
|
11633
|
+
"post.button.tertiary-inverted.hover-fg": "e8937e6412f9a8039ab2c6790a501e5825e8afe4",
|
|
11634
|
+
"post.button.tertiary-inverted.hover-bg": "ecbe35adbc840ff382926b81bd903ddb214d882b",
|
|
11635
|
+
"post.button.tertiary-inverted.hover-stroke": "4026acafa2f4024e1bf70abd9334f45547aff4a4",
|
|
11636
|
+
"post.button.tertiary-inverted.disabled-fg": "26598578d2e9f8f492aaf8f6a9eb6e4254140c25",
|
|
11637
|
+
"post.button.tertiary-inverted.disabled-bg": "7ae85d982ddd188dd3bf33faa0f7ed7a7a40b713",
|
|
11638
|
+
"post.button.tertiary-inverted.disabled-stroke": "eacc46c7cab638738dba7ec112b8929ee4a031e2",
|
|
11122
11639
|
"post.button.medium.height": "48d44f831cae6e5f41d01f3eb7dcbb19d1ea572f",
|
|
11123
11640
|
"post.button.medium.gap.inline": "bc9458158633c62da2a94a576f040b70bd3d3fb4",
|
|
11124
11641
|
"post.button.medium.padding.inline": "cb2499fd2ad523f33f3ff6192abefcb356000ac3",
|
|
@@ -11131,7 +11648,24 @@
|
|
|
11131
11648
|
"post.button.border-width": "eefdbbcdfe797014914e8bb2b2ab4456cac6396c",
|
|
11132
11649
|
"post.button.label.font-weight": "423ec64d2c0daf8df8e67bfe1ff5ff7b2d8fb9d8",
|
|
11133
11650
|
"post.card.border-radius": "c4e98f3a39e0aabf3daef986f7b1c8cf3b8cf856",
|
|
11651
|
+
"post.card.non-interactive.stroke": "e3ca597e321fdd0855dd199c3316c4cdbe19c17c",
|
|
11652
|
+
"post.card.bg": "0f10eb07118e3b71e7bb4668711a981833e0aefd",
|
|
11653
|
+
"post.card.fg": "9ad4416e894be35fcdcc2cf74a2ff75d5c7c9735",
|
|
11654
|
+
"post.card.scheme": "f72d9796cf6ca93f8447355dbbac7dbc2d03d6ac",
|
|
11655
|
+
"post.card.enabled-bg1": "34732e82032e4fbaff5bf16d4c00846922a35b85",
|
|
11656
|
+
"post.card.enabled-bg2": "5ff85b58a18bf28acbf66f998e7735b23af54d86",
|
|
11657
|
+
"post.card.hover-bg": "46bd98d34e1541b77a1d990e0efa02b8ee7a7684",
|
|
11658
|
+
"post.card.hover-fg": "5fe5cbe378f7a4efa3fbea2f3443866b7fae67b0",
|
|
11134
11659
|
"post.card.padding.1": "7ecc89818a5707bbd94575da2557036a83e7c551",
|
|
11660
|
+
"post.checkbox.enabled-bg": "511b9da046efffab0af4a6e72d7f452db03ab780",
|
|
11661
|
+
"post.checkbox.enabled-fg": "1a3dd51d23e3681320793f129272ebe44941ed72",
|
|
11662
|
+
"post.checkbox.hover-bg": "c7c5e44f736cacf7e8b7553498dbfbb720dbe2e0",
|
|
11663
|
+
"post.checkbox.hover-fg": "4cd3a35c6d41c8bf0f327dc00edce076b43375f9",
|
|
11664
|
+
"post.checkbox.disabled-bg": "17a75265c1ba9ab24f81d178854bcc374d386772",
|
|
11665
|
+
"post.checkbox.disabled-fg": "f67e1029d1f7c3fc93b33b2c7662af38106ac1a7",
|
|
11666
|
+
"post.checkbox.enabled-stroke": "baeb6a8bfd531712283a81c79867de6406094263",
|
|
11667
|
+
"post.checkbox.hover-stroke": "09fd9bb754b50d6b5d66a08cb9b5aa02b81f1eb1",
|
|
11668
|
+
"post.checkbox.disabled-stroke": "450e5256bebdcb568e9093e4dd3bfaa329f76d39",
|
|
11135
11669
|
"post.checkbox.gap.block.group": "c87709f94c2c59282e5bcfc93d28ea57339d29be",
|
|
11136
11670
|
"post.checkbox.gap.inline.text-start": "6a0ccb17874af047442e69a9ea84440679f3a4e7",
|
|
11137
11671
|
"post.checkbox.icon.border-width": "df706a4acde93afd0c8a6c08650212691c753a4d",
|
|
@@ -11143,7 +11677,19 @@
|
|
|
11143
11677
|
"post.checkbox.border-radius": "d7f2f321d3f6aa26b82e92bdddc71e8278b2d45a",
|
|
11144
11678
|
"post.checkbox.group.legend.font-size": "5b0316a7c8f172a8c450b37de8030c2fafdd3b64",
|
|
11145
11679
|
"post.checkbox.label.padding.block": "1f0dbe15a811f9ac9a6699131a7925b19b90da68",
|
|
11680
|
+
"post.checkbox.small.icon.size": "b52f07ee4a83915762107bf7bfe827dcc7edf79c",
|
|
11681
|
+
"post.checkbox.small.icon.padding": "125304a2e62b9d2a1fdf9a2d2fd00141a0530603",
|
|
11682
|
+
"post.checkbox.small.icon.container.padding": "100c04b6d2beb26880b91ba95a96f6a69510046f",
|
|
11683
|
+
"post.checkbox.small.padding.block": "43335ad872170c623e7543fdb6e95bc8c388f07b",
|
|
11684
|
+
"post.checkbox.small.label.padding.block": "b70de00e85bdc472829233f523a34299c998593d",
|
|
11685
|
+
"post.checkbox.small.group.gap.block": "d1dbc1ddf04bb385a324be6affeea85e26cbb2f8",
|
|
11686
|
+
"post.checkbox.small.group.items.gap.block": "24c400a5a6bc6d779a8932bb6ab008b0fc06f665",
|
|
11687
|
+
"post.checkbox.small.group.items.gap.inline": "246815d705db546273074fec96a2630b3dd38702",
|
|
11146
11688
|
"post.close.size": "515ef5927115a50084de12d9bd441da2ec42a649",
|
|
11689
|
+
"post.close.enabled-fg": "8d08f9197375c3d7b44e957e02fe1ebae8d89a35",
|
|
11690
|
+
"post.close.hover-fg": "7c7d9dc3aed021bd21709eb4ad1e784dab16e179",
|
|
11691
|
+
"post.close.enabled-bg": "d265ac3f1647a0a227b4420c13ba3cb4ea55995e",
|
|
11692
|
+
"post.close.hover-bg": "04ed00d9ede124919214337431759bc5c75816a3",
|
|
11147
11693
|
"post.close.border-radius": "5ff209f6925d4bc352a576c50751a96b71d67617",
|
|
11148
11694
|
"post.close.icon.size": "ea8353a741be98ec8b070be1ea1bedbb49292b8c",
|
|
11149
11695
|
"post.grid.gutter.xl": "09cf49132842775a8c5dc4a9e2342b146ed4d222",
|
|
@@ -11160,6 +11706,8 @@
|
|
|
11160
11706
|
"post.dropdown.multi-select.menu.category-title.padding.block.outer": "ee99f5a05a5b1c84a69b677a1834d61fead11820",
|
|
11161
11707
|
"post.dropdown.multi-select.menu.category-title.padding.block.inner": "0c237bda42bc614b0d40c3063b8cd837f6764301",
|
|
11162
11708
|
"post.dropdown.multi-select.menu.category-title.padding.inline.inner": "3818d730a903399bea6f0a252a8fcad51001a230",
|
|
11709
|
+
"post.dropdown.multi-select.menu.category-title.stroke": "d14601d9070126646ea0a06fadc7715113a8b867",
|
|
11710
|
+
"post.dropdown.multi-select.menu.category-title.enabled-fg": "6558708794830f02a60c5e2a9fb24f5f205624b8",
|
|
11163
11711
|
"post.dropdown.multi-select.menu.category-title.font-weight": "cdbe183f689777b5097b8f78c62c0c3e8f4214ef",
|
|
11164
11712
|
"post.dropdown.multi-select.menu.list-item.padding.inline.start": "3e53edc523387e5a64df8218b5e2c61b3d49d59c",
|
|
11165
11713
|
"post.dropdown.multi-select.menu.list-item.padding.inline.end": "a31ccebc3eedf24d9b35e58b0c2d32d87859b725",
|
|
@@ -11168,6 +11716,12 @@
|
|
|
11168
11716
|
"post.dropdown.multi-select.menu.list-item.gap.inline.text-start": "1d4a4948d70b06601536ee22dce4255fbf846394",
|
|
11169
11717
|
"post.dropdown.multi-select.menu.list-item.border-width.bottom": "e36f940ea1f152976ccaa36cfa2cf8bdd3266573",
|
|
11170
11718
|
"post.dropdown.multi-select.menu.list-item.icon.spacing.height.outer": "0bd536964411f0d340eb3ce6cfb27426882147ee",
|
|
11719
|
+
"post.dropdown.multi-select.menu.list-item.enabled-fg": "7feb95cc1c61e3e16c1e9efb74b6944f0fe562d1",
|
|
11720
|
+
"post.dropdown.multi-select.menu.list-item.hover-fg": "f7eb371fafa736714c2b47aba317c6d1b7a57a59",
|
|
11721
|
+
"post.dropdown.multi-select.menu.list-item.enabled-bg": "64fd988b0510a71cb37d0d25ff495a6e135b0b0f",
|
|
11722
|
+
"post.dropdown.multi-select.menu.list-item.hover-bg": "5c88aed4bfb9b356b0e77832c5300514a1136843",
|
|
11723
|
+
"post.dropdown.multi-select.menu.list-item.hover-stroke": "d456d03d81c10ee3953fa5f9adddbb5d72ff677c",
|
|
11724
|
+
"post.dropdown.multi-select.menu.list-item.enabled-stroke": "757662a00b6fceb039c47168c52a9a96170a4996",
|
|
11171
11725
|
"post.dropdown.multi-select.menu.padding.block": "e885da1f27f58d8d77336fa1cc12b08fca18655f",
|
|
11172
11726
|
"post.dropdown.multi-select.menu.border-radius": "df7ff5e9ed31e5d3c9bab7ff70c498dbf05669a9",
|
|
11173
11727
|
"post.dropdown.single-select.menu.list-item.icon.spacing.height.outer": "99cf9f3cac94af09f11355d77c5c2d61fab6f2a1",
|
|
@@ -11177,21 +11731,36 @@
|
|
|
11177
11731
|
"post.dropdown.single-select.menu.list-item.padding.block.start": "44f56aa7733eeed3f3110d93f9bd033c8cf3a3f2",
|
|
11178
11732
|
"post.dropdown.single-select.menu.list-item.padding.block.end": "dd7d565cb9e243f74473d8a0f522bb59486bd502",
|
|
11179
11733
|
"post.dropdown.single-select.menu.list-item.gap.inline.text-start": "213efded9b679175667bd574eba9dbf3be3a2b15",
|
|
11734
|
+
"post.dropdown.single-select.menu.list-item.enabled-fg": "89b1dddb36b09062db92ef11e3e509db88312c08",
|
|
11735
|
+
"post.dropdown.single-select.menu.list-item.hover-fg": "1e7a2d467c9cb52f408e1201056cad540697f8c1",
|
|
11736
|
+
"post.dropdown.single-select.menu.list-item.enabled-bg": "ae559caaf81d29b51b1cfd6eb966869ad973a239",
|
|
11737
|
+
"post.dropdown.single-select.menu.list-item.hover-bg": "8c9adeade11db9f33b68e4d4337d7d31df583c59",
|
|
11738
|
+
"post.dropdown.single-select.menu.list-item.hover-stroke": "ba8d66058e472738e87a8c0515971e01d862a1a7",
|
|
11739
|
+
"post.dropdown.single-select.menu.list-item.enabled-stroke": "04f766c34e935bc28361a82257eefa98269bf658",
|
|
11180
11740
|
"post.dropdown.single-select.menu.list-item.border-width.bottom": "d9f30b6a3f78fdf1d9381ebbdb0e8164c3362486",
|
|
11181
11741
|
"post.dropdown.single-select.menu.category-title.padding.block.outer": "834eec82b5234d736162d4417a76ef2db5e559e5",
|
|
11182
11742
|
"post.dropdown.single-select.menu.category-title.padding.block.inner": "d7a1317b17c701781b2386268299ea3c8eb8e52d",
|
|
11183
11743
|
"post.dropdown.single-select.menu.category-title.padding.inline.inner": "b8c12e275a45449dee36d2dcb1347773d1818e8c",
|
|
11744
|
+
"post.dropdown.single-select.menu.category-title.stroke": "6d572640dc3d716894d9f041723d46e8946ab3eb",
|
|
11745
|
+
"post.dropdown.single-select.menu.category-title.enabled-fg": "38b8d7e9118e41a6653823263a4dda25c9377503",
|
|
11184
11746
|
"post.dropdown.single-select.menu.category-title.font-weight": "71f3d279def02a35bdf830cc04b8d7de98afce85",
|
|
11185
11747
|
"post.dropdown.single-select.menu.padding.block": "ffded9b6e80cffb4dc1beffccd10915a84316943",
|
|
11186
11748
|
"post.dropdown.single-select.menu.border-radius": "0a3072d6f52ca7336e8fa68eda76180b81827022",
|
|
11187
11749
|
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
11188
11750
|
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
11751
|
+
"post.floating-button.enabled-fg": "77f009565576cc049046b990ef2b0688a43becd7",
|
|
11752
|
+
"post.floating-button.enabled-bg": "491d5f34dd817b87c813955d6aa84eae900a5f5a",
|
|
11753
|
+
"post.floating-button.enabled-border": "fced80ecb14d12d7a312fb54984a6af601983225",
|
|
11754
|
+
"post.floating-button.hover-fg": "a5e426e2322345c0f300633465e4d73b4d5a5750",
|
|
11755
|
+
"post.floating-button.hover-bg": "519c5bcb2886492720446c365d4f5c3fa85ad996",
|
|
11756
|
+
"post.floating-button.hover-border": "54e694dd7772f673e1e7bee834f5dc211887faf2",
|
|
11189
11757
|
"post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
|
|
11190
11758
|
"post.floating-button.size.icon": "6f2ead50c9777b5b55aece34c2e65d4c4f9dd05d",
|
|
11191
11759
|
"post.floating-button.border-width": "780bc7b400761532094e6fd9dacf8c0d92c69383",
|
|
11192
11760
|
"post.floating-button.border-radius.round": "40f3a56c25ca39dec619b9bea5f19a4c2e0e4a50",
|
|
11193
11761
|
"post.floating-button.translate.y": "7a0a25db2aa57b6f8feecc798d9b415229ae9e06",
|
|
11194
11762
|
"post.form-footer.border.block.start.width": "435984a357bd0e8d998641046968135544c42ca3",
|
|
11763
|
+
"post.form-footer.border.start.color": "fe40a4f98b31cb6fc9c83a1d1ba0398c677d545f",
|
|
11195
11764
|
"post.form-footer.padding.block.start": "7e99d301b97b416b17ee532a082c33e6e7e6160b",
|
|
11196
11765
|
"post.form-footer.gap": "c5fef62c41382d0294a322c4256feb0ef9f3f592",
|
|
11197
11766
|
"post.grid.gutter": "f62d09ab74731ba66a0cb6d73a589a4929a4c061",
|
|
@@ -11199,6 +11768,60 @@
|
|
|
11199
11768
|
"post.grid.container.padding.inline": "56d9dc77474c3c19eb5c83a89ba155f6a7b2c262",
|
|
11200
11769
|
"post.icon-button.large.outer": "9ffdef1ca1ec6310ab8d817f88ffeff6901054d7",
|
|
11201
11770
|
"post.icon-button.large.icon": "f227ab508396638380cc60e0d16ebe56eb02134c",
|
|
11771
|
+
"post.icon-button.primary.enabled-fg": "61ff031535fb5f65632aa0e24c0db4559804bfed",
|
|
11772
|
+
"post.icon-button.primary.enabled-bg": "fb9e8925db5731ccbc31c35c7bc9ff5486c72ca9",
|
|
11773
|
+
"post.icon-button.primary.enabled-stroke": "b2b39117c955a3d67cdabd5c29c287416fbca88d",
|
|
11774
|
+
"post.icon-button.primary.hover-fg": "6a1cea86d6374262f397761e96d69daedf2ee176",
|
|
11775
|
+
"post.icon-button.primary.hover-bg": "7ab301e6c8946556b24d44cdffe4d8f42c5339e0",
|
|
11776
|
+
"post.icon-button.primary.hover-stroke": "04b33d55e1bd17f044d897f6667f920d07fdb6c8",
|
|
11777
|
+
"post.icon-button.primary.disabled-fg": "dc4126a4fb0c36e58389a893a8ff795d948b3965",
|
|
11778
|
+
"post.icon-button.primary.disabled-bg": "50636cd75571a7d9094b2f0668e5e8892cf790cc",
|
|
11779
|
+
"post.icon-button.primary.disabled-stroke": "1e47f7a5138cd9a186539f7d502f7ac94fd04f51",
|
|
11780
|
+
"post.icon-button.primary-inverted.enabled-fg": "c26fe191eeca57d033bbd3d7e6aa5107f9758820",
|
|
11781
|
+
"post.icon-button.primary-inverted.enabled-bg": "7fee1706f63efb31550adffaa2656212077190e1",
|
|
11782
|
+
"post.icon-button.primary-inverted.enabled-stroke": "be856fc55a0e2d41a5807684d53ee54c7a8ed659",
|
|
11783
|
+
"post.icon-button.primary-inverted.hover-fg": "6dc64c211873d417747707eae57b22e941b01919",
|
|
11784
|
+
"post.icon-button.primary-inverted.hover-bg": "fc33d8ccd432fdd0de2a6c25d2addbec90f31ac3",
|
|
11785
|
+
"post.icon-button.primary-inverted.hover-stroke": "66a712f070dedd8f79cd9b57d4719a30e1277a99",
|
|
11786
|
+
"post.icon-button.primary-inverted.disabled-fg": "38814a0087ca34f4762da6fbb7389034c0bbaa62",
|
|
11787
|
+
"post.icon-button.primary-inverted.disabled-bg": "7af634b2bb88852aa2507c7f1dba1616c23bdaa9",
|
|
11788
|
+
"post.icon-button.primary-inverted.disabled-stroke": "3671f0613ba057f7a520ce26233656fee3daad95",
|
|
11789
|
+
"post.icon-button.secondary.enabled-fg": "ac7b40cfd30f0af897e55b2847c3797524e37a4f",
|
|
11790
|
+
"post.icon-button.secondary.enabled-bg": "5510fcfb4694fa8710b1a7662a6711791665c358",
|
|
11791
|
+
"post.icon-button.secondary.enabled-stroke": "1dbdeaf0c467e670d09ff33f38926e7139ee2643",
|
|
11792
|
+
"post.icon-button.secondary.hover-fg": "59f524b071a2da846bd04fdd2d01bfd213152790",
|
|
11793
|
+
"post.icon-button.secondary.hover-bg": "c17daa89af44b6bdc908bd92dcdbb20224dbb36f",
|
|
11794
|
+
"post.icon-button.secondary.hover-stroke": "516f6d8c91ecbef7fd18dc07833279b9e9a9e160",
|
|
11795
|
+
"post.icon-button.secondary.disabled-fg": "4c9496e4b78cea0e534767ad1244743ec7566fc3",
|
|
11796
|
+
"post.icon-button.secondary.disabled-bg": "8ea9e4c9afbc451d889d0464c65f35ff3627378a",
|
|
11797
|
+
"post.icon-button.secondary.disabled-stroke": "2d55933e4d9f79bd7bc16f3745afdb73207dbc75",
|
|
11798
|
+
"post.icon-button.secondary-inverted.enabled-fg": "06a955994b91d76a48846907d0691800bf6148e4",
|
|
11799
|
+
"post.icon-button.secondary-inverted.enabled-bg": "fe580ea906b51dcf92ea508ab1ad1ee9821503ab",
|
|
11800
|
+
"post.icon-button.secondary-inverted.enabled-stroke": "3623348af9cbf09bbb8218093b7d88d2f85e9066",
|
|
11801
|
+
"post.icon-button.secondary-inverted.hover-fg": "9e839e5ec4cbea6965baf41f384e099b2207e641",
|
|
11802
|
+
"post.icon-button.secondary-inverted.hover-bg": "b1c2113e185cef20d24653f0909426bdba831f91",
|
|
11803
|
+
"post.icon-button.secondary-inverted.hover-stroke": "89092094a30cecb49369827486e81dcd712d6b8a",
|
|
11804
|
+
"post.icon-button.secondary-inverted.disabled-fg": "ecaf3f630308c48a8817e5826d4d06faa1ad4513",
|
|
11805
|
+
"post.icon-button.secondary-inverted.disabled-bg": "40b09d43959094dcfa1caa7f745979e89e8b9568",
|
|
11806
|
+
"post.icon-button.secondary-inverted.disabled-stroke": "4715867ab750ddd15d4a88df4659715f306bcd38",
|
|
11807
|
+
"post.icon-button.tertiary.enabled-fg": "4a88d517b82b8a181848f5e3f1a5b679ba316cbf",
|
|
11808
|
+
"post.icon-button.tertiary.enabled-bg": "0a1587bab96d28d0ae9ce4891d53d9c16b2fec4c",
|
|
11809
|
+
"post.icon-button.tertiary.enabled-stroke": "8937cf4f906fbcd2f261e408c250599de0293bec",
|
|
11810
|
+
"post.icon-button.tertiary.hover-fg": "a89b23ab158ea02b8109e8faee4092c6bc752eb0",
|
|
11811
|
+
"post.icon-button.tertiary.hover-bg": "64d54e59fdefbfcefd1cfb0a3e5e5cea26c5eee2",
|
|
11812
|
+
"post.icon-button.tertiary.hover-stroke": "102e93c65745a029b4f363467796b91ae657d424",
|
|
11813
|
+
"post.icon-button.tertiary.disabled-fg": "3ac787101e21f050048e99f07f4773440a6cb67c",
|
|
11814
|
+
"post.icon-button.tertiary.disabled-bg": "8dd80e97d2299623305ce78d9c917087a34d21b3",
|
|
11815
|
+
"post.icon-button.tertiary.disabled-stroke": "bbd4847720ed21ff57ec7cee935a590b666eb4c9",
|
|
11816
|
+
"post.icon-button.tertiary-inverted.enabled-fg": "3a23c355ff57ae2ec4b9115be6c02940f6198015",
|
|
11817
|
+
"post.icon-button.tertiary-inverted.enabled-bg": "c14efda7456cd44bab1bcda7f080791665b6e95a",
|
|
11818
|
+
"post.icon-button.tertiary-inverted.enabled-stroke": "f09c1dfcbb11124e897a26a82e39c3318349bfc6",
|
|
11819
|
+
"post.icon-button.tertiary-inverted.hover-fg": "e043cb22be2c4e57a0831162c5547f11f24e5bf0",
|
|
11820
|
+
"post.icon-button.tertiary-inverted.hover-bg": "c3b0bfbc3170a5b710b7444f733714123ffa798a",
|
|
11821
|
+
"post.icon-button.tertiary-inverted.hover-stroke": "fe2fd0b8c0d9ef1c626f4343b49b3b8e33e4eb3f",
|
|
11822
|
+
"post.icon-button.tertiary-inverted.disabled-fg": "20787e22827b3da3cb49028cae51ccb50c7388da",
|
|
11823
|
+
"post.icon-button.tertiary-inverted.disabled-bg": "e7126a822df078674f2aec83b0cc53dc4414e2d3",
|
|
11824
|
+
"post.icon-button.tertiary-inverted.disabled-stroke": "927bcf84be8d1e418c3db1c9d1fc64f0838b4271",
|
|
11202
11825
|
"post.icon-button.medium.outer": "bc160567508b25fb705a9a971367355385723808",
|
|
11203
11826
|
"post.icon-button.medium.icon": "11fb6d55934e5fc33d20892e98d1ae7d2d1b50a9",
|
|
11204
11827
|
"post.icon-button.border-radius.round": "d8101a6970d39985ce0b64b6bdad4442a168d1db",
|
|
@@ -11209,6 +11832,22 @@
|
|
|
11209
11832
|
"post.inline.spacing.gap.inner": "43ab45d7753ed586955faa45badffd72120e4ad1",
|
|
11210
11833
|
"post.inline.spacing.padding.block": "cebf7c4d7511b0f8492f29df50b91646d6e53ba8",
|
|
11211
11834
|
"post.inline.sizing.icon": "e325f303ff12704d2d055094df295afc039852d5",
|
|
11835
|
+
"post.inline.color.info-bg": "8ebb9328400f7884f24cefb5817dce6225f8f0dc",
|
|
11836
|
+
"post.inline.color.info-fg": "a22c6cbdd2ba4f5c77159f8fe2e243a425d861fd",
|
|
11837
|
+
"post.inline.color.info-stroke": "ddc6c3460435ba9df577e114c0127855648f1d00",
|
|
11838
|
+
"post.inline.color.info-icon": "eace4f75ecc5e2959297295e29271a6d259c9844",
|
|
11839
|
+
"post.inline.color.success-bg": "e8053fa5c0d4eb0b64d28767c08c5dc44789b6a5",
|
|
11840
|
+
"post.inline.color.success-fg": "adbac82c2d37d0c3a5b031a098c23d8ad4d6e224",
|
|
11841
|
+
"post.inline.color.success-stroke": "8abd98991cc2d3d0947472f638dd65ee9e8e9ca7",
|
|
11842
|
+
"post.inline.color.success-icon": "74dee46c332968620b0d452c3948a422ea3b54a9",
|
|
11843
|
+
"post.inline.color.warning-bg": "be9e89b34ec5c38d9fc07bc3835e1ede5a15fd69",
|
|
11844
|
+
"post.inline.color.warning-fg": "327d7c81b5513172f46a12539185bec449b1ab60",
|
|
11845
|
+
"post.inline.color.warning-stroke": "805afc9881adea072c5a4825d0b484e99f91f292",
|
|
11846
|
+
"post.inline.color.warning-icon": "2ccc3b1cdc13acee1b00ef8aa4f44cd28d02051b",
|
|
11847
|
+
"post.inline.color.error-bg": "a6a0235c415ea36aa6efe0206af274139e679a16",
|
|
11848
|
+
"post.inline.color.error-fg": "8e4986f314ec11e8770b472388ef7c782fb07cee",
|
|
11849
|
+
"post.inline.color.error-stroke": "de75d6eb0a859440c39a5ac1fd26099b5f6ef793",
|
|
11850
|
+
"post.inline.color.error-icon": "71b842f358cc234da3c1fffd7919d7ae06c34790",
|
|
11212
11851
|
"post.lead.font-size": "faf5dba2f96d4f89a72ee8e380d9c5dabd286beb",
|
|
11213
11852
|
"post.lead.font-weight": "5f2c7a3dd41d479f8b11e5b1dbfe462152e54aa0",
|
|
11214
11853
|
"post.list.item.padding.inline.start": "f7f1ba4ae736cfe139c14f5d2da5834c6555c8c0",
|
|
@@ -11216,12 +11855,17 @@
|
|
|
11216
11855
|
"post.list.item.padding.block.start": "11f6bc404467908a5a162c5d014ba825e488fe4a",
|
|
11217
11856
|
"post.list.item.padding.block.end": "447bfceda1d7a538c45cf4a8718cf51c530e015c",
|
|
11218
11857
|
"post.list.item.gap.inline": "8b3c47bf71962080480e4c42f24084f04677a0d0",
|
|
11858
|
+
"post.list.item.enabled-border": "f2d45321cc1bd8ed7def7ff6eb299a50f9f8d7fe",
|
|
11859
|
+
"post.list.item.hover-border": "5d8301e5915b941f7b54b6e23469c2148e76791f",
|
|
11860
|
+
"post.list.item.enabled-fg": "4a570668b7059b0822f1e137471f2d255cc62f19",
|
|
11861
|
+
"post.list.item.hover-fg": "f7051e304ecb770746a86ddbc231512baa96245b",
|
|
11219
11862
|
"post.list.item.border-width": "bcd8aacad9ea04c34d9b9a6195caff661a48f581",
|
|
11220
11863
|
"post.list.icon.container.padding.block": "2c63130c7c5cc820bceda75d7711862518504a8b",
|
|
11221
11864
|
"post.list.icon.container.padding.inline": "59b199c894c721103fb3826da4dad5363f85bfdf",
|
|
11222
11865
|
"post.list.icon.size": "26403e806c4c3551bc29609b720cd1ee98b77132",
|
|
11223
11866
|
"post.list.switch.padding.block": "f4d818760b6afc45e334e50776ad152fb18d54d9",
|
|
11224
11867
|
"post.list.margin.block": "d53e96d1e948088deafee9bd8fb5a84edacb868e",
|
|
11868
|
+
"post.list.bg": "3ae4e2a10ad075b1d4d5f45253a54cd648336989",
|
|
11225
11869
|
"post.list.check.sizing.icon": "bb5abf0a86b093084f08e078f8f4ad9947a52b72",
|
|
11226
11870
|
"post.list.check.padding.icon": "59c39e7014cf31f71f657d6a7034186a35e63012",
|
|
11227
11871
|
"post.list.check.text.padding": "a8a03d1e0221fd52a61abb27246f0ee435aea686",
|
|
@@ -11230,17 +11874,73 @@
|
|
|
11230
11874
|
"post.list.check.icon.container.block": "670186a5b10d70027009f3e318cc99fc0a2c822f",
|
|
11231
11875
|
"post.list.check.item.gap.block.text": "6cf9bbb003a5295246f02134089019f9abda52ca",
|
|
11232
11876
|
"post.list.check.margin.block": "d299b40b073470d2b17eab110d34bdd43233bd69",
|
|
11877
|
+
"post.list.check.color.icon-bg": "fae4fd2c5bc7dec515b82a34ae4279361d3aad86",
|
|
11878
|
+
"post.list.check.color.icon-fg": "16cd2459165982f548ff3971fba0746e6be362a1",
|
|
11879
|
+
"post.list.check.color.text-fg": "570728a610b063ec0e5c8abb631f23173079187d",
|
|
11880
|
+
"post.number-input.action-button.icon.size": "10e9a6a2eff63368599f3e920ac547201e0ea874",
|
|
11881
|
+
"post.number-input.action-button.padding.block": "c58590577affeac7486da68c9ef44922b763b7e8",
|
|
11882
|
+
"post.number-input.action-button.padding.inline": "91f4c3c743cd4bb2cd86d564995561fd0d9b7959",
|
|
11883
|
+
"post.number-input.color.enabled-bg": "fc908291dd81a105ac4feb308e3b9d8e4a071466",
|
|
11884
|
+
"post.number-input.color.enabled-fg": "e6e11809f7f1cb2303eaff81da20c7f3c1634062",
|
|
11885
|
+
"post.number-input.color.hover-bg": "5788b790c4c8393dd69371fcfb186382bb3ff6d6",
|
|
11886
|
+
"post.number-input.color.hover-fg": "55cffe3d58753d5a132aafbf37bbef2f83bc3d5c",
|
|
11887
|
+
"post.number-input.color.disabled-bg": "1705c18fcf5c74bb8473216eb0a8ab6b9cd7d935",
|
|
11888
|
+
"post.number-input.color.disabled-fg": "47157d7f7442f4d616b1ce1bd31ace5222d3dd60",
|
|
11889
|
+
"post.number-input.color.enabled-border": "886b80238d2474bc3e45ccc050c36876c5e089ad",
|
|
11890
|
+
"post.number-input.color.hover-border": "3b723ef49d3e8200c20d633e2ffdc520b911a911",
|
|
11891
|
+
"post.number-input.color.disabled-border": "cf3bc0217bc9ef79226f7e36e334721807bb3e3c",
|
|
11892
|
+
"post.number-input.border-radius": "ede9c268fc456972470b6c4921ce2297db06250e",
|
|
11893
|
+
"post.number-input.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
|
|
11894
|
+
"post.number-input.sizing.height": "d273094eb27a4b5c033ceeb87cdcbe216097cfce",
|
|
11895
|
+
"post.number-input.small.sizing.height": "26ea0cfb47392acc799a552a829b92e25ea142aa",
|
|
11896
|
+
"post.number-input.validation.icon.size": "787efdd875f272d2993a8bd62c483c7c3197135f",
|
|
11897
|
+
"post.number-input.label.font.size": "dd7cd5dfcb6222d47697e5ffcce7d437e67cdc5d",
|
|
11898
|
+
"post.number-input.field.padding.block.start": "dd721bd970ecff5cf2ef56f0de72559224c6a39d",
|
|
11899
|
+
"post.number-input.field.padding.block.end": "8d8b40330612d02f356403802ebc2267c751d818",
|
|
11900
|
+
"post.number-input.field.padding.inline": "e2595183cd2b188da68669f0637e101c6141c8d9",
|
|
11901
|
+
"post.number-input.small.field.padding.block": "7df5f1394b06385b576d388ebd7cb6a9c0d7c6a3",
|
|
11902
|
+
"post.number-input.small.field.padding.inline": "52f8ee136ae1673c6aee04e78aa89848d72cef99",
|
|
11903
|
+
"post.number-input.small.action-button.padding.inline": "acc94362a09708f7e5708737e8609fe5c1d20ae4",
|
|
11904
|
+
"post.number-input.small.action-button.padding.block": "ebd8e787b7bf0955da3ce36b2eba3af013ff94e9",
|
|
11905
|
+
"post.number-input.label.padding.block.start": "fdf43b08f27f07c0c98aa94510477e9108a91174",
|
|
11906
|
+
"post.number-input.label.padding.inline.start": "9ba63938e35eeb72c92c31f9bc0a4aa672bfecab",
|
|
11907
|
+
"post.number-input.label.padding.inline.end": "da13387c29543259bccffa01b2681a864c7f561f",
|
|
11908
|
+
"post.number-input.validation.icon.padding.block": "9ad9760b0afdd756a41de35197b9c269416f992e",
|
|
11909
|
+
"post.number-input.validation.icon.padding.inline.end": "ab007cef7bf499e2573e16767bced161e61a7ac3",
|
|
11910
|
+
"post.number-input.small.validation.icon.padding.block": "2491e93b256a86a89341ad64c68cd3a8674059b0",
|
|
11911
|
+
"post.popover.close-button.enabled-fg": "eb710d3b00b49f690dcf344e0d364d75cfe150d5",
|
|
11912
|
+
"post.popover.close-button.selected-fg": "090659f39fb6cbfb161bb6cd086a837563c142b2",
|
|
11913
|
+
"post.popover.close-button.hover-fg": "54c2584f67f1cdfb3028b9154a204de949b9975c",
|
|
11914
|
+
"post.popover.close-button.hover-bg": "9c3fbc005809a55251769fa02909ff85ad3b188a",
|
|
11233
11915
|
"post.popover.close-button.outer": "6e8157a3e50114fbe3be54ab0788615ab9642cf4",
|
|
11234
11916
|
"post.popover.link.padding.block": "013c450a779b61d44fb5948620cabe750bd71a15",
|
|
11917
|
+
"post.popover.link.enabled-fg": "18b49d57ee06ff750328b13fdb1294cc26343e16",
|
|
11918
|
+
"post.popover.link.selected-fg": "eade604686bd1b1374688e56aba1a2a9ef374c27",
|
|
11919
|
+
"post.popover.link.hover-fg": "9e0bdb99581ebca38755c4b48ddb2da7ba680f9e",
|
|
11235
11920
|
"post.popover.link.font-weight": "64484112952c2ee1fd52b4962a0fdb4d8a1a55c7",
|
|
11236
11921
|
"post.popover.link.font-size": "aec530731cd682043df846504a468038385a67a3",
|
|
11922
|
+
"post.popover.icon.enabled-fg": "81e93275e93e9c63e5bbb66839c992173edf837c",
|
|
11923
|
+
"post.popover.icon.selected-fg": "9ea5ba4d7668cf88874ed37430859e758080a3d7",
|
|
11924
|
+
"post.popover.icon.hover-fg": "4b3134f5e9fa6fc6ea7e8cf4440b0f955b1e217d",
|
|
11925
|
+
"post.popover.surface.bg": "fe303469406a88eca260acd78495a27e993d5546",
|
|
11926
|
+
"post.popover.surface.fg": "2ba95ba1a0133396753371b2c8d6c3dc6b9f4546",
|
|
11237
11927
|
"post.popover.surface.border-radius": "61bdae7c4acef94e7df9ea2cdab57cb2878bd129",
|
|
11238
11928
|
"post.popover.surface.padding.block": "3242c46c3db33bab169c3f5665df9989e5eecbc7",
|
|
11239
11929
|
"post.popover.surface.padding.inline.start": "7be172b774d057a329081922469f560024108915",
|
|
11240
11930
|
"post.popover.surface.padding.inline.end": "1446c8d1017fa330ef3c4137a0e1a83b341ed61e",
|
|
11241
11931
|
"post.popover.surface.gap.inline": "854b2e7e433d3a0db9f8bae2680cc9fd241f6008",
|
|
11932
|
+
"post.popover.text.selected-fg": "963b9d422b963ed3acdf1500f4aebfd93e4e98fc",
|
|
11242
11933
|
"post.popover.paragraph.font-size": "753ab6d39cf4d2df84fe359b6d932172e31f0fab",
|
|
11243
11934
|
"post.popover.legend.font-size": "ca32c490ebb5bc14ebf424aba54246f56931bde2",
|
|
11935
|
+
"post.radio-button.enabled-bg": "981537511aa6b68e6575007cd1724da013be2dcc",
|
|
11936
|
+
"post.radio-button.enabled-fg": "ad56c5542bcfd074a5baf4037297d0884420cd6d",
|
|
11937
|
+
"post.radio-button.hover-bg": "f8df140d31e8b662762a8ad65af72207185e25a6",
|
|
11938
|
+
"post.radio-button.hover-fg": "317132a0c272589edf4a4b14e0ae72f2f7ce18a4",
|
|
11939
|
+
"post.radio-button.disabled-bg": "c09bc9b42df8004a531165fe1745cfd79cdb9a3e",
|
|
11940
|
+
"post.radio-button.disabled-fg": "02139795f587accc9430208032da5a645a1917e9",
|
|
11941
|
+
"post.radio-button.enabled-stroke": "d478c213676bcf2eb1ea055a37705d9f6eb33c26",
|
|
11942
|
+
"post.radio-button.hover-stroke": "efd5e0b0f302879c355da5d057adaf8ffe41471e",
|
|
11943
|
+
"post.radio-button.disabled-stroke": "5b28478865af1ccb34fa372cc316bba7c0eec8c2",
|
|
11244
11944
|
"post.radio-button.gap.block.group": "9c16987226587efbda8b6ca5dac00608be1e4408",
|
|
11245
11945
|
"post.radio-button.gap.inline.text-start": "54a8f76477a5a63522d360c6816e113b363647a5",
|
|
11246
11946
|
"post.radio-button.icon.padding.block.inner": "f32af0ee66b9ed5d12d8b4f13d7c53e4c3d917e7",
|
|
@@ -11254,6 +11954,15 @@
|
|
|
11254
11954
|
"post.radio-button.padding.block.group": "990db7096901d16ae10b01800015dece8805bd03",
|
|
11255
11955
|
"post.radio-button.group.legend.font-size": "173ff3bf123931fc8325fe9156404613a57b8b78",
|
|
11256
11956
|
"post.radio-button.label.padding.block": "9aa1af7161cf43024101355d41b51c12692a6bf9",
|
|
11957
|
+
"post.radio-button.small.icon.padding": "b8ad211b3e7b6c68f86215ff0e2b0a9bbd6a1e64",
|
|
11958
|
+
"post.radio-button.small.icon.size": "8d1e5c816172a22b640db9251337cb69aa6ace07",
|
|
11959
|
+
"post.radio-button.small.icon.dot": "2310eee226808846c3feee22ec3281828d2b3ebc",
|
|
11960
|
+
"post.radio-button.small.icon.container.padding": "1f2e9f6f2f5bd2a5e2930bc078e0702f3ebebbce",
|
|
11961
|
+
"post.radio-button.small.padding.block": "1965271441e75d633984e62bc63a1c6321d19035",
|
|
11962
|
+
"post.radio-button.small.label.padding.block": "b25a0225f40fb7351a310512cb5d6ccf3835459d",
|
|
11963
|
+
"post.radio-button.small.group.gap.block": "3d591acaf84f0a9d4173098548cd25f5218cd26a",
|
|
11964
|
+
"post.radio-button.small.group.items.gap.block": "25197798ff5c0f8a9853b9db2f051875cbd96a88",
|
|
11965
|
+
"post.radio-button.small.group.items.gap.inline": "ca563f23cb7751f4da20b7fd8a82f0659ff85156",
|
|
11257
11966
|
"post.input.search.empty.padding.inline.end": "e70b768b95376204e19e261a61b1bc761ac39083",
|
|
11258
11967
|
"post.input.search.filled.padding.inline.end": "fc1c21cef2c0bf8b7efde33fbdd0443959959017",
|
|
11259
11968
|
"post.input.search.filled.gap.icon": "4a7f60bd60790adddd665872030cf248db42282a",
|
|
@@ -11263,14 +11972,39 @@
|
|
|
11263
11972
|
"post.search.position.inline.end.icon": "7dec1a6368f3f33341da9c53c8af35b4f649702d",
|
|
11264
11973
|
"post.button-segmented.horizontal.border-radius": "fd01f5b8308c2c2826717c59169509fa33da4431",
|
|
11265
11974
|
"post.button-segmented.vertical.border-radius": "bb62d30e7b32d7c62d6a825888a8248af47f3532",
|
|
11975
|
+
"post.button-segmented.selected-fg": "23623d928ead25f0bcf0b42baed2bfdf8345daad",
|
|
11976
|
+
"post.button-segmented.selected-bg": "ab1be8b8ba0262a40eb0fb17a0b15521db92b1d7",
|
|
11977
|
+
"post.button-segmented.enabled-fg": "56e66f94c28cd178bf343764ba04eebdb02b3602",
|
|
11978
|
+
"post.button-segmented.enabled-bg": "288fb670e53c1f621a2d277decd09e2ace97ae09",
|
|
11979
|
+
"post.button-segmented.enabled-border": "982aba20bb65901ee196eee64d48ecb391eb0280",
|
|
11980
|
+
"post.button-segmented.hover-fg": "2a84933a4249fc8dff24532bc93406672907edd2",
|
|
11981
|
+
"post.button-segmented.hover-bg": "4b187ee1082e23ec58943c06d9ace9fe09dab01c",
|
|
11982
|
+
"post.button-segmented.hover-border": "8a8756906eaf89e46ea1d2962dba008a4a3b33d3",
|
|
11266
11983
|
"post.button-segmented.border-width": "4a6d13197a63b4e03477ed62b35d554f797feaf9",
|
|
11267
11984
|
"post.button-segmented.elements.height": "305e4138ac7bb4dcb2749773bc28240a92b4b77f",
|
|
11985
|
+
"post.button-segmented.elements.enabled-border": "c5d7d56d26636bdb4d125bb90190f86b9a80ab5a",
|
|
11268
11986
|
"post.button-segmented.elements.gap.inline": "7543f69fc48c96a20407ec4a0b55dd28e5ee2cf3",
|
|
11269
11987
|
"post.button-segmented.padding.inline": "8991d47786b26e2bc1ed4800bb303f89a330de03",
|
|
11270
11988
|
"post.button-segmented.gap.inline": "edc6e1d49065d4c78b88a46af052b256e5522a7d",
|
|
11271
11989
|
"post.button-segmented.margin": "c9450d8eb85705ec1378cc12d2dc11d82292d638",
|
|
11272
11990
|
"post.button-segmented.font-weight": "69d85273017f04e159d299c17472222c517f3570",
|
|
11991
|
+
"post.button-segmented.selected-border": "9aa8b877e676f01b6b725ad77a15d2a81f6bfce5",
|
|
11273
11992
|
"post.button-segmented.icon.size": "0c8ffd32009998f2a4ef87ea4efbd0ba80d253b8",
|
|
11993
|
+
"post.select.color.enabled-bg": "fa440a8c0c4aff17eb22d3a6674f3c899204258c",
|
|
11994
|
+
"post.select.color.enabled-fg": "ff277040a37a4e42488b506e18a40dde1428c52a",
|
|
11995
|
+
"post.select.color.hover-bg": "9339c5e5cf420941a1738b1678fa9f616f5367ae",
|
|
11996
|
+
"post.select.color.hover-fg": "7680414f7530276c4f1031189c8fe57796fb5669",
|
|
11997
|
+
"post.select.color.disabled-bg": "a425a9c276ab723144423543281ac639d08587b9",
|
|
11998
|
+
"post.select.color.disabled-fg": "4b57c8f1d0fbf7b075ddd30176f7c5e74cf31fb1",
|
|
11999
|
+
"post.select.color.selected-bg": "af75cbe2dcf5be14484c2773014118d18a925390",
|
|
12000
|
+
"post.select.color.selected-fg": "30b850fd990243f44553f160cf556c79c073171b",
|
|
12001
|
+
"post.select.color.helptext-fg": "c69cbb5824f4369ba6e3f29a2ad86ed39d482823",
|
|
12002
|
+
"post.select.color.enabled-border": "bda0e371acf1a606d96a0fd2831773ec0211e005",
|
|
12003
|
+
"post.select.color.hover-border": "a6a650dce51aa0748b79abdc0be5ba8b7ebf5d13",
|
|
12004
|
+
"post.select.color.disabled-border": "68bd4b209dc605777d377dbf0d588380ffe1d794",
|
|
12005
|
+
"post.select.color.selected-border": "e6a13b5b847e3701281ad48dbab01a322c8bc05e",
|
|
12006
|
+
"post.select.color.signal.error": "204af1fe03c5364690167bbc02789bfa4e4452bc",
|
|
12007
|
+
"post.select.color.signal.success": "6623b2c94701e85e1928a14061ea14a4202a79e3",
|
|
11274
12008
|
"post.select.gap.inline.icon": "3409366bd6aa4a842f82866e8bf54c453dcf268e",
|
|
11275
12009
|
"post.select.padding.block.assist": "9881d3877ac2414beaaa89170d43800c15709bca",
|
|
11276
12010
|
"post.select.padding.block.start": "0d09d05449a76483db2bf6d18a0a0c820862cc5c",
|
|
@@ -11297,11 +12031,38 @@
|
|
|
11297
12031
|
"post.snackbar.spacing.padding.inline": "d89944e7e183261eb283eec69ecb4e35dbc6c718",
|
|
11298
12032
|
"post.snackbar.spacing.padding.block": "c7aa17bb7d398a3d5d306c986f3195a79a98afdb",
|
|
11299
12033
|
"post.snackbar.sizing.icon": "53e69292b2234d87ed1740012a1de380298c7f41",
|
|
11300
|
-
"post.
|
|
11301
|
-
"post.
|
|
11302
|
-
"post.
|
|
11303
|
-
"post.
|
|
11304
|
-
"post.
|
|
12034
|
+
"post.snackbar.color.info-bg": "de92afdc2fb467982b2dde60e6b2ab3884380d15",
|
|
12035
|
+
"post.snackbar.color.info-fg": "4741dcdd57abe1ef0ba1bc520c9ea0fd7b165ba3",
|
|
12036
|
+
"post.snackbar.color.info-stroke": "ba831c0964f08c993580e33a4f92169a212a040e",
|
|
12037
|
+
"post.snackbar.color.info-icon": "77df342d5a946686a56b78ed1aaee396922724b8",
|
|
12038
|
+
"post.snackbar.color.success-bg": "c557778d664538777761fd8634746d9d4904a128",
|
|
12039
|
+
"post.snackbar.color.success-fg": "332e8726a22127e80058e6b87b0885b4aa94acc9",
|
|
12040
|
+
"post.snackbar.color.success-stroke": "b7438a591840a73fc9cc0adc64da6f14fbccc82a",
|
|
12041
|
+
"post.snackbar.color.success-icon": "1d54e6807e3be35ea4b196dcf9e584d7a2a935b5",
|
|
12042
|
+
"post.snackbar.color.warning-bg": "709075d8c6ffe6ba9c19cfdc364174690dab5135",
|
|
12043
|
+
"post.snackbar.color.warning-fg": "366bea028e34b7b4b672fa16533b61503aee8531",
|
|
12044
|
+
"post.snackbar.color.warning-stroke": "a19ad2813168bd661c06c144acfa26df15f5c73f",
|
|
12045
|
+
"post.snackbar.color.warning-icon": "9eb4617cfcfb649695112e6e2dd389947be5993f",
|
|
12046
|
+
"post.snackbar.color.error-bg": "ec644411d8f1d92d693198e06b7a63b4bb986537",
|
|
12047
|
+
"post.snackbar.color.error-fg": "859c4782edc8ec6cd3569354f42336766ee272c5",
|
|
12048
|
+
"post.snackbar.color.error-stroke": "74374ac91c484a7d91f7c95779d2d1af98fd7e36",
|
|
12049
|
+
"post.snackbar.color.error-icon": "fb053dcadabccbdbe12d091934eb678e468af65c",
|
|
12050
|
+
"post.stepper.text.enabled-fg": "5399579b1d42c8d09bd42d198a75f16d3085001c",
|
|
12051
|
+
"post.stepper.text.disabled-fg": "1400541fc168af90ab6accaf90b0e6245f36c6c9",
|
|
12052
|
+
"post.stepper.enabled-bg": "07e6a8499bfe2e8bd72382980b879e62f2d24749",
|
|
12053
|
+
"post.stepper.enabled-fg": "5d4a229bcb9e9a041a2716ae89eb722b6c6372c3",
|
|
12054
|
+
"post.stepper.completed-bg": "71e5b10a098d581b9d7a025b5e293f61be0fd585",
|
|
12055
|
+
"post.stepper.hover-bg": "05e1e464b0cfaea2e9c42b47cb7d803ae461915e",
|
|
12056
|
+
"post.stepper.hover-fg": "fdf85afd5e534148b784dde0de28a97b891c4d83",
|
|
12057
|
+
"post.stepper.disabled-bg": "27d54da0a00ef0790a8aefd9a3b0f83cb6f94355",
|
|
12058
|
+
"post.stepper.disabled-fg": "3ce59ceb757a32c64a24dc04a4361b3d1e07040c",
|
|
12059
|
+
"post.stepper.connector.active": "62735e7dbc38e5533b415cbe1a03dc4372bb914f",
|
|
12060
|
+
"post.stepper.connector.completed": "c539afd3eef267edc7c26064f0907eebfada7346",
|
|
12061
|
+
"post.stepper.connector.next": "b900842ec9836c249380af35b496b5eb1f5595bb",
|
|
12062
|
+
"post.stepper.enabled-stroke": "ca1cf3359292b49a432c928c8efa16e29cb51dcd",
|
|
12063
|
+
"post.stepper.completed-stroke": "8a7170dbf027fc9505286028fd61b036d6410076",
|
|
12064
|
+
"post.stepper.hover-stroke": "8db9a0cbe8eea1f344363da9f9028510f731d44a",
|
|
12065
|
+
"post.stepper.disabled-stroke": "ab116401b9cd3fcfb532aa3eee8f011cae325132",
|
|
11305
12066
|
"post.stepper.gap.text-start": "973c3df60c62f3bb2022dfefdfcd62644cf365fd",
|
|
11306
12067
|
"post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
|
|
11307
12068
|
"post.stepper.padding.connector": "94b9a5b72406ebedaab9706b909eb686f652d0b9",
|
|
@@ -11310,7 +12071,29 @@
|
|
|
11310
12071
|
"post.stepper.border-width": "0f6b907201f835723c78bd931860c49072f5601e",
|
|
11311
12072
|
"post.stepper.step-label.font-size": "0670d51aeed5a96ef2236a0a9b326a168da026f0",
|
|
11312
12073
|
"post.stepper.step-label.selected.font-weight": "a347f5456ee7834fe09e5cc0089dd31720d51a29",
|
|
12074
|
+
"post.switch.text.enabled-fg": "d8e30f4220950a7ac6d9acc5e2dd666958b89235",
|
|
12075
|
+
"post.switch.text.disabled-fg": "3b8f6ecd4ce7c901b3b6fbe19b3938b4ee30090d",
|
|
12076
|
+
"post.switch.text.selected-fg": "c20a2549fa46c4f66e04c4f6f739349ee9032798",
|
|
12077
|
+
"post.switch.icon.success": "7e344a6a3c5ecf08f4d78441e5cfcf81ae31e621",
|
|
12078
|
+
"post.switch.icon.disabled": "34c32196503b8fd0e443b51da233db8104427d3f",
|
|
12079
|
+
"post.switch.icon.hover": "5c750ce20d8456d07e02fbbb43b14b5090f8f87b",
|
|
11313
12080
|
"post.switch.icon.padding.container": "7de305f63552aa60ae1fdd6070365f0ee0f4041a",
|
|
12081
|
+
"post.switch.handle.enabled": "159a42184822eb3538fd9468fbf9c6b63fbf1bcf",
|
|
12082
|
+
"post.switch.handle.selected": "2f079a496bed636dcee54a30516d00f400de1f52",
|
|
12083
|
+
"post.switch.handle.selected-stroke": "18d9b72bedfc5af7007948148e850f31754c6efb",
|
|
12084
|
+
"post.switch.handle.hover": "367b21171b85011ace3484d3caaf20ca4de50580",
|
|
12085
|
+
"post.switch.handle.hover-stroke": "9a48352912e77688b3638c63de7b650745b69c0e",
|
|
12086
|
+
"post.switch.handle.disabled": "87edfd0659df5be763802e5b407c9cd64220fb49",
|
|
12087
|
+
"post.switch.handle.disabled-stroke": "68580f77c8c59cfe3fd6ed8092787242604fa765",
|
|
12088
|
+
"post.switch.handle.enabled-stroke": "5faf69a23034b7d86ae53ae4b6e45d758ad291a5",
|
|
12089
|
+
"post.switch.element.enabled-bg": "37fb6c23301facfc96d382de26a14360537fdd97",
|
|
12090
|
+
"post.switch.element.enabled-stroke": "00a540c9a955281331681f6fc44963f93bb85ce7",
|
|
12091
|
+
"post.switch.element.selected-bg": "292407a115b9c5819acd71fbbb8a7994c4b17b5a",
|
|
12092
|
+
"post.switch.element.selected-stroke": "d7bda56904422c2dc2873f41275e915ce36fbdd6",
|
|
12093
|
+
"post.switch.element.hover-bg": "beaf5e6053691c5f8676c64899f0d146c194f8ff",
|
|
12094
|
+
"post.switch.element.hover-stroke": "3a916db6238187c672c6be218f714d9cb6bf87f3",
|
|
12095
|
+
"post.switch.element.disabled-bg": "5ef2c2c58f565ae99b8655056dd15c48ac67e696",
|
|
12096
|
+
"post.switch.element.disabled-stroke": "d3b935fe8ebcbf2e85582f53fa9f5a8138250b11",
|
|
11314
12097
|
"post.switch.element.width": "2c777f81d27d17b298a80176a9321eb9728da712",
|
|
11315
12098
|
"post.switch.element.height": "2bb770e36f1b556d983d21b595509f3e91a47655",
|
|
11316
12099
|
"post.switch.element.handle": "c09fd2baa596cab64d62c4fb1fca8fa8c26291c5",
|
|
@@ -11330,6 +12113,16 @@
|
|
|
11330
12113
|
"post.teaser.card.lg.section.content.gap": "c838062f96129e9b66cddaaf664e24a53a80dd5a",
|
|
11331
12114
|
"post.teaser.card.lg.heading.font-size": "0f3a213b39a0c53f46d60602bdf8f0255d49a874",
|
|
11332
12115
|
"post.teaser.card.lg.content.gap": "c5363014eb94be30e06a55c98f9c9799e8e7a5aa",
|
|
12116
|
+
"post.teaser.card.content.enabled-fg": "f5873b609c3f86b4513243564e2f857934ead3bb",
|
|
12117
|
+
"post.textarea.enabled-bg": "9f294c42d575aff74d6cf90d734367a803194216",
|
|
12118
|
+
"post.textarea.enabled-fg": "7d5bb970bd293753c57df39aaeaa38b7d279a90c",
|
|
12119
|
+
"post.textarea.hover-bg": "91d02a0756c0a534d57e42cdb64636d2d2e368dd",
|
|
12120
|
+
"post.textarea.hover-fg": "36fedbd25c535cb3345adff3b1d0f5f2b8f08530",
|
|
12121
|
+
"post.textarea.disabled-bg": "361f61362bd0582eaacf1bbb02895c24f5a6d150",
|
|
12122
|
+
"post.textarea.disabled-fg": "92713df6f06a26fceed85d92a67c1673ca4524dd",
|
|
12123
|
+
"post.textarea.enabled-border": "976a32251ad1d4b6d678e1c7f7ea81a5e91622a5",
|
|
12124
|
+
"post.textarea.hover-border": "5d946ceaa0e2efbcab19124583ece0f60ec852d6",
|
|
12125
|
+
"post.textarea.disabled-border": "28993c9b0c485cf60e450e52b82c4339b42d6284",
|
|
11333
12126
|
"post.textarea.gap.inline": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
11334
12127
|
"post.textarea.gap.assist": "0c2e9bed1aba39f47403c147c27e5d05d1a242f9",
|
|
11335
12128
|
"post.textarea.padding.block.start": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
@@ -11349,15 +12142,35 @@
|
|
|
11349
12142
|
"post.textarea.label.validated.padding.inline.end": "8142f57c63433262f4348ad3eff57aca0d30d550",
|
|
11350
12143
|
"post.textarea.label.filled.font-size": "8d76e738441757ff8dfc53ab1601f218c1095f32",
|
|
11351
12144
|
"post.textarea.label.filled.padding.block.start": "25bb881879bcfa6f8fc16fbda7cd5164a5083252",
|
|
12145
|
+
"post.textarea.signal.error": "a18efce3d87124d0c761a901e681d836d13b61a8",
|
|
12146
|
+
"post.textarea.signal.success": "cb87cd3fe7dfbd21d0be540a812560c712c212de",
|
|
11352
12147
|
"post.textarea.position.inline.end.resize": "904aaf2715095ac103aecbf621cdbeb5b551d35c",
|
|
11353
12148
|
"post.textarea.position.inline.end.validation": "a62582eea53edacc67dd06ee55a6a9b3c9787934",
|
|
11354
12149
|
"post.textarea.position.block.end.resize": "d10f66ecc25d5e4576ee7f3d665cc9afa4ee0f67",
|
|
11355
12150
|
"post.textarea.position.block.start.validation": "7d3d68f9b92e710e7441d84c31b27639e13e301a",
|
|
11356
12151
|
"post.textarea.assist.font-size": "8fb89a9effda2d25fe148de62b52eb6ddc9a280b",
|
|
11357
12152
|
"post.textarea.validated.padding.inline.end": "82e187d41e38dad89946c46aa1d8875e096accfd",
|
|
12153
|
+
"post.textarea.placeholder-fg": "b77a1c8e294ec724d8298a7c4c6c965d2c763610",
|
|
12154
|
+
"post.text-highlighted.bg": "27774fb04cb78f58f13895b833a4851be7e3486b",
|
|
12155
|
+
"post.text-highlighted.fg": "8416d4e5337654acf592f5345f7c151d3cd63a4d",
|
|
11358
12156
|
"post.text-highlighted.padding.text": "e5e01d5010f1a45ce796d305a526ce01fa5d7a7b",
|
|
11359
12157
|
"post.text-highlighted.height.space-bottom": "976910163c8b39d9502d771bb4f11e2a2364dd76",
|
|
11360
12158
|
"post.text-highlighted.border-radius": "2bccd82a887bdae362ce9ec367f93f0b852aa07e",
|
|
12159
|
+
"post.input.color.enabled-bg": "ef37b9e75a548b9fe95566029fc133edf190f9ab",
|
|
12160
|
+
"post.input.color.enabled-fg": "c2447695deab7ef09b877d2cc72b036d3092c92b",
|
|
12161
|
+
"post.input.color.hover-bg": "36cd814b79e876dfe958dc3552ddf5bfa0ce52b8",
|
|
12162
|
+
"post.input.color.hover-fg": "af12cba2ab4ea1b5a8ff7de8f817c11fed23b19e",
|
|
12163
|
+
"post.input.color.disabled-bg": "e4a7c0123c24e4180e07d66f126da32843ca9159",
|
|
12164
|
+
"post.input.color.disabled-fg": "079628078a7634a6eefd4b7742764bcb8445923d",
|
|
12165
|
+
"post.input.color.selected-bg": "8bd7235f1399a9bc166130edce1af72427cfb8ed",
|
|
12166
|
+
"post.input.color.selected-fg": "1ae0d7346c71e3c28fd3ebe05123a3ea04b3fbe6",
|
|
12167
|
+
"post.input.color.helptext-fg": "cc1db7dbc95596ee0f941b44c4b55712ba6625e2",
|
|
12168
|
+
"post.input.color.enabled-border": "e8fb5159e5c020c2919c12ad157578d1083b1cc2",
|
|
12169
|
+
"post.input.color.hover-border": "5a5615016cc59292e11a683669369db7182dafb9",
|
|
12170
|
+
"post.input.color.disabled-border": "c65628869cf318afba36f149d035a6ad6291e0d3",
|
|
12171
|
+
"post.input.color.selected-border": "cd6d5766d9f136e44719c7a28eb250c545556c35",
|
|
12172
|
+
"post.input.color.signal.error": "7ddc0bfe846c295b5a215c45e423a2fdddf6959a",
|
|
12173
|
+
"post.input.color.signal.success": "0157a5c40c9a4eb6f87cfddd9a5c3f3a8a67282e",
|
|
11361
12174
|
"post.input.gap.inline.1": "ea0f287f910901d9a2754175427d33874636908d",
|
|
11362
12175
|
"post.input.gap.inline.2": "e17ec3bfeef8ad59d33f8ed4028bcbeffb3c2e65",
|
|
11363
12176
|
"post.input.padding.block.assist": "74fa0091e635d194f2726e8a49d63029f797d7b1",
|
|
@@ -11387,11 +12200,29 @@
|
|
|
11387
12200
|
"post.toast.spacing.gap.outer": "8b9c9b71b40f08768314fc1d88b16b5a37b5aaf3",
|
|
11388
12201
|
"post.toast.spacing.gap.inner": "84a01f0f5127e1cf2eab6816f58b837d3e8d9d05",
|
|
11389
12202
|
"post.toast.sizing.icon": "757c4eaf2fd47fc952756b6b82f6b1c923ba53cb",
|
|
12203
|
+
"post.toast.color.info-bg": "9b44e71ba3660743c70532b709c7e5b2f36986f1",
|
|
12204
|
+
"post.toast.color.info-fg": "12d3e39eadce4e17b6b3ae4490031ce80a9bff22",
|
|
12205
|
+
"post.toast.color.info-stroke": "9cd0ac82e620c006770bd0061d2f608df9ffd442",
|
|
12206
|
+
"post.toast.color.info-icon": "b6398b3758b026dfd8ee3d2591c4f553cafd8b32",
|
|
12207
|
+
"post.toast.color.success-bg": "583281df42bab1ac5d805d36f7667039da7cbb61",
|
|
12208
|
+
"post.toast.color.success-fg": "b59f3685a2a957de35ee1b05aab56a5cdce326ff",
|
|
12209
|
+
"post.toast.color.success-stroke": "482decff6980c880bfabdb75f959e575a7e66895",
|
|
12210
|
+
"post.toast.color.success-icon": "d21f6a28f7b8b410fddc19ddccd3257093d0f508",
|
|
12211
|
+
"post.toast.color.warning-bg": "0bb3ae6f9bd805893c443cb9ad6c99a6b204b091",
|
|
12212
|
+
"post.toast.color.warning-fg": "a4437830b76f42d187970f2e749545fd99d5ff80",
|
|
12213
|
+
"post.toast.color.warning-stroke": "5ed9716053a47598573011a3c7fe4b4fa8eda655",
|
|
12214
|
+
"post.toast.color.warning-icon": "eea7088bb9d7a1c3b2fc7b14a57d3ff120c4a640",
|
|
12215
|
+
"post.toast.color.error-bg": "8f9276e5ce83113fe57220d48175e15ee427b9ba",
|
|
12216
|
+
"post.toast.color.error-fg": "3cd318ecaa756db2fe98be4cd0c2d2c5a9f231d0",
|
|
12217
|
+
"post.toast.color.error-stroke": "3432663173b4389104a12a668043e3681e2faa69",
|
|
12218
|
+
"post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
|
|
11390
12219
|
"post.validation.group.gap.inline": "a76607434c393d743d38b71824d9d76e533acca2",
|
|
11391
12220
|
"post.validation.group.icon.size": "ce5d0ae47c1f80a7ea39a6e5b25a00055c450e7d",
|
|
11392
12221
|
"post.validation.group.icon.block.start": "e52e3d301a820f000d2cd339f1fab72a5f09ce81",
|
|
11393
12222
|
"post.validation.group.icon.block.end": "f30710c36d79b96b33c33ad8e67524cc1ae3cd7a",
|
|
11394
12223
|
"post.validation.group.padding.inline.start": "37c8364dbc202912a5a557a5f8cc026e1f84a3bf",
|
|
12224
|
+
"post.validation.error": "796bdb2fc917b5948438070371ae60d214216795",
|
|
12225
|
+
"post.validation.success": "b59a525aa81840396e6310baa880de4a66d23371",
|
|
11395
12226
|
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
|
|
11396
12227
|
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
|
|
11397
12228
|
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
|
|
@@ -11922,6 +12753,7 @@
|
|
|
11922
12753
|
"Components/Lead",
|
|
11923
12754
|
"Components/List",
|
|
11924
12755
|
"Components/ListCheck",
|
|
12756
|
+
"Components/Number input",
|
|
11925
12757
|
"Components/Palettes",
|
|
11926
12758
|
"Components/Popover",
|
|
11927
12759
|
"Components/Radio button",
|
|
@@ -11929,7 +12761,6 @@
|
|
|
11929
12761
|
"Components/Segmented button",
|
|
11930
12762
|
"Components/Select",
|
|
11931
12763
|
"Components/Snackbar",
|
|
11932
|
-
"Components/Spin button",
|
|
11933
12764
|
"Components/Stepper",
|
|
11934
12765
|
"Components/Switch",
|
|
11935
12766
|
"Components/Teaser",
|