@adobe/spectrum-tokens 13.0.0-beta.11 → 13.0.0-beta.12
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,32 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.12
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c87d743: Updates to spacing tokens for the S2 field label component include:
|
|
8
|
+
|
|
9
|
+
Token: field-label-top-to-asterisk-[medium, large, extra-large]. Only value for extra-large token required updating in the desktop scale. All other sizes presented accurate values.
|
|
10
|
+
|
|
11
|
+
Token: field-label-top-margin-[medium, large, extra-large]. All values were updated to reflect 0px for both desktop and mobile scales
|
|
12
|
+
|
|
13
|
+
## Design Motivation
|
|
14
|
+
|
|
15
|
+
These changes occurred as a result of updates to the field label component for S2.
|
|
16
|
+
|
|
17
|
+
## Token Diff
|
|
18
|
+
|
|
19
|
+
_Token values updated (4):_
|
|
20
|
+
|
|
21
|
+
- `field-label-top-margin-extra-large`
|
|
22
|
+
- `field-label-top-margin-large`
|
|
23
|
+
- `field-label-top-margin-medium`
|
|
24
|
+
- `field-label-top-to-asterisk-extra-large`
|
|
25
|
+
|
|
26
|
+
## Schema Diff
|
|
27
|
+
|
|
28
|
+
Adds missing schema information for `corner-radius-1000`. Also added `schemas/token-types/multiplier.json` to the `scale-set` schema.
|
|
29
|
+
|
|
3
30
|
## 13.0.0-beta.11
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1524,11 +1524,11 @@
|
|
|
1524
1524
|
"field-label-to-component-quiet-large": "-12px",
|
|
1525
1525
|
"field-label-to-component-quiet-medium": "-8px",
|
|
1526
1526
|
"field-label-to-component-quiet-small": "-8px",
|
|
1527
|
-
"field-label-top-margin-extra-large": "
|
|
1528
|
-
"field-label-top-margin-large": "
|
|
1529
|
-
"field-label-top-margin-medium": "
|
|
1527
|
+
"field-label-top-margin-extra-large": "0px",
|
|
1528
|
+
"field-label-top-margin-large": "0px",
|
|
1529
|
+
"field-label-top-margin-medium": "0px",
|
|
1530
1530
|
"field-label-top-margin-small": "0px",
|
|
1531
|
-
"field-label-top-to-asterisk-extra-large": "
|
|
1531
|
+
"field-label-top-to-asterisk-extra-large": "18px",
|
|
1532
1532
|
"field-label-top-to-asterisk-large": "15px",
|
|
1533
1533
|
"field-label-top-to-asterisk-medium": "12px",
|
|
1534
1534
|
"field-label-top-to-asterisk-small": "8px",
|
package/dist/json/variables.json
CHANGED
|
@@ -10351,7 +10351,7 @@
|
|
|
10351
10351
|
"field-label-top-to-asterisk-extra-large": {
|
|
10352
10352
|
"sets": {
|
|
10353
10353
|
"desktop": {
|
|
10354
|
-
"value": "
|
|
10354
|
+
"value": "18px",
|
|
10355
10355
|
"uuid": "e53ea4a5-bde5-4695-9ab8-50c2ce704019"
|
|
10356
10356
|
},
|
|
10357
10357
|
"mobile": {
|
|
@@ -10375,11 +10375,11 @@
|
|
|
10375
10375
|
"field-label-top-margin-medium": {
|
|
10376
10376
|
"sets": {
|
|
10377
10377
|
"desktop": {
|
|
10378
|
-
"value": "
|
|
10378
|
+
"value": "0px",
|
|
10379
10379
|
"uuid": "b5243f56-7985-4686-b41f-9b9b9a18b047"
|
|
10380
10380
|
},
|
|
10381
10381
|
"mobile": {
|
|
10382
|
-
"value": "
|
|
10382
|
+
"value": "0px",
|
|
10383
10383
|
"uuid": "9d00a023-3a33-4b98-819e-3229e03d103b"
|
|
10384
10384
|
}
|
|
10385
10385
|
}
|
|
@@ -10387,11 +10387,11 @@
|
|
|
10387
10387
|
"field-label-top-margin-large": {
|
|
10388
10388
|
"sets": {
|
|
10389
10389
|
"desktop": {
|
|
10390
|
-
"value": "
|
|
10390
|
+
"value": "0px",
|
|
10391
10391
|
"uuid": "f7dd90d8-91e6-4090-a5a9-6b30087860a4"
|
|
10392
10392
|
},
|
|
10393
10393
|
"mobile": {
|
|
10394
|
-
"value": "
|
|
10394
|
+
"value": "0px",
|
|
10395
10395
|
"uuid": "f83b208f-dfdb-49a8-aedd-08fe8c7a86a9"
|
|
10396
10396
|
}
|
|
10397
10397
|
}
|
|
@@ -10399,11 +10399,11 @@
|
|
|
10399
10399
|
"field-label-top-margin-extra-large": {
|
|
10400
10400
|
"sets": {
|
|
10401
10401
|
"desktop": {
|
|
10402
|
-
"value": "
|
|
10402
|
+
"value": "0px",
|
|
10403
10403
|
"uuid": "5c14d528-fe17-4b0b-a123-edbdb93fd173"
|
|
10404
10404
|
},
|
|
10405
10405
|
"mobile": {
|
|
10406
|
-
"value": "
|
|
10406
|
+
"value": "0px",
|
|
10407
10407
|
"uuid": "c4c5e251-d514-42cf-b9e3-56694910e95b"
|
|
10408
10408
|
}
|
|
10409
10409
|
}
|
package/package.json
CHANGED
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
|
|
29
32
|
}
|
|
30
33
|
]
|
|
31
34
|
},
|
|
@@ -39,6 +42,9 @@
|
|
|
39
42
|
},
|
|
40
43
|
{
|
|
41
44
|
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
|
|
42
48
|
}
|
|
43
49
|
]
|
|
44
50
|
}
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"sets": {
|
|
572
572
|
"desktop": {
|
|
573
573
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
574
|
-
"value": "
|
|
574
|
+
"value": "18px",
|
|
575
575
|
"uuid": "e53ea4a5-bde5-4695-9ab8-50c2ce704019"
|
|
576
576
|
},
|
|
577
577
|
"mobile": {
|
|
@@ -603,12 +603,12 @@
|
|
|
603
603
|
"sets": {
|
|
604
604
|
"desktop": {
|
|
605
605
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
606
|
-
"value": "
|
|
606
|
+
"value": "0px",
|
|
607
607
|
"uuid": "b5243f56-7985-4686-b41f-9b9b9a18b047"
|
|
608
608
|
},
|
|
609
609
|
"mobile": {
|
|
610
610
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
611
|
-
"value": "
|
|
611
|
+
"value": "0px",
|
|
612
612
|
"uuid": "9d00a023-3a33-4b98-819e-3229e03d103b"
|
|
613
613
|
}
|
|
614
614
|
}
|
|
@@ -619,12 +619,12 @@
|
|
|
619
619
|
"sets": {
|
|
620
620
|
"desktop": {
|
|
621
621
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
622
|
-
"value": "
|
|
622
|
+
"value": "0px",
|
|
623
623
|
"uuid": "f7dd90d8-91e6-4090-a5a9-6b30087860a4"
|
|
624
624
|
},
|
|
625
625
|
"mobile": {
|
|
626
626
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
627
|
-
"value": "
|
|
627
|
+
"value": "0px",
|
|
628
628
|
"uuid": "f83b208f-dfdb-49a8-aedd-08fe8c7a86a9"
|
|
629
629
|
}
|
|
630
630
|
}
|
|
@@ -635,12 +635,12 @@
|
|
|
635
635
|
"sets": {
|
|
636
636
|
"desktop": {
|
|
637
637
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
638
|
-
"value": "
|
|
638
|
+
"value": "0px",
|
|
639
639
|
"uuid": "5c14d528-fe17-4b0b-a123-edbdb93fd173"
|
|
640
640
|
},
|
|
641
641
|
"mobile": {
|
|
642
642
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
643
|
-
"value": "
|
|
643
|
+
"value": "0px",
|
|
644
644
|
"uuid": "c4c5e251-d514-42cf-b9e3-56694910e95b"
|
|
645
645
|
}
|
|
646
646
|
}
|
|
@@ -7061,4 +7061,4 @@
|
|
|
7061
7061
|
}
|
|
7062
7062
|
}
|
|
7063
7063
|
}
|
|
7064
|
-
}
|
|
7064
|
+
}
|
package/src/layout.json
CHANGED
|
@@ -153,10 +153,12 @@
|
|
|
153
153
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
154
154
|
"sets": {
|
|
155
155
|
"desktop": {
|
|
156
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
156
157
|
"value": "0.5",
|
|
157
158
|
"uuid": "e4ad85b2-97bf-48cf-a5a9-3ff3d1fada5b"
|
|
158
159
|
},
|
|
159
160
|
"mobile": {
|
|
161
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
160
162
|
"value": "0.5",
|
|
161
163
|
"uuid": "9cd69903-8417-4d6a-92cf-7ec759d5f60f"
|
|
162
164
|
}
|