@conduction/theme 1.0.13 → 1.0.15
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/.prettierrc +12 -0
- package/README.md +2 -0
- package/conduction-design-tokens/LICENSE.md +17 -0
- package/conduction-design-tokens/dist/design-tokens.css +294 -0
- package/conduction-design-tokens/dist/font.css +5 -0
- package/conduction-design-tokens/dist/index.css +7 -0
- package/conduction-design-tokens/dist/index.js +292 -0
- package/conduction-design-tokens/dist/index.json +5699 -0
- package/conduction-design-tokens/dist/index.less +291 -0
- package/conduction-design-tokens/dist/index.scss +291 -0
- package/conduction-design-tokens/dist/tokens.json +6098 -0
- package/conduction-design-tokens/package.json +40 -0
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
- package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
- package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
- package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
- package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
- package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/conduction-design-tokens/src/config.json +7 -0
- package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
- package/conduction-design-tokens/src/font.scss +6 -0
- package/conduction-design-tokens/src/index.scss +8 -0
- package/conduction-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +289 -0
- package/municipalities/xxllnc-design-tokens/dist/font.css +1 -0
- package/municipalities/xxllnc-design-tokens/dist/index.css +7 -0
- package/municipalities/xxllnc-design-tokens/dist/index.js +287 -0
- package/municipalities/xxllnc-design-tokens/dist/index.json +5606 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +286 -0
- package/municipalities/xxllnc-design-tokens/dist/index.scss +286 -0
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +5989 -0
- package/municipalities/xxllnc-design-tokens/package.json +40 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +84 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/font-size.tokens.json +17 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/size.tokens.json +17 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/typography.tokens.json +47 -0
- package/municipalities/xxllnc-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/footer.tokens.json +13 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/xxllnc-design-tokens/src/config.json +7 -0
- package/municipalities/xxllnc-design-tokens/src/font.scss +1 -0
- package/municipalities/xxllnc-design-tokens/src/index.scss +11 -0
- package/municipalities/xxllnc-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/xxllnc.css +70 -59
- package/package.json +1 -1
- package/style-dictionary-config.js +80 -0
- package/theme.css +51 -39
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Tue, 08 Aug 2023 14:20:55 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
7
|
+
export const xxllncColorPrimaryHover = "#00000080"; // Primary with 50% transparency
|
|
8
|
+
export const xxllncColorError = "#dc3545";
|
|
9
|
+
export const xxllncColorAlertError = "#721c24";
|
|
10
|
+
export const xxllncColorAlertErrorBackground = "#f8d7da";
|
|
11
|
+
export const xxllncColorWarning = "#ffc107";
|
|
12
|
+
export const xxllncColorAlertWarning = "#856404";
|
|
13
|
+
export const xxllncColorAlertWarningBackground = "#333338";
|
|
14
|
+
export const xxllncColorSucces = "#28a745";
|
|
15
|
+
export const xxllncColorAlertSucces = "#155724";
|
|
16
|
+
export const xxllncColorAlertSuccesBackground = "#d4edda";
|
|
17
|
+
export const xxllncColorInfo = "#000000ad";
|
|
18
|
+
export const xxllncColorAlertInfo = "#155724";
|
|
19
|
+
export const xxllncColorAlertInfoBackground = "#d4edda";
|
|
20
|
+
export const xxllncColorWhite95 = "#f1f1f1";
|
|
21
|
+
export const xxllncColorWhite100 = "#ffffff"; // Base/White
|
|
22
|
+
export const xxllncColorWhite1000t = "#ffffff"; // White with 0% transparency
|
|
23
|
+
export const xxllncColorBlack16 = "#28282c"; // Base/Black
|
|
24
|
+
export const xxllncColorBlack17 = "#2b2b2b";
|
|
25
|
+
export const xxllncColorBlack21 = "#333338";
|
|
26
|
+
export const xxllncColorBlack17Hover = "#2b2b2bcc"; // Black with 80% transparency
|
|
27
|
+
export const xxllncColorBlack022t = "#00000038"; // Black with 22% transparency
|
|
28
|
+
export const xxllncColorGrey43 = "#6d6d6d";
|
|
29
|
+
export const xxllncColorGrey90 = "#e5e5e5";
|
|
30
|
+
export const xxllncColorGrey92 = "#eaeaea"; // Base/Grey
|
|
31
|
+
export const xxllncColorGrey90Hover = "#e5e5e5cc"; // Grey with 80% transparency
|
|
32
|
+
export const xxllncColorLightgrey = "#f5f5f5";
|
|
33
|
+
export const xxllncFontSize4xs = "5px";
|
|
34
|
+
export const xxllncFontSize3xs = "8px";
|
|
35
|
+
export const xxllncFontSize2xs = "10px";
|
|
36
|
+
export const xxllncFontSizeXs = "12px";
|
|
37
|
+
export const xxllncFontSizeSm = "14px";
|
|
38
|
+
export const xxllncFontSizeMd = "16px";
|
|
39
|
+
export const xxllncFontSizeLg = "20px";
|
|
40
|
+
export const xxllncFontSizeXl = "24px";
|
|
41
|
+
export const xxllncFontSize2xl = "32px";
|
|
42
|
+
export const xxllncFontSize3xl = "48px";
|
|
43
|
+
export const xxllncFontSize4xl = "58px";
|
|
44
|
+
export const xxllncSize4xs = "1px";
|
|
45
|
+
export const xxllncSize3xs = "2px";
|
|
46
|
+
export const xxllncSize2xs = "4px";
|
|
47
|
+
export const xxllncSizeXs = "8px";
|
|
48
|
+
export const xxllncSizeSm = "14px";
|
|
49
|
+
export const xxllncSizeMd = "18px";
|
|
50
|
+
export const xxllncSizeLg = "24px";
|
|
51
|
+
export const xxllncSizeXl = "32px";
|
|
52
|
+
export const xxllncSize2xl = "48px";
|
|
53
|
+
export const xxllncSize3xl = "72px";
|
|
54
|
+
export const xxllncSize4xl = "96px";
|
|
55
|
+
export const xxllncTypographySansSerifFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
56
|
+
export const xxllncTypographyMonospaceFontFamily = "Monospace, \"Lucida Console\"";
|
|
57
|
+
export const xxllncTypographyInterFontFamily = "\"Inter\", sans-serif";
|
|
58
|
+
export const xxllncTypographyFontWeightBold = "700";
|
|
59
|
+
export const xxllncTypographyFontWeightNormal = "400";
|
|
60
|
+
export const xxllncTypographyFontWeightLight = "100";
|
|
61
|
+
export const xxllncTypographyScale4xs = "5px";
|
|
62
|
+
export const xxllncTypographyScale3xs = "8px";
|
|
63
|
+
export const xxllncTypographyScale2xs = "10px";
|
|
64
|
+
export const xxllncTypographyScaleXs = "12px";
|
|
65
|
+
export const xxllncTypographyScaleSm = "14px";
|
|
66
|
+
export const xxllncTypographyScaleMd = "16px";
|
|
67
|
+
export const xxllncTypographyScaleLg = "20px";
|
|
68
|
+
export const xxllncTypographyScaleXl = "24px";
|
|
69
|
+
export const xxllncTypographyScale2xl = "32px";
|
|
70
|
+
export const xxllncTypographyScale3xl = "48px";
|
|
71
|
+
export const xxllncTypographyScale4xl = "58px";
|
|
72
|
+
export const utrechtActionBusyCursor = "wait";
|
|
73
|
+
export const utrechtActionDisabledCursor = "not-allowed";
|
|
74
|
+
export const utrechtActionSubmitCursor = "pointer";
|
|
75
|
+
export const utrechtSpaceBlock3xs = "2px";
|
|
76
|
+
export const utrechtSpaceBlock2xs = "4px";
|
|
77
|
+
export const utrechtSpaceBlockXs = "8px";
|
|
78
|
+
export const utrechtSpaceBlockSm = "14px";
|
|
79
|
+
export const utrechtSpaceBlockMd = "18px";
|
|
80
|
+
export const utrechtSpaceBlockLg = "24px";
|
|
81
|
+
export const utrechtSpaceBlockXl = "32px";
|
|
82
|
+
export const utrechtSpaceBlock2xl = "48px";
|
|
83
|
+
export const utrechtSpaceBlock3xl = "72px";
|
|
84
|
+
export const utrechtSpaceInline3xs = "2px";
|
|
85
|
+
export const utrechtSpaceInline2xs = "4px";
|
|
86
|
+
export const utrechtSpaceInlineXs = "8px";
|
|
87
|
+
export const utrechtSpaceInlineSm = "14px";
|
|
88
|
+
export const utrechtSpaceInlineMd = "18px";
|
|
89
|
+
export const utrechtSpaceInlineLg = "24px";
|
|
90
|
+
export const utrechtSpaceInlineXl = "32px";
|
|
91
|
+
export const utrechtSpaceInline2xl = "48px";
|
|
92
|
+
export const utrechtSpaceInline3xl = "72px";
|
|
93
|
+
export const utrechtCardBackgroundColor = "#333338";
|
|
94
|
+
export const utrechtCardBorderRadius = "16px";
|
|
95
|
+
export const utrechtCardBorderWidth = "unset";
|
|
96
|
+
export const utrechtCardColor = "#f1f1f1";
|
|
97
|
+
export const utrechtCardPaddingInlineEnd = "18px";
|
|
98
|
+
export const utrechtCardPaddingInlineStart = "18px";
|
|
99
|
+
export const utrechtCardPaddingBlockEnd = "18px";
|
|
100
|
+
export const utrechtCardPaddingBlockStart = "18px";
|
|
101
|
+
export const utrechtAlertBackgroundColor = "#d4edda";
|
|
102
|
+
export const utrechtAlertColor = "#155724";
|
|
103
|
+
export const utrechtAlertPaddingBlockStart = "24px";
|
|
104
|
+
export const utrechtAlertPaddingBlockEnd = "24px";
|
|
105
|
+
export const utrechtAlertPaddingInlineStart = "24px";
|
|
106
|
+
export const utrechtAlertPaddingInlineEnd = "24px";
|
|
107
|
+
export const utrechtAlertWarningBackgroundColor = "#333338";
|
|
108
|
+
export const utrechtAlertWarningColor = "#856404";
|
|
109
|
+
export const utrechtAlertErrorBackgroundColor = "#f8d7da";
|
|
110
|
+
export const utrechtAlertErrorColor = "#721c24";
|
|
111
|
+
export const utrechtAlertOkBackgroundColor = "#d4edda";
|
|
112
|
+
export const utrechtAlertOkColor = "#155724";
|
|
113
|
+
export const utrechtAlertIconColor = "#155724";
|
|
114
|
+
export const utrechtAlertIconErrorColor = "#721c24";
|
|
115
|
+
export const utrechtAlertIconGap = "8px";
|
|
116
|
+
export const utrechtAlertIconWarningColor = "#856404";
|
|
117
|
+
export const utrechtAlertIconOkColor = "#155724";
|
|
118
|
+
export const utrechtButtonBackgroundColor = "#2b2b2b";
|
|
119
|
+
export const utrechtButtonBorderRadius = "16px";
|
|
120
|
+
export const utrechtButtonBorderWidth = 0;
|
|
121
|
+
export const utrechtButtonColor = "#e5e5e5";
|
|
122
|
+
export const utrechtButtonFontFamily = "\"Inter\", sans-serif";
|
|
123
|
+
export const utrechtButtonFontSize = "inherit";
|
|
124
|
+
export const utrechtButtonFontWeight = "inherit";
|
|
125
|
+
export const utrechtButtonPaddingBlockStart = "4px";
|
|
126
|
+
export const utrechtButtonPaddingBlockEnd = "4px";
|
|
127
|
+
export const utrechtButtonPaddingInlineStart = "14px";
|
|
128
|
+
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
129
|
+
export const utrechtButtonIconGap = "8px";
|
|
130
|
+
export const utrechtButtonHoverBackgroundColor = "#2b2b2bcc";
|
|
131
|
+
export const utrechtButtonHoverColor = "#e5e5e5cc";
|
|
132
|
+
export const utrechtButtonPrimaryActionBackgroundColor = "#2b2b2b";
|
|
133
|
+
export const utrechtButtonPrimaryActionBorderWidth = 0;
|
|
134
|
+
export const utrechtButtonPrimaryActionColor = "#e5e5e5";
|
|
135
|
+
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
136
|
+
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#2b2b2b";
|
|
137
|
+
export const utrechtButtonPrimaryActionHoverColor = "#e5e5e5";
|
|
138
|
+
export const utrechtButtonSecondaryActionBackgroundColor = "#ffffff";
|
|
139
|
+
export const utrechtButtonSecondaryActionBorderColor = "#2b2b2b";
|
|
140
|
+
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
141
|
+
export const utrechtButtonSecondaryActionColor = "#2b2b2b";
|
|
142
|
+
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
143
|
+
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
144
|
+
export const utrechtButtonSecondaryActionHoverBorderColor = "#2b2b2bcc";
|
|
145
|
+
export const utrechtButtonSecondaryActionHoverColor = "#2b2b2bcc";
|
|
146
|
+
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
147
|
+
export const utrechtCodeColor = "#28282c";
|
|
148
|
+
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
149
|
+
export const utrechtCodeFontSize = "inherit";
|
|
150
|
+
export const utrechtCodeBlockBackgroundColor = "#f5f5f5";
|
|
151
|
+
export const utrechtCodeBlockColor = "#28282c";
|
|
152
|
+
export const utrechtCodeBlockFontFamily = "Monospace, \"Lucida Console\"";
|
|
153
|
+
export const utrechtCodeBlockFontSize = "16px";
|
|
154
|
+
export const utrechtCodeBlockLineHeight = "24px";
|
|
155
|
+
export const utrechtCodeBlockMarginBlockStart = "18px";
|
|
156
|
+
export const utrechtCodeBlockMarginBlockEnd = "18px";
|
|
157
|
+
export const utrechtCodeBlockMarginInlineStart = 0;
|
|
158
|
+
export const utrechtCodeBlockMarginInlineEnd = 0;
|
|
159
|
+
export const utrechtCodeBlockPaddingBlockStart = "18px";
|
|
160
|
+
export const utrechtCodeBlockPaddingBlockEnd = "18px";
|
|
161
|
+
export const utrechtCodeBlockPaddingInlineStart = "18px";
|
|
162
|
+
export const utrechtCodeBlockPaddingInlineEnd = "18px";
|
|
163
|
+
export const utrechtDocumentBackgroundColor = "#ffffff";
|
|
164
|
+
export const utrechtDocumentColor = "#28282c";
|
|
165
|
+
export const utrechtDocumentFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
166
|
+
export const utrechtDocumentFontSize = "16px";
|
|
167
|
+
export const utrechtPageFooterBackgroundColor = "#ffffff";
|
|
168
|
+
export const utrechtPageFooterBackgroundImage = "unset";
|
|
169
|
+
export const utrechtPageFooterColor = "#000000ad";
|
|
170
|
+
export const utrechtPageFooterPaddingInlineEnd = "14px";
|
|
171
|
+
export const utrechtPageFooterPaddingInlineStart = "14px";
|
|
172
|
+
export const utrechtPageFooterPaddingBlockEnd = "48px";
|
|
173
|
+
export const utrechtPageFooterPaddingBlockStart = "48px";
|
|
174
|
+
export const utrechtFormInputBackgroundColor = "#ffffff";
|
|
175
|
+
export const utrechtFormInputBorderColor = "#00000038";
|
|
176
|
+
export const utrechtFormInputBorderRadius = "6px";
|
|
177
|
+
export const utrechtFormInputBorderWidth = "1px";
|
|
178
|
+
export const utrechtFormInputColor = "#6d6d6d";
|
|
179
|
+
export const utrechtFormInputFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
180
|
+
export const utrechtFormInputFontSize = "15px";
|
|
181
|
+
export const utrechtFormInputPaddingBlockEnd = "8px";
|
|
182
|
+
export const utrechtFormInputPaddingBlockStart = "8px";
|
|
183
|
+
export const utrechtFormInputPaddingInlineEnd = "14px";
|
|
184
|
+
export const utrechtFormInputPaddingInlineStart = "14px";
|
|
185
|
+
export const utrechtFormInputPlaceholderColor = "#6d6d6d";
|
|
186
|
+
export const utrechtHeading1FontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
187
|
+
export const utrechtHeading1FontSize = "48px";
|
|
188
|
+
export const utrechtHeading1FontWeight = "400";
|
|
189
|
+
export const utrechtHeading1MarginBlockEnd = "48px";
|
|
190
|
+
export const utrechtHeading1MarginBlockStart = "18px";
|
|
191
|
+
export const utrechtHeading2FontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
192
|
+
export const utrechtHeading2FontSize = "32px";
|
|
193
|
+
export const utrechtHeading2FontWeight = "400";
|
|
194
|
+
export const utrechtHeading2MarginBlockEnd = "48px";
|
|
195
|
+
export const utrechtHeading2MarginBlockStart = "18px";
|
|
196
|
+
export const utrechtHeading3FontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
197
|
+
export const utrechtHeading3FontSize = "24px";
|
|
198
|
+
export const utrechtHeading3FontWeight = "400";
|
|
199
|
+
export const utrechtHeading3MarginBlockEnd = "32px";
|
|
200
|
+
export const utrechtHeading3MarginBlockStart = "18px";
|
|
201
|
+
export const utrechtHeading4FontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
202
|
+
export const utrechtHeading4FontSize = "20px";
|
|
203
|
+
export const utrechtHeading4FontWeight = "400";
|
|
204
|
+
export const utrechtHeading4MarginBlockEnd = "24px";
|
|
205
|
+
export const utrechtHeading4MarginBlockStart = "18px";
|
|
206
|
+
export const utrechtHeading5FontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
207
|
+
export const utrechtHeading5FontSize = "16px";
|
|
208
|
+
export const utrechtHeading5FontWeight = "100";
|
|
209
|
+
export const utrechtHeading5MarginBlockEnd = "24px";
|
|
210
|
+
export const utrechtHeading5MarginBlockStart = "18px";
|
|
211
|
+
export const utrechtIconGap = "8px";
|
|
212
|
+
export const utrechtLinkColor = "#000000ad";
|
|
213
|
+
export const utrechtLinkTextDecoration = "none";
|
|
214
|
+
export const utrechtLinkTextDecorationColor = "unset";
|
|
215
|
+
export const utrechtLinkTextDecorationThickness = 0;
|
|
216
|
+
export const utrechtLinkTextUnderlineOffset = "2px";
|
|
217
|
+
export const utrechtLinkHoverColor = "#00000080";
|
|
218
|
+
export const utrechtLinkHoverTextDecoration = "none";
|
|
219
|
+
export const utrechtLinkHoverTextDecorationThickness = 0;
|
|
220
|
+
export const utrechtLinkVisitedColor = "#000000ad";
|
|
221
|
+
export const utrechtLinkIconSize = "18px";
|
|
222
|
+
export const utrechtOrderedListFontSize = "16px";
|
|
223
|
+
export const utrechtOrderedListMarginBlockStart = "14px";
|
|
224
|
+
export const utrechtOrderedListMarginBlockEnd = "14px";
|
|
225
|
+
export const utrechtOrderedListPaddingInlineStart = "32px";
|
|
226
|
+
export const utrechtOrderedListItemMarginBlockStart = "4px";
|
|
227
|
+
export const utrechtOrderedListItemMarginBlockEnd = "4px";
|
|
228
|
+
export const utrechtOrderedListItemPaddingInlineStart = "1ch";
|
|
229
|
+
export const utrechtUnorderedListFontSize = "16px";
|
|
230
|
+
export const utrechtUnorderedListMarginBlockStart = "18px";
|
|
231
|
+
export const utrechtUnorderedListMarginBlockEnd = 0;
|
|
232
|
+
export const utrechtUnorderedListPaddingInlineStart = "2ch";
|
|
233
|
+
export const utrechtUnorderedListItemMarginBlockStart = "8px";
|
|
234
|
+
export const utrechtUnorderedListItemMarginBlockEnd = "8px";
|
|
235
|
+
export const utrechtUnorderedListItemPaddingInlineStart = "1ch";
|
|
236
|
+
export const utrechtUnorderedListMarkerColor = "#000000ad";
|
|
237
|
+
export const utrechtPageHeaderBackgroundColor = "#eaeaea";
|
|
238
|
+
export const utrechtPageHeaderColor = "#28282c";
|
|
239
|
+
export const utrechtPageHeaderPaddingBlockStart = "14px";
|
|
240
|
+
export const utrechtPageHeaderPaddingBlockEnd = "14px";
|
|
241
|
+
export const utrechtPagePaddingInlineStart = "24px";
|
|
242
|
+
export const utrechtPagePaddingInlineEnd = "24px";
|
|
243
|
+
export const utrechtPageMaxInlineSize = "1140px";
|
|
244
|
+
export const utrechtParagraphColor = "#28282c";
|
|
245
|
+
export const utrechtParagraphFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
246
|
+
export const utrechtParagraphFontSize = "16px";
|
|
247
|
+
export const utrechtParagraphFontWeight = "400";
|
|
248
|
+
export const utrechtParagraphLineHeight = "1.5em";
|
|
249
|
+
export const utrechtTableBorderColor = "#f5f5f5";
|
|
250
|
+
export const utrechtTableBorderWidth = "1px";
|
|
251
|
+
export const utrechtTableFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
252
|
+
export const utrechtTableFontSize = "16px";
|
|
253
|
+
export const utrechtTableMarginBlockEnd = 0;
|
|
254
|
+
export const utrechtTableMarginBlockStart = "18px";
|
|
255
|
+
export const utrechtTableHeaderFontWeight = "700";
|
|
256
|
+
export const utrechtTableHeaderColor = "#28282c";
|
|
257
|
+
export const utrechtTableHeaderTextTransform = "unset";
|
|
258
|
+
export const utrechtTableHeaderCellFontSize = "16px";
|
|
259
|
+
export const utrechtTableHeaderCellFontWeight = "700";
|
|
260
|
+
export const utrechtTableHeaderCellColor = "#28282c";
|
|
261
|
+
export const utrechtTableHeaderCellTextTransform = "unset";
|
|
262
|
+
export const utrechtTableCellPaddingBlockEnd = "18px";
|
|
263
|
+
export const utrechtTableCellPaddingBlockStart = "18px";
|
|
264
|
+
export const utrechtTableCellPaddingInlineEnd = "18px";
|
|
265
|
+
export const utrechtTableCellPaddingInlineStart = "18px";
|
|
266
|
+
export const utrechtTableRowBorderBlockEndColor = "#f5f5f5";
|
|
267
|
+
export const utrechtTableRowBorderBlockEndWidth = "1px";
|
|
268
|
+
export const utrechtTextboxBackgroundColor = "#ffffff";
|
|
269
|
+
export const utrechtTextboxBorderColor = "#00000038";
|
|
270
|
+
export const utrechtTextboxBorderRadius = "6px";
|
|
271
|
+
export const utrechtTextboxBorderWidth = "1px";
|
|
272
|
+
export const utrechtTextboxColor = "#6d6d6d";
|
|
273
|
+
export const utrechtTextboxFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
274
|
+
export const utrechtTextboxFontSize = "15px";
|
|
275
|
+
export const utrechtTextboxPaddingBlockEnd = "8px";
|
|
276
|
+
export const utrechtTextboxPaddingBlockStart = "8px";
|
|
277
|
+
export const utrechtTextboxPaddingInlineEnd = "14px";
|
|
278
|
+
export const utrechtTextboxPaddingInlineStart = "14px";
|
|
279
|
+
export const utrechtTextboxPlaceholderColor = "#6d6d6d";
|
|
280
|
+
export const conductionInputSelectBackgroundColor = "#ffffff";
|
|
281
|
+
export const conductionInputSelectBorder = "1px solid #eaeaea";
|
|
282
|
+
export const conductionInputSelectBorderFocus = "unset";
|
|
283
|
+
export const conductionInputSelectBorderRadius = "6px";
|
|
284
|
+
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
285
|
+
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
286
|
+
export const conductionInputSelectPaddingBlockStart = 0;
|
|
287
|
+
export const conductionInputSelectFocusBorder = "1px solid #eaeaea";
|