@frontify/fondue 12.10.3 → 13.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/legacyTokens.tailwind.config.d.ts +2 -0
- package/{tailwind.config.ts → dist/legacyTokens.tailwind.config.js} +10 -15
- package/dist/packages/charts/style.css +1 -1
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/tokens/css/base.css +313 -0
- package/dist/packages/tokens/fondue-tokens.js +1 -1
- package/dist/packages/tokens/fondue-tokens.umd.cjs +1 -1
- package/dist/packages/tokens/json/all-tokens.json +1903 -0
- package/dist/packages/tokens/json/colors.json +756 -0
- package/dist/packages/tokens/json/semantic.json +415 -0
- package/dist/packages/tokens/json/utilities.json +730 -0
- package/dist/packages/tokens/legacy/deprecatedBaseTokens.css +321 -0
- package/dist/packages/tokens/legacy/deprecatedTailwindConfig.d.ts +2 -0
- package/dist/packages/tokens/legacy/deprecatedTailwindConfig.ts +213 -0
- package/dist/packages/tokens/legacy/tools/replaceLegacyTokens.ts +176 -0
- package/dist/packages/tokens/legacy/tools/replacements.ts +422 -0
- package/dist/packages/tokens/tailwind/tailwind.config.d.ts +2 -0
- package/dist/packages/tokens/tailwind/tailwind.config.js +10 -0
- package/dist/packages/tokens/themes/themes.module.css +385 -0
- package/dist/packages/tokens/themes/themes.module.css.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +11 -10
- package/dist/packages/tokens/style.css +0 -1
- package/dist/packages/tokens/tailwind.config.js +0 -28
- package/dist/packages/tokens/theme/themes.module.css +0 -468
- package/dist/packages/tokens/theme/themes.module.css.d.ts +0 -13
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--border-radius-large: 0.5rem;
|
|
3
|
+
--border-radius-medium: 0.25rem;
|
|
4
|
+
--border-radius-small: 0.125rem;
|
|
5
|
+
--border-radius-x-large: 0.75rem;
|
|
6
|
+
--border-width-default: 1px;
|
|
7
|
+
--border-width-large: 2px;
|
|
8
|
+
--color-container-disabled-default: var(--color-neutral-10);
|
|
9
|
+
--color-container-disabled-on-disabled-container: var(--color-neutral-50);
|
|
10
|
+
--color-container-error-active: var(--color-error-30);
|
|
11
|
+
--color-container-error-default: var(--color-error-20);
|
|
12
|
+
--color-container-error-hover: var(--color-error-25);
|
|
13
|
+
--color-container-error-on-error-container: var(--color-error-75);
|
|
14
|
+
--color-container-highlight-active: var(--color-marker-30);
|
|
15
|
+
--color-container-highlight-default: var(--color-marker-20);
|
|
16
|
+
--color-container-highlight-hover: var(--color-marker-25);
|
|
17
|
+
--color-container-highlight-on-highlight-container: var(--color-marker-80);
|
|
18
|
+
--color-container-secondary-active: var(--color-neutral-40);
|
|
19
|
+
--color-container-secondary-default: var(--color-neutral-25);
|
|
20
|
+
--color-container-secondary-hover: var(--color-neutral-30);
|
|
21
|
+
--color-container-secondary-on-secondary-container: var(--color-neutral-95);
|
|
22
|
+
--color-container-secondary-on-secondary-container-variant: var(--color-neutral-75);
|
|
23
|
+
--color-container-success-active: var(--color-success-05);
|
|
24
|
+
--color-container-success-default: var(--color-success-30);
|
|
25
|
+
--color-container-success-hover: var(--color-success-10);
|
|
26
|
+
--color-container-success-on-success-container: var(--color-success-80);
|
|
27
|
+
--color-container-warning-active: var(--color-warning-10);
|
|
28
|
+
--color-container-warning-default: var(--color-warning-30);
|
|
29
|
+
--color-container-warning-hover: var(--color-warning-20);
|
|
30
|
+
--color-container-warning-on-warning-container: var(--color-warning-90);
|
|
31
|
+
--color-disabled-default: var(--color-neutral-40);
|
|
32
|
+
--color-disabled-on-disabled: var(--color-neutral-10);
|
|
33
|
+
--color-error-00: rgba(255, 255, 255, 1);
|
|
34
|
+
--color-error-05: rgba(254, 236, 235, 1);
|
|
35
|
+
--color-error-10: rgba(253, 219, 218, 1);
|
|
36
|
+
--color-error-100: rgba(0, 0, 0, 1);
|
|
37
|
+
--color-error-20: rgba(252, 209, 208, 1);
|
|
38
|
+
--color-error-25: rgba(251, 193, 191, 1);
|
|
39
|
+
--color-error-30: rgba(249, 177, 174, 1);
|
|
40
|
+
--color-error-40: rgba(241, 123, 96, 1);
|
|
41
|
+
--color-error-50: rgba(236, 96, 62, 1);
|
|
42
|
+
--color-error-60: rgba(222, 36, 23, 1);
|
|
43
|
+
--color-error-70: rgba(182, 31, 21, 1);
|
|
44
|
+
--color-error-75: rgba(150, 27, 18, 1);
|
|
45
|
+
--color-error-80: rgba(119, 22, 15, 1);
|
|
46
|
+
--color-error-90: rgba(70, 10, 0, 1);
|
|
47
|
+
--color-error-95: rgba(35, 5, 0, 1);
|
|
48
|
+
--color-error-active: var(--color-error-80);
|
|
49
|
+
--color-error-default: var(--color-error-60);
|
|
50
|
+
--color-error-hover: var(--color-error-70);
|
|
51
|
+
--color-error-on-error: var(--color-error-00);
|
|
52
|
+
--color-focus-contrast: var(--color-neutral-00);
|
|
53
|
+
--color-focus-default: rgba(65, 150, 251, 1);
|
|
54
|
+
--color-highlight-active: var(--color-marker-80);
|
|
55
|
+
--color-highlight-default: var(--color-marker-60);
|
|
56
|
+
--color-highlight-hover: var(--color-marker-70);
|
|
57
|
+
--color-highlight-on-highlight: var(--color-marker-00);
|
|
58
|
+
--color-line-mid: rgba(135, 135, 129, 0.5);
|
|
59
|
+
--color-line-strong: var(--color-neutral-95);
|
|
60
|
+
--color-line-subtle: rgba(135, 135, 129, 0.2);
|
|
61
|
+
--color-marker-00: rgba(255, 255, 255, 1);
|
|
62
|
+
--color-marker-05: rgba(253, 246, 255, 1);
|
|
63
|
+
--color-marker-10: rgba(252, 242, 255, 1);
|
|
64
|
+
--color-marker-100: rgba(0, 0, 0, 1);
|
|
65
|
+
--color-marker-15: rgba(250, 232, 255, 1);
|
|
66
|
+
--color-marker-20: rgba(245, 204, 255, 1);
|
|
67
|
+
--color-marker-25: rgba(241, 183, 255, 1);
|
|
68
|
+
--color-marker-30: rgba(236, 161, 254, 1);
|
|
69
|
+
--color-marker-40: rgba(224, 107, 253, 1);
|
|
70
|
+
--color-marker-50: rgba(210, 48, 250, 1);
|
|
71
|
+
--color-marker-60: rgba(182, 10, 227, 1);
|
|
72
|
+
--color-marker-70: rgba(136, 10, 171, 1);
|
|
73
|
+
--color-marker-75: rgba(119, 10, 149, 1);
|
|
74
|
+
--color-marker-80: rgba(101, 10, 127, 1);
|
|
75
|
+
--color-marker-85: rgba(86, 7, 109, 1);
|
|
76
|
+
--color-marker-90: rgba(71, 4, 92, 1);
|
|
77
|
+
--color-marker-95: rgba(30, 0, 42, 1);
|
|
78
|
+
--color-neutral-00: rgba(255, 255, 255, 1);
|
|
79
|
+
--color-neutral-05: rgba(248, 248, 245, 1);
|
|
80
|
+
--color-neutral-10: rgba(245, 245, 241, 1);
|
|
81
|
+
--color-neutral-100: rgba(0, 0, 0, 1);
|
|
82
|
+
--color-neutral-15: rgba(240, 240, 235, 1);
|
|
83
|
+
--color-neutral-20: rgba(234, 234, 228, 1);
|
|
84
|
+
--color-neutral-25: rgba(225, 225, 219, 1);
|
|
85
|
+
--color-neutral-30: rgba(215, 215, 208, 1);
|
|
86
|
+
--color-neutral-35: rgba(203, 203, 197, 1);
|
|
87
|
+
--color-neutral-40: rgba(191, 191, 184, 1);
|
|
88
|
+
--color-neutral-45: rgba(178, 178, 172, 1);
|
|
89
|
+
--color-neutral-50: rgba(164, 164, 158, 1);
|
|
90
|
+
--color-neutral-55: rgba(150, 150, 144, 1);
|
|
91
|
+
--color-neutral-60: rgba(135, 135, 129, 1);
|
|
92
|
+
--color-neutral-65: rgba(119, 119, 114, 1);
|
|
93
|
+
--color-neutral-70: rgba(103, 103, 99, 1);
|
|
94
|
+
--color-neutral-75: rgba(87, 87, 83, 1);
|
|
95
|
+
--color-neutral-80: rgba(70, 70, 67, 1);
|
|
96
|
+
--color-neutral-85: rgba(53, 53, 51, 1);
|
|
97
|
+
--color-neutral-90: rgba(36, 36, 34, 1);
|
|
98
|
+
--color-neutral-95: rgba(17, 17, 16, 1);
|
|
99
|
+
--color-overlay-overlay: rgba(17, 17, 16, 0.5);
|
|
100
|
+
--color-primary-active: var(--color-neutral-80);
|
|
101
|
+
--color-primary-default: var(--color-neutral-95);
|
|
102
|
+
--color-primary-hover: var(--color-neutral-85);
|
|
103
|
+
--color-primary-on-primary: var(--color-neutral-00);
|
|
104
|
+
--color-primary-on-primary-variant: var(--color-neutral-20);
|
|
105
|
+
--color-secondary-active: var(--color-neutral-85);
|
|
106
|
+
--color-secondary-default: var(--color-neutral-70);
|
|
107
|
+
--color-secondary-hover: var(--color-neutral-80);
|
|
108
|
+
--color-secondary-on-secondary: var(--color-neutral-00);
|
|
109
|
+
--color-shadow-default: rgba(17, 17, 16, 0.2);
|
|
110
|
+
--color-success-00: rgba(255, 255, 255, 1);
|
|
111
|
+
--color-success-05: rgba(224, 247, 223, 1);
|
|
112
|
+
--color-success-10: rgba(197, 242, 193, 1);
|
|
113
|
+
--color-success-100: rgba(0, 0, 0, 1);
|
|
114
|
+
--color-success-20: rgba(180, 238, 173, 1);
|
|
115
|
+
--color-success-30: rgba(165, 235, 153, 1);
|
|
116
|
+
--color-success-40: rgba(118, 221, 100, 1);
|
|
117
|
+
--color-success-50: rgba(30, 171, 0, 1);
|
|
118
|
+
--color-success-60: rgba(22, 133, 0, 1);
|
|
119
|
+
--color-success-70: rgba(19, 107, 0, 1);
|
|
120
|
+
--color-success-80: rgba(15, 82, 0, 1);
|
|
121
|
+
--color-success-90: rgba(3, 44, 16, 1);
|
|
122
|
+
--color-success-95: rgba(2, 22, 8, 1);
|
|
123
|
+
--color-success-active: var(--color-success-80);
|
|
124
|
+
--color-success-default: var(--color-success-60);
|
|
125
|
+
--color-success-hover: var(--color-success-70);
|
|
126
|
+
--color-success-on-success: var(--color-success-00);
|
|
127
|
+
--color-surface-active: var(--color-neutral-20);
|
|
128
|
+
--color-surface-default: var(--color-neutral-00);
|
|
129
|
+
--color-surface-dim: var(--color-neutral-05);
|
|
130
|
+
--color-surface-hover: var(--color-neutral-15);
|
|
131
|
+
--color-surface-on-surface: var(--color-neutral-95);
|
|
132
|
+
--color-surface-on-surface-variant: var(--color-neutral-75);
|
|
133
|
+
--color-warning-00: rgba(255, 255, 255, 1);
|
|
134
|
+
--color-warning-05: rgba(255, 245, 209, 1);
|
|
135
|
+
--color-warning-10: rgba(255, 239, 188, 1);
|
|
136
|
+
--color-warning-100: rgba(0, 0, 0, 1);
|
|
137
|
+
--color-warning-20: rgba(255, 233, 163, 1);
|
|
138
|
+
--color-warning-30: rgba(253, 215, 114, 1);
|
|
139
|
+
--color-warning-40: rgba(250, 184, 21, 1);
|
|
140
|
+
--color-warning-50: rgba(232, 148, 13, 1);
|
|
141
|
+
--color-warning-60: rgba(180, 83, 9, 1);
|
|
142
|
+
--color-warning-70: rgba(146, 64, 14, 1);
|
|
143
|
+
--color-warning-80: rgba(120, 53, 15, 1);
|
|
144
|
+
--color-warning-90: rgba(72, 41, 9, 1);
|
|
145
|
+
--color-warning-95: rgba(36, 21, 5, 1);
|
|
146
|
+
--color-warning-active: var(--color-warning-80);
|
|
147
|
+
--color-warning-default: var(--color-warning-60);
|
|
148
|
+
--color-warning-hover: var(--color-warning-70);
|
|
149
|
+
--color-warning-on-warning: var(--color-warning-00);
|
|
150
|
+
--shadow-big: 0px 25px 80px 0px var(--color-shadow-default);
|
|
151
|
+
--shadow-default: 0px 3px 10px 0px var(--color-shadow-default);
|
|
152
|
+
--shadow-mid: 0px 4px 24px 0px var(--color-shadow-default);
|
|
153
|
+
--spacing-large: 1.5rem;
|
|
154
|
+
--spacing-medium: 1rem;
|
|
155
|
+
--spacing-small: 0.75rem;
|
|
156
|
+
--spacing-x-large: 2rem;
|
|
157
|
+
--spacing-x-small: 0.5rem;
|
|
158
|
+
--spacing-xx-large: 2.5rem;
|
|
159
|
+
--spacing-xx-small: 0.25rem;
|
|
160
|
+
--text-body-large-default-font-family: var(--typography-font-family-primary);
|
|
161
|
+
--text-body-large-default-font-size: var(--typography-font-size-large);
|
|
162
|
+
--text-body-large-default-font-weight: var(--typography-font-weight-regular);
|
|
163
|
+
--text-body-large-default-letter-casing: var(--typography-text-transform-default);
|
|
164
|
+
--text-body-large-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
165
|
+
--text-body-large-default-line-height: var(--typography-line-height-wide);
|
|
166
|
+
--text-body-large-strong-font-family: var(--typography-font-family-primary);
|
|
167
|
+
--text-body-large-strong-font-size: var(--typography-font-size-large);
|
|
168
|
+
--text-body-large-strong-font-weight: var(--typography-font-weight-medium);
|
|
169
|
+
--text-body-large-strong-letter-casing: var(--typography-text-transform-default);
|
|
170
|
+
--text-body-large-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
171
|
+
--text-body-large-strong-line-height: var(--typography-line-height-wide);
|
|
172
|
+
--text-body-large-x-strong-font-family: var(--typography-font-family-primary);
|
|
173
|
+
--text-body-large-x-strong-font-size: var(--typography-font-size-large);
|
|
174
|
+
--text-body-large-x-strong-font-weight: var(--typography-font-weight-bold);
|
|
175
|
+
--text-body-large-x-strong-letter-casing: var(--typography-text-transform-default);
|
|
176
|
+
--text-body-large-x-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
177
|
+
--text-body-large-x-strong-line-height: var(--typography-line-height-wide);
|
|
178
|
+
--text-body-medium-default-font-family: var(--typography-font-family-primary);
|
|
179
|
+
--text-body-medium-default-font-size: var(--typography-font-size-medium);
|
|
180
|
+
--text-body-medium-default-font-weight: var(--typography-font-weight-regular);
|
|
181
|
+
--text-body-medium-default-letter-casing: var(--typography-text-transform-default);
|
|
182
|
+
--text-body-medium-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
183
|
+
--text-body-medium-default-line-height: var(--typography-line-height-medium);
|
|
184
|
+
--text-body-medium-strong-font-family: var(--typography-font-family-primary);
|
|
185
|
+
--text-body-medium-strong-font-size: var(--typography-font-size-medium);
|
|
186
|
+
--text-body-medium-strong-font-weight: var(--typography-font-weight-medium);
|
|
187
|
+
--text-body-medium-strong-letter-casing: var(--typography-text-transform-default);
|
|
188
|
+
--text-body-medium-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
189
|
+
--text-body-medium-strong-line-height: var(--typography-line-height-medium);
|
|
190
|
+
--text-body-medium-x-strong-font-family: var(--typography-font-family-primary);
|
|
191
|
+
--text-body-medium-x-strong-font-size: var(--typography-font-size-medium);
|
|
192
|
+
--text-body-medium-x-strong-font-weight: var(--typography-font-weight-bold);
|
|
193
|
+
--text-body-medium-x-strong-letter-casing: var(--typography-text-transform-default);
|
|
194
|
+
--text-body-medium-x-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
195
|
+
--text-body-medium-x-strong-line-height: var(--typography-line-height-medium);
|
|
196
|
+
--text-body-small-default-font-family: var(--typography-font-family-primary);
|
|
197
|
+
--text-body-small-default-font-size: var(--typography-font-size-small);
|
|
198
|
+
--text-body-small-default-font-weight: var(--typography-font-weight-regular);
|
|
199
|
+
--text-body-small-default-letter-casing: var(--typography-text-transform-default);
|
|
200
|
+
--text-body-small-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
201
|
+
--text-body-small-default-line-height: var(--typography-line-height-tight);
|
|
202
|
+
--text-body-small-strong-font-family: var(--typography-font-family-primary);
|
|
203
|
+
--text-body-small-strong-font-size: var(--typography-font-size-small);
|
|
204
|
+
--text-body-small-strong-font-weight: var(--typography-font-weight-medium);
|
|
205
|
+
--text-body-small-strong-letter-casing: var(--typography-text-transform-default);
|
|
206
|
+
--text-body-small-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
207
|
+
--text-body-small-strong-line-height: var(--typography-line-height-tight);
|
|
208
|
+
--text-body-small-x-strong-font-family: var(--typography-font-family-primary);
|
|
209
|
+
--text-body-small-x-strong-font-size: var(--typography-font-size-small);
|
|
210
|
+
--text-body-small-x-strong-font-weight: var(--typography-font-weight-bold);
|
|
211
|
+
--text-body-small-x-strong-letter-casing: var(--typography-text-transform-default);
|
|
212
|
+
--text-body-small-x-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
213
|
+
--text-body-small-x-strong-line-height: var(--typography-line-height-tight);
|
|
214
|
+
--text-body-x-small-default-font-family: var(--typography-font-family-primary);
|
|
215
|
+
--text-body-x-small-default-font-size: var(--typography-font-size-x-small);
|
|
216
|
+
--text-body-x-small-default-font-weight: var(--typography-font-weight-regular);
|
|
217
|
+
--text-body-x-small-default-letter-casing: var(--typography-text-transform-default);
|
|
218
|
+
--text-body-x-small-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
219
|
+
--text-body-x-small-default-line-height: var(--typography-line-height-tight);
|
|
220
|
+
--text-body-x-small-strong-font-family: var(--typography-font-family-primary);
|
|
221
|
+
--text-body-x-small-strong-font-size: var(--typography-font-size-x-small);
|
|
222
|
+
--text-body-x-small-strong-font-weight: var(--typography-font-weight-medium);
|
|
223
|
+
--text-body-x-small-strong-letter-casing: var(--typography-text-transform-default);
|
|
224
|
+
--text-body-x-small-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
225
|
+
--text-body-x-small-strong-line-height: var(--typography-line-height-tight);
|
|
226
|
+
--text-body-x-small-x-strong-font-family: var(--typography-font-family-primary);
|
|
227
|
+
--text-body-x-small-x-strong-font-size: var(--typography-font-size-x-small);
|
|
228
|
+
--text-body-x-small-x-strong-font-weight: var(--typography-font-weight-bold);
|
|
229
|
+
--text-body-x-small-x-strong-letter-casing: var(--typography-text-transform-default);
|
|
230
|
+
--text-body-x-small-x-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
231
|
+
--text-body-x-small-x-strong-line-height: var(--typography-line-height-tight);
|
|
232
|
+
--text-heading-category-default-font-family: var(--typography-font-family-primary);
|
|
233
|
+
--text-heading-category-default-font-size: var(--typography-font-size-xx-small);
|
|
234
|
+
--text-heading-category-default-font-weight: var(--typography-font-weight-medium);
|
|
235
|
+
--text-heading-category-default-letter-casing: var(--typography-text-transform-uppercase);
|
|
236
|
+
--text-heading-category-default-letter-spacing: var(--typography-letter-spacing-wide);
|
|
237
|
+
--text-heading-category-default-line-height: var(--typography-line-height-tight);
|
|
238
|
+
--text-heading-category-strong-font-family: var(--typography-font-family-primary);
|
|
239
|
+
--text-heading-category-strong-font-size: var(--typography-font-size-xx-small);
|
|
240
|
+
--text-heading-category-strong-font-weight: var(--typography-font-weight-bold);
|
|
241
|
+
--text-heading-category-strong-letter-casing: var(--typography-text-transform-uppercase);
|
|
242
|
+
--text-heading-category-strong-letter-spacing: var(--typography-letter-spacing-wide);
|
|
243
|
+
--text-heading-category-strong-line-height: var(--typography-line-height-tight);
|
|
244
|
+
--text-heading-large-default-font-family: var(--typography-font-family-primary);
|
|
245
|
+
--text-heading-large-default-font-size: var(--typography-font-size-large);
|
|
246
|
+
--text-heading-large-default-font-weight: var(--typography-font-weight-medium);
|
|
247
|
+
--text-heading-large-default-letter-casing: var(--typography-text-transform-default);
|
|
248
|
+
--text-heading-large-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
249
|
+
--text-heading-large-default-line-height: var(--typography-line-height-wide);
|
|
250
|
+
--text-heading-large-strong-font-family: var(--typography-font-family-primary);
|
|
251
|
+
--text-heading-large-strong-font-size: var(--typography-font-size-large);
|
|
252
|
+
--text-heading-large-strong-font-weight: var(--typography-font-weight-bold);
|
|
253
|
+
--text-heading-large-strong-letter-casing: var(--typography-text-transform-default);
|
|
254
|
+
--text-heading-large-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
255
|
+
--text-heading-large-strong-line-height: var(--typography-line-height-wide);
|
|
256
|
+
--text-heading-medium-default-font-family: var(--typography-font-family-primary);
|
|
257
|
+
--text-heading-medium-default-font-size: var(--typography-font-size-medium);
|
|
258
|
+
--text-heading-medium-default-font-weight: var(--typography-font-weight-medium);
|
|
259
|
+
--text-heading-medium-default-letter-casing: var(--typography-text-transform-default);
|
|
260
|
+
--text-heading-medium-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
261
|
+
--text-heading-medium-default-line-height: var(--typography-line-height-tight);
|
|
262
|
+
--text-heading-medium-strong-font-family: var(--typography-font-family-primary);
|
|
263
|
+
--text-heading-medium-strong-font-size: var(--typography-font-size-medium);
|
|
264
|
+
--text-heading-medium-strong-font-weight: var(--typography-font-weight-bold);
|
|
265
|
+
--text-heading-medium-strong-letter-casing: var(--typography-text-transform-default);
|
|
266
|
+
--text-heading-medium-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
267
|
+
--text-heading-medium-strong-line-height: var(--typography-line-height-tight);
|
|
268
|
+
--text-heading-x-large-default-font-family: var(--typography-font-family-primary);
|
|
269
|
+
--text-heading-x-large-default-font-size: var(--typography-font-size-x-large);
|
|
270
|
+
--text-heading-x-large-default-font-weight: var(--typography-font-weight-medium);
|
|
271
|
+
--text-heading-x-large-default-letter-casing: var(--typography-text-transform-default);
|
|
272
|
+
--text-heading-x-large-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
273
|
+
--text-heading-x-large-default-line-height: var(--typography-line-height-loose);
|
|
274
|
+
--text-heading-x-large-strong-font-family: var(--typography-font-family-primary);
|
|
275
|
+
--text-heading-x-large-strong-font-size: var(--typography-font-size-x-large);
|
|
276
|
+
--text-heading-x-large-strong-font-weight: var(--typography-font-weight-bold);
|
|
277
|
+
--text-heading-x-large-strong-letter-casing: var(--typography-text-transform-default);
|
|
278
|
+
--text-heading-x-large-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
279
|
+
--text-heading-x-large-strong-line-height: var(--typography-line-height-loose);
|
|
280
|
+
--text-heading-xx-large-default-font-family: var(--typography-font-family-primary);
|
|
281
|
+
--text-heading-xx-large-default-font-size: var(--typography-font-size-xx-large);
|
|
282
|
+
--text-heading-xx-large-default-font-weight: var(--typography-font-weight-medium);
|
|
283
|
+
--text-heading-xx-large-default-letter-casing: var(--typography-text-transform-default);
|
|
284
|
+
--text-heading-xx-large-default-letter-spacing: var(--typography-letter-spacing-default);
|
|
285
|
+
--text-heading-xx-large-default-line-height: var(--typography-line-height-extra-loose);
|
|
286
|
+
--text-heading-xx-large-strong-font-family: var(--typography-font-family-primary);
|
|
287
|
+
--text-heading-xx-large-strong-font-size: var(--typography-font-size-xx-large);
|
|
288
|
+
--text-heading-xx-large-strong-font-weight: var(--typography-font-weight-bold);
|
|
289
|
+
--text-heading-xx-large-strong-letter-casing: var(--typography-text-transform-default);
|
|
290
|
+
--text-heading-xx-large-strong-letter-spacing: var(--typography-letter-spacing-default);
|
|
291
|
+
--text-heading-xx-large-strong-line-height: var(--typography-line-height-extra-loose);
|
|
292
|
+
--typography-font-family-monospace: Menlo, Courier, monospace;
|
|
293
|
+
--typography-font-family-primary: Diatype,Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
|
|
294
|
+
--typography-font-size-large: 1rem;
|
|
295
|
+
--typography-font-size-medium: 0.875rem;
|
|
296
|
+
--typography-font-size-small: 0.8125rem;
|
|
297
|
+
--typography-font-size-x-large: 1.25rem;
|
|
298
|
+
--typography-font-size-x-small: 0.75rem;
|
|
299
|
+
--typography-font-size-xx-large: 1.5rem;
|
|
300
|
+
--typography-font-size-xx-small: 0.6875rem;
|
|
301
|
+
--typography-font-weight-bold: 700;
|
|
302
|
+
--typography-font-weight-medium: 500;
|
|
303
|
+
--typography-font-weight-regular: 400;
|
|
304
|
+
--typography-letter-spacing-default: 0px;
|
|
305
|
+
--typography-letter-spacing-wide: 0.88px;
|
|
306
|
+
--typography-line-height-extra-loose: 1.75rem;
|
|
307
|
+
--typography-line-height-loose: 1.5rem;
|
|
308
|
+
--typography-line-height-medium: 1.125rem;
|
|
309
|
+
--typography-line-height-tight: 1rem;
|
|
310
|
+
--typography-line-height-wide: 1.25rem;
|
|
311
|
+
--typography-text-transform-default: none;
|
|
312
|
+
--typography-text-transform-uppercase: uppercase;
|
|
313
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(n){typeof define=="function"&&define.amd?define(n):n()})(function(){"use strict"});
|