@adobe/spectrum-tokens 12.0.0-beta.25 → 12.0.0-beta.26
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 +2 -2
- package/dist/json/variables.json +20 -0
- package/package.json +1 -1
- package/src/component-layout.json +21 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.26](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.25...v12.0.0-beta.26) (2022-05-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* adding action bar tokens ([b742700](https://github.com/adobe/spectrum-tokens/commit/b74270098beab328d577acac638d6d5f5b8c77f3))
|
package/dist/json/variables.json
CHANGED
|
@@ -7648,6 +7648,26 @@
|
|
|
7648
7648
|
}
|
|
7649
7649
|
}
|
|
7650
7650
|
},
|
|
7651
|
+
"action-bar-height": {
|
|
7652
|
+
"sets": {
|
|
7653
|
+
"desktop": {
|
|
7654
|
+
"value": "48px"
|
|
7655
|
+
},
|
|
7656
|
+
"mobile": {
|
|
7657
|
+
"value": "56px"
|
|
7658
|
+
}
|
|
7659
|
+
}
|
|
7660
|
+
},
|
|
7661
|
+
"action-bar-top-to-item-counter": {
|
|
7662
|
+
"sets": {
|
|
7663
|
+
"desktop": {
|
|
7664
|
+
"value": "14px"
|
|
7665
|
+
},
|
|
7666
|
+
"mobile": {
|
|
7667
|
+
"value": "16px"
|
|
7668
|
+
}
|
|
7669
|
+
}
|
|
7670
|
+
},
|
|
7651
7671
|
"action-button-edge-to-hold-icon-small": {
|
|
7652
7672
|
"sets": {
|
|
7653
7673
|
"desktop": {
|
package/package.json
CHANGED
|
@@ -473,6 +473,27 @@
|
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
475
|
|
|
476
|
+
"action-bar-height": {
|
|
477
|
+
"sets": {
|
|
478
|
+
"desktop": {
|
|
479
|
+
"value": "48px"
|
|
480
|
+
},
|
|
481
|
+
"mobile": {
|
|
482
|
+
"value": "56px"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"action-bar-top-to-item-counter":{
|
|
487
|
+
"sets": {
|
|
488
|
+
"desktop": {
|
|
489
|
+
"value": "14px"
|
|
490
|
+
},
|
|
491
|
+
"mobile": {
|
|
492
|
+
"value": "16px"
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
|
|
476
497
|
"action-button-edge-to-hold-icon-small": {
|
|
477
498
|
"sets": {
|
|
478
499
|
"desktop": {
|