@sage/design-tokens 7.2.0 → 7.3.1
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 +32 -27
- package/css/frozenproduct/large/components/form.css +8 -3
- package/css/frozenproduct/large/components/progress.css +6 -6
- package/css/frozenproduct/large/components/tab.css +1 -1
- package/css/frozenproduct/small/components/button.css +23 -23
- package/css/frozenproduct/small/components/form.css +8 -3
- package/css/frozenproduct/small/components/tab.css +1 -1
- package/css/marketing/all.css +9 -4
- package/css/marketing/large/components/form.css +8 -3
- package/css/marketing/large/components/tab.css +1 -1
- package/css/marketing/small/components/form.css +8 -3
- package/css/marketing/small/components/tab.css +1 -1
- package/css/product/all.css +9 -4
- package/css/product/large/components/form.css +8 -3
- package/css/product/large/components/tab.css +1 -1
- package/css/product/small/components/form.css +8 -3
- package/css/product/small/components/tab.css +1 -1
- package/ios/frozenproduct/large/dark/components/form.h +8 -3
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/form.h +8 -3
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/form.h +8 -3
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/form.h +8 -3
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/form.h +8 -3
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/light/components/form.h +8 -3
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/form.h +8 -3
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/light/components/form.h +8 -3
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/product/large/dark/components/form.h +8 -3
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/light/components/form.h +8 -3
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/small/dark/components/form.h +8 -3
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/light/components/form.h +8 -3
- package/ios/product/small/light/components/tab.h +1 -1
- package/js/common/frozenproduct/large/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/form.js +119 -6
- package/js/common/frozenproduct/large/dark/components/tab.js +2 -2
- package/js/common/frozenproduct/large/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/form.js +119 -6
- package/js/common/frozenproduct/large/light/components/tab.js +2 -2
- package/js/common/frozenproduct/small/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/form.js +119 -6
- package/js/common/frozenproduct/small/dark/components/tab.js +2 -2
- package/js/common/frozenproduct/small/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/form.js +119 -6
- package/js/common/frozenproduct/small/light/components/tab.js +2 -2
- package/js/common/marketing/large/dark/components/form.d.ts +11 -0
- package/js/common/marketing/large/dark/components/form.js +119 -6
- package/js/common/marketing/large/dark/components/tab.js +2 -2
- package/js/common/marketing/large/light/components/form.d.ts +11 -0
- package/js/common/marketing/large/light/components/form.js +119 -6
- package/js/common/marketing/large/light/components/tab.js +2 -2
- package/js/common/marketing/small/dark/components/form.d.ts +11 -0
- package/js/common/marketing/small/dark/components/form.js +119 -6
- package/js/common/marketing/small/dark/components/tab.js +2 -2
- package/js/common/marketing/small/light/components/form.d.ts +11 -0
- package/js/common/marketing/small/light/components/form.js +119 -6
- package/js/common/marketing/small/light/components/tab.js +2 -2
- package/js/common/product/large/dark/components/form.d.ts +11 -0
- package/js/common/product/large/dark/components/form.js +119 -6
- package/js/common/product/large/dark/components/tab.js +2 -2
- package/js/common/product/large/light/components/form.d.ts +11 -0
- package/js/common/product/large/light/components/form.js +119 -6
- package/js/common/product/large/light/components/tab.js +2 -2
- package/js/common/product/small/dark/components/form.d.ts +11 -0
- package/js/common/product/small/dark/components/form.js +119 -6
- package/js/common/product/small/dark/components/tab.js +2 -2
- package/js/common/product/small/light/components/form.d.ts +11 -0
- package/js/common/product/small/light/components/form.js +119 -6
- package/js/common/product/small/light/components/tab.js +2 -2
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/form.js +8 -3
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/form.js +8 -3
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/form.js +8 -3
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/form.d.ts +5 -0
- package/js/es6/marketing/large/light/components/form.js +8 -3
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/form.js +8 -3
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/form.d.ts +5 -0
- package/js/es6/marketing/small/light/components/form.js +8 -3
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/form.d.ts +5 -0
- package/js/es6/product/large/dark/components/form.js +8 -3
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/light/components/form.d.ts +5 -0
- package/js/es6/product/large/light/components/form.js +8 -3
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/form.d.ts +5 -0
- package/js/es6/product/small/dark/components/form.js +8 -3
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/light/components/form.d.ts +5 -0
- package/js/es6/product/small/light/components/form.js +8 -3
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/large/dark/components/tab.js +2 -2
- package/js/umd/frozenproduct/large/light/components/form.js +119 -6
- package/js/umd/frozenproduct/large/light/components/tab.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/small/dark/components/tab.js +2 -2
- package/js/umd/frozenproduct/small/light/components/form.js +119 -6
- package/js/umd/frozenproduct/small/light/components/tab.js +2 -2
- package/js/umd/marketing/large/dark/components/form.js +119 -6
- package/js/umd/marketing/large/dark/components/tab.js +2 -2
- package/js/umd/marketing/large/light/components/form.js +119 -6
- package/js/umd/marketing/large/light/components/tab.js +2 -2
- package/js/umd/marketing/small/dark/components/form.js +119 -6
- package/js/umd/marketing/small/dark/components/tab.js +2 -2
- package/js/umd/marketing/small/light/components/form.js +119 -6
- package/js/umd/marketing/small/light/components/tab.js +2 -2
- package/js/umd/product/large/dark/components/form.js +119 -6
- package/js/umd/product/large/dark/components/tab.js +2 -2
- package/js/umd/product/large/light/components/form.js +119 -6
- package/js/umd/product/large/light/components/tab.js +2 -2
- package/js/umd/product/small/dark/components/form.js +119 -6
- package/js/umd/product/small/dark/components/tab.js +2 -2
- package/js/umd/product/small/light/components/form.js +119 -6
- package/js/umd/product/small/light/components/tab.js +2 -2
- package/json/flat/frozenproduct/large/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/form.json +8 -3
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/form.json +8 -3
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/form.json +8 -3
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/form.json +8 -3
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/form.json +8 -3
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/form.json +8 -3
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/form.json +8 -3
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/light/components/form.json +8 -3
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/form.json +8 -3
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/light/components/form.json +8 -3
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/form.json +14 -3
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/form.json +14 -3
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/form.json +14 -3
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/form.json +14 -3
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/form.json +14 -3
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/form.json +14 -3
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/form.json +14 -3
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/light/components/form.json +14 -3
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/form.json +14 -3
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/light/components/form.json +14 -3
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-7.3.1.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 +15 -10
- 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 +8 -8
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +8 -3
- package/scss/frozenproduct/small/components/tab.scss +1 -1
- package/scss/marketing/large/components/form.scss +8 -3
- package/scss/marketing/large/components/tab.scss +1 -1
- 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 +15 -10
- 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 +8 -8
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/product/large/components/form.scss +8 -3
- package/scss/product/large/components/tab.scss +1 -1
- package/scss/product/small/components/form.scss +8 -3
- package/scss/product/small/components/tab.scss +1 -1
- package/sage-design-tokens-7.2.0.tgz +0 -0
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 13,
|
|
201
|
+
"M": 20,
|
|
202
|
+
"L": 25
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 7,
|
|
217
|
+
"M": 11,
|
|
218
|
+
"L": 15
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
|
@@ -197,9 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"progressive": {
|
|
199
199
|
"x": {
|
|
200
|
-
"S":
|
|
201
|
-
"M":
|
|
202
|
-
"L":
|
|
200
|
+
"S": 9.8,
|
|
201
|
+
"M": 16,
|
|
202
|
+
"L": 20.2
|
|
203
203
|
},
|
|
204
204
|
"y": {
|
|
205
205
|
"S": 8,
|
|
@@ -210,6 +210,13 @@
|
|
|
210
210
|
"S": 8,
|
|
211
211
|
"M": 12,
|
|
212
212
|
"L": 16
|
|
213
|
+
},
|
|
214
|
+
"keyline": {
|
|
215
|
+
"x": {
|
|
216
|
+
"S": 5.4,
|
|
217
|
+
"M": 8.6,
|
|
218
|
+
"L": 11.8
|
|
219
|
+
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -390,6 +397,9 @@
|
|
|
390
397
|
"validation": {
|
|
391
398
|
"bar": 2
|
|
392
399
|
},
|
|
400
|
+
"progressive": {
|
|
401
|
+
"bar": 2
|
|
402
|
+
},
|
|
393
403
|
"rating": {
|
|
394
404
|
"M": 20,
|
|
395
405
|
"L": 32
|
|
@@ -492,6 +502,7 @@
|
|
|
492
502
|
"radio": "999",
|
|
493
503
|
"switch": "999",
|
|
494
504
|
"validationbar": 2,
|
|
505
|
+
"progressivebar": 2,
|
|
495
506
|
"calendar": {
|
|
496
507
|
"none": "0",
|
|
497
508
|
"date": "999",
|
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": "7.
|
|
9
|
+
"version": "7.3.1",
|
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
|
11
11
|
"tags": [
|
|
12
12
|
"design tokens",
|
|
Binary file
|