@minutemailer/kit 0.2.0 → 1.0.1

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 +68 -43
  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
package/icons/Move.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMove: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMove;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMoveDirections: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMoveDirections;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgMoveVertical: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgMoveVertical;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgOpenclose: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgOpenclose;
package/icons/Pen.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPen: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPen;
package/icons/Phone.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPhone;
package/icons/Plane.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPlane: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPlane;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPlaneOutline: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPlaneOutline;
package/icons/Plus.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPlus;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPlusBold: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPlusBold;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgPlusCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPlusCircle;
package/icons/Result.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgResult: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgResult;
package/icons/Right.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRight;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgRightAlign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRightAlign;
package/icons/Rotate.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgRotate: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotate;
package/icons/Search.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSearch;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSettings;
package/icons/Sms.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgSms: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSms;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgSpacing: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpacing;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgSpinner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpinner;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgStarFilled: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgStarFilled;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgStarOutline: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgStarOutline;
package/icons/Stars.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgStars: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgStars;
package/icons/Stats.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgStats: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgStats;
package/icons/Stop.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgStop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgStop;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgStrikethrough: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgStrikethrough;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgSupport: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSupport;
package/icons/Tags.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgTags: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgTags;
package/icons/Team.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgTeam: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgTeam;
package/icons/Text.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgText: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgText;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgThumbsdown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgThumbsdown;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgThumbsup: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgThumbsup;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgTopAlign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgTopAlign;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgTopLeftCorner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgTopLeftCorner;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgTopRightCorner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgTopRightCorner;
package/icons/Trash.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgTrash;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgUnderscore: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgUnderscore;
package/icons/Unlink.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgUnlink: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgUnlink;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgUnlockChain: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgUnlockChain;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgUnlocked: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgUnlocked;
package/icons/Upload.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgUpload;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgUppercase: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgUppercase;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgVerticalCenter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgVerticalCenter;
package/icons/Video.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgVideo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgVideo;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgWarning: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgWarning;
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgWebsite: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgWebsite;
package/icons/Width.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgWidth: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgWidth;
package/icons/Write.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { SVGProps } from "react";
1
+ import type { SVGProps } from 'react';
2
2
  declare const SvgWrite: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgWrite;
package/icons/index.d.ts CHANGED
@@ -1,129 +1,129 @@
1
- export { default as Alert } from "./Alert";
2
- export { default as AlertFilled } from "./AlertFilled";
3
- export { default as Arrow } from "./Arrow";
4
- export { default as ArrowDown } from "./ArrowDown";
5
- export { default as Attachment } from "./Attachment";
6
- export { default as Automate } from "./Automate";
7
- export { default as Bold } from "./Bold";
8
- export { default as BorderBottom } from "./BorderBottom";
9
- export { default as BorderLeft } from "./BorderLeft";
10
- export { default as BorderRight } from "./BorderRight";
11
- export { default as BorderTop } from "./BorderTop";
12
- export { default as BottomAlign } from "./BottomAlign";
13
- export { default as BottomLeftCorner } from "./BottomLeftCorner";
14
- export { default as BottomRightCorner } from "./BottomRightCorner";
15
- export { default as Button } from "./Button";
16
- export { default as Calendar } from "./Calendar";
17
- export { default as Center } from "./Center";
18
- export { default as Check } from "./Check";
19
- export { default as CheckFilled } from "./CheckFilled";
20
- export { default as Checkmark } from "./Checkmark";
21
- export { default as Chevron } from "./Chevron";
22
- export { default as ChevronDown } from "./ChevronDown";
23
- export { default as ChevronLeft } from "./ChevronLeft";
24
- export { default as ChevronUp } from "./ChevronUp";
25
- export { default as Close } from "./Close";
26
- export { default as CloseBold } from "./CloseBold";
27
- export { default as CloseCircle } from "./CloseCircle";
28
- export { default as Column1 } from "./Column1";
29
- export { default as Column12 } from "./Column12";
30
- export { default as Column13 } from "./Column13";
31
- export { default as Column2 } from "./Column2";
32
- export { default as Column21 } from "./Column21";
33
- export { default as Column3 } from "./Column3";
34
- export { default as Column31 } from "./Column31";
35
- export { default as Column4 } from "./Column4";
36
- export { default as Contacts } from "./Contacts";
37
- export { default as Crop } from "./Crop";
38
- export { default as Divider } from "./Divider";
39
- export { default as Download } from "./Download";
40
- export { default as Duplicate } from "./Duplicate";
41
- export { default as Email } from "./Email";
42
- export { default as Feedback } from "./Feedback";
43
- export { default as File } from "./File";
44
- export { default as Filter } from "./Filter";
45
- export { default as Flip } from "./Flip";
46
- export { default as Flop } from "./Flop";
47
- export { default as Form } from "./Form";
48
- export { default as Gift } from "./Gift";
49
- export { default as HeartRound } from "./HeartRound";
50
- export { default as Home } from "./Home";
51
- export { default as HorisontalCenter } from "./HorisontalCenter";
52
- export { default as Image } from "./Image";
53
- export { default as Images } from "./Images";
54
- export { default as Info } from "./Info";
55
- export { default as Integrations } from "./Integrations";
56
- export { default as Italics } from "./Italics";
57
- export { default as Justified } from "./Justified";
58
- export { default as LeftAlign } from "./LeftAlign";
59
- export { default as Left } from "./Left";
60
- export { default as LetterSpacing } from "./LetterSpacing";
61
- export { default as LineHeight } from "./LineHeight";
62
- export { default as LineThickness } from "./LineThickness";
63
- export { default as Link } from "./Link";
64
- export { default as List } from "./List";
65
- export { default as ListMenu } from "./ListMenu";
66
- export { default as ListNumbered } from "./ListNumbered";
67
- export { default as Location } from "./Location";
68
- export { default as LockChain } from "./LockChain";
69
- export { default as Locked } from "./Locked";
70
- export { default as Logo } from "./Logo";
71
- export { default as Logout } from "./Logout";
72
- export { default as Lowercase } from "./Lowercase";
73
- export { default as Magic } from "./Magic";
74
- export { default as MarginBottom } from "./MarginBottom";
75
- export { default as MarginLeft } from "./MarginLeft";
76
- export { default as MarginRight } from "./MarginRight";
77
- export { default as MarginTop } from "./MarginTop";
78
- export { default as Menu } from "./Menu";
79
- export { default as Minus } from "./Minus";
80
- export { default as MinusBold } from "./MinusBold";
81
- export { default as More } from "./More";
82
- export { default as Move } from "./Move";
83
- export { default as MoveDirections } from "./MoveDirections";
84
- export { default as MoveVertical } from "./MoveVertical";
85
- export { default as Openclose } from "./Openclose";
86
- export { default as Pen } from "./Pen";
87
- export { default as Phone } from "./Phone";
88
- export { default as Plane } from "./Plane";
89
- export { default as PlaneOutline } from "./PlaneOutline";
90
- export { default as Plus } from "./Plus";
91
- export { default as PlusBold } from "./PlusBold";
92
- export { default as PlusCircle } from "./PlusCircle";
93
- export { default as Result } from "./Result";
94
- export { default as RightAlign } from "./RightAlign";
95
- export { default as Right } from "./Right";
96
- export { default as Rotate } from "./Rotate";
97
- export { default as Search } from "./Search";
98
- export { default as Settings } from "./Settings";
99
- export { default as Sms } from "./Sms";
100
- export { default as Spacing } from "./Spacing";
101
- export { default as Spinner } from "./Spinner";
102
- export { default as StarFilled } from "./StarFilled";
103
- export { default as StarOutline } from "./StarOutline";
104
- export { default as Stars } from "./Stars";
105
- export { default as Stats } from "./Stats";
106
- export { default as Stop } from "./Stop";
107
- export { default as Strikethrough } from "./Strikethrough";
108
- export { default as Support } from "./Support";
109
- export { default as Tags } from "./Tags";
110
- export { default as Team } from "./Team";
111
- export { default as Text } from "./Text";
112
- export { default as Thumbsdown } from "./Thumbsdown";
113
- export { default as Thumbsup } from "./Thumbsup";
114
- export { default as TopAlign } from "./TopAlign";
115
- export { default as TopLeftCorner } from "./TopLeftCorner";
116
- export { default as TopRightCorner } from "./TopRightCorner";
117
- export { default as Trash } from "./Trash";
118
- export { default as Underscore } from "./Underscore";
119
- export { default as Unlink } from "./Unlink";
120
- export { default as UnlockChain } from "./UnlockChain";
121
- export { default as Unlocked } from "./Unlocked";
122
- export { default as Upload } from "./Upload";
123
- export { default as Uppercase } from "./Uppercase";
124
- export { default as VerticalCenter } from "./VerticalCenter";
125
- export { default as Video } from "./Video";
126
- export { default as Warning } from "./Warning";
127
- export { default as Website } from "./Website";
128
- export { default as Width } from "./Width";
129
- export { default as Write } from "./Write";
1
+ export { default as Alert } from './Alert';
2
+ export { default as AlertFilled } from './AlertFilled';
3
+ export { default as Arrow } from './Arrow';
4
+ export { default as ArrowDown } from './ArrowDown';
5
+ export { default as Attachment } from './Attachment';
6
+ export { default as Automate } from './Automate';
7
+ export { default as Bold } from './Bold';
8
+ export { default as BorderBottom } from './BorderBottom';
9
+ export { default as BorderLeft } from './BorderLeft';
10
+ export { default as BorderRight } from './BorderRight';
11
+ export { default as BorderTop } from './BorderTop';
12
+ export { default as BottomAlign } from './BottomAlign';
13
+ export { default as BottomLeftCorner } from './BottomLeftCorner';
14
+ export { default as BottomRightCorner } from './BottomRightCorner';
15
+ export { default as Button } from './Button';
16
+ export { default as Calendar } from './Calendar';
17
+ export { default as Center } from './Center';
18
+ export { default as Check } from './Check';
19
+ export { default as CheckFilled } from './CheckFilled';
20
+ export { default as Checkmark } from './Checkmark';
21
+ export { default as Chevron } from './Chevron';
22
+ export { default as ChevronDown } from './ChevronDown';
23
+ export { default as ChevronLeft } from './ChevronLeft';
24
+ export { default as ChevronUp } from './ChevronUp';
25
+ export { default as Close } from './Close';
26
+ export { default as CloseBold } from './CloseBold';
27
+ export { default as CloseCircle } from './CloseCircle';
28
+ export { default as Column1 } from './Column1';
29
+ export { default as Column12 } from './Column12';
30
+ export { default as Column13 } from './Column13';
31
+ export { default as Column2 } from './Column2';
32
+ export { default as Column21 } from './Column21';
33
+ export { default as Column3 } from './Column3';
34
+ export { default as Column31 } from './Column31';
35
+ export { default as Column4 } from './Column4';
36
+ export { default as Contacts } from './Contacts';
37
+ export { default as Crop } from './Crop';
38
+ export { default as Divider } from './Divider';
39
+ export { default as Download } from './Download';
40
+ export { default as Duplicate } from './Duplicate';
41
+ export { default as Email } from './Email';
42
+ export { default as Feedback } from './Feedback';
43
+ export { default as File } from './File';
44
+ export { default as Filter } from './Filter';
45
+ export { default as Flip } from './Flip';
46
+ export { default as Flop } from './Flop';
47
+ export { default as Form } from './Form';
48
+ export { default as Gift } from './Gift';
49
+ export { default as HeartRound } from './HeartRound';
50
+ export { default as Home } from './Home';
51
+ export { default as HorisontalCenter } from './HorisontalCenter';
52
+ export { default as Image } from './Image';
53
+ export { default as Images } from './Images';
54
+ export { default as Info } from './Info';
55
+ export { default as Integrations } from './Integrations';
56
+ export { default as Italics } from './Italics';
57
+ export { default as Justified } from './Justified';
58
+ export { default as LeftAlign } from './LeftAlign';
59
+ export { default as Left } from './Left';
60
+ export { default as LetterSpacing } from './LetterSpacing';
61
+ export { default as LineHeight } from './LineHeight';
62
+ export { default as LineThickness } from './LineThickness';
63
+ export { default as Link } from './Link';
64
+ export { default as List } from './List';
65
+ export { default as ListMenu } from './ListMenu';
66
+ export { default as ListNumbered } from './ListNumbered';
67
+ export { default as Location } from './Location';
68
+ export { default as LockChain } from './LockChain';
69
+ export { default as Locked } from './Locked';
70
+ export { default as Logo } from './Logo';
71
+ export { default as Logout } from './Logout';
72
+ export { default as Lowercase } from './Lowercase';
73
+ export { default as Magic } from './Magic';
74
+ export { default as MarginBottom } from './MarginBottom';
75
+ export { default as MarginLeft } from './MarginLeft';
76
+ export { default as MarginRight } from './MarginRight';
77
+ export { default as MarginTop } from './MarginTop';
78
+ export { default as Menu } from './Menu';
79
+ export { default as Minus } from './Minus';
80
+ export { default as MinusBold } from './MinusBold';
81
+ export { default as More } from './More';
82
+ export { default as Move } from './Move';
83
+ export { default as MoveDirections } from './MoveDirections';
84
+ export { default as MoveVertical } from './MoveVertical';
85
+ export { default as Openclose } from './Openclose';
86
+ export { default as Pen } from './Pen';
87
+ export { default as Phone } from './Phone';
88
+ export { default as Plane } from './Plane';
89
+ export { default as PlaneOutline } from './PlaneOutline';
90
+ export { default as Plus } from './Plus';
91
+ export { default as PlusBold } from './PlusBold';
92
+ export { default as PlusCircle } from './PlusCircle';
93
+ export { default as Result } from './Result';
94
+ export { default as RightAlign } from './RightAlign';
95
+ export { default as Right } from './Right';
96
+ export { default as Rotate } from './Rotate';
97
+ export { default as Search } from './Search';
98
+ export { default as Settings } from './Settings';
99
+ export { default as Sms } from './Sms';
100
+ export { default as Spacing } from './Spacing';
101
+ export { default as Spinner } from './Spinner';
102
+ export { default as StarFilled } from './StarFilled';
103
+ export { default as StarOutline } from './StarOutline';
104
+ export { default as Stars } from './Stars';
105
+ export { default as Stats } from './Stats';
106
+ export { default as Stop } from './Stop';
107
+ export { default as Strikethrough } from './Strikethrough';
108
+ export { default as Support } from './Support';
109
+ export { default as Tags } from './Tags';
110
+ export { default as Team } from './Team';
111
+ export { default as Text } from './Text';
112
+ export { default as Thumbsdown } from './Thumbsdown';
113
+ export { default as Thumbsup } from './Thumbsup';
114
+ export { default as TopAlign } from './TopAlign';
115
+ export { default as TopLeftCorner } from './TopLeftCorner';
116
+ export { default as TopRightCorner } from './TopRightCorner';
117
+ export { default as Trash } from './Trash';
118
+ export { default as Underscore } from './Underscore';
119
+ export { default as Unlink } from './Unlink';
120
+ export { default as UnlockChain } from './UnlockChain';
121
+ export { default as Unlocked } from './Unlocked';
122
+ export { default as Upload } from './Upload';
123
+ export { default as Uppercase } from './Uppercase';
124
+ export { default as VerticalCenter } from './VerticalCenter';
125
+ export { default as Video } from './Video';
126
+ export { default as Warning } from './Warning';
127
+ export { default as Website } from './Website';
128
+ export { default as Width } from './Width';
129
+ export { default as Write } from './Write';