@social-mail/social-mail-client 1.8.445 → 1.9.3

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 (202) hide show
  1. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  2. package/dist/site-editor/editor/HtmlPageEditor.js +6 -0
  3. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  4. package/dist/site-editor/editor/ui/SelectionUI.js +1 -1
  5. package/dist/site-editor/editor/ui/SelectionUI.js.map +1 -1
  6. package/dist/site-editor/properties/groups/ChildSizeGroupEditor.d.ts.map +1 -1
  7. package/dist/site-editor/properties/groups/ChildSizeGroupEditor.js +0 -27
  8. package/dist/site-editor/properties/groups/ChildSizeGroupEditor.js.map +1 -1
  9. package/dist/site-editor/properties/groups/ImageEditor.d.ts.map +1 -1
  10. package/dist/site-editor/properties/groups/ImageEditor.js +0 -3
  11. package/dist/site-editor/properties/groups/ImageEditor.js.map +1 -1
  12. package/dist/site-editor/properties/groups/PositionGroupEditor.d.ts.map +1 -1
  13. package/dist/site-editor/properties/groups/PositionGroupEditor.js +0 -3
  14. package/dist/site-editor/properties/groups/PositionGroupEditor.js.map +1 -1
  15. package/dist/site-editor/properties/groups/SizeGroupEditor.d.ts.map +1 -1
  16. package/dist/site-editor/properties/groups/SizeGroupEditor.js +0 -27
  17. package/dist/site-editor/properties/groups/SizeGroupEditor.js.map +1 -1
  18. package/dist/site-editor/properties/groups/TextPropertyEditor.d.ts.map +1 -1
  19. package/dist/site-editor/properties/groups/TextPropertyEditor.js +0 -3
  20. package/dist/site-editor/properties/groups/TextPropertyEditor.js.map +1 -1
  21. package/dist/site-editor/properties/groups/TransformGroupEditor.d.ts.map +1 -1
  22. package/dist/site-editor/properties/groups/TransformGroupEditor.js +0 -15
  23. package/dist/site-editor/properties/groups/TransformGroupEditor.js.map +1 -1
  24. package/dist/site-editor/suggestions/editorSuggestions.d.ts +0 -84
  25. package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
  26. package/dist/site-editor/suggestions/properties/image.d.ts +0 -4
  27. package/dist/site-editor/suggestions/properties/image.d.ts.map +1 -1
  28. package/dist/site-editor/suggestions/properties/image.js +0 -1
  29. package/dist/site-editor/suggestions/properties/image.js.map +1 -1
  30. package/dist/site-editor/suggestions/properties/position.d.ts +0 -5
  31. package/dist/site-editor/suggestions/properties/position.d.ts.map +1 -1
  32. package/dist/site-editor/suggestions/properties/position.js +0 -1
  33. package/dist/site-editor/suggestions/properties/position.js.map +1 -1
  34. package/dist/site-editor/suggestions/properties/size.d.ts +0 -60
  35. package/dist/site-editor/suggestions/properties/size.d.ts.map +1 -1
  36. package/dist/site-editor/suggestions/properties/size.js +0 -12
  37. package/dist/site-editor/suggestions/properties/size.js.map +1 -1
  38. package/dist/site-editor/suggestions/properties/text.d.ts +0 -5
  39. package/dist/site-editor/suggestions/properties/text.d.ts.map +1 -1
  40. package/dist/site-editor/suggestions/properties/text.js +0 -1
  41. package/dist/site-editor/suggestions/properties/text.js.map +1 -1
  42. package/dist/site-editor/suggestions/properties/transform.d.ts +0 -10
  43. package/dist/site-editor/suggestions/properties/transform.d.ts.map +1 -1
  44. package/dist/site-editor/suggestions/properties/transform.js +0 -2
  45. package/dist/site-editor/suggestions/properties/transform.js.map +1 -1
  46. package/dist/site-editor-app/SiteEditorApp.pack.js +7 -96
  47. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  48. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  49. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  50. package/dist/tsconfig.tsbuildinfo +1 -1
  51. package/package.json +1 -1
  52. package/src/site-editor/editor/HtmlPageEditor.tsx +8 -0
  53. package/src/site-editor/editor/ui/SelectionUI.tsx +1 -1
  54. package/src/site-editor/properties/groups/ChildSizeGroupEditor.tsx +0 -24
  55. package/src/site-editor/properties/groups/ImageEditor.tsx +0 -3
  56. package/src/site-editor/properties/groups/PositionGroupEditor.tsx +0 -5
  57. package/src/site-editor/properties/groups/SizeGroupEditor.tsx +0 -39
  58. package/src/site-editor/properties/groups/TextPropertyEditor.tsx +0 -4
  59. package/src/site-editor/properties/groups/TransformGroupEditor.tsx +0 -5
  60. package/src/site-editor/suggestions/properties/image.ts +0 -1
  61. package/src/site-editor/suggestions/properties/position.ts +0 -1
  62. package/src/site-editor/suggestions/properties/size.ts +0 -14
  63. package/src/site-editor/suggestions/properties/text.ts +0 -1
  64. package/src/site-editor/suggestions/properties/transform.ts +0 -2
  65. package/styler-lite/styler.css +1 -1
  66. package/styler-lite/styler.css.map +1 -1
  67. package/styler-lite/styles/layouts/canvas.css +3 -3
  68. package/styler-lite/styles/properties/effects/transform.css +1 -26
  69. package/styler-lite/styles/properties/image/image.css +1 -8
  70. package/styler-lite/styles/properties/position/position.css +1 -7
  71. package/styler-lite/styles/properties/size/size.css +1 -54
  72. package/styler-lite/styles/properties/text/text.css +1 -7
  73. package/styler/body.css +0 -17
  74. package/styler/core.js +0 -28
  75. package/styler/end.css +0 -117
  76. package/styler/init.css +0 -13
  77. package/styler/styler-main.css +0 -18
  78. package/styler/styler.css +0 -2
  79. package/styler/styler.css.map +0 -1
  80. package/styler/styler.js +0 -4652
  81. package/styler/styles/animations/animation-definition.js +0 -46
  82. package/styler/styles/animations/animations/fade-in.css +0 -155
  83. package/styler/styles/animations/animations/fade-in.css.js +0 -20
  84. package/styler/styles/animations/animations/fade-in.css.map +0 -1
  85. package/styler/styles/animations/animations.css +0 -108
  86. package/styler/styles/animations/animations.css.js +0 -40
  87. package/styler/styles/animations/animations.css.map +0 -1
  88. package/styler/styles/animations/effects-key-frames.css +0 -11
  89. package/styler/styles/animations/effects.css +0 -29
  90. package/styler/styles/animations/effects.css.js +0 -39
  91. package/styler/styles/animations/effects.css.map +0 -1
  92. package/styler/styles/animations/hover/hover-animations.css +0 -23
  93. package/styler/styles/animations/main-key-frames.css +0 -48
  94. package/styler/styles/animations/main-key-frames.css.js +0 -49
  95. package/styler/styles/animations/main-key-frames.css.map +0 -1
  96. package/styler/styles/animations/properties/delay.css +0 -1254
  97. package/styler/styles/animations/properties/delay.css.js +0 -66
  98. package/styler/styles/animations/properties/delay.css.map +0 -1
  99. package/styler/styles/animations/properties/direction.css +0 -454
  100. package/styler/styles/animations/properties/direction.css.js +0 -64
  101. package/styler/styles/animations/properties/direction.css.map +0 -1
  102. package/styler/styles/animations/properties/duration.css +0 -1204
  103. package/styler/styles/animations/properties/duration.css.js +0 -65
  104. package/styler/styles/animations/properties/duration.css.map +0 -1
  105. package/styler/styles/animations/properties/iteration-count.css +0 -854
  106. package/styler/styles/animations/properties/iteration-count.css.js +0 -64
  107. package/styler/styles/animations/properties/iteration-count.css.map +0 -1
  108. package/styler/styles/animations/properties/timing-function.css +0 -604
  109. package/styler/styles/animations/properties/timing-function.css.js +0 -64
  110. package/styler/styles/animations/properties/timing-function.css.map +0 -1
  111. package/styler/styles/animations/scroll-animations.css +0 -34
  112. package/styler/styles/elements/image-link.css +0 -10
  113. package/styler/styles/elements/link-button.css +0 -19
  114. package/styler/styles/elements/link-icon-button.css +0 -18
  115. package/styler/styles/elements/pdf-viewer.css +0 -37
  116. package/styler/styles/elements/video-player.css +0 -35
  117. package/styler/styles/layouts/animated-text.css +0 -3
  118. package/styler/styles/layouts/banner.css +0 -13
  119. package/styler/styles/layouts/billboard.css +0 -26
  120. package/styler/styles/layouts/box-frame.css +0 -37
  121. package/styler/styles/layouts/card.css +0 -29
  122. package/styler/styles/layouts/check.svg +0 -1
  123. package/styler/styles/layouts/column-2.css +0 -22
  124. package/styler/styles/layouts/column-3.css +0 -32
  125. package/styler/styles/layouts/column.css +0 -10
  126. package/styler/styles/layouts/component.css +0 -26
  127. package/styler/styles/layouts/floating-nav-bar.css +0 -86
  128. package/styler/styles/layouts/grid.css +0 -9
  129. package/styler/styles/layouts/grid1x1.css +0 -19
  130. package/styler/styles/layouts/image-box.css +0 -44
  131. package/styler/styles/layouts/image-card.css +0 -61
  132. package/styler/styles/layouts/image-gallery.css +0 -58
  133. package/styler/styles/layouts/inject.css +0 -8
  134. package/styler/styles/layouts/inline-svg.css +0 -3
  135. package/styler/styles/layouts/link.css +0 -6
  136. package/styler/styles/layouts/main.css +0 -60
  137. package/styler/styles/layouts/nav-bar.css +0 -87
  138. package/styler/styles/layouts/price-box.css +0 -69
  139. package/styler/styles/layouts/right-image-box.css +0 -44
  140. package/styler/styles/layouts/row.css +0 -24
  141. package/styler/styles/layouts/svgs/bars.svg +0 -1
  142. package/styler/styles/layouts/svgs/cross.svg +0 -1
  143. package/styler/styles/layouts/text-box.css +0 -10
  144. package/styler/styles/layouts/vertical-image-box.css +0 -28
  145. package/styler/styles/layouts/wrap-list.css +0 -9
  146. package/styler/styles/lists/color-list.js +0 -40
  147. package/styler/styles/lists/size-list.js +0 -100
  148. package/styler/styles/properties/background/background-clip.css +0 -5
  149. package/styler/styles/properties/background/background.css +0 -1027
  150. package/styler/styles/properties/background/background.css.js +0 -191
  151. package/styler/styles/properties/background/background.css.map +0 -1
  152. package/styler/styles/properties/border/border.css +0 -926
  153. package/styler/styles/properties/border/border.css.js +0 -57
  154. package/styler/styles/properties/border/border.css.map +0 -1
  155. package/styler/styles/properties/child-size/child-size.css +0 -7321
  156. package/styler/styles/properties/child-size/child-size.css.js +0 -184
  157. package/styler/styles/properties/child-size/child-size.css.map +0 -1
  158. package/styler/styles/properties/colors/color-sets.css +0 -89
  159. package/styler/styles/properties/effects/cursor.css +0 -174
  160. package/styler/styles/properties/effects/cursor.css.js +0 -54
  161. package/styler/styles/properties/effects/cursor.css.map +0 -1
  162. package/styler/styles/properties/effects/effects.css +0 -107
  163. package/styler/styles/properties/effects/effects.css.js +0 -71
  164. package/styler/styles/properties/effects/effects.css.map +0 -1
  165. package/styler/styles/properties/effects/overflow.css +0 -114
  166. package/styler/styles/properties/effects/overflow.css.js +0 -29
  167. package/styler/styles/properties/effects/overflow.css.map +0 -1
  168. package/styler/styles/properties/effects/transform.css +0 -136
  169. package/styler/styles/properties/effects/transform.css.js +0 -81
  170. package/styler/styles/properties/effects/transform.css.map +0 -1
  171. package/styler/styles/properties/grid/grid.css +0 -241
  172. package/styler/styles/properties/grid/grid.css.js +0 -258
  173. package/styler/styles/properties/grid/grid.css.map +0 -1
  174. package/styler/styles/properties/image/image.css +0 -148
  175. package/styler/styles/properties/image/image.css.js +0 -54
  176. package/styler/styles/properties/image/image.css.map +0 -1
  177. package/styler/styles/properties/layouts/layouts.css +0 -52
  178. package/styler/styles/properties/layouts/layouts.css.js +0 -15
  179. package/styler/styles/properties/layouts/layouts.css.map +0 -1
  180. package/styler/styles/properties/position/align.css +0 -582
  181. package/styler/styles/properties/position/align.css.js +0 -110
  182. package/styler/styles/properties/position/align.css.map +0 -1
  183. package/styler/styles/properties/position/gap.css +0 -982
  184. package/styler/styles/properties/position/gap.css.js +0 -33
  185. package/styler/styles/properties/position/gap.css.map +0 -1
  186. package/styler/styles/properties/position/position.css +0 -1369
  187. package/styler/styles/properties/position/position.css.js +0 -77
  188. package/styler/styles/properties/position/position.css.map +0 -1
  189. package/styler/styles/properties/size/size.css +0 -1959
  190. package/styler/styles/properties/size/size.css.js +0 -69
  191. package/styler/styles/properties/size/size.css.map +0 -1
  192. package/styler/styles/properties/space/space.css +0 -3264
  193. package/styler/styles/properties/space/space.css.js +0 -97
  194. package/styler/styles/properties/space/space.css.map +0 -1
  195. package/styler/styles/properties/text/font-styles.css +0 -1296
  196. package/styler/styles/properties/text/font-styles.css.js +0 -39
  197. package/styler/styles/properties/text/font-styles.css.map +0 -1
  198. package/styler/styles/properties/text/text.css +0 -1666
  199. package/styler/styles/properties/text/text.css.js +0 -221
  200. package/styler/styles/properties/text/text.css.map +0 -1
  201. package/styler/styles/ref.css +0 -52
  202. package/styler/vars.css +0 -144
@@ -1,1296 +0,0 @@
1
-
2
-
3
-
4
- [styler-font-family=default] {
5
- font-family: var(--font-default, --default-fonts);
6
- }
7
-
8
- [styler-font-family=heading] {
9
- font-family: var(--font-heading, --default-fonts);
10
- }
11
-
12
- [styler-font-family=highlight] {
13
- font-family: var(--font-highlight, --default-fonts);
14
- }
15
-
16
- [styler-font-family=note] {
17
- font-family: var(--font-note, --default-fonts);
18
- }
19
-
20
- [styler-font-family=accent] {
21
- font-family: var(--font-accent, --default-fonts);
22
- }
23
-
24
- [styler-font-family=code] {
25
- font-family: var(--font-code, --default-fonts);
26
- }
27
-
28
- [styler-font-family=fantasy] {
29
- font-family: var(--font-fantasy, --default-fonts);
30
- }
31
-
32
-
33
-
34
-
35
- [styler-font=default] {
36
- font: medium normal var(--font-default);
37
- }
38
-
39
-
40
-
41
- [styler-font=default-italic] {
42
- font: medium italic var(--font-default);
43
- }
44
-
45
-
46
-
47
- [styler-font=default-oblique] {
48
- font: medium oblique var(--font-default);
49
- }
50
-
51
-
52
-
53
- [styler-font=default-xx-small] {
54
- font: xx-small normal var(--font-default);
55
- }
56
-
57
-
58
-
59
- [styler-font=default-xx-small-italic] {
60
- font: xx-small italic var(--font-default);
61
- }
62
-
63
-
64
-
65
- [styler-font=default-xx-small-oblique] {
66
- font: xx-small oblique var(--font-default);
67
- }
68
-
69
-
70
-
71
- [styler-font=default-x-small] {
72
- font: x-small normal var(--font-default);
73
- }
74
-
75
-
76
-
77
- [styler-font=default-x-small-italic] {
78
- font: x-small italic var(--font-default);
79
- }
80
-
81
-
82
-
83
- [styler-font=default-x-small-oblique] {
84
- font: x-small oblique var(--font-default);
85
- }
86
-
87
-
88
-
89
- [styler-font=default-small] {
90
- font: small normal var(--font-default);
91
- }
92
-
93
-
94
-
95
- [styler-font=default-small-italic] {
96
- font: small italic var(--font-default);
97
- }
98
-
99
-
100
-
101
- [styler-font=default-small-oblique] {
102
- font: small oblique var(--font-default);
103
- }
104
-
105
-
106
-
107
- [styler-font=default-large] {
108
- font: large normal var(--font-default);
109
- }
110
-
111
-
112
-
113
- [styler-font=default-large-italic] {
114
- font: large italic var(--font-default);
115
- }
116
-
117
-
118
-
119
- [styler-font=default-large-oblique] {
120
- font: large oblique var(--font-default);
121
- }
122
-
123
-
124
-
125
- [styler-font=default-x-large] {
126
- font: x-large normal var(--font-default);
127
- }
128
-
129
-
130
-
131
- [styler-font=default-x-large-italic] {
132
- font: x-large italic var(--font-default);
133
- }
134
-
135
-
136
-
137
- [styler-font=default-x-large-oblique] {
138
- font: x-large oblique var(--font-default);
139
- }
140
-
141
-
142
-
143
- [styler-font=default-xx-large] {
144
- font: xx-large normal var(--font-default);
145
- }
146
-
147
-
148
-
149
- [styler-font=default-xx-large-italic] {
150
- font: xx-large italic var(--font-default);
151
- }
152
-
153
-
154
-
155
- [styler-font=default-xx-large-oblique] {
156
- font: xx-large oblique var(--font-default);
157
- }
158
-
159
-
160
-
161
- [styler-font=default-xxx-large] {
162
- font: xxx-large normal var(--font-default);
163
- }
164
-
165
-
166
-
167
- [styler-font=default-xxx-large-italic] {
168
- font: xxx-large italic var(--font-default);
169
- }
170
-
171
-
172
-
173
- [styler-font=default-xxx-large-oblique] {
174
- font: xxx-large oblique var(--font-default);
175
- }
176
-
177
-
178
-
179
- [styler-font=default-larger] {
180
- font: larger normal var(--font-default);
181
- }
182
-
183
-
184
-
185
- [styler-font=default-larger-italic] {
186
- font: larger italic var(--font-default);
187
- }
188
-
189
-
190
-
191
- [styler-font=default-larger-oblique] {
192
- font: larger oblique var(--font-default);
193
- }
194
-
195
-
196
-
197
- [styler-font=default-smaller] {
198
- font: smaller normal var(--font-default);
199
- }
200
-
201
-
202
-
203
- [styler-font=default-smaller-italic] {
204
- font: smaller italic var(--font-default);
205
- }
206
-
207
-
208
-
209
- [styler-font=default-smaller-oblique] {
210
- font: smaller oblique var(--font-default);
211
- }
212
-
213
-
214
-
215
- [styler-font=heading] {
216
- font: medium normal var(--font-heading);
217
- }
218
-
219
-
220
-
221
- [styler-font=heading-italic] {
222
- font: medium italic var(--font-heading);
223
- }
224
-
225
-
226
-
227
- [styler-font=heading-oblique] {
228
- font: medium oblique var(--font-heading);
229
- }
230
-
231
-
232
-
233
- [styler-font=heading-xx-small] {
234
- font: xx-small normal var(--font-heading);
235
- }
236
-
237
-
238
-
239
- [styler-font=heading-xx-small-italic] {
240
- font: xx-small italic var(--font-heading);
241
- }
242
-
243
-
244
-
245
- [styler-font=heading-xx-small-oblique] {
246
- font: xx-small oblique var(--font-heading);
247
- }
248
-
249
-
250
-
251
- [styler-font=heading-x-small] {
252
- font: x-small normal var(--font-heading);
253
- }
254
-
255
-
256
-
257
- [styler-font=heading-x-small-italic] {
258
- font: x-small italic var(--font-heading);
259
- }
260
-
261
-
262
-
263
- [styler-font=heading-x-small-oblique] {
264
- font: x-small oblique var(--font-heading);
265
- }
266
-
267
-
268
-
269
- [styler-font=heading-small] {
270
- font: small normal var(--font-heading);
271
- }
272
-
273
-
274
-
275
- [styler-font=heading-small-italic] {
276
- font: small italic var(--font-heading);
277
- }
278
-
279
-
280
-
281
- [styler-font=heading-small-oblique] {
282
- font: small oblique var(--font-heading);
283
- }
284
-
285
-
286
-
287
- [styler-font=heading-large] {
288
- font: large normal var(--font-heading);
289
- }
290
-
291
-
292
-
293
- [styler-font=heading-large-italic] {
294
- font: large italic var(--font-heading);
295
- }
296
-
297
-
298
-
299
- [styler-font=heading-large-oblique] {
300
- font: large oblique var(--font-heading);
301
- }
302
-
303
-
304
-
305
- [styler-font=heading-x-large] {
306
- font: x-large normal var(--font-heading);
307
- }
308
-
309
-
310
-
311
- [styler-font=heading-x-large-italic] {
312
- font: x-large italic var(--font-heading);
313
- }
314
-
315
-
316
-
317
- [styler-font=heading-x-large-oblique] {
318
- font: x-large oblique var(--font-heading);
319
- }
320
-
321
-
322
-
323
- [styler-font=heading-xx-large] {
324
- font: xx-large normal var(--font-heading);
325
- }
326
-
327
-
328
-
329
- [styler-font=heading-xx-large-italic] {
330
- font: xx-large italic var(--font-heading);
331
- }
332
-
333
-
334
-
335
- [styler-font=heading-xx-large-oblique] {
336
- font: xx-large oblique var(--font-heading);
337
- }
338
-
339
-
340
-
341
- [styler-font=heading-xxx-large] {
342
- font: xxx-large normal var(--font-heading);
343
- }
344
-
345
-
346
-
347
- [styler-font=heading-xxx-large-italic] {
348
- font: xxx-large italic var(--font-heading);
349
- }
350
-
351
-
352
-
353
- [styler-font=heading-xxx-large-oblique] {
354
- font: xxx-large oblique var(--font-heading);
355
- }
356
-
357
-
358
-
359
- [styler-font=heading-larger] {
360
- font: larger normal var(--font-heading);
361
- }
362
-
363
-
364
-
365
- [styler-font=heading-larger-italic] {
366
- font: larger italic var(--font-heading);
367
- }
368
-
369
-
370
-
371
- [styler-font=heading-larger-oblique] {
372
- font: larger oblique var(--font-heading);
373
- }
374
-
375
-
376
-
377
- [styler-font=heading-smaller] {
378
- font: smaller normal var(--font-heading);
379
- }
380
-
381
-
382
-
383
- [styler-font=heading-smaller-italic] {
384
- font: smaller italic var(--font-heading);
385
- }
386
-
387
-
388
-
389
- [styler-font=heading-smaller-oblique] {
390
- font: smaller oblique var(--font-heading);
391
- }
392
-
393
-
394
-
395
- [styler-font=highlight] {
396
- font: medium normal var(--font-highlight);
397
- }
398
-
399
-
400
-
401
- [styler-font=highlight-italic] {
402
- font: medium italic var(--font-highlight);
403
- }
404
-
405
-
406
-
407
- [styler-font=highlight-oblique] {
408
- font: medium oblique var(--font-highlight);
409
- }
410
-
411
-
412
-
413
- [styler-font=highlight-xx-small] {
414
- font: xx-small normal var(--font-highlight);
415
- }
416
-
417
-
418
-
419
- [styler-font=highlight-xx-small-italic] {
420
- font: xx-small italic var(--font-highlight);
421
- }
422
-
423
-
424
-
425
- [styler-font=highlight-xx-small-oblique] {
426
- font: xx-small oblique var(--font-highlight);
427
- }
428
-
429
-
430
-
431
- [styler-font=highlight-x-small] {
432
- font: x-small normal var(--font-highlight);
433
- }
434
-
435
-
436
-
437
- [styler-font=highlight-x-small-italic] {
438
- font: x-small italic var(--font-highlight);
439
- }
440
-
441
-
442
-
443
- [styler-font=highlight-x-small-oblique] {
444
- font: x-small oblique var(--font-highlight);
445
- }
446
-
447
-
448
-
449
- [styler-font=highlight-small] {
450
- font: small normal var(--font-highlight);
451
- }
452
-
453
-
454
-
455
- [styler-font=highlight-small-italic] {
456
- font: small italic var(--font-highlight);
457
- }
458
-
459
-
460
-
461
- [styler-font=highlight-small-oblique] {
462
- font: small oblique var(--font-highlight);
463
- }
464
-
465
-
466
-
467
- [styler-font=highlight-large] {
468
- font: large normal var(--font-highlight);
469
- }
470
-
471
-
472
-
473
- [styler-font=highlight-large-italic] {
474
- font: large italic var(--font-highlight);
475
- }
476
-
477
-
478
-
479
- [styler-font=highlight-large-oblique] {
480
- font: large oblique var(--font-highlight);
481
- }
482
-
483
-
484
-
485
- [styler-font=highlight-x-large] {
486
- font: x-large normal var(--font-highlight);
487
- }
488
-
489
-
490
-
491
- [styler-font=highlight-x-large-italic] {
492
- font: x-large italic var(--font-highlight);
493
- }
494
-
495
-
496
-
497
- [styler-font=highlight-x-large-oblique] {
498
- font: x-large oblique var(--font-highlight);
499
- }
500
-
501
-
502
-
503
- [styler-font=highlight-xx-large] {
504
- font: xx-large normal var(--font-highlight);
505
- }
506
-
507
-
508
-
509
- [styler-font=highlight-xx-large-italic] {
510
- font: xx-large italic var(--font-highlight);
511
- }
512
-
513
-
514
-
515
- [styler-font=highlight-xx-large-oblique] {
516
- font: xx-large oblique var(--font-highlight);
517
- }
518
-
519
-
520
-
521
- [styler-font=highlight-xxx-large] {
522
- font: xxx-large normal var(--font-highlight);
523
- }
524
-
525
-
526
-
527
- [styler-font=highlight-xxx-large-italic] {
528
- font: xxx-large italic var(--font-highlight);
529
- }
530
-
531
-
532
-
533
- [styler-font=highlight-xxx-large-oblique] {
534
- font: xxx-large oblique var(--font-highlight);
535
- }
536
-
537
-
538
-
539
- [styler-font=highlight-larger] {
540
- font: larger normal var(--font-highlight);
541
- }
542
-
543
-
544
-
545
- [styler-font=highlight-larger-italic] {
546
- font: larger italic var(--font-highlight);
547
- }
548
-
549
-
550
-
551
- [styler-font=highlight-larger-oblique] {
552
- font: larger oblique var(--font-highlight);
553
- }
554
-
555
-
556
-
557
- [styler-font=highlight-smaller] {
558
- font: smaller normal var(--font-highlight);
559
- }
560
-
561
-
562
-
563
- [styler-font=highlight-smaller-italic] {
564
- font: smaller italic var(--font-highlight);
565
- }
566
-
567
-
568
-
569
- [styler-font=highlight-smaller-oblique] {
570
- font: smaller oblique var(--font-highlight);
571
- }
572
-
573
-
574
-
575
- [styler-font=note] {
576
- font: medium normal var(--font-note);
577
- }
578
-
579
-
580
-
581
- [styler-font=note-italic] {
582
- font: medium italic var(--font-note);
583
- }
584
-
585
-
586
-
587
- [styler-font=note-oblique] {
588
- font: medium oblique var(--font-note);
589
- }
590
-
591
-
592
-
593
- [styler-font=note-xx-small] {
594
- font: xx-small normal var(--font-note);
595
- }
596
-
597
-
598
-
599
- [styler-font=note-xx-small-italic] {
600
- font: xx-small italic var(--font-note);
601
- }
602
-
603
-
604
-
605
- [styler-font=note-xx-small-oblique] {
606
- font: xx-small oblique var(--font-note);
607
- }
608
-
609
-
610
-
611
- [styler-font=note-x-small] {
612
- font: x-small normal var(--font-note);
613
- }
614
-
615
-
616
-
617
- [styler-font=note-x-small-italic] {
618
- font: x-small italic var(--font-note);
619
- }
620
-
621
-
622
-
623
- [styler-font=note-x-small-oblique] {
624
- font: x-small oblique var(--font-note);
625
- }
626
-
627
-
628
-
629
- [styler-font=note-small] {
630
- font: small normal var(--font-note);
631
- }
632
-
633
-
634
-
635
- [styler-font=note-small-italic] {
636
- font: small italic var(--font-note);
637
- }
638
-
639
-
640
-
641
- [styler-font=note-small-oblique] {
642
- font: small oblique var(--font-note);
643
- }
644
-
645
-
646
-
647
- [styler-font=note-large] {
648
- font: large normal var(--font-note);
649
- }
650
-
651
-
652
-
653
- [styler-font=note-large-italic] {
654
- font: large italic var(--font-note);
655
- }
656
-
657
-
658
-
659
- [styler-font=note-large-oblique] {
660
- font: large oblique var(--font-note);
661
- }
662
-
663
-
664
-
665
- [styler-font=note-x-large] {
666
- font: x-large normal var(--font-note);
667
- }
668
-
669
-
670
-
671
- [styler-font=note-x-large-italic] {
672
- font: x-large italic var(--font-note);
673
- }
674
-
675
-
676
-
677
- [styler-font=note-x-large-oblique] {
678
- font: x-large oblique var(--font-note);
679
- }
680
-
681
-
682
-
683
- [styler-font=note-xx-large] {
684
- font: xx-large normal var(--font-note);
685
- }
686
-
687
-
688
-
689
- [styler-font=note-xx-large-italic] {
690
- font: xx-large italic var(--font-note);
691
- }
692
-
693
-
694
-
695
- [styler-font=note-xx-large-oblique] {
696
- font: xx-large oblique var(--font-note);
697
- }
698
-
699
-
700
-
701
- [styler-font=note-xxx-large] {
702
- font: xxx-large normal var(--font-note);
703
- }
704
-
705
-
706
-
707
- [styler-font=note-xxx-large-italic] {
708
- font: xxx-large italic var(--font-note);
709
- }
710
-
711
-
712
-
713
- [styler-font=note-xxx-large-oblique] {
714
- font: xxx-large oblique var(--font-note);
715
- }
716
-
717
-
718
-
719
- [styler-font=note-larger] {
720
- font: larger normal var(--font-note);
721
- }
722
-
723
-
724
-
725
- [styler-font=note-larger-italic] {
726
- font: larger italic var(--font-note);
727
- }
728
-
729
-
730
-
731
- [styler-font=note-larger-oblique] {
732
- font: larger oblique var(--font-note);
733
- }
734
-
735
-
736
-
737
- [styler-font=note-smaller] {
738
- font: smaller normal var(--font-note);
739
- }
740
-
741
-
742
-
743
- [styler-font=note-smaller-italic] {
744
- font: smaller italic var(--font-note);
745
- }
746
-
747
-
748
-
749
- [styler-font=note-smaller-oblique] {
750
- font: smaller oblique var(--font-note);
751
- }
752
-
753
-
754
-
755
- [styler-font=accent] {
756
- font: medium normal var(--font-accent);
757
- }
758
-
759
-
760
-
761
- [styler-font=accent-italic] {
762
- font: medium italic var(--font-accent);
763
- }
764
-
765
-
766
-
767
- [styler-font=accent-oblique] {
768
- font: medium oblique var(--font-accent);
769
- }
770
-
771
-
772
-
773
- [styler-font=accent-xx-small] {
774
- font: xx-small normal var(--font-accent);
775
- }
776
-
777
-
778
-
779
- [styler-font=accent-xx-small-italic] {
780
- font: xx-small italic var(--font-accent);
781
- }
782
-
783
-
784
-
785
- [styler-font=accent-xx-small-oblique] {
786
- font: xx-small oblique var(--font-accent);
787
- }
788
-
789
-
790
-
791
- [styler-font=accent-x-small] {
792
- font: x-small normal var(--font-accent);
793
- }
794
-
795
-
796
-
797
- [styler-font=accent-x-small-italic] {
798
- font: x-small italic var(--font-accent);
799
- }
800
-
801
-
802
-
803
- [styler-font=accent-x-small-oblique] {
804
- font: x-small oblique var(--font-accent);
805
- }
806
-
807
-
808
-
809
- [styler-font=accent-small] {
810
- font: small normal var(--font-accent);
811
- }
812
-
813
-
814
-
815
- [styler-font=accent-small-italic] {
816
- font: small italic var(--font-accent);
817
- }
818
-
819
-
820
-
821
- [styler-font=accent-small-oblique] {
822
- font: small oblique var(--font-accent);
823
- }
824
-
825
-
826
-
827
- [styler-font=accent-large] {
828
- font: large normal var(--font-accent);
829
- }
830
-
831
-
832
-
833
- [styler-font=accent-large-italic] {
834
- font: large italic var(--font-accent);
835
- }
836
-
837
-
838
-
839
- [styler-font=accent-large-oblique] {
840
- font: large oblique var(--font-accent);
841
- }
842
-
843
-
844
-
845
- [styler-font=accent-x-large] {
846
- font: x-large normal var(--font-accent);
847
- }
848
-
849
-
850
-
851
- [styler-font=accent-x-large-italic] {
852
- font: x-large italic var(--font-accent);
853
- }
854
-
855
-
856
-
857
- [styler-font=accent-x-large-oblique] {
858
- font: x-large oblique var(--font-accent);
859
- }
860
-
861
-
862
-
863
- [styler-font=accent-xx-large] {
864
- font: xx-large normal var(--font-accent);
865
- }
866
-
867
-
868
-
869
- [styler-font=accent-xx-large-italic] {
870
- font: xx-large italic var(--font-accent);
871
- }
872
-
873
-
874
-
875
- [styler-font=accent-xx-large-oblique] {
876
- font: xx-large oblique var(--font-accent);
877
- }
878
-
879
-
880
-
881
- [styler-font=accent-xxx-large] {
882
- font: xxx-large normal var(--font-accent);
883
- }
884
-
885
-
886
-
887
- [styler-font=accent-xxx-large-italic] {
888
- font: xxx-large italic var(--font-accent);
889
- }
890
-
891
-
892
-
893
- [styler-font=accent-xxx-large-oblique] {
894
- font: xxx-large oblique var(--font-accent);
895
- }
896
-
897
-
898
-
899
- [styler-font=accent-larger] {
900
- font: larger normal var(--font-accent);
901
- }
902
-
903
-
904
-
905
- [styler-font=accent-larger-italic] {
906
- font: larger italic var(--font-accent);
907
- }
908
-
909
-
910
-
911
- [styler-font=accent-larger-oblique] {
912
- font: larger oblique var(--font-accent);
913
- }
914
-
915
-
916
-
917
- [styler-font=accent-smaller] {
918
- font: smaller normal var(--font-accent);
919
- }
920
-
921
-
922
-
923
- [styler-font=accent-smaller-italic] {
924
- font: smaller italic var(--font-accent);
925
- }
926
-
927
-
928
-
929
- [styler-font=accent-smaller-oblique] {
930
- font: smaller oblique var(--font-accent);
931
- }
932
-
933
-
934
-
935
- [styler-font=code] {
936
- font: medium normal var(--font-code);
937
- }
938
-
939
-
940
-
941
- [styler-font=code-italic] {
942
- font: medium italic var(--font-code);
943
- }
944
-
945
-
946
-
947
- [styler-font=code-oblique] {
948
- font: medium oblique var(--font-code);
949
- }
950
-
951
-
952
-
953
- [styler-font=code-xx-small] {
954
- font: xx-small normal var(--font-code);
955
- }
956
-
957
-
958
-
959
- [styler-font=code-xx-small-italic] {
960
- font: xx-small italic var(--font-code);
961
- }
962
-
963
-
964
-
965
- [styler-font=code-xx-small-oblique] {
966
- font: xx-small oblique var(--font-code);
967
- }
968
-
969
-
970
-
971
- [styler-font=code-x-small] {
972
- font: x-small normal var(--font-code);
973
- }
974
-
975
-
976
-
977
- [styler-font=code-x-small-italic] {
978
- font: x-small italic var(--font-code);
979
- }
980
-
981
-
982
-
983
- [styler-font=code-x-small-oblique] {
984
- font: x-small oblique var(--font-code);
985
- }
986
-
987
-
988
-
989
- [styler-font=code-small] {
990
- font: small normal var(--font-code);
991
- }
992
-
993
-
994
-
995
- [styler-font=code-small-italic] {
996
- font: small italic var(--font-code);
997
- }
998
-
999
-
1000
-
1001
- [styler-font=code-small-oblique] {
1002
- font: small oblique var(--font-code);
1003
- }
1004
-
1005
-
1006
-
1007
- [styler-font=code-large] {
1008
- font: large normal var(--font-code);
1009
- }
1010
-
1011
-
1012
-
1013
- [styler-font=code-large-italic] {
1014
- font: large italic var(--font-code);
1015
- }
1016
-
1017
-
1018
-
1019
- [styler-font=code-large-oblique] {
1020
- font: large oblique var(--font-code);
1021
- }
1022
-
1023
-
1024
-
1025
- [styler-font=code-x-large] {
1026
- font: x-large normal var(--font-code);
1027
- }
1028
-
1029
-
1030
-
1031
- [styler-font=code-x-large-italic] {
1032
- font: x-large italic var(--font-code);
1033
- }
1034
-
1035
-
1036
-
1037
- [styler-font=code-x-large-oblique] {
1038
- font: x-large oblique var(--font-code);
1039
- }
1040
-
1041
-
1042
-
1043
- [styler-font=code-xx-large] {
1044
- font: xx-large normal var(--font-code);
1045
- }
1046
-
1047
-
1048
-
1049
- [styler-font=code-xx-large-italic] {
1050
- font: xx-large italic var(--font-code);
1051
- }
1052
-
1053
-
1054
-
1055
- [styler-font=code-xx-large-oblique] {
1056
- font: xx-large oblique var(--font-code);
1057
- }
1058
-
1059
-
1060
-
1061
- [styler-font=code-xxx-large] {
1062
- font: xxx-large normal var(--font-code);
1063
- }
1064
-
1065
-
1066
-
1067
- [styler-font=code-xxx-large-italic] {
1068
- font: xxx-large italic var(--font-code);
1069
- }
1070
-
1071
-
1072
-
1073
- [styler-font=code-xxx-large-oblique] {
1074
- font: xxx-large oblique var(--font-code);
1075
- }
1076
-
1077
-
1078
-
1079
- [styler-font=code-larger] {
1080
- font: larger normal var(--font-code);
1081
- }
1082
-
1083
-
1084
-
1085
- [styler-font=code-larger-italic] {
1086
- font: larger italic var(--font-code);
1087
- }
1088
-
1089
-
1090
-
1091
- [styler-font=code-larger-oblique] {
1092
- font: larger oblique var(--font-code);
1093
- }
1094
-
1095
-
1096
-
1097
- [styler-font=code-smaller] {
1098
- font: smaller normal var(--font-code);
1099
- }
1100
-
1101
-
1102
-
1103
- [styler-font=code-smaller-italic] {
1104
- font: smaller italic var(--font-code);
1105
- }
1106
-
1107
-
1108
-
1109
- [styler-font=code-smaller-oblique] {
1110
- font: smaller oblique var(--font-code);
1111
- }
1112
-
1113
-
1114
-
1115
- [styler-font=fantasy] {
1116
- font: medium normal var(--font-fantasy);
1117
- }
1118
-
1119
-
1120
-
1121
- [styler-font=fantasy-italic] {
1122
- font: medium italic var(--font-fantasy);
1123
- }
1124
-
1125
-
1126
-
1127
- [styler-font=fantasy-oblique] {
1128
- font: medium oblique var(--font-fantasy);
1129
- }
1130
-
1131
-
1132
-
1133
- [styler-font=fantasy-xx-small] {
1134
- font: xx-small normal var(--font-fantasy);
1135
- }
1136
-
1137
-
1138
-
1139
- [styler-font=fantasy-xx-small-italic] {
1140
- font: xx-small italic var(--font-fantasy);
1141
- }
1142
-
1143
-
1144
-
1145
- [styler-font=fantasy-xx-small-oblique] {
1146
- font: xx-small oblique var(--font-fantasy);
1147
- }
1148
-
1149
-
1150
-
1151
- [styler-font=fantasy-x-small] {
1152
- font: x-small normal var(--font-fantasy);
1153
- }
1154
-
1155
-
1156
-
1157
- [styler-font=fantasy-x-small-italic] {
1158
- font: x-small italic var(--font-fantasy);
1159
- }
1160
-
1161
-
1162
-
1163
- [styler-font=fantasy-x-small-oblique] {
1164
- font: x-small oblique var(--font-fantasy);
1165
- }
1166
-
1167
-
1168
-
1169
- [styler-font=fantasy-small] {
1170
- font: small normal var(--font-fantasy);
1171
- }
1172
-
1173
-
1174
-
1175
- [styler-font=fantasy-small-italic] {
1176
- font: small italic var(--font-fantasy);
1177
- }
1178
-
1179
-
1180
-
1181
- [styler-font=fantasy-small-oblique] {
1182
- font: small oblique var(--font-fantasy);
1183
- }
1184
-
1185
-
1186
-
1187
- [styler-font=fantasy-large] {
1188
- font: large normal var(--font-fantasy);
1189
- }
1190
-
1191
-
1192
-
1193
- [styler-font=fantasy-large-italic] {
1194
- font: large italic var(--font-fantasy);
1195
- }
1196
-
1197
-
1198
-
1199
- [styler-font=fantasy-large-oblique] {
1200
- font: large oblique var(--font-fantasy);
1201
- }
1202
-
1203
-
1204
-
1205
- [styler-font=fantasy-x-large] {
1206
- font: x-large normal var(--font-fantasy);
1207
- }
1208
-
1209
-
1210
-
1211
- [styler-font=fantasy-x-large-italic] {
1212
- font: x-large italic var(--font-fantasy);
1213
- }
1214
-
1215
-
1216
-
1217
- [styler-font=fantasy-x-large-oblique] {
1218
- font: x-large oblique var(--font-fantasy);
1219
- }
1220
-
1221
-
1222
-
1223
- [styler-font=fantasy-xx-large] {
1224
- font: xx-large normal var(--font-fantasy);
1225
- }
1226
-
1227
-
1228
-
1229
- [styler-font=fantasy-xx-large-italic] {
1230
- font: xx-large italic var(--font-fantasy);
1231
- }
1232
-
1233
-
1234
-
1235
- [styler-font=fantasy-xx-large-oblique] {
1236
- font: xx-large oblique var(--font-fantasy);
1237
- }
1238
-
1239
-
1240
-
1241
- [styler-font=fantasy-xxx-large] {
1242
- font: xxx-large normal var(--font-fantasy);
1243
- }
1244
-
1245
-
1246
-
1247
- [styler-font=fantasy-xxx-large-italic] {
1248
- font: xxx-large italic var(--font-fantasy);
1249
- }
1250
-
1251
-
1252
-
1253
- [styler-font=fantasy-xxx-large-oblique] {
1254
- font: xxx-large oblique var(--font-fantasy);
1255
- }
1256
-
1257
-
1258
-
1259
- [styler-font=fantasy-larger] {
1260
- font: larger normal var(--font-fantasy);
1261
- }
1262
-
1263
-
1264
-
1265
- [styler-font=fantasy-larger-italic] {
1266
- font: larger italic var(--font-fantasy);
1267
- }
1268
-
1269
-
1270
-
1271
- [styler-font=fantasy-larger-oblique] {
1272
- font: larger oblique var(--font-fantasy);
1273
- }
1274
-
1275
-
1276
-
1277
- [styler-font=fantasy-smaller] {
1278
- font: smaller normal var(--font-fantasy);
1279
- }
1280
-
1281
-
1282
-
1283
- [styler-font=fantasy-smaller-italic] {
1284
- font: smaller italic var(--font-fantasy);
1285
- }
1286
-
1287
-
1288
-
1289
- [styler-font=fantasy-smaller-oblique] {
1290
- font: smaller oblique var(--font-fantasy);
1291
- }
1292
-
1293
-
1294
-
1295
-
1296
- /*# sourceMappingURL=font-styles.css.map */