@saleor/macaw-ui 0.5.2 → 0.6.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 (729) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/cjs/index.js.map +3 -3
  3. package/dist/esm/index.js +2 -2
  4. package/dist/esm/index.js.map +3 -3
  5. package/dist/types/Chip/ColorSwatch.d.ts +6 -0
  6. package/dist/types/Chip/common/ChipMovable.d.ts +5 -0
  7. package/dist/types/Chip/common/ChipRemovable.d.ts +6 -0
  8. package/dist/types/Chip/common/ChipSwatch.d.ts +7 -0
  9. package/dist/types/Chip/common/index.d.ts +3 -0
  10. package/dist/types/Indicator/Circle.d.ts +5 -0
  11. package/dist/types/Indicator/CircleFilled.d.ts +8 -0
  12. package/dist/types/Indicator/CircleOutline.d.ts +8 -0
  13. package/dist/types/Indicator/Indicator.d.ts +14 -0
  14. package/dist/types/Indicator/Indicator.stories.d.ts +11 -0
  15. package/dist/types/Indicator/IndicatorCircle.d.ts +7 -0
  16. package/dist/types/Indicator/IndicatorCircle.stories.d.ts +7 -0
  17. package/dist/types/Indicator/IndicatorFilled.d.ts +0 -0
  18. package/dist/types/Indicator/IndicatorOutlined.d.ts +9 -0
  19. package/dist/types/Indicator/IndicatorOutlined.stories.d.ts +18 -0
  20. package/dist/types/Indicator/index.d.ts +1 -0
  21. package/dist/types/Indicator/styles.d.ts +5 -0
  22. package/dist/types/Tooltip/Arrow.d.ts +11 -0
  23. package/dist/types/Tooltip/Tooltip.d.ts +17 -3
  24. package/dist/types/Tooltip/Tooltip.stories.d.ts +7 -5
  25. package/dist/types/Tooltip/styles.d.ts +9 -1
  26. package/dist/types/icons/20x20/BackIcon.d.ts +2 -0
  27. package/dist/types/icons/20x20/BackSmallIcon.d.ts +1 -0
  28. package/dist/types/icons/20x20/BookmarksIcon.d.ts +2 -0
  29. package/dist/types/icons/20x20/BookmarksSmallIcon.d.ts +1 -0
  30. package/dist/types/icons/20x20/CheckboxIcon.d.ts +2 -0
  31. package/dist/types/icons/20x20/CheckboxSmallIcon.d.ts +1 -0
  32. package/dist/types/icons/20x20/ChevronIcon.d.ts +2 -0
  33. package/dist/{icons/RadioCheckedIcon.d.ts → types/icons/20x20/ChevronSmallIcon.d.ts} +1 -1
  34. package/dist/types/icons/20x20/CloseIcon.d.ts +2 -0
  35. package/dist/types/icons/20x20/CloseSmallIcon.d.ts +1 -0
  36. package/dist/types/icons/20x20/DragIcon.d.ts +2 -0
  37. package/dist/types/icons/20x20/DragSmallIcon.d.ts +1 -0
  38. package/dist/types/icons/20x20/FilterIcon.d.ts +2 -0
  39. package/dist/types/icons/20x20/FilterSmallIcon.d.ts +1 -0
  40. package/dist/types/icons/20x20/MinusIcon.d.ts +2 -0
  41. package/dist/types/icons/20x20/MinusSmallIcon.d.ts +1 -0
  42. package/dist/types/icons/20x20/MoreIcon.d.ts +2 -0
  43. package/dist/types/icons/20x20/MoreSmallIcon.d.ts +1 -0
  44. package/dist/types/icons/20x20/NextIcon.d.ts +2 -0
  45. package/dist/types/icons/20x20/NextSmallIcon.d.ts +1 -0
  46. package/dist/types/icons/20x20/PlusIcon.d.ts +2 -0
  47. package/dist/types/icons/20x20/PlusSmallIcon.d.ts +1 -0
  48. package/dist/types/icons/20x20/SearchIcon.d.ts +2 -0
  49. package/dist/types/icons/20x20/SearchSmallIcon.d.ts +1 -0
  50. package/dist/types/icons/20x20/SortBigIcon.d.ts +2 -0
  51. package/dist/types/icons/20x20/SortBigSmallIcon.d.ts +1 -0
  52. package/dist/types/icons/20x20/SortSmallIcon.d.ts +2 -0
  53. package/dist/types/icons/20x20/SortSmallSmallIcon.d.ts +1 -0
  54. package/dist/types/icons/20x20/index.d.ts +14 -0
  55. package/dist/types/icons/24x24/AddEnvironmentIcon.d.ts +1 -0
  56. package/dist/{icons/MoreIcon.d.ts → types/icons/24x24/AppsIcon.d.ts} +1 -1
  57. package/dist/{icons → types/icons/24x24}/ArrowRightIcon.d.ts +0 -0
  58. package/dist/types/icons/24x24/BackspaceIcon.d.ts +1 -0
  59. package/dist/types/icons/24x24/BagIcon.d.ts +1 -0
  60. package/dist/types/icons/24x24/BillingIcon.d.ts +1 -0
  61. package/dist/{icons/CheckboxIcon.d.ts → types/icons/24x24/BookmarkIcon.d.ts} +1 -1
  62. package/dist/types/icons/24x24/CalendarIcon.d.ts +1 -0
  63. package/dist/{icons/ImageIcon.d.ts → types/icons/24x24/CheckIcon.d.ts} +1 -1
  64. package/dist/types/icons/24x24/ChevronIcon.d.ts +1 -0
  65. package/dist/types/icons/24x24/Close2Icon.d.ts +1 -0
  66. package/dist/{icons → types/icons/24x24}/CloseIcon.d.ts +0 -0
  67. package/dist/types/icons/24x24/CodeIcon.d.ts +1 -0
  68. package/dist/types/icons/24x24/ColumnsIcon.d.ts +1 -0
  69. package/dist/types/icons/24x24/CopyIcon.d.ts +1 -0
  70. package/dist/types/icons/24x24/CustomersIcon.d.ts +1 -0
  71. package/dist/types/icons/24x24/DashboardIcon.d.ts +1 -0
  72. package/dist/{icons → types/icons/24x24}/DeleteIcon.d.ts +0 -0
  73. package/dist/types/icons/24x24/DeveloperIcon.d.ts +1 -0
  74. package/dist/types/icons/24x24/DiscountsIcon.d.ts +1 -0
  75. package/dist/types/icons/24x24/DownloadIcon.d.ts +1 -0
  76. package/dist/types/icons/24x24/DragIcon.d.ts +1 -0
  77. package/dist/{icons → types/icons/24x24}/EditIcon.d.ts +0 -0
  78. package/dist/types/icons/24x24/EnvironmentIcon.d.ts +1 -0
  79. package/dist/types/icons/24x24/ExpandIcon.d.ts +1 -0
  80. package/dist/types/icons/24x24/ExpendableIcon.d.ts +1 -0
  81. package/dist/types/icons/24x24/EyeIcon.d.ts +1 -0
  82. package/dist/{icons → types/icons/24x24}/FilteringIcon.d.ts +0 -0
  83. package/dist/types/icons/24x24/GenerateIcon.d.ts +1 -0
  84. package/dist/types/icons/24x24/GithubIcon.d.ts +1 -0
  85. package/dist/types/icons/24x24/GridIcon.d.ts +1 -0
  86. package/dist/types/icons/24x24/HelpIcon.d.ts +1 -0
  87. package/dist/{icons/RadioIcon.d.ts → types/icons/24x24/HowToIcon.d.ts} +1 -1
  88. package/dist/types/icons/24x24/LinkIcon.d.ts +1 -0
  89. package/dist/types/icons/24x24/ListIcon.d.ts +1 -0
  90. package/dist/types/icons/24x24/MailIcon.d.ts +1 -0
  91. package/dist/types/icons/24x24/MigrateIcon.d.ts +1 -0
  92. package/dist/types/icons/24x24/MinusIcon.d.ts +1 -0
  93. package/dist/types/icons/24x24/ModelsIcon.d.ts +1 -0
  94. package/dist/types/icons/24x24/MoreHorizontalIcon.d.ts +1 -0
  95. package/dist/types/icons/24x24/NavigationIcon.d.ts +1 -0
  96. package/dist/{icons → types/icons/24x24}/NavigatorIcon.d.ts +0 -0
  97. package/dist/types/icons/24x24/NextIcon.d.ts +1 -0
  98. package/dist/types/icons/24x24/NoConnectionIcon.d.ts +1 -0
  99. package/dist/types/icons/24x24/NotificationsIcon.d.ts +1 -0
  100. package/dist/types/icons/24x24/OrdersIcon.d.ts +1 -0
  101. package/dist/types/icons/24x24/PagesIcon.d.ts +1 -0
  102. package/dist/types/icons/24x24/PermissionsIcon.d.ts +1 -0
  103. package/dist/types/icons/24x24/PhotoIcon.d.ts +1 -0
  104. package/dist/types/icons/24x24/PlayIcon.d.ts +1 -0
  105. package/dist/{icons → types/icons/24x24}/PlusIcon.d.ts +0 -0
  106. package/dist/types/icons/24x24/PresetIcon.d.ts +1 -0
  107. package/dist/types/icons/24x24/PreviousIcon.d.ts +1 -0
  108. package/dist/types/icons/24x24/PrinterIcon.d.ts +1 -0
  109. package/dist/types/icons/24x24/PrivacyIcon.d.ts +1 -0
  110. package/dist/types/icons/24x24/ProcessIcon.d.ts +1 -0
  111. package/dist/types/icons/24x24/ProductIcon.d.ts +1 -0
  112. package/dist/types/icons/24x24/RefreshIcon.d.ts +1 -0
  113. package/dist/types/icons/24x24/RemoveMemberIcon.d.ts +1 -0
  114. package/dist/types/icons/24x24/ReplyIcon.d.ts +1 -0
  115. package/dist/{icons → types/icons/24x24}/SearchIcon.d.ts +0 -0
  116. package/dist/types/icons/24x24/SettingsIcon.d.ts +1 -0
  117. package/dist/types/icons/24x24/SnapshotsIcon.d.ts +1 -0
  118. package/dist/types/icons/24x24/SortDownIcon.d.ts +1 -0
  119. package/dist/types/icons/24x24/SortUpIcon.d.ts +1 -0
  120. package/dist/types/icons/24x24/TasksIcon.d.ts +1 -0
  121. package/dist/types/icons/24x24/TimeIcon.d.ts +1 -0
  122. package/dist/types/icons/24x24/ToIcon.d.ts +1 -0
  123. package/dist/types/icons/24x24/TransferIcon.d.ts +1 -0
  124. package/dist/types/icons/24x24/TranslateIcon.d.ts +1 -0
  125. package/dist/types/icons/24x24/TranslationIcon.d.ts +1 -0
  126. package/dist/types/icons/24x24/WebsiteIcon.d.ts +1 -0
  127. package/dist/types/icons/24x24/WifiIcon.d.ts +1 -0
  128. package/dist/types/icons/24x24/index.d.ts +73 -0
  129. package/dist/types/icons/32x32/AttributesIcon.d.ts +2 -0
  130. package/dist/{icons/CheckboxCheckedIcon.d.ts → types/icons/32x32/AttributesLargeIcon.d.ts} +1 -1
  131. package/dist/types/icons/32x32/CustomerIcon.d.ts +2 -0
  132. package/dist/types/icons/32x32/CustomerLargeIcon.d.ts +1 -0
  133. package/dist/types/icons/32x32/DigitalIcon.d.ts +2 -0
  134. package/dist/types/icons/32x32/DigitalLargeIcon.d.ts +1 -0
  135. package/dist/types/icons/32x32/DiscountIcon.d.ts +2 -0
  136. package/dist/types/icons/32x32/DiscountLargeIcon.d.ts +1 -0
  137. package/dist/types/icons/32x32/FilteringIcon.d.ts +2 -0
  138. package/dist/types/icons/32x32/FilteringLargeIcon.d.ts +1 -0
  139. package/dist/types/icons/32x32/GiftCardIcon.d.ts +2 -0
  140. package/dist/types/icons/32x32/GiftCardLargeIcon.d.ts +1 -0
  141. package/dist/types/icons/32x32/NavigationIcon.d.ts +2 -0
  142. package/dist/types/icons/32x32/NavigationLargeIcon.d.ts +1 -0
  143. package/dist/types/icons/32x32/NotesIcon.d.ts +2 -0
  144. package/dist/types/icons/32x32/NotesLargeIcon.d.ts +1 -0
  145. package/dist/types/icons/32x32/OmnichannelIcon.d.ts +2 -0
  146. package/dist/types/icons/32x32/OmnichannelLargeIcon.d.ts +1 -0
  147. package/dist/types/icons/32x32/PermissionIcon.d.ts +2 -0
  148. package/dist/types/icons/32x32/PermissionLargeIcon.d.ts +1 -0
  149. package/dist/types/icons/32x32/ProductIcon.d.ts +2 -0
  150. package/dist/types/icons/32x32/ProductLargeIcon.d.ts +1 -0
  151. package/dist/types/icons/32x32/SearchIcon.d.ts +2 -0
  152. package/dist/types/icons/32x32/SearchLargeIcon.d.ts +1 -0
  153. package/dist/types/icons/32x32/ShippingIcon.d.ts +2 -0
  154. package/dist/types/icons/32x32/ShippingLargeIcon.d.ts +1 -0
  155. package/dist/types/icons/32x32/SiteSettingsIcon.d.ts +2 -0
  156. package/dist/types/icons/32x32/SiteSettingsLargeIcon.d.ts +1 -0
  157. package/dist/types/icons/32x32/StaffMembersIcon.d.ts +2 -0
  158. package/dist/types/icons/32x32/StaffMembersLargeIcon.d.ts +1 -0
  159. package/dist/types/icons/32x32/TaxesIcon.d.ts +2 -0
  160. package/dist/types/icons/32x32/TaxesLargeIcon.d.ts +1 -0
  161. package/dist/types/icons/32x32/TokenIcon.d.ts +2 -0
  162. package/dist/types/icons/32x32/TokenLargeIcon.d.ts +1 -0
  163. package/dist/types/icons/32x32/WarehouseIcon.d.ts +2 -0
  164. package/dist/types/icons/32x32/WarehouseLargeIcon.d.ts +1 -0
  165. package/dist/types/icons/32x32/WifiIcon.d.ts +2 -0
  166. package/dist/types/icons/32x32/WifiLargeIcon.d.ts +1 -0
  167. package/dist/types/icons/32x32/index.d.ts +19 -0
  168. package/dist/types/icons/index.d.ts +9 -67
  169. package/dist/types/icons/indicator/AttentionIndicator.d.ts +2 -0
  170. package/dist/types/icons/indicator/ErrorIndicator.d.ts +2 -0
  171. package/dist/types/icons/indicator/FailIndicator.d.ts +2 -0
  172. package/dist/types/icons/indicator/HelpIndicator.d.ts +2 -0
  173. package/dist/types/icons/indicator/SuccessIndicator.d.ts +2 -0
  174. package/dist/types/icons/indicator/WarningIndicator.d.ts +2 -0
  175. package/dist/types/icons/indicator/index.d.ts +2 -0
  176. package/dist/types/icons/indicator/regular/AttentionIndicatorIcon.d.ts +2 -0
  177. package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +2 -0
  178. package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +2 -0
  179. package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +2 -0
  180. package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +2 -0
  181. package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +2 -0
  182. package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +2 -0
  183. package/dist/types/icons/indicator/regular/index.d.ts +6 -0
  184. package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +2 -0
  185. package/dist/types/icons/indicator/small/OffSmallIndicatorIcon.d.ts +2 -0
  186. package/dist/types/icons/indicator/small/On2SmallIndicatorIcon.d.ts +2 -0
  187. package/dist/types/icons/indicator/small/OnSmallIndicatorIcon.d.ts +2 -0
  188. package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +2 -0
  189. package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +2 -0
  190. package/dist/types/icons/indicator/small/index.d.ts +3 -0
  191. package/dist/types/icons/indicator.d.ts +11 -0
  192. package/dist/types/utils/mergeRefs.d.ts +1 -1
  193. package/dist/types/utils/useWatchMountRef.d.ts +2 -0
  194. package/package.json +21 -8
  195. package/src/.DS_Store +0 -0
  196. package/src/Chip/.DS_Store +0 -0
  197. package/src/Filter/FilterField/MultipleValueAutocompleteFilterField.tsx +42 -41
  198. package/src/Indicator/.DS_Store +0 -0
  199. package/src/Indicator/Circle.tsx +17 -0
  200. package/src/Indicator/CircleFilled.tsx +16 -0
  201. package/src/Indicator/CircleOutline.tsx +34 -0
  202. package/src/Indicator/Indicator.stories.tsx +49 -0
  203. package/src/Indicator/Indicator.tsx +65 -0
  204. package/src/Indicator/IndicatorCircle.stories.tsx +28 -0
  205. package/src/Indicator/IndicatorCircle.tsx +45 -0
  206. package/src/Indicator/IndicatorOutlined.stories.tsx +86 -0
  207. package/src/Indicator/IndicatorOutlined.tsx +63 -0
  208. package/src/Indicator/index.ts +1 -0
  209. package/src/Indicator/styles.ts +63 -0
  210. package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.tsx +134 -133
  211. package/src/Pagination/PaginationRowNumberSelect.tsx +35 -34
  212. package/src/Tooltip/Arrow.tsx +54 -0
  213. package/src/Tooltip/Tooltip.stories.tsx +71 -8
  214. package/src/Tooltip/Tooltip.tsx +156 -15
  215. package/src/Tooltip/styles.ts +121 -9
  216. package/src/assets/.DS_Store +0 -0
  217. package/src/assets/icons/.DS_Store +0 -0
  218. package/src/assets/icons/20x20/back_small_icon.svg +1 -0
  219. package/src/assets/icons/20x20/bookmarks_small_icon.svg +1 -0
  220. package/src/assets/icons/20x20/checkbox_small_icon.svg +1 -0
  221. package/src/assets/icons/20x20/chevron_small_icon.svg +1 -0
  222. package/src/assets/icons/20x20/close_small_icon.svg +1 -0
  223. package/src/assets/icons/20x20/drag_small_icon.svg +1 -0
  224. package/src/assets/icons/20x20/filter_small_icon.svg +1 -0
  225. package/src/assets/icons/20x20/minus_small_icon.svg +1 -0
  226. package/src/assets/icons/20x20/more_small_icon.svg +1 -0
  227. package/src/assets/icons/20x20/next_small_icon.svg +1 -0
  228. package/src/assets/icons/20x20/plus_small_icon.svg +1 -0
  229. package/src/assets/icons/20x20/search_small_icon.svg +1 -0
  230. package/src/assets/icons/20x20/sort_big_small_icon.svg +1 -0
  231. package/src/assets/icons/20x20/sort_small_small_icon.svg +1 -0
  232. package/src/assets/icons/24x24/add_environment_icon.svg +1 -0
  233. package/src/assets/icons/24x24/apps_icon.svg +1 -0
  234. package/src/assets/icons/24x24/arrow_right_icon.svg +1 -0
  235. package/src/assets/icons/24x24/backspace_icon.svg +1 -0
  236. package/src/assets/icons/24x24/bag_icon.svg +1 -0
  237. package/src/assets/icons/24x24/billing_icon.svg +1 -0
  238. package/src/assets/icons/24x24/bookmark_icon.svg +1 -0
  239. package/src/assets/icons/24x24/calendar_icon.svg +1 -0
  240. package/src/assets/icons/24x24/check_icon.svg +1 -0
  241. package/src/assets/icons/24x24/chevron_icon.svg +1 -0
  242. package/src/assets/icons/24x24/close_2_icon.svg +1 -0
  243. package/src/assets/icons/24x24/close_icon.svg +1 -0
  244. package/src/assets/icons/24x24/code_icon.svg +1 -0
  245. package/src/assets/icons/24x24/columns_icon.svg +1 -0
  246. package/src/assets/icons/24x24/copy_icon.svg +1 -0
  247. package/src/assets/icons/24x24/customers_icon.svg +1 -0
  248. package/src/assets/icons/24x24/dashboard_icon.svg +1 -0
  249. package/src/assets/icons/24x24/delete_icon.svg +1 -0
  250. package/src/assets/icons/24x24/developer_icon.svg +1 -0
  251. package/src/assets/icons/24x24/discounts_icon.svg +1 -0
  252. package/src/assets/icons/24x24/download_icon.svg +1 -0
  253. package/src/assets/icons/24x24/drag_icon.svg +1 -0
  254. package/src/assets/icons/24x24/edit_icon.svg +1 -0
  255. package/src/assets/icons/24x24/environment_icon.svg +1 -0
  256. package/src/assets/icons/24x24/expand_icon.svg +1 -0
  257. package/src/assets/icons/24x24/expendable_icon.svg +1 -0
  258. package/src/assets/icons/24x24/eye_icon.svg +1 -0
  259. package/src/assets/icons/24x24/filtering_icon.svg +1 -0
  260. package/src/assets/icons/24x24/generate_icon.svg +1 -0
  261. package/src/assets/icons/24x24/github_icon.svg +1 -0
  262. package/src/assets/icons/24x24/grid_icon.svg +1 -0
  263. package/src/assets/icons/24x24/help_icon.svg +1 -0
  264. package/src/assets/icons/24x24/how to_icon.svg +1 -0
  265. package/src/assets/icons/24x24/link_icon.svg +1 -0
  266. package/src/assets/icons/24x24/list_icon.svg +1 -0
  267. package/src/assets/icons/24x24/mail_icon.svg +1 -0
  268. package/src/assets/icons/24x24/migrate_icon.svg +1 -0
  269. package/src/assets/icons/24x24/minus_icon.svg +1 -0
  270. package/src/assets/icons/24x24/models_icon.svg +1 -0
  271. package/src/assets/icons/24x24/more_horizontal_icon.svg +1 -0
  272. package/src/assets/icons/24x24/navigation_icon.svg +1 -0
  273. package/src/assets/icons/24x24/navigator_icon.svg +1 -0
  274. package/src/assets/icons/24x24/next_icon.svg +1 -0
  275. package/src/assets/icons/24x24/no_connection_icon.svg +1 -0
  276. package/src/assets/icons/24x24/notifications_icon.svg +1 -0
  277. package/src/assets/icons/24x24/orders_icon.svg +1 -0
  278. package/src/assets/icons/24x24/pages_icon.svg +1 -0
  279. package/src/assets/icons/24x24/permissions_icon.svg +1 -0
  280. package/src/assets/icons/24x24/photo_icon.svg +1 -0
  281. package/src/assets/icons/24x24/play_icon.svg +1 -0
  282. package/src/assets/icons/24x24/plus_icon.svg +1 -0
  283. package/src/assets/icons/24x24/preset_icon.svg +1 -0
  284. package/src/assets/icons/24x24/previous_icon.svg +1 -0
  285. package/src/assets/icons/24x24/printer_icon.svg +1 -0
  286. package/src/assets/icons/24x24/privacy_icon.svg +1 -0
  287. package/src/assets/icons/24x24/process_icon.svg +1 -0
  288. package/src/assets/icons/24x24/product_icon.svg +1 -0
  289. package/src/assets/icons/24x24/refresh_icon.svg +1 -0
  290. package/src/assets/icons/24x24/remove_member_icon.svg +1 -0
  291. package/src/assets/icons/24x24/reply_icon.svg +1 -0
  292. package/src/assets/icons/24x24/search_icon.svg +1 -0
  293. package/src/assets/icons/24x24/settings_icon.svg +1 -0
  294. package/src/assets/icons/24x24/snapshots_icon.svg +1 -0
  295. package/src/assets/icons/24x24/sort_down_icon.svg +1 -0
  296. package/src/assets/icons/24x24/sort_up_icon.svg +1 -0
  297. package/src/assets/icons/24x24/tasks_icon.svg +1 -0
  298. package/src/assets/icons/24x24/time_icon.svg +1 -0
  299. package/src/assets/icons/24x24/to_icon.svg +1 -0
  300. package/src/assets/icons/24x24/transfer_icon.svg +1 -0
  301. package/src/assets/icons/24x24/translate_icon.svg +1 -0
  302. package/src/assets/icons/24x24/translation_icon.svg +1 -0
  303. package/src/assets/icons/24x24/website_icon.svg +1 -0
  304. package/src/assets/icons/24x24/wifi_icon.svg +1 -0
  305. package/src/assets/icons/32x32/attributes_large_icon.svg +1 -0
  306. package/src/assets/icons/32x32/customer_large_icon.svg +1 -0
  307. package/src/assets/icons/32x32/digital_large_icon.svg +1 -0
  308. package/src/assets/icons/32x32/discount_large_icon.svg +1 -0
  309. package/src/assets/icons/32x32/filtering_large_icon.svg +1 -0
  310. package/src/assets/icons/32x32/gift card_large_icon.svg +1 -0
  311. package/src/assets/icons/32x32/navigation_large_icon.svg +1 -0
  312. package/src/assets/icons/32x32/notes_large_icon.svg +1 -0
  313. package/src/assets/icons/32x32/omnichannel_large_icon.svg +1 -0
  314. package/src/assets/icons/32x32/permission_large_icon.svg +1 -0
  315. package/src/assets/icons/32x32/product_large_icon.svg +1 -0
  316. package/src/assets/icons/32x32/search_large_icon.svg +1 -0
  317. package/src/assets/icons/32x32/shipping_large_icon.svg +1 -0
  318. package/src/assets/icons/32x32/site settings_large_icon.svg +1 -0
  319. package/src/assets/icons/32x32/staff members_large_icon.svg +1 -0
  320. package/src/assets/icons/32x32/taxes_large_icon.svg +1 -0
  321. package/src/assets/icons/32x32/token_large_icon.svg +1 -0
  322. package/src/assets/icons/32x32/warehouse_large_icon.svg +1 -0
  323. package/src/assets/icons/32x32/wifi_large_icon.svg +1 -0
  324. package/src/assets/icons/indicator/.DS_Store +0 -0
  325. package/src/assets/icons/indicator/regular/.DS_Store +0 -0
  326. package/src/assets/icons/indicator/regular/error_indicator_icon.svg +1 -0
  327. package/src/assets/icons/indicator/regular/fail_indicator_icon.svg +1 -0
  328. package/src/assets/icons/indicator/regular/fail_outline_indicator_icon.svg +1 -0
  329. package/src/assets/icons/indicator/regular/help_indicator_icon.svg +1 -0
  330. package/src/assets/icons/indicator/regular/success_indicator_icon.svg +1 -0
  331. package/src/assets/icons/indicator/regular/warning_indicator_icon.svg +1 -0
  332. package/src/assets/icons/indicator/small/.DS_Store +0 -0
  333. package/src/assets/icons/indicator/small/error_small_indicator_icon.svg +1 -0
  334. package/src/assets/icons/indicator/small/success_small_indicator_icon.svg +1 -0
  335. package/src/assets/icons/indicator/small/warning_small_indicator_icon.svg +1 -0
  336. package/src/icons/.DS_Store +0 -0
  337. package/src/icons/20x20/BackIcon.tsx +21 -0
  338. package/src/icons/20x20/BackSmallIcon.tsx +14 -0
  339. package/src/icons/20x20/BookmarksIcon.tsx +18 -0
  340. package/src/icons/20x20/BookmarksSmallIcon.tsx +11 -0
  341. package/src/icons/20x20/CheckboxIcon.tsx +21 -0
  342. package/src/icons/20x20/CheckboxSmallIcon.tsx +14 -0
  343. package/src/icons/20x20/ChevronIcon.tsx +21 -0
  344. package/src/icons/20x20/ChevronSmallIcon.tsx +14 -0
  345. package/src/icons/20x20/CloseIcon.tsx +20 -0
  346. package/src/icons/20x20/CloseSmallIcon.tsx +13 -0
  347. package/src/icons/20x20/DragIcon.tsx +20 -0
  348. package/src/icons/20x20/DragSmallIcon.tsx +13 -0
  349. package/src/icons/20x20/FilterIcon.tsx +20 -0
  350. package/src/icons/20x20/FilterSmallIcon.tsx +13 -0
  351. package/src/icons/20x20/MinusIcon.tsx +21 -0
  352. package/src/icons/20x20/MinusSmallIcon.tsx +14 -0
  353. package/src/icons/20x20/MoreIcon.tsx +20 -0
  354. package/src/icons/20x20/MoreSmallIcon.tsx +13 -0
  355. package/src/icons/20x20/NextIcon.tsx +21 -0
  356. package/src/icons/20x20/NextSmallIcon.tsx +14 -0
  357. package/src/icons/20x20/PlusIcon.tsx +21 -0
  358. package/src/icons/20x20/PlusSmallIcon.tsx +14 -0
  359. package/src/icons/20x20/SearchIcon.tsx +20 -0
  360. package/src/icons/20x20/SearchSmallIcon.tsx +13 -0
  361. package/src/icons/20x20/SortBigIcon.tsx +20 -0
  362. package/src/icons/20x20/SortBigSmallIcon.tsx +13 -0
  363. package/src/icons/20x20/SortSmallIcon.tsx +20 -0
  364. package/src/icons/20x20/SortSmallSmallIcon.tsx +13 -0
  365. package/src/icons/20x20/index.ts +14 -0
  366. package/src/icons/24x24/AddEnvironmentIcon.tsx +14 -0
  367. package/src/icons/24x24/AppsIcon.tsx +13 -0
  368. package/src/icons/24x24/ArrowRightIcon.tsx +14 -0
  369. package/src/icons/24x24/BackspaceIcon.tsx +14 -0
  370. package/src/icons/24x24/BagIcon.tsx +11 -0
  371. package/src/icons/24x24/BillingIcon.tsx +14 -0
  372. package/src/icons/24x24/BookmarkIcon.tsx +11 -0
  373. package/src/icons/24x24/CalendarIcon.tsx +14 -0
  374. package/src/icons/24x24/CheckIcon.tsx +14 -0
  375. package/src/icons/24x24/ChevronIcon.tsx +14 -0
  376. package/src/icons/24x24/Close2Icon.tsx +21 -0
  377. package/src/icons/24x24/CloseIcon.tsx +13 -0
  378. package/src/icons/24x24/CodeIcon.tsx +20 -0
  379. package/src/icons/24x24/ColumnsIcon.tsx +12 -0
  380. package/src/icons/24x24/CopyIcon.tsx +21 -0
  381. package/src/icons/24x24/CustomersIcon.tsx +15 -0
  382. package/src/icons/24x24/DashboardIcon.tsx +12 -0
  383. package/src/icons/24x24/DeleteIcon.tsx +14 -0
  384. package/src/icons/24x24/DeveloperIcon.tsx +26 -0
  385. package/src/icons/24x24/DiscountsIcon.tsx +13 -0
  386. package/src/icons/24x24/DownloadIcon.tsx +14 -0
  387. package/src/icons/24x24/DragIcon.tsx +13 -0
  388. package/src/icons/24x24/EditIcon.tsx +18 -0
  389. package/src/icons/24x24/EnvironmentIcon.tsx +18 -0
  390. package/src/icons/24x24/ExpandIcon.tsx +15 -0
  391. package/src/icons/24x24/ExpendableIcon.tsx +16 -0
  392. package/src/icons/24x24/EyeIcon.tsx +13 -0
  393. package/src/icons/24x24/FilteringIcon.tsx +14 -0
  394. package/src/icons/24x24/GenerateIcon.tsx +14 -0
  395. package/src/icons/24x24/GithubIcon.tsx +22 -0
  396. package/src/icons/24x24/GridIcon.tsx +43 -0
  397. package/src/icons/24x24/HelpIcon.tsx +17 -0
  398. package/src/icons/24x24/HowToIcon.tsx +21 -0
  399. package/src/icons/24x24/LinkIcon.tsx +14 -0
  400. package/src/icons/24x24/ListIcon.tsx +16 -0
  401. package/src/icons/24x24/MailIcon.tsx +13 -0
  402. package/src/icons/24x24/MigrateIcon.tsx +18 -0
  403. package/src/icons/24x24/MinusIcon.tsx +14 -0
  404. package/src/icons/24x24/ModelsIcon.tsx +20 -0
  405. package/src/icons/24x24/MoreHorizontalIcon.tsx +13 -0
  406. package/src/icons/24x24/NavigationIcon.tsx +13 -0
  407. package/src/icons/24x24/NavigatorIcon.tsx +14 -0
  408. package/src/icons/24x24/NextIcon.tsx +14 -0
  409. package/src/icons/24x24/NoConnectionIcon.tsx +18 -0
  410. package/src/icons/24x24/NotificationsIcon.tsx +14 -0
  411. package/src/icons/24x24/OrdersIcon.tsx +18 -0
  412. package/src/icons/24x24/PagesIcon.tsx +14 -0
  413. package/src/icons/24x24/PermissionsIcon.tsx +14 -0
  414. package/src/icons/24x24/PhotoIcon.tsx +14 -0
  415. package/src/icons/24x24/PlayIcon.tsx +13 -0
  416. package/src/icons/24x24/PlusIcon.tsx +14 -0
  417. package/src/icons/24x24/PresetIcon.tsx +17 -0
  418. package/src/icons/24x24/PreviousIcon.tsx +14 -0
  419. package/src/icons/24x24/PrinterIcon.tsx +14 -0
  420. package/src/icons/24x24/PrivacyIcon.tsx +15 -0
  421. package/src/icons/24x24/ProcessIcon.tsx +31 -0
  422. package/src/icons/24x24/ProductIcon.tsx +14 -0
  423. package/src/icons/24x24/RefreshIcon.tsx +14 -0
  424. package/src/icons/24x24/RemoveMemberIcon.tsx +16 -0
  425. package/src/icons/24x24/ReplyIcon.tsx +14 -0
  426. package/src/icons/24x24/SearchIcon.tsx +15 -0
  427. package/src/icons/24x24/SettingsIcon.tsx +16 -0
  428. package/src/icons/24x24/SnapshotsIcon.tsx +21 -0
  429. package/src/icons/24x24/SortDownIcon.tsx +13 -0
  430. package/src/icons/24x24/SortUpIcon.tsx +13 -0
  431. package/src/icons/24x24/TasksIcon.tsx +14 -0
  432. package/src/icons/24x24/TimeIcon.tsx +15 -0
  433. package/src/icons/24x24/ToIcon.tsx +14 -0
  434. package/src/icons/24x24/TransferIcon.tsx +14 -0
  435. package/src/icons/24x24/TranslateIcon.tsx +14 -0
  436. package/src/icons/24x24/TranslationIcon.tsx +15 -0
  437. package/src/icons/24x24/WebsiteIcon.tsx +35 -0
  438. package/src/icons/24x24/WifiIcon.tsx +14 -0
  439. package/src/icons/24x24/index.ts +73 -0
  440. package/src/icons/32x32/AttributesIcon.tsx +25 -0
  441. package/src/icons/32x32/AttributesLargeIcon.tsx +18 -0
  442. package/src/icons/32x32/CustomerIcon.tsx +21 -0
  443. package/src/icons/32x32/CustomerLargeIcon.tsx +14 -0
  444. package/src/icons/32x32/DigitalIcon.tsx +20 -0
  445. package/src/icons/32x32/DigitalLargeIcon.tsx +13 -0
  446. package/src/icons/32x32/DiscountIcon.tsx +24 -0
  447. package/src/icons/32x32/DiscountLargeIcon.tsx +17 -0
  448. package/src/icons/32x32/FilteringIcon.tsx +21 -0
  449. package/src/icons/32x32/FilteringLargeIcon.tsx +14 -0
  450. package/src/icons/32x32/GiftCardIcon.tsx +33 -0
  451. package/src/icons/32x32/GiftCardLargeIcon.tsx +26 -0
  452. package/src/icons/32x32/NavigationIcon.tsx +28 -0
  453. package/src/icons/32x32/NavigationLargeIcon.tsx +15 -0
  454. package/src/icons/32x32/NotesIcon.tsx +42 -0
  455. package/src/icons/32x32/NotesLargeIcon.tsx +35 -0
  456. package/src/icons/32x32/OmnichannelIcon.tsx +35 -0
  457. package/src/icons/32x32/OmnichannelLargeIcon.tsx +22 -0
  458. package/src/icons/32x32/PermissionIcon.tsx +28 -0
  459. package/src/icons/32x32/PermissionLargeIcon.tsx +15 -0
  460. package/src/icons/32x32/ProductIcon.tsx +20 -0
  461. package/src/icons/32x32/ProductLargeIcon.tsx +13 -0
  462. package/src/icons/32x32/SearchIcon.tsx +29 -0
  463. package/src/icons/32x32/SearchLargeIcon.tsx +15 -0
  464. package/src/icons/32x32/ShippingIcon.tsx +21 -0
  465. package/src/icons/32x32/ShippingLargeIcon.tsx +14 -0
  466. package/src/icons/32x32/SiteSettingsIcon.tsx +20 -0
  467. package/src/icons/32x32/SiteSettingsLargeIcon.tsx +14 -0
  468. package/src/icons/32x32/StaffMembersIcon.tsx +29 -0
  469. package/src/icons/32x32/StaffMembersLargeIcon.tsx +22 -0
  470. package/src/icons/32x32/TaxesIcon.tsx +44 -0
  471. package/src/icons/32x32/TaxesLargeIcon.tsx +37 -0
  472. package/src/icons/32x32/TokenIcon.tsx +21 -0
  473. package/src/icons/32x32/TokenLargeIcon.tsx +14 -0
  474. package/src/icons/32x32/WarehouseIcon.tsx +21 -0
  475. package/src/icons/32x32/WarehouseLargeIcon.tsx +14 -0
  476. package/src/icons/32x32/WifiIcon.tsx +21 -0
  477. package/src/icons/32x32/WifiLargeIcon.tsx +14 -0
  478. package/src/icons/32x32/index.ts +19 -0
  479. package/src/icons/index.ts +12 -67
  480. package/src/icons/indicator/index.ts +2 -0
  481. package/src/icons/indicator/regular/ErrorIndicatorIcon.tsx +24 -0
  482. package/src/icons/indicator/regular/FailIndicatorIcon.tsx +31 -0
  483. package/src/icons/indicator/regular/FailOutlineIndicatorIcon.tsx +31 -0
  484. package/src/icons/indicator/regular/HelpIndicatorIcon.tsx +30 -0
  485. package/src/icons/indicator/regular/SuccessIndicatorIcon.tsx +24 -0
  486. package/src/icons/indicator/regular/WarningIndicatorIcon.tsx +23 -0
  487. package/src/icons/indicator/regular/index.ts +6 -0
  488. package/src/icons/indicator/small/.DS_Store +0 -0
  489. package/src/icons/indicator/small/ErrorSmallIndicatorIcon.tsx +24 -0
  490. package/src/icons/indicator/small/SuccessSmallIndicatorIcon.tsx +24 -0
  491. package/src/icons/indicator/small/WarningSmallIndicatorIcon.tsx +23 -0
  492. package/src/icons/indicator/small/index.ts +3 -0
  493. package/src/utils/.DS_Store +0 -0
  494. package/src/utils/Decorator.tsx +1 -0
  495. package/src/utils/mergeRefs.ts +4 -4
  496. package/dist/ActionBar/ActionBar.d.ts +0 -8
  497. package/dist/ActionBar/ActionBar.stories.d.ts +0 -4
  498. package/dist/ActionBar/context.d.ts +0 -9
  499. package/dist/ActionBar/index.d.ts +0 -2
  500. package/dist/ActionBar/styles.d.ts +0 -2
  501. package/dist/Alert/Alert.d.ts +0 -8
  502. package/dist/Alert/Alert.stories.d.ts +0 -12
  503. package/dist/Alert/AlertBase.d.ts +0 -8
  504. package/dist/Alert/index.d.ts +0 -2
  505. package/dist/Alert/styles.d.ts +0 -2
  506. package/dist/Backlink/Backlink.d.ts +0 -8
  507. package/dist/Backlink/Backlink.stories.d.ts +0 -5
  508. package/dist/Backlink/context.d.ts +0 -5
  509. package/dist/Backlink/index.d.ts +0 -2
  510. package/dist/Backlink/styles.d.ts +0 -2
  511. package/dist/BaseList/BaseList.d.ts +0 -26
  512. package/dist/BaseList/context.d.ts +0 -7
  513. package/dist/BaseList/index.d.ts +0 -1
  514. package/dist/BaseList/styles.d.ts +0 -5
  515. package/dist/Button/Button.d.ts +0 -16
  516. package/dist/Button/index.d.ts +0 -1
  517. package/dist/Button/styles.d.ts +0 -2
  518. package/dist/ConfirmButton/ConfirmButton.d.ts +0 -11
  519. package/dist/ConfirmButton/ConfirmButton.stories.d.ts +0 -8
  520. package/dist/ConfirmButton/index.d.ts +0 -1
  521. package/dist/ConfirmButton/styles.d.ts +0 -2
  522. package/dist/DialogHeader/DialogHeader.d.ts +0 -6
  523. package/dist/DialogHeader/index.d.ts +0 -1
  524. package/dist/DialogHeader/styles.d.ts +0 -1
  525. package/dist/DialogTable/DialogTable.d.ts +0 -6
  526. package/dist/DialogTable/index.d.ts +0 -1
  527. package/dist/DialogTable/styles.d.ts +0 -1
  528. package/dist/Filter/Filter.d.ts +0 -10
  529. package/dist/Filter/Filter.stories.d.ts +0 -5
  530. package/dist/Filter/FilterBar.d.ts +0 -11
  531. package/dist/Filter/FilterContent.d.ts +0 -7
  532. package/dist/Filter/FilterField/MultipleSelectFilterField.d.ts +0 -6
  533. package/dist/Filter/FilterField/RangeFilterField.d.ts +0 -7
  534. package/dist/Filter/FilterField/SelectFilterField.d.ts +0 -6
  535. package/dist/Filter/FilterField/TextFilterField.d.ts +0 -6
  536. package/dist/Filter/FilterMenu.d.ts +0 -9
  537. package/dist/Filter/context.d.ts +0 -4
  538. package/dist/Filter/index.d.ts +0 -4
  539. package/dist/Filter/styles.d.ts +0 -2
  540. package/dist/Filter/types.d.ts +0 -49
  541. package/dist/Filter/utils.d.ts +0 -8
  542. package/dist/IconButton/IconButton.d.ts +0 -8
  543. package/dist/IconButton/index.d.ts +0 -1
  544. package/dist/IconButton/partials.d.ts +0 -14
  545. package/dist/IconButton/styles.d.ts +0 -2
  546. package/dist/LayoutButton/LayoutButton.d.ts +0 -7
  547. package/dist/LayoutButton/index.d.ts +0 -1
  548. package/dist/LayoutButton/styles.d.ts +0 -2
  549. package/dist/List/List.d.ts +0 -13
  550. package/dist/List/List.stories.d.ts +0 -5
  551. package/dist/List/context.d.ts +0 -8
  552. package/dist/List/index.d.ts +0 -1
  553. package/dist/List/styles.d.ts +0 -1
  554. package/dist/Notification/Notification.d.ts +0 -3
  555. package/dist/Notification/Notification.stories.d.ts +0 -10
  556. package/dist/Notification/index.d.ts +0 -2
  557. package/dist/Notification/styles.d.ts +0 -2
  558. package/dist/Notification/types.d.ts +0 -16
  559. package/dist/OffsettedList/OffsettedList.d.ts +0 -12
  560. package/dist/OffsettedList/OffsettedList.stories.d.ts +0 -5
  561. package/dist/OffsettedList/index.d.ts +0 -1
  562. package/dist/OffsettedList/styles.d.ts +0 -2
  563. package/dist/PageTabs/PageTab.d.ts +0 -3
  564. package/dist/PageTabs/PageTab.stories.d.ts +0 -4
  565. package/dist/PageTabs/PageTabPanel.d.ts +0 -4
  566. package/dist/PageTabs/PageTabs.d.ts +0 -5
  567. package/dist/PageTabs/index.d.ts +0 -3
  568. package/dist/PageTabs/styles.d.ts +0 -2
  569. package/dist/Pagination/Pagination.d.ts +0 -10
  570. package/dist/Pagination/PaginationActions.d.ts +0 -11
  571. package/dist/Pagination/PaginationRowNumberSelect.d.ts +0 -11
  572. package/dist/Pagination/TablePagination.d.ts +0 -6
  573. package/dist/Pagination/index.d.ts +0 -4
  574. package/dist/Pagination/styles.d.ts +0 -2
  575. package/dist/PillLink/PillLink.d.ts +0 -15
  576. package/dist/PillLink/index.d.ts +0 -1
  577. package/dist/PillLink/styles.d.ts +0 -2
  578. package/dist/ResponsiveTable/ResponsiveTable.d.ts +0 -8
  579. package/dist/ResponsiveTable/index.d.ts +0 -1
  580. package/dist/ResponsiveTable/styles.d.ts +0 -2
  581. package/dist/Savebar/ButtonTooltipDecorator.d.ts +0 -6
  582. package/dist/Savebar/Savebar.d.ts +0 -14
  583. package/dist/Savebar/Savebar.stories.d.ts +0 -6
  584. package/dist/Savebar/index.d.ts +0 -1
  585. package/dist/Savebar/styles.d.ts +0 -2
  586. package/dist/ScrollShadow/ScrollShadow.d.ts +0 -6
  587. package/dist/ScrollShadow/index.d.ts +0 -1
  588. package/dist/ScrollShadow/styles.d.ts +0 -1
  589. package/dist/Sidebar/ExpandButton.d.ts +0 -6
  590. package/dist/Sidebar/MenuItem.d.ts +0 -11
  591. package/dist/Sidebar/Sidebar.d.ts +0 -6
  592. package/dist/Sidebar/Sidebar.stories.d.ts +0 -6
  593. package/dist/Sidebar/fixtures.d.ts +0 -2
  594. package/dist/Sidebar/index.d.ts +0 -4
  595. package/dist/Sidebar/types.d.ts +0 -16
  596. package/dist/SidebarDrawer/MenuItemBtn.d.ts +0 -7
  597. package/dist/SidebarDrawer/SidebarDrawer.d.ts +0 -4
  598. package/dist/SidebarDrawer/SidebarDrawer.stories.d.ts +0 -4
  599. package/dist/SidebarDrawer/index.d.ts +0 -2
  600. package/dist/SidebarDrawer/styles.d.ts +0 -2
  601. package/dist/SquareButton/SquareButton.d.ts +0 -3
  602. package/dist/SquareButton/SquareButton.stories.d.ts +0 -5
  603. package/dist/SquareButton/index.d.ts +0 -1
  604. package/dist/StatusChip/StatusChip.d.ts +0 -3
  605. package/dist/StatusChip/StatusChip.stories.d.ts +0 -8
  606. package/dist/StatusChip/index.d.ts +0 -2
  607. package/dist/StatusChip/styles.d.ts +0 -3
  608. package/dist/StatusChip/types.d.ts +0 -8
  609. package/dist/Tooltip/Tooltip.d.ts +0 -6
  610. package/dist/Tooltip/Tooltip.stories.d.ts +0 -7
  611. package/dist/Tooltip/index.d.ts +0 -1
  612. package/dist/Tooltip/styles.d.ts +0 -3
  613. package/dist/UserChipMenu/UserChipMenu.d.ts +0 -9
  614. package/dist/UserChipMenu/UserChipMenu.stories.d.ts +0 -6
  615. package/dist/UserChipMenu/UserChipMenuItem.d.ts +0 -6
  616. package/dist/UserChipMenu/context.d.ts +0 -4
  617. package/dist/UserChipMenu/index.d.ts +0 -2
  618. package/dist/UserChipMenu/styles.d.ts +0 -2
  619. package/dist/extensions/index.d.ts +0 -3
  620. package/dist/extensions/sendMessage.d.ts +0 -3
  621. package/dist/extensions/types.d.ts +0 -22
  622. package/dist/extensions/useExtensionMessage.d.ts +0 -2
  623. package/dist/icons/ArrowDropdownIcon.d.ts +0 -2
  624. package/dist/icons/CheckboxIndeterminateIcon.d.ts +0 -1
  625. package/dist/icons/CompleteIcon.d.ts +0 -2
  626. package/dist/icons/InfoIcon.d.ts +0 -2
  627. package/dist/icons/Logo.d.ts +0 -2
  628. package/dist/icons/LogoLight.d.ts +0 -2
  629. package/dist/icons/NotAllowedIcon.d.ts +0 -2
  630. package/dist/icons/NotAllowedInvertedIcon.d.ts +0 -2
  631. package/dist/icons/WarningIcon.d.ts +0 -2
  632. package/dist/icons/index.d.ts +0 -18
  633. package/dist/index.d.ts +0 -29
  634. package/dist/index.js +0 -2
  635. package/dist/index.js.map +0 -7
  636. package/dist/localStorageKeys.d.ts +0 -4
  637. package/dist/mjs/index.js +0 -5
  638. package/dist/mjs/index.js.map +0 -7
  639. package/dist/theme/Baseline.d.ts +0 -2
  640. package/dist/theme/ThemeProvider.d.ts +0 -17
  641. package/dist/theme/context.d.ts +0 -3
  642. package/dist/theme/createSaleorTheme/createSaleorTheme.d.ts +0 -3
  643. package/dist/theme/createSaleorTheme/index.d.ts +0 -2
  644. package/dist/theme/createSaleorTheme/overrides/buttons.d.ts +0 -3
  645. package/dist/theme/createSaleorTheme/overrides/controls.d.ts +0 -3
  646. package/dist/theme/createSaleorTheme/overrides/index.d.ts +0 -3
  647. package/dist/theme/createSaleorTheme/overrides/inputs.d.ts +0 -3
  648. package/dist/theme/createSaleorTheme/overrides/tables.d.ts +0 -3
  649. package/dist/theme/createSaleorTheme/palette.d.ts +0 -2
  650. package/dist/theme/createSaleorTheme/shadows.d.ts +0 -2
  651. package/dist/theme/createSaleorTheme/types.d.ts +0 -51
  652. package/dist/theme/index.d.ts +0 -4
  653. package/dist/theme/styles.d.ts +0 -5
  654. package/dist/theme/themes.d.ts +0 -3
  655. package/dist/theme/types.d.ts +0 -6
  656. package/dist/theme/utils.d.ts +0 -1
  657. package/dist/theme/utils.test.d.ts +0 -1
  658. package/dist/tools/index.d.ts +0 -2
  659. package/dist/tools/useElementScroll.d.ts +0 -12
  660. package/dist/tools/useLocalStorage.d.ts +0 -5
  661. package/dist/tools/useWindowScroll.d.ts +0 -4
  662. package/dist/types/StatusChip/styles.d.ts +0 -3
  663. package/dist/utils/Decorator.d.ts +0 -4
  664. package/dist/utils/useListStory.d.ts +0 -21
  665. package/src/icons/AddEnvironmentIcon.tsx +0 -12
  666. package/src/icons/AppsIcon.tsx +0 -12
  667. package/src/icons/ArrowRightIcon.tsx +0 -12
  668. package/src/icons/AttributesLargeIcon.tsx +0 -15
  669. package/src/icons/BackspaceIcon.tsx +0 -12
  670. package/src/icons/BillingIcon.tsx +0 -12
  671. package/src/icons/CalendarIcon.tsx +0 -12
  672. package/src/icons/ChevronIcon.tsx +0 -14
  673. package/src/icons/Close2Icon.tsx +0 -12
  674. package/src/icons/CloseIcon.tsx +0 -12
  675. package/src/icons/ColumnsIcon.tsx +0 -12
  676. package/src/icons/CopyIcon.tsx +0 -12
  677. package/src/icons/CustomersIcon.tsx +0 -12
  678. package/src/icons/DashboardIcon.tsx +0 -12
  679. package/src/icons/DeleteIcon.tsx +0 -12
  680. package/src/icons/DeveloperIcon.tsx +0 -38
  681. package/src/icons/DigitalLargeIcon.tsx +0 -15
  682. package/src/icons/DiscountsIcon.tsx +0 -20
  683. package/src/icons/DiscountsLargeIcon.tsx +0 -26
  684. package/src/icons/DownloadIcon.tsx +0 -12
  685. package/src/icons/DragIcon.tsx +0 -12
  686. package/src/icons/EditIcon.tsx +0 -12
  687. package/src/icons/EnvironmentIcon.tsx +0 -12
  688. package/src/icons/ExpandIcon.tsx +0 -22
  689. package/src/icons/EyeIcon.tsx +0 -12
  690. package/src/icons/FilteringIcon.tsx +0 -12
  691. package/src/icons/FilteringLargeIcon.tsx +0 -15
  692. package/src/icons/HelpIcon.tsx +0 -12
  693. package/src/icons/LinkIcon.tsx +0 -12
  694. package/src/icons/MailIcon.tsx +0 -16
  695. package/src/icons/MinusIcon.tsx +0 -12
  696. package/src/icons/MoreHorizontalIcon.tsx +0 -12
  697. package/src/icons/NavigationIcon.tsx +0 -26
  698. package/src/icons/NavigationLargeIcon.tsx +0 -15
  699. package/src/icons/NavigatorIcon.tsx +0 -14
  700. package/src/icons/NextIcon.tsx +0 -14
  701. package/src/icons/NoConnectionIcon.tsx +0 -25
  702. package/src/icons/NotesLargeIcon.tsx +0 -38
  703. package/src/icons/NotificationsIcon.tsx +0 -12
  704. package/src/icons/OmnichannelLargeIcon.tsx +0 -15
  705. package/src/icons/OrdersIcon.tsx +0 -12
  706. package/src/icons/PagesIcon.tsx +0 -12
  707. package/src/icons/PermissionLargeIcon.tsx +0 -15
  708. package/src/icons/PhotoIcon.tsx +0 -12
  709. package/src/icons/PlusIcon.tsx +0 -12
  710. package/src/icons/PreviousIcon.tsx +0 -14
  711. package/src/icons/PrinterIcon.tsx +0 -15
  712. package/src/icons/PrivacyIcon.tsx +0 -15
  713. package/src/icons/ProductIcon.tsx +0 -12
  714. package/src/icons/ProductLargeIcon.tsx +0 -16
  715. package/src/icons/RefreshIcon.tsx +0 -14
  716. package/src/icons/ReplyIcon.tsx +0 -12
  717. package/src/icons/SearchIcon.tsx +0 -12
  718. package/src/icons/SettingsIcon.tsx +0 -15
  719. package/src/icons/ShippingLargeIcon.tsx +0 -15
  720. package/src/icons/SnapshotsIcon.tsx +0 -12
  721. package/src/icons/TaxesLargeIcon.tsx +0 -15
  722. package/src/icons/TimeIcon.tsx +0 -12
  723. package/src/icons/TokenLargeIcon.tsx +0 -17
  724. package/src/icons/TransferIcon.tsx +0 -22
  725. package/src/icons/TranslationIcon.tsx +0 -12
  726. package/src/icons/WarehouseLargeIcon.tsx +0 -15
  727. package/src/icons/WebsiteIcon.tsx +0 -22
  728. package/src/icons/WifiIcon.tsx +0 -23
  729. package/src/icons/WifiLargeIcon.tsx +0 -33
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const FilteringIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path
13
+ d="M3 9.5V4a1 1 0 0 1 1-1h24a1 1 0 0 1 1 1v5.5m-26 0 8.707 8.707a1 1 0 0 1 .293.707v8.643a1 1 0 0 0 1.351.936l6-2.25a1 1 0 0 0 .649-.936v-6.393a1 1 0 0 1 .293-.707L29 9.5m-26 0h26"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ </svg>
20
+ )
21
+ );
@@ -0,0 +1,14 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const FilteringLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path
6
+ d="M3 9.5V4a1 1 0 0 1 1-1h24a1 1 0 0 1 1 1v5.5m-26 0 8.707 8.707a1 1 0 0 1 .293.707v8.643a1 1 0 0 0 1.351.936l6-2.25a1 1 0 0 0 .649-.936v-6.393a1 1 0 0 1 .293-.707L29 9.5m-26 0h26"
7
+ stroke="currentColor"
8
+ strokeWidth={1.5}
9
+ strokeLinecap="round"
10
+ strokeLinejoin="round"
11
+ />
12
+ </svg>,
13
+ "FilteringLargeIcon"
14
+ );
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const GiftcardIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path
13
+ d="M11 6h17a1 1 0 0 1 1 1v7M11 6H4a1 1 0 0 0-1 1v7m8-8v8m0 12H4a1 1 0 0 1-1-1V14m8 12h17a1 1 0 0 0 1-1V14M11 26V14m-8 0h8m0 0h18m-12 5.5h8M17 22h2m3 0h3"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <path
20
+ d="M11 14h2.5a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0-2.5 2.5V14Zm0 0H8.5a2.5 2.5 0 1 1 2.5-2.5V14Z"
21
+ stroke="currentColor"
22
+ strokeWidth={1.5}
23
+ />
24
+ <path
25
+ d="m11 14-3 3M11 14l3 3"
26
+ stroke="currentColor"
27
+ strokeWidth={1.5}
28
+ strokeLinecap="round"
29
+ strokeLinejoin="round"
30
+ />
31
+ </svg>
32
+ )
33
+ );
@@ -0,0 +1,26 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const GiftcardLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path
6
+ d="M11 6h17a1 1 0 0 1 1 1v7M11 6H4a1 1 0 0 0-1 1v7m8-8v8m0 12H4a1 1 0 0 1-1-1V14m8 12h17a1 1 0 0 0 1-1V14M11 26V14m-8 0h8m0 0h18m-12 5.5h8M17 22h2m3 0h3"
7
+ stroke="currentColor"
8
+ strokeWidth={1.5}
9
+ strokeLinecap="round"
10
+ strokeLinejoin="round"
11
+ />
12
+ <path
13
+ d="M11 14h2.5a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0-2.5 2.5V14Zm0 0H8.5a2.5 2.5 0 1 1 2.5-2.5V14Z"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ />
17
+ <path
18
+ d="m11 14-3 3m3-3 3 3"
19
+ stroke="currentColor"
20
+ strokeWidth={1.5}
21
+ strokeLinecap="round"
22
+ strokeLinejoin="round"
23
+ />
24
+ </svg>,
25
+ "GiftcardLargeIcon"
26
+ );
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const NavigationIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <circle
13
+ cx={16}
14
+ cy={16}
15
+ r={13.25}
16
+ stroke="currentColor"
17
+ strokeWidth={1.5}
18
+ />
19
+ <path
20
+ d="m10.034 14.229 10.303-3.908c.819-.311 1.613.507 1.278 1.317l-4.277 10.336a1 1 0 0 1-1.818.065l-1.88-3.759a1.001 1.001 0 0 0-.415-.43L9.909 16.04a1 1 0 0 1 .125-1.812Z"
21
+ stroke="currentColor"
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ </svg>
27
+ )
28
+ );
@@ -0,0 +1,15 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const NavigationLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <circle cx={16} cy={16} r={13.25} stroke="currentColor" strokeWidth={1.5} />
6
+ <path
7
+ d="m10.034 14.229 10.303-3.908c.819-.311 1.613.507 1.278 1.317l-4.277 10.336a1 1 0 0 1-1.818.065l-1.88-3.759a1.001 1.001 0 0 0-.415-.43l-3.316-1.81a1 1 0 0 1 .125-1.812Z"
8
+ stroke="currentColor"
9
+ strokeWidth={1.5}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </svg>,
14
+ "NavigationLargeIcon"
15
+ );
@@ -0,0 +1,42 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const NotesIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <rect
13
+ x={5}
14
+ y={3}
15
+ width={22}
16
+ height={26}
17
+ rx={2}
18
+ stroke="currentColor"
19
+ strokeWidth={1.5}
20
+ />
21
+ <mask id="a" fill="currentColor">
22
+ <rect x={8} y={6} width={8} height={5} rx={1} />
23
+ </mask>
24
+ <rect
25
+ x={8}
26
+ y={6}
27
+ width={8}
28
+ height={5}
29
+ rx={1}
30
+ stroke="currentColor"
31
+ strokeWidth={3}
32
+ mask="url(#a)"
33
+ />
34
+ <path
35
+ d="M9 17h14M9 21h14M9 25h14"
36
+ stroke="currentColor"
37
+ strokeWidth={1.5}
38
+ strokeLinecap="round"
39
+ />
40
+ </svg>
41
+ )
42
+ );
@@ -0,0 +1,35 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const NotesLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <rect
6
+ x={5}
7
+ y={3}
8
+ width={22}
9
+ height={26}
10
+ rx={2}
11
+ stroke="currentColor"
12
+ strokeWidth={1.5}
13
+ />
14
+ <mask id="a" fill="currentColor">
15
+ <rect x={8} y={6} width={8} height={5} rx={1} />
16
+ </mask>
17
+ <rect
18
+ x={8}
19
+ y={6}
20
+ width={8}
21
+ height={5}
22
+ rx={1}
23
+ stroke="currentColor"
24
+ strokeWidth={3}
25
+ mask="url(#a)"
26
+ />
27
+ <path
28
+ d="M9 17h14M9 21h14M9 25h14"
29
+ stroke="currentColor"
30
+ strokeWidth={1.5}
31
+ strokeLinecap="round"
32
+ />
33
+ </svg>,
34
+ "NotesLargeIcon"
35
+ );
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const OmnichannelIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <circle cx={6} cy={7} r={2.25} stroke="currentColor" strokeWidth={1.5} />
13
+ <circle cx={26} cy={7} r={2.25} stroke="currentColor" strokeWidth={1.5} />
14
+ <circle
15
+ cx={26}
16
+ cy={25}
17
+ r={2.25}
18
+ stroke="currentColor"
19
+ strokeWidth={1.5}
20
+ />
21
+ <circle cx={6} cy={25} r={2.25} stroke="currentColor" strokeWidth={1.5} />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M16 28.5c2.7 0 5.2-.856 7.244-2.312.203.47.522.877.921 1.186A13.937 13.937 0 0 1 16 30c-3.047 0-5.867-.974-8.165-2.626.399-.31.718-.717.92-1.186A12.443 12.443 0 0 0 16 28.5ZM5.107 22.135A12.443 12.443 0 0 1 3.5 16c0-2.23.584-4.323 1.607-6.135a3 3 0 0 1-1.276-.792A13.936 13.936 0 0 0 2 16c0 2.52.666 4.885 1.831 6.927a3 3 0 0 1 1.276-.792Zm23.062.792a3 3 0 0 0-1.276-.792A12.443 12.443 0 0 0 28.5 16c0-2.23-.584-4.323-1.607-6.135a3 3 0 0 0 1.276-.792A13.935 13.935 0 0 1 30 16c0 2.52-.666 4.885-1.831 6.927ZM16 2c3.047 0 5.867.973 8.165 2.626a3.01 3.01 0 0 0-.92 1.186A12.443 12.443 0 0 0 16 3.5c-2.7 0-5.2.856-7.244 2.312a3.01 3.01 0 0 0-.921-1.186A13.936 13.936 0 0 1 16 2Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ d="M23.25 16a7.25 7.25 0 1 1-14.5 0 7.25 7.25 0 0 1 14.5 0Z"
30
+ stroke="currentColor"
31
+ strokeWidth={1.5}
32
+ />
33
+ </svg>
34
+ )
35
+ );
@@ -0,0 +1,22 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const OmnichannelLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <circle cx={6} cy={7} r={2.25} stroke="currentColor" strokeWidth={1.5} />
6
+ <circle cx={26} cy={7} r={2.25} stroke="currentColor" strokeWidth={1.5} />
7
+ <circle cx={26} cy={25} r={2.25} stroke="currentColor" strokeWidth={1.5} />
8
+ <circle cx={6} cy={25} r={2.25} stroke="currentColor" strokeWidth={1.5} />
9
+ <path
10
+ fillRule="evenodd"
11
+ clipRule="evenodd"
12
+ d="M16 28.5c2.7 0 5.2-.856 7.244-2.312.203.47.522.877.921 1.186A13.937 13.937 0 0 1 16 30c-3.047 0-5.867-.974-8.165-2.626.399-.31.718-.717.92-1.186A12.443 12.443 0 0 0 16 28.5ZM5.107 22.135A12.443 12.443 0 0 1 3.5 16c0-2.23.584-4.323 1.607-6.135a3 3 0 0 1-1.276-.792A13.936 13.936 0 0 0 2 16c0 2.52.666 4.885 1.831 6.927a3 3 0 0 1 1.276-.792Zm23.062.792a3 3 0 0 0-1.276-.792A12.443 12.443 0 0 0 28.5 16c0-2.23-.584-4.323-1.607-6.135a3 3 0 0 0 1.276-.792A13.935 13.935 0 0 1 30 16c0 2.52-.666 4.885-1.831 6.927ZM16 2c3.047 0 5.867.973 8.165 2.626a3.01 3.01 0 0 0-.92 1.186A12.443 12.443 0 0 0 16 3.5c-2.7 0-5.2.856-7.244 2.312a3.01 3.01 0 0 0-.921-1.186A13.936 13.936 0 0 1 16 2Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ d="M23.25 16a7.25 7.25 0 1 1-14.5 0 7.25 7.25 0 0 1 14.5 0Z"
17
+ stroke="currentColor"
18
+ strokeWidth={1.5}
19
+ />
20
+ </svg>,
21
+ "OmnichannelLargeIcon"
22
+ );
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const PermissionIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <circle
13
+ cx={16}
14
+ cy={19}
15
+ r={9.25}
16
+ stroke="currentColor"
17
+ strokeWidth={1.5}
18
+ />
19
+ <path
20
+ d="M10 12V9a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6v3M16 17v4m0-4h2m-2 0h-2"
21
+ stroke="currentColor"
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ </svg>
27
+ )
28
+ );
@@ -0,0 +1,15 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const PermissionLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <circle cx={16} cy={19} r={9.25} stroke="currentColor" strokeWidth={1.5} />
6
+ <path
7
+ d="M10 12V9a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6v3m-6 5v4m0-4h2m-2 0h-2"
8
+ stroke="currentColor"
9
+ strokeWidth={1.5}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </svg>,
14
+ "PermissionLargeIcon"
15
+ );
@@ -0,0 +1,20 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const ProductIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path
13
+ d="M3 10v16a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10M3 10l3.406-5.11A2 2 0 0 1 8.07 4h15.86a2 2 0 0 1 1.664.89L29 10M3 10h9m17 0h-9m-8 0v9.191a.5.5 0 0 0 .724.447l2.829-1.414a1 1 0 0 1 .894 0l2.83 1.414a.5.5 0 0 0 .723-.447V10m-8 0h8"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ strokeLinejoin="round"
17
+ />
18
+ </svg>
19
+ )
20
+ );
@@ -0,0 +1,13 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const ProductLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path
6
+ d="M3 10v16a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10M3 10l3.406-5.11A2 2 0 0 1 8.07 4h15.86a2 2 0 0 1 1.664.89L29 10M3 10h9m17 0h-9m-8 0v9.191a.5.5 0 0 0 .724.447l2.829-1.414a1 1 0 0 1 .894 0l2.83 1.414a.5.5 0 0 0 .723-.447V10m-8 0h8"
7
+ stroke="currentColor"
8
+ strokeWidth={1.5}
9
+ strokeLinejoin="round"
10
+ />
11
+ </svg>,
12
+ "ProductLargeIcon"
13
+ );
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const SearchIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path fill="currentColor" d="M0 0h32v32H0z" />
13
+ <circle
14
+ cx={14}
15
+ cy={14}
16
+ r={11.25}
17
+ stroke="currentColor"
18
+ strokeWidth={1.5}
19
+ />
20
+ <path
21
+ d="m22 22 7 7"
22
+ stroke="currentColor"
23
+ strokeWidth={1.5}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ </svg>
28
+ )
29
+ );
@@ -0,0 +1,15 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const SearchLargeIcon = createSvgIcon(
4
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
5
+ <circle cx={14} cy={14} r={11.25} stroke="currentColor" strokeWidth={1.5} />
6
+ <path
7
+ stroke="currentColor"
8
+ strokeLinecap="round"
9
+ strokeLinejoin="round"
10
+ strokeWidth={1.5}
11
+ d="m22 22 7 7"
12
+ />
13
+ </svg>,
14
+ "SearchLargeIcon"
15
+ );
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const ShippingIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path
13
+ d="M18.5 7h-4.653a1 1 0 0 0-.986.836l-2.667 16A1 1 0 0 0 11.18 25h13.973a1 1 0 0 0 .986-.836l2.667-16A1 1 0 0 0 27.82 7H23.5m-5 0-.806 4.836A1 1 0 0 0 18.68 13h2.973a1 1 0 0 0 .986-.836L23.5 7m-5 0h5M2 12h7M2 16h5M2 20h3"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ </svg>
20
+ )
21
+ );
@@ -0,0 +1,14 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const ShippingLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path
6
+ d="M18.5 7h-4.653a1 1 0 0 0-.986.836l-2.667 16A1 1 0 0 0 11.18 25h13.973a1 1 0 0 0 .986-.836l2.667-16A1 1 0 0 0 27.82 7H23.5m-5 0-.806 4.836A1 1 0 0 0 18.68 13h2.973a1 1 0 0 0 .986-.836L23.5 7m-5 0h5M2 12h7m-7 4h5m-5 4h3"
7
+ stroke="currentColor"
8
+ strokeWidth={1.5}
9
+ strokeLinecap="round"
10
+ strokeLinejoin="round"
11
+ />
12
+ </svg>,
13
+ "ShippingLargeIcon"
14
+ );
@@ -0,0 +1,20 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const SitesettingsIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path
13
+ d="M6.714 5.84c.32-.321.804-.44 1.246-.28.534.194 1.267.488 2.203.886.582.248 1.239.255 1.829.01a2.464 2.464 0 0 0 1.355-1.427c.353-.953.607-1.597.794-2.032.2-.465.655-.747 1.139-.747h1.33c.473 0 .92.27 1.126.719.201.44.481 1.101.877 2.093.25.624.733 1.12 1.34 1.371.611.252 1.291.235 1.887-.037a46.198 46.198 0 0 1 2.058-.893c.468-.186.99-.065 1.333.278l.912.912c.335.335.46.842.289 1.305-.17.457-.439 1.123-.857 2.103a2.498 2.498 0 0 0-.015 1.927c.26.629.764 1.108 1.374 1.333.97.36 1.626.618 2.069.807.465.2.747.655.747 1.139v1.279c0 .472-.268.918-.716 1.125-.449.207-1.123.493-2.135.898a2.387 2.387 0 0 0-1.317 1.315 2.49 2.49 0 0 0 .043 1.973c.42.917.695 1.551.872 1.992.189.47.067.991-.276 1.335l-.94.94-.293-.293.294.294c-.115.115-.251.204-.398.263l-.05.265h-.002l.05-.264a1.177 1.177 0 0 1-.843.014 47.296 47.296 0 0 1-2.198-.887 2.363 2.363 0 0 0-1.832-.011 2.47 2.47 0 0 0-1.363 1.43c-.352.95-.605 1.592-.791 2.027a1.237 1.237 0 0 1-1.14.748h-1.332c-.473 0-.92-.27-1.127-.719a48.68 48.68 0 0 1-.878-2.094 2.466 2.466 0 0 0-1.334-1.368 2.362 2.362 0 0 0-1.892.035c-.954.435-1.606.714-2.051.891a1.239 1.239 0 0 1-1.335-.278l-.915-.916a1.237 1.237 0 0 1-.289-1.304c.17-.457.439-1.123.857-2.1.26-.609.27-1.306.014-1.924a2.383 2.383 0 0 0-1.367-1.329 46.815 46.815 0 0 1-2.07-.81 1.236 1.236 0 0 1-.746-1.139V15.41c0-.473.27-.92.719-1.127M6.714 5.84l-3.745 8.443M6.714 5.84l.472.471-.472-.47-.938.94a1.237 1.237 0 0 0-.275 1.333c.176.44.45 1.073.87 1.987a2.49 2.49 0 0 1 .04 1.98 2.386 2.386 0 0 1-1.313 1.31c-1.009.403-1.681.687-2.129.892M6.714 5.84l-3.745 8.443"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ />
17
+ <path d="M18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" fill="currentColor" />
18
+ </svg>
19
+ )
20
+ );
@@ -0,0 +1,14 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const SitesettingsLargeIcon = createSvgIcon(
4
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
5
+ <path
6
+ fill="currentColor"
7
+ fillRule="evenodd"
8
+ d="m5.245 6.251.938-.94a1.938 1.938 0 0 1 2.033-.456c.552.2 1.3.501 2.24.901.4.17.847.174 1.248.007a1.71 1.71 0 0 0 .94-.994c.354-.958.614-1.616.808-2.068A1.986 1.986 0 0 1 15.28 1.5h1.33c.755 0 1.475.43 1.808 1.157.21.457.494 1.131.892 2.127.176.442.516.785.93.956.415.171.88.16 1.288-.026a46.97 46.97 0 0 1 2.093-.908 1.989 1.989 0 0 1 2.14.445l.913.912c.534.534.739 1.348.461 2.096a50.02 50.02 0 0 1-.87 2.136 1.747 1.747 0 0 0-.011 1.347c.18.436.527.763.94.916.975.36 1.644.624 2.104.82a1.986 1.986 0 0 1 1.202 1.829v1.279c0 .754-.428 1.473-1.152 1.806-.466.215-1.154.506-2.17.913-.397.159-.728.48-.901.903a1.74 1.74 0 0 0 .03 1.377c.422.921.703 1.568.886 2.024a1.987 1.987 0 0 1-.44 2.144l-.94.942a1.934 1.934 0 0 1-2.031.452c-.55-.2-1.296-.5-2.234-.9a1.613 1.613 0 0 0-1.253-.01 1.721 1.721 0 0 0-.945.999c-.355.954-.613 1.61-.806 2.06a1.987 1.987 0 0 1-1.829 1.204h-1.332c-.756 0-1.476-.43-1.808-1.156a49.128 49.128 0 0 1-.894-2.13 1.716 1.716 0 0 0-.925-.953 1.612 1.612 0 0 0-1.293.025c-.96.438-1.624.722-2.084.906a1.99 1.99 0 0 1-2.144-.445l-.915-.916a1.987 1.987 0 0 1-.46-2.095c.175-.473.45-1.153.87-2.135.181-.425.187-.913.01-1.342a1.634 1.634 0 0 0-.935-.912 47.524 47.524 0 0 1-2.106-.825A1.986 1.986 0 0 1 1.5 16.695V15.41c0-.756.43-1.476 1.157-1.809a50.73 50.73 0 0 1 2.162-.907c.395-.158.726-.477.899-.898a1.74 1.74 0 0 0-.029-1.382 47.664 47.664 0 0 1-.884-2.02 1.987 1.987 0 0 1 .44-2.143Zm2 .119a.438.438 0 0 1 .46-.105 46.19 46.19 0 0 1 2.164.871 3.106 3.106 0 0 0 2.41.012 3.214 3.214 0 0 0 1.772-1.859c.35-.947.6-1.578.78-1.997A.486.486 0 0 1 15.28 3h1.33c.19 0 .364.108.444.281.194.424.468 1.072.863 2.059a3.22 3.22 0 0 0 1.75 1.787 3.113 3.113 0 0 0 2.484-.049 45.519 45.519 0 0 1 2.024-.878.489.489 0 0 1 .525.112l.913.912a.487.487 0 0 1 .116.513c-.163.44-.427 1.094-.844 2.069a3.247 3.247 0 0 0-.018 2.508 3.14 3.14 0 0 0 1.807 1.75c.966.358 1.608.611 2.034.793a.488.488 0 0 1 .292.45v1.279c0 .19-.108.364-.28.444a47.72 47.72 0 0 1-2.1.883 3.14 3.14 0 0 0-1.732 1.727 3.24 3.24 0 0 0 .055 2.57c.418.912.688 1.534.858 1.958a.487.487 0 0 1-.11.526l-.94.94a.434.434 0 0 1-.455.104 46.597 46.597 0 0 1-2.16-.872 3.113 3.113 0 0 0-2.414-.014 3.22 3.22 0 0 0-1.779 1.862c-.35.945-.6 1.575-.778 1.993a.487.487 0 0 1-.45.293h-1.332a.486.486 0 0 1-.445-.281 47.873 47.873 0 0 1-.864-2.06 3.216 3.216 0 0 0-1.742-1.783 3.112 3.112 0 0 0-2.492.045c-.947.433-1.587.706-2.017.877a.49.49 0 0 1-.526-.111l-.916-.916a.487.487 0 0 1-.115-.513c.163-.44.426-1.093.843-2.067.337-.79.35-1.697.017-2.505a3.133 3.133 0 0 0-1.798-1.745 46.81 46.81 0 0 1-2.036-.797.486.486 0 0 1-.292-.449V15.41c0-.191.108-.365.281-.445.431-.197 1.09-.476 2.095-.878a3.136 3.136 0 0 0 1.729-1.72 3.24 3.24 0 0 0-.053-2.579 46.3 46.3 0 0 1-.855-1.953.487.487 0 0 1 .11-.525l.938-.94Z"
9
+ clipRule="evenodd"
10
+ />
11
+ <path fill="currentColor" d="M18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" />
12
+ </svg>,
13
+ "SitesettingsLargeIcon"
14
+ );
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const StaffmembersIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <circle cx={16} cy={12} r={2} stroke="currentColor" strokeWidth={1.5} />
13
+ <path
14
+ d="M20.902 20h-9.804a.098.098 0 0 1-.098-.098A3.902 3.902 0 0 1 14.902 16h2.196A3.902 3.902 0 0 1 21 19.902a.098.098 0 0 1-.098.098ZM11 26h4M11 23h10M18 26h3"
15
+ stroke="currentColor"
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <path
21
+ d="M13.5 5H8a1 1 0 0 0-1 1v23a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-5.5m-5 0V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2m-5 0v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V5"
22
+ stroke="currentColor"
23
+ strokeWidth={1.5}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ </svg>
28
+ )
29
+ );
@@ -0,0 +1,22 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const StaffmembersLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <circle cx={16} cy={12} r={2} stroke="currentColor" strokeWidth={1.5} />
6
+ <path
7
+ d="M20.902 20h-9.804a.098.098 0 0 1-.098-.098A3.902 3.902 0 0 1 14.902 16h2.196A3.902 3.902 0 0 1 21 19.902a.098.098 0 0 1-.098.098ZM11 26h4m-4-3h10m-3 3h3"
8
+ stroke="currentColor"
9
+ strokeWidth={1.5}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ <path
14
+ d="M13.5 5H8a1 1 0 0 0-1 1v23a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-5.5m-5 0V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2m-5 0v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V5"
15
+ stroke="currentColor"
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ </svg>,
21
+ "StaffmembersLargeIcon"
22
+ );
@@ -0,0 +1,44 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const TaxesIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <circle cx={12} cy={13} r={1} fill="currentColor" />
13
+ <circle cx={16} cy={13} r={1} fill="currentColor" />
14
+ <circle cx={20} cy={13} r={1} fill="currentColor" />
15
+ <circle cx={12} cy={17} r={1} fill="currentColor" />
16
+ <circle cx={16} cy={17} r={1} fill="currentColor" />
17
+ <circle cx={20} cy={17} r={1} fill="currentColor" />
18
+ <circle cx={12} cy={21} r={1} fill="currentColor" />
19
+ <circle cx={16} cy={21} r={1} fill="currentColor" />
20
+ <circle cx={16} cy={25} r={1} fill="currentColor" />
21
+ <circle cx={20} cy={21} r={1} fill="currentColor" />
22
+ <path
23
+ d="M25 3H7a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z"
24
+ stroke="currentColor"
25
+ strokeWidth={1.5}
26
+ strokeLinecap="round"
27
+ strokeLinejoin="round"
28
+ />
29
+ <mask id="a" fill="currentColor">
30
+ <rect x={9} y={6} width={14} height={4} rx={1} />
31
+ </mask>
32
+ <rect
33
+ x={9}
34
+ y={6}
35
+ width={14}
36
+ height={4}
37
+ rx={1}
38
+ stroke="currentColor"
39
+ strokeWidth={3}
40
+ mask="url(#a)"
41
+ />
42
+ </svg>
43
+ )
44
+ );
@@ -0,0 +1,37 @@
1
+ import { createSvgIcon } from "@material-ui/core/utils";
2
+ import * as React from "react";
3
+ export const TaxesLargeIcon = createSvgIcon(
4
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <circle cx={12} cy={13} r={1} fill="currentColor" />
6
+ <circle cx={16} cy={13} r={1} fill="currentColor" />
7
+ <circle cx={20} cy={13} r={1} fill="currentColor" />
8
+ <circle cx={12} cy={17} r={1} fill="currentColor" />
9
+ <circle cx={16} cy={17} r={1} fill="currentColor" />
10
+ <circle cx={20} cy={17} r={1} fill="currentColor" />
11
+ <circle cx={12} cy={21} r={1} fill="currentColor" />
12
+ <circle cx={16} cy={21} r={1} fill="currentColor" />
13
+ <circle cx={16} cy={25} r={1} fill="currentColor" />
14
+ <circle cx={20} cy={21} r={1} fill="currentColor" />
15
+ <path
16
+ d="M25 3H7a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z"
17
+ stroke="currentColor"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ <mask id="a" fill="currentColor">
23
+ <rect x={9} y={6} width={14} height={4} rx={1} />
24
+ </mask>
25
+ <rect
26
+ x={9}
27
+ y={6}
28
+ width={14}
29
+ height={4}
30
+ rx={1}
31
+ stroke="currentColor"
32
+ strokeWidth={3}
33
+ mask="url(#a)"
34
+ />
35
+ </svg>,
36
+ "TaxesLargeIcon"
37
+ );
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import { forwardRef, Ref, SVGProps } from "react";
3
+ export const TokenIcon = forwardRef(
4
+ (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ viewBox="0 0 32 32"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ ref={ref}
10
+ {...props}
11
+ >
12
+ <path
13
+ d="M21 20a9 9 0 1 0-8.466-5.94L2 25v5h5.5l2-2v-2H12v-2h2v-2h2l2.035-2.5c.928.324 1.926.5 2.965.5Z"
14
+ stroke="currentColor"
15
+ strokeWidth={1.5}
16
+ strokeLinejoin="round"
17
+ />
18
+ <circle cx={23} cy={9} r={2.25} stroke="currentColor" strokeWidth={1.5} />
19
+ </svg>
20
+ )
21
+ );