@swisspost/design-system-tokens 9.0.0-next.4 → 9.0.0-next.6
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 +8 -0
- package/_channel.scss +1 -1
- package/_components.scss +96 -64
- package/_core.scss +6 -1
- package/_device.scss +9 -6
- package/_elements.scss +1 -1
- package/_helpers.scss +1 -1
- package/_index.scss +1 -1
- package/_palettes.scss +5 -5
- package/_scheme.scss +1 -1
- package/_theme.scss +1 -1
- package/_utilities.scss +1 -1
- package/package.json +1 -1
- package/palettes/_cargo-dark.scss +19 -0
- package/palettes/_cargo-light.scss +19 -0
- package/palettes/_post-dark.scss +19 -0
- package/palettes/_post-light.scss +19 -0
- package/tailwind/helpers.tailwind.js +1 -1
- package/tailwind/utilities.tailwind.js +1 -1
- package/tokens.json +604 -346
package/tokens.json
CHANGED
|
@@ -331,10 +331,22 @@
|
|
|
331
331
|
"$type": "dimension",
|
|
332
332
|
"$value": "40"
|
|
333
333
|
},
|
|
334
|
+
"42": {
|
|
335
|
+
"$type": "dimension",
|
|
336
|
+
"$value": "42px"
|
|
337
|
+
},
|
|
338
|
+
"46": {
|
|
339
|
+
"$type": "dimension",
|
|
340
|
+
"$value": "46px"
|
|
341
|
+
},
|
|
334
342
|
"48": {
|
|
335
343
|
"$type": "dimension",
|
|
336
344
|
"$value": "48"
|
|
337
345
|
},
|
|
346
|
+
"50": {
|
|
347
|
+
"$type": "dimension",
|
|
348
|
+
"$value": "50px"
|
|
349
|
+
},
|
|
338
350
|
"56": {
|
|
339
351
|
"$type": "dimension",
|
|
340
352
|
"$value": "56"
|
|
@@ -355,6 +367,14 @@
|
|
|
355
367
|
"$type": "dimension",
|
|
356
368
|
"$value": "80"
|
|
357
369
|
},
|
|
370
|
+
"82": {
|
|
371
|
+
"$type": "dimension",
|
|
372
|
+
"$value": "82px"
|
|
373
|
+
},
|
|
374
|
+
"88": {
|
|
375
|
+
"$type": "dimension",
|
|
376
|
+
"$value": "88px"
|
|
377
|
+
},
|
|
358
378
|
"96": {
|
|
359
379
|
"$type": "dimension",
|
|
360
380
|
"$value": "96"
|
|
@@ -3036,11 +3056,15 @@
|
|
|
3036
3056
|
"position": {
|
|
3037
3057
|
"1": {
|
|
3038
3058
|
"$type": "dimension",
|
|
3039
|
-
"$value": "{post.core.dimension.
|
|
3059
|
+
"$value": "{post.core.dimension.40}"
|
|
3040
3060
|
},
|
|
3041
3061
|
"2": {
|
|
3042
3062
|
"$type": "dimension",
|
|
3043
|
-
"$value": "{post.core.dimension.
|
|
3063
|
+
"$value": "{post.core.dimension.14}"
|
|
3064
|
+
},
|
|
3065
|
+
"3": {
|
|
3066
|
+
"$type": "dimension",
|
|
3067
|
+
"$value": "{post.core.dimension.46}"
|
|
3044
3068
|
}
|
|
3045
3069
|
}
|
|
3046
3070
|
}
|
|
@@ -3606,7 +3630,7 @@
|
|
|
3606
3630
|
"position": {
|
|
3607
3631
|
"1": {
|
|
3608
3632
|
"$type": "dimension",
|
|
3609
|
-
"$value": "{post.core.dimension.
|
|
3633
|
+
"$value": "{post.core.dimension.40}"
|
|
3610
3634
|
}
|
|
3611
3635
|
}
|
|
3612
3636
|
}
|
|
@@ -5752,10 +5776,10 @@
|
|
|
5752
5776
|
"$value": "{post.core.dimension.16}"
|
|
5753
5777
|
}
|
|
5754
5778
|
},
|
|
5755
|
-
"
|
|
5779
|
+
"padding": {
|
|
5756
5780
|
"xl": {
|
|
5757
5781
|
"$type": "spacing",
|
|
5758
|
-
"$value": "
|
|
5782
|
+
"$value": "{post.core.dimension.40}"
|
|
5759
5783
|
},
|
|
5760
5784
|
"lg": {
|
|
5761
5785
|
"$type": "spacing",
|
|
@@ -5909,6 +5933,76 @@
|
|
|
5909
5933
|
}
|
|
5910
5934
|
}
|
|
5911
5935
|
},
|
|
5936
|
+
"Components/Floating button": {
|
|
5937
|
+
"post": {
|
|
5938
|
+
"floating-button": {
|
|
5939
|
+
"position": {
|
|
5940
|
+
"right": {
|
|
5941
|
+
"$type": "dimension",
|
|
5942
|
+
"$value": "{post.device.position.1}"
|
|
5943
|
+
},
|
|
5944
|
+
"bottom": {
|
|
5945
|
+
"$type": "dimension",
|
|
5946
|
+
"$value": "{post.device.position.1}"
|
|
5947
|
+
}
|
|
5948
|
+
},
|
|
5949
|
+
"enabled-fg": {
|
|
5950
|
+
"$type": "color",
|
|
5951
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
5952
|
+
},
|
|
5953
|
+
"enabled-bg": {
|
|
5954
|
+
"$type": "color",
|
|
5955
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
5956
|
+
},
|
|
5957
|
+
"enabled-border": {
|
|
5958
|
+
"$type": "color",
|
|
5959
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
5960
|
+
},
|
|
5961
|
+
"hover-fg": {
|
|
5962
|
+
"$type": "color",
|
|
5963
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
5964
|
+
},
|
|
5965
|
+
"hover-bg": {
|
|
5966
|
+
"$type": "color",
|
|
5967
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
5968
|
+
},
|
|
5969
|
+
"hover-border": {
|
|
5970
|
+
"$type": "color",
|
|
5971
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
5972
|
+
},
|
|
5973
|
+
"size": {
|
|
5974
|
+
"outer": {
|
|
5975
|
+
"$type": "sizing",
|
|
5976
|
+
"$value": "{post.device.sizing.interactive.button.height.2}"
|
|
5977
|
+
},
|
|
5978
|
+
"icon": {
|
|
5979
|
+
"$type": "sizing",
|
|
5980
|
+
"$value": "{post.device.sizing.interactive.button.icon.3}"
|
|
5981
|
+
}
|
|
5982
|
+
},
|
|
5983
|
+
"border-width": {
|
|
5984
|
+
"$type": "borderWidth",
|
|
5985
|
+
"$value": "{post.device.border-width.default}"
|
|
5986
|
+
},
|
|
5987
|
+
"border-radius": {
|
|
5988
|
+
"round": {
|
|
5989
|
+
"$type": "borderRadius",
|
|
5990
|
+
"$value": "{post.device.border-radius.round}"
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5993
|
+
"elevation": {
|
|
5994
|
+
"$type": "boxShadow",
|
|
5995
|
+
"$value": "{post.device.elevation.300}"
|
|
5996
|
+
},
|
|
5997
|
+
"translate": {
|
|
5998
|
+
"y": {
|
|
5999
|
+
"$type": "dimension",
|
|
6000
|
+
"$value": "{post.core.dimension.96}"
|
|
6001
|
+
}
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
}
|
|
6005
|
+
},
|
|
5912
6006
|
"Components/Form footer": {
|
|
5913
6007
|
"post": {
|
|
5914
6008
|
"form-footer": {
|
|
@@ -6960,6 +7054,68 @@
|
|
|
6960
7054
|
}
|
|
6961
7055
|
}
|
|
6962
7056
|
},
|
|
7057
|
+
"Components/Search input": {
|
|
7058
|
+
"post": {
|
|
7059
|
+
"input": {
|
|
7060
|
+
"search": {
|
|
7061
|
+
"empty": {
|
|
7062
|
+
"padding": {
|
|
7063
|
+
"inline": {
|
|
7064
|
+
"end": {
|
|
7065
|
+
"$type": "spacing",
|
|
7066
|
+
"$value": "{post.core.dimension.48}"
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7071
|
+
"filled": {
|
|
7072
|
+
"padding": {
|
|
7073
|
+
"inline": {
|
|
7074
|
+
"end": {
|
|
7075
|
+
"$type": "spacing",
|
|
7076
|
+
"$value": "{post.core.dimension.80}"
|
|
7077
|
+
}
|
|
7078
|
+
}
|
|
7079
|
+
},
|
|
7080
|
+
"gap": {
|
|
7081
|
+
"icon": {
|
|
7082
|
+
"$type": "spacing",
|
|
7083
|
+
"$value": "{post.core.dimension.8}"
|
|
7084
|
+
}
|
|
7085
|
+
}
|
|
7086
|
+
},
|
|
7087
|
+
"label": {
|
|
7088
|
+
"empty": {
|
|
7089
|
+
"padding": {
|
|
7090
|
+
"inline": {
|
|
7091
|
+
"end": {
|
|
7092
|
+
"$type": "spacing",
|
|
7093
|
+
"$value": "{post.core.dimension.50}"
|
|
7094
|
+
}
|
|
7095
|
+
}
|
|
7096
|
+
}
|
|
7097
|
+
},
|
|
7098
|
+
"filled": {
|
|
7099
|
+
"padding": {
|
|
7100
|
+
"inline": {
|
|
7101
|
+
"end": {
|
|
7102
|
+
"$type": "spacing",
|
|
7103
|
+
"$value": "{post.core.dimension.82}"
|
|
7104
|
+
}
|
|
7105
|
+
}
|
|
7106
|
+
}
|
|
7107
|
+
}
|
|
7108
|
+
},
|
|
7109
|
+
"icon": {
|
|
7110
|
+
"border-radius": {
|
|
7111
|
+
"$type": "borderRadius",
|
|
7112
|
+
"$value": "{post.device.border-radius.focus}"
|
|
7113
|
+
}
|
|
7114
|
+
}
|
|
7115
|
+
}
|
|
7116
|
+
}
|
|
7117
|
+
}
|
|
7118
|
+
},
|
|
6963
7119
|
"Components/Segmented button": {
|
|
6964
7120
|
"post": {
|
|
6965
7121
|
"button-segmented": {
|
|
@@ -7055,136 +7211,116 @@
|
|
|
7055
7211
|
"Components/Select": {
|
|
7056
7212
|
"post": {
|
|
7057
7213
|
"select": {
|
|
7058
|
-
"
|
|
7059
|
-
"
|
|
7060
|
-
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
|
|
7061
|
-
},
|
|
7062
|
-
"enabled-fg": {
|
|
7063
|
-
"$type": "color",
|
|
7064
|
-
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
7065
|
-
},
|
|
7066
|
-
"hover-bg": {
|
|
7067
|
-
"$type": "color",
|
|
7068
|
-
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
7069
|
-
},
|
|
7070
|
-
"hover-fg": {
|
|
7071
|
-
"$type": "color",
|
|
7072
|
-
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
7073
|
-
},
|
|
7074
|
-
"disabled-bg": {
|
|
7075
|
-
"$type": "color",
|
|
7076
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.bg}"
|
|
7077
|
-
},
|
|
7078
|
-
"disabled-fg": {
|
|
7079
|
-
"$type": "color",
|
|
7080
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
7081
|
-
},
|
|
7082
|
-
"selected-bg": {
|
|
7083
|
-
"$type": "color",
|
|
7084
|
-
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
|
|
7085
|
-
},
|
|
7086
|
-
"selected-fg": {
|
|
7087
|
-
"$type": "color",
|
|
7088
|
-
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
|
|
7089
|
-
},
|
|
7090
|
-
"enabled-stroke": {
|
|
7091
|
-
"$type": "color",
|
|
7092
|
-
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
7093
|
-
},
|
|
7094
|
-
"hover-stroke": {
|
|
7095
|
-
"$type": "color",
|
|
7096
|
-
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
7097
|
-
},
|
|
7098
|
-
"disabled-stroke": {
|
|
7099
|
-
"$type": "color",
|
|
7100
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
7101
|
-
},
|
|
7102
|
-
"selected-stroke": {
|
|
7103
|
-
"$type": "color",
|
|
7104
|
-
"$value": "{post.scheme.color.interactive.primary.selected.stroke1}"
|
|
7105
|
-
},
|
|
7106
|
-
"signal": {
|
|
7107
|
-
"error": {
|
|
7214
|
+
"color": {
|
|
7215
|
+
"enabled-bg": {
|
|
7108
7216
|
"$type": "color",
|
|
7109
|
-
"$value": "{post.scheme.color.
|
|
7217
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
|
|
7110
7218
|
},
|
|
7111
|
-
"
|
|
7219
|
+
"enabled-fg": {
|
|
7112
7220
|
"$type": "color",
|
|
7113
|
-
"$value": "{post.scheme.color.
|
|
7221
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
7222
|
+
},
|
|
7223
|
+
"hover-bg": {
|
|
7224
|
+
"$type": "color",
|
|
7225
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
7226
|
+
},
|
|
7227
|
+
"hover-fg": {
|
|
7228
|
+
"$type": "color",
|
|
7229
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
7230
|
+
},
|
|
7231
|
+
"disabled-bg": {
|
|
7232
|
+
"$type": "color",
|
|
7233
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg}"
|
|
7234
|
+
},
|
|
7235
|
+
"disabled-fg": {
|
|
7236
|
+
"$type": "color",
|
|
7237
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
7238
|
+
},
|
|
7239
|
+
"selected-bg": {
|
|
7240
|
+
"$type": "color",
|
|
7241
|
+
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
|
|
7242
|
+
},
|
|
7243
|
+
"selected-fg": {
|
|
7244
|
+
"$type": "color",
|
|
7245
|
+
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
|
|
7246
|
+
},
|
|
7247
|
+
"helptext-fg": {
|
|
7248
|
+
"$type": "color",
|
|
7249
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg2}"
|
|
7250
|
+
},
|
|
7251
|
+
"enabled-border": {
|
|
7252
|
+
"$type": "color",
|
|
7253
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
7254
|
+
},
|
|
7255
|
+
"hover-border": {
|
|
7256
|
+
"$type": "color",
|
|
7257
|
+
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
7258
|
+
},
|
|
7259
|
+
"disabled-border": {
|
|
7260
|
+
"$type": "color",
|
|
7261
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
7262
|
+
},
|
|
7263
|
+
"selected-border": {
|
|
7264
|
+
"$type": "color",
|
|
7265
|
+
"$value": "{post.scheme.color.interactive.primary.selected.stroke1}"
|
|
7266
|
+
},
|
|
7267
|
+
"signal": {
|
|
7268
|
+
"error": {
|
|
7269
|
+
"$type": "color",
|
|
7270
|
+
"$value": "{post.scheme.color.signal.error-dark}"
|
|
7271
|
+
},
|
|
7272
|
+
"success": {
|
|
7273
|
+
"$type": "color",
|
|
7274
|
+
"$value": "{post.scheme.color.signal.success-dark}"
|
|
7275
|
+
}
|
|
7114
7276
|
}
|
|
7115
7277
|
},
|
|
7116
7278
|
"gap": {
|
|
7117
7279
|
"inline": {
|
|
7118
|
-
"
|
|
7280
|
+
"icon": {
|
|
7119
7281
|
"$type": "spacing",
|
|
7120
7282
|
"$value": "{post.device.spacing.gap.1}"
|
|
7121
7283
|
}
|
|
7122
7284
|
}
|
|
7123
7285
|
},
|
|
7124
|
-
"filled": {
|
|
7125
|
-
"gap": {
|
|
7126
|
-
"inline": {
|
|
7127
|
-
"value": {
|
|
7128
|
-
"$type": "spacing",
|
|
7129
|
-
"$value": "{post.device.spacing.gap.inline.4}"
|
|
7130
|
-
}
|
|
7131
|
-
}
|
|
7132
|
-
},
|
|
7133
|
-
"padding": {
|
|
7134
|
-
"block": {
|
|
7135
|
-
"section": {
|
|
7136
|
-
"$type": "spacing",
|
|
7137
|
-
"$value": "{post.device.spacing.padding.block.3}"
|
|
7138
|
-
}
|
|
7139
|
-
}
|
|
7140
|
-
}
|
|
7141
|
-
},
|
|
7142
|
-
"unfilled": {
|
|
7143
|
-
"padding": {
|
|
7144
|
-
"block": {
|
|
7145
|
-
"section": {
|
|
7146
|
-
"$type": "spacing",
|
|
7147
|
-
"$value": "{post.device.spacing.padding.block.1}"
|
|
7148
|
-
},
|
|
7149
|
-
"label": {
|
|
7150
|
-
"$type": "spacing",
|
|
7151
|
-
"$value": "{post.device.spacing.padding.block.2}"
|
|
7152
|
-
}
|
|
7153
|
-
}
|
|
7154
|
-
}
|
|
7155
|
-
},
|
|
7156
7286
|
"padding": {
|
|
7157
7287
|
"block": {
|
|
7158
|
-
"
|
|
7288
|
+
"assist": {
|
|
7159
7289
|
"$type": "spacing",
|
|
7160
7290
|
"$value": "{post.device.spacing.padding.block.5}"
|
|
7291
|
+
},
|
|
7292
|
+
"start": {
|
|
7293
|
+
"$type": "spacing",
|
|
7294
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
7295
|
+
},
|
|
7296
|
+
"end": {
|
|
7297
|
+
"$type": "spacing",
|
|
7298
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7161
7299
|
}
|
|
7162
7300
|
},
|
|
7163
7301
|
"inline": {
|
|
7164
|
-
"
|
|
7302
|
+
"start": {
|
|
7165
7303
|
"$type": "spacing",
|
|
7166
7304
|
"$value": "{post.device.spacing.padding.inline.1}"
|
|
7167
7305
|
},
|
|
7168
|
-
"
|
|
7306
|
+
"end": {
|
|
7169
7307
|
"$type": "spacing",
|
|
7170
|
-
"$value": "{post.
|
|
7308
|
+
"$value": "{post.core.dimension.48}"
|
|
7171
7309
|
},
|
|
7172
|
-
"
|
|
7310
|
+
"assist": {
|
|
7173
7311
|
"$type": "spacing",
|
|
7174
7312
|
"$value": "{post.device.spacing.padding.2}"
|
|
7175
7313
|
}
|
|
7176
7314
|
}
|
|
7177
7315
|
},
|
|
7178
|
-
"
|
|
7179
|
-
"
|
|
7180
|
-
"droppdow-inner": {
|
|
7181
|
-
"$type": "spacing",
|
|
7182
|
-
"$value": "{post.device.spacing.padding.15}"
|
|
7183
|
-
}
|
|
7184
|
-
},
|
|
7185
|
-
"signal": {
|
|
7316
|
+
"sizing": {
|
|
7317
|
+
"icon": {
|
|
7186
7318
|
"$type": "sizing",
|
|
7187
7319
|
"$value": "{post.device.sizing.notification.1}"
|
|
7320
|
+
},
|
|
7321
|
+
"height": {
|
|
7322
|
+
"$type": "sizing",
|
|
7323
|
+
"$value": "{post.device.sizing.interactive.button.height.6}"
|
|
7188
7324
|
}
|
|
7189
7325
|
},
|
|
7190
7326
|
"border-radius": {
|
|
@@ -7194,6 +7330,108 @@
|
|
|
7194
7330
|
"border-width": {
|
|
7195
7331
|
"$type": "borderWidth",
|
|
7196
7332
|
"$value": "{post.device.border-width.default}"
|
|
7333
|
+
},
|
|
7334
|
+
"border-style": {
|
|
7335
|
+
"default": {
|
|
7336
|
+
"$type": "other",
|
|
7337
|
+
"$value": "{post.core.border-style.solid}"
|
|
7338
|
+
},
|
|
7339
|
+
"disabled": {
|
|
7340
|
+
"$type": "other",
|
|
7341
|
+
"$value": "{post.core.border-style.dash}"
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7344
|
+
"standalone": {
|
|
7345
|
+
"padding": {
|
|
7346
|
+
"block": {
|
|
7347
|
+
"$type": "spacing",
|
|
7348
|
+
"$value": "{post.device.spacing.padding.block.1}"
|
|
7349
|
+
}
|
|
7350
|
+
}
|
|
7351
|
+
},
|
|
7352
|
+
"label": {
|
|
7353
|
+
"empty": {
|
|
7354
|
+
"padding": {
|
|
7355
|
+
"block": {
|
|
7356
|
+
"start": {
|
|
7357
|
+
"$type": "spacing",
|
|
7358
|
+
"$value": "{post.device.spacing.padding.block.28}"
|
|
7359
|
+
}
|
|
7360
|
+
},
|
|
7361
|
+
"inline": {
|
|
7362
|
+
"start": {
|
|
7363
|
+
"$type": "spacing",
|
|
7364
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
7365
|
+
},
|
|
7366
|
+
"end": {
|
|
7367
|
+
"$type": "spacing",
|
|
7368
|
+
"$value": "{post.core.dimension.50}"
|
|
7369
|
+
}
|
|
7370
|
+
}
|
|
7371
|
+
}
|
|
7372
|
+
},
|
|
7373
|
+
"validated": {
|
|
7374
|
+
"padding": {
|
|
7375
|
+
"inline": {
|
|
7376
|
+
"end": {
|
|
7377
|
+
"$type": "spacing",
|
|
7378
|
+
"$value": "{post.core.dimension.82}"
|
|
7379
|
+
}
|
|
7380
|
+
}
|
|
7381
|
+
}
|
|
7382
|
+
},
|
|
7383
|
+
"filled": {
|
|
7384
|
+
"padding": {
|
|
7385
|
+
"block": {
|
|
7386
|
+
"start": {
|
|
7387
|
+
"$type": "spacing",
|
|
7388
|
+
"$value": "{post.device.spacing.padding.block.30}"
|
|
7389
|
+
}
|
|
7390
|
+
}
|
|
7391
|
+
},
|
|
7392
|
+
"font-size": {
|
|
7393
|
+
"$type": "fontSizes",
|
|
7394
|
+
"$value": "{post.device.font-size.10}"
|
|
7395
|
+
}
|
|
7396
|
+
}
|
|
7397
|
+
},
|
|
7398
|
+
"validation": {
|
|
7399
|
+
"icon": {
|
|
7400
|
+
"position": {
|
|
7401
|
+
"inline": {
|
|
7402
|
+
"end": {
|
|
7403
|
+
"$type": "dimension",
|
|
7404
|
+
"$value": "{post.device.position.3}"
|
|
7405
|
+
}
|
|
7406
|
+
}
|
|
7407
|
+
}
|
|
7408
|
+
}
|
|
7409
|
+
},
|
|
7410
|
+
"assist": {
|
|
7411
|
+
"font-size": {
|
|
7412
|
+
"$type": "fontSizes",
|
|
7413
|
+
"$value": "{post.device.font-size.10}"
|
|
7414
|
+
}
|
|
7415
|
+
},
|
|
7416
|
+
"validated": {
|
|
7417
|
+
"padding": {
|
|
7418
|
+
"inline": {
|
|
7419
|
+
"end": {
|
|
7420
|
+
"$type": "spacing",
|
|
7421
|
+
"$value": "{post.core.dimension.80}"
|
|
7422
|
+
}
|
|
7423
|
+
}
|
|
7424
|
+
}
|
|
7425
|
+
},
|
|
7426
|
+
"icon": {
|
|
7427
|
+
"position": {
|
|
7428
|
+
"inline": {
|
|
7429
|
+
"end": {
|
|
7430
|
+
"$type": "dimension",
|
|
7431
|
+
"$value": "{post.device.position.2}"
|
|
7432
|
+
}
|
|
7433
|
+
}
|
|
7434
|
+
}
|
|
7197
7435
|
}
|
|
7198
7436
|
}
|
|
7199
7437
|
}
|
|
@@ -7589,14 +7827,6 @@
|
|
|
7589
7827
|
"$type": "color",
|
|
7590
7828
|
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
7591
7829
|
},
|
|
7592
|
-
"selected-bg": {
|
|
7593
|
-
"$type": "color",
|
|
7594
|
-
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
|
|
7595
|
-
},
|
|
7596
|
-
"selected-fg": {
|
|
7597
|
-
"$type": "color",
|
|
7598
|
-
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
|
|
7599
|
-
},
|
|
7600
7830
|
"enabled-border": {
|
|
7601
7831
|
"$type": "color",
|
|
7602
7832
|
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
@@ -7609,58 +7839,36 @@
|
|
|
7609
7839
|
"$type": "color",
|
|
7610
7840
|
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
7611
7841
|
},
|
|
7612
|
-
"
|
|
7613
|
-
"
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
"spacing": {
|
|
7617
|
-
"gap": {
|
|
7618
|
-
"inline": {
|
|
7619
|
-
"1": {
|
|
7620
|
-
"$type": "spacing",
|
|
7621
|
-
"$value": "{post.device.spacing.gap.1}"
|
|
7622
|
-
}
|
|
7623
|
-
}
|
|
7842
|
+
"gap": {
|
|
7843
|
+
"inline": {
|
|
7844
|
+
"$type": "spacing",
|
|
7845
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
7624
7846
|
},
|
|
7625
|
-
"
|
|
7626
|
-
"
|
|
7627
|
-
|
|
7628
|
-
"$type": "spacing",
|
|
7629
|
-
"$value": "{post.device.spacing.padding.block.5}"
|
|
7630
|
-
},
|
|
7631
|
-
"textarea-top": {
|
|
7632
|
-
"$type": "spacing",
|
|
7633
|
-
"$value": "{post.device.spacing.padding.8}"
|
|
7634
|
-
}
|
|
7635
|
-
},
|
|
7636
|
-
"inline": {
|
|
7637
|
-
"text-assist": {
|
|
7638
|
-
"$type": "spacing",
|
|
7639
|
-
"$value": "{post.device.spacing.padding.2}"
|
|
7640
|
-
}
|
|
7641
|
-
}
|
|
7847
|
+
"assist": {
|
|
7848
|
+
"$type": "spacing",
|
|
7849
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
7642
7850
|
}
|
|
7643
7851
|
},
|
|
7644
7852
|
"padding": {
|
|
7645
7853
|
"block": {
|
|
7646
|
-
"
|
|
7854
|
+
"assist": {
|
|
7647
7855
|
"$type": "spacing",
|
|
7648
|
-
"$value": "{post.device.spacing.padding.
|
|
7856
|
+
"$value": "{post.device.spacing.padding.block.5}"
|
|
7649
7857
|
},
|
|
7650
7858
|
"start": {
|
|
7651
|
-
"
|
|
7652
|
-
|
|
7653
|
-
"$value": "{post.device.spacing.padding.block.26}"
|
|
7654
|
-
}
|
|
7859
|
+
"$type": "spacing",
|
|
7860
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
7655
7861
|
},
|
|
7656
7862
|
"end": {
|
|
7657
|
-
"
|
|
7658
|
-
|
|
7659
|
-
"$value": "{post.device.spacing.padding.3}"
|
|
7660
|
-
}
|
|
7863
|
+
"$type": "spacing",
|
|
7864
|
+
"$value": "{post.device.spacing.padding.3}"
|
|
7661
7865
|
}
|
|
7662
7866
|
},
|
|
7663
7867
|
"inline": {
|
|
7868
|
+
"assist": {
|
|
7869
|
+
"$type": "spacing",
|
|
7870
|
+
"$value": "{post.device.spacing.padding.2}"
|
|
7871
|
+
},
|
|
7664
7872
|
"start": {
|
|
7665
7873
|
"$type": "spacing",
|
|
7666
7874
|
"$value": "{post.device.spacing.padding.inline.1}"
|
|
@@ -7671,10 +7879,22 @@
|
|
|
7671
7879
|
}
|
|
7672
7880
|
}
|
|
7673
7881
|
},
|
|
7882
|
+
"standalone": {
|
|
7883
|
+
"padding": {
|
|
7884
|
+
"block": {
|
|
7885
|
+
"$type": "spacing",
|
|
7886
|
+
"$value": "{post.device.spacing.padding.3}"
|
|
7887
|
+
}
|
|
7888
|
+
}
|
|
7889
|
+
},
|
|
7674
7890
|
"sizing": {
|
|
7675
7891
|
"icon": {
|
|
7676
7892
|
"$type": "sizing",
|
|
7677
7893
|
"$value": "{post.device.sizing.notification.1}"
|
|
7894
|
+
},
|
|
7895
|
+
"min-height": {
|
|
7896
|
+
"$type": "sizing",
|
|
7897
|
+
"$value": "{post.core.dimension.88}"
|
|
7678
7898
|
}
|
|
7679
7899
|
},
|
|
7680
7900
|
"border-radius": {
|
|
@@ -7699,27 +7919,101 @@
|
|
|
7699
7919
|
"padding": {
|
|
7700
7920
|
"inline": {
|
|
7701
7921
|
"start": {
|
|
7702
|
-
"
|
|
7703
|
-
|
|
7704
|
-
"$value": "{post.device.spacing.padding.5}"
|
|
7705
|
-
}
|
|
7922
|
+
"$type": "spacing",
|
|
7923
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
7706
7924
|
},
|
|
7707
7925
|
"end": {
|
|
7708
|
-
"
|
|
7709
|
-
|
|
7710
|
-
"$value": "{post.device.spacing.padding.inline.4}"
|
|
7711
|
-
}
|
|
7926
|
+
"$type": "spacing",
|
|
7927
|
+
"$value": "{post.device.spacing.padding.inline.4}"
|
|
7712
7928
|
}
|
|
7713
7929
|
},
|
|
7714
7930
|
"block": {
|
|
7715
7931
|
"start": {
|
|
7716
|
-
"
|
|
7932
|
+
"$type": "spacing",
|
|
7933
|
+
"$value": "{post.device.spacing.padding.block.27}"
|
|
7934
|
+
}
|
|
7935
|
+
}
|
|
7936
|
+
},
|
|
7937
|
+
"validated": {
|
|
7938
|
+
"padding": {
|
|
7939
|
+
"inline": {
|
|
7940
|
+
"end": {
|
|
7941
|
+
"$type": "spacing",
|
|
7942
|
+
"$value": "{post.core.dimension.42}"
|
|
7943
|
+
}
|
|
7944
|
+
}
|
|
7945
|
+
}
|
|
7946
|
+
},
|
|
7947
|
+
"filled": {
|
|
7948
|
+
"font-size": {
|
|
7949
|
+
"$type": "fontSizes",
|
|
7950
|
+
"$value": "{post.device.font-size.10}"
|
|
7951
|
+
},
|
|
7952
|
+
"padding": {
|
|
7953
|
+
"block": {
|
|
7954
|
+
"start": {
|
|
7717
7955
|
"$type": "spacing",
|
|
7718
|
-
"$value": "{post.device.spacing.padding.block.
|
|
7956
|
+
"$value": "{post.device.spacing.padding.block.30}"
|
|
7719
7957
|
}
|
|
7720
7958
|
}
|
|
7721
7959
|
}
|
|
7722
7960
|
}
|
|
7961
|
+
},
|
|
7962
|
+
"signal": {
|
|
7963
|
+
"error": {
|
|
7964
|
+
"$type": "color",
|
|
7965
|
+
"$value": "{post.scheme.color.signal.error-dark}"
|
|
7966
|
+
},
|
|
7967
|
+
"success": {
|
|
7968
|
+
"$type": "color",
|
|
7969
|
+
"$value": "{post.scheme.color.signal.success-dark}"
|
|
7970
|
+
}
|
|
7971
|
+
},
|
|
7972
|
+
"position": {
|
|
7973
|
+
"inline": {
|
|
7974
|
+
"end": {
|
|
7975
|
+
"resize": {
|
|
7976
|
+
"$type": "dimension",
|
|
7977
|
+
"$value": "{post.core.dimension.6}"
|
|
7978
|
+
}
|
|
7979
|
+
},
|
|
7980
|
+
"start": {
|
|
7981
|
+
"validation": {
|
|
7982
|
+
"$type": "dimension",
|
|
7983
|
+
"$value": "{post.core.dimension.12}"
|
|
7984
|
+
}
|
|
7985
|
+
}
|
|
7986
|
+
},
|
|
7987
|
+
"block": {
|
|
7988
|
+
"end": {
|
|
7989
|
+
"resize": {
|
|
7990
|
+
"$type": "dimension",
|
|
7991
|
+
"$value": "{post.core.dimension.6}"
|
|
7992
|
+
}
|
|
7993
|
+
},
|
|
7994
|
+
"start": {
|
|
7995
|
+
"validation": {
|
|
7996
|
+
"$type": "dimension",
|
|
7997
|
+
"$value": "{post.core.dimension.12}"
|
|
7998
|
+
}
|
|
7999
|
+
}
|
|
8000
|
+
}
|
|
8001
|
+
},
|
|
8002
|
+
"assist": {
|
|
8003
|
+
"font-size": {
|
|
8004
|
+
"$type": "fontSizes",
|
|
8005
|
+
"$value": "{post.device.font-size.10}"
|
|
8006
|
+
}
|
|
8007
|
+
},
|
|
8008
|
+
"validated": {
|
|
8009
|
+
"padding": {
|
|
8010
|
+
"inline": {
|
|
8011
|
+
"end": {
|
|
8012
|
+
"$type": "spacing",
|
|
8013
|
+
"$value": "{post.core.dimension.40}"
|
|
8014
|
+
}
|
|
8015
|
+
}
|
|
8016
|
+
}
|
|
7723
8017
|
}
|
|
7724
8018
|
}
|
|
7725
8019
|
}
|
|
@@ -7838,6 +8132,14 @@
|
|
|
7838
8132
|
"assist": {
|
|
7839
8133
|
"$type": "spacing",
|
|
7840
8134
|
"$value": "{post.device.spacing.padding.block.5}"
|
|
8135
|
+
},
|
|
8136
|
+
"start": {
|
|
8137
|
+
"$type": "spacing",
|
|
8138
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
8139
|
+
},
|
|
8140
|
+
"end": {
|
|
8141
|
+
"$type": "spacing",
|
|
8142
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7841
8143
|
}
|
|
7842
8144
|
},
|
|
7843
8145
|
"inline": {
|
|
@@ -7885,7 +8187,7 @@
|
|
|
7885
8187
|
"$value": "{post.core.border-style.dash}"
|
|
7886
8188
|
}
|
|
7887
8189
|
},
|
|
7888
|
-
"
|
|
8190
|
+
"standalone": {
|
|
7889
8191
|
"padding": {
|
|
7890
8192
|
"block": {
|
|
7891
8193
|
"$type": "spacing",
|
|
@@ -7919,7 +8221,7 @@
|
|
|
7919
8221
|
"inline": {
|
|
7920
8222
|
"end": {
|
|
7921
8223
|
"$type": "spacing",
|
|
7922
|
-
"$value": "{post.core.dimension.
|
|
8224
|
+
"$value": "{post.core.dimension.50}"
|
|
7923
8225
|
}
|
|
7924
8226
|
}
|
|
7925
8227
|
}
|
|
@@ -7951,25 +8253,21 @@
|
|
|
7951
8253
|
}
|
|
7952
8254
|
}
|
|
7953
8255
|
},
|
|
7954
|
-
"
|
|
8256
|
+
"assist": {
|
|
8257
|
+
"font-size": {
|
|
8258
|
+
"$type": "fontSizes",
|
|
8259
|
+
"$value": "{post.device.font-size.10}"
|
|
8260
|
+
}
|
|
8261
|
+
},
|
|
8262
|
+
"validated": {
|
|
7955
8263
|
"padding": {
|
|
7956
|
-
"
|
|
7957
|
-
"start": {
|
|
7958
|
-
"$type": "spacing",
|
|
7959
|
-
"$value": "{post.device.spacing.padding.block.29}"
|
|
7960
|
-
},
|
|
8264
|
+
"inline": {
|
|
7961
8265
|
"end": {
|
|
7962
8266
|
"$type": "spacing",
|
|
7963
|
-
"$value": "{post.
|
|
8267
|
+
"$value": "{post.core.dimension.48}"
|
|
7964
8268
|
}
|
|
7965
8269
|
}
|
|
7966
8270
|
}
|
|
7967
|
-
},
|
|
7968
|
-
"assist": {
|
|
7969
|
-
"font-size": {
|
|
7970
|
-
"$type": "fontSizes",
|
|
7971
|
-
"$value": "{post.device.font-size.10}"
|
|
7972
|
-
}
|
|
7973
8271
|
}
|
|
7974
8272
|
}
|
|
7975
8273
|
}
|
|
@@ -8082,70 +8380,6 @@
|
|
|
8082
8380
|
}
|
|
8083
8381
|
}
|
|
8084
8382
|
},
|
|
8085
|
-
"Components/Floating button": {
|
|
8086
|
-
"post": {
|
|
8087
|
-
"floating-button": {
|
|
8088
|
-
"position": {
|
|
8089
|
-
"right": {
|
|
8090
|
-
"$type": "dimension",
|
|
8091
|
-
"$value": "{post.device.grid.padding.inline.container}"
|
|
8092
|
-
},
|
|
8093
|
-
"top": {
|
|
8094
|
-
"$type": "dimension",
|
|
8095
|
-
"$value": "{post.device.position.1}"
|
|
8096
|
-
}
|
|
8097
|
-
},
|
|
8098
|
-
"enabled-fg": {
|
|
8099
|
-
"$type": "color",
|
|
8100
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
8101
|
-
},
|
|
8102
|
-
"enabled-bg": {
|
|
8103
|
-
"$type": "color",
|
|
8104
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
8105
|
-
},
|
|
8106
|
-
"enabled-border": {
|
|
8107
|
-
"$type": "color",
|
|
8108
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
8109
|
-
},
|
|
8110
|
-
"hover-fg": {
|
|
8111
|
-
"$type": "color",
|
|
8112
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
8113
|
-
},
|
|
8114
|
-
"hover-bg": {
|
|
8115
|
-
"$type": "color",
|
|
8116
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
8117
|
-
},
|
|
8118
|
-
"hover-border": {
|
|
8119
|
-
"$type": "color",
|
|
8120
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
8121
|
-
},
|
|
8122
|
-
"size": {
|
|
8123
|
-
"outer": {
|
|
8124
|
-
"$type": "sizing",
|
|
8125
|
-
"$value": "{post.device.sizing.interactive.button.height.2}"
|
|
8126
|
-
},
|
|
8127
|
-
"icon": {
|
|
8128
|
-
"$type": "sizing",
|
|
8129
|
-
"$value": "{post.device.sizing.interactive.button.icon.3}"
|
|
8130
|
-
}
|
|
8131
|
-
},
|
|
8132
|
-
"border-width": {
|
|
8133
|
-
"$type": "borderWidth",
|
|
8134
|
-
"$value": "{post.device.border-width.default}"
|
|
8135
|
-
},
|
|
8136
|
-
"border-radius": {
|
|
8137
|
-
"round": {
|
|
8138
|
-
"$type": "borderRadius",
|
|
8139
|
-
"$value": "{post.device.border-radius.round}"
|
|
8140
|
-
}
|
|
8141
|
-
},
|
|
8142
|
-
"elevation": {
|
|
8143
|
-
"$type": "boxShadow",
|
|
8144
|
-
"$value": "{post.device.elevation.300}"
|
|
8145
|
-
}
|
|
8146
|
-
}
|
|
8147
|
-
}
|
|
8148
|
-
},
|
|
8149
8383
|
"Components/Validation": {
|
|
8150
8384
|
"post": {
|
|
8151
8385
|
"validation": {
|
|
@@ -9007,6 +9241,10 @@
|
|
|
9007
9241
|
"fg": {
|
|
9008
9242
|
"$type": "color",
|
|
9009
9243
|
"$value": "{post.theme.color.palettes.default.fg}"
|
|
9244
|
+
},
|
|
9245
|
+
"bg-scheme": {
|
|
9246
|
+
"$type": "text",
|
|
9247
|
+
"$value": "{post.theme.palettes.bg-scheme.default}"
|
|
9010
9248
|
}
|
|
9011
9249
|
},
|
|
9012
9250
|
"alternate": {
|
|
@@ -9017,6 +9255,10 @@
|
|
|
9017
9255
|
"fg": {
|
|
9018
9256
|
"$type": "color",
|
|
9019
9257
|
"$value": "{post.theme.color.palettes.alternate.fg}"
|
|
9258
|
+
},
|
|
9259
|
+
"bg-scheme": {
|
|
9260
|
+
"$type": "text",
|
|
9261
|
+
"$value": "{post.theme.palettes.bg-scheme.alternate}"
|
|
9020
9262
|
}
|
|
9021
9263
|
},
|
|
9022
9264
|
"brand": {
|
|
@@ -9027,6 +9269,10 @@
|
|
|
9027
9269
|
"fg": {
|
|
9028
9270
|
"$type": "color",
|
|
9029
9271
|
"$value": "{post.theme.color.palettes.brand.fg}"
|
|
9272
|
+
},
|
|
9273
|
+
"bg-scheme": {
|
|
9274
|
+
"$type": "text",
|
|
9275
|
+
"$value": "{post.theme.palettes.bg-scheme.brand}"
|
|
9030
9276
|
}
|
|
9031
9277
|
},
|
|
9032
9278
|
"accent": {
|
|
@@ -9037,31 +9283,7 @@
|
|
|
9037
9283
|
"fg": {
|
|
9038
9284
|
"$type": "color",
|
|
9039
9285
|
"$value": "{post.theme.color.palettes.accent.fg}"
|
|
9040
|
-
}
|
|
9041
|
-
}
|
|
9042
|
-
}
|
|
9043
|
-
},
|
|
9044
|
-
"helper": {
|
|
9045
|
-
"color": {
|
|
9046
|
-
"default": {
|
|
9047
|
-
"bg-scheme": {
|
|
9048
|
-
"$type": "text",
|
|
9049
|
-
"$value": "{post.theme.palettes.bg-scheme.default}"
|
|
9050
|
-
}
|
|
9051
|
-
},
|
|
9052
|
-
"alternate": {
|
|
9053
|
-
"bg-scheme": {
|
|
9054
|
-
"$type": "text",
|
|
9055
|
-
"$value": "{post.theme.palettes.bg-scheme.alternate}"
|
|
9056
|
-
}
|
|
9057
|
-
},
|
|
9058
|
-
"brand": {
|
|
9059
|
-
"bg-scheme": {
|
|
9060
|
-
"$type": "text",
|
|
9061
|
-
"$value": "{post.theme.palettes.bg-scheme.brand}"
|
|
9062
|
-
}
|
|
9063
|
-
},
|
|
9064
|
-
"accent": {
|
|
9286
|
+
},
|
|
9065
9287
|
"bg-scheme": {
|
|
9066
9288
|
"$type": "text",
|
|
9067
9289
|
"$value": "{post.theme.palettes.bg-scheme.emphasis}"
|
|
@@ -9199,12 +9421,15 @@
|
|
|
9199
9421
|
"post.core.dimension.34": "04e2b51cb7030588d248f62e3abf6d234992d10e",
|
|
9200
9422
|
"post.core.dimension.36": "6e42dbdae5890500b12efbbf989c507a1b48d2ca",
|
|
9201
9423
|
"post.core.dimension.40": "60db40cf07a6b3e92bcf85edc80515fd7a09d8b9",
|
|
9424
|
+
"post.core.dimension.46": "74ac568dad40f8bbdc961bfdb314e71038fd7a5e",
|
|
9202
9425
|
"post.core.dimension.48": "3c99f33268fc1a0907c9c95feb818692b940f0df",
|
|
9426
|
+
"post.core.dimension.50": "8312fb2e184c7b79ae3cff18a147a2f337c7b235",
|
|
9203
9427
|
"post.core.dimension.56": "be606e2dbf04b756f087cf97628f7dcc88b4a25d",
|
|
9204
9428
|
"post.core.dimension.64": "45594761f6b08503e67e61fcfe9a3c12e8d09173",
|
|
9205
9429
|
"post.core.dimension.72": "59844434f8c6ee1e337ec215e3548e1d40daf045",
|
|
9206
9430
|
"post.core.dimension.78": "d8d6b0835a349a9dd8cbe65e95943de12d3a3a00",
|
|
9207
9431
|
"post.core.dimension.80": "1ed36d765c9681045964985247fa22284ce969b7",
|
|
9432
|
+
"post.core.dimension.82": "8049dec4f0860a0b206c65224d703a3f61135da8",
|
|
9208
9433
|
"post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
|
|
9209
9434
|
"post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
|
|
9210
9435
|
"post.core.dimension.112": "483e4eb70ead94af3bac5727f4021e10f46e6eaf",
|
|
@@ -9248,7 +9473,9 @@
|
|
|
9248
9473
|
"post.core.font-family.swiss-post": "5547f71fafbe8166ac0384fd4e8862796da43fea",
|
|
9249
9474
|
"post.core.font-family.caveat": "15b599e49f27297ab4aced39752df2cf43f2bb20",
|
|
9250
9475
|
"post.core.bg-scheme.light": "680b1c2afef596d40c46720eec03880fce677f54",
|
|
9251
|
-
"post.core.bg-scheme.dark": "e8c0b33a001cad7d205a2164de934d28333fc7c4"
|
|
9476
|
+
"post.core.bg-scheme.dark": "e8c0b33a001cad7d205a2164de934d28333fc7c4",
|
|
9477
|
+
"post.core.dimension.88": "25523ad55ba87cf27dc208a3bff2bf2cc511d68f",
|
|
9478
|
+
"post.core.dimension.42": "abb7af0aece18502839f02612bffaf3872ec5517"
|
|
9252
9479
|
}
|
|
9253
9480
|
},
|
|
9254
9481
|
{
|
|
@@ -9681,6 +9908,9 @@
|
|
|
9681
9908
|
"post.device.spacing.padding.block.24": "f686d2271f0067fa4db06c30ee1db53bd954d0ca",
|
|
9682
9909
|
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
9683
9910
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
9911
|
+
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
9912
|
+
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
9913
|
+
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
9684
9914
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
9685
9915
|
"post.device.spacing.padding.inline.5": "0d48e4a92e523fb69ae371e37c6ff79d6d255cc5",
|
|
9686
9916
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
@@ -9699,6 +9929,7 @@
|
|
|
9699
9929
|
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
9700
9930
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9701
9931
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
9932
|
+
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9702
9933
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
9703
9934
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
9704
9935
|
"post.device.sizing.interactive.button.icon.1": "a60381335e7c38cb7293af93f86fd98d00753df3",
|
|
@@ -9727,10 +9958,6 @@
|
|
|
9727
9958
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9728
9959
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9729
9960
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9730
|
-
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
9731
|
-
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
9732
|
-
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
9733
|
-
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9734
9961
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9735
9962
|
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9736
9963
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
@@ -9782,7 +10009,8 @@
|
|
|
9782
10009
|
"post.device.border-width.alternative2": "ee4d9dfc6effe80e3529f2cf085a3e3c60cdda30",
|
|
9783
10010
|
"post.device.border-width.alternative1": "3304b579ebb55075ec45251e69d38c803cecf378",
|
|
9784
10011
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
9785
|
-
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc"
|
|
10012
|
+
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10013
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
9786
10014
|
}
|
|
9787
10015
|
},
|
|
9788
10016
|
{
|
|
@@ -9868,6 +10096,9 @@
|
|
|
9868
10096
|
"post.device.spacing.padding.block.25": "09b620493db7c3442861066bb6821bc16518846b",
|
|
9869
10097
|
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
9870
10098
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
10099
|
+
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10100
|
+
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
10101
|
+
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
9871
10102
|
"post.device.spacing.margin.1": "1f9ac7585069a5d9f5c14c65a08b6c658bc0a0a5",
|
|
9872
10103
|
"post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f",
|
|
9873
10104
|
"post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482",
|
|
@@ -9909,9 +10140,6 @@
|
|
|
9909
10140
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9910
10141
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9911
10142
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9912
|
-
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
9913
|
-
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
9914
|
-
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
9915
10143
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9916
10144
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9917
10145
|
"post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377",
|
|
@@ -9948,6 +10176,7 @@
|
|
|
9948
10176
|
"post.device.sizing.interactive.icon.size3": "2d6b0a326866829ebae61170bdd76c65456bd604",
|
|
9949
10177
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
9950
10178
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
10179
|
+
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9951
10180
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
9952
10181
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9953
10182
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
@@ -9961,7 +10190,7 @@
|
|
|
9961
10190
|
"post.device.grid.sizing.gutter": "c96f1602983aa56f2a1a13cbba9b908b06fd0e05",
|
|
9962
10191
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
9963
10192
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
9964
|
-
"post.device.
|
|
10193
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
9965
10194
|
}
|
|
9966
10195
|
},
|
|
9967
10196
|
{
|
|
@@ -10087,6 +10316,9 @@
|
|
|
10087
10316
|
"post.device.spacing.padding.block.25": "09b620493db7c3442861066bb6821bc16518846b",
|
|
10088
10317
|
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
10089
10318
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
10319
|
+
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10320
|
+
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
10321
|
+
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
10090
10322
|
"post.device.spacing.margin.1": "1f9ac7585069a5d9f5c14c65a08b6c658bc0a0a5",
|
|
10091
10323
|
"post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f",
|
|
10092
10324
|
"post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482",
|
|
@@ -10106,6 +10338,7 @@
|
|
|
10106
10338
|
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
10107
10339
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
10108
10340
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
10341
|
+
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
10109
10342
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
10110
10343
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
10111
10344
|
"post.device.sizing.interactive.button.icon.1": "a60381335e7c38cb7293af93f86fd98d00753df3",
|
|
@@ -10143,11 +10376,8 @@
|
|
|
10143
10376
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
10144
10377
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
10145
10378
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10146
|
-
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10147
10379
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10148
|
-
"post.device.
|
|
10149
|
-
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
10150
|
-
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6"
|
|
10380
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
10151
10381
|
}
|
|
10152
10382
|
},
|
|
10153
10383
|
{
|
|
@@ -10473,7 +10703,8 @@
|
|
|
10473
10703
|
"Components/Accordion": "enabled",
|
|
10474
10704
|
"Components/Container": "enabled",
|
|
10475
10705
|
"Components/Floating button": "enabled",
|
|
10476
|
-
"Components/Blockquote": "enabled"
|
|
10706
|
+
"Components/Blockquote": "enabled",
|
|
10707
|
+
"Components/Search input": "enabled"
|
|
10477
10708
|
},
|
|
10478
10709
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
10479
10710
|
"$figmaModeId": "808:0",
|
|
@@ -10672,11 +10903,11 @@
|
|
|
10672
10903
|
"post.grid.gutter.md": "7d1d3b0ffd0f973df1455b0addd7edd6d4a9a148",
|
|
10673
10904
|
"post.grid.gutter.sm": "8cbc257669fa886554d3ec8976367eb2d1c64f90",
|
|
10674
10905
|
"post.grid.gutter.xs": "cb095450965e3eb35560d2ee9afee14da7543238",
|
|
10675
|
-
"post.grid.
|
|
10676
|
-
"post.grid.
|
|
10677
|
-
"post.grid.
|
|
10678
|
-
"post.grid.
|
|
10679
|
-
"post.grid.
|
|
10906
|
+
"post.grid.padding.xl": "a0941427502b638381a2a96f75850d0dccb0c0e7",
|
|
10907
|
+
"post.grid.padding.lg": "bd3682259dffed2a2fedb59efd7e882cdd8e2276",
|
|
10908
|
+
"post.grid.padding.md": "a34831a53f06e84a574e6c960511c78d5cc1790d",
|
|
10909
|
+
"post.grid.padding.sm": "b69e811ae4854fed0ef53f5ccbaf57daeeff407b",
|
|
10910
|
+
"post.grid.padding.xs": "ca98cb9916a8d625ceb1d0cf79a9cb8f3d4c0d1b",
|
|
10680
10911
|
"post.grid.max-width": "2a1752769b46f42590f2f73e8cdb7c4629ecf4fd",
|
|
10681
10912
|
"post.dropdown.multi-select.menu.category-title.padding.block.outer": "ee99f5a05a5b1c84a69b677a1834d61fead11820",
|
|
10682
10913
|
"post.dropdown.multi-select.menu.category-title.padding.block.inner": "0c237bda42bc614b0d40c3063b8cd837f6764301",
|
|
@@ -10887,6 +11118,12 @@
|
|
|
10887
11118
|
"post.radio-button.padding.block.group": "990db7096901d16ae10b01800015dece8805bd03",
|
|
10888
11119
|
"post.radio-button.group.legend.font-size": "173ff3bf123931fc8325fe9156404613a57b8b78",
|
|
10889
11120
|
"post.radio-button.label.padding.block": "9aa1af7161cf43024101355d41b51c12692a6bf9",
|
|
11121
|
+
"post.input.search.empty.padding.inline.end": "e70b768b95376204e19e261a61b1bc761ac39083",
|
|
11122
|
+
"post.input.search.filled.padding.inline.end": "fc1c21cef2c0bf8b7efde33fbdd0443959959017",
|
|
11123
|
+
"post.input.search.filled.gap.icon": "4a7f60bd60790adddd665872030cf248db42282a",
|
|
11124
|
+
"post.input.search.label.empty.padding.inline.end": "86ee6eb34d947957e558ec6f2eff1c74e350412e",
|
|
11125
|
+
"post.input.search.label.filled.padding.inline.end": "374f2471e81aba44b09a6f6f31f51b47ce87d9a8",
|
|
11126
|
+
"post.input.search.icon.border-radius": "cd54dafcf43f1524a4759289263baffa23699e17",
|
|
10890
11127
|
"post.button-segmented.horizontal.border-radius": "fd01f5b8308c2c2826717c59169509fa33da4431",
|
|
10891
11128
|
"post.button-segmented.vertical.border-radius": "bb62d30e7b32d7c62d6a825888a8248af47f3532",
|
|
10892
11129
|
"post.button-segmented.selected-fg": "23623d928ead25f0bcf0b42baed2bfdf8345daad",
|
|
@@ -10905,33 +11142,43 @@
|
|
|
10905
11142
|
"post.button-segmented.margin": "c9450d8eb85705ec1378cc12d2dc11d82292d638",
|
|
10906
11143
|
"post.button-segmented.font-weight": "69d85273017f04e159d299c17472222c517f3570",
|
|
10907
11144
|
"post.button-segmented.selected-border": "9aa8b877e676f01b6b725ad77a15d2a81f6bfce5",
|
|
10908
|
-
"post.select.enabled-bg": "
|
|
10909
|
-
"post.select.enabled-fg": "
|
|
10910
|
-
"post.select.hover-bg": "
|
|
10911
|
-
"post.select.hover-fg": "
|
|
10912
|
-
"post.select.disabled-bg": "
|
|
10913
|
-
"post.select.disabled-fg": "
|
|
10914
|
-
"post.select.selected-bg": "
|
|
10915
|
-
"post.select.selected-fg": "
|
|
10916
|
-
"post.select.
|
|
10917
|
-
"post.select.
|
|
10918
|
-
"post.select.
|
|
10919
|
-
"post.select.
|
|
10920
|
-
"post.select.
|
|
10921
|
-
"post.select.signal.
|
|
10922
|
-
"post.select.
|
|
10923
|
-
"post.select.
|
|
10924
|
-
"post.select.
|
|
10925
|
-
"post.select.
|
|
10926
|
-
"post.select.
|
|
10927
|
-
"post.select.padding.
|
|
10928
|
-
"post.select.
|
|
10929
|
-
"post.select.
|
|
10930
|
-
"post.select.
|
|
10931
|
-
"post.select.
|
|
10932
|
-
"post.select.
|
|
10933
|
-
"post.select.
|
|
10934
|
-
"post.select.
|
|
11145
|
+
"post.select.color.enabled-bg": "fa440a8c0c4aff17eb22d3a6674f3c899204258c",
|
|
11146
|
+
"post.select.color.enabled-fg": "ff277040a37a4e42488b506e18a40dde1428c52a",
|
|
11147
|
+
"post.select.color.hover-bg": "9339c5e5cf420941a1738b1678fa9f616f5367ae",
|
|
11148
|
+
"post.select.color.hover-fg": "7680414f7530276c4f1031189c8fe57796fb5669",
|
|
11149
|
+
"post.select.color.disabled-bg": "a425a9c276ab723144423543281ac639d08587b9",
|
|
11150
|
+
"post.select.color.disabled-fg": "4b57c8f1d0fbf7b075ddd30176f7c5e74cf31fb1",
|
|
11151
|
+
"post.select.color.selected-bg": "af75cbe2dcf5be14484c2773014118d18a925390",
|
|
11152
|
+
"post.select.color.selected-fg": "30b850fd990243f44553f160cf556c79c073171b",
|
|
11153
|
+
"post.select.color.helptext-fg": "c69cbb5824f4369ba6e3f29a2ad86ed39d482823",
|
|
11154
|
+
"post.select.color.enabled-border": "bda0e371acf1a606d96a0fd2831773ec0211e005",
|
|
11155
|
+
"post.select.color.hover-border": "a6a650dce51aa0748b79abdc0be5ba8b7ebf5d13",
|
|
11156
|
+
"post.select.color.disabled-border": "68bd4b209dc605777d377dbf0d588380ffe1d794",
|
|
11157
|
+
"post.select.color.selected-border": "e6a13b5b847e3701281ad48dbab01a322c8bc05e",
|
|
11158
|
+
"post.select.color.signal.error": "204af1fe03c5364690167bbc02789bfa4e4452bc",
|
|
11159
|
+
"post.select.color.signal.success": "6623b2c94701e85e1928a14061ea14a4202a79e3",
|
|
11160
|
+
"post.select.gap.inline.icon": "3409366bd6aa4a842f82866e8bf54c453dcf268e",
|
|
11161
|
+
"post.select.padding.block.assist": "9881d3877ac2414beaaa89170d43800c15709bca",
|
|
11162
|
+
"post.select.padding.inline.start": "d5107891864d989f126bfd2663b56c6e6f4f10ea",
|
|
11163
|
+
"post.select.padding.inline.end": "132024fa60bd3588e7ef643521f685966de4ace8",
|
|
11164
|
+
"post.select.padding.inline.assist": "cb2a019b36d61275fef6e9b96c8e13166a365bd8",
|
|
11165
|
+
"post.select.sizing.icon": "6fa915c04cc965f71ceae8cd638433724d7b2ffa",
|
|
11166
|
+
"post.select.sizing.height": "bcd5eb01743436062caf7933c222b2f6926f3d1c",
|
|
11167
|
+
"post.select.border-radius": "930859c17344e36a2cbf9d7065cf452012c5a9a0",
|
|
11168
|
+
"post.select.border-width": "bbab438460b94dab122e2ac90839a702ccf6c13d",
|
|
11169
|
+
"post.select.standalone.padding.block": "304bcb24db24b967485cbf71296de06f6b7341f8",
|
|
11170
|
+
"post.select.label.empty.padding.block.start": "06d604e204b8c63731949f9c5fd7397386dce384",
|
|
11171
|
+
"post.select.label.empty.padding.inline.start": "350e9964e6c92ebab939f8a5d0b7dbcc0e49bf46",
|
|
11172
|
+
"post.select.label.empty.padding.inline.end": "9f0ae7f522f3aaf15578fa8bdf46dda00466d7e1",
|
|
11173
|
+
"post.select.label.validated.padding.inline.end": "91daf9ce577abd67cbfca00ce05c613e7a57a85f",
|
|
11174
|
+
"post.select.label.filled.padding.block.start": "c8703e31d8d31ec91dc9497e110b99cc28c1258c",
|
|
11175
|
+
"post.select.label.filled.font-size": "1041da45c259c220bfec519b08f013b300c1f895",
|
|
11176
|
+
"post.select.validation.icon.position.inline.end": "9dec705e5a6d9230a48fda0043be9f9dca656da0",
|
|
11177
|
+
"post.select.padding.block.start": "0d09d05449a76483db2bf6d18a0a0c820862cc5c",
|
|
11178
|
+
"post.select.padding.block.end": "67180c3f212782a048ca51641391f348cf0f4a4e",
|
|
11179
|
+
"post.select.assist.font-size": "a4d8972a26c2d337c07dc81210a16b599d6805bb",
|
|
11180
|
+
"post.select.validated.padding.inline.end": "48f6ba30b74b980ac4d25c7c36185a2e637ccdcc",
|
|
11181
|
+
"post.select.icon.position.inline.end": "64418774bec0b29d2b36ffc65da2afc3848d4a8a",
|
|
10935
11182
|
"post.snackbar.spacing.gap.outer": "7e8a675dac556b5203604a1cef9b818396aab532",
|
|
10936
11183
|
"post.snackbar.spacing.padding.inline": "d89944e7e183261eb283eec69ecb4e35dbc6c718",
|
|
10937
11184
|
"post.snackbar.spacing.padding.block": "c7aa17bb7d398a3d5d306c986f3195a79a98afdb",
|
|
@@ -11011,27 +11258,36 @@
|
|
|
11011
11258
|
"post.textarea.hover-fg": "36fedbd25c535cb3345adff3b1d0f5f2b8f08530",
|
|
11012
11259
|
"post.textarea.disabled-bg": "361f61362bd0582eaacf1bbb02895c24f5a6d150",
|
|
11013
11260
|
"post.textarea.disabled-fg": "92713df6f06a26fceed85d92a67c1673ca4524dd",
|
|
11014
|
-
"post.textarea.selected-bg": "f3f3f1c5f9b0383157593f01ac1a26829c31e89f",
|
|
11015
|
-
"post.textarea.selected-fg": "209335b302e43aa38e47a58f9e81bbed3cb5b2f0",
|
|
11016
11261
|
"post.textarea.enabled-border": "976a32251ad1d4b6d678e1c7f7ea81a5e91622a5",
|
|
11017
11262
|
"post.textarea.hover-border": "5d946ceaa0e2efbcab19124583ece0f60ec852d6",
|
|
11018
11263
|
"post.textarea.disabled-border": "28993c9b0c485cf60e450e52b82c4339b42d6284",
|
|
11019
|
-
"post.textarea.
|
|
11020
|
-
"post.textarea.
|
|
11021
|
-
"post.textarea.
|
|
11022
|
-
"post.textarea.
|
|
11023
|
-
"post.textarea.
|
|
11024
|
-
"post.textarea.padding.block.
|
|
11025
|
-
"post.textarea.padding.block.start.filled": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
11026
|
-
"post.textarea.padding.block.end.filled": "79be2587ab4bc6dee6f4b7efa90bcc90d88a7859",
|
|
11264
|
+
"post.textarea.gap.inline": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
11265
|
+
"post.textarea.padding.block.assist": "fd897dc4473aaf02dcb64a89eea49eac6b57b5e1",
|
|
11266
|
+
"post.textarea.padding.inline.assist": "604885a8bec38c3de5690356837dbd20d0901a25",
|
|
11267
|
+
"post.textarea.standalone.padding.block": "865d08d100de52d4423d06ee3bb82937b4d4e8ca",
|
|
11268
|
+
"post.textarea.padding.block.start": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
11269
|
+
"post.textarea.padding.block.end": "79be2587ab4bc6dee6f4b7efa90bcc90d88a7859",
|
|
11027
11270
|
"post.textarea.padding.inline.start": "2a877a58bc4473993bedc28d4173c8a24aaedd85",
|
|
11028
11271
|
"post.textarea.padding.inline.end": "9dbc4fc8ea6184a3eeba4f71c5d6d333c689fc19",
|
|
11029
11272
|
"post.textarea.sizing.icon": "f1321b62580dd4cab2df1e4ef5fe5c3384a4e68e",
|
|
11030
11273
|
"post.textarea.border-radius": "820ccb86ff7bca1eb9bef3fb4b560347bf7b34b4",
|
|
11031
11274
|
"post.textarea.border-width": "450b1ae1cc109be2ba668995841c9baef51da390",
|
|
11032
|
-
"post.textarea.label.padding.inline.start
|
|
11033
|
-
"post.textarea.label.padding.inline.end
|
|
11034
|
-
"post.textarea.label.padding.block.start
|
|
11275
|
+
"post.textarea.label.padding.inline.start": "47e25f74cfd469a7a00dc1c5533a516c714cacc6",
|
|
11276
|
+
"post.textarea.label.padding.inline.end": "91abca78cb4068628010f830f5a937f9a06d3e42",
|
|
11277
|
+
"post.textarea.label.padding.block.start": "9549b3c9ee69c1bb1f40c39f54dceb6c75556347",
|
|
11278
|
+
"post.textarea.signal.error": "a18efce3d87124d0c761a901e681d836d13b61a8",
|
|
11279
|
+
"post.textarea.signal.success": "cb87cd3fe7dfbd21d0be540a812560c712c212de",
|
|
11280
|
+
"post.textarea.sizing.min-height": "41eefd8c32be6adb8cbc4ccb07dbfaeb53332b5f",
|
|
11281
|
+
"post.textarea.position.inline.end.resize": "904aaf2715095ac103aecbf621cdbeb5b551d35c",
|
|
11282
|
+
"post.textarea.position.block.end.resize": "d10f66ecc25d5e4576ee7f3d665cc9afa4ee0f67",
|
|
11283
|
+
"post.textarea.label.validated.padding.inline.end": "8142f57c63433262f4348ad3eff57aca0d30d550",
|
|
11284
|
+
"post.textarea.assist.font-size": "8fb89a9effda2d25fe148de62b52eb6ddc9a280b",
|
|
11285
|
+
"post.textarea.validated.padding.inline.end": "82e187d41e38dad89946c46aa1d8875e096accfd",
|
|
11286
|
+
"post.textarea.label.filled.font-size": "8d76e738441757ff8dfc53ab1601f218c1095f32",
|
|
11287
|
+
"post.textarea.position.inline.start.validation": "a62582eea53edacc67dd06ee55a6a9b3c9787934",
|
|
11288
|
+
"post.textarea.position.block.start.validation": "7d3d68f9b92e710e7441d84c31b27639e13e301a",
|
|
11289
|
+
"post.textarea.label.filled.padding.block.start": "25bb881879bcfa6f8fc16fbda7cd5164a5083252",
|
|
11290
|
+
"post.textarea.gap.assist": "0c2e9bed1aba39f47403c147c27e5d05d1a242f9",
|
|
11035
11291
|
"post.text-highlighted.bg": "27774fb04cb78f58f13895b833a4851be7e3486b",
|
|
11036
11292
|
"post.text-highlighted.fg": "8416d4e5337654acf592f5345f7c151d3cd63a4d",
|
|
11037
11293
|
"post.text-highlighted.padding.text": "e5e01d5010f1a45ce796d305a526ce01fa5d7a7b",
|
|
@@ -11046,27 +11302,34 @@
|
|
|
11046
11302
|
"post.input.color.selected-bg": "8bd7235f1399a9bc166130edce1af72427cfb8ed",
|
|
11047
11303
|
"post.input.color.selected-fg": "1ae0d7346c71e3c28fd3ebe05123a3ea04b3fbe6",
|
|
11048
11304
|
"post.input.color.helptext-fg": "cc1db7dbc95596ee0f941b44c4b55712ba6625e2",
|
|
11305
|
+
"post.input.color.enabled-border": "e8fb5159e5c020c2919c12ad157578d1083b1cc2",
|
|
11306
|
+
"post.input.color.hover-border": "5a5615016cc59292e11a683669369db7182dafb9",
|
|
11307
|
+
"post.input.color.disabled-border": "c65628869cf318afba36f149d035a6ad6291e0d3",
|
|
11308
|
+
"post.input.color.selected-border": "cd6d5766d9f136e44719c7a28eb250c545556c35",
|
|
11049
11309
|
"post.input.color.signal.error": "7ddc0bfe846c295b5a215c45e423a2fdddf6959a",
|
|
11050
11310
|
"post.input.color.signal.success": "0157a5c40c9a4eb6f87cfddd9a5c3f3a8a67282e",
|
|
11051
11311
|
"post.input.gap.inline.1": "ea0f287f910901d9a2754175427d33874636908d",
|
|
11052
11312
|
"post.input.gap.inline.2": "e17ec3bfeef8ad59d33f8ed4028bcbeffb3c2e65",
|
|
11313
|
+
"post.input.padding.block.assist": "74fa0091e635d194f2726e8a49d63029f797d7b1",
|
|
11053
11314
|
"post.input.padding.inline.start": "95d346d8cf0d15d92cbb0d838ad1d21e2196d909",
|
|
11054
11315
|
"post.input.padding.inline.end": "251080d245b6ce91ef6947cedb9d8710871c1e45",
|
|
11316
|
+
"post.input.padding.inline.assist": "e265e8a8f1e63ac91a7c044560f1c84736e1167f",
|
|
11055
11317
|
"post.input.sizing.icon": "d8468d53a31f1ff5e298f2e6783a215bc1a9902c",
|
|
11318
|
+
"post.input.sizing.height": "82cf75a7b82a124c9b1d42cdbc0e9e84e3b11b9b",
|
|
11056
11319
|
"post.input.border-radius.surface": "d06c0dd30f742b0d6cd4cbddcf2ee20dc059be64",
|
|
11057
11320
|
"post.input.border-width": "1ade7245040a677b64153d2cdf6651fcea38bf0e",
|
|
11058
|
-
"post.input.
|
|
11321
|
+
"post.input.standalone.padding.block": "5e8222cbe4c364dc01d3f3a4bdc58faa38f2056c",
|
|
11059
11322
|
"post.input.label.empty.padding.block.start": "d62b407bf1b5948a054a4f578b2cddaeb4c37c34",
|
|
11060
11323
|
"post.input.label.empty.padding.inline.start": "b51731dc964c610165cf1ae964d243ad78df81e5",
|
|
11061
11324
|
"post.input.label.empty.padding.inline.end": "3717013c982ae87b4a055205377945bfd6f49e68",
|
|
11062
11325
|
"post.input.label.validated.padding.inline.end": "e48ddec27eff926626a3b10a7861ec56e487e335",
|
|
11063
|
-
"post.input.
|
|
11064
|
-
"post.input.filled.padding.block.start": "2924bedf122ccb4ab278a3ce28e06a8337c84059",
|
|
11065
|
-
"post.input.filled.padding.block.end": "66ffd33591a7dcb8d7d81b4a9ceb90cb563652d2",
|
|
11066
|
-
"post.input.label.filled.padding.block.start": "25bb881879bcfa6f8fc16fbda7cd5164a5083252",
|
|
11067
|
-
"post.input.sizing.height": "82cf75a7b82a124c9b1d42cdbc0e9e84e3b11b9b",
|
|
11326
|
+
"post.input.label.filled.padding.block.start": "d6735bb3647bf72161c41ac02265dcfb185adc0b",
|
|
11068
11327
|
"post.input.label.filled.font-size": "a12f8c5b97bd1f6bf59bf7da851dba7386e1396e",
|
|
11328
|
+
"post.input.validation.icon.position.inline.end": "b57f1666c23edfb6f677c04e41bc20ebaae726cc",
|
|
11329
|
+
"post.input.padding.block.start": "2924bedf122ccb4ab278a3ce28e06a8337c84059",
|
|
11330
|
+
"post.input.padding.block.end": "66ffd33591a7dcb8d7d81b4a9ceb90cb563652d2",
|
|
11069
11331
|
"post.input.assist.font-size": "69317593d3b185baf0fb132ac414e643e3c95ae1",
|
|
11332
|
+
"post.input.validated.padding.inline.end": "a892b10633064c89193e455bb6d5c8b853b195b1",
|
|
11070
11333
|
"post.toast.spacing.padding.action": "7b789908238cacf3f7c6b327401296ec0a1da28c",
|
|
11071
11334
|
"post.toast.spacing.padding.inline": "014e44c5cc1c44d944c9d6df6c213c429f99c76d",
|
|
11072
11335
|
"post.toast.spacing.padding.block": "8588d5bd126b4227934aec9c655f6dbcb10a84b7",
|
|
@@ -11091,7 +11354,6 @@
|
|
|
11091
11354
|
"post.toast.color.error-stroke": "3432663173b4389104a12a668043e3681e2faa69",
|
|
11092
11355
|
"post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
|
|
11093
11356
|
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
11094
|
-
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
11095
11357
|
"post.floating-button.enabled-fg": "77f009565576cc049046b990ef2b0688a43becd7",
|
|
11096
11358
|
"post.floating-button.enabled-bg": "491d5f34dd817b87c813955d6aa84eae900a5f5a",
|
|
11097
11359
|
"post.floating-button.enabled-border": "fced80ecb14d12d7a312fb54984a6af601983225",
|
|
@@ -11111,12 +11373,7 @@
|
|
|
11111
11373
|
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
|
|
11112
11374
|
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
|
|
11113
11375
|
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f",
|
|
11114
|
-
"post.
|
|
11115
|
-
"post.input.color.hover-border": "5a5615016cc59292e11a683669369db7182dafb9",
|
|
11116
|
-
"post.input.color.disabled-border": "c65628869cf318afba36f149d035a6ad6291e0d3",
|
|
11117
|
-
"post.input.color.selected-border": "cd6d5766d9f136e44719c7a28eb250c545556c35",
|
|
11118
|
-
"post.input.padding.inline.assist": "e265e8a8f1e63ac91a7c044560f1c84736e1167f",
|
|
11119
|
-
"post.input.padding.block.assist": "74fa0091e635d194f2726e8a49d63029f797d7b1"
|
|
11376
|
+
"post.floating-button.position.bottom": "ff8db193bebd896a1c226be5aa69b28b3729c785"
|
|
11120
11377
|
}
|
|
11121
11378
|
},
|
|
11122
11379
|
{
|
|
@@ -11191,6 +11448,8 @@
|
|
|
11191
11448
|
"$figmaVariableReferences": {
|
|
11192
11449
|
"post.theme.palettes.bg-scheme.brand": "ac9cc556351b9d9b72ce01e166e148b74b25de3f",
|
|
11193
11450
|
"post.theme.palettes.bg-scheme.emphasis": "f37d68c8d5ee579997a1a1b403162484c8cff869",
|
|
11451
|
+
"post.theme.palettes.bg-scheme.default": "9504f02cdfa20b1afd02c21b95c5e8753ac50340",
|
|
11452
|
+
"post.theme.palettes.bg-scheme.alternate": "bb955dc5c7061bd23cb6c735b2d5f01b727625d0",
|
|
11194
11453
|
"post.theme.color.palettes.default.bg": "dc69a147a83c9da5d6b52a3e1999082ac7405009",
|
|
11195
11454
|
"post.theme.color.palettes.default.fg": "17e7f1199980448c9e431b59ac934c0ef11c5e1b",
|
|
11196
11455
|
"post.theme.color.palettes.alternate.bg": "47e0f61a01f52edc65e7fcfb6ba1237495959eb2",
|
|
@@ -11198,9 +11457,7 @@
|
|
|
11198
11457
|
"post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
|
|
11199
11458
|
"post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
|
|
11200
11459
|
"post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
|
|
11201
|
-
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d"
|
|
11202
|
-
"post.theme.palettes.bg-scheme.default": "9504f02cdfa20b1afd02c21b95c5e8753ac50340",
|
|
11203
|
-
"post.theme.palettes.bg-scheme.alternate": "bb955dc5c7061bd23cb6c735b2d5f01b727625d0"
|
|
11460
|
+
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d"
|
|
11204
11461
|
}
|
|
11205
11462
|
},
|
|
11206
11463
|
{
|
|
@@ -11282,16 +11539,16 @@
|
|
|
11282
11539
|
"$figmaVariableReferences": {
|
|
11283
11540
|
"post.palettes.color.default.bg": "5f2f435ea49163621af38ad9798447b33aad773f",
|
|
11284
11541
|
"post.palettes.color.default.fg": "80efe4f04b5e45d5cc9e52ae9c3e8dda513be416",
|
|
11542
|
+
"post.palettes.color.default.bg-scheme": "bffc748a647519df3ac363c7689959d519e20c12",
|
|
11285
11543
|
"post.palettes.color.alternate.bg": "6aafe2ec830a8e40b6527e4e7ce747020c52fd5c",
|
|
11286
11544
|
"post.palettes.color.alternate.fg": "c153f71f5f8d3f3764c30f8c0a48bdbdabc6a315",
|
|
11545
|
+
"post.palettes.color.alternate.bg-scheme": "35ca2ec5aa7df847d668c0794c39418031aa4af3",
|
|
11287
11546
|
"post.palettes.color.brand.bg": "f7dc423347aa56d02ae018041c30012f0f03f705",
|
|
11288
11547
|
"post.palettes.color.brand.fg": "2993fc79c7cb6c8e21304ce9402f982c307b3ef5",
|
|
11548
|
+
"post.palettes.color.brand.bg-scheme": "6ab3cbe158c483c535915d83468581ba23976c37",
|
|
11289
11549
|
"post.palettes.color.accent.bg": "bebb902555f6fd7e56bb27beb353c67b57c67300",
|
|
11290
11550
|
"post.palettes.color.accent.fg": "b3152bf53241705ef5d7b1ed6b4cc337168dbc8b",
|
|
11291
|
-
"post.
|
|
11292
|
-
"post.helper.color.alternate.bg-scheme": "35ca2ec5aa7df847d668c0794c39418031aa4af3",
|
|
11293
|
-
"post.helper.color.brand.bg-scheme": "6ab3cbe158c483c535915d83468581ba23976c37",
|
|
11294
|
-
"post.helper.color.accent.bg-scheme": "4447066e00815b7cb14e6f681a879db7a1ef4d15"
|
|
11551
|
+
"post.palettes.color.accent.bg-scheme": "4447066e00815b7cb14e6f681a879db7a1ef4d15"
|
|
11295
11552
|
},
|
|
11296
11553
|
"$figmaCollectionId": "VariableCollectionId:6959:10217",
|
|
11297
11554
|
"$figmaModeId": "6959:0"
|
|
@@ -11328,6 +11585,7 @@
|
|
|
11328
11585
|
"Components/Close",
|
|
11329
11586
|
"Components/Container",
|
|
11330
11587
|
"Components/Dropdown",
|
|
11588
|
+
"Components/Floating button",
|
|
11331
11589
|
"Components/Form footer",
|
|
11332
11590
|
"Components/Grid",
|
|
11333
11591
|
"Components/Icon button",
|
|
@@ -11338,6 +11596,7 @@
|
|
|
11338
11596
|
"Components/Notifications",
|
|
11339
11597
|
"Components/Popover",
|
|
11340
11598
|
"Components/Radio button",
|
|
11599
|
+
"Components/Search input",
|
|
11341
11600
|
"Components/Segmented button",
|
|
11342
11601
|
"Components/Select",
|
|
11343
11602
|
"Components/Snackbar",
|
|
@@ -11347,7 +11606,6 @@
|
|
|
11347
11606
|
"Components/Text highlighted",
|
|
11348
11607
|
"Components/Text input",
|
|
11349
11608
|
"Components/Toast",
|
|
11350
|
-
"Components/Floating button",
|
|
11351
11609
|
"Components/Validation",
|
|
11352
11610
|
"FigmaOnly",
|
|
11353
11611
|
"Utilities/Spacing",
|