@adobe/spectrum-tokens 12.8.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,41 @@
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
+
23
+ ## 12.9.0
24
+
25
+ ### Minor Changes
26
+
27
+ - fe7a002: Fixed typo by adding correct token (`floating-action-button-drop-shadow-color`) and deprecating incorrect token name (`floating-action-button-shadow-color`).
28
+
29
+ ## Token Diff
30
+
31
+ _Token added (1):_
32
+
33
+ - `floating-action-button-drop-shadow-color`
34
+
35
+ _Newly deprecated token (1):_
36
+
37
+ - `floating-action-button-shadow-color` (use `floating-action-button-drop-shadow-color` instead)
38
+
3
39
  ## 12.8.0
4
40
 
5
41
  ### Minor Changes
@@ -128,6 +128,7 @@
128
128
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
129
129
  "drop-shadow-color": "rgba(0, 0, 0, 0.15)",
130
130
  "drop-zone-background-color": "rgb(20, 122, 243)",
131
+ "floating-action-button-drop-shadow-color": "rgba(0, 0, 0, 0.25)",
131
132
  "floating-action-button-shadow-color": "rgba(0, 0, 0, 0.25)",
132
133
  "focus-indicator-color": "rgb(20, 122, 243)",
133
134
  "fuchsia-100": "rgb(255, 233, 252)",
@@ -548,6 +549,7 @@
548
549
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
549
550
  "drop-shadow-color": "rgba(0, 0, 0, 0.5)",
550
551
  "drop-zone-background-color": "rgb(114, 183, 249)",
552
+ "floating-action-button-drop-shadow-color": "rgba(0, 0, 0, 0.25)",
551
553
  "floating-action-button-shadow-color": "rgba(0, 0, 0, 0.25)",
552
554
  "focus-indicator-color": "rgb(84, 163, 246)",
553
555
  "fuchsia-100": "rgb(107, 3, 106)",
@@ -968,6 +970,7 @@
968
970
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
969
971
  "drop-shadow-color": "rgba(0, 0, 0, 0.8)",
970
972
  "drop-zone-background-color": "rgb(94, 170, 247)",
973
+ "floating-action-button-drop-shadow-color": "rgba(0, 0, 0, 0.25)",
971
974
  "floating-action-button-shadow-color": "rgba(0, 0, 0, 0.25)",
972
975
  "focus-indicator-color": "rgb(64, 150, 243)",
973
976
  "fuchsia-100": "rgb(70, 14, 68)",
@@ -6115,10 +6115,14 @@
6115
6115
  }
6116
6116
  }
6117
6117
  },
6118
- "floating-action-button-shadow-color": {
6118
+ "floating-action-button-drop-shadow-color": {
6119
6119
  "ref": "{transparent-black-300}",
6120
6120
  "value": "rgba(0, 0, 0, 0.25)"
6121
6121
  },
6122
+ "floating-action-button-shadow-color": {
6123
+ "ref": "{floating-action-button-drop-shadow-color}",
6124
+ "value": "rgba(0, 0, 0, 0.25)"
6125
+ },
6122
6126
  "white": {
6123
6127
  "value": "rgb(255, 255, 255)"
6124
6128
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.8.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",
@@ -139,8 +139,14 @@
139
139
  }
140
140
  }
141
141
  },
142
- "floating-action-button-shadow-color": {
142
+ "floating-action-button-drop-shadow-color": {
143
143
  "component": "floating-action-button",
144
144
  "value": "{transparent-black-300}"
145
+ },
146
+ "floating-action-button-shadow-color": {
147
+ "component": "floating-action-button",
148
+ "deprecated": true,
149
+ "deprecated_comment": "Use `floating-action-button-drop-shadow-color` instead",
150
+ "value": "{floating-action-button-drop-shadow-color}"
145
151
  }
146
152
  }
@@ -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}"