@music-vine/cadence 2.6.2 → 3.0.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 (213) hide show
  1. package/README.md +5 -44
  2. package/dist/components/accordion.d.ts +71 -0
  3. package/dist/components/accordion.d.ts.map +1 -0
  4. package/dist/components/accordion.js +2 -2
  5. package/dist/components/accordion.js.map +1 -1
  6. package/dist/components/badge.d.ts +62 -0
  7. package/dist/components/badge.d.ts.map +1 -0
  8. package/dist/components/badge.js +1 -1
  9. package/dist/components/badge.js.map +1 -1
  10. package/dist/components/breadcrumb.d.ts +42 -0
  11. package/dist/components/breadcrumb.d.ts.map +1 -0
  12. package/dist/components/button.d.ts +117 -0
  13. package/dist/components/button.d.ts.map +1 -0
  14. package/dist/components/button.js +3 -3
  15. package/dist/components/button.js.map +1 -1
  16. package/dist/components/card.d.ts +56 -0
  17. package/dist/components/card.d.ts.map +1 -0
  18. package/dist/components/card.js.map +1 -1
  19. package/dist/components/carousel-dots.d.ts +17 -0
  20. package/dist/components/carousel-dots.d.ts.map +1 -0
  21. package/dist/components/carousel-dots.js +1 -1
  22. package/dist/components/carousel-dots.js.map +1 -1
  23. package/dist/components/carousel.d.ts +99 -0
  24. package/dist/components/carousel.d.ts.map +1 -0
  25. package/dist/components/carousel.js +2 -2
  26. package/dist/components/carousel.js.map +1 -1
  27. package/dist/components/checkbox.d.ts +34 -0
  28. package/dist/components/checkbox.d.ts.map +1 -0
  29. package/dist/components/checkbox.js +1 -1
  30. package/dist/components/checkbox.js.map +1 -1
  31. package/dist/components/context-menu.d.ts +126 -0
  32. package/dist/components/context-menu.d.ts.map +1 -0
  33. package/dist/components/context-menu.js +6 -6
  34. package/dist/components/context-menu.js.map +1 -1
  35. package/dist/components/dialog.d.ts +85 -0
  36. package/dist/components/dialog.d.ts.map +1 -0
  37. package/dist/components/dialog.js +1 -1
  38. package/dist/components/dialog.js.map +1 -1
  39. package/dist/components/drawer.d.ts +90 -0
  40. package/dist/components/drawer.d.ts.map +1 -0
  41. package/dist/components/drawer.js.map +1 -1
  42. package/dist/components/index.d.ts +36 -0
  43. package/dist/components/index.d.ts.map +1 -0
  44. package/dist/components/input.d.ts +69 -0
  45. package/dist/components/input.d.ts.map +1 -0
  46. package/dist/components/input.js +61 -57
  47. package/dist/components/input.js.map +2 -2
  48. package/dist/components/label.d.ts +36 -0
  49. package/dist/components/label.d.ts.map +1 -0
  50. package/dist/components/popover.d.ts +61 -0
  51. package/dist/components/popover.d.ts.map +1 -0
  52. package/dist/components/popover.js +1 -1
  53. package/dist/components/popover.js.map +1 -1
  54. package/dist/components/price-tag.d.ts +31 -0
  55. package/dist/components/price-tag.d.ts.map +1 -0
  56. package/dist/components/price-tag.js.map +1 -1
  57. package/dist/components/radio-group.d.ts +15 -0
  58. package/dist/components/radio-group.d.ts.map +1 -0
  59. package/dist/components/radio-group.js +1 -1
  60. package/dist/components/radio-group.js.map +1 -1
  61. package/dist/components/scroll-area.d.ts +33 -0
  62. package/dist/components/scroll-area.d.ts.map +1 -0
  63. package/dist/components/scroll-area.js.map +1 -1
  64. package/dist/components/scroll-drum.d.ts +96 -0
  65. package/dist/components/scroll-drum.d.ts.map +1 -0
  66. package/dist/components/scroll-drum.js +63 -34
  67. package/dist/components/scroll-drum.js.map +2 -2
  68. package/dist/components/select.d.ts +49 -0
  69. package/dist/components/select.d.ts.map +1 -0
  70. package/dist/components/select.js +1 -1
  71. package/dist/components/select.js.map +1 -1
  72. package/dist/components/separator.d.ts +35 -0
  73. package/dist/components/separator.d.ts.map +1 -0
  74. package/dist/components/skeleton.d.ts +44 -0
  75. package/dist/components/skeleton.d.ts.map +1 -0
  76. package/dist/components/slider.d.ts +21 -0
  77. package/dist/components/slider.d.ts.map +1 -0
  78. package/dist/components/slider.js +1 -1
  79. package/dist/components/slider.js.map +1 -1
  80. package/dist/components/stacking-card.d.ts +89 -0
  81. package/dist/components/stacking-card.d.ts.map +1 -0
  82. package/dist/components/stacking-card.js +3 -3
  83. package/dist/components/stacking-card.js.map +2 -2
  84. package/dist/components/tabs.d.ts +46 -0
  85. package/dist/components/tabs.d.ts.map +1 -0
  86. package/dist/components/tabs.js +2 -2
  87. package/dist/components/tabs.js.map +1 -1
  88. package/dist/components/textarea.d.ts +34 -0
  89. package/dist/components/textarea.d.ts.map +1 -0
  90. package/dist/components/toast.d.ts +67 -0
  91. package/dist/components/toast.d.ts.map +1 -0
  92. package/dist/components/toast.js +2 -2
  93. package/dist/components/toast.js.map +2 -2
  94. package/dist/components/toggle-button.d.ts +54 -0
  95. package/dist/components/toggle-button.d.ts.map +1 -0
  96. package/dist/components/toggle-button.js.map +1 -1
  97. package/dist/components/typography/heading.d.ts +20 -0
  98. package/dist/components/typography/heading.d.ts.map +1 -0
  99. package/dist/components/typography/heading.js.map +1 -1
  100. package/dist/components/typography/index.d.ts +5 -0
  101. package/dist/components/typography/index.d.ts.map +1 -0
  102. package/dist/components/typography/list.d.ts +23 -0
  103. package/dist/components/typography/list.d.ts.map +1 -0
  104. package/dist/components/typography/list.js +1 -1
  105. package/dist/components/typography/list.js.map +2 -2
  106. package/dist/components/typography/prose.d.ts +8 -0
  107. package/dist/components/typography/prose.d.ts.map +1 -0
  108. package/dist/components/typography/text.d.ts +13 -0
  109. package/dist/components/typography/text.d.ts.map +1 -0
  110. package/dist/icons/custom/boards-indicator.d.ts +6 -0
  111. package/dist/icons/custom/boards-indicator.d.ts.map +1 -0
  112. package/dist/icons/custom/boards-indicator.js +7 -2
  113. package/dist/icons/custom/boards-indicator.js.map +2 -2
  114. package/dist/icons/custom/download-history.d.ts +5 -0
  115. package/dist/icons/custom/download-history.d.ts.map +1 -0
  116. package/dist/icons/custom/download-history.js +3 -4
  117. package/dist/icons/custom/download-history.js.map +2 -2
  118. package/dist/icons/custom/exclamation-mark-in-octagon.d.ts +5 -0
  119. package/dist/icons/custom/exclamation-mark-in-octagon.d.ts.map +1 -0
  120. package/dist/icons/custom/exclamation-mark-in-octagon.js +6 -3
  121. package/dist/icons/custom/exclamation-mark-in-octagon.js.map +2 -2
  122. package/dist/icons/custom/horizontal-orientation.d.ts +5 -0
  123. package/dist/icons/custom/horizontal-orientation.d.ts.map +1 -0
  124. package/dist/icons/custom/horizontal-orientation.js +4 -3
  125. package/dist/icons/custom/horizontal-orientation.js.map +2 -2
  126. package/dist/icons/custom/lightning-bolt.d.ts +5 -0
  127. package/dist/icons/custom/lightning-bolt.d.ts.map +1 -0
  128. package/dist/icons/custom/lightning-bolt.js +24 -27
  129. package/dist/icons/custom/lightning-bolt.js.map +2 -2
  130. package/dist/icons/custom/music-file.d.ts +5 -0
  131. package/dist/icons/custom/music-file.d.ts.map +1 -0
  132. package/dist/icons/custom/music-file.js +17 -0
  133. package/dist/icons/custom/music-file.js.map +7 -0
  134. package/dist/icons/custom/pin.d.ts +5 -0
  135. package/dist/icons/custom/pin.d.ts.map +1 -0
  136. package/dist/icons/custom/pin.js +4 -1
  137. package/dist/icons/custom/pin.js.map +2 -2
  138. package/dist/icons/custom/premium-star.d.ts +11 -0
  139. package/dist/icons/custom/premium-star.d.ts.map +1 -0
  140. package/dist/icons/custom/premium-star.js +3 -1
  141. package/dist/icons/custom/premium-star.js.map +2 -2
  142. package/dist/icons/custom/social/discord.d.ts +5 -0
  143. package/dist/icons/custom/social/discord.d.ts.map +1 -0
  144. package/dist/icons/custom/social/discord.js +3 -4
  145. package/dist/icons/custom/social/discord.js.map +2 -2
  146. package/dist/icons/custom/social/index.d.ts +4 -0
  147. package/dist/icons/custom/social/index.d.ts.map +1 -0
  148. package/dist/icons/custom/social/tiktok.d.ts +5 -0
  149. package/dist/icons/custom/social/tiktok.d.ts.map +1 -0
  150. package/dist/icons/custom/social/tiktok.js +3 -4
  151. package/dist/icons/custom/social/tiktok.js.map +2 -2
  152. package/dist/icons/custom/social/twitter-x.d.ts +5 -0
  153. package/dist/icons/custom/social/twitter-x.d.ts.map +1 -0
  154. package/dist/icons/custom/social/twitter-x.js +19 -22
  155. package/dist/icons/custom/social/twitter-x.js.map +2 -2
  156. package/dist/icons/custom/square-aspect-ratio.d.ts +5 -0
  157. package/dist/icons/custom/square-aspect-ratio.d.ts.map +1 -0
  158. package/dist/icons/custom/square-aspect-ratio.js +4 -1
  159. package/dist/icons/custom/square-aspect-ratio.js.map +2 -2
  160. package/dist/icons/custom/tick-in-circle.d.ts +8 -0
  161. package/dist/icons/custom/tick-in-circle.d.ts.map +1 -0
  162. package/dist/icons/custom/tick-in-circle.js +25 -25
  163. package/dist/icons/custom/tick-in-circle.js.map +2 -2
  164. package/dist/icons/custom/tick-small.d.ts +5 -0
  165. package/dist/icons/custom/tick-small.d.ts.map +1 -0
  166. package/dist/icons/custom/tick-small.js +8 -10
  167. package/dist/icons/custom/tick-small.js.map +2 -2
  168. package/dist/icons/custom/tick.d.ts +5 -0
  169. package/dist/icons/custom/tick.d.ts.map +1 -0
  170. package/dist/icons/custom/tick.js +2 -2
  171. package/dist/icons/custom/tick.js.map +2 -2
  172. package/dist/icons/custom/types.d.ts +3 -0
  173. package/dist/icons/custom/types.d.ts.map +1 -0
  174. package/dist/icons/custom/types.js +1 -0
  175. package/dist/icons/custom/types.js.map +7 -0
  176. package/dist/icons/custom/ultra-wide-aspect-ratio.d.ts +5 -0
  177. package/dist/icons/custom/ultra-wide-aspect-ratio.d.ts.map +1 -0
  178. package/dist/icons/custom/ultra-wide-aspect-ratio.js +4 -1
  179. package/dist/icons/custom/ultra-wide-aspect-ratio.js.map +2 -2
  180. package/dist/icons/custom/uppbeat-credit.d.ts +5 -0
  181. package/dist/icons/custom/uppbeat-credit.d.ts.map +1 -0
  182. package/dist/icons/custom/uppbeat-credit.js +2 -4
  183. package/dist/icons/custom/uppbeat-credit.js.map +2 -2
  184. package/dist/icons/custom/vertical-orientation.d.ts +5 -0
  185. package/dist/icons/custom/vertical-orientation.d.ts.map +1 -0
  186. package/dist/icons/custom/vertical-orientation.js +4 -1
  187. package/dist/icons/custom/vertical-orientation.js.map +2 -2
  188. package/dist/icons/custom/view-credit-note.d.ts +5 -0
  189. package/dist/icons/custom/view-credit-note.d.ts.map +1 -0
  190. package/dist/icons/custom/view-credit-note.js +4 -1
  191. package/dist/icons/custom/view-credit-note.js.map +2 -2
  192. package/dist/icons/index.d.ts +28 -0
  193. package/dist/icons/index.d.ts.map +1 -0
  194. package/dist/icons/index.js +4 -5
  195. package/dist/icons/index.js.map +2 -2
  196. package/dist/index.d.ts +19 -0
  197. package/dist/index.d.ts.map +1 -0
  198. package/dist/lib/utils.d.ts +12 -0
  199. package/dist/lib/utils.d.ts.map +1 -0
  200. package/dist/lib/utils.js +7 -17
  201. package/dist/lib/utils.js.map +2 -2
  202. package/dist/styles/index.css +16 -3
  203. package/dist/styles/storybook.css +2 -2
  204. package/dist/test/setup.d.ts +2 -0
  205. package/dist/test/setup.d.ts.map +1 -0
  206. package/dist/theme/index.d.ts +142 -0
  207. package/dist/theme/index.d.ts.map +1 -0
  208. package/dist/theme/index.js +1 -1
  209. package/dist/theme/index.js.map +2 -2
  210. package/package.json +4 -9
  211. package/{tailwind.config.v4.css → tailwind.config.css} +35 -14
  212. package/dist/styles/index.v4.css +0 -49
  213. package/tailwind.config.ts +0 -313
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/square-aspect-ratio.tsx"],
4
- "sourcesContent": ["import { cn } from \"../..\";\n\nexport const SquareAspectRatio = ({ className }: { className?: string }) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\n \"text-gray-100 stroke-gray-700 dark:text-gray-800 dark:stroke-gray-200\",\n className\n )}\n fill=\"none\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n width=\"14\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.3317 0.665001H1.99837C1.26199 0.665001 0.665039 1.26195 0.665039 1.99833V11.3317C0.665039 12.068 1.26199 12.665 1.99837 12.665H11.3317C12.0681 12.665 12.665 12.068 12.665 11.3317V1.99833C12.665 1.26195 12.0681 0.665001 11.3317 0.665001Z\"\n fill=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.33\"\n />\n </svg>\n);\n"],
5
- "mappings": "AAeI;AAfJ,SAAS,UAAU;AAEZ,MAAM,oBAAoB,CAAC,EAAE,UAAU,MAC5C;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IAEN;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,kBAAe;AAAA,QACf,mBAAgB;AAAA,QAChB,gBAAa;AAAA;AAAA,IACf;AAAA;AACF;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport { cn } from \"../..\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _SquareAspectRatio = ({ className, ...props }: CustomIconProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\n \"text-gray-100 stroke-gray-700 dark:text-gray-800 dark:stroke-gray-200\",\n className\n )}\n fill=\"none\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n width=\"14\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.3317 0.665001H1.99837C1.26199 0.665001 0.665039 1.26195 0.665039 1.99833V11.3317C0.665039 12.068 1.26199 12.665 1.99837 12.665H11.3317C12.0681 12.665 12.665 12.068 12.665 11.3317V1.99833C12.665 1.26195 12.0681 0.665001 11.3317 0.665001Z\"\n fill=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.33\"\n />\n </svg>\n);\n\nconst SquareAspectRatio = React.memo(_SquareAspectRatio);\n\nexport { SquareAspectRatio };\n"],
5
+ "mappings": "AAkBI;AAlBJ,YAAY,WAAW;AACvB,SAAS,UAAU;AAGnB,MAAM,qBAAqB,CAAC,EAAE,WAAW,GAAG,MAAM,MAChD;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,kBAAe;AAAA,QACf,mBAAgB;AAAA,QAChB,gBAAa;AAAA;AAAA,IACf;AAAA;AACF;AAGF,MAAM,oBAAoB,MAAM,KAAK,kBAAkB;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ export interface TickInCircleProps extends CustomIconProps {
4
+ backgroundFill?: string;
5
+ }
6
+ declare const TickInCircle: React.MemoExoticComponent<({ backgroundFill, ...props }: TickInCircleProps) => import("react/jsx-runtime").JSX.Element>;
7
+ export { TickInCircle };
8
+ //# sourceMappingURL=tick-in-circle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tick-in-circle.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/tick-in-circle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAuBD,QAAA,MAAM,YAAY,2DAlBf,iBAAiB,6CAkB0B,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,31 +1,31 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- const TickInCircle = React.forwardRef(
4
- ({ backgroundFill = "#2CAF6E", ...props }, ref) => /* @__PURE__ */ jsxs(
5
- "svg",
6
- {
7
- "aria-hidden": "true",
8
- fill: "none",
9
- height: "20",
10
- ref,
11
- viewBox: "0 0 20 20",
12
- width: "20",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...props,
15
- children: [
16
- /* @__PURE__ */ jsx("rect", { fill: backgroundFill, height: "20", rx: "10", width: "20" }),
17
- /* @__PURE__ */ jsx(
18
- "path",
19
- {
20
- d: "M13.8146 7.83087L9.47044 13.1537C9.4498 13.1894 9.4263 13.2236 9.39988 13.256C9.27306 13.4114 9.09666 13.5 8.90802 13.5C8.90197 13.5 8.89594 13.4999 8.88992 13.4997C8.79162 13.5031 8.69276 13.4756 8.60379 13.4174C8.53409 13.377 8.47057 13.3227 8.41616 13.256L6.18545 10.5227C6.05952 10.3684 6 10.1714 6 9.97929C6 9.97324 6.00006 9.96686 6.00018 9.9608C6.00388 9.77459 6.06356 9.58519 6.18544 9.43585C6.31226 9.28046 6.48866 9.19186 6.6773 9.19186C6.86594 9.19186 7.04234 9.28046 7.16916 9.43585L8.90154 11.5585L12.8308 6.74399C12.9577 6.5886 13.1341 6.5 13.3227 6.5C13.3412 6.5 13.3595 6.50085 13.3778 6.50253C13.5403 6.48563 13.7076 6.55339 13.832 6.70581C13.9527 6.8536 14.0083 7.05085 13.999 7.24429C13.9997 7.25868 14 7.27307 14 7.28743C14 7.47954 13.9405 7.67658 13.8146 7.83087Z",
21
- fill: "white"
22
- }
23
- )
24
- ]
25
- }
26
- )
3
+ const _TickInCircle = ({
4
+ backgroundFill = "#2CAF6E",
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ "aria-hidden": "true",
10
+ fill: "none",
11
+ height: "20",
12
+ viewBox: "0 0 20 20",
13
+ width: "20",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("rect", { fill: backgroundFill, height: "20", rx: "10", width: "20" }),
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M13.8146 7.83087L9.47044 13.1537C9.4498 13.1894 9.4263 13.2236 9.39988 13.256C9.27306 13.4114 9.09666 13.5 8.90802 13.5C8.90197 13.5 8.89594 13.4999 8.88992 13.4997C8.79162 13.5031 8.69276 13.4756 8.60379 13.4174C8.53409 13.377 8.47057 13.3227 8.41616 13.256L6.18545 10.5227C6.05952 10.3684 6 10.1714 6 9.97929C6 9.97324 6.00006 9.96686 6.00018 9.9608C6.00388 9.77459 6.06356 9.58519 6.18544 9.43585C6.31226 9.28046 6.48866 9.19186 6.6773 9.19186C6.86594 9.19186 7.04234 9.28046 7.16916 9.43585L8.90154 11.5585L12.8308 6.74399C12.9577 6.5886 13.1341 6.5 13.3227 6.5C13.3412 6.5 13.3595 6.50085 13.3778 6.50253C13.5403 6.48563 13.7076 6.55339 13.832 6.70581C13.9527 6.8536 14.0083 7.05085 13.999 7.24429C13.9997 7.25868 14 7.27307 14 7.28743C14 7.47954 13.9405 7.67658 13.8146 7.83087Z",
22
+ fill: "white"
23
+ }
24
+ )
25
+ ]
26
+ }
27
27
  );
28
- TickInCircle.displayName = "TickInCircle";
28
+ const TickInCircle = React.memo(_TickInCircle);
29
29
  export {
30
30
  TickInCircle
31
31
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/tick-in-circle.tsx"],
4
- "sourcesContent": ["import * as React from \"react\";\n\nexport interface TickInCircleProps extends React.SVGProps<SVGSVGElement> {\n backgroundFill?: string;\n}\n\nconst TickInCircle = React.forwardRef<SVGSVGElement, TickInCircleProps>(\n ({ backgroundFill = \"#2CAF6E\", ...props }, ref) => (\n <svg\n aria-hidden=\"true\"\n fill=\"none\"\n height=\"20\"\n ref={ref}\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect fill={backgroundFill} height=\"20\" rx=\"10\" width=\"20\" />\n <path\n d=\"M13.8146 7.83087L9.47044 13.1537C9.4498 13.1894 9.4263 13.2236 9.39988 13.256C9.27306 13.4114 9.09666 13.5 8.90802 13.5C8.90197 13.5 8.89594 13.4999 8.88992 13.4997C8.79162 13.5031 8.69276 13.4756 8.60379 13.4174C8.53409 13.377 8.47057 13.3227 8.41616 13.256L6.18545 10.5227C6.05952 10.3684 6 10.1714 6 9.97929C6 9.97324 6.00006 9.96686 6.00018 9.9608C6.00388 9.77459 6.06356 9.58519 6.18544 9.43585C6.31226 9.28046 6.48866 9.19186 6.6773 9.19186C6.86594 9.19186 7.04234 9.28046 7.16916 9.43585L8.90154 11.5585L12.8308 6.74399C12.9577 6.5886 13.1341 6.5 13.3227 6.5C13.3412 6.5 13.3595 6.50085 13.3778 6.50253C13.5403 6.48563 13.7076 6.55339 13.832 6.70581C13.9527 6.8536 14.0083 7.05085 13.999 7.24429C13.9997 7.25868 14 7.27307 14 7.28743C14 7.47954 13.9405 7.67658 13.8146 7.83087Z\"\n fill=\"white\"\n />\n </svg>\n )\n);\n\nTickInCircle.displayName = \"TickInCircle\";\n\nexport { TickInCircle };\n"],
5
- "mappings": "AAQI,SAUE,KAVF;AARJ,YAAY,WAAW;AAMvB,MAAM,eAAe,MAAM;AAAA,EACzB,CAAC,EAAE,iBAAiB,WAAW,GAAG,MAAM,GAAG,QACzC;AAAA,IAAC;AAAA;AAAA,MACC,eAAY;AAAA,MACZ,MAAK;AAAA,MACL,QAAO;AAAA,MACP;AAAA,MACA,SAAQ;AAAA,MACR,OAAM;AAAA,MACN,OAAM;AAAA,MACL,GAAG;AAAA,MAEJ;AAAA,4BAAC,UAAK,MAAM,gBAAgB,QAAO,MAAK,IAAG,MAAK,OAAM,MAAK;AAAA,QAC3D;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA;AAAA,QACP;AAAA;AAAA;AAAA,EACF;AAEJ;AAEA,aAAa,cAAc;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport type { CustomIconProps } from \"./types\";\nexport interface TickInCircleProps extends CustomIconProps {\n backgroundFill?: string;\n}\n\nconst _TickInCircle = ({\n backgroundFill = \"#2CAF6E\",\n ...props\n}: TickInCircleProps) => (\n <svg\n aria-hidden=\"true\"\n fill=\"none\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect fill={backgroundFill} height=\"20\" rx=\"10\" width=\"20\" />\n <path\n d=\"M13.8146 7.83087L9.47044 13.1537C9.4498 13.1894 9.4263 13.2236 9.39988 13.256C9.27306 13.4114 9.09666 13.5 8.90802 13.5C8.90197 13.5 8.89594 13.4999 8.88992 13.4997C8.79162 13.5031 8.69276 13.4756 8.60379 13.4174C8.53409 13.377 8.47057 13.3227 8.41616 13.256L6.18545 10.5227C6.05952 10.3684 6 10.1714 6 9.97929C6 9.97324 6.00006 9.96686 6.00018 9.9608C6.00388 9.77459 6.06356 9.58519 6.18544 9.43585C6.31226 9.28046 6.48866 9.19186 6.6773 9.19186C6.86594 9.19186 7.04234 9.28046 7.16916 9.43585L8.90154 11.5585L12.8308 6.74399C12.9577 6.5886 13.1341 6.5 13.3227 6.5C13.3412 6.5 13.3595 6.50085 13.3778 6.50253C13.5403 6.48563 13.7076 6.55339 13.832 6.70581C13.9527 6.8536 14.0083 7.05085 13.999 7.24429C13.9997 7.25868 14 7.27307 14 7.28743C14 7.47954 13.9405 7.67658 13.8146 7.83087Z\"\n fill=\"white\"\n />\n </svg>\n);\n\nconst TickInCircle = React.memo(_TickInCircle);\n\nexport { TickInCircle };\n"],
5
+ "mappings": "AAUE,SASE,KATF;AAVF,YAAY,WAAW;AAMvB,MAAM,gBAAgB,CAAC;AAAA,EACrB,iBAAiB;AAAA,EACjB,GAAG;AACL,MACE;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA,0BAAC,UAAK,MAAM,gBAAgB,QAAO,MAAK,IAAG,MAAK,OAAM,MAAK;AAAA,MAC3D;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAK;AAAA;AAAA,MACP;AAAA;AAAA;AACF;AAGF,MAAM,eAAe,MAAM,KAAK,aAAa;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ declare const TickSmall: React.MemoExoticComponent<(props: CustomIconProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export { TickSmall };
5
+ //# sourceMappingURL=tick-small.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tick-small.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/tick-small.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAW/C,QAAA,MAAM,SAAS,oCATY,eAAe,6CASF,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,15 +1,13 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- const TickSmall = React.forwardRef(
4
- (props, ref) => /* @__PURE__ */ jsx("svg", { "aria-hidden": "true", fill: "none", ref, viewBox: "0 0 8 8", ...props, children: /* @__PURE__ */ jsx(
5
- "path",
6
- {
7
- d: "M7.815 1.521L3.47 7.604a.901.901 0 01-.07.117C3.273 7.9 3.097 8 2.908 8H2.89a.446.446 0 01-.286-.094.723.723 0 01-.188-.185L.186 4.597A1.078 1.078 0 010 3.977v-.022c.004-.213.064-.43.185-.6.127-.177.304-.279.492-.279.189 0 .365.102.492.28L2.902 5.78 6.83.28C6.958.1 7.134 0 7.323 0c.018 0 .037.001.055.003.162-.02.33.058.454.232a1 1 0 01.167.616L8 .9c0 .22-.06.445-.185.621z",
8
- fill: "currentColor"
9
- }
10
- ) })
11
- );
12
- TickSmall.displayName = "TickSmall";
3
+ const _TickSmall = (props) => /* @__PURE__ */ jsx("svg", { "aria-hidden": "true", fill: "none", viewBox: "0 0 8 8", ...props, children: /* @__PURE__ */ jsx(
4
+ "path",
5
+ {
6
+ d: "M7.815 1.521L3.47 7.604a.901.901 0 01-.07.117C3.273 7.9 3.097 8 2.908 8H2.89a.446.446 0 01-.286-.094.723.723 0 01-.188-.185L.186 4.597A1.078 1.078 0 010 3.977v-.022c.004-.213.064-.43.185-.6.127-.177.304-.279.492-.279.189 0 .365.102.492.28L2.902 5.78 6.83.28C6.958.1 7.134 0 7.323 0c.018 0 .037.001.055.003.162-.02.33.058.454.232a1 1 0 01.167.616L8 .9c0 .22-.06.445-.185.621z",
7
+ fill: "currentColor"
8
+ }
9
+ ) });
10
+ const TickSmall = React.memo(_TickSmall);
13
11
  export {
14
12
  TickSmall
15
13
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/tick-small.tsx"],
4
- "sourcesContent": ["import * as React from \"react\";\n\nexport interface TickSmallProps extends React.SVGProps<SVGSVGElement> {}\n\nconst TickSmall = React.forwardRef<SVGSVGElement, TickSmallProps>(\n (props, ref) => (\n <svg aria-hidden=\"true\" fill=\"none\" ref={ref} viewBox=\"0 0 8 8\" {...props}>\n <path\n d=\"M7.815 1.521L3.47 7.604a.901.901 0 01-.07.117C3.273 7.9 3.097 8 2.908 8H2.89a.446.446 0 01-.286-.094.723.723 0 01-.188-.185L.186 4.597A1.078 1.078 0 010 3.977v-.022c.004-.213.064-.43.185-.6.127-.177.304-.279.492-.279.189 0 .365.102.492.28L2.902 5.78 6.83.28C6.958.1 7.134 0 7.323 0c.018 0 .037.001.055.003.162-.02.33.058.454.232a1 1 0 01.167.616L8 .9c0 .22-.06.445-.185.621z\"\n fill=\"currentColor\"\n />\n </svg>\n )\n);\n\nTickSmall.displayName = \"TickSmall\";\n\nexport { TickSmall };\n"],
5
- "mappings": "AAOM;AAPN,YAAY,WAAW;AAIvB,MAAM,YAAY,MAAM;AAAA,EACtB,CAAC,OAAO,QACN,oBAAC,SAAI,eAAY,QAAO,MAAK,QAAO,KAAU,SAAQ,WAAW,GAAG,OAClE;AAAA,IAAC;AAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA;AAAA,EACP,GACF;AAEJ;AAEA,UAAU,cAAc;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _TickSmall = (props: CustomIconProps) => (\n <svg aria-hidden=\"true\" fill=\"none\" viewBox=\"0 0 8 8\" {...props}>\n <path\n d=\"M7.815 1.521L3.47 7.604a.901.901 0 01-.07.117C3.273 7.9 3.097 8 2.908 8H2.89a.446.446 0 01-.286-.094.723.723 0 01-.188-.185L.186 4.597A1.078 1.078 0 010 3.977v-.022c.004-.213.064-.43.185-.6.127-.177.304-.279.492-.279.189 0 .365.102.492.28L2.902 5.78 6.83.28C6.958.1 7.134 0 7.323 0c.018 0 .037.001.055.003.162-.02.33.058.454.232a1 1 0 01.167.616L8 .9c0 .22-.06.445-.185.621z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n\nconst TickSmall = React.memo(_TickSmall);\n\nexport { TickSmall };\n"],
5
+ "mappings": "AAKI;AALJ,YAAY,WAAW;AAGvB,MAAM,aAAa,CAAC,UAClB,oBAAC,SAAI,eAAY,QAAO,MAAK,QAAO,SAAQ,WAAW,GAAG,OACxD;AAAA,EAAC;AAAA;AAAA,IACC,GAAE;AAAA,IACF,MAAK;AAAA;AACP,GACF;AAGF,MAAM,YAAY,MAAM,KAAK,UAAU;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ declare const Tick: React.MemoExoticComponent<({ className, ...props }: CustomIconProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export { Tick };
5
+ //# sourceMappingURL=tick.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tick.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/tick.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAuB/C,QAAA,MAAM,IAAI,sDArB8B,eAAe,6CAqBzB,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { memo } from "react";
2
+ import * as React from "react";
3
3
  const _Tick = ({ className, ...props }) => /* @__PURE__ */ jsx(
4
4
  "svg",
5
5
  {
@@ -23,7 +23,7 @@ const _Tick = ({ className, ...props }) => /* @__PURE__ */ jsx(
23
23
  )
24
24
  }
25
25
  );
26
- const Tick = memo(_Tick);
26
+ const Tick = React.memo(_Tick);
27
27
  export {
28
28
  Tick
29
29
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/tick.tsx"],
4
- "sourcesContent": ["import { memo } from \"react\";\n\nconst _Tick = ({ className, ...props }: React.SVGProps<SVGSVGElement>) => (\n <svg\n aria-hidden=\"true\"\n className={className}\n fill=\"none\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M16.6666 5L7.49992 14.1667L3.33325 10\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2.5\"\n />\n </svg>\n);\n\nconst Tick = memo(_Tick);\n\nexport { Tick };\n"],
5
- "mappings": "AAaI;AAbJ,SAAS,YAAY;AAErB,MAAM,QAAQ,CAAC,EAAE,WAAW,GAAG,MAAM,MACnC;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,QAAO;AAAA,QACP,eAAc;AAAA,QACd,gBAAe;AAAA,QACf,aAAY;AAAA;AAAA,IACd;AAAA;AACF;AAGF,MAAM,OAAO,KAAK,KAAK;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _Tick = ({ className, ...props }: CustomIconProps) => (\n <svg\n aria-hidden=\"true\"\n className={className}\n fill=\"none\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M16.6666 5L7.49992 14.1667L3.33325 10\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2.5\"\n />\n </svg>\n);\n\nconst Tick = React.memo(_Tick);\n\nexport { Tick };\n"],
5
+ "mappings": "AAcI;AAdJ,YAAY,WAAW;AAGvB,MAAM,QAAQ,CAAC,EAAE,WAAW,GAAG,MAAM,MACnC;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,QAAO;AAAA,QACP,eAAc;AAAA,QACd,gBAAe;AAAA,QACf,aAAY;AAAA;AAAA,IACd;AAAA;AACF;AAGF,MAAM,OAAO,MAAM,KAAK,KAAK;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,3 @@
1
+ import type * as React from "react";
2
+ export type CustomIconProps = React.SVGProps<SVGSVGElement>;
3
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ declare const UltraWideAspectRatio: React.MemoExoticComponent<({ className, ...props }: CustomIconProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export { UltraWideAspectRatio };
5
+ //# sourceMappingURL=ultra-wide-aspect-ratio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ultra-wide-aspect-ratio.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/ultra-wide-aspect-ratio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AA8B/C,QAAA,MAAM,oBAAoB,sDA5B8B,eAAe,6CA4BT,CAAC;AAE/D,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
2
3
  import { cn } from "../..";
3
- const UltraWideAspectRatio = ({ className }) => /* @__PURE__ */ jsxs(
4
+ const _UltraWideAspectRatio = ({ className, ...props }) => /* @__PURE__ */ jsxs(
4
5
  "svg",
5
6
  {
6
7
  "aria-hidden": "true",
@@ -13,6 +14,7 @@ const UltraWideAspectRatio = ({ className }) => /* @__PURE__ */ jsxs(
13
14
  viewBox: "0 0 15 12",
14
15
  width: "15",
15
16
  xmlns: "http://www.w3.org/2000/svg",
17
+ ...props,
16
18
  children: [
17
19
  /* @__PURE__ */ jsx(
18
20
  "path",
@@ -34,6 +36,7 @@ const UltraWideAspectRatio = ({ className }) => /* @__PURE__ */ jsxs(
34
36
  ]
35
37
  }
36
38
  );
39
+ const UltraWideAspectRatio = React.memo(_UltraWideAspectRatio);
37
40
  export {
38
41
  UltraWideAspectRatio
39
42
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/ultra-wide-aspect-ratio.tsx"],
4
- "sourcesContent": ["import { cn } from \"../..\";\n\nexport const UltraWideAspectRatio = ({ className }: { className?: string }) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\n \"text-gray-100 stroke-gray-700 dark:text-gray-800 dark:stroke-gray-200\",\n className\n )}\n fill=\"none\"\n height=\"12\"\n viewBox=\"0 0 15 12\"\n width=\"15\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M13.9984 0.665001C8.99837 3.33167 2.99253 2.2592 0.665039 0.665001V10.665C8.33171 7.665 11.3317 10.0437 13.9984 10.665V0.665001Z\"\n fill=\"currentColor\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.33\"\n />\n <path\n d=\"M9.5536 4.665L10.6647 5.77611M10.6647 5.77611L9.5536 6.88722M10.6647 5.77611L3.99805 5.77611M3.99805 5.77611L5.10916 4.665M3.99805 5.77611L5.10916 6.88722\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n);\n"],
5
- "mappings": "AAGE,SAYE,KAZF;AAHF,SAAS,UAAU;AAEZ,MAAM,uBAAuB,CAAC,EAAE,UAAU,MAC/C;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IAEN;AAAA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAK;AAAA,UACL,mBAAgB;AAAA,UAChB,gBAAa;AAAA;AAAA,MACf;AAAA,MACA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,kBAAe;AAAA,UACf,mBAAgB;AAAA;AAAA,MAClB;AAAA;AAAA;AACF;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport { cn } from \"../..\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _UltraWideAspectRatio = ({ className, ...props }: CustomIconProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\n \"text-gray-100 stroke-gray-700 dark:text-gray-800 dark:stroke-gray-200\",\n className\n )}\n fill=\"none\"\n height=\"12\"\n viewBox=\"0 0 15 12\"\n width=\"15\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M13.9984 0.665001C8.99837 3.33167 2.99253 2.2592 0.665039 0.665001V10.665C8.33171 7.665 11.3317 10.0437 13.9984 10.665V0.665001Z\"\n fill=\"currentColor\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.33\"\n />\n <path\n d=\"M9.5536 4.665L10.6647 5.77611M10.6647 5.77611L9.5536 6.88722M10.6647 5.77611L3.99805 5.77611M3.99805 5.77611L5.10916 4.665M3.99805 5.77611L5.10916 6.88722\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n);\n\nconst UltraWideAspectRatio = React.memo(_UltraWideAspectRatio);\n\nexport { UltraWideAspectRatio };\n"],
5
+ "mappings": "AAKE,SAaE,KAbF;AALF,YAAY,WAAW;AACvB,SAAS,UAAU;AAGnB,MAAM,wBAAwB,CAAC,EAAE,WAAW,GAAG,MAAM,MACnD;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAK;AAAA,UACL,mBAAgB;AAAA,UAChB,gBAAa;AAAA;AAAA,MACf;AAAA,MACA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,kBAAe;AAAA,UACf,mBAAgB;AAAA;AAAA,MAClB;AAAA;AAAA;AACF;AAGF,MAAM,uBAAuB,MAAM,KAAK,qBAAqB;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ declare const UppbeatCredit: React.MemoExoticComponent<({ className, ...props }: CustomIconProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export { UppbeatCredit };
5
+ //# sourceMappingURL=uppbeat-credit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uppbeat-credit.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/uppbeat-credit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAsC/C,QAAA,MAAM,aAAa,sDApC8B,eAAe,6CAoChB,CAAC;AAEjD,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1,10 +1,7 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { cn } from "../../lib/utils";
4
- const _UppbeatCredit = ({
5
- className,
6
- ...props
7
- }) => /* @__PURE__ */ jsxs(
4
+ const _UppbeatCredit = ({ className, ...props }) => /* @__PURE__ */ jsxs(
8
5
  "svg",
9
6
  {
10
7
  className: cn("rounded-full", className),
@@ -12,6 +9,7 @@ const _UppbeatCredit = ({
12
9
  viewBox: "0 0 32 32",
13
10
  ...props,
14
11
  "aria-hidden": "true",
12
+ ...props,
15
13
  children: [
16
14
  /* @__PURE__ */ jsx(
17
15
  "path",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/uppbeat-credit.tsx"],
4
- "sourcesContent": ["import * as React from \"react\";\nimport { cn } from \"../../lib/utils\";\n\nconst _UppbeatCredit = ({\n className,\n ...props\n}: React.SVGProps<SVGSVGElement>) => (\n <svg\n className={cn(\"rounded-full\", className)}\n fill=\"none\"\n viewBox=\"0 0 32 32\"\n {...props}\n aria-hidden=\"true\"\n >\n <path\n className=\"max-h-full max-w-full fill-blue-500\"\n d=\"M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z\"\n />\n <g clipPath=\"url(#clip0_3769_9814)\">\n <path\n d=\"M22.3905 6.91375C21.8808 6.28644 21.1372 5.95555 20.3499 6.00481C20.2294 6.0122 20.108 6.02862 19.9891 6.05408C18.8475 6.29219 17.9251 7.25696 17.5788 8.48366C17.5756 8.49187 17.5723 8.50172 17.5683 8.5165C17.5489 8.58711 17.5327 8.66101 17.5173 8.73737C17.5125 8.76036 17.5076 8.78335 17.5036 8.80634C17.5019 8.81373 17.5011 8.82112 17.4995 8.82851C17.4817 8.92211 17.468 9.01654 17.4566 9.1126C17.4315 9.32116 17.4186 9.53053 17.4178 9.71856V9.71774V9.74319V9.74566L17.3879 17.2298C17.3838 18.973 16.4356 20.1717 14.785 20.5166C14.0083 20.6792 13.3569 20.5765 12.9022 20.2194C12.4063 19.8302 12.1563 19.1741 12.1587 18.2693L12.2072 14.893H12.2137C12.5203 14.948 12.8351 14.9415 13.1425 14.8766C14.6021 14.572 15.7033 13.0702 15.7041 11.3837C15.7041 10.6185 15.4663 9.90413 15.0334 9.37207C14.5237 8.74476 13.7801 8.41386 12.9937 8.46313C12.8731 8.47052 12.7517 8.48694 12.6328 8.51157C11.2371 8.80141 10.1635 10.1849 10.0785 11.8008L10.0753 11.8583C10.0753 11.8583 10.0753 11.8632 10.0753 11.8657V11.864V11.8723L10.0728 11.9462C10.0712 11.97 10.0704 11.9938 10.0704 12.0184C10.0704 12.043 10.0712 12.066 10.0728 12.089L10.0753 12.1375L10 18.9565C9.99678 20.3475 10.4329 21.4255 11.2598 22.075C12.098 22.7335 13.3286 22.9347 14.7251 22.6424C17.646 22.0307 19.5368 19.7785 19.5433 16.9038L19.5627 12.4331L19.5732 12.4347C19.8799 12.4881 20.1938 12.4807 20.4996 12.4175C21.9592 12.1137 23.0604 10.6119 23.0612 8.92458C23.0612 8.15933 22.8233 7.44499 22.3905 6.91293V6.91375ZM11.8496 11.8928C11.8496 11.1883 12.3092 10.5199 12.8731 10.4025C12.9136 10.3943 12.9548 10.3886 12.9945 10.3861C13.2534 10.3697 13.4913 10.4764 13.6636 10.6858C13.8319 10.8894 13.9241 11.1752 13.9241 11.4921C13.9241 12.1974 13.4646 12.8658 12.9006 12.9824C12.8594 12.9906 12.8197 12.9963 12.7793 12.9988C12.5203 13.0152 12.2825 12.9085 12.1101 12.6999C11.9427 12.4963 11.8496 12.2105 11.8496 11.8936V11.8928ZM20.2545 10.5224C20.2132 10.5306 20.1736 10.5364 20.1339 10.5388C19.8758 10.5552 19.6388 10.4493 19.4664 10.2408C19.2989 10.038 19.2067 9.75223 19.2067 9.43611C19.2067 8.73244 19.6655 8.06572 20.2286 7.94913C20.269 7.94092 20.3095 7.93517 20.3491 7.93271C20.6072 7.91629 20.8443 8.02221 21.0166 8.23158C21.1841 8.43439 21.2764 8.72013 21.2764 9.03624C21.2764 9.73991 20.8176 10.4066 20.2553 10.5232L20.2545 10.5224Z\"\n fill=\"white\"\n />\n <path\n d=\"M20.5846 21.8156C20.1574 21.5889 19.6274 21.7564 19.4033 22.19C18.7755 23.406 17.544 24.1852 16.1912 24.223H16.1694C15.6896 24.2369 15.3077 24.6442 15.319 25.1319C15.3295 25.6213 15.7316 26.0105 16.2139 25.9998H16.2398C18.2253 25.9431 20.032 24.8002 20.9543 23.0152C21.0628 22.805 21.0846 22.5644 21.0142 22.3386C20.9446 22.112 20.7925 21.9264 20.5854 21.8164L20.5846 21.8156Z\"\n fill=\"white\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_3769_9814\">\n <rect\n fill=\"white\"\n height=\"20\"\n transform=\"translate(10 6)\"\n width=\"13.0612\"\n />\n </clipPath>\n </defs>\n </svg>\n);\n\nconst UppbeatCredit = React.memo(_UppbeatCredit);\n\nexport { UppbeatCredit };\n"],
5
- "mappings": "AAcI,cAIA,YAJA;AAdJ,YAAY,WAAW;AACvB,SAAS,UAAU;AAEnB,MAAM,iBAAiB,CAAC;AAAA,EACtB;AAAA,EACA,GAAG;AACL,MACE;AAAA,EAAC;AAAA;AAAA,IACC,WAAW,GAAG,gBAAgB,SAAS;AAAA,IACvC,MAAK;AAAA,IACL,SAAQ;AAAA,IACP,GAAG;AAAA,IACJ,eAAY;AAAA,IAEZ;AAAA;AAAA,QAAC;AAAA;AAAA,UACC,WAAU;AAAA,UACV,GAAE;AAAA;AAAA,MACJ;AAAA,MACA,qBAAC,OAAE,UAAS,yBACV;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA;AAAA,QACP;AAAA,QACA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA;AAAA,QACP;AAAA,SACF;AAAA,MACA,oBAAC,UACC,8BAAC,cAAS,IAAG,mBACX;AAAA,QAAC;AAAA;AAAA,UACC,MAAK;AAAA,UACL,QAAO;AAAA,UACP,WAAU;AAAA,UACV,OAAM;AAAA;AAAA,MACR,GACF,GACF;AAAA;AAAA;AACF;AAGF,MAAM,gBAAgB,MAAM,KAAK,cAAc;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport { cn } from \"../../lib/utils\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _UppbeatCredit = ({ className, ...props }: CustomIconProps) => (\n <svg\n className={cn(\"rounded-full\", className)}\n fill=\"none\"\n viewBox=\"0 0 32 32\"\n {...props}\n aria-hidden=\"true\"\n {...props}\n >\n <path\n className=\"max-h-full max-w-full fill-blue-500\"\n d=\"M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z\"\n />\n <g clipPath=\"url(#clip0_3769_9814)\">\n <path\n d=\"M22.3905 6.91375C21.8808 6.28644 21.1372 5.95555 20.3499 6.00481C20.2294 6.0122 20.108 6.02862 19.9891 6.05408C18.8475 6.29219 17.9251 7.25696 17.5788 8.48366C17.5756 8.49187 17.5723 8.50172 17.5683 8.5165C17.5489 8.58711 17.5327 8.66101 17.5173 8.73737C17.5125 8.76036 17.5076 8.78335 17.5036 8.80634C17.5019 8.81373 17.5011 8.82112 17.4995 8.82851C17.4817 8.92211 17.468 9.01654 17.4566 9.1126C17.4315 9.32116 17.4186 9.53053 17.4178 9.71856V9.71774V9.74319V9.74566L17.3879 17.2298C17.3838 18.973 16.4356 20.1717 14.785 20.5166C14.0083 20.6792 13.3569 20.5765 12.9022 20.2194C12.4063 19.8302 12.1563 19.1741 12.1587 18.2693L12.2072 14.893H12.2137C12.5203 14.948 12.8351 14.9415 13.1425 14.8766C14.6021 14.572 15.7033 13.0702 15.7041 11.3837C15.7041 10.6185 15.4663 9.90413 15.0334 9.37207C14.5237 8.74476 13.7801 8.41386 12.9937 8.46313C12.8731 8.47052 12.7517 8.48694 12.6328 8.51157C11.2371 8.80141 10.1635 10.1849 10.0785 11.8008L10.0753 11.8583C10.0753 11.8583 10.0753 11.8632 10.0753 11.8657V11.864V11.8723L10.0728 11.9462C10.0712 11.97 10.0704 11.9938 10.0704 12.0184C10.0704 12.043 10.0712 12.066 10.0728 12.089L10.0753 12.1375L10 18.9565C9.99678 20.3475 10.4329 21.4255 11.2598 22.075C12.098 22.7335 13.3286 22.9347 14.7251 22.6424C17.646 22.0307 19.5368 19.7785 19.5433 16.9038L19.5627 12.4331L19.5732 12.4347C19.8799 12.4881 20.1938 12.4807 20.4996 12.4175C21.9592 12.1137 23.0604 10.6119 23.0612 8.92458C23.0612 8.15933 22.8233 7.44499 22.3905 6.91293V6.91375ZM11.8496 11.8928C11.8496 11.1883 12.3092 10.5199 12.8731 10.4025C12.9136 10.3943 12.9548 10.3886 12.9945 10.3861C13.2534 10.3697 13.4913 10.4764 13.6636 10.6858C13.8319 10.8894 13.9241 11.1752 13.9241 11.4921C13.9241 12.1974 13.4646 12.8658 12.9006 12.9824C12.8594 12.9906 12.8197 12.9963 12.7793 12.9988C12.5203 13.0152 12.2825 12.9085 12.1101 12.6999C11.9427 12.4963 11.8496 12.2105 11.8496 11.8936V11.8928ZM20.2545 10.5224C20.2132 10.5306 20.1736 10.5364 20.1339 10.5388C19.8758 10.5552 19.6388 10.4493 19.4664 10.2408C19.2989 10.038 19.2067 9.75223 19.2067 9.43611C19.2067 8.73244 19.6655 8.06572 20.2286 7.94913C20.269 7.94092 20.3095 7.93517 20.3491 7.93271C20.6072 7.91629 20.8443 8.02221 21.0166 8.23158C21.1841 8.43439 21.2764 8.72013 21.2764 9.03624C21.2764 9.73991 20.8176 10.4066 20.2553 10.5232L20.2545 10.5224Z\"\n fill=\"white\"\n />\n <path\n d=\"M20.5846 21.8156C20.1574 21.5889 19.6274 21.7564 19.4033 22.19C18.7755 23.406 17.544 24.1852 16.1912 24.223H16.1694C15.6896 24.2369 15.3077 24.6442 15.319 25.1319C15.3295 25.6213 15.7316 26.0105 16.2139 25.9998H16.2398C18.2253 25.9431 20.032 24.8002 20.9543 23.0152C21.0628 22.805 21.0846 22.5644 21.0142 22.3386C20.9446 22.112 20.7925 21.9264 20.5854 21.8164L20.5846 21.8156Z\"\n fill=\"white\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_3769_9814\">\n <rect\n fill=\"white\"\n height=\"20\"\n transform=\"translate(10 6)\"\n width=\"13.0612\"\n />\n </clipPath>\n </defs>\n </svg>\n);\n\nconst UppbeatCredit = React.memo(_UppbeatCredit);\n\nexport { UppbeatCredit };\n"],
5
+ "mappings": "AAaI,cAIA,YAJA;AAbJ,YAAY,WAAW;AACvB,SAAS,UAAU;AAGnB,MAAM,iBAAiB,CAAC,EAAE,WAAW,GAAG,MAAM,MAC5C;AAAA,EAAC;AAAA;AAAA,IACC,WAAW,GAAG,gBAAgB,SAAS;AAAA,IACvC,MAAK;AAAA,IACL,SAAQ;AAAA,IACP,GAAG;AAAA,IACJ,eAAY;AAAA,IACX,GAAG;AAAA,IAEJ;AAAA;AAAA,QAAC;AAAA;AAAA,UACC,WAAU;AAAA,UACV,GAAE;AAAA;AAAA,MACJ;AAAA,MACA,qBAAC,OAAE,UAAS,yBACV;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA;AAAA,QACP;AAAA,QACA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA;AAAA,QACP;AAAA,SACF;AAAA,MACA,oBAAC,UACC,8BAAC,cAAS,IAAG,mBACX;AAAA,QAAC;AAAA;AAAA,UACC,MAAK;AAAA,UACL,QAAO;AAAA,UACP,WAAU;AAAA,UACV,OAAM;AAAA;AAAA,MACR,GACF,GACF;AAAA;AAAA;AACF;AAGF,MAAM,gBAAgB,MAAM,KAAK,cAAc;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ declare const VerticalOrientation: React.MemoExoticComponent<({ className, ...props }: CustomIconProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export { VerticalOrientation };
5
+ //# sourceMappingURL=vertical-orientation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vertical-orientation.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/vertical-orientation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AA0B/C,QAAA,MAAM,mBAAmB,sDAxB8B,eAAe,6CAwBV,CAAC;AAE7D,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
2
3
  import { cn } from "../..";
3
- const VerticalOrientation = ({ className }) => /* @__PURE__ */ jsx(
4
+ const _VerticalOrientation = ({ className, ...props }) => /* @__PURE__ */ jsx(
4
5
  "svg",
5
6
  {
6
7
  "aria-hidden": "true",
@@ -13,6 +14,7 @@ const VerticalOrientation = ({ className }) => /* @__PURE__ */ jsx(
13
14
  viewBox: "0 0 10 15",
14
15
  width: "10",
15
16
  xmlns: "http://www.w3.org/2000/svg",
17
+ ...props,
16
18
  children: /* @__PURE__ */ jsx(
17
19
  "path",
18
20
  {
@@ -25,6 +27,7 @@ const VerticalOrientation = ({ className }) => /* @__PURE__ */ jsx(
25
27
  )
26
28
  }
27
29
  );
30
+ const VerticalOrientation = React.memo(_VerticalOrientation);
28
31
  export {
29
32
  VerticalOrientation
30
33
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/vertical-orientation.tsx"],
4
- "sourcesContent": ["import { cn } from \"../..\";\n\nexport const VerticalOrientation = ({ className }: { className?: string }) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\n \"text-gray-100 stroke-gray-700 dark:text-gray-800 dark:stroke-gray-200\",\n className\n )}\n fill=\"none\"\n height=\"15\"\n viewBox=\"0 0 10 15\"\n width=\"10\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M7.33171 0.665001H1.99837C1.26199 0.665001 0.665039 1.26195 0.665039 1.99833V12.665C0.665039 13.4014 1.26199 13.9983 1.99837 13.9983H7.33171C8.06809 13.9983 8.66504 13.4014 8.66504 12.665V1.99833C8.66504 1.26195 8.06809 0.665001 7.33171 0.665001Z\"\n fill=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.33\"\n />\n </svg>\n);\n"],
5
- "mappings": "AAeI;AAfJ,SAAS,UAAU;AAEZ,MAAM,sBAAsB,CAAC,EAAE,UAAU,MAC9C;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IAEN;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,kBAAe;AAAA,QACf,mBAAgB;AAAA,QAChB,gBAAa;AAAA;AAAA,IACf;AAAA;AACF;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport { cn } from \"../..\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _VerticalOrientation = ({ className, ...props }: CustomIconProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\n \"text-gray-100 stroke-gray-700 dark:text-gray-800 dark:stroke-gray-200\",\n className\n )}\n fill=\"none\"\n height=\"15\"\n viewBox=\"0 0 10 15\"\n width=\"10\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M7.33171 0.665001H1.99837C1.26199 0.665001 0.665039 1.26195 0.665039 1.99833V12.665C0.665039 13.4014 1.26199 13.9983 1.99837 13.9983H7.33171C8.06809 13.9983 8.66504 13.4014 8.66504 12.665V1.99833C8.66504 1.26195 8.06809 0.665001 7.33171 0.665001Z\"\n fill=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"1.33\"\n />\n </svg>\n);\n\nconst VerticalOrientation = React.memo(_VerticalOrientation);\n\nexport { VerticalOrientation };\n"],
5
+ "mappings": "AAkBI;AAlBJ,YAAY,WAAW;AACvB,SAAS,UAAU;AAGnB,MAAM,uBAAuB,CAAC,EAAE,WAAW,GAAG,MAAM,MAClD;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,kBAAe;AAAA,QACf,mBAAgB;AAAA,QAChB,gBAAa;AAAA;AAAA,IACf;AAAA;AACF;AAGF,MAAM,sBAAsB,MAAM,KAAK,oBAAoB;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import type { CustomIconProps } from "./types";
3
+ declare const ViewCreditNote: React.MemoExoticComponent<({ className, ...props }: CustomIconProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export { ViewCreditNote };
5
+ //# sourceMappingURL=view-credit-note.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"view-credit-note.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/view-credit-note.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAsB/C,QAAA,MAAM,cAAc,sDApB8B,eAAe,6CAoBf,CAAC;AAEnD,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
2
3
  import { cn } from "../../lib/utils";
3
- const ViewCreditNote = ({ className }) => /* @__PURE__ */ jsx(
4
+ const _ViewCreditNote = ({ className, ...props }) => /* @__PURE__ */ jsx(
4
5
  "svg",
5
6
  {
6
7
  "aria-hidden": "true",
@@ -10,6 +11,7 @@ const ViewCreditNote = ({ className }) => /* @__PURE__ */ jsx(
10
11
  viewBox: "0 0 20 16",
11
12
  width: "20",
12
13
  xmlns: "http://www.w3.org/2000/svg",
14
+ ...props,
13
15
  children: /* @__PURE__ */ jsx(
14
16
  "path",
15
17
  {
@@ -21,6 +23,7 @@ const ViewCreditNote = ({ className }) => /* @__PURE__ */ jsx(
21
23
  )
22
24
  }
23
25
  );
26
+ const ViewCreditNote = React.memo(_ViewCreditNote);
24
27
  export {
25
28
  ViewCreditNote
26
29
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/icons/custom/view-credit-note.tsx"],
4
- "sourcesContent": ["import { cn } from \"../../lib/utils\";\n\nexport const ViewCreditNote = ({ className }: { className?: string }) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\"stroke-2\", className)}\n fill=\"none\"\n height=\"16\"\n viewBox=\"0 0 20 16\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5 11H9M13 11H15M5 7H7M11 7H15M3 1H17C18.1046 1 19 1.89543 19 3V13C19 14.1046 18.1046 15 17 15H3C1.89543 15 1 14.1046 1 13V3C1 1.89543 1.89543 1 3 1Z\"\n stroke=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n);\n"],
5
- "mappings": "AAYI;AAZJ,SAAS,UAAU;AAEZ,MAAM,iBAAiB,CAAC,EAAE,UAAU,MACzC;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW,GAAG,YAAY,SAAS;AAAA,IACnC,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IAEN;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,QAAO;AAAA,QACP,kBAAe;AAAA,QACf,mBAAgB;AAAA;AAAA,IAClB;AAAA;AACF;",
4
+ "sourcesContent": ["import * as React from \"react\";\nimport { cn } from \"../../lib/utils\";\nimport type { CustomIconProps } from \"./types\";\n\nconst _ViewCreditNote = ({ className, ...props }: CustomIconProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\"stroke-2\", className)}\n fill=\"none\"\n height=\"16\"\n viewBox=\"0 0 20 16\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M5 11H9M13 11H15M5 7H7M11 7H15M3 1H17C18.1046 1 19 1.89543 19 3V13C19 14.1046 18.1046 15 17 15H3C1.89543 15 1 14.1046 1 13V3C1 1.89543 1.89543 1 3 1Z\"\n stroke=\"currentColor\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n);\n\nconst ViewCreditNote = React.memo(_ViewCreditNote);\n\nexport { ViewCreditNote };\n"],
5
+ "mappings": "AAeI;AAfJ,YAAY,WAAW;AACvB,SAAS,UAAU;AAGnB,MAAM,kBAAkB,CAAC,EAAE,WAAW,GAAG,MAAM,MAC7C;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW,GAAG,YAAY,SAAS;AAAA,IACnC,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,QAAO;AAAA,QACP,kBAAe;AAAA,QACf,mBAAgB;AAAA;AAAA,IAClB;AAAA;AACF;AAGF,MAAM,iBAAiB,MAAM,KAAK,eAAe;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Cadence Icons
3
+ *
4
+ * All Lucide icons are re-exported, plus custom Uppbeat icons.
5
+ *
6
+ * @example
7
+ * import { Play, Pause, Tick, PremiumStar } from '@music-vine/cadence/icons';
8
+ */
9
+ export * from "lucide-react";
10
+ export * from "./custom/boards-indicator";
11
+ export * from "./custom/download-history";
12
+ export * from "./custom/exclamation-mark-in-octagon";
13
+ export * from "./custom/horizontal-orientation";
14
+ export * from "./custom/lightning-bolt";
15
+ export * from "./custom/music-file";
16
+ export * from "./custom/pin";
17
+ export * from "./custom/premium-star";
18
+ export * from "./custom/social";
19
+ export * from "./custom/square-aspect-ratio";
20
+ export * from "./custom/tick";
21
+ export * from "./custom/tick-in-circle";
22
+ export * from "./custom/tick-small";
23
+ export * from "./custom/types";
24
+ export * from "./custom/ultra-wide-aspect-ratio";
25
+ export * from "./custom/uppbeat-credit";
26
+ export * from "./custom/vertical-orientation";
27
+ export * from "./custom/view-credit-note";
28
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,cAAc,cAAc,CAAC;AAE7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AAEtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC"}
@@ -3,19 +3,18 @@ export * from "./custom/boards-indicator";
3
3
  export * from "./custom/download-history";
4
4
  export * from "./custom/exclamation-mark-in-octagon";
5
5
  export * from "./custom/horizontal-orientation";
6
+ export * from "./custom/lightning-bolt";
7
+ export * from "./custom/music-file";
6
8
  export * from "./custom/pin";
7
9
  export * from "./custom/premium-star";
8
10
  export * from "./custom/social";
9
- export * from "./custom/lightning-bolt";
10
11
  export * from "./custom/square-aspect-ratio";
11
- import { Tick } from "./custom/tick";
12
+ export * from "./custom/tick";
12
13
  export * from "./custom/tick-in-circle";
13
14
  export * from "./custom/tick-small";
15
+ export * from "./custom/types";
14
16
  export * from "./custom/ultra-wide-aspect-ratio";
15
17
  export * from "./custom/uppbeat-credit";
16
18
  export * from "./custom/vertical-orientation";
17
19
  export * from "./custom/view-credit-note";
18
- export {
19
- Tick
20
- };
21
20
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/icons/index.ts"],
4
- "sourcesContent": ["/**\n * Cadence Icons\n *\n * All Lucide icons are re-exported, plus custom Uppbeat icons.\n *\n * @example\n * import { Play, Pause, Tick, PremiumStar } from '@music-vine/cadence/icons';\n */\n\n// Re-export ALL Lucide icons\nexport * from \"lucide-react\";\nexport * from \"./custom/boards-indicator\";\nexport * from \"./custom/download-history\";\nexport * from \"./custom/exclamation-mark-in-octagon\";\nexport * from \"./custom/horizontal-orientation\";\nexport * from \"./custom/pin\";\nexport * from \"./custom/premium-star\";\n// Social icons\nexport * from \"./custom/social\";\n// Custom Uppbeat icons\nexport * from \"./custom/lightning-bolt\";\nexport * from \"./custom/square-aspect-ratio\";\nexport { Tick } from \"./custom/tick\";\nexport * from \"./custom/tick-in-circle\";\nexport * from \"./custom/tick-small\";\nexport * from \"./custom/ultra-wide-aspect-ratio\";\nexport * from \"./custom/uppbeat-credit\";\nexport * from \"./custom/vertical-orientation\";\nexport * from \"./custom/view-credit-note\";\n"],
5
- "mappings": "AAUA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,cAAc;AAEd,cAAc;AACd,cAAc;AACd,SAAS,YAAY;AACrB,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["/**\n * Cadence Icons\n *\n * All Lucide icons are re-exported, plus custom Uppbeat icons.\n *\n * @example\n * import { Play, Pause, Tick, PremiumStar } from '@music-vine/cadence/icons';\n */\n\n// Re-export ALL Lucide icons\nexport * from \"lucide-react\";\n// Custom Uppbeat icons\nexport * from \"./custom/boards-indicator\";\nexport * from \"./custom/download-history\";\nexport * from \"./custom/exclamation-mark-in-octagon\";\nexport * from \"./custom/horizontal-orientation\";\nexport * from \"./custom/lightning-bolt\";\nexport * from \"./custom/music-file\";\nexport * from \"./custom/pin\";\nexport * from \"./custom/premium-star\";\n// Social icons\nexport * from \"./custom/social\";\nexport * from \"./custom/square-aspect-ratio\";\nexport * from \"./custom/tick\";\nexport * from \"./custom/tick-in-circle\";\nexport * from \"./custom/tick-small\";\n// Types\nexport * from \"./custom/types\";\nexport * from \"./custom/ultra-wide-aspect-ratio\";\nexport * from \"./custom/uppbeat-credit\";\nexport * from \"./custom/vertical-orientation\";\nexport * from \"./custom/view-credit-note\";\n"],
5
+ "mappings": "AAUA,cAAc;AAEd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Cadence Design System
3
+ *
4
+ * The main entry point re-exports everything from components.
5
+ * For icons, use the subpath import to avoid naming conflicts:
6
+ *
7
+ * @example
8
+ * // Import UI components
9
+ * import { Button, Input, List } from '@music-vine/cadence/ui';
10
+ *
11
+ * // Import icons (includes ALL lucide icons + custom icons)
12
+ * import { Play, Pause, List as ListIcon } from '@music-vine/cadence/icons';
13
+ *
14
+ * // Import styles (CSS)
15
+ * import '@music-vine/cadence/styles';
16
+ */
17
+ export * from "./components";
18
+ export { cn } from "./lib/utils";
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,cAAc,cAAc,CAAC;AAO7B,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type ClassValue } from "clsx";
2
+ /**
3
+ * Merge Tailwind CSS classes with clsx and tailwind-merge.
4
+ * Supports both standard Tailwind classes and fluid-tailwind text sizing.
5
+ * This ensures proper handling of conflicting classes.
6
+ *
7
+ * Fluid classes are expanded to conflict at multiple modifier levels:
8
+ * - `@md:fl-text-2xl/3xl` conflicts with BOTH `@md:text-5xl` AND `text-4xl`
9
+ * - This ensures fluid classes override all related text sizing
10
+ */
11
+ export declare function cn(...inputs: ClassValue[]): string;
12
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AA8E7C;;;;;;;;GAQG;AACH,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAqBzC"}