@mezo-org/mezo-clay 0.1.0-dev.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.
Files changed (102) hide show
  1. package/README.md +104 -0
  2. package/dist/components/block/index.d.ts +1 -0
  3. package/dist/components/button/button.d.ts +3 -0
  4. package/dist/components/button/constants.d.ts +11 -0
  5. package/dist/components/button/index.d.ts +3 -0
  6. package/dist/components/button/overrides.d.ts +2 -0
  7. package/dist/components/button/types.d.ts +9 -0
  8. package/dist/components/button-group/button-group.d.ts +3 -0
  9. package/dist/components/button-group/constants.d.ts +5 -0
  10. package/dist/components/button-group/index.d.ts +3 -0
  11. package/dist/components/button-group/types.d.ts +13 -0
  12. package/dist/components/button-icon/button-icon.d.ts +2 -0
  13. package/dist/components/button-icon/constants.d.ts +13 -0
  14. package/dist/components/button-icon/index.d.ts +4 -0
  15. package/dist/components/button-icon/overrides.d.ts +5 -0
  16. package/dist/components/button-icon/types.d.ts +7 -0
  17. package/dist/components/flex-grid/index.d.ts +2 -0
  18. package/dist/components/form-control/constants.d.ts +1 -0
  19. package/dist/components/form-control/form-control-character-count.d.ts +5 -0
  20. package/dist/components/form-control/form-control.d.ts +2 -0
  21. package/dist/components/form-control/index.d.ts +5 -0
  22. package/dist/components/form-control/overrides.d.ts +6 -0
  23. package/dist/components/form-control/types.d.ts +8 -0
  24. package/dist/components/icons/alert-circle/index.d.ts +9 -0
  25. package/dist/components/icons/apple/index.d.ts +9 -0
  26. package/dist/components/icons/arrow-narrow-left/index.d.ts +9 -0
  27. package/dist/components/icons/arrow-narrow-right/index.d.ts +9 -0
  28. package/dist/components/icons/building/index.d.ts +8 -0
  29. package/dist/components/icons/check-circle/index.d.ts +9 -0
  30. package/dist/components/icons/check-square/index.d.ts +9 -0
  31. package/dist/components/icons/chevron-down/index.d.ts +9 -0
  32. package/dist/components/icons/chevron-left/index.d.ts +9 -0
  33. package/dist/components/icons/chevron-right/index.d.ts +9 -0
  34. package/dist/components/icons/chevron-selector-horizontal/index.d.ts +9 -0
  35. package/dist/components/icons/chevron-selector-vertical/index.d.ts +9 -0
  36. package/dist/components/icons/chevron-up/index.d.ts +9 -0
  37. package/dist/components/icons/close/index.d.ts +9 -0
  38. package/dist/components/icons/coins-hand/index.d.ts +9 -0
  39. package/dist/components/icons/cube/index.d.ts +8 -0
  40. package/dist/components/icons/discord/index.d.ts +9 -0
  41. package/dist/components/icons/eye/index.d.ts +9 -0
  42. package/dist/components/icons/eye-off/index.d.ts +9 -0
  43. package/dist/components/icons/google/index.d.ts +9 -0
  44. package/dist/components/icons/heart/index.d.ts +9 -0
  45. package/dist/components/icons/home-smile/index.d.ts +8 -0
  46. package/dist/components/icons/index.d.ts +42 -0
  47. package/dist/components/icons/info-circle/index.d.ts +9 -0
  48. package/dist/components/icons/lightning/index.d.ts +8 -0
  49. package/dist/components/icons/link-external/index.d.ts +8 -0
  50. package/dist/components/icons/loading/index.d.ts +9 -0
  51. package/dist/components/icons/log-in/index.d.ts +8 -0
  52. package/dist/components/icons/mats-circle/index.d.ts +9 -0
  53. package/dist/components/icons/menu/index.d.ts +9 -0
  54. package/dist/components/icons/minus-circle/index.d.ts +9 -0
  55. package/dist/components/icons/minus-square/index.d.ts +9 -0
  56. package/dist/components/icons/plus-circle/index.d.ts +9 -0
  57. package/dist/components/icons/receipt/index.d.ts +8 -0
  58. package/dist/components/icons/search/index.d.ts +23 -0
  59. package/dist/components/icons/square/index.d.ts +9 -0
  60. package/dist/components/icons/star/index.d.ts +29 -0
  61. package/dist/components/icons/trophy/index.d.ts +8 -0
  62. package/dist/components/icons/user/index.d.ts +9 -0
  63. package/dist/components/icons/utils.d.ts +46 -0
  64. package/dist/components/icons/wallet/index.d.ts +9 -0
  65. package/dist/components/icons/x-circle/index.d.ts +9 -0
  66. package/dist/components/icons/x-twitter/index.d.ts +9 -0
  67. package/dist/components/index.d.ts +12 -0
  68. package/dist/components/input/constants.d.ts +5 -0
  69. package/dist/components/input/index.d.ts +6 -0
  70. package/dist/components/input/input.d.ts +4 -0
  71. package/dist/components/input/overrides.d.ts +23 -0
  72. package/dist/components/input/password-input.d.ts +2 -0
  73. package/dist/components/input/search-input.d.ts +2 -0
  74. package/dist/components/input/types.d.ts +12 -0
  75. package/dist/components/side-navigation/index.d.ts +3 -0
  76. package/dist/components/side-navigation/overrides.d.ts +3 -0
  77. package/dist/components/side-navigation/side-navigation.d.ts +5 -0
  78. package/dist/components/tag/constants.d.ts +73 -0
  79. package/dist/components/tag/index.d.ts +4 -0
  80. package/dist/components/tag/overrides.d.ts +11 -0
  81. package/dist/components/tag/tag.d.ts +22 -0
  82. package/dist/components/tag/types.d.ts +6 -0
  83. package/dist/components/textarea/constants.d.ts +1 -0
  84. package/dist/components/textarea/index.d.ts +3 -0
  85. package/dist/components/textarea/overrides.d.ts +4 -0
  86. package/dist/components/textarea/textarea.d.ts +2 -0
  87. package/dist/components/textarea/types.d.ts +8 -0
  88. package/dist/components/typography/index.d.ts +1 -0
  89. package/dist/favicon.ico +0 -0
  90. package/dist/index.d.ts +4 -0
  91. package/dist/mezo-clay.css +1 -0
  92. package/dist/mezo-clay.es.js +19315 -0
  93. package/dist/mezo-clay.umd.js +241 -0
  94. package/dist/styles/index.d.ts +1 -0
  95. package/dist/themes/borders.d.ts +8 -0
  96. package/dist/themes/clay-dark-theme.d.ts +335 -0
  97. package/dist/themes/clay-light-theme.d.ts +334 -0
  98. package/dist/themes/color-tokens.d.ts +64 -0
  99. package/dist/themes/index.d.ts +6 -0
  100. package/dist/themes/typography.d.ts +219 -0
  101. package/dist/utils/index.d.ts +2 -0
  102. package/package.json +69 -0
@@ -0,0 +1 @@
1
+ export { useStyletron } from 'baseui';
@@ -0,0 +1,8 @@
1
+ declare const borders: {
2
+ buttonBorderRadiusMini: string;
3
+ buttonBorderRadius: string;
4
+ inputBorderWidth: string;
5
+ inputBorderWidthReadOnly: string;
6
+ searchInputBorderRadius: string;
7
+ };
8
+ export default borders;
@@ -0,0 +1,335 @@
1
+ export declare const darkCoreColors: {
2
+ accent: string;
3
+ negative: string;
4
+ warning: string;
5
+ positive: string;
6
+ primaryA: string;
7
+ primaryB: string;
8
+ };
9
+ export declare const darkSemanticColors: {
10
+ backgroundSecondary: string;
11
+ backgroundTertiary: string;
12
+ backgroundInversePrimary: string;
13
+ backgroundInverseSecondary: string;
14
+ contentSecondary: string;
15
+ contentTertiary: string;
16
+ contentInverseSecondary: string;
17
+ contentInverseTertiary: string;
18
+ borderOpaque: string;
19
+ borderSelected: string;
20
+ borderInverseOpaque: string;
21
+ borderInverseTransparent: string;
22
+ borderInverseSelected: string;
23
+ };
24
+ export declare const darkComponentColors: {
25
+ buttonPrimaryHover: string;
26
+ buttonSecondaryFill: string;
27
+ buttonSecondaryHover: string;
28
+ inputBorder: string;
29
+ inputFill: string;
30
+ };
31
+ declare const theme: import('baseui').Theme & {
32
+ colors: {
33
+ buttonPrimaryHover: string;
34
+ buttonSecondaryFill: string;
35
+ buttonSecondaryHover: string;
36
+ inputBorder: string;
37
+ inputFill: string;
38
+ buttonPrimarySpinnerForeground: string;
39
+ buttonSecondarySpinnerForeground: string;
40
+ buttonTertiarySpinnerForeground: string;
41
+ buttonDisabledSpinnerForeground: string;
42
+ backgroundStateDisabled: string;
43
+ backgroundOverlayDark: string;
44
+ backgroundOverlayElevation: string;
45
+ backgroundAccent: string;
46
+ backgroundNegative: string;
47
+ backgroundWarning: string;
48
+ backgroundPositive: string;
49
+ backgroundAccentLight: string;
50
+ backgroundNegativeLight: string;
51
+ backgroundWarningLight: string;
52
+ backgroundPositiveLight: string;
53
+ backgroundAlwaysDark: string;
54
+ backgroundAlwaysLight: string;
55
+ contentAccent: string;
56
+ contentNegative: string;
57
+ contentWarning: string;
58
+ contentPositive: string;
59
+ borderAccent: string;
60
+ borderAccentLight: string;
61
+ borderNegative: string;
62
+ borderWarning: string;
63
+ backgroundSecondary: string;
64
+ backgroundTertiary: string;
65
+ backgroundInversePrimary: string;
66
+ backgroundInverseSecondary: string;
67
+ contentSecondary: string;
68
+ contentTertiary: string;
69
+ contentInverseSecondary: string;
70
+ contentInverseTertiary: string;
71
+ borderOpaque: string;
72
+ borderSelected: string;
73
+ borderInverseOpaque: string;
74
+ borderInverseTransparent: string;
75
+ borderInverseSelected: string;
76
+ accent: string;
77
+ negative: string;
78
+ warning: string;
79
+ positive: string;
80
+ primaryA: string;
81
+ primaryB: string;
82
+ gray300: string;
83
+ yellow300: string;
84
+ yellow400: string;
85
+ yellow500: string;
86
+ yellow600: string;
87
+ yellow700: string;
88
+ lime300: string;
89
+ lime400: string;
90
+ lime500: string;
91
+ lime600: string;
92
+ lime700: string;
93
+ purple300: string;
94
+ purple400: string;
95
+ purple500: string;
96
+ purple600: string;
97
+ purple700: string;
98
+ blue300: string;
99
+ blue400: string;
100
+ blue500: string;
101
+ blue600: string;
102
+ blue700: string;
103
+ brown300: string;
104
+ brown400: string;
105
+ brown500: string;
106
+ brown600: string;
107
+ brown700: string;
108
+ };
109
+ borders: {
110
+ buttonBorderRadiusMini: string;
111
+ buttonBorderRadius: string;
112
+ inputBorderWidth: string;
113
+ inputBorderWidthReadOnly: string;
114
+ searchInputBorderRadius: string;
115
+ };
116
+ typography: {
117
+ DisplayLarge: {
118
+ fontSize: string;
119
+ lineHeight: string;
120
+ fontFamily: string;
121
+ fontWeight: number;
122
+ };
123
+ DisplayMedium: {
124
+ fontSize: string;
125
+ lineHeight: string;
126
+ fontFamily: string;
127
+ fontWeight: number;
128
+ };
129
+ DisplaySmall: {
130
+ fontSize: string;
131
+ lineHeight: string;
132
+ fontFamily: string;
133
+ fontWeight: number;
134
+ };
135
+ DisplayXSmall: {
136
+ fontSize: string;
137
+ lineHeight: string;
138
+ fontFamily: string;
139
+ fontWeight: number;
140
+ };
141
+ HeadingXXLarge: {
142
+ fontSize: string;
143
+ lineHeight: string;
144
+ fontFamily: string;
145
+ fontWeight: number;
146
+ };
147
+ HeadingXLarge: {
148
+ fontSize: string;
149
+ lineHeight: string;
150
+ fontFamily: string;
151
+ fontWeight: number;
152
+ };
153
+ HeadingLarge: {
154
+ fontSize: string;
155
+ lineHeight: string;
156
+ fontFamily: string;
157
+ fontWeight: number;
158
+ };
159
+ HeadingMedium: {
160
+ fontSize: string;
161
+ lineHeight: string;
162
+ fontFamily: string;
163
+ fontWeight: number;
164
+ };
165
+ HeadingSmall: {
166
+ fontSize: string;
167
+ lineHeight: string;
168
+ fontFamily: string;
169
+ fontWeight: number;
170
+ };
171
+ HeadingXSmall: {
172
+ fontSize: string;
173
+ lineHeight: string;
174
+ fontFamily: string;
175
+ fontWeight: number;
176
+ };
177
+ LabelLarge: {
178
+ fontSize: string;
179
+ lineHeight: string;
180
+ fontFamily: string;
181
+ fontWeight: number;
182
+ };
183
+ LabelMedium: {
184
+ fontSize: string;
185
+ lineHeight: string;
186
+ fontFamily: string;
187
+ fontWeight: number;
188
+ };
189
+ LabelSmall: {
190
+ fontSize: string;
191
+ lineHeight: string;
192
+ fontFamily: string;
193
+ fontWeight: number;
194
+ };
195
+ LabelXSmall: {
196
+ fontSize: string;
197
+ lineHeight: string;
198
+ fontFamily: string;
199
+ fontWeight: number;
200
+ };
201
+ ParagraphLarge: {
202
+ fontSize: string;
203
+ lineHeight: string;
204
+ fontFamily: string;
205
+ fontWeight: number;
206
+ };
207
+ ParagraphMedium: {
208
+ fontSize: string;
209
+ lineHeight: string;
210
+ fontFamily: string;
211
+ fontWeight: number;
212
+ };
213
+ ParagraphSmall: {
214
+ fontSize: string;
215
+ lineHeight: string;
216
+ fontFamily: string;
217
+ fontWeight: number;
218
+ };
219
+ ParagraphXSmall: {
220
+ fontSize: string;
221
+ lineHeight: string;
222
+ fontFamily: string;
223
+ fontWeight: number;
224
+ };
225
+ MonoDisplayLarge: {
226
+ fontFamily: string;
227
+ fontWeight: number;
228
+ fontSize: string;
229
+ lineHeight: string;
230
+ };
231
+ MonoDisplayMedium: {
232
+ fontFamily: string;
233
+ fontWeight: number;
234
+ fontSize: string;
235
+ lineHeight: string;
236
+ };
237
+ MonoDisplaySmall: {
238
+ fontFamily: string;
239
+ fontWeight: number;
240
+ fontSize: string;
241
+ lineHeight: string;
242
+ };
243
+ MonoDisplayXSmall: {
244
+ fontFamily: string;
245
+ fontWeight: number;
246
+ fontSize: string;
247
+ lineHeight: string;
248
+ };
249
+ MonoHeadingXXLarge: {
250
+ fontFamily: string;
251
+ fontWeight: number;
252
+ fontSize: string;
253
+ lineHeight: string;
254
+ };
255
+ MonoHeadingXLarge: {
256
+ fontFamily: string;
257
+ fontWeight: number;
258
+ fontSize: string;
259
+ lineHeight: string;
260
+ };
261
+ MonoHeadingLarge: {
262
+ fontFamily: string;
263
+ fontWeight: number;
264
+ fontSize: string;
265
+ lineHeight: string;
266
+ };
267
+ MonoHeadingMedium: {
268
+ fontFamily: string;
269
+ fontWeight: number;
270
+ fontSize: string;
271
+ lineHeight: string;
272
+ };
273
+ MonoHeadingSmall: {
274
+ fontFamily: string;
275
+ fontWeight: number;
276
+ fontSize: string;
277
+ lineHeight: string;
278
+ };
279
+ MonoHeadingXSmall: {
280
+ fontFamily: string;
281
+ fontWeight: number;
282
+ fontSize: string;
283
+ lineHeight: string;
284
+ };
285
+ MonoLabelLarge: {
286
+ fontFamily: string;
287
+ fontWeight: number;
288
+ fontSize: string;
289
+ lineHeight: string;
290
+ };
291
+ MonoLabelMedium: {
292
+ fontFamily: string;
293
+ fontWeight: number;
294
+ fontSize: string;
295
+ lineHeight: string;
296
+ };
297
+ MonoLabelSmall: {
298
+ fontFamily: string;
299
+ fontWeight: number;
300
+ fontSize: string;
301
+ lineHeight: string;
302
+ };
303
+ MonoLabelXSmall: {
304
+ fontFamily: string;
305
+ fontWeight: number;
306
+ fontSize: string;
307
+ lineHeight: string;
308
+ };
309
+ MonoParagraphLarge: {
310
+ fontFamily: string;
311
+ fontWeight: number;
312
+ fontSize: string;
313
+ lineHeight: string;
314
+ };
315
+ MonoParagraphMedium: {
316
+ fontFamily: string;
317
+ fontWeight: number;
318
+ fontSize: string;
319
+ lineHeight: string;
320
+ };
321
+ MonoParagraphSmall: {
322
+ fontFamily: string;
323
+ fontWeight: number;
324
+ fontSize: string;
325
+ lineHeight: string;
326
+ };
327
+ MonoParagraphXSmall: {
328
+ fontFamily: string;
329
+ fontWeight: number;
330
+ fontSize: string;
331
+ lineHeight: string;
332
+ };
333
+ };
334
+ };
335
+ export default theme;
@@ -0,0 +1,334 @@
1
+ export declare const lightCoreColors: {
2
+ accent: string;
3
+ negative: string;
4
+ warning: string;
5
+ positive: string;
6
+ primaryA: string;
7
+ primaryB: string;
8
+ };
9
+ export declare const lightSemanticColors: {
10
+ backgroundSecondary: string;
11
+ backgroundInverseSecondary: string;
12
+ backgroundTertiary: string;
13
+ backgroundStateDisabled: string;
14
+ contentInverseSecondary: string;
15
+ contentInverseTertiary: string;
16
+ contentStateDisabled: string;
17
+ borderOpaque: string;
18
+ };
19
+ export declare const lightComponentColors: {
20
+ buttonPrimaryHover: string;
21
+ buttonPrimaryActive: string;
22
+ buttonSecondaryFill: string;
23
+ buttonSecondaryHover: string;
24
+ buttonSecondaryActive: string;
25
+ buttonTertiaryHover: string;
26
+ buttonTertiaryActive: string;
27
+ buttonDisabledFill: string;
28
+ inputBorder: string;
29
+ inputFill: string;
30
+ };
31
+ declare const theme: import('baseui').Theme & {
32
+ colors: {
33
+ buttonPrimaryHover: string;
34
+ buttonPrimaryActive: string;
35
+ buttonSecondaryFill: string;
36
+ buttonSecondaryHover: string;
37
+ buttonSecondaryActive: string;
38
+ buttonTertiaryHover: string;
39
+ buttonTertiaryActive: string;
40
+ buttonDisabledFill: string;
41
+ inputBorder: string;
42
+ inputFill: string;
43
+ buttonPrimarySpinnerForeground: string;
44
+ buttonSecondarySpinnerForeground: string;
45
+ buttonTertiarySpinnerForeground: string;
46
+ buttonDisabledSpinnerForeground: string;
47
+ backgroundStateDisabled: string;
48
+ backgroundOverlayDark: string;
49
+ backgroundOverlayElevation: string;
50
+ backgroundAccent: string;
51
+ backgroundNegative: string;
52
+ backgroundWarning: string;
53
+ backgroundPositive: string;
54
+ backgroundAccentLight: string;
55
+ backgroundNegativeLight: string;
56
+ backgroundWarningLight: string;
57
+ backgroundPositiveLight: string;
58
+ backgroundAlwaysDark: string;
59
+ backgroundAlwaysLight: string;
60
+ contentAccent: string;
61
+ contentNegative: string;
62
+ contentWarning: string;
63
+ contentPositive: string;
64
+ borderAccent: string;
65
+ borderAccentLight: string;
66
+ borderNegative: string;
67
+ borderWarning: string;
68
+ backgroundSecondary: string;
69
+ backgroundInverseSecondary: string;
70
+ backgroundTertiary: string;
71
+ contentInverseSecondary: string;
72
+ contentInverseTertiary: string;
73
+ contentStateDisabled: string;
74
+ borderOpaque: string;
75
+ accent: string;
76
+ negative: string;
77
+ warning: string;
78
+ positive: string;
79
+ primaryA: string;
80
+ primaryB: string;
81
+ gray300: string;
82
+ yellow300: string;
83
+ yellow400: string;
84
+ yellow500: string;
85
+ yellow600: string;
86
+ yellow700: string;
87
+ lime300: string;
88
+ lime400: string;
89
+ lime500: string;
90
+ lime600: string;
91
+ lime700: string;
92
+ purple300: string;
93
+ purple400: string;
94
+ purple500: string;
95
+ purple600: string;
96
+ purple700: string;
97
+ blue300: string;
98
+ blue400: string;
99
+ blue500: string;
100
+ blue600: string;
101
+ blue700: string;
102
+ brown300: string;
103
+ brown400: string;
104
+ brown500: string;
105
+ brown600: string;
106
+ brown700: string;
107
+ };
108
+ borders: {
109
+ buttonBorderRadiusMini: string;
110
+ buttonBorderRadius: string;
111
+ inputBorderWidth: string;
112
+ inputBorderWidthReadOnly: string;
113
+ searchInputBorderRadius: string;
114
+ };
115
+ typography: {
116
+ DisplayLarge: {
117
+ fontSize: string;
118
+ lineHeight: string;
119
+ fontFamily: string;
120
+ fontWeight: number;
121
+ };
122
+ DisplayMedium: {
123
+ fontSize: string;
124
+ lineHeight: string;
125
+ fontFamily: string;
126
+ fontWeight: number;
127
+ };
128
+ DisplaySmall: {
129
+ fontSize: string;
130
+ lineHeight: string;
131
+ fontFamily: string;
132
+ fontWeight: number;
133
+ };
134
+ DisplayXSmall: {
135
+ fontSize: string;
136
+ lineHeight: string;
137
+ fontFamily: string;
138
+ fontWeight: number;
139
+ };
140
+ HeadingXXLarge: {
141
+ fontSize: string;
142
+ lineHeight: string;
143
+ fontFamily: string;
144
+ fontWeight: number;
145
+ };
146
+ HeadingXLarge: {
147
+ fontSize: string;
148
+ lineHeight: string;
149
+ fontFamily: string;
150
+ fontWeight: number;
151
+ };
152
+ HeadingLarge: {
153
+ fontSize: string;
154
+ lineHeight: string;
155
+ fontFamily: string;
156
+ fontWeight: number;
157
+ };
158
+ HeadingMedium: {
159
+ fontSize: string;
160
+ lineHeight: string;
161
+ fontFamily: string;
162
+ fontWeight: number;
163
+ };
164
+ HeadingSmall: {
165
+ fontSize: string;
166
+ lineHeight: string;
167
+ fontFamily: string;
168
+ fontWeight: number;
169
+ };
170
+ HeadingXSmall: {
171
+ fontSize: string;
172
+ lineHeight: string;
173
+ fontFamily: string;
174
+ fontWeight: number;
175
+ };
176
+ LabelLarge: {
177
+ fontSize: string;
178
+ lineHeight: string;
179
+ fontFamily: string;
180
+ fontWeight: number;
181
+ };
182
+ LabelMedium: {
183
+ fontSize: string;
184
+ lineHeight: string;
185
+ fontFamily: string;
186
+ fontWeight: number;
187
+ };
188
+ LabelSmall: {
189
+ fontSize: string;
190
+ lineHeight: string;
191
+ fontFamily: string;
192
+ fontWeight: number;
193
+ };
194
+ LabelXSmall: {
195
+ fontSize: string;
196
+ lineHeight: string;
197
+ fontFamily: string;
198
+ fontWeight: number;
199
+ };
200
+ ParagraphLarge: {
201
+ fontSize: string;
202
+ lineHeight: string;
203
+ fontFamily: string;
204
+ fontWeight: number;
205
+ };
206
+ ParagraphMedium: {
207
+ fontSize: string;
208
+ lineHeight: string;
209
+ fontFamily: string;
210
+ fontWeight: number;
211
+ };
212
+ ParagraphSmall: {
213
+ fontSize: string;
214
+ lineHeight: string;
215
+ fontFamily: string;
216
+ fontWeight: number;
217
+ };
218
+ ParagraphXSmall: {
219
+ fontSize: string;
220
+ lineHeight: string;
221
+ fontFamily: string;
222
+ fontWeight: number;
223
+ };
224
+ MonoDisplayLarge: {
225
+ fontFamily: string;
226
+ fontWeight: number;
227
+ fontSize: string;
228
+ lineHeight: string;
229
+ };
230
+ MonoDisplayMedium: {
231
+ fontFamily: string;
232
+ fontWeight: number;
233
+ fontSize: string;
234
+ lineHeight: string;
235
+ };
236
+ MonoDisplaySmall: {
237
+ fontFamily: string;
238
+ fontWeight: number;
239
+ fontSize: string;
240
+ lineHeight: string;
241
+ };
242
+ MonoDisplayXSmall: {
243
+ fontFamily: string;
244
+ fontWeight: number;
245
+ fontSize: string;
246
+ lineHeight: string;
247
+ };
248
+ MonoHeadingXXLarge: {
249
+ fontFamily: string;
250
+ fontWeight: number;
251
+ fontSize: string;
252
+ lineHeight: string;
253
+ };
254
+ MonoHeadingXLarge: {
255
+ fontFamily: string;
256
+ fontWeight: number;
257
+ fontSize: string;
258
+ lineHeight: string;
259
+ };
260
+ MonoHeadingLarge: {
261
+ fontFamily: string;
262
+ fontWeight: number;
263
+ fontSize: string;
264
+ lineHeight: string;
265
+ };
266
+ MonoHeadingMedium: {
267
+ fontFamily: string;
268
+ fontWeight: number;
269
+ fontSize: string;
270
+ lineHeight: string;
271
+ };
272
+ MonoHeadingSmall: {
273
+ fontFamily: string;
274
+ fontWeight: number;
275
+ fontSize: string;
276
+ lineHeight: string;
277
+ };
278
+ MonoHeadingXSmall: {
279
+ fontFamily: string;
280
+ fontWeight: number;
281
+ fontSize: string;
282
+ lineHeight: string;
283
+ };
284
+ MonoLabelLarge: {
285
+ fontFamily: string;
286
+ fontWeight: number;
287
+ fontSize: string;
288
+ lineHeight: string;
289
+ };
290
+ MonoLabelMedium: {
291
+ fontFamily: string;
292
+ fontWeight: number;
293
+ fontSize: string;
294
+ lineHeight: string;
295
+ };
296
+ MonoLabelSmall: {
297
+ fontFamily: string;
298
+ fontWeight: number;
299
+ fontSize: string;
300
+ lineHeight: string;
301
+ };
302
+ MonoLabelXSmall: {
303
+ fontFamily: string;
304
+ fontWeight: number;
305
+ fontSize: string;
306
+ lineHeight: string;
307
+ };
308
+ MonoParagraphLarge: {
309
+ fontFamily: string;
310
+ fontWeight: number;
311
+ fontSize: string;
312
+ lineHeight: string;
313
+ };
314
+ MonoParagraphMedium: {
315
+ fontFamily: string;
316
+ fontWeight: number;
317
+ fontSize: string;
318
+ lineHeight: string;
319
+ };
320
+ MonoParagraphSmall: {
321
+ fontFamily: string;
322
+ fontWeight: number;
323
+ fontSize: string;
324
+ lineHeight: string;
325
+ };
326
+ MonoParagraphXSmall: {
327
+ fontFamily: string;
328
+ fontWeight: number;
329
+ fontSize: string;
330
+ lineHeight: string;
331
+ };
332
+ };
333
+ };
334
+ export default theme;