@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
@@ -203,6 +203,55 @@
|
|
203
203
|
},
|
204
204
|
},
|
205
205
|
},
|
206
|
+
datepicker: {
|
207
|
+
pr: {
|
208
|
+
S: {
|
209
|
+
$type: "spacing",
|
210
|
+
$value: 2,
|
211
|
+
$description: "right padding on small date picker input",
|
212
|
+
filePath: "data/tokens/components/form.json",
|
213
|
+
isSource: true,
|
214
|
+
original: {
|
215
|
+
$type: "spacing",
|
216
|
+
$value: "{global.space.micro.XS}",
|
217
|
+
$description: "right padding on small date picker input",
|
218
|
+
},
|
219
|
+
name: "formSpaceDatepickerPrS",
|
220
|
+
attributes: {},
|
221
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
222
|
+
},
|
223
|
+
M: {
|
224
|
+
$type: "spacing",
|
225
|
+
$value: 6,
|
226
|
+
$description: "right padding on medium date picker input",
|
227
|
+
filePath: "data/tokens/components/form.json",
|
228
|
+
isSource: true,
|
229
|
+
original: {
|
230
|
+
$type: "spacing",
|
231
|
+
$value: "{global.space.micro.M}",
|
232
|
+
$description: "right padding on medium date picker input",
|
233
|
+
},
|
234
|
+
name: "formSpaceDatepickerPrM",
|
235
|
+
attributes: {},
|
236
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
237
|
+
},
|
238
|
+
L: {
|
239
|
+
$type: "spacing",
|
240
|
+
$value: 10,
|
241
|
+
$description: "right padding on large date picker input",
|
242
|
+
filePath: "data/tokens/components/form.json",
|
243
|
+
isSource: true,
|
244
|
+
original: {
|
245
|
+
$type: "spacing",
|
246
|
+
$value: "{global.space.micro.XL}",
|
247
|
+
$description: "right padding on large date picker input",
|
248
|
+
},
|
249
|
+
name: "formSpaceDatepickerPrL",
|
250
|
+
attributes: {},
|
251
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
252
|
+
},
|
253
|
+
},
|
254
|
+
},
|
206
255
|
dropdown: {
|
207
256
|
button: {
|
208
257
|
x: {
|
@@ -203,6 +203,55 @@
|
|
203
203
|
},
|
204
204
|
},
|
205
205
|
},
|
206
|
+
datepicker: {
|
207
|
+
pr: {
|
208
|
+
S: {
|
209
|
+
$type: "spacing",
|
210
|
+
$value: 2,
|
211
|
+
$description: "right padding on small date picker input",
|
212
|
+
filePath: "data/tokens/components/form.json",
|
213
|
+
isSource: true,
|
214
|
+
original: {
|
215
|
+
$type: "spacing",
|
216
|
+
$value: "{global.space.micro.XS}",
|
217
|
+
$description: "right padding on small date picker input",
|
218
|
+
},
|
219
|
+
name: "formSpaceDatepickerPrS",
|
220
|
+
attributes: {},
|
221
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
222
|
+
},
|
223
|
+
M: {
|
224
|
+
$type: "spacing",
|
225
|
+
$value: 6,
|
226
|
+
$description: "right padding on medium date picker input",
|
227
|
+
filePath: "data/tokens/components/form.json",
|
228
|
+
isSource: true,
|
229
|
+
original: {
|
230
|
+
$type: "spacing",
|
231
|
+
$value: "{global.space.micro.M}",
|
232
|
+
$description: "right padding on medium date picker input",
|
233
|
+
},
|
234
|
+
name: "formSpaceDatepickerPrM",
|
235
|
+
attributes: {},
|
236
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
237
|
+
},
|
238
|
+
L: {
|
239
|
+
$type: "spacing",
|
240
|
+
$value: 10,
|
241
|
+
$description: "right padding on large date picker input",
|
242
|
+
filePath: "data/tokens/components/form.json",
|
243
|
+
isSource: true,
|
244
|
+
original: {
|
245
|
+
$type: "spacing",
|
246
|
+
$value: "{global.space.micro.XL}",
|
247
|
+
$description: "right padding on large date picker input",
|
248
|
+
},
|
249
|
+
name: "formSpaceDatepickerPrL",
|
250
|
+
attributes: {},
|
251
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
252
|
+
},
|
253
|
+
},
|
254
|
+
},
|
206
255
|
dropdown: {
|
207
256
|
button: {
|
208
257
|
x: {
|
@@ -203,6 +203,55 @@
|
|
203
203
|
},
|
204
204
|
},
|
205
205
|
},
|
206
|
+
datepicker: {
|
207
|
+
pr: {
|
208
|
+
S: {
|
209
|
+
$type: "spacing",
|
210
|
+
$value: 2,
|
211
|
+
$description: "right padding on small date picker input",
|
212
|
+
filePath: "data/tokens/components/form.json",
|
213
|
+
isSource: true,
|
214
|
+
original: {
|
215
|
+
$type: "spacing",
|
216
|
+
$value: "{global.space.micro.XS}",
|
217
|
+
$description: "right padding on small date picker input",
|
218
|
+
},
|
219
|
+
name: "formSpaceDatepickerPrS",
|
220
|
+
attributes: {},
|
221
|
+
path: ["form", "space", "datepicker", "pr", "S"],
|
222
|
+
},
|
223
|
+
M: {
|
224
|
+
$type: "spacing",
|
225
|
+
$value: 6,
|
226
|
+
$description: "right padding on medium date picker input",
|
227
|
+
filePath: "data/tokens/components/form.json",
|
228
|
+
isSource: true,
|
229
|
+
original: {
|
230
|
+
$type: "spacing",
|
231
|
+
$value: "{global.space.micro.M}",
|
232
|
+
$description: "right padding on medium date picker input",
|
233
|
+
},
|
234
|
+
name: "formSpaceDatepickerPrM",
|
235
|
+
attributes: {},
|
236
|
+
path: ["form", "space", "datepicker", "pr", "M"],
|
237
|
+
},
|
238
|
+
L: {
|
239
|
+
$type: "spacing",
|
240
|
+
$value: 10,
|
241
|
+
$description: "right padding on large date picker input",
|
242
|
+
filePath: "data/tokens/components/form.json",
|
243
|
+
isSource: true,
|
244
|
+
original: {
|
245
|
+
$type: "spacing",
|
246
|
+
$value: "{global.space.micro.XL}",
|
247
|
+
$description: "right padding on large date picker input",
|
248
|
+
},
|
249
|
+
name: "formSpaceDatepickerPrL",
|
250
|
+
attributes: {},
|
251
|
+
path: ["form", "space", "datepicker", "pr", "L"],
|
252
|
+
},
|
253
|
+
},
|
254
|
+
},
|
206
255
|
dropdown: {
|
207
256
|
button: {
|
208
257
|
x: {
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 20,
|
14
17
|
"formSpaceDropdownButtonXM": 20,
|
15
18
|
"formSpaceDropdownButtonXL": 20,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 20,
|
14
17
|
"formSpaceDropdownButtonXM": 20,
|
15
18
|
"formSpaceDropdownButtonXL": 20,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 16,
|
14
17
|
"formSpaceDropdownButtonXM": 16,
|
15
18
|
"formSpaceDropdownButtonXL": 16,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 16,
|
14
17
|
"formSpaceDropdownButtonXM": 16,
|
15
18
|
"formSpaceDropdownButtonXL": 16,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 20,
|
14
17
|
"formSpaceDropdownButtonXM": 20,
|
15
18
|
"formSpaceDropdownButtonXL": 20,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 20,
|
14
17
|
"formSpaceDropdownButtonXM": 20,
|
15
18
|
"formSpaceDropdownButtonXL": 20,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 16,
|
14
17
|
"formSpaceDropdownButtonXM": 16,
|
15
18
|
"formSpaceDropdownButtonXL": 16,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 16,
|
14
17
|
"formSpaceDropdownButtonXM": 16,
|
15
18
|
"formSpaceDropdownButtonXL": 16,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 20,
|
14
17
|
"formSpaceDropdownButtonXM": 20,
|
15
18
|
"formSpaceDropdownButtonXL": 20,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 20,
|
14
17
|
"formSpaceDropdownButtonXM": 20,
|
15
18
|
"formSpaceDropdownButtonXL": 20,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 16,
|
14
17
|
"formSpaceDropdownButtonXM": 16,
|
15
18
|
"formSpaceDropdownButtonXL": 16,
|
@@ -10,6 +10,9 @@
|
|
10
10
|
"formSpaceCheckradioYS": 3,
|
11
11
|
"formSpaceCheckradioYM": 2,
|
12
12
|
"formSpaceCheckradioYL": 4,
|
13
|
+
"formSpaceDatepickerPrS": 2,
|
14
|
+
"formSpaceDatepickerPrM": 6,
|
15
|
+
"formSpaceDatepickerPrL": 10,
|
13
16
|
"formSpaceDropdownButtonXS": 16,
|
14
17
|
"formSpaceDropdownButtonXM": 16,
|
15
18
|
"formSpaceDropdownButtonXL": 16,
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
8
8
|
"author": "The Sage Group plc",
|
9
|
-
"version": "14.
|
9
|
+
"version": "14.4.0",
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
11
11
|
"tags": [
|
12
12
|
"design tokens",
|
Binary file
|
@@ -61,6 +61,9 @@ $form-space-chip-yg-l: $global-space-micro-xxl; // gap between large chip button
|
|
61
61
|
$form-space-checkradio-y-s: $global-space-micro-m / 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
62
62
|
$form-space-checkradio-y-m: $global-space-micro-xs; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
63
63
|
$form-space-checkradio-y-l: $global-space-micro-xs * 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
64
|
+
$form-space-datepicker-pr-s: $global-space-micro-xs; // right padding on small date picker input
|
65
|
+
$form-space-datepicker-pr-m: $global-space-micro-m; // right padding on medium date picker input
|
66
|
+
$form-space-datepicker-pr-l: $global-space-micro-xl; // right padding on large date picker input
|
64
67
|
$form-space-dropdown-button-x-s: $global-space-macro-s; // DD only, left right padding on footer button.
|
65
68
|
$form-space-dropdown-button-x-m: $global-space-macro-s; // DD only, left right padding on footer button.
|
66
69
|
$form-space-dropdown-button-x-l: $global-space-macro-s; // DD only, left right padding on footer button.
|
@@ -61,6 +61,9 @@ $form-space-chip-yg-l: $global-space-micro-xxl; // gap between large chip button
|
|
61
61
|
$form-space-checkradio-y-s: $global-space-micro-m / 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
62
62
|
$form-space-checkradio-y-m: $global-space-micro-xs; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
63
63
|
$form-space-checkradio-y-l: $global-space-micro-xs * 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
64
|
+
$form-space-datepicker-pr-s: $global-space-micro-xs; // right padding on small date picker input
|
65
|
+
$form-space-datepicker-pr-m: $global-space-micro-m; // right padding on medium date picker input
|
66
|
+
$form-space-datepicker-pr-l: $global-space-micro-xl; // right padding on large date picker input
|
64
67
|
$form-space-dropdown-button-x-s: $global-space-macro-s; // DD only, left right padding on footer button.
|
65
68
|
$form-space-dropdown-button-x-m: $global-space-macro-s; // DD only, left right padding on footer button.
|
66
69
|
$form-space-dropdown-button-x-l: $global-space-macro-s; // DD only, left right padding on footer button.
|
@@ -61,6 +61,9 @@ $form-space-chip-yg-l: $global-space-micro-xxl; // gap between large chip button
|
|
61
61
|
$form-space-checkradio-y-s: $global-space-micro-m / 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
62
62
|
$form-space-checkradio-y-m: $global-space-micro-xs; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
63
63
|
$form-space-checkradio-y-l: $global-space-micro-xs * 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
64
|
+
$form-space-datepicker-pr-s: $global-space-micro-xs; // right padding on small date picker input
|
65
|
+
$form-space-datepicker-pr-m: $global-space-micro-m; // right padding on medium date picker input
|
66
|
+
$form-space-datepicker-pr-l: $global-space-micro-xl; // right padding on large date picker input
|
64
67
|
$form-space-dropdown-button-x-s: $global-space-macro-s; // DD only, left right padding on footer button.
|
65
68
|
$form-space-dropdown-button-x-m: $global-space-macro-s; // DD only, left right padding on footer button.
|
66
69
|
$form-space-dropdown-button-x-l: $global-space-macro-s; // DD only, left right padding on footer button.
|
@@ -57,6 +57,9 @@ $form-space-chip-yg-l: $global-space-micro-xxl; // gap between large chip button
|
|
57
57
|
$form-space-checkradio-y-s: $global-space-micro-m / 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
58
58
|
$form-space-checkradio-y-m: $global-space-micro-xs; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
59
59
|
$form-space-checkradio-y-l: $global-space-micro-xs * 2; // Space above single checkbox/radio OR label to vertically centre checkbox and label.
|
60
|
+
$form-space-datepicker-pr-s: $global-space-micro-xs; // right padding on small date picker input
|
61
|
+
$form-space-datepicker-pr-m: $global-space-micro-m; // right padding on medium date picker input
|
62
|
+
$form-space-datepicker-pr-l: $global-space-micro-xl; // right padding on large date picker input
|
60
63
|
$form-space-dropdown-button-x-s: $global-space-macro-s; // DD only, left right padding on footer button.
|
61
64
|
$form-space-dropdown-button-x-m: $global-space-macro-s; // DD only, left right padding on footer button.
|
62
65
|
$form-space-dropdown-button-x-l: $global-space-macro-s; // DD only, left right padding on footer button.
|