@adobe/spectrum-tokens 12.9.0 → 12.9.1

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,5 +1,25 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 12.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - cace8d8: Fixed component name typo
8
+
9
+ ## Token Diff
10
+
11
+ The following tokens have update `component` metadata property (all have been set to `coach-mark`):
12
+
13
+ - `coach-mark-minimum-width`
14
+ - `coach-mark-edge-to-content`
15
+ - `coach-mark-pagination-text-to-bottom-edge`
16
+ - `coach-mark-width`
17
+ - `coach-mark-media-minimum-height`
18
+ - `coach-mark-media-height`
19
+ - `coach-mark-title-size`
20
+ - `coach-mark-body-size`
21
+ - `coach-mark-pagination-body-size`
22
+
3
23
  ## 12.9.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.9.0",
3
+ "version": "12.9.1",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "tasks/buildSpectrumTokens.js",
@@ -3252,7 +3252,7 @@
3252
3252
  "value": "{illustrated-message-body-size}"
3253
3253
  },
3254
3254
  "coach-mark-minimum-width": {
3255
- "component": "coach-mark-width",
3255
+ "component": "coach-mark",
3256
3256
  "sets": {
3257
3257
  "desktop": {
3258
3258
  "value": "296px"
@@ -3263,7 +3263,7 @@
3263
3263
  }
3264
3264
  },
3265
3265
  "coach-mark-edge-to-content": {
3266
- "component": "coach-mark-width",
3266
+ "component": "coach-mark",
3267
3267
  "sets": {
3268
3268
  "desktop": {
3269
3269
  "value": "{spacing-400}"
@@ -3274,7 +3274,7 @@
3274
3274
  }
3275
3275
  },
3276
3276
  "coach-mark-pagination-text-to-bottom-edge": {
3277
- "component": "coach-mark-width",
3277
+ "component": "coach-mark",
3278
3278
  "sets": {
3279
3279
  "desktop": {
3280
3280
  "value": "33px"
@@ -3285,7 +3285,7 @@
3285
3285
  }
3286
3286
  },
3287
3287
  "coach-mark-media-minimum-height": {
3288
- "component": "coach-mark-media-height",
3288
+ "component": "coach-mark",
3289
3289
  "sets": {
3290
3290
  "desktop": {
3291
3291
  "value": "166px"
@@ -3296,7 +3296,7 @@
3296
3296
  }
3297
3297
  },
3298
3298
  "coach-mark-title-size": {
3299
- "component": "coach-mark-media-height",
3299
+ "component": "coach-mark",
3300
3300
  "sets": {
3301
3301
  "mobile": {
3302
3302
  "value": "{heading-size-xxs}"
@@ -3304,7 +3304,7 @@
3304
3304
  }
3305
3305
  },
3306
3306
  "coach-mark-body-size": {
3307
- "component": "coach-mark-media-height",
3307
+ "component": "coach-mark",
3308
3308
  "sets": {
3309
3309
  "mobile": {
3310
3310
  "value": "{body-size-xs}"
@@ -3312,7 +3312,7 @@
3312
3312
  }
3313
3313
  },
3314
3314
  "coach-mark-pagination-body-size": {
3315
- "component": "coach-mark-media-height",
3315
+ "component": "coach-mark",
3316
3316
  "sets": {
3317
3317
  "mobile": {
3318
3318
  "value": "{body-size-xs}"