@adobe/spectrum-tokens 12.0.0-beta.42 → 12.0.0-beta.43

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.42](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.41...v12.0.0-beta.42) (2022-07-14)
1
+ # [12.0.0-beta.43](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.42...v12.0.0-beta.43) (2022-07-14)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * add popover and tag tokens ([#54](https://github.com/adobe/spectrum-tokens/issues/54)) ([3cf9620](https://github.com/adobe/spectrum-tokens/commit/3cf9620613111eb1ad2796403e159bc2037dc759))
6
+ * update help text icon spacing ([#55](https://github.com/adobe/spectrum-tokens/issues/55)) ([67df19b](https://github.com/adobe/spectrum-tokens/commit/67df19bf39a71f6dbd0df9b64642e057fb1c9295))
@@ -1137,9 +1137,9 @@
1137
1137
  "font-size-75": "12px",
1138
1138
  "font-size-800": "32px",
1139
1139
  "font-size-900": "36px",
1140
- "help-text-top-to-workflow-icon-extra-large": "13px",
1141
- "help-text-top-to-workflow-icon-large": "10px",
1142
- "help-text-top-to-workflow-icon-medium": "7px",
1140
+ "help-text-top-to-workflow-icon-extra-large": "9px",
1141
+ "help-text-top-to-workflow-icon-large": "6px",
1142
+ "help-text-top-to-workflow-icon-medium": "3px",
1143
1143
  "help-text-top-to-workflow-icon-small": "4px",
1144
1144
  "in-line-alert-minimum-width": "320px",
1145
1145
  "line-height-100": "1.3",
@@ -8271,30 +8271,30 @@
8271
8271
  "help-text-top-to-workflow-icon-medium": {
8272
8272
  "sets": {
8273
8273
  "desktop": {
8274
- "value": "7px"
8274
+ "value": "3px"
8275
8275
  },
8276
8276
  "mobile": {
8277
- "value": "9px"
8277
+ "value": "4px"
8278
8278
  }
8279
8279
  }
8280
8280
  },
8281
8281
  "help-text-top-to-workflow-icon-large": {
8282
8282
  "sets": {
8283
8283
  "desktop": {
8284
- "value": "10px"
8284
+ "value": "6px"
8285
8285
  },
8286
8286
  "mobile": {
8287
- "value": "13px"
8287
+ "value": "8px"
8288
8288
  }
8289
8289
  }
8290
8290
  },
8291
8291
  "help-text-top-to-workflow-icon-extra-large": {
8292
8292
  "sets": {
8293
8293
  "desktop": {
8294
- "value": "13px"
8294
+ "value": "9px"
8295
8295
  },
8296
8296
  "mobile": {
8297
- "value": "16px"
8297
+ "value": "11px"
8298
8298
  }
8299
8299
  }
8300
8300
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.42",
3
+ "version": "12.0.0-beta.43",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -879,30 +879,30 @@
879
879
  "help-text-top-to-workflow-icon-medium": {
880
880
  "sets": {
881
881
  "desktop": {
882
- "value": "7px"
882
+ "value": "3px"
883
883
  },
884
884
  "mobile": {
885
- "value": "9px"
885
+ "value": "4px"
886
886
  }
887
887
  }
888
888
  },
889
889
  "help-text-top-to-workflow-icon-large": {
890
890
  "sets": {
891
891
  "desktop": {
892
- "value": "10px"
892
+ "value": "6px"
893
893
  },
894
894
  "mobile": {
895
- "value": "13px"
895
+ "value": "8px"
896
896
  }
897
897
  }
898
898
  },
899
899
  "help-text-top-to-workflow-icon-extra-large": {
900
900
  "sets": {
901
901
  "desktop": {
902
- "value": "13px"
902
+ "value": "9px"
903
903
  },
904
904
  "mobile": {
905
- "value": "16px"
905
+ "value": "11px"
906
906
  }
907
907
  }
908
908
  },