@adobe/spectrum-tokens 12.0.0-beta.52 → 12.0.0-beta.53

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 CHANGED
@@ -1,6 +1,7 @@
1
- # [12.0.0-beta.52](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.51...v12.0.0-beta.52) (2022-09-14)
1
+ # [12.0.0-beta.53](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.52...v12.0.0-beta.53) (2022-10-05)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * update dependencies, remove unused ones ([#64](https://github.com/adobe/spectrum-tokens/issues/64)) ([b3e804f](https://github.com/adobe/spectrum-tokens/commit/b3e804f0e9645c7a827ea3846e4457cafedf0155))
6
+ * .releaserc config updated to treat beta as a release branch ([12cffee](https://github.com/adobe/spectrum-tokens/commit/12cffee80c10771762c8f144096d302ade22598c))
7
+ * .releaserc config updated to treat beta as a release branch] ([8f54fa5](https://github.com/adobe/spectrum-tokens/commit/8f54fa525210d1d915d22b5ff39f8f218b243708))
@@ -30,7 +30,7 @@
30
30
  "accent-color-700": "rgb(56, 146, 243)",
31
31
  "accent-color-800": "rgb(20, 122, 243)",
32
32
  "accent-color-900": "rgb(2, 101, 220)",
33
- "accent-content-color": "rgb(2, 101, 220)",
33
+ "accent-content-color-default": "rgb(2, 101, 220)",
34
34
  "accent-content-color-down": "rgb(0, 68, 145)",
35
35
  "accent-content-color-hover": "rgb(0, 84, 182)",
36
36
  "accent-content-color-key-focus": "rgb(0, 84, 182)",
@@ -116,7 +116,6 @@
116
116
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
117
117
  "drop-shadow-color": "rgba(0, 0, 0, 0.15)",
118
118
  "focus-indicator-color": "rgb(20, 122, 243)",
119
- "focus-ring-color": "rgb(20, 122, 243)",
120
119
  "fuchsia-100": "rgb(255, 233, 252)",
121
120
  "fuchsia-1000": "rgb(157, 3, 158)",
122
121
  "fuchsia-1100": "rgb(128, 0, 129)",
@@ -219,6 +218,10 @@
219
218
  "negative-background-color-down": "rgb(147, 0, 0)",
220
219
  "negative-background-color-hover": "rgb(180, 0, 0)",
221
220
  "negative-background-color-key-focus": "rgb(180, 0, 0)",
221
+ "negative-border-color-default": "rgb(211, 21, 16)",
222
+ "negative-border-color-down": "rgb(147, 0, 0)",
223
+ "negative-border-color-hover": "rgb(180, 0, 0)",
224
+ "negative-border-color-key-focus": "rgb(180, 0, 0)",
222
225
  "negative-color-100": "rgb(255, 235, 231)",
223
226
  "negative-color-1000": "rgb(180, 0, 0)",
224
227
  "negative-color-1100": "rgb(147, 0, 0)",
@@ -233,7 +236,7 @@
233
236
  "negative-color-700": "rgb(247, 92, 70)",
234
237
  "negative-color-800": "rgb(234, 56, 41)",
235
238
  "negative-color-900": "rgb(211, 21, 16)",
236
- "negative-content-color": "rgb(211, 21, 16)",
239
+ "negative-content-color-default": "rgb(211, 21, 16)",
237
240
  "negative-content-color-down": "rgb(147, 0, 0)",
238
241
  "negative-content-color-hover": "rgb(180, 0, 0)",
239
242
  "negative-content-color-key-focus": "rgb(180, 0, 0)",
@@ -355,8 +358,13 @@
355
358
  "seafoam-900": "rgb(0, 119, 114)",
356
359
  "seafoam-background-color-default": "rgb(0, 119, 114)",
357
360
  "seafoam-visual-color": "rgb(0, 161, 154)",
358
- "static-black-focus-ring-color": "rgb(0, 0, 0)",
359
- "static-white-focus-ring-color": "rgb(255, 255, 255)",
361
+ "slider-handle-gap": "4px",
362
+ "slider-track-thickness": "2px",
363
+ "static-black-focus-indicator-color": "rgb(0, 0, 0)",
364
+ "static-white-focus-indicator-color": "rgb(255, 255, 255)",
365
+ "swatch-border-color": "rgb(0, 0, 0)",
366
+ "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
367
+ "transparent-black-100": "rgba(0, 0, 0, 0)",
360
368
  "transparent-black-200": "rgba(0, 0, 0, 0.10)",
361
369
  "transparent-black-300": "rgba(0, 0, 0, 0.25)",
362
370
  "transparent-black-400": "rgba(0, 0, 0, 0.40)",
@@ -365,6 +373,7 @@
365
373
  "transparent-black-700": "rgba(0, 0, 0, 0.80)",
366
374
  "transparent-black-800": "rgba(0, 0, 0, 0.90)",
367
375
  "transparent-black-900": "rgb(0, 0, 0)",
376
+ "transparent-white-100": "rgba(255, 255, 255, 0)",
368
377
  "transparent-white-200": "rgba(255, 255, 255, 0.10)",
369
378
  "transparent-white-300": "rgba(255, 255, 255, 0.25)",
370
379
  "transparent-white-400": "rgba(255, 255, 255, 0.40)",
@@ -410,7 +419,7 @@
410
419
  "accent-color-700": "rgb(52, 143, 244)",
411
420
  "accent-color-800": "rgb(84, 163, 246)",
412
421
  "accent-color-900": "rgb(114, 183, 249)",
413
- "accent-content-color": "rgb(114, 183, 249)",
422
+ "accent-content-color-default": "rgb(114, 183, 249)",
414
423
  "accent-content-color-down": "rgb(174, 219, 254)",
415
424
  "accent-content-color-hover": "rgb(143, 202, 252)",
416
425
  "accent-content-color-key-focus": "rgb(143, 202, 252)",
@@ -496,7 +505,6 @@
496
505
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
497
506
  "drop-shadow-color": "rgba(0, 0, 0, 0.50)",
498
507
  "focus-indicator-color": "rgb(84, 163, 246)",
499
- "focus-ring-color": "rgb(84, 163, 246)",
500
508
  "fuchsia-100": "rgb(107, 3, 106)",
501
509
  "fuchsia-1000": "rgb(250, 168, 245)",
502
510
  "fuchsia-1100": "rgb(254, 194, 248)",
@@ -599,6 +607,10 @@
599
607
  "negative-background-color-down": "rgb(165, 0, 0)",
600
608
  "negative-background-color-hover": "rgb(190, 4, 3)",
601
609
  "negative-background-color-key-focus": "rgb(190, 4, 3)",
610
+ "negative-border-color-default": "rgb(255, 149, 129)",
611
+ "negative-border-color-down": "rgb(255, 201, 189)",
612
+ "negative-border-color-hover": "rgb(255, 176, 161)",
613
+ "negative-border-color-key-focus": "rgb(255, 176, 161)",
602
614
  "negative-color-100": "rgb(123, 0, 0)",
603
615
  "negative-color-1000": "rgb(255, 176, 161)",
604
616
  "negative-color-1100": "rgb(255, 201, 189)",
@@ -613,7 +625,7 @@
613
625
  "negative-color-700": "rgb(246, 88, 67)",
614
626
  "negative-color-800": "rgb(255, 117, 94)",
615
627
  "negative-color-900": "rgb(255, 149, 129)",
616
- "negative-content-color": "rgb(255, 149, 129)",
628
+ "negative-content-color-default": "rgb(255, 149, 129)",
617
629
  "negative-content-color-down": "rgb(255, 201, 189)",
618
630
  "negative-content-color-hover": "rgb(255, 176, 161)",
619
631
  "negative-content-color-key-focus": "rgb(255, 176, 161)",
@@ -735,8 +747,13 @@
735
747
  "seafoam-900": "rgb(54, 197, 189)",
736
748
  "seafoam-background-color-default": "rgb(0, 158, 152)",
737
749
  "seafoam-visual-color": "rgb(3, 178, 171)",
738
- "static-black-focus-ring-color": "rgb(0, 0, 0)",
739
- "static-white-focus-ring-color": "rgb(255, 255, 255)",
750
+ "slider-handle-gap": "4px",
751
+ "slider-track-thickness": "2px",
752
+ "static-black-focus-indicator-color": "rgb(0, 0, 0)",
753
+ "static-white-focus-indicator-color": "rgb(255, 255, 255)",
754
+ "swatch-border-color": "rgb(255, 255, 255)",
755
+ "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
756
+ "transparent-black-100": "rgba(0, 0, 0, 0)",
740
757
  "transparent-black-200": "rgba(0, 0, 0, 0.10)",
741
758
  "transparent-black-300": "rgba(0, 0, 0, 0.25)",
742
759
  "transparent-black-400": "rgba(0, 0, 0, 0.40)",
@@ -745,6 +762,7 @@
745
762
  "transparent-black-700": "rgba(0, 0, 0, 0.80)",
746
763
  "transparent-black-800": "rgba(0, 0, 0, 0.90)",
747
764
  "transparent-black-900": "rgb(0, 0, 0)",
765
+ "transparent-white-100": "rgba(255, 255, 255, 0)",
748
766
  "transparent-white-200": "rgba(255, 255, 255, 0.10)",
749
767
  "transparent-white-300": "rgba(255, 255, 255, 0.25)",
750
768
  "transparent-white-400": "rgba(255, 255, 255, 0.40)",
@@ -790,7 +808,7 @@
790
808
  "accent-color-700": "rgb(29, 128, 245)",
791
809
  "accent-color-800": "rgb(64, 150, 243)",
792
810
  "accent-color-900": "rgb(94, 170, 247)",
793
- "accent-content-color": "rgb(94, 170, 247)",
811
+ "accent-content-color-default": "rgb(94, 170, 247)",
794
812
  "accent-content-color-down": "rgb(152, 206, 253)",
795
813
  "accent-content-color-hover": "rgb(124, 189, 250)",
796
814
  "accent-content-color-key-focus": "rgb(124, 189, 250)",
@@ -876,7 +894,6 @@
876
894
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
877
895
  "drop-shadow-color": "rgba(0, 0, 0, 0.80)",
878
896
  "focus-indicator-color": "rgb(64, 150, 243)",
879
- "focus-ring-color": "rgb(64, 150, 243)",
880
897
  "fuchsia-100": "rgb(70, 14, 68)",
881
898
  "fuchsia-1000": "rgb(246, 149, 243)",
882
899
  "fuchsia-1100": "rgb(251, 175, 246)",
@@ -979,6 +996,10 @@
979
996
  "negative-background-color-down": "rgb(167, 0, 0)",
980
997
  "negative-background-color-hover": "rgb(196, 7, 6)",
981
998
  "negative-background-color-key-focus": "rgb(196, 7, 6)",
999
+ "negative-border-color-default": "rgb(255, 129, 107)",
1000
+ "negative-border-color-down": "rgb(255, 183, 169)",
1001
+ "negative-border-color-hover": "rgb(255, 158, 140)",
1002
+ "negative-border-color-key-focus": "rgb(255, 158, 140)",
982
1003
  "negative-color-100": "rgb(87, 0, 0)",
983
1004
  "negative-color-1000": "rgb(255, 158, 140)",
984
1005
  "negative-color-1100": "rgb(255, 183, 169)",
@@ -993,7 +1014,7 @@
993
1014
  "negative-color-700": "rgb(238, 67, 49)",
994
1015
  "negative-color-800": "rgb(249, 99, 76)",
995
1016
  "negative-color-900": "rgb(255, 129, 107)",
996
- "negative-content-color": "rgb(255, 129, 107)",
1017
+ "negative-content-color-default": "rgb(255, 129, 107)",
997
1018
  "negative-content-color-down": "rgb(255, 183, 169)",
998
1019
  "negative-content-color-hover": "rgb(255, 158, 140)",
999
1020
  "negative-content-color-key-focus": "rgb(255, 158, 140)",
@@ -1115,8 +1136,13 @@
1115
1136
  "seafoam-900": "rgb(26, 185, 178)",
1116
1137
  "seafoam-background-color-default": "rgb(0, 146, 140)",
1117
1138
  "seafoam-visual-color": "rgb(0, 165, 159)",
1118
- "static-black-focus-ring-color": "rgb(0, 0, 0)",
1119
- "static-white-focus-ring-color": "rgb(255, 255, 255)",
1139
+ "slider-handle-gap": "4px",
1140
+ "slider-track-thickness": "2px",
1141
+ "static-black-focus-indicator-color": "rgb(0, 0, 0)",
1142
+ "static-white-focus-indicator-color": "rgb(255, 255, 255)",
1143
+ "swatch-border-color": "rgb(255, 255, 255)",
1144
+ "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
1145
+ "transparent-black-100": "rgba(0, 0, 0, 0)",
1120
1146
  "transparent-black-200": "rgba(0, 0, 0, 0.10)",
1121
1147
  "transparent-black-300": "rgba(0, 0, 0, 0.25)",
1122
1148
  "transparent-black-400": "rgba(0, 0, 0, 0.40)",
@@ -1125,6 +1151,7 @@
1125
1151
  "transparent-black-700": "rgba(0, 0, 0, 0.80)",
1126
1152
  "transparent-black-800": "rgba(0, 0, 0, 0.90)",
1127
1153
  "transparent-black-900": "rgb(0, 0, 0)",
1154
+ "transparent-white-100": "rgba(255, 255, 255, 0)",
1128
1155
  "transparent-white-200": "rgba(255, 255, 255, 0.10)",
1129
1156
  "transparent-white-300": "rgba(255, 255, 255, 0.25)",
1130
1157
  "transparent-white-400": "rgba(255, 255, 255, 0.40)",
@@ -1177,6 +1204,10 @@
1177
1204
  "border-width-100": "1px",
1178
1205
  "border-width-200": "2px",
1179
1206
  "button-minimum-width-multiplier": "2.25",
1207
+ "character-count-to-field-quiet-extra-large": "-4px",
1208
+ "character-count-to-field-quiet-large": "-3px",
1209
+ "character-count-to-field-quiet-medium": "-3px",
1210
+ "character-count-to-field-quiet-small": "-3px",
1180
1211
  "checkbox-control-size-extra-large": "18px",
1181
1212
  "checkbox-control-size-large": "16px",
1182
1213
  "checkbox-control-size-medium": "14px",
@@ -1199,6 +1230,11 @@
1199
1230
  "code-size-s": "14px",
1200
1231
  "code-size-xl": "20px",
1201
1232
  "code-size-xs": "12px",
1233
+ "combo-box-minimum-width-multiplier": "2.5",
1234
+ "combo-box-visual-to-field-button-extra-large": "10px",
1235
+ "combo-box-visual-to-field-button-large": "9px",
1236
+ "combo-box-visual-to-field-button-medium": "8px",
1237
+ "combo-box-visual-to-field-button-small": "7px",
1202
1238
  "component-bottom-to-text-100": "9px",
1203
1239
  "component-bottom-to-text-200": "11px",
1204
1240
  "component-bottom-to-text-300": "14px",
@@ -1236,6 +1272,10 @@
1236
1272
  "component-pill-edge-to-visual-only-200": "10px",
1237
1273
  "component-pill-edge-to-visual-only-300": "13px",
1238
1274
  "component-pill-edge-to-visual-only-75": "4px",
1275
+ "component-to-menu-extra-large": "8px",
1276
+ "component-to-menu-large": "7px",
1277
+ "component-to-menu-medium": "6px",
1278
+ "component-to-menu-small": "6px",
1239
1279
  "component-top-to-text-100": "6px",
1240
1280
  "component-top-to-text-200": "9px",
1241
1281
  "component-top-to-text-300": "12px",
@@ -1257,16 +1297,41 @@
1257
1297
  "detail-size-m": "12px",
1258
1298
  "detail-size-s": "11px",
1259
1299
  "detail-size-xl": "16px",
1300
+ "disclosure-indicator-top-to-disclosure-icon-extra-large": "17px",
1301
+ "disclosure-indicator-top-to-disclosure-icon-large": "14px",
1302
+ "disclosure-indicator-top-to-disclosure-icon-medium": "11px",
1303
+ "disclosure-indicator-top-to-disclosure-icon-small": "7px",
1260
1304
  "divider-thickness-large": "4px",
1261
1305
  "divider-thickness-medium": "2px",
1262
1306
  "divider-thickness-small": "1px",
1263
1307
  "drop-shadow-blur": "4px",
1264
1308
  "drop-shadow-x": "0px",
1265
1309
  "drop-shadow-y": "1px",
1310
+ "field-edge-to-alert-icon-extra-large": "18px",
1311
+ "field-edge-to-alert-icon-large": "15px",
1312
+ "field-edge-to-alert-icon-medium": "12px",
1313
+ "field-edge-to-alert-icon-quiet": "0px",
1314
+ "field-edge-to-alert-icon-small": "9px",
1315
+ "field-edge-to-border-quiet": "0px",
1316
+ "field-edge-to-disclosure-icon-100": "11px",
1317
+ "field-edge-to-disclosure-icon-200": "14px",
1318
+ "field-edge-to-disclosure-icon-300": "17px",
1319
+ "field-edge-to-disclosure-icon-75": "7px",
1320
+ "field-edge-to-text-quiet": "0px",
1321
+ "field-edge-to-validation-icon-extra-large": "18px",
1322
+ "field-edge-to-validation-icon-large": "15px",
1323
+ "field-edge-to-validation-icon-medium": "12px",
1324
+ "field-edge-to-validation-icon-quiet": "0px",
1325
+ "field-edge-to-validation-icon-small": "9px",
1266
1326
  "field-label-text-to-asterisk-extra-large": "5px",
1267
1327
  "field-label-text-to-asterisk-large": "5px",
1268
1328
  "field-label-text-to-asterisk-medium": "4px",
1269
1329
  "field-label-text-to-asterisk-small": "4px",
1330
+ "field-label-to-component": "0px",
1331
+ "field-label-to-component-quiet-extra-large": "-15px",
1332
+ "field-label-to-component-quiet-large": "-12px",
1333
+ "field-label-to-component-quiet-medium": "-8px",
1334
+ "field-label-to-component-quiet-small": "-8px",
1270
1335
  "field-label-top-margin-extra-large": "4px",
1271
1336
  "field-label-top-margin-large": "4px",
1272
1337
  "field-label-top-margin-medium": "4px",
@@ -1275,8 +1340,28 @@
1275
1340
  "field-label-top-to-asterisk-large": "15px",
1276
1341
  "field-label-top-to-asterisk-medium": "12px",
1277
1342
  "field-label-top-to-asterisk-small": "8px",
1278
- "focus-ring-gap": "2px",
1279
- "focus-ring-thickness": "2px",
1343
+ "field-text-to-alert-icon-extra-large": "18px",
1344
+ "field-text-to-alert-icon-large": "15px",
1345
+ "field-text-to-alert-icon-medium": "12px",
1346
+ "field-text-to-alert-icon-small": "8px",
1347
+ "field-text-to-validation-icon-extra-large": "18px",
1348
+ "field-text-to-validation-icon-large": "15px",
1349
+ "field-text-to-validation-icon-medium": "12px",
1350
+ "field-text-to-validation-icon-small": "8px",
1351
+ "field-top-to-alert-icon-extra-large": "13px",
1352
+ "field-top-to-alert-icon-large": "10px",
1353
+ "field-top-to-alert-icon-medium": "7px",
1354
+ "field-top-to-alert-icon-small": "4px",
1355
+ "field-top-to-progress-circle-extra-large": "16px",
1356
+ "field-top-to-progress-circle-large": "12px",
1357
+ "field-top-to-progress-circle-medium": "8px",
1358
+ "field-top-to-progress-circle-small": "4px",
1359
+ "field-top-to-validation-icon-extra-large": "17px",
1360
+ "field-top-to-validation-icon-large": "14px",
1361
+ "field-top-to-validation-icon-medium": "11px",
1362
+ "field-top-to-validation-icon-small": "7px",
1363
+ "focus-indicator-gap": "2px",
1364
+ "focus-indicator-thickness": "2px",
1280
1365
  "font-size-100": "14px",
1281
1366
  "font-size-1000": "40px",
1282
1367
  "font-size-1100": "45px",
@@ -1305,6 +1390,7 @@
1305
1390
  "heading-size-xxl": "45px",
1306
1391
  "heading-size-xxs": "14px",
1307
1392
  "heading-size-xxxl": "60px",
1393
+ "help-text-to-component": "0px",
1308
1394
  "help-text-top-to-workflow-icon-extra-large": "9px",
1309
1395
  "help-text-top-to-workflow-icon-large": "6px",
1310
1396
  "help-text-top-to-workflow-icon-medium": "3px",
@@ -1317,15 +1403,19 @@
1317
1403
  "menu-item-edge-to-content-not-selected-medium": "32px",
1318
1404
  "menu-item-edge-to-content-not-selected-small": "28px",
1319
1405
  "menu-item-label-to-description": "1px",
1320
- "menu-item-top-to-chevron-extra-large": "17px",
1321
- "menu-item-top-to-chevron-large": "14px",
1322
- "menu-item-top-to-chevron-medium": "11px",
1323
- "menu-item-top-to-chevron-small": "7px",
1406
+ "menu-item-top-to-disclosure-icon-extra-large": "17px",
1407
+ "menu-item-top-to-disclosure-icon-large": "14px",
1408
+ "menu-item-top-to-disclosure-icon-medium": "11px",
1409
+ "menu-item-top-to-disclosure-icon-small": "7px",
1324
1410
  "meter-default-width": "192px",
1325
1411
  "meter-maximum-width": "768px",
1326
1412
  "meter-minimum-width": "48px",
1327
1413
  "meter-thickness-medium": "6px",
1328
1414
  "meter-thickness-small": "4px",
1415
+ "picker-visual-to-disclosure-icon-extra-large": "10px",
1416
+ "picker-visual-to-disclosure-icon-large": "9px",
1417
+ "picker-visual-to-disclosure-icon-medium": "8px",
1418
+ "picker-visual-to-disclosure-icon-small": "7px",
1329
1419
  "popover-tip-height": "8px",
1330
1420
  "popover-tip-width": "16px",
1331
1421
  "popover-top-to-content-area": "4px",
@@ -1350,6 +1440,29 @@
1350
1440
  "radio-button-top-to-control-large": "12px",
1351
1441
  "radio-button-top-to-control-medium": "9px",
1352
1442
  "radio-button-top-to-control-small": "6px",
1443
+ "side-label-character-count-to-field": "12px",
1444
+ "side-label-character-count-top-margin-extra-large": "13px",
1445
+ "side-label-character-count-top-margin-large": "10px",
1446
+ "side-label-character-count-top-margin-medium": "8px",
1447
+ "side-label-character-count-top-margin-small": "4px",
1448
+ "slider-bottom-to-handle-extra-large": "14px",
1449
+ "slider-bottom-to-handle-large": "11px",
1450
+ "slider-bottom-to-handle-medium": "8px",
1451
+ "slider-bottom-to-handle-small": "5px",
1452
+ "slider-control-height-extra-large": "20px",
1453
+ "slider-control-height-large": "18px",
1454
+ "slider-control-height-medium": "16px",
1455
+ "slider-control-height-small": "14px",
1456
+ "slider-handle-border-width-down-extra-large": "8px",
1457
+ "slider-handle-border-width-down-large": "7px",
1458
+ "slider-handle-border-width-down-medium": "6px",
1459
+ "slider-handle-border-width-down-small": "5px",
1460
+ "slider-handle-gap": "4px",
1461
+ "slider-handle-size-extra-large": "20px",
1462
+ "slider-handle-size-large": "18px",
1463
+ "slider-handle-size-medium": "16px",
1464
+ "slider-handle-size-small": "14px",
1465
+ "slider-track-thickness": "2px",
1353
1466
  "spacing-100": "8px",
1354
1467
  "spacing-1000": "96px",
1355
1468
  "spacing-200": "12px",
@@ -1370,6 +1483,8 @@
1370
1483
  "status-light-top-to-dot-large": "15px",
1371
1484
  "status-light-top-to-dot-medium": "12px",
1372
1485
  "status-light-top-to-dot-small": "8px",
1486
+ "swatch-border-opacity": "0.51",
1487
+ "swatch-disabled-icon-border-opacity": "0.51",
1373
1488
  "swatch-size-extra-small": "16px",
1374
1489
  "swatch-size-large": "40px",
1375
1490
  "swatch-size-medium": "32px",
@@ -1396,6 +1511,9 @@
1396
1511
  "tag-top-to-cross-icon-large": "15px",
1397
1512
  "tag-top-to-cross-icon-medium": "12px",
1398
1513
  "tag-top-to-cross-icon-small": "8px",
1514
+ "text-area-minimum-height": "56px",
1515
+ "text-area-minimum-width": "112px",
1516
+ "text-field-minimum-width-multiplier": "1.5",
1399
1517
  "text-to-control-100": "10px",
1400
1518
  "text-to-control-200": "11px",
1401
1519
  "text-to-control-300": "13px",