@adobe/spectrum-tokens 12.0.0-beta.21 → 12.0.0-beta.22

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,6 @@
1
- # [12.0.0-beta.21](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.20...v12.0.0-beta.21) (2022-04-27)
1
+ # [12.0.0-beta.22](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.21...v12.0.0-beta.22) (2022-05-12)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * correct typo that was breaking the build ([adc4c91](https://github.com/adobe/spectrum-tokens/commit/adc4c91dffe00bd183d231ff270c71e4a436e1a6))
6
+ * radio-button-selection-indicator was missing ([f825d69](https://github.com/adobe/spectrum-tokens/commit/f825d691df64a96a69974617fc42dd7e0b660a3a))
@@ -7722,6 +7722,9 @@
7722
7722
  }
7723
7723
  }
7724
7724
  },
7725
+ "radio-button-selection-indicator": {
7726
+ "value": "4px"
7727
+ },
7725
7728
  "status-light-dot-size-small": {
7726
7729
  "sets": {
7727
7730
  "desktop": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.21",
3
+ "version": "12.0.0-beta.22",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -546,6 +546,10 @@
546
546
  }
547
547
  }
548
548
  },
549
+
550
+ "radio-button-selection-indicator": {
551
+ "value": "4px"
552
+ },
549
553
 
550
554
  "status-light-dot-size-small": {
551
555
  "sets": {