@adobe/spectrum-tokens 13.7.0 → 13.9.0

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,92 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#504](https://github.com/adobe/spectrum-tokens/pull/504) [`6ec680a`](https://github.com/adobe/spectrum-tokens/commit/6ec680adb5f0372f86afdb415f1122630e6ac596) Thanks [@larz0](https://github.com/larz0)! - Added list view tokens
8
+
9
+ ## Design Motivation
10
+
11
+ These are the required tokens for the list view component.
12
+
13
+ ## Token Diff
14
+
15
+ <details open><summary>Added (28)</summary>
16
+
17
+ - `visual-to-control-100`
18
+ - `label-to-description-0`
19
+ - `list-view-minimum-height`
20
+ - `list-view-minimum-width`
21
+ - `list-view-item-top-corner-radius`
22
+ - `list-view-item-bottom-corner-radius`
23
+ - `list-view-end-edge-to-content`
24
+ - `stack-item-selected-background-opacity-emphasized`
25
+ - `stack-item-selected-background-opacity-emphasized-hover`
26
+ - `stack-item-selected-background-opacity-emphasized-down`
27
+ - `stack-item-selected-background-opacity-emphasized-key-focus`
28
+ - `stack-item-header-minimum-width`
29
+ - `stack-item-start-edge-to-content`
30
+ - `stack-item-drag-handle-to-control`
31
+ - `stack-item-text-to-control`
32
+ - `stack-item-edge-to-control`
33
+ - `stack-item-edge-to-visual`
34
+ - `stack-item-action-to-navigation`
35
+ - `stack-item-header-to-item`
36
+ - `stack-item-item-to-item`
37
+ - `stack-item-background-color-hover`
38
+ - `stack-item-background-color-down`
39
+ - `stack-item-background-color-key-focus`
40
+ - `stack-item-selected-background-color-default`
41
+ - `stack-item-selected-background-color-hover`
42
+ - `stack-item-selected-background-color-down`
43
+ - `stack-item-selected-background-color-key-focus`
44
+ - `stack-item-selected-background-color-emphasized`
45
+
46
+ </details>
47
+
48
+ ## 13.8.0
49
+
50
+ ### Minor Changes
51
+
52
+ - [#502](https://github.com/adobe/spectrum-tokens/pull/502) [`26845e5`](https://github.com/adobe/spectrum-tokens/commit/26845e5885168bdfb7191b246b2ad41def39dc15) Thanks [@larz0](https://github.com/larz0)! - Tag field and missing icon tokens
53
+
54
+ ## Design Motivation
55
+
56
+ - These are the required tokens for the tag fields component.
57
+ - These UI icons already exist and are being used in number field, menu items, swatch and list view.
58
+ - This was brought up on Slack by the CSS team in the implementation channel
59
+ When we initially added the first batch of UI icons size tokens, these specific icons were not used in components yet, but now are, which is why they're missing.
60
+
61
+ ## Token Diff
62
+
63
+ <details open><summary>Added (22)</summary>
64
+
65
+ - `link-out-icon-size-300`
66
+ - `link-out-icon-size-400`
67
+ - `add-icon-size-50`
68
+ - `add-icon-size-75`
69
+ - `add-icon-size-100`
70
+ - `add-icon-size-200`
71
+ - `add-icon-size-300`
72
+ - `drag-handle-icon-size-75`
73
+ - `drag-handle-icon-size-100`
74
+ - `drag-handle-icon-size-200`
75
+ - `drag-handle-icon-size-300`
76
+ - `gripper-icon-size-100`
77
+ - `tag-field-default-width-small`
78
+ - `tag-field-default-width-medium`
79
+ - `tag-field-default-width-large`
80
+ - `tag-field-minimum-width`
81
+ - `tag-field-minimum-height-small`
82
+ - `tag-field-minimum-height-medium`
83
+ - `tag-field-minimum-height-large`
84
+ - `tag-field-edge-to-content-small`
85
+ - `tag-field-edge-to-content-medium`
86
+ - `tag-field-edge-to-content-large`
87
+
88
+ </details>
89
+
3
90
  ## 13.7.0
4
91
 
5
92
  ### Minor Changes
@@ -628,6 +628,14 @@
628
628
  "silver-background-color-default": "rgb(114, 114, 114)",
629
629
  "silver-subtle-background-color-default": "rgb(239, 239, 239)",
630
630
  "silver-visual-color": "rgb(128, 128, 128)",
631
+ "stack-item-background-color-down": "rgb(233, 233, 233)",
632
+ "stack-item-background-color-hover": "rgb(233, 233, 233)",
633
+ "stack-item-background-color-key-focus": "rgb(233, 233, 233)",
634
+ "stack-item-selected-background-color-default": "rgb(233, 233, 233)",
635
+ "stack-item-selected-background-color-down": "rgb(225, 225, 225)",
636
+ "stack-item-selected-background-color-emphasized": "rgb(59, 99, 251)",
637
+ "stack-item-selected-background-color-hover": "rgb(225, 225, 225)",
638
+ "stack-item-selected-background-color-key-focus": "rgb(225, 225, 225)",
631
639
  "standard-panel-gripper-color": "rgb(225, 225, 225)",
632
640
  "standard-panel-gripper-color-drag": "rgb(41, 41, 41)",
633
641
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
@@ -1344,6 +1352,14 @@
1344
1352
  "silver-background-color-default": "rgb(118, 118, 118)",
1345
1353
  "silver-subtle-background-color-default": "rgb(44, 44, 44)",
1346
1354
  "silver-visual-color": "rgb(137, 137, 137)",
1355
+ "stack-item-background-color-down": "rgb(44, 44, 44)",
1356
+ "stack-item-background-color-hover": "rgb(44, 44, 44)",
1357
+ "stack-item-background-color-key-focus": "rgb(44, 44, 44)",
1358
+ "stack-item-selected-background-color-default": "rgb(44, 44, 44)",
1359
+ "stack-item-selected-background-color-down": "rgb(50, 50, 50)",
1360
+ "stack-item-selected-background-color-emphasized": "rgb(64, 105, 253)",
1361
+ "stack-item-selected-background-color-hover": "rgb(50, 50, 50)",
1362
+ "stack-item-selected-background-color-key-focus": "rgb(50, 50, 50)",
1347
1363
  "standard-panel-gripper-color": "rgb(50, 50, 50)",
1348
1364
  "standard-panel-gripper-color-drag": "rgb(219, 219, 219)",
1349
1365
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
@@ -1569,6 +1585,11 @@
1569
1585
  "action-button-edge-to-hold-icon-large": "5px",
1570
1586
  "action-button-edge-to-hold-icon-medium": "4px",
1571
1587
  "action-button-edge-to-hold-icon-small": "3px",
1588
+ "add-icon-size-100": "10px",
1589
+ "add-icon-size-200": "12px",
1590
+ "add-icon-size-300": "12px",
1591
+ "add-icon-size-50": "8px",
1592
+ "add-icon-size-75": "8px",
1572
1593
  "alert-banner-bottom-to-text": "20px",
1573
1594
  "alert-banner-minimum-height": "56px",
1574
1595
  "alert-banner-to-bottom-text": "20px",
@@ -1986,6 +2007,10 @@
1986
2007
  "divider-vertical-minimum-height": "200px",
1987
2008
  "double-calendar-popover-minimum-height": "320px",
1988
2009
  "double-calendar-popover-minimum-width": "616px",
2010
+ "drag-handle-icon-size-100": "10px",
2011
+ "drag-handle-icon-size-200": "12px",
2012
+ "drag-handle-icon-size-300": "14px",
2013
+ "drag-handle-icon-size-75": "10px",
1989
2014
  "drop-shadow-blur": "6px",
1990
2015
  "drop-shadow-blur-100": "6px",
1991
2016
  "drop-shadow-blur-200": "8px",
@@ -2114,6 +2139,7 @@
2114
2139
  "font-size-900": "36px",
2115
2140
  "gradient-stop-2-genai": 0.3333,
2116
2141
  "gradient-stop-2-premium": 0.6666,
2142
+ "gripper-icon-size-100": "24px",
2117
2143
  "heading-cjk-line-height": 1.5,
2118
2144
  "heading-cjk-size-l": "25px",
2119
2145
  "heading-cjk-size-m": "20px",
@@ -2189,6 +2215,7 @@
2189
2215
  "in-field-stepper-to-end-medium": "3px",
2190
2216
  "in-field-stepper-to-end-small": "0px",
2191
2217
  "in-line-alert-minimum-width": "240px",
2218
+ "label-to-description-0": "0px",
2192
2219
  "line-height-100": 1.3,
2193
2220
  "line-height-200": 1.5,
2194
2221
  "line-height-font-size-100": "18px",
@@ -2211,7 +2238,14 @@
2211
2238
  "line-height-font-size-900": "42px",
2212
2239
  "link-out-icon-size-100": "12px",
2213
2240
  "link-out-icon-size-200": "14px",
2241
+ "link-out-icon-size-300": "14px",
2242
+ "link-out-icon-size-400": "16px",
2214
2243
  "link-out-icon-size-75": "10px",
2244
+ "list-view-end-edge-to-content": "6px",
2245
+ "list-view-item-bottom-corner-radius": "8px",
2246
+ "list-view-item-top-corner-radius": "8px",
2247
+ "list-view-minimum-height": "40px",
2248
+ "list-view-minimum-width": "200px",
2215
2249
  "menu-item-edge-to-content-not-selected-extra-large": "45px",
2216
2250
  "menu-item-edge-to-content-not-selected-large": "38px",
2217
2251
  "menu-item-edge-to-content-not-selected-medium": "32px",
@@ -2400,6 +2434,19 @@
2400
2434
  "spacing-75": "4px",
2401
2435
  "spacing-800": "64px",
2402
2436
  "spacing-900": "80px",
2437
+ "stack-item-action-to-navigation": "4px",
2438
+ "stack-item-drag-handle-to-control": "8px",
2439
+ "stack-item-edge-to-control": "12px",
2440
+ "stack-item-edge-to-visual": "12px",
2441
+ "stack-item-header-minimum-width": "200px",
2442
+ "stack-item-header-to-item": "0px",
2443
+ "stack-item-item-to-item": "-1px",
2444
+ "stack-item-selected-background-opacity-emphasized": "0.1",
2445
+ "stack-item-selected-background-opacity-emphasized-down": "0.15",
2446
+ "stack-item-selected-background-opacity-emphasized-hover": "0.15",
2447
+ "stack-item-selected-background-opacity-emphasized-key-focus": "0.15",
2448
+ "stack-item-start-edge-to-content": "4px",
2449
+ "stack-item-text-to-control": "8px",
2403
2450
  "standard-dialog-body-font-size": "16px",
2404
2451
  "standard-dialog-maximum-width-large": "640px",
2405
2452
  "standard-dialog-maximum-width-medium": "480px",
@@ -2635,6 +2682,16 @@
2635
2682
  "tag-edge-to-clear-icon-large": "15px",
2636
2683
  "tag-edge-to-clear-icon-medium": "12px",
2637
2684
  "tag-edge-to-clear-icon-small": "8px",
2685
+ "tag-field-default-width-large": "288px",
2686
+ "tag-field-default-width-medium": "264px",
2687
+ "tag-field-default-width-small": "240px",
2688
+ "tag-field-edge-to-content-large": "14px",
2689
+ "tag-field-edge-to-content-medium": "12px",
2690
+ "tag-field-edge-to-content-small": "10px",
2691
+ "tag-field-minimum-height-large": "68px",
2692
+ "tag-field-minimum-height-medium": "56px",
2693
+ "tag-field-minimum-height-small": "44px",
2694
+ "tag-field-minimum-width": "180px",
2638
2695
  "tag-label-to-clear-icon-large": "15px",
2639
2696
  "tag-label-to-clear-icon-medium": "12px",
2640
2697
  "tag-label-to-clear-icon-small": "8px",
@@ -2742,6 +2799,7 @@
2742
2799
  "user-card-minimum-height-title-below-large": "244px",
2743
2800
  "user-card-minimum-height-title-below-medium": "224px",
2744
2801
  "user-card-minimum-height-title-below-small": "212px",
2802
+ "visual-to-control-100": "8px",
2745
2803
  "window-to-edge": "40px",
2746
2804
  "workflow-icon-size-100": "20px",
2747
2805
  "workflow-icon-size-200": "22px",