@hanzo/ui 4.6.0 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/dist/index.d.mts +16 -0
  2. package/dist/index.d.ts +16 -0
  3. package/dist/index.js +9458 -0
  4. package/dist/index.mjs +9449 -0
  5. package/dist/lib/utils.d.mts +2 -0
  6. package/dist/lib/utils.d.ts +2 -0
  7. package/dist/lib/utils.js +47 -0
  8. package/dist/lib/utils.mjs +28 -0
  9. package/dist/src/utils.d.mts +7 -0
  10. package/dist/src/utils.d.ts +7 -0
  11. package/dist/src/utils.js +47 -0
  12. package/dist/src/utils.mjs +28 -0
  13. package/dist/tailwind/index.d.mts +2 -0
  14. package/dist/tailwind/index.d.ts +2 -0
  15. package/dist/tailwind/index.js +2048 -0
  16. package/dist/tailwind/index.mjs +2017 -0
  17. package/dist/types/index.d.mts +12 -0
  18. package/dist/types/index.d.ts +12 -0
  19. package/dist/types/index.js +79 -0
  20. package/dist/types/index.mjs +56 -0
  21. package/package.json +151 -25
  22. package/MCP-INSTRUCTIONS.md +0 -73
  23. package/README-MCP.md +0 -175
  24. package/assets/ai-icons.tsx +0 -207
  25. package/assets/crypto.tsx +0 -33
  26. package/assets/file-type-icon.tsx +0 -66
  27. package/assets/file.tsx +0 -45
  28. package/assets/general.tsx +0 -2318
  29. package/assets/hanzo-logo.svg +0 -9
  30. package/assets/hanzo-logo.tsx +0 -15
  31. package/assets/index.ts +0 -8
  32. package/assets/index.tsx +0 -4
  33. package/assets/llm-provider.tsx +0 -1094
  34. package/blocks/components/accordian-block.tsx +0 -48
  35. package/blocks/components/block-component-props.ts +0 -11
  36. package/blocks/components/bullet-cards-block.tsx +0 -46
  37. package/blocks/components/card-block/index.tsx +0 -171
  38. package/blocks/components/card-block/link-out-button.tsx +0 -20
  39. package/blocks/components/card-block/util.ts +0 -28
  40. package/blocks/components/carte-blanche-block/index.tsx +0 -127
  41. package/blocks/components/carte-blanche-block/variant-content-left.tsx +0 -49
  42. package/blocks/components/content.tsx +0 -70
  43. package/blocks/components/cta-block.tsx +0 -115
  44. package/blocks/components/enh-heading-block.tsx +0 -204
  45. package/blocks/components/grid-block/grid-block-mutator.ts +0 -12
  46. package/blocks/components/grid-block/index.tsx +0 -83
  47. package/blocks/components/grid-block/mutator-registry.ts +0 -10
  48. package/blocks/components/grid-block/table-borders.mutator.ts +0 -47
  49. package/blocks/components/group-block.tsx +0 -83
  50. package/blocks/components/heading-block.tsx +0 -88
  51. package/blocks/components/image-block.tsx +0 -111
  52. package/blocks/components/index.ts +0 -30
  53. package/blocks/components/screenful-block/content.tsx +0 -123
  54. package/blocks/components/screenful-block/index.tsx +0 -107
  55. package/blocks/components/screenful-block/poster-background.tsx +0 -34
  56. package/blocks/components/screenful-block/video-background.tsx +0 -45
  57. package/blocks/components/space-block.tsx +0 -66
  58. package/blocks/components/video-block.tsx +0 -138
  59. package/blocks/def/accordian-block.ts +0 -14
  60. package/blocks/def/block.ts +0 -7
  61. package/blocks/def/bullet-cards-block.ts +0 -22
  62. package/blocks/def/card-block.ts +0 -22
  63. package/blocks/def/carte-blanche-block.ts +0 -21
  64. package/blocks/def/cta-block.ts +0 -19
  65. package/blocks/def/element-block.ts +0 -11
  66. package/blocks/def/enh-heading-block.ts +0 -44
  67. package/blocks/def/grid-block.ts +0 -16
  68. package/blocks/def/group-block.ts +0 -11
  69. package/blocks/def/heading-block.ts +0 -15
  70. package/blocks/def/image-block.ts +0 -31
  71. package/blocks/def/index.ts +0 -35
  72. package/blocks/def/screenful-block.ts +0 -54
  73. package/blocks/def/space-block.ts +0 -64
  74. package/blocks/def/video-block.ts +0 -9
  75. package/blocks/index.ts +0 -2
  76. package/components/index.ts +0 -56
  77. package/dist/button.d.ts +0 -1
  78. package/dist/button.js +0 -1
  79. package/dist/hooks/index.d.ts +0 -7
  80. package/dist/hooks/index.js +0 -7
  81. package/dist/hooks/use-click-away.d.ts +0 -2
  82. package/dist/hooks/use-click-away.js +0 -23
  83. package/dist/hooks/use-combined-refs.d.ts +0 -3
  84. package/dist/hooks/use-combined-refs.js +0 -18
  85. package/dist/hooks/use-copy-clipboard.d.ts +0 -9
  86. package/dist/hooks/use-copy-clipboard.js +0 -21
  87. package/dist/hooks/use-debounce.d.ts +0 -1
  88. package/dist/hooks/use-debounce.js +0 -13
  89. package/dist/hooks/use-fill-ids.d.ts +0 -8
  90. package/dist/hooks/use-fill-ids.js +0 -20
  91. package/dist/hooks/use-map.d.ts +0 -1
  92. package/dist/hooks/use-map.js +0 -20
  93. package/dist/hooks/use-measure.d.ts +0 -8
  94. package/dist/hooks/use-measure.js +0 -25
  95. package/dist/hooks/use-reverse-video-playback.d.ts +0 -1
  96. package/dist/hooks/use-reverse-video-playback.js +0 -41
  97. package/dist/hooks/use-scroll-restoration.d.ts +0 -8
  98. package/dist/hooks/use-scroll-restoration.js +0 -36
  99. package/dist/mcp/enhanced-server.d.ts +0 -29
  100. package/dist/mcp/enhanced-server.js +0 -1128
  101. package/dist/mcp/index.d.ts +0 -28
  102. package/dist/mcp/index.js +0 -436
  103. package/dist/registry/api.d.ts +0 -37
  104. package/dist/registry/api.js +0 -129
  105. package/dist/registry/index.d.ts +0 -353
  106. package/dist/registry/index.js +0 -45
  107. package/dist/utils.d.ts +0 -1
  108. package/dist/utils.js +0 -1
  109. package/environment.d.ts +0 -6
  110. package/helpers/file.ts +0 -33
  111. package/helpers/memoization.ts +0 -40
  112. package/primitives/accordion.tsx +0 -74
  113. package/primitives/action-button.tsx +0 -42
  114. package/primitives/alert-dialog.tsx +0 -185
  115. package/primitives/alert.tsx +0 -74
  116. package/primitives/apply-typography.tsx +0 -55
  117. package/primitives/aspect-ratio.tsx +0 -5
  118. package/primitives/avatar.tsx +0 -57
  119. package/primitives/background-beams.tsx +0 -142
  120. package/primitives/badge.tsx +0 -44
  121. package/primitives/breadcrumb.tsx +0 -130
  122. package/primitives/breakpoint-indicator.tsx +0 -19
  123. package/primitives/button.tsx +0 -82
  124. package/primitives/calendar.tsx +0 -72
  125. package/primitives/card.tsx +0 -97
  126. package/primitives/carousel.tsx +0 -237
  127. package/primitives/chat/chat-input-area.tsx +0 -87
  128. package/primitives/chat/chat-input.tsx +0 -71
  129. package/primitives/chat/files-preview.tsx +0 -330
  130. package/primitives/chat/index.ts +0 -6
  131. package/primitives/chat/json-form.tsx +0 -8
  132. package/primitives/chat/message-list.tsx +0 -307
  133. package/primitives/chat/message.tsx +0 -569
  134. package/primitives/chat/sqlite-preview.tsx +0 -215
  135. package/primitives/checkbox.tsx +0 -31
  136. package/primitives/collapsible.tsx +0 -9
  137. package/primitives/combobox.tsx +0 -239
  138. package/primitives/command.tsx +0 -149
  139. package/primitives/context-menu.tsx +0 -206
  140. package/primitives/copy-to-clipboard-icon.tsx +0 -60
  141. package/primitives/dialog-video-controller.tsx +0 -38
  142. package/primitives/dialog.tsx +0 -123
  143. package/primitives/dot-pattern.tsx +0 -57
  144. package/primitives/dots-loader.tsx +0 -13
  145. package/primitives/drawer.tsx +0 -110
  146. package/primitives/dropdown-menu.tsx +0 -199
  147. package/primitives/error-message.tsx +0 -19
  148. package/primitives/file-uploader.tsx +0 -200
  149. package/primitives/form.tsx +0 -183
  150. package/primitives/hover-card.tsx +0 -28
  151. package/primitives/icons/github.tsx +0 -14
  152. package/primitives/icons/index.ts +0 -18
  153. package/primitives/icons/youtube-logo.tsx +0 -59
  154. package/primitives/index-common.ts +0 -303
  155. package/primitives/index-next.ts +0 -4
  156. package/primitives/input-otp.tsx +0 -65
  157. package/primitives/input.tsx +0 -125
  158. package/primitives/label.tsx +0 -20
  159. package/primitives/list-adaptor.ts +0 -12
  160. package/primitives/list-box.tsx +0 -74
  161. package/primitives/loading-spinner.tsx +0 -33
  162. package/primitives/markdown-preview.tsx +0 -609
  163. package/primitives/mermaid.tsx +0 -196
  164. package/primitives/navigation-menu.tsx +0 -147
  165. package/primitives/next/image.tsx +0 -90
  166. package/primitives/next/index.ts +0 -7
  167. package/primitives/next/inline-icon.tsx +0 -36
  168. package/primitives/next/link-element.tsx +0 -109
  169. package/primitives/next/mdx-link.tsx +0 -22
  170. package/primitives/next/media-stack.tsx +0 -69
  171. package/primitives/next/nav-items.tsx +0 -45
  172. package/primitives/next/youtube-embed.tsx +0 -83
  173. package/primitives/pagination.tsx +0 -117
  174. package/primitives/popover.tsx +0 -32
  175. package/primitives/pretty-json-print.tsx +0 -28
  176. package/primitives/progress.tsx +0 -26
  177. package/primitives/prompt-textarea.tsx +0 -72
  178. package/primitives/qr-code.tsx +0 -112
  179. package/primitives/radio-group.tsx +0 -42
  180. package/primitives/resizable.tsx +0 -47
  181. package/primitives/scroll-area.tsx +0 -57
  182. package/primitives/search-input.tsx +0 -66
  183. package/primitives/select.tsx +0 -122
  184. package/primitives/separator.tsx +0 -25
  185. package/primitives/sheet.tsx +0 -139
  186. package/primitives/skeleton.tsx +0 -17
  187. package/primitives/slider.tsx +0 -62
  188. package/primitives/sonner.tsx +0 -35
  189. package/primitives/step-indicator.tsx +0 -69
  190. package/primitives/stepper.tsx +0 -272
  191. package/primitives/switch.tsx +0 -26
  192. package/primitives/table.tsx +0 -105
  193. package/primitives/tabs.tsx +0 -50
  194. package/primitives/text-area.tsx +0 -26
  195. package/primitives/text-link.tsx +0 -25
  196. package/primitives/textarea.tsx +0 -61
  197. package/primitives/textfield.tsx +0 -75
  198. package/primitives/toast.tsx +0 -30
  199. package/primitives/toggle-group.tsx +0 -63
  200. package/primitives/toggle.tsx +0 -44
  201. package/primitives/tooltip.tsx +0 -47
  202. package/primitives/video-player.tsx +0 -23
  203. package/public/r/accordion.json +0 -11
  204. package/public/r/alert.json +0 -11
  205. package/public/r/avatar.json +0 -11
  206. package/public/r/badge.json +0 -11
  207. package/public/r/button.json +0 -11
  208. package/public/r/card.json +0 -11
  209. package/public/r/checkbox.json +0 -11
  210. package/public/r/default.json +0 -6
  211. package/public/r/dialog.json +0 -11
  212. package/public/r/input.json +0 -11
  213. package/public/r/label.json +0 -11
  214. package/public/r/new-york.json +0 -6
  215. package/public/r/popover.json +0 -11
  216. package/public/r/select.json +0 -11
  217. package/public/r/table.json +0 -11
  218. package/public/r/tabs.json +0 -11
  219. package/public/r/toast.json +0 -11
  220. package/registry.json +0 -184
  221. package/src/button.ts +0 -1
  222. package/src/hooks/index.ts +0 -7
  223. package/src/hooks/use-click-away.ts +0 -31
  224. package/src/hooks/use-combined-refs.ts +0 -22
  225. package/src/hooks/use-copy-clipboard.ts +0 -30
  226. package/src/hooks/use-debounce.ts +0 -17
  227. package/src/hooks/use-fill-ids.ts +0 -25
  228. package/src/hooks/use-map.ts +0 -26
  229. package/src/hooks/use-measure.ts +0 -42
  230. package/src/hooks/use-reverse-video-playback.ts +0 -43
  231. package/src/hooks/use-scroll-restoration.ts +0 -50
  232. package/src/mcp/README.md +0 -141
  233. package/src/mcp/enhanced-server.ts +0 -1208
  234. package/src/mcp/index.ts +0 -518
  235. package/src/mcp/package.json +0 -10
  236. package/src/registry/api.ts +0 -164
  237. package/src/registry/index.ts +0 -60
  238. package/src/registry/package.json +0 -10
  239. package/src/utils.ts +0 -1
  240. package/tailwind/colors.tailwind.js +0 -53
  241. package/tailwind/fontFamily.tailwind.ts +0 -7
  242. package/tailwind/fontSize.tailwind.ts +0 -13
  243. package/tailwind/index.ts +0 -7
  244. package/tailwind/safelist.tailwind.js +0 -26
  245. package/tailwind/screens.tailwind.js +0 -8
  246. package/tailwind/spacing.tailwind.js +0 -65
  247. package/tailwind/tailwind.config.hanzo-preset.d.ts +0 -5
  248. package/tailwind/tailwind.config.hanzo-preset.js +0 -915
  249. package/tailwind/tw-font-desc.ts +0 -15
  250. package/tailwind/typo-plugin/get-plugin-styles.js +0 -679
  251. package/tailwind/typo-plugin/index.d.ts +0 -9
  252. package/tailwind/typo-plugin/index.js +0 -141
  253. package/tailwind/typo-plugin/utils.js +0 -60
  254. package/tailwind/typography-test.mdx +0 -35
  255. package/tailwind/z-index.tailwind.js +0 -71
  256. package/test/test-registry.js +0 -73
  257. package/test-imports.mjs +0 -19
  258. package/tsconfig.json +0 -22
  259. package/types/animation-def.ts +0 -3
  260. package/types/breakpoints.ts +0 -11
  261. package/types/bullet-item.ts +0 -10
  262. package/types/button-def.ts +0 -39
  263. package/types/dimensions.ts +0 -8
  264. package/types/grid-def.ts +0 -56
  265. package/types/image-def.ts +0 -32
  266. package/types/index.ts +0 -29
  267. package/types/link-def.ts +0 -56
  268. package/types/media-stack-def.ts +0 -31
  269. package/types/t-shirt-size.ts +0 -5
  270. package/types/tshirt-dimensions.ts +0 -20
  271. package/types/video-def.ts +0 -25
  272. package/util/blob.ts +0 -28
  273. package/util/copy-to-clipboard.ts +0 -17
  274. package/util/create-shadow-root.ts +0 -22
  275. package/util/date.ts +0 -83
  276. package/util/debounce.ts +0 -11
  277. package/util/file.ts +0 -15
  278. package/util/format-and-abbreviate-as-currency.ts +0 -125
  279. package/util/format-text.ts +0 -33
  280. package/util/format-to-max-char.ts +0 -68
  281. package/util/index-client.ts +0 -3
  282. package/util/index.ts +0 -9
  283. package/util/number-abbreviate.ts +0 -49
  284. package/util/specifier.ts +0 -43
  285. package/util/spread-to-transform.ts +0 -24
  286. package/util/step-animation.ts +0 -90
  287. package/util/timing.ts +0 -3
  288. package/util/toasts.tsx +0 -17
  289. package/util/two-way-map.ts +0 -19
  290. package/utils.ts +0 -9
@@ -0,0 +1,2048 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
9
+ var __export = (target, all) => {
10
+ for (var name in all)
11
+ __defProp(target, name, { get: all[name], enumerable: true });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
+
31
+ // tailwind/index.ts
32
+ var tailwind_exports = {};
33
+ __export(tailwind_exports, {
34
+ preset: () => tailwind_config_hanzo_preset_default
35
+ });
36
+ module.exports = __toCommonJS(tailwind_exports);
37
+
38
+ // tailwind/tailwind.config.hanzo-preset.js
39
+ var import_tailwindcss_animate = __toESM(require("tailwindcss-animate"));
40
+ var import_container_queries = __toESM(require("@tailwindcss/container-queries"));
41
+ var import_tailwindcss_interaction_media = __toESM(require("tailwindcss-interaction-media"));
42
+
43
+ // tailwind/colors.tailwind.js
44
+ var colors_tailwind_default = /* @__PURE__ */ __name(({ colors }) => ({
45
+ inherit: colors.inherit,
46
+ current: colors.current,
47
+ transparent: colors.transparent,
48
+ ring: "var(--hz-ui-ring)",
49
+ background: "var(--hz-ui-bg-0)",
50
+ // Should be partially transparent,
51
+ // so opacity animations in 'vaul' module and other 3rd party stuff work
52
+ overlay: "var(--hz-ui-bg-overlay)",
53
+ // levels forward in z-index (a la Material Design)
54
+ level: {
55
+ DEFAULT: "var(--hz-ui-bg-0)",
56
+ "0": "var(--hz-ui-bg-0)",
57
+ "1": "var(--hz-ui-bg-1)",
58
+ "2": "var(--hz-ui-bg-2)",
59
+ "3": "var(--hz-ui-bg-3)"
60
+ },
61
+ accent: "var(--hz-ui-fg-0)",
62
+ // full contrast (darkTheme:white) : heading and links hover
63
+ foreground: "var(--hz-ui-fg-body)",
64
+ // body text off-white (bright enough to contrast to bg-level-1)
65
+ muted: {
66
+ DEFAULT: "var(--hz-ui-fg-2)",
67
+ // de-emphasized: fine print
68
+ "1": "var(--hz-ui-fg-2)",
69
+ // synonymous ^^^
70
+ "2": "var(--hz-ui-fg-3)",
71
+ // disabled or very de-emphasized
72
+ "3": "var(--hz-ui-fg-4)",
73
+ // very disabled ;)
74
+ "4": "var(--hz-ui-fg-5)"
75
+ // disabled border
76
+ },
77
+ primary: {
78
+ DEFAULT: "var(--hz-ui-primary)",
79
+ lux: "var(--hz-ui-primary)",
80
+ // in case there are two configs
81
+ hover: "var(--hz-ui-primary-hover)",
82
+ fg: "var(--hz-ui-primary-fg)"
83
+ },
84
+ secondary: {
85
+ DEFAULT: "var(--hz-ui-secondary)",
86
+ lux: "var(--hz-ui-secondary)",
87
+ // in case there are two configs
88
+ hover: "var(--hz-ui-secondary-hover)",
89
+ fg: "var(--hz-ui-secondary-fg)",
90
+ "0": "var(--hz-ui-secondary-0)",
91
+ "1": "var(--hz-ui-secondary-1)",
92
+ "2": "var(--hz-ui-secondary-2)",
93
+ "3": "var(--hz-ui-secondary-3)"
94
+ },
95
+ destructive: {
96
+ DEFAULT: "var(--hz-ui-destructive)",
97
+ fg: "var(--hz-ui-destructive-fg)"
98
+ },
99
+ nav: {
100
+ DEFAULT: "var(--hz-ui-nav)",
101
+ hover: "var(--hz-ui-nav-hover)",
102
+ current: "var(--hz-ui-nav-current)"
103
+ }
104
+ }), "default");
105
+
106
+ // tailwind/safelist.tailwind.js
107
+ var safelist_tailwind_default = [
108
+ "font-sans",
109
+ {
110
+ pattern: /grid-cols-[1-6]/,
111
+ variants: ["xs", "sm", "md", "lg", "xl", "2xl"]
112
+ },
113
+ {
114
+ // SpaceBlock
115
+ pattern: /h-([0-9]|[1-3][0-9]|40)/,
116
+ variants: ["xs", "sm", "md", "lg", "xl", "2xl"]
117
+ },
118
+ {
119
+ pattern: /order-[0-6]/
120
+ },
121
+ {
122
+ // EnhHeadingBlock
123
+ pattern: /mb-([1-9]|1[0-2])/
124
+ },
125
+ "md:text-left",
126
+ // EnhHeadingBlock
127
+ "md:text-center",
128
+ "md:text-right",
129
+ "md:self-start",
130
+ "md:self-center",
131
+ "md:self-end"
132
+ ];
133
+
134
+ // tailwind/screens.tailwind.js
135
+ var screens_tailwind_default = {
136
+ xs: "0px",
137
+ // <-- phone
138
+ sm: "480px",
139
+ // phone --><-- sm tablets / narrow
140
+ md: "768px",
141
+ // sm tablets / narrow -->
142
+ lg: "1024px",
143
+ xl: "1280px",
144
+ "2xl": "1500px"
145
+ };
146
+
147
+ // tailwind/spacing.tailwind.js
148
+ var percentages = {};
149
+ for (let i = 0; i <= 100; i++) {
150
+ percentages[`pr-${i}`] = `${i}%`;
151
+ }
152
+ var spacing_tailwind_default = {
153
+ ...percentages,
154
+ px: "1px",
155
+ 0: "0px",
156
+ 0.5: "0.125rem",
157
+ 1: "0.25rem",
158
+ 1.5: "0.375rem",
159
+ 2: "0.5rem",
160
+ 2.5: "0.625rem",
161
+ 3: "0.75rem",
162
+ 3.5: "0.875rem",
163
+ 4: "1rem",
164
+ 5: "1.25rem",
165
+ 6: "1.5rem",
166
+ 7: "1.75rem",
167
+ 8: "2rem",
168
+ 9: "2.25rem",
169
+ 10: "2.5rem",
170
+ 11: "2.75rem",
171
+ 12: "3rem",
172
+ 13: "3.25rem",
173
+ 14: "3.5rem",
174
+ 15: "3.75rem",
175
+ 16: "4rem",
176
+ 17: "4.25rem",
177
+ 18: "4.5rem",
178
+ 19: "4.75rem",
179
+ 20: "5rem",
180
+ 21: "5.25rem",
181
+ 22: "5.5rem",
182
+ 23: "5.75rem",
183
+ 24: "6rem",
184
+ 25: "5.25rem",
185
+ 26: "5.5rem",
186
+ 27: "5.75rem",
187
+ 28: "7rem",
188
+ 29: "7.25rem",
189
+ 30: "7.5rem",
190
+ 31: "7.75rem",
191
+ 32: "8rem",
192
+ 33: "8.25rem",
193
+ 34: "8.5rem",
194
+ 35: "8.75rem",
195
+ 36: "9rem",
196
+ 37: "9.25rem",
197
+ 38: "9.5rem",
198
+ 39: "9.75rem",
199
+ 40: "10rem",
200
+ 44: "11rem",
201
+ 48: "12rem",
202
+ 52: "13rem",
203
+ 56: "14rem",
204
+ 60: "15rem",
205
+ 64: "16rem",
206
+ 72: "18rem",
207
+ 80: "20rem",
208
+ 96: "24rem"
209
+ };
210
+
211
+ // tailwind/fontSize.tailwind.ts
212
+ var fontSize_tailwind_default = {
213
+ xxs: ["0.65rem", { lineHeight: "0.8rem" }],
214
+ // very fine print
215
+ xs: ["0.8rem", { lineHeight: "1rem" }],
216
+ // fine print
217
+ sm: ["0.9rem", { lineHeight: "1.2rem" }],
218
+ // 'standard' some news article cards (set manually when using typography-sm)
219
+ base: ["1rem", { lineHeight: 1.4 }],
220
+ lg: ["1.125rem", { lineHeight: "1.75rem" }],
221
+ xl: ["1.25rem", { lineHeight: "1.75rem" }],
222
+ "2xl": ["1.5rem", { lineHeight: "2rem" }],
223
+ "3xl": ["1.875rem", { lineHeight: "2.25rem" }],
224
+ "4xl": ["2.25rem", { lineHeight: "2.5rem" }],
225
+ "5xl": ["3rem", { lineHeight: "1" }],
226
+ "6xl": ["3.75rem", { lineHeight: "1" }]
227
+ };
228
+
229
+ // tailwind/fontFamily.tailwind.ts
230
+ var fontFamily_tailwind_default = {
231
+ sans: ["sans-serif"],
232
+ heading: ["serif"],
233
+ nav: ["serif"],
234
+ serif: ["serif"],
235
+ mono: ["monospace"]
236
+ };
237
+
238
+ // tailwind/z-index.tailwind.js
239
+ var zIndex = {
240
+ auto: "auto",
241
+ unset: "unset",
242
+ ...{
243
+ "below-content-3": "-3",
244
+ "below-content-2": "-2",
245
+ "below-content-1": "-1",
246
+ "below-content": "-1",
247
+ "content": "0",
248
+ "above-content": "1",
249
+ "above-content-1": "1",
250
+ "above-content-2": "2",
251
+ "above-content-3": "3"
252
+ },
253
+ // popups that may scroll w content, appear below header, etc
254
+ // for larger, modal popups, please use 'modal'
255
+ ...{
256
+ "below-popup-3": "7",
257
+ "below-popup-2": "8",
258
+ "below-popup-1": "9",
259
+ "below-popup": "9",
260
+ "popup": "10",
261
+ "above-popup": "11",
262
+ "above-popup-1": "11",
263
+ "above-popup-2": "12",
264
+ "above-popup-3": "13"
265
+ },
266
+ ...{
267
+ "below-header-3": "17",
268
+ "below-header-2": "18",
269
+ "below-header-1": "19",
270
+ "below-header": "19",
271
+ "header": "20",
272
+ "above-header": "21",
273
+ "above-header-1": "21",
274
+ "above-header-2": "22",
275
+ "above-header-3": "23"
276
+ },
277
+ // drawer, dialog, full screen menu
278
+ ...{
279
+ "below-modal-3": "27",
280
+ "below-modal-2": "28",
281
+ "below-modal-1": "29",
282
+ "below-modal": "29",
283
+ "modal": "30",
284
+ "above-modal": "31",
285
+ "above-modal-1": "31",
286
+ "above-modal-2": "32",
287
+ "above-modal-3": "33"
288
+ },
289
+ // "highest": help button, other UI that floats above everything.
290
+ ...{
291
+ "below-floating-3": "37",
292
+ "below-floating-2": "38",
293
+ "below-floating-1": "39",
294
+ "below-floating": "39",
295
+ "floating": "40",
296
+ "above-floating": "41",
297
+ "above-floating-1": "41",
298
+ "above-floating-2": "42",
299
+ "above-floating-3": "43"
300
+ }
301
+ };
302
+ for (let i = 0; i <= 50; i++) {
303
+ zIndex[`${i}`] = `${i}`;
304
+ }
305
+ var z_index_tailwind_default = zIndex;
306
+
307
+ // tailwind/typo-plugin/index.js
308
+ var import_plugin = __toESM(require("tailwindcss/plugin"));
309
+ var import_lodash2 = __toESM(require("lodash.merge"));
310
+ var import_lodash3 = __toESM(require("lodash.castarray"));
311
+
312
+ // util/index.ts
313
+ function round(value) {
314
+ return Math.round(value * 100) / 100;
315
+ }
316
+ __name(round, "round");
317
+ function pxToRem(px, base = 16) {
318
+ return `${px / base}rem`;
319
+ }
320
+ __name(pxToRem, "pxToRem");
321
+ function pxToEm(px, base = 16) {
322
+ return `${px / base}em`;
323
+ }
324
+ __name(pxToEm, "pxToEm");
325
+
326
+ // tailwind/typo-plugin/get-plugin-styles.js
327
+ var typographyColorTheme = {
328
+ // vars are defined in global.css
329
+ // and dark mode is handled at that level.
330
+ "--tw-typo-plugin-body": "var(--hz-ui-fg-body)",
331
+ "--tw-typo-plugin-headings": "var(--hz-ui-fg-0)",
332
+ "--tw-typo-plugin-links": "var(--hz-ui-fg-0)",
333
+ "--tw-typo-plugin-links-hover": "var(--hz-ui-fg-2)",
334
+ "--tw-typo-plugin-bold": "var(--hz-ui-fg-0)",
335
+ "--tw-typo-plugin-counters": "var(--hz-ui-fg-4)",
336
+ "--tw-typo-plugin-bullets": "var(--hz-ui-fg-2)",
337
+ "--tw-typo-plugin-hr": "var(--hz-ui-fg-2)",
338
+ "--tw-typo-plugin-quotes": "var(--hz-ui-fg-body)",
339
+ "--tw-typo-plugin-quote-borders": "var(--hz-ui-fg-3)",
340
+ "--tw-typo-plugin-captions": "var(--hz-ui-fg-2)",
341
+ "--tw-typo-plugin-kbd": "var(--hz-ui-fg-0)",
342
+ "--tw-typo-plugin-kbd-shadows": "var(--hz-ui-fg-1)",
343
+ "--tw-typo-plugin-code": "var(--hz-ui-fg-0)",
344
+ "--tw-typo-plugin-pre-code": "var(--hz-ui-fg-1)",
345
+ "--tw-typo-plugin-pre-bg": "var(--hz-ui-bg-1)",
346
+ "--tw-typo-plugin-th-borders": "var(--hz-ui-fg-2)",
347
+ "--tw-typo-plugin-td-borders": "var(--hz-ui-fg-3)"
348
+ };
349
+ var defaultCSS = {
350
+ color: "var(--tw-typo-plugin-body)",
351
+ // YUCK maxWidth: '65ch',
352
+ p: {
353
+ textAlign: "inherit"
354
+ },
355
+ // Required to maintain correct order when merging
356
+ "p:first-child": {},
357
+ "p:last-child": {},
358
+ a: {
359
+ color: "var(--tw-typo-plugin-links)",
360
+ textDecoration: "underline",
361
+ fontWeight: "400"
362
+ },
363
+ "a:hover": {
364
+ color: "var(--tw-typo-plugin-links-hover)"
365
+ },
366
+ blockquote: {
367
+ fontWeight: "400",
368
+ fontStyle: "italic",
369
+ color: "var(--tw-typo-plugin-quotes)",
370
+ quotes: '"\\201C""\\201D""\\2018""\\2019"'
371
+ },
372
+ //'blockquote::before': {},
373
+ //'blockquote::after': {},
374
+ "blockquote p:first-of-type::before": {
375
+ content: "open-quote"
376
+ },
377
+ "blockquote p:last-of-type::after": {
378
+ content: "close-quote"
379
+ },
380
+ "blockquote strong": {
381
+ color: "inherit"
382
+ },
383
+ cite: {
384
+ display: "block",
385
+ fontStyle: "normal",
386
+ textAlign: "right",
387
+ color: "var(--tw-typo-plugin-quotes)"
388
+ },
389
+ ol: {
390
+ listStyleType: "decimal"
391
+ },
392
+ ul: {
393
+ //listStyleType: 'disc',
394
+ },
395
+ "ol > li::marker": {
396
+ fontWeight: "400",
397
+ color: "var(--tw-typo-plugin-counters)"
398
+ },
399
+ "ul > li::marker": {
400
+ color: "var(--tw-typo-plugin-bullets)"
401
+ },
402
+ "ul > li::before": {},
403
+ hr: {
404
+ borderColor: "var(--tw-typo-plugin-hr)",
405
+ borderTopWidth: 1
406
+ },
407
+ h1: {
408
+ color: "var(--tw-typo-plugin-headings)",
409
+ fontWeight: "800",
410
+ textAlign: "inherit",
411
+ textTransform: "uppercase"
412
+ },
413
+ h2: {
414
+ color: "var(--tw-typo-plugin-headings)",
415
+ fontWeight: "700",
416
+ textAlign: "inherit",
417
+ textTransform: "uppercase"
418
+ },
419
+ h3: {
420
+ color: "var(--tw-typo-plugin-headings)",
421
+ fontWeight: "600",
422
+ textAlign: "inherit",
423
+ textTransform: "uppercase"
424
+ },
425
+ h4: {
426
+ color: "var(--tw-typo-plugin-headings)",
427
+ fontWeight: "600",
428
+ textAlign: "inherit"
429
+ },
430
+ h5: {
431
+ color: "var(--tw-typo-plugin-headings)",
432
+ fontWeight: "600",
433
+ textAlign: "inherit"
434
+ },
435
+ h6: {
436
+ color: "var(--tw-typo-plugin-headings)",
437
+ textAlign: "inherit"
438
+ },
439
+ img: {},
440
+ "img:first-child": {},
441
+ "img:last-child": {},
442
+ picture: {
443
+ display: "block"
444
+ },
445
+ strong: {
446
+ color: "var(--tw-typo-plugin-bold)",
447
+ fontWeight: "600"
448
+ },
449
+ video: {},
450
+ kbd: {
451
+ fontWeight: "500",
452
+ fontFamily: "inherit",
453
+ color: "var(--tw-typo-plugin-kbd)",
454
+ boxShadow: "0 0 0 1px rgb(var(--tw-typo-plugin-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-typo-plugin-kbd-shadows) / 10%)"
455
+ },
456
+ code: {
457
+ color: "var(--tw-typo-plugin-code)",
458
+ fontWeight: "500"
459
+ },
460
+ "code::before": {
461
+ content: '"`"'
462
+ },
463
+ "code::after": {
464
+ content: '"`"'
465
+ },
466
+ "a code": {
467
+ color: "inherit"
468
+ },
469
+ "h1 code": {
470
+ color: "inherit"
471
+ },
472
+ "h2 code": {
473
+ color: "inherit"
474
+ },
475
+ "h3 code": {
476
+ color: "inherit"
477
+ },
478
+ "h4 code": {
479
+ color: "inherit"
480
+ },
481
+ "h5 code": {
482
+ color: "inherit"
483
+ },
484
+ "h6 code": {
485
+ color: "inherit"
486
+ },
487
+ "blockquote code": {
488
+ color: "inherit"
489
+ },
490
+ "thead th code": {
491
+ color: "inherit"
492
+ },
493
+ pre: {
494
+ color: "var(--tw-typo-plugin-pre-code)",
495
+ backgroundColor: "var(--tw-typo-plugin-pre-bg)",
496
+ overflowX: "auto",
497
+ fontWeight: "400"
498
+ },
499
+ "pre code": {
500
+ backgroundColor: "transparent",
501
+ borderWidth: "0",
502
+ borderRadius: "0",
503
+ padding: "0",
504
+ fontWeight: "inherit",
505
+ color: "inherit",
506
+ fontSize: "inherit",
507
+ fontFamily: "inherit",
508
+ lineHeight: "inherit"
509
+ },
510
+ "pre code::before": {
511
+ content: "none"
512
+ },
513
+ "pre code::after": {
514
+ content: "none"
515
+ },
516
+ table: {
517
+ width: "100%",
518
+ tableLayout: "auto",
519
+ textAlign: "left"
520
+ },
521
+ thead: {
522
+ borderBottomWidth: "1px",
523
+ borderBottomColor: "var(--tw-typo-plugin-th-borders)"
524
+ },
525
+ "thead th": {
526
+ color: "var(--tw-typo-plugin-headings)",
527
+ fontWeight: "600",
528
+ verticalAlign: "bottom"
529
+ },
530
+ "tbody tr": {},
531
+ "tbody tr:last-child": {},
532
+ "tbody td": {
533
+ verticalAlign: "baseline"
534
+ },
535
+ tfoot: {
536
+ borderTopWidth: "1px",
537
+ borderTopColor: "var(--tw-typo-plugin-th-borders)"
538
+ },
539
+ "tfoot td": {
540
+ verticalAlign: "top"
541
+ }
542
+ };
543
+ var defaultModifiers = /* @__PURE__ */ __name((base) => ({
544
+ base: {
545
+ css: [
546
+ {
547
+ fontSize: "1rem",
548
+ lineHeight: 1.4,
549
+ p: {
550
+ marginTop: "0.33rem",
551
+ marginBottom: "0.33rem"
552
+ },
553
+ "p:first-child": {
554
+ marginTop: 0
555
+ },
556
+ "p:last-child": {
557
+ marginBottom: 0
558
+ },
559
+ a: {},
560
+ "a:hover": {},
561
+ blockquote: {
562
+ //color: 'blue', //var(--tw-typo-plugin-quotes)',
563
+ //marginTop: pxToEm(32, 20),
564
+ //marginBottom: pxToEm(32, 20),
565
+ //paddingLeft: pxToEm(20, 20),
566
+ },
567
+ //'blockquote::before': {},
568
+ //'blockquote::after': {},
569
+ "blockquote p:first-of-type::before": {},
570
+ "blockquote p:last-of-type::after": {},
571
+ cite: {},
572
+ ol: {
573
+ fontSize: "1rem",
574
+ paddingLeft: "1.5rem",
575
+ margin: 0,
576
+ marginLeft: "-5px"
577
+ },
578
+ ul: {
579
+ fontSize: "1rem",
580
+ paddingLeft: "1.5rem",
581
+ margin: 0,
582
+ marginLeft: "-0.6rem",
583
+ listStylePosition: "outside",
584
+ listStyleType: "'\u25BC'"
585
+ },
586
+ li: {},
587
+ "ol > li": {
588
+ paddingLeft: "0.4rem"
589
+ },
590
+ "ul > li": {
591
+ paddingLeft: "0.75rem",
592
+ marginBottom: "0.75rem"
593
+ },
594
+ "ul > li:last-child": {
595
+ marginBottom: 0
596
+ },
597
+ "> ul > li p": {
598
+ margin: 0,
599
+ display: "inline"
600
+ },
601
+ hr: {},
602
+ h1: {
603
+ fontSize: pxToRem(40, base),
604
+ lineHeight: 1.2
605
+ },
606
+ h2: {
607
+ fontSize: pxToRem(36, base),
608
+ lineHeight: 1.2
609
+ },
610
+ h3: {
611
+ fontSize: "1.4rem",
612
+ lineHeight: 1.2
613
+ },
614
+ h4: {
615
+ marginTop: "0.5rem",
616
+ marginBottom: "0.5rem",
617
+ fontSize: "1.3rem",
618
+ lineHeight: 1.2
619
+ },
620
+ h5: {
621
+ marginTop: "0.5rem",
622
+ marginBottom: "0.5rem",
623
+ fontSize: "1.2rem",
624
+ lineHeight: 1.4
625
+ },
626
+ h6: {
627
+ marginTop: "0.5rem",
628
+ marginBottom: "0.5rem",
629
+ fontSize: "1.15rem",
630
+ lineHeight: 1.3
631
+ },
632
+ "hr + *": {
633
+ marginTop: "0"
634
+ },
635
+ "h2 + *": {
636
+ marginTop: "0"
637
+ },
638
+ "h3 + *": {
639
+ marginTop: "0"
640
+ },
641
+ "h4 + *": {
642
+ marginTop: "0"
643
+ },
644
+ img: {
645
+ marginTop: "0.5rem",
646
+ marginBottom: "0.5rem"
647
+ },
648
+ "img:first-child": {
649
+ marginTop: 0
650
+ },
651
+ "img:last-child": {
652
+ marginBottom: 0
653
+ },
654
+ picture: {
655
+ marginTop: pxToRem(20, base),
656
+ marginBottom: pxToRem(20, base)
657
+ },
658
+ "picture > img": {
659
+ marginTop: "0",
660
+ marginBottom: "0"
661
+ },
662
+ video: {
663
+ marginTop: pxToRem(20, base),
664
+ marginBottom: pxToRem(20, base)
665
+ },
666
+ kbd: {
667
+ fontSize: pxToEm(14, 16),
668
+ borderRadius: pxToRem(5, base),
669
+ paddingTop: pxToEm(3, 16),
670
+ paddingRight: pxToEm(6, 16),
671
+ paddingBottom: pxToEm(3, 16),
672
+ paddingLeft: pxToEm(6, 16)
673
+ },
674
+ code: {
675
+ fontSize: pxToEm(14, 16)
676
+ },
677
+ "h2 code": {
678
+ fontSize: pxToEm(21, 24)
679
+ },
680
+ "h3 code": {
681
+ fontSize: pxToEm(18, 20)
682
+ },
683
+ pre: {
684
+ fontSize: pxToRem(14, 16),
685
+ lineHeight: round(24 / 14),
686
+ marginTop: pxToEm(24, 14),
687
+ marginBottom: pxToEm(24, 14),
688
+ borderRadius: pxToRem(6, base),
689
+ paddingTop: pxToEm(12, 14),
690
+ paddingRight: pxToEm(16, 14),
691
+ paddingBottom: pxToEm(12, 14),
692
+ paddingLeft: pxToEm(16, 14)
693
+ },
694
+ /*
695
+ '> ul > li > *:first-child': {},
696
+ '> ul > li > *:last-child': {},
697
+ '> ol > li > *:first-child': {},
698
+ '> ol > li > *:last-child': {},
699
+ */
700
+ "ul ul, ul ol, ol ul, ol ol": {
701
+ marginTop: pxToRem(12, base),
702
+ marginBottom: pxToRem(12, base)
703
+ },
704
+ dl: {
705
+ marginTop: pxToEm(20, 16),
706
+ marginBottom: pxToEm(20, base)
707
+ },
708
+ dt: {
709
+ marginTop: pxToEm(20, base)
710
+ },
711
+ dd: {
712
+ marginTop: pxToEm(8, base),
713
+ paddingLeft: pxToEm(26, base)
714
+ },
715
+ table: {
716
+ fontSize: pxToEm(14, base),
717
+ lineHeight: round(24 / 14)
718
+ },
719
+ "thead th": {
720
+ paddingRight: pxToEm(8, 14),
721
+ paddingBottom: pxToEm(8, 14),
722
+ paddingLeft: pxToEm(8, 14)
723
+ },
724
+ "thead th:first-child": {
725
+ paddingLeft: "0"
726
+ },
727
+ "thead th:last-child": {
728
+ paddingRight: "0"
729
+ },
730
+ "tbody td, tfoot td": {
731
+ paddingTop: pxToEm(8, 14),
732
+ paddingRight: pxToEm(8, 14),
733
+ paddingBottom: pxToEm(8, 14),
734
+ paddingLeft: pxToEm(8, 14)
735
+ },
736
+ "tbody td:first-child, tfoot td:first-child": {
737
+ paddingLeft: "0"
738
+ },
739
+ "tbody td:last-child, tfoot td:last-child": {
740
+ paddingRight: "0"
741
+ }
742
+ }
743
+ ]
744
+ },
745
+ sm: {
746
+ css: [
747
+ {
748
+ p: {},
749
+ "p:first-child": {},
750
+ "p:last-child": {},
751
+ a: {},
752
+ "a:hover": {},
753
+ blockquote: {},
754
+ //'blockquote::before': {},
755
+ //'blockquote::after': {},
756
+ "blockquote p:first-of-type::before": {},
757
+ "blockquote p:last-of-type::after": {},
758
+ cite: {},
759
+ ol: {},
760
+ ul: {},
761
+ li: {},
762
+ "ol > li": {},
763
+ "ul > li": {},
764
+ "ul > li:last-child": {},
765
+ "> ul > li p": {},
766
+ hr: {},
767
+ h1: {
768
+ fontSize: pxToRem(24, base)
769
+ },
770
+ h2: {
771
+ fontSize: pxToRem(20, base)
772
+ },
773
+ h3: {
774
+ fontSize: pxToEm(18, base)
775
+ },
776
+ h4: {},
777
+ h5: {},
778
+ h6: {},
779
+ "hr + *": {},
780
+ "h2 + *": {},
781
+ "h3 + *": {},
782
+ "h4 + *": {},
783
+ img: {},
784
+ "img:first-child": {},
785
+ "img:last-child": {},
786
+ picture: {},
787
+ "picture > img": {},
788
+ video: {},
789
+ kbd: {},
790
+ code: {},
791
+ "h2 code": {},
792
+ "h3 code": {},
793
+ pre: {},
794
+ /*
795
+ '> ul > li > *:first-child': {},
796
+ '> ul > li > *:last-child': {},
797
+ '> ol > li > *:first-child': {},
798
+ '> ol > li > *:last-child': {},
799
+ */
800
+ "ul ul, ul ol, ol ul, ol ol": {},
801
+ dl: {},
802
+ dt: {},
803
+ dd: {},
804
+ table: {},
805
+ "thead th": {},
806
+ "thead th:first-child": {},
807
+ "thead th:last-child": {},
808
+ "tbody td, tfoot td": {},
809
+ "tbody td:first-child, tfoot td:first-child": {},
810
+ "tbody td:last-child, tfoot td:last-child": {}
811
+ }
812
+ ]
813
+ },
814
+ lg: {
815
+ css: [
816
+ {
817
+ p: {},
818
+ "p:first-child": {},
819
+ "p:last-child": {},
820
+ a: {},
821
+ "a:hover": {},
822
+ blockquote: {},
823
+ //'blockquote::before': {},
824
+ //'blockquote::after': {},
825
+ "blockquote p:first-of-type::before": {},
826
+ "blockquote p:last-of-type::after": {},
827
+ cite: {},
828
+ ol: {},
829
+ ul: {},
830
+ li: {},
831
+ "ol > li": {},
832
+ "ul > li": {},
833
+ "ul > li:last-child": {},
834
+ "> ul > li p": {},
835
+ hr: {},
836
+ h1: {
837
+ fontSize: pxToRem(45, base),
838
+ lineHeight: 1.1
839
+ },
840
+ h2: {
841
+ fontSize: pxToRem(40, base),
842
+ lineHeight: 1.1
843
+ },
844
+ h3: {
845
+ fontSize: pxToRem(32, base),
846
+ lineHeight: 1.1
847
+ },
848
+ h4: {
849
+ fontSize: pxToRem(26, base),
850
+ marginTop: pxToRem(13, base),
851
+ marginBottom: pxToRem(13, base)
852
+ },
853
+ h5: {
854
+ fontSize: pxToRem(22, base),
855
+ marginTop: pxToRem(11, base),
856
+ marginBottom: pxToRem(11, base)
857
+ },
858
+ h6: {},
859
+ "hr + *": {},
860
+ "h2 + *": {},
861
+ "h3 + *": {},
862
+ "h4 + *": {},
863
+ img: {},
864
+ "img:first-child": {},
865
+ "img:last-child": {},
866
+ picture: {},
867
+ "picture > img": {},
868
+ video: {},
869
+ kbd: {},
870
+ code: {},
871
+ "h2 code": {},
872
+ "h3 code": {},
873
+ pre: {},
874
+ /*
875
+ '> ul > li > *:first-child': {},
876
+ '> ul > li > *:last-child': {},
877
+ '> ol > li > *:first-child': {},
878
+ '> ol > li > *:last-child': {},
879
+ */
880
+ "ul ul, ul ol, ol ul, ol ol": {},
881
+ dl: {},
882
+ dt: {},
883
+ dd: {},
884
+ table: {},
885
+ "thead th": {},
886
+ "thead th:first-child": {},
887
+ "thead th:last-child": {},
888
+ "tbody td, tfoot td": {},
889
+ "tbody td:first-child, tfoot td:first-child": {},
890
+ "tbody td:last-child, tfoot td:last-child": {}
891
+ }
892
+ ]
893
+ },
894
+ xl: {
895
+ css: [
896
+ {
897
+ p: {},
898
+ "p:first-child": {},
899
+ "p:last-child": {},
900
+ a: {},
901
+ "a:hover": {},
902
+ blockquote: {},
903
+ //'blockquote::before': {},
904
+ //'blockquote::after': {},
905
+ "blockquote p:first-of-type::before": {},
906
+ "blockquote p:last-of-type::after": {},
907
+ cite: {},
908
+ ol: {},
909
+ ul: {},
910
+ li: {},
911
+ "ol > li": {},
912
+ "ul > li": {},
913
+ "ul > li:last-child": {},
914
+ "> ul > li p": {},
915
+ hr: {},
916
+ h1: {
917
+ fontSize: pxToRem(52, base),
918
+ lineHeight: 1.1
919
+ },
920
+ h2: {
921
+ fontSize: pxToRem(45, base),
922
+ lineHeight: 1.1
923
+ },
924
+ h3: {
925
+ fontSize: pxToRem(40, base),
926
+ lineHeight: 1.1
927
+ },
928
+ h4: {
929
+ fontSize: pxToRem(28, base),
930
+ marginTop: pxToRem(13, base),
931
+ marginBottom: pxToRem(13, base)
932
+ },
933
+ h5: {
934
+ fontSize: pxToRem(22, base),
935
+ marginTop: pxToRem(11, base),
936
+ marginBottom: pxToRem(11, base)
937
+ },
938
+ h6: {},
939
+ "hr + *": {},
940
+ "h2 + *": {},
941
+ "h3 + *": {},
942
+ "h4 + *": {},
943
+ img: {},
944
+ "img:first-child": {},
945
+ "img:last-child": {},
946
+ picture: {},
947
+ "picture > img": {},
948
+ video: {},
949
+ kbd: {},
950
+ code: {},
951
+ "h2 code": {},
952
+ "h3 code": {},
953
+ pre: {},
954
+ /*
955
+ '> ul > li > *:first-child': {},
956
+ '> ul > li > *:last-child': {},
957
+ '> ol > li > *:first-child': {},
958
+ '> ol > li > *:last-child': {},
959
+ */
960
+ "ul ul, ul ol, ol ul, ol ol": {},
961
+ dl: {},
962
+ dt: {},
963
+ dd: {},
964
+ table: {},
965
+ "thead th": {},
966
+ "thead th:first-child": {},
967
+ "thead th:last-child": {},
968
+ "tbody td, tfoot td": {},
969
+ "tbody td:first-child, tfoot td:first-child": {},
970
+ "tbody td:last-child, tfoot td:last-child": {}
971
+ }
972
+ ]
973
+ }
974
+ }), "defaultModifiers");
975
+ var getStyles = /* @__PURE__ */ __name((baseFontSize2) => ({
976
+ DEFAULT: {
977
+ css: [
978
+ defaultCSS,
979
+ typographyColorTheme,
980
+ ...defaultModifiers(baseFontSize2).base.css
981
+ ]
982
+ },
983
+ sm: defaultModifiers(baseFontSize2).sm,
984
+ lg: defaultModifiers(baseFontSize2).lg,
985
+ xl: defaultModifiers(baseFontSize2).xl
986
+ }), "getStyles");
987
+ var get_plugin_styles_default = getStyles;
988
+
989
+ // tailwind/typo-plugin/utils.js
990
+ var import_lodash = __toESM(require("lodash.isplainobject"));
991
+ var import_postcss_selector_parser = __toESM(require("postcss-selector-parser"));
992
+ var parseSelector = (0, import_postcss_selector_parser.default)();
993
+ function commonTrailingPseudos(selector) {
994
+ let ast = parseSelector.astSync(selector);
995
+ let matrix = [];
996
+ for (let [i, sel] of ast.nodes.entries()) {
997
+ for (const [j, child] of [...sel.nodes].reverse().entries()) {
998
+ if (child.type !== "pseudo" || !child.value.startsWith("::")) {
999
+ break;
1000
+ }
1001
+ matrix[j] = matrix[j] || [];
1002
+ matrix[j][i] = child;
1003
+ }
1004
+ }
1005
+ let trailingPseudos = import_postcss_selector_parser.default.selector();
1006
+ for (const pseudos of matrix) {
1007
+ if (!pseudos) {
1008
+ continue;
1009
+ }
1010
+ let values = /* @__PURE__ */ new Set([...pseudos.map((p) => p.value)]);
1011
+ if (values.size > 1) {
1012
+ break;
1013
+ }
1014
+ pseudos.forEach((pseudo) => pseudo.remove());
1015
+ trailingPseudos.prepend(pseudos[0]);
1016
+ }
1017
+ if (trailingPseudos.nodes.length) {
1018
+ return [trailingPseudos.toString(), ast.toString()];
1019
+ }
1020
+ return [null, selector];
1021
+ }
1022
+ __name(commonTrailingPseudos, "commonTrailingPseudos");
1023
+
1024
+ // tailwind/typo-plugin/index.js
1025
+ var baseFontSize = 16;
1026
+ var computed = {
1027
+ // Reserved for future "magic properties", for example:
1028
+ // bulletColor: (color) => ({ 'ul > li::before': { backgroundColor: color } }),
1029
+ };
1030
+ function inWhere(selector, { className, modifier, prefix }) {
1031
+ let prefixedNot = prefix(`.not-${className}`).slice(1);
1032
+ let selectorPrefix = selector.startsWith(">") ? `${modifier === "DEFAULT" ? `.${className}` : `.${className}-${modifier}`} ` : "";
1033
+ let [trailingPseudo, rebuiltSelector] = commonTrailingPseudos(selector);
1034
+ if (trailingPseudo) {
1035
+ return `:where(${selectorPrefix}${rebuiltSelector}):not(:where([class~="${prefixedNot}"],[class~="${prefixedNot}"] *))${trailingPseudo}`;
1036
+ }
1037
+ return `:where(${selectorPrefix}${selector}):not(:where([class~="${prefixedNot}"],[class~="${prefixedNot}"] *))`;
1038
+ }
1039
+ __name(inWhere, "inWhere");
1040
+ function isObject(value) {
1041
+ return typeof value === "object" && value !== null;
1042
+ }
1043
+ __name(isObject, "isObject");
1044
+ function configToCss(config = {}, { target, className, modifier, prefix }) {
1045
+ function updateSelector(k, v) {
1046
+ if (target === "legacy") {
1047
+ return [k, v];
1048
+ }
1049
+ if (Array.isArray(v)) {
1050
+ return [k, v];
1051
+ }
1052
+ if (isObject(v)) {
1053
+ let nested = Object.values(v).some(isObject);
1054
+ if (nested) {
1055
+ return [
1056
+ inWhere(k, { className, modifier, prefix }),
1057
+ v,
1058
+ Object.fromEntries(Object.entries(v).map(([k2, v2]) => updateSelector(k2, v2)))
1059
+ ];
1060
+ }
1061
+ return [inWhere(k, { className, modifier, prefix }), v];
1062
+ }
1063
+ return [k, v];
1064
+ }
1065
+ __name(updateSelector, "updateSelector");
1066
+ return Object.fromEntries(
1067
+ Object.entries(
1068
+ (0, import_lodash2.default)(
1069
+ {},
1070
+ ...Object.keys(config).filter((key) => computed[key]).map((key) => computed[key](config[key])),
1071
+ ...(0, import_lodash3.default)(config.css || {})
1072
+ )
1073
+ ).map(([k, v]) => updateSelector(k, v))
1074
+ );
1075
+ }
1076
+ __name(configToCss, "configToCss");
1077
+ var typo_plugin_default = import_plugin.default.withOptions(
1078
+ ({ className = "prose", target = "modern", base = 16 } = {}) => {
1079
+ baseFontSize = base;
1080
+ return function({ addVariant, addComponents, theme, prefix }) {
1081
+ let modifiers = theme("typography");
1082
+ let options = { className, prefix };
1083
+ for (let [name, ...selectors] of [
1084
+ [
1085
+ "headings",
1086
+ "h1",
1087
+ "h2",
1088
+ "h3"
1089
+ /* 'h4', 'h5', 'h6', 'th' */
1090
+ ],
1091
+ ["h1"],
1092
+ ["h2"],
1093
+ ["h3"],
1094
+ ["h4"],
1095
+ ["h5"],
1096
+ ["h6"],
1097
+ ["p"],
1098
+ ["a"],
1099
+ ["blockquote"],
1100
+ ["figure"],
1101
+ ["figcaption"],
1102
+ ["strong"],
1103
+ ["em"],
1104
+ ["code"],
1105
+ ["pre"],
1106
+ ["ol"],
1107
+ ["ul"],
1108
+ ["li"],
1109
+ ["table"],
1110
+ ["thead"],
1111
+ ["tr"],
1112
+ ["th"],
1113
+ ["td"],
1114
+ ["img"],
1115
+ ["video"],
1116
+ ["hr"]
1117
+ ]) {
1118
+ selectors = selectors.length === 0 ? [name] : selectors;
1119
+ let selector = target === "legacy" ? selectors.map((selector2) => `& ${selector2}`) : selectors.join(", ");
1120
+ addVariant(
1121
+ `${className}-${name}`,
1122
+ target === "legacy" ? selector : `& :is(${inWhere(selector, options)})`
1123
+ );
1124
+ }
1125
+ addComponents(
1126
+ Object.keys(modifiers).map((modifier) => ({
1127
+ [modifier === "DEFAULT" ? `.${className}` : `.${className}-${modifier}`]: configToCss(
1128
+ modifiers[modifier],
1129
+ {
1130
+ target,
1131
+ className,
1132
+ modifier,
1133
+ prefix
1134
+ }
1135
+ )
1136
+ }))
1137
+ );
1138
+ };
1139
+ },
1140
+ () => {
1141
+ return {
1142
+ theme: { typography: get_plugin_styles_default(baseFontSize) }
1143
+ };
1144
+ }
1145
+ );
1146
+
1147
+ // tailwind/tailwind.config.hanzo-preset.js
1148
+ var tailwind_config_hanzo_preset_default = {
1149
+ darkMode: ["class"],
1150
+ content: [],
1151
+ safelist: safelist_tailwind_default,
1152
+ plugins: [
1153
+ import_tailwindcss_animate.default,
1154
+ typo_plugin_default({ className: "typography", base: 16 }),
1155
+ import_container_queries.default,
1156
+ import_tailwindcss_interaction_media.default
1157
+ ],
1158
+ theme: {
1159
+ accentColor: /* @__PURE__ */ __name(({ theme }) => ({
1160
+ ...theme("colors"),
1161
+ auto: "auto"
1162
+ }), "accentColor"),
1163
+ animation: {
1164
+ none: "none",
1165
+ spin: "spin 1s linear infinite",
1166
+ ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
1167
+ pulse: "pulse 2s linear(0, 1) infinite",
1168
+ // cubic-bezier(0.4, 0, 0.6, 1)
1169
+ pulsereverse: "pulse 2s linear(1, 0) infinite",
1170
+ bounce: "bounce 1s infinite",
1171
+ "accordion-down": "accordion-down 0.2s ease-out",
1172
+ "accordion-up": "accordion-up 0.2s ease-out",
1173
+ "mobile-menu-open": "opacity-in 300ms ease-in"
1174
+ },
1175
+ aria: {
1176
+ checked: 'checked="true"',
1177
+ disabled: 'disabled="true"',
1178
+ expanded: 'expanded="true"',
1179
+ hidden: 'hidden="true"',
1180
+ pressed: 'pressed="true"',
1181
+ readonly: 'readonly="true"',
1182
+ required: 'required="true"',
1183
+ selected: 'selected="true"'
1184
+ },
1185
+ aspectRatio: {
1186
+ auto: "auto",
1187
+ square: "1 / 1",
1188
+ video: "16 / 9"
1189
+ },
1190
+ backdropBlur: /* @__PURE__ */ __name(({ theme }) => theme("blur"), "backdropBlur"),
1191
+ backdropBrightness: /* @__PURE__ */ __name(({ theme }) => theme("brightness"), "backdropBrightness"),
1192
+ backdropContrast: /* @__PURE__ */ __name(({ theme }) => theme("contrast"), "backdropContrast"),
1193
+ backdropGrayscale: /* @__PURE__ */ __name(({ theme }) => theme("grayscale"), "backdropGrayscale"),
1194
+ backdropHueRotate: /* @__PURE__ */ __name(({ theme }) => theme("hueRotate"), "backdropHueRotate"),
1195
+ backdropInvert: /* @__PURE__ */ __name(({ theme }) => theme("invert"), "backdropInvert"),
1196
+ backdropOpacity: /* @__PURE__ */ __name(({ theme }) => theme("opacity"), "backdropOpacity"),
1197
+ backdropSaturate: /* @__PURE__ */ __name(({ theme }) => theme("saturate"), "backdropSaturate"),
1198
+ backdropSepia: /* @__PURE__ */ __name(({ theme }) => theme("sepia"), "backdropSepia"),
1199
+ backgroundColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "backgroundColor"),
1200
+ backgroundImage: {
1201
+ none: "none",
1202
+ "gradient-to-t": "linear-gradient(to top, var(--tw-gradient-stops))",
1203
+ "gradient-to-tr": "linear-gradient(to top right, var(--tw-gradient-stops))",
1204
+ "gradient-to-r": "linear-gradient(to right, var(--tw-gradient-stops))",
1205
+ "gradient-to-br": "linear-gradient(to bottom right, var(--tw-gradient-stops))",
1206
+ "gradient-to-b": "linear-gradient(to bottom, var(--tw-gradient-stops))",
1207
+ "gradient-to-bl": "linear-gradient(to bottom left, var(--tw-gradient-stops))",
1208
+ "gradient-to-l": "linear-gradient(to left, var(--tw-gradient-stops))",
1209
+ "gradient-to-tl": "linear-gradient(to top left, var(--tw-gradient-stops))"
1210
+ },
1211
+ backgroundOpacity: /* @__PURE__ */ __name(({ theme }) => theme("opacity"), "backgroundOpacity"),
1212
+ backgroundPosition: {
1213
+ bottom: "bottom",
1214
+ center: "center",
1215
+ left: "left",
1216
+ "left-bottom": "left bottom",
1217
+ "left-top": "left top",
1218
+ right: "right",
1219
+ "right-bottom": "right bottom",
1220
+ "right-top": "right top",
1221
+ top: "top"
1222
+ },
1223
+ backgroundSize: {
1224
+ auto: "auto",
1225
+ cover: "cover",
1226
+ contain: "contain"
1227
+ },
1228
+ blur: {
1229
+ 0: "0",
1230
+ none: "0",
1231
+ sm: "4px",
1232
+ DEFAULT: "8px",
1233
+ md: "12px",
1234
+ lg: "16px",
1235
+ xl: "24px",
1236
+ "2xl": "40px",
1237
+ "3xl": "64px"
1238
+ },
1239
+ borderColor: /* @__PURE__ */ __name(({ theme }) => ({
1240
+ ...theme("colors"),
1241
+ DEFAULT: theme("colors.muted.3")
1242
+ }), "borderColor"),
1243
+ borderOpacity: /* @__PURE__ */ __name(({ theme }) => theme("opacity"), "borderOpacity"),
1244
+ borderRadius: {
1245
+ none: "0px",
1246
+ sm: "0.25rem",
1247
+ DEFAULT: "0.5rem",
1248
+ md: "0.5rem",
1249
+ lg: "0.75rem",
1250
+ xl: "1rem",
1251
+ "2xl": "1.5rem",
1252
+ "3xl": "2rem",
1253
+ full: "9999px"
1254
+ },
1255
+ borderSpacing: spacing_tailwind_default,
1256
+ borderWidth: {
1257
+ DEFAULT: "1px",
1258
+ 0: "0px",
1259
+ 2: "2px",
1260
+ 4: "4px",
1261
+ 8: "8px"
1262
+ },
1263
+ boxShadow: {
1264
+ sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)",
1265
+ DEFAULT: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
1266
+ md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
1267
+ lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
1268
+ xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
1269
+ "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)",
1270
+ inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",
1271
+ none: "none"
1272
+ },
1273
+ boxShadowColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "boxShadowColor"),
1274
+ brightness: {
1275
+ 0: "0",
1276
+ 50: ".5",
1277
+ 75: ".75",
1278
+ 90: ".9",
1279
+ 95: ".95",
1280
+ 100: "1",
1281
+ 105: "1.05",
1282
+ 110: "1.1",
1283
+ 125: "1.25",
1284
+ 150: "1.5",
1285
+ 200: "2"
1286
+ },
1287
+ caretColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "caretColor"),
1288
+ colors: colors_tailwind_default,
1289
+ columns: {
1290
+ auto: "auto",
1291
+ 1: "1",
1292
+ 2: "2",
1293
+ 3: "3",
1294
+ 4: "4",
1295
+ 5: "5",
1296
+ 6: "6",
1297
+ 7: "7",
1298
+ 8: "8",
1299
+ 9: "9",
1300
+ 10: "10",
1301
+ 11: "11",
1302
+ 12: "12",
1303
+ "3xs": "16rem",
1304
+ "2xs": "18rem",
1305
+ xs: "20rem",
1306
+ sm: "24rem",
1307
+ md: "28rem",
1308
+ lg: "32rem",
1309
+ xl: "36rem",
1310
+ "2xl": "42rem",
1311
+ "3xl": "48rem",
1312
+ "4xl": "56rem",
1313
+ "5xl": "64rem",
1314
+ "6xl": "72rem",
1315
+ "7xl": "80rem"
1316
+ },
1317
+ container: {
1318
+ center: true,
1319
+ padding: "2rem"
1320
+ },
1321
+ content: {
1322
+ none: "none"
1323
+ },
1324
+ contrast: {
1325
+ 0: "0",
1326
+ 50: ".5",
1327
+ 75: ".75",
1328
+ 100: "1",
1329
+ 125: "1.25",
1330
+ 150: "1.5",
1331
+ 200: "2"
1332
+ },
1333
+ cursor: {
1334
+ auto: "auto",
1335
+ default: "default",
1336
+ pointer: "pointer",
1337
+ wait: "wait",
1338
+ text: "text",
1339
+ move: "move",
1340
+ help: "help",
1341
+ "not-allowed": "not-allowed",
1342
+ none: "none",
1343
+ "context-menu": "context-menu",
1344
+ progress: "progress",
1345
+ cell: "cell",
1346
+ crosshair: "crosshair",
1347
+ "vertical-text": "vertical-text",
1348
+ alias: "alias",
1349
+ copy: "copy",
1350
+ "no-drop": "no-drop",
1351
+ grab: "grab",
1352
+ grabbing: "grabbing",
1353
+ "all-scroll": "all-scroll",
1354
+ "col-resize": "col-resize",
1355
+ "row-resize": "row-resize",
1356
+ "n-resize": "n-resize",
1357
+ "e-resize": "e-resize",
1358
+ "s-resize": "s-resize",
1359
+ "w-resize": "w-resize",
1360
+ "ne-resize": "ne-resize",
1361
+ "nw-resize": "nw-resize",
1362
+ "se-resize": "se-resize",
1363
+ "sw-resize": "sw-resize",
1364
+ "ew-resize": "ew-resize",
1365
+ "ns-resize": "ns-resize",
1366
+ "nesw-resize": "nesw-resize",
1367
+ "nwse-resize": "nwse-resize",
1368
+ "zoom-in": "zoom-in",
1369
+ "zoom-out": "zoom-out"
1370
+ },
1371
+ divideColor: /* @__PURE__ */ __name(({ theme }) => theme("borderColor"), "divideColor"),
1372
+ divideOpacity: /* @__PURE__ */ __name(({ theme }) => theme("borderOpacity"), "divideOpacity"),
1373
+ divideWidth: /* @__PURE__ */ __name(({ theme }) => theme("borderWidth"), "divideWidth"),
1374
+ dropShadow: {
1375
+ sm: "0 1px 1px rgb(0 0 0 / 0.05)",
1376
+ DEFAULT: ["0 1px 2px rgb(0 0 0 / 0.1)", "0 1px 1px rgb(0 0 0 / 0.06)"],
1377
+ md: ["0 4px 3px rgb(0 0 0 / 0.07)", "0 2px 2px rgb(0 0 0 / 0.06)"],
1378
+ lg: ["0 10px 8px rgb(0 0 0 / 0.04)", "0 4px 3px rgb(0 0 0 / 0.1)"],
1379
+ xl: ["0 20px 13px rgb(0 0 0 / 0.03)", "0 8px 5px rgb(0 0 0 / 0.08)"],
1380
+ "2xl": "0 25px 25px rgb(0 0 0 / 0.15)",
1381
+ none: "0 0 #0000"
1382
+ },
1383
+ fill: /* @__PURE__ */ __name(({ theme }) => ({
1384
+ none: "none",
1385
+ ...theme("colors")
1386
+ }), "fill"),
1387
+ flex: {
1388
+ 1: "1 1 0%",
1389
+ auto: "1 1 auto",
1390
+ initial: "0 1 auto",
1391
+ none: "none"
1392
+ },
1393
+ flexBasis: {
1394
+ auto: "auto",
1395
+ ...spacing_tailwind_default,
1396
+ "1/2": "50%",
1397
+ "1/3": "33.333333%",
1398
+ "2/3": "66.666667%",
1399
+ "1/4": "25%",
1400
+ "2/4": "50%",
1401
+ "3/4": "75%",
1402
+ "1/5": "20%",
1403
+ "2/5": "40%",
1404
+ "3/5": "60%",
1405
+ "4/5": "80%",
1406
+ "1/6": "16.666667%",
1407
+ "2/6": "33.333333%",
1408
+ "3/6": "50%",
1409
+ "4/6": "66.666667%",
1410
+ "5/6": "83.333333%",
1411
+ "1/12": "8.333333%",
1412
+ "2/12": "16.666667%",
1413
+ "3/12": "25%",
1414
+ "4/12": "33.333333%",
1415
+ "5/12": "41.666667%",
1416
+ "6/12": "50%",
1417
+ "7/12": "58.333333%",
1418
+ "8/12": "66.666667%",
1419
+ "9/12": "75%",
1420
+ "10/12": "83.333333%",
1421
+ "11/12": "91.666667%",
1422
+ full: "100%"
1423
+ },
1424
+ flexGrow: {
1425
+ 0: "0",
1426
+ DEFAULT: "1"
1427
+ },
1428
+ flexShrink: {
1429
+ 0: "0",
1430
+ DEFAULT: "1"
1431
+ },
1432
+ fontFamily: fontFamily_tailwind_default,
1433
+ fontSize: fontSize_tailwind_default,
1434
+ fontWeight: {
1435
+ thin: "100",
1436
+ extralight: "200",
1437
+ light: "300",
1438
+ normal: "400",
1439
+ medium: "500",
1440
+ semibold: "600",
1441
+ bold: "700",
1442
+ extrabold: "800",
1443
+ black: "900"
1444
+ },
1445
+ gap: spacing_tailwind_default,
1446
+ gradientColorStops: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "gradientColorStops"),
1447
+ gradientColorStopPositions: {
1448
+ "0%": "0%",
1449
+ "5%": "5%",
1450
+ "10%": "10%",
1451
+ "15%": "15%",
1452
+ "20%": "20%",
1453
+ "25%": "25%",
1454
+ "30%": "30%",
1455
+ "35%": "35%",
1456
+ "40%": "40%",
1457
+ "45%": "45%",
1458
+ "50%": "50%",
1459
+ "55%": "55%",
1460
+ "60%": "60%",
1461
+ "65%": "65%",
1462
+ "70%": "70%",
1463
+ "75%": "75%",
1464
+ "80%": "80%",
1465
+ "85%": "85%",
1466
+ "90%": "90%",
1467
+ "95%": "95%",
1468
+ "100%": "100%"
1469
+ },
1470
+ grayscale: {
1471
+ 0: "0",
1472
+ DEFAULT: "100%"
1473
+ },
1474
+ gridAutoColumns: {
1475
+ auto: "auto",
1476
+ min: "min-content",
1477
+ max: "max-content",
1478
+ fr: "minmax(0, 1fr)"
1479
+ },
1480
+ gridAutoRows: {
1481
+ auto: "auto",
1482
+ min: "min-content",
1483
+ max: "max-content",
1484
+ fr: "minmax(0, 1fr)"
1485
+ },
1486
+ gridColumn: {
1487
+ auto: "auto",
1488
+ "span-1": "span 1 / span 1",
1489
+ "span-2": "span 2 / span 2",
1490
+ "span-3": "span 3 / span 3",
1491
+ "span-4": "span 4 / span 4",
1492
+ "span-5": "span 5 / span 5",
1493
+ "span-6": "span 6 / span 6",
1494
+ "span-7": "span 7 / span 7",
1495
+ "span-8": "span 8 / span 8",
1496
+ "span-9": "span 9 / span 9",
1497
+ "span-10": "span 10 / span 10",
1498
+ "span-11": "span 11 / span 11",
1499
+ "span-12": "span 12 / span 12",
1500
+ "span-full": "1 / -1"
1501
+ },
1502
+ gridColumnEnd: {
1503
+ auto: "auto",
1504
+ 1: "1",
1505
+ 2: "2",
1506
+ 3: "3",
1507
+ 4: "4",
1508
+ 5: "5",
1509
+ 6: "6",
1510
+ 7: "7",
1511
+ 8: "8",
1512
+ 9: "9",
1513
+ 10: "10",
1514
+ 11: "11",
1515
+ 12: "12",
1516
+ 13: "13"
1517
+ },
1518
+ gridColumnStart: {
1519
+ auto: "auto",
1520
+ 1: "1",
1521
+ 2: "2",
1522
+ 3: "3",
1523
+ 4: "4",
1524
+ 5: "5",
1525
+ 6: "6",
1526
+ 7: "7",
1527
+ 8: "8",
1528
+ 9: "9",
1529
+ 10: "10",
1530
+ 11: "11",
1531
+ 12: "12",
1532
+ 13: "13"
1533
+ },
1534
+ gridRow: {
1535
+ auto: "auto",
1536
+ "span-1": "span 1 / span 1",
1537
+ "span-2": "span 2 / span 2",
1538
+ "span-3": "span 3 / span 3",
1539
+ "span-4": "span 4 / span 4",
1540
+ "span-5": "span 5 / span 5",
1541
+ "span-6": "span 6 / span 6",
1542
+ "span-full": "1 / -1"
1543
+ },
1544
+ gridRowEnd: {
1545
+ auto: "auto",
1546
+ 1: "1",
1547
+ 2: "2",
1548
+ 3: "3",
1549
+ 4: "4",
1550
+ 5: "5",
1551
+ 6: "6",
1552
+ 7: "7"
1553
+ },
1554
+ gridRowStart: {
1555
+ auto: "auto",
1556
+ 1: "1",
1557
+ 2: "2",
1558
+ 3: "3",
1559
+ 4: "4",
1560
+ 5: "5",
1561
+ 6: "6",
1562
+ 7: "7"
1563
+ },
1564
+ gridTemplateColumns: {
1565
+ none: "none",
1566
+ 1: "repeat(1, minmax(0, 1fr))",
1567
+ 2: "repeat(2, minmax(0, 1fr))",
1568
+ 3: "repeat(3, minmax(0, 1fr))",
1569
+ 4: "repeat(4, minmax(0, 1fr))",
1570
+ 5: "repeat(5, minmax(0, 1fr))",
1571
+ 6: "repeat(6, minmax(0, 1fr))",
1572
+ 7: "repeat(7, minmax(0, 1fr))",
1573
+ 8: "repeat(8, minmax(0, 1fr))",
1574
+ 9: "repeat(9, minmax(0, 1fr))",
1575
+ 10: "repeat(10, minmax(0, 1fr))",
1576
+ 11: "repeat(11, minmax(0, 1fr))",
1577
+ 12: "repeat(12, minmax(0, 1fr))"
1578
+ },
1579
+ gridTemplateRows: {
1580
+ none: "none",
1581
+ 1: "repeat(1, minmax(0, 1fr))",
1582
+ 2: "repeat(2, minmax(0, 1fr))",
1583
+ 3: "repeat(3, minmax(0, 1fr))",
1584
+ 4: "repeat(4, minmax(0, 1fr))",
1585
+ 5: "repeat(5, minmax(0, 1fr))",
1586
+ 6: "repeat(6, minmax(0, 1fr))"
1587
+ },
1588
+ height: {
1589
+ auto: "auto",
1590
+ ...spacing_tailwind_default,
1591
+ "1/2": "50%",
1592
+ "1/3": "33.333333%",
1593
+ "2/3": "66.666667%",
1594
+ "1/4": "25%",
1595
+ "2/4": "50%",
1596
+ "3/4": "75%",
1597
+ "1/5": "20%",
1598
+ "2/5": "40%",
1599
+ "3/5": "60%",
1600
+ "4/5": "80%",
1601
+ "1/6": "16.666667%",
1602
+ "2/6": "33.333333%",
1603
+ "3/6": "50%",
1604
+ "4/6": "66.666667%",
1605
+ "5/6": "83.333333%",
1606
+ full: "100%",
1607
+ screen: "100vh",
1608
+ min: "min-content",
1609
+ max: "max-content",
1610
+ fit: "fit-content"
1611
+ },
1612
+ hueRotate: {
1613
+ 0: "0deg",
1614
+ 15: "15deg",
1615
+ 30: "30deg",
1616
+ 60: "60deg",
1617
+ 90: "90deg",
1618
+ 180: "180deg"
1619
+ },
1620
+ inset: {
1621
+ auto: "auto",
1622
+ ...spacing_tailwind_default,
1623
+ "1/2": "50%",
1624
+ "1/3": "33.333333%",
1625
+ "2/3": "66.666667%",
1626
+ "1/4": "25%",
1627
+ "2/4": "50%",
1628
+ "3/4": "75%",
1629
+ full: "100%"
1630
+ },
1631
+ invert: {
1632
+ 0: "0",
1633
+ DEFAULT: "100%"
1634
+ },
1635
+ keyframes: {
1636
+ spin: {
1637
+ to: {
1638
+ transform: "rotate(360deg)"
1639
+ }
1640
+ },
1641
+ ping: {
1642
+ "75%, 100%": {
1643
+ transform: "scale(2)",
1644
+ opacity: "0"
1645
+ }
1646
+ },
1647
+ pulse: {
1648
+ "50%": {
1649
+ opacity: ".5"
1650
+ }
1651
+ },
1652
+ bounce: {
1653
+ "0%, 100%": {
1654
+ transform: "translateY(-25%)",
1655
+ animationTimingFunction: "cubic-bezier(0.8,0,1,1)"
1656
+ },
1657
+ "50%": {
1658
+ transform: "none",
1659
+ animationTimingFunction: "cubic-bezier(0,0,0.2,1)"
1660
+ }
1661
+ },
1662
+ "accordion-down": {
1663
+ from: { height: 0 },
1664
+ to: { height: "var(--radix-accordion-content-height)" }
1665
+ },
1666
+ "accordion-up": {
1667
+ from: { height: "var(--radix-accordion-content-height)" },
1668
+ to: { height: 0 }
1669
+ },
1670
+ "opacity-in": {
1671
+ from: { opacity: "0" },
1672
+ to: { opacity: "1" }
1673
+ }
1674
+ },
1675
+ letterSpacing: {
1676
+ tighter: "-0.05em",
1677
+ tight: "-0.025em",
1678
+ normal: "0em",
1679
+ wide: "0.025em",
1680
+ wider: "0.05em",
1681
+ widest: "0.1em"
1682
+ },
1683
+ lineHeight: {
1684
+ none: "1",
1685
+ tight: "1.25",
1686
+ snug: "1.375",
1687
+ normal: "1.5",
1688
+ relaxed: "1.625",
1689
+ loose: "2",
1690
+ 3: ".75rem",
1691
+ 4: "1rem",
1692
+ 5: "1.25rem",
1693
+ 6: "1.5rem",
1694
+ 7: "1.75rem",
1695
+ 8: "2rem",
1696
+ 9: "2.25rem",
1697
+ 10: "2.5rem"
1698
+ },
1699
+ listStyleType: {
1700
+ none: "none",
1701
+ disc: "disc",
1702
+ decimal: "decimal"
1703
+ },
1704
+ listStyleImage: {
1705
+ none: "none"
1706
+ },
1707
+ margin: {
1708
+ auto: "auto",
1709
+ ...spacing_tailwind_default
1710
+ },
1711
+ lineClamp: {
1712
+ 1: "1",
1713
+ 2: "2",
1714
+ 3: "3",
1715
+ 4: "4",
1716
+ 5: "5",
1717
+ 6: "6"
1718
+ },
1719
+ maxHeight: {
1720
+ ...spacing_tailwind_default,
1721
+ none: "none",
1722
+ full: "100%",
1723
+ screen: "100vh",
1724
+ min: "min-content",
1725
+ max: "max-content",
1726
+ fit: "fit-content"
1727
+ },
1728
+ maxWidth: /* @__PURE__ */ __name(({ theme, breakpoints }) => ({
1729
+ ...spacing_tailwind_default,
1730
+ none: "none",
1731
+ 0: "0rem",
1732
+ xs: "20rem",
1733
+ sm: "24rem",
1734
+ md: "28rem",
1735
+ lg: "32rem",
1736
+ xl: "36rem",
1737
+ "2xl": "42rem",
1738
+ "3xl": "48rem",
1739
+ "4xl": "56rem",
1740
+ "5xl": "64rem",
1741
+ "6xl": "72rem",
1742
+ "7xl": "80rem",
1743
+ full: "100%",
1744
+ min: "min-content",
1745
+ max: "max-content",
1746
+ fit: "fit-content",
1747
+ prose: "65ch",
1748
+ ...breakpoints(theme("screens"))
1749
+ }), "maxWidth"),
1750
+ minHeight: {
1751
+ ...spacing_tailwind_default,
1752
+ 0: "0px",
1753
+ full: "100%",
1754
+ screen: "100vh",
1755
+ min: "min-content",
1756
+ max: "max-content",
1757
+ fit: "fit-content"
1758
+ },
1759
+ minWidth: /* @__PURE__ */ __name(({ theme, breakpoints }) => ({
1760
+ ...spacing_tailwind_default,
1761
+ 0: "0px",
1762
+ full: "100%",
1763
+ min: "min-content",
1764
+ max: "max-content",
1765
+ fit: "fit-content",
1766
+ ...breakpoints(theme("screens"))
1767
+ }), "minWidth"),
1768
+ objectPosition: {
1769
+ bottom: "bottom",
1770
+ center: "center",
1771
+ left: "left",
1772
+ "left-bottom": "left bottom",
1773
+ "left-top": "left top",
1774
+ right: "right",
1775
+ "right-bottom": "right bottom",
1776
+ "right-top": "right top",
1777
+ top: "top"
1778
+ },
1779
+ opacity: {
1780
+ 0: "0",
1781
+ 5: "0.05",
1782
+ 10: "0.1",
1783
+ 20: "0.2",
1784
+ 25: "0.25",
1785
+ 30: "0.3",
1786
+ 35: "0.35",
1787
+ 40: "0.4",
1788
+ 45: "0.45",
1789
+ 50: "0.5",
1790
+ 55: "0.55",
1791
+ 60: "0.6",
1792
+ 65: "0.65",
1793
+ 70: "0.7",
1794
+ 75: "0.75",
1795
+ 80: "0.8",
1796
+ 85: "0.85",
1797
+ 90: "0.9",
1798
+ 95: "0.95",
1799
+ 100: "1"
1800
+ },
1801
+ order: {
1802
+ first: "-9999",
1803
+ last: "9999",
1804
+ none: "0",
1805
+ 1: "1",
1806
+ 2: "2",
1807
+ 3: "3",
1808
+ 4: "4",
1809
+ 5: "5",
1810
+ 6: "6",
1811
+ 7: "7",
1812
+ 8: "8",
1813
+ 9: "9",
1814
+ 10: "10",
1815
+ 11: "11",
1816
+ 12: "12"
1817
+ },
1818
+ outlineColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "outlineColor"),
1819
+ outlineOffset: {
1820
+ 0: "0px",
1821
+ 1: "1px",
1822
+ 2: "2px",
1823
+ 4: "4px",
1824
+ 8: "8px"
1825
+ },
1826
+ outlineWidth: {
1827
+ 0: "0px",
1828
+ 1: "1px",
1829
+ 2: "2px",
1830
+ 4: "4px",
1831
+ 8: "8px"
1832
+ },
1833
+ padding: spacing_tailwind_default,
1834
+ placeholderColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "placeholderColor"),
1835
+ placeholderOpacity: /* @__PURE__ */ __name(({ theme }) => theme("opacity"), "placeholderOpacity"),
1836
+ ringColor: /* @__PURE__ */ __name(({ theme }) => ({
1837
+ DEFAULT: theme("colors.blue.500", "#3b82f6"),
1838
+ ...theme("colors")
1839
+ }), "ringColor"),
1840
+ ringOffsetColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "ringOffsetColor"),
1841
+ ringOffsetWidth: {
1842
+ 0: "0px",
1843
+ 1: "1px",
1844
+ 2: "2px",
1845
+ 4: "4px",
1846
+ 8: "8px"
1847
+ },
1848
+ ringOpacity: /* @__PURE__ */ __name(({ theme }) => ({
1849
+ DEFAULT: "0.5",
1850
+ ...theme("opacity")
1851
+ }), "ringOpacity"),
1852
+ ringWidth: {
1853
+ DEFAULT: "3px",
1854
+ 0: "0px",
1855
+ 1: "1px",
1856
+ 2: "2px",
1857
+ 4: "4px",
1858
+ 8: "8px"
1859
+ },
1860
+ rotate: {
1861
+ 0: "0deg",
1862
+ 1: "1deg",
1863
+ 2: "2deg",
1864
+ 3: "3deg",
1865
+ 6: "6deg",
1866
+ 12: "12deg",
1867
+ 45: "45deg",
1868
+ 90: "90deg",
1869
+ 180: "180deg"
1870
+ },
1871
+ saturate: {
1872
+ 0: "0",
1873
+ 50: ".5",
1874
+ 100: "1",
1875
+ 150: "1.5",
1876
+ 200: "2"
1877
+ },
1878
+ scale: {
1879
+ 0: "0",
1880
+ 50: ".5",
1881
+ 75: ".75",
1882
+ 90: ".9",
1883
+ 95: ".95",
1884
+ 100: "1",
1885
+ 105: "1.05",
1886
+ 110: "1.1",
1887
+ 125: "1.25",
1888
+ 150: "1.5"
1889
+ },
1890
+ screens: screens_tailwind_default,
1891
+ scrollMargin: spacing_tailwind_default,
1892
+ scrollPadding: spacing_tailwind_default,
1893
+ sepia: {
1894
+ 0: "0",
1895
+ DEFAULT: "100%"
1896
+ },
1897
+ skew: {
1898
+ 0: "0deg",
1899
+ 1: "1deg",
1900
+ 2: "2deg",
1901
+ 3: "3deg",
1902
+ 6: "6deg",
1903
+ 12: "12deg"
1904
+ },
1905
+ space: spacing_tailwind_default,
1906
+ spacing: spacing_tailwind_default,
1907
+ stroke: /* @__PURE__ */ __name(({ theme }) => ({
1908
+ none: "none",
1909
+ ...theme("colors")
1910
+ }), "stroke"),
1911
+ strokeWidth: {
1912
+ 0: "0",
1913
+ 1: "1",
1914
+ 2: "2"
1915
+ },
1916
+ supports: {},
1917
+ data: {
1918
+ on: 'state~="on"',
1919
+ off: 'state~="off"'
1920
+ },
1921
+ textColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "textColor"),
1922
+ textDecorationColor: /* @__PURE__ */ __name(({ theme }) => theme("colors"), "textDecorationColor"),
1923
+ textDecorationThickness: {
1924
+ auto: "auto",
1925
+ "from-font": "from-font",
1926
+ 0: "0px",
1927
+ 1: "1px",
1928
+ 2: "2px",
1929
+ 4: "4px",
1930
+ 8: "8px"
1931
+ },
1932
+ textIndent: spacing_tailwind_default,
1933
+ textOpacity: /* @__PURE__ */ __name(({ theme }) => theme("opacity"), "textOpacity"),
1934
+ textUnderlineOffset: {
1935
+ auto: "auto",
1936
+ 0: "0px",
1937
+ 1: "1px",
1938
+ 2: "2px",
1939
+ 4: "4px",
1940
+ 8: "8px"
1941
+ },
1942
+ transformOrigin: {
1943
+ center: "center",
1944
+ top: "top",
1945
+ "top-right": "top right",
1946
+ right: "right",
1947
+ "bottom-right": "bottom right",
1948
+ bottom: "bottom",
1949
+ "bottom-left": "bottom left",
1950
+ left: "left",
1951
+ "top-left": "top left"
1952
+ },
1953
+ transitionDelay: {
1954
+ 0: "0s",
1955
+ 75: "75ms",
1956
+ 100: "100ms",
1957
+ 150: "150ms",
1958
+ 200: "200ms",
1959
+ 300: "300ms",
1960
+ 500: "500ms",
1961
+ 700: "700ms",
1962
+ 1e3: "1000ms"
1963
+ },
1964
+ transitionDuration: {
1965
+ DEFAULT: "150ms",
1966
+ 0: "0s",
1967
+ 75: "75ms",
1968
+ 100: "100ms",
1969
+ 150: "150ms",
1970
+ 200: "200ms",
1971
+ 300: "300ms",
1972
+ 500: "500ms",
1973
+ 700: "700ms",
1974
+ 1e3: "1000ms"
1975
+ },
1976
+ transitionProperty: {
1977
+ none: "none",
1978
+ all: "all",
1979
+ DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
1980
+ colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
1981
+ opacity: "opacity",
1982
+ shadow: "box-shadow",
1983
+ transform: "transform",
1984
+ height: "height",
1985
+ spacing: "margin, padding"
1986
+ },
1987
+ transitionTimingFunction: {
1988
+ DEFAULT: "cubic-bezier(0.4, 0, 0.2, 1)",
1989
+ linear: "linear",
1990
+ in: "cubic-bezier(0.4, 0, 1, 1)",
1991
+ out: "cubic-bezier(0, 0, 0.2, 1)",
1992
+ "in-out": "cubic-bezier(0.4, 0, 0.2, 1)"
1993
+ },
1994
+ translate: {
1995
+ ...spacing_tailwind_default,
1996
+ "1/2": "50%",
1997
+ "1/3": "33.333333%",
1998
+ "2/3": "66.666667%",
1999
+ "1/4": "25%",
2000
+ "2/4": "50%",
2001
+ "3/4": "75%",
2002
+ full: "100%"
2003
+ },
2004
+ width: /* @__PURE__ */ __name(({ theme, breakpoints }) => ({
2005
+ auto: "auto",
2006
+ ...spacing_tailwind_default,
2007
+ "1/2": "50%",
2008
+ "1/3": "33.333333%",
2009
+ "2/3": "66.666667%",
2010
+ "1/4": "25%",
2011
+ "2/4": "50%",
2012
+ "3/4": "75%",
2013
+ "1/5": "20%",
2014
+ "2/5": "40%",
2015
+ "3/5": "60%",
2016
+ "4/5": "80%",
2017
+ "1/6": "16.666667%",
2018
+ "2/6": "33.333333%",
2019
+ "3/6": "50%",
2020
+ "4/6": "66.666667%",
2021
+ "5/6": "83.333333%",
2022
+ "1/12": "8.333333%",
2023
+ "2/12": "16.666667%",
2024
+ "3/12": "25%",
2025
+ "4/12": "33.333333%",
2026
+ "5/12": "41.666667%",
2027
+ "6/12": "50%",
2028
+ "7/12": "58.333333%",
2029
+ "8/12": "66.666667%",
2030
+ "9/12": "75%",
2031
+ "10/12": "83.333333%",
2032
+ "11/12": "91.666667%",
2033
+ full: "100%",
2034
+ screen: "100vw",
2035
+ min: "min-content",
2036
+ max: "max-content",
2037
+ fit: "fit-content",
2038
+ ...breakpoints(theme("screens"))
2039
+ }), "width"),
2040
+ willChange: {
2041
+ auto: "auto",
2042
+ scroll: "scroll-position",
2043
+ contents: "contents",
2044
+ transform: "transform"
2045
+ },
2046
+ zIndex: z_index_tailwind_default
2047
+ }
2048
+ };