@sage/design-tokens 1.79.0 → 1.83.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/README.md +1 -1
- package/css/base.css +71 -65
- package/css/no-theme.css +61 -61
- package/data/all.json +167 -30
- package/data/base.json +167 -30
- package/docs/index.html +265 -24
- package/js/base/common.d.ts +225 -107
- package/js/base/common.js +11 -5
- package/js/base/es6.d.ts +225 -107
- package/js/base/es6.js +123 -20
- package/js/no-theme/common.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-1.83.0.tgz +0 -0
- package/scss/base.scss +71 -65
- package/scss/no-theme.scss +61 -61
- package/sage-design-tokens-1.79.0.tgz +0 -0
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://GitHub.com/Sage/design-tokens/graphs/commit-activity)
|
|
7
7
|
[](http://makeapullrequest.com)
|
|
8
8
|
|
|
9
|
-
This repository contains the design tokens from the Sage Design System. These are maintained by the Sage DS team. This library is for distributing these tokens across multiple
|
|
9
|
+
This repository contains the design tokens from the Sage Design System. These are maintained by the Sage DS team. This library is for distributing these tokens across multiple platforms.
|
|
10
10
|
|
|
11
11
|
## Beta
|
|
12
12
|
|
package/css/base.css
CHANGED
|
@@ -3,7 +3,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Mon,
|
|
6
|
+
* Generated on Mon, 06 Dec 2021 17:00:07 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
:root {
|
|
@@ -133,6 +133,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
133
133
|
--colorsSemanticInfoYin065: rgba(0,0,0,0.65);
|
|
134
134
|
--colorsSemanticInfoYin090: rgba(0,0,0,0.9);
|
|
135
135
|
--colorsSemanticInfoYang100: rgba(255,255,255,1);
|
|
136
|
+
--colorsTest100: #123456;
|
|
136
137
|
--sizing100: 8px;
|
|
137
138
|
--sizing125: 10px;
|
|
138
139
|
--sizing150: 12px;
|
|
@@ -188,10 +189,11 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
188
189
|
--fontSizes010: 10px;
|
|
189
190
|
--fontSizes025: 12px;
|
|
190
191
|
--fontSizes050: 13px;
|
|
191
|
-
--boxShadow100:
|
|
192
|
-
--boxShadow200:
|
|
193
|
-
--boxShadow300:
|
|
194
|
-
--boxShadow400:
|
|
192
|
+
--boxShadow100: undefined undefined undefined undefined undefined;
|
|
193
|
+
--boxShadow200: undefined undefined undefined undefined undefined;
|
|
194
|
+
--boxShadow300: undefined undefined undefined undefined undefined;
|
|
195
|
+
--boxShadow400: undefined undefined undefined undefined undefined;
|
|
196
|
+
--boxShadow050: undefined undefined undefined undefined undefined;
|
|
195
197
|
--fontWeights400: Regular;
|
|
196
198
|
--fontWeights500: Medium;
|
|
197
199
|
--fontWeights700: Bold;
|
|
@@ -202,64 +204,68 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
202
204
|
--fontFamiliesAndroid: Roboto;
|
|
203
205
|
--fontFamiliesOther: Open Sans;
|
|
204
206
|
--borderRadiusCircle: 50%;
|
|
205
|
-
--
|
|
206
|
-
--
|
|
207
|
-
--
|
|
208
|
-
--
|
|
209
|
-
--
|
|
210
|
-
--
|
|
211
|
-
--
|
|
212
|
-
--
|
|
213
|
-
--
|
|
214
|
-
--
|
|
215
|
-
--
|
|
216
|
-
--
|
|
217
|
-
--
|
|
218
|
-
--
|
|
219
|
-
--
|
|
220
|
-
--
|
|
221
|
-
--
|
|
222
|
-
--
|
|
223
|
-
--
|
|
224
|
-
--
|
|
225
|
-
--
|
|
226
|
-
--
|
|
227
|
-
--
|
|
228
|
-
--
|
|
229
|
-
--
|
|
230
|
-
--
|
|
231
|
-
--
|
|
232
|
-
--
|
|
233
|
-
--
|
|
234
|
-
--
|
|
235
|
-
--
|
|
236
|
-
--
|
|
237
|
-
--
|
|
238
|
-
--
|
|
239
|
-
--
|
|
240
|
-
--
|
|
241
|
-
--
|
|
242
|
-
--
|
|
243
|
-
--
|
|
244
|
-
--
|
|
245
|
-
--
|
|
246
|
-
--
|
|
247
|
-
--
|
|
248
|
-
--
|
|
249
|
-
--
|
|
250
|
-
--
|
|
251
|
-
--
|
|
252
|
-
--
|
|
253
|
-
--
|
|
254
|
-
--
|
|
255
|
-
--
|
|
256
|
-
--
|
|
257
|
-
--
|
|
258
|
-
--
|
|
259
|
-
--
|
|
260
|
-
--
|
|
261
|
-
--
|
|
262
|
-
--
|
|
263
|
-
--
|
|
264
|
-
--
|
|
207
|
+
--typographyAccordionTitleM: Bold 20px/125% Sage UI;
|
|
208
|
+
--typographyAccordionSubtitleM: Medium 14px/150% Sage UI;
|
|
209
|
+
--typographyAccordionParagraphM: Regular 14px/150% Sage UI;
|
|
210
|
+
--typographyActionPopoverMenuItemM: Bold 14px/150% Sage UI;
|
|
211
|
+
--typographyButtonLabelS: Bold 14px/150% Sage UI;
|
|
212
|
+
--typographyButtonLabelM: Bold 14px/150% Sage UI;
|
|
213
|
+
--typographyButtonLabelL: Bold 16px/150% Sage UI;
|
|
214
|
+
--typographyDialogTitleXs: Bold 20px/125% Sage UI;
|
|
215
|
+
--typographyDialogTitleS: Bold 20px/125% Sage UI;
|
|
216
|
+
--typographyDialogTitleMs: Bold 20px/125% Sage UI;
|
|
217
|
+
--typographyDialogTitleM: Bold 20px/125% Sage UI;
|
|
218
|
+
--typographyDialogTitleMl: Bold 20px/125% Sage UI;
|
|
219
|
+
--typographyDialogTitleL: Bold 20px/125% Sage UI;
|
|
220
|
+
--typographyDialogTitleXl: Bold 20px/125% Sage UI;
|
|
221
|
+
--typographyFlashTextM: Regular 14px/150% Sage UI;
|
|
222
|
+
--typographyFlashTextL: Regular 16px/150% Sage UI;
|
|
223
|
+
--typographyFormFieldLabelXs: Medium 14px/150% Sage UI;
|
|
224
|
+
--typographyFormFieldLabelS: Medium 14px/150% Sage UI;
|
|
225
|
+
--typographyFormFieldLabelM: Medium 14px/150% Sage UI;
|
|
226
|
+
--typographyFormFieldLabelL: Medium 16px/150% Sage UI;
|
|
227
|
+
--typographyFormFieldHintTextXs: Regular 14px/150% Sage UI;
|
|
228
|
+
--typographyFormFieldHintTextS: Regular 14px/150% Sage UI;
|
|
229
|
+
--typographyFormFieldHintTextM: Regular 14px/150% Sage UI;
|
|
230
|
+
--typographyFormFieldHintTextL: Regular 16px/150% Sage UI;
|
|
231
|
+
--typographyFormFieldErrorMessageXs: Medium 14px/150% Sage UI;
|
|
232
|
+
--typographyFormFieldErrorMessageS: Medium 14px/150% Sage UI;
|
|
233
|
+
--typographyFormFieldErrorMessageM: Medium 14px/150% Sage UI;
|
|
234
|
+
--typographyFormFieldErrorMessageL: Medium 16px/150% Sage UI;
|
|
235
|
+
--typographyFormFieldCautionMessageXs: Regular 14px/150% Sage UI;
|
|
236
|
+
--typographyFormFieldCautionMessageS: Regular 14px/150% Sage UI;
|
|
237
|
+
--typographyFormFieldCautionMessageM: Regular 14px/150% Sage UI;
|
|
238
|
+
--typographyFormFieldCautionMessageL: Regular 16px/150% Sage UI;
|
|
239
|
+
--typographyFormFieldInputTextXs: Regular 14px/150% Sage UI;
|
|
240
|
+
--typographyFormFieldInputTextS: Regular 14px/150% Sage UI;
|
|
241
|
+
--typographyFormFieldInputTextM: Regular 14px/150% Sage UI;
|
|
242
|
+
--typographyFormFieldInputTextL: Regular 16px/150% Sage UI;
|
|
243
|
+
--typographyFormFieldDropdownOptionsXs: Regular 14px/150% Sage UI;
|
|
244
|
+
--typographyFormFieldDropdownOptionsS: Regular 14px/150% Sage UI;
|
|
245
|
+
--typographyFormFieldDropdownOptionsM: Regular 14px/150% Sage UI;
|
|
246
|
+
--typographyFormFieldDropdownOptionsL: Regular 16px/150% Sage UI;
|
|
247
|
+
--typographyFormFieldSecondLabelXs: Medium 14px/150% Sage UI;
|
|
248
|
+
--typographyFormFieldSecondLabelS: Medium 14px/150% Sage UI;
|
|
249
|
+
--typographyFormFieldSecondLabelM: Medium 14px/150% Sage UI;
|
|
250
|
+
--typographyFormFieldSecondLabelL: Medium 16px/150% Sage UI;
|
|
251
|
+
--typographyFormFieldCharacterCountXs: Regular 14px/150% Sage UI;
|
|
252
|
+
--typographyFormFieldCharacterCountS: Regular 14px/150% Sage UI;
|
|
253
|
+
--typographyFormFieldCharacterCountM: Regular 14px/150% Sage UI;
|
|
254
|
+
--typographyFormFieldCharacterCountL: Regular 14px/150% Sage UI;
|
|
255
|
+
--typographyLinkTextM: Regular 14px/150% Sage UI;
|
|
256
|
+
--typographyLinkTextL: Regular 16px/150% Sage UI;
|
|
257
|
+
--typographyMessageHeadingM: Bold 14px/150% Sage UI;
|
|
258
|
+
--typographyMessageHeadingL: Bold 16px/150% Sage UI;
|
|
259
|
+
--typographyMessageTextM: Regular 14px/150% Sage UI;
|
|
260
|
+
--typographyMessageTextL: Regular 16px/150% Sage UI;
|
|
261
|
+
--typographyPillLabelS: Medium 10px/150% Sage UI;
|
|
262
|
+
--typographyPillLabelM: Medium 12px/150% Sage UI;
|
|
263
|
+
--typographyPillLabelL: Medium 14px/150% Sage UI;
|
|
264
|
+
--typographyPillLabelXl: Medium 16px/150% Sage UI;
|
|
265
|
+
--typographySwitchOptionLabelM: Medium 12px/150% Sage UI;
|
|
266
|
+
--typographySwitchOptionLabelL: Medium 14px/150% Sage UI;
|
|
267
|
+
--typographyTableHeaderTextM: Medium 14px/150% Sage UI;
|
|
268
|
+
--typographyTableCellTextM: Regular 14px/150% Sage UI;
|
|
269
|
+
--typographyTooltipTextM: Regular 14px/150% Sage UI;
|
|
270
|
+
--typographyTooltipTextL: Regular 16px/150% Sage UI;
|
|
265
271
|
}
|
package/css/no-theme.css
CHANGED
|
@@ -3,7 +3,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Mon,
|
|
6
|
+
* Generated on Mon, 06 Dec 2021 17:00:07 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
:root {
|
|
@@ -202,64 +202,64 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
202
202
|
--fontFamiliesAndroid: Roboto;
|
|
203
203
|
--fontFamiliesOther: Open Sans;
|
|
204
204
|
--borderRadiusCircle: 10%;
|
|
205
|
-
--typographyButtonLabelS:
|
|
206
|
-
--typographyButtonLabelM:
|
|
207
|
-
--typographyButtonLabelL:
|
|
208
|
-
--typographyDialogTitleXs:
|
|
209
|
-
--typographyDialogTitleS:
|
|
210
|
-
--typographyDialogTitleMs:
|
|
211
|
-
--typographyDialogTitleM:
|
|
212
|
-
--typographyDialogTitleMl:
|
|
213
|
-
--typographyDialogTitleL:
|
|
214
|
-
--typographyDialogTitleXl:
|
|
215
|
-
--typographyFlashTextM:
|
|
216
|
-
--typographyFlashTextL:
|
|
217
|
-
--typographyFormFieldLabelXs:
|
|
218
|
-
--typographyFormFieldLabelS:
|
|
219
|
-
--typographyFormFieldLabelM:
|
|
220
|
-
--typographyFormFieldLabelL:
|
|
221
|
-
--typographyFormFieldHintTextXs:
|
|
222
|
-
--typographyFormFieldHintTextS:
|
|
223
|
-
--typographyFormFieldHintTextM:
|
|
224
|
-
--typographyFormFieldHintTextL:
|
|
225
|
-
--typographyFormFieldErrorMessageXs:
|
|
226
|
-
--typographyFormFieldErrorMessageS:
|
|
227
|
-
--typographyFormFieldErrorMessageM:
|
|
228
|
-
--typographyFormFieldErrorMessageL:
|
|
229
|
-
--typographyFormFieldCautionMessageXs:
|
|
230
|
-
--typographyFormFieldCautionMessageS:
|
|
231
|
-
--typographyFormFieldCautionMessageM:
|
|
232
|
-
--typographyFormFieldCautionMessageL:
|
|
233
|
-
--typographyFormFieldInputTextXs:
|
|
234
|
-
--typographyFormFieldInputTextS:
|
|
235
|
-
--typographyFormFieldInputTextM:
|
|
236
|
-
--typographyFormFieldInputTextL:
|
|
237
|
-
--typographyFormFieldDropdownOptionsXs:
|
|
238
|
-
--typographyFormFieldDropdownOptionsS:
|
|
239
|
-
--typographyFormFieldDropdownOptionsM:
|
|
240
|
-
--typographyFormFieldDropdownOptionsL:
|
|
241
|
-
--typographyFormFieldSecondLabelXs:
|
|
242
|
-
--typographyFormFieldSecondLabelS:
|
|
243
|
-
--typographyFormFieldSecondLabelM:
|
|
244
|
-
--typographyFormFieldSecondLabelL:
|
|
245
|
-
--typographyFormFieldCharacterCountXs:
|
|
246
|
-
--typographyFormFieldCharacterCountS:
|
|
247
|
-
--typographyFormFieldCharacterCountM:
|
|
248
|
-
--typographyFormFieldCharacterCountL:
|
|
249
|
-
--typographyLinkTextM:
|
|
250
|
-
--typographyLinkTextL:
|
|
251
|
-
--typographyMessageHeadingM:
|
|
252
|
-
--typographyMessageHeadingL:
|
|
253
|
-
--typographyMessageTextM:
|
|
254
|
-
--typographyMessageTextL:
|
|
255
|
-
--typographyPillLabelS:
|
|
256
|
-
--typographyPillLabelM:
|
|
257
|
-
--typographyPillLabelL:
|
|
258
|
-
--typographyPillLabelXl:
|
|
259
|
-
--typographySwitchOptionLabelM:
|
|
260
|
-
--typographySwitchOptionLabelL:
|
|
261
|
-
--typographyTableHeaderTextM:
|
|
262
|
-
--typographyTableCellTextM:
|
|
263
|
-
--typographyTooltipTextM:
|
|
264
|
-
--typographyTooltipTextL:
|
|
205
|
+
--typographyButtonLabelS: Bold 14px/150% Pridi;
|
|
206
|
+
--typographyButtonLabelM: Bold 14px/150% Pridi;
|
|
207
|
+
--typographyButtonLabelL: Bold 16px/150% Pridi;
|
|
208
|
+
--typographyDialogTitleXs: Bold 20px/125% Pridi;
|
|
209
|
+
--typographyDialogTitleS: Bold 20px/125% Pridi;
|
|
210
|
+
--typographyDialogTitleMs: Bold 20px/125% Pridi;
|
|
211
|
+
--typographyDialogTitleM: Bold 20px/125% Pridi;
|
|
212
|
+
--typographyDialogTitleMl: Bold 20px/125% Pridi;
|
|
213
|
+
--typographyDialogTitleL: Bold 20px/125% Pridi;
|
|
214
|
+
--typographyDialogTitleXl: Bold 20px/125% Pridi;
|
|
215
|
+
--typographyFlashTextM: Regular 14px/150% Pridi;
|
|
216
|
+
--typographyFlashTextL: Regular 16px/150% Pridi;
|
|
217
|
+
--typographyFormFieldLabelXs: Medium 14px/150% Pridi;
|
|
218
|
+
--typographyFormFieldLabelS: Medium 14px/150% Pridi;
|
|
219
|
+
--typographyFormFieldLabelM: Medium 14px/150% Pridi;
|
|
220
|
+
--typographyFormFieldLabelL: Medium 16px/150% Pridi;
|
|
221
|
+
--typographyFormFieldHintTextXs: Regular 14px/150% Pridi;
|
|
222
|
+
--typographyFormFieldHintTextS: Regular 14px/150% Pridi;
|
|
223
|
+
--typographyFormFieldHintTextM: Regular 14px/150% Pridi;
|
|
224
|
+
--typographyFormFieldHintTextL: Regular 16px/150% Pridi;
|
|
225
|
+
--typographyFormFieldErrorMessageXs: Medium 14px/150% Pridi;
|
|
226
|
+
--typographyFormFieldErrorMessageS: Medium 14px/150% Pridi;
|
|
227
|
+
--typographyFormFieldErrorMessageM: Medium 14px/150% Pridi;
|
|
228
|
+
--typographyFormFieldErrorMessageL: Medium 16px/150% Pridi;
|
|
229
|
+
--typographyFormFieldCautionMessageXs: Regular 14px/150% Pridi;
|
|
230
|
+
--typographyFormFieldCautionMessageS: Regular 14px/150% Pridi;
|
|
231
|
+
--typographyFormFieldCautionMessageM: Regular 14px/150% Pridi;
|
|
232
|
+
--typographyFormFieldCautionMessageL: Regular 16px/150% Pridi;
|
|
233
|
+
--typographyFormFieldInputTextXs: Regular 14px/150% Pridi;
|
|
234
|
+
--typographyFormFieldInputTextS: Regular 14px/150% Pridi;
|
|
235
|
+
--typographyFormFieldInputTextM: Regular 14px/150% Pridi;
|
|
236
|
+
--typographyFormFieldInputTextL: Regular 16px/150% Pridi;
|
|
237
|
+
--typographyFormFieldDropdownOptionsXs: Regular 14px/150% Pridi;
|
|
238
|
+
--typographyFormFieldDropdownOptionsS: Regular 14px/150% Pridi;
|
|
239
|
+
--typographyFormFieldDropdownOptionsM: Regular 14px/150% Pridi;
|
|
240
|
+
--typographyFormFieldDropdownOptionsL: Regular 16px/150% Pridi;
|
|
241
|
+
--typographyFormFieldSecondLabelXs: Medium 14px/150% Pridi;
|
|
242
|
+
--typographyFormFieldSecondLabelS: Medium 14px/150% Pridi;
|
|
243
|
+
--typographyFormFieldSecondLabelM: Medium 14px/150% Pridi;
|
|
244
|
+
--typographyFormFieldSecondLabelL: Medium 16px/150% Pridi;
|
|
245
|
+
--typographyFormFieldCharacterCountXs: Regular 14px/150% Pridi;
|
|
246
|
+
--typographyFormFieldCharacterCountS: Regular 14px/150% Pridi;
|
|
247
|
+
--typographyFormFieldCharacterCountM: Regular 14px/150% Pridi;
|
|
248
|
+
--typographyFormFieldCharacterCountL: Regular 14px/150% Pridi;
|
|
249
|
+
--typographyLinkTextM: Regular 14px/150% Pridi;
|
|
250
|
+
--typographyLinkTextL: Regular 16px/150% Pridi;
|
|
251
|
+
--typographyMessageHeadingM: Bold 14px/150% Pridi;
|
|
252
|
+
--typographyMessageHeadingL: Bold 16px/150% Pridi;
|
|
253
|
+
--typographyMessageTextM: Regular 14px/150% Pridi;
|
|
254
|
+
--typographyMessageTextL: Regular 16px/150% Pridi;
|
|
255
|
+
--typographyPillLabelS: Medium 10px/150% Pridi;
|
|
256
|
+
--typographyPillLabelM: Medium 12px/150% Pridi;
|
|
257
|
+
--typographyPillLabelL: Medium 14px/150% Pridi;
|
|
258
|
+
--typographyPillLabelXl: Medium 16px/150% Pridi;
|
|
259
|
+
--typographySwitchOptionLabelM: Medium 12px/150% Pridi;
|
|
260
|
+
--typographySwitchOptionLabelL: Medium 14px/150% Pridi;
|
|
261
|
+
--typographyTableHeaderTextM: Medium 14px/150% Pridi;
|
|
262
|
+
--typographyTableCellTextM: Regular 14px/150% Pridi;
|
|
263
|
+
--typographyTooltipTextM: Regular 14px/150% Pridi;
|
|
264
|
+
--typographyTooltipTextL: Regular 16px/150% Pridi;
|
|
265
265
|
}
|
package/data/all.json
CHANGED
|
@@ -77,8 +77,9 @@
|
|
|
77
77
|
"components": {
|
|
78
78
|
"navigation": {
|
|
79
79
|
"500": {
|
|
80
|
-
"value": "
|
|
81
|
-
"type": "color"
|
|
80
|
+
"value": "$colors.action.major.500",
|
|
81
|
+
"type": "color",
|
|
82
|
+
"description": "#008146"
|
|
82
83
|
},
|
|
83
84
|
"600": {
|
|
84
85
|
"value": "$colors.action.major.600",
|
|
@@ -607,6 +608,12 @@
|
|
|
607
608
|
}
|
|
608
609
|
}
|
|
609
610
|
}
|
|
611
|
+
},
|
|
612
|
+
"test": {
|
|
613
|
+
"100": {
|
|
614
|
+
"value": "#123456",
|
|
615
|
+
"type": "color"
|
|
616
|
+
}
|
|
610
617
|
}
|
|
611
618
|
},
|
|
612
619
|
"sizing": {
|
|
@@ -839,43 +846,109 @@
|
|
|
839
846
|
},
|
|
840
847
|
"boxShadow": {
|
|
841
848
|
"100": {
|
|
842
|
-
"value":
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
+
"value": [
|
|
850
|
+
{
|
|
851
|
+
"x": "0",
|
|
852
|
+
"y": "5",
|
|
853
|
+
"blur": "5",
|
|
854
|
+
"spread": "0",
|
|
855
|
+
"color": "rgba($colors.utility.major.800, 0.2)",
|
|
856
|
+
"type": "dropShadow"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"x": "0",
|
|
860
|
+
"y": "10",
|
|
861
|
+
"blur": "10",
|
|
862
|
+
"spread": "0",
|
|
863
|
+
"color": "rgba($colors.utility.major.800, 0.1)",
|
|
864
|
+
"type": "dropShadow"
|
|
865
|
+
}
|
|
866
|
+
],
|
|
849
867
|
"type": "boxShadow"
|
|
850
868
|
},
|
|
851
869
|
"200": {
|
|
852
|
-
"value":
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
870
|
+
"value": [
|
|
871
|
+
{
|
|
872
|
+
"x": "0",
|
|
873
|
+
"y": "10",
|
|
874
|
+
"blur": "20",
|
|
875
|
+
"spread": "0",
|
|
876
|
+
"color": "rgba($colors.utility.major.800, 0.2)",
|
|
877
|
+
"type": "dropShadow"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"x": "0",
|
|
881
|
+
"y": "20",
|
|
882
|
+
"blur": "40",
|
|
883
|
+
"spread": "0",
|
|
884
|
+
"color": "rgba($colors.utility.major.800, 0.1)",
|
|
885
|
+
"type": "dropShadow"
|
|
886
|
+
}
|
|
887
|
+
],
|
|
859
888
|
"type": "boxShadow"
|
|
860
889
|
},
|
|
861
890
|
"300": {
|
|
862
|
-
"value":
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
891
|
+
"value": [
|
|
892
|
+
{
|
|
893
|
+
"x": "0",
|
|
894
|
+
"y": "10",
|
|
895
|
+
"blur": "30",
|
|
896
|
+
"spread": "0",
|
|
897
|
+
"color": "rgba($colors.utility.major.800, 0.1)",
|
|
898
|
+
"type": "dropShadow"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"x": "0",
|
|
902
|
+
"y": "30",
|
|
903
|
+
"blur": "60",
|
|
904
|
+
"spread": "0",
|
|
905
|
+
"color": "rgba($colors.utility.major.800, 0.1)",
|
|
906
|
+
"type": "dropShadow"
|
|
907
|
+
}
|
|
908
|
+
],
|
|
869
909
|
"type": "boxShadow"
|
|
870
910
|
},
|
|
871
911
|
"400": {
|
|
872
|
-
"value":
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
912
|
+
"value": [
|
|
913
|
+
{
|
|
914
|
+
"x": "0",
|
|
915
|
+
"y": "10",
|
|
916
|
+
"blur": "40",
|
|
917
|
+
"spread": "0",
|
|
918
|
+
"color": "rgba($colors.utility.major.800, 0.04)",
|
|
919
|
+
"type": "dropShadow"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"x": "0",
|
|
923
|
+
"y": "50",
|
|
924
|
+
"blur": "80",
|
|
925
|
+
"spread": "0",
|
|
926
|
+
"color": "rgba($colors.utility.major.800, 0.1)",
|
|
927
|
+
"type": "dropShadow"
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"type": "boxShadow"
|
|
931
|
+
},
|
|
932
|
+
"050": {
|
|
933
|
+
"value": [
|
|
934
|
+
{
|
|
935
|
+
"x": "0",
|
|
936
|
+
"y": "3",
|
|
937
|
+
"blur": "3",
|
|
938
|
+
"spread": "0",
|
|
939
|
+
"color": "rgba($colors.utility.major.800, 0.2)",
|
|
940
|
+
"type": "dropShadow"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"x": "0",
|
|
944
|
+
"y": "2",
|
|
945
|
+
"blur": "4",
|
|
946
|
+
"spread": "0",
|
|
947
|
+
"color": "rgba($colors.utility.major.800, 0.15)",
|
|
948
|
+
"type": "dropShadow"
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"description": "",
|
|
879
952
|
"type": "boxShadow"
|
|
880
953
|
}
|
|
881
954
|
},
|
|
@@ -928,6 +1001,70 @@
|
|
|
928
1001
|
}
|
|
929
1002
|
},
|
|
930
1003
|
"typography": {
|
|
1004
|
+
"accordion": {
|
|
1005
|
+
"title": {
|
|
1006
|
+
"m": {
|
|
1007
|
+
"value": {
|
|
1008
|
+
"fontFamily": "$fontFamilies.default",
|
|
1009
|
+
"fontWeight": "$fontWeights.700",
|
|
1010
|
+
"lineHeight": "$lineHeights.400",
|
|
1011
|
+
"fontSize": "$fontSizes.400",
|
|
1012
|
+
"letterSpacing": "0%",
|
|
1013
|
+
"paragraphSpacing": "0",
|
|
1014
|
+
"textDecoration": "none",
|
|
1015
|
+
"textCase": "none"
|
|
1016
|
+
},
|
|
1017
|
+
"type": "typography"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"subtitle": {
|
|
1021
|
+
"m": {
|
|
1022
|
+
"value": {
|
|
1023
|
+
"fontFamily": "$fontFamilies.default",
|
|
1024
|
+
"fontWeight": "$fontWeights.500",
|
|
1025
|
+
"lineHeight": "$lineHeights.500",
|
|
1026
|
+
"fontSize": "$fontSizes.100",
|
|
1027
|
+
"letterSpacing": "0%",
|
|
1028
|
+
"paragraphSpacing": "0",
|
|
1029
|
+
"textDecoration": "none",
|
|
1030
|
+
"textCase": "none"
|
|
1031
|
+
},
|
|
1032
|
+
"type": "typography"
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"paragraph": {
|
|
1036
|
+
"m": {
|
|
1037
|
+
"value": {
|
|
1038
|
+
"fontFamily": "$fontFamilies.default",
|
|
1039
|
+
"fontWeight": "$fontWeights.400",
|
|
1040
|
+
"lineHeight": "$lineHeights.500",
|
|
1041
|
+
"fontSize": "$fontSizes.100",
|
|
1042
|
+
"letterSpacing": "0%",
|
|
1043
|
+
"paragraphSpacing": "0",
|
|
1044
|
+
"textDecoration": "none",
|
|
1045
|
+
"textCase": "none"
|
|
1046
|
+
},
|
|
1047
|
+
"type": "typography"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"actionPopover": {
|
|
1052
|
+
"menuItem": {
|
|
1053
|
+
"m": {
|
|
1054
|
+
"value": {
|
|
1055
|
+
"fontFamily": "$fontFamilies.default",
|
|
1056
|
+
"fontWeight": "$fontWeights.700",
|
|
1057
|
+
"lineHeight": "$lineHeights.500",
|
|
1058
|
+
"fontSize": "$fontSizes.100",
|
|
1059
|
+
"letterSpacing": "0%",
|
|
1060
|
+
"paragraphSpacing": "0",
|
|
1061
|
+
"textDecoration": "none",
|
|
1062
|
+
"textCase": "none"
|
|
1063
|
+
},
|
|
1064
|
+
"type": "typography"
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
931
1068
|
"button": {
|
|
932
1069
|
"label": {
|
|
933
1070
|
"s": {
|