@hanzo/ui 5.3.36 → 5.3.39

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 (186) hide show
  1. package/dist/assets/crypto.d.ts.map +1 -1
  2. package/dist/assets/file.d.ts.map +1 -1
  3. package/dist/assets/general.d.ts.map +1 -1
  4. package/dist/assets/hanzo-logo.d.ts.map +1 -1
  5. package/dist/assets/llm-provider.d.ts.map +1 -1
  6. package/dist/components/cal-embed.d.ts.map +1 -1
  7. package/dist/frameworks/react/hooks/index.d.ts.map +1 -1
  8. package/dist/frameworks/react-native/utils.d.ts.map +1 -1
  9. package/dist/frameworks/svelte/utils.d.ts.map +1 -1
  10. package/dist/frameworks/vue/utils.d.ts.map +1 -1
  11. package/dist/helpers/file.d.ts.map +1 -1
  12. package/dist/helpers/memoization.d.ts.map +1 -1
  13. package/dist/index.js +2 -2
  14. package/dist/index.mjs +2 -2
  15. package/dist/models/index.js +35 -0
  16. package/dist/models/index.mjs +35 -0
  17. package/dist/navigation/index.js +2 -1
  18. package/dist/navigation/index.mjs +2 -1
  19. package/dist/primitives/alert.d.ts +1 -1
  20. package/dist/primitives/cal-embed.d.ts.map +1 -1
  21. package/dist/primitives/chart.d.ts.map +1 -1
  22. package/dist/primitives/chat/chat-input.d.ts.map +1 -1
  23. package/dist/primitives/combobox.d.ts.map +1 -1
  24. package/dist/primitives/command.d.ts.map +1 -1
  25. package/dist/primitives/copy-to-clipboard-icon.d.ts.map +1 -1
  26. package/dist/primitives/dots-loader.d.ts.map +1 -1
  27. package/dist/primitives/error-message.d.ts.map +1 -1
  28. package/dist/primitives/file-uploader.d.ts.map +1 -1
  29. package/dist/primitives/form.d.ts.map +1 -1
  30. package/dist/primitives/input-otp.d.ts.map +1 -1
  31. package/dist/primitives/markdown-preview.d.ts.map +1 -1
  32. package/dist/primitives/pretty-json-print.d.ts.map +1 -1
  33. package/dist/primitives/resizable.d.ts +4 -20
  34. package/dist/primitives/resizable.d.ts.map +1 -1
  35. package/dist/primitives/resizable.js +4 -4
  36. package/dist/primitives/sonner.d.ts.map +1 -1
  37. package/dist/primitives/text-link.d.ts.map +1 -1
  38. package/dist/primitives/textfield.d.ts.map +1 -1
  39. package/dist/primitives/toast.d.ts.map +1 -1
  40. package/dist/resizable.js +1 -1
  41. package/dist/resizable.mjs +1 -1
  42. package/dist/src/billing/components/account-members.d.ts +10 -0
  43. package/dist/src/billing/components/account-members.d.ts.map +1 -0
  44. package/dist/src/billing/components/account-members.js +63 -0
  45. package/dist/src/billing/components/account-switcher.d.ts +9 -0
  46. package/dist/src/billing/components/account-switcher.d.ts.map +1 -0
  47. package/dist/src/billing/components/account-switcher.js +52 -0
  48. package/dist/src/billing/components/animated-card.d.ts +9 -0
  49. package/dist/src/billing/components/animated-card.d.ts.map +1 -0
  50. package/dist/src/billing/components/animated-card.js +161 -0
  51. package/dist/src/billing/components/billing-settings.d.ts +26 -0
  52. package/dist/src/billing/components/billing-settings.d.ts.map +1 -0
  53. package/dist/src/billing/components/billing-settings.js +23 -0
  54. package/dist/src/billing/components/business-profile-panel.d.ts.map +1 -1
  55. package/dist/src/billing/components/business-profile-panel.js +9 -8
  56. package/dist/src/billing/components/card-form.d.ts +18 -0
  57. package/dist/src/billing/components/card-form.d.ts.map +1 -0
  58. package/dist/src/billing/components/card-form.js +139 -0
  59. package/dist/src/billing/components/cost-explorer.d.ts +7 -0
  60. package/dist/src/billing/components/cost-explorer.d.ts.map +1 -0
  61. package/dist/src/billing/components/cost-explorer.js +73 -0
  62. package/dist/src/billing/components/credits-panel.d.ts +8 -0
  63. package/dist/src/billing/components/credits-panel.d.ts.map +1 -0
  64. package/dist/src/billing/components/credits-panel.js +58 -0
  65. package/dist/src/billing/components/guided-setup.d.ts +13 -0
  66. package/dist/src/billing/components/guided-setup.d.ts.map +1 -0
  67. package/dist/src/billing/components/guided-setup.js +44 -0
  68. package/dist/src/billing/components/index.d.ts +34 -0
  69. package/dist/src/billing/components/index.d.ts.map +1 -1
  70. package/dist/src/billing/components/index.js +17 -0
  71. package/dist/src/billing/components/invoice-manager.js +13 -13
  72. package/dist/src/billing/components/invoices-payments.d.ts +7 -0
  73. package/dist/src/billing/components/invoices-payments.d.ts.map +1 -0
  74. package/dist/src/billing/components/invoices-payments.js +44 -0
  75. package/dist/src/billing/components/overview-dashboard.d.ts +31 -0
  76. package/dist/src/billing/components/overview-dashboard.d.ts.map +1 -0
  77. package/dist/src/billing/components/overview-dashboard.js +105 -0
  78. package/dist/src/billing/components/payment-manager.d.ts.map +1 -1
  79. package/dist/src/billing/components/payment-manager.js +267 -83
  80. package/dist/src/billing/components/promotions-panel.d.ts +7 -0
  81. package/dist/src/billing/components/promotions-panel.d.ts.map +1 -0
  82. package/dist/src/billing/components/promotions-panel.js +48 -0
  83. package/dist/src/billing/components/spend-alerts.d.ts +9 -0
  84. package/dist/src/billing/components/spend-alerts.d.ts.map +1 -0
  85. package/dist/src/billing/components/spend-alerts.js +99 -0
  86. package/dist/src/billing/components/square-card-form.d.ts +32 -0
  87. package/dist/src/billing/components/square-card-form.d.ts.map +1 -0
  88. package/dist/src/billing/components/square-card-form.js +179 -0
  89. package/dist/src/billing/components/status-bar.d.ts +12 -0
  90. package/dist/src/billing/components/status-bar.d.ts.map +1 -0
  91. package/dist/src/billing/components/status-bar.js +32 -0
  92. package/dist/src/billing/components/subscription-portal.d.ts +2 -1
  93. package/dist/src/billing/components/subscription-portal.d.ts.map +1 -1
  94. package/dist/src/billing/components/subscription-portal.js +123 -26
  95. package/dist/src/billing/components/support-tiers-panel.d.ts +6 -0
  96. package/dist/src/billing/components/support-tiers-panel.d.ts.map +1 -0
  97. package/dist/src/billing/components/support-tiers-panel.js +90 -0
  98. package/dist/src/billing/components/tax-compliance-panel.js +5 -5
  99. package/dist/src/billing/components/transactions-panel.d.ts +8 -0
  100. package/dist/src/billing/components/transactions-panel.d.ts.map +1 -0
  101. package/dist/src/billing/components/transactions-panel.js +64 -0
  102. package/dist/src/billing/components/usage-panel.d.ts +7 -0
  103. package/dist/src/billing/components/usage-panel.d.ts.map +1 -0
  104. package/dist/src/billing/components/usage-panel.js +64 -0
  105. package/dist/src/billing/types/index.d.ts +136 -1
  106. package/dist/src/billing/types/index.d.ts.map +1 -1
  107. package/dist/src/form/form.d.ts.map +1 -1
  108. package/dist/src/hooks/use-copy-clipboard.d.ts.map +1 -1
  109. package/dist/src/hooks/use-fill-ids.d.ts.map +1 -1
  110. package/dist/src/hooks/use-scroll-restoration.d.ts.map +1 -1
  111. package/dist/src/models/ModelCard.d.ts +25 -0
  112. package/dist/src/models/ModelCard.d.ts.map +1 -0
  113. package/dist/src/models/ModelCard.js +73 -0
  114. package/dist/src/models/ModelLibrary.d.ts +41 -0
  115. package/dist/src/models/ModelLibrary.d.ts.map +1 -0
  116. package/dist/src/models/ModelLibrary.js +63 -0
  117. package/dist/src/models/ModelTable.d.ts +17 -0
  118. package/dist/src/models/ModelTable.d.ts.map +1 -0
  119. package/dist/src/models/ModelTable.js +35 -0
  120. package/dist/src/models/ZenEnso.d.ts +17 -0
  121. package/dist/src/models/ZenEnso.d.ts.map +1 -0
  122. package/dist/src/models/ZenEnso.js +50 -0
  123. package/dist/src/models/index.d.ts +23 -0
  124. package/dist/src/models/index.d.ts.map +1 -0
  125. package/dist/src/models/index.js +18 -0
  126. package/dist/src/models/types.d.ts +40 -0
  127. package/dist/src/models/types.d.ts.map +1 -0
  128. package/dist/src/models/types.js +7 -0
  129. package/dist/src/navigation/hanzo-shell/AppSwitcher.d.ts +8 -0
  130. package/dist/src/navigation/hanzo-shell/AppSwitcher.d.ts.map +1 -0
  131. package/dist/src/navigation/hanzo-shell/AppSwitcher.js +19 -0
  132. package/dist/src/navigation/hanzo-shell/BeamAvatar.d.ts +9 -0
  133. package/dist/src/navigation/hanzo-shell/BeamAvatar.d.ts.map +1 -0
  134. package/dist/src/navigation/hanzo-shell/BeamAvatar.js +38 -0
  135. package/dist/src/navigation/hanzo-shell/HanzoCommandPalette.d.ts +28 -0
  136. package/dist/src/navigation/hanzo-shell/HanzoCommandPalette.d.ts.map +1 -0
  137. package/dist/src/navigation/hanzo-shell/HanzoCommandPalette.js +124 -0
  138. package/dist/src/navigation/hanzo-shell/HanzoHeader.d.ts +37 -0
  139. package/dist/src/navigation/hanzo-shell/HanzoHeader.d.ts.map +1 -0
  140. package/dist/src/navigation/hanzo-shell/HanzoHeader.js +43 -0
  141. package/dist/src/navigation/hanzo-shell/HanzoMark.d.ts +17 -0
  142. package/dist/src/navigation/hanzo-shell/HanzoMark.d.ts.map +1 -0
  143. package/dist/src/navigation/hanzo-shell/HanzoMark.js +57 -0
  144. package/dist/src/navigation/hanzo-shell/UserAvatar.d.ts +15 -0
  145. package/dist/src/navigation/hanzo-shell/UserAvatar.d.ts.map +1 -0
  146. package/dist/src/navigation/hanzo-shell/UserAvatar.js +44 -0
  147. package/dist/src/navigation/hanzo-shell/UserOrgDropdown.d.ts +11 -0
  148. package/dist/src/navigation/hanzo-shell/UserOrgDropdown.d.ts.map +1 -0
  149. package/dist/src/navigation/hanzo-shell/UserOrgDropdown.js +26 -0
  150. package/dist/src/navigation/hanzo-shell/index.d.ts +14 -0
  151. package/dist/src/navigation/hanzo-shell/index.d.ts.map +1 -0
  152. package/dist/src/navigation/hanzo-shell/index.js +9 -0
  153. package/dist/src/navigation/hanzo-shell/types.d.ts +49 -0
  154. package/dist/src/navigation/hanzo-shell/types.d.ts.map +1 -0
  155. package/dist/src/navigation/hanzo-shell/types.js +32 -0
  156. package/dist/src/navigation/hanzo-shell/useHanzoAuth.d.ts +16 -0
  157. package/dist/src/navigation/hanzo-shell/useHanzoAuth.d.ts.map +1 -0
  158. package/dist/src/navigation/hanzo-shell/useHanzoAuth.js +93 -0
  159. package/dist/src/navigation/index.d.ts +2 -0
  160. package/dist/src/navigation/index.d.ts.map +1 -1
  161. package/dist/src/navigation/index.js +2 -0
  162. package/dist/src/ui/banner.d.ts +1 -1
  163. package/dist/util/blob.d.ts.map +1 -1
  164. package/dist/util/blob.js +1 -1
  165. package/dist/util/date.d.ts.map +1 -1
  166. package/dist/util/debounce.d.ts.map +1 -1
  167. package/dist/util/file.d.ts.map +1 -1
  168. package/dist/util/format-and-abbreviate-as-currency.d.ts +7 -1
  169. package/dist/util/format-and-abbreviate-as-currency.d.ts.map +1 -1
  170. package/dist/util/format-text.d.ts.map +1 -1
  171. package/dist/util/format-to-max-char.d.ts +7 -1
  172. package/dist/util/format-to-max-char.d.ts.map +1 -1
  173. package/dist/util/index.mjs +1 -1
  174. package/dist/util/number-abbreviate.d.ts.map +1 -1
  175. package/dist/util/specifier.d.ts.map +1 -1
  176. package/dist/util/step-animation.d.ts.map +1 -1
  177. package/package.json +20 -7
  178. package/dist/tailwind/typo-plugin/get-plugin-styles.d.ts +0 -595
  179. package/dist/tailwind/typo-plugin/get-plugin-styles.d.ts.map +0 -1
  180. package/dist/tailwind/typo-plugin/get-plugin-styles.js +0 -661
  181. package/dist/tailwind/typo-plugin/index.d.ts +0 -3
  182. package/dist/tailwind/typo-plugin/index.d.ts.map +0 -1
  183. package/dist/tailwind/typo-plugin/index.js +0 -102
  184. package/dist/tailwind/typo-plugin/utils.d.ts +0 -6
  185. package/dist/tailwind/typo-plugin/utils.d.ts.map +0 -1
  186. package/dist/tailwind/typo-plugin/utils.js +0 -47
@@ -1,595 +0,0 @@
1
- export default getStyles;
2
- declare function getStyles(baseFontSize: any): {
3
- DEFAULT: {
4
- css: ({
5
- '--tw-typo-plugin-body': string;
6
- '--tw-typo-plugin-headings': string;
7
- '--tw-typo-plugin-links': string;
8
- '--tw-typo-plugin-links-hover': string;
9
- '--tw-typo-plugin-bold': string;
10
- '--tw-typo-plugin-counters': string;
11
- '--tw-typo-plugin-bullets': string;
12
- '--tw-typo-plugin-hr': string;
13
- '--tw-typo-plugin-quotes': string;
14
- '--tw-typo-plugin-quote-borders': string;
15
- '--tw-typo-plugin-captions': string;
16
- '--tw-typo-plugin-kbd': string;
17
- '--tw-typo-plugin-kbd-shadows': string;
18
- '--tw-typo-plugin-code': string;
19
- '--tw-typo-plugin-pre-code': string;
20
- '--tw-typo-plugin-pre-bg': string;
21
- '--tw-typo-plugin-th-borders': string;
22
- '--tw-typo-plugin-td-borders': string;
23
- } | {
24
- color: string;
25
- p: {
26
- textAlign: string;
27
- };
28
- 'p:first-child': {};
29
- 'p:last-child': {};
30
- a: {
31
- color: string;
32
- textDecoration: string;
33
- fontWeight: string;
34
- };
35
- 'a:hover': {
36
- color: string;
37
- };
38
- blockquote: {
39
- fontWeight: string;
40
- fontStyle: string;
41
- color: string;
42
- quotes: string;
43
- };
44
- 'blockquote p:first-of-type::before': {
45
- content: string;
46
- };
47
- 'blockquote p:last-of-type::after': {
48
- content: string;
49
- };
50
- 'blockquote strong': {
51
- color: string;
52
- };
53
- cite: {
54
- display: string;
55
- fontStyle: string;
56
- textAlign: string;
57
- color: string;
58
- };
59
- ol: {
60
- listStyleType: string;
61
- };
62
- ul: {};
63
- 'ol > li::marker': {
64
- fontWeight: string;
65
- color: string;
66
- };
67
- 'ul > li::marker': {
68
- color: string;
69
- };
70
- 'ul > li::before': {};
71
- hr: {
72
- borderColor: string;
73
- borderTopWidth: number;
74
- };
75
- h1: {
76
- color: string;
77
- fontWeight: string;
78
- textAlign: string;
79
- textTransform: string;
80
- };
81
- h2: {
82
- color: string;
83
- fontWeight: string;
84
- textAlign: string;
85
- textTransform: string;
86
- };
87
- h3: {
88
- color: string;
89
- fontWeight: string;
90
- textAlign: string;
91
- textTransform: string;
92
- };
93
- h4: {
94
- color: string;
95
- fontWeight: string;
96
- textAlign: string;
97
- };
98
- h5: {
99
- color: string;
100
- fontWeight: string;
101
- textAlign: string;
102
- };
103
- h6: {
104
- color: string;
105
- textAlign: string;
106
- };
107
- img: {};
108
- 'img:first-child': {};
109
- 'img:last-child': {};
110
- picture: {
111
- display: string;
112
- };
113
- strong: {
114
- color: string;
115
- fontWeight: string;
116
- };
117
- video: {};
118
- kbd: {
119
- fontWeight: string;
120
- fontFamily: string;
121
- color: string;
122
- boxShadow: string;
123
- };
124
- code: {
125
- color: string;
126
- fontWeight: string;
127
- };
128
- 'code::before': {
129
- content: string;
130
- };
131
- 'code::after': {
132
- content: string;
133
- };
134
- 'a code': {
135
- color: string;
136
- };
137
- 'h1 code': {
138
- color: string;
139
- };
140
- 'h2 code': {
141
- color: string;
142
- };
143
- 'h3 code': {
144
- color: string;
145
- };
146
- 'h4 code': {
147
- color: string;
148
- };
149
- 'h5 code': {
150
- color: string;
151
- };
152
- 'h6 code': {
153
- color: string;
154
- };
155
- 'blockquote code': {
156
- color: string;
157
- };
158
- 'thead th code': {
159
- color: string;
160
- };
161
- pre: {
162
- color: string;
163
- backgroundColor: string;
164
- overflowX: string;
165
- fontWeight: string;
166
- };
167
- 'pre code': {
168
- backgroundColor: string;
169
- borderWidth: string;
170
- borderRadius: string;
171
- padding: string;
172
- fontWeight: string;
173
- color: string;
174
- fontSize: string;
175
- fontFamily: string;
176
- lineHeight: string;
177
- };
178
- 'pre code::before': {
179
- content: string;
180
- };
181
- 'pre code::after': {
182
- content: string;
183
- };
184
- table: {
185
- width: string;
186
- tableLayout: string;
187
- textAlign: string;
188
- };
189
- thead: {
190
- borderBottomWidth: string;
191
- borderBottomColor: string;
192
- };
193
- 'thead th': {
194
- color: string;
195
- fontWeight: string;
196
- verticalAlign: string;
197
- };
198
- 'tbody tr': {};
199
- 'tbody tr:last-child': {};
200
- 'tbody td': {
201
- verticalAlign: string;
202
- };
203
- tfoot: {
204
- borderTopWidth: string;
205
- borderTopColor: string;
206
- };
207
- 'tfoot td': {
208
- verticalAlign: string;
209
- };
210
- } | {
211
- fontSize: string;
212
- lineHeight: number;
213
- p: {
214
- marginTop: string;
215
- marginBottom: string;
216
- };
217
- 'p:first-child': {
218
- marginTop: number;
219
- };
220
- 'p:last-child': {
221
- marginBottom: number;
222
- };
223
- a: {};
224
- 'a:hover': {};
225
- blockquote: {};
226
- 'blockquote p:first-of-type::before': {};
227
- 'blockquote p:last-of-type::after': {};
228
- cite: {};
229
- ol: {
230
- fontSize: string;
231
- paddingLeft: string;
232
- margin: number;
233
- marginLeft: string;
234
- };
235
- ul: {
236
- fontSize: string;
237
- paddingLeft: string;
238
- margin: number;
239
- marginLeft: string;
240
- listStylePosition: string;
241
- listStyleType: string;
242
- };
243
- li: {};
244
- 'ol > li': {
245
- paddingLeft: string;
246
- };
247
- 'ul > li': {
248
- paddingLeft: string;
249
- marginBottom: string;
250
- };
251
- 'ul > li:last-child': {
252
- marginBottom: number;
253
- };
254
- '> ul > li p': {
255
- margin: number;
256
- display: string;
257
- };
258
- hr: {};
259
- h1: {
260
- fontSize: string;
261
- lineHeight: number;
262
- };
263
- h2: {
264
- fontSize: string;
265
- lineHeight: number;
266
- };
267
- h3: {
268
- fontSize: string;
269
- lineHeight: number;
270
- };
271
- h4: {
272
- marginTop: string;
273
- marginBottom: string;
274
- fontSize: string;
275
- lineHeight: number;
276
- };
277
- h5: {
278
- marginTop: string;
279
- marginBottom: string;
280
- fontSize: string;
281
- lineHeight: number;
282
- };
283
- h6: {
284
- marginTop: string;
285
- marginBottom: string;
286
- fontSize: string;
287
- lineHeight: number;
288
- };
289
- 'hr + *': {
290
- marginTop: string;
291
- };
292
- 'h2 + *': {
293
- marginTop: string;
294
- };
295
- 'h3 + *': {
296
- marginTop: string;
297
- };
298
- 'h4 + *': {
299
- marginTop: string;
300
- };
301
- img: {
302
- marginTop: string;
303
- marginBottom: string;
304
- };
305
- 'img:first-child': {
306
- marginTop: number;
307
- };
308
- 'img:last-child': {
309
- marginBottom: number;
310
- };
311
- picture: {
312
- marginTop: string;
313
- marginBottom: string;
314
- };
315
- 'picture > img': {
316
- marginTop: string;
317
- marginBottom: string;
318
- };
319
- video: {
320
- marginTop: string;
321
- marginBottom: string;
322
- };
323
- kbd: {
324
- fontSize: string;
325
- borderRadius: string;
326
- paddingTop: string;
327
- paddingRight: string;
328
- paddingBottom: string;
329
- paddingLeft: string;
330
- };
331
- code: {
332
- fontSize: string;
333
- };
334
- 'h2 code': {
335
- fontSize: string;
336
- };
337
- 'h3 code': {
338
- fontSize: string;
339
- };
340
- pre: {
341
- fontSize: string;
342
- lineHeight: number;
343
- marginTop: string;
344
- marginBottom: string;
345
- borderRadius: string;
346
- paddingTop: string;
347
- paddingRight: string;
348
- paddingBottom: string;
349
- paddingLeft: string;
350
- };
351
- 'ul ul, ul ol, ol ul, ol ol': {
352
- marginTop: string;
353
- marginBottom: string;
354
- };
355
- dl: {
356
- marginTop: string;
357
- marginBottom: string;
358
- };
359
- dt: {
360
- marginTop: string;
361
- };
362
- dd: {
363
- marginTop: string;
364
- paddingLeft: string;
365
- };
366
- table: {
367
- fontSize: string;
368
- lineHeight: number;
369
- };
370
- 'thead th': {
371
- paddingRight: string;
372
- paddingBottom: string;
373
- paddingLeft: string;
374
- };
375
- 'thead th:first-child': {
376
- paddingLeft: string;
377
- };
378
- 'thead th:last-child': {
379
- paddingRight: string;
380
- };
381
- 'tbody td, tfoot td': {
382
- paddingTop: string;
383
- paddingRight: string;
384
- paddingBottom: string;
385
- paddingLeft: string;
386
- };
387
- 'tbody td:first-child, tfoot td:first-child': {
388
- paddingLeft: string;
389
- };
390
- 'tbody td:last-child, tfoot td:last-child': {
391
- paddingRight: string;
392
- };
393
- })[];
394
- };
395
- sm: {
396
- css: {
397
- p: {};
398
- 'p:first-child': {};
399
- 'p:last-child': {};
400
- a: {};
401
- 'a:hover': {};
402
- blockquote: {};
403
- 'blockquote p:first-of-type::before': {};
404
- 'blockquote p:last-of-type::after': {};
405
- cite: {};
406
- ol: {};
407
- ul: {};
408
- li: {};
409
- 'ol > li': {};
410
- 'ul > li': {};
411
- 'ul > li:last-child': {};
412
- '> ul > li p': {};
413
- hr: {};
414
- h1: {
415
- fontSize: string;
416
- };
417
- h2: {
418
- fontSize: string;
419
- };
420
- h3: {
421
- fontSize: string;
422
- };
423
- h4: {};
424
- h5: {};
425
- h6: {};
426
- 'hr + *': {};
427
- 'h2 + *': {};
428
- 'h3 + *': {};
429
- 'h4 + *': {};
430
- img: {};
431
- 'img:first-child': {};
432
- 'img:last-child': {};
433
- picture: {};
434
- 'picture > img': {};
435
- video: {};
436
- kbd: {};
437
- code: {};
438
- 'h2 code': {};
439
- 'h3 code': {};
440
- pre: {};
441
- 'ul ul, ul ol, ol ul, ol ol': {};
442
- dl: {};
443
- dt: {};
444
- dd: {};
445
- table: {};
446
- 'thead th': {};
447
- 'thead th:first-child': {};
448
- 'thead th:last-child': {};
449
- 'tbody td, tfoot td': {};
450
- 'tbody td:first-child, tfoot td:first-child': {};
451
- 'tbody td:last-child, tfoot td:last-child': {};
452
- }[];
453
- };
454
- lg: {
455
- css: {
456
- p: {};
457
- 'p:first-child': {};
458
- 'p:last-child': {};
459
- a: {};
460
- 'a:hover': {};
461
- blockquote: {};
462
- 'blockquote p:first-of-type::before': {};
463
- 'blockquote p:last-of-type::after': {};
464
- cite: {};
465
- ol: {};
466
- ul: {};
467
- li: {};
468
- 'ol > li': {};
469
- 'ul > li': {};
470
- 'ul > li:last-child': {};
471
- '> ul > li p': {};
472
- hr: {};
473
- h1: {
474
- fontSize: string;
475
- lineHeight: number;
476
- };
477
- h2: {
478
- fontSize: string;
479
- lineHeight: number;
480
- };
481
- h3: {
482
- fontSize: string;
483
- lineHeight: number;
484
- };
485
- h4: {
486
- fontSize: string;
487
- marginTop: string;
488
- marginBottom: string;
489
- };
490
- h5: {
491
- fontSize: string;
492
- marginTop: string;
493
- marginBottom: string;
494
- };
495
- h6: {};
496
- 'hr + *': {};
497
- 'h2 + *': {};
498
- 'h3 + *': {};
499
- 'h4 + *': {};
500
- img: {};
501
- 'img:first-child': {};
502
- 'img:last-child': {};
503
- picture: {};
504
- 'picture > img': {};
505
- video: {};
506
- kbd: {};
507
- code: {};
508
- 'h2 code': {};
509
- 'h3 code': {};
510
- pre: {};
511
- 'ul ul, ul ol, ol ul, ol ol': {};
512
- dl: {};
513
- dt: {};
514
- dd: {};
515
- table: {};
516
- 'thead th': {};
517
- 'thead th:first-child': {};
518
- 'thead th:last-child': {};
519
- 'tbody td, tfoot td': {};
520
- 'tbody td:first-child, tfoot td:first-child': {};
521
- 'tbody td:last-child, tfoot td:last-child': {};
522
- }[];
523
- };
524
- xl: {
525
- css: {
526
- p: {};
527
- 'p:first-child': {};
528
- 'p:last-child': {};
529
- a: {};
530
- 'a:hover': {};
531
- blockquote: {};
532
- 'blockquote p:first-of-type::before': {};
533
- 'blockquote p:last-of-type::after': {};
534
- cite: {};
535
- ol: {};
536
- ul: {};
537
- li: {};
538
- 'ol > li': {};
539
- 'ul > li': {};
540
- 'ul > li:last-child': {};
541
- '> ul > li p': {};
542
- hr: {};
543
- h1: {
544
- fontSize: string;
545
- lineHeight: number;
546
- };
547
- h2: {
548
- fontSize: string;
549
- lineHeight: number;
550
- };
551
- h3: {
552
- fontSize: string;
553
- lineHeight: number;
554
- };
555
- h4: {
556
- fontSize: string;
557
- marginTop: string;
558
- marginBottom: string;
559
- };
560
- h5: {
561
- fontSize: string;
562
- marginTop: string;
563
- marginBottom: string;
564
- };
565
- h6: {};
566
- 'hr + *': {};
567
- 'h2 + *': {};
568
- 'h3 + *': {};
569
- 'h4 + *': {};
570
- img: {};
571
- 'img:first-child': {};
572
- 'img:last-child': {};
573
- picture: {};
574
- 'picture > img': {};
575
- video: {};
576
- kbd: {};
577
- code: {};
578
- 'h2 code': {};
579
- 'h3 code': {};
580
- pre: {};
581
- 'ul ul, ul ol, ol ul, ol ol': {};
582
- dl: {};
583
- dt: {};
584
- dd: {};
585
- table: {};
586
- 'thead th': {};
587
- 'thead th:first-child': {};
588
- 'thead th:last-child': {};
589
- 'tbody td, tfoot td': {};
590
- 'tbody td:first-child, tfoot td:first-child': {};
591
- 'tbody td:last-child, tfoot td:last-child': {};
592
- }[];
593
- };
594
- };
595
- //# sourceMappingURL=get-plugin-styles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-plugin-styles.d.ts","sourceRoot":"","sources":["../../../tailwind/typo-plugin/get-plugin-styles.js"],"names":[],"mappings":";AAypBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWE"}