@amsterdam/design-system-tokens 0.1.3 → 0.1.4
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/dist/_variables.scss +188 -93
- package/dist/index.css +188 -93
- package/dist/index.d.ts +183 -80
- package/dist/index.js +178 -83
- package/dist/index.json +177 -82
- package/dist/index.tokens.json +416 -183
- package/dist/root.css +188 -93
- package/dist/tokens.d.ts +411 -129
- package/dist/tokens.js +4089 -1901
- package/dist/variables.less +188 -93
- package/package.json +2 -2
- package/src/brand/amsterdam/typography.tokens.json +40 -24
- package/src/common/utrecht/action.tokens.json +12 -0
- package/src/common/utrecht/focus.tokens.json +7 -0
- package/src/components/amsterdam/accordion.tokens.json +6 -4
- package/src/components/amsterdam/blockquote.tokens.json +17 -0
- package/src/components/amsterdam/breadcrumb.tokens.json +42 -0
- package/src/components/amsterdam/button.tokens.json +34 -4
- package/src/components/amsterdam/checkbox.tokens.json +121 -0
- package/src/components/amsterdam/footer.tokens.json +11 -0
- package/src/components/amsterdam/form-label.tokens.json +7 -5
- package/src/components/amsterdam/heading.tokens.json +25 -16
- package/src/components/amsterdam/icon.tokens.json +10 -10
- package/src/components/amsterdam/link.tokens.json +38 -51
- package/src/components/amsterdam/ordered-list.tokens.json +41 -0
- package/src/components/amsterdam/page-grid.tokens.json +20 -0
- package/src/components/amsterdam/page-heading.tokens.json +17 -0
- package/src/components/amsterdam/page-menu.tokens.json +25 -0
- package/src/components/amsterdam/paragraph.tokens.json +19 -12
- package/src/components/amsterdam/top-task-link.tokens.json +34 -0
- package/src/components/amsterdam/unordered-list.tokens.json +25 -11
- package/src/components/utrecht/button.tokens.json +17 -27
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, 08 Sep 2023 12:12:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsterdamColorPrimaryBlack : string;
|
|
@@ -22,29 +22,29 @@ export const amsterdamColorNeutralGrey4 : string;
|
|
|
22
22
|
export const amsterdamTypographyFontFamily : string;
|
|
23
23
|
export const amsterdamTypographyFontWeightNormal : number;
|
|
24
24
|
export const amsterdamTypographyFontWeightBold : number;
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
25
|
+
export const amsterdamTypographyTextLevel0NarrowFontSize : string;
|
|
26
|
+
export const amsterdamTypographyTextLevel0WideFontSize : string;
|
|
27
27
|
export const amsterdamTypographyTextLevel0LineHeight : string;
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
28
|
+
export const amsterdamTypographyTextLevel1NarrowFontSize : string;
|
|
29
|
+
export const amsterdamTypographyTextLevel1WideFontSize : string;
|
|
30
30
|
export const amsterdamTypographyTextLevel1LineHeight : string;
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
31
|
+
export const amsterdamTypographyTextLevel2NarrowFontSize : string;
|
|
32
|
+
export const amsterdamTypographyTextLevel2WideFontSize : string;
|
|
33
33
|
export const amsterdamTypographyTextLevel2LineHeight : string;
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
34
|
+
export const amsterdamTypographyTextLevel3NarrowFontSize : string;
|
|
35
|
+
export const amsterdamTypographyTextLevel3WideFontSize : string;
|
|
36
36
|
export const amsterdamTypographyTextLevel3LineHeight : string;
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
37
|
+
export const amsterdamTypographyTextLevel4NarrowFontSize : string;
|
|
38
|
+
export const amsterdamTypographyTextLevel4WideFontSize : string;
|
|
39
39
|
export const amsterdamTypographyTextLevel4LineHeight : string;
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
40
|
+
export const amsterdamTypographyTextLevel5NarrowFontSize : string;
|
|
41
|
+
export const amsterdamTypographyTextLevel5WideFontSize : string;
|
|
42
42
|
export const amsterdamTypographyTextLevel5LineHeight : string;
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
43
|
+
export const amsterdamTypographyTextLevel6NarrowFontSize : string;
|
|
44
|
+
export const amsterdamTypographyTextLevel6WideFontSize : string;
|
|
45
45
|
export const amsterdamTypographyTextLevel6LineHeight : string;
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
46
|
+
export const amsterdamTypographyTextLevel7NarrowFontSize : string;
|
|
47
|
+
export const amsterdamTypographyTextLevel7WideFontSize : string;
|
|
48
48
|
export const amsterdamTypographyTextLevel7LineHeight : string;
|
|
49
49
|
export const amsterdamBorderWidthSm : string;
|
|
50
50
|
export const amsterdamBorderWidthMd : string;
|
|
@@ -57,35 +57,89 @@ export const amsterdamSpacingInsetXl : string;
|
|
|
57
57
|
export const amsterdamAccordionButtonColor : string;
|
|
58
58
|
export const amsterdamAccordionButtonFocusOutlineOffset : string;
|
|
59
59
|
export const amsterdamAccordionButtonFontFamily : string;
|
|
60
|
-
export const amsterdamAccordionButtonFontSizeNarrow : string;
|
|
61
|
-
export const amsterdamAccordionButtonFontSizeWide : string;
|
|
62
60
|
export const amsterdamAccordionButtonFontWeight : number;
|
|
63
61
|
export const amsterdamAccordionButtonLineHeight : string;
|
|
62
|
+
export const amsterdamAccordionButtonNarrowFontSize : string;
|
|
63
|
+
export const amsterdamAccordionButtonWideFontSize : string;
|
|
64
64
|
export const amsterdamAccordionButtonHoverBoxShadow : string;
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
65
|
+
export const amsterdamBlockquoteColor : string;
|
|
66
|
+
export const amsterdamBlockquoteFontFamily : string;
|
|
67
|
+
export const amsterdamBlockquoteFontWeight : number;
|
|
68
|
+
export const amsterdamBlockquoteInverseColor : string;
|
|
69
|
+
export const amsterdamBlockquoteLineHeight : string;
|
|
70
|
+
export const amsterdamBlockquoteNarrowFontSize : string;
|
|
71
|
+
export const amsterdamBlockquoteWideFontSize : string;
|
|
72
|
+
export const amsterdamBreadcrumbColor : string;
|
|
73
|
+
export const amsterdamBreadcrumbFontFamily : string;
|
|
74
|
+
export const amsterdamBreadcrumbLineHeight : string;
|
|
75
|
+
export const amsterdamBreadcrumbNarrowFontSize : string;
|
|
76
|
+
export const amsterdamBreadcrumbWideFontSize : string;
|
|
77
|
+
export const amsterdamBreadcrumbItemLinkOutlineOffset : string;
|
|
78
|
+
export const amsterdamBreadcrumbItemLinkHoverColor : string;
|
|
79
|
+
export const amsterdamBreadcrumbItemLinkHoverBoxShadow : string;
|
|
80
|
+
export const amsterdamBreadcrumbItemLinkFocusColor : string;
|
|
81
|
+
export const amsterdamBreadcrumbItemLinkFocusTextDecoration : string;
|
|
82
|
+
export const amsterdamButtonNarrowFontSize : string;
|
|
83
|
+
export const amsterdamButtonWideFontSize : string;
|
|
84
|
+
export const amsterdamButtonSecondaryBoxShadow : string;
|
|
67
85
|
export const amsterdamButtonSecondaryHoverBoxShadow : string;
|
|
86
|
+
export const amsterdamButtonSecondaryDisabledBoxShadow : string;
|
|
87
|
+
export const amsterdamButtonSecondaryFocusBoxShadow : string;
|
|
88
|
+
export const amsterdamButtonSecondaryFocusColor : string;
|
|
89
|
+
export const amsterdamButtonTertiaryHoverBoxShadow : string;
|
|
90
|
+
export const amsterdamButtonTertiaryFocusBoxShadow : string;
|
|
91
|
+
export const amsterdamCheckboxColor : string;
|
|
92
|
+
export const amsterdamCheckboxCheckmarkBorderColor : string;
|
|
93
|
+
export const amsterdamCheckboxCheckmarkCheckedBackgroundColor : string;
|
|
94
|
+
export const amsterdamCheckboxCheckmarkCheckedHoverBackgroundColor : string;
|
|
95
|
+
export const amsterdamCheckboxCheckmarkDisabledBorderColor : string;
|
|
96
|
+
export const amsterdamCheckboxCheckmarkDisabledCheckedBackgroundColor : string;
|
|
97
|
+
export const amsterdamCheckboxCheckmarkDisabledCheckedHoverBackgroundColor : string;
|
|
98
|
+
export const amsterdamCheckboxCheckmarkDisabledIndeterminateBackgroundColor : string;
|
|
99
|
+
export const amsterdamCheckboxCheckmarkDisabledIndeterminateHoverBackgroundColor : string;
|
|
100
|
+
export const amsterdamCheckboxCheckmarkHoverBorderColor : string;
|
|
101
|
+
export const amsterdamCheckboxCheckmarkInvalidBorderColor : string;
|
|
102
|
+
export const amsterdamCheckboxCheckmarkInvalidCheckedBackgroundColor : string;
|
|
103
|
+
export const amsterdamCheckboxCheckmarkInvalidCheckedHoverBackgroundColor : string;
|
|
104
|
+
export const amsterdamCheckboxCheckmarkInvalidHoverBorderColor : string;
|
|
105
|
+
export const amsterdamCheckboxCheckmarkInvalidIndeterminateBackgroundColor : string;
|
|
106
|
+
export const amsterdamCheckboxCheckmarkInvalidIndeterminateHoverBackgroundColor : string;
|
|
107
|
+
export const amsterdamCheckboxCheckmarkIndeterminateBackgroundColor : string;
|
|
108
|
+
export const amsterdamCheckboxCheckmarkIndeterminateHoverBackgroundColor : string;
|
|
109
|
+
export const amsterdamCheckboxCheckmarkNarrowSize : string;
|
|
110
|
+
export const amsterdamCheckboxCheckmarkWideSize : string;
|
|
111
|
+
export const amsterdamCheckboxCheckmarkMultiplier : string;
|
|
112
|
+
export const amsterdamCheckboxDisabledColor : string;
|
|
113
|
+
export const amsterdamCheckboxFontFamily : string;
|
|
114
|
+
export const amsterdamCheckboxFontWeight : number;
|
|
115
|
+
export const amsterdamCheckboxHoverColor : string;
|
|
116
|
+
export const amsterdamCheckboxOutlineOffset : string;
|
|
117
|
+
export const amsterdamCheckboxLineHeight : string;
|
|
118
|
+
export const amsterdamCheckboxNarrowFontSize : string;
|
|
119
|
+
export const amsterdamCheckboxWideFontSize : string;
|
|
120
|
+
export const amsterdamFooterTopBackgroundColor : string;
|
|
68
121
|
export const amsterdamFormLabelColor : string;
|
|
69
122
|
export const amsterdamFormLabelFontFamily : string;
|
|
70
|
-
export const amsterdamFormLabelFontSizeNarrow : string;
|
|
71
|
-
export const amsterdamFormLabelFontSizeWide : string;
|
|
72
123
|
export const amsterdamFormLabelFontWeight : number;
|
|
73
124
|
export const amsterdamFormLabelLineHeight : string;
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
125
|
+
export const amsterdamFormLabelNarrowFontSize : string;
|
|
126
|
+
export const amsterdamFormLabelWideFontSize : string;
|
|
76
127
|
export const amsterdamHeading1LineHeight : string;
|
|
77
|
-
export const
|
|
78
|
-
export const
|
|
128
|
+
export const amsterdamHeading1NarrowFontSize : string;
|
|
129
|
+
export const amsterdamHeading1WideFontSize : string;
|
|
79
130
|
export const amsterdamHeading2LineHeight : string;
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
131
|
+
export const amsterdamHeading2NarrowFontSize : string;
|
|
132
|
+
export const amsterdamHeading2WideFontSize : string;
|
|
82
133
|
export const amsterdamHeading3LineHeight : string;
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
134
|
+
export const amsterdamHeading3NarrowFontSize : string;
|
|
135
|
+
export const amsterdamHeading3WideFontSize : string;
|
|
85
136
|
export const amsterdamHeading4LineHeight : string;
|
|
137
|
+
export const amsterdamHeading4NarrowFontSize : string;
|
|
138
|
+
export const amsterdamHeading4WideFontSize : string;
|
|
86
139
|
export const amsterdamHeadingColor : string;
|
|
87
140
|
export const amsterdamHeadingFontFamily : string;
|
|
88
141
|
export const amsterdamHeadingFontWeight : number;
|
|
142
|
+
export const amsterdamHeadingInverseColor : string;
|
|
89
143
|
export const amsterdamIconSize3IconSizeNarrow : string;
|
|
90
144
|
export const amsterdamIconSize3IconSizeWide : string;
|
|
91
145
|
export const amsterdamIconSize3ContainerMultiplier : string;
|
|
@@ -103,73 +157,127 @@ export const amsterdamIconSize7IconSizeWide : string;
|
|
|
103
157
|
export const amsterdamIconSize7ContainerMultiplier : string;
|
|
104
158
|
export const amsterdamLinkColor : string;
|
|
105
159
|
export const amsterdamLinkOutlineOffset : string;
|
|
106
|
-
export const amsterdamLinkTextDecoration : string;
|
|
107
|
-
export const amsterdamLinkTextUnderlineOffset : string;
|
|
108
|
-
export const amsterdamLinkTextDecorationThickness : string;
|
|
109
160
|
export const amsterdamLinkFontFamily : string;
|
|
110
|
-
export const amsterdamLinkFontSizeNarrow : string;
|
|
111
|
-
export const amsterdamLinkFontSizeWide : string;
|
|
112
161
|
export const amsterdamLinkFontWeight : number;
|
|
113
162
|
export const amsterdamLinkFocusColor : string;
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const amsterdamLinkHoverTextDecoration : string;
|
|
117
|
-
export const amsterdamLinkHoverTextDecorationThickness : string;
|
|
118
|
-
export const amsterdamLinkLineHeight : string;
|
|
119
|
-
export const amsterdamLinkVisitedColor : string;
|
|
120
|
-
export const amsterdamLinkStandaloneBoldFontWeight : number;
|
|
121
|
-
export const amsterdamLinkInlineTextUnderlineOffset : string;
|
|
163
|
+
export const amsterdamLinkInlineFocusTextDecoration : string;
|
|
164
|
+
export const amsterdamLinkInlineFocusTextUnderlineOffset : string;
|
|
122
165
|
export const amsterdamLinkInlineFontFamily : string;
|
|
123
166
|
export const amsterdamLinkInlineFontSize : string;
|
|
167
|
+
export const amsterdamLinkInlineLineHeight : string;
|
|
168
|
+
export const amsterdamLinkInlineTextDecoration : string;
|
|
124
169
|
export const amsterdamLinkInlineVisitedColor : string;
|
|
125
170
|
export const amsterdamLinkInListGap : string;
|
|
126
|
-
export const
|
|
127
|
-
export const
|
|
128
|
-
export const
|
|
171
|
+
export const amsterdamLinkInListFocusTextDecoration : string;
|
|
172
|
+
export const amsterdamLinkInListFocusTextDecorationThickness : string;
|
|
173
|
+
export const amsterdamLinkInListFocusTextUnderlineOffset : string;
|
|
174
|
+
export const amsterdamLinkInListTextDecoration : string;
|
|
129
175
|
export const amsterdamLinkInListLineHeight : string;
|
|
176
|
+
export const amsterdamLinkInListNarrowFontSize : string;
|
|
177
|
+
export const amsterdamLinkInListWideFontSize : string;
|
|
178
|
+
export const amsterdamLinkStandaloneTextUnderlineOffset : string;
|
|
179
|
+
export const amsterdamLinkStandaloneTextDecorationThickness : string;
|
|
180
|
+
export const amsterdamLinkStandaloneFocusTextDecorationThickness : string;
|
|
181
|
+
export const amsterdamLinkStandaloneFocusTextUnderlineOffset : string;
|
|
182
|
+
export const amsterdamLinkStandaloneLineHeight : string;
|
|
183
|
+
export const amsterdamLinkStandaloneNarrowFontSize : string;
|
|
184
|
+
export const amsterdamLinkStandaloneWideFontSize : string;
|
|
130
185
|
export const amsterdamLinkOnBackgroundDarkColor : string;
|
|
131
|
-
export const amsterdamLinkOnBackgroundDarkTextDecoration : string;
|
|
132
|
-
export const amsterdamLinkOnBackgroundDarkFocusColor : string;
|
|
133
|
-
export const amsterdamLinkOnBackgroundDarkFocusTextDecoration : string;
|
|
134
186
|
export const amsterdamLinkOnBackgroundDarkHoverColor : string;
|
|
135
|
-
export const amsterdamLinkOnBackgroundDarkHoverTextDecoration : string;
|
|
136
187
|
export const amsterdamLinkOnBackgroundDarkVisitedColor : string;
|
|
137
188
|
export const amsterdamLinkOnBackgroundLightColor : string;
|
|
138
|
-
export const amsterdamLinkOnBackgroundLightTextDecoration : string;
|
|
139
|
-
export const amsterdamLinkOnBackgroundLightTextDecorationThickness : string;
|
|
140
|
-
export const amsterdamLinkOnBackgroundLightTextUnderlineOffset : string;
|
|
141
|
-
export const amsterdamLinkOnBackgroundLightActiveColor : string;
|
|
142
|
-
export const amsterdamLinkOnBackgroundLightFontSize : { narrow: { value: string, filePath: string, isSource: boolean, original: { value: string }, name: string, attributes: { category: string, type: string, item: string, subitem: string, state: string }, path: string[] }, wide: { value: string, filePath: string, isSource: boolean, original: { value: string }, name: string, attributes: { category: string, type: string, item: string, subitem: string, state: string }, path: string[] } };
|
|
143
|
-
export const amsterdamLinkOnBackgroundLightFocusColor : string;
|
|
144
|
-
export const amsterdamLinkOnBackgroundLightFocusTextDecoration : string;
|
|
145
189
|
export const amsterdamLinkOnBackgroundLightHoverColor : string;
|
|
146
|
-
export const amsterdamLinkOnBackgroundLightHoverTextDecoration : string;
|
|
147
190
|
export const amsterdamLinkOnBackgroundLightVisitedColor : string;
|
|
191
|
+
export const amsterdamOrderedListColor : string;
|
|
192
|
+
export const amsterdamOrderedListFontFamily : string;
|
|
193
|
+
export const amsterdamOrderedListFontWeight : number;
|
|
194
|
+
export const amsterdamOrderedListGap : string;
|
|
195
|
+
export const amsterdamOrderedListLineHeight : string;
|
|
196
|
+
export const amsterdamOrderedListListStyleType : string;
|
|
197
|
+
export const amsterdamOrderedListNarrowFontSize : string;
|
|
198
|
+
export const amsterdamOrderedListWideFontSize : string;
|
|
199
|
+
/** Divide your total indentation width over margin and padding to position the marker. */
|
|
200
|
+
export const amsterdamOrderedListItemMarginInlineStart : string;
|
|
201
|
+
/** The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem. */
|
|
202
|
+
export const amsterdamOrderedListItemPaddingInlineStart : string;
|
|
203
|
+
export const amsterdamOrderedListOrderedListListStyleType : string;
|
|
204
|
+
/** Indent less than the parent to start-align the child’s marker with the parent text. */
|
|
205
|
+
export const amsterdamOrderedListOrderedListItemMarginInlineStart : string;
|
|
206
|
+
/** The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem. */
|
|
207
|
+
export const amsterdamOrderedListOrderedListItemPaddingInlineStart : string;
|
|
208
|
+
export const amsterdamPageGridColumnCountNarrow : string;
|
|
209
|
+
export const amsterdamPageGridColumnCountWide : string;
|
|
210
|
+
export const amsterdamPageGridColumnGap : string;
|
|
211
|
+
export const amsterdamPageGridMaxWidth : string;
|
|
212
|
+
export const amsterdamPageHeadingColor : string;
|
|
213
|
+
export const amsterdamPageHeadingFontFamily : string;
|
|
214
|
+
export const amsterdamPageHeadingLineHeight : string;
|
|
215
|
+
export const amsterdamPageHeadingNarrowFontSize : string;
|
|
216
|
+
export const amsterdamPageHeadingWideFontSize : string;
|
|
217
|
+
export const amsterdamPageHeadingFontWeight : number;
|
|
218
|
+
export const amsterdamPageHeadingInverseColor : string;
|
|
219
|
+
export const amsterdamPageMenuColumnGap : string;
|
|
220
|
+
export const amsterdamPageMenuRowGap : string;
|
|
221
|
+
export const amsterdamPageMenuItemColor : string;
|
|
222
|
+
export const amsterdamPageMenuItemFontFamily : string;
|
|
223
|
+
export const amsterdamPageMenuItemFontWeight : number;
|
|
224
|
+
export const amsterdamPageMenuItemGap : string;
|
|
225
|
+
export const amsterdamPageMenuItemLineHeight : string;
|
|
226
|
+
export const amsterdamPageMenuItemTextDecoration : string;
|
|
227
|
+
export const amsterdamPageMenuItemNarrowFontSize : string;
|
|
228
|
+
export const amsterdamPageMenuItemWideFontSize : string;
|
|
229
|
+
export const amsterdamPageMenuItemHoverColor : string;
|
|
148
230
|
export const amsterdamParagraphColor : string;
|
|
149
231
|
export const amsterdamParagraphFontFamily : string;
|
|
150
|
-
export const amsterdamParagraphFontSizeNarrow : string;
|
|
151
|
-
export const amsterdamParagraphFontSizeWide : string;
|
|
152
232
|
export const amsterdamParagraphFontWeight : number;
|
|
233
|
+
export const amsterdamParagraphInverseColor : string;
|
|
153
234
|
export const amsterdamParagraphLineHeight : string;
|
|
154
|
-
export const
|
|
155
|
-
export const
|
|
235
|
+
export const amsterdamParagraphNarrowFontSize : string;
|
|
236
|
+
export const amsterdamParagraphWideFontSize : string;
|
|
156
237
|
export const amsterdamParagraphSmallLineHeight : string;
|
|
157
|
-
export const
|
|
158
|
-
export const
|
|
238
|
+
export const amsterdamParagraphSmallNarrowFontSize : string;
|
|
239
|
+
export const amsterdamParagraphSmallWideFontSize : string;
|
|
159
240
|
export const amsterdamParagraphLargeLineHeight : string;
|
|
241
|
+
export const amsterdamParagraphLargeNarrowFontSize : string;
|
|
242
|
+
export const amsterdamParagraphLargeWideFontSize : string;
|
|
243
|
+
export const amsterdamTopTaskLinkDescriptionColor : string;
|
|
244
|
+
export const amsterdamTopTaskLinkDescriptionFontFamily : string;
|
|
245
|
+
export const amsterdamTopTaskLinkDescriptionFontWeight : number;
|
|
246
|
+
export const amsterdamTopTaskLinkDescriptionLineHeight : string;
|
|
247
|
+
export const amsterdamTopTaskLinkDescriptionNarrowFontSize : string;
|
|
248
|
+
export const amsterdamTopTaskLinkDescriptionWideFontSize : string;
|
|
249
|
+
export const amsterdamTopTaskLinkLabelColor : string;
|
|
250
|
+
export const amsterdamTopTaskLinkLabelFontFamily : string;
|
|
251
|
+
export const amsterdamTopTaskLinkLabelFontWeight : number;
|
|
252
|
+
export const amsterdamTopTaskLinkLabelHoverColor : string;
|
|
253
|
+
export const amsterdamTopTaskLinkLabelLineHeight : string;
|
|
254
|
+
export const amsterdamTopTaskLinkLabelNarrowFontSize : string;
|
|
255
|
+
export const amsterdamTopTaskLinkLabelWideFontSize : string;
|
|
256
|
+
export const amsterdamTopTaskLinkOutlineOffset : string;
|
|
160
257
|
export const amsterdamUnorderedListColor : string;
|
|
161
258
|
export const amsterdamUnorderedListFontFamily : string;
|
|
162
|
-
export const amsterdamUnorderedListFontSizeNarrow : string;
|
|
163
|
-
export const amsterdamUnorderedListFontSizeWide : string;
|
|
164
259
|
export const amsterdamUnorderedListFontWeight : number;
|
|
165
260
|
export const amsterdamUnorderedListGap : string;
|
|
166
261
|
export const amsterdamUnorderedListLineHeight : string;
|
|
167
|
-
export const
|
|
168
|
-
export const
|
|
169
|
-
export const
|
|
170
|
-
|
|
262
|
+
export const amsterdamUnorderedListListStyleType : string;
|
|
263
|
+
export const amsterdamUnorderedListNarrowFontSize : string;
|
|
264
|
+
export const amsterdamUnorderedListWideFontSize : string;
|
|
265
|
+
/** Divide your total indentation width over margin and padding to position the marker. */
|
|
266
|
+
export const amsterdamUnorderedListItemMarginInlineStart : string;
|
|
267
|
+
/** The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem. */
|
|
268
|
+
export const amsterdamUnorderedListItemPaddingInlineStart : string;
|
|
171
269
|
export const amsterdamUnorderedListUnorderedListListStyleType : string;
|
|
172
|
-
|
|
270
|
+
/** Indent less than the parent to start-align the child’s marker with the parent text. */
|
|
271
|
+
export const amsterdamUnorderedListUnorderedListItemMarginInlineStart : string;
|
|
272
|
+
/** The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem. */
|
|
273
|
+
export const amsterdamUnorderedListUnorderedListItemPaddingInlineStart : string;
|
|
274
|
+
export const utrechtActionActivateCursor : string;
|
|
275
|
+
export const utrechtActionBusyCursor : string;
|
|
276
|
+
export const utrechtActionDisabledCursor : string;
|
|
277
|
+
export const utrechtActionInertCursor : string;
|
|
278
|
+
export const utrechtActionNavigateCursor : string;
|
|
279
|
+
export const utrechtActionSubmitCursor : string;
|
|
280
|
+
export const utrechtFocusOutlineOffset : string;
|
|
173
281
|
export const utrechtButtonBackgroundColor : string;
|
|
174
282
|
export const utrechtButtonColor : string;
|
|
175
283
|
export const utrechtButtonFontFamily : string;
|
|
@@ -180,24 +288,19 @@ export const utrechtButtonPaddingBlockStart : string;
|
|
|
180
288
|
export const utrechtButtonPaddingBlockEnd : string;
|
|
181
289
|
export const utrechtButtonDisabledBackgroundColor : string;
|
|
182
290
|
export const utrechtButtonDisabledColor : string;
|
|
183
|
-
export const utrechtButtonDisabledBorderColor : string;
|
|
184
|
-
export const utrechtButtonHoverBackgroundColor : string;
|
|
185
291
|
export const utrechtButtonPrimaryActionBackgroundColor : string;
|
|
186
292
|
export const utrechtButtonPrimaryActionColor : string;
|
|
187
293
|
export const utrechtButtonPrimaryActionDisabledBackgroundColor : string;
|
|
188
294
|
export const utrechtButtonPrimaryActionHoverBackgroundColor : string;
|
|
295
|
+
export const utrechtButtonPrimaryActionFocusBackgroundColor : string;
|
|
189
296
|
export const utrechtButtonSecondaryActionBackgroundColor : string;
|
|
190
297
|
export const utrechtButtonSecondaryActionColor : string;
|
|
191
|
-
export const utrechtButtonSecondaryActionBorderColor : string;
|
|
192
|
-
export const utrechtButtonSecondaryActionBorderWidth : string;
|
|
193
298
|
export const utrechtButtonSecondaryActionHoverColor : string;
|
|
194
|
-
export const utrechtButtonSecondaryActionHoverBorderColor : string;
|
|
195
299
|
export const utrechtButtonSecondaryActionDisabledBackgroundColor : string;
|
|
196
300
|
export const utrechtButtonSecondaryActionDisabledColor : string;
|
|
197
|
-
export const utrechtButtonSecondaryActionDisabledBorderColor : string;
|
|
198
301
|
export const utrechtButtonSubtleBackgroundColor : string;
|
|
199
|
-
export const utrechtButtonSubtleBorderWidth : string;
|
|
200
302
|
export const utrechtButtonSubtleColor : string;
|
|
201
|
-
export const
|
|
303
|
+
export const utrechtButtonSubtleHoverColor : string;
|
|
304
|
+
export const utrechtButtonSubtleFocusColor : string;
|
|
202
305
|
export const utrechtButtonSubtleDisabledBackgroundColor : string;
|
|
203
306
|
export const utrechtButtonSubtleDisabledColor : string;
|