@amsterdam/design-system-tokens 0.1.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/_variables.scss +218 -154
- package/dist/index.css +218 -154
- package/dist/index.d.ts +200 -136
- package/dist/index.js +205 -141
- package/dist/index.json +204 -140
- package/dist/index.tokens.json +336 -269
- package/dist/root.css +218 -154
- package/dist/tokens.d.ts +324 -257
- package/dist/tokens.js +3343 -1864
- package/dist/variables.less +218 -154
- package/package.json +2 -2
- package/src/brand/amsterdam/typography.tokens.json +70 -84
- package/src/common/amsterdam/link-appearance.tokens.json +31 -0
- package/src/components/amsterdam/accordion.tokens.json +8 -7
- package/src/components/amsterdam/alert.tokens.json +6 -5
- package/src/components/amsterdam/blockquote.tokens.json +6 -5
- package/src/components/amsterdam/breadcrumb.tokens.json +19 -34
- package/src/components/amsterdam/button.tokens.json +6 -4
- package/src/components/amsterdam/card.tokens.json +6 -2
- package/src/components/amsterdam/checkbox.tokens.json +7 -13
- package/src/components/amsterdam/dialog.tokens.json +6 -5
- package/src/components/amsterdam/form-label.tokens.json +6 -5
- package/src/components/amsterdam/grid.tokens.json +2 -2
- package/src/components/amsterdam/heading.tokens.json +44 -28
- package/src/components/amsterdam/icon.tokens.json +37 -28
- package/src/components/amsterdam/link.tokens.json +41 -33
- package/src/components/amsterdam/ordered-list.tokens.json +6 -5
- package/src/components/amsterdam/page-heading.tokens.json +17 -8
- package/src/components/amsterdam/page-menu.tokens.json +13 -9
- package/src/components/amsterdam/pagination.tokens.json +17 -18
- package/src/components/amsterdam/paragraph.tokens.json +22 -19
- package/src/components/amsterdam/top-task-link.tokens.json +25 -47
- package/src/components/amsterdam/unordered-list.tokens.json +6 -5
- package/src/components/utrecht/button.tokens.json +1 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 01 Dec 2023 15:48:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsterdamColorPrimaryBlack : string;
|
|
@@ -28,34 +28,53 @@ export const amsterdamProportion2xWide : string;
|
|
|
28
28
|
export const amsterdamTypographyFontFamily : string;
|
|
29
29
|
export const amsterdamTypographyFontWeightNormal : number;
|
|
30
30
|
export const amsterdamTypographyFontWeightBold : number;
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
31
|
+
export const amsterdamTypographySpaciousTextLevel0FontSize : string;
|
|
32
|
+
export const amsterdamTypographySpaciousTextLevel0LineHeight : string;
|
|
33
|
+
export const amsterdamTypographySpaciousTextLevel1FontSize : string;
|
|
34
|
+
export const amsterdamTypographySpaciousTextLevel1LineHeight : string;
|
|
35
|
+
export const amsterdamTypographySpaciousTextLevel2FontSize : string;
|
|
36
|
+
export const amsterdamTypographySpaciousTextLevel2LineHeight : string;
|
|
37
|
+
export const amsterdamTypographySpaciousTextLevel3FontSize : string;
|
|
38
|
+
export const amsterdamTypographySpaciousTextLevel3LineHeight : string;
|
|
39
|
+
export const amsterdamTypographySpaciousTextLevel4FontSize : string;
|
|
40
|
+
export const amsterdamTypographySpaciousTextLevel4LineHeight : string;
|
|
41
|
+
export const amsterdamTypographySpaciousTextLevel5FontSize : string;
|
|
42
|
+
export const amsterdamTypographySpaciousTextLevel5LineHeight : string;
|
|
43
|
+
export const amsterdamTypographySpaciousTextLevel6FontSize : string;
|
|
44
|
+
export const amsterdamTypographySpaciousTextLevel6LineHeight : string;
|
|
45
|
+
export const amsterdamTypographySpaciousTextLevel7FontSize : string;
|
|
46
|
+
export const amsterdamTypographySpaciousTextLevel7LineHeight : string;
|
|
47
|
+
export const amsterdamTypographyCompactTextLevel0FontSize : string;
|
|
48
|
+
export const amsterdamTypographyCompactTextLevel0LineHeight : string;
|
|
49
|
+
export const amsterdamTypographyCompactTextLevel1FontSize : string;
|
|
50
|
+
export const amsterdamTypographyCompactTextLevel1LineHeight : string;
|
|
51
|
+
export const amsterdamTypographyCompactTextLevel2FontSize : string;
|
|
52
|
+
export const amsterdamTypographyCompactTextLevel2LineHeight : string;
|
|
53
|
+
export const amsterdamTypographyCompactTextLevel3FontSize : string;
|
|
54
|
+
export const amsterdamTypographyCompactTextLevel3LineHeight : string;
|
|
55
|
+
export const amsterdamTypographyCompactTextLevel4FontSize : string;
|
|
56
|
+
export const amsterdamTypographyCompactTextLevel4LineHeight : string;
|
|
57
|
+
export const amsterdamTypographyCompactTextLevel5FontSize : string;
|
|
58
|
+
export const amsterdamTypographyCompactTextLevel5LineHeight : string;
|
|
59
|
+
export const amsterdamTypographyCompactTextLevel6FontSize : string;
|
|
60
|
+
export const amsterdamTypographyCompactTextLevel6LineHeight : string;
|
|
61
|
+
export const amsterdamTypographyCompactTextLevel7FontSize : string;
|
|
62
|
+
export const amsterdamTypographyCompactTextLevel7LineHeight : string;
|
|
55
63
|
export const amsterdamBorderWidthSm : string;
|
|
56
64
|
export const amsterdamBorderWidthMd : string;
|
|
57
65
|
export const amsterdamBorderWidthLg : string;
|
|
58
66
|
export const amsterdamFocusOutlineOffset : string;
|
|
67
|
+
export const amsterdamLinkAppearanceColor : string;
|
|
68
|
+
export const amsterdamLinkAppearanceTextDecorationThickness : string;
|
|
69
|
+
export const amsterdamLinkAppearanceTextUnderlineOffset : string;
|
|
70
|
+
export const amsterdamLinkAppearanceHoverColor : string;
|
|
71
|
+
export const amsterdamLinkAppearanceOnBackgroundDarkColor : string;
|
|
72
|
+
export const amsterdamLinkAppearanceOnBackgroundLightColor : string;
|
|
73
|
+
export const amsterdamLinkAppearanceRegularTextDecorationLine : string;
|
|
74
|
+
export const amsterdamLinkAppearanceRegularHoverTextDecorationThickness : string;
|
|
75
|
+
export const amsterdamLinkAppearanceRegularHoverTextUnderlineOffset : string;
|
|
76
|
+
export const amsterdamLinkAppearanceSubtleTextDecorationLine : string;
|
|
77
|
+
export const amsterdamLinkAppearanceSubtleHoverTextDecorationLine : string;
|
|
59
78
|
export const amsterdamSpacingInsetSm : string;
|
|
60
79
|
export const amsterdamSpacingInsetMd : string;
|
|
61
80
|
export const amsterdamSpacingInsetLg : string;
|
|
@@ -64,10 +83,11 @@ export const amsterdamAccordionButtonColor : string;
|
|
|
64
83
|
export const amsterdamAccordionButtonFocusOutlineOffset : string;
|
|
65
84
|
export const amsterdamAccordionButtonFontFamily : string;
|
|
66
85
|
export const amsterdamAccordionButtonFontWeight : number;
|
|
67
|
-
export const amsterdamAccordionButtonLineHeight : string;
|
|
68
|
-
export const amsterdamAccordionButtonNarrowFontSize : string;
|
|
69
|
-
export const amsterdamAccordionButtonWideFontSize : string;
|
|
70
86
|
export const amsterdamAccordionButtonHoverBoxShadow : string;
|
|
87
|
+
export const amsterdamAccordionButtonSpaciousFontSize : string;
|
|
88
|
+
export const amsterdamAccordionButtonSpaciousLineHeight : string;
|
|
89
|
+
export const amsterdamAccordionButtonCompactFontSize : string;
|
|
90
|
+
export const amsterdamAccordionButtonCompactLineHeight : string;
|
|
71
91
|
export const amsterdamAlertBackgroundColor : string;
|
|
72
92
|
export const amsterdamAlertBorder : string;
|
|
73
93
|
export const amsterdamAlertGap : string;
|
|
@@ -78,9 +98,10 @@ export const amsterdamAlertPaddingInlineEnd : string;
|
|
|
78
98
|
export const amsterdamAlertTitleColor : string;
|
|
79
99
|
export const amsterdamAlertTitleFontFamily : string;
|
|
80
100
|
export const amsterdamAlertTitleFontWeight : number;
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
101
|
+
export const amsterdamAlertTitleSpaciousFontSize : string;
|
|
102
|
+
export const amsterdamAlertTitleSpaciousLineHeight : string;
|
|
103
|
+
export const amsterdamAlertTitleCompactFontSize : string;
|
|
104
|
+
export const amsterdamAlertTitleCompactLineHeight : string;
|
|
84
105
|
export const amsterdamAlertErrorBackgroundColor : string;
|
|
85
106
|
export const amsterdamAlertErrorBorderColor : string;
|
|
86
107
|
export const amsterdamAlertSuccessBackgroundColor : string;
|
|
@@ -98,29 +119,39 @@ export const amsterdamBlockquoteColor : string;
|
|
|
98
119
|
export const amsterdamBlockquoteFontFamily : string;
|
|
99
120
|
export const amsterdamBlockquoteFontWeight : number;
|
|
100
121
|
export const amsterdamBlockquoteInverseColor : string;
|
|
101
|
-
export const
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const
|
|
122
|
+
export const amsterdamBlockquoteSpaciousFontSize : string;
|
|
123
|
+
export const amsterdamBlockquoteSpaciousLineHeight : string;
|
|
124
|
+
export const amsterdamBlockquoteCompactFontSize : string;
|
|
125
|
+
export const amsterdamBlockquoteCompactLineHeight : string;
|
|
105
126
|
export const amsterdamBreadcrumbFontFamily : string;
|
|
106
127
|
export const amsterdamBreadcrumbFontWeight : number;
|
|
107
|
-
export const
|
|
108
|
-
export const
|
|
109
|
-
export const amsterdamBreadcrumbWideFontSize : string;
|
|
128
|
+
export const amsterdamBreadcrumbSeparatorBackgroundColor : string;
|
|
129
|
+
export const amsterdamBreadcrumbItemLinkColor : string;
|
|
110
130
|
export const amsterdamBreadcrumbItemLinkOutlineOffset : string;
|
|
131
|
+
export const amsterdamBreadcrumbItemLinkTextDecorationLine : string;
|
|
132
|
+
export const amsterdamBreadcrumbItemLinkTextDecorationThickness : string;
|
|
133
|
+
export const amsterdamBreadcrumbItemLinkTextUnderlineOffset : string;
|
|
111
134
|
export const amsterdamBreadcrumbItemLinkHoverColor : string;
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
135
|
+
export const amsterdamBreadcrumbItemLinkHoverTextDecorationLine : string;
|
|
136
|
+
export const amsterdamBreadcrumbSpaciousFontSize : string;
|
|
137
|
+
export const amsterdamBreadcrumbSpaciousLineHeight : string;
|
|
138
|
+
export const amsterdamBreadcrumbCompactFontSize : string;
|
|
139
|
+
export const amsterdamBreadcrumbCompactLineHeight : string;
|
|
140
|
+
export const amsterdamButtonSpaciousFontSize : string;
|
|
141
|
+
export const amsterdamButtonSpaciousLineHeight : string;
|
|
142
|
+
export const amsterdamButtonCompactFontSize : string;
|
|
143
|
+
export const amsterdamButtonCompactLineHeight : string;
|
|
117
144
|
export const amsterdamButtonSecondaryBoxShadow : string;
|
|
118
145
|
export const amsterdamButtonSecondaryHoverBoxShadow : string;
|
|
119
146
|
export const amsterdamButtonSecondaryDisabledBoxShadow : string;
|
|
120
147
|
export const amsterdamButtonSecondaryFocusBoxShadow : string;
|
|
121
148
|
export const amsterdamButtonTertiaryHoverBoxShadow : string;
|
|
122
149
|
export const amsterdamCardLinkColor : string;
|
|
150
|
+
export const amsterdamCardLinkTextDecorationLine : string;
|
|
151
|
+
export const amsterdamCardLinkTextDecorationThickness : string;
|
|
152
|
+
export const amsterdamCardLinkTextUnderlineOffset : string;
|
|
123
153
|
export const amsterdamCardLinkHoverColor : string;
|
|
154
|
+
export const amsterdamCardLinkHoverTextDecorationLine : string;
|
|
124
155
|
export const amsterdamCardOutlineOffset : string;
|
|
125
156
|
export const amsterdamCheckboxColor : string;
|
|
126
157
|
export const amsterdamCheckboxCheckmarkBorderColor : string;
|
|
@@ -140,26 +171,25 @@ export const amsterdamCheckboxCheckmarkInvalidIndeterminateBackgroundColor : str
|
|
|
140
171
|
export const amsterdamCheckboxCheckmarkInvalidIndeterminateHoverBackgroundColor : string;
|
|
141
172
|
export const amsterdamCheckboxCheckmarkIndeterminateBackgroundColor : string;
|
|
142
173
|
export const amsterdamCheckboxCheckmarkIndeterminateHoverBackgroundColor : string;
|
|
143
|
-
export const amsterdamCheckboxCheckmarkNarrowSize : string;
|
|
144
|
-
export const amsterdamCheckboxCheckmarkWideSize : string;
|
|
145
|
-
export const amsterdamCheckboxCheckmarkMultiplier : string;
|
|
146
174
|
export const amsterdamCheckboxDisabledColor : string;
|
|
147
175
|
export const amsterdamCheckboxFontFamily : string;
|
|
148
176
|
export const amsterdamCheckboxFontWeight : number;
|
|
149
177
|
export const amsterdamCheckboxHoverColor : string;
|
|
150
178
|
export const amsterdamCheckboxOutlineOffset : string;
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
-
export const
|
|
179
|
+
export const amsterdamCheckboxSpaciousFontSize : string;
|
|
180
|
+
export const amsterdamCheckboxSpaciousLineHeight : string;
|
|
181
|
+
export const amsterdamCheckboxCompactFontSize : string;
|
|
182
|
+
export const amsterdamCheckboxCompactLineHeight : string;
|
|
154
183
|
export const amsterdamDialogBackgroundColor : string;
|
|
155
184
|
export const amsterdamDialogBorder : string;
|
|
156
185
|
export const amsterdamDialogMaxInlineSize : string;
|
|
157
186
|
export const amsterdamDialogTitleColor : string;
|
|
158
187
|
export const amsterdamDialogTitleFontFamily : string;
|
|
159
188
|
export const amsterdamDialogTitleFontWeight : number;
|
|
160
|
-
export const
|
|
161
|
-
export const
|
|
162
|
-
export const
|
|
189
|
+
export const amsterdamDialogTitleSpaciousFontSize : string;
|
|
190
|
+
export const amsterdamDialogTitleSpaciousLineHeight : string;
|
|
191
|
+
export const amsterdamDialogTitleCompactFontSize : string;
|
|
192
|
+
export const amsterdamDialogTitleCompactLineHeight : string;
|
|
163
193
|
export const amsterdamDialogBackdropBackground : string;
|
|
164
194
|
export const amsterdamDialogCloseBackgroundColor : string;
|
|
165
195
|
export const amsterdamDialogCloseFill : string;
|
|
@@ -175,36 +205,41 @@ export const amsterdamDialogFooterPaddingBlock : string;
|
|
|
175
205
|
export const amsterdamFormLabelColor : string;
|
|
176
206
|
export const amsterdamFormLabelFontFamily : string;
|
|
177
207
|
export const amsterdamFormLabelFontWeight : number;
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
208
|
+
export const amsterdamFormLabelSpaciousFontSize : string;
|
|
209
|
+
export const amsterdamFormLabelSpaciousLineHeight : string;
|
|
210
|
+
export const amsterdamFormLabelCompactFontSize : string;
|
|
211
|
+
export const amsterdamFormLabelCompactLineHeight : string;
|
|
181
212
|
export const amsterdamGridColumnCount : string;
|
|
182
213
|
/** Grows from 16px at 320px wide to 56px at 1600px wide. */
|
|
183
|
-
export const
|
|
214
|
+
export const amsterdamGridSpaciousGap : string;
|
|
184
215
|
/** Equals 1.5 times the gap. */
|
|
185
|
-
export const
|
|
216
|
+
export const amsterdamGridSpaciousPaddingInline : string;
|
|
186
217
|
/** Grows from 16px at 1088px wide to 40px at 2624px wide. */
|
|
187
|
-
export const
|
|
218
|
+
export const amsterdamGridCompactGap : string;
|
|
188
219
|
/** Equals the gap. */
|
|
189
|
-
export const
|
|
220
|
+
export const amsterdamGridCompactPaddingInline : string;
|
|
190
221
|
export const amsterdamGridMediumColumnCount : string;
|
|
191
222
|
export const amsterdamGridWideColumnCount : string;
|
|
192
|
-
export const amsterdamHeading1LineHeight : string;
|
|
193
|
-
export const amsterdamHeading1NarrowFontSize : string;
|
|
194
|
-
export const amsterdamHeading1WideFontSize : string;
|
|
195
|
-
export const amsterdamHeading2LineHeight : string;
|
|
196
|
-
export const amsterdamHeading2NarrowFontSize : string;
|
|
197
|
-
export const amsterdamHeading2WideFontSize : string;
|
|
198
|
-
export const amsterdamHeading3LineHeight : string;
|
|
199
|
-
export const amsterdamHeading3NarrowFontSize : string;
|
|
200
|
-
export const amsterdamHeading3WideFontSize : string;
|
|
201
|
-
export const amsterdamHeading4LineHeight : string;
|
|
202
|
-
export const amsterdamHeading4NarrowFontSize : string;
|
|
203
|
-
export const amsterdamHeading4WideFontSize : string;
|
|
204
223
|
export const amsterdamHeadingColor : string;
|
|
205
224
|
export const amsterdamHeadingFontFamily : string;
|
|
206
225
|
export const amsterdamHeadingFontWeight : number;
|
|
207
226
|
export const amsterdamHeadingInverseColor : string;
|
|
227
|
+
export const amsterdamHeadingSpaciousLevel1LineHeight : string;
|
|
228
|
+
export const amsterdamHeadingSpaciousLevel1FontSize : string;
|
|
229
|
+
export const amsterdamHeadingSpaciousLevel2LineHeight : string;
|
|
230
|
+
export const amsterdamHeadingSpaciousLevel2FontSize : string;
|
|
231
|
+
export const amsterdamHeadingSpaciousLevel3LineHeight : string;
|
|
232
|
+
export const amsterdamHeadingSpaciousLevel3FontSize : string;
|
|
233
|
+
export const amsterdamHeadingSpaciousLevel4LineHeight : string;
|
|
234
|
+
export const amsterdamHeadingSpaciousLevel4FontSize : string;
|
|
235
|
+
export const amsterdamHeadingCompactLevel1LineHeight : string;
|
|
236
|
+
export const amsterdamHeadingCompactLevel1FontSize : string;
|
|
237
|
+
export const amsterdamHeadingCompactLevel2LineHeight : string;
|
|
238
|
+
export const amsterdamHeadingCompactLevel2FontSize : string;
|
|
239
|
+
export const amsterdamHeadingCompactLevel3LineHeight : string;
|
|
240
|
+
export const amsterdamHeadingCompactLevel3FontSize : string;
|
|
241
|
+
export const amsterdamHeadingCompactLevel4LineHeight : string;
|
|
242
|
+
export const amsterdamHeadingCompactLevel4FontSize : string;
|
|
208
243
|
export const amsterdamHighlightBlueBackgroundColor : string;
|
|
209
244
|
export const amsterdamHighlightDarkGreenBackgroundColor : string;
|
|
210
245
|
export const amsterdamHighlightGreenBackgroundColor : string;
|
|
@@ -213,49 +248,58 @@ export const amsterdamHighlightMagentaBackgroundColor : string;
|
|
|
213
248
|
export const amsterdamHighlightOrangeBackgroundColor : string;
|
|
214
249
|
export const amsterdamHighlightPurpleBackgroundColor : string;
|
|
215
250
|
export const amsterdamHighlightYellowBackgroundColor : string;
|
|
216
|
-
export const
|
|
217
|
-
export const
|
|
218
|
-
export const
|
|
219
|
-
export const
|
|
220
|
-
export const
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
227
|
-
export const
|
|
228
|
-
export const
|
|
229
|
-
export const
|
|
230
|
-
export const
|
|
251
|
+
export const amsterdamIconSpaciousSize3FontSize : string;
|
|
252
|
+
export const amsterdamIconSpaciousSize3LineHeight : string;
|
|
253
|
+
export const amsterdamIconSpaciousSize4FontSize : string;
|
|
254
|
+
export const amsterdamIconSpaciousSize4LineHeight : string;
|
|
255
|
+
export const amsterdamIconSpaciousSize5FontSize : string;
|
|
256
|
+
export const amsterdamIconSpaciousSize5LineHeight : string;
|
|
257
|
+
export const amsterdamIconSpaciousSize6FontSize : string;
|
|
258
|
+
export const amsterdamIconSpaciousSize6LineHeight : string;
|
|
259
|
+
export const amsterdamIconSpaciousSize7FontSize : string;
|
|
260
|
+
export const amsterdamIconSpaciousSize7LineHeight : string;
|
|
261
|
+
export const amsterdamIconCompactSize3FontSize : string;
|
|
262
|
+
export const amsterdamIconCompactSize3LineHeight : string;
|
|
263
|
+
export const amsterdamIconCompactSize4FontSize : string;
|
|
264
|
+
export const amsterdamIconCompactSize4LineHeight : string;
|
|
265
|
+
export const amsterdamIconCompactSize5FontSize : string;
|
|
266
|
+
export const amsterdamIconCompactSize5LineHeight : string;
|
|
267
|
+
export const amsterdamIconCompactSize6FontSize : string;
|
|
268
|
+
export const amsterdamIconCompactSize6LineHeight : string;
|
|
269
|
+
export const amsterdamIconCompactSize7FontSize : string;
|
|
270
|
+
export const amsterdamIconCompactSize7LineHeight : string;
|
|
231
271
|
export const amsterdamLinkColor : string;
|
|
232
|
-
export const amsterdamLinkOutlineOffset : string;
|
|
233
272
|
export const amsterdamLinkFontFamily : string;
|
|
234
273
|
export const amsterdamLinkFontWeight : number;
|
|
274
|
+
export const amsterdamLinkOutlineOffset : string;
|
|
235
275
|
export const amsterdamLinkHoverColor : string;
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
276
|
+
export const amsterdamLinkInlineTextDecorationLine : string;
|
|
277
|
+
export const amsterdamLinkInlineTextDecorationThickness : string;
|
|
278
|
+
export const amsterdamLinkInlineTextUnderlineOffset : string;
|
|
238
279
|
export const amsterdamLinkInlineFontFamily : string;
|
|
239
280
|
export const amsterdamLinkInlineFontSize : string;
|
|
240
281
|
export const amsterdamLinkInlineLineHeight : string;
|
|
241
|
-
export const
|
|
242
|
-
export const
|
|
282
|
+
export const amsterdamLinkInlineHoverTextDecorationThickness : string;
|
|
283
|
+
export const amsterdamLinkInlineHoverTextUnderlineOffset : string;
|
|
243
284
|
export const amsterdamLinkInlineVisitedColor : string;
|
|
244
285
|
export const amsterdamLinkInListGap : string;
|
|
245
|
-
export const
|
|
246
|
-
export const
|
|
247
|
-
export const
|
|
248
|
-
export const
|
|
249
|
-
export const
|
|
250
|
-
export const
|
|
251
|
-
export const
|
|
252
|
-
export const
|
|
286
|
+
export const amsterdamLinkInListTextDecorationLine : string;
|
|
287
|
+
export const amsterdamLinkInListTextDecorationThickness : string;
|
|
288
|
+
export const amsterdamLinkInListTextUnderlineOffset : string;
|
|
289
|
+
export const amsterdamLinkInListHoverTextDecorationLine : string;
|
|
290
|
+
export const amsterdamLinkInListSpaciousFontSize : string;
|
|
291
|
+
export const amsterdamLinkInListSpaciousLineHeight : string;
|
|
292
|
+
export const amsterdamLinkInListCompactFontSize : string;
|
|
293
|
+
export const amsterdamLinkInListCompactLineHeight : string;
|
|
294
|
+
export const amsterdamLinkStandaloneTextDecorationLine : string;
|
|
253
295
|
export const amsterdamLinkStandaloneTextDecorationThickness : string;
|
|
296
|
+
export const amsterdamLinkStandaloneTextUnderlineOffset : string;
|
|
254
297
|
export const amsterdamLinkStandaloneHoverTextDecorationThickness : string;
|
|
255
298
|
export const amsterdamLinkStandaloneHoverTextUnderlineOffset : string;
|
|
256
|
-
export const
|
|
257
|
-
export const
|
|
258
|
-
export const
|
|
299
|
+
export const amsterdamLinkStandaloneSpaciousFontSize : string;
|
|
300
|
+
export const amsterdamLinkStandaloneSpaciousLineHeight : string;
|
|
301
|
+
export const amsterdamLinkStandaloneCompactFontSize : string;
|
|
302
|
+
export const amsterdamLinkStandaloneCompactLineHeight : string;
|
|
259
303
|
export const amsterdamLinkOnBackgroundDarkColor : string;
|
|
260
304
|
export const amsterdamLinkOnBackgroundDarkHoverColor : string;
|
|
261
305
|
export const amsterdamLinkOnBackgroundDarkVisitedColor : string;
|
|
@@ -270,10 +314,11 @@ export const amsterdamOrderedListColor : string;
|
|
|
270
314
|
export const amsterdamOrderedListFontFamily : string;
|
|
271
315
|
export const amsterdamOrderedListFontWeight : number;
|
|
272
316
|
export const amsterdamOrderedListGap : string;
|
|
273
|
-
export const amsterdamOrderedListLineHeight : string;
|
|
274
317
|
export const amsterdamOrderedListListStyleType : string;
|
|
275
|
-
export const
|
|
276
|
-
export const
|
|
318
|
+
export const amsterdamOrderedListSpaciousFontSize : string;
|
|
319
|
+
export const amsterdamOrderedListSpaciousLineHeight : string;
|
|
320
|
+
export const amsterdamOrderedListCompactFontSize : string;
|
|
321
|
+
export const amsterdamOrderedListCompactLineHeight : string;
|
|
277
322
|
/** Divide your total indentation width over margin and padding to position the marker. */
|
|
278
323
|
export const amsterdamOrderedListItemMarginInlineStart : string;
|
|
279
324
|
/** The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem. */
|
|
@@ -285,45 +330,58 @@ export const amsterdamOrderedListOrderedListItemMarginInlineStart : string;
|
|
|
285
330
|
export const amsterdamOrderedListOrderedListItemPaddingInlineStart : string;
|
|
286
331
|
export const amsterdamPageHeadingColor : string;
|
|
287
332
|
export const amsterdamPageHeadingFontFamily : string;
|
|
288
|
-
export const amsterdamPageHeadingLineHeight : string;
|
|
289
|
-
export const amsterdamPageHeadingNarrowFontSize : string;
|
|
290
|
-
export const amsterdamPageHeadingWideFontSize : string;
|
|
291
333
|
export const amsterdamPageHeadingFontWeight : number;
|
|
292
334
|
export const amsterdamPageHeadingInverseColor : string;
|
|
335
|
+
export const amsterdamPageHeadingSpaciousFontSize : string;
|
|
336
|
+
export const amsterdamPageHeadingSpaciousLineHeight : string;
|
|
337
|
+
export const amsterdamPageHeadingCompactFontSize : string;
|
|
338
|
+
export const amsterdamPageHeadingCompactLineHeight : string;
|
|
293
339
|
export const amsterdamPageMenuColumnGap : string;
|
|
294
340
|
export const amsterdamPageMenuRowGap : string;
|
|
295
341
|
export const amsterdamPageMenuItemColor : string;
|
|
296
342
|
export const amsterdamPageMenuItemFontFamily : string;
|
|
297
343
|
export const amsterdamPageMenuItemFontWeight : number;
|
|
298
344
|
export const amsterdamPageMenuItemGap : string;
|
|
299
|
-
export const
|
|
300
|
-
export const
|
|
301
|
-
export const
|
|
302
|
-
export const
|
|
345
|
+
export const amsterdamPageMenuItemOutlineOffset : string;
|
|
346
|
+
export const amsterdamPageMenuItemTextDecorationLine : string;
|
|
347
|
+
export const amsterdamPageMenuItemTextDecorationThickness : string;
|
|
348
|
+
export const amsterdamPageMenuItemTextUnderlineOffset : string;
|
|
349
|
+
export const amsterdamPageMenuItemSpaciousFontSize : string;
|
|
350
|
+
export const amsterdamPageMenuItemSpaciousLineHeight : string;
|
|
351
|
+
export const amsterdamPageMenuItemCompactFontSize : string;
|
|
352
|
+
export const amsterdamPageMenuItemCompactLineHeight : string;
|
|
303
353
|
export const amsterdamPageMenuItemHoverColor : string;
|
|
304
|
-
export const
|
|
354
|
+
export const amsterdamPageMenuItemHoverTextDecorationLine : string;
|
|
305
355
|
export const amsterdamPaginationColor : string;
|
|
306
356
|
export const amsterdamPaginationFontFamily : string;
|
|
307
357
|
export const amsterdamPaginationFontWeight : number;
|
|
308
|
-
export const
|
|
309
|
-
export const
|
|
310
|
-
export const
|
|
358
|
+
export const amsterdamPaginationSpaciousFontSize : string;
|
|
359
|
+
export const amsterdamPaginationSpaciousLineHeight : string;
|
|
360
|
+
export const amsterdamPaginationCompactFontSize : string;
|
|
361
|
+
export const amsterdamPaginationCompactLineHeight : string;
|
|
362
|
+
export const amsterdamPaginationButtonOutlineOffset : string;
|
|
363
|
+
export const amsterdamPaginationButtonTextDecorationLine : string;
|
|
364
|
+
export const amsterdamPaginationButtonTextDecorationThickness : string;
|
|
365
|
+
export const amsterdamPaginationButtonTextUnderlineOffset : string;
|
|
311
366
|
export const amsterdamPaginationButtonCurrentFontWeight : number;
|
|
312
367
|
export const amsterdamPaginationButtonHoverColor : string;
|
|
313
|
-
export const
|
|
368
|
+
export const amsterdamPaginationButtonHoverTextDecorationLine : string;
|
|
314
369
|
export const amsterdamParagraphColor : string;
|
|
315
370
|
export const amsterdamParagraphFontFamily : string;
|
|
316
371
|
export const amsterdamParagraphFontWeight : number;
|
|
317
372
|
export const amsterdamParagraphInverseColor : string;
|
|
318
|
-
export const
|
|
319
|
-
export const
|
|
320
|
-
export const
|
|
321
|
-
export const
|
|
322
|
-
export const
|
|
323
|
-
export const
|
|
324
|
-
export const
|
|
325
|
-
export const
|
|
326
|
-
export const
|
|
373
|
+
export const amsterdamParagraphSpaciousSmallFontSize : string;
|
|
374
|
+
export const amsterdamParagraphSpaciousSmallLineHeight : string;
|
|
375
|
+
export const amsterdamParagraphSpaciousMediumFontSize : string;
|
|
376
|
+
export const amsterdamParagraphSpaciousMediumLineHeight : string;
|
|
377
|
+
export const amsterdamParagraphSpaciousLargeFontSize : string;
|
|
378
|
+
export const amsterdamParagraphSpaciousLargeLineHeight : string;
|
|
379
|
+
export const amsterdamParagraphCompactSmallFontSize : string;
|
|
380
|
+
export const amsterdamParagraphCompactSmallLineHeight : string;
|
|
381
|
+
export const amsterdamParagraphCompactMediumFontSize : string;
|
|
382
|
+
export const amsterdamParagraphCompactMediumLineHeight : string;
|
|
383
|
+
export const amsterdamParagraphCompactLargeFontSize : string;
|
|
384
|
+
export const amsterdamParagraphCompactLargeLineHeight : string;
|
|
327
385
|
export const amsterdamScreenWideMaxWidth : string;
|
|
328
386
|
export const amsterdamScreenXWideMaxWidth : string;
|
|
329
387
|
export const amsterdamSwitchFontFamily : string;
|
|
@@ -339,25 +397,32 @@ export const amsterdamSwitchDisabledBackgroundColor : string;
|
|
|
339
397
|
export const amsterdamTopTaskLinkDescriptionColor : string;
|
|
340
398
|
export const amsterdamTopTaskLinkDescriptionFontFamily : string;
|
|
341
399
|
export const amsterdamTopTaskLinkDescriptionFontWeight : number;
|
|
342
|
-
export const
|
|
343
|
-
export const
|
|
344
|
-
export const
|
|
400
|
+
export const amsterdamTopTaskLinkDescriptionSpaciousFontSize : string;
|
|
401
|
+
export const amsterdamTopTaskLinkDescriptionSpaciousLineHeight : string;
|
|
402
|
+
export const amsterdamTopTaskLinkDescriptionCompactFontSize : string;
|
|
403
|
+
export const amsterdamTopTaskLinkDescriptionCompactLineHeight : string;
|
|
345
404
|
export const amsterdamTopTaskLinkLabelColor : string;
|
|
346
405
|
export const amsterdamTopTaskLinkLabelFontFamily : string;
|
|
347
406
|
export const amsterdamTopTaskLinkLabelFontWeight : number;
|
|
407
|
+
export const amsterdamTopTaskLinkLabelTextDecorationLine : string;
|
|
408
|
+
export const amsterdamTopTaskLinkLabelTextDecorationThickness : string;
|
|
409
|
+
export const amsterdamTopTaskLinkLabelTextUnderlineOffset : string;
|
|
348
410
|
export const amsterdamTopTaskLinkLabelHoverColor : string;
|
|
349
|
-
export const
|
|
350
|
-
export const
|
|
351
|
-
export const
|
|
411
|
+
export const amsterdamTopTaskLinkLabelHoverTextDecorationLine : string;
|
|
412
|
+
export const amsterdamTopTaskLinkLabelSpaciousFontSize : string;
|
|
413
|
+
export const amsterdamTopTaskLinkLabelSpaciousLineHeight : string;
|
|
414
|
+
export const amsterdamTopTaskLinkLabelCompactFontSize : string;
|
|
415
|
+
export const amsterdamTopTaskLinkLabelCompactLineHeight : string;
|
|
352
416
|
export const amsterdamTopTaskLinkOutlineOffset : string;
|
|
353
417
|
export const amsterdamUnorderedListColor : string;
|
|
354
418
|
export const amsterdamUnorderedListFontFamily : string;
|
|
355
419
|
export const amsterdamUnorderedListFontWeight : number;
|
|
356
420
|
export const amsterdamUnorderedListGap : string;
|
|
357
|
-
export const amsterdamUnorderedListLineHeight : string;
|
|
358
421
|
export const amsterdamUnorderedListListStyleType : string;
|
|
359
|
-
export const
|
|
360
|
-
export const
|
|
422
|
+
export const amsterdamUnorderedListSpaciousFontSize : string;
|
|
423
|
+
export const amsterdamUnorderedListSpaciousLineHeight : string;
|
|
424
|
+
export const amsterdamUnorderedListCompactFontSize : string;
|
|
425
|
+
export const amsterdamUnorderedListCompactLineHeight : string;
|
|
361
426
|
/** Divide your total indentation width over margin and padding to position the marker. */
|
|
362
427
|
export const amsterdamUnorderedListItemMarginInlineStart : string;
|
|
363
428
|
/** The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem. */
|
|
@@ -377,7 +442,6 @@ export const utrechtFocusOutlineOffset : string;
|
|
|
377
442
|
export const utrechtButtonBackgroundColor : string;
|
|
378
443
|
export const utrechtButtonColor : string;
|
|
379
444
|
export const utrechtButtonFontFamily : string;
|
|
380
|
-
export const utrechtButtonLineHeight : string;
|
|
381
445
|
export const utrechtButtonPaddingInlineStart : string;
|
|
382
446
|
export const utrechtButtonPaddingInlineEnd : string;
|
|
383
447
|
export const utrechtButtonPaddingBlockStart : string;
|