@adobe/spectrum-tokens 12.0.0-beta.55 → 12.0.0-beta.57

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,11 +1,6 @@
1
- # [12.0.0-beta.55](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.54...v12.0.0-beta.55) (2022-10-07)
1
+ # [12.0.0-beta.57](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.56...v12.0.0-beta.57) (2022-10-19)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * orange bugs in notice and visual color ([1606dea](https://github.com/adobe/spectrum-tokens/commit/1606dea473a6f415fd51914cd6cc670c67dbc2b9))
7
-
8
-
9
- ### Features
10
-
11
- * adds thumbnail tokens; closes DNA-1221 ([086e6fa](https://github.com/adobe/spectrum-tokens/commit/086e6fae30813fc332da45836c732ade588e93ba))
6
+ * rename meter-thinkness-medium; closes DNA-1224 ([#75](https://github.com/adobe/spectrum-tokens/issues/75)) ([bcd839f](https://github.com/adobe/spectrum-tokens/commit/bcd839fa92cb9fde155a6e3ac398b7ab86984993))
@@ -1205,6 +1205,7 @@
1205
1205
  "body-size-xxxl": "25px",
1206
1206
  "border-width-100": "1px",
1207
1207
  "border-width-200": "2px",
1208
+ "border-width-400": "4px",
1208
1209
  "button-minimum-width-multiplier": "2.25",
1209
1210
  "character-count-to-field-quiet-extra-large": "-4px",
1210
1211
  "character-count-to-field-quiet-large": "-3px",
@@ -1412,8 +1413,9 @@
1412
1413
  "meter-default-width": "192px",
1413
1414
  "meter-maximum-width": "768px",
1414
1415
  "meter-minimum-width": "48px",
1415
- "meter-thickness-medium": "6px",
1416
+ "meter-thickness-large": "6px",
1416
1417
  "meter-thickness-small": "4px",
1418
+ "opacity-disabled": "0.3",
1417
1419
  "picker-visual-to-disclosure-icon-extra-large": "10px",
1418
1420
  "picker-visual-to-disclosure-icon-large": "9px",
1419
1421
  "picker-visual-to-disclosure-icon-medium": "8px",
@@ -5234,6 +5234,9 @@
5234
5234
  }
5235
5235
  }
5236
5236
  },
5237
+ "opacity-disabled": {
5238
+ "value": "0.3"
5239
+ },
5237
5240
  "background-opacity-default": {
5238
5241
  "value": "0"
5239
5242
  },
@@ -11175,7 +11178,7 @@
11175
11178
  }
11176
11179
  }
11177
11180
  },
11178
- "meter-thickness-medium": {
11181
+ "meter-thickness-large": {
11179
11182
  "sets": {
11180
11183
  "desktop": {
11181
11184
  "value": "6px"
@@ -13799,6 +13802,9 @@
13799
13802
  "border-width-200": {
13800
13803
  "value": "2px"
13801
13804
  },
13805
+ "border-width-400": {
13806
+ "value": "4px"
13807
+ },
13802
13808
  "line-height-100": {
13803
13809
  "value": "1.3"
13804
13810
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.55",
3
+ "version": "12.0.0-beta.57",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "tokens": "dist/json/variables.json",
@@ -1113,6 +1113,9 @@
1113
1113
  }
1114
1114
  }
1115
1115
  },
1116
+ "opacity-disabled": {
1117
+ "value": "0.3"
1118
+ },
1116
1119
  "background-opacity-default": {
1117
1120
  "value": "0"
1118
1121
  },
@@ -1113,7 +1113,7 @@
1113
1113
  }
1114
1114
  }
1115
1115
  },
1116
- "meter-thickness-medium": {
1116
+ "meter-thickness-large": {
1117
1117
  "sets": {
1118
1118
  "desktop": {
1119
1119
  "value": "6px"
package/src/layout.json CHANGED
@@ -487,6 +487,9 @@
487
487
  "border-width-200": {
488
488
  "value": "2px"
489
489
  },
490
+ "border-width-400": {
491
+ "value": "4px"
492
+ },
490
493
  "line-height-100": {
491
494
  "value": "1.3"
492
495
  },