@swisspost/design-system-tokens 9.0.0-next.4 → 9.0.0-next.5
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 +2 -0
- package/_channel.scss +1 -1
- package/_components.scss +71 -47
- package/_core.scss +5 -1
- package/_device.scss +7 -4
- 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/tailwind/helpers.tailwind.js +1 -1
- package/tailwind/utilities.tailwind.js +1 -1
- package/tokens.json +492 -300
package/tokens.json
CHANGED
|
@@ -331,10 +331,18 @@
|
|
|
331
331
|
"$type": "dimension",
|
|
332
332
|
"$value": "40"
|
|
333
333
|
},
|
|
334
|
+
"46": {
|
|
335
|
+
"$type": "dimension",
|
|
336
|
+
"$value": "46px"
|
|
337
|
+
},
|
|
334
338
|
"48": {
|
|
335
339
|
"$type": "dimension",
|
|
336
340
|
"$value": "48"
|
|
337
341
|
},
|
|
342
|
+
"50": {
|
|
343
|
+
"$type": "dimension",
|
|
344
|
+
"$value": "50px"
|
|
345
|
+
},
|
|
338
346
|
"56": {
|
|
339
347
|
"$type": "dimension",
|
|
340
348
|
"$value": "56"
|
|
@@ -355,6 +363,14 @@
|
|
|
355
363
|
"$type": "dimension",
|
|
356
364
|
"$value": "80"
|
|
357
365
|
},
|
|
366
|
+
"82": {
|
|
367
|
+
"$type": "dimension",
|
|
368
|
+
"$value": "82px"
|
|
369
|
+
},
|
|
370
|
+
"88": {
|
|
371
|
+
"$type": "dimension",
|
|
372
|
+
"$value": "88px"
|
|
373
|
+
},
|
|
358
374
|
"96": {
|
|
359
375
|
"$type": "dimension",
|
|
360
376
|
"$value": "96"
|
|
@@ -3040,7 +3056,11 @@
|
|
|
3040
3056
|
},
|
|
3041
3057
|
"2": {
|
|
3042
3058
|
"$type": "dimension",
|
|
3043
|
-
"$value": "{post.core.dimension.
|
|
3059
|
+
"$value": "{post.core.dimension.14}"
|
|
3060
|
+
},
|
|
3061
|
+
"3": {
|
|
3062
|
+
"$type": "dimension",
|
|
3063
|
+
"$value": "{post.core.dimension.46}"
|
|
3044
3064
|
}
|
|
3045
3065
|
}
|
|
3046
3066
|
}
|
|
@@ -5752,10 +5772,10 @@
|
|
|
5752
5772
|
"$value": "{post.core.dimension.16}"
|
|
5753
5773
|
}
|
|
5754
5774
|
},
|
|
5755
|
-
"
|
|
5775
|
+
"padding": {
|
|
5756
5776
|
"xl": {
|
|
5757
5777
|
"$type": "spacing",
|
|
5758
|
-
"$value": "
|
|
5778
|
+
"$value": "{post.core.dimension.40}"
|
|
5759
5779
|
},
|
|
5760
5780
|
"lg": {
|
|
5761
5781
|
"$type": "spacing",
|
|
@@ -6960,6 +6980,68 @@
|
|
|
6960
6980
|
}
|
|
6961
6981
|
}
|
|
6962
6982
|
},
|
|
6983
|
+
"Components/Search input": {
|
|
6984
|
+
"post": {
|
|
6985
|
+
"input": {
|
|
6986
|
+
"search": {
|
|
6987
|
+
"empty": {
|
|
6988
|
+
"padding": {
|
|
6989
|
+
"inline": {
|
|
6990
|
+
"end": {
|
|
6991
|
+
"$type": "spacing",
|
|
6992
|
+
"$value": "{post.core.dimension.48}"
|
|
6993
|
+
}
|
|
6994
|
+
}
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6997
|
+
"filled": {
|
|
6998
|
+
"padding": {
|
|
6999
|
+
"inline": {
|
|
7000
|
+
"end": {
|
|
7001
|
+
"$type": "spacing",
|
|
7002
|
+
"$value": "{post.core.dimension.80}"
|
|
7003
|
+
}
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
7006
|
+
"gap": {
|
|
7007
|
+
"icon": {
|
|
7008
|
+
"$type": "spacing",
|
|
7009
|
+
"$value": "{post.core.dimension.8}"
|
|
7010
|
+
}
|
|
7011
|
+
}
|
|
7012
|
+
},
|
|
7013
|
+
"label": {
|
|
7014
|
+
"empty": {
|
|
7015
|
+
"padding": {
|
|
7016
|
+
"inline": {
|
|
7017
|
+
"end": {
|
|
7018
|
+
"$type": "spacing",
|
|
7019
|
+
"$value": "{post.core.dimension.50}"
|
|
7020
|
+
}
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
7023
|
+
},
|
|
7024
|
+
"filled": {
|
|
7025
|
+
"padding": {
|
|
7026
|
+
"inline": {
|
|
7027
|
+
"end": {
|
|
7028
|
+
"$type": "spacing",
|
|
7029
|
+
"$value": "{post.core.dimension.82}"
|
|
7030
|
+
}
|
|
7031
|
+
}
|
|
7032
|
+
}
|
|
7033
|
+
}
|
|
7034
|
+
},
|
|
7035
|
+
"icon": {
|
|
7036
|
+
"border-radius": {
|
|
7037
|
+
"$type": "borderRadius",
|
|
7038
|
+
"$value": "{post.device.border-radius.focus}"
|
|
7039
|
+
}
|
|
7040
|
+
}
|
|
7041
|
+
}
|
|
7042
|
+
}
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
6963
7045
|
"Components/Segmented button": {
|
|
6964
7046
|
"post": {
|
|
6965
7047
|
"button-segmented": {
|
|
@@ -7055,136 +7137,108 @@
|
|
|
7055
7137
|
"Components/Select": {
|
|
7056
7138
|
"post": {
|
|
7057
7139
|
"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": {
|
|
7140
|
+
"color": {
|
|
7141
|
+
"enabled-bg": {
|
|
7108
7142
|
"$type": "color",
|
|
7109
|
-
"$value": "{post.scheme.color.
|
|
7143
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
|
|
7110
7144
|
},
|
|
7111
|
-
"
|
|
7145
|
+
"enabled-fg": {
|
|
7112
7146
|
"$type": "color",
|
|
7113
|
-
"$value": "{post.scheme.color.
|
|
7147
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
7148
|
+
},
|
|
7149
|
+
"hover-bg": {
|
|
7150
|
+
"$type": "color",
|
|
7151
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
7152
|
+
},
|
|
7153
|
+
"hover-fg": {
|
|
7154
|
+
"$type": "color",
|
|
7155
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
7156
|
+
},
|
|
7157
|
+
"disabled-bg": {
|
|
7158
|
+
"$type": "color",
|
|
7159
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg}"
|
|
7160
|
+
},
|
|
7161
|
+
"disabled-fg": {
|
|
7162
|
+
"$type": "color",
|
|
7163
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
7164
|
+
},
|
|
7165
|
+
"selected-bg": {
|
|
7166
|
+
"$type": "color",
|
|
7167
|
+
"$value": "{post.scheme.color.interactive.primary.selected.bg1}"
|
|
7168
|
+
},
|
|
7169
|
+
"selected-fg": {
|
|
7170
|
+
"$type": "color",
|
|
7171
|
+
"$value": "{post.scheme.color.interactive.primary.selected.fg1}"
|
|
7172
|
+
},
|
|
7173
|
+
"helptext-fg": {
|
|
7174
|
+
"$type": "color",
|
|
7175
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg2}"
|
|
7176
|
+
},
|
|
7177
|
+
"enabled-border": {
|
|
7178
|
+
"$type": "color",
|
|
7179
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
7180
|
+
},
|
|
7181
|
+
"hover-border": {
|
|
7182
|
+
"$type": "color",
|
|
7183
|
+
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
7184
|
+
},
|
|
7185
|
+
"disabled-border": {
|
|
7186
|
+
"$type": "color",
|
|
7187
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
7188
|
+
},
|
|
7189
|
+
"selected-border": {
|
|
7190
|
+
"$type": "color",
|
|
7191
|
+
"$value": "{post.scheme.color.interactive.primary.selected.stroke1}"
|
|
7192
|
+
},
|
|
7193
|
+
"signal": {
|
|
7194
|
+
"error": {
|
|
7195
|
+
"$type": "color",
|
|
7196
|
+
"$value": "{post.scheme.color.signal.error-dark}"
|
|
7197
|
+
},
|
|
7198
|
+
"success": {
|
|
7199
|
+
"$type": "color",
|
|
7200
|
+
"$value": "{post.scheme.color.signal.success-dark}"
|
|
7201
|
+
}
|
|
7114
7202
|
}
|
|
7115
7203
|
},
|
|
7116
7204
|
"gap": {
|
|
7117
7205
|
"inline": {
|
|
7118
|
-
"
|
|
7206
|
+
"icon": {
|
|
7119
7207
|
"$type": "spacing",
|
|
7120
7208
|
"$value": "{post.device.spacing.gap.1}"
|
|
7121
7209
|
}
|
|
7122
7210
|
}
|
|
7123
7211
|
},
|
|
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
7212
|
"padding": {
|
|
7157
7213
|
"block": {
|
|
7158
|
-
"
|
|
7214
|
+
"assist": {
|
|
7159
7215
|
"$type": "spacing",
|
|
7160
7216
|
"$value": "{post.device.spacing.padding.block.5}"
|
|
7161
7217
|
}
|
|
7162
7218
|
},
|
|
7163
7219
|
"inline": {
|
|
7164
|
-
"
|
|
7220
|
+
"start": {
|
|
7165
7221
|
"$type": "spacing",
|
|
7166
7222
|
"$value": "{post.device.spacing.padding.inline.1}"
|
|
7167
7223
|
},
|
|
7168
|
-
"
|
|
7224
|
+
"end": {
|
|
7169
7225
|
"$type": "spacing",
|
|
7170
|
-
"$value": "{post.
|
|
7226
|
+
"$value": "{post.core.dimension.48}"
|
|
7171
7227
|
},
|
|
7172
|
-
"
|
|
7228
|
+
"assist": {
|
|
7173
7229
|
"$type": "spacing",
|
|
7174
7230
|
"$value": "{post.device.spacing.padding.2}"
|
|
7175
7231
|
}
|
|
7176
7232
|
}
|
|
7177
7233
|
},
|
|
7178
|
-
"
|
|
7179
|
-
"
|
|
7180
|
-
"droppdow-inner": {
|
|
7181
|
-
"$type": "spacing",
|
|
7182
|
-
"$value": "{post.device.spacing.padding.15}"
|
|
7183
|
-
}
|
|
7184
|
-
},
|
|
7185
|
-
"signal": {
|
|
7234
|
+
"sizing": {
|
|
7235
|
+
"icon": {
|
|
7186
7236
|
"$type": "sizing",
|
|
7187
7237
|
"$value": "{post.device.sizing.notification.1}"
|
|
7238
|
+
},
|
|
7239
|
+
"height": {
|
|
7240
|
+
"$type": "sizing",
|
|
7241
|
+
"$value": "{post.device.sizing.interactive.button.height.6}"
|
|
7188
7242
|
}
|
|
7189
7243
|
},
|
|
7190
7244
|
"border-radius": {
|
|
@@ -7194,32 +7248,148 @@
|
|
|
7194
7248
|
"border-width": {
|
|
7195
7249
|
"$type": "borderWidth",
|
|
7196
7250
|
"$value": "{post.device.border-width.default}"
|
|
7197
|
-
}
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
|
|
7202
|
-
"post": {
|
|
7203
|
-
"snackbar": {
|
|
7204
|
-
"spacing": {
|
|
7205
|
-
"gap": {
|
|
7206
|
-
"outer": {
|
|
7207
|
-
"$type": "spacing",
|
|
7208
|
-
"$value": "{post.device.spacing.gap.inline.3}"
|
|
7209
|
-
}
|
|
7251
|
+
},
|
|
7252
|
+
"border-style": {
|
|
7253
|
+
"default": {
|
|
7254
|
+
"$type": "other",
|
|
7255
|
+
"$value": "{post.core.border-style.solid}"
|
|
7210
7256
|
},
|
|
7257
|
+
"disabled": {
|
|
7258
|
+
"$type": "other",
|
|
7259
|
+
"$value": "{post.core.border-style.dash}"
|
|
7260
|
+
}
|
|
7261
|
+
},
|
|
7262
|
+
"empty": {
|
|
7211
7263
|
"padding": {
|
|
7212
|
-
"inline": {
|
|
7213
|
-
"$type": "spacing",
|
|
7214
|
-
"$value": "{post.device.spacing.padding.11}"
|
|
7215
|
-
},
|
|
7216
7264
|
"block": {
|
|
7217
7265
|
"$type": "spacing",
|
|
7218
|
-
"$value": "{post.device.spacing.padding.block.
|
|
7266
|
+
"$value": "{post.device.spacing.padding.block.1}"
|
|
7219
7267
|
}
|
|
7220
7268
|
}
|
|
7221
7269
|
},
|
|
7222
|
-
"
|
|
7270
|
+
"label": {
|
|
7271
|
+
"empty": {
|
|
7272
|
+
"padding": {
|
|
7273
|
+
"block": {
|
|
7274
|
+
"start": {
|
|
7275
|
+
"$type": "spacing",
|
|
7276
|
+
"$value": "{post.device.spacing.padding.block.28}"
|
|
7277
|
+
}
|
|
7278
|
+
},
|
|
7279
|
+
"inline": {
|
|
7280
|
+
"start": {
|
|
7281
|
+
"$type": "spacing",
|
|
7282
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
7283
|
+
},
|
|
7284
|
+
"end": {
|
|
7285
|
+
"$type": "spacing",
|
|
7286
|
+
"$value": "{post.core.dimension.50}"
|
|
7287
|
+
}
|
|
7288
|
+
}
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
"validated": {
|
|
7292
|
+
"padding": {
|
|
7293
|
+
"inline": {
|
|
7294
|
+
"end": {
|
|
7295
|
+
"$type": "spacing",
|
|
7296
|
+
"$value": "{post.core.dimension.82}"
|
|
7297
|
+
}
|
|
7298
|
+
}
|
|
7299
|
+
}
|
|
7300
|
+
},
|
|
7301
|
+
"filled": {
|
|
7302
|
+
"padding": {
|
|
7303
|
+
"block": {
|
|
7304
|
+
"start": {
|
|
7305
|
+
"$type": "spacing",
|
|
7306
|
+
"$value": "{post.device.spacing.padding.block.30}"
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7309
|
+
},
|
|
7310
|
+
"font-size": {
|
|
7311
|
+
"$type": "fontSizes",
|
|
7312
|
+
"$value": "{post.device.font-size.10}"
|
|
7313
|
+
}
|
|
7314
|
+
}
|
|
7315
|
+
},
|
|
7316
|
+
"validation": {
|
|
7317
|
+
"icon": {
|
|
7318
|
+
"position": {
|
|
7319
|
+
"inline": {
|
|
7320
|
+
"end": {
|
|
7321
|
+
"$type": "dimension",
|
|
7322
|
+
"$value": "{post.device.position.3}"
|
|
7323
|
+
}
|
|
7324
|
+
}
|
|
7325
|
+
}
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
7328
|
+
"filled": {
|
|
7329
|
+
"padding": {
|
|
7330
|
+
"block": {
|
|
7331
|
+
"start": {
|
|
7332
|
+
"$type": "spacing",
|
|
7333
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
7334
|
+
},
|
|
7335
|
+
"end": {
|
|
7336
|
+
"$type": "spacing",
|
|
7337
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7338
|
+
}
|
|
7339
|
+
}
|
|
7340
|
+
}
|
|
7341
|
+
},
|
|
7342
|
+
"assist": {
|
|
7343
|
+
"font-size": {
|
|
7344
|
+
"$type": "fontSizes",
|
|
7345
|
+
"$value": "{post.device.font-size.10}"
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
"validated": {
|
|
7349
|
+
"padding": {
|
|
7350
|
+
"inline": {
|
|
7351
|
+
"end": {
|
|
7352
|
+
"$type": "spacing",
|
|
7353
|
+
"$value": "{post.core.dimension.80}"
|
|
7354
|
+
}
|
|
7355
|
+
}
|
|
7356
|
+
}
|
|
7357
|
+
},
|
|
7358
|
+
"icon": {
|
|
7359
|
+
"position": {
|
|
7360
|
+
"inline": {
|
|
7361
|
+
"end": {
|
|
7362
|
+
"$type": "dimension",
|
|
7363
|
+
"$value": "{post.device.position.2}"
|
|
7364
|
+
}
|
|
7365
|
+
}
|
|
7366
|
+
}
|
|
7367
|
+
}
|
|
7368
|
+
}
|
|
7369
|
+
}
|
|
7370
|
+
},
|
|
7371
|
+
"Components/Snackbar": {
|
|
7372
|
+
"post": {
|
|
7373
|
+
"snackbar": {
|
|
7374
|
+
"spacing": {
|
|
7375
|
+
"gap": {
|
|
7376
|
+
"outer": {
|
|
7377
|
+
"$type": "spacing",
|
|
7378
|
+
"$value": "{post.device.spacing.gap.inline.3}"
|
|
7379
|
+
}
|
|
7380
|
+
},
|
|
7381
|
+
"padding": {
|
|
7382
|
+
"inline": {
|
|
7383
|
+
"$type": "spacing",
|
|
7384
|
+
"$value": "{post.device.spacing.padding.11}"
|
|
7385
|
+
},
|
|
7386
|
+
"block": {
|
|
7387
|
+
"$type": "spacing",
|
|
7388
|
+
"$value": "{post.device.spacing.padding.block.12}"
|
|
7389
|
+
}
|
|
7390
|
+
}
|
|
7391
|
+
},
|
|
7392
|
+
"sizing": {
|
|
7223
7393
|
"icon": {
|
|
7224
7394
|
"$type": "sizing",
|
|
7225
7395
|
"$value": "{post.device.sizing.notification.icon.3}"
|
|
@@ -7589,14 +7759,6 @@
|
|
|
7589
7759
|
"$type": "color",
|
|
7590
7760
|
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
7591
7761
|
},
|
|
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
7762
|
"enabled-border": {
|
|
7601
7763
|
"$type": "color",
|
|
7602
7764
|
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
@@ -7609,58 +7771,32 @@
|
|
|
7609
7771
|
"$type": "color",
|
|
7610
7772
|
"$value": "{post.scheme.color.interactive.primary.disabled.stroke}"
|
|
7611
7773
|
},
|
|
7612
|
-
"
|
|
7613
|
-
"
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
"spacing": {
|
|
7617
|
-
"gap": {
|
|
7618
|
-
"inline": {
|
|
7619
|
-
"1": {
|
|
7620
|
-
"$type": "spacing",
|
|
7621
|
-
"$value": "{post.device.spacing.gap.1}"
|
|
7622
|
-
}
|
|
7623
|
-
}
|
|
7624
|
-
},
|
|
7625
|
-
"padding": {
|
|
7626
|
-
"block": {
|
|
7627
|
-
"text-assist": {
|
|
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
|
-
}
|
|
7774
|
+
"gap": {
|
|
7775
|
+
"inline": {
|
|
7776
|
+
"$type": "spacing",
|
|
7777
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
7642
7778
|
}
|
|
7643
7779
|
},
|
|
7644
7780
|
"padding": {
|
|
7645
7781
|
"block": {
|
|
7646
|
-
"
|
|
7782
|
+
"assist": {
|
|
7647
7783
|
"$type": "spacing",
|
|
7648
|
-
"$value": "{post.device.spacing.padding.
|
|
7784
|
+
"$value": "{post.device.spacing.padding.block.5}"
|
|
7649
7785
|
},
|
|
7650
|
-
"
|
|
7651
|
-
"
|
|
7652
|
-
|
|
7653
|
-
"$value": "{post.device.spacing.padding.block.26}"
|
|
7654
|
-
}
|
|
7786
|
+
"textarea-top": {
|
|
7787
|
+
"$type": "spacing",
|
|
7788
|
+
"$value": "{post.device.spacing.padding.8}"
|
|
7655
7789
|
},
|
|
7656
|
-
"
|
|
7657
|
-
"
|
|
7658
|
-
|
|
7659
|
-
"$value": "{post.device.spacing.padding.3}"
|
|
7660
|
-
}
|
|
7790
|
+
"empty": {
|
|
7791
|
+
"$type": "spacing",
|
|
7792
|
+
"$value": "{post.device.spacing.padding.3}"
|
|
7661
7793
|
}
|
|
7662
7794
|
},
|
|
7663
7795
|
"inline": {
|
|
7796
|
+
"assist": {
|
|
7797
|
+
"$type": "spacing",
|
|
7798
|
+
"$value": "{post.device.spacing.padding.2}"
|
|
7799
|
+
},
|
|
7664
7800
|
"start": {
|
|
7665
7801
|
"$type": "spacing",
|
|
7666
7802
|
"$value": "{post.device.spacing.padding.inline.1}"
|
|
@@ -7671,10 +7807,28 @@
|
|
|
7671
7807
|
}
|
|
7672
7808
|
}
|
|
7673
7809
|
},
|
|
7810
|
+
"filled": {
|
|
7811
|
+
"padding": {
|
|
7812
|
+
"block": {
|
|
7813
|
+
"start": {
|
|
7814
|
+
"$type": "spacing",
|
|
7815
|
+
"$value": "{post.device.spacing.padding.block.26}"
|
|
7816
|
+
},
|
|
7817
|
+
"end": {
|
|
7818
|
+
"$type": "spacing",
|
|
7819
|
+
"$value": "{post.device.spacing.padding.3}"
|
|
7820
|
+
}
|
|
7821
|
+
}
|
|
7822
|
+
}
|
|
7823
|
+
},
|
|
7674
7824
|
"sizing": {
|
|
7675
7825
|
"icon": {
|
|
7676
7826
|
"$type": "sizing",
|
|
7677
7827
|
"$value": "{post.device.sizing.notification.1}"
|
|
7828
|
+
},
|
|
7829
|
+
"min-height": {
|
|
7830
|
+
"$type": "sizing",
|
|
7831
|
+
"$value": "{post.core.dimension.88}"
|
|
7678
7832
|
}
|
|
7679
7833
|
},
|
|
7680
7834
|
"border-radius": {
|
|
@@ -7696,30 +7850,54 @@
|
|
|
7696
7850
|
"$value": "{post.device.border-width.default}"
|
|
7697
7851
|
},
|
|
7698
7852
|
"label": {
|
|
7699
|
-
"
|
|
7700
|
-
"
|
|
7701
|
-
"
|
|
7702
|
-
"
|
|
7853
|
+
"empty": {
|
|
7854
|
+
"padding": {
|
|
7855
|
+
"inline": {
|
|
7856
|
+
"start": {
|
|
7703
7857
|
"$type": "spacing",
|
|
7704
7858
|
"$value": "{post.device.spacing.padding.5}"
|
|
7705
|
-
}
|
|
7706
|
-
|
|
7707
|
-
"end": {
|
|
7708
|
-
"empty": {
|
|
7859
|
+
},
|
|
7860
|
+
"end": {
|
|
7709
7861
|
"$type": "spacing",
|
|
7710
7862
|
"$value": "{post.device.spacing.padding.inline.4}"
|
|
7711
7863
|
}
|
|
7712
|
-
}
|
|
7713
|
-
|
|
7714
|
-
|
|
7715
|
-
"start": {
|
|
7716
|
-
"empty": {
|
|
7864
|
+
},
|
|
7865
|
+
"block": {
|
|
7866
|
+
"start": {
|
|
7717
7867
|
"$type": "spacing",
|
|
7718
7868
|
"$value": "{post.device.spacing.padding.block.27}"
|
|
7719
7869
|
}
|
|
7720
7870
|
}
|
|
7721
7871
|
}
|
|
7722
7872
|
}
|
|
7873
|
+
},
|
|
7874
|
+
"signal": {
|
|
7875
|
+
"error": {
|
|
7876
|
+
"$type": "color",
|
|
7877
|
+
"$value": "{post.scheme.color.signal.error-dark}"
|
|
7878
|
+
},
|
|
7879
|
+
"success": {
|
|
7880
|
+
"$type": "color",
|
|
7881
|
+
"$value": "{post.scheme.color.signal.success-dark}"
|
|
7882
|
+
}
|
|
7883
|
+
},
|
|
7884
|
+
"position": {
|
|
7885
|
+
"inline": {
|
|
7886
|
+
"end": {
|
|
7887
|
+
"resize": {
|
|
7888
|
+
"$type": "dimension",
|
|
7889
|
+
"$value": "{post.core.dimension.6}"
|
|
7890
|
+
}
|
|
7891
|
+
}
|
|
7892
|
+
},
|
|
7893
|
+
"block": {
|
|
7894
|
+
"end": {
|
|
7895
|
+
"resize": {
|
|
7896
|
+
"$type": "dimension",
|
|
7897
|
+
"$value": "{post.core.dimension.6}"
|
|
7898
|
+
}
|
|
7899
|
+
}
|
|
7900
|
+
}
|
|
7723
7901
|
}
|
|
7724
7902
|
}
|
|
7725
7903
|
}
|
|
@@ -7838,6 +8016,14 @@
|
|
|
7838
8016
|
"assist": {
|
|
7839
8017
|
"$type": "spacing",
|
|
7840
8018
|
"$value": "{post.device.spacing.padding.block.5}"
|
|
8019
|
+
},
|
|
8020
|
+
"start": {
|
|
8021
|
+
"$type": "spacing",
|
|
8022
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
8023
|
+
},
|
|
8024
|
+
"end": {
|
|
8025
|
+
"$type": "spacing",
|
|
8026
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7841
8027
|
}
|
|
7842
8028
|
},
|
|
7843
8029
|
"inline": {
|
|
@@ -7885,7 +8071,7 @@
|
|
|
7885
8071
|
"$value": "{post.core.border-style.dash}"
|
|
7886
8072
|
}
|
|
7887
8073
|
},
|
|
7888
|
-
"
|
|
8074
|
+
"standalone": {
|
|
7889
8075
|
"padding": {
|
|
7890
8076
|
"block": {
|
|
7891
8077
|
"$type": "spacing",
|
|
@@ -7919,7 +8105,7 @@
|
|
|
7919
8105
|
"inline": {
|
|
7920
8106
|
"end": {
|
|
7921
8107
|
"$type": "spacing",
|
|
7922
|
-
"$value": "{post.core.dimension.
|
|
8108
|
+
"$value": "{post.core.dimension.50}"
|
|
7923
8109
|
}
|
|
7924
8110
|
}
|
|
7925
8111
|
}
|
|
@@ -7951,25 +8137,21 @@
|
|
|
7951
8137
|
}
|
|
7952
8138
|
}
|
|
7953
8139
|
},
|
|
7954
|
-
"
|
|
8140
|
+
"assist": {
|
|
8141
|
+
"font-size": {
|
|
8142
|
+
"$type": "fontSizes",
|
|
8143
|
+
"$value": "{post.device.font-size.10}"
|
|
8144
|
+
}
|
|
8145
|
+
},
|
|
8146
|
+
"validated": {
|
|
7955
8147
|
"padding": {
|
|
7956
|
-
"
|
|
7957
|
-
"start": {
|
|
7958
|
-
"$type": "spacing",
|
|
7959
|
-
"$value": "{post.device.spacing.padding.block.29}"
|
|
7960
|
-
},
|
|
8148
|
+
"inline": {
|
|
7961
8149
|
"end": {
|
|
7962
8150
|
"$type": "spacing",
|
|
7963
|
-
"$value": "{post.
|
|
8151
|
+
"$value": "{post.core.dimension.48}"
|
|
7964
8152
|
}
|
|
7965
8153
|
}
|
|
7966
8154
|
}
|
|
7967
|
-
},
|
|
7968
|
-
"assist": {
|
|
7969
|
-
"font-size": {
|
|
7970
|
-
"$type": "fontSizes",
|
|
7971
|
-
"$value": "{post.device.font-size.10}"
|
|
7972
|
-
}
|
|
7973
8155
|
}
|
|
7974
8156
|
}
|
|
7975
8157
|
}
|
|
@@ -9007,6 +9189,10 @@
|
|
|
9007
9189
|
"fg": {
|
|
9008
9190
|
"$type": "color",
|
|
9009
9191
|
"$value": "{post.theme.color.palettes.default.fg}"
|
|
9192
|
+
},
|
|
9193
|
+
"bg-scheme": {
|
|
9194
|
+
"$type": "text",
|
|
9195
|
+
"$value": "{post.theme.palettes.bg-scheme.default}"
|
|
9010
9196
|
}
|
|
9011
9197
|
},
|
|
9012
9198
|
"alternate": {
|
|
@@ -9017,6 +9203,10 @@
|
|
|
9017
9203
|
"fg": {
|
|
9018
9204
|
"$type": "color",
|
|
9019
9205
|
"$value": "{post.theme.color.palettes.alternate.fg}"
|
|
9206
|
+
},
|
|
9207
|
+
"bg-scheme": {
|
|
9208
|
+
"$type": "text",
|
|
9209
|
+
"$value": "{post.theme.palettes.bg-scheme.alternate}"
|
|
9020
9210
|
}
|
|
9021
9211
|
},
|
|
9022
9212
|
"brand": {
|
|
@@ -9027,6 +9217,10 @@
|
|
|
9027
9217
|
"fg": {
|
|
9028
9218
|
"$type": "color",
|
|
9029
9219
|
"$value": "{post.theme.color.palettes.brand.fg}"
|
|
9220
|
+
},
|
|
9221
|
+
"bg-scheme": {
|
|
9222
|
+
"$type": "text",
|
|
9223
|
+
"$value": "{post.theme.palettes.bg-scheme.brand}"
|
|
9030
9224
|
}
|
|
9031
9225
|
},
|
|
9032
9226
|
"accent": {
|
|
@@ -9037,31 +9231,7 @@
|
|
|
9037
9231
|
"fg": {
|
|
9038
9232
|
"$type": "color",
|
|
9039
9233
|
"$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": {
|
|
9234
|
+
},
|
|
9065
9235
|
"bg-scheme": {
|
|
9066
9236
|
"$type": "text",
|
|
9067
9237
|
"$value": "{post.theme.palettes.bg-scheme.emphasis}"
|
|
@@ -9199,12 +9369,15 @@
|
|
|
9199
9369
|
"post.core.dimension.34": "04e2b51cb7030588d248f62e3abf6d234992d10e",
|
|
9200
9370
|
"post.core.dimension.36": "6e42dbdae5890500b12efbbf989c507a1b48d2ca",
|
|
9201
9371
|
"post.core.dimension.40": "60db40cf07a6b3e92bcf85edc80515fd7a09d8b9",
|
|
9372
|
+
"post.core.dimension.46": "74ac568dad40f8bbdc961bfdb314e71038fd7a5e",
|
|
9202
9373
|
"post.core.dimension.48": "3c99f33268fc1a0907c9c95feb818692b940f0df",
|
|
9374
|
+
"post.core.dimension.50": "8312fb2e184c7b79ae3cff18a147a2f337c7b235",
|
|
9203
9375
|
"post.core.dimension.56": "be606e2dbf04b756f087cf97628f7dcc88b4a25d",
|
|
9204
9376
|
"post.core.dimension.64": "45594761f6b08503e67e61fcfe9a3c12e8d09173",
|
|
9205
9377
|
"post.core.dimension.72": "59844434f8c6ee1e337ec215e3548e1d40daf045",
|
|
9206
9378
|
"post.core.dimension.78": "d8d6b0835a349a9dd8cbe65e95943de12d3a3a00",
|
|
9207
9379
|
"post.core.dimension.80": "1ed36d765c9681045964985247fa22284ce969b7",
|
|
9380
|
+
"post.core.dimension.82": "8049dec4f0860a0b206c65224d703a3f61135da8",
|
|
9208
9381
|
"post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
|
|
9209
9382
|
"post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
|
|
9210
9383
|
"post.core.dimension.112": "483e4eb70ead94af3bac5727f4021e10f46e6eaf",
|
|
@@ -9681,6 +9854,9 @@
|
|
|
9681
9854
|
"post.device.spacing.padding.block.24": "f686d2271f0067fa4db06c30ee1db53bd954d0ca",
|
|
9682
9855
|
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
9683
9856
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
9857
|
+
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
9858
|
+
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
9859
|
+
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
9684
9860
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
9685
9861
|
"post.device.spacing.padding.inline.5": "0d48e4a92e523fb69ae371e37c6ff79d6d255cc5",
|
|
9686
9862
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
@@ -9699,6 +9875,7 @@
|
|
|
9699
9875
|
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
9700
9876
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9701
9877
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
9878
|
+
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9702
9879
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
9703
9880
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
9704
9881
|
"post.device.sizing.interactive.button.icon.1": "a60381335e7c38cb7293af93f86fd98d00753df3",
|
|
@@ -9727,10 +9904,6 @@
|
|
|
9727
9904
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9728
9905
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9729
9906
|
"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
9907
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9735
9908
|
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9736
9909
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
@@ -9782,7 +9955,8 @@
|
|
|
9782
9955
|
"post.device.border-width.alternative2": "ee4d9dfc6effe80e3529f2cf085a3e3c60cdda30",
|
|
9783
9956
|
"post.device.border-width.alternative1": "3304b579ebb55075ec45251e69d38c803cecf378",
|
|
9784
9957
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
9785
|
-
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc"
|
|
9958
|
+
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
9959
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
9786
9960
|
}
|
|
9787
9961
|
},
|
|
9788
9962
|
{
|
|
@@ -9868,6 +10042,9 @@
|
|
|
9868
10042
|
"post.device.spacing.padding.block.25": "09b620493db7c3442861066bb6821bc16518846b",
|
|
9869
10043
|
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
9870
10044
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
10045
|
+
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10046
|
+
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
10047
|
+
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
9871
10048
|
"post.device.spacing.margin.1": "1f9ac7585069a5d9f5c14c65a08b6c658bc0a0a5",
|
|
9872
10049
|
"post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f",
|
|
9873
10050
|
"post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482",
|
|
@@ -9909,9 +10086,6 @@
|
|
|
9909
10086
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9910
10087
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9911
10088
|
"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
10089
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9916
10090
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9917
10091
|
"post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377",
|
|
@@ -9948,6 +10122,7 @@
|
|
|
9948
10122
|
"post.device.sizing.interactive.icon.size3": "2d6b0a326866829ebae61170bdd76c65456bd604",
|
|
9949
10123
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
9950
10124
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
10125
|
+
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9951
10126
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
9952
10127
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9953
10128
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
@@ -9961,7 +10136,7 @@
|
|
|
9961
10136
|
"post.device.grid.sizing.gutter": "c96f1602983aa56f2a1a13cbba9b908b06fd0e05",
|
|
9962
10137
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
9963
10138
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
9964
|
-
"post.device.
|
|
10139
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
9965
10140
|
}
|
|
9966
10141
|
},
|
|
9967
10142
|
{
|
|
@@ -10087,6 +10262,9 @@
|
|
|
10087
10262
|
"post.device.spacing.padding.block.25": "09b620493db7c3442861066bb6821bc16518846b",
|
|
10088
10263
|
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
10089
10264
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
10265
|
+
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10266
|
+
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
10267
|
+
"post.device.spacing.padding.block.30": "f22671807ba118b22495e0eb82d88eb98a47b3e2",
|
|
10090
10268
|
"post.device.spacing.margin.1": "1f9ac7585069a5d9f5c14c65a08b6c658bc0a0a5",
|
|
10091
10269
|
"post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f",
|
|
10092
10270
|
"post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482",
|
|
@@ -10106,6 +10284,7 @@
|
|
|
10106
10284
|
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
10107
10285
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
10108
10286
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
10287
|
+
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
10109
10288
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
10110
10289
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
10111
10290
|
"post.device.sizing.interactive.button.icon.1": "a60381335e7c38cb7293af93f86fd98d00753df3",
|
|
@@ -10143,11 +10322,8 @@
|
|
|
10143
10322
|
"post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
|
|
10144
10323
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
10145
10324
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10146
|
-
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10147
10325
|
"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"
|
|
10326
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
10151
10327
|
}
|
|
10152
10328
|
},
|
|
10153
10329
|
{
|
|
@@ -10473,7 +10649,8 @@
|
|
|
10473
10649
|
"Components/Accordion": "enabled",
|
|
10474
10650
|
"Components/Container": "enabled",
|
|
10475
10651
|
"Components/Floating button": "enabled",
|
|
10476
|
-
"Components/Blockquote": "enabled"
|
|
10652
|
+
"Components/Blockquote": "enabled",
|
|
10653
|
+
"Components/Search input": "enabled"
|
|
10477
10654
|
},
|
|
10478
10655
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
10479
10656
|
"$figmaModeId": "808:0",
|
|
@@ -10672,11 +10849,11 @@
|
|
|
10672
10849
|
"post.grid.gutter.md": "7d1d3b0ffd0f973df1455b0addd7edd6d4a9a148",
|
|
10673
10850
|
"post.grid.gutter.sm": "8cbc257669fa886554d3ec8976367eb2d1c64f90",
|
|
10674
10851
|
"post.grid.gutter.xs": "cb095450965e3eb35560d2ee9afee14da7543238",
|
|
10675
|
-
"post.grid.
|
|
10676
|
-
"post.grid.
|
|
10677
|
-
"post.grid.
|
|
10678
|
-
"post.grid.
|
|
10679
|
-
"post.grid.
|
|
10852
|
+
"post.grid.padding.xl": "a0941427502b638381a2a96f75850d0dccb0c0e7",
|
|
10853
|
+
"post.grid.padding.lg": "bd3682259dffed2a2fedb59efd7e882cdd8e2276",
|
|
10854
|
+
"post.grid.padding.md": "a34831a53f06e84a574e6c960511c78d5cc1790d",
|
|
10855
|
+
"post.grid.padding.sm": "b69e811ae4854fed0ef53f5ccbaf57daeeff407b",
|
|
10856
|
+
"post.grid.padding.xs": "ca98cb9916a8d625ceb1d0cf79a9cb8f3d4c0d1b",
|
|
10680
10857
|
"post.grid.max-width": "2a1752769b46f42590f2f73e8cdb7c4629ecf4fd",
|
|
10681
10858
|
"post.dropdown.multi-select.menu.category-title.padding.block.outer": "ee99f5a05a5b1c84a69b677a1834d61fead11820",
|
|
10682
10859
|
"post.dropdown.multi-select.menu.category-title.padding.block.inner": "0c237bda42bc614b0d40c3063b8cd837f6764301",
|
|
@@ -10887,6 +11064,12 @@
|
|
|
10887
11064
|
"post.radio-button.padding.block.group": "990db7096901d16ae10b01800015dece8805bd03",
|
|
10888
11065
|
"post.radio-button.group.legend.font-size": "173ff3bf123931fc8325fe9156404613a57b8b78",
|
|
10889
11066
|
"post.radio-button.label.padding.block": "9aa1af7161cf43024101355d41b51c12692a6bf9",
|
|
11067
|
+
"post.input.search.empty.padding.inline.end": "e70b768b95376204e19e261a61b1bc761ac39083",
|
|
11068
|
+
"post.input.search.filled.padding.inline.end": "fc1c21cef2c0bf8b7efde33fbdd0443959959017",
|
|
11069
|
+
"post.input.search.filled.gap.icon": "4a7f60bd60790adddd665872030cf248db42282a",
|
|
11070
|
+
"post.input.search.label.empty.padding.inline.end": "86ee6eb34d947957e558ec6f2eff1c74e350412e",
|
|
11071
|
+
"post.input.search.label.filled.padding.inline.end": "374f2471e81aba44b09a6f6f31f51b47ce87d9a8",
|
|
11072
|
+
"post.input.search.icon.border-radius": "cd54dafcf43f1524a4759289263baffa23699e17",
|
|
10890
11073
|
"post.button-segmented.horizontal.border-radius": "fd01f5b8308c2c2826717c59169509fa33da4431",
|
|
10891
11074
|
"post.button-segmented.vertical.border-radius": "bb62d30e7b32d7c62d6a825888a8248af47f3532",
|
|
10892
11075
|
"post.button-segmented.selected-fg": "23623d928ead25f0bcf0b42baed2bfdf8345daad",
|
|
@@ -10905,33 +11088,43 @@
|
|
|
10905
11088
|
"post.button-segmented.margin": "c9450d8eb85705ec1378cc12d2dc11d82292d638",
|
|
10906
11089
|
"post.button-segmented.font-weight": "69d85273017f04e159d299c17472222c517f3570",
|
|
10907
11090
|
"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.
|
|
11091
|
+
"post.select.color.enabled-bg": "fa440a8c0c4aff17eb22d3a6674f3c899204258c",
|
|
11092
|
+
"post.select.color.enabled-fg": "ff277040a37a4e42488b506e18a40dde1428c52a",
|
|
11093
|
+
"post.select.color.hover-bg": "9339c5e5cf420941a1738b1678fa9f616f5367ae",
|
|
11094
|
+
"post.select.color.hover-fg": "7680414f7530276c4f1031189c8fe57796fb5669",
|
|
11095
|
+
"post.select.color.disabled-bg": "a425a9c276ab723144423543281ac639d08587b9",
|
|
11096
|
+
"post.select.color.disabled-fg": "4b57c8f1d0fbf7b075ddd30176f7c5e74cf31fb1",
|
|
11097
|
+
"post.select.color.selected-bg": "af75cbe2dcf5be14484c2773014118d18a925390",
|
|
11098
|
+
"post.select.color.selected-fg": "30b850fd990243f44553f160cf556c79c073171b",
|
|
11099
|
+
"post.select.color.helptext-fg": "c69cbb5824f4369ba6e3f29a2ad86ed39d482823",
|
|
11100
|
+
"post.select.color.enabled-border": "bda0e371acf1a606d96a0fd2831773ec0211e005",
|
|
11101
|
+
"post.select.color.hover-border": "a6a650dce51aa0748b79abdc0be5ba8b7ebf5d13",
|
|
11102
|
+
"post.select.color.disabled-border": "68bd4b209dc605777d377dbf0d588380ffe1d794",
|
|
11103
|
+
"post.select.color.selected-border": "e6a13b5b847e3701281ad48dbab01a322c8bc05e",
|
|
11104
|
+
"post.select.color.signal.error": "204af1fe03c5364690167bbc02789bfa4e4452bc",
|
|
11105
|
+
"post.select.color.signal.success": "6623b2c94701e85e1928a14061ea14a4202a79e3",
|
|
11106
|
+
"post.select.gap.inline.icon": "3409366bd6aa4a842f82866e8bf54c453dcf268e",
|
|
11107
|
+
"post.select.padding.block.assist": "9881d3877ac2414beaaa89170d43800c15709bca",
|
|
11108
|
+
"post.select.padding.inline.start": "d5107891864d989f126bfd2663b56c6e6f4f10ea",
|
|
11109
|
+
"post.select.padding.inline.end": "132024fa60bd3588e7ef643521f685966de4ace8",
|
|
11110
|
+
"post.select.padding.inline.assist": "cb2a019b36d61275fef6e9b96c8e13166a365bd8",
|
|
11111
|
+
"post.select.sizing.icon": "6fa915c04cc965f71ceae8cd638433724d7b2ffa",
|
|
11112
|
+
"post.select.sizing.height": "bcd5eb01743436062caf7933c222b2f6926f3d1c",
|
|
11113
|
+
"post.select.border-radius": "930859c17344e36a2cbf9d7065cf452012c5a9a0",
|
|
11114
|
+
"post.select.border-width": "bbab438460b94dab122e2ac90839a702ccf6c13d",
|
|
11115
|
+
"post.select.empty.padding.block": "304bcb24db24b967485cbf71296de06f6b7341f8",
|
|
11116
|
+
"post.select.label.empty.padding.block.start": "06d604e204b8c63731949f9c5fd7397386dce384",
|
|
11117
|
+
"post.select.label.empty.padding.inline.start": "350e9964e6c92ebab939f8a5d0b7dbcc0e49bf46",
|
|
11118
|
+
"post.select.label.empty.padding.inline.end": "9f0ae7f522f3aaf15578fa8bdf46dda00466d7e1",
|
|
11119
|
+
"post.select.label.validated.padding.inline.end": "91daf9ce577abd67cbfca00ce05c613e7a57a85f",
|
|
11120
|
+
"post.select.label.filled.padding.block.start": "c8703e31d8d31ec91dc9497e110b99cc28c1258c",
|
|
11121
|
+
"post.select.label.filled.font-size": "1041da45c259c220bfec519b08f013b300c1f895",
|
|
11122
|
+
"post.select.validation.icon.position.inline.end": "9dec705e5a6d9230a48fda0043be9f9dca656da0",
|
|
11123
|
+
"post.select.filled.padding.block.start": "0d09d05449a76483db2bf6d18a0a0c820862cc5c",
|
|
11124
|
+
"post.select.filled.padding.block.end": "67180c3f212782a048ca51641391f348cf0f4a4e",
|
|
11125
|
+
"post.select.assist.font-size": "a4d8972a26c2d337c07dc81210a16b599d6805bb",
|
|
11126
|
+
"post.select.validated.padding.inline.end": "48f6ba30b74b980ac4d25c7c36185a2e637ccdcc",
|
|
11127
|
+
"post.select.icon.position.inline.end": "64418774bec0b29d2b36ffc65da2afc3848d4a8a",
|
|
10935
11128
|
"post.snackbar.spacing.gap.outer": "7e8a675dac556b5203604a1cef9b818396aab532",
|
|
10936
11129
|
"post.snackbar.spacing.padding.inline": "d89944e7e183261eb283eec69ecb4e35dbc6c718",
|
|
10937
11130
|
"post.snackbar.spacing.padding.block": "c7aa17bb7d398a3d5d306c986f3195a79a98afdb",
|
|
@@ -11011,27 +11204,15 @@
|
|
|
11011
11204
|
"post.textarea.hover-fg": "36fedbd25c535cb3345adff3b1d0f5f2b8f08530",
|
|
11012
11205
|
"post.textarea.disabled-bg": "361f61362bd0582eaacf1bbb02895c24f5a6d150",
|
|
11013
11206
|
"post.textarea.disabled-fg": "92713df6f06a26fceed85d92a67c1673ca4524dd",
|
|
11014
|
-
"post.textarea.selected-bg": "f3f3f1c5f9b0383157593f01ac1a26829c31e89f",
|
|
11015
|
-
"post.textarea.selected-fg": "209335b302e43aa38e47a58f9e81bbed3cb5b2f0",
|
|
11016
11207
|
"post.textarea.enabled-border": "976a32251ad1d4b6d678e1c7f7ea81a5e91622a5",
|
|
11017
11208
|
"post.textarea.hover-border": "5d946ceaa0e2efbcab19124583ece0f60ec852d6",
|
|
11018
11209
|
"post.textarea.disabled-border": "28993c9b0c485cf60e450e52b82c4339b42d6284",
|
|
11019
|
-
"post.textarea.selected-stroke": "cf74c23243f5c295529e5c271ae6e28ee94979d3",
|
|
11020
|
-
"post.textarea.spacing.gap.inline.1": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
11021
|
-
"post.textarea.spacing.padding.block.text-assist": "fd897dc4473aaf02dcb64a89eea49eac6b57b5e1",
|
|
11022
|
-
"post.textarea.spacing.padding.block.textarea-top": "0ac5923f6f932a23a804931b91fe1b9f1826654f",
|
|
11023
|
-
"post.textarea.spacing.padding.inline.text-assist": "604885a8bec38c3de5690356837dbd20d0901a25",
|
|
11024
11210
|
"post.textarea.padding.block.empty": "865d08d100de52d4423d06ee3bb82937b4d4e8ca",
|
|
11025
|
-
"post.textarea.padding.block.start.filled": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
11026
|
-
"post.textarea.padding.block.end.filled": "79be2587ab4bc6dee6f4b7efa90bcc90d88a7859",
|
|
11027
11211
|
"post.textarea.padding.inline.start": "2a877a58bc4473993bedc28d4173c8a24aaedd85",
|
|
11028
11212
|
"post.textarea.padding.inline.end": "9dbc4fc8ea6184a3eeba4f71c5d6d333c689fc19",
|
|
11029
11213
|
"post.textarea.sizing.icon": "f1321b62580dd4cab2df1e4ef5fe5c3384a4e68e",
|
|
11030
11214
|
"post.textarea.border-radius": "820ccb86ff7bca1eb9bef3fb4b560347bf7b34b4",
|
|
11031
11215
|
"post.textarea.border-width": "450b1ae1cc109be2ba668995841c9baef51da390",
|
|
11032
|
-
"post.textarea.label.padding.inline.start.empty": "47e25f74cfd469a7a00dc1c5533a516c714cacc6",
|
|
11033
|
-
"post.textarea.label.padding.inline.end.empty": "91abca78cb4068628010f830f5a937f9a06d3e42",
|
|
11034
|
-
"post.textarea.label.padding.block.start.empty": "9549b3c9ee69c1bb1f40c39f54dceb6c75556347",
|
|
11035
11216
|
"post.text-highlighted.bg": "27774fb04cb78f58f13895b833a4851be7e3486b",
|
|
11036
11217
|
"post.text-highlighted.fg": "8416d4e5337654acf592f5345f7c151d3cd63a4d",
|
|
11037
11218
|
"post.text-highlighted.padding.text": "e5e01d5010f1a45ce796d305a526ce01fa5d7a7b",
|
|
@@ -11046,27 +11227,31 @@
|
|
|
11046
11227
|
"post.input.color.selected-bg": "8bd7235f1399a9bc166130edce1af72427cfb8ed",
|
|
11047
11228
|
"post.input.color.selected-fg": "1ae0d7346c71e3c28fd3ebe05123a3ea04b3fbe6",
|
|
11048
11229
|
"post.input.color.helptext-fg": "cc1db7dbc95596ee0f941b44c4b55712ba6625e2",
|
|
11230
|
+
"post.input.color.enabled-border": "e8fb5159e5c020c2919c12ad157578d1083b1cc2",
|
|
11231
|
+
"post.input.color.hover-border": "5a5615016cc59292e11a683669369db7182dafb9",
|
|
11232
|
+
"post.input.color.disabled-border": "c65628869cf318afba36f149d035a6ad6291e0d3",
|
|
11233
|
+
"post.input.color.selected-border": "cd6d5766d9f136e44719c7a28eb250c545556c35",
|
|
11049
11234
|
"post.input.color.signal.error": "7ddc0bfe846c295b5a215c45e423a2fdddf6959a",
|
|
11050
11235
|
"post.input.color.signal.success": "0157a5c40c9a4eb6f87cfddd9a5c3f3a8a67282e",
|
|
11051
11236
|
"post.input.gap.inline.1": "ea0f287f910901d9a2754175427d33874636908d",
|
|
11052
11237
|
"post.input.gap.inline.2": "e17ec3bfeef8ad59d33f8ed4028bcbeffb3c2e65",
|
|
11238
|
+
"post.input.padding.block.assist": "74fa0091e635d194f2726e8a49d63029f797d7b1",
|
|
11053
11239
|
"post.input.padding.inline.start": "95d346d8cf0d15d92cbb0d838ad1d21e2196d909",
|
|
11054
11240
|
"post.input.padding.inline.end": "251080d245b6ce91ef6947cedb9d8710871c1e45",
|
|
11241
|
+
"post.input.padding.inline.assist": "e265e8a8f1e63ac91a7c044560f1c84736e1167f",
|
|
11055
11242
|
"post.input.sizing.icon": "d8468d53a31f1ff5e298f2e6783a215bc1a9902c",
|
|
11243
|
+
"post.input.sizing.height": "82cf75a7b82a124c9b1d42cdbc0e9e84e3b11b9b",
|
|
11056
11244
|
"post.input.border-radius.surface": "d06c0dd30f742b0d6cd4cbddcf2ee20dc059be64",
|
|
11057
11245
|
"post.input.border-width": "1ade7245040a677b64153d2cdf6651fcea38bf0e",
|
|
11058
|
-
"post.input.empty.padding.block": "5e8222cbe4c364dc01d3f3a4bdc58faa38f2056c",
|
|
11059
11246
|
"post.input.label.empty.padding.block.start": "d62b407bf1b5948a054a4f578b2cddaeb4c37c34",
|
|
11060
11247
|
"post.input.label.empty.padding.inline.start": "b51731dc964c610165cf1ae964d243ad78df81e5",
|
|
11061
11248
|
"post.input.label.empty.padding.inline.end": "3717013c982ae87b4a055205377945bfd6f49e68",
|
|
11062
11249
|
"post.input.label.validated.padding.inline.end": "e48ddec27eff926626a3b10a7861ec56e487e335",
|
|
11063
|
-
"post.input.validation.icon.position.inline.end": "b57f1666c23edfb6f677c04e41bc20ebaae726cc",
|
|
11064
|
-
"post.input.filled.padding.block.start": "2924bedf122ccb4ab278a3ce28e06a8337c84059",
|
|
11065
|
-
"post.input.filled.padding.block.end": "66ffd33591a7dcb8d7d81b4a9ceb90cb563652d2",
|
|
11066
11250
|
"post.input.label.filled.padding.block.start": "25bb881879bcfa6f8fc16fbda7cd5164a5083252",
|
|
11067
|
-
"post.input.sizing.height": "82cf75a7b82a124c9b1d42cdbc0e9e84e3b11b9b",
|
|
11068
11251
|
"post.input.label.filled.font-size": "a12f8c5b97bd1f6bf59bf7da851dba7386e1396e",
|
|
11252
|
+
"post.input.validation.icon.position.inline.end": "b57f1666c23edfb6f677c04e41bc20ebaae726cc",
|
|
11069
11253
|
"post.input.assist.font-size": "69317593d3b185baf0fb132ac414e643e3c95ae1",
|
|
11254
|
+
"post.input.validated.padding.inline.end": "a892b10633064c89193e455bb6d5c8b853b195b1",
|
|
11070
11255
|
"post.toast.spacing.padding.action": "7b789908238cacf3f7c6b327401296ec0a1da28c",
|
|
11071
11256
|
"post.toast.spacing.padding.inline": "014e44c5cc1c44d944c9d6df6c213c429f99c76d",
|
|
11072
11257
|
"post.toast.spacing.padding.block": "8588d5bd126b4227934aec9c655f6dbcb10a84b7",
|
|
@@ -11111,12 +11296,18 @@
|
|
|
11111
11296
|
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
|
|
11112
11297
|
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
|
|
11113
11298
|
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f",
|
|
11114
|
-
"post.
|
|
11115
|
-
"post.
|
|
11116
|
-
"post.
|
|
11117
|
-
"post.
|
|
11118
|
-
"post.
|
|
11119
|
-
"post.
|
|
11299
|
+
"post.textarea.padding.block.assist": "fd897dc4473aaf02dcb64a89eea49eac6b57b5e1",
|
|
11300
|
+
"post.textarea.padding.inline.assist": "604885a8bec38c3de5690356837dbd20d0901a25",
|
|
11301
|
+
"post.textarea.padding.block.textarea-top": "0ac5923f6f932a23a804931b91fe1b9f1826654f",
|
|
11302
|
+
"post.textarea.gap.inline": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
11303
|
+
"post.textarea.label.empty.padding.inline.start": "47e25f74cfd469a7a00dc1c5533a516c714cacc6",
|
|
11304
|
+
"post.textarea.label.empty.padding.block.start": "9549b3c9ee69c1bb1f40c39f54dceb6c75556347",
|
|
11305
|
+
"post.textarea.label.empty.padding.inline.end": "91abca78cb4068628010f830f5a937f9a06d3e42",
|
|
11306
|
+
"post.textarea.filled.padding.block.start": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
11307
|
+
"post.textarea.filled.padding.block.end": "79be2587ab4bc6dee6f4b7efa90bcc90d88a7859",
|
|
11308
|
+
"post.input.standalone.padding.block": "5e8222cbe4c364dc01d3f3a4bdc58faa38f2056c",
|
|
11309
|
+
"post.input.padding.block.start": "2924bedf122ccb4ab278a3ce28e06a8337c84059",
|
|
11310
|
+
"post.input.padding.block.end": "66ffd33591a7dcb8d7d81b4a9ceb90cb563652d2"
|
|
11120
11311
|
}
|
|
11121
11312
|
},
|
|
11122
11313
|
{
|
|
@@ -11191,6 +11382,8 @@
|
|
|
11191
11382
|
"$figmaVariableReferences": {
|
|
11192
11383
|
"post.theme.palettes.bg-scheme.brand": "ac9cc556351b9d9b72ce01e166e148b74b25de3f",
|
|
11193
11384
|
"post.theme.palettes.bg-scheme.emphasis": "f37d68c8d5ee579997a1a1b403162484c8cff869",
|
|
11385
|
+
"post.theme.palettes.bg-scheme.default": "9504f02cdfa20b1afd02c21b95c5e8753ac50340",
|
|
11386
|
+
"post.theme.palettes.bg-scheme.alternate": "bb955dc5c7061bd23cb6c735b2d5f01b727625d0",
|
|
11194
11387
|
"post.theme.color.palettes.default.bg": "dc69a147a83c9da5d6b52a3e1999082ac7405009",
|
|
11195
11388
|
"post.theme.color.palettes.default.fg": "17e7f1199980448c9e431b59ac934c0ef11c5e1b",
|
|
11196
11389
|
"post.theme.color.palettes.alternate.bg": "47e0f61a01f52edc65e7fcfb6ba1237495959eb2",
|
|
@@ -11198,9 +11391,7 @@
|
|
|
11198
11391
|
"post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
|
|
11199
11392
|
"post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
|
|
11200
11393
|
"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"
|
|
11394
|
+
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d"
|
|
11204
11395
|
}
|
|
11205
11396
|
},
|
|
11206
11397
|
{
|
|
@@ -11282,16 +11473,16 @@
|
|
|
11282
11473
|
"$figmaVariableReferences": {
|
|
11283
11474
|
"post.palettes.color.default.bg": "5f2f435ea49163621af38ad9798447b33aad773f",
|
|
11284
11475
|
"post.palettes.color.default.fg": "80efe4f04b5e45d5cc9e52ae9c3e8dda513be416",
|
|
11476
|
+
"post.palettes.color.default.bg-scheme": "bffc748a647519df3ac363c7689959d519e20c12",
|
|
11285
11477
|
"post.palettes.color.alternate.bg": "6aafe2ec830a8e40b6527e4e7ce747020c52fd5c",
|
|
11286
11478
|
"post.palettes.color.alternate.fg": "c153f71f5f8d3f3764c30f8c0a48bdbdabc6a315",
|
|
11479
|
+
"post.palettes.color.alternate.bg-scheme": "35ca2ec5aa7df847d668c0794c39418031aa4af3",
|
|
11287
11480
|
"post.palettes.color.brand.bg": "f7dc423347aa56d02ae018041c30012f0f03f705",
|
|
11288
11481
|
"post.palettes.color.brand.fg": "2993fc79c7cb6c8e21304ce9402f982c307b3ef5",
|
|
11482
|
+
"post.palettes.color.brand.bg-scheme": "6ab3cbe158c483c535915d83468581ba23976c37",
|
|
11289
11483
|
"post.palettes.color.accent.bg": "bebb902555f6fd7e56bb27beb353c67b57c67300",
|
|
11290
11484
|
"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"
|
|
11485
|
+
"post.palettes.color.accent.bg-scheme": "4447066e00815b7cb14e6f681a879db7a1ef4d15"
|
|
11295
11486
|
},
|
|
11296
11487
|
"$figmaCollectionId": "VariableCollectionId:6959:10217",
|
|
11297
11488
|
"$figmaModeId": "6959:0"
|
|
@@ -11338,6 +11529,7 @@
|
|
|
11338
11529
|
"Components/Notifications",
|
|
11339
11530
|
"Components/Popover",
|
|
11340
11531
|
"Components/Radio button",
|
|
11532
|
+
"Components/Search input",
|
|
11341
11533
|
"Components/Segmented button",
|
|
11342
11534
|
"Components/Select",
|
|
11343
11535
|
"Components/Snackbar",
|