@adobe/spectrum-tokens 13.0.0-beta.51 → 13.0.0-beta.53
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 +51 -1
- package/dist/json/drover.json +31 -1
- package/dist/json/variables.json +351 -1
- package/package.json +1 -1
- package/src/color-component.json +24 -0
- package/src/layout-component.json +319 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.53
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#446](https://github.com/adobe/spectrum-tokens/pull/446) [`dbc5398`](https://github.com/adobe/spectrum-tokens/commit/dbc53986b64200e1e9a727f15a7ed5d83926eb6b) Thanks [@PaliwalSparsh](https://github.com/PaliwalSparsh)! - Added S2 Treeview tokens
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens added (27):_
|
|
12
|
+
|
|
13
|
+
- `tree-view-disclosure-indicator-height`
|
|
14
|
+
- `tree-view-disclosure-indicator-width`
|
|
15
|
+
- `tree-view-minimum-height`
|
|
16
|
+
- `tree-view-minimum-width`
|
|
17
|
+
- `tree-view-bottom-to-label`
|
|
18
|
+
- `tree-view-drag-handle-to-checkbox`
|
|
19
|
+
- `tree-view-edge-to-checkbox`
|
|
20
|
+
- `tree-view-edge-to-drag-handle`
|
|
21
|
+
- `tree-view-end-edge-to-action-area`
|
|
22
|
+
- `tree-view-header-to-item`
|
|
23
|
+
- `tree-view-item-to-header`
|
|
24
|
+
- `tree-view-item-to-item`
|
|
25
|
+
- `tree-view-item-to-item-detached`
|
|
26
|
+
- `tree-view-label-to-action-area`
|
|
27
|
+
- `tree-view-level-increment`
|
|
28
|
+
- `tree-view-minimum-top-to-context-area`
|
|
29
|
+
- `tree-view-top-to-action-button`
|
|
30
|
+
- `tree-view-top-to-checkbox`
|
|
31
|
+
- `tree-view-top-to-disclosure-indicator`
|
|
32
|
+
- `tree-view-top-to-drag-handle`
|
|
33
|
+
- `tree-view-top-to-label`
|
|
34
|
+
- `tree-view-selected-row-background-opacity-emphasized`
|
|
35
|
+
- `tree-view-selected-row-background-opacity-emphasized-hover`
|
|
36
|
+
- `tree-view-row-background-hover`
|
|
37
|
+
- `tree-view-selected-row-background-color-emphasized`
|
|
38
|
+
- `tree-view-selected-row-background-default`
|
|
39
|
+
- `tree-view-selected-row-background-hover`
|
|
40
|
+
|
|
41
|
+
## 13.0.0-beta.52
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- [#444](https://github.com/adobe/spectrum-tokens/pull/444) [`51904cd`](https://github.com/adobe/spectrum-tokens/commit/51904cdabfcb165a560c58664c8bc75be601f28b) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - fixing a typo with takeover-dialog-height
|
|
46
|
+
|
|
47
|
+
## Token Diff
|
|
48
|
+
|
|
49
|
+
**Updated Token (1):**
|
|
50
|
+
|
|
51
|
+
- `takeover-dialog-height`: `1.00%` -> `100%`
|
|
52
|
+
|
|
3
53
|
## 13.0.0-beta.51
|
|
4
54
|
|
|
5
55
|
### Patch Changes
|
|
@@ -11,7 +61,7 @@
|
|
|
11
61
|
**Updated Tokens (2):**
|
|
12
62
|
|
|
13
63
|
- `takeover-dialog-height`: `1.00em` -> `1.00%`
|
|
14
|
-
- `takeover-dialog-width`: `1.00em` -> `
|
|
64
|
+
- `takeover-dialog-width`: `1.00em` -> `100%`
|
|
15
65
|
|
|
16
66
|
## 13.0.0-beta.50
|
|
17
67
|
|
package/dist/json/drover.json
CHANGED
|
@@ -679,6 +679,10 @@
|
|
|
679
679
|
"transparent-white-75": "rgba(255, 255, 255, 0.07)",
|
|
680
680
|
"transparent-white-800": "rgba(255, 255, 255, 0.85)",
|
|
681
681
|
"transparent-white-900": "rgba(255, 255, 255, 0.94)",
|
|
682
|
+
"tree-view-row-background-hover": "rgb(233, 233, 233)",
|
|
683
|
+
"tree-view-selected-row-background-color-emphasized": "rgb(59, 99, 251)",
|
|
684
|
+
"tree-view-selected-row-background-default": "rgb(233, 233, 233)",
|
|
685
|
+
"tree-view-selected-row-background-hover": "rgb(233, 233, 233)",
|
|
682
686
|
"turquoise-100": "rgb(238, 251, 251)",
|
|
683
687
|
"turquoise-1000": "rgb(5, 107, 116)",
|
|
684
688
|
"turquoise-1100": "rgb(3, 90, 98)",
|
|
@@ -1387,6 +1391,10 @@
|
|
|
1387
1391
|
"transparent-white-75": "rgba(255, 255, 255, 0.07)",
|
|
1388
1392
|
"transparent-white-800": "rgba(255, 255, 255, 0.85)",
|
|
1389
1393
|
"transparent-white-900": "rgba(255, 255, 255, 0.94)",
|
|
1394
|
+
"tree-view-row-background-hover": "rgb(44, 44, 44)",
|
|
1395
|
+
"tree-view-selected-row-background-color-emphasized": "rgb(64, 105, 253)",
|
|
1396
|
+
"tree-view-selected-row-background-default": "rgb(44, 44, 44)",
|
|
1397
|
+
"tree-view-selected-row-background-hover": "rgb(44, 44, 44)",
|
|
1390
1398
|
"turquoise-100": "rgb(0, 30, 33)",
|
|
1391
1399
|
"turquoise-1000": "rgb(13, 168, 182)",
|
|
1392
1400
|
"turquoise-1100": "rgb(16, 186, 202)",
|
|
@@ -2521,7 +2529,6 @@
|
|
|
2521
2529
|
"tag-top-to-cross-icon-large": "15px",
|
|
2522
2530
|
"tag-top-to-cross-icon-medium": "12px",
|
|
2523
2531
|
"tag-top-to-cross-icon-small": "8px",
|
|
2524
|
-
"takeover-dialog-height": "1.00%",
|
|
2525
2532
|
"text-area-minimum-height": "56px",
|
|
2526
2533
|
"text-area-minimum-width": "112px",
|
|
2527
2534
|
"text-field-minimum-width-multiplier": 1.5,
|
|
@@ -2582,6 +2589,29 @@
|
|
|
2582
2589
|
"tooltip-tip-height": "5px",
|
|
2583
2590
|
"tooltip-tip-width": "10px",
|
|
2584
2591
|
"tray-top-to-content-area": "4px",
|
|
2592
|
+
"tree-view-bottom-to-label": "12px",
|
|
2593
|
+
"tree-view-disclosure-indicator-height": "32px",
|
|
2594
|
+
"tree-view-disclosure-indicator-width": "34px",
|
|
2595
|
+
"tree-view-drag-handle-to-checkbox": "8px",
|
|
2596
|
+
"tree-view-edge-to-checkbox": "12px",
|
|
2597
|
+
"tree-view-edge-to-drag-handle": "4px",
|
|
2598
|
+
"tree-view-end-edge-to-action-area": "6px",
|
|
2599
|
+
"tree-view-header-to-item": "-1px",
|
|
2600
|
+
"tree-view-item-to-header": "24px",
|
|
2601
|
+
"tree-view-item-to-item": "-1px",
|
|
2602
|
+
"tree-view-item-to-item-detached": "2px",
|
|
2603
|
+
"tree-view-label-to-action-area": "6px",
|
|
2604
|
+
"tree-view-level-increment": "16px",
|
|
2605
|
+
"tree-view-minimum-height": "40px",
|
|
2606
|
+
"tree-view-minimum-top-to-context-area": "8px",
|
|
2607
|
+
"tree-view-minimum-width": "160px",
|
|
2608
|
+
"tree-view-selected-row-background-opacity-emphasized": "0.1",
|
|
2609
|
+
"tree-view-selected-row-background-opacity-emphasized-hover": "0.15",
|
|
2610
|
+
"tree-view-top-to-action-button": "4px",
|
|
2611
|
+
"tree-view-top-to-checkbox": "4px",
|
|
2612
|
+
"tree-view-top-to-disclosure-indicator": "15px",
|
|
2613
|
+
"tree-view-top-to-drag-handle": "15px",
|
|
2614
|
+
"tree-view-top-to-label": "10px",
|
|
2585
2615
|
"window-to-edge": "40px",
|
|
2586
2616
|
"workflow-icon-size-100": "20px",
|
|
2587
2617
|
"workflow-icon-size-200": "22px",
|
package/dist/json/variables.json
CHANGED
|
@@ -6691,6 +6691,120 @@
|
|
|
6691
6691
|
},
|
|
6692
6692
|
"uuid": "4bbb81b1-09fb-4ebe-80b5-cebb75c13839"
|
|
6693
6693
|
},
|
|
6694
|
+
"tree-view-row-background-hover": {
|
|
6695
|
+
"ref": "{gray-100}",
|
|
6696
|
+
"sets": {
|
|
6697
|
+
"light": {
|
|
6698
|
+
"value": "rgb(233, 233, 233)",
|
|
6699
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
6700
|
+
},
|
|
6701
|
+
"dark": {
|
|
6702
|
+
"value": "rgb(44, 44, 44)",
|
|
6703
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
6704
|
+
},
|
|
6705
|
+
"wireframe": {
|
|
6706
|
+
"value": "rgb(244, 246, 252)",
|
|
6707
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
6708
|
+
}
|
|
6709
|
+
},
|
|
6710
|
+
"uuid": "39d26185-da40-47b5-b4b3-e47689129256"
|
|
6711
|
+
},
|
|
6712
|
+
"tree-view-selected-row-background-color-emphasized": {
|
|
6713
|
+
"ref": "{informative-background-color-default}",
|
|
6714
|
+
"sets": {
|
|
6715
|
+
"light": {
|
|
6716
|
+
"ref": "{informative-color-900}",
|
|
6717
|
+
"sets": {
|
|
6718
|
+
"light": {
|
|
6719
|
+
"value": "rgb(59, 99, 251)",
|
|
6720
|
+
"uuid": "3451c170-3e78-449b-86f2-8b7dbea24c1c"
|
|
6721
|
+
},
|
|
6722
|
+
"dark": {
|
|
6723
|
+
"value": "rgb(86, 129, 255)",
|
|
6724
|
+
"uuid": "82b09b04-6a70-4a95-9eb5-a321a66a6465"
|
|
6725
|
+
},
|
|
6726
|
+
"wireframe": {
|
|
6727
|
+
"value": "rgb(74, 111, 195)",
|
|
6728
|
+
"uuid": "895407bb-8fda-4857-92a9-bf0cc06f2c3f"
|
|
6729
|
+
}
|
|
6730
|
+
},
|
|
6731
|
+
"uuid": "3acd52f0-d19c-4174-9ad5-42885ec9d49d"
|
|
6732
|
+
},
|
|
6733
|
+
"dark": {
|
|
6734
|
+
"ref": "{informative-color-800}",
|
|
6735
|
+
"sets": {
|
|
6736
|
+
"light": {
|
|
6737
|
+
"value": "rgb(75, 117, 255)",
|
|
6738
|
+
"uuid": "5ac73d3a-a6cc-4403-a8d5-46bc262d62e9"
|
|
6739
|
+
},
|
|
6740
|
+
"dark": {
|
|
6741
|
+
"value": "rgb(64, 105, 253)",
|
|
6742
|
+
"uuid": "cf0bafc5-f5c6-4986-a17a-6660dc542b71"
|
|
6743
|
+
},
|
|
6744
|
+
"wireframe": {
|
|
6745
|
+
"value": "rgb(93, 127, 201)",
|
|
6746
|
+
"uuid": "84bc6532-7cb0-47ea-8951-b16bc2a7aab9"
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
6749
|
+
"uuid": "da3a7c08-7f54-4486-bb66-146db21f0627"
|
|
6750
|
+
},
|
|
6751
|
+
"wireframe": {
|
|
6752
|
+
"ref": "{informative-color-900}",
|
|
6753
|
+
"sets": {
|
|
6754
|
+
"light": {
|
|
6755
|
+
"value": "rgb(59, 99, 251)",
|
|
6756
|
+
"uuid": "3451c170-3e78-449b-86f2-8b7dbea24c1c"
|
|
6757
|
+
},
|
|
6758
|
+
"dark": {
|
|
6759
|
+
"value": "rgb(86, 129, 255)",
|
|
6760
|
+
"uuid": "82b09b04-6a70-4a95-9eb5-a321a66a6465"
|
|
6761
|
+
},
|
|
6762
|
+
"wireframe": {
|
|
6763
|
+
"value": "rgb(74, 111, 195)",
|
|
6764
|
+
"uuid": "895407bb-8fda-4857-92a9-bf0cc06f2c3f"
|
|
6765
|
+
}
|
|
6766
|
+
},
|
|
6767
|
+
"uuid": "d3fda217-e0cb-4dd8-8d13-a22bcc648f4d"
|
|
6768
|
+
}
|
|
6769
|
+
},
|
|
6770
|
+
"uuid": "65854450-ed1a-49ea-ab29-d257b8a0569e"
|
|
6771
|
+
},
|
|
6772
|
+
"tree-view-selected-row-background-default": {
|
|
6773
|
+
"ref": "{gray-100}",
|
|
6774
|
+
"sets": {
|
|
6775
|
+
"light": {
|
|
6776
|
+
"value": "rgb(233, 233, 233)",
|
|
6777
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
6778
|
+
},
|
|
6779
|
+
"dark": {
|
|
6780
|
+
"value": "rgb(44, 44, 44)",
|
|
6781
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
6782
|
+
},
|
|
6783
|
+
"wireframe": {
|
|
6784
|
+
"value": "rgb(244, 246, 252)",
|
|
6785
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
6786
|
+
}
|
|
6787
|
+
},
|
|
6788
|
+
"uuid": "8f19994d-f49a-42ea-97bd-98ab1d76d02d"
|
|
6789
|
+
},
|
|
6790
|
+
"tree-view-selected-row-background-hover": {
|
|
6791
|
+
"ref": "{gray-100}",
|
|
6792
|
+
"sets": {
|
|
6793
|
+
"light": {
|
|
6794
|
+
"value": "rgb(233, 233, 233)",
|
|
6795
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
6796
|
+
},
|
|
6797
|
+
"dark": {
|
|
6798
|
+
"value": "rgb(44, 44, 44)",
|
|
6799
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
6800
|
+
},
|
|
6801
|
+
"wireframe": {
|
|
6802
|
+
"value": "rgb(244, 246, 252)",
|
|
6803
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
6804
|
+
}
|
|
6805
|
+
},
|
|
6806
|
+
"uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24"
|
|
6807
|
+
},
|
|
6694
6808
|
"white": {
|
|
6695
6809
|
"value": "rgb(255, 255, 255)",
|
|
6696
6810
|
"uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
|
|
@@ -23738,13 +23852,249 @@
|
|
|
23738
23852
|
"uuid": "9e24d9b5-1c8b-4693-b10e-8922d519d7e0"
|
|
23739
23853
|
},
|
|
23740
23854
|
"takeover-dialog-height": {
|
|
23741
|
-
"value": "
|
|
23855
|
+
"value": "100%",
|
|
23742
23856
|
"uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
|
|
23743
23857
|
},
|
|
23744
23858
|
"takeover-dialog-width": {
|
|
23745
23859
|
"value": "100%",
|
|
23746
23860
|
"uuid": "bb70e39d-c686-4cd2-a991-6b51fa16d9df"
|
|
23747
23861
|
},
|
|
23862
|
+
"tree-view-disclosure-indicator-height": {
|
|
23863
|
+
"sets": {
|
|
23864
|
+
"desktop": {
|
|
23865
|
+
"value": "32px",
|
|
23866
|
+
"uuid": "f9fcb5e0-d8aa-4077-bb8d-dd487ba9d7de"
|
|
23867
|
+
},
|
|
23868
|
+
"mobile": {
|
|
23869
|
+
"value": "40px",
|
|
23870
|
+
"uuid": "82ac143f-6009-4eaa-a797-c4b17277d416"
|
|
23871
|
+
}
|
|
23872
|
+
}
|
|
23873
|
+
},
|
|
23874
|
+
"tree-view-disclosure-indicator-width": {
|
|
23875
|
+
"sets": {
|
|
23876
|
+
"desktop": {
|
|
23877
|
+
"value": "34px",
|
|
23878
|
+
"uuid": "824d592b-c305-4c56-81db-c6566e6ebb2f"
|
|
23879
|
+
},
|
|
23880
|
+
"mobile": {
|
|
23881
|
+
"value": "42px",
|
|
23882
|
+
"uuid": "e24897f6-7bfb-45c0-ab07-30bc1efc0b59"
|
|
23883
|
+
}
|
|
23884
|
+
}
|
|
23885
|
+
},
|
|
23886
|
+
"tree-view-minimum-height": {
|
|
23887
|
+
"sets": {
|
|
23888
|
+
"desktop": {
|
|
23889
|
+
"value": "40px",
|
|
23890
|
+
"uuid": "de8ed8b3-aee4-4d18-8728-01e6807bec7d"
|
|
23891
|
+
},
|
|
23892
|
+
"mobile": {
|
|
23893
|
+
"value": "50px",
|
|
23894
|
+
"uuid": "36d1219e-f34a-4ee9-bfa0-a93a42046d94"
|
|
23895
|
+
}
|
|
23896
|
+
}
|
|
23897
|
+
},
|
|
23898
|
+
"tree-view-minimum-width": {
|
|
23899
|
+
"sets": {
|
|
23900
|
+
"desktop": {
|
|
23901
|
+
"value": "160px",
|
|
23902
|
+
"uuid": "2ab54eb5-8f32-4a01-b4ff-d5dc7a70f827"
|
|
23903
|
+
},
|
|
23904
|
+
"mobile": {
|
|
23905
|
+
"value": "200px",
|
|
23906
|
+
"uuid": "06c90c91-1598-4150-a431-e733ba39bec5"
|
|
23907
|
+
}
|
|
23908
|
+
}
|
|
23909
|
+
},
|
|
23910
|
+
"tree-view-bottom-to-label": {
|
|
23911
|
+
"sets": {
|
|
23912
|
+
"desktop": {
|
|
23913
|
+
"value": "12px",
|
|
23914
|
+
"uuid": "7ab9177a-d035-4e78-b6b9-d80a6470bd7b"
|
|
23915
|
+
},
|
|
23916
|
+
"mobile": {
|
|
23917
|
+
"value": "16px",
|
|
23918
|
+
"uuid": "9136f55b-d28b-4802-873c-db6205b8632b"
|
|
23919
|
+
}
|
|
23920
|
+
}
|
|
23921
|
+
},
|
|
23922
|
+
"tree-view-drag-handle-to-checkbox": {
|
|
23923
|
+
"sets": {
|
|
23924
|
+
"desktop": {
|
|
23925
|
+
"value": "8px",
|
|
23926
|
+
"uuid": "e8c03b6e-d493-43b6-ae46-a6a92de5c9b8"
|
|
23927
|
+
},
|
|
23928
|
+
"mobile": {
|
|
23929
|
+
"value": "10px",
|
|
23930
|
+
"uuid": "5a77899c-1547-40da-bce3-d892cfbc0450"
|
|
23931
|
+
}
|
|
23932
|
+
}
|
|
23933
|
+
},
|
|
23934
|
+
"tree-view-edge-to-checkbox": {
|
|
23935
|
+
"sets": {
|
|
23936
|
+
"desktop": {
|
|
23937
|
+
"value": "12px",
|
|
23938
|
+
"uuid": "2e3817ed-206b-45e5-b55c-6116e9731cd8"
|
|
23939
|
+
},
|
|
23940
|
+
"mobile": {
|
|
23941
|
+
"value": "15px",
|
|
23942
|
+
"uuid": "fba49c63-444e-42fc-b27c-7ce43b8419a7"
|
|
23943
|
+
}
|
|
23944
|
+
}
|
|
23945
|
+
},
|
|
23946
|
+
"tree-view-edge-to-drag-handle": {
|
|
23947
|
+
"sets": {
|
|
23948
|
+
"desktop": {
|
|
23949
|
+
"value": "4px",
|
|
23950
|
+
"uuid": "e8127c62-d8fa-405f-a5d5-d4f79bdffa5f"
|
|
23951
|
+
},
|
|
23952
|
+
"mobile": {
|
|
23953
|
+
"value": "5px",
|
|
23954
|
+
"uuid": "f51d97ac-06c4-45a4-87ff-349b3ffbc36d"
|
|
23955
|
+
}
|
|
23956
|
+
}
|
|
23957
|
+
},
|
|
23958
|
+
"tree-view-end-edge-to-action-area": {
|
|
23959
|
+
"sets": {
|
|
23960
|
+
"desktop": {
|
|
23961
|
+
"value": "6px",
|
|
23962
|
+
"uuid": "91c6c1db-1f68-43b3-80ba-aa3c7ebecaec"
|
|
23963
|
+
},
|
|
23964
|
+
"mobile": {
|
|
23965
|
+
"value": "7px",
|
|
23966
|
+
"uuid": "66d490aa-b658-474d-99cf-f18d15cb4098"
|
|
23967
|
+
}
|
|
23968
|
+
}
|
|
23969
|
+
},
|
|
23970
|
+
"tree-view-header-to-item": {
|
|
23971
|
+
"value": "-1px",
|
|
23972
|
+
"uuid": "8f92e6b8-907f-42b2-81d6-83d1786495bf"
|
|
23973
|
+
},
|
|
23974
|
+
"tree-view-item-to-header": {
|
|
23975
|
+
"sets": {
|
|
23976
|
+
"desktop": {
|
|
23977
|
+
"value": "24px",
|
|
23978
|
+
"uuid": "ebf7358c-b691-45d7-a1c4-c346e75e800e"
|
|
23979
|
+
},
|
|
23980
|
+
"mobile": {
|
|
23981
|
+
"value": "30px",
|
|
23982
|
+
"uuid": "a06c6929-1acc-4084-a8ee-3d4ad5a0064e"
|
|
23983
|
+
}
|
|
23984
|
+
}
|
|
23985
|
+
},
|
|
23986
|
+
"tree-view-item-to-item": {
|
|
23987
|
+
"value": "-1px",
|
|
23988
|
+
"uuid": "9a04f19a-9e2a-43b9-9b1f-3385aef214ac"
|
|
23989
|
+
},
|
|
23990
|
+
"tree-view-item-to-item-detached": {
|
|
23991
|
+
"value": "2px",
|
|
23992
|
+
"uuid": "c7c837c3-47ad-4ef1-a2eb-e4629628eb44"
|
|
23993
|
+
},
|
|
23994
|
+
"tree-view-label-to-action-area": {
|
|
23995
|
+
"sets": {
|
|
23996
|
+
"desktop": {
|
|
23997
|
+
"value": "6px",
|
|
23998
|
+
"uuid": "e5e3b415-97a9-436d-b46d-9bf48d7a2104"
|
|
23999
|
+
},
|
|
24000
|
+
"mobile": {
|
|
24001
|
+
"value": "8px",
|
|
24002
|
+
"uuid": "096032da-c0b4-4086-82e9-ab80c2b3d90b"
|
|
24003
|
+
}
|
|
24004
|
+
}
|
|
24005
|
+
},
|
|
24006
|
+
"tree-view-level-increment": {
|
|
24007
|
+
"sets": {
|
|
24008
|
+
"desktop": {
|
|
24009
|
+
"value": "16px",
|
|
24010
|
+
"uuid": "cf7044fe-e79d-44e4-8ae0-c9c23ac5b9ac"
|
|
24011
|
+
},
|
|
24012
|
+
"mobile": {
|
|
24013
|
+
"value": "20px",
|
|
24014
|
+
"uuid": "038d525f-357a-4441-934e-093d7342eba8"
|
|
24015
|
+
}
|
|
24016
|
+
}
|
|
24017
|
+
},
|
|
24018
|
+
"tree-view-minimum-top-to-context-area": {
|
|
24019
|
+
"sets": {
|
|
24020
|
+
"desktop": {
|
|
24021
|
+
"value": "8px",
|
|
24022
|
+
"uuid": "1569ef2c-0e00-4314-87d0-e8f703b9fee8"
|
|
24023
|
+
},
|
|
24024
|
+
"mobile": {
|
|
24025
|
+
"value": "10px",
|
|
24026
|
+
"uuid": "50ce9fc5-eab5-4ab5-8dfa-a22d5b4361e9"
|
|
24027
|
+
}
|
|
24028
|
+
}
|
|
24029
|
+
},
|
|
24030
|
+
"tree-view-top-to-action-button": {
|
|
24031
|
+
"sets": {
|
|
24032
|
+
"desktop": {
|
|
24033
|
+
"value": "4px",
|
|
24034
|
+
"uuid": "20a69a94-ddc0-4581-bac9-1d0d2b3e0a48"
|
|
24035
|
+
},
|
|
24036
|
+
"mobile": {
|
|
24037
|
+
"value": "5px",
|
|
24038
|
+
"uuid": "7bea161d-9ee0-41b0-a31b-162926b28637"
|
|
24039
|
+
}
|
|
24040
|
+
}
|
|
24041
|
+
},
|
|
24042
|
+
"tree-view-top-to-checkbox": {
|
|
24043
|
+
"sets": {
|
|
24044
|
+
"desktop": {
|
|
24045
|
+
"value": "4px",
|
|
24046
|
+
"uuid": "6f33e161-86d3-40a4-b631-e7c8b9e9d337"
|
|
24047
|
+
},
|
|
24048
|
+
"mobile": {
|
|
24049
|
+
"value": "5px",
|
|
24050
|
+
"uuid": "b148e202-b43d-4089-b0d8-885fc99cb983"
|
|
24051
|
+
}
|
|
24052
|
+
}
|
|
24053
|
+
},
|
|
24054
|
+
"tree-view-top-to-disclosure-indicator": {
|
|
24055
|
+
"sets": {
|
|
24056
|
+
"desktop": {
|
|
24057
|
+
"value": "15px",
|
|
24058
|
+
"uuid": "138541e2-022a-4b03-b4d2-c6932ec56ac2"
|
|
24059
|
+
},
|
|
24060
|
+
"mobile": {
|
|
24061
|
+
"value": "19px",
|
|
24062
|
+
"uuid": "aae1c8b3-2aa1-4463-ad84-a52f80a6a09b"
|
|
24063
|
+
}
|
|
24064
|
+
}
|
|
24065
|
+
},
|
|
24066
|
+
"tree-view-top-to-drag-handle": {
|
|
24067
|
+
"sets": {
|
|
24068
|
+
"desktop": {
|
|
24069
|
+
"value": "15px",
|
|
24070
|
+
"uuid": "7fc57ed1-9ca8-4b08-b19f-4aa8c49ca6f3"
|
|
24071
|
+
},
|
|
24072
|
+
"mobile": {
|
|
24073
|
+
"value": "19px",
|
|
24074
|
+
"uuid": "bb805e5e-d65b-4daf-9116-288fa59ddbfd"
|
|
24075
|
+
}
|
|
24076
|
+
}
|
|
24077
|
+
},
|
|
24078
|
+
"tree-view-top-to-label": {
|
|
24079
|
+
"sets": {
|
|
24080
|
+
"desktop": {
|
|
24081
|
+
"value": "10px",
|
|
24082
|
+
"uuid": "a6a556b7-ff51-41e3-84d0-92fa8ef01ed6"
|
|
24083
|
+
},
|
|
24084
|
+
"mobile": {
|
|
24085
|
+
"value": "13px",
|
|
24086
|
+
"uuid": "d2e3ca68-015b-47a4-96ea-0c380e931c09"
|
|
24087
|
+
}
|
|
24088
|
+
}
|
|
24089
|
+
},
|
|
24090
|
+
"tree-view-selected-row-background-opacity-emphasized": {
|
|
24091
|
+
"value": "0.1",
|
|
24092
|
+
"uuid": "d31772fd-95f3-413d-ab20-826033d71938"
|
|
24093
|
+
},
|
|
24094
|
+
"tree-view-selected-row-background-opacity-emphasized-hover": {
|
|
24095
|
+
"value": "0.15",
|
|
24096
|
+
"uuid": "a83e023c-dc92-4b3e-8375-351bbf8ec9bb"
|
|
24097
|
+
},
|
|
23748
24098
|
"corner-radius-0": {
|
|
23749
24099
|
"value": "0px",
|
|
23750
24100
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
package/package.json
CHANGED
package/src/color-component.json
CHANGED
|
@@ -447,5 +447,29 @@
|
|
|
447
447
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
448
448
|
"value": "{gray-800}",
|
|
449
449
|
"uuid": "4bbb81b1-09fb-4ebe-80b5-cebb75c13839"
|
|
450
|
+
},
|
|
451
|
+
"tree-view-row-background-hover": {
|
|
452
|
+
"component": "tree-view",
|
|
453
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
454
|
+
"value": "{gray-100}",
|
|
455
|
+
"uuid": "39d26185-da40-47b5-b4b3-e47689129256"
|
|
456
|
+
},
|
|
457
|
+
"tree-view-selected-row-background-color-emphasized": {
|
|
458
|
+
"component": "tree-view",
|
|
459
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
460
|
+
"value": "{informative-background-color-default}",
|
|
461
|
+
"uuid": "65854450-ed1a-49ea-ab29-d257b8a0569e"
|
|
462
|
+
},
|
|
463
|
+
"tree-view-selected-row-background-default": {
|
|
464
|
+
"component": "tree-view",
|
|
465
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
466
|
+
"value": "{gray-100}",
|
|
467
|
+
"uuid": "8f19994d-f49a-42ea-97bd-98ab1d76d02d"
|
|
468
|
+
},
|
|
469
|
+
"tree-view-selected-row-background-hover": {
|
|
470
|
+
"component": "tree-view",
|
|
471
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
472
|
+
"value": "{gray-100}",
|
|
473
|
+
"uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24"
|
|
450
474
|
}
|
|
451
475
|
}
|
|
@@ -10142,7 +10142,7 @@
|
|
|
10142
10142
|
"takeover-dialog-height": {
|
|
10143
10143
|
"component": "takeover-dialog",
|
|
10144
10144
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10145
|
-
"value": "
|
|
10145
|
+
"value": "100%",
|
|
10146
10146
|
"uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
|
|
10147
10147
|
},
|
|
10148
10148
|
"takeover-dialog-width": {
|
|
@@ -10150,5 +10150,323 @@
|
|
|
10150
10150
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10151
10151
|
"value": "100%",
|
|
10152
10152
|
"uuid": "bb70e39d-c686-4cd2-a991-6b51fa16d9df"
|
|
10153
|
+
},
|
|
10154
|
+
"tree-view-disclosure-indicator-height": {
|
|
10155
|
+
"component": "tree-view",
|
|
10156
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10157
|
+
"sets": {
|
|
10158
|
+
"desktop": {
|
|
10159
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10160
|
+
"value": "32px",
|
|
10161
|
+
"uuid": "f9fcb5e0-d8aa-4077-bb8d-dd487ba9d7de"
|
|
10162
|
+
},
|
|
10163
|
+
"mobile": {
|
|
10164
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10165
|
+
"value": "40px",
|
|
10166
|
+
"uuid": "82ac143f-6009-4eaa-a797-c4b17277d416"
|
|
10167
|
+
}
|
|
10168
|
+
}
|
|
10169
|
+
},
|
|
10170
|
+
"tree-view-disclosure-indicator-width": {
|
|
10171
|
+
"component": "tree-view",
|
|
10172
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10173
|
+
"sets": {
|
|
10174
|
+
"desktop": {
|
|
10175
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10176
|
+
"value": "34px",
|
|
10177
|
+
"uuid": "824d592b-c305-4c56-81db-c6566e6ebb2f"
|
|
10178
|
+
},
|
|
10179
|
+
"mobile": {
|
|
10180
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10181
|
+
"value": "42px",
|
|
10182
|
+
"uuid": "e24897f6-7bfb-45c0-ab07-30bc1efc0b59"
|
|
10183
|
+
}
|
|
10184
|
+
}
|
|
10185
|
+
},
|
|
10186
|
+
"tree-view-minimum-height": {
|
|
10187
|
+
"component": "tree-view",
|
|
10188
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10189
|
+
"sets": {
|
|
10190
|
+
"desktop": {
|
|
10191
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10192
|
+
"value": "40px",
|
|
10193
|
+
"uuid": "de8ed8b3-aee4-4d18-8728-01e6807bec7d"
|
|
10194
|
+
},
|
|
10195
|
+
"mobile": {
|
|
10196
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10197
|
+
"value": "50px",
|
|
10198
|
+
"uuid": "36d1219e-f34a-4ee9-bfa0-a93a42046d94"
|
|
10199
|
+
}
|
|
10200
|
+
}
|
|
10201
|
+
},
|
|
10202
|
+
"tree-view-minimum-width": {
|
|
10203
|
+
"component": "tree-view",
|
|
10204
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10205
|
+
"sets": {
|
|
10206
|
+
"desktop": {
|
|
10207
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10208
|
+
"value": "160px",
|
|
10209
|
+
"uuid": "2ab54eb5-8f32-4a01-b4ff-d5dc7a70f827"
|
|
10210
|
+
},
|
|
10211
|
+
"mobile": {
|
|
10212
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10213
|
+
"value": "200px",
|
|
10214
|
+
"uuid": "06c90c91-1598-4150-a431-e733ba39bec5"
|
|
10215
|
+
}
|
|
10216
|
+
}
|
|
10217
|
+
},
|
|
10218
|
+
"tree-view-bottom-to-label": {
|
|
10219
|
+
"component": "tree-view",
|
|
10220
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10221
|
+
"sets": {
|
|
10222
|
+
"desktop": {
|
|
10223
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10224
|
+
"value": "12px",
|
|
10225
|
+
"uuid": "7ab9177a-d035-4e78-b6b9-d80a6470bd7b"
|
|
10226
|
+
},
|
|
10227
|
+
"mobile": {
|
|
10228
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10229
|
+
"value": "16px",
|
|
10230
|
+
"uuid": "9136f55b-d28b-4802-873c-db6205b8632b"
|
|
10231
|
+
}
|
|
10232
|
+
}
|
|
10233
|
+
},
|
|
10234
|
+
"tree-view-drag-handle-to-checkbox": {
|
|
10235
|
+
"component": "tree-view",
|
|
10236
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10237
|
+
"sets": {
|
|
10238
|
+
"desktop": {
|
|
10239
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10240
|
+
"value": "8px",
|
|
10241
|
+
"uuid": "e8c03b6e-d493-43b6-ae46-a6a92de5c9b8"
|
|
10242
|
+
},
|
|
10243
|
+
"mobile": {
|
|
10244
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10245
|
+
"value": "10px",
|
|
10246
|
+
"uuid": "5a77899c-1547-40da-bce3-d892cfbc0450"
|
|
10247
|
+
}
|
|
10248
|
+
}
|
|
10249
|
+
},
|
|
10250
|
+
"tree-view-edge-to-checkbox": {
|
|
10251
|
+
"component": "tree-view",
|
|
10252
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10253
|
+
"sets": {
|
|
10254
|
+
"desktop": {
|
|
10255
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10256
|
+
"value": "12px",
|
|
10257
|
+
"uuid": "2e3817ed-206b-45e5-b55c-6116e9731cd8"
|
|
10258
|
+
},
|
|
10259
|
+
"mobile": {
|
|
10260
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10261
|
+
"value": "15px",
|
|
10262
|
+
"uuid": "fba49c63-444e-42fc-b27c-7ce43b8419a7"
|
|
10263
|
+
}
|
|
10264
|
+
}
|
|
10265
|
+
},
|
|
10266
|
+
"tree-view-edge-to-drag-handle": {
|
|
10267
|
+
"component": "tree-view",
|
|
10268
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10269
|
+
"sets": {
|
|
10270
|
+
"desktop": {
|
|
10271
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10272
|
+
"value": "4px",
|
|
10273
|
+
"uuid": "e8127c62-d8fa-405f-a5d5-d4f79bdffa5f"
|
|
10274
|
+
},
|
|
10275
|
+
"mobile": {
|
|
10276
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10277
|
+
"value": "5px",
|
|
10278
|
+
"uuid": "f51d97ac-06c4-45a4-87ff-349b3ffbc36d"
|
|
10279
|
+
}
|
|
10280
|
+
}
|
|
10281
|
+
},
|
|
10282
|
+
"tree-view-end-edge-to-action-area": {
|
|
10283
|
+
"component": "tree-view",
|
|
10284
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10285
|
+
"sets": {
|
|
10286
|
+
"desktop": {
|
|
10287
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10288
|
+
"value": "6px",
|
|
10289
|
+
"uuid": "91c6c1db-1f68-43b3-80ba-aa3c7ebecaec"
|
|
10290
|
+
},
|
|
10291
|
+
"mobile": {
|
|
10292
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10293
|
+
"value": "7px",
|
|
10294
|
+
"uuid": "66d490aa-b658-474d-99cf-f18d15cb4098"
|
|
10295
|
+
}
|
|
10296
|
+
}
|
|
10297
|
+
},
|
|
10298
|
+
"tree-view-header-to-item": {
|
|
10299
|
+
"component": "tree-view",
|
|
10300
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10301
|
+
"value": "-1px",
|
|
10302
|
+
"uuid": "8f92e6b8-907f-42b2-81d6-83d1786495bf"
|
|
10303
|
+
},
|
|
10304
|
+
"tree-view-item-to-header": {
|
|
10305
|
+
"component": "tree-view",
|
|
10306
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10307
|
+
"sets": {
|
|
10308
|
+
"desktop": {
|
|
10309
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10310
|
+
"value": "24px",
|
|
10311
|
+
"uuid": "ebf7358c-b691-45d7-a1c4-c346e75e800e"
|
|
10312
|
+
},
|
|
10313
|
+
"mobile": {
|
|
10314
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10315
|
+
"value": "30px",
|
|
10316
|
+
"uuid": "a06c6929-1acc-4084-a8ee-3d4ad5a0064e"
|
|
10317
|
+
}
|
|
10318
|
+
}
|
|
10319
|
+
},
|
|
10320
|
+
"tree-view-item-to-item": {
|
|
10321
|
+
"component": "tree-view",
|
|
10322
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10323
|
+
"value": "-1px",
|
|
10324
|
+
"uuid": "9a04f19a-9e2a-43b9-9b1f-3385aef214ac"
|
|
10325
|
+
},
|
|
10326
|
+
"tree-view-item-to-item-detached": {
|
|
10327
|
+
"component": "tree-view",
|
|
10328
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10329
|
+
"value": "2px",
|
|
10330
|
+
"uuid": "c7c837c3-47ad-4ef1-a2eb-e4629628eb44"
|
|
10331
|
+
},
|
|
10332
|
+
"tree-view-label-to-action-area": {
|
|
10333
|
+
"component": "tree-view",
|
|
10334
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10335
|
+
"sets": {
|
|
10336
|
+
"desktop": {
|
|
10337
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10338
|
+
"value": "6px",
|
|
10339
|
+
"uuid": "e5e3b415-97a9-436d-b46d-9bf48d7a2104"
|
|
10340
|
+
},
|
|
10341
|
+
"mobile": {
|
|
10342
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10343
|
+
"value": "8px",
|
|
10344
|
+
"uuid": "096032da-c0b4-4086-82e9-ab80c2b3d90b"
|
|
10345
|
+
}
|
|
10346
|
+
}
|
|
10347
|
+
},
|
|
10348
|
+
"tree-view-level-increment": {
|
|
10349
|
+
"component": "tree-view",
|
|
10350
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10351
|
+
"sets": {
|
|
10352
|
+
"desktop": {
|
|
10353
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10354
|
+
"value": "16px",
|
|
10355
|
+
"uuid": "cf7044fe-e79d-44e4-8ae0-c9c23ac5b9ac"
|
|
10356
|
+
},
|
|
10357
|
+
"mobile": {
|
|
10358
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10359
|
+
"value": "20px",
|
|
10360
|
+
"uuid": "038d525f-357a-4441-934e-093d7342eba8"
|
|
10361
|
+
}
|
|
10362
|
+
}
|
|
10363
|
+
},
|
|
10364
|
+
"tree-view-minimum-top-to-context-area": {
|
|
10365
|
+
"component": "tree-view",
|
|
10366
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10367
|
+
"sets": {
|
|
10368
|
+
"desktop": {
|
|
10369
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10370
|
+
"value": "8px",
|
|
10371
|
+
"uuid": "1569ef2c-0e00-4314-87d0-e8f703b9fee8"
|
|
10372
|
+
},
|
|
10373
|
+
"mobile": {
|
|
10374
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10375
|
+
"value": "10px",
|
|
10376
|
+
"uuid": "50ce9fc5-eab5-4ab5-8dfa-a22d5b4361e9"
|
|
10377
|
+
}
|
|
10378
|
+
}
|
|
10379
|
+
},
|
|
10380
|
+
"tree-view-top-to-action-button": {
|
|
10381
|
+
"component": "tree-view",
|
|
10382
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10383
|
+
"sets": {
|
|
10384
|
+
"desktop": {
|
|
10385
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10386
|
+
"value": "4px",
|
|
10387
|
+
"uuid": "20a69a94-ddc0-4581-bac9-1d0d2b3e0a48"
|
|
10388
|
+
},
|
|
10389
|
+
"mobile": {
|
|
10390
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10391
|
+
"value": "5px",
|
|
10392
|
+
"uuid": "7bea161d-9ee0-41b0-a31b-162926b28637"
|
|
10393
|
+
}
|
|
10394
|
+
}
|
|
10395
|
+
},
|
|
10396
|
+
"tree-view-top-to-checkbox": {
|
|
10397
|
+
"component": "tree-view",
|
|
10398
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10399
|
+
"sets": {
|
|
10400
|
+
"desktop": {
|
|
10401
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10402
|
+
"value": "4px",
|
|
10403
|
+
"uuid": "6f33e161-86d3-40a4-b631-e7c8b9e9d337"
|
|
10404
|
+
},
|
|
10405
|
+
"mobile": {
|
|
10406
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10407
|
+
"value": "5px",
|
|
10408
|
+
"uuid": "b148e202-b43d-4089-b0d8-885fc99cb983"
|
|
10409
|
+
}
|
|
10410
|
+
}
|
|
10411
|
+
},
|
|
10412
|
+
"tree-view-top-to-disclosure-indicator": {
|
|
10413
|
+
"component": "tree-view",
|
|
10414
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10415
|
+
"sets": {
|
|
10416
|
+
"desktop": {
|
|
10417
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10418
|
+
"value": "15px",
|
|
10419
|
+
"uuid": "138541e2-022a-4b03-b4d2-c6932ec56ac2"
|
|
10420
|
+
},
|
|
10421
|
+
"mobile": {
|
|
10422
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10423
|
+
"value": "19px",
|
|
10424
|
+
"uuid": "aae1c8b3-2aa1-4463-ad84-a52f80a6a09b"
|
|
10425
|
+
}
|
|
10426
|
+
}
|
|
10427
|
+
},
|
|
10428
|
+
"tree-view-top-to-drag-handle": {
|
|
10429
|
+
"component": "tree-view",
|
|
10430
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10431
|
+
"sets": {
|
|
10432
|
+
"desktop": {
|
|
10433
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10434
|
+
"value": "15px",
|
|
10435
|
+
"uuid": "7fc57ed1-9ca8-4b08-b19f-4aa8c49ca6f3"
|
|
10436
|
+
},
|
|
10437
|
+
"mobile": {
|
|
10438
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10439
|
+
"value": "19px",
|
|
10440
|
+
"uuid": "bb805e5e-d65b-4daf-9116-288fa59ddbfd"
|
|
10441
|
+
}
|
|
10442
|
+
}
|
|
10443
|
+
},
|
|
10444
|
+
"tree-view-top-to-label": {
|
|
10445
|
+
"component": "tree-view",
|
|
10446
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
10447
|
+
"sets": {
|
|
10448
|
+
"desktop": {
|
|
10449
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10450
|
+
"value": "10px",
|
|
10451
|
+
"uuid": "a6a556b7-ff51-41e3-84d0-92fa8ef01ed6"
|
|
10452
|
+
},
|
|
10453
|
+
"mobile": {
|
|
10454
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
10455
|
+
"value": "13px",
|
|
10456
|
+
"uuid": "d2e3ca68-015b-47a4-96ea-0c380e931c09"
|
|
10457
|
+
}
|
|
10458
|
+
}
|
|
10459
|
+
},
|
|
10460
|
+
"tree-view-selected-row-background-opacity-emphasized": {
|
|
10461
|
+
"component": "tree-view",
|
|
10462
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
10463
|
+
"value": "0.1",
|
|
10464
|
+
"uuid": "d31772fd-95f3-413d-ab20-826033d71938"
|
|
10465
|
+
},
|
|
10466
|
+
"tree-view-selected-row-background-opacity-emphasized-hover": {
|
|
10467
|
+
"component": "tree-view",
|
|
10468
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
10469
|
+
"value": "0.15",
|
|
10470
|
+
"uuid": "a83e023c-dc92-4b3e-8375-351bbf8ec9bb"
|
|
10153
10471
|
}
|
|
10154
10472
|
}
|