@metamask-previews/design-tokens 4.1.0-preview.f4da8f1

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 (204) hide show
  1. package/CHANGELOG.md +353 -0
  2. package/LICENSE +20 -0
  3. package/README.md +103 -0
  4. package/dist/index.cjs +10 -0
  5. package/dist/index.cjs.map +1 -0
  6. package/dist/index.d.cts +3 -0
  7. package/dist/index.d.cts.map +1 -0
  8. package/dist/index.d.mts +3 -0
  9. package/dist/index.d.mts.map +1 -0
  10. package/dist/index.mjs +2 -0
  11. package/dist/index.mjs.map +1 -0
  12. package/dist/js/brandColor/brandColor.cjs +190 -0
  13. package/dist/js/brandColor/brandColor.cjs.map +1 -0
  14. package/dist/js/brandColor/brandColor.d.cts +3 -0
  15. package/dist/js/brandColor/brandColor.d.cts.map +1 -0
  16. package/dist/js/brandColor/brandColor.d.mts +3 -0
  17. package/dist/js/brandColor/brandColor.d.mts.map +1 -0
  18. package/dist/js/brandColor/brandColor.mjs +187 -0
  19. package/dist/js/brandColor/brandColor.mjs.map +1 -0
  20. package/dist/js/brandColor/brandColor.types.cjs +3 -0
  21. package/dist/js/brandColor/brandColor.types.cjs.map +1 -0
  22. package/dist/js/brandColor/brandColor.types.d.cts +187 -0
  23. package/dist/js/brandColor/brandColor.types.d.cts.map +1 -0
  24. package/dist/js/brandColor/brandColor.types.d.mts +187 -0
  25. package/dist/js/brandColor/brandColor.types.d.mts.map +1 -0
  26. package/dist/js/brandColor/brandColor.types.mjs +2 -0
  27. package/dist/js/brandColor/brandColor.types.mjs.map +1 -0
  28. package/dist/js/brandColor/index.cjs +6 -0
  29. package/dist/js/brandColor/index.cjs.map +1 -0
  30. package/dist/js/brandColor/index.d.cts +2 -0
  31. package/dist/js/brandColor/index.d.cts.map +1 -0
  32. package/dist/js/brandColor/index.d.mts +2 -0
  33. package/dist/js/brandColor/index.d.mts.map +1 -0
  34. package/dist/js/brandColor/index.mjs +2 -0
  35. package/dist/js/brandColor/index.mjs.map +1 -0
  36. package/dist/js/colors/colors.cjs +17 -0
  37. package/dist/js/colors/colors.cjs.map +1 -0
  38. package/dist/js/colors/colors.d.cts +157 -0
  39. package/dist/js/colors/colors.d.cts.map +1 -0
  40. package/dist/js/colors/colors.d.mts +157 -0
  41. package/dist/js/colors/colors.d.mts.map +1 -0
  42. package/dist/js/colors/colors.mjs +14 -0
  43. package/dist/js/colors/colors.mjs.map +1 -0
  44. package/dist/js/colors/index.cjs +8 -0
  45. package/dist/js/colors/index.cjs.map +1 -0
  46. package/dist/js/colors/index.d.cts +3 -0
  47. package/dist/js/colors/index.d.cts.map +1 -0
  48. package/dist/js/colors/index.d.mts +3 -0
  49. package/dist/js/colors/index.d.mts.map +1 -0
  50. package/dist/js/colors/index.mjs +3 -0
  51. package/dist/js/colors/index.mjs.map +1 -0
  52. package/dist/js/index.cjs +15 -0
  53. package/dist/js/index.cjs.map +1 -0
  54. package/dist/js/index.d.cts +7 -0
  55. package/dist/js/index.d.cts.map +1 -0
  56. package/dist/js/index.d.mts +7 -0
  57. package/dist/js/index.d.mts.map +1 -0
  58. package/dist/js/index.mjs +7 -0
  59. package/dist/js/index.mjs.map +1 -0
  60. package/dist/js/themes/darkTheme/colors.cjs +80 -0
  61. package/dist/js/themes/darkTheme/colors.cjs.map +1 -0
  62. package/dist/js/themes/darkTheme/colors.d.cts +3 -0
  63. package/dist/js/themes/darkTheme/colors.d.cts.map +1 -0
  64. package/dist/js/themes/darkTheme/colors.d.mts +3 -0
  65. package/dist/js/themes/darkTheme/colors.d.mts.map +1 -0
  66. package/dist/js/themes/darkTheme/colors.mjs +77 -0
  67. package/dist/js/themes/darkTheme/colors.mjs.map +1 -0
  68. package/dist/js/themes/darkTheme/darkTheme.cjs +12 -0
  69. package/dist/js/themes/darkTheme/darkTheme.cjs.map +1 -0
  70. package/dist/js/themes/darkTheme/darkTheme.d.cts +3 -0
  71. package/dist/js/themes/darkTheme/darkTheme.d.cts.map +1 -0
  72. package/dist/js/themes/darkTheme/darkTheme.d.mts +3 -0
  73. package/dist/js/themes/darkTheme/darkTheme.d.mts.map +1 -0
  74. package/dist/js/themes/darkTheme/darkTheme.mjs +9 -0
  75. package/dist/js/themes/darkTheme/darkTheme.mjs.map +1 -0
  76. package/dist/js/themes/darkTheme/index.cjs +6 -0
  77. package/dist/js/themes/darkTheme/index.cjs.map +1 -0
  78. package/dist/js/themes/darkTheme/index.d.cts +2 -0
  79. package/dist/js/themes/darkTheme/index.d.cts.map +1 -0
  80. package/dist/js/themes/darkTheme/index.d.mts +2 -0
  81. package/dist/js/themes/darkTheme/index.d.mts.map +1 -0
  82. package/dist/js/themes/darkTheme/index.mjs +2 -0
  83. package/dist/js/themes/darkTheme/index.mjs.map +1 -0
  84. package/dist/js/themes/darkTheme/shadows.cjs +45 -0
  85. package/dist/js/themes/darkTheme/shadows.cjs.map +1 -0
  86. package/dist/js/themes/darkTheme/shadows.d.cts +3 -0
  87. package/dist/js/themes/darkTheme/shadows.d.cts.map +1 -0
  88. package/dist/js/themes/darkTheme/shadows.d.mts +3 -0
  89. package/dist/js/themes/darkTheme/shadows.d.mts.map +1 -0
  90. package/dist/js/themes/darkTheme/shadows.mjs +42 -0
  91. package/dist/js/themes/darkTheme/shadows.mjs.map +1 -0
  92. package/dist/js/themes/index.cjs +8 -0
  93. package/dist/js/themes/index.cjs.map +1 -0
  94. package/dist/js/themes/index.d.cts +4 -0
  95. package/dist/js/themes/index.d.cts.map +1 -0
  96. package/dist/js/themes/index.d.mts +4 -0
  97. package/dist/js/themes/index.d.mts.map +1 -0
  98. package/dist/js/themes/index.mjs +3 -0
  99. package/dist/js/themes/index.mjs.map +1 -0
  100. package/dist/js/themes/lightTheme/colors.cjs +80 -0
  101. package/dist/js/themes/lightTheme/colors.cjs.map +1 -0
  102. package/dist/js/themes/lightTheme/colors.d.cts +3 -0
  103. package/dist/js/themes/lightTheme/colors.d.cts.map +1 -0
  104. package/dist/js/themes/lightTheme/colors.d.mts +3 -0
  105. package/dist/js/themes/lightTheme/colors.d.mts.map +1 -0
  106. package/dist/js/themes/lightTheme/colors.mjs +77 -0
  107. package/dist/js/themes/lightTheme/colors.mjs.map +1 -0
  108. package/dist/js/themes/lightTheme/index.cjs +6 -0
  109. package/dist/js/themes/lightTheme/index.cjs.map +1 -0
  110. package/dist/js/themes/lightTheme/index.d.cts +2 -0
  111. package/dist/js/themes/lightTheme/index.d.cts.map +1 -0
  112. package/dist/js/themes/lightTheme/index.d.mts +2 -0
  113. package/dist/js/themes/lightTheme/index.d.mts.map +1 -0
  114. package/dist/js/themes/lightTheme/index.mjs +2 -0
  115. package/dist/js/themes/lightTheme/index.mjs.map +1 -0
  116. package/dist/js/themes/lightTheme/lightTheme.cjs +12 -0
  117. package/dist/js/themes/lightTheme/lightTheme.cjs.map +1 -0
  118. package/dist/js/themes/lightTheme/lightTheme.d.cts +3 -0
  119. package/dist/js/themes/lightTheme/lightTheme.d.cts.map +1 -0
  120. package/dist/js/themes/lightTheme/lightTheme.d.mts +3 -0
  121. package/dist/js/themes/lightTheme/lightTheme.d.mts.map +1 -0
  122. package/dist/js/themes/lightTheme/lightTheme.mjs +9 -0
  123. package/dist/js/themes/lightTheme/lightTheme.mjs.map +1 -0
  124. package/dist/js/themes/lightTheme/shadows.cjs +45 -0
  125. package/dist/js/themes/lightTheme/shadows.cjs.map +1 -0
  126. package/dist/js/themes/lightTheme/shadows.d.cts +3 -0
  127. package/dist/js/themes/lightTheme/shadows.d.cts.map +1 -0
  128. package/dist/js/themes/lightTheme/shadows.d.mts +3 -0
  129. package/dist/js/themes/lightTheme/shadows.d.mts.map +1 -0
  130. package/dist/js/themes/lightTheme/shadows.mjs +42 -0
  131. package/dist/js/themes/lightTheme/shadows.mjs.map +1 -0
  132. package/dist/js/themes/types.cjs +3 -0
  133. package/dist/js/themes/types.cjs.map +1 -0
  134. package/dist/js/themes/types.d.cts +248 -0
  135. package/dist/js/themes/types.d.cts.map +1 -0
  136. package/dist/js/themes/types.d.mts +248 -0
  137. package/dist/js/themes/types.d.mts.map +1 -0
  138. package/dist/js/themes/types.mjs +2 -0
  139. package/dist/js/themes/types.mjs.map +1 -0
  140. package/dist/js/typography/fontFamilies.cjs +7 -0
  141. package/dist/js/typography/fontFamilies.cjs.map +1 -0
  142. package/dist/js/typography/fontFamilies.d.cts +4 -0
  143. package/dist/js/typography/fontFamilies.d.cts.map +1 -0
  144. package/dist/js/typography/fontFamilies.d.mts +4 -0
  145. package/dist/js/typography/fontFamilies.d.mts.map +1 -0
  146. package/dist/js/typography/fontFamilies.mjs +4 -0
  147. package/dist/js/typography/fontFamilies.mjs.map +1 -0
  148. package/dist/js/typography/fontSizes.cjs +14 -0
  149. package/dist/js/typography/fontSizes.cjs.map +1 -0
  150. package/dist/js/typography/fontSizes.d.cts +11 -0
  151. package/dist/js/typography/fontSizes.d.cts.map +1 -0
  152. package/dist/js/typography/fontSizes.d.mts +11 -0
  153. package/dist/js/typography/fontSizes.d.mts.map +1 -0
  154. package/dist/js/typography/fontSizes.mjs +11 -0
  155. package/dist/js/typography/fontSizes.mjs.map +1 -0
  156. package/dist/js/typography/fontWeights.cjs +9 -0
  157. package/dist/js/typography/fontWeights.cjs.map +1 -0
  158. package/dist/js/typography/fontWeights.d.cts +6 -0
  159. package/dist/js/typography/fontWeights.d.cts.map +1 -0
  160. package/dist/js/typography/fontWeights.d.mts +6 -0
  161. package/dist/js/typography/fontWeights.d.mts.map +1 -0
  162. package/dist/js/typography/fontWeights.mjs +6 -0
  163. package/dist/js/typography/fontWeights.mjs.map +1 -0
  164. package/dist/js/typography/index.cjs +6 -0
  165. package/dist/js/typography/index.cjs.map +1 -0
  166. package/dist/js/typography/index.d.cts +3 -0
  167. package/dist/js/typography/index.d.cts.map +1 -0
  168. package/dist/js/typography/index.d.mts +3 -0
  169. package/dist/js/typography/index.d.mts.map +1 -0
  170. package/dist/js/typography/index.mjs +2 -0
  171. package/dist/js/typography/index.mjs.map +1 -0
  172. package/dist/js/typography/letterSpacing.cjs +8 -0
  173. package/dist/js/typography/letterSpacing.cjs.map +1 -0
  174. package/dist/js/typography/letterSpacing.d.cts +5 -0
  175. package/dist/js/typography/letterSpacing.d.cts.map +1 -0
  176. package/dist/js/typography/letterSpacing.d.mts +5 -0
  177. package/dist/js/typography/letterSpacing.d.mts.map +1 -0
  178. package/dist/js/typography/letterSpacing.mjs +5 -0
  179. package/dist/js/typography/letterSpacing.mjs.map +1 -0
  180. package/dist/js/typography/lineHeights.cjs +13 -0
  181. package/dist/js/typography/lineHeights.cjs.map +1 -0
  182. package/dist/js/typography/lineHeights.d.cts +10 -0
  183. package/dist/js/typography/lineHeights.d.cts.map +1 -0
  184. package/dist/js/typography/lineHeights.d.mts +10 -0
  185. package/dist/js/typography/lineHeights.d.mts.map +1 -0
  186. package/dist/js/typography/lineHeights.mjs +10 -0
  187. package/dist/js/typography/lineHeights.mjs.map +1 -0
  188. package/dist/js/typography/types.cjs +3 -0
  189. package/dist/js/typography/types.cjs.map +1 -0
  190. package/dist/js/typography/types.d.cts +39 -0
  191. package/dist/js/typography/types.d.cts.map +1 -0
  192. package/dist/js/typography/types.d.mts +39 -0
  193. package/dist/js/typography/types.d.mts.map +1 -0
  194. package/dist/js/typography/types.mjs +2 -0
  195. package/dist/js/typography/types.mjs.map +1 -0
  196. package/dist/js/typography/typography.cjs +216 -0
  197. package/dist/js/typography/typography.cjs.map +1 -0
  198. package/dist/js/typography/typography.d.cts +3 -0
  199. package/dist/js/typography/typography.d.cts.map +1 -0
  200. package/dist/js/typography/typography.d.mts +3 -0
  201. package/dist/js/typography/typography.d.mts.map +1 -0
  202. package/dist/js/typography/typography.mjs +213 -0
  203. package/dist/js/typography/typography.mjs.map +1 -0
  204. package/package.json +70 -0
@@ -0,0 +1,248 @@
1
+ import type { ThemeTypography } from "../typography/index.mjs";
2
+ type ShadowShape = {
3
+ shadowColor: string;
4
+ shadowOffset: {
5
+ width: number;
6
+ height: number;
7
+ };
8
+ shadowOpacity: number;
9
+ shadowRadius: number;
10
+ };
11
+ type ShadowSizes = {
12
+ xs: ShadowShape;
13
+ sm: ShadowShape;
14
+ md: ShadowShape;
15
+ lg: ShadowShape;
16
+ };
17
+ export type ThemeShadows = {
18
+ size: ShadowSizes;
19
+ };
20
+ export type ThemeColors = {
21
+ background: {
22
+ /**
23
+ * {string} background.default - For default neutral backgrounds
24
+ */
25
+ default: string;
26
+ /**
27
+ * {string} background.defaultHover - For component hover states that use background/default
28
+ */
29
+ defaultHover: string;
30
+ /**
31
+ * {string} background.defaultPressed - For component pressed states that use background/default.
32
+ */
33
+ defaultPressed: string;
34
+ /**
35
+ * {string} background.alternative - For a subtle contrast option for neutral backgrounds. (Example: backdrop, header background)
36
+ */
37
+ alternative: string;
38
+ /**
39
+ * {string} background.alternativeHover - For component hover states that use background/alternative
40
+ */
41
+ alternativeHover: string;
42
+ /**
43
+ * {string} background.alternativePressed - For component pressed states that use background/alternative
44
+ */
45
+ alternativePressed: string;
46
+ /**
47
+ * {string} background.hover - For component hover states that don't have a background color
48
+ */
49
+ hover: string;
50
+ /**
51
+ * {string} background.pressed - For component pressed states that don't have a background color
52
+ */
53
+ pressed: string;
54
+ };
55
+ text: {
56
+ /**
57
+ * {string} text.default - For general text that takes main priority in the information hierarchy
58
+ */
59
+ default: string;
60
+ /**
61
+ * {string} text.alternative - For a weaker contrast option for neutral text
62
+ */
63
+ alternative: string;
64
+ /**
65
+ * {string} text.muted - For inactive or lowest priority text. (Example: placeholder)
66
+ */
67
+ muted: string;
68
+ };
69
+ icon: {
70
+ /**
71
+ * {string} icon.default - For default neutral icons
72
+ */
73
+ default: string;
74
+ /**
75
+ * {string} icon.alternative - For a weaker contrast option for neutral icons
76
+ */
77
+ alternative: string;
78
+ /**
79
+ * {string} icon.muted - For inactive or lowest priority icons
80
+ */
81
+ muted: string;
82
+ };
83
+ border: {
84
+ /**
85
+ * {string} border.default - For default neutral borders with visible contrast. (Example: text inputs)
86
+ */
87
+ default: string;
88
+ /**
89
+ * {string} border.muted - For a weaker contrast option for neutral borders.
90
+ */
91
+ muted: string;
92
+ };
93
+ overlay: {
94
+ /**
95
+ * {string} overlay.default - For shading layers behind modality screens
96
+ */
97
+ default: string;
98
+ /**
99
+ * {string} overlay.alternative - For a stronger shade of screen
100
+ */
101
+ alternative: string;
102
+ /**
103
+ * {string} overlay.inverse - For elements used on top of overlay/alternative. Used for text, icon or border
104
+ */
105
+ inverse: string;
106
+ };
107
+ shadow: {
108
+ /**
109
+ * {string} shadow.default - For neutral drop shadow color.
110
+ */
111
+ default: string;
112
+ /**
113
+ * {string} shadow.primary - For primary drop shadow color.
114
+ */
115
+ primary: string;
116
+ /**
117
+ * {string} shadow.default - For critical/danger drop shadow color.
118
+ */
119
+ error: string;
120
+ };
121
+ primary: {
122
+ /**
123
+ * {string} primary.default - For primary user action related elements
124
+ */
125
+ default: string;
126
+ /**
127
+ * {string} defaultHover - For the "hover" state of interactive elements
128
+ */
129
+ defaultHover: string;
130
+ /**
131
+ * {string} defaultPressed - For the "pressed" state of interactive elements
132
+ */
133
+ defaultPressed: string;
134
+ /**
135
+ * {string} primary.alternative - For the \"pressed\" state of interactive primary elements
136
+ */
137
+ alternative: string;
138
+ /**
139
+ * {string} primary.muted - For lowest contrast background used in primary elements
140
+ */
141
+ muted: string;
142
+ /**
143
+ * {string} primary.inverse - For elements used on top of primary/default. (Example: label of primary button, check in a checkbox)disabled state
144
+ */
145
+ inverse: string;
146
+ };
147
+ error: {
148
+ /**
149
+ * {string} error.default - For high-level alert danger/critical elements. Used for text, background, icon or border
150
+ */
151
+ default: string;
152
+ /**
153
+ * {string} defaultHover - For the "hover" state of interactive elements
154
+ */
155
+ defaultHover: string;
156
+ /**
157
+ * {string} defaultPressed - For the "pressed" state of interactive elements
158
+ */
159
+ defaultPressed: string;
160
+ /**
161
+ * {string} error.alternative - For the \"pressed\" state of interactive danger/critical elements
162
+ */
163
+ alternative: string;
164
+ /**
165
+ * {string} error.muted - For lowest contrast background used in high-level alert danger/critical elements. (Example: notification background)
166
+ */
167
+ muted: string;
168
+ /**
169
+ * {string} error.inverse - For elements used on top of error/default (Example: label of danger/critical button)
170
+ */
171
+ inverse: string;
172
+ };
173
+ warning: {
174
+ /**
175
+ * {string} warning.muted - For lowest contrast background used in warning elements. (Example: notification background)
176
+ */
177
+ default: string;
178
+ /**
179
+ * {string} defaultHover - For the "hover" state of interactive elements
180
+ */
181
+ defaultHover: string;
182
+ /**
183
+ * {string} defaultPressed - For the "pressed" state of interactive elements
184
+ */
185
+ defaultPressed: string;
186
+ /**
187
+ * {string} warning.muted - For lowest contrast background used in warning elements. (Example: notification background)
188
+ */
189
+ muted: string;
190
+ /**
191
+ * {string} warning.inverse - For elements used on top of warning/default. Used for text, icon or border
192
+ */
193
+ inverse: string;
194
+ };
195
+ success: {
196
+ /**
197
+ * {string} success.default - For positive & good semantic elements. Used for text, background, icon or border
198
+ */
199
+ default: string;
200
+ /**
201
+ * {string} defaultHover - For the "hover" state of interactive elements
202
+ */
203
+ defaultHover: string;
204
+ /**
205
+ * {string} defaultPressed - For the "pressed" state of interactive elements
206
+ */
207
+ defaultPressed: string;
208
+ /**
209
+ * {string} success.muted - For lowest contrast background used in success semantic. (Example: notification background)
210
+ */
211
+ muted: string;
212
+ /**
213
+ * {string} success.inverse - For elements used on top of success/default. Used for text, icon or border
214
+ */
215
+ inverse: string;
216
+ };
217
+ info: {
218
+ /**
219
+ * {string} info.default - For informational semantic elements. Used for text, background, icon or border
220
+ */
221
+ default: string;
222
+ /**
223
+ * {string} info.muted - For lowest contrast background used in informational semantic. (Example: notification background)
224
+ */
225
+ muted: string;
226
+ /**
227
+ * {string} info.inverse - For elements used on top of info/default. Used for text, icon or border
228
+ */
229
+ inverse: string;
230
+ };
231
+ flask: {
232
+ /**
233
+ * {string} flask.default - For Flask colored elements
234
+ */
235
+ default: string;
236
+ /**
237
+ * {string} flask.inverse - For elements used on top of flask/default
238
+ */
239
+ inverse: string;
240
+ };
241
+ };
242
+ export type Theme = {
243
+ colors: ThemeColors;
244
+ typography: ThemeTypography;
245
+ shadows: ThemeShadows;
246
+ };
247
+ export {};
248
+ //# sourceMappingURL=types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../../src/js/themes/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.mjs","sourceRoot":"","sources":["../../../src/js/themes/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ThemeTypography } from '../typography';\n\ntype ShadowShape = {\n shadowColor: string;\n shadowOffset: {\n width: number;\n height: number;\n };\n shadowOpacity: number;\n shadowRadius: number;\n};\n\ntype ShadowSizes = {\n xs: ShadowShape;\n sm: ShadowShape;\n md: ShadowShape;\n lg: ShadowShape;\n};\n\nexport type ThemeShadows = {\n size: ShadowSizes;\n};\n\nexport type ThemeColors = {\n background: {\n /**\n * {string} background.default - For default neutral backgrounds\n */\n default: string;\n /**\n * {string} background.defaultHover - For component hover states that use background/default\n */\n defaultHover: string;\n /**\n * {string} background.defaultPressed - For component pressed states that use background/default.\n */\n defaultPressed: string;\n /**\n * {string} background.alternative - For a subtle contrast option for neutral backgrounds. (Example: backdrop, header background)\n */\n alternative: string;\n /**\n * {string} background.alternativeHover - For component hover states that use background/alternative\n */\n alternativeHover: string;\n /**\n * {string} background.alternativePressed - For component pressed states that use background/alternative\n */\n alternativePressed: string;\n /**\n * {string} background.hover - For component hover states that don't have a background color\n */\n hover: string;\n /**\n * {string} background.pressed - For component pressed states that don't have a background color\n */\n pressed: string;\n };\n text: {\n /**\n * {string} text.default - For general text that takes main priority in the information hierarchy\n */\n default: string;\n /**\n * {string} text.alternative - For a weaker contrast option for neutral text\n */\n alternative: string;\n /**\n * {string} text.muted - For inactive or lowest priority text. (Example: placeholder)\n */\n muted: string;\n };\n icon: {\n /**\n * {string} icon.default - For default neutral icons\n */\n default: string;\n /**\n * {string} icon.alternative - For a weaker contrast option for neutral icons\n */\n alternative: string;\n /**\n * {string} icon.muted - For inactive or lowest priority icons\n */\n muted: string;\n };\n border: {\n /**\n * {string} border.default - For default neutral borders with visible contrast. (Example: text inputs)\n */\n default: string;\n /**\n * {string} border.muted - For a weaker contrast option for neutral borders.\n */\n muted: string;\n };\n overlay: {\n /**\n * {string} overlay.default - For shading layers behind modality screens\n */\n default: string;\n /**\n * {string} overlay.alternative - For a stronger shade of screen\n */\n alternative: string;\n /**\n * {string} overlay.inverse - For elements used on top of overlay/alternative. Used for text, icon or border\n */\n inverse: string;\n };\n shadow: {\n /**\n * {string} shadow.default - For neutral drop shadow color.\n */\n default: string;\n /**\n * {string} shadow.primary - For primary drop shadow color.\n */\n primary: string;\n /**\n * {string} shadow.default - For critical/danger drop shadow color.\n */\n error: string;\n };\n primary: {\n /**\n * {string} primary.default - For primary user action related elements\n */\n default: string;\n /**\n * {string} defaultHover - For the \"hover\" state of interactive elements\n */\n defaultHover: string;\n /**\n * {string} defaultPressed - For the \"pressed\" state of interactive elements\n */\n defaultPressed: string;\n /**\n * {string} primary.alternative - For the \\\"pressed\\\" state of interactive primary elements\n */\n alternative: string;\n /**\n * {string} primary.muted - For lowest contrast background used in primary elements\n */\n muted: string;\n /**\n * {string} primary.inverse - For elements used on top of primary/default. (Example: label of primary button, check in a checkbox)disabled state\n */\n inverse: string;\n };\n error: {\n /**\n * {string} error.default - For high-level alert danger/critical elements. Used for text, background, icon or border\n */\n default: string;\n /**\n * {string} defaultHover - For the \"hover\" state of interactive elements\n */\n defaultHover: string;\n /**\n * {string} defaultPressed - For the \"pressed\" state of interactive elements\n */\n defaultPressed: string;\n /**\n * {string} error.alternative - For the \\\"pressed\\\" state of interactive danger/critical elements\n */\n alternative: string;\n /**\n * {string} error.muted - For lowest contrast background used in high-level alert danger/critical elements. (Example: notification background)\n */\n muted: string;\n /**\n * {string} error.inverse - For elements used on top of error/default (Example: label of danger/critical button)\n */\n inverse: string;\n };\n warning: {\n /**\n * {string} warning.muted - For lowest contrast background used in warning elements. (Example: notification background)\n */\n default: string;\n /**\n * {string} defaultHover - For the \"hover\" state of interactive elements\n */\n defaultHover: string;\n /**\n * {string} defaultPressed - For the \"pressed\" state of interactive elements\n */\n defaultPressed: string;\n /**\n * {string} warning.muted - For lowest contrast background used in warning elements. (Example: notification background)\n */\n muted: string;\n /**\n * {string} warning.inverse - For elements used on top of warning/default. Used for text, icon or border\n */\n inverse: string;\n };\n success: {\n /**\n * {string} success.default - For positive & good semantic elements. Used for text, background, icon or border\n */\n default: string;\n /**\n * {string} defaultHover - For the \"hover\" state of interactive elements\n */\n defaultHover: string;\n /**\n * {string} defaultPressed - For the \"pressed\" state of interactive elements\n */\n defaultPressed: string;\n /**\n * {string} success.muted - For lowest contrast background used in success semantic. (Example: notification background)\n */\n muted: string;\n /**\n * {string} success.inverse - For elements used on top of success/default. Used for text, icon or border\n */\n inverse: string;\n };\n info: {\n /**\n * {string} info.default - For informational semantic elements. Used for text, background, icon or border\n */\n default: string;\n /**\n * {string} info.muted - For lowest contrast background used in informational semantic. (Example: notification background)\n */\n muted: string;\n /**\n * {string} info.inverse - For elements used on top of info/default. Used for text, icon or border\n */\n inverse: string;\n };\n flask: {\n /**\n * {string} flask.default - For Flask colored elements\n */\n default: string;\n /**\n * {string} flask.inverse - For elements used on top of flask/default\n */\n inverse: string;\n };\n};\n\nexport type Theme = {\n colors: ThemeColors;\n typography: ThemeTypography;\n shadows: ThemeShadows;\n};\n"]}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fontFamilies = void 0;
4
+ exports.fontFamilies = {
5
+ euclidCircularB: 'Euclid Circular B',
6
+ };
7
+ //# sourceMappingURL=fontFamilies.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamilies.cjs","sourceRoot":"","sources":["../../../src/js/typography/fontFamilies.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,eAAe,EAAE,mBAAmB;CACrC,CAAC","sourcesContent":["export const fontFamilies = {\n euclidCircularB: 'Euclid Circular B',\n};\n"]}
@@ -0,0 +1,4 @@
1
+ export declare const fontFamilies: {
2
+ euclidCircularB: string;
3
+ };
4
+ //# sourceMappingURL=fontFamilies.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamilies.d.cts","sourceRoot":"","sources":["../../../src/js/typography/fontFamilies.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;CAExB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const fontFamilies: {
2
+ euclidCircularB: string;
3
+ };
4
+ //# sourceMappingURL=fontFamilies.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamilies.d.mts","sourceRoot":"","sources":["../../../src/js/typography/fontFamilies.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;CAExB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export const fontFamilies = {
2
+ euclidCircularB: 'Euclid Circular B',
3
+ };
4
+ //# sourceMappingURL=fontFamilies.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamilies.mjs","sourceRoot":"","sources":["../../../src/js/typography/fontFamilies.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,eAAe,EAAE,mBAAmB;CACrC,CAAC","sourcesContent":["export const fontFamilies = {\n euclidCircularB: 'Euclid Circular B',\n};\n"]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fontSizes = void 0;
4
+ exports.fontSizes = {
5
+ fontSize1: 10,
6
+ fontSize2: 12,
7
+ fontSize3: 14,
8
+ fontSize4: 16,
9
+ fontSize5: 18,
10
+ fontSize6: 24,
11
+ fontSize7: 32,
12
+ fontSize8: 48,
13
+ };
14
+ //# sourceMappingURL=fontSizes.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontSizes.cjs","sourceRoot":"","sources":["../../../src/js/typography/fontSizes.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;CACd,CAAC","sourcesContent":["export const fontSizes = {\n fontSize1: 10,\n fontSize2: 12,\n fontSize3: 14,\n fontSize4: 16,\n fontSize5: 18,\n fontSize6: 24,\n fontSize7: 32,\n fontSize8: 48,\n};\n"]}
@@ -0,0 +1,11 @@
1
+ export declare const fontSizes: {
2
+ fontSize1: number;
3
+ fontSize2: number;
4
+ fontSize3: number;
5
+ fontSize4: number;
6
+ fontSize5: number;
7
+ fontSize6: number;
8
+ fontSize7: number;
9
+ fontSize8: number;
10
+ };
11
+ //# sourceMappingURL=fontSizes.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontSizes.d.cts","sourceRoot":"","sources":["../../../src/js/typography/fontSizes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;CASrB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export declare const fontSizes: {
2
+ fontSize1: number;
3
+ fontSize2: number;
4
+ fontSize3: number;
5
+ fontSize4: number;
6
+ fontSize5: number;
7
+ fontSize6: number;
8
+ fontSize7: number;
9
+ fontSize8: number;
10
+ };
11
+ //# sourceMappingURL=fontSizes.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontSizes.d.mts","sourceRoot":"","sources":["../../../src/js/typography/fontSizes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;CASrB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export const fontSizes = {
2
+ fontSize1: 10,
3
+ fontSize2: 12,
4
+ fontSize3: 14,
5
+ fontSize4: 16,
6
+ fontSize5: 18,
7
+ fontSize6: 24,
8
+ fontSize7: 32,
9
+ fontSize8: 48,
10
+ };
11
+ //# sourceMappingURL=fontSizes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontSizes.mjs","sourceRoot":"","sources":["../../../src/js/typography/fontSizes.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;CACd,CAAC","sourcesContent":["export const fontSizes = {\n fontSize1: 10,\n fontSize2: 12,\n fontSize3: 14,\n fontSize4: 16,\n fontSize5: 18,\n fontSize6: 24,\n fontSize7: 32,\n fontSize8: 48,\n};\n"]}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fontWeights = void 0;
4
+ exports.fontWeights = {
5
+ regular: '400',
6
+ medium: '500',
7
+ bold: '700',
8
+ };
9
+ //# sourceMappingURL=fontWeights.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontWeights.cjs","sourceRoot":"","sources":["../../../src/js/typography/fontWeights.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,KAAK;CACZ,CAAC","sourcesContent":["export const fontWeights = {\n regular: '400',\n medium: '500',\n bold: '700',\n};\n"]}
@@ -0,0 +1,6 @@
1
+ export declare const fontWeights: {
2
+ regular: string;
3
+ medium: string;
4
+ bold: string;
5
+ };
6
+ //# sourceMappingURL=fontWeights.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontWeights.d.cts","sourceRoot":"","sources":["../../../src/js/typography/fontWeights.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;CAIvB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const fontWeights: {
2
+ regular: string;
3
+ medium: string;
4
+ bold: string;
5
+ };
6
+ //# sourceMappingURL=fontWeights.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontWeights.d.mts","sourceRoot":"","sources":["../../../src/js/typography/fontWeights.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;CAIvB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export const fontWeights = {
2
+ regular: '400',
3
+ medium: '500',
4
+ bold: '700',
5
+ };
6
+ //# sourceMappingURL=fontWeights.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontWeights.mjs","sourceRoot":"","sources":["../../../src/js/typography/fontWeights.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,KAAK;CACZ,CAAC","sourcesContent":["export const fontWeights = {\n regular: '400',\n medium: '500',\n bold: '700',\n};\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.typography = void 0;
4
+ var typography_1 = require("./typography.cjs");
5
+ Object.defineProperty(exports, "typography", { enumerable: true, get: function () { return typography_1.typography; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/js/typography/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { typography } from './typography';\nexport type { ThemeTypography } from './types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { typography } from "./typography.cjs";
2
+ export type { ThemeTypography } from "./types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/js/typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,oBAAgB"}
@@ -0,0 +1,3 @@
1
+ export { typography } from "./typography.mjs";
2
+ export type { ThemeTypography } from "./types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/js/typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,oBAAgB"}
@@ -0,0 +1,2 @@
1
+ export { typography } from "./typography.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/js/typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { typography } from './typography';\nexport type { ThemeTypography } from './types';\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.letterSpacing = void 0;
4
+ exports.letterSpacing = {
5
+ letterSpacing0: 0,
6
+ letterSpacing1: 0.25,
7
+ };
8
+ //# sourceMappingURL=letterSpacing.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"letterSpacing.cjs","sourceRoot":"","sources":["../../../src/js/typography/letterSpacing.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;IAC3B,cAAc,EAAE,CAAC;IACjB,cAAc,EAAE,IAAI;CACrB,CAAC","sourcesContent":["export const letterSpacing = {\n letterSpacing0: 0,\n letterSpacing1: 0.25,\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export declare const letterSpacing: {
2
+ letterSpacing0: number;
3
+ letterSpacing1: number;
4
+ };
5
+ //# sourceMappingURL=letterSpacing.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"letterSpacing.d.cts","sourceRoot":"","sources":["../../../src/js/typography/letterSpacing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;CAGzB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const letterSpacing: {
2
+ letterSpacing0: number;
3
+ letterSpacing1: number;
4
+ };
5
+ //# sourceMappingURL=letterSpacing.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"letterSpacing.d.mts","sourceRoot":"","sources":["../../../src/js/typography/letterSpacing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;CAGzB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export const letterSpacing = {
2
+ letterSpacing0: 0,
3
+ letterSpacing1: 0.25,
4
+ };
5
+ //# sourceMappingURL=letterSpacing.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"letterSpacing.mjs","sourceRoot":"","sources":["../../../src/js/typography/letterSpacing.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,cAAc,EAAE,CAAC;IACjB,cAAc,EAAE,IAAI;CACrB,CAAC","sourcesContent":["export const letterSpacing = {\n letterSpacing0: 0,\n letterSpacing1: 0.25,\n};\n"]}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.lineHeights = void 0;
4
+ exports.lineHeights = {
5
+ lineHeight1: 16,
6
+ lineHeight2: 20,
7
+ lineHeight3: 22,
8
+ lineHeight4: 24,
9
+ lineHeight5: 32,
10
+ lineHeight6: 40,
11
+ lineHeight7: 56,
12
+ };
13
+ //# sourceMappingURL=lineHeights.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lineHeights.cjs","sourceRoot":"","sources":["../../../src/js/typography/lineHeights.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;CAChB,CAAC","sourcesContent":["export const lineHeights = {\n lineHeight1: 16,\n lineHeight2: 20,\n lineHeight3: 22,\n lineHeight4: 24,\n lineHeight5: 32,\n lineHeight6: 40,\n lineHeight7: 56,\n};\n"]}
@@ -0,0 +1,10 @@
1
+ export declare const lineHeights: {
2
+ lineHeight1: number;
3
+ lineHeight2: number;
4
+ lineHeight3: number;
5
+ lineHeight4: number;
6
+ lineHeight5: number;
7
+ lineHeight6: number;
8
+ lineHeight7: number;
9
+ };
10
+ //# sourceMappingURL=lineHeights.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lineHeights.d.cts","sourceRoot":"","sources":["../../../src/js/typography/lineHeights.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;CAQvB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const lineHeights: {
2
+ lineHeight1: number;
3
+ lineHeight2: number;
4
+ lineHeight3: number;
5
+ lineHeight4: number;
6
+ lineHeight5: number;
7
+ lineHeight6: number;
8
+ lineHeight7: number;
9
+ };
10
+ //# sourceMappingURL=lineHeights.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lineHeights.d.mts","sourceRoot":"","sources":["../../../src/js/typography/lineHeights.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;CAQvB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const lineHeights = {
2
+ lineHeight1: 16,
3
+ lineHeight2: 20,
4
+ lineHeight3: 22,
5
+ lineHeight4: 24,
6
+ lineHeight5: 32,
7
+ lineHeight6: 40,
8
+ lineHeight7: 56,
9
+ };
10
+ //# sourceMappingURL=lineHeights.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lineHeights.mjs","sourceRoot":"","sources":["../../../src/js/typography/lineHeights.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;CAChB,CAAC","sourcesContent":["export const lineHeights = {\n lineHeight1: 16,\n lineHeight2: 20,\n lineHeight3: 22,\n lineHeight4: 24,\n lineHeight5: 32,\n lineHeight6: 40,\n lineHeight7: 56,\n};\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.cjs","sourceRoot":"","sources":["../../../src/js/typography/types.ts"],"names":[],"mappings":"","sourcesContent":["type TypeStyle = {\n fontFamily: string;\n fontSize: number;\n fontWeight: string;\n lineHeight: number;\n letterSpacing: number;\n};\n\nexport type ThemeTypography = {\n sDisplayMD: TypeStyle;\n sHeadingLG: TypeStyle;\n sHeadingMD: TypeStyle;\n sHeadingSMRegular: TypeStyle;\n sHeadingSM: TypeStyle;\n sBodyLGMedium: TypeStyle;\n sBodyMD: TypeStyle;\n sBodyMDMedium: TypeStyle;\n sBodyMDBold: TypeStyle;\n sBodySM: TypeStyle;\n sBodySMMedium: TypeStyle;\n sBodySMBold: TypeStyle;\n sBodyXS: TypeStyle;\n sBodyXSMedium: TypeStyle;\n lDisplayMD: TypeStyle;\n lHeadingLG: TypeStyle;\n lHeadingMD: TypeStyle;\n lHeadingSMRegular: TypeStyle;\n lHeadingSM: TypeStyle;\n lBodyLGMedium: TypeStyle;\n lBodyMD: TypeStyle;\n lBodyMDMedium: TypeStyle;\n lBodyMDBold: TypeStyle;\n lBodySM: TypeStyle;\n lBodySMMedium: TypeStyle;\n lBodySMBold: TypeStyle;\n lBodyXS: TypeStyle;\n lBodyXSMedium: TypeStyle;\n};\n"]}