@sorocraft/ui 1.2.69 → 1.2.76

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 (297) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +14 -0
  2. package/dist/components/Accordion/index.d.ts +1 -0
  3. package/dist/components/AddressAutocomplete/AddressAutocomplete.d.ts +12 -0
  4. package/dist/components/AddressAutocomplete/AddressAutocomplete.types.d.ts +26 -0
  5. package/dist/components/AddressAutocomplete/AddressAutocomplete.utils.d.ts +3 -0
  6. package/dist/components/AddressAutocomplete/index.d.ts +1 -0
  7. package/dist/components/AlertBox/AlertBox.d.ts +10 -0
  8. package/dist/components/AlertBox/index.d.ts +2 -0
  9. package/dist/components/AreaChart/AreaChart.d.ts +7 -0
  10. package/dist/components/AreaChart/index.d.ts +1 -0
  11. package/dist/components/Avatar/Avatar.d.ts +17 -0
  12. package/dist/components/Avatar/index.d.ts +1 -0
  13. package/dist/components/BarChart/BarChart.d.ts +8 -0
  14. package/dist/components/BarChart/BarChart.types.d.ts +4 -0
  15. package/dist/components/BarChart/index.d.ts +1 -0
  16. package/dist/components/Button/Button.d.ts +27 -0
  17. package/dist/components/Button/index.d.ts +2 -0
  18. package/dist/components/Calendar/Calendar.d.ts +13 -0
  19. package/dist/components/Calendar/index.d.ts +1 -0
  20. package/dist/components/Card/Card.d.ts +21 -0
  21. package/dist/components/Card/index.d.ts +1 -0
  22. package/dist/components/Carousel/Carousel.d.ts +15 -0
  23. package/dist/components/Carousel/Item.d.ts +8 -0
  24. package/dist/components/Carousel/index.d.ts +1 -0
  25. package/dist/components/CarouselNavigation/CarouselNavigation..d.ts +9 -0
  26. package/dist/components/CarouselNavigation/index.d.ts +1 -0
  27. package/dist/components/Chip/Chip.d.ts +15 -0
  28. package/dist/components/Chip/index.d.ts +1 -0
  29. package/dist/components/ConfirmationPopover/ConfirmationPopover.d.ts +11 -0
  30. package/dist/components/ConfirmationPopover/index.d.ts +1 -0
  31. package/dist/components/ContactsList/ContactList.types.d.ts +7 -0
  32. package/dist/components/ContactsList/ContactsList.d.ts +13 -0
  33. package/dist/components/ContactsList/index.d.ts +1 -0
  34. package/dist/components/Container/Container.d.ts +9 -0
  35. package/dist/components/Container/index.d.ts +1 -0
  36. package/dist/components/CookieBanner/CookieBanner.constants.d.ts +3 -0
  37. package/dist/components/CookieBanner/CookieBanner.d.ts +5 -0
  38. package/dist/components/CookieBanner/index.d.ts +1 -0
  39. package/dist/components/DatePicker/DatePicker.d.ts +12 -0
  40. package/dist/components/DatePicker/index.d.ts +1 -0
  41. package/dist/components/DateSelector/DateSelector.d.ts +17 -0
  42. package/dist/components/DateSelector/DateSelector.types.d.ts +1 -0
  43. package/dist/components/DateSelector/index.d.ts +1 -0
  44. package/dist/components/Description/Description.d.ts +10 -0
  45. package/dist/components/Description/index.d.ts +1 -0
  46. package/dist/components/DnD/DnD.constants.d.ts +6 -0
  47. package/dist/components/DnD/DnD.hooks.d.ts +4 -0
  48. package/dist/components/DnD/DnD.types.d.ts +13 -0
  49. package/dist/components/DnD/DnDContext.d.ts +4 -0
  50. package/dist/components/DnD/DnDProvider.d.ts +5 -0
  51. package/dist/components/DnD/Draggable/Draggable.d.ts +8 -0
  52. package/dist/components/DnD/Draggable/index.d.ts +1 -0
  53. package/dist/components/DnD/Droppable.d.ts +9 -0
  54. package/dist/components/DnD/index.d.ts +5 -0
  55. package/dist/components/DonutChart/DonutChart.constants.d.ts +1 -0
  56. package/dist/components/DonutChart/DonutChart.d.ts +12 -0
  57. package/dist/components/DonutChart/DonutChart.types.d.ts +5 -0
  58. package/dist/components/DonutChart/index.d.ts +1 -0
  59. package/dist/components/Drawer/Drawer.d.ts +14 -0
  60. package/dist/components/Drawer/index.d.ts +1 -0
  61. package/dist/components/DropDown/DropDown.d.ts +4 -0
  62. package/dist/components/DropDown/DropDown.types.d.ts +23 -0
  63. package/dist/components/DropDown/DropDownMenuItem.d.ts +8 -0
  64. package/dist/components/DropDown/index.d.ts +1 -0
  65. package/dist/components/FAQ/FAQ.d.ts +7 -0
  66. package/dist/components/FAQ/FAQ.types.d.ts +5 -0
  67. package/dist/components/FAQ/index.d.ts +1 -0
  68. package/dist/components/Flex/Column/Column.d.ts +3 -0
  69. package/dist/components/Flex/Column/index.d.ts +1 -0
  70. package/dist/components/Flex/Flex.d.ts +9 -0
  71. package/dist/components/Flex/Flex.types.d.ts +30 -0
  72. package/dist/components/Flex/Row/Row.d.ts +3 -0
  73. package/dist/components/Flex/Row/index.d.ts +1 -0
  74. package/dist/components/Flex/index.d.ts +1 -0
  75. package/dist/components/FreeCountdown/FreeCountdown.d.ts +5 -0
  76. package/dist/components/FreeCountdown/index.d.ts +1 -0
  77. package/dist/components/Grid/Grid.d.ts +10 -0
  78. package/dist/components/Grid/index.d.ts +1 -0
  79. package/dist/components/Header/Header.d.ts +12 -0
  80. package/dist/components/Header/Header.types.d.ts +5 -0
  81. package/dist/components/Header/index.d.ts +1 -0
  82. package/dist/components/Heading/Heading.d.ts +8 -0
  83. package/dist/components/Heading/index.d.ts +1 -0
  84. package/dist/components/IconButton/IconButton.d.ts +22 -0
  85. package/dist/components/IconButton/index.d.ts +1 -0
  86. package/dist/components/IconLink/IconLink.d.ts +13 -0
  87. package/dist/components/IconLink/index.d.ts +1 -0
  88. package/dist/components/Input/Checkbox/Checkbox.d.ts +4 -0
  89. package/dist/components/Input/Checkbox/index.d.ts +1 -0
  90. package/dist/components/Input/DnD/DnD.d.ts +4 -0
  91. package/dist/components/Input/DnD/index.d.ts +1 -0
  92. package/dist/components/Input/Input.d.ts +3 -0
  93. package/dist/components/Input/Input.types.d.ts +72 -0
  94. package/dist/components/Input/Input.utils.d.ts +2 -0
  95. package/dist/components/Input/NumberSteps/NumberSteps.d.ts +3 -0
  96. package/dist/components/Input/NumberSteps/index.d.ts +1 -0
  97. package/dist/components/Input/RadioInput/RadioInput.d.ts +4 -0
  98. package/dist/components/Input/RadioInput/index.d.ts +1 -0
  99. package/dist/components/Input/Select.d.ts +4 -0
  100. package/dist/components/Input/TextArea/TextArea.d.ts +4 -0
  101. package/dist/components/Input/TextArea/index.d.ts +1 -0
  102. package/dist/components/Input/index.d.ts +1 -0
  103. package/dist/components/Link/Link.d.ts +3 -0
  104. package/dist/components/Link/Link.types.d.ts +11 -0
  105. package/dist/components/Link/index.d.ts +1 -0
  106. package/dist/components/ListItem/ListItem.d.ts +19 -0
  107. package/dist/components/ListItem/index.d.ts +1 -0
  108. package/dist/components/Loading/Loading.d.ts +2 -0
  109. package/dist/components/Loading/index.d.ts +1 -0
  110. package/dist/components/LoadingItem/LoadingItem.d.ts +9 -0
  111. package/dist/components/LoadingItem/index.d.ts +1 -0
  112. package/dist/components/MethodSelection/MethodSelection.d.ts +3 -0
  113. package/dist/components/MethodSelection/MethodSelection.types.d.ts +16 -0
  114. package/dist/components/MethodSelection/index.d.ts +1 -0
  115. package/dist/components/Modal/Modal.d.ts +12 -0
  116. package/dist/components/Modal/Store.d.ts +11 -0
  117. package/dist/components/Modal/Wrapper.d.ts +9 -0
  118. package/dist/components/Modal/index.d.ts +2 -0
  119. package/dist/components/Numpad/Numpad.d.ts +5 -0
  120. package/dist/components/Numpad/index.d.ts +1 -0
  121. package/dist/components/OTPInput/OTPInput.d.ts +8 -0
  122. package/dist/components/OTPInput/index.d.ts +1 -0
  123. package/dist/components/Padding/Padding.d.ts +9 -0
  124. package/dist/components/Padding/index.d.ts +1 -0
  125. package/dist/components/PageLoading/PageLoading.d.ts +2 -0
  126. package/dist/components/PageLoading/index.d.ts +1 -0
  127. package/dist/components/Portal/PortalAround.d.ts +16 -0
  128. package/dist/components/Portal/index.d.ts +1 -0
  129. package/dist/components/Quantity/Quantity.d.ts +10 -0
  130. package/dist/components/Quantity/index.d.ts +1 -0
  131. package/dist/components/SVGIcon/SVGIcon.d.ts +12 -0
  132. package/dist/components/SVGIcon/SVGIcon.types.d.ts +10 -0
  133. package/dist/components/SVGIcon/index.d.ts +2 -0
  134. package/dist/components/Section/Section.d.ts +10 -0
  135. package/dist/components/Section/index.d.ts +1 -0
  136. package/dist/components/Sidebar/Parent.d.ts +10 -0
  137. package/dist/components/Sidebar/Sidebar.d.ts +16 -0
  138. package/dist/components/Sidebar/Sidebar.types.d.ts +10 -0
  139. package/dist/components/Sidebar/index.d.ts +1 -0
  140. package/dist/components/Table/Table.d.ts +21 -0
  141. package/dist/components/Table/index.d.ts +2 -0
  142. package/dist/components/Text/Text.d.ts +3 -0
  143. package/dist/components/Text/Text.types.d.ts +13 -0
  144. package/dist/components/Text/index.d.ts +1 -0
  145. package/dist/components/TextBanner/TextBanner.d.ts +8 -0
  146. package/dist/components/TextBanner/index.d.ts +1 -0
  147. package/dist/components/TimePicker/TimePicker.d.ts +3 -0
  148. package/dist/components/TimePicker/TimePicker.types.d.ts +13 -0
  149. package/dist/components/TimePicker/index.d.ts +1 -0
  150. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
  151. package/dist/components/ToggleSwitch/index.d.ts +1 -0
  152. package/dist/components/Tooltip/Tooltip.d.ts +3 -0
  153. package/dist/components/Tooltip/Tooltip.types.d.ts +10 -0
  154. package/dist/components/Tooltip/TooltipPortal.d.ts +5 -0
  155. package/dist/components/Tooltip/TooltipWrapper.d.ts +3 -0
  156. package/dist/components/Tooltip/index.d.ts +1 -0
  157. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +6 -0
  158. package/dist/components/VisuallyHidden/index.d.ts +1 -0
  159. package/dist/constants/email.d.ts +1 -0
  160. package/dist/constants/responsive.d.ts +12 -0
  161. package/dist/icons/AlertCircle.d.ts +3 -0
  162. package/dist/icons/AlignLeft.d.ts +3 -0
  163. package/dist/icons/Award.d.ts +3 -0
  164. package/dist/icons/BagCheck.d.ts +3 -0
  165. package/dist/icons/BankNote.d.ts +3 -0
  166. package/dist/icons/BarChart.d.ts +3 -0
  167. package/dist/icons/Bell.d.ts +3 -0
  168. package/dist/icons/BookOpen.d.ts +3 -0
  169. package/dist/icons/Bookmark.d.ts +3 -0
  170. package/dist/icons/Branch.d.ts +3 -0
  171. package/dist/icons/Calendar.d.ts +3 -0
  172. package/dist/icons/CalendarPlus.d.ts +3 -0
  173. package/dist/icons/Camera.d.ts +3 -0
  174. package/dist/icons/Car.d.ts +3 -0
  175. package/dist/icons/Check.d.ts +3 -0
  176. package/dist/icons/Chef.d.ts +3 -0
  177. package/dist/icons/ChevronDown.d.ts +3 -0
  178. package/dist/icons/ChevronLeft.d.ts +3 -0
  179. package/dist/icons/ChevronRight.d.ts +3 -0
  180. package/dist/icons/ChevronUp.d.ts +3 -0
  181. package/dist/icons/Circle.d.ts +3 -0
  182. package/dist/icons/Clock.d.ts +3 -0
  183. package/dist/icons/Close.d.ts +3 -0
  184. package/dist/icons/CloudLightning.d.ts +3 -0
  185. package/dist/icons/Columns.d.ts +3 -0
  186. package/dist/icons/ColumnsThree.d.ts +3 -0
  187. package/dist/icons/Copy.d.ts +3 -0
  188. package/dist/icons/CornerDownLeft.d.ts +3 -0
  189. package/dist/icons/CreditCard.d.ts +3 -0
  190. package/dist/icons/Dataflow.d.ts +3 -0
  191. package/dist/icons/Delete.d.ts +3 -0
  192. package/dist/icons/Delivery.d.ts +3 -0
  193. package/dist/icons/DotsDrag.d.ts +3 -0
  194. package/dist/icons/DotsGrid.d.ts +3 -0
  195. package/dist/icons/DotsHorizontal.d.ts +3 -0
  196. package/dist/icons/DotsVertical.d.ts +3 -0
  197. package/dist/icons/Download.d.ts +3 -0
  198. package/dist/icons/Edit.d.ts +3 -0
  199. package/dist/icons/Eye.d.ts +3 -0
  200. package/dist/icons/EyeOff.d.ts +3 -0
  201. package/dist/icons/Facebook.d.ts +3 -0
  202. package/dist/icons/File.d.ts +3 -0
  203. package/dist/icons/FileCheck.d.ts +3 -0
  204. package/dist/icons/Folder.d.ts +3 -0
  205. package/dist/icons/FolderPlus.d.ts +3 -0
  206. package/dist/icons/Globe.d.ts +3 -0
  207. package/dist/icons/Grid.d.ts +3 -0
  208. package/dist/icons/Home.d.ts +3 -0
  209. package/dist/icons/HourglassHalf.d.ts +3 -0
  210. package/dist/icons/Image.d.ts +3 -0
  211. package/dist/icons/InfoCircle.d.ts +3 -0
  212. package/dist/icons/Instagram.d.ts +3 -0
  213. package/dist/icons/LineChartUp.d.ts +3 -0
  214. package/dist/icons/Link.d.ts +3 -0
  215. package/dist/icons/LinkHorizontal.d.ts +3 -0
  216. package/dist/icons/Linkedin.d.ts +3 -0
  217. package/dist/icons/List.d.ts +3 -0
  218. package/dist/icons/LoadingIcon.d.ts +3 -0
  219. package/dist/icons/Lock.d.ts +3 -0
  220. package/dist/icons/LogOut.d.ts +3 -0
  221. package/dist/icons/Mail.d.ts +3 -0
  222. package/dist/icons/MarkerPin.d.ts +3 -0
  223. package/dist/icons/MarkerPinSimple.d.ts +3 -0
  224. package/dist/icons/Mastercard.d.ts +3 -0
  225. package/dist/icons/Menu.d.ts +3 -0
  226. package/dist/icons/MessageChatCircle.d.ts +3 -0
  227. package/dist/icons/MessageCircle.d.ts +3 -0
  228. package/dist/icons/MessageTextCircle.d.ts +3 -0
  229. package/dist/icons/Minus.d.ts +3 -0
  230. package/dist/icons/Moon.d.ts +3 -0
  231. package/dist/icons/NoImage.d.ts +3 -0
  232. package/dist/icons/PackageCheck.d.ts +3 -0
  233. package/dist/icons/PackagePlus.d.ts +3 -0
  234. package/dist/icons/Paperclip.d.ts +3 -0
  235. package/dist/icons/Phone.d.ts +3 -0
  236. package/dist/icons/Plus.d.ts +3 -0
  237. package/dist/icons/Printer.d.ts +3 -0
  238. package/dist/icons/QrCode.d.ts +3 -0
  239. package/dist/icons/ReceiptCheck.d.ts +3 -0
  240. package/dist/icons/Refresh.d.ts +3 -0
  241. package/dist/icons/Save.d.ts +3 -0
  242. package/dist/icons/Search.d.ts +3 -0
  243. package/dist/icons/Send.d.ts +3 -0
  244. package/dist/icons/Shield.d.ts +3 -0
  245. package/dist/icons/ShieldDollar.d.ts +3 -0
  246. package/dist/icons/Shop.d.ts +3 -0
  247. package/dist/icons/ShoppingBag.d.ts +3 -0
  248. package/dist/icons/ShoppingCart.d.ts +3 -0
  249. package/dist/icons/SwitchVertical.d.ts +3 -0
  250. package/dist/icons/Target.d.ts +3 -0
  251. package/dist/icons/Telegram.d.ts +3 -0
  252. package/dist/icons/ThumbsUp.d.ts +3 -0
  253. package/dist/icons/Tiktok.d.ts +3 -0
  254. package/dist/icons/Translate.d.ts +3 -0
  255. package/dist/icons/Trash.d.ts +3 -0
  256. package/dist/icons/UploadCloud.d.ts +3 -0
  257. package/dist/icons/User.d.ts +3 -0
  258. package/dist/icons/UserCheck.d.ts +3 -0
  259. package/dist/icons/UserCircle.d.ts +3 -0
  260. package/dist/icons/UserPlus.d.ts +3 -0
  261. package/dist/icons/UserX.d.ts +3 -0
  262. package/dist/icons/Users.d.ts +3 -0
  263. package/dist/icons/Visa.d.ts +3 -0
  264. package/dist/icons/Whatsapp.d.ts +3 -0
  265. package/dist/icons/Wifi.d.ts +3 -0
  266. package/dist/icons/XTwitter.d.ts +3 -0
  267. package/dist/icons/Youtube.d.ts +3 -0
  268. package/dist/icons/index.d.ts +107 -0
  269. package/dist/icons/index.esm.js +2 -0
  270. package/dist/icons/index.esm.js.map +1 -0
  271. package/dist/icons/index.js +2 -0
  272. package/dist/icons/index.js.map +1 -0
  273. package/dist/index.d.ts +78 -0
  274. package/dist/index.esm.js +2 -0
  275. package/dist/index.esm.js.map +1 -0
  276. package/dist/index.js +2 -0
  277. package/dist/index.js.map +1 -0
  278. package/dist/models/form.d.ts +3 -0
  279. package/dist/models/modal.d.ts +21 -0
  280. package/dist/models/ui.d.ts +27 -0
  281. package/dist/styles/scss/animations.scss +115 -0
  282. package/dist/styles/scss/colors.scss +140 -0
  283. package/dist/styles/scss/functions/toRem.scss +13 -0
  284. package/dist/styles/scss/mixins.scss +261 -0
  285. package/dist/styles/scss/responsive.scss +36 -0
  286. package/dist/styles/scss/utils.scss +6 -0
  287. package/dist/styles/scss/variables.scss +330 -0
  288. package/dist/styles/ui.css +2 -0
  289. package/dist/styles/ui.css.map +1 -0
  290. package/dist/utils/icon.d.ts +2 -0
  291. package/dist/utils/input.d.ts +1 -0
  292. package/dist/utils/storage.d.ts +7 -0
  293. package/dist/utils/styling.d.ts +2 -0
  294. package/dist/utils/styling.types.d.ts +6 -0
  295. package/dist/utils/table.d.ts +1 -0
  296. package/dist/utils/view.d.ts +3 -0
  297. package/package.json +2 -1
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from "react";
2
+ import { SIZE, UIElementType } from "src/models/ui";
3
+ export interface TextProps {
4
+ variant?: "light" | "medium" | "bold" | "h1" | "h2" | "h3" | "h4" | "h5";
5
+ size?: SIZE;
6
+ color?: "muted" | "normal" | "white" | UIElementType;
7
+ align?: "left" | "center" | "right";
8
+ whiteSpace?: "normal" | "wrap" | "nowrap" | "initial";
9
+ weight?: "light" | "regular" | "medium" | "bold";
10
+ fullWidth?: boolean;
11
+ children: ReactNode;
12
+ className?: string;
13
+ }
@@ -0,0 +1 @@
1
+ export { default } from "./Text";
@@ -0,0 +1,8 @@
1
+ import { UIElementType } from "src/models/ui";
2
+ interface Props {
3
+ text: string;
4
+ type: UIElementType;
5
+ fullWidth?: boolean;
6
+ }
7
+ declare const TextBanner: ({ text, type, fullWidth }: Props) => import("react/jsx-runtime").JSX.Element;
8
+ export default TextBanner;
@@ -0,0 +1 @@
1
+ export { default } from "./TextBanner";
@@ -0,0 +1,3 @@
1
+ import { TimePickerProps } from "./TimePicker.types";
2
+ declare const TimePicker: ({ defaultValue, step, disabled, prefix, suffix, onChange, }: TimePickerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TimePicker;
@@ -0,0 +1,13 @@
1
+ export type Field = "hour" | "min";
2
+ export type TimePickerValue = {
3
+ hour: string;
4
+ min: string;
5
+ };
6
+ export interface TimePickerProps {
7
+ defaultValue?: string;
8
+ onChange: (value: string) => void;
9
+ step?: number;
10
+ disabled?: boolean;
11
+ prefix?: string;
12
+ suffix?: string;
13
+ }
@@ -0,0 +1 @@
1
+ export { default } from "./TimePicker";
@@ -0,0 +1,10 @@
1
+ import { SIZE_LONG } from "src/models/ui";
2
+ interface Props {
3
+ name: string;
4
+ checked?: boolean;
5
+ disabled?: boolean;
6
+ size?: SIZE_LONG;
7
+ onChange: (checked: boolean) => void;
8
+ }
9
+ declare const ToggleSwitch: ({ name, checked, disabled, size, onChange, }: Props) => import("react/jsx-runtime").JSX.Element;
10
+ export default ToggleSwitch;
@@ -0,0 +1 @@
1
+ export { default } from './ToggleSwitch';
@@ -0,0 +1,3 @@
1
+ import { TooltipProps } from "./Tooltip.types";
2
+ declare const Tooltip: ({ hint, children, position }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tooltip;
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from "react";
2
+ export type TooltipPosition = "top" | "bottom" | "left" | "right";
3
+ export interface TooltipProps {
4
+ hint: string | ReactNode;
5
+ children: ReactNode;
6
+ position?: TooltipPosition;
7
+ }
8
+ export interface TooltipWrapperProps extends Pick<TooltipProps, "children" | "position"> {
9
+ tooltip?: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ import { ReactNode } from "react";
2
+ declare const TooltipPortal: ({ children }: {
3
+ children: ReactNode;
4
+ }) => import("react").ReactPortal;
5
+ export default TooltipPortal;
@@ -0,0 +1,3 @@
1
+ import { TooltipWrapperProps } from "./Tooltip.types";
2
+ declare const TooltipWrapper: ({ tooltip, children }: TooltipWrapperProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TooltipWrapper;
@@ -0,0 +1 @@
1
+ export { default } from './Tooltip';
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface Props {
3
+ children: ReactNode | ReactNode[];
4
+ }
5
+ declare const VisuallyHidden: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export default VisuallyHidden;
@@ -0,0 +1 @@
1
+ export { default } from "./VisuallyHidden";
@@ -0,0 +1 @@
1
+ export declare const emailRegex: RegExp;
@@ -0,0 +1,12 @@
1
+ export declare const VIEWPORT: {
2
+ mobileXXS: number;
3
+ mobileXS: number;
4
+ mobileSM: number;
5
+ mobileMD: number;
6
+ tabletSM: number;
7
+ tabletMD: number;
8
+ tabletLG: number;
9
+ desktopSM: number;
10
+ desktopMD: number;
11
+ desktopLG: number;
12
+ };
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgAlertCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlertCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgAlignLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlignLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgAward: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAward;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBagCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBagCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBankNote: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBankNote;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBarChart: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBarChart;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBell: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBell;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBookOpen: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBookOpen;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBookmark: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBookmark;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBranch: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBranch;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCalendar;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCalendarPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCalendarPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCamera;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCar;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChef: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChef;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronDown;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronRight;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronUp;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgClock: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgClock;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgClose;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCloudLightning: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCloudLightning;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgColumns: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgColumns;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgColumnsThree: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgColumnsThree;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCopy;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCornerDownLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCornerDownLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCreditCard;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDataflow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDataflow;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDelete: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDelete;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDelivery: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDelivery;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsDrag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsDrag;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsGrid: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsGrid;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsHorizontal;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsVertical: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsVertical;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDownload;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEdit;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgEye: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEye;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgEyeOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEyeOff;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFacebook;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFile: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFile;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFileCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFileCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFolder: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFolder;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFolderPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFolderPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgGlobe: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgGlobe;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgGrid: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgGrid;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgHome: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgHome;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgHourglassHalf: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgHourglassHalf;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgImage: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgImage;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgInfoCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgInfoCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgInstagram: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgInstagram;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLineChartUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLineChartUp;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLink: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLink;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLinkHorizontal: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLinkHorizontal;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLinkedin;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgList: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgList;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLoading: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLoading;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLock: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLock;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLogOut: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLogOut;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMail: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMail;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMarkerPin: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMarkerPin;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMarkerPinSimple: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMarkerPinSimple;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMastercard: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMastercard;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMenu;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMessageChatCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMessageChatCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMessageCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMessageCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMessageTextCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMessageTextCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMinus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMinus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMoon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMoon;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgNoImage: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgNoImage;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPackageCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPackageCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPackagePlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPackagePlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPaperclip: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPaperclip;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPhone;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPrinter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPrinter;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgQrCode;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgReceiptCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgReceiptCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRefresh;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgSave: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSave;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSearch;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgSend: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSend;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgShield: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShield;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgShieldDollar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShieldDollar;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgShop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShop;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgShoppingBag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShoppingBag;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgShoppingCart: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShoppingCart;