@sage/design-tokens 14.3.0 → 14.4.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 +3 -0
- package/css/frozenproduct/large/components/form.css +3 -0
- package/css/frozenproduct/small/components/form.css +3 -0
- package/css/marketing/all.css +3 -0
- package/css/marketing/large/components/container.css +10 -10
- package/css/marketing/large/components/form.css +3 -0
- package/css/marketing/small/components/form.css +3 -0
- package/css/product/all.css +3 -0
- package/css/product/large/components/form.css +3 -0
- package/css/product/small/components/form.css +3 -0
- package/ios/frozenproduct/large/dark/components/form.h +3 -0
- package/ios/frozenproduct/large/light/components/form.h +3 -0
- package/ios/frozenproduct/small/dark/components/form.h +3 -0
- package/ios/frozenproduct/small/light/components/form.h +3 -0
- package/ios/marketing/large/dark/components/form.h +3 -0
- package/ios/marketing/large/light/components/form.h +3 -0
- package/ios/marketing/small/dark/components/form.h +3 -0
- package/ios/marketing/small/light/components/form.h +3 -0
- package/ios/product/large/dark/components/form.h +3 -0
- package/ios/product/large/light/components/form.h +3 -0
- package/ios/product/small/dark/components/form.h +3 -0
- package/ios/product/small/light/components/form.h +3 -0
- package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/form.js +49 -0
- package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/form.js +49 -0
- package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/form.js +49 -0
- package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/form.js +49 -0
- package/js/common/marketing/large/dark/components/form.d.ts +7 -0
- package/js/common/marketing/large/dark/components/form.js +49 -0
- package/js/common/marketing/large/light/components/form.d.ts +7 -0
- package/js/common/marketing/large/light/components/form.js +49 -0
- package/js/common/marketing/small/dark/components/form.d.ts +7 -0
- package/js/common/marketing/small/dark/components/form.js +49 -0
- package/js/common/marketing/small/light/components/form.d.ts +7 -0
- package/js/common/marketing/small/light/components/form.js +49 -0
- package/js/common/product/large/dark/components/form.d.ts +7 -0
- package/js/common/product/large/dark/components/form.js +49 -0
- package/js/common/product/large/light/components/form.d.ts +7 -0
- package/js/common/product/large/light/components/form.js +49 -0
- package/js/common/product/small/dark/components/form.d.ts +7 -0
- package/js/common/product/small/dark/components/form.js +49 -0
- package/js/common/product/small/light/components/form.d.ts +7 -0
- package/js/common/product/small/light/components/form.js +49 -0
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +3 -0
- package/js/es6/frozenproduct/large/light/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/large/light/components/form.js +3 -0
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +3 -0
- package/js/es6/frozenproduct/small/light/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/small/light/components/form.js +3 -0
- package/js/es6/marketing/large/dark/components/form.d.ts +3 -0
- package/js/es6/marketing/large/dark/components/form.js +3 -0
- package/js/es6/marketing/large/light/components/form.d.ts +3 -0
- package/js/es6/marketing/large/light/components/form.js +3 -0
- package/js/es6/marketing/small/dark/components/form.d.ts +3 -0
- package/js/es6/marketing/small/dark/components/form.js +3 -0
- package/js/es6/marketing/small/light/components/form.d.ts +3 -0
- package/js/es6/marketing/small/light/components/form.js +3 -0
- package/js/es6/product/large/dark/components/form.d.ts +3 -0
- package/js/es6/product/large/dark/components/form.js +3 -0
- package/js/es6/product/large/light/components/form.d.ts +3 -0
- package/js/es6/product/large/light/components/form.js +3 -0
- package/js/es6/product/small/dark/components/form.d.ts +3 -0
- package/js/es6/product/small/dark/components/form.js +3 -0
- package/js/es6/product/small/light/components/form.d.ts +3 -0
- package/js/es6/product/small/light/components/form.js +3 -0
- package/js/umd/frozenproduct/large/dark/components/form.js +49 -0
- package/js/umd/frozenproduct/large/light/components/form.js +49 -0
- package/js/umd/frozenproduct/small/dark/components/form.js +49 -0
- package/js/umd/frozenproduct/small/light/components/form.js +49 -0
- package/js/umd/marketing/large/dark/components/form.js +49 -0
- package/js/umd/marketing/large/light/components/form.js +49 -0
- package/js/umd/marketing/small/dark/components/form.js +49 -0
- package/js/umd/marketing/small/light/components/form.js +49 -0
- package/js/umd/product/large/dark/components/form.js +49 -0
- package/js/umd/product/large/light/components/form.js +49 -0
- package/js/umd/product/small/dark/components/form.js +49 -0
- package/js/umd/product/small/light/components/form.js +49 -0
- package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/large/light/components/form.json +3 -0
- package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/small/light/components/form.json +3 -0
- package/json/flat/marketing/large/dark/components/form.json +3 -0
- package/json/flat/marketing/large/light/components/form.json +3 -0
- package/json/flat/marketing/small/dark/components/form.json +3 -0
- package/json/flat/marketing/small/light/components/form.json +3 -0
- package/json/flat/product/large/dark/components/form.json +3 -0
- package/json/flat/product/large/light/components/form.json +3 -0
- package/json/flat/product/small/dark/components/form.json +3 -0
- package/json/flat/product/small/light/components/form.json +3 -0
- package/json/nested/frozenproduct/large/dark/components/form.json +7 -0
- package/json/nested/frozenproduct/large/light/components/form.json +7 -0
- package/json/nested/frozenproduct/small/dark/components/form.json +7 -0
- package/json/nested/frozenproduct/small/light/components/form.json +7 -0
- package/json/nested/marketing/large/dark/components/form.json +7 -0
- package/json/nested/marketing/large/light/components/form.json +7 -0
- package/json/nested/marketing/small/dark/components/form.json +7 -0
- package/json/nested/marketing/small/light/components/form.json +7 -0
- package/json/nested/product/large/dark/components/form.json +7 -0
- package/json/nested/product/large/light/components/form.json +7 -0
- package/json/nested/product/small/dark/components/form.json +7 -0
- package/json/nested/product/small/light/components/form.json +7 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.4.0.tgz +0 -0
- package/scss/frozenproduct/large/components/form.scss +3 -0
- package/scss/frozenproduct/small/components/form.scss +3 -0
- package/scss/marketing/large/components/form.scss +3 -0
- package/scss/marketing/small/components/form.scss +3 -0
- package/scss/product/large/components/button.scss +13 -13
- package/scss/product/large/components/container.scss +10 -10
- package/scss/product/large/components/form.scss +10 -7
- 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/small/components/form.scss +3 -0
- package/sage-design-tokens-14.3.0.tgz +0 -0
@@ -1474,6 +1474,9 @@
|
|
1474
1474
|
--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. */
|
1475
1475
|
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
1476
1476
|
--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. */
|
1477
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
1478
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
1479
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
1477
1480
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
1478
1481
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
1479
1482
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -55,6 +55,9 @@
|
|
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
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
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. */
|
58
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
59
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
60
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
58
61
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
59
62
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
60
63
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -55,6 +55,9 @@
|
|
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
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
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. */
|
58
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
59
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
60
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
58
61
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
59
62
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
60
63
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
package/css/marketing/all.css
CHANGED
@@ -1474,6 +1474,9 @@
|
|
1474
1474
|
--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. */
|
1475
1475
|
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
1476
1476
|
--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. */
|
1477
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
1478
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
1479
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
1477
1480
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
1478
1481
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
1479
1482
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -15,17 +15,12 @@
|
|
15
15
|
--container-color-ai-nudge-border-ai-vertical: var(--modes-color-status-ai-default-vertical); /* left and right border for AI nudge message component */
|
16
16
|
--container-color-ai-tile-bordervertical: var(--modes-color-status-ai-default-vertical); /* left border for AI tiles and bubbles. */
|
17
17
|
--container-color-interactive-bg-footer-activated: var(--modes-color-status-positive-default); /* */
|
18
|
-
--container-color-interactive-bg-footer-active: var(--modes-color-interactive-monochrome-active);
|
19
18
|
--container-color-interactive-border-activated: var(--modes-color-status-positive-default);
|
20
19
|
--container-color-interactive-bg-footer-default: var(--modes-color-generic-bg-nought); /* tile footer bg color */
|
21
20
|
--container-color-interactive-bg-enabled: var(--modes-color-generic-bg-nought);
|
22
|
-
--container-color-interactive-border-active: var(--modes-color-interactive-monochrome-active);
|
23
|
-
--container-color-interactive-icon-active: var(--modes-color-interactive-monochrome-active); /* Active chevron for any accordion. */
|
24
|
-
--container-color-interactive-text-active: var(--modes-color-interactive-monochrome-active); /* Active label for any accordion. */
|
25
21
|
--container-color-interactive-detailedicon-bg: var(--modes-color-custom-default); /* */
|
26
22
|
--container-color-interactive-droptarget-bg-default: var(--modes-color-status-info-default); /* draggable drop target background color */
|
27
23
|
--container-color-standard-bg-default: var(--modes-color-generic-bg-nought);
|
28
|
-
--container-color-standard-border-active: var(--modes-color-interactive-monochrome-active);
|
29
24
|
--container-color-standard-statusborder-bg-caution: var(--modes-color-status-caution-default);
|
30
25
|
--container-color-standard-statusborder-bg-negative: var(--modes-color-status-negative-default);
|
31
26
|
--container-color-standard-statusborder-bg-important: var(--modes-color-status-important-default);
|
@@ -52,17 +47,17 @@
|
|
52
47
|
--container-typography-responsive-paragraph-m: var(--global-typography-responsive-component-moderate-m);
|
53
48
|
--container-typography-responsive-paragraph-l: var(--global-typography-responsive-component-moderate-l);
|
54
49
|
--container-color-blockquote-border: var(--modes-color-interactive-primary-default);
|
50
|
+
--container-color-interactive-bg-footer-active: var(--modes-color-interactive-monochrome-active);
|
55
51
|
--container-color-interactive-bg-hover: var(--modes-color-interactive-monochrome-hover-alt); /* Used for accordion hover backgrounds */
|
56
|
-
--container-color-interactive-
|
57
|
-
--container-color-interactive-icon-
|
58
|
-
--container-color-interactive-
|
59
|
-
--container-color-interactive-icon-hover: var(--modes-color-interactive-monochrome-default); /* Hover chevron for any accordion. */
|
52
|
+
--container-color-interactive-border-active: var(--modes-color-interactive-monochrome-active);
|
53
|
+
--container-color-interactive-icon-active: var(--modes-color-interactive-monochrome-active); /* Active chevron for any accordion. */
|
54
|
+
--container-color-interactive-text-active: var(--modes-color-interactive-monochrome-active); /* Active label for any accordion. */
|
60
55
|
--container-color-interactive-text-enabled: var(--modes-color-generic-content-harsh); /* Enabled label for standard accordion. */
|
61
56
|
--container-color-interactive-text-alt-enabled: var(--modes-color-generic-content-moderate); /* Enabled label for subtle accordion. */
|
62
|
-
--container-color-interactive-text-hover: var(--modes-color-interactive-monochrome-default); /* Hover label for any accordion. */
|
63
57
|
--container-color-scrollbar-bg-default: var(--modes-color-generic-bg-faint);
|
64
58
|
--container-color-standard-bg-alt: var(--modes-color-generic-bg-faint);
|
65
59
|
--container-color-standard-bg-footer-default: var(--modes-color-generic-bg-faint); /* tile footer bg color */
|
60
|
+
--container-color-standard-border-active: var(--modes-color-interactive-monochrome-active);
|
66
61
|
--container-color-standard-dimmer: var(--modes-color-interactive-inactive-mask); /* dimmed mask for dialogs */
|
67
62
|
--container-color-standard-text-alt: var(--modes-color-generic-content-moderate); /* for subheadings etc */
|
68
63
|
--container-color-standard-text-default: var(--modes-color-generic-content-harsh); /* for headings, paragraph text etc */
|
@@ -79,11 +74,16 @@
|
|
79
74
|
--container-boxshadow-card-drag: var(--global-boxshadow-interactive-drag); /* Card (drag state) */
|
80
75
|
--container-color-interactive-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
|
81
76
|
--container-color-interactive-border-alt: var(--modes-color-generic-fg-delicate); /* Link preview. */
|
77
|
+
--container-color-interactive-borderalt-hover: var(--modes-color-interactive-monochrome-default); /* For hover border on Link preview. */
|
82
78
|
--container-color-interactive-border-inactive: var(--modes-color-generic-fg-soft);
|
83
79
|
--container-color-interactive-border-enabled: var(--modes-color-generic-fg-moderate);
|
80
|
+
--container-color-interactive-icon-enabled: var(--modes-color-interactive-monochrome-default); /* Enabled chevron for any accordion. */
|
81
|
+
--container-color-interactive-icon-alt-enabled: var(--modes-color-interactive-monochrome-default-alt); /* Enabled label for subtle accordion. */
|
82
|
+
--container-color-interactive-icon-hover: var(--modes-color-interactive-monochrome-default); /* Hover chevron for any accordion. */
|
84
83
|
--container-color-interactive-label-footer-active: var(--modes-color-interactive-monochrome-with-active);
|
85
84
|
--container-color-interactive-label-footer-activated: var(--modes-color-interactive-monochrome-with-active);
|
86
85
|
--container-color-interactive-text-disabled: var(--modes-color-interactive-inactive-content);
|
86
|
+
--container-color-interactive-text-hover: var(--modes-color-interactive-monochrome-default); /* Hover label for any accordion. */
|
87
87
|
--container-color-scrollbar-fg-default: var(--modes-color-generic-fg-moderate);
|
88
88
|
--container-color-standard-border-alt: var(--modes-color-generic-fg-soft);
|
89
89
|
--container-color-standard-border-default: var(--modes-color-generic-fg-faint);
|
@@ -55,6 +55,9 @@
|
|
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
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
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. */
|
58
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
59
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
60
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
58
61
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
59
62
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
60
63
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -55,6 +55,9 @@
|
|
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
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
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. */
|
58
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
59
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
60
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
58
61
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
59
62
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
60
63
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
package/css/product/all.css
CHANGED
@@ -1474,6 +1474,9 @@
|
|
1474
1474
|
--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. */
|
1475
1475
|
--form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
|
1476
1476
|
--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. */
|
1477
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
1478
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
1479
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
1477
1480
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
1478
1481
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
1479
1482
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -55,6 +55,9 @@
|
|
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
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
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. */
|
58
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
59
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
60
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
58
61
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
59
62
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
60
63
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -55,6 +55,9 @@
|
|
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
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
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. */
|
58
|
+
--form-space-datepicker-pr-s: var(--global-space-micro-xs); /* right padding on small date picker input */
|
59
|
+
--form-space-datepicker-pr-m: var(--global-space-micro-m); /* right padding on medium date picker input */
|
60
|
+
--form-space-datepicker-pr-l: var(--global-space-micro-xl); /* right padding on large date picker input */
|
58
61
|
--form-space-dropdown-button-x-s: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
59
62
|
--form-space-dropdown-button-x-m: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
60
63
|
--form-space-dropdown-button-x-l: var(--global-space-macro-s); /* DD only, left right padding on footer button. */
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 20
|
24
27
|
#define formSpaceDropdownButtonXM 20
|
25
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 20
|
24
27
|
#define formSpaceDropdownButtonXM 20
|
25
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 16
|
24
27
|
#define formSpaceDropdownButtonXM 16
|
25
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 16
|
24
27
|
#define formSpaceDropdownButtonXM 16
|
25
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 20
|
24
27
|
#define formSpaceDropdownButtonXM 20
|
25
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 20
|
24
27
|
#define formSpaceDropdownButtonXM 20
|
25
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 16
|
24
27
|
#define formSpaceDropdownButtonXM 16
|
25
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 16
|
24
27
|
#define formSpaceDropdownButtonXM 16
|
25
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 20
|
24
27
|
#define formSpaceDropdownButtonXM 20
|
25
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 20
|
24
27
|
#define formSpaceDropdownButtonXM 20
|
25
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 16
|
24
27
|
#define formSpaceDropdownButtonXM 16
|
25
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -20,6 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
+
#define formSpaceDatepickerPrS 2
|
24
|
+
#define formSpaceDatepickerPrM 6
|
25
|
+
#define formSpaceDatepickerPrL 10
|
23
26
|
#define formSpaceDropdownButtonXS 16
|
24
27
|
#define formSpaceDropdownButtonXM 16
|
25
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -192,6 +192,55 @@ module.exports = {
|
|
192
192
|
},
|
193
193
|
},
|
194
194
|
},
|
195
|
+
datepicker: {
|
196
|
+
pr: {
|
197
|
+
S: {
|
198
|
+
$type: "spacing",
|
199
|
+
$value: 2,
|
200
|
+
$description: "right padding on small date picker input",
|
201
|
+
filePath: "data/tokens/components/form.json",
|
202
|
+
isSource: true,
|
203
|
+
original: {
|
204
|
+
$type: "spacing",
|
205
|
+
$value: "{global.space.micro.XS}",
|
206
|
+
$description: "right padding on small date picker input",
|
207
|
+
},
|
208
|
+
name: "formSpaceDatepickerPrS",
|
209
|
+
attributes: {},
|
210
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
211
|
+
},
|
212
|
+
M: {
|
213
|
+
$type: "spacing",
|
214
|
+
$value: 6,
|
215
|
+
$description: "right padding on medium date picker input",
|
216
|
+
filePath: "data/tokens/components/form.json",
|
217
|
+
isSource: true,
|
218
|
+
original: {
|
219
|
+
$type: "spacing",
|
220
|
+
$value: "{global.space.micro.M}",
|
221
|
+
$description: "right padding on medium date picker input",
|
222
|
+
},
|
223
|
+
name: "formSpaceDatepickerPrM",
|
224
|
+
attributes: {},
|
225
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
226
|
+
},
|
227
|
+
L: {
|
228
|
+
$type: "spacing",
|
229
|
+
$value: 10,
|
230
|
+
$description: "right padding on large date picker input",
|
231
|
+
filePath: "data/tokens/components/form.json",
|
232
|
+
isSource: true,
|
233
|
+
original: {
|
234
|
+
$type: "spacing",
|
235
|
+
$value: "{global.space.micro.XL}",
|
236
|
+
$description: "right padding on large date picker input",
|
237
|
+
},
|
238
|
+
name: "formSpaceDatepickerPrL",
|
239
|
+
attributes: {},
|
240
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
241
|
+
},
|
242
|
+
},
|
243
|
+
},
|
195
244
|
dropdown: {
|
196
245
|
button: {
|
197
246
|
x: {
|
@@ -192,6 +192,55 @@ module.exports = {
|
|
192
192
|
},
|
193
193
|
},
|
194
194
|
},
|
195
|
+
datepicker: {
|
196
|
+
pr: {
|
197
|
+
S: {
|
198
|
+
$type: "spacing",
|
199
|
+
$value: 2,
|
200
|
+
$description: "right padding on small date picker input",
|
201
|
+
filePath: "data/tokens/components/form.json",
|
202
|
+
isSource: true,
|
203
|
+
original: {
|
204
|
+
$type: "spacing",
|
205
|
+
$value: "{global.space.micro.XS}",
|
206
|
+
$description: "right padding on small date picker input",
|
207
|
+
},
|
208
|
+
name: "formSpaceDatepickerPrS",
|
209
|
+
attributes: {},
|
210
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
211
|
+
},
|
212
|
+
M: {
|
213
|
+
$type: "spacing",
|
214
|
+
$value: 6,
|
215
|
+
$description: "right padding on medium date picker input",
|
216
|
+
filePath: "data/tokens/components/form.json",
|
217
|
+
isSource: true,
|
218
|
+
original: {
|
219
|
+
$type: "spacing",
|
220
|
+
$value: "{global.space.micro.M}",
|
221
|
+
$description: "right padding on medium date picker input",
|
222
|
+
},
|
223
|
+
name: "formSpaceDatepickerPrM",
|
224
|
+
attributes: {},
|
225
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
226
|
+
},
|
227
|
+
L: {
|
228
|
+
$type: "spacing",
|
229
|
+
$value: 10,
|
230
|
+
$description: "right padding on large date picker input",
|
231
|
+
filePath: "data/tokens/components/form.json",
|
232
|
+
isSource: true,
|
233
|
+
original: {
|
234
|
+
$type: "spacing",
|
235
|
+
$value: "{global.space.micro.XL}",
|
236
|
+
$description: "right padding on large date picker input",
|
237
|
+
},
|
238
|
+
name: "formSpaceDatepickerPrL",
|
239
|
+
attributes: {},
|
240
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
241
|
+
},
|
242
|
+
},
|
243
|
+
},
|
195
244
|
dropdown: {
|
196
245
|
button: {
|
197
246
|
x: {
|
@@ -192,6 +192,55 @@ module.exports = {
|
|
192
192
|
},
|
193
193
|
},
|
194
194
|
},
|
195
|
+
datepicker: {
|
196
|
+
pr: {
|
197
|
+
S: {
|
198
|
+
$type: "spacing",
|
199
|
+
$value: 2,
|
200
|
+
$description: "right padding on small date picker input",
|
201
|
+
filePath: "data/tokens/components/form.json",
|
202
|
+
isSource: true,
|
203
|
+
original: {
|
204
|
+
$type: "spacing",
|
205
|
+
$value: "{global.space.micro.XS}",
|
206
|
+
$description: "right padding on small date picker input",
|
207
|
+
},
|
208
|
+
name: "formSpaceDatepickerPrS",
|
209
|
+
attributes: {},
|
210
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
211
|
+
},
|
212
|
+
M: {
|
213
|
+
$type: "spacing",
|
214
|
+
$value: 6,
|
215
|
+
$description: "right padding on medium date picker input",
|
216
|
+
filePath: "data/tokens/components/form.json",
|
217
|
+
isSource: true,
|
218
|
+
original: {
|
219
|
+
$type: "spacing",
|
220
|
+
$value: "{global.space.micro.M}",
|
221
|
+
$description: "right padding on medium date picker input",
|
222
|
+
},
|
223
|
+
name: "formSpaceDatepickerPrM",
|
224
|
+
attributes: {},
|
225
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
226
|
+
},
|
227
|
+
L: {
|
228
|
+
$type: "spacing",
|
229
|
+
$value: 10,
|
230
|
+
$description: "right padding on large date picker input",
|
231
|
+
filePath: "data/tokens/components/form.json",
|
232
|
+
isSource: true,
|
233
|
+
original: {
|
234
|
+
$type: "spacing",
|
235
|
+
$value: "{global.space.micro.XL}",
|
236
|
+
$description: "right padding on large date picker input",
|
237
|
+
},
|
238
|
+
name: "formSpaceDatepickerPrL",
|
239
|
+
attributes: {},
|
240
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
241
|
+
},
|
242
|
+
},
|
243
|
+
},
|
195
244
|
dropdown: {
|
196
245
|
button: {
|
197
246
|
x: {
|
@@ -192,6 +192,55 @@ module.exports = {
|
|
192
192
|
},
|
193
193
|
},
|
194
194
|
},
|
195
|
+
datepicker: {
|
196
|
+
pr: {
|
197
|
+
S: {
|
198
|
+
$type: "spacing",
|
199
|
+
$value: 2,
|
200
|
+
$description: "right padding on small date picker input",
|
201
|
+
filePath: "data/tokens/components/form.json",
|
202
|
+
isSource: true,
|
203
|
+
original: {
|
204
|
+
$type: "spacing",
|
205
|
+
$value: "{global.space.micro.XS}",
|
206
|
+
$description: "right padding on small date picker input",
|
207
|
+
},
|
208
|
+
name: "formSpaceDatepickerPrS",
|
209
|
+
attributes: {},
|
210
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
211
|
+
},
|
212
|
+
M: {
|
213
|
+
$type: "spacing",
|
214
|
+
$value: 6,
|
215
|
+
$description: "right padding on medium date picker input",
|
216
|
+
filePath: "data/tokens/components/form.json",
|
217
|
+
isSource: true,
|
218
|
+
original: {
|
219
|
+
$type: "spacing",
|
220
|
+
$value: "{global.space.micro.M}",
|
221
|
+
$description: "right padding on medium date picker input",
|
222
|
+
},
|
223
|
+
name: "formSpaceDatepickerPrM",
|
224
|
+
attributes: {},
|
225
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
226
|
+
},
|
227
|
+
L: {
|
228
|
+
$type: "spacing",
|
229
|
+
$value: 10,
|
230
|
+
$description: "right padding on large date picker input",
|
231
|
+
filePath: "data/tokens/components/form.json",
|
232
|
+
isSource: true,
|
233
|
+
original: {
|
234
|
+
$type: "spacing",
|
235
|
+
$value: "{global.space.micro.XL}",
|
236
|
+
$description: "right padding on large date picker input",
|
237
|
+
},
|
238
|
+
name: "formSpaceDatepickerPrL",
|
239
|
+
attributes: {},
|
240
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
241
|
+
},
|
242
|
+
},
|
243
|
+
},
|
195
244
|
dropdown: {
|
196
245
|
button: {
|
197
246
|
x: {
|