@music-vine/cadence 0.1.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 (197) hide show
  1. package/README.md +146 -0
  2. package/dist/components/accordion.d.ts +35 -0
  3. package/dist/components/accordion.d.ts.map +1 -0
  4. package/dist/components/accordion.js +95 -0
  5. package/dist/components/accordion.js.map +7 -0
  6. package/dist/components/badge.d.ts +14 -0
  7. package/dist/components/badge.d.ts.map +1 -0
  8. package/dist/components/badge.js +78 -0
  9. package/dist/components/badge.js.map +7 -0
  10. package/dist/components/breadcrumb.d.ts +20 -0
  11. package/dist/components/breadcrumb.d.ts.map +1 -0
  12. package/dist/components/breadcrumb.js +98 -0
  13. package/dist/components/breadcrumb.js.map +7 -0
  14. package/dist/components/button.d.ts +47 -0
  15. package/dist/components/button.d.ts.map +1 -0
  16. package/dist/components/button.js +295 -0
  17. package/dist/components/button.js.map +7 -0
  18. package/dist/components/card.d.ts +9 -0
  19. package/dist/components/card.d.ts.map +1 -0
  20. package/dist/components/card.js +65 -0
  21. package/dist/components/card.js.map +7 -0
  22. package/dist/components/carousel-dots.d.ts +9 -0
  23. package/dist/components/carousel-dots.d.ts.map +1 -0
  24. package/dist/components/carousel-dots.js +55 -0
  25. package/dist/components/carousel-dots.js.map +7 -0
  26. package/dist/components/carousel.d.ts +33 -0
  27. package/dist/components/carousel.d.ts.map +1 -0
  28. package/dist/components/carousel.js +217 -0
  29. package/dist/components/carousel.js.map +7 -0
  30. package/dist/components/checkbox.d.ts +13 -0
  31. package/dist/components/checkbox.d.ts.map +1 -0
  32. package/dist/components/checkbox.js +57 -0
  33. package/dist/components/checkbox.js.map +7 -0
  34. package/dist/components/context-menu.d.ts +28 -0
  35. package/dist/components/context-menu.d.ts.map +1 -0
  36. package/dist/components/context-menu.js +154 -0
  37. package/dist/components/context-menu.js.map +7 -0
  38. package/dist/components/dialog.d.ts +20 -0
  39. package/dist/components/dialog.d.ts.map +1 -0
  40. package/dist/components/dialog.js +98 -0
  41. package/dist/components/dialog.js.map +7 -0
  42. package/dist/components/drawer.d.ts +26 -0
  43. package/dist/components/drawer.d.ts.map +1 -0
  44. package/dist/components/drawer.js +133 -0
  45. package/dist/components/drawer.js.map +7 -0
  46. package/dist/components/index.d.ts +35 -0
  47. package/dist/components/index.d.ts.map +1 -0
  48. package/dist/components/index.js +277 -0
  49. package/dist/components/index.js.map +7 -0
  50. package/dist/components/input.d.ts +20 -0
  51. package/dist/components/input.d.ts.map +1 -0
  52. package/dist/components/input.js +174 -0
  53. package/dist/components/input.js.map +7 -0
  54. package/dist/components/label.d.ts +6 -0
  55. package/dist/components/label.d.ts.map +1 -0
  56. package/dist/components/label.js +21 -0
  57. package/dist/components/label.js.map +7 -0
  58. package/dist/components/popover.d.ts +8 -0
  59. package/dist/components/popover.d.ts.map +1 -0
  60. package/dist/components/popover.js +38 -0
  61. package/dist/components/popover.js.map +7 -0
  62. package/dist/components/price-tag.d.ts +11 -0
  63. package/dist/components/price-tag.d.ts.map +1 -0
  64. package/dist/components/price-tag.js +31 -0
  65. package/dist/components/price-tag.js.map +7 -0
  66. package/dist/components/radio-group.d.ts +6 -0
  67. package/dist/components/radio-group.d.ts.map +1 -0
  68. package/dist/components/radio-group.js +84 -0
  69. package/dist/components/radio-group.js.map +7 -0
  70. package/dist/components/scroll-area.d.ts +15 -0
  71. package/dist/components/scroll-area.d.ts.map +1 -0
  72. package/dist/components/scroll-area.js +132 -0
  73. package/dist/components/scroll-area.js.map +7 -0
  74. package/dist/components/select.d.ts +59 -0
  75. package/dist/components/select.d.ts.map +1 -0
  76. package/dist/components/select.js +210 -0
  77. package/dist/components/select.js.map +7 -0
  78. package/dist/components/separator.d.ts +5 -0
  79. package/dist/components/separator.d.ts.map +1 -0
  80. package/dist/components/separator.js +25 -0
  81. package/dist/components/separator.js.map +7 -0
  82. package/dist/components/skeleton.d.ts +10 -0
  83. package/dist/components/skeleton.d.ts.map +1 -0
  84. package/dist/components/skeleton.js +29 -0
  85. package/dist/components/skeleton.js.map +7 -0
  86. package/dist/components/slider.d.ts +15 -0
  87. package/dist/components/slider.d.ts.map +1 -0
  88. package/dist/components/slider.js +95 -0
  89. package/dist/components/slider.js.map +7 -0
  90. package/dist/components/stacking-card.d.ts +54 -0
  91. package/dist/components/stacking-card.d.ts.map +1 -0
  92. package/dist/components/stacking-card.js +636 -0
  93. package/dist/components/stacking-card.js.map +7 -0
  94. package/dist/components/tabs.d.ts +8 -0
  95. package/dist/components/tabs.d.ts.map +1 -0
  96. package/dist/components/tabs.js +48 -0
  97. package/dist/components/tabs.js.map +7 -0
  98. package/dist/components/textarea.d.ts +11 -0
  99. package/dist/components/textarea.d.ts.map +1 -0
  100. package/dist/components/textarea.js +43 -0
  101. package/dist/components/textarea.js.map +7 -0
  102. package/dist/components/toast.d.ts +7 -0
  103. package/dist/components/toast.d.ts.map +1 -0
  104. package/dist/components/toast.js +53 -0
  105. package/dist/components/toast.js.map +7 -0
  106. package/dist/components/toggle-button.d.ts +20 -0
  107. package/dist/components/toggle-button.d.ts.map +1 -0
  108. package/dist/components/toggle-button.js +56 -0
  109. package/dist/components/toggle-button.js.map +7 -0
  110. package/dist/components/typography/heading.d.ts +18 -0
  111. package/dist/components/typography/heading.d.ts.map +1 -0
  112. package/dist/components/typography/heading.js +105 -0
  113. package/dist/components/typography/heading.js.map +7 -0
  114. package/dist/components/typography/index.d.ts +5 -0
  115. package/dist/components/typography/index.d.ts.map +1 -0
  116. package/dist/components/typography/index.js +36 -0
  117. package/dist/components/typography/index.js.map +7 -0
  118. package/dist/components/typography/list.d.ts +17 -0
  119. package/dist/components/typography/list.d.ts.map +1 -0
  120. package/dist/components/typography/list.js +73 -0
  121. package/dist/components/typography/list.js.map +7 -0
  122. package/dist/components/typography/prose.d.ts +5 -0
  123. package/dist/components/typography/prose.d.ts.map +1 -0
  124. package/dist/components/typography/prose.js +50 -0
  125. package/dist/components/typography/prose.js.map +7 -0
  126. package/dist/components/typography/text.d.ts +11 -0
  127. package/dist/components/typography/text.d.ts.map +1 -0
  128. package/dist/components/typography/text.js +38 -0
  129. package/dist/components/typography/text.js.map +7 -0
  130. package/dist/icons/custom/boards-indicator.d.ts +7 -0
  131. package/dist/icons/custom/boards-indicator.d.ts.map +1 -0
  132. package/dist/icons/custom/boards-indicator.js +70 -0
  133. package/dist/icons/custom/boards-indicator.js.map +7 -0
  134. package/dist/icons/custom/download-history.d.ts +6 -0
  135. package/dist/icons/custom/download-history.d.ts.map +1 -0
  136. package/dist/icons/custom/download-history.js +19 -0
  137. package/dist/icons/custom/download-history.js.map +7 -0
  138. package/dist/icons/custom/exclamation-mark-in-octagon.d.ts +6 -0
  139. package/dist/icons/custom/exclamation-mark-in-octagon.d.ts.map +1 -0
  140. package/dist/icons/custom/exclamation-mark-in-octagon.js +57 -0
  141. package/dist/icons/custom/exclamation-mark-in-octagon.js.map +7 -0
  142. package/dist/icons/custom/pin.d.ts +6 -0
  143. package/dist/icons/custom/pin.d.ts.map +1 -0
  144. package/dist/icons/custom/pin.js +28 -0
  145. package/dist/icons/custom/pin.js.map +7 -0
  146. package/dist/icons/custom/premium-star.d.ts +10 -0
  147. package/dist/icons/custom/premium-star.d.ts.map +1 -0
  148. package/dist/icons/custom/premium-star.js +191 -0
  149. package/dist/icons/custom/premium-star.js.map +7 -0
  150. package/dist/icons/custom/social/discord.d.ts +6 -0
  151. package/dist/icons/custom/social/discord.d.ts.map +1 -0
  152. package/dist/icons/custom/social/discord.js +27 -0
  153. package/dist/icons/custom/social/discord.js.map +7 -0
  154. package/dist/icons/custom/social/index.d.ts +4 -0
  155. package/dist/icons/custom/social/index.d.ts.map +1 -0
  156. package/dist/icons/custom/social/index.js +4 -0
  157. package/dist/icons/custom/social/index.js.map +7 -0
  158. package/dist/icons/custom/social/tiktok.d.ts +6 -0
  159. package/dist/icons/custom/social/tiktok.d.ts.map +1 -0
  160. package/dist/icons/custom/social/tiktok.js +27 -0
  161. package/dist/icons/custom/social/tiktok.js.map +7 -0
  162. package/dist/icons/custom/social/twitter-x.d.ts +6 -0
  163. package/dist/icons/custom/social/twitter-x.d.ts.map +1 -0
  164. package/dist/icons/custom/social/twitter-x.js +29 -0
  165. package/dist/icons/custom/social/twitter-x.js.map +7 -0
  166. package/dist/icons/custom/tick-in-circle.d.ts +7 -0
  167. package/dist/icons/custom/tick-in-circle.d.ts.map +1 -0
  168. package/dist/icons/custom/tick-in-circle.js +32 -0
  169. package/dist/icons/custom/tick-in-circle.js.map +7 -0
  170. package/dist/icons/custom/tick-small.d.ts +6 -0
  171. package/dist/icons/custom/tick-small.d.ts.map +1 -0
  172. package/dist/icons/custom/tick-small.js +16 -0
  173. package/dist/icons/custom/tick-small.js.map +7 -0
  174. package/dist/icons/custom/tick.d.ts +3 -0
  175. package/dist/icons/custom/tick.d.ts.map +1 -0
  176. package/dist/icons/custom/tick.js +31 -0
  177. package/dist/icons/custom/tick.js.map +7 -0
  178. package/dist/icons/custom/uppbeat-credit.d.ts +4 -0
  179. package/dist/icons/custom/uppbeat-credit.d.ts.map +1 -0
  180. package/dist/icons/custom/uppbeat-credit.js +55 -0
  181. package/dist/icons/custom/uppbeat-credit.js.map +7 -0
  182. package/dist/icons/index.d.ts +20 -0
  183. package/dist/icons/index.d.ts.map +1 -0
  184. package/dist/icons/index.js +15 -0
  185. package/dist/icons/index.js.map +7 -0
  186. package/dist/index.d.ts +19 -0
  187. package/dist/index.d.ts.map +1 -0
  188. package/dist/index.js +6 -0
  189. package/dist/index.js.map +7 -0
  190. package/dist/lib/utils.d.ts +7 -0
  191. package/dist/lib/utils.d.ts.map +1 -0
  192. package/dist/lib/utils.js +9 -0
  193. package/dist/lib/utils.js.map +7 -0
  194. package/dist/styles/index.css +3 -0
  195. package/dist/styles/storybook.css +14 -0
  196. package/package.json +107 -0
  197. package/tailwind.config.ts +299 -0
@@ -0,0 +1,17 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ import * as React from "react";
3
+ declare const listVariants: (props?: ({
4
+ size?: "default" | "sm" | "lg" | null | undefined;
5
+ variant?: "ordered" | "custom" | "unordered" | null | undefined;
6
+ color?: "default" | "modal" | null | undefined;
7
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
+ export interface ListProps extends Omit<React.HTMLAttributes<HTMLUListElement | HTMLOListElement>, "color">, VariantProps<typeof listVariants> {
9
+ }
10
+ declare const List: React.ForwardRefExoticComponent<ListProps & React.RefAttributes<HTMLOListElement | HTMLUListElement>>;
11
+ export interface ListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {
12
+ customBullet?: React.ReactNode;
13
+ }
14
+ declare const ListItem: React.ForwardRefExoticComponent<ListItemProps & React.RefAttributes<HTMLLIElement>>;
15
+ declare const ListItemTick: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
16
+ export { List, ListItem, ListItemTick, listVariants };
17
+ //# sourceMappingURL=list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/components/typography/list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,QAAA,MAAM,YAAY;;;;8EAsBhB,CAAC;AAEH,MAAM,WAAW,SACf,SAAQ,IAAI,CACR,KAAK,CAAC,cAAc,CAAC,gBAAgB,GAAG,gBAAgB,CAAC,EACzD,OAAO,CACR,EACD,YAAY,CAAC,OAAO,YAAY,CAAC;CAAG;AAExC,QAAA,MAAM,IAAI,uGAYT,CAAC;AAIF,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC;IAC1E,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,QAAA,MAAM,QAAQ,qFAgBb,CAAC;AAIF,QAAA,MAAM,YAAY,+GAchB,CAAC;AAIH,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,73 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { cva } from "class-variance-authority";
3
+ import { Slot as SlotPrimitive } from "radix-ui";
4
+ import * as React from "react";
5
+ import { Tick } from "../../icons/custom/tick";
6
+ import { cn } from "../../lib/utils";
7
+ const listVariants = cva("text-gray-600 dark:text-gray-100", {
8
+ variants: {
9
+ size: {
10
+ sm: "text-sm [&>li]:mt-1",
11
+ default: "text-base [&>li]:mt-2",
12
+ lg: "text-lg [&>li]:mt-3"
13
+ },
14
+ variant: {
15
+ unordered: "list-disc pl-5",
16
+ ordered: "list-decimal pl-5",
17
+ custom: "list-none pl-0 [&>li>ul]:ml-4"
18
+ },
19
+ color: {
20
+ default: "text-gray-600 dark:text-gray-100",
21
+ modal: "text-gray-700 dark:text-gray-200"
22
+ }
23
+ },
24
+ defaultVariants: {
25
+ size: "default",
26
+ variant: "unordered",
27
+ color: "default"
28
+ }
29
+ });
30
+ const List = React.forwardRef(
31
+ ({ className, size, variant, color, ...props }, ref) => {
32
+ const Component = variant === "ordered" ? "ol" : "ul";
33
+ return /* @__PURE__ */ jsx(
34
+ Component,
35
+ {
36
+ className: cn(listVariants({ size, variant, color, className })),
37
+ ref,
38
+ ...props
39
+ }
40
+ );
41
+ }
42
+ );
43
+ List.displayName = "List";
44
+ const ListItem = React.forwardRef(
45
+ ({ className, customBullet, children, ...props }, ref) => {
46
+ const CustomBulletComp = typeof customBullet === "string" ? "span" : SlotPrimitive.Slot;
47
+ return /* @__PURE__ */ jsxs("li", { className, ref, ...props, children: [
48
+ !!customBullet && /* @__PURE__ */ jsx(CustomBulletComp, { className: "mr-2 flex-shrink-0", children: customBullet }),
49
+ children
50
+ ] });
51
+ }
52
+ );
53
+ ListItem.displayName = "ListItem";
54
+ const ListItemTick = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
55
+ "span",
56
+ {
57
+ className: cn(
58
+ "inline-flex aspect-square items-center justify-center rounded-[0.375em] bg-green text-white [height:calc(1em_*_1.25)] [margin-top:calc((1em_*_var(--line-height,_1.5)_-_(1em_*_1.25))_/_2)] [width:calc(1em_*_1.25)]",
59
+ className
60
+ ),
61
+ ref,
62
+ ...props,
63
+ children: /* @__PURE__ */ jsx(Tick, { className: "[height:calc(1em_*_0.75)] [width:calc(1em_*_0.75)]" })
64
+ }
65
+ ));
66
+ ListItemTick.displayName = "ListItemTick";
67
+ export {
68
+ List,
69
+ ListItem,
70
+ ListItemTick,
71
+ listVariants
72
+ };
73
+ //# sourceMappingURL=list.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/typography/list.tsx"],
4
+ "sourcesContent": ["import { cva, type VariantProps } from \"class-variance-authority\";\nimport { Slot as SlotPrimitive } from \"radix-ui\";\nimport * as React from \"react\";\n\nimport { Tick } from \"../../icons/custom/tick\";\nimport { cn } from \"../../lib/utils\";\n\nconst listVariants = cva(\"text-gray-600 dark:text-gray-100\", {\n variants: {\n size: {\n sm: \"text-sm [&>li]:mt-1\",\n default: \"text-base [&>li]:mt-2\",\n lg: \"text-lg [&>li]:mt-3\",\n },\n variant: {\n unordered: \"list-disc pl-5\",\n ordered: \"list-decimal pl-5\",\n custom: \"list-none pl-0 [&>li>ul]:ml-4\",\n },\n color: {\n default: \"text-gray-600 dark:text-gray-100\",\n modal: \"text-gray-700 dark:text-gray-200\",\n },\n },\n defaultVariants: {\n size: \"default\",\n variant: \"unordered\",\n color: \"default\",\n },\n});\n\nexport interface ListProps\n extends Omit<\n React.HTMLAttributes<HTMLUListElement | HTMLOListElement>,\n \"color\"\n >,\n VariantProps<typeof listVariants> {}\n\nconst List = React.forwardRef<HTMLUListElement | HTMLOListElement, ListProps>(\n ({ className, size, variant, color, ...props }, ref) => {\n const Component = variant === \"ordered\" ? \"ol\" : \"ul\";\n\n return (\n <Component\n className={cn(listVariants({ size, variant, color, className }))}\n ref={ref as React.Ref<HTMLUListElement & HTMLOListElement>}\n {...props}\n />\n );\n }\n);\n\nList.displayName = \"List\";\n\nexport interface ListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {\n customBullet?: React.ReactNode;\n}\n\nconst ListItem = React.forwardRef<HTMLLIElement, ListItemProps>(\n ({ className, customBullet, children, ...props }, ref) => {\n const CustomBulletComp =\n typeof customBullet === \"string\" ? \"span\" : SlotPrimitive.Slot;\n\n return (\n <li className={className} ref={ref} {...props}>\n {!!customBullet && (\n <CustomBulletComp className=\"mr-2 flex-shrink-0\">\n {customBullet}\n </CustomBulletComp>\n )}\n {children}\n </li>\n );\n }\n);\n\nListItem.displayName = \"ListItem\";\n\nconst ListItemTick = React.forwardRef<\n HTMLSpanElement,\n React.HTMLAttributes<HTMLSpanElement>\n>(({ className, ...props }, ref) => (\n <span\n className={cn(\n \"inline-flex aspect-square items-center justify-center rounded-[0.375em] bg-green text-white [height:calc(1em_*_1.25)] [margin-top:calc((1em_*_var(--line-height,_1.5)_-_(1em_*_1.25))_/_2)] [width:calc(1em_*_1.25)]\",\n className\n )}\n ref={ref}\n {...props}\n >\n <Tick className=\"[height:calc(1em_*_0.75)] [width:calc(1em_*_0.75)]\" />\n </span>\n));\n\nListItemTick.displayName = \"ListItemTick\";\n\nexport { List, ListItem, ListItemTick, listVariants };\n"],
5
+ "mappings": "AA2CM,cAqBA,YArBA;AA3CN,SAAS,WAA8B;AACvC,SAAS,QAAQ,qBAAqB;AACtC,YAAY,WAAW;AAEvB,SAAS,YAAY;AACrB,SAAS,UAAU;AAEnB,MAAM,eAAe,IAAI,oCAAoC;AAAA,EAC3D,UAAU;AAAA,IACR,MAAM;AAAA,MACJ,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,IACN;AAAA,IACA,SAAS;AAAA,MACP,WAAW;AAAA,MACX,SAAS;AAAA,MACT,QAAQ;AAAA,IACV;AAAA,IACA,OAAO;AAAA,MACL,SAAS;AAAA,MACT,OAAO;AAAA,IACT;AAAA,EACF;AAAA,EACA,iBAAiB;AAAA,IACf,MAAM;AAAA,IACN,SAAS;AAAA,IACT,OAAO;AAAA,EACT;AACF,CAAC;AASD,MAAM,OAAO,MAAM;AAAA,EACjB,CAAC,EAAE,WAAW,MAAM,SAAS,OAAO,GAAG,MAAM,GAAG,QAAQ;AACtD,UAAM,YAAY,YAAY,YAAY,OAAO;AAEjD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,WAAW,GAAG,aAAa,EAAE,MAAM,SAAS,OAAO,UAAU,CAAC,CAAC;AAAA,QAC/D;AAAA,QACC,GAAG;AAAA;AAAA,IACN;AAAA,EAEJ;AACF;AAEA,KAAK,cAAc;AAMnB,MAAM,WAAW,MAAM;AAAA,EACrB,CAAC,EAAE,WAAW,cAAc,UAAU,GAAG,MAAM,GAAG,QAAQ;AACxD,UAAM,mBACJ,OAAO,iBAAiB,WAAW,SAAS,cAAc;AAE5D,WACE,qBAAC,QAAG,WAAsB,KAAW,GAAG,OACrC;AAAA,OAAC,CAAC,gBACD,oBAAC,oBAAiB,WAAU,sBACzB,wBACH;AAAA,MAED;AAAA,OACH;AAAA,EAEJ;AACF;AAEA,SAAS,cAAc;AAEvB,MAAM,eAAe,MAAM,WAGzB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC;AAAA;AAAA,IACC,WAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACA;AAAA,IACC,GAAG;AAAA,IAEJ,8BAAC,QAAK,WAAU,sDAAqD;AAAA;AACvE,CACD;AAED,aAAa,cAAc;",
6
+ "names": []
7
+ }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ type ProseProps = React.HTMLAttributes<HTMLDivElement>;
3
+ declare const Prose: React.ForwardRefExoticComponent<ProseProps & React.RefAttributes<HTMLDivElement>>;
4
+ export { Prose };
5
+ //# sourceMappingURL=prose.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prose.d.ts","sourceRoot":"","sources":["../../../src/components/typography/prose.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,KAAK,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAEvD,QAAA,MAAM,KAAK,mFAwCV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,50 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { cn } from "../../lib/utils";
4
+ const Prose = React.forwardRef(
5
+ ({ className, ...props }, ref) => {
6
+ return /* @__PURE__ */ jsx(
7
+ "div",
8
+ {
9
+ className: cn(
10
+ // Base styles
11
+ "max-w-none text-gray-700 dark:text-gray-100 [&_*]:text-gray-700 dark:[&_*]:text-gray-100",
12
+ // Headings
13
+ "[&_h1]:mt-8 [&_h1]:mb-5 [&_h1]:scroll-m-20 [&_h1]:text-gray-950 [&_h1]:first:mt-0 dark:[&_h1]:text-white",
14
+ "[&_h2]:mt-12 [&_h2]:mb-4 [&_h2]:scroll-m-20 [&_h2]:text-gray-950 [&_h2]:first:mt-0 dark:[&_h2]:text-white",
15
+ "[&_h3]:mt-12 [&_h3]:mb-3 [&_h3]:scroll-m-20 [&_h3]:text-gray-950 [&_h3]:first:mt-0 dark:[&_h3]:text-white",
16
+ "[&_h4]:mt-5 [&_h4]:mb-3 [&_h4]:scroll-m-20 [&_h4]:text-gray-950 [&_h4]:first:mt-0 dark:[&_h4]:text-white",
17
+ "[&_h5]:mt-4 [&_h5]:mb-2 [&_h5]:scroll-m-20 [&_h5]:text-gray-950 [&_h5]:first:mt-0 dark:[&_h5]:text-white",
18
+ "[&_h6]:mt-3 [&_h6]:mb-2 [&_h6]:scroll-m-20 [&_h6]:text-gray-950 [&_h6]:first:mt-0 dark:[&_h6]:text-white",
19
+ // Paragraphs
20
+ "[&_p]:mt-4 [&_p]:mb-4 [&_p]:first:mt-0",
21
+ // Lists
22
+ "[&_ul]:mt-4 [&_ul]:mb-4 [&_ul]:pl-5 [&_ul]:first:mt-0",
23
+ "[&_ol]:mt-4 [&_ol]:mb-4 [&_ol]:pl-5 [&_ol]:first:mt-0",
24
+ "[&_ol_li]:mt-2 [&_ul_li]:mt-2",
25
+ // Blockquotes
26
+ "[&_blockquote]:mt-6 [&_blockquote]:mb-6 [&_blockquote]:border-l-4 [&_blockquote]:pl-4 [&_blockquote]:first:mt-0",
27
+ // Horizontal rules
28
+ "[&_hr]:my-8",
29
+ // Code blocks
30
+ "[&_pre]:mt-4 [&_pre]:mb-4 [&_pre]:overflow-x-auto [&_pre]:p-4 [&_pre]:first:mt-0",
31
+ "[&_code]:px-1 [&_code]:py-0.5 [&_code]:first:mt-0",
32
+ // Tables
33
+ "[&_table]:mt-4 [&_table]:mb-4 [&_table]:w-full [&_table]:first:mt-0",
34
+ "[&_table_thead_tr_th]:p-2 [&_table_thead_tr_th]:text-left",
35
+ "[&_table_tbody_tr_td]:p-2",
36
+ // Links
37
+ "[&_a]:text-pink-500 [&_a]:underline dark:[&_a]:text-pink-500",
38
+ className
39
+ ),
40
+ ref,
41
+ ...props
42
+ }
43
+ );
44
+ }
45
+ );
46
+ Prose.displayName = "Prose";
47
+ export {
48
+ Prose
49
+ };
50
+ //# sourceMappingURL=prose.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/typography/prose.tsx"],
4
+ "sourcesContent": ["import * as React from \"react\";\n\nimport { cn } from \"../../lib/utils\";\n\ntype ProseProps = React.HTMLAttributes<HTMLDivElement>;\n\nconst Prose = React.forwardRef<HTMLDivElement, ProseProps>(\n ({ className, ...props }, ref) => {\n return (\n <div\n className={cn(\n // Base styles\n \"max-w-none text-gray-700 dark:text-gray-100 [&_*]:text-gray-700 dark:[&_*]:text-gray-100\",\n // Headings\n \"[&_h1]:mt-8 [&_h1]:mb-5 [&_h1]:scroll-m-20 [&_h1]:text-gray-950 [&_h1]:first:mt-0 dark:[&_h1]:text-white\",\n \"[&_h2]:mt-12 [&_h2]:mb-4 [&_h2]:scroll-m-20 [&_h2]:text-gray-950 [&_h2]:first:mt-0 dark:[&_h2]:text-white\",\n \"[&_h3]:mt-12 [&_h3]:mb-3 [&_h3]:scroll-m-20 [&_h3]:text-gray-950 [&_h3]:first:mt-0 dark:[&_h3]:text-white\",\n \"[&_h4]:mt-5 [&_h4]:mb-3 [&_h4]:scroll-m-20 [&_h4]:text-gray-950 [&_h4]:first:mt-0 dark:[&_h4]:text-white\",\n \"[&_h5]:mt-4 [&_h5]:mb-2 [&_h5]:scroll-m-20 [&_h5]:text-gray-950 [&_h5]:first:mt-0 dark:[&_h5]:text-white\",\n \"[&_h6]:mt-3 [&_h6]:mb-2 [&_h6]:scroll-m-20 [&_h6]:text-gray-950 [&_h6]:first:mt-0 dark:[&_h6]:text-white\",\n // Paragraphs\n \"[&_p]:mt-4 [&_p]:mb-4 [&_p]:first:mt-0\",\n // Lists\n \"[&_ul]:mt-4 [&_ul]:mb-4 [&_ul]:pl-5 [&_ul]:first:mt-0\",\n \"[&_ol]:mt-4 [&_ol]:mb-4 [&_ol]:pl-5 [&_ol]:first:mt-0\",\n \"[&_ol_li]:mt-2 [&_ul_li]:mt-2\",\n // Blockquotes\n \"[&_blockquote]:mt-6 [&_blockquote]:mb-6 [&_blockquote]:border-l-4 [&_blockquote]:pl-4 [&_blockquote]:first:mt-0\",\n // Horizontal rules\n \"[&_hr]:my-8\",\n // Code blocks\n \"[&_pre]:mt-4 [&_pre]:mb-4 [&_pre]:overflow-x-auto [&_pre]:p-4 [&_pre]:first:mt-0\",\n \"[&_code]:px-1 [&_code]:py-0.5 [&_code]:first:mt-0\",\n // Tables\n \"[&_table]:mt-4 [&_table]:mb-4 [&_table]:w-full [&_table]:first:mt-0\",\n \"[&_table_thead_tr_th]:p-2 [&_table_thead_tr_th]:text-left\",\n \"[&_table_tbody_tr_td]:p-2\",\n // Links\n \"[&_a]:text-pink-500 [&_a]:underline dark:[&_a]:text-pink-500\",\n className\n )}\n ref={ref}\n {...props}\n />\n );\n }\n);\n\nProse.displayName = \"Prose\";\n\nexport { Prose };\n"],
5
+ "mappings": "AASM;AATN,YAAY,WAAW;AAEvB,SAAS,UAAU;AAInB,MAAM,QAAQ,MAAM;AAAA,EAClB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAAQ;AAChC,WACE;AAAA,MAAC;AAAA;AAAA,QACC,WAAW;AAAA;AAAA,UAET;AAAA;AAAA,UAEA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA;AAAA,UAEA;AAAA;AAAA,UAEA;AAAA,UACA;AAAA,UACA;AAAA;AAAA,UAEA;AAAA;AAAA,UAEA;AAAA;AAAA,UAEA;AAAA,UACA;AAAA;AAAA,UAEA;AAAA,UACA;AAAA,UACA;AAAA;AAAA,UAEA;AAAA,UACA;AAAA,QACF;AAAA,QACA;AAAA,QACC,GAAG;AAAA;AAAA,IACN;AAAA,EAEJ;AACF;AAEA,MAAM,cAAc;",
6
+ "names": []
7
+ }
@@ -0,0 +1,11 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ import * as React from "react";
3
+ declare const textVariants: (props?: ({
4
+ variant?: "default" | "modal" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ export interface TextProps extends React.HTMLAttributes<HTMLParagraphElement>, VariantProps<typeof textVariants> {
7
+ asChild?: boolean;
8
+ }
9
+ declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
10
+ export { Text, textVariants };
11
+ //# sourceMappingURL=text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/typography/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,YAAY;;8EAajB,CAAC;AAEF,MAAM,WAAW,SACf,SAAQ,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAChD,YAAY,CAAC,OAAO,YAAY,CAAC;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,IAAI,wFAYT,CAAC;AAIF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { cva } from "class-variance-authority";
3
+ import { Slot as SlotPrimitive } from "radix-ui";
4
+ import * as React from "react";
5
+ import { cn } from "../../lib/utils";
6
+ const textVariants = cva(
7
+ "font-sans text-base text-gray-600 dark:text-gray-100",
8
+ {
9
+ variants: {
10
+ variant: {
11
+ default: "text-gray-600 dark:text-gray-100",
12
+ modal: "text-gray-700 dark:text-gray-200"
13
+ }
14
+ },
15
+ defaultVariants: {
16
+ variant: "default"
17
+ }
18
+ }
19
+ );
20
+ const Text = React.forwardRef(
21
+ ({ className, asChild = false, variant, ...props }, ref) => {
22
+ const Comp = asChild ? SlotPrimitive.Slot : "p";
23
+ return /* @__PURE__ */ jsx(
24
+ Comp,
25
+ {
26
+ className: cn(textVariants({ variant }), className),
27
+ ref,
28
+ ...props
29
+ }
30
+ );
31
+ }
32
+ );
33
+ Text.displayName = "Text";
34
+ export {
35
+ Text,
36
+ textVariants
37
+ };
38
+ //# sourceMappingURL=text.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/typography/text.tsx"],
4
+ "sourcesContent": ["import { cva, type VariantProps } from \"class-variance-authority\";\nimport { Slot as SlotPrimitive } from \"radix-ui\";\nimport * as React from \"react\";\n\nimport { cn } from \"../../lib/utils\";\n\nconst textVariants = cva(\n \"font-sans text-base text-gray-600 dark:text-gray-100\",\n {\n variants: {\n variant: {\n default: \"text-gray-600 dark:text-gray-100\",\n modal: \"text-gray-700 dark:text-gray-200\",\n },\n },\n defaultVariants: {\n variant: \"default\",\n },\n }\n);\n\nexport interface TextProps\n extends React.HTMLAttributes<HTMLParagraphElement>,\n VariantProps<typeof textVariants> {\n asChild?: boolean;\n}\n\nconst Text = React.forwardRef<HTMLParagraphElement, TextProps>(\n ({ className, asChild = false, variant, ...props }, ref) => {\n const Comp = asChild ? SlotPrimitive.Slot : \"p\";\n\n return (\n <Comp\n className={cn(textVariants({ variant }), className)}\n ref={ref}\n {...props}\n />\n );\n }\n);\n\nText.displayName = \"Text\";\n\nexport { Text, textVariants };\n"],
5
+ "mappings": "AAgCM;AAhCN,SAAS,WAA8B;AACvC,SAAS,QAAQ,qBAAqB;AACtC,YAAY,WAAW;AAEvB,SAAS,UAAU;AAEnB,MAAM,eAAe;AAAA,EACnB;AAAA,EACA;AAAA,IACE,UAAU;AAAA,MACR,SAAS;AAAA,QACP,SAAS;AAAA,QACT,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,iBAAiB;AAAA,MACf,SAAS;AAAA,IACX;AAAA,EACF;AACF;AAQA,MAAM,OAAO,MAAM;AAAA,EACjB,CAAC,EAAE,WAAW,UAAU,OAAO,SAAS,GAAG,MAAM,GAAG,QAAQ;AAC1D,UAAM,OAAO,UAAU,cAAc,OAAO;AAE5C,WACE;AAAA,MAAC;AAAA;AAAA,QACC,WAAW,GAAG,aAAa,EAAE,QAAQ,CAAC,GAAG,SAAS;AAAA,QAClD;AAAA,QACC,GAAG;AAAA;AAAA,IACN;AAAA,EAEJ;AACF;AAEA,KAAK,cAAc;",
6
+ "names": []
7
+ }
@@ -0,0 +1,7 @@
1
+ interface BoardsIndicatorProps {
2
+ className?: string;
3
+ }
4
+ declare const BoardsIndicatorFavorite: ({ className }: BoardsIndicatorProps) => import("react/jsx-runtime").JSX.Element;
5
+ declare const BoardsIndicatorDefault: ({ className }: BoardsIndicatorProps) => import("react/jsx-runtime").JSX.Element;
6
+ export { BoardsIndicatorFavorite, BoardsIndicatorDefault, type BoardsIndicatorProps, };
7
+ //# sourceMappingURL=boards-indicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"boards-indicator.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/boards-indicator.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,uBAAuB,GAAI,eAAe,oBAAoB,4CAsBnE,CAAC;AAEF,QAAA,MAAM,sBAAsB,GAAI,eAAe,oBAAoB,4CAuBlE,CAAC;AAEF,OAAO,EACL,uBAAuB,EACvB,sBAAsB,EACtB,KAAK,oBAAoB,GAC1B,CAAC"}
@@ -0,0 +1,70 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { cn } from "../../lib/utils";
3
+ const BoardsIndicatorFavorite = ({ className }) => /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ "aria-hidden": "true",
7
+ className: cn("fill-none", className),
8
+ fill: "none",
9
+ height: "20",
10
+ viewBox: "0 0 20 20",
11
+ width: "20",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ children: [
14
+ /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ d: "M0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z",
18
+ fill: "#4D7A33"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M13.3332 7.5L8.74984 12.0833L6.6665 10",
25
+ stroke: "white",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeWidth: "1.67"
29
+ }
30
+ )
31
+ ]
32
+ }
33
+ );
34
+ const BoardsIndicatorDefault = ({ className }) => /* @__PURE__ */ jsxs(
35
+ "svg",
36
+ {
37
+ "aria-hidden": "true",
38
+ className: cn("fill-none", className),
39
+ fill: "none",
40
+ height: "20",
41
+ viewBox: "0 0 20 20",
42
+ width: "20",
43
+ xmlns: "http://www.w3.org/2000/svg",
44
+ children: [
45
+ /* @__PURE__ */ jsx(
46
+ "path",
47
+ {
48
+ d: "M10 0.834961C15.0617 0.834961 19.165 4.93831 19.165 10C19.165 15.0617 15.0617 19.165 10 19.165C4.93831 19.165 0.834961 15.0617 0.834961 10C0.834961 4.93831 4.93831 0.834961 10 0.834961Z",
49
+ stroke: "currentColor",
50
+ strokeWidth: "1.67"
51
+ }
52
+ ),
53
+ /* @__PURE__ */ jsx(
54
+ "path",
55
+ {
56
+ d: "M7.0835 10H12.9168M10.0002 7.08334V12.9167",
57
+ stroke: "currentColor",
58
+ strokeLinecap: "round",
59
+ strokeLinejoin: "round",
60
+ strokeWidth: "1.67"
61
+ }
62
+ )
63
+ ]
64
+ }
65
+ );
66
+ export {
67
+ BoardsIndicatorDefault,
68
+ BoardsIndicatorFavorite
69
+ };
70
+ //# sourceMappingURL=boards-indicator.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/icons/custom/boards-indicator.tsx"],
4
+ "sourcesContent": ["import { cn } from \"../../lib/utils\";\n\ninterface BoardsIndicatorProps {\n className?: string;\n}\n\nconst BoardsIndicatorFavorite = ({ className }: BoardsIndicatorProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\"fill-none\", 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 >\n <path\n d=\"M0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z\"\n fill=\"#4D7A33\"\n />\n <path\n d=\"M13.3332 7.5L8.74984 12.0833L6.6665 10\"\n stroke=\"white\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.67\"\n />\n </svg>\n);\n\nconst BoardsIndicatorDefault = ({ className }: BoardsIndicatorProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\"fill-none\", 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 >\n <path\n d=\"M10 0.834961C15.0617 0.834961 19.165 4.93831 19.165 10C19.165 15.0617 15.0617 19.165 10 19.165C4.93831 19.165 0.834961 15.0617 0.834961 10C0.834961 4.93831 4.93831 0.834961 10 0.834961Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.67\"\n />\n <path\n d=\"M7.0835 10H12.9168M10.0002 7.08334V12.9167\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.67\"\n />\n </svg>\n);\n\nexport {\n BoardsIndicatorFavorite,\n BoardsIndicatorDefault,\n type BoardsIndicatorProps,\n};\n"],
5
+ "mappings": "AAOE,SASE,KATF;AAPF,SAAS,UAAU;AAMnB,MAAM,0BAA0B,CAAC,EAAE,UAAU,MAC3C;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW,GAAG,aAAa,SAAS;AAAA,IACpC,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;AAAA,MACP;AAAA,MACA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,eAAc;AAAA,UACd,gBAAe;AAAA,UACf,aAAY;AAAA;AAAA,MACd;AAAA;AAAA;AACF;AAGF,MAAM,yBAAyB,CAAC,EAAE,UAAU,MAC1C;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW,GAAG,aAAa,SAAS;AAAA,IACpC,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IAEN;AAAA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA;AAAA,MACd;AAAA,MACA;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,eAAc;AAAA,UACd,gBAAe;AAAA,UACf,aAAY;AAAA;AAAA,MACd;AAAA;AAAA;AACF;",
6
+ "names": []
7
+ }
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ export interface DownloadHistoryIconProps extends React.SVGProps<SVGSVGElement> {
3
+ }
4
+ declare const DownloadHistoryIcon: React.ForwardRefExoticComponent<Omit<DownloadHistoryIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5
+ export { DownloadHistoryIcon };
6
+ //# sourceMappingURL=download-history.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download-history.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/download-history.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,wBACf,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;CAAG;AAE1C,QAAA,MAAM,mBAAmB,6GAcvB,CAAC;AAIH,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const DownloadHistoryIcon = React.forwardRef((props, ref) => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ "aria-hidden": "true",
7
+ fill: "currentColor",
8
+ ref,
9
+ viewBox: "-10 -10 140 140",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx("path", { d: "M28.45,55.88c0,.11,0,.22,0,.32l4.44-4.46a6.68,6.68,0,1,1,9.48,9.42L27.14,76.51a6.69,6.69,0,0,1-9.32.15L2.28,63A6.68,6.68,0,0,1,11.08,53l4,3.54v0a54.33,54.33,0,0,1,8-31,52.56,52.56,0,0,1,24-20.73,60.17,60.17,0,0,1,11-3.51,52.58,52.58,0,0,1,60.1,31.09,58.07,58.07,0,0,1,3.47,11,52.47,52.47,0,0,1-1.31,26.95A53.16,53.16,0,0,1,105.8,93a57.11,57.11,0,0,1-22.56,13.1,48.52,48.52,0,0,1-40.51-5.89A6.68,6.68,0,0,1,50,89a35.12,35.12,0,0,0,5.53,3,34.21,34.21,0,0,0,5.7,1.86,35.43,35.43,0,0,0,18.23-.54A43.77,43.77,0,0,0,96.74,83.19a39.7,39.7,0,0,0,10.93-17.06,39,39,0,0,0,1-20.08,46.38,46.38,0,0,0-2.68-8.5,39.19,39.19,0,0,0-45-23.22,45,45,0,0,0-8.52,2.72A39,39,0,0,0,34.5,32.49a40.94,40.94,0,0,0-6.05,23.39ZM60.83,34a6.11,6.11,0,0,1,12.22,0V53l14.89,8.27A6.09,6.09,0,1,1,82,71.93L64.43,62.16a6.11,6.11,0,0,1-3.6-5.57V34Z" })
13
+ }
14
+ ));
15
+ DownloadHistoryIcon.displayName = "DownloadHistoryIcon";
16
+ export {
17
+ DownloadHistoryIcon
18
+ };
19
+ //# sourceMappingURL=download-history.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/icons/custom/download-history.tsx"],
4
+ "sourcesContent": ["import * as React from \"react\";\n\nexport interface DownloadHistoryIconProps\n extends React.SVGProps<SVGSVGElement> {}\n\nconst DownloadHistoryIcon = React.forwardRef<\n SVGSVGElement,\n DownloadHistoryIconProps\n>((props, ref) => (\n <svg\n aria-hidden=\"true\"\n fill=\"currentColor\"\n ref={ref}\n viewBox=\"-10 -10 140 140\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M28.45,55.88c0,.11,0,.22,0,.32l4.44-4.46a6.68,6.68,0,1,1,9.48,9.42L27.14,76.51a6.69,6.69,0,0,1-9.32.15L2.28,63A6.68,6.68,0,0,1,11.08,53l4,3.54v0a54.33,54.33,0,0,1,8-31,52.56,52.56,0,0,1,24-20.73,60.17,60.17,0,0,1,11-3.51,52.58,52.58,0,0,1,60.1,31.09,58.07,58.07,0,0,1,3.47,11,52.47,52.47,0,0,1-1.31,26.95A53.16,53.16,0,0,1,105.8,93a57.11,57.11,0,0,1-22.56,13.1,48.52,48.52,0,0,1-40.51-5.89A6.68,6.68,0,0,1,50,89a35.12,35.12,0,0,0,5.53,3,34.21,34.21,0,0,0,5.7,1.86,35.43,35.43,0,0,0,18.23-.54A43.77,43.77,0,0,0,96.74,83.19a39.7,39.7,0,0,0,10.93-17.06,39,39,0,0,0,1-20.08,46.38,46.38,0,0,0-2.68-8.5,39.19,39.19,0,0,0-45-23.22,45,45,0,0,0-8.52,2.72A39,39,0,0,0,34.5,32.49a40.94,40.94,0,0,0-6.05,23.39ZM60.83,34a6.11,6.11,0,0,1,12.22,0V53l14.89,8.27A6.09,6.09,0,1,1,82,71.93L64.43,62.16a6.11,6.11,0,0,1-3.6-5.57V34Z\" />\n </svg>\n));\n\nDownloadHistoryIcon.displayName = \"DownloadHistoryIcon\";\n\nexport { DownloadHistoryIcon };\n"],
5
+ "mappings": "AAiBI;AAjBJ,YAAY,WAAW;AAKvB,MAAM,sBAAsB,MAAM,WAGhC,CAAC,OAAO,QACR;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,MAAK;AAAA,IACL;AAAA,IACA,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,8BAAC,UAAK,GAAE,+yBAA8yB;AAAA;AACxzB,CACD;AAED,oBAAoB,cAAc;",
6
+ "names": []
7
+ }
@@ -0,0 +1,6 @@
1
+ interface ExclamationMarkInOctagonProps {
2
+ className?: string;
3
+ }
4
+ declare const ExclamationMarkInOctagon: ({ className, }: ExclamationMarkInOctagonProps) => import("react/jsx-runtime").JSX.Element;
5
+ export { ExclamationMarkInOctagon };
6
+ //# sourceMappingURL=exclamation-mark-in-octagon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exclamation-mark-in-octagon.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/exclamation-mark-in-octagon.tsx"],"names":[],"mappings":"AAEA,UAAU,6BAA6B;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,wBAAwB,GAAI,gBAE/B,6BAA6B,4CAyC/B,CAAC;AAEF,OAAO,EAAE,wBAAwB,EAAE,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { cn } from "../../lib/utils";
3
+ const ExclamationMarkInOctagon = ({
4
+ className
5
+ }) => /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ "aria-hidden": "true",
9
+ className: cn(className),
10
+ fill: "none",
11
+ height: "16",
12
+ viewBox: "0 0 16 16",
13
+ width: "16",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ children: [
16
+ /* @__PURE__ */ jsx("title", { children: "Exclamation mark in octagon" }),
17
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_3_7767)", children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M10.208 1.33337C10.5616 1.33345 10.9007 1.47397 11.1507 1.72404L14.276 4.84937C14.5261 5.09936 14.6666 5.43845 14.6667 5.79204V10.208C14.6666 10.5616 14.5261 10.9007 14.276 11.1507L11.1507 14.276C10.9007 14.5261 10.5616 14.6666 10.208 14.6667H5.79204C5.43845 14.6666 5.09936 14.5261 4.84937 14.276L1.72404 11.1507C1.47397 10.9007 1.33345 10.5616 1.33337 10.208V5.79204C1.33345 5.43845 1.47397 5.09936 1.72404 4.84937L4.84937 1.72404C5.09936 1.47397 5.43845 1.33345 5.79204 1.33337H10.208Z",
22
+ fill: "#FC5252",
23
+ stroke: "#FC5252",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: "1.33333"
27
+ }
28
+ ),
29
+ /* @__PURE__ */ jsx(
30
+ "path",
31
+ {
32
+ d: "M8 10.6667H8.00667",
33
+ stroke: "white",
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round",
36
+ strokeWidth: "1.33333"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ d: "M8 5.33325V7.99992",
43
+ stroke: "white",
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round",
46
+ strokeWidth: "1.33333"
47
+ }
48
+ )
49
+ ] }),
50
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3_7767", children: /* @__PURE__ */ jsx("rect", { fill: "white", height: "16", width: "16" }) }) })
51
+ ]
52
+ }
53
+ );
54
+ export {
55
+ ExclamationMarkInOctagon
56
+ };
57
+ //# sourceMappingURL=exclamation-mark-in-octagon.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/icons/custom/exclamation-mark-in-octagon.tsx"],
4
+ "sourcesContent": ["import { cn } from \"../../lib/utils\";\n\ninterface ExclamationMarkInOctagonProps {\n className?: string;\n}\n\nconst ExclamationMarkInOctagon = ({\n className,\n}: ExclamationMarkInOctagonProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(className)}\n fill=\"none\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <title>Exclamation mark in octagon</title>\n <g clipPath=\"url(#clip0_3_7767)\">\n <path\n d=\"M10.208 1.33337C10.5616 1.33345 10.9007 1.47397 11.1507 1.72404L14.276 4.84937C14.5261 5.09936 14.6666 5.43845 14.6667 5.79204V10.208C14.6666 10.5616 14.5261 10.9007 14.276 11.1507L11.1507 14.276C10.9007 14.5261 10.5616 14.6666 10.208 14.6667H5.79204C5.43845 14.6666 5.09936 14.5261 4.84937 14.276L1.72404 11.1507C1.47397 10.9007 1.33345 10.5616 1.33337 10.208V5.79204C1.33345 5.43845 1.47397 5.09936 1.72404 4.84937L4.84937 1.72404C5.09936 1.47397 5.43845 1.33345 5.79204 1.33337H10.208Z\"\n fill=\"#FC5252\"\n stroke=\"#FC5252\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.33333\"\n />\n <path\n d=\"M8 10.6667H8.00667\"\n stroke=\"white\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.33333\"\n />\n <path\n d=\"M8 5.33325V7.99992\"\n stroke=\"white\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.33333\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_3_7767\">\n <rect fill=\"white\" height=\"16\" width=\"16\" />\n </clipPath>\n </defs>\n </svg>\n);\n\nexport { ExclamationMarkInOctagon };\n"],
5
+ "mappings": "AAkBI,cACA,YADA;AAlBJ,SAAS,UAAU;AAMnB,MAAM,2BAA2B,CAAC;AAAA,EAChC;AACF,MACE;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW,GAAG,SAAS;AAAA,IACvB,MAAK;AAAA,IACL,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,OAAM;AAAA,IAEN;AAAA,0BAAC,WAAM,yCAA2B;AAAA,MAClC,qBAAC,OAAE,UAAS,sBACV;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,YACL,QAAO;AAAA,YACP,eAAc;AAAA,YACd,gBAAe;AAAA,YACf,aAAY;AAAA;AAAA,QACd;AAAA,QACA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,QAAO;AAAA,YACP,eAAc;AAAA,YACd,gBAAe;AAAA,YACf,aAAY;AAAA;AAAA,QACd;AAAA,QACA;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,QAAO;AAAA,YACP,eAAc;AAAA,YACd,gBAAe;AAAA,YACf,aAAY;AAAA;AAAA,QACd;AAAA,SACF;AAAA,MACA,oBAAC,UACC,8BAAC,cAAS,IAAG,gBACX,8BAAC,UAAK,MAAK,SAAQ,QAAO,MAAK,OAAM,MAAK,GAC5C,GACF;AAAA;AAAA;AACF;",
6
+ "names": []
7
+ }
@@ -0,0 +1,6 @@
1
+ interface BoardsPinProps {
2
+ className?: string;
3
+ }
4
+ declare const BoardsPin: ({ className }: BoardsPinProps) => import("react/jsx-runtime").JSX.Element;
5
+ export { BoardsPin, type BoardsPinProps };
6
+ //# sourceMappingURL=pin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pin.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/pin.tsx"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,SAAS,GAAI,eAAe,cAAc,4CAkB/C,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { cn } from "../../lib/utils";
3
+ const BoardsPin = ({ className }) => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ "aria-hidden": "true",
7
+ className: cn("fill-none text-black dark:text-white", className),
8
+ fill: "none",
9
+ height: "24",
10
+ viewBox: "0 0 24 24",
11
+ width: "24",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M3 21L8.22636 15.7736M8.22636 15.7736L12.3615 19.9087C12.4823 20.0294 12.6309 20.1187 12.7942 20.1687C12.9575 20.2187 13.1306 20.2279 13.2983 20.1955C13.466 20.1631 13.6232 20.0901 13.7562 19.9829C13.8892 19.8757 13.9939 19.7375 14.0611 19.5805L16.4182 14.0813C16.4722 13.9551 16.5506 13.8407 16.6489 13.7447C16.7472 13.6488 16.8634 13.5731 16.991 13.5221L20.3432 12.181C20.5037 12.1168 20.6457 12.0137 20.7566 11.8811C20.8675 11.7485 20.9438 11.5904 20.9786 11.421C21.0134 11.2517 21.0057 11.0763 20.9561 10.9107C20.9064 10.7451 20.8165 10.5944 20.6944 10.472L13.528 3.30563C13.4056 3.18347 13.2549 3.09355 13.0893 3.04395C12.9237 2.99434 12.7483 2.98659 12.579 3.0214C12.4096 3.0562 12.2515 3.13247 12.1189 3.24337C11.9863 3.35427 11.8832 3.49633 11.819 3.65684L10.4779 7.00903C10.4269 7.13657 10.3512 7.25281 10.2553 7.35109C10.1593 7.44938 10.0449 7.52779 9.91866 7.58184L4.41948 9.93893C4.26246 10.0061 4.1243 10.1108 4.01709 10.2438C3.90989 10.3768 3.8369 10.534 3.80451 10.7017C3.77213 10.8694 3.78133 11.0425 3.83132 11.2058C3.88131 11.3691 3.97056 11.5177 4.09126 11.6385L8.22636 15.7736Z",
17
+ stroke: "currentColor",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: "2"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ export {
26
+ BoardsPin
27
+ };
28
+ //# sourceMappingURL=pin.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/icons/custom/pin.tsx"],
4
+ "sourcesContent": ["import { cn } from \"../../lib/utils\";\n\ninterface BoardsPinProps {\n className?: string;\n}\n\nconst BoardsPin = ({ className }: BoardsPinProps) => (\n <svg\n aria-hidden=\"true\"\n className={cn(\"fill-none text-black dark:text-white\", className)}\n fill=\"none\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n width=\"24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M3 21L8.22636 15.7736M8.22636 15.7736L12.3615 19.9087C12.4823 20.0294 12.6309 20.1187 12.7942 20.1687C12.9575 20.2187 13.1306 20.2279 13.2983 20.1955C13.466 20.1631 13.6232 20.0901 13.7562 19.9829C13.8892 19.8757 13.9939 19.7375 14.0611 19.5805L16.4182 14.0813C16.4722 13.9551 16.5506 13.8407 16.6489 13.7447C16.7472 13.6488 16.8634 13.5731 16.991 13.5221L20.3432 12.181C20.5037 12.1168 20.6457 12.0137 20.7566 11.8811C20.8675 11.7485 20.9438 11.5904 20.9786 11.421C21.0134 11.2517 21.0057 11.0763 20.9561 10.9107C20.9064 10.7451 20.8165 10.5944 20.6944 10.472L13.528 3.30563C13.4056 3.18347 13.2549 3.09355 13.0893 3.04395C12.9237 2.99434 12.7483 2.98659 12.579 3.0214C12.4096 3.0562 12.2515 3.13247 12.1189 3.24337C11.9863 3.35427 11.8832 3.49633 11.819 3.65684L10.4779 7.00903C10.4269 7.13657 10.3512 7.25281 10.2553 7.35109C10.1593 7.44938 10.0449 7.52779 9.91866 7.58184L4.41948 9.93893C4.26246 10.0061 4.1243 10.1108 4.01709 10.2438C3.90989 10.3768 3.8369 10.534 3.80451 10.7017C3.77213 10.8694 3.78133 11.0425 3.83132 11.2058C3.88131 11.3691 3.97056 11.5177 4.09126 11.6385L8.22636 15.7736Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2\"\n />\n </svg>\n);\n\nexport { BoardsPin, type BoardsPinProps };\n"],
5
+ "mappings": "AAgBI;AAhBJ,SAAS,UAAU;AAMnB,MAAM,YAAY,CAAC,EAAE,UAAU,MAC7B;AAAA,EAAC;AAAA;AAAA,IACC,eAAY;AAAA,IACZ,WAAW,GAAG,wCAAwC,SAAS;AAAA,IAC/D,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,eAAc;AAAA,QACd,gBAAe;AAAA,QACf,aAAY;AAAA;AAAA,IACd;AAAA;AACF;",
6
+ "names": []
7
+ }
@@ -0,0 +1,10 @@
1
+ import type * as React from "react";
2
+ interface PremiumStarProps extends React.SVGAttributes<SVGSVGElement> {
3
+ className?: string;
4
+ showBackground?: boolean;
5
+ pulseInfinite?: boolean;
6
+ hideBorder?: boolean;
7
+ }
8
+ declare const PremiumStar: (props: PremiumStarProps) => import("react/jsx-runtime").JSX.Element;
9
+ export { PremiumStar, type PremiumStarProps };
10
+ //# sourceMappingURL=premium-star.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"premium-star.d.ts","sourceRoot":"","sources":["../../../src/icons/custom/premium-star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAGpC,UAAU,gBAAiB,SAAQ,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC;IACnE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAkL3C,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,CAAC"}