@sage/design-tokens 14.4.0 → 14.6.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/css/frozenproduct/all.css +46 -23
- package/css/frozenproduct/large/components/button.css +32 -13
- package/css/frozenproduct/large/components/form.css +6 -3
- package/css/frozenproduct/large/global.css +6 -5
- package/css/frozenproduct/small/components/button.css +32 -13
- package/css/frozenproduct/small/components/form.css +6 -3
- package/css/frozenproduct/small/global.css +6 -5
- package/css/marketing/all.css +46 -23
- package/css/marketing/large/components/button.css +32 -13
- package/css/marketing/large/components/form.css +6 -3
- package/css/marketing/large/global.css +6 -5
- package/css/marketing/small/components/button.css +32 -13
- package/css/marketing/small/components/form.css +6 -3
- package/css/marketing/small/global.css +6 -5
- package/css/product/all.css +46 -23
- package/css/product/large/components/button.css +32 -13
- package/css/product/large/components/form.css +6 -3
- package/css/product/large/global.css +6 -5
- package/css/product/small/components/button.css +32 -13
- package/css/product/small/components/form.css +6 -3
- package/css/product/small/global.css +6 -5
- package/ios/frozenproduct/large/dark/components/button.h +32 -13
- package/ios/frozenproduct/large/dark/components/form.h +6 -3
- package/ios/frozenproduct/large/global.h +6 -5
- package/ios/frozenproduct/large/light/components/button.h +32 -13
- package/ios/frozenproduct/large/light/components/form.h +6 -3
- package/ios/frozenproduct/small/dark/components/button.h +32 -13
- package/ios/frozenproduct/small/dark/components/form.h +6 -3
- package/ios/frozenproduct/small/global.h +6 -5
- package/ios/frozenproduct/small/light/components/button.h +32 -13
- package/ios/frozenproduct/small/light/components/form.h +6 -3
- package/ios/marketing/large/dark/components/button.h +32 -13
- package/ios/marketing/large/dark/components/form.h +6 -3
- package/ios/marketing/large/global.h +6 -5
- package/ios/marketing/large/light/components/button.h +32 -13
- package/ios/marketing/large/light/components/form.h +6 -3
- package/ios/marketing/small/dark/components/button.h +32 -13
- package/ios/marketing/small/dark/components/form.h +6 -3
- package/ios/marketing/small/global.h +6 -5
- package/ios/marketing/small/light/components/button.h +32 -13
- package/ios/marketing/small/light/components/form.h +6 -3
- package/ios/product/large/dark/components/button.h +32 -13
- package/ios/product/large/dark/components/form.h +6 -3
- package/ios/product/large/global.h +6 -5
- package/ios/product/large/light/components/button.h +32 -13
- package/ios/product/large/light/components/form.h +6 -3
- package/ios/product/small/dark/components/button.h +32 -13
- package/ios/product/small/dark/components/form.h +6 -3
- package/ios/product/small/global.h +6 -5
- package/ios/product/small/light/components/button.h +32 -13
- package/ios/product/small/light/components/form.h +6 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/dark/components/button.js +366 -39
- package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/form.js +61 -6
- package/js/common/frozenproduct/large/global.d.ts +6 -5
- package/js/common/frozenproduct/large/global.js +122 -101
- package/js/common/frozenproduct/large/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/light/components/button.js +366 -39
- package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/form.js +61 -6
- package/js/common/frozenproduct/small/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/dark/components/button.js +366 -39
- package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/form.js +61 -6
- package/js/common/frozenproduct/small/global.d.ts +6 -5
- package/js/common/frozenproduct/small/global.js +122 -101
- package/js/common/frozenproduct/small/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/light/components/button.js +366 -39
- package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/form.js +61 -6
- package/js/common/marketing/large/dark/components/button.d.ts +28 -1
- package/js/common/marketing/large/dark/components/button.js +366 -39
- package/js/common/marketing/large/dark/components/form.d.ts +7 -0
- package/js/common/marketing/large/dark/components/form.js +61 -6
- package/js/common/marketing/large/global.d.ts +6 -5
- package/js/common/marketing/large/global.js +122 -101
- package/js/common/marketing/large/light/components/button.d.ts +28 -1
- package/js/common/marketing/large/light/components/button.js +366 -39
- package/js/common/marketing/large/light/components/form.d.ts +7 -0
- package/js/common/marketing/large/light/components/form.js +61 -6
- package/js/common/marketing/small/dark/components/button.d.ts +28 -1
- package/js/common/marketing/small/dark/components/button.js +366 -39
- package/js/common/marketing/small/dark/components/form.d.ts +7 -0
- package/js/common/marketing/small/dark/components/form.js +61 -6
- package/js/common/marketing/small/global.d.ts +6 -5
- package/js/common/marketing/small/global.js +122 -101
- package/js/common/marketing/small/light/components/button.d.ts +28 -1
- package/js/common/marketing/small/light/components/button.js +366 -39
- package/js/common/marketing/small/light/components/form.d.ts +7 -0
- package/js/common/marketing/small/light/components/form.js +61 -6
- package/js/common/product/large/dark/components/button.d.ts +28 -1
- package/js/common/product/large/dark/components/button.js +366 -39
- package/js/common/product/large/dark/components/form.d.ts +7 -0
- package/js/common/product/large/dark/components/form.js +61 -6
- package/js/common/product/large/global.d.ts +6 -5
- package/js/common/product/large/global.js +122 -101
- package/js/common/product/large/light/components/button.d.ts +28 -1
- package/js/common/product/large/light/components/button.js +366 -39
- package/js/common/product/large/light/components/form.d.ts +7 -0
- package/js/common/product/large/light/components/form.js +61 -6
- package/js/common/product/small/dark/components/button.d.ts +28 -1
- package/js/common/product/small/dark/components/button.js +366 -39
- package/js/common/product/small/dark/components/form.d.ts +7 -0
- package/js/common/product/small/dark/components/form.js +61 -6
- package/js/common/product/small/global.d.ts +6 -5
- package/js/common/product/small/global.js +122 -101
- package/js/common/product/small/light/components/button.d.ts +28 -1
- package/js/common/product/small/light/components/button.js +366 -39
- package/js/common/product/small/light/components/form.d.ts +7 -0
- package/js/common/product/small/light/components/form.js +61 -6
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/large/global.d.ts +6 -5
- package/js/es6/frozenproduct/large/global.js +6 -5
- package/js/es6/frozenproduct/large/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/light/components/button.js +32 -13
- package/js/es6/frozenproduct/large/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/light/components/form.js +6 -3
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/small/global.d.ts +6 -5
- package/js/es6/frozenproduct/small/global.js +6 -5
- package/js/es6/frozenproduct/small/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/light/components/button.js +32 -13
- package/js/es6/frozenproduct/small/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/light/components/form.js +6 -3
- package/js/es6/marketing/large/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/large/dark/components/button.js +32 -13
- package/js/es6/marketing/large/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/large/dark/components/form.js +6 -3
- package/js/es6/marketing/large/global.d.ts +6 -5
- package/js/es6/marketing/large/global.js +6 -5
- package/js/es6/marketing/large/light/components/button.d.ts +20 -1
- package/js/es6/marketing/large/light/components/button.js +32 -13
- package/js/es6/marketing/large/light/components/form.d.ts +6 -3
- package/js/es6/marketing/large/light/components/form.js +6 -3
- package/js/es6/marketing/small/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/small/dark/components/button.js +32 -13
- package/js/es6/marketing/small/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/small/dark/components/form.js +6 -3
- package/js/es6/marketing/small/global.d.ts +6 -5
- package/js/es6/marketing/small/global.js +6 -5
- package/js/es6/marketing/small/light/components/button.d.ts +20 -1
- package/js/es6/marketing/small/light/components/button.js +32 -13
- package/js/es6/marketing/small/light/components/form.d.ts +6 -3
- package/js/es6/marketing/small/light/components/form.js +6 -3
- package/js/es6/product/large/dark/components/button.d.ts +20 -1
- package/js/es6/product/large/dark/components/button.js +32 -13
- package/js/es6/product/large/dark/components/form.d.ts +6 -3
- package/js/es6/product/large/dark/components/form.js +6 -3
- package/js/es6/product/large/global.d.ts +6 -5
- package/js/es6/product/large/global.js +6 -5
- package/js/es6/product/large/light/components/button.d.ts +20 -1
- package/js/es6/product/large/light/components/button.js +32 -13
- package/js/es6/product/large/light/components/form.d.ts +6 -3
- package/js/es6/product/large/light/components/form.js +6 -3
- package/js/es6/product/small/dark/components/button.d.ts +20 -1
- package/js/es6/product/small/dark/components/button.js +32 -13
- package/js/es6/product/small/dark/components/form.d.ts +6 -3
- package/js/es6/product/small/dark/components/form.js +6 -3
- package/js/es6/product/small/global.d.ts +6 -5
- package/js/es6/product/small/global.js +6 -5
- package/js/es6/product/small/light/components/button.d.ts +20 -1
- package/js/es6/product/small/light/components/button.js +32 -13
- package/js/es6/product/small/light/components/form.d.ts +6 -3
- package/js/es6/product/small/light/components/form.js +6 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/large/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/large/global.js +122 -102
- package/js/umd/frozenproduct/large/light/components/button.js +366 -39
- package/js/umd/frozenproduct/large/light/components/form.js +61 -6
- package/js/umd/frozenproduct/small/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/small/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/small/global.js +122 -102
- package/js/umd/frozenproduct/small/light/components/button.js +366 -39
- package/js/umd/frozenproduct/small/light/components/form.js +61 -6
- package/js/umd/marketing/large/dark/components/button.js +366 -39
- package/js/umd/marketing/large/dark/components/form.js +61 -6
- package/js/umd/marketing/large/global.js +122 -102
- package/js/umd/marketing/large/light/components/button.js +366 -39
- package/js/umd/marketing/large/light/components/form.js +61 -6
- package/js/umd/marketing/small/dark/components/button.js +366 -39
- package/js/umd/marketing/small/dark/components/form.js +61 -6
- package/js/umd/marketing/small/global.js +122 -102
- package/js/umd/marketing/small/light/components/button.js +366 -39
- package/js/umd/marketing/small/light/components/form.js +61 -6
- package/js/umd/product/large/dark/components/button.js +366 -39
- package/js/umd/product/large/dark/components/form.js +61 -6
- package/js/umd/product/large/global.js +122 -102
- package/js/umd/product/large/light/components/button.js +366 -39
- package/js/umd/product/large/light/components/form.js +61 -6
- package/js/umd/product/small/dark/components/button.js +366 -39
- package/js/umd/product/small/dark/components/form.js +61 -6
- package/js/umd/product/small/global.js +122 -102
- package/js/umd/product/small/light/components/button.js +366 -39
- package/js/umd/product/small/light/components/form.js +61 -6
- package/json/flat/frozenproduct/large/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/large/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/large/global.json +6 -5
- package/json/flat/frozenproduct/large/light/components/button.json +32 -13
- package/json/flat/frozenproduct/large/light/components/form.json +6 -3
- package/json/flat/frozenproduct/small/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/small/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/small/global.json +6 -5
- package/json/flat/frozenproduct/small/light/components/button.json +32 -13
- package/json/flat/frozenproduct/small/light/components/form.json +6 -3
- package/json/flat/marketing/large/dark/components/button.json +32 -13
- package/json/flat/marketing/large/dark/components/form.json +6 -3
- package/json/flat/marketing/large/global.json +6 -5
- package/json/flat/marketing/large/light/components/button.json +32 -13
- package/json/flat/marketing/large/light/components/form.json +6 -3
- package/json/flat/marketing/small/dark/components/button.json +32 -13
- package/json/flat/marketing/small/dark/components/form.json +6 -3
- package/json/flat/marketing/small/global.json +6 -5
- package/json/flat/marketing/small/light/components/button.json +32 -13
- package/json/flat/marketing/small/light/components/form.json +6 -3
- package/json/flat/product/large/dark/components/button.json +32 -13
- package/json/flat/product/large/dark/components/form.json +6 -3
- package/json/flat/product/large/global.json +6 -5
- package/json/flat/product/large/light/components/button.json +32 -13
- package/json/flat/product/large/light/components/form.json +6 -3
- package/json/flat/product/small/dark/components/button.json +32 -13
- package/json/flat/product/small/dark/components/form.json +6 -3
- package/json/flat/product/small/global.json +6 -5
- package/json/flat/product/small/light/components/button.json +32 -13
- package/json/flat/product/small/light/components/form.json +6 -3
- package/json/nested/frozenproduct/large/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/large/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/large/global.json +6 -5
- package/json/nested/frozenproduct/large/light/components/button.json +41 -14
- package/json/nested/frozenproduct/large/light/components/form.json +10 -3
- package/json/nested/frozenproduct/small/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/small/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/small/global.json +6 -5
- package/json/nested/frozenproduct/small/light/components/button.json +41 -14
- package/json/nested/frozenproduct/small/light/components/form.json +10 -3
- package/json/nested/marketing/large/dark/components/button.json +41 -14
- package/json/nested/marketing/large/dark/components/form.json +10 -3
- package/json/nested/marketing/large/global.json +6 -5
- package/json/nested/marketing/large/light/components/button.json +41 -14
- package/json/nested/marketing/large/light/components/form.json +10 -3
- package/json/nested/marketing/small/dark/components/button.json +41 -14
- package/json/nested/marketing/small/dark/components/form.json +10 -3
- package/json/nested/marketing/small/global.json +6 -5
- package/json/nested/marketing/small/light/components/button.json +41 -14
- package/json/nested/marketing/small/light/components/form.json +10 -3
- package/json/nested/product/large/dark/components/button.json +41 -14
- package/json/nested/product/large/dark/components/form.json +10 -3
- package/json/nested/product/large/global.json +6 -5
- package/json/nested/product/large/light/components/button.json +41 -14
- package/json/nested/product/large/light/components/form.json +10 -3
- package/json/nested/product/small/dark/components/button.json +41 -14
- package/json/nested/product/small/dark/components/form.json +10 -3
- package/json/nested/product/small/global.json +6 -5
- package/json/nested/product/small/light/components/button.json +41 -14
- package/json/nested/product/small/light/components/form.json +10 -3
- package/package.json +1 -1
- package/sage-design-tokens-14.6.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +45 -26
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +13 -10
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/large/global.scss +6 -5
- package/scss/frozenproduct/small/components/button.scss +32 -13
- package/scss/frozenproduct/small/components/form.scss +6 -3
- package/scss/frozenproduct/small/global.scss +6 -5
- package/scss/marketing/large/components/button.scss +32 -13
- package/scss/marketing/large/components/form.scss +6 -3
- package/scss/marketing/large/global.scss +6 -5
- package/scss/marketing/small/components/button.scss +45 -26
- package/scss/marketing/small/components/container.scss +10 -10
- package/scss/marketing/small/components/form.scss +13 -10
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +5 -5
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/global.scss +6 -5
- package/scss/product/large/components/button.scss +32 -13
- package/scss/product/large/components/container.scss +10 -10
- package/scss/product/large/components/form.scss +13 -10
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +5 -5
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/global.scss +6 -5
- package/scss/product/small/components/button.scss +32 -13
- package/scss/product/small/components/form.scss +6 -3
- package/scss/product/small/global.scss +6 -5
- package/sage-design-tokens-14.4.0.tgz +0 -0
@@ -151,6 +151,19 @@ module.exports = {
|
|
151
151
|
},
|
152
152
|
},
|
153
153
|
icon: {
|
154
|
+
S: {
|
155
|
+
$type: "sizing",
|
156
|
+
$value: 16,
|
157
|
+
filePath: "data/tokens/components/button.json",
|
158
|
+
isSource: true,
|
159
|
+
original: {
|
160
|
+
$type: "sizing",
|
161
|
+
$value: "{global.size.icon.S}",
|
162
|
+
},
|
163
|
+
name: "buttonSizeIconS",
|
164
|
+
attributes: {},
|
165
|
+
path: ["button", "size", "icon", "S"],
|
166
|
+
},
|
154
167
|
M: {
|
155
168
|
$type: "sizing",
|
156
169
|
$value: 20,
|
@@ -782,14 +795,14 @@ module.exports = {
|
|
782
795
|
x: {
|
783
796
|
S: {
|
784
797
|
$type: "spacing",
|
785
|
-
$value:
|
798
|
+
$value: 6,
|
786
799
|
$description:
|
787
800
|
"Left and right padding on icon-only S size primary buttons",
|
788
801
|
filePath: "data/tokens/components/button.json",
|
789
802
|
isSource: true,
|
790
803
|
original: {
|
791
804
|
$type: "spacing",
|
792
|
-
$value: "{global.space.micro.
|
805
|
+
$value: "{global.space.micro.M}",
|
793
806
|
$description:
|
794
807
|
"Left and right padding on icon-only S size primary buttons",
|
795
808
|
},
|
@@ -799,14 +812,14 @@ module.exports = {
|
|
799
812
|
},
|
800
813
|
M: {
|
801
814
|
$type: "spacing",
|
802
|
-
$value:
|
815
|
+
$value: 10,
|
803
816
|
$description:
|
804
817
|
"Left and right padding on icon-only M size primary buttons",
|
805
818
|
filePath: "data/tokens/components/button.json",
|
806
819
|
isSource: true,
|
807
820
|
original: {
|
808
821
|
$type: "spacing",
|
809
|
-
$value: "{global.space.micro.
|
822
|
+
$value: "{global.space.micro.XL}",
|
810
823
|
$description:
|
811
824
|
"Left and right padding on icon-only M size primary buttons",
|
812
825
|
},
|
@@ -816,14 +829,14 @@ module.exports = {
|
|
816
829
|
},
|
817
830
|
L: {
|
818
831
|
$type: "spacing",
|
819
|
-
$value:
|
832
|
+
$value: 14,
|
820
833
|
$description:
|
821
834
|
"Left and right padding on icon-only L size primary buttons",
|
822
835
|
filePath: "data/tokens/components/button.json",
|
823
836
|
isSource: true,
|
824
837
|
original: {
|
825
838
|
$type: "spacing",
|
826
|
-
$value: "{global.space.micro.
|
839
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
827
840
|
$description:
|
828
841
|
"Left and right padding on icon-only L size primary buttons",
|
829
842
|
},
|
@@ -832,6 +845,59 @@ module.exports = {
|
|
832
845
|
path: ["button", "space", "primary", "icononly", "x", "L"],
|
833
846
|
},
|
834
847
|
},
|
848
|
+
y: {
|
849
|
+
S: {
|
850
|
+
$type: "spacing",
|
851
|
+
$value: 6,
|
852
|
+
$description:
|
853
|
+
"Top and bottom padding on icon-only S size primary buttons",
|
854
|
+
filePath: "data/tokens/components/button.json",
|
855
|
+
isSource: true,
|
856
|
+
original: {
|
857
|
+
$type: "spacing",
|
858
|
+
$value: "{global.space.micro.M}",
|
859
|
+
$description:
|
860
|
+
"Top and bottom padding on icon-only S size primary buttons",
|
861
|
+
},
|
862
|
+
name: "buttonSpacePrimaryIcononlyYS",
|
863
|
+
attributes: {},
|
864
|
+
path: ["button", "space", "primary", "icononly", "y", "S"],
|
865
|
+
},
|
866
|
+
M: {
|
867
|
+
$type: "spacing",
|
868
|
+
$value: 10,
|
869
|
+
$description:
|
870
|
+
"Top and bottom padding on icon-only M size primary buttons",
|
871
|
+
filePath: "data/tokens/components/button.json",
|
872
|
+
isSource: true,
|
873
|
+
original: {
|
874
|
+
$type: "spacing",
|
875
|
+
$value: "{global.space.micro.XL}",
|
876
|
+
$description:
|
877
|
+
"Top and bottom padding on icon-only M size primary buttons",
|
878
|
+
},
|
879
|
+
name: "buttonSpacePrimaryIcononlyYM",
|
880
|
+
attributes: {},
|
881
|
+
path: ["button", "space", "primary", "icononly", "y", "M"],
|
882
|
+
},
|
883
|
+
L: {
|
884
|
+
$type: "spacing",
|
885
|
+
$value: 14,
|
886
|
+
$description:
|
887
|
+
"Top and bottom padding on icon-only L size primary buttons",
|
888
|
+
filePath: "data/tokens/components/button.json",
|
889
|
+
isSource: true,
|
890
|
+
original: {
|
891
|
+
$type: "spacing",
|
892
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
893
|
+
$description:
|
894
|
+
"Top and bottom padding on icon-only L size primary buttons",
|
895
|
+
},
|
896
|
+
name: "buttonSpacePrimaryIcononlyYL",
|
897
|
+
attributes: {},
|
898
|
+
path: ["button", "space", "primary", "icononly", "y", "L"],
|
899
|
+
},
|
900
|
+
},
|
835
901
|
},
|
836
902
|
},
|
837
903
|
secondary: {
|
@@ -960,6 +1026,21 @@ module.exports = {
|
|
960
1026
|
},
|
961
1027
|
},
|
962
1028
|
xg: {
|
1029
|
+
XS: {
|
1030
|
+
$type: "spacing",
|
1031
|
+
$value: 4,
|
1032
|
+
$description: "Item spacing inside XS buttons",
|
1033
|
+
filePath: "data/tokens/components/button.json",
|
1034
|
+
isSource: true,
|
1035
|
+
original: {
|
1036
|
+
$type: "spacing",
|
1037
|
+
$value: "{global.space.micro.S}",
|
1038
|
+
$description: "Item spacing inside XS buttons",
|
1039
|
+
},
|
1040
|
+
name: "buttonSpaceSecondaryXgXs",
|
1041
|
+
attributes: {},
|
1042
|
+
path: ["button", "space", "secondary", "xg", "XS"],
|
1043
|
+
},
|
963
1044
|
S: {
|
964
1045
|
$type: "spacing",
|
965
1046
|
$value: 8,
|
@@ -1005,34 +1086,36 @@ module.exports = {
|
|
1005
1086
|
attributes: {},
|
1006
1087
|
path: ["button", "space", "secondary", "xg", "L"],
|
1007
1088
|
},
|
1008
|
-
XS: {
|
1009
|
-
$type: "spacing",
|
1010
|
-
$value: 4,
|
1011
|
-
$description: "Item spacing inside XS buttons",
|
1012
|
-
filePath: "data/tokens/components/button.json",
|
1013
|
-
isSource: true,
|
1014
|
-
original: {
|
1015
|
-
$type: "spacing",
|
1016
|
-
$value: "{global.space.micro.S}",
|
1017
|
-
$description: "Item spacing inside XS buttons",
|
1018
|
-
},
|
1019
|
-
name: "buttonSpaceSecondaryXgXs",
|
1020
|
-
attributes: {},
|
1021
|
-
path: ["button", "space", "secondary", "xg", "XS"],
|
1022
|
-
},
|
1023
1089
|
},
|
1024
1090
|
icononly: {
|
1025
1091
|
x: {
|
1026
|
-
|
1092
|
+
XS: {
|
1027
1093
|
$type: "spacing",
|
1028
1094
|
$value: 4,
|
1029
1095
|
$description:
|
1030
|
-
"Left and right padding on icon-only
|
1096
|
+
"Left and right padding on icon-only XS size secondary buttons",
|
1031
1097
|
filePath: "data/tokens/components/button.json",
|
1032
1098
|
isSource: true,
|
1033
1099
|
original: {
|
1034
1100
|
$type: "spacing",
|
1035
1101
|
$value: "{global.space.micro.S}",
|
1102
|
+
$description:
|
1103
|
+
"Left and right padding on icon-only XS size secondary buttons",
|
1104
|
+
},
|
1105
|
+
name: "buttonSpaceSecondaryIcononlyXXs",
|
1106
|
+
attributes: {},
|
1107
|
+
path: ["button", "space", "secondary", "icononly", "x", "XS"],
|
1108
|
+
},
|
1109
|
+
S: {
|
1110
|
+
$type: "spacing",
|
1111
|
+
$value: 6,
|
1112
|
+
$description:
|
1113
|
+
"Left and right padding on icon-only S size secondary buttons",
|
1114
|
+
filePath: "data/tokens/components/button.json",
|
1115
|
+
isSource: true,
|
1116
|
+
original: {
|
1117
|
+
$type: "spacing",
|
1118
|
+
$value: "{global.space.micro.M}",
|
1036
1119
|
$description:
|
1037
1120
|
"Left and right padding on icon-only S size secondary buttons",
|
1038
1121
|
},
|
@@ -1042,14 +1125,14 @@ module.exports = {
|
|
1042
1125
|
},
|
1043
1126
|
M: {
|
1044
1127
|
$type: "spacing",
|
1045
|
-
$value:
|
1128
|
+
$value: 10,
|
1046
1129
|
$description:
|
1047
1130
|
"Left and right padding on icon-only M size secondary buttons",
|
1048
1131
|
filePath: "data/tokens/components/button.json",
|
1049
1132
|
isSource: true,
|
1050
1133
|
original: {
|
1051
1134
|
$type: "spacing",
|
1052
|
-
$value: "{global.space.micro.
|
1135
|
+
$value: "{global.space.micro.XL}",
|
1053
1136
|
$description:
|
1054
1137
|
"Left and right padding on icon-only M size secondary buttons",
|
1055
1138
|
},
|
@@ -1059,14 +1142,14 @@ module.exports = {
|
|
1059
1142
|
},
|
1060
1143
|
L: {
|
1061
1144
|
$type: "spacing",
|
1062
|
-
$value:
|
1145
|
+
$value: 14,
|
1063
1146
|
$description:
|
1064
1147
|
"Left and right padding on icon-only L size secondary buttons",
|
1065
1148
|
filePath: "data/tokens/components/button.json",
|
1066
1149
|
isSource: true,
|
1067
1150
|
original: {
|
1068
1151
|
$type: "spacing",
|
1069
|
-
$value: "{global.space.micro.
|
1152
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1070
1153
|
$description:
|
1071
1154
|
"Left and right padding on icon-only L size secondary buttons",
|
1072
1155
|
},
|
@@ -1075,6 +1158,76 @@ module.exports = {
|
|
1075
1158
|
path: ["button", "space", "secondary", "icononly", "x", "L"],
|
1076
1159
|
},
|
1077
1160
|
},
|
1161
|
+
y: {
|
1162
|
+
XS: {
|
1163
|
+
$type: "spacing",
|
1164
|
+
$value: 4,
|
1165
|
+
$description:
|
1166
|
+
"Top and bottom padding on icon-only XS size secondary buttons",
|
1167
|
+
filePath: "data/tokens/components/button.json",
|
1168
|
+
isSource: true,
|
1169
|
+
original: {
|
1170
|
+
$type: "spacing",
|
1171
|
+
$value: "{global.space.micro.S}",
|
1172
|
+
$description:
|
1173
|
+
"Top and bottom padding on icon-only XS size secondary buttons",
|
1174
|
+
},
|
1175
|
+
name: "buttonSpaceSecondaryIcononlyYXs",
|
1176
|
+
attributes: {},
|
1177
|
+
path: ["button", "space", "secondary", "icononly", "y", "XS"],
|
1178
|
+
},
|
1179
|
+
S: {
|
1180
|
+
$type: "spacing",
|
1181
|
+
$value: 6,
|
1182
|
+
$description:
|
1183
|
+
"Top and bottom padding on icon-only S size secondary buttons",
|
1184
|
+
filePath: "data/tokens/components/button.json",
|
1185
|
+
isSource: true,
|
1186
|
+
original: {
|
1187
|
+
$type: "spacing",
|
1188
|
+
$value: "{global.space.micro.M}",
|
1189
|
+
$description:
|
1190
|
+
"Top and bottom padding on icon-only S size secondary buttons",
|
1191
|
+
},
|
1192
|
+
name: "buttonSpaceSecondaryIcononlyYS",
|
1193
|
+
attributes: {},
|
1194
|
+
path: ["button", "space", "secondary", "icononly", "y", "S"],
|
1195
|
+
},
|
1196
|
+
M: {
|
1197
|
+
$type: "spacing",
|
1198
|
+
$value: 10,
|
1199
|
+
$description:
|
1200
|
+
"Top and bottom padding on icon-only M size secondary buttons",
|
1201
|
+
filePath: "data/tokens/components/button.json",
|
1202
|
+
isSource: true,
|
1203
|
+
original: {
|
1204
|
+
$type: "spacing",
|
1205
|
+
$value: "{global.space.micro.XL}",
|
1206
|
+
$description:
|
1207
|
+
"Top and bottom padding on icon-only M size secondary buttons",
|
1208
|
+
},
|
1209
|
+
name: "buttonSpaceSecondaryIcononlyYM",
|
1210
|
+
attributes: {},
|
1211
|
+
path: ["button", "space", "secondary", "icononly", "y", "M"],
|
1212
|
+
},
|
1213
|
+
L: {
|
1214
|
+
$type: "spacing",
|
1215
|
+
$value: 14,
|
1216
|
+
$description:
|
1217
|
+
"Top and bottom padding on icon-only L size secondary buttons",
|
1218
|
+
filePath: "data/tokens/components/button.json",
|
1219
|
+
isSource: true,
|
1220
|
+
original: {
|
1221
|
+
$type: "spacing",
|
1222
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1223
|
+
$description:
|
1224
|
+
"Top and bottom padding on icon-only L size secondary buttons",
|
1225
|
+
},
|
1226
|
+
name: "buttonSpaceSecondaryIcononlyYL",
|
1227
|
+
attributes: {},
|
1228
|
+
path: ["button", "space", "secondary", "icononly", "y", "L"],
|
1229
|
+
},
|
1230
|
+
},
|
1078
1231
|
},
|
1079
1232
|
},
|
1080
1233
|
tertiary: {
|
@@ -1266,16 +1419,33 @@ module.exports = {
|
|
1266
1419
|
},
|
1267
1420
|
icononly: {
|
1268
1421
|
x: {
|
1269
|
-
|
1422
|
+
XS: {
|
1270
1423
|
$type: "spacing",
|
1271
1424
|
$value: 4,
|
1272
1425
|
$description:
|
1273
|
-
"Left and right padding on icon-only
|
1426
|
+
"Left and right padding on icon-only XS size tertiary buttons",
|
1274
1427
|
filePath: "data/tokens/components/button.json",
|
1275
1428
|
isSource: true,
|
1276
1429
|
original: {
|
1277
1430
|
$type: "spacing",
|
1278
1431
|
$value: "{global.space.micro.S}",
|
1432
|
+
$description:
|
1433
|
+
"Left and right padding on icon-only XS size tertiary buttons",
|
1434
|
+
},
|
1435
|
+
name: "buttonSpaceTertiaryIcononlyXXs",
|
1436
|
+
attributes: {},
|
1437
|
+
path: ["button", "space", "tertiary", "icononly", "x", "XS"],
|
1438
|
+
},
|
1439
|
+
S: {
|
1440
|
+
$type: "spacing",
|
1441
|
+
$value: 6,
|
1442
|
+
$description:
|
1443
|
+
"Left and right padding on icon-only S size tertiary buttons",
|
1444
|
+
filePath: "data/tokens/components/button.json",
|
1445
|
+
isSource: true,
|
1446
|
+
original: {
|
1447
|
+
$type: "spacing",
|
1448
|
+
$value: "{global.space.micro.M}",
|
1279
1449
|
$description:
|
1280
1450
|
"Left and right padding on icon-only S size tertiary buttons",
|
1281
1451
|
},
|
@@ -1285,14 +1455,14 @@ module.exports = {
|
|
1285
1455
|
},
|
1286
1456
|
M: {
|
1287
1457
|
$type: "spacing",
|
1288
|
-
$value:
|
1458
|
+
$value: 10,
|
1289
1459
|
$description:
|
1290
1460
|
"Left and right padding on icon-only M size tertiary buttons",
|
1291
1461
|
filePath: "data/tokens/components/button.json",
|
1292
1462
|
isSource: true,
|
1293
1463
|
original: {
|
1294
1464
|
$type: "spacing",
|
1295
|
-
$value: "{global.space.micro.
|
1465
|
+
$value: "{global.space.micro.XL}",
|
1296
1466
|
$description:
|
1297
1467
|
"Left and right padding on icon-only M size tertiary buttons",
|
1298
1468
|
},
|
@@ -1302,14 +1472,14 @@ module.exports = {
|
|
1302
1472
|
},
|
1303
1473
|
L: {
|
1304
1474
|
$type: "spacing",
|
1305
|
-
$value:
|
1475
|
+
$value: 14,
|
1306
1476
|
$description:
|
1307
1477
|
"Left and right padding on icon-only L size tertiary buttons",
|
1308
1478
|
filePath: "data/tokens/components/button.json",
|
1309
1479
|
isSource: true,
|
1310
1480
|
original: {
|
1311
1481
|
$type: "spacing",
|
1312
|
-
$value: "{global.space.micro.
|
1482
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1313
1483
|
$description:
|
1314
1484
|
"Left and right padding on icon-only L size tertiary buttons",
|
1315
1485
|
},
|
@@ -1318,6 +1488,76 @@ module.exports = {
|
|
1318
1488
|
path: ["button", "space", "tertiary", "icononly", "x", "L"],
|
1319
1489
|
},
|
1320
1490
|
},
|
1491
|
+
y: {
|
1492
|
+
XS: {
|
1493
|
+
$type: "spacing",
|
1494
|
+
$value: 4,
|
1495
|
+
$description:
|
1496
|
+
"Top and bottom padding on icon-only XS size tertiary buttons",
|
1497
|
+
filePath: "data/tokens/components/button.json",
|
1498
|
+
isSource: true,
|
1499
|
+
original: {
|
1500
|
+
$type: "spacing",
|
1501
|
+
$value: "{global.space.micro.S}",
|
1502
|
+
$description:
|
1503
|
+
"Top and bottom padding on icon-only XS size tertiary buttons",
|
1504
|
+
},
|
1505
|
+
name: "buttonSpaceTertiaryIcononlyYXs",
|
1506
|
+
attributes: {},
|
1507
|
+
path: ["button", "space", "tertiary", "icononly", "y", "XS"],
|
1508
|
+
},
|
1509
|
+
S: {
|
1510
|
+
$type: "spacing",
|
1511
|
+
$value: 6,
|
1512
|
+
$description:
|
1513
|
+
"Top and bottom padding on icon-only S size tertiary buttons",
|
1514
|
+
filePath: "data/tokens/components/button.json",
|
1515
|
+
isSource: true,
|
1516
|
+
original: {
|
1517
|
+
$type: "spacing",
|
1518
|
+
$value: "{global.space.micro.M}",
|
1519
|
+
$description:
|
1520
|
+
"Top and bottom padding on icon-only S size tertiary buttons",
|
1521
|
+
},
|
1522
|
+
name: "buttonSpaceTertiaryIcononlyYS",
|
1523
|
+
attributes: {},
|
1524
|
+
path: ["button", "space", "tertiary", "icononly", "y", "S"],
|
1525
|
+
},
|
1526
|
+
M: {
|
1527
|
+
$type: "spacing",
|
1528
|
+
$value: 10,
|
1529
|
+
$description:
|
1530
|
+
"Top and bottom padding on icon-only M size tertiary buttons",
|
1531
|
+
filePath: "data/tokens/components/button.json",
|
1532
|
+
isSource: true,
|
1533
|
+
original: {
|
1534
|
+
$type: "spacing",
|
1535
|
+
$value: "{global.space.micro.XL}",
|
1536
|
+
$description:
|
1537
|
+
"Top and bottom padding on icon-only M size tertiary buttons",
|
1538
|
+
},
|
1539
|
+
name: "buttonSpaceTertiaryIcononlyYM",
|
1540
|
+
attributes: {},
|
1541
|
+
path: ["button", "space", "tertiary", "icononly", "y", "M"],
|
1542
|
+
},
|
1543
|
+
L: {
|
1544
|
+
$type: "spacing",
|
1545
|
+
$value: 14,
|
1546
|
+
$description:
|
1547
|
+
"Top and bottom padding on icon-only L size tertiary buttons",
|
1548
|
+
filePath: "data/tokens/components/button.json",
|
1549
|
+
isSource: true,
|
1550
|
+
original: {
|
1551
|
+
$type: "spacing",
|
1552
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1553
|
+
$description:
|
1554
|
+
"Top and bottom padding on icon-only L size tertiary buttons",
|
1555
|
+
},
|
1556
|
+
name: "buttonSpaceTertiaryIcononlyYL",
|
1557
|
+
attributes: {},
|
1558
|
+
path: ["button", "space", "tertiary", "icononly", "y", "L"],
|
1559
|
+
},
|
1560
|
+
},
|
1321
1561
|
},
|
1322
1562
|
},
|
1323
1563
|
subtle: {
|
@@ -1509,16 +1749,33 @@ module.exports = {
|
|
1509
1749
|
},
|
1510
1750
|
icononly: {
|
1511
1751
|
x: {
|
1512
|
-
|
1752
|
+
XS: {
|
1513
1753
|
$type: "spacing",
|
1514
1754
|
$value: 4,
|
1515
1755
|
$description:
|
1516
|
-
"Left and right padding on icon-only
|
1756
|
+
"Left and right padding on icon-only XS size subtle buttons",
|
1517
1757
|
filePath: "data/tokens/components/button.json",
|
1518
1758
|
isSource: true,
|
1519
1759
|
original: {
|
1520
1760
|
$type: "spacing",
|
1521
1761
|
$value: "{global.space.micro.S}",
|
1762
|
+
$description:
|
1763
|
+
"Left and right padding on icon-only XS size subtle buttons",
|
1764
|
+
},
|
1765
|
+
name: "buttonSpaceSubtleIcononlyXXs",
|
1766
|
+
attributes: {},
|
1767
|
+
path: ["button", "space", "subtle", "icononly", "x", "XS"],
|
1768
|
+
},
|
1769
|
+
S: {
|
1770
|
+
$type: "spacing",
|
1771
|
+
$value: 6,
|
1772
|
+
$description:
|
1773
|
+
"Left and right padding on icon-only S size subtle buttons",
|
1774
|
+
filePath: "data/tokens/components/button.json",
|
1775
|
+
isSource: true,
|
1776
|
+
original: {
|
1777
|
+
$type: "spacing",
|
1778
|
+
$value: "{global.space.micro.M}",
|
1522
1779
|
$description:
|
1523
1780
|
"Left and right padding on icon-only S size subtle buttons",
|
1524
1781
|
},
|
@@ -1528,14 +1785,14 @@ module.exports = {
|
|
1528
1785
|
},
|
1529
1786
|
M: {
|
1530
1787
|
$type: "spacing",
|
1531
|
-
$value:
|
1788
|
+
$value: 10,
|
1532
1789
|
$description:
|
1533
1790
|
"Left and right padding on icon-only M size subtle buttons",
|
1534
1791
|
filePath: "data/tokens/components/button.json",
|
1535
1792
|
isSource: true,
|
1536
1793
|
original: {
|
1537
1794
|
$type: "spacing",
|
1538
|
-
$value: "{global.space.micro.
|
1795
|
+
$value: "{global.space.micro.XL}",
|
1539
1796
|
$description:
|
1540
1797
|
"Left and right padding on icon-only M size subtle buttons",
|
1541
1798
|
},
|
@@ -1545,14 +1802,14 @@ module.exports = {
|
|
1545
1802
|
},
|
1546
1803
|
L: {
|
1547
1804
|
$type: "spacing",
|
1548
|
-
$value:
|
1805
|
+
$value: 14,
|
1549
1806
|
$description:
|
1550
1807
|
"Left and right padding on icon-only L size subtle buttons",
|
1551
1808
|
filePath: "data/tokens/components/button.json",
|
1552
1809
|
isSource: true,
|
1553
1810
|
original: {
|
1554
1811
|
$type: "spacing",
|
1555
|
-
$value: "{global.space.micro.
|
1812
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1556
1813
|
$description:
|
1557
1814
|
"Left and right padding on icon-only L size subtle buttons",
|
1558
1815
|
},
|
@@ -1561,6 +1818,76 @@ module.exports = {
|
|
1561
1818
|
path: ["button", "space", "subtle", "icononly", "x", "L"],
|
1562
1819
|
},
|
1563
1820
|
},
|
1821
|
+
y: {
|
1822
|
+
XS: {
|
1823
|
+
$type: "spacing",
|
1824
|
+
$value: 4,
|
1825
|
+
$description:
|
1826
|
+
"Top and bottom padding on icon-only XS size subtle buttons",
|
1827
|
+
filePath: "data/tokens/components/button.json",
|
1828
|
+
isSource: true,
|
1829
|
+
original: {
|
1830
|
+
$type: "spacing",
|
1831
|
+
$value: "{global.space.micro.S}",
|
1832
|
+
$description:
|
1833
|
+
"Top and bottom padding on icon-only XS size subtle buttons",
|
1834
|
+
},
|
1835
|
+
name: "buttonSpaceSubtleIcononlyYXs",
|
1836
|
+
attributes: {},
|
1837
|
+
path: ["button", "space", "subtle", "icononly", "y", "XS"],
|
1838
|
+
},
|
1839
|
+
S: {
|
1840
|
+
$type: "spacing",
|
1841
|
+
$value: 6,
|
1842
|
+
$description:
|
1843
|
+
"Top and bottom padding on icon-only S size subtle buttons",
|
1844
|
+
filePath: "data/tokens/components/button.json",
|
1845
|
+
isSource: true,
|
1846
|
+
original: {
|
1847
|
+
$type: "spacing",
|
1848
|
+
$value: "{global.space.micro.M}",
|
1849
|
+
$description:
|
1850
|
+
"Top and bottom padding on icon-only S size subtle buttons",
|
1851
|
+
},
|
1852
|
+
name: "buttonSpaceSubtleIcononlyYS",
|
1853
|
+
attributes: {},
|
1854
|
+
path: ["button", "space", "subtle", "icononly", "y", "S"],
|
1855
|
+
},
|
1856
|
+
M: {
|
1857
|
+
$type: "spacing",
|
1858
|
+
$value: 10,
|
1859
|
+
$description:
|
1860
|
+
"Top and bottom padding on icon-only M size subtle buttons",
|
1861
|
+
filePath: "data/tokens/components/button.json",
|
1862
|
+
isSource: true,
|
1863
|
+
original: {
|
1864
|
+
$type: "spacing",
|
1865
|
+
$value: "{global.space.micro.XL}",
|
1866
|
+
$description:
|
1867
|
+
"Top and bottom padding on icon-only M size subtle buttons",
|
1868
|
+
},
|
1869
|
+
name: "buttonSpaceSubtleIcononlyYM",
|
1870
|
+
attributes: {},
|
1871
|
+
path: ["button", "space", "subtle", "icononly", "y", "M"],
|
1872
|
+
},
|
1873
|
+
L: {
|
1874
|
+
$type: "spacing",
|
1875
|
+
$value: 14,
|
1876
|
+
$description:
|
1877
|
+
"Top and bottom padding on icon-only L size subtle buttons",
|
1878
|
+
filePath: "data/tokens/components/button.json",
|
1879
|
+
isSource: true,
|
1880
|
+
original: {
|
1881
|
+
$type: "spacing",
|
1882
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1883
|
+
$description:
|
1884
|
+
"Top and bottom padding on icon-only L size subtle buttons",
|
1885
|
+
},
|
1886
|
+
name: "buttonSpaceSubtleIcononlyYL",
|
1887
|
+
attributes: {},
|
1888
|
+
path: ["button", "space", "subtle", "icononly", "y", "L"],
|
1889
|
+
},
|
1890
|
+
},
|
1564
1891
|
},
|
1565
1892
|
},
|
1566
1893
|
toggle: {
|