@adobe/spectrum-tokens 12.16.0 → 12.17.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 +21 -0
- package/dist/json/drover.json +6 -0
- package/dist/json/variables.json +79 -1
- package/package.json +1 -1
- package/src/layout-component.json +52 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 687f6c3: Updated coach-mark tokens
|
|
8
|
+
|
|
9
|
+
#### Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens added (6):_
|
|
12
|
+
|
|
13
|
+
- `coach-mark-maximum-width`
|
|
14
|
+
- `coach-mark-media-height`
|
|
15
|
+
- `coach-mark-width`
|
|
16
|
+
|
|
17
|
+
_Token values updated (1):_
|
|
18
|
+
|
|
19
|
+
- `coach-mark-minimum-width`: `mobile` from `208px` to `216px`
|
|
20
|
+
- `coach-mark-title-size`: added `desktop` value
|
|
21
|
+
- `coach-mark-body-size`: added `desktop` value
|
|
22
|
+
- `coach-mark-pagination-body-size`: added `desktop` value
|
|
23
|
+
|
|
3
24
|
## 12.16.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1437,10 +1437,16 @@
|
|
|
1437
1437
|
"cjk-letter-spacing": "0.05em",
|
|
1438
1438
|
"cjk-line-height-100": "1.5",
|
|
1439
1439
|
"cjk-line-height-200": "1.7",
|
|
1440
|
+
"coach-mark-body-size": "14px",
|
|
1440
1441
|
"coach-mark-edge-to-content": "24px",
|
|
1442
|
+
"coach-mark-maximum-width": "380px",
|
|
1443
|
+
"coach-mark-media-height": "222px",
|
|
1441
1444
|
"coach-mark-media-minimum-height": "166px",
|
|
1442
1445
|
"coach-mark-minimum-width": "296px",
|
|
1446
|
+
"coach-mark-pagination-body-size": "14px",
|
|
1443
1447
|
"coach-mark-pagination-text-to-bottom-edge": "33px",
|
|
1448
|
+
"coach-mark-title-size": "16px",
|
|
1449
|
+
"coach-mark-width": "296px",
|
|
1444
1450
|
"code-cjk-line-height": "1.7",
|
|
1445
1451
|
"code-line-height": "1.5",
|
|
1446
1452
|
"code-size-l": "18px",
|
package/dist/json/variables.json
CHANGED
|
@@ -15642,6 +15642,18 @@
|
|
|
15642
15642
|
},
|
|
15643
15643
|
"uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457"
|
|
15644
15644
|
},
|
|
15645
|
+
"coach-mark-width": {
|
|
15646
|
+
"sets": {
|
|
15647
|
+
"desktop": {
|
|
15648
|
+
"value": "296px",
|
|
15649
|
+
"uuid": "49d1e2be-3aa2-4515-ba54-7f6cf3ab007c"
|
|
15650
|
+
},
|
|
15651
|
+
"mobile": {
|
|
15652
|
+
"value": "216px",
|
|
15653
|
+
"uuid": "b3f14387-44fd-43d3-a152-c8e691ef87df"
|
|
15654
|
+
}
|
|
15655
|
+
}
|
|
15656
|
+
},
|
|
15645
15657
|
"coach-mark-minimum-width": {
|
|
15646
15658
|
"sets": {
|
|
15647
15659
|
"desktop": {
|
|
@@ -15649,11 +15661,23 @@
|
|
|
15649
15661
|
"uuid": "9f413341-5ed5-4cd0-8348-1c7141dcab8d"
|
|
15650
15662
|
},
|
|
15651
15663
|
"mobile": {
|
|
15652
|
-
"value": "
|
|
15664
|
+
"value": "216px",
|
|
15653
15665
|
"uuid": "9004d69e-5726-42f5-a4d0-de09db2de784"
|
|
15654
15666
|
}
|
|
15655
15667
|
}
|
|
15656
15668
|
},
|
|
15669
|
+
"coach-mark-maximum-width": {
|
|
15670
|
+
"sets": {
|
|
15671
|
+
"desktop": {
|
|
15672
|
+
"value": "380px",
|
|
15673
|
+
"uuid": "07cdeb95-d368-4ed1-ba29-6b9ddeae1396"
|
|
15674
|
+
},
|
|
15675
|
+
"mobile": {
|
|
15676
|
+
"value": "248px",
|
|
15677
|
+
"uuid": "7f8346b2-f8bf-441d-8412-2a2a28cf4b90"
|
|
15678
|
+
}
|
|
15679
|
+
}
|
|
15680
|
+
},
|
|
15657
15681
|
"coach-mark-edge-to-content": {
|
|
15658
15682
|
"sets": {
|
|
15659
15683
|
"desktop": {
|
|
@@ -15680,6 +15704,18 @@
|
|
|
15680
15704
|
}
|
|
15681
15705
|
}
|
|
15682
15706
|
},
|
|
15707
|
+
"coach-mark-media-height": {
|
|
15708
|
+
"sets": {
|
|
15709
|
+
"desktop": {
|
|
15710
|
+
"value": "222px",
|
|
15711
|
+
"uuid": "f6381a33-ac4e-4ff9-86a3-183c857772ad"
|
|
15712
|
+
},
|
|
15713
|
+
"mobile": {
|
|
15714
|
+
"value": "162px",
|
|
15715
|
+
"uuid": "45b31e46-b878-40a2-a28a-91c480f45253"
|
|
15716
|
+
}
|
|
15717
|
+
}
|
|
15718
|
+
},
|
|
15683
15719
|
"coach-mark-media-minimum-height": {
|
|
15684
15720
|
"sets": {
|
|
15685
15721
|
"desktop": {
|
|
@@ -15694,6 +15730,20 @@
|
|
|
15694
15730
|
},
|
|
15695
15731
|
"coach-mark-title-size": {
|
|
15696
15732
|
"sets": {
|
|
15733
|
+
"desktop": {
|
|
15734
|
+
"ref": "{heading-size-xs}",
|
|
15735
|
+
"sets": {
|
|
15736
|
+
"desktop": {
|
|
15737
|
+
"value": "16px",
|
|
15738
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
15739
|
+
},
|
|
15740
|
+
"mobile": {
|
|
15741
|
+
"value": "19px",
|
|
15742
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
15743
|
+
}
|
|
15744
|
+
},
|
|
15745
|
+
"uuid": "331604db-3f28-472e-810d-9010ed2c8e33"
|
|
15746
|
+
},
|
|
15697
15747
|
"mobile": {
|
|
15698
15748
|
"ref": "{heading-size-xxs}",
|
|
15699
15749
|
"sets": {
|
|
@@ -15712,6 +15762,20 @@
|
|
|
15712
15762
|
},
|
|
15713
15763
|
"coach-mark-body-size": {
|
|
15714
15764
|
"sets": {
|
|
15765
|
+
"desktop": {
|
|
15766
|
+
"ref": "{body-size-s}",
|
|
15767
|
+
"sets": {
|
|
15768
|
+
"desktop": {
|
|
15769
|
+
"value": "14px",
|
|
15770
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
15771
|
+
},
|
|
15772
|
+
"mobile": {
|
|
15773
|
+
"value": "17px",
|
|
15774
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
15775
|
+
}
|
|
15776
|
+
},
|
|
15777
|
+
"uuid": "eba9f466-deda-48d5-a120-14419d5a670f"
|
|
15778
|
+
},
|
|
15715
15779
|
"mobile": {
|
|
15716
15780
|
"ref": "{body-size-xs}",
|
|
15717
15781
|
"sets": {
|
|
@@ -15730,6 +15794,20 @@
|
|
|
15730
15794
|
},
|
|
15731
15795
|
"coach-mark-pagination-body-size": {
|
|
15732
15796
|
"sets": {
|
|
15797
|
+
"desktop": {
|
|
15798
|
+
"ref": "{body-size-s}",
|
|
15799
|
+
"sets": {
|
|
15800
|
+
"desktop": {
|
|
15801
|
+
"value": "14px",
|
|
15802
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
15803
|
+
},
|
|
15804
|
+
"mobile": {
|
|
15805
|
+
"value": "17px",
|
|
15806
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
15807
|
+
}
|
|
15808
|
+
},
|
|
15809
|
+
"uuid": "df8bc8ae-b6fa-4414-93b7-c89d8097fe11"
|
|
15810
|
+
},
|
|
15733
15811
|
"mobile": {
|
|
15734
15812
|
"ref": "{body-size-xs}",
|
|
15735
15813
|
"sets": {
|
package/package.json
CHANGED
|
@@ -3810,6 +3810,19 @@
|
|
|
3810
3810
|
"value": "{illustrated-message-body-size}",
|
|
3811
3811
|
"uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457"
|
|
3812
3812
|
},
|
|
3813
|
+
"coach-mark-width": {
|
|
3814
|
+
"component": "coach-mark",
|
|
3815
|
+
"sets": {
|
|
3816
|
+
"desktop": {
|
|
3817
|
+
"value": "296px",
|
|
3818
|
+
"uuid": "49d1e2be-3aa2-4515-ba54-7f6cf3ab007c"
|
|
3819
|
+
},
|
|
3820
|
+
"mobile": {
|
|
3821
|
+
"value": "216px",
|
|
3822
|
+
"uuid": "b3f14387-44fd-43d3-a152-c8e691ef87df"
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
},
|
|
3813
3826
|
"coach-mark-minimum-width": {
|
|
3814
3827
|
"component": "coach-mark",
|
|
3815
3828
|
"sets": {
|
|
@@ -3818,11 +3831,24 @@
|
|
|
3818
3831
|
"uuid": "9f413341-5ed5-4cd0-8348-1c7141dcab8d"
|
|
3819
3832
|
},
|
|
3820
3833
|
"mobile": {
|
|
3821
|
-
"value": "
|
|
3834
|
+
"value": "216px",
|
|
3822
3835
|
"uuid": "9004d69e-5726-42f5-a4d0-de09db2de784"
|
|
3823
3836
|
}
|
|
3824
3837
|
}
|
|
3825
3838
|
},
|
|
3839
|
+
"coach-mark-maximum-width": {
|
|
3840
|
+
"component": "coach-mark",
|
|
3841
|
+
"sets": {
|
|
3842
|
+
"desktop": {
|
|
3843
|
+
"value": "380px",
|
|
3844
|
+
"uuid": "07cdeb95-d368-4ed1-ba29-6b9ddeae1396"
|
|
3845
|
+
},
|
|
3846
|
+
"mobile": {
|
|
3847
|
+
"value": "248px",
|
|
3848
|
+
"uuid": "7f8346b2-f8bf-441d-8412-2a2a28cf4b90"
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3826
3852
|
"coach-mark-edge-to-content": {
|
|
3827
3853
|
"component": "coach-mark",
|
|
3828
3854
|
"sets": {
|
|
@@ -3849,6 +3875,19 @@
|
|
|
3849
3875
|
}
|
|
3850
3876
|
}
|
|
3851
3877
|
},
|
|
3878
|
+
"coach-mark-media-height": {
|
|
3879
|
+
"component": "coach-mark",
|
|
3880
|
+
"sets": {
|
|
3881
|
+
"desktop": {
|
|
3882
|
+
"value": "222px",
|
|
3883
|
+
"uuid": "f6381a33-ac4e-4ff9-86a3-183c857772ad"
|
|
3884
|
+
},
|
|
3885
|
+
"mobile": {
|
|
3886
|
+
"value": "162px",
|
|
3887
|
+
"uuid": "45b31e46-b878-40a2-a28a-91c480f45253"
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3852
3891
|
"coach-mark-media-minimum-height": {
|
|
3853
3892
|
"component": "coach-mark",
|
|
3854
3893
|
"sets": {
|
|
@@ -3865,6 +3904,10 @@
|
|
|
3865
3904
|
"coach-mark-title-size": {
|
|
3866
3905
|
"component": "coach-mark",
|
|
3867
3906
|
"sets": {
|
|
3907
|
+
"desktop": {
|
|
3908
|
+
"value": "{heading-size-xs}",
|
|
3909
|
+
"uuid": "331604db-3f28-472e-810d-9010ed2c8e33"
|
|
3910
|
+
},
|
|
3868
3911
|
"mobile": {
|
|
3869
3912
|
"value": "{heading-size-xxs}",
|
|
3870
3913
|
"uuid": "cd4848b6-d560-475a-9d80-f7b5acebce10"
|
|
@@ -3874,6 +3917,10 @@
|
|
|
3874
3917
|
"coach-mark-body-size": {
|
|
3875
3918
|
"component": "coach-mark",
|
|
3876
3919
|
"sets": {
|
|
3920
|
+
"desktop": {
|
|
3921
|
+
"value": "{body-size-s}",
|
|
3922
|
+
"uuid": "eba9f466-deda-48d5-a120-14419d5a670f"
|
|
3923
|
+
},
|
|
3877
3924
|
"mobile": {
|
|
3878
3925
|
"value": "{body-size-xs}",
|
|
3879
3926
|
"uuid": "a0abef77-dafe-4158-9faa-a4b4b2871e54"
|
|
@@ -3883,6 +3930,10 @@
|
|
|
3883
3930
|
"coach-mark-pagination-body-size": {
|
|
3884
3931
|
"component": "coach-mark",
|
|
3885
3932
|
"sets": {
|
|
3933
|
+
"desktop": {
|
|
3934
|
+
"value": "{body-size-s}",
|
|
3935
|
+
"uuid": "df8bc8ae-b6fa-4414-93b7-c89d8097fe11"
|
|
3936
|
+
},
|
|
3886
3937
|
"mobile": {
|
|
3887
3938
|
"value": "{body-size-xs}",
|
|
3888
3939
|
"uuid": "350d9235-ff9e-43d7-9298-56b36d58d6de"
|