@adobe/spectrum-tokens 13.0.0-beta.38 → 13.0.0-beta.39
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 +19 -0
- package/dist/json/drover.json +9 -0
- package/dist/json/variables.json +46 -0
- package/package.json +1 -1
- package/src/color-component.json +6 -0
- package/src/layout-component.json +42 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.39
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#364](https://github.com/adobe/spectrum-tokens/pull/364) [`f96ffca`](https://github.com/adobe/spectrum-tokens/commit/f96ffca4990547f8ddc8341d141e0edc65b872d9) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added coach-indicator s2 tokens
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens added (8):_
|
|
12
|
+
|
|
13
|
+
- `coach-indicator-collapsed-gap`
|
|
14
|
+
- `coach-indicator-collapsed-ring-rounding-increment`
|
|
15
|
+
- `coach-indicator-collapsed-ring-thickness`
|
|
16
|
+
- `coach-indicator-color`
|
|
17
|
+
- `coach-indicator-expanded-gap`
|
|
18
|
+
- `coach-indicator-expanded-ring-rounding-increment`
|
|
19
|
+
- `coach-indicator-expanded-ring-thickness`
|
|
20
|
+
- `coach-indicator-opacity`
|
|
21
|
+
|
|
3
22
|
## 13.0.0-beta.38
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -136,6 +136,7 @@
|
|
|
136
136
|
"cinnamon-900": "rgb(170, 94, 56)",
|
|
137
137
|
"cinnamon-background-color-default": "rgb(170, 94, 56)",
|
|
138
138
|
"cinnamon-visual-color": "rgb(184, 109, 70)",
|
|
139
|
+
"coach-indicator-color": "rgb(75, 117, 255)",
|
|
139
140
|
"coach-mark-pagination-color": "rgb(113, 113, 113)",
|
|
140
141
|
"code-color": "rgb(41, 41, 41)",
|
|
141
142
|
"color-area-border-color": "rgb(0, 0, 0)",
|
|
@@ -797,6 +798,7 @@
|
|
|
797
798
|
"cinnamon-900": "rgb(192, 119, 80)",
|
|
798
799
|
"cinnamon-background-color-default": "rgb(163, 88, 52)",
|
|
799
800
|
"cinnamon-visual-color": "rgb(192, 119, 80)",
|
|
801
|
+
"coach-indicator-color": "rgb(69, 110, 254)",
|
|
800
802
|
"coach-mark-pagination-color": "rgb(138, 138, 138)",
|
|
801
803
|
"code-color": "rgb(219, 219, 219)",
|
|
802
804
|
"color-area-border-color": "rgb(255, 255, 255)",
|
|
@@ -1543,6 +1545,13 @@
|
|
|
1543
1545
|
"cjk-letter-spacing": "0.05em",
|
|
1544
1546
|
"cjk-line-height-100": "1.5",
|
|
1545
1547
|
"cjk-line-height-200": "1.7",
|
|
1548
|
+
"coach-indicator-collapsed-gap": "2px",
|
|
1549
|
+
"coach-indicator-collapsed-ring-rounding-increment": "6px",
|
|
1550
|
+
"coach-indicator-collapsed-ring-thickness": "4px",
|
|
1551
|
+
"coach-indicator-expanded-gap": "6px",
|
|
1552
|
+
"coach-indicator-expanded-ring-rounding-increment": "14px",
|
|
1553
|
+
"coach-indicator-expanded-ring-thickness": "8px",
|
|
1554
|
+
"coach-indicator-opacity": "0.2",
|
|
1546
1555
|
"coach-mark-body-font-size": "16px",
|
|
1547
1556
|
"coach-mark-body-size": "16px",
|
|
1548
1557
|
"coach-mark-edge-to-content": "24px",
|
package/dist/json/variables.json
CHANGED
|
@@ -5691,6 +5691,24 @@
|
|
|
5691
5691
|
}
|
|
5692
5692
|
}
|
|
5693
5693
|
},
|
|
5694
|
+
"coach-indicator-color": {
|
|
5695
|
+
"ref": "{blue-800}",
|
|
5696
|
+
"sets": {
|
|
5697
|
+
"light": {
|
|
5698
|
+
"value": "rgb(75, 117, 255)",
|
|
5699
|
+
"uuid": "5ac73d3a-a6cc-4403-a8d5-46bc262d62e9"
|
|
5700
|
+
},
|
|
5701
|
+
"dark": {
|
|
5702
|
+
"value": "rgb(69, 110, 254)",
|
|
5703
|
+
"uuid": "cf0bafc5-f5c6-4986-a17a-6660dc542b71"
|
|
5704
|
+
},
|
|
5705
|
+
"wireframe": {
|
|
5706
|
+
"value": "rgb(93, 127, 201)",
|
|
5707
|
+
"uuid": "84bc6532-7cb0-47ea-8951-b16bc2a7aab9"
|
|
5708
|
+
}
|
|
5709
|
+
},
|
|
5710
|
+
"uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
|
|
5711
|
+
},
|
|
5694
5712
|
"white": {
|
|
5695
5713
|
"value": "rgb(255, 255, 255)",
|
|
5696
5714
|
"uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
|
|
@@ -20803,6 +20821,34 @@
|
|
|
20803
20821
|
}
|
|
20804
20822
|
}
|
|
20805
20823
|
},
|
|
20824
|
+
"coach-indicator-collapsed-ring-rounding-increment": {
|
|
20825
|
+
"value": "6px",
|
|
20826
|
+
"uuid": "252dc667-b847-4295-8669-3e2f4d408f51"
|
|
20827
|
+
},
|
|
20828
|
+
"coach-indicator-expanded-ring-rounding-increment": {
|
|
20829
|
+
"value": "14px",
|
|
20830
|
+
"uuid": "770aa608-80a3-4715-894b-c1d85a1b0c5e"
|
|
20831
|
+
},
|
|
20832
|
+
"coach-indicator-collapsed-ring-thickness": {
|
|
20833
|
+
"value": "4px",
|
|
20834
|
+
"uuid": "fff486aa-26a4-4b41-91a7-762f8b29d47a"
|
|
20835
|
+
},
|
|
20836
|
+
"coach-indicator-expanded-ring-thickness": {
|
|
20837
|
+
"value": "8px",
|
|
20838
|
+
"uuid": "09c84cdf-0c82-4201-8203-9eb05d8b9486"
|
|
20839
|
+
},
|
|
20840
|
+
"coach-indicator-collapsed-gap": {
|
|
20841
|
+
"value": "2px",
|
|
20842
|
+
"uuid": "adb8eace-decc-4bef-93e9-ff2cb27e9ce6"
|
|
20843
|
+
},
|
|
20844
|
+
"coach-indicator-expanded-gap": {
|
|
20845
|
+
"value": "6px",
|
|
20846
|
+
"uuid": "b25c696f-c6c3-45af-bdc9-fe3a046067f3"
|
|
20847
|
+
},
|
|
20848
|
+
"coach-indicator-opacity": {
|
|
20849
|
+
"value": "0.2",
|
|
20850
|
+
"uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
|
|
20851
|
+
},
|
|
20806
20852
|
"corner-radius-0": {
|
|
20807
20853
|
"value": "0px",
|
|
20808
20854
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
package/package.json
CHANGED
package/src/color-component.json
CHANGED
|
@@ -399,5 +399,11 @@
|
|
|
399
399
|
"uuid": "d8f81d4f-b921-4a41-89c1-cdc79d40901a"
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
+
},
|
|
403
|
+
"coach-indicator-color": {
|
|
404
|
+
"component": "coach-indicator",
|
|
405
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
406
|
+
"value": "{blue-800}",
|
|
407
|
+
"uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
|
|
402
408
|
}
|
|
403
409
|
}
|
|
@@ -8317,5 +8317,47 @@
|
|
|
8317
8317
|
"uuid": "965f0854-0f3c-4d6e-9e21-54542ecf1a17"
|
|
8318
8318
|
}
|
|
8319
8319
|
}
|
|
8320
|
+
},
|
|
8321
|
+
"coach-indicator-collapsed-ring-rounding-increment": {
|
|
8322
|
+
"component": "coach-indicator",
|
|
8323
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8324
|
+
"value": "6px",
|
|
8325
|
+
"uuid": "252dc667-b847-4295-8669-3e2f4d408f51"
|
|
8326
|
+
},
|
|
8327
|
+
"coach-indicator-expanded-ring-rounding-increment": {
|
|
8328
|
+
"component": "coach-indicator",
|
|
8329
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8330
|
+
"value": "14px",
|
|
8331
|
+
"uuid": "770aa608-80a3-4715-894b-c1d85a1b0c5e"
|
|
8332
|
+
},
|
|
8333
|
+
"coach-indicator-collapsed-ring-thickness": {
|
|
8334
|
+
"component": "coach-indicator",
|
|
8335
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8336
|
+
"value": "4px",
|
|
8337
|
+
"uuid": "fff486aa-26a4-4b41-91a7-762f8b29d47a"
|
|
8338
|
+
},
|
|
8339
|
+
"coach-indicator-expanded-ring-thickness": {
|
|
8340
|
+
"component": "coach-indicator",
|
|
8341
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8342
|
+
"value": "8px",
|
|
8343
|
+
"uuid": "09c84cdf-0c82-4201-8203-9eb05d8b9486"
|
|
8344
|
+
},
|
|
8345
|
+
"coach-indicator-collapsed-gap": {
|
|
8346
|
+
"component": "coach-indicator",
|
|
8347
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8348
|
+
"value": "2px",
|
|
8349
|
+
"uuid": "adb8eace-decc-4bef-93e9-ff2cb27e9ce6"
|
|
8350
|
+
},
|
|
8351
|
+
"coach-indicator-expanded-gap": {
|
|
8352
|
+
"component": "coach-indicator",
|
|
8353
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8354
|
+
"value": "6px",
|
|
8355
|
+
"uuid": "b25c696f-c6c3-45af-bdc9-fe3a046067f3"
|
|
8356
|
+
},
|
|
8357
|
+
"coach-indicator-opacity": {
|
|
8358
|
+
"component": "coach-indicator",
|
|
8359
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
8360
|
+
"value": "0.2",
|
|
8361
|
+
"uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
|
|
8320
8362
|
}
|
|
8321
8363
|
}
|