@minutemailer/kit 0.1.5 → 1.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 (190) hide show
  1. package/components/ui/alert.d.ts +9 -0
  2. package/components/ui/alert.js +24 -0
  3. package/components/ui/avatar.d.ts +6 -0
  4. package/components/ui/avatar.js +13 -0
  5. package/components/ui/button.d.ts +10 -0
  6. package/components/ui/button.js +31 -0
  7. package/components/ui/checkbox.d.ts +4 -0
  8. package/components/ui/checkbox.js +9 -0
  9. package/components/ui/dropdown-menu.d.ts +25 -0
  10. package/components/ui/dropdown-menu.js +50 -0
  11. package/components/ui/input.d.ts +3 -0
  12. package/components/ui/input.js +6 -0
  13. package/components/ui/label.d.ts +4 -0
  14. package/components/ui/label.js +8 -0
  15. package/components/ui/separator.d.ts +4 -0
  16. package/components/ui/separator.js +7 -0
  17. package/components/ui/sheet.d.ts +13 -0
  18. package/components/ui/sheet.js +40 -0
  19. package/components/ui/sidebar.d.ts +69 -0
  20. package/components/ui/sidebar.js +222 -0
  21. package/components/ui/skeleton.d.ts +2 -0
  22. package/components/ui/skeleton.js +6 -0
  23. package/components/ui/sonner.d.ts +3 -0
  24. package/components/ui/sonner.js +12 -0
  25. package/components/ui/tooltip.d.ts +7 -0
  26. package/components/ui/tooltip.js +16 -0
  27. package/hooks/use-mobile.d.ts +1 -0
  28. package/hooks/use-mobile.js +15 -0
  29. package/icons/Alert.d.ts +1 -1
  30. package/icons/AlertFilled.d.ts +1 -1
  31. package/icons/Arrow.d.ts +1 -1
  32. package/icons/ArrowDown.d.ts +1 -1
  33. package/icons/Attachment.d.ts +1 -1
  34. package/icons/Automate.d.ts +1 -1
  35. package/icons/Bold.d.ts +1 -1
  36. package/icons/BorderBottom.d.ts +1 -1
  37. package/icons/BorderLeft.d.ts +1 -1
  38. package/icons/BorderRight.d.ts +1 -1
  39. package/icons/BorderTop.d.ts +1 -1
  40. package/icons/BottomAlign.d.ts +1 -1
  41. package/icons/BottomLeftCorner.d.ts +1 -1
  42. package/icons/BottomRightCorner.d.ts +1 -1
  43. package/icons/Button.d.ts +1 -1
  44. package/icons/Calendar.d.ts +1 -1
  45. package/icons/Center.d.ts +1 -1
  46. package/icons/Check.d.ts +1 -1
  47. package/icons/CheckFilled.d.ts +1 -1
  48. package/icons/Checkmark.d.ts +1 -1
  49. package/icons/Chevron.d.ts +1 -1
  50. package/icons/ChevronDown.d.ts +1 -1
  51. package/icons/ChevronLeft.d.ts +1 -1
  52. package/icons/ChevronUp.d.ts +1 -1
  53. package/icons/Close.d.ts +1 -1
  54. package/icons/CloseBold.d.ts +1 -1
  55. package/icons/CloseCircle.d.ts +1 -1
  56. package/icons/Column1.d.ts +1 -1
  57. package/icons/Column12.d.ts +1 -1
  58. package/icons/Column13.d.ts +1 -1
  59. package/icons/Column2.d.ts +1 -1
  60. package/icons/Column21.d.ts +1 -1
  61. package/icons/Column3.d.ts +1 -1
  62. package/icons/Column31.d.ts +1 -1
  63. package/icons/Column4.d.ts +1 -1
  64. package/icons/Contacts.d.ts +1 -1
  65. package/icons/Crop.d.ts +1 -1
  66. package/icons/Divider.d.ts +1 -1
  67. package/icons/Download.d.ts +1 -1
  68. package/icons/Duplicate.d.ts +1 -1
  69. package/icons/Email.d.ts +1 -1
  70. package/icons/Feedback.d.ts +1 -1
  71. package/icons/File.d.ts +1 -1
  72. package/icons/Filter.d.ts +1 -1
  73. package/icons/Flip.d.ts +1 -1
  74. package/icons/Flop.d.ts +1 -1
  75. package/icons/Form.d.ts +1 -1
  76. package/icons/Gift.d.ts +1 -1
  77. package/icons/HeartRound.d.ts +1 -1
  78. package/icons/Home.d.ts +1 -1
  79. package/icons/HorisontalCenter.d.ts +1 -1
  80. package/icons/Image.d.ts +1 -1
  81. package/icons/Images.d.ts +1 -1
  82. package/icons/Info.d.ts +1 -1
  83. package/icons/Integrations.d.ts +1 -1
  84. package/icons/Italics.d.ts +1 -1
  85. package/icons/Justified.d.ts +1 -1
  86. package/icons/Left.d.ts +1 -1
  87. package/icons/LeftAlign.d.ts +1 -1
  88. package/icons/LetterSpacing.d.ts +1 -1
  89. package/icons/LineHeight.d.ts +1 -1
  90. package/icons/LineThickness.d.ts +1 -1
  91. package/icons/Link.d.ts +1 -1
  92. package/icons/List.d.ts +1 -1
  93. package/icons/ListMenu.d.ts +1 -1
  94. package/icons/ListNumbered.d.ts +1 -1
  95. package/icons/Location.d.ts +1 -1
  96. package/icons/LockChain.d.ts +1 -1
  97. package/icons/Locked.d.ts +1 -1
  98. package/icons/Logo.d.ts +1 -1
  99. package/icons/Logout.d.ts +1 -1
  100. package/icons/Lowercase.d.ts +1 -1
  101. package/icons/Magic.d.ts +1 -1
  102. package/icons/MarginBottom.d.ts +1 -1
  103. package/icons/MarginLeft.d.ts +1 -1
  104. package/icons/MarginRight.d.ts +1 -1
  105. package/icons/MarginTop.d.ts +1 -1
  106. package/icons/Menu.d.ts +1 -1
  107. package/icons/Minus.d.ts +1 -1
  108. package/icons/MinusBold.d.ts +1 -1
  109. package/icons/More.d.ts +1 -1
  110. package/icons/Move.d.ts +1 -1
  111. package/icons/MoveDirections.d.ts +1 -1
  112. package/icons/MoveVertical.d.ts +1 -1
  113. package/icons/Openclose.d.ts +1 -1
  114. package/icons/Pen.d.ts +1 -1
  115. package/icons/Phone.d.ts +1 -1
  116. package/icons/Plane.d.ts +1 -1
  117. package/icons/PlaneOutline.d.ts +1 -1
  118. package/icons/Plus.d.ts +1 -1
  119. package/icons/PlusBold.d.ts +1 -1
  120. package/icons/PlusCircle.d.ts +1 -1
  121. package/icons/Result.d.ts +1 -1
  122. package/icons/Right.d.ts +1 -1
  123. package/icons/RightAlign.d.ts +1 -1
  124. package/icons/Rotate.d.ts +1 -1
  125. package/icons/Search.d.ts +1 -1
  126. package/icons/Settings.d.ts +1 -1
  127. package/icons/Sms.d.ts +1 -1
  128. package/icons/Spacing.d.ts +1 -1
  129. package/icons/Spinner.d.ts +1 -1
  130. package/icons/StarFilled.d.ts +1 -1
  131. package/icons/StarOutline.d.ts +1 -1
  132. package/icons/Stars.d.ts +1 -1
  133. package/icons/Stats.d.ts +1 -1
  134. package/icons/Stop.d.ts +1 -1
  135. package/icons/Strikethrough.d.ts +1 -1
  136. package/icons/Support.d.ts +1 -1
  137. package/icons/Tags.d.ts +1 -1
  138. package/icons/Team.d.ts +1 -1
  139. package/icons/Text.d.ts +1 -1
  140. package/icons/Thumbsdown.d.ts +1 -1
  141. package/icons/Thumbsup.d.ts +1 -1
  142. package/icons/TopAlign.d.ts +1 -1
  143. package/icons/TopLeftCorner.d.ts +1 -1
  144. package/icons/TopRightCorner.d.ts +1 -1
  145. package/icons/Trash.d.ts +1 -1
  146. package/icons/Underscore.d.ts +1 -1
  147. package/icons/Unlink.d.ts +1 -1
  148. package/icons/UnlockChain.d.ts +1 -1
  149. package/icons/Unlocked.d.ts +1 -1
  150. package/icons/Upload.d.ts +1 -1
  151. package/icons/Uppercase.d.ts +1 -1
  152. package/icons/VerticalCenter.d.ts +1 -1
  153. package/icons/Video.d.ts +1 -1
  154. package/icons/Warning.d.ts +1 -1
  155. package/icons/Website.d.ts +1 -1
  156. package/icons/Width.d.ts +1 -1
  157. package/icons/Write.d.ts +1 -1
  158. package/icons/index.d.ts +129 -129
  159. package/icons/index.js.map +1 -1
  160. package/package.json +67 -48
  161. package/state/index.js +3 -1
  162. package/state/index.js.map +2 -2
  163. package/state/index.test.js +15 -7
  164. package/store/index.js.map +1 -1
  165. package/store/useSelector.d.ts +1 -1
  166. package/store/useSelector.js +1 -1
  167. package/stories/Alert.stories.d.ts +12 -0
  168. package/stories/Alert.stories.js +29 -0
  169. package/stories/Button.stories.d.ts +17 -0
  170. package/stories/Button.stories.js +61 -0
  171. package/stories/Checkbox.stories.d.ts +14 -0
  172. package/stories/Checkbox.stories.js +37 -0
  173. package/stories/Input.stories.d.ts +14 -0
  174. package/stories/Input.stories.js +31 -0
  175. package/stories/Label.stories.d.ts +9 -0
  176. package/stories/Label.stories.js +12 -0
  177. package/stories/Separator.stories.d.ts +10 -0
  178. package/stories/Separator.stories.js +13 -0
  179. package/stories/Sidebar.stories.d.ts +9 -0
  180. package/stories/Sidebar.stories.js +53 -0
  181. package/stories/Skeleton.stories.d.ts +9 -0
  182. package/stories/Skeleton.stories.js +10 -0
  183. package/stories/Sonner.stories.d.ts +11 -0
  184. package/stories/Sonner.stories.js +22 -0
  185. package/stories/Todo.js +11 -7
  186. package/stories/Tooltip.stories.d.ts +9 -0
  187. package/stories/Tooltip.stories.js +11 -0
  188. package/stories/TrafficLights.js +5 -5
  189. package/utils/utils.d.ts +2 -0
  190. package/utils/utils.js +5 -0
@@ -0,0 +1,2 @@
1
+ declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
2
+ export { Skeleton };
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { cn } from '@/utils/utils';
3
+ function Skeleton({ className, ...props }) {
4
+ return (_jsx("div", { "data-slot": "skeleton", className: cn('bg-accent animate-pulse rounded-md', className), ...props }));
5
+ }
6
+ export { Skeleton };
@@ -0,0 +1,3 @@
1
+ import { ToasterProps } from 'sonner';
2
+ declare const Toaster: ({ ...props }: ToasterProps) => import("react/jsx-runtime").JSX.Element;
3
+ export { Toaster };
@@ -0,0 +1,12 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useTheme } from 'next-themes';
3
+ import { Toaster as Sonner } from 'sonner';
4
+ const Toaster = ({ ...props }) => {
5
+ const { theme = 'system' } = useTheme();
6
+ return (_jsx(Sonner, { theme: theme, className: "toaster group", style: {
7
+ '--normal-bg': 'var(--popover)',
8
+ '--normal-text': 'var(--popover-foreground)',
9
+ '--normal-border': 'var(--border)',
10
+ }, ...props }));
11
+ };
12
+ export { Toaster };
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
3
+ declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
5
+ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
@@ -0,0 +1,16 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
3
+ import { cn } from '@/utils/utils';
4
+ function TooltipProvider({ delayDuration = 0, ...props }) {
5
+ return (_jsx(TooltipPrimitive.Provider, { "data-slot": "tooltip-provider", delayDuration: delayDuration, ...props }));
6
+ }
7
+ function Tooltip({ ...props }) {
8
+ return (_jsx(TooltipProvider, { children: _jsx(TooltipPrimitive.Root, { "data-slot": "tooltip", ...props }) }));
9
+ }
10
+ function TooltipTrigger({ ...props }) {
11
+ return _jsx(TooltipPrimitive.Trigger, { "data-slot": "tooltip-trigger", ...props });
12
+ }
13
+ function TooltipContent({ className, sideOffset = 0, children, ...props }) {
14
+ return (_jsx(TooltipPrimitive.Portal, { children: _jsxs(TooltipPrimitive.Content, { "data-slot": "tooltip-content", sideOffset: sideOffset, className: cn('bg-primary text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance', className), ...props, children: [children, _jsx(TooltipPrimitive.Arrow, { className: "bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" })] }) }));
15
+ }
16
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
@@ -0,0 +1 @@
1
+ export declare function useIsMobile(): boolean;
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+ const MOBILE_BREAKPOINT = 768;
3
+ export function useIsMobile() {
4
+ const [isMobile, setIsMobile] = React.useState(undefined);
5
+ React.useEffect(() => {
6
+ const mql = window.matchMedia(`(max-width: ${MOBILE_BREAKPOINT - 1}px)`);
7
+ const onChange = () => {
8
+ setIsMobile(window.innerWidth < MOBILE_BREAKPOINT);
9
+ };
10
+ mql.addEventListener('change', onChange);
11
+ setIsMobile(window.innerWidth < MOBILE_BREAKPOINT);
12
+ return () => mql.removeEventListener('change', onChange);
13
+ }, []);
14
+ return !!isMobile;
15
+ }
package/icons/Alert.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgAlert: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgAlert;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgAlertFilled: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgAlertFilled;
package/icons/Arrow.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgArrow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgArrow;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgArrowDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgArrowDown;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgAttachment: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgAttachment;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgAutomate: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgAutomate;
package/icons/Bold.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBold: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBold;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBorderBottom: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBorderBottom;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBorderLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBorderLeft;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBorderRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBorderRight;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBorderTop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBorderTop;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBottomAlign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBottomAlign;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBottomLeftCorner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBottomLeftCorner;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgBottomRightCorner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBottomRightCorner;
package/icons/Button.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgButton: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgButton;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCalendar;
package/icons/Center.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCenter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCenter;
package/icons/Check.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCheck;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCheckFilled: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCheckFilled;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCheckmark: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCheckmark;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgChevron: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgChevron;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgChevronDown;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgChevronLeft;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgChevronUp;
package/icons/Close.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgClose: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgClose;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCloseBold: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCloseBold;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCloseCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCloseCircle;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn1: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn1;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn12: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn12;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn13: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn13;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn2: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn2;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn21: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn21;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn3: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn3;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn31: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn31;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgColumn4: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgColumn4;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgContacts: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgContacts;
package/icons/Crop.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgCrop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgCrop;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgDivider: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgDivider;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgDownload;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgDuplicate: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgDuplicate;
package/icons/Email.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgEmail: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgEmail;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgFeedback: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgFeedback;
package/icons/File.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgFile: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgFile;
package/icons/Filter.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgFilter;
package/icons/Flip.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgFlip: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgFlip;
package/icons/Flop.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgFlop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgFlop;
package/icons/Form.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgForm: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgForm;
package/icons/Gift.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgGift: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgGift;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgHeartRound: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgHeartRound;
package/icons/Home.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgHome: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgHome;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgHorisontalCenter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgHorisontalCenter;
package/icons/Image.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgImage: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgImage;
package/icons/Images.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgImages: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgImages;
package/icons/Info.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgInfo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgInfo;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgIntegrations: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgIntegrations;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgItalics: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgItalics;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgJustified: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgJustified;
package/icons/Left.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLeft;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLeftAlign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLeftAlign;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLetterSpacing: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLetterSpacing;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLineHeight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLineHeight;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLineThickness: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLineThickness;
package/icons/Link.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLink: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLink;
package/icons/List.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgList: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgList;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgListMenu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgListMenu;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgListNumbered: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgListNumbered;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLocation: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLocation;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLockChain: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLockChain;
package/icons/Locked.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLocked: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLocked;
package/icons/Logo.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLogo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLogo;
package/icons/Logout.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLogout: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLogout;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgLowercase: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgLowercase;
package/icons/Magic.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMagic: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMagic;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMarginBottom: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMarginBottom;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMarginLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMarginLeft;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMarginRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMarginRight;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMarginTop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMarginTop;
package/icons/Menu.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMenu;
package/icons/Minus.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMinus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMinus;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMinusBold: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMinusBold;
package/icons/More.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMore: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMore;