@sage/design-tokens 8.1.0 → 8.2.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 +2 -1
- package/css/frozenproduct/large/components/form.css +2 -1
- package/css/frozenproduct/small/components/form.css +2 -1
- package/css/marketing/all.css +2 -1
- package/css/marketing/large/components/form.css +2 -1
- package/css/marketing/small/components/form.css +2 -1
- package/css/product/all.css +2 -1
- package/css/product/large/components/form.css +2 -1
- package/css/product/small/components/form.css +2 -1
- package/ios/frozenproduct/large/dark/components/form.h +2 -1
- package/ios/frozenproduct/large/light/components/form.h +2 -1
- package/ios/frozenproduct/small/dark/components/form.h +2 -1
- package/ios/frozenproduct/small/light/components/form.h +2 -1
- package/ios/marketing/large/dark/components/form.h +2 -1
- package/ios/marketing/large/light/components/form.h +2 -1
- package/ios/marketing/small/dark/components/form.h +2 -1
- package/ios/marketing/small/light/components/form.h +2 -1
- package/ios/product/large/dark/components/form.h +2 -1
- package/ios/product/large/light/components/form.h +2 -1
- package/ios/product/small/dark/components/form.h +2 -1
- package/ios/product/small/light/components/form.h +2 -1
- package/js/common/frozenproduct/large/dark/components/form.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/form.js +18 -1
- package/js/common/frozenproduct/large/light/components/form.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/form.js +18 -1
- package/js/common/frozenproduct/small/dark/components/form.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/form.js +18 -1
- package/js/common/frozenproduct/small/light/components/form.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/form.js +18 -1
- package/js/common/marketing/large/dark/components/form.d.ts +1 -0
- package/js/common/marketing/large/dark/components/form.js +18 -1
- package/js/common/marketing/large/light/components/form.d.ts +1 -0
- package/js/common/marketing/large/light/components/form.js +18 -1
- package/js/common/marketing/small/dark/components/form.d.ts +1 -0
- package/js/common/marketing/small/dark/components/form.js +18 -1
- package/js/common/marketing/small/light/components/form.d.ts +1 -0
- package/js/common/marketing/small/light/components/form.js +18 -1
- package/js/common/product/large/dark/components/form.d.ts +1 -0
- package/js/common/product/large/dark/components/form.js +18 -1
- package/js/common/product/large/light/components/form.d.ts +1 -0
- package/js/common/product/large/light/components/form.js +18 -1
- package/js/common/product/small/dark/components/form.d.ts +1 -0
- package/js/common/product/small/dark/components/form.js +18 -1
- package/js/common/product/small/light/components/form.d.ts +1 -0
- package/js/common/product/small/light/components/form.js +18 -1
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +2 -1
- package/js/es6/frozenproduct/large/light/components/form.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/form.js +2 -1
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +2 -1
- package/js/es6/frozenproduct/small/light/components/form.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/form.js +2 -1
- package/js/es6/marketing/large/dark/components/form.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/form.js +2 -1
- package/js/es6/marketing/large/light/components/form.d.ts +1 -0
- package/js/es6/marketing/large/light/components/form.js +2 -1
- package/js/es6/marketing/small/dark/components/form.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/form.js +2 -1
- package/js/es6/marketing/small/light/components/form.d.ts +1 -0
- package/js/es6/marketing/small/light/components/form.js +2 -1
- package/js/es6/product/large/dark/components/form.d.ts +1 -0
- package/js/es6/product/large/dark/components/form.js +2 -1
- package/js/es6/product/large/light/components/form.d.ts +1 -0
- package/js/es6/product/large/light/components/form.js +2 -1
- package/js/es6/product/small/dark/components/form.d.ts +1 -0
- package/js/es6/product/small/dark/components/form.js +2 -1
- package/js/es6/product/small/light/components/form.d.ts +1 -0
- package/js/es6/product/small/light/components/form.js +2 -1
- package/js/umd/frozenproduct/large/dark/components/form.js +18 -1
- package/js/umd/frozenproduct/large/light/components/form.js +18 -1
- package/js/umd/frozenproduct/small/dark/components/form.js +18 -1
- package/js/umd/frozenproduct/small/light/components/form.js +18 -1
- package/js/umd/marketing/large/dark/components/form.js +18 -1
- package/js/umd/marketing/large/light/components/form.js +18 -1
- package/js/umd/marketing/small/dark/components/form.js +18 -1
- package/js/umd/marketing/small/light/components/form.js +18 -1
- package/js/umd/product/large/dark/components/form.js +18 -1
- package/js/umd/product/large/light/components/form.js +18 -1
- package/js/umd/product/small/dark/components/form.js +18 -1
- package/js/umd/product/small/light/components/form.js +18 -1
- package/json/flat/frozenproduct/large/dark/components/form.json +2 -1
- package/json/flat/frozenproduct/large/light/components/form.json +2 -1
- package/json/flat/frozenproduct/small/dark/components/form.json +2 -1
- package/json/flat/frozenproduct/small/light/components/form.json +2 -1
- package/json/flat/marketing/large/dark/components/form.json +2 -1
- package/json/flat/marketing/large/light/components/form.json +2 -1
- package/json/flat/marketing/small/dark/components/form.json +2 -1
- package/json/flat/marketing/small/light/components/form.json +2 -1
- package/json/flat/product/large/dark/components/form.json +2 -1
- package/json/flat/product/large/light/components/form.json +2 -1
- package/json/flat/product/small/dark/components/form.json +2 -1
- package/json/flat/product/small/light/components/form.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/form.json +2 -1
- package/json/nested/frozenproduct/large/light/components/form.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/form.json +2 -1
- package/json/nested/frozenproduct/small/light/components/form.json +2 -1
- package/json/nested/marketing/large/dark/components/form.json +2 -1
- package/json/nested/marketing/large/light/components/form.json +2 -1
- package/json/nested/marketing/small/dark/components/form.json +2 -1
- package/json/nested/marketing/small/light/components/form.json +2 -1
- package/json/nested/product/large/dark/components/form.json +2 -1
- package/json/nested/product/large/light/components/form.json +2 -1
- package/json/nested/product/small/dark/components/form.json +2 -1
- package/json/nested/product/small/light/components/form.json +2 -1
- package/package.json +1 -1
- package/sage-design-tokens-8.2.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +23 -23
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +9 -8
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +3 -3
- 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/small/components/button.scss +23 -23
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/form.scss +9 -8
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +3 -3
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/button.scss +23 -23
- package/scss/marketing/large/components/container.scss +9 -9
- package/scss/marketing/large/components/form.scss +2 -1
- package/scss/marketing/large/components/nav.scss +3 -3
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +3 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/small/components/button.scss +23 -23
- package/scss/marketing/small/components/container.scss +9 -9
- package/scss/marketing/small/components/form.scss +9 -8
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +3 -3
- 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/product/large/components/form.scss +2 -1
- package/scss/product/small/components/button.scss +23 -23
- package/scss/product/small/components/container.scss +9 -9
- package/scss/product/small/components/form.scss +9 -8
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/nav.scss +3 -3
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +3 -3
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +10 -10
- package/sage-design-tokens-8.1.0.tgz +0 -0
|
@@ -1057,7 +1057,8 @@
|
|
|
1057
1057
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
1058
1058
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
1059
1059
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1060
|
-
--form-space-checkradio-y-
|
|
1060
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1061
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1061
1062
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
1062
1063
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
1063
1064
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
54
54
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
55
55
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
56
|
-
--form-space-checkradio-y-
|
|
56
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
58
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
58
59
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
59
60
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
54
54
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
55
55
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
56
|
-
--form-space-checkradio-y-
|
|
56
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
58
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
58
59
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
59
60
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
package/css/marketing/all.css
CHANGED
|
@@ -1057,7 +1057,8 @@
|
|
|
1057
1057
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
1058
1058
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
1059
1059
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1060
|
-
--form-space-checkradio-y-
|
|
1060
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1061
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1061
1062
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
1062
1063
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
1063
1064
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
54
54
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
55
55
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
56
|
-
--form-space-checkradio-y-
|
|
56
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
58
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
58
59
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
59
60
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
54
54
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
55
55
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
56
|
-
--form-space-checkradio-y-
|
|
56
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
58
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
58
59
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
59
60
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
package/css/product/all.css
CHANGED
|
@@ -1057,7 +1057,8 @@
|
|
|
1057
1057
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
1058
1058
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
1059
1059
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1060
|
-
--form-space-checkradio-y-
|
|
1060
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1061
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
1061
1062
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
1062
1063
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
1063
1064
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
54
54
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
55
55
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
56
|
-
--form-space-checkradio-y-
|
|
56
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
58
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
58
59
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
59
60
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
--form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
|
|
54
54
|
--form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
|
|
55
55
|
--form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
56
|
-
--form-space-checkradio-y-
|
|
56
|
+
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
|
+
--form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
|
57
58
|
--form-space-colorpicker-x-m: var(--global-space-macro-m);
|
|
58
59
|
--form-space-colorpicker-xg-m: var(--global-space-macro-xs);
|
|
59
60
|
--form-space-colorpicker-y-m: var(--global-space-macro-m);
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 24
|
|
23
24
|
#define formSpaceColorpickerXgM 16
|
|
24
25
|
#define formSpaceColorpickerYM 24
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 24
|
|
23
24
|
#define formSpaceColorpickerXgM 16
|
|
24
25
|
#define formSpaceColorpickerYM 24
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 19.2
|
|
23
24
|
#define formSpaceColorpickerXgM 12.8
|
|
24
25
|
#define formSpaceColorpickerYM 19.2
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 19.2
|
|
23
24
|
#define formSpaceColorpickerXgM 12.8
|
|
24
25
|
#define formSpaceColorpickerYM 19.2
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 24
|
|
23
24
|
#define formSpaceColorpickerXgM 16
|
|
24
25
|
#define formSpaceColorpickerYM 24
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 24
|
|
23
24
|
#define formSpaceColorpickerXgM 16
|
|
24
25
|
#define formSpaceColorpickerYM 24
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 19.2
|
|
23
24
|
#define formSpaceColorpickerXgM 12.8
|
|
24
25
|
#define formSpaceColorpickerYM 19.2
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 19.2
|
|
23
24
|
#define formSpaceColorpickerXgM 12.8
|
|
24
25
|
#define formSpaceColorpickerYM 19.2
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 24
|
|
23
24
|
#define formSpaceColorpickerXgM 16
|
|
24
25
|
#define formSpaceColorpickerYM 24
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 24
|
|
23
24
|
#define formSpaceColorpickerXgM 16
|
|
24
25
|
#define formSpaceColorpickerYM 24
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 19.2
|
|
23
24
|
#define formSpaceColorpickerXgM 12.8
|
|
24
25
|
#define formSpaceColorpickerYM 19.2
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
#define formSpaceChipYgM 8
|
|
19
19
|
#define formSpaceChipYgL 12
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
|
21
|
-
#define
|
|
21
|
+
#define formSpaceCheckradioYM 2
|
|
22
|
+
#define formSpaceCheckradioYL 4
|
|
22
23
|
#define formSpaceColorpickerXM 19.2
|
|
23
24
|
#define formSpaceColorpickerXgM 12.8
|
|
24
25
|
#define formSpaceColorpickerYM 19.2
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|
|
@@ -156,7 +156,7 @@ module.exports = {
|
|
|
156
156
|
attributes: {},
|
|
157
157
|
path: ["form", "space", "checkradio", "y", "S"],
|
|
158
158
|
},
|
|
159
|
-
|
|
159
|
+
M: {
|
|
160
160
|
$type: "spacing",
|
|
161
161
|
$value: 2,
|
|
162
162
|
$description:
|
|
@@ -169,6 +169,23 @@ module.exports = {
|
|
|
169
169
|
$description:
|
|
170
170
|
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
171
171
|
},
|
|
172
|
+
name: "formSpaceCheckradioYM",
|
|
173
|
+
attributes: {},
|
|
174
|
+
path: ["form", "space", "checkradio", "y", "M"],
|
|
175
|
+
},
|
|
176
|
+
L: {
|
|
177
|
+
$type: "spacing",
|
|
178
|
+
$value: 4,
|
|
179
|
+
$description:
|
|
180
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
181
|
+
filePath: "data/tokens/components/form.json",
|
|
182
|
+
isSource: true,
|
|
183
|
+
original: {
|
|
184
|
+
$type: "spacing",
|
|
185
|
+
$value: "{global.space.micro.XS} * 2",
|
|
186
|
+
$description:
|
|
187
|
+
"Space above single checkbox/radio OR label to vertically centre checkbox and label.",
|
|
188
|
+
},
|
|
172
189
|
name: "formSpaceCheckradioYL",
|
|
173
190
|
attributes: {},
|
|
174
191
|
path: ["form", "space", "checkradio", "y", "L"],
|