@rzl-zone/utils-js 3.11.1 → 3.12.1-beta.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 (286) hide show
  1. package/{LICENSE.md → LICENSE} +3 -3
  2. package/README.md +62 -89
  3. package/dist/.references/index.d.cts +25 -0
  4. package/dist/.references/index.d.ts +25 -0
  5. package/dist/assertIsArray-BChqwPiP.cjs +26 -0
  6. package/dist/assertIsArray-BChqwPiP.cjs.map +1 -0
  7. package/dist/assertIsArray-BfAbIUfa.js +20 -0
  8. package/dist/assertIsArray-BfAbIUfa.js.map +1 -0
  9. package/dist/assertIsBoolean-BlBct0Fc.js +1073 -0
  10. package/dist/assertIsBoolean-BlBct0Fc.js.map +1 -0
  11. package/dist/assertIsBoolean-DozdtbNi.cjs +1283 -0
  12. package/dist/assertIsBoolean-DozdtbNi.cjs.map +1 -0
  13. package/dist/assertIsString-Bvk7bUL7.cjs +26 -0
  14. package/dist/assertIsString-Bvk7bUL7.cjs.map +1 -0
  15. package/dist/assertIsString-DqV9NwbI.js +20 -0
  16. package/dist/assertIsString-DqV9NwbI.js.map +1 -0
  17. package/dist/assertions/index.cjs +37 -40
  18. package/dist/assertions/index.cjs.map +1 -0
  19. package/dist/assertions/index.d.cts +12 -0
  20. package/dist/assertions/index.d.ts +10 -824
  21. package/dist/assertions/index.js +30 -13
  22. package/dist/assertions/index.js.map +1 -0
  23. package/dist/conversions/index.cjs +34 -103
  24. package/dist/conversions/index.d.cts +12 -0
  25. package/dist/conversions/index.d.ts +10 -1791
  26. package/dist/conversions/index.js +14 -24
  27. package/dist/conversions-CBs8-REq.cjs +448 -0
  28. package/dist/conversions-CBs8-REq.cjs.map +1 -0
  29. package/dist/conversions-EMJa3g-D.js +382 -0
  30. package/dist/conversions-EMJa3g-D.js.map +1 -0
  31. package/dist/events/index.cjs +55 -31
  32. package/dist/events/index.cjs.map +1 -0
  33. package/dist/events/index.d.cts +174 -0
  34. package/dist/events/index.d.ts +31 -35
  35. package/dist/events/index.js +50 -12
  36. package/dist/events/index.js.map +1 -0
  37. package/dist/formatEnvPort-DpIXzPAZ.js +159 -0
  38. package/dist/formatEnvPort-DpIXzPAZ.js.map +1 -0
  39. package/dist/formatEnvPort-hHNvOim-.cjs +171 -0
  40. package/dist/formatEnvPort-hHNvOim-.cjs.map +1 -0
  41. package/dist/formatters/index.cjs +21 -61
  42. package/dist/formatters/index.d.cts +12 -0
  43. package/dist/formatters/index.d.ts +10 -2152
  44. package/dist/formatters/index.js +10 -18
  45. package/dist/formatters-QcZO_Cpx.js +367 -0
  46. package/dist/formatters-QcZO_Cpx.js.map +1 -0
  47. package/dist/formatters-lAYgA11L.cjs +427 -0
  48. package/dist/formatters-lAYgA11L.cjs.map +1 -0
  49. package/dist/generators/index.cjs +161 -41
  50. package/dist/generators/index.cjs.map +1 -0
  51. package/dist/generators/index.d.cts +12 -0
  52. package/dist/generators/index.d.ts +10 -338
  53. package/dist/generators/index.js +154 -14
  54. package/dist/generators/index.js.map +1 -0
  55. package/dist/index-26W7ItWx.d.ts +760 -0
  56. package/dist/index-BPPQjAfs.d.cts +2359 -0
  57. package/dist/index-BXjlgBLz.d.cts +2139 -0
  58. package/dist/index-B_Wwo91H.d.ts +2359 -0
  59. package/dist/index-CpufydcI.d.cts +704 -0
  60. package/dist/index-Czc4O526.d.ts +333 -0
  61. package/dist/index-DPs1_p5G.d.cts +760 -0
  62. package/dist/index-DRpOyBSC.d.ts +1703 -0
  63. package/dist/index-DWWvtHUn.d.cts +822 -0
  64. package/dist/index-DnM0LD0n.d.cts +333 -0
  65. package/dist/index-GUZ9fK6T.d.ts +2139 -0
  66. package/dist/index-I4fAzwXV.d.ts +704 -0
  67. package/dist/index-JDrOl_19.d.ts +822 -0
  68. package/dist/index-b66P49Qe.d.cts +1703 -0
  69. package/dist/isBigInt-B1cijjqm.cjs +20 -0
  70. package/dist/isBigInt-B1cijjqm.cjs.map +1 -0
  71. package/dist/isBigInt-C0bN0Rhu.js +14 -0
  72. package/dist/isBigInt-C0bN0Rhu.js.map +1 -0
  73. package/dist/isEmptyObject-DI42NEo0.cjs +37 -0
  74. package/dist/isEmptyObject-DI42NEo0.cjs.map +1 -0
  75. package/dist/isEmptyObject-DeLVIJpl.js +25 -0
  76. package/dist/isEmptyObject-DeLVIJpl.js.map +1 -0
  77. package/dist/isEmptyString-BTUWYTbw.js +15 -0
  78. package/dist/isEmptyString-BTUWYTbw.js.map +1 -0
  79. package/dist/isEmptyString-CCK3bP74.cjs +21 -0
  80. package/dist/isEmptyString-CCK3bP74.cjs.map +1 -0
  81. package/dist/isEmptyValue-DMSMFTU8.cjs +30 -0
  82. package/dist/isEmptyValue-DMSMFTU8.cjs.map +1 -0
  83. package/dist/isEmptyValue-fjnfQnt5.js +24 -0
  84. package/dist/isEmptyValue-fjnfQnt5.js.map +1 -0
  85. package/dist/isEqual-B1fRgEuU.cjs +111 -0
  86. package/dist/isEqual-B1fRgEuU.cjs.map +1 -0
  87. package/dist/isEqual-DhyP8fB_.js +87 -0
  88. package/dist/isEqual-DhyP8fB_.js.map +1 -0
  89. package/dist/isFinite-BYMOo0os.js +15 -0
  90. package/dist/isFinite-BYMOo0os.js.map +1 -0
  91. package/dist/isFinite-sFkps2TY.cjs +21 -0
  92. package/dist/isFinite-sFkps2TY.cjs.map +1 -0
  93. package/dist/isInteger-DS9V7l_f.js +14 -0
  94. package/dist/isInteger-DS9V7l_f.js.map +1 -0
  95. package/dist/isInteger-FTCthMre.cjs +20 -0
  96. package/dist/isInteger-FTCthMre.cjs.map +1 -0
  97. package/dist/isPlainObject-DcFGh3_5.d.ts +530 -0
  98. package/dist/isPlainObject-doTI11Ib.d.cts +530 -0
  99. package/dist/isServer-D1TXfOs3.js +14 -0
  100. package/dist/isServer-D1TXfOs3.js.map +1 -0
  101. package/dist/isServer-q-QLFCqE.cjs +20 -0
  102. package/dist/isServer-q-QLFCqE.cjs.map +1 -0
  103. package/dist/isTypedArray-47R0wdrc.js +31 -0
  104. package/dist/isTypedArray-47R0wdrc.js.map +1 -0
  105. package/dist/isTypedArray-DiCoqffZ.cjs +43 -0
  106. package/dist/isTypedArray-DiCoqffZ.cjs.map +1 -0
  107. package/dist/isURL-CQiowFq2.js +14 -0
  108. package/dist/isURL-CQiowFq2.js.map +1 -0
  109. package/dist/isURL-WZypXsax.cjs +20 -0
  110. package/dist/isURL-WZypXsax.cjs.map +1 -0
  111. package/dist/isValidDomain-BSXshgkC.cjs +1788 -0
  112. package/dist/isValidDomain-BSXshgkC.cjs.map +1 -0
  113. package/dist/isValidDomain-DwA2EN79.js +1782 -0
  114. package/dist/isValidDomain-DwA2EN79.js.map +1 -0
  115. package/dist/next/index.cjs +119 -212
  116. package/dist/next/index.cjs.map +1 -0
  117. package/dist/next/index.d.cts +226 -0
  118. package/dist/next/index.d.ts +26 -31
  119. package/dist/next/index.js +117 -210
  120. package/dist/next/index.js.map +1 -0
  121. package/dist/next/server/index.cjs +25 -40
  122. package/dist/next/server/index.cjs.map +1 -0
  123. package/dist/next/server/index.d.cts +39 -0
  124. package/dist/next/server/index.d.ts +9 -10
  125. package/dist/next/server/index.js +23 -38
  126. package/dist/next/server/index.js.map +1 -0
  127. package/dist/noop-B2mTBhW-.cjs +18 -0
  128. package/dist/noop-B2mTBhW-.cjs.map +1 -0
  129. package/dist/noop-BzktGBVz.js +12 -0
  130. package/dist/noop-BzktGBVz.js.map +1 -0
  131. package/dist/normalizeSpaces-DQHR3Tlr.cjs +29 -0
  132. package/dist/normalizeSpaces-DQHR3Tlr.cjs.map +1 -0
  133. package/dist/normalizeSpaces-WS_iERJk.js +23 -0
  134. package/dist/normalizeSpaces-WS_iERJk.js.map +1 -0
  135. package/dist/normalizeString-2WLth_Gj.js +15 -0
  136. package/dist/normalizeString-2WLth_Gj.js.map +1 -0
  137. package/dist/normalizeString-D8euBcRD.cjs +21 -0
  138. package/dist/normalizeString-D8euBcRD.cjs.map +1 -0
  139. package/dist/operations/index.cjs +65 -32
  140. package/dist/operations/index.cjs.map +1 -0
  141. package/dist/operations/index.d.cts +139 -0
  142. package/dist/operations/index.d.ts +10 -15
  143. package/dist/operations/index.js +61 -17
  144. package/dist/operations/index.js.map +1 -0
  145. package/dist/parsers/index.cjs +12 -19
  146. package/dist/parsers/index.d.cts +239 -0
  147. package/dist/parsers/index.d.ts +71 -72
  148. package/dist/parsers/index.js +10 -12
  149. package/dist/parsers-DXtpsDyj.cjs +649 -0
  150. package/dist/parsers-DXtpsDyj.cjs.map +1 -0
  151. package/dist/parsers-Dpuq-V4u.js +643 -0
  152. package/dist/parsers-Dpuq-V4u.js.map +1 -0
  153. package/dist/parsing-B43x1sxn.js +50 -0
  154. package/dist/parsing-B43x1sxn.js.map +1 -0
  155. package/dist/parsing-lRoxn1Nz.cjs +56 -0
  156. package/dist/parsing-lRoxn1Nz.cjs.map +1 -0
  157. package/dist/predicates/index.cjs +91 -296
  158. package/dist/predicates/index.d.cts +13 -0
  159. package/dist/predicates/index.d.ts +12 -2482
  160. package/dist/predicates/index.js +23 -25
  161. package/dist/predicates-DiaYA7Ps.cjs +413 -0
  162. package/dist/predicates-DiaYA7Ps.cjs.map +1 -0
  163. package/dist/predicates-gNepszvo.js +257 -0
  164. package/dist/predicates-gNepszvo.js.map +1 -0
  165. package/dist/promises/index.cjs +76 -24
  166. package/dist/promises/index.cjs.map +1 -0
  167. package/dist/promises/index.d.cts +123 -0
  168. package/dist/promises/index.d.ts +28 -31
  169. package/dist/promises/index.js +73 -13
  170. package/dist/promises/index.js.map +1 -0
  171. package/dist/punyCode-CTWXVVFo.cjs +185 -0
  172. package/dist/punyCode-CTWXVVFo.cjs.map +1 -0
  173. package/dist/punyCode-hmiFzLWT.js +179 -0
  174. package/dist/punyCode-hmiFzLWT.js.map +1 -0
  175. package/dist/removeSpaces-BE8lfh-4.js +19 -0
  176. package/dist/removeSpaces-BE8lfh-4.js.map +1 -0
  177. package/dist/removeSpaces-DRRxNWlb.cjs +25 -0
  178. package/dist/removeSpaces-DRRxNWlb.cjs.map +1 -0
  179. package/dist/safeJsonParse-BBnQElk8.cjs +208 -0
  180. package/dist/safeJsonParse-BBnQElk8.cjs.map +1 -0
  181. package/dist/safeJsonParse-CXruaP0p.js +184 -0
  182. package/dist/safeJsonParse-CXruaP0p.js.map +1 -0
  183. package/dist/safeStableStringify-BNh3D0K0.js +88 -0
  184. package/dist/safeStableStringify-BNh3D0K0.js.map +1 -0
  185. package/dist/safeStableStringify-Cc62pfRp.cjs +106 -0
  186. package/dist/safeStableStringify-Cc62pfRp.cjs.map +1 -0
  187. package/dist/strings/index.cjs +76 -81
  188. package/dist/strings/index.cjs.map +1 -0
  189. package/dist/strings/index.d.cts +12 -0
  190. package/dist/strings/index.d.ts +10 -775
  191. package/dist/strings/index.js +59 -14
  192. package/dist/strings/index.js.map +1 -0
  193. package/dist/tailwind/index.cjs +19 -47
  194. package/dist/tailwind/index.d.cts +12 -0
  195. package/dist/tailwind/index.d.ts +11 -712
  196. package/dist/tailwind/index.js +10 -12
  197. package/dist/tailwind-DJ4cmLUw.cjs +247 -0
  198. package/dist/tailwind-DJ4cmLUw.cjs.map +1 -0
  199. package/dist/tailwind-IJvOdkZp.js +199 -0
  200. package/dist/tailwind-IJvOdkZp.js.map +1 -0
  201. package/dist/toStringArrayUnRecursive-CFs0jTEg.js +39 -0
  202. package/dist/toStringArrayUnRecursive-CFs0jTEg.js.map +1 -0
  203. package/dist/toStringArrayUnRecursive-xUaU8Ot9.cjs +51 -0
  204. package/dist/toStringArrayUnRecursive-xUaU8Ot9.cjs.map +1 -0
  205. package/dist/urls/index.cjs +129 -57
  206. package/dist/urls/index.cjs.map +1 -0
  207. package/dist/urls/index.d.cts +740 -0
  208. package/dist/urls/index.d.ts +218 -224
  209. package/dist/urls/index.js +121 -26
  210. package/dist/urls/index.js.map +1 -0
  211. package/package.json +203 -194
  212. package/dist/chunk-22V4WP3H.js +0 -53
  213. package/dist/chunk-2XSZ2ANI.js +0 -63
  214. package/dist/chunk-3T6VSWYX.js +0 -21
  215. package/dist/chunk-5WIEDF2J.js +0 -1823
  216. package/dist/chunk-6EDFZJZ5.cjs +0 -598
  217. package/dist/chunk-6LXWT2I5.js +0 -32
  218. package/dist/chunk-6YGBRENU.js +0 -209
  219. package/dist/chunk-7FGNVDEV.cjs +0 -38
  220. package/dist/chunk-AXDYWO67.js +0 -119
  221. package/dist/chunk-B6PMNZ4M.cjs +0 -35
  222. package/dist/chunk-BAV5T2E3.cjs +0 -15
  223. package/dist/chunk-BLF7SD66.js +0 -95
  224. package/dist/chunk-BMZZXZJ2.cjs +0 -30
  225. package/dist/chunk-BOYP3ARU.js +0 -264
  226. package/dist/chunk-BPYW5YL7.js +0 -16
  227. package/dist/chunk-C2PV3VWC.cjs +0 -118
  228. package/dist/chunk-CCJ2MSN7.js +0 -16
  229. package/dist/chunk-DAPAK2W3.cjs +0 -123
  230. package/dist/chunk-DLS3G6WQ.cjs +0 -23
  231. package/dist/chunk-DNMCR5JH.js +0 -370
  232. package/dist/chunk-DVMHRLKP.cjs +0 -16
  233. package/dist/chunk-EBYFYZW4.cjs +0 -26
  234. package/dist/chunk-ENMRZ4BE.js +0 -302
  235. package/dist/chunk-FJ4BQFVO.js +0 -587
  236. package/dist/chunk-GIKL4PUF.cjs +0 -106
  237. package/dist/chunk-GOFINGT6.js +0 -35
  238. package/dist/chunk-GXKQ3LHF.js +0 -101
  239. package/dist/chunk-HNBRGN4R.js +0 -24
  240. package/dist/chunk-HYN6FC5A.cjs +0 -249
  241. package/dist/chunk-IZGVBYFN.js +0 -242
  242. package/dist/chunk-JIE447J5.js +0 -676
  243. package/dist/chunk-JXEIJM5M.cjs +0 -237
  244. package/dist/chunk-K47GZDBH.js +0 -115
  245. package/dist/chunk-K5536YHG.cjs +0 -269
  246. package/dist/chunk-KHO2SBNA.cjs +0 -16
  247. package/dist/chunk-KXJ7X325.cjs +0 -308
  248. package/dist/chunk-L5RDAVVH.js +0 -14
  249. package/dist/chunk-LJHPTLWB.js +0 -109
  250. package/dist/chunk-M7ELWZXM.cjs +0 -1825
  251. package/dist/chunk-MSUW5VHZ.js +0 -1590
  252. package/dist/chunk-MUHRPRR7.cjs +0 -65
  253. package/dist/chunk-MV3TSQSH.cjs +0 -397
  254. package/dist/chunk-NLZLXWAU.cjs +0 -678
  255. package/dist/chunk-NVRZPF5M.cjs +0 -18
  256. package/dist/chunk-ONZFBJVW.js +0 -14
  257. package/dist/chunk-PGNL7JXO.cjs +0 -251
  258. package/dist/chunk-Q4GEQS7X.cjs +0 -564
  259. package/dist/chunk-QNKGP5DY.js +0 -14
  260. package/dist/chunk-QYI2VJLS.cjs +0 -211
  261. package/dist/chunk-RBWZII5I.js +0 -59
  262. package/dist/chunk-RMP7VMPB.cjs +0 -33
  263. package/dist/chunk-RZOGBYIS.js +0 -21
  264. package/dist/chunk-SU3UELUB.cjs +0 -36
  265. package/dist/chunk-SYHPSOUU.cjs +0 -1626
  266. package/dist/chunk-SZUNAEMR.js +0 -246
  267. package/dist/chunk-TER22LO4.cjs +0 -64
  268. package/dist/chunk-TJHGRQ4P.js +0 -33
  269. package/dist/chunk-U23I7JPB.cjs +0 -56
  270. package/dist/chunk-U7HHN47R.js +0 -552
  271. package/dist/chunk-UDA26MCU.cjs +0 -16
  272. package/dist/chunk-UIAWUZ4H.js +0 -31
  273. package/dist/chunk-ULQPCIA2.js +0 -16
  274. package/dist/chunk-VJDDGRIK.cjs +0 -16
  275. package/dist/chunk-WETQI6HM.js +0 -232
  276. package/dist/chunk-WLOQQFDS.cjs +0 -18
  277. package/dist/chunk-WVSPXFTY.js +0 -14
  278. package/dist/chunk-WXFTVXBF.cjs +0 -23
  279. package/dist/chunk-XPVTIGU2.cjs +0 -113
  280. package/dist/chunk-XX6RUGTM.cjs +0 -18
  281. package/dist/chunk-YWHHVDT4.js +0 -13
  282. package/dist/chunk-ZPDMWDGZ.cjs +0 -101
  283. package/dist/chunk-ZVWZEGQP.js +0 -28
  284. package/dist/index.d.ts +0 -24
  285. package/dist/isPlainObject-0p3VveWr.d.ts +0 -534
  286. package/dist/rzl-utils.global.js +0 -10
@@ -1,713 +1,12 @@
1
1
  /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- import { Config } from 'tailwindcss';
11
- import { ClassNameValue as ClassNameValue$1, ConfigExtension as ConfigExtension$1 } from 'tailwind-merge-v3';
12
- import { ClassNameValue, ConfigExtension } from 'tailwind-merge-v4';
13
- import { Stringify } from '@rzl-zone/ts-types-plus';
14
-
15
- /** ----------------------------------------------------------
16
- * * ***Type-Utility: `ClassValue`.***
17
- * ----------------------------------------------------------
18
- * **Represents a single valid value that can be converted to a CSS class string.**
19
- * @description
20
- * - Supports the following types:
21
- * - `string` → literal class names (non-empty only)
22
- * - `number | bigint` → numeric class names
23
- * - `boolean` → only `true` is considered in objects/arrays
24
- * - `null | undefined` → ignored
25
- * - `ClassObject` → objects where **keys with truthy values** are included
26
- * - `ClassValues` → arrays recursively flattened
27
- * - Used internally by ***`cx` utility function*** to process mixed input values.
28
- * @example
29
- * ```ts
30
- * const val1: ClassValue = "button"; // ➔ string
31
- * const val2: ClassValue = 0; // ➔ number
32
- * const val3: ClassValue = ["a", { b: true }]; // ➔ array with object
33
- * const val4: ClassValue = { d: true, e: false }; // ➔ object
34
- * const val5: ClassValue = new String("foo"); // ➔ boxed string
35
- * const val6: ClassValue = new Number("123"); // ➔ boxed number
36
- * const val7: ClassValue = new Boolean("true"); // ➔ boxed boolean
37
- * ```
38
- */
39
- type ClassValue = ClassValues | ClassObject | string | number | bigint | null | boolean | undefined;
40
- /** ----------------------------------------------------------
41
- * * ***Type-Utility: `ClassObject`.***
42
- * ----------------------------------------------------------
43
- * **Represents an object whose keys with truthy values are included in the final class string.**
44
- * @example
45
- * ```ts
46
- * const obj: ClassObject = { "text-red": true, "hidden": false };
47
- * // ➔ "text-red" when processed by cx
48
- * ```
49
- */
50
- type ClassObject = Record<string, any>;
51
- /** ----------------------------------------------------------
52
- * * ***Type-Utility: `ClassValues`.***
53
- * ----------------------------------------------------------
54
- * **Represents an array of {@link ClassValue | `ClassValue's`}, potentially nested.**
55
- * @example
56
- * ```ts
57
- * const arr: ClassValues = [
58
- * "a",
59
- * 1,
60
- * ["b", { c: true, d: false }],
61
- * { e: 2 }
62
- * ];
63
- * ```
64
- */
65
- type ClassValues = ClassValue[];
66
- /** ----------------------------------------------------------
67
- * * ***Utility: `cx`.***
68
- * ----------------------------------------------------------
69
- * **Merge multiple class values into a single, space-separated string suitable for CSS usage.**
70
- * @description
71
- * - Supports **nested combinations** of arrays and objects, recursively.
72
- * - **Falsy values** are skipped:
73
- * - `false`, `null`, `undefined`, empty strings `""` are ignored anywhere.
74
- * - Numbers `0` are ignored inside nested arrays/objects.
75
- * - **Boxed primitives** are correctly unwrapped to their primitive value.
76
- * - **Inherited object keys** are included in the final class string.
77
- * - Optimized for **CSS class merging** where conditional inclusion is common.
78
- * @param {ClassValues} values
79
- * A list of mixed class values, which can include:
80
- * - **Strings** → literal class names.
81
- * - **Numbers** → numeric class names.
82
- * - **BigInt** → numeric class names larger than JS safe integer limit.
83
- * - **Arrays** → recursively flattened, can contain nested arrays or objects.
84
- * - **Objects** → include keys whose values are truthy. Inherited keys are also included.
85
- * - **Boxed primitives** (`new String()`, `new Number()`, `new Boolean()`) → automatically unwrapped.
86
- * - **Falsy values** (`false`, `null`, `undefined`, `""`, `0`) are ignored according to original behavior.
87
- * @returns {string}
88
- * A single space-separated string containing all valid class names.
89
- * @example
90
- * ```ts
91
- * // Basic string merge
92
- * cx("btn", "btn-primary");
93
- * // ➔ "btn btn-primary"
94
- *
95
- * // Mixed arrays and objects
96
- * cx("a", ["b", { c: true, d: false }], { e: 1, f: 0 }, null, 2);
97
- * // ➔ "a b c e 2"
98
- *
99
- * // Empty and falsy values are ignored
100
- * cx("", null, undefined, false, 0);
101
- * // ➔ ""
102
- *
103
- * // Nested arrays with objects
104
- * cx(["a", ["b", { c: true, d: false }]]);
105
- * // ➔ "a b c"
106
- *
107
- * // Boxed primitives are unwrapped
108
- * cx(new String("foo"), new Number(42), new Boolean(true), new Number(0), new Boolean(false));
109
- * // ➔ "foo 42 true"
110
- *
111
- * // Inherited keys from objects are included
112
- * const proto = { inherited: true };
113
- * const obj = Object.create(proto);
114
- * obj.own = true;
115
- * cx(obj);
116
- * // ➔ "own inherited"
117
- * ```
118
- */
119
- declare function cx(...values: ClassValues): string;
120
-
121
- /** -------------------------------------------------------------
122
- * * ***Default `cnV3` utility (Tailwind v3).***
123
- * -------------------------------------------------------------
124
- * **Combines class-name values and then deduplicates/resolves
125
- * conflicts using {@link twMergeDefaultV3 | `twMergeDefaultV3`}
126
- * with **Tailwind v3 default config only**.**
127
- * - ✅ **Use this when:**
128
- * - Your project uses **Tailwind v3**.
129
- * - You need a simple `cn` that works out of the box without a custom config.
130
- * - ⚡ **Need custom rules?**
131
- * - Create a project-wide helper using
132
- * {@link twMergeDefaultV3 | `twMergeDefaultV3`} +
133
- * {@link customCnV3 | `customCnV3`} (see Example 2).
134
- * @param {ClassValues} classes - Class values (`string`, `array`, `object`, `etc`).
135
- * @returns {string} Merged Tailwind class string.
136
- * @example
137
- * #### Example 1: ✅ Default usage (Tailwind v3).
138
- * ```ts
139
- * cnV3("p-2", "p-4");
140
- * // ➔ "p-4"
141
- *
142
- * cnV3("text-red-500", { "text-blue-500": true });
143
- * // ➔ "text-blue-500"
144
- *
145
- * cnV3(["m-2", ["m-4"]], "m-8");
146
- * // ➔ "m-8"
147
- * ```
148
- * #### Example 2: ⚡ Custom project-wide usage with Tailwind config.
149
- * ```ts
150
- * import tailwindConfig from "../tailwind.config";
151
- * import { twMergeDefaultV3, customCnV3, type ClassValues } from "@rzl-zone/utils-js/tailwind";
152
- *
153
- * const cnApp = (...classes: ClassValues) => {
154
- * return customCnV3(
155
- * twMergeDefaultV3({
156
- * config: tailwindConfig,
157
- * extend: {
158
- * classGroups: {
159
- * "text-shadow": [
160
- * "text-shadow",
161
- * "text-shadow-sm",
162
- * "text-shadow-md",
163
- * ],
164
- * },
165
- * },
166
- * }),
167
- * // ...other options classes,
168
- * );
169
- * };
170
- *
171
- * cnApp("p-2 p-4"); // ➔ "p-4"
172
- * cnApp("shadow-sm shadow-md"); // ➔ "shadow-md"
173
- * cnApp("text-base text-xxs"); // ➔ "text-xxs" (resolved from config)
174
- * ```
175
- */
176
- declare const cnV3: (...classes: ClassValues) => string;
177
- /** -------------------------------------------------------------
178
- * * ***Default `cnV4` utility (Tailwind v4).***
179
- * -------------------------------------------------------------
180
- * **Combines class-name values and then deduplicates/resolves
181
- * conflicts using {@link twMergeDefaultV4 | `twMergeDefaultV4`}
182
- * with **Tailwind v4 default config only**.**
183
- * - ✅ **Use this when:**
184
- * - Your project uses **Tailwind v4**.
185
- * - You need a simple `cn` that works out of the box without a custom config.
186
- * - ⚡ **Need custom rules?**
187
- * - Create a project-wide helper using
188
- * {@link twMergeDefaultV4 | `twMergeDefaultV4`} +
189
- * {@link customCnV4 | `customCnV4`} (see Example 2).
190
- * @param {ClassValues} classes - Class values (`string`, `array`, `object`, `etc`).
191
- * @returns {string} Merged Tailwind class string.
192
- * @example
193
- * #### Example 1: ✅ Default usage (Tailwind v4).
194
- * ```ts
195
- * cnV4("p-2", "p-4");
196
- * // ➔ "p-4"
197
- *
198
- * cnV4("text-red-500", { "text-blue-500": true });
199
- * // ➔ "text-blue-500"
200
- *
201
- * cnV4(["m-2", ["m-4"]], "m-8");
202
- * // ➔ "m-8"
203
- * ```
204
- * #### Example 2: ⚡ Custom project-wide usage with Tailwind config.
205
- * ```ts
206
- * import tailwindConfig from "../tailwind.config";
207
- * import { twMergeDefaultV4, customCnV4, type ClassValues } from "@rzl-zone/utils-js/tailwind";
208
- *
209
- * const cnApp = (...classes: ClassValues) => {
210
- * return customCnV4(
211
- * twMergeDefaultV4({
212
- * config: tailwindConfig,
213
- * extend: {
214
- * classGroups: {
215
- * "text-shadow": [
216
- * "text-shadow",
217
- * "text-shadow-sm",
218
- * "text-shadow-md",
219
- * ],
220
- * },
221
- * },
222
- * }),
223
- * // ...other options classes,
224
- * );
225
- * };
226
- *
227
- * cnApp("p-2 p-4"); // ➔ "p-4"
228
- * cnApp("shadow-sm shadow-md"); // ➔ "shadow-md"
229
- * cnApp("text-base text-xxs"); // ➔ "text-xxs" (resolved from config)
230
- * ```
231
- */
232
- declare const cnV4: (...classes: ClassValues) => string;
233
-
234
- /** Tailwind Merge config extension type */
235
- type TwMergeConfigExt$1 = ConfigExtension<string, string>;
236
- /** * ***Extra options for customized Tailwind class merge.*** */
237
- type OptionsConfigMergeTwCn$1 = {
238
- /** ----------------------------------------------------------
239
- * * ***Optional Tailwind CSS configuration object.***
240
- * ----------------------------------------------------------
241
- * - **Pass your project’s `tailwind.config.ts` if you want to:**
242
- * - Respect custom theme values (`colors`, `fontSize`, `spacing`, `etc`.)
243
- * - Enable/disable `corePlugins`
244
- * - Register `plugins`
245
- * - Extend class groups (e.g., `text-shadow`)
246
- * - **If omitted, the **default Tailwind config** is used.**
247
- * @example
248
- * ```ts
249
- * import tailwindConfig from "../tailwind.config";
250
- * import { twMergeDefaultV4 } from "@rzl-zone/utils-js/tailwind";
251
- *
252
- * const myCustomTwCls = twMergeDefaultV4({
253
- * config: tailwindConfig,
254
- * });
255
- *
256
- * myCustomTwCls("text-primary text-secondary");
257
- * // => "text-secondary" (resolved from your theme config)
258
- * ```
259
- */
260
- config?: TailwindConfig;
261
- /** ----------------------------------------------------------
262
- * * ***Prefix added to Tailwind-generated classes.***
263
- * ----------------------------------------------------------
264
- * - **Tailwind v3**:
265
- * - Use {@link twMergeDefaultV3 | **`twMergeDefaultV3`**} instead.
266
- * - Reference:
267
- * [**`Tailwind v3 using prefix docs`**](https://v3.tailwindcss.com/docs/configuration#prefix).
268
- *
269
- * - **Tailwind v4**:
270
- * - Configure in your CSS import, e.g. `@import "tailwindcss" prefix(tw);`
271
- * - The prefix appears like a variant at the start of the class, e.g. `tw:flex`,
272
- * `tw:bg-red-500`, `tw:hover:bg-red-600`.
273
- * - Reference:
274
- * [**`Tailwind v4 using prefix docs`**](https://tailwindcss.com/docs/upgrade-guide#using-a-prefix).
275
- *
276
- * - **ℹ️ Notes**:
277
- * - Tailwind v3:
278
- * - Use {@link twMergeDefaultV3 | **`twMergeDefaultV3`**} instead.
279
- * - Tailwind v4: prefer identifier (e.g. `tw`) without `-`.
280
- * - Fallback order:
281
- * 1. `prefix` option
282
- * 2. `config.prefix` (if defined)
283
- * 3. `undefined`
284
- *
285
- * @example
286
- * - Tailwind version 4 (in CSS entry only):
287
- * - CSS files:
288
- * ```css
289
- * `@import "tailwindcss" prefix(tw);`
290
- * ```
291
- * - Your custom TwMerge file:
292
- * ```ts
293
- * import { twMergeDefaultV4 } from "@rzl-zone/utils-js/tailwind";
294
- *
295
- * const twMergeV3 = twMergeDefaultV4({
296
- * prefix: "tw",
297
- * // ... other config
298
- * });
299
- * ```
300
- * - Tailwind version 4 (with `tailwind.config.{js,ts,mjs,...etc}`):
301
- * - Reference:
302
- * [**`Tailwind v4 using @config docs`**](https://tailwindcss.com/docs/functions-and-directives#config-directive).
303
- * - CSS files:
304
- * ```css
305
- * `@import "tailwindcss";`
306
- * `@config "./tailwind.config.ts";`
307
- * ```
308
- * - Config files:
309
- * ```ts
310
- * import type { Config } from "tailwindcss";
311
- *
312
- * const config: Config = {
313
- * prefix: 'tw-',
314
- * // ... other config
315
- * };
316
- *
317
- * export default config;
318
- * ```
319
- * - Your custom TwMerge file:
320
- * ```ts
321
- * import config from "../tailwind.config";
322
- * import { twMergeDefaultV4 } from "@rzl-zone/utils-js/tailwind";
323
- *
324
- * const twMergeV4 = twMergeDefaultV4({ config });
325
- * // now without passing `prefix` options, will use automatic from config.
326
- * ```
327
- */
328
- prefix?: string;
329
- };
330
- /** * ***Options type for Tailwind Merge v4 wrapper.*** */
331
- type OptionsMergeTwClsV4 = Omit<TwMergeConfigExt$1, "prefix"> & OptionsConfigMergeTwCn$1;
332
- /** * ***Tailwind Merge function Version 4 signature (same as twMerge).*** */
333
- type TwMergeDefaultFnV4 = (...classLists: ClassNameValue[]) => string;
334
-
335
- type TailwindConfig = Config;
336
-
337
- /** Tailwind Merge config extension type */
338
- type TwMergeConfigExt = ConfigExtension$1<string, string>;
339
- /** * ***Extra options for customized Tailwind class merge.*** */
340
- type OptionsConfigMergeTwCn = {
341
- /** ----------------------------------------------------------
342
- * * ***Optional Tailwind CSS configuration object.***
343
- * ----------------------------------------------------------
344
- * - **Pass your project’s `tailwind.config.ts` if you want to:**
345
- * - Respect custom theme values (`colors`, `fontSize`, `spacing`, `etc`.)
346
- * - Enable/disable `corePlugins`
347
- * - Register `plugins`
348
- * - Extend class groups (e.g., `text-shadow`)
349
- * - **If omitted, the **default Tailwind config** is used.**
350
- * @example
351
- * ```ts
352
- * import tailwindConfig from "../tailwind.config";
353
- * import { twMergeDefaultV3 } from "@rzl-zone/utils-js/tailwind";
354
- *
355
- * const myCustomTwCls = twMergeDefaultV3({
356
- * config: tailwindConfig,
357
- * });
358
- *
359
- * myCustomTwCls("text-primary text-secondary");
360
- * // => "text-secondary" (resolved from your theme config)
361
- * ```
362
- */
363
- config?: TailwindConfig;
364
- /** ----------------------------------------------------------
365
- * * ***Prefix added to Tailwind-generated classes.***
366
- * ----------------------------------------------------------
367
- * - **Tailwind v3**:
368
- * - Configure in `tailwind.config.js`, e.g. `prefix: 'tw-'`.
369
- * - Variants first; negative utilities: `-mt-8` ➔ `-tw-mt-8`.
370
- * - Reference:
371
- * [**`Tailwind v3 using prefix docs`**](https://v3.tailwindcss.com/docs/configuration#prefix).
372
- * - **Tailwind v4**:
373
- * - Use {@link twMergeDefaultV4 | **`twMergeDefaultV4`**} instead.
374
- * - Reference:
375
- * [**`Tailwind v4 using prefix docs`**](https://tailwindcss.com/docs/upgrade-guide#using-a-prefix).
376
- * - **ℹ️ Notes**:
377
- * - Tailwind v3: use hyphenated prefix (`tw-`).
378
- * - Fallback order:
379
- * 1. `prefix` option
380
- * 2. `config.prefix` (if defined)
381
- * 3. `undefined`
382
- * - Tailwind v4:
383
- * - Use {@link twMergeDefaultV4 | **`twMergeDefaultV4`**} instead.
384
- * @example
385
- * - Tailwind version 3 (`tailwind.config.ts`):
386
- * ```ts
387
- * import type { Config } from "tailwindcss";
388
- *
389
- * const config: Config = {
390
- * prefix: 'tw-',
391
- * // ... other config
392
- * };
393
- *
394
- * export default config;
395
- * ```
396
- */
397
- prefix?: string;
398
- };
399
- /** * ***Options type for Tailwind Merge v3 wrapper.*** */
400
- type OptionsMergeTwClsV3 = Omit<TwMergeConfigExt, "prefix"> & OptionsConfigMergeTwCn;
401
- /** * ***Tailwind Merge function Version 3 signature (same as twMerge).*** */
402
- type TwMergeDefaultFnV3 = (...classLists: ClassNameValue$1[]) => string;
403
-
404
- /** -------------------------------------------------------------
405
- * * ***Factory utility for building a custom `cn` helper (Tailwind `v3`).***
406
- * -------------------------------------------------------------
407
- * **Wraps internally function to combines class-name values and applies the provided
408
- * Tailwind merge function (from {@link twMergeDefaultV3 | `twMergeDefaultV3`}).**
409
- * - 🔑 **When to use it?**
410
- * - Your project uses **Tailwind v3**.
411
- * - You extend Tailwind merge rules (`classGroups`, `tailwind.config`).
412
- * - You need multiple `cn*` variants across apps/packages.
413
- * @param {TwMergeDefaultFnV3} customTwMergeV3 - Merge function created via {@link twMergeDefaultV3 | `twMergeDefaultV3`}.
414
- * @param {ClassValues} classes - Class values (`string`, `array`, `object`, `etc`).
415
- * @returns {string} Merged Tailwind class string.
416
- * @example
417
- * ```ts
418
- * import tailwindConfig from "../tailwind.config";
419
- * import { twMergeDefaultV3, customCnV3, type ClassValues } from "@rzl-zone/utils-js/tailwind";
420
- *
421
- * // 1. Create a custom merge function
422
- * const myCustomTwMerge = twMergeDefaultV3({
423
- * config: tailwindConfig,
424
- * extend: {
425
- * classGroups: {
426
- * "text-shadow": ["text-shadow", "text-shadow-sm", "text-shadow-md"],
427
- * },
428
- * },
429
- * });
430
- *
431
- * // 2. Build your helper using `customCnV3`
432
- * export const cnApp = (...classes: ClassValues) => {
433
- * return customCnV3(myCustomTwMerge, ...classes);
434
- * };
435
- * // ✅ Usage
436
- * cnApp("p-2", "p-4"); // ➔ "p-4"
437
- * cnApp("shadow-sm shadow-md"); // ➔ "shadow-md"
438
- * cnApp("text-base text-xxs"); // ➔ "text-xxs" (resolved from config)
439
- * ```
440
- */
441
- declare const customCnV3: (customTwMergeV3: TwMergeDefaultFnV3, ...classes: ClassValues) => string;
442
- /** -------------------------------------------------------------
443
- * * ***Factory utility for building a custom `cn` helper (Tailwind `v4`).***
444
- * -------------------------------------------------------------
445
- * **Wraps internally function to combines class-name values and applies the provided
446
- * Tailwind merge function (from {@link twMergeDefaultV4 | `twMergeDefaultV4`}).**
447
- * - 🔑 **When to use it?**
448
- * - Your project uses **Tailwind v4**.
449
- * - You extend Tailwind merge rules (`classGroups`, `tailwind.config`).
450
- * - You need multiple `cn*` variants across apps/packages.
451
- * @param {TwMergeDefaultFnV4} customTwMergeV4 - Merge function created via {@link twMergeDefaultV4 | `twMergeDefaultV4`}.
452
- * @param {ClassValues} classes - Class values (`string`, `array`, `object`, `etc`).
453
- * @returns {string} Merged Tailwind class string.
454
- * @example
455
- * ```ts
456
- * import tailwindConfig from "../tailwind.config";
457
- * import { twMergeDefaultV4, customCnV4, type ClassValues } from "@rzl-zone/utils-js/tailwind";
458
- *
459
- * // 1. Create a custom merge function
460
- * const myCustomTwMerge = twMergeDefaultV4({
461
- * config: tailwindConfig,
462
- * extend: {
463
- * classGroups: {
464
- * "text-shadow": ["text-shadow", "text-shadow-sm", "text-shadow-md"],
465
- * },
466
- * },
467
- * });
468
- *
469
- * // 2. Build your helper using `customCnV4`
470
- * export const cnApp = (...classes: ClassValues) => {
471
- * return customCnV4(myCustomTwMerge, ...classes);
472
- * };
473
- *
474
- * // ✅ Usage
475
- * cnApp("p-2", "p-4"); // ➔ "p-4"
476
- * cnApp("shadow-sm shadow-md"); // ➔ "shadow-md"
477
- * cnApp("text-base text-xxs"); // ➔ "text-xxs" (resolved from config)
478
- * ```
479
- */
480
- declare const customCnV4: (customTwMergeV4: TwMergeDefaultFnV4, ...classes: ClassValues) => string;
481
-
482
- /** ----------------------------------------------------------
483
- * * ***Utility: `shouldForwardProp`.***
484
- * ----------------------------------------------------------
485
- * **Creates a helper for styled-components `shouldForwardProp`.**
486
- *
487
- * @description
488
- * 1. Returns a **predicate function** that determines whether a given prop
489
- * should be forwarded to the DOM.
490
- * 2. Useful for filtering out internal props (e.g., `$size`, `$active`)
491
- * so they don't become invalid HTML attributes.
492
- *
493
- * - **Behavior:**
494
- * - Accepts a strict tuple of **string keys** to exclude from forwarding.
495
- * - Every key is validated as a **non-empty string** at runtime.
496
- * - Throws a `TypeError` if:
497
- * - `props` is not an array, or
498
- * - any item is not a non-empty string.
499
- * - Automatically coerces the tested prop name to string for matching.
500
- *
501
- * @template CustomProps
502
- * The component props type to validate against.
503
- *
504
- * @param {readonly Stringify<keyof CustomProps>[]}
505
- * props
506
- * The list of prop names (keys of `CustomProps`) to exclude from forwarding.
507
- *
508
- * @returns {(propName: keyof CustomProps | ({} & string)) => boolean}
509
- * A function that receives a prop name and returns:
510
- * - `true` ➔ the prop **will** be forwarded to the DOM.
511
- * - `false` ➔ the prop **will not** be forwarded.
512
- *
513
- * @throws **{@link TypeError | `TypeError`}**
514
- * when:
515
- * - `props` is not an array, or
516
- * - any item is not a non-empty string.
517
- *
518
- * @example
519
- * // Basic usage
520
- * type Props = { $size: string; color: string; visible: boolean };
521
- * const filter = shouldForwardProp<Props>(["$size"]);
522
- *
523
- * filter("$size"); // ➔ false (blocked).
524
- * filter("color"); // ➔ true (forwarded).
525
- * filter("visible"); // ➔ true (forwarded).
526
- *
527
- * @example
528
- * // With styled-components
529
- * type CustomProps = { $internal: boolean; public: string; another: boolean };
530
- *
531
- * styled.div.withConfig({
532
- * shouldForwardProp: shouldForwardProp<CustomProps>(["$internal"])
533
- * });
534
- */
535
- declare const shouldForwardProp: <CustomProps extends Record<string, unknown>>(props: readonly Stringify<keyof CustomProps>[]) => ((propName: keyof CustomProps | ({} & string)) => boolean);
536
-
537
- /** -------------------------------------------------------------
538
- * * ***Customized Tailwind class merger Version 3 with extended rules.***
539
- * -------------------------------------------------------------
540
- * **Wraps ***`extendTailwindMerge` from tailwind-merge-v3*** with Tailwind’s default
541
- * config (_*`getDefaultConfig()` from tailwind-merge-v3*_) to create a **project-ready `twMerge`**.**
542
- * - 🔑 **When to use it?**
543
- * - Your project uses **Tailwind v3**.
544
- * - Extend **class groups** (e.g. add `text-shadow`).
545
- * - Respect your own **`tailwind.config.ts`** (colors, spacing, fontSize, etc).
546
- * - Override or fine-tune **merge behavior**.
547
- * - Create a **project-wide `cn` helper** that replaces raw `twMerge`.
548
- * @param {OptionsMergeTwClsV3} [options={}]
549
- * ***Merge options:***
550
- * - `config` – Your Tailwind config (from `tailwind.config.ts`).
551
- * - `prefix` - Utility prefix (e.g. `tw-` or `tw`).
552
- * - `extend` – Extra merge rules (classGroups, theme, etc).
553
- * - `override` – Fully replace rules.
554
- * - `cacheSize` – Parsed class cache size.
555
- * - `experimentalParseClassName` – Custom classname parser.
556
- * @returns {TwMergeDefaultFnV3}
557
- * Customized Tailwind class merge function version 3 (same signature as `twMerge`).
558
- * @example
559
- * #### Example 1: ***Default behavior (same as tailwind-merge).***
560
- * ```ts
561
- * import { twMergeDefaultV3 } from "@rzl-zone/utils-js/tailwind";
562
- *
563
- * const twMerge = twMergeDefaultV3();
564
- * twMerge("p-2 p-4");
565
- * // ➔ "p-4"
566
- * ```
567
- * #### Example 2: ***Extend class groups.***
568
- * ```ts
569
- * import { twMergeDefaultV3 } from "@rzl-zone/utils-js/tailwind";
570
- *
571
- * const twMerge2 = twMergeDefaultV3({
572
- * extend: {
573
- * classGroups: {
574
- * shadow: ["shadow-soft", "shadow-hard"],
575
- * },
576
- * },
577
- * });
578
- * twMerge2("shadow-soft shadow-hard");
579
- * // ➔ "shadow-hard"
580
- * ```
581
- * #### Example 3: ***Respect your Tailwind config.***
582
- * ```ts
583
- * import config from "../tailwind.config";
584
- * import { twMergeDefaultV3 } from "@rzl-zone/utils-js/tailwind";
585
- *
586
- * const twMerge3 = twMergeDefaultV3({ config });
587
- * twMerge3("text-base text-xxs");
588
- * // ➔ "text-xxs" (resolved from config)
589
- * ```
590
- * #### Example 4: ***Project-wide helper (recommended).***
591
- * ```ts
592
- * import configTwCss from "../tailwind.config";
593
- * import { customCnV3, twMergeDefaultV3, type ClassValues } from "@rzl-zone/utils-js/tailwind";
594
- *
595
- * const customTwMerge = twMergeDefaultV3({
596
- * config: configTwCss,
597
- * extend: {
598
- * classGroups: { shadow: ["shadow-soft", "shadow-hard"] },
599
- * },
600
- * });
601
- *
602
- * export const cnApp = (...classes: ClassValues) => {
603
- * return customCnV3(customTwMerge, ...classes);
604
- * };
605
- *
606
- * // ✅ Usage
607
- * cnApp("p-2 p-4"); // ➔ "p-4"
608
- * cnApp("shadow-soft shadow-hard"); // ➔ "shadow-hard"
609
- * cnApp("text-base text-xxs"); // ➔ "text-xxs" (uses config)
610
- *
611
- * // ⚡ Difference with package-level `cn`
612
- * import { cnV3, cnV4 } from "@rzl-zone/utils-js/tailwind";
613
- *
614
- * cnV3("text-base text-xxs");
615
- * // or
616
- * cnV4("text-base text-xxs");
617
- * // ➔ "text-base" (❌ doesn't know about your config)
618
- *
619
- * cnApp("text-base text-xxs");
620
- * // ➔ "text-xxs" (✅ respects config)
621
- * ```
622
- */
623
- declare const twMergeDefaultV3: (options?: OptionsMergeTwClsV3) => TwMergeDefaultFnV3;
624
-
625
- /** -------------------------------------------------------------
626
- * * ***Customized Tailwind class merger Version 4 with extended rules.***
627
- * -------------------------------------------------------------
628
- * **Wraps ***`extendTailwindMerge` from tailwind-merge-v4*** with Tailwind’s default
629
- * config (_*`getDefaultConfig()` from tailwind-merge-v4*_) to create a **project-ready `twMerge`**.**
630
- * - 🔑 **When to use it?**
631
- * - Your project uses **Tailwind v4**.
632
- * - Extend **class groups** (e.g. add `text-shadow`).
633
- * - Respect your own **`tailwind.config.ts`** (colors, spacing, fontSize, etc).
634
- * - Override or fine-tune **merge behavior**.
635
- * - Create a **project-wide `cn` helper** that replaces raw `twMerge`.
636
- * @param {OptionsMergeTwClsV4} [options={}]
637
- * ***Merge options:***
638
- * - `config` – Your Tailwind config (from `tailwind.config.ts`).
639
- * - `prefix` - Utility prefix (e.g. `tw-` or `tw`).
640
- * - `extend` – Extra merge rules (classGroups, theme, etc).
641
- * - `override` – Fully replace rules.
642
- * - `cacheSize` – Parsed class cache size.
643
- * - `experimentalParseClassName` – Custom classname parser.
644
- * @returns {TwMergeDefaultFnV4}
645
- * Customized Tailwind class merge function version 4 (same signature as `twMerge`).
646
- * @example
647
- * #### Example 1: ***Default behavior (same as tailwind-merge).***
648
- * ```ts
649
- * import { twMergeDefaultV4 } from "@rzl-zone/utils-js/tailwind";
650
- *
651
- * const twMerge = twMergeDefaultV4();
652
- * twMerge("p-2 p-4");
653
- * // ➔ "p-4"
654
- * ```
655
- * #### Example 2: ***Extend class groups.***
656
- * ```ts
657
- * import { twMergeDefaultV4 } from "@rzl-zone/utils-js/tailwind";
658
- *
659
- * const twMerge2 = twMergeDefaultV4({
660
- * extend: {
661
- * classGroups: {
662
- * shadow: ["shadow-soft", "shadow-hard"],
663
- * },
664
- * },
665
- * });
666
- * twMerge2("shadow-soft shadow-hard");
667
- * // ➔ "shadow-hard"
668
- * ```
669
- * #### Example 3: ***Respect your Tailwind config.***
670
- * ```ts
671
- * import config from "../tailwind.config";
672
- * import { twMergeDefaultV4 } from "@rzl-zone/utils-js/tailwind";
673
- *
674
- * const twMerge3 = twMergeDefaultV4({ config });
675
- * twMerge3("text-base text-xxs");
676
- * // ➔ "text-xxs" (resolved from config)
677
- * ```
678
- * #### Example 4: ***Project-wide helper (recommended).***
679
- * ```ts
680
- * import configTwCss from "../tailwind.config";
681
- * import { customCnV4, twMergeDefaultV4, type ClassValues } from "@rzl-zone/utils-js/tailwind";
682
- *
683
- * const customTwMerge = twMergeDefaultV4({
684
- * config: configTwCss,
685
- * extend: {
686
- * classGroups: { shadow: ["shadow-soft", "shadow-hard"] },
687
- * },
688
- * });
689
- *
690
- * export const cnApp = (...classes: ClassValues) => {
691
- * return customCnV4(customTwMerge, ...classes);
692
- * };
693
- *
694
- * // ✅ Usage
695
- * cnApp("p-2 p-4"); // ➔ "p-4"
696
- * cnApp("shadow-soft shadow-hard"); // ➔ "shadow-hard"
697
- * cnApp("text-base text-xxs"); // ➔ "text-xxs" (uses config)
698
- *
699
- * // ⚡ Difference with package-level `cn`
700
- * import { cnV3, cnV4 } from "@rzl-zone/utils-js/tailwind";
701
- *
702
- * cnV3("text-base text-xxs");
703
- * // or
704
- * cnV4("text-base text-xxs");
705
- * // ➔ "text-base" (❌ doesn't know about your config)
706
- *
707
- * cnApp("text-base text-xxs");
708
- * // ➔ "text-xxs" (✅ respects config)
709
- * ```
710
- */
711
- declare const twMergeDefaultV4: (options?: OptionsMergeTwClsV4) => TwMergeDefaultFnV4;
712
-
713
- export { type ClassObject, type ClassValue, type ClassValues, cnV3, cnV4, customCnV3, customCnV4, cx, shouldForwardProp, twMergeDefaultV3, twMergeDefaultV4 };
2
+ * ========================================================================
3
+ * @rzl-zone/utils-js
4
+ * ------------------------------------------------------------------------
5
+ * Version: `3.12.1-beta.0`
6
+ * Author: `Rizalvin Dwiky <rizalvindwiky@gmail.com>`
7
+ * Repository: `https://github.com/rzl-zone/rzl-zone/tree/main/packages/utils-js`
8
+ * ========================================================================
9
+ */
10
+
11
+ import { a as customCnV4, c as ClassObject, d as cx, i as customCnV3, l as ClassValue, n as twMergeDefaultV3, o as cnV3, r as shouldForwardProp, s as cnV4, t as twMergeDefaultV4, u as ClassValues } from "../index-I4fAzwXV.js";
12
+ export { ClassObject, ClassValue, ClassValues, cnV3, cnV4, customCnV3, customCnV4, cx, shouldForwardProp, twMergeDefaultV3, twMergeDefaultV4 };