@sytechui/theme 2.4.26

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 (381) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +24 -0
  3. package/colors.d.ts +1 -0
  4. package/colors.js +1 -0
  5. package/dist/animations/index.d.mts +105 -0
  6. package/dist/animations/index.d.ts +105 -0
  7. package/dist/animations/index.js +133 -0
  8. package/dist/animations/index.mjs +6 -0
  9. package/dist/chunk-3LKKH4AR.mjs +17 -0
  10. package/dist/chunk-5ICJA2GK.mjs +71 -0
  11. package/dist/chunk-6FGGVHAY.mjs +63 -0
  12. package/dist/chunk-6GMZ2XIO.mjs +241 -0
  13. package/dist/chunk-7V3PIXOO.mjs +28 -0
  14. package/dist/chunk-A3QMPIR3.mjs +12 -0
  15. package/dist/chunk-AWXUGVFR.mjs +19 -0
  16. package/dist/chunk-B3WML4XC.mjs +37 -0
  17. package/dist/chunk-B5YWUSAH.mjs +307 -0
  18. package/dist/chunk-D2XMP2NC.mjs +6 -0
  19. package/dist/chunk-DCEG5LGX.mjs +17 -0
  20. package/dist/chunk-DKJNATV2.mjs +13 -0
  21. package/dist/chunk-EJLBCE3V.mjs +12 -0
  22. package/dist/chunk-GHZ36ATJ.mjs +17 -0
  23. package/dist/chunk-GMH4QQZS.mjs +16 -0
  24. package/dist/chunk-GQT3YUX3.mjs +77 -0
  25. package/dist/chunk-GSRZWDGA.mjs +62 -0
  26. package/dist/chunk-HJWFZEER.mjs +225 -0
  27. package/dist/chunk-HO2ILFC5.mjs +33 -0
  28. package/dist/chunk-HUBDRSA4.mjs +49 -0
  29. package/dist/chunk-JC3ABGTC.mjs +155 -0
  30. package/dist/chunk-JFTCRIQA.mjs +21 -0
  31. package/dist/chunk-JGY6VQQQ.mjs +87 -0
  32. package/dist/chunk-JLA3YAT4.mjs +470 -0
  33. package/dist/chunk-JUEOCLA3.mjs +17 -0
  34. package/dist/chunk-KKENQYAQ.mjs +21 -0
  35. package/dist/chunk-KXPLHLA6.mjs +109 -0
  36. package/dist/chunk-L2OL7R23.mjs +17 -0
  37. package/dist/chunk-M63AFAHO.mjs +0 -0
  38. package/dist/chunk-MPVWW3DX.mjs +30 -0
  39. package/dist/chunk-NPGM3ZLN.mjs +31 -0
  40. package/dist/chunk-NTTT6BHX.mjs +42 -0
  41. package/dist/chunk-OR5PUD24.mjs +17 -0
  42. package/dist/chunk-PGQDBCOS.mjs +28 -0
  43. package/dist/chunk-Q7SJBJ2C.mjs +140 -0
  44. package/dist/chunk-QPJMPRZG.mjs +33 -0
  45. package/dist/chunk-RUIUXVZ4.mjs +26 -0
  46. package/dist/chunk-T3FWPDDU.mjs +10411 -0
  47. package/dist/chunk-T3GWIVAM.mjs +17 -0
  48. package/dist/chunk-T7YZ5PRR.mjs +59 -0
  49. package/dist/chunk-U5MU6YGM.mjs +62 -0
  50. package/dist/chunk-UCUZEPMT.mjs +74 -0
  51. package/dist/chunk-WBQAMGXK.mjs +0 -0
  52. package/dist/chunk-WH6SPIFG.mjs +30 -0
  53. package/dist/chunk-WQEDQHKX.mjs +0 -0
  54. package/dist/chunk-YZYGFPNK.mjs +17 -0
  55. package/dist/colors/blue.d.mts +14 -0
  56. package/dist/colors/blue.d.ts +14 -0
  57. package/dist/colors/blue.js +41 -0
  58. package/dist/colors/blue.mjs +6 -0
  59. package/dist/colors/common.d.mts +103 -0
  60. package/dist/colors/common.d.ts +103 -0
  61. package/dist/colors/common.js +155 -0
  62. package/dist/colors/common.mjs +14 -0
  63. package/dist/colors/cyan.d.mts +14 -0
  64. package/dist/colors/cyan.d.ts +14 -0
  65. package/dist/colors/cyan.js +41 -0
  66. package/dist/colors/cyan.mjs +6 -0
  67. package/dist/colors/green.d.mts +14 -0
  68. package/dist/colors/green.d.ts +14 -0
  69. package/dist/colors/green.js +41 -0
  70. package/dist/colors/green.mjs +6 -0
  71. package/dist/colors/index.d.mts +109 -0
  72. package/dist/colors/index.d.ts +109 -0
  73. package/dist/colors/index.js +328 -0
  74. package/dist/colors/index.mjs +24 -0
  75. package/dist/colors/pink.d.mts +14 -0
  76. package/dist/colors/pink.d.ts +14 -0
  77. package/dist/colors/pink.js +41 -0
  78. package/dist/colors/pink.mjs +6 -0
  79. package/dist/colors/purple.d.mts +14 -0
  80. package/dist/colors/purple.d.ts +14 -0
  81. package/dist/colors/purple.js +41 -0
  82. package/dist/colors/purple.mjs +6 -0
  83. package/dist/colors/red.d.mts +14 -0
  84. package/dist/colors/red.d.ts +14 -0
  85. package/dist/colors/red.js +41 -0
  86. package/dist/colors/red.mjs +6 -0
  87. package/dist/colors/semantic.d.mts +10 -0
  88. package/dist/colors/semantic.d.ts +10 -0
  89. package/dist/colors/semantic.js +320 -0
  90. package/dist/colors/semantic.mjs +20 -0
  91. package/dist/colors/types.d.mts +39 -0
  92. package/dist/colors/types.d.ts +39 -0
  93. package/dist/colors/types.js +18 -0
  94. package/dist/colors/types.mjs +1 -0
  95. package/dist/colors/yellow.d.mts +14 -0
  96. package/dist/colors/yellow.d.ts +14 -0
  97. package/dist/colors/yellow.js +41 -0
  98. package/dist/colors/yellow.mjs +6 -0
  99. package/dist/colors/zinc.d.mts +14 -0
  100. package/dist/colors/zinc.d.ts +14 -0
  101. package/dist/colors/zinc.js +41 -0
  102. package/dist/colors/zinc.mjs +6 -0
  103. package/dist/colors.d.mts +4 -0
  104. package/dist/colors.d.ts +4 -0
  105. package/dist/colors.js +328 -0
  106. package/dist/colors.mjs +25 -0
  107. package/dist/components/accordion.d.mts +228 -0
  108. package/dist/components/accordion.d.ts +228 -0
  109. package/dist/components/accordion.js +335 -0
  110. package/dist/components/accordion.mjs +53 -0
  111. package/dist/components/alert.d.mts +211 -0
  112. package/dist/components/alert.d.ts +211 -0
  113. package/dist/components/alert.js +642 -0
  114. package/dist/components/alert.mjs +51 -0
  115. package/dist/components/autocomplete.d.mts +95 -0
  116. package/dist/components/autocomplete.d.ts +95 -0
  117. package/dist/components/autocomplete.js +293 -0
  118. package/dist/components/autocomplete.mjs +14 -0
  119. package/dist/components/avatar.d.mts +300 -0
  120. package/dist/components/avatar.d.ts +300 -0
  121. package/dist/components/avatar.js +509 -0
  122. package/dist/components/avatar.mjs +53 -0
  123. package/dist/components/badge.d.mts +223 -0
  124. package/dist/components/badge.d.ts +223 -0
  125. package/dist/components/badge.js +689 -0
  126. package/dist/components/badge.mjs +51 -0
  127. package/dist/components/breadcrumbs.d.mts +379 -0
  128. package/dist/components/breadcrumbs.d.ts +379 -0
  129. package/dist/components/breadcrumbs.js +482 -0
  130. package/dist/components/breadcrumbs.mjs +53 -0
  131. package/dist/components/button.d.mts +188 -0
  132. package/dist/components/button.d.ts +188 -0
  133. package/dist/components/button.js +767 -0
  134. package/dist/components/button.mjs +53 -0
  135. package/dist/components/calendar.d.mts +279 -0
  136. package/dist/components/calendar.d.ts +279 -0
  137. package/dist/components/calendar.js +680 -0
  138. package/dist/components/calendar.mjs +51 -0
  139. package/dist/components/card.d.mts +257 -0
  140. package/dist/components/card.d.ts +257 -0
  141. package/dist/components/card.js +393 -0
  142. package/dist/components/card.mjs +51 -0
  143. package/dist/components/checkbox.d.mts +375 -0
  144. package/dist/components/checkbox.d.ts +375 -0
  145. package/dist/components/checkbox.js +479 -0
  146. package/dist/components/checkbox.mjs +53 -0
  147. package/dist/components/chip.d.mts +340 -0
  148. package/dist/components/chip.d.ts +340 -0
  149. package/dist/components/chip.js +803 -0
  150. package/dist/components/chip.mjs +51 -0
  151. package/dist/components/code.d.mts +80 -0
  152. package/dist/components/code.d.ts +80 -0
  153. package/dist/components/code.js +343 -0
  154. package/dist/components/code.mjs +51 -0
  155. package/dist/components/date-input.d.mts +392 -0
  156. package/dist/components/date-input.d.ts +392 -0
  157. package/dist/components/date-input.js +700 -0
  158. package/dist/components/date-input.mjs +14 -0
  159. package/dist/components/date-picker.d.mts +220 -0
  160. package/dist/components/date-picker.d.ts +220 -0
  161. package/dist/components/date-picker.js +262 -0
  162. package/dist/components/date-picker.mjs +16 -0
  163. package/dist/components/divider.d.mts +31 -0
  164. package/dist/components/divider.d.ts +31 -0
  165. package/dist/components/divider.js +251 -0
  166. package/dist/components/divider.mjs +14 -0
  167. package/dist/components/drawer.d.mts +169 -0
  168. package/dist/components/drawer.d.ts +169 -0
  169. package/dist/components/drawer.js +292 -0
  170. package/dist/components/drawer.mjs +14 -0
  171. package/dist/components/drip.d.mts +13 -0
  172. package/dist/components/drip.d.ts +13 -0
  173. package/dist/components/drip.js +242 -0
  174. package/dist/components/drip.mjs +14 -0
  175. package/dist/components/drop-zone.d.mts +434 -0
  176. package/dist/components/drop-zone.d.ts +434 -0
  177. package/dist/components/drop-zone.js +546 -0
  178. package/dist/components/drop-zone.mjs +51 -0
  179. package/dist/components/dropdown.d.mts +247 -0
  180. package/dist/components/dropdown.d.ts +247 -0
  181. package/dist/components/dropdown.js +611 -0
  182. package/dist/components/dropdown.mjs +57 -0
  183. package/dist/components/form.d.mts +19 -0
  184. package/dist/components/form.d.ts +19 -0
  185. package/dist/components/form.js +242 -0
  186. package/dist/components/form.mjs +14 -0
  187. package/dist/components/image.d.mts +174 -0
  188. package/dist/components/image.d.ts +174 -0
  189. package/dist/components/image.js +370 -0
  190. package/dist/components/image.mjs +14 -0
  191. package/dist/components/index.d.mts +48 -0
  192. package/dist/components/index.d.ts +48 -0
  193. package/dist/components/index.js +12311 -0
  194. package/dist/components/index.mjs +189 -0
  195. package/dist/components/input-otp.d.mts +282 -0
  196. package/dist/components/input-otp.d.ts +282 -0
  197. package/dist/components/input-otp.js +685 -0
  198. package/dist/components/input-otp.mjs +51 -0
  199. package/dist/components/input.d.mts +458 -0
  200. package/dist/components/input.d.ts +458 -0
  201. package/dist/components/input.js +1153 -0
  202. package/dist/components/input.mjs +51 -0
  203. package/dist/components/kbd.d.mts +50 -0
  204. package/dist/components/kbd.d.ts +50 -0
  205. package/dist/components/kbd.js +263 -0
  206. package/dist/components/kbd.mjs +14 -0
  207. package/dist/components/link.d.mts +107 -0
  208. package/dist/components/link.d.ts +107 -0
  209. package/dist/components/link.js +345 -0
  210. package/dist/components/link.mjs +53 -0
  211. package/dist/components/listbox.d.mts +3 -0
  212. package/dist/components/listbox.d.ts +3 -0
  213. package/dist/components/listbox.js +729 -0
  214. package/dist/components/listbox.mjs +55 -0
  215. package/dist/components/menu.d.mts +324 -0
  216. package/dist/components/menu.d.ts +324 -0
  217. package/dist/components/menu.js +729 -0
  218. package/dist/components/menu.mjs +55 -0
  219. package/dist/components/modal.d.mts +380 -0
  220. package/dist/components/modal.d.ts +380 -0
  221. package/dist/components/modal.js +429 -0
  222. package/dist/components/modal.mjs +51 -0
  223. package/dist/components/navbar.d.mts +246 -0
  224. package/dist/components/navbar.d.ts +246 -0
  225. package/dist/components/navbar.js +446 -0
  226. package/dist/components/navbar.mjs +51 -0
  227. package/dist/components/number-input.d.mts +476 -0
  228. package/dist/components/number-input.d.ts +476 -0
  229. package/dist/components/number-input.js +1118 -0
  230. package/dist/components/number-input.mjs +51 -0
  231. package/dist/components/pagination.d.mts +288 -0
  232. package/dist/components/pagination.d.ts +288 -0
  233. package/dist/components/pagination.js +736 -0
  234. package/dist/components/pagination.mjs +51 -0
  235. package/dist/components/popover.d.mts +339 -0
  236. package/dist/components/popover.d.ts +339 -0
  237. package/dist/components/popover.js +495 -0
  238. package/dist/components/popover.mjs +51 -0
  239. package/dist/components/progress.d.mts +498 -0
  240. package/dist/components/progress.d.ts +498 -0
  241. package/dist/components/progress.js +472 -0
  242. package/dist/components/progress.mjs +16 -0
  243. package/dist/components/radio.d.mts +354 -0
  244. package/dist/components/radio.d.ts +354 -0
  245. package/dist/components/radio.js +425 -0
  246. package/dist/components/radio.mjs +53 -0
  247. package/dist/components/scroll-area.d.mts +109 -0
  248. package/dist/components/scroll-area.d.ts +109 -0
  249. package/dist/components/scroll-area.js +304 -0
  250. package/dist/components/scroll-area.mjs +14 -0
  251. package/dist/components/scroll-shadow.d.mts +48 -0
  252. package/dist/components/scroll-shadow.d.ts +48 -0
  253. package/dist/components/scroll-shadow.js +267 -0
  254. package/dist/components/scroll-shadow.mjs +14 -0
  255. package/dist/components/select.d.mts +530 -0
  256. package/dist/components/select.d.ts +530 -0
  257. package/dist/components/select.js +1118 -0
  258. package/dist/components/select.mjs +51 -0
  259. package/dist/components/skeleton.d.mts +60 -0
  260. package/dist/components/skeleton.d.ts +60 -0
  261. package/dist/components/skeleton.js +289 -0
  262. package/dist/components/skeleton.mjs +14 -0
  263. package/dist/components/slider.d.mts +482 -0
  264. package/dist/components/slider.d.ts +482 -0
  265. package/dist/components/slider.js +619 -0
  266. package/dist/components/slider.mjs +51 -0
  267. package/dist/components/snippet.d.mts +206 -0
  268. package/dist/components/snippet.d.ts +206 -0
  269. package/dist/components/snippet.js +611 -0
  270. package/dist/components/snippet.mjs +51 -0
  271. package/dist/components/spacer.d.mts +31 -0
  272. package/dist/components/spacer.d.ts +31 -0
  273. package/dist/components/spacer.js +251 -0
  274. package/dist/components/spacer.mjs +14 -0
  275. package/dist/components/spinner.d.mts +398 -0
  276. package/dist/components/spinner.d.ts +398 -0
  277. package/dist/components/spinner.js +537 -0
  278. package/dist/components/spinner.mjs +14 -0
  279. package/dist/components/table.d.mts +428 -0
  280. package/dist/components/table.d.ts +428 -0
  281. package/dist/components/table.js +522 -0
  282. package/dist/components/table.mjs +51 -0
  283. package/dist/components/tabs.d.mts +347 -0
  284. package/dist/components/tabs.d.ts +347 -0
  285. package/dist/components/tabs.js +723 -0
  286. package/dist/components/tabs.mjs +51 -0
  287. package/dist/components/toast.d.mts +329 -0
  288. package/dist/components/toast.d.ts +329 -0
  289. package/dist/components/toast.js +719 -0
  290. package/dist/components/toast.mjs +53 -0
  291. package/dist/components/toggle.d.mts +243 -0
  292. package/dist/components/toggle.d.ts +243 -0
  293. package/dist/components/toggle.js +438 -0
  294. package/dist/components/toggle.mjs +51 -0
  295. package/dist/components/user.d.mts +63 -0
  296. package/dist/components/user.d.ts +63 -0
  297. package/dist/components/user.js +260 -0
  298. package/dist/components/user.mjs +51 -0
  299. package/dist/default-layout.d.mts +8 -0
  300. package/dist/default-layout.d.ts +8 -0
  301. package/dist/default-layout.js +75 -0
  302. package/dist/default-layout.mjs +10 -0
  303. package/dist/index.d.mts +63 -0
  304. package/dist/index.d.ts +63 -0
  305. package/dist/index.js +13087 -0
  306. package/dist/index.mjs +243 -0
  307. package/dist/plugin.d.mts +12 -0
  308. package/dist/plugin.d.ts +12 -0
  309. package/dist/plugin.js +895 -0
  310. package/dist/plugin.mjs +30 -0
  311. package/dist/types.d.mts +138 -0
  312. package/dist/types.d.ts +138 -0
  313. package/dist/types.js +18 -0
  314. package/dist/types.mjs +1 -0
  315. package/dist/utilities/animation.d.mts +16 -0
  316. package/dist/utilities/animation.d.ts +16 -0
  317. package/dist/utilities/animation.js +39 -0
  318. package/dist/utilities/animation.mjs +6 -0
  319. package/dist/utilities/custom.d.mts +27 -0
  320. package/dist/utilities/custom.d.ts +27 -0
  321. package/dist/utilities/custom.js +50 -0
  322. package/dist/utilities/custom.mjs +6 -0
  323. package/dist/utilities/index.d.mts +115 -0
  324. package/dist/utilities/index.d.ts +115 -0
  325. package/dist/utilities/index.js +189 -0
  326. package/dist/utilities/index.mjs +11 -0
  327. package/dist/utilities/scrollbar-hide.d.mts +24 -0
  328. package/dist/utilities/scrollbar-hide.d.ts +24 -0
  329. package/dist/utilities/scrollbar-hide.js +50 -0
  330. package/dist/utilities/scrollbar-hide.mjs +6 -0
  331. package/dist/utilities/text.d.mts +23 -0
  332. package/dist/utilities/text.d.ts +23 -0
  333. package/dist/utilities/text.js +46 -0
  334. package/dist/utilities/text.mjs +6 -0
  335. package/dist/utilities/transition.d.mts +58 -0
  336. package/dist/utilities/transition.d.ts +58 -0
  337. package/dist/utilities/transition.js +86 -0
  338. package/dist/utilities/transition.mjs +8 -0
  339. package/dist/utils/classes.d.mts +35 -0
  340. package/dist/utils/classes.d.ts +35 -0
  341. package/dist/utils/classes.js +119 -0
  342. package/dist/utils/classes.mjs +22 -0
  343. package/dist/utils/cn.d.mts +13 -0
  344. package/dist/utils/cn.d.ts +13 -0
  345. package/dist/utils/cn.js +220 -0
  346. package/dist/utils/cn.mjs +13 -0
  347. package/dist/utils/index.d.mts +7 -0
  348. package/dist/utils/index.d.ts +7 -0
  349. package/dist/utils/index.js +409 -0
  350. package/dist/utils/index.mjs +81 -0
  351. package/dist/utils/merge-classes.d.mts +12 -0
  352. package/dist/utils/merge-classes.d.ts +12 -0
  353. package/dist/utils/merge-classes.js +233 -0
  354. package/dist/utils/merge-classes.mjs +51 -0
  355. package/dist/utils/object.d.mts +13 -0
  356. package/dist/utils/object.d.ts +13 -0
  357. package/dist/utils/object.js +98 -0
  358. package/dist/utils/object.mjs +12 -0
  359. package/dist/utils/theme.d.mts +9 -0
  360. package/dist/utils/theme.d.ts +9 -0
  361. package/dist/utils/theme.js +30 -0
  362. package/dist/utils/theme.mjs +6 -0
  363. package/dist/utils/tv.d.mts +5 -0
  364. package/dist/utils/tv.d.ts +5 -0
  365. package/dist/utils/tv.js +235 -0
  366. package/dist/utils/tv.mjs +13 -0
  367. package/dist/utils/tw-merge-config.d.mts +25 -0
  368. package/dist/utils/tw-merge-config.d.ts +25 -0
  369. package/dist/utils/tw-merge-config.js +216 -0
  370. package/dist/utils/tw-merge-config.mjs +14 -0
  371. package/dist/utils/types.d.mts +10 -0
  372. package/dist/utils/types.d.ts +10 -0
  373. package/dist/utils/types.js +18 -0
  374. package/dist/utils/types.mjs +0 -0
  375. package/dist/utils/variants.d.mts +67 -0
  376. package/dist/utils/variants.d.ts +67 -0
  377. package/dist/utils/variants.js +101 -0
  378. package/dist/utils/variants.mjs +6 -0
  379. package/package.json +91 -0
  380. package/plugin.d.ts +1 -0
  381. package/plugin.js +1 -0
@@ -0,0 +1,1153 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/components/input.ts
21
+ var input_exports = {};
22
+ __export(input_exports, {
23
+ input: () => input
24
+ });
25
+ module.exports = __toCommonJS(input_exports);
26
+
27
+ // src/utils/tv.ts
28
+ var import_tailwind_variants = require("tailwind-variants");
29
+
30
+ // src/utilities/transition.ts
31
+ var DEFAULT_TRANSITION_DURATION = "250ms";
32
+ var transition_default = {
33
+ /**
34
+ * Transition utilities
35
+ */
36
+ ".transition-background": {
37
+ "transition-property": "background",
38
+ "transition-timing-function": "ease",
39
+ "transition-duration": DEFAULT_TRANSITION_DURATION
40
+ },
41
+ ".transition-colors-opacity": {
42
+ "transition-property": "color, background-color, border-color, text-decoration-color, fill, stroke, opacity",
43
+ "transition-timing-function": "ease",
44
+ "transition-duration": DEFAULT_TRANSITION_DURATION
45
+ },
46
+ ".transition-width": {
47
+ "transition-property": "width",
48
+ "transition-timing-function": "ease",
49
+ "transition-duration": DEFAULT_TRANSITION_DURATION
50
+ },
51
+ ".transition-height": {
52
+ "transition-property": "height",
53
+ "transition-timing-function": "ease",
54
+ "transition-duration": DEFAULT_TRANSITION_DURATION
55
+ },
56
+ ".transition-size": {
57
+ "transition-property": "width, height",
58
+ "transition-timing-function": "ease",
59
+ "transition-duration": DEFAULT_TRANSITION_DURATION
60
+ },
61
+ ".transition-left": {
62
+ "transition-property": "left",
63
+ "transition-timing-function": "ease",
64
+ "transition-duration": DEFAULT_TRANSITION_DURATION
65
+ },
66
+ ".transition-transform-opacity": {
67
+ "transition-property": "transform, scale, opacity rotate",
68
+ "transition-timing-function": "ease",
69
+ "transition-duration": DEFAULT_TRANSITION_DURATION
70
+ },
71
+ ".transition-transform-background": {
72
+ "transition-property": "transform, scale, background",
73
+ "transition-timing-function": "ease",
74
+ "transition-duration": DEFAULT_TRANSITION_DURATION
75
+ },
76
+ ".transition-transform-colors": {
77
+ "transition-property": "transform, scale, color, background, background-color, border-color, text-decoration-color, fill, stroke",
78
+ "transition-timing-function": "ease",
79
+ "transition-duration": DEFAULT_TRANSITION_DURATION
80
+ },
81
+ ".transition-transform-colors-opacity": {
82
+ "transition-property": "transform, scale, color, background, background-color, border-color, text-decoration-color, fill, stroke, opacity",
83
+ "transition-timing-function": "ease",
84
+ "transition-duration": DEFAULT_TRANSITION_DURATION
85
+ }
86
+ };
87
+
88
+ // src/utilities/custom.ts
89
+ var custom_default = {
90
+ /**
91
+ * Custom utilities
92
+ */
93
+ ".leading-inherit": {
94
+ "line-height": "inherit"
95
+ },
96
+ ".bg-img-inherit": {
97
+ "background-image": "inherit"
98
+ },
99
+ ".bg-clip-inherit": {
100
+ "background-clip": "inherit"
101
+ },
102
+ ".text-fill-inherit": {
103
+ "-webkit-text-fill-color": "inherit"
104
+ },
105
+ ".tap-highlight-transparent": {
106
+ "-webkit-tap-highlight-color": "transparent"
107
+ },
108
+ ".input-search-cancel-button-none": {
109
+ "&::-webkit-search-cancel-button": {
110
+ "-webkit-appearance": "none"
111
+ }
112
+ }
113
+ };
114
+
115
+ // src/utilities/scrollbar-hide.ts
116
+ var scrollbar_hide_default = {
117
+ /**
118
+ * Scroll Hide
119
+ */
120
+ ".scrollbar-hide": {
121
+ /* IE and Edge */
122
+ "-ms-overflow-style": "none",
123
+ /* Firefox */
124
+ "scrollbar-width": "none",
125
+ /* Safari and Chrome */
126
+ "&::-webkit-scrollbar": {
127
+ display: "none"
128
+ }
129
+ },
130
+ ".scrollbar-default": {
131
+ /* IE and Edge */
132
+ "-ms-overflow-style": "auto",
133
+ /* Firefox */
134
+ "scrollbar-width": "auto",
135
+ /* Safari and Chrome */
136
+ "&::-webkit-scrollbar": {
137
+ display: "block"
138
+ }
139
+ }
140
+ };
141
+
142
+ // src/utilities/text.ts
143
+ var text_default = {
144
+ /**
145
+ * Text utilities
146
+ */
147
+ ".text-tiny": {
148
+ "font-size": "var(--heroui-font-size-tiny)",
149
+ "line-height": "var(--heroui-line-height-tiny)"
150
+ },
151
+ ".text-small": {
152
+ "font-size": "var(--heroui-font-size-small)",
153
+ "line-height": "var(--heroui-line-height-small)"
154
+ },
155
+ ".text-medium": {
156
+ "font-size": "var(--heroui-font-size-medium)",
157
+ "line-height": "var(--heroui-line-height-medium)"
158
+ },
159
+ ".text-large": {
160
+ "font-size": "var(--heroui-font-size-large)",
161
+ "line-height": "var(--heroui-line-height-large)"
162
+ }
163
+ };
164
+
165
+ // src/utilities/animation.ts
166
+ var animation_default = {
167
+ /** Animation Utilities */
168
+ ".spinner-bar-animation": {
169
+ animation: "fade-out 1.2s linear infinite",
170
+ "animation-delay": "calc(-1.2s + (0.1s * var(--bar-index)))",
171
+ transform: "rotate(calc(30deg * var(--bar-index))) translate(140%)"
172
+ },
173
+ ".spinner-dot-animation": {
174
+ "animation-delay": "calc(250ms * var(--dot-index))"
175
+ },
176
+ ".spinner-dot-blink-animation": {
177
+ "animation-delay": "calc(200ms * var(--dot-index))"
178
+ }
179
+ };
180
+
181
+ // src/utilities/index.ts
182
+ var utilities = {
183
+ ...custom_default,
184
+ ...transition_default,
185
+ ...scrollbar_hide_default,
186
+ ...text_default,
187
+ ...animation_default
188
+ };
189
+
190
+ // src/utils/tw-merge-config.ts
191
+ var COMMON_UNITS = ["small", "medium", "large"];
192
+ var twMergeConfig = {
193
+ theme: {
194
+ spacing: ["divider"],
195
+ radius: COMMON_UNITS
196
+ },
197
+ classGroups: {
198
+ shadow: [{ shadow: COMMON_UNITS }],
199
+ opacity: [{ opacity: ["disabled"] }],
200
+ "font-size": [{ text: ["tiny", ...COMMON_UNITS] }],
201
+ "border-w": [{ border: COMMON_UNITS }],
202
+ "bg-image": [
203
+ "bg-stripe-gradient-default",
204
+ "bg-stripe-gradient-primary",
205
+ "bg-stripe-gradient-secondary",
206
+ "bg-stripe-gradient-success",
207
+ "bg-stripe-gradient-warning",
208
+ "bg-stripe-gradient-danger"
209
+ ],
210
+ transition: Object.keys(utilities).filter((key) => key.includes(".transition")).map((key) => key.replace(".", ""))
211
+ // remove the dot from the key, .transition-background -> transition-background
212
+ }
213
+ };
214
+
215
+ // src/utils/tv.ts
216
+ var tv = (options, config) => {
217
+ var _a, _b, _c;
218
+ return (0, import_tailwind_variants.tv)(options, {
219
+ ...config,
220
+ twMerge: (_a = config == null ? void 0 : config.twMerge) != null ? _a : true,
221
+ twMergeConfig: {
222
+ ...config == null ? void 0 : config.twMergeConfig,
223
+ theme: {
224
+ ...(_b = config == null ? void 0 : config.twMergeConfig) == null ? void 0 : _b.theme,
225
+ ...twMergeConfig.theme
226
+ },
227
+ classGroups: {
228
+ ...(_c = config == null ? void 0 : config.twMergeConfig) == null ? void 0 : _c.classGroups,
229
+ ...twMergeConfig.classGroups
230
+ }
231
+ }
232
+ });
233
+ };
234
+
235
+ // src/utils/classes.ts
236
+ var dataFocusVisibleClasses = [
237
+ "outline-solid outline-transparent",
238
+ "data-[focus-visible=true]:z-10",
239
+ "data-[focus-visible=true]:outline-2",
240
+ "data-[focus-visible=true]:outline-focus",
241
+ "data-[focus-visible=true]:outline-offset-2"
242
+ ];
243
+ var groupDataFocusVisibleClasses = [
244
+ "outline-solid outline-transparent",
245
+ "group-data-[focus-visible=true]:z-10",
246
+ "group-data-[focus-visible=true]:ring-2",
247
+ "group-data-[focus-visible=true]:ring-focus",
248
+ "group-data-[focus-visible=true]:ring-offset-2",
249
+ "group-data-[focus-visible=true]:ring-offset-background"
250
+ ];
251
+
252
+ // src/components/input.ts
253
+ var input = tv({
254
+ slots: {
255
+ base: "group flex flex-col data-[hidden=true]:hidden",
256
+ label: [
257
+ "absolute",
258
+ "z-10",
259
+ "pointer-events-none",
260
+ "origin-top-left",
261
+ "shrink-0",
262
+ // Using RTL here as Tailwind CSS doesn't support `start` and `end` logical properties for transforms yet.
263
+ "rtl:origin-top-right",
264
+ "subpixel-antialiased",
265
+ "block",
266
+ "text-small",
267
+ "text-foreground-500"
268
+ ],
269
+ mainWrapper: "h-full",
270
+ inputWrapper: "relative w-full inline-flex tap-highlight-transparent flex-row items-center shadow-xs border border-default-100 px-3 gap-3",
271
+ innerWrapper: "inline-flex w-full items-center h-full box-border",
272
+ input: [
273
+ "w-full font-normal bg-transparent !outline-solid outline-transparent placeholder:text-foreground-500 focus-visible:outline-solid outline-transparent",
274
+ "data-[has-start-content=true]:ps-1.5",
275
+ "data-[has-end-content=true]:pe-1.5",
276
+ "data-[type=color]:rounded-none",
277
+ "file:cursor-pointer file:bg-transparent file:border-0",
278
+ "autofill:bg-transparent bg-clip-text",
279
+ // Safari autofill styling fix - ensures text color is visible in dark mode
280
+ "dark:autofill:[-webkit-text-fill-color:hsl(var(--heroui-foreground))]",
281
+ "[&::-ms-reveal]:hidden"
282
+ ],
283
+ clearButton: [
284
+ "p-2",
285
+ "-m-2",
286
+ "z-10",
287
+ "absolute",
288
+ "end-3",
289
+ "start-auto",
290
+ "pointer-events-none",
291
+ "appearance-none",
292
+ "outline-solid outline-transparent",
293
+ "select-none",
294
+ "opacity-0",
295
+ "cursor-pointer",
296
+ "active:!opacity-70",
297
+ "rounded-full",
298
+ // focus ring
299
+ ...dataFocusVisibleClasses
300
+ ],
301
+ helperWrapper: "hidden group-data-[has-helper=true]:flex p-1 relative flex-col gap-1.5",
302
+ description: "text-tiny text-foreground-400",
303
+ errorMessage: "text-tiny text-danger"
304
+ },
305
+ variants: {
306
+ variant: {
307
+ flat: {
308
+ inputWrapper: [
309
+ "bg-default-50",
310
+ "data-[hover=true]:bg-default-100",
311
+ "group-data-[focus=true]:bg-default-100"
312
+ ]
313
+ },
314
+ faded: {
315
+ inputWrapper: [
316
+ "bg-default-50",
317
+ "border-medium",
318
+ "border-default-200",
319
+ "data-[hover=true]:border-default-400 focus-within:border-default-400"
320
+ ],
321
+ value: "group-data-[has-value=true]:text-default-foreground"
322
+ },
323
+ bordered: {
324
+ inputWrapper: [
325
+ "border-medium",
326
+ "border-default-200",
327
+ "data-[hover=true]:border-default-400",
328
+ "group-data-[focus=true]:border-default-400",
329
+ "group-data-[focus=true]:data-[hover=true]:border-default-400"
330
+ ]
331
+ },
332
+ underlined: {
333
+ inputWrapper: [
334
+ "!px-1",
335
+ "!pb-0",
336
+ "!gap-0",
337
+ "relative",
338
+ "box-border",
339
+ "border-b-medium",
340
+ "shadow-[0_1px_0px_0_rgba(0,0,0,0.05)]",
341
+ "border-default-200",
342
+ "!rounded-none",
343
+ "hover:border-default-300",
344
+ "after:content-['']",
345
+ "after:w-0",
346
+ "after:origin-center",
347
+ "after:bg-default-foreground",
348
+ "after:absolute",
349
+ "after:left-1/2",
350
+ "after:-translate-x-1/2",
351
+ "after:-bottom-[2px]",
352
+ "after:h-[2px]",
353
+ "group-data-[focus=true]:after:w-full"
354
+ ],
355
+ innerWrapper: "pb-1",
356
+ label: "group-data-[filled-within=true]:text-foreground"
357
+ }
358
+ },
359
+ color: {
360
+ default: {},
361
+ primary: {},
362
+ secondary: {},
363
+ success: {},
364
+ warning: {},
365
+ danger: {}
366
+ },
367
+ size: {
368
+ sm: {
369
+ label: "text-tiny",
370
+ inputWrapper: "h-8 min-h-8 px-2 rounded-small",
371
+ input: "text-small",
372
+ clearButton: "text-medium"
373
+ },
374
+ md: {
375
+ inputWrapper: "h-10 min-h-10 rounded-medium",
376
+ input: "text-small",
377
+ clearButton: "text-large hover:!opacity-100"
378
+ },
379
+ lg: {
380
+ label: "text-medium",
381
+ inputWrapper: "h-12 min-h-12 rounded-large",
382
+ input: "text-medium",
383
+ clearButton: "text-large hover:!opacity-100"
384
+ }
385
+ },
386
+ radius: {
387
+ none: {
388
+ inputWrapper: "rounded-none"
389
+ },
390
+ sm: {
391
+ inputWrapper: "rounded-small"
392
+ },
393
+ md: {
394
+ inputWrapper: "rounded-medium"
395
+ },
396
+ lg: {
397
+ inputWrapper: "rounded-large"
398
+ },
399
+ full: {
400
+ inputWrapper: "rounded-full"
401
+ }
402
+ },
403
+ labelPlacement: {
404
+ outside: {
405
+ mainWrapper: "flex flex-col"
406
+ },
407
+ "outside-left": {
408
+ base: "flex-row items-center flex-nowrap data-[has-helper=true]:items-start",
409
+ inputWrapper: "flex-1",
410
+ mainWrapper: "flex flex-col",
411
+ label: "relative text-foreground pe-2 ps-2 pointer-events-auto"
412
+ },
413
+ "outside-top": {
414
+ mainWrapper: "flex flex-col",
415
+ label: "relative text-foreground pb-2 pointer-events-auto"
416
+ },
417
+ inside: {
418
+ label: "cursor-text",
419
+ inputWrapper: "flex-col items-start justify-center gap-0",
420
+ innerWrapper: "group-data-[has-label=true]:items-end"
421
+ }
422
+ },
423
+ fullWidth: {
424
+ true: {
425
+ base: "w-full"
426
+ },
427
+ false: {}
428
+ },
429
+ isClearable: {
430
+ true: {
431
+ input: "peer pe-6 input-search-cancel-button-none",
432
+ clearButton: [
433
+ "peer-data-[filled=true]:pointer-events-auto",
434
+ "peer-data-[filled=true]:opacity-70 peer-data-[filled=true]:block",
435
+ "peer-data-[filled=true]:scale-100"
436
+ ]
437
+ }
438
+ },
439
+ isDisabled: {
440
+ true: {
441
+ base: "opacity-disabled pointer-events-none",
442
+ inputWrapper: "pointer-events-none",
443
+ label: "pointer-events-none"
444
+ }
445
+ },
446
+ isInvalid: {
447
+ true: {
448
+ label: "!text-danger",
449
+ input: "!placeholder:text-danger !text-danger"
450
+ }
451
+ },
452
+ isRequired: {
453
+ true: {
454
+ label: "after:content-['*'] after:text-danger after:ms-0.5"
455
+ }
456
+ },
457
+ isMultiline: {
458
+ true: {
459
+ label: "relative",
460
+ inputWrapper: "!h-auto",
461
+ innerWrapper: "items-start group-data-[has-label=true]:items-start",
462
+ input: "resize-none data-[hide-scroll=true]:scrollbar-hide",
463
+ clearButton: "absolute top-2 right-2 rtl:right-auto rtl:left-2 z-10"
464
+ }
465
+ },
466
+ disableAnimation: {
467
+ true: {
468
+ input: "transition-none",
469
+ inputWrapper: "transition-none",
470
+ label: "transition-none"
471
+ },
472
+ false: {
473
+ inputWrapper: "transition-background motion-reduce:transition-none !duration-150",
474
+ label: [
475
+ "will-change-auto",
476
+ "!duration-200",
477
+ "!ease-out",
478
+ "motion-reduce:transition-none",
479
+ "transition-[transform,color,left,opacity,translate,scale]"
480
+ ],
481
+ clearButton: [
482
+ "scale-90",
483
+ "ease-out",
484
+ "duration-150",
485
+ "transition-[opacity,transform]",
486
+ "motion-reduce:transition-none",
487
+ "motion-reduce:scale-100"
488
+ ]
489
+ }
490
+ }
491
+ },
492
+ defaultVariants: {
493
+ variant: "flat",
494
+ color: "default",
495
+ size: "md",
496
+ fullWidth: true,
497
+ isDisabled: false,
498
+ isMultiline: false
499
+ },
500
+ compoundVariants: [
501
+ // flat & color
502
+ {
503
+ variant: "flat",
504
+ color: "default",
505
+ class: {
506
+ input: "group-data-[has-value=true]:text-default-foreground"
507
+ }
508
+ },
509
+ {
510
+ variant: "flat",
511
+ color: "primary",
512
+ class: {
513
+ inputWrapper: [
514
+ "bg-primary-100",
515
+ "data-[hover=true]:bg-primary-50",
516
+ "text-primary",
517
+ "group-data-[focus=true]:bg-primary-50",
518
+ "placeholder:text-primary"
519
+ ],
520
+ input: "placeholder:text-primary",
521
+ label: "text-primary"
522
+ }
523
+ },
524
+ {
525
+ variant: "flat",
526
+ color: "secondary",
527
+ class: {
528
+ inputWrapper: [
529
+ "bg-secondary-100",
530
+ "text-secondary",
531
+ "data-[hover=true]:bg-secondary-50",
532
+ "group-data-[focus=true]:bg-secondary-50",
533
+ "placeholder:text-secondary"
534
+ ],
535
+ input: "placeholder:text-secondary",
536
+ label: "text-secondary"
537
+ }
538
+ },
539
+ {
540
+ variant: "flat",
541
+ color: "success",
542
+ class: {
543
+ inputWrapper: [
544
+ "bg-success-100",
545
+ "text-success-600",
546
+ "dark:text-success",
547
+ "placeholder:text-success-600",
548
+ "dark:placeholder:text-success",
549
+ "data-[hover=true]:bg-success-50",
550
+ "group-data-[focus=true]:bg-success-50"
551
+ ],
552
+ input: "placeholder:text-success-600 dark:placeholder:text-success",
553
+ label: "text-success-600 dark:text-success"
554
+ }
555
+ },
556
+ {
557
+ variant: "flat",
558
+ color: "warning",
559
+ class: {
560
+ inputWrapper: [
561
+ "bg-warning-100",
562
+ "text-warning-600",
563
+ "dark:text-warning",
564
+ "placeholder:text-warning-600",
565
+ "dark:placeholder:text-warning",
566
+ "data-[hover=true]:bg-warning-50",
567
+ "group-data-[focus=true]:bg-warning-50"
568
+ ],
569
+ input: "placeholder:text-warning-600 dark:placeholder:text-warning",
570
+ label: "text-warning-600 dark:text-warning"
571
+ }
572
+ },
573
+ {
574
+ variant: "flat",
575
+ color: "danger",
576
+ class: {
577
+ inputWrapper: [
578
+ "bg-danger-100",
579
+ "text-danger",
580
+ "dark:text-danger-500",
581
+ "placeholder:text-danger",
582
+ "dark:placeholder:text-danger-500",
583
+ "data-[hover=true]:bg-danger-50",
584
+ "group-data-[focus=true]:bg-danger-50"
585
+ ],
586
+ input: "placeholder:text-danger dark:placeholder:text-danger-500",
587
+ label: "text-danger dark:text-danger-500"
588
+ }
589
+ },
590
+ // faded & color
591
+ {
592
+ variant: "faded",
593
+ color: "primary",
594
+ class: {
595
+ label: "text-primary",
596
+ inputWrapper: "data-[hover=true]:border-primary focus-within:border-primary"
597
+ }
598
+ },
599
+ {
600
+ variant: "faded",
601
+ color: "secondary",
602
+ class: {
603
+ label: "text-secondary",
604
+ inputWrapper: "data-[hover=true]:border-secondary focus-within:border-secondary"
605
+ }
606
+ },
607
+ {
608
+ variant: "faded",
609
+ color: "success",
610
+ class: {
611
+ label: "text-success",
612
+ inputWrapper: "data-[hover=true]:border-success focus-within:border-success"
613
+ }
614
+ },
615
+ {
616
+ variant: "faded",
617
+ color: "warning",
618
+ class: {
619
+ label: "text-warning",
620
+ inputWrapper: "data-[hover=true]:border-warning focus-within:border-warning"
621
+ }
622
+ },
623
+ {
624
+ variant: "faded",
625
+ color: "danger",
626
+ class: {
627
+ label: "text-danger",
628
+ inputWrapper: "data-[hover=true]:border-danger focus-within:border-danger"
629
+ }
630
+ },
631
+ // underlined & color
632
+ {
633
+ variant: "underlined",
634
+ color: "default",
635
+ class: {
636
+ input: "group-data-[has-value=true]:text-foreground"
637
+ }
638
+ },
639
+ {
640
+ variant: "underlined",
641
+ color: "primary",
642
+ class: {
643
+ inputWrapper: "after:bg-primary",
644
+ label: "text-primary"
645
+ }
646
+ },
647
+ {
648
+ variant: "underlined",
649
+ color: "secondary",
650
+ class: {
651
+ inputWrapper: "after:bg-secondary",
652
+ label: "text-secondary"
653
+ }
654
+ },
655
+ {
656
+ variant: "underlined",
657
+ color: "success",
658
+ class: {
659
+ inputWrapper: "after:bg-success",
660
+ label: "text-success"
661
+ }
662
+ },
663
+ {
664
+ variant: "underlined",
665
+ color: "warning",
666
+ class: {
667
+ inputWrapper: "after:bg-warning",
668
+ label: "text-warning"
669
+ }
670
+ },
671
+ {
672
+ variant: "underlined",
673
+ color: "danger",
674
+ class: {
675
+ inputWrapper: "after:bg-danger",
676
+ label: "text-danger"
677
+ }
678
+ },
679
+ // bordered & color
680
+ {
681
+ variant: "bordered",
682
+ color: "primary",
683
+ class: {
684
+ inputWrapper: [
685
+ "group-data-[focus=true]:border-primary",
686
+ "group-data-[focus=true]:data-[hover=true]:border-primary"
687
+ ],
688
+ label: "text-primary"
689
+ }
690
+ },
691
+ {
692
+ variant: "bordered",
693
+ color: "secondary",
694
+ class: {
695
+ inputWrapper: [
696
+ "group-data-[focus=true]:border-secondary",
697
+ "group-data-[focus=true]:data-[hover=true]:border-secondary"
698
+ ],
699
+ label: "text-secondary"
700
+ }
701
+ },
702
+ {
703
+ variant: "bordered",
704
+ color: "success",
705
+ class: {
706
+ inputWrapper: [
707
+ "group-data-[focus=true]:border-success",
708
+ "group-data-[focus=true]:data-[hover=true]:border-success"
709
+ ],
710
+ label: "text-success"
711
+ }
712
+ },
713
+ {
714
+ variant: "bordered",
715
+ color: "warning",
716
+ class: {
717
+ inputWrapper: [
718
+ "group-data-[focus=true]:border-warning",
719
+ "group-data-[focus=true]:data-[hover=true]:border-warning"
720
+ ],
721
+ label: "text-warning"
722
+ }
723
+ },
724
+ {
725
+ variant: "bordered",
726
+ color: "danger",
727
+ class: {
728
+ inputWrapper: [
729
+ "group-data-[focus=true]:border-danger",
730
+ "group-data-[focus=true]:data-[hover=true]:border-danger"
731
+ ],
732
+ label: "text-danger"
733
+ }
734
+ },
735
+ // labelPlacement=inside & default
736
+ {
737
+ labelPlacement: "inside",
738
+ color: "default",
739
+ class: {
740
+ label: "group-data-[filled-within=true]:text-default-600"
741
+ }
742
+ },
743
+ // labelPlacement=outside & default
744
+ {
745
+ labelPlacement: "outside",
746
+ color: "default",
747
+ class: {
748
+ label: "group-data-[filled-within=true]:text-foreground"
749
+ }
750
+ },
751
+ // radius-full & size
752
+ {
753
+ radius: "full",
754
+ size: ["sm"],
755
+ class: {
756
+ inputWrapper: "px-3"
757
+ }
758
+ },
759
+ {
760
+ radius: "full",
761
+ size: "md",
762
+ class: {
763
+ inputWrapper: "px-4"
764
+ }
765
+ },
766
+ {
767
+ radius: "full",
768
+ size: "lg",
769
+ class: {
770
+ inputWrapper: "px-5"
771
+ }
772
+ },
773
+ // !disableAnimation & variant
774
+ {
775
+ disableAnimation: false,
776
+ variant: ["faded", "bordered"],
777
+ class: {
778
+ inputWrapper: "transition-colors motion-reduce:transition-none"
779
+ }
780
+ },
781
+ {
782
+ disableAnimation: false,
783
+ variant: "underlined",
784
+ class: {
785
+ inputWrapper: "after:transition-width motion-reduce:after:transition-none"
786
+ }
787
+ },
788
+ // flat & faded
789
+ {
790
+ variant: ["flat", "faded"],
791
+ class: {
792
+ inputWrapper: [
793
+ // focus ring
794
+ ...groupDataFocusVisibleClasses
795
+ ]
796
+ }
797
+ },
798
+ // isInvalid & variant
799
+ {
800
+ isInvalid: true,
801
+ variant: "flat",
802
+ class: {
803
+ inputWrapper: [
804
+ "!bg-danger-50",
805
+ "data-[hover=true]:!bg-danger-100",
806
+ "group-data-[focus=true]:!bg-danger-50"
807
+ ]
808
+ }
809
+ },
810
+ {
811
+ isInvalid: true,
812
+ variant: "bordered",
813
+ class: {
814
+ inputWrapper: "!border-danger group-data-[focus=true]:!border-danger"
815
+ }
816
+ },
817
+ {
818
+ isInvalid: true,
819
+ variant: "underlined",
820
+ class: {
821
+ inputWrapper: "after:!bg-danger"
822
+ }
823
+ },
824
+ // size & labelPlacement
825
+ {
826
+ labelPlacement: "inside",
827
+ size: "sm",
828
+ class: {
829
+ inputWrapper: "h-12 py-1.5 px-3"
830
+ }
831
+ },
832
+ {
833
+ labelPlacement: "inside",
834
+ size: "md",
835
+ class: {
836
+ inputWrapper: "h-14 py-2"
837
+ }
838
+ },
839
+ {
840
+ labelPlacement: "inside",
841
+ size: "lg",
842
+ class: {
843
+ inputWrapper: "h-16 py-2.5 gap-0"
844
+ }
845
+ },
846
+ // size & labelPlacement & variant=[faded, bordered]
847
+ {
848
+ labelPlacement: "inside",
849
+ size: "sm",
850
+ variant: ["bordered", "faded"],
851
+ class: {
852
+ inputWrapper: "py-1"
853
+ }
854
+ },
855
+ // labelPlacement=[inside,outside]
856
+ {
857
+ labelPlacement: ["inside", "outside"],
858
+ class: {
859
+ label: ["group-data-[filled-within=true]:pointer-events-auto"]
860
+ }
861
+ },
862
+ // labelPlacement=[outside] & isMultiline
863
+ {
864
+ labelPlacement: "outside",
865
+ isMultiline: false,
866
+ class: {
867
+ base: "relative justify-end",
868
+ label: [
869
+ "pb-0",
870
+ "z-20",
871
+ "top-1/2",
872
+ "-translate-y-1/2",
873
+ "group-data-[filled-within=true]:start-0"
874
+ ]
875
+ }
876
+ },
877
+ // labelPlacement=[inside]
878
+ {
879
+ labelPlacement: ["inside"],
880
+ class: {
881
+ label: ["group-data-[filled-within=true]:scale-85"]
882
+ }
883
+ },
884
+ // labelPlacement=[inside] & variant=flat
885
+ {
886
+ labelPlacement: ["inside"],
887
+ variant: "flat",
888
+ class: {
889
+ innerWrapper: "pb-0.5"
890
+ }
891
+ },
892
+ // variant=underlined & size
893
+ {
894
+ variant: "underlined",
895
+ size: "sm",
896
+ class: {
897
+ innerWrapper: "pb-1"
898
+ }
899
+ },
900
+ {
901
+ variant: "underlined",
902
+ size: ["md", "lg"],
903
+ class: {
904
+ innerWrapper: "pb-1.5"
905
+ }
906
+ },
907
+ // inside & size
908
+ {
909
+ labelPlacement: "inside",
910
+ size: ["sm", "md"],
911
+ class: {
912
+ label: "text-small"
913
+ }
914
+ },
915
+ {
916
+ labelPlacement: "inside",
917
+ isMultiline: false,
918
+ size: "sm",
919
+ class: {
920
+ label: [
921
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-tiny)/2_-_8px)]"
922
+ ]
923
+ }
924
+ },
925
+ {
926
+ labelPlacement: "inside",
927
+ isMultiline: false,
928
+ size: "md",
929
+ class: {
930
+ label: [
931
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-small)/2_-_6px)]"
932
+ ]
933
+ }
934
+ },
935
+ {
936
+ labelPlacement: "inside",
937
+ isMultiline: false,
938
+ size: "lg",
939
+ class: {
940
+ label: [
941
+ "text-medium",
942
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-small)/2_-_8px)]"
943
+ ]
944
+ }
945
+ },
946
+ // inside & size & [faded, bordered]
947
+ {
948
+ labelPlacement: "inside",
949
+ variant: ["faded", "bordered"],
950
+ isMultiline: false,
951
+ size: "sm",
952
+ class: {
953
+ label: [
954
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-tiny)/2_-_8px_-_var(--heroui-border-width-medium))]"
955
+ ]
956
+ }
957
+ },
958
+ {
959
+ labelPlacement: "inside",
960
+ variant: ["faded", "bordered"],
961
+ isMultiline: false,
962
+ size: "md",
963
+ class: {
964
+ label: [
965
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-small)/2_-_6px_-_var(--heroui-border-width-medium))]"
966
+ ]
967
+ }
968
+ },
969
+ {
970
+ labelPlacement: "inside",
971
+ variant: ["faded", "bordered"],
972
+ isMultiline: false,
973
+ size: "lg",
974
+ class: {
975
+ label: [
976
+ "text-medium",
977
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-small)/2_-_8px_-_var(--heroui-border-width-medium))]"
978
+ ]
979
+ }
980
+ },
981
+ // inside & size & underlined
982
+ {
983
+ labelPlacement: "inside",
984
+ variant: "underlined",
985
+ isMultiline: false,
986
+ size: "sm",
987
+ class: {
988
+ label: [
989
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-tiny)/2_-_5px)]"
990
+ ]
991
+ }
992
+ },
993
+ {
994
+ labelPlacement: "inside",
995
+ variant: "underlined",
996
+ isMultiline: false,
997
+ size: "md",
998
+ class: {
999
+ label: [
1000
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-small)/2_-_3.5px)]"
1001
+ ]
1002
+ }
1003
+ },
1004
+ {
1005
+ labelPlacement: "inside",
1006
+ variant: "underlined",
1007
+ size: "lg",
1008
+ isMultiline: false,
1009
+ class: {
1010
+ label: [
1011
+ "text-medium",
1012
+ "group-data-[filled-within=true]:-translate-y-[calc(50%_+_var(--heroui-font-size-small)/2_-_4px)]"
1013
+ ]
1014
+ }
1015
+ },
1016
+ // outside & size
1017
+ {
1018
+ labelPlacement: "outside",
1019
+ size: "sm",
1020
+ isMultiline: false,
1021
+ class: {
1022
+ label: [
1023
+ "start-2",
1024
+ "text-tiny",
1025
+ "group-data-[filled-within=true]:-translate-y-[calc(100%_+_var(--heroui-font-size-tiny)/2_+_16px)]"
1026
+ ],
1027
+ base: "data-[has-label=true]:mt-[calc(var(--heroui-font-size-small)_+_8px)]"
1028
+ }
1029
+ },
1030
+ {
1031
+ labelPlacement: "outside",
1032
+ size: "md",
1033
+ isMultiline: false,
1034
+ class: {
1035
+ label: [
1036
+ "start-3",
1037
+ "end-auto",
1038
+ "text-small",
1039
+ "group-data-[filled-within=true]:-translate-y-[calc(100%_+_var(--heroui-font-size-small)/2_+_20px)]"
1040
+ ],
1041
+ base: "data-[has-label=true]:mt-[calc(var(--heroui-font-size-small)_+_10px)]"
1042
+ }
1043
+ },
1044
+ {
1045
+ labelPlacement: "outside",
1046
+ size: "lg",
1047
+ isMultiline: false,
1048
+ class: {
1049
+ label: [
1050
+ "start-3",
1051
+ "end-auto",
1052
+ "text-medium",
1053
+ "group-data-[filled-within=true]:-translate-y-[calc(100%_+_var(--heroui-font-size-small)/2_+_24px)]"
1054
+ ],
1055
+ base: "data-[has-label=true]:mt-[calc(var(--heroui-font-size-small)_+_12px)]"
1056
+ }
1057
+ },
1058
+ // outside-left & size & hasHelper
1059
+ {
1060
+ labelPlacement: "outside-left",
1061
+ size: "sm",
1062
+ class: {
1063
+ label: "group-data-[has-helper=true]:pt-2"
1064
+ }
1065
+ },
1066
+ {
1067
+ labelPlacement: "outside-left",
1068
+ size: "md",
1069
+ class: {
1070
+ label: "group-data-[has-helper=true]:pt-3"
1071
+ }
1072
+ },
1073
+ {
1074
+ labelPlacement: "outside-left",
1075
+ size: "lg",
1076
+ class: {
1077
+ label: "group-data-[has-helper=true]:pt-4"
1078
+ }
1079
+ },
1080
+ // labelPlacement=[outside, outside-left] & isMultiline
1081
+ {
1082
+ labelPlacement: ["outside", "outside-left"],
1083
+ isMultiline: true,
1084
+ class: {
1085
+ inputWrapper: "py-2"
1086
+ }
1087
+ },
1088
+ // isMultiline & labelPlacement="outside"
1089
+ {
1090
+ labelPlacement: "outside",
1091
+ isMultiline: true,
1092
+ class: {
1093
+ label: "pb-1.5"
1094
+ }
1095
+ },
1096
+ // isMultiline & labelPlacement="inside"
1097
+ {
1098
+ labelPlacement: "inside",
1099
+ isMultiline: true,
1100
+ class: {
1101
+ label: "pb-0.5",
1102
+ input: "pt-0"
1103
+ }
1104
+ },
1105
+ // isMultiline & !disableAnimation
1106
+ {
1107
+ isMultiline: true,
1108
+ disableAnimation: false,
1109
+ class: {
1110
+ input: "transition-height !duration-100 motion-reduce:transition-none"
1111
+ }
1112
+ },
1113
+ // text truncate labelPlacement=[inside,outside]
1114
+ {
1115
+ labelPlacement: ["inside", "outside"],
1116
+ class: {
1117
+ label: ["pe-2", "max-w-full", "text-ellipsis", "overflow-hidden"]
1118
+ }
1119
+ },
1120
+ // isMultiline & radius=full
1121
+ {
1122
+ isMultiline: true,
1123
+ radius: "full",
1124
+ class: {
1125
+ inputWrapper: "data-[has-multiple-rows=true]:rounded-large"
1126
+ }
1127
+ },
1128
+ // isClearable & isMultiline
1129
+ {
1130
+ isClearable: true,
1131
+ isMultiline: true,
1132
+ class: {
1133
+ clearButton: [
1134
+ "group-data-[has-value=true]:opacity-70 group-data-[has-value=true]:block",
1135
+ "group-data-[has-value=true]:scale-100",
1136
+ "group-data-[has-value=true]:pointer-events-auto"
1137
+ ]
1138
+ }
1139
+ },
1140
+ // isClearable & isDisabled
1141
+ {
1142
+ isClearable: true,
1143
+ isDisabled: true,
1144
+ class: {
1145
+ clearButton: "peer-data-[filled=true]:pointer-events-none"
1146
+ }
1147
+ }
1148
+ ]
1149
+ });
1150
+ // Annotate the CommonJS export names for ESM import in node:
1151
+ 0 && (module.exports = {
1152
+ input
1153
+ });