@saleor/macaw-ui 0.3.3 → 0.4.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 (234) hide show
  1. package/README.md +20 -0
  2. package/dist/cjs/index.js +2 -2
  3. package/dist/cjs/index.js.map +3 -3
  4. package/dist/esm/index.js +2 -2
  5. package/dist/esm/index.js.map +3 -3
  6. package/dist/types/ActionBar/context.d.ts +6 -1
  7. package/dist/types/Chip/Chip.d.ts +8 -0
  8. package/dist/types/Chip/ChipAdornment.d.ts +6 -0
  9. package/dist/types/Chip/ChipMovable.d.ts +5 -0
  10. package/dist/types/Chip/ChipRemovable.d.ts +6 -0
  11. package/dist/types/Chip/ChipSwatch.d.ts +7 -0
  12. package/dist/types/Chip/ColorSwatch.d.ts +6 -0
  13. package/dist/types/Chip/common/ChipMovable.d.ts +5 -0
  14. package/dist/types/Chip/common/ChipRemovable.d.ts +6 -0
  15. package/dist/types/Chip/common/ChipSwatch.d.ts +7 -0
  16. package/dist/types/Chip/common/index.d.ts +3 -0
  17. package/dist/types/Chip/index.d.ts +5 -0
  18. package/dist/types/Chip/private/ColorSwatch.d.ts +6 -0
  19. package/dist/{ActionBar → types/Chip}/styles.d.ts +1 -1
  20. package/dist/types/CircleIndicator/index.d.ts +1 -1
  21. package/dist/types/IconButton/styles.d.ts +1 -1
  22. package/dist/types/Sidebar/MenuItem.d.ts +9 -3
  23. package/dist/types/Sidebar/types.d.ts +8 -0
  24. package/dist/types/Sidebar/utils.d.ts +12 -0
  25. package/dist/types/SidebarDrawer/MenuItemBtn.d.ts +2 -1
  26. package/dist/types/utils/guideStyles.d.ts +1 -1
  27. package/package.json +2 -8
  28. package/src/ActionBar/context.tsx +14 -2
  29. package/src/Chip/.DS_Store +0 -0
  30. package/src/Chip/Chip.tsx +52 -0
  31. package/src/Chip/ChipAdornment.tsx +53 -0
  32. package/src/Chip/ChipMovable.tsx +40 -0
  33. package/src/Chip/ChipRemovable.tsx +29 -0
  34. package/src/Chip/ChipSwatch.tsx +42 -0
  35. package/src/Chip/index.ts +5 -0
  36. package/src/Chip/private/ColorSwatch.tsx +21 -0
  37. package/src/Chip/styles.ts +45 -0
  38. package/src/CircleIndicator/CircleIndicator.stories.tsx +6 -6
  39. package/src/CircleIndicator/index.ts +1 -1
  40. package/src/Filter/FilterField/MultipleSelectFilterField.tsx +4 -2
  41. package/src/IconButton/IconButton.tsx +7 -5
  42. package/src/IconButton/styles.ts +34 -14
  43. package/src/Sidebar/MenuItem.tsx +35 -14
  44. package/src/Sidebar/Sidebar.tsx +27 -11
  45. package/src/Sidebar/types.ts +9 -0
  46. package/src/Sidebar/utils.ts +23 -0
  47. package/src/SidebarDrawer/MenuItemBtn.tsx +12 -6
  48. package/src/SidebarDrawer/SidebarDrawer.tsx +8 -2
  49. package/src/index.tsx +1 -1
  50. package/src/theme/createSaleorTheme/overrides/inputs.ts +1 -1
  51. package/src/theme/themes.ts +1 -1
  52. package/src/utils/guideStyles.ts +5 -0
  53. package/dist/ActionBar/ActionBar.d.ts +0 -8
  54. package/dist/ActionBar/ActionBar.stories.d.ts +0 -4
  55. package/dist/ActionBar/context.d.ts +0 -9
  56. package/dist/ActionBar/index.d.ts +0 -2
  57. package/dist/Alert/Alert.d.ts +0 -8
  58. package/dist/Alert/Alert.stories.d.ts +0 -12
  59. package/dist/Alert/AlertBase.d.ts +0 -8
  60. package/dist/Alert/index.d.ts +0 -2
  61. package/dist/Alert/styles.d.ts +0 -2
  62. package/dist/Backlink/Backlink.d.ts +0 -8
  63. package/dist/Backlink/Backlink.stories.d.ts +0 -5
  64. package/dist/Backlink/context.d.ts +0 -5
  65. package/dist/Backlink/index.d.ts +0 -2
  66. package/dist/Backlink/styles.d.ts +0 -2
  67. package/dist/BaseList/BaseList.d.ts +0 -26
  68. package/dist/BaseList/context.d.ts +0 -7
  69. package/dist/BaseList/index.d.ts +0 -1
  70. package/dist/BaseList/styles.d.ts +0 -5
  71. package/dist/Button/Button.d.ts +0 -16
  72. package/dist/Button/index.d.ts +0 -1
  73. package/dist/Button/styles.d.ts +0 -2
  74. package/dist/ConfirmButton/ConfirmButton.d.ts +0 -11
  75. package/dist/ConfirmButton/ConfirmButton.stories.d.ts +0 -8
  76. package/dist/ConfirmButton/index.d.ts +0 -1
  77. package/dist/ConfirmButton/styles.d.ts +0 -2
  78. package/dist/DialogHeader/DialogHeader.d.ts +0 -6
  79. package/dist/DialogHeader/index.d.ts +0 -1
  80. package/dist/DialogHeader/styles.d.ts +0 -1
  81. package/dist/DialogTable/DialogTable.d.ts +0 -6
  82. package/dist/DialogTable/index.d.ts +0 -1
  83. package/dist/DialogTable/styles.d.ts +0 -1
  84. package/dist/Filter/Filter.d.ts +0 -10
  85. package/dist/Filter/Filter.stories.d.ts +0 -5
  86. package/dist/Filter/FilterBar.d.ts +0 -11
  87. package/dist/Filter/FilterContent.d.ts +0 -7
  88. package/dist/Filter/FilterField/MultipleSelectFilterField.d.ts +0 -6
  89. package/dist/Filter/FilterField/RangeFilterField.d.ts +0 -7
  90. package/dist/Filter/FilterField/SelectFilterField.d.ts +0 -6
  91. package/dist/Filter/FilterField/TextFilterField.d.ts +0 -6
  92. package/dist/Filter/FilterMenu.d.ts +0 -9
  93. package/dist/Filter/context.d.ts +0 -4
  94. package/dist/Filter/index.d.ts +0 -4
  95. package/dist/Filter/styles.d.ts +0 -2
  96. package/dist/Filter/types.d.ts +0 -49
  97. package/dist/Filter/utils.d.ts +0 -8
  98. package/dist/IconButton/IconButton.d.ts +0 -8
  99. package/dist/IconButton/index.d.ts +0 -1
  100. package/dist/IconButton/partials.d.ts +0 -14
  101. package/dist/IconButton/styles.d.ts +0 -2
  102. package/dist/LayoutButton/LayoutButton.d.ts +0 -7
  103. package/dist/LayoutButton/index.d.ts +0 -1
  104. package/dist/LayoutButton/styles.d.ts +0 -2
  105. package/dist/List/List.d.ts +0 -13
  106. package/dist/List/List.stories.d.ts +0 -5
  107. package/dist/List/context.d.ts +0 -8
  108. package/dist/List/index.d.ts +0 -1
  109. package/dist/List/styles.d.ts +0 -1
  110. package/dist/Notification/Notification.d.ts +0 -3
  111. package/dist/Notification/Notification.stories.d.ts +0 -10
  112. package/dist/Notification/index.d.ts +0 -2
  113. package/dist/Notification/styles.d.ts +0 -2
  114. package/dist/Notification/types.d.ts +0 -16
  115. package/dist/OffsettedList/OffsettedList.d.ts +0 -12
  116. package/dist/OffsettedList/OffsettedList.stories.d.ts +0 -5
  117. package/dist/OffsettedList/index.d.ts +0 -1
  118. package/dist/OffsettedList/styles.d.ts +0 -2
  119. package/dist/PageTabs/PageTab.d.ts +0 -3
  120. package/dist/PageTabs/PageTab.stories.d.ts +0 -4
  121. package/dist/PageTabs/PageTabPanel.d.ts +0 -4
  122. package/dist/PageTabs/PageTabs.d.ts +0 -5
  123. package/dist/PageTabs/index.d.ts +0 -3
  124. package/dist/PageTabs/styles.d.ts +0 -2
  125. package/dist/Pagination/Pagination.d.ts +0 -10
  126. package/dist/Pagination/PaginationActions.d.ts +0 -11
  127. package/dist/Pagination/PaginationRowNumberSelect.d.ts +0 -11
  128. package/dist/Pagination/TablePagination.d.ts +0 -6
  129. package/dist/Pagination/index.d.ts +0 -4
  130. package/dist/Pagination/styles.d.ts +0 -2
  131. package/dist/PillLink/PillLink.d.ts +0 -15
  132. package/dist/PillLink/index.d.ts +0 -1
  133. package/dist/PillLink/styles.d.ts +0 -2
  134. package/dist/ResponsiveTable/ResponsiveTable.d.ts +0 -8
  135. package/dist/ResponsiveTable/index.d.ts +0 -1
  136. package/dist/ResponsiveTable/styles.d.ts +0 -2
  137. package/dist/Savebar/ButtonTooltipDecorator.d.ts +0 -6
  138. package/dist/Savebar/Savebar.d.ts +0 -14
  139. package/dist/Savebar/Savebar.stories.d.ts +0 -6
  140. package/dist/Savebar/index.d.ts +0 -1
  141. package/dist/Savebar/styles.d.ts +0 -2
  142. package/dist/ScrollShadow/ScrollShadow.d.ts +0 -6
  143. package/dist/ScrollShadow/index.d.ts +0 -1
  144. package/dist/ScrollShadow/styles.d.ts +0 -1
  145. package/dist/Sidebar/ExpandButton.d.ts +0 -6
  146. package/dist/Sidebar/MenuItem.d.ts +0 -11
  147. package/dist/Sidebar/Sidebar.d.ts +0 -6
  148. package/dist/Sidebar/Sidebar.stories.d.ts +0 -6
  149. package/dist/Sidebar/fixtures.d.ts +0 -2
  150. package/dist/Sidebar/index.d.ts +0 -4
  151. package/dist/Sidebar/types.d.ts +0 -16
  152. package/dist/SidebarDrawer/MenuItemBtn.d.ts +0 -7
  153. package/dist/SidebarDrawer/SidebarDrawer.d.ts +0 -4
  154. package/dist/SidebarDrawer/SidebarDrawer.stories.d.ts +0 -4
  155. package/dist/SidebarDrawer/index.d.ts +0 -2
  156. package/dist/SidebarDrawer/styles.d.ts +0 -2
  157. package/dist/SquareButton/SquareButton.d.ts +0 -3
  158. package/dist/SquareButton/SquareButton.stories.d.ts +0 -5
  159. package/dist/SquareButton/index.d.ts +0 -1
  160. package/dist/StatusChip/StatusChip.d.ts +0 -3
  161. package/dist/StatusChip/StatusChip.stories.d.ts +0 -8
  162. package/dist/StatusChip/index.d.ts +0 -2
  163. package/dist/StatusChip/styles.d.ts +0 -3
  164. package/dist/StatusChip/types.d.ts +0 -8
  165. package/dist/Tooltip/Tooltip.d.ts +0 -6
  166. package/dist/Tooltip/Tooltip.stories.d.ts +0 -7
  167. package/dist/Tooltip/index.d.ts +0 -1
  168. package/dist/Tooltip/styles.d.ts +0 -3
  169. package/dist/UserChipMenu/UserChipMenu.d.ts +0 -9
  170. package/dist/UserChipMenu/UserChipMenu.stories.d.ts +0 -6
  171. package/dist/UserChipMenu/UserChipMenuItem.d.ts +0 -6
  172. package/dist/UserChipMenu/context.d.ts +0 -4
  173. package/dist/UserChipMenu/index.d.ts +0 -2
  174. package/dist/UserChipMenu/styles.d.ts +0 -2
  175. package/dist/extensions/index.d.ts +0 -3
  176. package/dist/extensions/sendMessage.d.ts +0 -3
  177. package/dist/extensions/types.d.ts +0 -22
  178. package/dist/extensions/useExtensionMessage.d.ts +0 -2
  179. package/dist/icons/ArrowDropdownIcon.d.ts +0 -2
  180. package/dist/icons/ArrowRightIcon.d.ts +0 -1
  181. package/dist/icons/CheckboxCheckedIcon.d.ts +0 -1
  182. package/dist/icons/CheckboxIcon.d.ts +0 -1
  183. package/dist/icons/CheckboxIndeterminateIcon.d.ts +0 -1
  184. package/dist/icons/CloseIcon.d.ts +0 -1
  185. package/dist/icons/CompleteIcon.d.ts +0 -2
  186. package/dist/icons/DeleteIcon.d.ts +0 -1
  187. package/dist/icons/EditIcon.d.ts +0 -1
  188. package/dist/icons/FilteringIcon.d.ts +0 -1
  189. package/dist/icons/ImageIcon.d.ts +0 -1
  190. package/dist/icons/InfoIcon.d.ts +0 -2
  191. package/dist/icons/Logo.d.ts +0 -2
  192. package/dist/icons/LogoLight.d.ts +0 -2
  193. package/dist/icons/MoreIcon.d.ts +0 -1
  194. package/dist/icons/NavigatorIcon.d.ts +0 -1
  195. package/dist/icons/NotAllowedIcon.d.ts +0 -2
  196. package/dist/icons/NotAllowedInvertedIcon.d.ts +0 -2
  197. package/dist/icons/PlusIcon.d.ts +0 -1
  198. package/dist/icons/RadioCheckedIcon.d.ts +0 -1
  199. package/dist/icons/RadioIcon.d.ts +0 -1
  200. package/dist/icons/SearchIcon.d.ts +0 -1
  201. package/dist/icons/WarningIcon.d.ts +0 -2
  202. package/dist/icons/index.d.ts +0 -18
  203. package/dist/index.d.ts +0 -29
  204. package/dist/index.js +0 -2
  205. package/dist/index.js.map +0 -7
  206. package/dist/localStorageKeys.d.ts +0 -4
  207. package/dist/mjs/index.js +0 -5
  208. package/dist/mjs/index.js.map +0 -7
  209. package/dist/theme/Baseline.d.ts +0 -2
  210. package/dist/theme/ThemeProvider.d.ts +0 -17
  211. package/dist/theme/context.d.ts +0 -3
  212. package/dist/theme/createSaleorTheme/createSaleorTheme.d.ts +0 -3
  213. package/dist/theme/createSaleorTheme/index.d.ts +0 -2
  214. package/dist/theme/createSaleorTheme/overrides/buttons.d.ts +0 -3
  215. package/dist/theme/createSaleorTheme/overrides/controls.d.ts +0 -3
  216. package/dist/theme/createSaleorTheme/overrides/index.d.ts +0 -3
  217. package/dist/theme/createSaleorTheme/overrides/inputs.d.ts +0 -3
  218. package/dist/theme/createSaleorTheme/overrides/tables.d.ts +0 -3
  219. package/dist/theme/createSaleorTheme/palette.d.ts +0 -2
  220. package/dist/theme/createSaleorTheme/shadows.d.ts +0 -2
  221. package/dist/theme/createSaleorTheme/types.d.ts +0 -51
  222. package/dist/theme/index.d.ts +0 -4
  223. package/dist/theme/styles.d.ts +0 -5
  224. package/dist/theme/themes.d.ts +0 -3
  225. package/dist/theme/types.d.ts +0 -6
  226. package/dist/theme/utils.d.ts +0 -1
  227. package/dist/theme/utils.test.d.ts +0 -1
  228. package/dist/tools/index.d.ts +0 -2
  229. package/dist/tools/useElementScroll.d.ts +0 -12
  230. package/dist/tools/useLocalStorage.d.ts +0 -5
  231. package/dist/tools/useWindowScroll.d.ts +0 -4
  232. package/dist/types/StatusChip/styles.d.ts +0 -3
  233. package/dist/utils/Decorator.d.ts +0 -4
  234. package/dist/utils/useListStory.d.ts +0 -21
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- var tt=Object.defineProperty,it=Object.defineProperties;var at=Object.getOwnPropertyDescriptors;var S1=Object.getOwnPropertySymbols;var po=Object.prototype.hasOwnProperty,mo=Object.prototype.propertyIsEnumerable;var Co=(e,o,r)=>o in e?tt(e,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[o]=r,a=(e,o)=>{for(var r in o||(o={}))po.call(o,r)&&Co(e,r,o[r]);if(S1)for(var r of S1(o))mo.call(o,r)&&Co(e,r,o[r]);return e},u=(e,o)=>it(e,at(o));var m=(e,o)=>{var r={};for(var t in e)po.call(e,t)&&o.indexOf(t)<0&&(r[t]=e[t]);if(e!=null&&S1)for(var t of S1(e))o.indexOf(t)<0&&mo.call(e,t)&&(r[t]=e[t]);return r};import{MuiThemeProvider as xt}from"@material-ui/core/styles";import bt from"lodash/merge";import l1,{useEffect as ht}from"react";import I1 from"react";var Se=I1.createContext(void 0);Se.displayName="ActionBarContext";var uo=()=>{let e=I1.useContext(Se);if(e===void 0)throw new Error("useActionBar must be used within a ActionBarContext");return e},fo=({children:e})=>{let o=I1.useRef(null);return I1.createElement(Se.Provider,{value:{anchor:o}},e)};import B1 from"react";var Ie=B1.createContext(void 0);Ie.displayName="BacklinkContext";var go=()=>{let e=B1.useContext(Ie);if(e===void 0)throw new Error("useBacklink must be used within a BacklinkContext");return e},vo=({children:e})=>{let o=B1.useRef(null);return B1.createElement(Ie.Provider,{value:o},e)};function M5(e,o){window.parent&&window.parent.postMessage(e,o)}function xo(e,o){let r=document.querySelector("#extension-app");(r==null?void 0:r.contentWindow)&&r.contentWindow.postMessage(e,o)}var T1;(function(t){t[t.BREADCRUMB_CLICK=0]="BREADCRUMB_CLICK",t[t.BREADCRUMB_SET=1]="BREADCRUMB_SET",t[t.THEME=2]="THEME"})(T1||(T1={}));import{useEffect as nt}from"react";function B5(e){nt(()=>(window.addEventListener("message",e),()=>window.removeEventListener("message",e)),[e])}var P1={theme:"macaw-ui-theme",menuShrink:"macaw-ui-menu-shrink"};import{useCallback as lt,useEffect as bo,useState as st}from"react";var t1=typeof window!="undefined";function i1(e,o=""){let[r,t]=st(()=>t1&&window.localStorage.getItem(e)||o),i=l=>{t(l),t1&&window.localStorage.setItem(e,l)};bo(()=>{if(t1){let l=window.localStorage.getItem(e);r!==l&&t(l||o)}});let n=lt(l=>{l.key===e&&l.newValue!==r&&t(l.newValue||o)},[r,e]);return bo(()=>{if(t1)return window.addEventListener("storage",n),()=>window.removeEventListener("storage",n)},[n]),{value:r,setValue:i}}import Ct from"@material-ui/core/CssBaseline";import{fade as ut}from"@material-ui/core/styles";import ft from"react";import{makeStyles as pt,useTheme as dt}from"@material-ui/core/styles";import{useContext as mt}from"react";import ct from"react";var a1=ct.createContext(void 0);a1.displayName="ThemeContext";function C(e,o){return pt(e,o)}function L(){let e=dt(),o=mt(a1);if(o===void 0||e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return a(a({},e),o)}var gt=C(e=>({"@global":{"@import":"url('https://rsms.me/inter/inter.css')","@keyframes hoverControlStart":{from:{transform:"scale(1)"},to:{transform:"scale(1.4)"}},"@keyframes hoverControl":{from:{transform:"scale(1.4)"},to:{transform:"scale(1.6)"}},"@keyframes hoverSwitchStart":{from:{boxShadow:`0 0 0 0 ${e.palette.saleor.active[5]}`},to:{boxShadow:`0 0 0 3px ${e.palette.saleor.active[5]}`}},"@keyframes hoverSwitch":{from:{boxShadow:`0 0 0 3px ${e.palette.saleor.active[5]}`},to:{boxShadow:`0 0 0 5px ${e.palette.saleor.active[5]}`}},":root":{"--background-paper":e.palette.background.paper,"--background-default":e.palette.background.default},"::selection":{background:ut(e.palette.primary.main,.2)},html:{fontSize:"62.5%"},a:{color:e.palette.primary.main,textDecoration:"none"}}}),{name:"Baseline"}),Be=()=>(gt(),ft.createElement(Ct,null));Be.displayName="Baseline";import{createMuiTheme as vt}from"@material-ui/core/styles";import{fade as Te}from"@material-ui/core/styles";import n1 from"react";function H1(e){return{"&:hover, &.Mui-focusVisible, &$hover, &$active":{color:e.active[1]},"&:disabled":{color:e.disabled},background:"transparent",borderRadius:4,color:e.main[3],padding:8,transition:"200ms"}}var ho=e=>{let o={backgroundColor:e.background.paper,color:e.active[1]};return{MuiButton:{contained:{"&$disabled":{"&$containedPrimary":{color:e.background.paper,backgroundColor:e.disabled},"&$containedSecondary":{background:e.background.paper,color:e.disabled}},"&$focusVisible":u(a({},o),{boxShadow:void 0}),"&:active":{boxShadow:"none"},"&:hover":{"@media(hover: none)":{boxShadow:"none"},boxShadow:"none"},boxShadow:"none"},containedPrimary:{"&&:hover":o,"&&:active":{backgroundColor:e.active[5]}},label:{fontWeight:500},root:{"&$disabled":{borderColor:e.disabled},"&:hover":{backgroundColor:void 0},border:`1px solid ${e.active[1]}`,borderRadius:4,fontSize:"1.6rem",lineHeight:1.55,padding:"7px 16px",textTransform:"none"},text:{"&&$disabled":{color:e.disabled},"&:hover, &$focusVisible":{borderColor:e.main[1]},"&:active":{background:e.main[5]}},textPrimary:{"&:hover, &$focusVisible":{background:e.active[5]},"&:active":{background:e.active[4]}},textSizeSmall:{fontSize:"1.3rem"},outlined:{"&$disabled":{border:void 0,borderColor:e.disabled,color:e.disabled},"&:hover":{border:void 0},"&:hover, &$focusVisible":{borderColor:e.main[1]},"&:active":{backgroundColor:e.main[5]},"& svg":{marginRight:8},background:e.background.paper,borderColor:e.main[5],borderWidth:1,borderStyle:"solid",padding:"7px 12px"},outlinedPrimary:{"&:hover, &$focusVisible":{borderColor:e.active[1],color:e.active[1]},"&:hover":{border:void 0,backgroundColor:void 0},"&:active":{backgroundColor:e.active[5]},border:void 0,color:void 0},outlinedSizeSmall:{fontSize:"1.6rem",padding:"2px 12px"}},MuiIconButton:{root:{"&:hover, &.Mui-focusVisible":{borderColor:e.active[1],color:e.active[1]},"&:hover":{border:void 0,backgroundColor:void 0},"&:active":{backgroundColor:e.active[5]},"&$disabled":{border:void 0,borderColor:"transparent",color:e.disabled},background:e.background.paper,border:`1px solid ${e.main[5]}`,borderRadius:4,color:e.main[1],padding:7,transition:"200ms"}}}};var yo=e=>({MuiCheckbox:{colorPrimary:{"&&.Mui-checked:hover":{backgroundColor:"transparent"}},root:{"&:hover, &.Mui-focusVisible":{"& > span::before":{animation:`200ms alternate hoverControlStart,
1
+ var ct=Object.defineProperty,pt=Object.defineProperties;var dt=Object.getOwnPropertyDescriptors;var w1=Object.getOwnPropertySymbols;var xr=Object.prototype.hasOwnProperty,br=Object.prototype.propertyIsEnumerable;var hr=(e,r,o)=>r in e?ct(e,r,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[r]=o,i=(e,r)=>{for(var o in r||(r={}))xr.call(r,o)&&hr(e,o,r[o]);if(w1)for(var o of w1(r))br.call(r,o)&&hr(e,o,r[o]);return e},u=(e,r)=>pt(e,dt(r));var m=(e,r)=>{var o={};for(var t in e)xr.call(e,t)&&r.indexOf(t)<0&&(o[t]=e[t]);if(e!=null&&w1)for(var t of w1(e))r.indexOf(t)<0&&br.call(e,t)&&(o[t]=e[t]);return o};import{MuiThemeProvider as kt}from"@material-ui/core/styles";import St from"lodash/merge";import c1,{useEffect as It}from"react";import i1 from"react";var Fe=i1.createContext(void 0);Fe.displayName="ActionBarContext";var yr=()=>{let e=i1.useContext(Fe);if(e===void 0)throw new Error("useActionBar must be used within a ActionBarContext");return e},Lr=({children:e})=>{let[r,o]=i1.useState(null),t=i1.useMemo(()=>{let l=o;return l.current=r,l},[r]);return i1.createElement(Fe.Provider,{value:{anchor:t}},e)};import F1 from"react";var Ve=F1.createContext(void 0);Ve.displayName="BacklinkContext";var Mr=()=>{let e=F1.useContext(Ve);if(e===void 0)throw new Error("useBacklink must be used within a BacklinkContext");return e},kr=({children:e})=>{let r=F1.useRef(null);return F1.createElement(Ve.Provider,{value:r},e)};function P5(e,r){window.parent&&window.parent.postMessage(e,r)}function Sr(e,r){let o=document.querySelector("#extension-app");(o==null?void 0:o.contentWindow)&&o.contentWindow.postMessage(e,r)}var V1;(function(t){t[t.BREADCRUMB_CLICK=0]="BREADCRUMB_CLICK",t[t.BREADCRUMB_SET=1]="BREADCRUMB_SET",t[t.THEME=2]="THEME"})(V1||(V1={}));import{useEffect as mt}from"react";function V5(e){mt(()=>(window.addEventListener("message",e),()=>window.removeEventListener("message",e)),[e])}var N1={theme:"macaw-ui-theme",menuShrink:"macaw-ui-menu-shrink"};import{useCallback as Ct,useEffect as Ir,useState as ut}from"react";var a1=typeof window!="undefined";function n1(e,r=""){let[o,t]=ut(()=>a1&&window.localStorage.getItem(e)||r),l=n=>{t(n),a1&&window.localStorage.setItem(e,n)};Ir(()=>{if(a1){let n=window.localStorage.getItem(e);o!==n&&t(n||r)}});let a=Ct(n=>{n.key===e&&n.newValue!==o&&t(n.newValue||r)},[o,e]);return Ir(()=>{if(a1)return window.addEventListener("storage",a),()=>window.removeEventListener("storage",a)},[a]),{value:o,setValue:l}}import bt from"@material-ui/core/CssBaseline";import{fade as ht}from"@material-ui/core/styles";import yt from"react";import{makeStyles as gt,useTheme as vt}from"@material-ui/core/styles";import{useContext as xt}from"react";import ft from"react";var l1=ft.createContext(void 0);l1.displayName="ThemeContext";function C(e,r){return gt(e,r)}function L(){let e=vt(),r=xt(l1);if(r===void 0||e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return i(i({},e),r)}var Lt=C(e=>({"@global":{"@import":"url('https://rsms.me/inter/inter.css')","@keyframes hoverControlStart":{from:{transform:"scale(1)"},to:{transform:"scale(1.4)"}},"@keyframes hoverControl":{from:{transform:"scale(1.4)"},to:{transform:"scale(1.6)"}},"@keyframes hoverSwitchStart":{from:{boxShadow:`0 0 0 0 ${e.palette.saleor.active[5]}`},to:{boxShadow:`0 0 0 3px ${e.palette.saleor.active[5]}`}},"@keyframes hoverSwitch":{from:{boxShadow:`0 0 0 3px ${e.palette.saleor.active[5]}`},to:{boxShadow:`0 0 0 5px ${e.palette.saleor.active[5]}`}},":root":{"--background-paper":e.palette.background.paper,"--background-default":e.palette.background.default},"::selection":{background:ht(e.palette.primary.main,.2)},html:{fontSize:"62.5%"},a:{color:e.palette.primary.main,textDecoration:"none"}}}),{name:"Baseline"}),Ne=()=>(Lt(),yt.createElement(bt,null));Ne.displayName="Baseline";import{createMuiTheme as Mt}from"@material-ui/core/styles";import{fade as Ze}from"@material-ui/core/styles";import s1 from"react";function Z1(e){return{"&:hover, &.Mui-focusVisible, &$hover, &$active":{color:e.active[1]},"&:disabled":{color:e.disabled},background:"transparent",borderRadius:4,color:e.main[3],padding:8,transition:"200ms"}}var Br=e=>{let r={backgroundColor:e.background.paper,color:e.active[1]};return{MuiButton:{contained:{"&$disabled":{"&$containedPrimary":{color:e.background.paper,backgroundColor:e.disabled},"&$containedSecondary":{background:e.background.paper,color:e.disabled}},"&$focusVisible":u(i({},r),{boxShadow:void 0}),"&:active":{boxShadow:"none"},"&:hover":{"@media(hover: none)":{boxShadow:"none"},boxShadow:"none"},boxShadow:"none"},containedPrimary:{"&&:hover":r,"&&:active":{backgroundColor:e.active[5]}},label:{fontWeight:500},root:{"&$disabled":{borderColor:e.disabled},"&:hover":{backgroundColor:void 0},border:`1px solid ${e.active[1]}`,borderRadius:4,fontSize:"1.6rem",lineHeight:1.55,padding:"7px 16px",textTransform:"none"},text:{"&&$disabled":{color:e.disabled},"&:hover, &$focusVisible":{borderColor:e.main[1]},"&:active":{background:e.main[5]}},textPrimary:{"&:hover, &$focusVisible":{background:e.active[5]},"&:active":{background:e.active[4]}},textSizeSmall:{fontSize:"1.3rem"},outlined:{"&$disabled":{border:void 0,borderColor:e.disabled,color:e.disabled},"&:hover":{border:void 0},"&:hover, &$focusVisible":{borderColor:e.main[1]},"&:active":{backgroundColor:e.main[5]},"& svg":{marginRight:8},background:e.background.paper,borderColor:e.main[5],borderWidth:1,borderStyle:"solid",padding:"7px 12px"},outlinedPrimary:{"&:hover, &$focusVisible":{borderColor:e.active[1],color:e.active[1]},"&:hover":{border:void 0,backgroundColor:void 0},"&:active":{backgroundColor:e.active[5]},border:void 0,color:void 0},outlinedSizeSmall:{fontSize:"1.6rem",padding:"2px 12px"}},MuiIconButton:{root:{"&:hover, &.Mui-focusVisible":{borderColor:e.active[1],color:e.active[1]},"&:hover":{border:void 0,backgroundColor:void 0},"&:active":{backgroundColor:e.active[5]},"&$disabled":{border:void 0,borderColor:"transparent",color:e.disabled},background:e.background.paper,border:`1px solid ${e.main[5]}`,borderRadius:4,color:e.main[1],padding:7,transition:"200ms"}}}};var Tr=e=>({MuiCheckbox:{colorPrimary:{"&&.Mui-checked:hover":{backgroundColor:"transparent"}},root:{"&:hover, &.Mui-focusVisible":{"& > span::before":{animation:`200ms alternate hoverControlStart,
2
2
  600ms infinite alternate 200ms hoverControl`},background:"transparent",color:e.active[1]},"& > span":{"&::before":{content:"''",width:20,height:20,background:e.active[5],position:"absolute",top:0,left:0,borderRadius:2,transform:"scale(0)"},position:"relative"},"& svg":{width:20,height:20,zIndex:0},"& input":{width:48,height:48,top:-14,left:-14},background:"transparent",border:"transparent",borderRadius:3,padding:14},indeterminate:{color:e.active[1]}},MuiRadio:{colorPrimary:{"&&.Mui-checked:hover":{backgroundColor:"transparent"}},root:{"&:hover, &.Mui-focusVisible":{"& > span::before":{animation:`200ms alternate hoverControlStart,
3
3
  600ms infinite alternate 200ms hoverControl`},background:"transparent",color:e.active[1]},"& > span":{"&::before":{content:"''",width:20,height:20,background:e.active[5],position:"absolute",top:0,left:0,borderRadius:"100%",transform:"scale(0)"},position:"relative"},"& svg":{width:20,height:20,zIndex:0},"& input":{width:48,height:48,top:-14,left:-14},background:"transparent",border:"transparent",borderRadius:"100%",padding:14}},MuiSwitch:{colorPrimary:{"&$disabled":{"& + $track":{backgroundColor:"transparent",border:`2px solid ${e.disabled}`},"&$checked + $track":{backgroundColor:e.disabled,borderColor:e.disabled},"&$checked":{color:e.background.paper},color:e.disabled},"&$checked":{"&:hover":{backgroundColor:"transparent"},"& + $track":{borderColor:e.active[1]},color:e.background.paper},color:e.main[3]},root:{"&:hover, &:focus-visible, &.Mui-focusVisible":{"& $switchBase:not($disabled)":{"& + $track":{animation:`200ms alternate hoverSwitchStart,
4
- 600ms infinite alternate 200ms hoverSwitch`}}},height:48,padding:"12px 16px",width:80},switchBase:{"&$checked":{transform:"translateX(23px)"},"&:hover, &.Mui-focusVisible":{backgroundColor:"transparent"},boxShadow:"none",left:4,marginLeft:4,top:8,color:e.background.paper,border:"none",background:"transparent"},thumb:{boxShadow:"none",height:14,left:4,position:"relative",width:14},track:{border:`2px solid ${e.main[3]}`,backgroundColor:"transparent",borderRadius:12,height:24,opacity:[["1"],"!important"],width:48,transition:"200ms"}}});function z(e){return`0 0 0 3px ${e}`}var Lo=e=>({MuiFormHelperText:{root:{"&$error":{color:e.fail.dark}}},MuiInput:{input:{"&:-webkit-autofill":{WebkitTextFillColor:e.main[1],boxShadow:`inset 0 0 0px 9999px ${e.active[5]}`},"&::placeholder":{opacity:"1 !important"},color:e.main[1]},underline:{"&:after":{borderBottomColor:e.active[1]}}},MuiInputBase:{root:{borderRadius:"4px"},input:{"&$disabled":{color:e.disabled},"&::placeholder":{color:e.main[3],opacity:"1 !important"},borderRadius:"4px"}},MuiInputLabel:{formControl:{transform:"translate(0, 1.5px) scale(0.75)",transformOrigin:"top left",width:"100%"},outlined:{"&$shrink":{transform:"translate(12px, 9px) scale(0.75)"},transform:"translate(14px, 18px) scale(1)"},root:{"&&$disabled":{color:e.main[4]},"&$error":{"&$focused":{color:e.fail.dark},color:e.fail.dark},"&&$focused":{"&:not($error)":{color:e.active[1]}},"&:not($error):hover label":{color:e.main[4]},color:e.main[3]},shrink:{width:"133%"}},MuiOutlinedInput:{input:{"&:-webkit-autofill":{borderRadius:4,boxShadow:"0 0 0px 1000px rgba(19, 190, 187, 0.1) inset"},"&&$disabled":{backgroundColor:void 0},color:e.main[1],padding:"23px 12px 10px 12px"},inputMultiline:{left:-2,padding:"10px 0",position:"relative"},multiline:{"&$disabled":{background:e.background.default}},root:{"& fieldset":{top:0},"& legend":{display:"none"},"&$disabled":{"& fieldset":{borderColor:`${e.disabled} !important`},"& input, & textarea":{backgroundColor:e.background.default,color:e.main[3]},boxShadow:"0 0 0 0 transparent !important",backgroundColor:e.background.default},"&$error":{"&$focused":{"&:hover":{boxShadow:z(e.fail.mid)},"& fieldset":{borderColor:e.fail.dark},boxShadow:z(e.fail.mid)},"&:hover":{"&& fieldset":{borderColor:e.fail.dark},boxShadow:z(e.fail.light)},boxShadow:z(e.fail.light)},"&$focused":{"&, &:hover":{boxShadow:z(e.active[3])},"& input":{"& fieldset":{borderColor:e.active[1]},"&::placeholder":{opacity:[[1],"!important"]},color:e.main[1]}},"&:hover":{boxShadow:z(e.active[5]),"& input":{color:e.main[1]},"&&&":{"& fieldset":{borderColor:e.active[1]}}},backgroundColor:e.background.paper,transition:"box-shadow 200ms",top:0,fontWeight:500},notchedOutline:{borderWidth:"1px !important"}}});var Mo=(e,o)=>({MuiTable:{root:{fontFamily:o,fontFeatureSettings:'"tnum"'}},MuiTableCell:{body:{fontSize:"1.6rem"},head:{fontSize:"1.4rem",fontWeight:400,color:e.main[3]},paddingCheckbox:{"&:first-child":{padding:"0 18px",width:72},"&:not(first-child)":{padding:0,width:52},"&:last-child":{paddingRight:20}},root:{"&:first-child":{"&:not($paddingCheckbox)":{paddingLeft:32,paddingRight:32,textAlign:"left"}},borderBottomColor:e.background.default,padding:"24px 32px"}},MuiTablePagination:{input:{color:e.active[1],fontSize:"1.4rem"}},MuiTableRow:{footer:{"$root$hover&:hover":{background:"none"}},head:{"$root$hover&:hover":{background:"none"},color:e.main[3]},hover:{"$root&:hover":{background:e.active[5]},transition:"200ms"},root:{position:"relative"}}});var ko=(e,o)=>a(a(a(a({},Lo(e)),Mo(e,o)),ho(e)),yo(e));var So=e=>({action:{active:e.checkbox.default},alert:e.alert,background:e.background,divider:e.divider,error:{main:e.errorAction[1]},primary:{contrastText:"#ffffff",dark:e.main[4],main:e.active[1]},secondary:{contrastText:"#ffffff",main:e.background.paper},success:{main:e.success.mid},text:{disabled:e.main[4],hint:e.main[3],primary:e.main[1],secondary:e.main[3]},textHighlighted:{active:e.active[1],inactive:e.highlightInactive.default},type:e.theme,saleor:e});var x=(e,o,r)=>`0 ${e}px ${o}px ${r}px rgba(0, 0, 0, 0.15)`,Io=["none",x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(6,30,0),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20),x(24,20,-20)];var d7=48,Pe='"Inter", "roboto", "sans-serif"',Bo=e=>vt({overrides:u(a({},ko(e,Pe)),{MuiCard:{root:{borderRadius:8,borderWidth:0,overflow:"visible"}},MuiCardActions:{root:{".MuiCardContent-root + &":{paddingTop:0},padding:"3.2rem 3.2rem 3.2rem"}},MuiCardContent:{root:{".MuiCardHeader-root + &":{paddingTop:0},padding:"2.4rem 3.2rem"}},MuiCardHeader:{action:{position:"relative",top:4},root:{padding:"2.4rem 3.2rem"}},MuiChip:{avatar:{fontSize:"1.2rem",height:32,left:-5,position:"relative",width:32},root:{"& $avatar":{fontSize:"1.2rem"},fontSize:"1.3rem"}},MuiDialog:{paper:{overflowY:void 0}},MuiDialogActions:{root:{borderTop:`1px solid ${e.divider}`,padding:"16px 24px"}},MuiDialogContent:{root:{overflowX:void 0,overflowY:void 0,padding:"24px 0px",margin:"0px 24px"}},MuiDialogContentText:{root:{"&:last-child":{marginBottom:0}}},MuiDivider:{light:{backgroundColor:e.background.paper}},MuiExpansionPanelSummary:{expandIcon:u(a({},H1(e)),{border:"none"})},MuiFormControlLabel:{label:{lineHeight:1.2,marginLeft:4},root:{marginLeft:-14}},MuiFormLabel:{filled:{"&&:not($error)":{color:e.active[1]}},root:{"&&$focused:not($error)":{color:e.main[3]}}},MuiSvgIcon:{root:{fontSize:"2.4rem",height:"1em",width:"1em"}},MuiListItem:{button:{"&:focus":{background:e.active[5],color:e.main[1]}},root:{"&$selected":{"&:hover":{backgroundColor:e.main[1]},backgroundColor:e.main[1],outline:0}}},MuiMenu:{paper:{borderRadius:0}},MuiMenuItem:{root:{"&$selected, &$selected:focus, &$selected:hover":{backgroundColor:[e.active[5],"!important"],color:e.active[1],fontWeight:700},"&:hover":{backgroundColor:[e.active[5],"!important"]},"@media(min-width: 600px)":{minHeight:48}}},MuiSelect:{root:{"&$disabled":{backgroundColor:e.background.default}}},MuiSnackbarContent:{action:{"& $MuiIconButton":{"& svg":{color:e.main[1]}},display:"block",paddingBottom:10,paddingLeft:0,paddingRight:45},message:{fontSize:16},root:{backgroundColor:e.background.paper,boxShadow:"0 6px 10px 0px rgba(0, 0, 0, 0.15), 0 1px 18px 0px rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.10)",color:e.main[1],display:"block",maxWidth:480}},MuiTooltip:{arrow:{color:e.alert.icon.info},tooltip:{backgroundColor:e.alert.icon.info,fontSize:"0.8em",padding:16}},MuiTouchRipple:{child:{backgroundColor:Te(e.active[1],1)},childLeaving:{backgroundColor:Te(e.active[1],1)},ripple:{"&$rippleVisible":{backgroundColor:Te(e.active[1],1)},borderRadius:"100%"}}}),palette:So(e),props:{MuiButton:{disableRipple:!0},MuiFormControl:{variant:"filled"},MuiTextField:{variant:"outlined"},MuiCard:{elevation:0},MuiExpansionPanelSummary:{IconButtonProps:{disableRipple:!0}},MuiTypography:{component:"div"},MuiCheckbox:{color:"primary",disableRipple:!0,checkedIcon:n1.createElement(To,null),icon:n1.createElement(Po,null),indeterminateIcon:n1.createElement(Ho,null)},MuiMenuItem:{button:!1},MuiTableRow:{hover:!0},MuiTooltip:{placement:"right-end"},MuiList:{disablePadding:!0},MuiRadio:{color:"primary",disableRipple:!0,icon:n1.createElement(Fo,null),checkedIcon:n1.createElement(wo,null)},MuiSwitch:{color:"primary",disableRipple:!0},MuiSelect:{MenuProps:{anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},getContentAnchorEl:null}}},shadows:Io,spacing:(o=1)=>`${o*8/10}rem`,typography:{allVariants:{fontFamily:Pe,letterSpacing:"0.02rem"},body1:{color:e.main[1],fontSize:"1.6rem"},body2:{fontSize:"1.4rem",lineHeight:1.56},button:{fontSize:"1.4rem"},caption:{fontSize:"1.2rem",letterSpacing:0},fontFamily:Pe,h1:{fontSize:"4rem",fontWeight:700},h4:{fontSize:"3.4rem",color:e.main[1]},h5:{fontSize:"2.1rem",fontWeight:500},h6:{fontSize:"2rem",fontWeight:500},subtitle1:{fontSize:"1.6rem"},subtitle2:{fontSize:"1.4rem"}}});var Vo={alert:{paper:{error:"#B65757",info:"rgba(250, 250, 250, 1)",success:"rgba(67, 156, 123, 1)",warning:"rgba(183, 138, 72, 1)"},icon:{error:"#FE6E76",info:"#FAFAFA",success:"#A4E8BA",warning:"#FFE6AB"}},highlightInactive:{default:"#78797A"},autofill:"#5D5881",background:{default:"#222431",paper:"#34384B"},checkbox:{default:"#FFFFFF"},divider:"#252728",gray:{default:"#202124",disabled:"rgba(32, 33, 36, 0.6)"},active:{1:"#3EA3FF",2:"#388AD6",3:"#3371AD",4:"#2D5783",5:"#283E5A"},main:{1:"#FAFAFA",2:"rgba(250, 250, 250, 0.8)",3:"rgba(250, 250, 250, 0.6)",4:"rgba(250, 250, 250, 0.4)",5:"rgba(250, 250, 250, 0.1)"},fail:{verydark:"#9F2E2E",dark:"#B65757",mid:"#FEADAD",light:"#FEDEDE"},warning:{verydark:"#97661F",dark:"#B78A48",mid:"#FFE6AB",light:"#FFF4D2"},success:{verydark:"#22805D",dark:"#439C7B",mid:"#A4E8BA",light:"#E6F9F0"},info:{verydark:"#004697",dark:"#105CB3",mid:"#99E6FD",light:"#D2F6FE"},errorAction:{1:"#EB2B59",2:"rgba(235, 43, 89, 0.8)",3:"rgba(235, 43, 89, 0.6)",4:"rgba(235, 43, 89, 0.4)",5:"rgba(235, 43, 89, 0.2)"},disabled:"#5D6D83",paperBorder:"#252728",theme:"dark"},Zo={alert:{paper:{error:"#FFD6D9",info:"#FFFFFF",success:"#DFF3E9",warning:"#FFF4E4"},icon:{error:"#FE6E76",info:"#28234A",success:"#5DC292",warning:"#FFB84E"}},highlightInactive:{default:"#C8C8C8"},autofill:"#f4f6c5",background:{default:"#EFF5F8",paper:"#FFFFFF"},checkbox:{default:"#616161"},divider:"#EAEAEA",gray:{default:"#C8C8C8",disabled:"#C0CFE2"},active:{1:"#056DFF",2:"#378AFF",3:"#68A7FF",4:"#C1DBFF",5:"#E6F0FF"},main:{1:"#28234A",2:"rgba(40, 35, 74, 0.8)",3:"rgba(40, 35, 74, 0.6)",4:"rgba(40, 35, 74, 0.4)",5:"rgba(40, 35, 74, 0.1)"},fail:{verydark:"#9F2E2E",dark:"#B65757",mid:"#FEADAD",light:"#FEDEDE"},warning:{verydark:"#97661F",dark:"#B78A48",mid:"#FFE6AB",light:"#FFF4D2"},success:{verydark:"#22805D",dark:"#439C7B",mid:"#A4E8BA",light:"#E6F9F0"},info:{verydark:"#004697",dark:"#105CB3",mid:"#99E6FD",light:"#D2F6FE"},errorAction:{1:"#B63755",2:"#D36474",3:"#E9878B",4:"#F7B6B2",5:"#FBDDD8"},disabled:"#CCDDDD",paperBorder:"#EAEAEA",theme:"light"};function No(e){let o=document.createElement("meta");o.setAttribute("content",e),o.setAttribute("name","theme-color");let r=document.head.querySelector('meta[name="theme-color"]');r&&r.remove(),document.head.appendChild(o)}var w7=({children:e,defaultTheme:o="light",palettes:r={},overrides:t={},ssr:i=!1})=>{let{value:n,setValue:l}=i1(P1.theme,o),s=n,p=a({light:Zo,dark:Vo},r),d=bt(Bo(p[s]),t),c=()=>xo({theme:s,type:T1.THEME},"*");return ht(()=>{c(),No(d.palette.background.default)},[s]),l1.createElement(a1.Provider,{value:{themeType:s,ssr:i,sendThemeToExtension:c,setTheme:l}},l1.createElement(xt,{theme:d},l1.createElement(fo,null,l1.createElement(vo,null,l1.createElement(Be,null),e))))};import{createSvgIcon as yt}from"@material-ui/core/utils";import Lt from"react";var N7=yt(Lt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.0012 11C19.0008 11 19.0004 11 19 11C18.4477 11 18 10.5523 18 10C18 9.44771 18.4477 9 19 9C19.0004 9 19.0008 9 19.0012 9C19.5529 8.99935 20 8.55188 20 8L20 5C20 4.44771 19.5523 4 19 4L5 4C4.44772 4 4 4.44771 4 5L4 8C4 8.55228 4.44772 9 5 9C5.55229 9 6 9.44771 6 10C6 10.0345 5.99825 10.0686 5.99484 10.1022C5.94363 10.6065 5.51777 11 5 11C4.44772 11 4 11.4477 4 12L4 15C4 15.5523 4.44771 16 5 16L12 16L19 16C19.5523 16 20 15.5523 20 15L20 12C20 11.4481 19.5529 11.0007 19.0012 11ZM21.2361 10C21.7111 10.5308 22 11.2316 22 12L22 15C22 16.6569 20.6569 18 19 18L13 18L13 20L18 20C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22L12 22L6 22C5.44772 22 5 21.5523 5 21C5 20.4477 5.44772 20 6 20L11 20L11 18L5 18C3.34315 18 2 16.6569 2 15L2 12C2 11.2316 2.28886 10.5308 2.7639 10C2.28886 9.46924 2 8.76835 2 8L2 5C2 3.34314 3.34315 2 5 2L19 2C20.6569 2 22 3.34314 22 5L22 8C22 8.76835 21.7111 9.46924 21.2361 10ZM13 7C13 6.44771 12.5523 6 12 6C11.4477 6 11 6.44771 11 7L11 9L9 9C8.44772 9 8 9.44771 8 10C8 10.5523 8.44772 11 9 11L11 11L11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13L13 11L15 11C15.5523 11 16 10.5523 16 10C16 9.44771 15.5523 9 15 9L13 9L13 7Z",fill:"currentColor"}),"AddEnvironmentIcon");import{createSvgIcon as Mt}from"@material-ui/core/utils";import kt from"react";var R7=Mt(kt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 4C15.4477 4 15 4.44772 15 5V8C15 8.55228 15.4477 9 16 9H19C19.5523 9 20 8.55228 20 8V5C20 4.44772 19.5523 4 19 4H16ZM13 5C13 3.34315 14.3431 2 16 2H19C20.6569 2 22 3.34315 22 5V8C22 9.65685 20.6569 11 19 11H16C14.3431 11 13 9.65685 13 8V5ZM16 15C15.4477 15 15 15.4477 15 16V19C15 19.5523 15.4477 20 16 20H19C19.5523 20 20 19.5523 20 19V16C20 15.4477 19.5523 15 19 15H16ZM13 16C13 14.3431 14.3431 13 16 13H19C20.6569 13 22 14.3431 22 16V19C22 20.6569 20.6569 22 19 22H16C14.3431 22 13 20.6569 13 19V16ZM4 16C4 15.4477 4.44772 15 5 15H8C8.55228 15 9 15.4477 9 16V19C9 19.5523 8.55228 20 8 20H5C4.44772 20 4 19.5523 4 19V16ZM5 13C3.34315 13 2 14.3431 2 16V19C2 20.6569 3.34315 22 5 22H8C9.65685 22 11 20.6569 11 19V16C11 14.3431 9.65685 13 8 13H5ZM6 2C6.55228 2 7 2.44772 7 3V5H9C9.55228 5 10 5.44772 10 6C10 6.55228 9.55228 7 9 7H7V9C7 9.55229 6.55228 10 6 10C5.44772 10 5 9.55229 5 9V7H3C2.44771 7 2 6.55228 2 6C2 5.44771 2.44771 5 3 5H5V3C5 2.44772 5.44772 2 6 2Z",fill:"currentColor"}),"AppsIcon");import{createSvgIcon as St}from"@material-ui/core/utils";import It from"react";var Ao=St(It.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.8446 6.2943C14.237 5.9019 14.8732 5.9019 15.2656 6.2943L20.6464 11.6752C20.8417 11.8704 20.8417 12.187 20.6464 12.3823L15.2656 17.7632C14.8732 18.1556 14.237 18.1556 13.8446 17.7632C13.4522 17.3708 13.4522 16.7346 13.8446 16.3422L17.1532 13.0335H4.00479C3.44986 13.0335 3 12.5837 3 12.0287C3 11.4738 3.44986 11.0239 4.00479 11.0239H17.1532L13.8446 7.71528C13.4522 7.32289 13.4522 6.68669 13.8446 6.2943Z",fill:"currentColor"}),"ArrowRightIcon");import{createSvgIcon as Bt}from"@material-ui/core/utils";import Tt from"react";var Pt=Bt(Tt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29 3C29.5523 3 30 3.44772 30 4V8C30 8.55229 29.5523 9 29 9C28.4477 9 28 8.55229 28 8V7L12 7V8C12 8.55229 11.5523 9 11 9C10.4477 9 10 8.55229 10 8V4C10 3.44772 10.4477 3 11 3C11.5523 3 12 3.44772 12 4V5L28 5V4C28 3.44772 28.4477 3 29 3ZM2 12C2 11.4477 2.44772 11 3 11H7C7.55228 11 8 11.4477 8 12C8 12.5523 7.55228 13 7 13H6V27H7C7.55228 27 8 27.4477 8 28C8 28.5523 7.55228 29 7 29H3C2.44772 29 2 28.5523 2 28C2 27.4477 2.44772 27 3 27H4V13H3C2.44772 13 2 12.5523 2 12ZM14.2997 11C13.1142 11 12.0398 11.6982 11.5583 12.7816L10.0862 16.0939C10.0294 16.2217 10 16.3601 10 16.5V26C10 27.6569 11.3431 29 13 29H27C28.6569 29 30 27.6569 30 26V16.5C30 16.3601 29.9706 16.2217 29.9138 16.0939L28.4417 12.7816C27.9602 11.6982 26.8858 11 25.7003 11H14.2997ZM13.3859 13.5939C13.5464 13.2327 13.9046 13 14.2997 13H25.7003C26.0954 13 26.4536 13.2327 26.6141 13.5939L27.4612 15.5H12.5388L13.3859 13.5939ZM23.5 17.5H28V26C28 26.5523 27.5523 27 27 27H13C12.4477 27 12 26.5523 12 26V17.5H16.5V23C16.5 23.3603 16.6938 23.6927 17.0073 23.8702C17.3208 24.0477 17.7056 24.0429 18.0145 23.8575L20 22.6662L21.9855 23.8575C22.2944 24.0429 22.6792 24.0477 22.9927 23.8702C23.3062 23.6927 23.5 23.3603 23.5 23V17.5ZM18.5 21.2338V17.5H21.5V21.2338L20.5145 20.6425C20.1978 20.4525 19.8022 20.4525 19.4855 20.6425L18.5 21.2338Z",fill:"currentColor"}),"AttributesLargeIcon");Pt.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Ht}from"@material-ui/core/utils";import wt from"react";var q7=Ht(wt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 5C7.68524 5 7.38885 5.1482 7.2 5.4L2.7 11.4C2.43333 11.7556 2.43333 12.2444 2.7 12.6L7.2 18.6C7.38886 18.8518 7.68524 19 8 19L21 19C21.5523 19 22 18.5523 22 18L22 6C22 5.44772 21.5523 5 21 5L8 5ZM4.75 12L8.5 7L20 7V17L8.5 17L4.75 12ZM16.7071 9.29289C17.0976 9.68342 17.0976 10.3166 16.7071 10.7071L15.4142 12L16.7071 13.2929C17.0976 13.6834 17.0976 14.3166 16.7071 14.7071C16.3166 15.0976 15.6834 15.0976 15.2929 14.7071L14 13.4142L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071C10.9024 14.3166 10.9024 13.6834 11.2929 13.2929L12.5858 12L11.2929 10.7071C10.9024 10.3166 10.9024 9.68342 11.2929 9.2929C11.6834 8.90237 12.3166 8.90237 12.7071 9.29289L14 10.5858L15.2929 9.29289C15.6834 8.90237 16.3166 8.90237 16.7071 9.29289Z",fill:"currentColor"}),"BackspaceIcon");import{createSvgIcon as Ft}from"@material-ui/core/utils";import Vt from"react";var Q7=Ft(Vt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5C4 4.44772 4.44772 4 5 4H16.2192L16.1194 4.39917C16.0401 4.71646 16 5.04227 16 5.36932V19.2768L13.9961 18.1318C13.6887 17.9561 13.3113 17.9561 13.0039 18.1317L9.99981 19.8482L6.99616 18.1318C6.68873 17.9561 6.3113 17.9561 6.00386 18.1318L4 19.2768V5ZM18.0597 4.88425L18.252 4.11509C19.2651 4.43427 19.9998 5.38123 19.9998 6.49978V8.5C19.9998 9.05228 19.5521 9.5 18.9998 9.5H18V5.36932C18 5.20579 18.0201 5.04289 18.0597 4.88425ZM18.9998 11.5H18V21C18 21.3565 17.8102 21.686 17.5019 21.8649C17.1936 22.0438 16.8134 22.0451 16.5039 21.8682L13.5 20.1517L10.4959 21.8683C10.1885 22.0439 9.81105 22.0439 9.50362 21.8682L6.49998 20.1518L3.49614 21.8682C3.18664 22.0451 2.80639 22.0438 2.49807 21.8649C2.18976 21.686 2 21.3565 2 21V5C2 3.34315 3.34315 2 5 2H17.5C19.9852 2 21.9998 4.01462 21.9998 6.49978V8.5C21.9998 10.1569 20.6566 11.5 18.9998 11.5ZM7 8C6.44772 8 6 8.44772 6 9C6 9.55228 6.44772 10 7 10H13C13.5523 10 14 9.55228 14 9C14 8.44772 13.5523 8 13 8H7ZM6 12C6 11.4477 6.44772 11 7 11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13H7C6.44772 13 6 12.5523 6 12ZM7 14C6.44772 14 6 14.4477 6 15C6 15.5523 6.44772 16 7 16H13C13.5523 16 14 15.5523 14 15C14 14.4477 13.5523 14 13 14H7Z",fill:"currentColor"}),"BillingIcon");import{createSvgIcon as Zt}from"@material-ui/core/utils";import Nt from"react";var tl=Zt(Nt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 3C9 2.44772 8.55228 2 8 2C7.44772 2 7 2.44772 7 3V4H6C4.34315 4 3 5.34315 3 7V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V7C21 5.34315 19.6569 4 18 4H17V3C17 2.44772 16.5523 2 16 2C15.4477 2 15 2.44772 15 3V4H9V3ZM7 6V7C7 7.55228 7.44772 8 8 8C8.55229 8 9 7.55228 9 7V6H15V7C15 7.55228 15.4477 8 16 8C16.5523 8 17 7.55228 17 7V6H18C18.5523 6 19 6.44772 19 7V10H5V7C5 6.44772 5.44772 6 6 6H7ZM5 12V19C5 19.5523 5.44772 20 6 20H18C18.5523 20 19 19.5523 19 19V12H5Z",fill:"currentColor"}),"CalendarIcon");import{createSvgIcon as At}from"@material-ui/core/utils";import s1 from"react";var To=At(s1.createElement(s1.Fragment,null,s1.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s1.createElement("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"1.5",fill:"currentColor"}),s1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5711 4.7629C17.9653 4.34801 18.6267 4.34801 19.0209 4.7629L20.3455 6.1568C20.7122 6.54279 20.7122 7.14848 20.3455 7.53447L9.45066 19L3.65454 12.9002C3.28777 12.5143 3.28777 11.9086 3.65454 11.5226L4.97906 10.1287C5.3733 9.71378 6.03466 9.71378 6.4289 10.1287L9.45066 13.3087L17.5711 4.7629Z",fill:"var(--background-paper)"}))),"CheckboxCheckedIcon");import{createSvgIcon as Dt}from"@material-ui/core/utils";import He from"react";var Po=Dt(He.createElement(He.Fragment,null,He.createElement("rect",{width:"22",height:"22",rx:"2",ry:"2",x:"1",y:"1",strokeWidth:"2",stroke:"currentColor",fill:"transparent",strokeLinejoin:"round"})),"CheckboxIcon");import{createSvgIcon as Et}from"@material-ui/core/utils";import w1 from"react";var Ho=Et(w1.createElement(w1.Fragment,null,w1.createElement("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"1.5",fill:"currentColor"}),w1.createElement("rect",{x:"4",y:"10",width:"16",height:"4",rx:"1.5",fill:"var(--background-paper)"})),"CheckboxIndeterminateIcon");import{createSvgIcon as Rt}from"@material-ui/core/utils";import $t from"react";var Do=Rt($t.createElement("path",{d:"M8 10L12 14L16 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"ChevronIcon");import{createSvgIcon as Ot}from"@material-ui/core/utils";import F1 from"react";var Eo=Ot(F1.createElement(F1.Fragment,null,F1.createElement("circle",{cx:"12",cy:"12",r:"12",fill:"currentColor"}),F1.createElement("circle",{cx:"12",cy:"12",r:"9",fill:"var(--background-paper)"})),"CircleIndicatorIcon");import{createSvgIcon as Wt}from"@material-ui/core/utils";import Gt from"react";var Ll=Wt(Gt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21C16.9706 21 21 16.9706 21 12C21 7.02943 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 0.999998 12 0.999997C5.92487 0.999999 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7071 7.2929C17.0976 7.68342 17.0976 8.31659 16.7071 8.70711L13.4142 11.9999L16.7071 15.2928C17.0976 15.6834 17.0976 16.3165 16.7071 16.707C16.3166 17.0976 15.6834 17.0976 15.2929 16.707L12 13.4142L8.7071 16.707C8.31658 17.0976 7.68341 17.0976 7.29289 16.707C6.90237 16.3165 6.90237 15.6834 7.2929 15.2928L10.5858 11.9999L7.29295 8.70704C6.90243 8.31651 6.90243 7.68335 7.29296 7.29283C7.68348 6.9023 8.31665 6.90231 8.70717 7.29283L12 10.5857L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.2929Z",fill:"currentColor"}),"Close2Icon");import{createSvgIcon as zt}from"@material-ui/core/utils";import Ut from"react";var U=zt(Ut.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.7071L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z",fill:"currentColor"}),"CloseIcon");import{createSvgIcon as jt}from"@material-ui/core/utils";import Kt from"react";var Pl=jt(Kt.createElement("path",{d:"M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21M9 3H15M9 21H15M15 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H15M15 21V3",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),"ColumnsIcon");import{createSvgIcon as _t}from"@material-ui/core/utils";import qt from"react";var Xt=_t(qt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4V13C17 13.5523 16.5523 14 16 14H10C9.78363 14 9.5731 14.0702 9.4 14.2L7 16V15C7 14.4477 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V4ZM4 1C2.34315 1 1 2.34315 1 4V13C1 14.6569 2.34315 16 4 16H5V18C5 18.3788 5.214 18.725 5.55279 18.8944C5.89157 19.0638 6.29698 19.0273 6.6 18.8L10.3333 16H16C17.6569 16 19 14.6569 19 13V4C19 2.34315 17.6569 1 16 1H4ZM6 7C6 6.44772 6.44772 6 7 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H7C6.44772 8 6 7.55228 6 7ZM6 10C6 9.44771 6.44772 9 7 9H13C13.5523 9 14 9.44771 14 10C14 10.5523 13.5523 11 13 11H7C6.44772 11 6 10.5523 6 10Z",fill:"currentColor"}),"CommentSmallIcon");Xt.defaultProps={viewBox:"0 0 20 20"};import V1 from"react";var c1=e=>V1.createElement("svg",a({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),V1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),V1.createElement("circle",{cx:"20",cy:"20",r:"14",stroke:"currentColor",strokeWidth:"4"}),V1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.7678 13.7678C29.3536 14.3536 29.3536 15.3033 28.7678 15.8891L17.4142 27.2426L12.0607 21.8891C11.4749 21.3033 11.4749 20.3536 12.0607 19.7678L12.7678 19.0607C13.3536 18.4749 14.3033 18.4749 14.8891 19.0607L17.4142 21.5858L25.9393 13.0607C26.5251 12.4749 27.4749 12.4749 28.0607 13.0607L28.7678 13.7678Z",fill:"currentColor"}));c1.displayName="CompleteIcon";import{createSvgIcon as Yt}from"@material-ui/core/utils";import Jt from"react";var El=Yt(Jt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 8L19 8C19.5523 8 20 8.44772 20 9L20 19C20 19.5523 19.5523 20 19 20L9 20C8.44771 20 8 19.5523 8 19L8 9C8 8.44772 8.44772 8 9 8ZM6 9C6 7.34315 7.34314 6 9 6L19 6C20.6569 6 22 7.34315 22 9L22 19C22 20.6569 20.6569 22 19 22L9 22C7.34315 22 6 20.6569 6 19L6 9ZM2 15C2 15.5523 2.44771 16 3 16C3.55228 16 4 15.5523 4 15L4 7C4 5.34315 5.34315 4 7 4L15 4C15.5523 4 16 3.55229 16 3C16 2.44772 15.5523 2 15 2L7 2C4.23858 2 2 4.23858 2 7L2 15Z",fill:"currentColor"}),"CopyIcon");import{createSvgIcon as Qt}from"@material-ui/core/utils";import e2 from"react";var Wl=Qt(e2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5007 6.6875C14.5007 8.17177 13.2975 9.375 11.8132 9.375C10.329 9.375 9.12573 8.17177 9.12573 6.6875C9.12573 5.20323 10.329 4 11.8132 4C13.2975 4 14.5007 5.20323 14.5007 6.6875ZM11.8132 11.375C14.4021 11.375 16.5007 9.27633 16.5007 6.6875C16.5007 4.09867 14.4021 2 11.8132 2C9.2244 2 7.12573 4.09867 7.12573 6.6875C7.12573 9.27633 9.2244 11.375 11.8132 11.375ZM4.00267 19.7447C4.39159 17.0222 6.72322 15 9.47335 15H14.153C16.9031 15 19.2348 17.0222 19.6237 19.7447C19.643 19.8794 19.5384 20 19.4023 20H4.22408C4.08797 20 3.98342 19.8794 4.00267 19.7447ZM9.47335 13C5.72792 13 2.55245 15.7541 2.02277 19.4619C1.83139 20.8015 2.87087 22 4.22408 22H19.4023C20.7555 22 21.795 20.8015 21.6036 19.4619C21.0739 15.7541 17.8984 13 14.153 13H9.47335Z",fill:"currentColor"}),"CustomersIcon");import{createSvgIcon as o2}from"@material-ui/core/utils";import Z1 from"react";var r2=o2(Z1.createElement(Z1.Fragment,null,Z1.createElement("circle",{cx:"16",cy:"9",r:"5",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),Z1.createElement("path",{d:"M27.4286 29H4.57143C3.70355 29 3 28.2964 3 27.4286C3 22.2213 7.22132 18 12.4286 18H19.5714C24.7787 18 29 22.2213 29 27.4286C29 28.2964 28.2964 29 27.4286 29Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"})),"CustomersLargeIcon");r2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as t2}from"@material-ui/core/utils";import i2 from"react";var ql=t2(i2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 2C2.89543 2 2 2.89543 2 4V11C2 12.1046 2.89543 13 4 13H9C10.1046 13 11 12.1046 11 11V4C11 2.89543 10.1046 2 9 2H4ZM4 4H9V11H4V4ZM15 11C13.8954 11 13 11.8954 13 13V20C13 21.1046 13.8954 22 15 22H20C21.1046 22 22 21.1046 22 20V13C22 11.8954 21.1046 11 20 11H15ZM15 13H20V20H15V13ZM13 4C13 2.89543 13.8954 2 15 2H20C21.1046 2 22 2.89543 22 4V7C22 8.10457 21.1046 9 20 9H15C13.8954 9 13 8.10457 13 7V4ZM20 4H15V7H20V4ZM4 15C2.89543 15 2 15.8954 2 17V20C2 21.1046 2.89543 22 4 22H9C10.1046 22 11 21.1046 11 20V17C11 15.8954 10.1046 15 9 15H4ZM4 17H9V20H4V17Z",fill:"currentColor"}),"DashboardIcon");import{createSvgIcon as a2}from"@material-ui/core/utils";import n2 from"react";var Ro=a2(n2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1C8.89543 1 8 1.89543 8 3V4H4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6H20C20.5523 6 21 5.55228 21 5C21 4.44772 20.5523 4 20 4H16V3C16 1.89543 15.1046 1 14 1H10ZM14 4H10V3H14V4ZM7 9C7 8.44772 6.55228 8 6 8C5.44772 8 5 8.44772 5 9V20C5 21.6569 6.34315 23 8 23H16C17.6569 23 19 21.6569 19 20V9C19 8.44772 18.5523 8 18 8C17.4477 8 17 8.44772 17 9V20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20V9ZM10 11C10.5523 11 11 11.4477 11 12V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V12C9 11.4477 9.44772 11 10 11ZM15 12C15 11.4477 14.5523 11 14 11C13.4477 11 13 11.4477 13 12V17C13 17.5523 13.4477 18 14 18C14.5523 18 15 17.5523 15 17V12Z",fill:"currentColor"}),"DeleteIcon");import{createSvgIcon as l2}from"@material-ui/core/utils";import j from"react";var r3=l2(j.createElement(j.Fragment,null,j.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.8132 9.375C13.2975 9.375 14.5007 8.17177 14.5007 6.6875C14.5007 5.20323 13.2975 4 11.8132 4C10.329 4 9.12573 5.20323 9.12573 6.6875C9.12573 8.17177 10.329 9.375 11.8132 9.375ZM16.5007 6.6875C16.5007 9.27633 14.4021 11.375 11.8132 11.375C9.2244 11.375 7.12573 9.27633 7.12573 6.6875C7.12573 4.09867 9.2244 2 11.8132 2C14.4021 2 16.5007 4.09867 16.5007 6.6875Z",fill:"currentColor"}),j.createElement("path",{d:"M11.5 22C12.0523 22 12.5 21.5523 12.5 21C12.5 20.4477 12.0523 20 11.5 20V22ZM13 15C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13V15ZM8.83333 15H11.5V13H8.83333V15ZM11.5 20H4.16667V22H11.5V20ZM11.5 15H13V13H11.5V15ZM4 19.8333C4 17.164 6.16396 15 8.83333 15V13C5.05939 13 2 16.0594 2 19.8333H4ZM2 19.8333C2 21.03 2.97005 22 4.16667 22V20C4.07462 20 4 19.9254 4 19.8333H2Z",fill:"currentColor"}),j.createElement("path",{d:"M21.7071 16.7071C22.0976 16.3166 22.0976 15.6834 21.7071 15.2929C21.3166 14.9024 20.6834 14.9024 20.2929 15.2929L21.7071 16.7071ZM15.2929 20.2929C14.9024 20.6834 14.9024 21.3166 15.2929 21.7071C15.6834 22.0976 16.3166 22.0976 16.7071 21.7071L15.2929 20.2929ZM20.2929 15.2929L15.2929 20.2929L16.7071 21.7071L21.7071 16.7071L20.2929 15.2929Z",fill:"currentColor"}),j.createElement("path",{d:"M20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L20.2929 21.7071ZM16.7071 15.2929C16.3166 14.9024 15.6834 14.9024 15.2929 15.2929C14.9024 15.6834 14.9024 16.3166 15.2929 16.7071L16.7071 15.2929ZM21.7071 20.2929L16.7071 15.2929L15.2929 16.7071L20.2929 21.7071L21.7071 20.2929Z",fill:"currentColor"})),"DeleteUserIcon");import{createSvgIcon as s2}from"@material-ui/core/utils";import K from"react";var n3=s2(K.createElement(K.Fragment,null,K.createElement("path",{d:"M12.5 10.5L11 17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),K.createElement("path",{d:"M3 7V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V7M3 7V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V7M3 7H21",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),K.createElement("path",{d:"M8 12L6 14L8 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),K.createElement("path",{d:"M16 12L18 14L16 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"})),"DeveloperIcon");import{createSvgIcon as c2}from"@material-ui/core/utils";import p2 from"react";var d2=c2(p2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.23607 4C6.09975 4 5.06096 4.64201 4.55279 5.65836L3.60557 7.55279C3.35858 8.04676 3.55881 8.64744 4.05279 8.89443C4.54676 9.14142 5.14744 8.94119 5.39443 8.44721L6.34164 6.55279C6.51103 6.214 6.8573 6 7.23607 6H24.6812C25.0812 6 25.4428 6.2384 25.6004 6.60608L27.4835 11H7.73244C7.38663 10.4022 6.74028 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C6.74028 14 7.38663 13.5978 7.73244 13H11V19.3698C11 21.2088 13.273 22.073 14.4948 20.6985L16.7474 18.1644C17.1143 17.7516 17.0771 17.1195 16.6644 16.7526C16.2516 16.3857 15.6195 16.4229 15.2526 16.8356L13 19.3698V13H19V18.2676C18.4022 18.6134 18 19.2597 18 20C18 21.1046 18.8954 22 20 22C21.1046 22 22 21.1046 22 20C22 19.2597 21.5978 18.6134 21 18.2676V13H28V26C28 26.5523 27.5523 27 27 27H6C5.44772 27 5 26.5523 5 26V19.7324C5.5978 19.3866 6 18.7403 6 18C6 16.8954 5.10457 16 4 16C2.89543 16 2 16.8954 2 18C2 18.7403 2.4022 19.3866 3 19.7324V26C3 27.6569 4.34314 29 6 29H27C28.6569 29 30 27.6569 30 26V11.7947L27.4386 5.81824C26.9659 4.71519 25.8813 4 24.6812 4H7.23607Z",fill:"currentColor"}),"DigitalLargeIcon");d2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as m2}from"@material-ui/core/utils";import C2 from"react";var u2=m2(C2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.52254 2.25C3.71765 2.25 2.98184 2.70475 2.62188 3.42467L2.02988 4.60869C1.81376 5.04092 1.98896 5.56651 2.42119 5.78262C2.85342 5.99874 3.37901 5.82354 3.59512 5.39131L4.18713 4.20729C4.25065 4.08025 4.3805 4 4.52254 4H15.4258C15.5758 4 15.7113 4.0894 15.7704 4.22728L16.798 6.625H4.96845C4.69645 6.24688 4.25218 6 3.75 6C2.92157 6 2.25 6.67157 2.25 7.5C2.25 8.32843 2.92157 9 3.75 9C4.25218 9 4.69645 8.75312 4.96845 8.375H6.625V12.1061C6.625 13.4854 8.32977 14.1336 9.24611 13.1027L10.654 11.5188C10.975 11.1576 10.9425 10.6046 10.5813 10.2835C10.2201 9.96246 9.66707 9.995 9.34602 10.3562L8.375 11.4486V8.375H11.625V11.2815C11.2469 11.5536 11 11.9978 11 12.5C11 13.3284 11.6716 14 12.5 14C13.3284 14 14 13.3284 14 12.5C14 11.9978 13.7531 11.5536 13.375 11.2815V8.375H17.25V16.25C17.25 16.4571 17.0821 16.625 16.875 16.625H3.75C3.54289 16.625 3.375 16.4571 3.375 16.25V12.4685C3.75312 12.1964 4 11.7522 4 11.25C4 10.4216 3.32843 9.75 2.5 9.75C1.67157 9.75 1 10.4216 1 11.25C1 11.7522 1.24688 12.1964 1.625 12.4685V16.25C1.625 17.4236 2.57639 18.375 3.75 18.375H16.875C18.0486 18.375 19 17.4236 19 16.25V7.3204L17.3789 3.53792C17.0441 2.75659 16.2758 2.25 15.4258 2.25H4.52254Z",fill:"currentColor"}),"DigitalSmallIcon");u2.defaultProps={viewBox:"0 0 20 20"};import{createSvgIcon as f2}from"@material-ui/core/utils";import $o from"react";var g3=f2($o.createElement("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},$o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7793 2C13.9493 2 13.1533 2.32973 12.5664 2.91665L2.91665 12.5664C1.69445 13.7886 1.69445 15.7701 2.91665 16.9923L7.00768 21.0834C8.22987 22.3055 10.2114 22.3056 11.4336 21.0834L21.0834 11.4336C21.6703 10.8467 22 10.0507 22 9.22066V6.25466C22 5.42463 21.6703 4.6286 21.0834 4.04168L19.9583 2.91665C19.3714 2.32973 18.5754 2 17.7453 2H14.7793ZM14.0417 4.39197C14.2373 4.19633 14.5027 4.08642 14.7793 4.08642H17.7453C18.022 4.08642 18.2874 4.19633 18.483 4.39197L19.608 5.517C19.8037 5.71264 19.9136 5.97798 19.9136 6.25466V9.22066C19.9136 9.49734 19.8037 9.76268 19.608 9.95832L12.3503 17.2161L6.78394 11.6497L14.0417 4.39197ZM5.30862 13.125L10.875 18.6914L9.95832 19.608C9.55093 20.0154 8.8904 20.0154 8.483 19.608L4.39197 15.517C3.98457 15.1096 3.98457 14.4491 4.39197 14.0417L5.30862 13.125ZM16.2623 9.30248C17.1266 9.30248 17.8272 8.60189 17.8272 7.73766C17.8272 6.87344 17.1266 6.17285 16.2623 6.17285C15.3981 6.17285 14.6975 6.87344 14.6975 7.73766C14.6975 8.60189 15.3981 9.30248 16.2623 9.30248Z",fill:"currentColor"})),"DiscountsIcon");import{createSvgIcon as g2}from"@material-ui/core/utils";import N1 from"react";var v2=g2(N1.createElement(N1.Fragment,null,N1.createElement("path",{d:"M4 16L16.4142 3.58579C16.7893 3.21071 17.298 3 17.8284 3L24.1716 3C24.702 3 25.2107 3.21071 25.5858 3.58579L28.4142 6.41421C28.7893 6.78929 29 7.29799 29 7.82843V14.1716C29 14.702 28.7893 15.2107 28.4142 15.5858L16 28M4 16L3.58579 16.4142C3.21071 16.7893 3 17.298 3 17.8284L3 20.6716C3 21.202 3.21071 21.7107 3.58579 22.0858L9.91421 28.4142C10.2893 28.7893 10.798 29 11.3284 29H14.1716C14.702 29 15.2107 28.7893 15.5858 28.4142L16 28M4 16L16 28",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"}),N1.createElement("circle",{cx:"22.5",cy:"9.5",r:"2.5",stroke:"currentColor",strokeWidth:"2",fill:"transparent"})),"DiscountLargeIcon");v2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as x2}from"@material-ui/core/utils";import b2 from"react";var M3=x2(b2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 20C2.44772 20 2 20.4477 2 21C2 21.5523 2.44772 22 3 22L21 22C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20L3 20ZM13 3C13 2.44771 12.5523 2 12 2C11.4477 2 11 2.44771 11 3L11 14.5858L8.70711 12.2929C8.31658 11.9024 7.68342 11.9024 7.29289 12.2929C6.90237 12.6834 6.90237 13.3166 7.29289 13.7071L11.2929 17.7071C11.6834 18.0976 12.3166 18.0976 12.7071 17.7071L16.7071 13.7071C17.0976 13.3166 17.0976 12.6834 16.7071 12.2929C16.3166 11.9024 15.6834 11.9024 15.2929 12.2929L13 14.5858L13 3Z",fill:"currentColor"}),"DownloadIcon");import{createSvgIcon as h2}from"@material-ui/core/utils";import y2 from"react";var B3=h2(y2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 7C9.10457 7 10 6.10457 10 5C10 3.89543 9.10457 3 8 3C6.89543 3 6 3.89543 6 5C6 6.10457 6.89543 7 8 7ZM16 7C17.1046 7 18 6.10457 18 5C18 3.89543 17.1046 3 16 3C14.8954 3 14 3.89543 14 5C14 6.10457 14.8954 7 16 7ZM18 12C18 13.1046 17.1046 14 16 14C14.8954 14 14 13.1046 14 12C14 10.8954 14.8954 10 16 10C17.1046 10 18 10.8954 18 12ZM8 14C9.10457 14 10 13.1046 10 12C10 10.8954 9.10457 10 8 10C6.89543 10 6 10.8954 6 12C6 13.1046 6.89543 14 8 14ZM10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17C9.10457 17 10 17.8954 10 19ZM16 21C17.1046 21 18 20.1046 18 19C18 17.8954 17.1046 17 16 17C14.8954 17 14 17.8954 14 19C14 20.1046 14.8954 21 16 21Z",fill:"currentColor"}),"DragIcon");import{createSvgIcon as L2}from"@material-ui/core/utils";import M2 from"react";var w3=L2(M2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m20.08125,2.98089c-1.2209,-1.21116 -3.1901,-1.21116 -4.4109,0l-0.9259,0.91856l-7.70221,7.641c-0.36706,0.36415 -0.58593,0.85157 -0.61423,1.36787l-0.1488,2.7151c-0.06931,1.2648 0.99458,2.2993 2.25694,2.1947l2.65699,-0.2202c0.48957,-0.0405 0.94911,-0.2524 1.29791,-0.5984l8.6196,-8.55117c1.2347,-1.22491 1.2347,-3.22129 0,-4.44619l-1.0294,-1.02127zm-11.56872,10.04163l6.96702,-6.91171l2.5116,2.4916l-6.97042,6.91501l-2.657,0.2202l0.1488,-2.7151zm8.44912,-8.38204l2.5116,2.4916l0.1671,-0.1658c0.4116,-0.4083 0.4116,-1.07376 0,-1.48206l-1.0294,-1.02126c-0.407,-0.40372 -1.0634,-0.40372 -1.4703,0l-0.179,0.17752zm-11.79343,-1.33339c-1.72946,0 -3.13147,1.40201 -3.13147,3.13147l0,12.52586c0,1.7295 1.40201,3.1315 3.13147,3.1315l12.52583,0c1.7295,0 3.1315,-1.402 3.1315,-3.1315l0,-4.5928c0,-0.5765 -0.4673,-1.0438 -1.0438,-1.0438c-0.5765,0 -1.0438,0.4673 -1.0438,1.0438l0,4.5928c0,0.5765 -0.4674,1.0438 -1.0439,1.0438l-12.52583,0c-0.57649,0 -1.04382,-0.4673 -1.04382,-1.0438l0,-12.52586c0,-0.57649 0.46733,-1.04382 1.04382,-1.04382l4.59282,0c0.57649,0 1.04382,-0.46734 1.04382,-1.04383c0,-0.57648 -0.46733,-1.04382 -1.04382,-1.04382l-4.59282,0z",fill:"currentColor"}),"EditIcon");import{createSvgIcon as k2}from"@material-ui/core/utils";import S2 from"react";var I2=k2(S2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 10.4253C6 10.1278 6.11822 9.84235 6.32864 9.63192L9.80485 6.15571C9.38658 6.05394 8.94959 6 8.5 6C5.46243 6 3 8.46243 3 11.5C3 14.5376 5.46243 17 8.5 17C11.5376 17 14 14.5376 14 11.5C14 11.0504 13.9461 10.6134 13.8443 10.1951L10.3681 13.6714C10.1576 13.8818 9.87225 14 9.57466 14H7.12206C6.50237 14 6 13.4976 6 12.8779V10.4253ZM15.4249 8.61457C15.7954 9.50278 16 10.4775 16 11.5C16 15.6421 12.6421 19 8.5 19C4.35786 19 1 15.6421 1 11.5C1 7.35786 4.35786 4 8.5 4C9.5225 4 10.4972 4.20462 11.3854 4.57514L14.6319 1.32865C15.0701 0.890452 15.7806 0.890452 16.2188 1.32864L18.6714 3.78124C19.1096 4.21943 19.1095 4.92988 18.6714 5.36808L15.4249 8.61457ZM8 10.789L13.6814 5.10755L14.9043 6.30673L9.21101 12H8V10.789ZM15.0957 3.69327L16.3186 4.89245L16.6363 4.57466L15.4253 3.36365L15.0957 3.69327Z",fill:"currentColor"}),"EditSmallIcon");I2.defaultProps={viewBox:"0 0 20 20"};import{createSvgIcon as B2}from"@material-ui/core/utils";import T2 from"react";var E3=B2(T2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5C4 4.44772 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7V5ZM5 2C3.34315 2 2 3.34315 2 5V7C2 8.04349 2.53275 8.96254 3.3411 9.5C2.53275 10.0375 2 10.9565 2 12V14C2 15.6569 3.34315 17 5 17H11V18.2676C10.6964 18.4432 10.4432 18.6964 10.2676 19H6C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H10.2676C10.6134 21.5978 11.2597 22 12 22C12.7403 22 13.3866 21.5978 13.7324 21H18C18.5523 21 19 20.5523 19 20C19 19.4477 18.5523 19 18 19H13.7324C13.5568 18.6964 13.3036 18.4432 13 18.2676V17H19C20.6569 17 22 15.6569 22 14V12C22 10.9565 21.4672 10.0375 20.6589 9.5C21.4672 8.96254 22 8.04349 22 7V5C22 3.34315 20.6569 2 19 2H5ZM4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12V14C20 14.5523 19.5523 15 19 15H5C4.44772 15 4 14.5523 4 14V12ZM8 13C8 13.5523 7.55228 14 7 14C6.44772 14 6 13.5523 6 13C6 12.4477 6.44772 12 7 12C7.55228 12 8 12.4477 8 13ZM7 7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6C6 6.55228 6.44772 7 7 7Z",fill:"currentColor"}),"EnvironmentIcon");import{createSvgIcon as P2}from"@material-ui/core/utils";import A1 from"react";var Oo=P2(A1.createElement(A1.Fragment,null,A1.createElement("circle",{cx:"12",cy:"12",r:"11",stroke:"currentColor",fill:"transparent",strokeWidth:"2"}),A1.createElement("path",{d:"M8 10L12 14L16 10",stroke:"currentColor",fill:"transparent",strokeWidth:"2"})),"ExpandIcon");import{createSvgIcon as H2}from"@material-ui/core/utils";import w2 from"react";var U3=H2(w2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.60392 14.3841C7.05649 14.1106 6.5428 13.8026 6.07297 13.4786C5.28167 12.9328 4.66734 12.3772 4.2736 11.941L4.25089 11.9157C4.56218 11.512 5.06221 10.9938 5.75296 10.4821C6.31204 10.068 6.98474 9.66614 7.76943 9.33378C7.28205 10.1055 7 11.0198 7 12C7 12.8633 7.21878 13.6755 7.60392 14.3841ZM16.3961 14.3841C16.9435 14.1106 17.4572 13.8026 17.927 13.4786C18.7183 12.9328 19.3327 12.3772 19.7264 11.941L19.7491 11.9158C19.4378 11.512 18.9378 10.9938 18.247 10.4821C17.688 10.068 17.0153 9.66614 16.2306 9.33378C16.7179 10.1055 17 11.0198 17 12C17 12.8633 16.7812 13.6755 16.3961 14.3841ZM3.87857 11.4212C3.8798 11.4216 3.88819 11.4359 3.90003 11.4628C3.88326 11.4343 3.87733 11.4208 3.87857 11.4212ZM3.94408 12.3876C3.93774 12.406 3.93329 12.4156 3.93264 12.4159C3.932 12.4161 3.93517 12.4069 3.94408 12.3876ZM20.0674 12.4159C20.0667 12.4156 20.0623 12.406 20.0559 12.3876C20.0648 12.4069 20.068 12.4161 20.0674 12.4159ZM20.1 11.4628C20.1118 11.4359 20.1202 11.4216 20.1214 11.4212C20.1227 11.4208 20.1167 11.4343 20.1 11.4628ZM12 17.5C6.5 17.5 2 13 2 12C2 11 5.5 6.5 12 6.5C18.5 6.5 22 11 22 12C22 13 17.5 17.5 12 17.5ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",fill:"currentColor"}),"EyeIcon");import{createSvgIcon as F2}from"@material-ui/core/utils";import V2 from"react";var q3=F2(V2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V6.67157C22 7.46722 21.6839 8.23029 21.1213 8.79289L15.7929 14.1213C15.6054 14.3089 15.5 14.5632 15.5 14.8284V19C15.5 19.4089 15.251 19.7766 14.8714 19.9285L9.87139 21.9285C9.5633 22.0517 9.21414 22.0141 8.93937 21.8281C8.6646 21.642 8.5 21.3318 8.5 21V14.8284C8.5 14.5632 8.39464 14.3089 8.20711 14.1213L2.87868 8.79289C2.31607 8.23028 2 7.46722 2 6.67157V4ZM20 4H4V6.67157C4 6.93679 4.10536 7.19114 4.29289 7.37868L9.62132 12.7071C10.1839 13.2697 10.5 14.0328 10.5 14.8284V19.523L13.5 18.323V14.8284C13.5 14.0328 13.8161 13.2697 14.3787 12.7071L19.7071 7.37868C19.8946 7.19114 20 6.93679 20 6.67157V4Z",fill:"currentColor"}),"FilteringIcon");import{createSvgIcon as Z2}from"@material-ui/core/utils";import N2 from"react";var A2=Z2(N2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 4C4.44772 4 4 4.44772 4 5V8.5H28L28 5C28 4.44772 27.5523 4 27 4H5ZM26.5858 10.5H5.41421L12.7071 17.7929C12.8946 17.9804 13 18.2348 13 18.5V26.4384C13 27.089 13.6114 27.5664 14.2425 27.4086L18.2425 26.4086C18.6877 26.2973 19 25.8973 19 25.4384V18.5C19 18.2348 19.1054 17.9804 19.2929 17.7929L26.5858 10.5ZM2 5C2 3.34315 3.34315 2 5 2H27C28.6569 2 30 3.34315 30 5L30 9.5C30 9.76522 29.8946 10.0196 29.7071 10.2071L21 18.9142V25.4384C21 26.8151 20.0631 28.015 18.7276 28.3489L14.7276 29.3489C12.8342 29.8222 11 28.3902 11 26.4384V18.9142L2.29289 10.2071C2.10536 10.0196 2 9.76522 2 9.5V5Z",fill:"currentColor"}),"FilteringLargeIcon");A2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as D2}from"@material-ui/core/utils";import E2 from"react";var R2=D2(E2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 7C4.44772 7 4 7.44772 4 8V13H6.1965C6.18957 12.9805 6.18283 12.9609 6.17629 12.9412C5.8413 11.9363 5.95516 10.6306 6.79292 9.79287C7.63063 8.95522 8.93633 8.84133 9.94126 9.17631C9.96087 9.18285 9.98046 9.18958 10 9.19652V7H5ZM10 12V13H8.99342C8.5074 12.9976 8.21391 12.7295 8.07365 12.3088C7.90862 11.8137 8.04476 11.3694 8.20708 11.2071C8.36945 11.0448 8.81375 10.9087 9.3088 11.0737C9.73142 11.2146 10 11.51 10 12ZM13.0066 13H12V12C12 11.51 12.2686 11.2146 12.6912 11.0737C13.1862 10.9087 13.6306 11.0448 13.7929 11.2071C13.9552 11.3694 14.0914 11.8137 13.9263 12.3088C13.7861 12.7295 13.4926 12.9976 13.0066 13ZM15.8035 13C15.8104 12.9805 15.8172 12.9609 15.8237 12.9412C16.1587 11.9363 16.0448 10.6306 15.2071 9.79287C14.3694 8.95522 13.0637 8.84133 12.0587 9.17631C12.0391 9.18285 12.0195 9.18958 12 9.19652V7H27C27.5523 7 28 7.44772 28 8V13H15.8035ZM4 24V15H8.58579L7.29289 16.2929C6.90237 16.6834 6.90237 17.3166 7.29289 17.7071C7.68342 18.0976 8.31658 18.0976 8.70711 17.7071L10 16.4142V25H5C4.44772 25 4 24.5523 4 24ZM27 25H12V16.4142L13.2929 17.7071C13.6834 18.0976 14.3166 18.0976 14.7071 17.7071C15.0976 17.3166 15.0976 16.6834 14.7071 16.2929L13.4142 15H28V24C28 24.5523 27.5523 25 27 25ZM30 24V14V8C30 6.34315 28.6569 5 27 5H5C3.34315 5 2 6.34315 2 8V24C2 25.6569 3.34315 27 5 27H27C28.6569 27 30 25.6569 30 24ZM17 18C16.4477 18 16 18.4477 16 19C16 19.5523 16.4477 20 17 20H25C25.5523 20 26 19.5523 26 19C26 18.4477 25.5523 18 25 18H17ZM16 22C16 21.4477 16.4477 21 17 21H18C18.5523 21 19 21.4477 19 22C19 22.5523 18.5523 23 18 23H17C16.4477 23 16 22.5523 16 22ZM21 21C20.4477 21 20 21.4477 20 22C20 22.5523 20.4477 23 21 23H25C25.5523 23 26 22.5523 26 22C26 21.4477 25.5523 21 25 21H21Z",fill:"currentColor"}),"GiftCardLargeIcon");R2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as $2}from"@material-ui/core/utils";import O2 from"react";var as=$2(O2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 20H12C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12V20ZM12 2C6.47715 2 2 6.47715 2 12V22H12C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM9.48039 6.98039C10.1307 6.33011 11.0228 6 12 6C12.9772 6 13.8693 6.33011 14.5196 6.98039C15.1699 7.63067 15.5 8.52275 15.5 9.5C15.5 10.9343 14.5676 12.2346 13.4403 12.9247C13.1458 13.105 12.8897 13.3115 12.7172 13.5218C12.5469 13.7293 12.5 13.8863 12.5 14H10.5C10.5 13.2853 10.809 12.6944 11.1711 12.2531C11.531 11.8145 11.984 11.4711 12.3961 11.2189C13.0728 10.8047 13.5 10.0853 13.5 9.5C13.5 8.97725 13.3301 8.61933 13.1054 8.39461C12.8807 8.16989 12.5228 8 12 8C11.4772 8 11.1193 8.16989 10.8946 8.39461C10.6699 8.61933 10.5 8.97725 10.5 9.5H8.5C8.5 8.52275 8.83011 7.63067 9.48039 6.98039ZM11.5 18C12.3284 18 13 17.3284 13 16.5C13 15.6716 12.3284 15 11.5 15C10.6716 15 10 15.6716 10 16.5C10 17.3284 10.6716 18 11.5 18Z",fill:"currentColor"}),"HelpIcon");import{createSvgIcon as W2}from"@material-ui/core/utils";import G2 from"react";var cs=W2(G2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V15.7962L11.0456 9.63136L12.5 11.0858L16 7.58579L20 11.5858V5C20 4.44772 19.5523 4 19 4H5ZM20 14.4142L16 10.4142L12.5 13.9142L10.9544 12.3686L4 18.4538V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14.4142Z",fill:"currentColor"}),"ImageIcon");import D1 from"react";var p1=e=>D1.createElement("svg",a({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),D1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),D1.createElement("circle",{cx:"20",cy:"20",r:"14",stroke:"currentColor",strokeWidth:"4"}),D1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 11C18.6716 11 18 11.6716 18 12.5V20.5C18 21.3284 18.6716 22 19.5 22H20.5C21.3284 22 22 21.3284 22 20.5V12.5C22 11.6716 21.3284 11 20.5 11H19.5ZM19.5 25C18.6716 25 18 25.6716 18 26.5V27.5C18 28.3284 18.6716 29 19.5 29H20.5C21.3284 29 22 28.3284 22 27.5V26.5C22 25.6716 21.3284 25 20.5 25H19.5Z",fill:"currentColor"}));p1.displayName="InfoIcon";import{createSvgIcon as z2}from"@material-ui/core/utils";import U2 from"react";var fs=z2(U2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 2C14.4477 2 14 2.44772 14 3C14 3.55229 14.4477 4 15 4L18.5858 4L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L20 5.41422L20 9C20 9.55229 20.4477 10 21 10C21.5523 10 22 9.55229 22 9L22 3C22 2.44772 21.5523 2 21 2L15 2ZM5 4C3.34315 4 2 5.34314 2 7L2 19C2 20.6569 3.34314 22 5 22L17 22C18.6569 22 20 20.6569 20 19L20 13C20 12.4477 19.5523 12 19 12C18.4477 12 18 12.4477 18 13L18 19C18 19.5523 17.5523 20 17 20L5 20C4.44771 20 4 19.5523 4 19L4 7C4 6.44772 4.44772 6 5 6L11 6C11.5523 6 12 5.55229 12 5C12 4.44772 11.5523 4 11 4L5 4Z",fill:"currentColor"}),"LinkIcon");import{createSvgIcon as j2}from"@material-ui/core/utils";import E1 from"react";var bs=j2(E1.createElement(E1.Fragment,null,E1.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),E1.createElement("path",{d:"M3.63039 6.61963C4.00478 6.24762 4.50239 6 5 6C6 6 18 6 19 6C19.5 6 20 6.25 20.375 6.625M3.63039 6.61963C3.2524 6.99522 3 7.49761 3 8C3 9 3 15 3 16C3 16.5024 3.2524 17.0048 3.63039 17.3804M3.63039 6.61963C3.63039 6.61963 7.13226 10.1215 9.01076 12M20.375 6.625C20.75 7 21 7.5 21 8C21 9 21 15 21 16C21 17 20 18 19 18C18 18 6 18 5 18C4.50239 18 4.00478 17.7524 3.63039 17.3804M20.375 6.625C20.375 6.625 16.8773 10.1227 15 12M9.01076 12C9.46071 12.4499 9.81752 12.8068 10.0108 13C11.0108 14 13 14 14 13C14.1933 12.8067 14.5501 12.4499 15 12M9.01076 12L3.63039 17.3804M15 12L20.3804 17.3804",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"})),"MailIcon");import{createSvgIcon as K2}from"@material-ui/core/utils";import _2 from"react";var Ms=K2(_2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19 12C19 12.5523 18.5523 13 18 13L6 13C5.44771 13 5 12.5523 5 12C5 11.4477 5.44771 11 6 11L18 11C18.5523 11 19 11.4477 19 12Z",fill:"currentColor"}),"MinusIcon");import{createSvgIcon as q2}from"@material-ui/core/utils";import X2 from"react";var Bs=q2(X2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM20 12C20 13.1046 19.1046 14 18 14C16.8954 14 16 13.1046 16 12C16 10.8954 16.8954 10 18 10C19.1046 10 20 10.8954 20 12Z",fill:"currentColor"}),"MoreHorizontalIcon");import{createSvgIcon as Y2}from"@material-ui/core/utils";import J2 from"react";var ws=Y2(J2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z",fill:"currentColor"}),"MoreIcon");import{createSvgIcon as Q2}from"@material-ui/core/utils";import d1 from"react";var Ns=Q2(d1.createElement(d1.Fragment,null,d1.createElement("path",{d:"M4 8H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),d1.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),d1.createElement("path",{d:"M4 16H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),"NavigationIcon");import{createSvgIcon as ei}from"@material-ui/core/utils";import oi from"react";var ri=ei(oi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 16C28 22.6274 22.6274 28 16 28C9.37258 28 4 22.6274 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16ZM30 16C30 23.732 23.732 30 16 30C8.26801 30 2 23.732 2 16C2 8.26801 8.26801 2 16 2C23.732 2 30 8.26801 30 16ZM23.1271 11.4417C23.7506 9.83112 22.1768 8.24068 20.5597 8.8471L8.83347 13.2444C7.18709 13.8618 7.08139 16.1506 8.66386 16.9171L12.4577 18.7547L14.8987 23.4842C15.6895 25.0163 17.9187 24.8968 18.5411 23.2889L23.1271 11.4417ZM9.53571 15.1171L21.262 10.7198L16.676 22.5669L14.235 17.8374C14.0366 17.4531 13.7189 17.1433 13.3296 16.9548L9.53571 15.1171Z",fill:"currentColor"}),"NavigationLargeIcon");ri.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as ti}from"@material-ui/core/utils";import we from"react";var Ws=ti(we.createElement(we.Fragment,null,we.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25503 12.198L11.2063 3.0483C12.2646 1.09249 15.2463 2.08503 14.9212 4.28496L14.2397 8.89774L15.7025 8.73522L15.807 9.67606L15.9115 10.6169L13.2283 10.9151C12.6114 10.9836 12.0966 10.4499 12.1873 9.83584L13.0483 4.00824C13.0638 3.90348 12.9218 3.85622 12.8714 3.94935L7.92015 13.099C7.84742 13.2334 7.95568 13.3942 8.10757 13.3773L10.8039 13.0777C11.4157 13.0097 11.9286 13.5344 11.8467 14.1445L11.0617 19.9934C11.0477 20.0981 11.1896 20.1437 11.2391 20.0504L16.0997 10.8939C16.171 10.7595 16.0627 10.6001 15.9115 10.6169L15.807 9.67606L15.7025 8.73522C17.3657 8.55042 18.5566 10.3034 17.772 11.7815L12.9114 20.9381C11.8715 22.8971 8.89023 21.9397 9.18525 19.7416L9.80911 15.0932L8.31664 15.259C6.64589 15.4446 5.455 13.6764 6.25503 12.198Z",fill:"currentColor"})),"NavigatorIcon");import{createSvgIcon as ii}from"@material-ui/core/utils";import ai from"react";var js=ii(ai.createElement("path",{d:"M10 16L14 12L10 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"NextIcon");import{createSvgIcon as ni}from"@material-ui/core/utils";import _ from"react";var Xs=ni(_.createElement(_.Fragment,null,_.createElement("circle",{cx:"12",cy:"18",r:"1",fill:"currentColor"}),_.createElement("path",{d:"M7 14.5C7 14.5 7.35787 14.05 8 13.5317M17 14.5C17 14.5 16.1511 13.4325 14.7224 12.6926",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),_.createElement("path",{d:"M3 10C3 10 6.57831 6 12 6M21 10C21 10 19.9552 8.83211 18.1394 7.75846",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),_.createElement("path",{d:"M17.8599 4.01054C18.1418 3.53565 17.9854 2.92211 17.5105 2.64015C17.0357 2.35818 16.4221 2.51458 16.1401 2.98946L17.8599 4.01054ZM6.64015 18.9895C6.35818 19.4643 6.51458 20.0779 6.98946 20.3599C7.46435 20.6418 8.07789 20.4854 8.35985 20.0105L6.64015 18.9895ZM16.1401 2.98946L6.64015 18.9895L8.35985 20.0105L17.8599 4.01054L16.1401 2.98946Z",fill:"currentColor"})),"NoConnectionIcon");import R1 from"react";var m1=e=>R1.createElement("svg",a({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),R1.createElement("circle",{cx:"20",cy:"20",r:"16",fill:"var(--background-paper)"}),R1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),R1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.9531 29.7815C24.9914 31.1784 22.5917 32 20 32C13.3726 32 8 26.6274 8 20C8 17.4083 8.82158 15.0086 10.2185 13.0469L26.9531 29.7815ZM29.7815 26.9531L13.0469 10.2185C15.0086 8.82158 17.4083 8 20 8C26.6274 8 32 13.3726 32 20C32 22.5917 31.1784 24.9914 29.7815 26.9531ZM36 20C36 28.8366 28.8366 36 20 36C11.1634 36 4 28.8366 4 20C4 11.1634 11.1634 4 20 4C28.8366 4 36 11.1634 36 20Z",fill:"currentColor"}));m1.displayName="NotAllowedIcon";import $1 from"react";var li=e=>$1.createElement("svg",a({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),$1.createElement("circle",{cx:"20",cy:"20",r:"16",fill:"#F5FAFB"}),$1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"#FE6E76"}),$1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.9531 29.7815C24.9914 31.1784 22.5917 32 20 32C13.3726 32 8 26.6274 8 20C8 17.4083 8.82158 15.0086 10.2185 13.0469L26.9531 29.7815ZM29.7815 26.9531L13.0469 10.2185C15.0086 8.82158 17.4083 8 20 8C26.6274 8 32 13.3726 32 20C32 22.5917 31.1784 24.9914 29.7815 26.9531ZM36 20C36 28.8366 28.8366 36 20 36C11.1634 36 4 28.8366 4 20C4 11.1634 11.1634 4 20 4C28.8366 4 36 11.1634 36 20Z",fill:"var(--background-paper)"}));li.displayName="NotAllowedInvertedIcon";import{createSvgIcon as si}from"@material-ui/core/utils";import N from"react";var ci=si(N.createElement(N.Fragment,null,N.createElement("rect",{x:"3",y:"3",width:"26",height:"26",rx:"2",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),N.createElement("mask",{id:"path-2-inside-1_892_5855",fill:"var(--background-paper)"},N.createElement("rect",{x:"7",y:"7",width:"6",height:"6",rx:"1"})),N.createElement("rect",{x:"7",y:"7",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"4",mask:"url(#path-2-inside-1_892_5855)",fill:"transparent"}),N.createElement("rect",{x:"7",y:"19",width:"18",height:"2",rx:"0.5",fill:"currentColor"}),N.createElement("rect",{x:"7",y:"15",width:"18",height:"2",rx:"0.5",fill:"currentColor"}),N.createElement("rect",{x:"7",y:"23",width:"18",height:"2",rx:"0.5",fill:"currentColor"})),"NotesLargeIcon");ci.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as pi}from"@material-ui/core/utils";import di from"react";var l6=pi(di.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.8 10.2C3.8 5.67126 7.47127 2 12 2C16.5287 2 20.2 5.67126 20.2 10.2V17.5936H21C21.5523 17.5936 22 18.0413 22 18.5936C22 19.1459 21.5523 19.5936 21 19.5936H15.5509C15.1236 20.9869 13.8269 22 12.2936 22H11.7064C10.1731 22 8.87638 20.9869 8.44914 19.5936H3C2.44772 19.5936 2 19.1459 2 18.5936C2 18.0413 2.44772 17.5936 3 17.5936H3.8V10.2ZM5.8 17.5936H18.2V10.2C18.2 6.77584 15.4242 4 12 4C8.57583 4 5.8 6.77583 5.8 10.2V17.5936ZM10.7175 19.5936C10.9715 19.8449 11.3209 20 11.7064 20H12.2936C12.6791 20 13.0285 19.8449 13.2825 19.5936H10.7175Z",fill:"currentColor"}),"NotificationsIcon");import{createSvgIcon as mi}from"@material-ui/core/utils";import Ci from"react";var ui=mi(Ci.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.2066 26.2723C20.3957 27.3688 18.2716 28 16 28C13.7284 28 11.6043 27.3688 9.7934 26.2723C9.9274 25.8726 10 25.4448 10 25C10 22.7909 8.20914 21 6 21C5.7019 21 5.41143 21.0326 5.13194 21.0945C4.4058 19.5481 4 17.8214 4 16C4 14.1786 4.4058 12.4519 5.13194 10.9055C5.41143 10.9674 5.7019 11 6 11C8.20914 11 10 9.20914 10 7C10 6.5552 9.9274 6.12736 9.7934 5.72768C11.6043 4.63116 13.7284 4 16 4C18.2716 4 20.3957 4.63116 22.2066 5.72768C22.0726 6.12736 22 6.5552 22 7C22 9.20914 23.7909 11 26 11C26.2981 11 26.5886 10.9674 26.8681 10.9055C27.5942 12.4519 28 14.1786 28 16C28 17.8214 27.5942 19.5481 26.8681 21.0945C26.5886 21.0326 26.2981 21 26 21C23.7909 21 22 22.7909 22 25C22 25.4448 22.0726 25.8726 22.2066 26.2723ZM23.2982 27.9496C21.173 29.2503 18.6741 30 16 30C13.3259 30 10.827 29.2503 8.70185 27.9496C7.9901 28.6019 7.04154 29 6 29C3.79086 29 2 27.2091 2 25C2 23.8076 2.52171 22.7371 3.34931 22.0043C2.48415 20.1847 2 18.1489 2 16C2 13.8511 2.48415 11.8153 3.34931 9.9957C2.52171 9.26286 2 8.19236 2 7C2 4.79086 3.79086 3 6 3C7.04154 3 7.99011 3.39808 8.70185 4.05039C10.827 2.7497 13.3259 2 16 2C18.6741 2 21.173 2.74971 23.2982 4.05039C24.0099 3.39808 24.9585 3 26 3C28.2091 3 30 4.79086 30 7C30 8.19236 29.4783 9.26286 28.6507 9.99569C29.5159 11.8153 30 13.8511 30 16C30 18.1489 29.5159 20.1847 28.6507 22.0043C29.4783 22.7371 30 23.8076 30 25C30 27.2091 28.2091 29 26 29C24.9585 29 24.0099 28.6019 23.2982 27.9496ZM6 9C7.10457 9 8 8.10457 8 7C8 5.89543 7.10457 5 6 5C4.89543 5 4 5.89543 4 7C4 8.10457 4.89543 9 6 9ZM26 9C27.1046 9 28 8.10457 28 7C28 5.89543 27.1046 5 26 5C24.8954 5 24 5.89543 24 7C24 8.10457 24.8954 9 26 9ZM28 25C28 26.1046 27.1046 27 26 27C24.8954 27 24 26.1046 24 25C24 23.8954 24.8954 23 26 23C27.1046 23 28 23.8954 28 25ZM6 27C7.10457 27 8 26.1046 8 25C8 23.8954 7.10457 23 6 23C4.89543 23 4 23.8954 4 25C4 26.1046 4.89543 27 6 27ZM17.6882 15C17.5151 13.5884 16.9729 12.0742 16 10.1898C15.0271 12.0742 14.4849 13.5884 14.3118 15H17.6882ZM18.3698 10.4862C20.2107 11.2784 21.5757 12.9657 21.917 15H19.7003C19.556 13.5436 19.1004 12.0837 18.3698 10.4862ZM19.7003 17H21.917C21.5757 19.0344 20.2107 20.7216 18.3697 21.5139C19.1003 19.9163 19.556 18.4564 19.7003 17ZM16 21.81C16.9729 19.9257 17.515 18.4115 17.6882 17H14.3118C14.485 18.4115 15.0271 19.9257 16 21.81ZM13.6302 10.4862C12.8996 12.0837 12.444 13.5436 12.2997 15H10.083C10.4243 12.9657 11.7893 11.2784 13.6302 10.4862ZM13.6303 21.5139C12.8997 19.9163 12.444 18.4564 12.2997 17H10.083C10.4243 19.0344 11.7893 20.7216 13.6303 21.5139ZM16 24C20.4183 24 24 20.4183 24 16C24 11.5817 20.4183 8 16 8C11.5817 8 8 11.5817 8 16C8 20.4183 11.5817 24 16 24Z",fill:"currentColor"}),"OmnichannelLargeIcon");ui.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as fi}from"@material-ui/core/utils";import gi from"react";var u6=fi(gi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 4.04169C2 3.46638 2.46638 3 3.04169 3H5.15004C6.42278 3 7.55576 3.76978 8.03557 4.92487H18.8724C21.018 4.92487 22.5254 7.03745 21.8276 9.06637L20.815 12.0103C20.3811 13.2719 19.194 14.1189 17.8599 14.1189H9.0654C8.79025 14.1189 8.5672 14.342 8.5672 14.6171C8.5672 14.8923 8.79025 15.1153 9.0654 15.1153H19.3465C19.9218 15.1153 20.3881 15.5817 20.3881 16.157C20.3881 16.7323 19.9218 17.1987 19.3465 17.1987H9.0654C7.63962 17.1987 6.48381 16.0429 6.48381 14.6171C6.48381 13.6191 7.05019 12.7533 7.87907 12.3237L6.27116 6.24637L6.14965 5.83198C6.01954 5.38824 5.61247 5.08339 5.15004 5.08339H3.04169C2.46638 5.08339 2 4.617 2 4.04169ZM8.6278 7.00825L9.95791 12.0356H17.8599C18.3046 12.0356 18.7003 11.7532 18.8449 11.3327L19.8575 8.38876C20.0901 7.71245 19.5876 7.00825 18.8724 7.00825H8.6278ZM10 19.5C10 20.3284 9.32843 21 8.5 21C7.67157 21 7 20.3284 7 19.5C7 18.6716 7.67157 18 8.5 18C9.32843 18 10 18.6716 10 19.5ZM17.5 21C18.3284 21 19 20.3284 19 19.5C19 18.6716 18.3284 18 17.5 18C16.6716 18 16 18.6716 16 19.5C16 20.3284 16.6716 21 17.5 21Z",fill:"currentColor"}),"OrdersIcon");import{createSvgIcon as vi}from"@material-ui/core/utils";import xi from"react";var x6=vi(xi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 4C8.44772 4 8 4.44772 8 5V19C8 19.5523 8.44772 20 9 20H17C17.5523 20 18 19.5523 18 19V7.57843C18 7.31321 17.8946 7.05886 17.7071 6.87132L15.1287 4.29289C14.9411 4.10536 14.6868 4 14.4216 4H9ZM6 5C6 3.34315 7.34315 2 9 2H14.4216C15.2172 2 15.9803 2.31607 16.5429 2.87868L19.1213 5.45711C19.6839 6.01972 20 6.78278 20 7.57843V19C20 20.6569 18.6569 22 17 22H9C7.34315 22 6 20.6569 6 19V5ZM4 6C4.55228 6 5 6.44772 5 7V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6ZM10.5 13C10.2239 13 10 13.2239 10 13.5V14.5C10 14.7761 10.2239 15 10.5 15H15.5C15.7761 15 16 14.7761 16 14.5V13.5C16 13.2239 15.7761 13 15.5 13H10.5ZM10 10.5C10 10.2239 10.2239 10 10.5 10H15.5C15.7761 10 16 10.2239 16 10.5V11.5C16 11.7761 15.7761 12 15.5 12H10.5C10.2239 12 10 11.7761 10 11.5V10.5ZM10.5 16C10.2239 16 10 16.2239 10 16.5V17.5C10 17.7761 10.2239 18 10.5 18H15.5C15.7761 18 16 17.7761 16 17.5V16.5C16 16.2239 15.7761 16 15.5 16H10.5Z",fill:"currentColor"}),"PagesIcon");import{createSvgIcon as bi}from"@material-ui/core/utils";import hi from"react";var yi=bi(hi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 4C13.7909 4 12 5.79086 12 8V11.9355C13.205 11.3367 14.5632 11 16 11C17.4368 11 18.795 11.3367 20 11.9355V8C20 5.79086 18.2091 4 16 4ZM22 13.2917V8C22 4.68629 19.3137 2 16 2C12.6863 2 10 4.68629 10 8V13.2917C8.15875 14.9396 7 17.3345 7 20C7 24.9706 11.0294 29 16 29C20.9706 29 25 24.9706 25 20C25 17.3345 23.8412 14.9396 22 13.2917ZM14 18C14 17.4477 14.4477 17 15 17H17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19V22C17 22.5523 16.5523 23 16 23C15.4477 23 15 22.5523 15 22V19C14.4477 19 14 18.5523 14 18ZM23 20C23 23.866 19.866 27 16 27C12.134 27 9 23.866 9 20C9 16.134 12.134 13 16 13C19.866 13 23 16.134 23 20Z",fill:"currentColor"}),"PermissionLargeIcon");yi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Li}from"@material-ui/core/utils";import Mi from"react";var S6=Li(Mi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V15.7962L11.0456 9.63136L12.5 11.0858L16 7.58579L20 11.5858V5C20 4.44772 19.5523 4 19 4H5ZM20 14.4142L16 10.4142L12.5 13.9142L10.9544 12.3686L4 18.4538V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14.4142Z",fill:"currentColor"}),"PhotoIcon");import{createSvgIcon as ki}from"@material-ui/core/utils";import Si from"react";var P6=ki(Si.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 4C13 3.5 12.5523 3 12 3C11.4477 3 11 3.5 11 4L11 11L4 11C3.5 11 3 11.4477 3 12C3 12.5523 3.5 13 4 13L11 13L11 20C11 20.5 11.4477 21 12 21C12.5523 21 13 20.5 13 20L13 13L20 13C20.5 13 21 12.5523 21 12C21 11.4477 20.5 11 20 11L13 11L13 4Z",fill:"currentColor"}),"PlusIcon");import{createSvgIcon as Ii}from"@material-ui/core/utils";import Bi from"react";var V6=Ii(Bi.createElement("path",{d:"M14 8L10 12L14 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"PreviousIcon");import{createSvgIcon as Ti}from"@material-ui/core/utils";import O1 from"react";var D6=Ti(O1.createElement(O1.Fragment,null,O1.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),O1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 3C6.94772 3 6.5 3.44772 6.5 4V6H17.5V4C17.5 3.44772 17.0523 3 16.5 3H7.5ZM19.5 6V4C19.5 2.34315 18.1569 1 16.5 1H7.5C5.84315 1 4.5 2.34315 4.5 4V6H4C2.34315 6 1 7.34315 1 9V15C1 16.6569 2.34315 18 4 18H5V20C5 21.6569 6.34315 23 8 23H16C17.6569 23 19 21.6569 19 20V18H20C21.6569 18 23 16.6569 23 15V9C23 7.34315 21.6569 6 20 6H19.5ZM20 16C20.5523 16 21 15.5523 21 15V9C21 8.44772 20.5523 8 20 8H4C3.44772 8 3 8.44772 3 9V15C3 15.5523 3.44772 16 4 16H5V14.5C4.44772 14.5 4 14.0523 4 13.5C4 12.9477 4.44772 12.5 5 12.5H19C19.5523 12.5 20 12.9477 20 13.5C20 14.0523 19.5523 14.5 19 14.5V16H20ZM17 14.5H7V20C7 20.5523 7.44772 21 8 21H16C16.5523 21 17 20.5523 17 20V14.5ZM8.5 18C8.5 17.4477 8.94772 17 9.5 17H14.5C15.0523 17 15.5 17.4477 15.5 18C15.5 18.5523 15.0523 19 14.5 19H9.5C8.94772 19 8.5 18.5523 8.5 18ZM5 9C4.44772 9 4 9.44771 4 10C4 10.5523 4.44772 11 5 11H7C7.55228 11 8 10.5523 8 10C8 9.44771 7.55228 9 7 9H5Z",fill:"currentColor"})),"PrinterIcon");import{createSvgIcon as Pi}from"@material-ui/core/utils";import W1 from"react";var O6=Pi(W1.createElement(W1.Fragment,null,W1.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),W1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V8.67363C14.0907 8.24169 13.0736 8 12 8C10.9264 8 9.90926 8.24169 9 8.67363V7ZM7 10.101V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V10.101C18.2372 11.3636 19 13.0927 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15C5 13.0927 5.76281 11.3636 7 10.101ZM12 20C14.7614 20 17 17.7614 17 15C17 12.2386 14.7614 10 12 10C9.23858 10 7 12.2386 7 15C7 17.7614 9.23858 20 12 20ZM10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V15C10.4477 15 10 14.5523 10 14Z",fill:"currentColor"})),"PrivacyIcon");import{createSvgIcon as Hi}from"@material-ui/core/utils";import wi from"react";var U6=Hi(wi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.22559 5.62861C5.37745 5.24895 5.74516 5 6.15407 5H17.8459C18.2548 5 18.6225 5.24895 18.7744 5.62861L19.523 7.5H4.47703L5.22559 5.62861ZM15.5 9.5H20V18C20 18.5523 19.5523 19 19 19H5C4.44772 19 4 18.5523 4 18V9.5H8.5V14.4597C8.5 15.7174 9.9549 16.4167 10.937 15.631L12 14.7806L13.063 15.631C14.0451 16.4167 15.5 15.7174 15.5 14.4597V9.5ZM13.5 9.5H10.5V13.4194L11.063 12.969C11.6108 12.5307 12.3892 12.5307 12.937 12.969L13.5 13.4194V9.5ZM6.15407 3C4.92735 3 3.82423 3.74685 3.36864 4.88583L2 8.30742V18C2 19.6569 3.34315 21 5 21H19C20.6569 21 22 19.6569 22 18V8.30742L20.6314 4.88583C20.1758 3.74685 19.0726 3 17.8459 3H6.15407Z",fill:"currentColor"}),"ProductIcon");import{createSvgIcon as Fi}from"@material-ui/core/utils";import Vi from"react";var Zi=Fi(Vi.createElement("path",{d:"M3 10V26C3 27.1046 3.89543 28 5 28H27C28.1046 28 29 27.1046 29 26V10M3 10L6.40627 4.8906C6.7772 4.3342 7.40166 4 8.07037 4H23.9296C24.5983 4 25.2228 4.3342 25.5937 4.8906L29 10M3 10H12M29 10H20M12 10V18.7929C12 19.2383 12.5386 19.4614 12.8536 19.1464L15.2929 16.7071C15.6834 16.3166 16.3166 16.3166 16.7071 16.7071L19.1464 19.1464C19.4614 19.4614 20 19.2383 20 18.7929V10M12 10H20",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"}),"ProductLargeIcon");Zi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Ni}from"@material-ui/core/utils";import G1 from"react";var wo=Ni(G1.createElement(G1.Fragment,null,G1.createElement("circle",{cx:"12",cy:"12",r:"12",fill:"currentColor"}),G1.createElement("circle",{cx:"12",cy:"12",r:"5",fill:"var(--background-paper)"})),"RadioCheckedIcon");import{createSvgIcon as Ai}from"@material-ui/core/utils";import Fe from"react";var Fo=Ai(Fe.createElement(Fe.Fragment,null,Fe.createElement("circle",{cx:"12",cy:"12",r:"11",fill:"var(--background-paper)",stroke:"currentColor",strokeWidth:"2"})),"RadioIcon");import{createSvgIcon as Di}from"@material-ui/core/utils";import Ei from"react";var i0=Di(Ei.createElement("path",{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C14.9445 3 17.5587 4.414 19.2007 6.6M19.2007 6.6V3M19.2007 6.6H15.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"RefreshIcon");import{createSvgIcon as Ri}from"@material-ui/core/utils";import $i from"react";var s0=Ri($i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.84675 9L5.84675 9.03355L9.15541 12.3422C9.54781 12.7346 9.54781 13.3708 9.15541 13.7632C8.76302 14.1556 8.12682 14.1556 7.73443 13.7632L2.35354 8.38231C2.15828 8.18705 2.15828 7.87047 2.35354 7.67521L7.73443 2.29433C8.12682 1.90193 8.76302 1.90193 9.15541 2.29433C9.54781 2.68672 9.54781 3.32292 9.15541 3.71531L5.87072 7L13 7C17.9706 7 22 11.0294 22 16L22 21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21L20 16C20 12.134 16.866 9 13 9L5.84675 9Z",fill:"currentColor"}),"ReplyIcon");import{createSvgIcon as Oi}from"@material-ui/core/utils";import Wi from"react";var m0=Oi(Wi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17 10.5C17 14.0899 14.0899 17 10.5 17C6.91015 17 4 14.0899 4 10.5C4 6.91015 6.91015 4 10.5 4C14.0899 4 17 6.91015 17 10.5ZM15.7618 17.176C14.3145 18.3183 12.4869 19 10.5 19C5.80558 19 2 15.1944 2 10.5C2 5.80558 5.80558 2 10.5 2C15.1944 2 19 5.80558 19 10.5C19 12.4869 18.3183 14.3145 17.176 15.7618L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L15.7618 17.176Z",fill:"currentColor"}),"SearchIcon");import{createSvgIcon as Gi}from"@material-ui/core/utils";import z1 from"react";var zi=Gi(z1.createElement(z1.Fragment,null,z1.createElement("rect",{width:"32",height:"32",fill:"var(--background-paper)"}),z1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 14C24 19.5228 19.5228 24 14 24C8.47715 24 4 19.5228 4 14C4 8.47715 8.47715 4 14 4C19.5228 4 24 8.47715 24 14ZM21.7488 23.1631C19.6582 24.9328 16.9537 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14C26 16.9537 24.9328 19.6582 23.1631 21.7488L29.7071 28.2929C30.0976 28.6834 30.0976 29.3166 29.7071 29.7071C29.3166 30.0976 28.6834 30.0976 28.2929 29.7071L21.7488 23.1631Z",fill:"currentColor"})),"SearchLargeIcon");zi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Ui}from"@material-ui/core/utils";import U1 from"react";var b0=Ui(U1.createElement(U1.Fragment,null,U1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.002 2.00187C11.0063 2.00195 11.0097 2.002 11.0122 2.002H12.9041C12.9067 2.002 12.9102 2.00195 12.9145 2.00188C12.9828 2.00079 13.2636 1.99631 13.5531 2.14828C13.8423 2.30005 14.0211 2.53692 14.1355 2.71485C14.355 3.05625 14.618 3.64428 15.0131 4.60956C15.8455 4.23898 16.3456 4.04001 16.6598 3.93245C16.9884 3.81996 17.1799 3.78379 17.3728 3.78379C17.7089 3.78379 18.0342 3.90258 18.2913 4.11917L18.3337 4.15493L19.7071 5.49669L19.7128 5.50251C19.7146 5.50434 19.7172 5.50679 19.7203 5.50988C19.7692 5.55766 19.9718 5.75554 20.0678 6.06962C20.1645 6.38605 20.1195 6.68305 20.0715 6.89121C19.9809 7.28336 19.7464 7.87359 19.3385 8.80929C20.3057 9.16034 20.9007 9.39929 21.2498 9.60699C21.4347 9.71705 21.6861 9.89408 21.8472 10.1926C22.0062 10.4873 22.0012 10.7774 22.0001 10.8446C22 10.8489 22 10.8523 22 10.8548V12.7086C22 12.7112 22 12.7147 22.0001 12.7191C22.0012 12.7879 22.006 13.0759 21.8459 13.3706C21.688 13.6614 21.4436 13.838 21.2632 13.9495C20.9189 14.1623 20.3279 14.4169 19.3568 14.7981C19.7811 15.7065 20.0281 16.2864 20.1253 16.6768C20.1775 16.8864 20.2273 17.1881 20.128 17.5117C20.0315 17.8262 19.8267 18.0255 19.7792 18.0717C19.7761 18.0747 19.7737 18.0771 19.772 18.0788L19.7667 18.0842L18.4364 19.3865C18.1737 19.6436 17.8237 19.7922 17.4562 19.8026L17.428 19.803C17.2305 19.803 17.0354 19.7523 16.9226 19.7211C16.7801 19.6817 16.6149 19.6274 16.4337 19.5628C16.0784 19.4362 15.6143 19.2533 15.0494 19.0185C14.6842 19.9787 14.4364 20.5699 14.2219 20.9156C14.1089 21.0976 13.9298 21.3408 13.634 21.4955C13.3441 21.6471 13.0611 21.6422 12.9943 21.641C12.99 21.641 12.9866 21.6409 12.9842 21.6409H11.0919C11.0894 21.6409 11.0859 21.641 11.0815 21.641C11.0136 21.6421 10.7328 21.6467 10.4435 21.4952C10.1539 21.3437 9.97477 21.1068 9.86006 20.9286C9.64019 20.587 9.37686 19.9987 8.98154 19.0331C8.14914 19.404 7.6499 19.6031 7.33691 19.7107C7.01034 19.8229 6.81895 19.8599 6.62506 19.8599C6.28514 19.8599 5.95647 19.738 5.6987 19.5164L5.65928 19.4825L4.28735 18.1405C4.28554 18.1387 4.28307 18.1363 4.27992 18.1332C4.23078 18.0857 4.02646 17.888 3.92939 17.5728C3.83177 17.2559 3.87683 16.9582 3.92474 16.7502C4.015 16.3583 4.24903 15.7688 4.6561 14.835C3.69092 14.483 3.09713 14.2433 2.74875 14.0354C2.56406 13.9251 2.31317 13.7479 2.15241 13.4497C1.99344 13.1549 1.99863 12.8649 1.99983 12.7976C1.99991 12.7932 1.99997 12.7898 1.99997 12.7874V10.9324C1.99997 10.9298 1.99991 10.9264 1.99983 10.922C1.99865 10.8536 1.99366 10.5645 2.15295 10.2697C2.31156 9.97611 2.55808 9.79916 2.73847 9.68825C3.08193 9.47707 3.6725 9.22435 4.64094 8.84445C4.21473 7.93279 3.96566 7.34737 3.86998 6.95187C3.81844 6.73882 3.77003 6.42787 3.88166 6.09699C3.9886 5.78002 4.20561 5.58375 4.25438 5.53965L4.25688 5.53739L5.56138 4.25838C5.82281 4.00206 6.1711 3.85345 6.53705 3.84209L6.56809 3.84161C6.76497 3.84161 6.95965 3.89173 7.07331 3.92301C7.21626 3.96234 7.38198 4.01658 7.56386 4.08113C7.91947 4.20733 8.38338 4.38967 8.94785 4.62372C9.31242 3.66311 9.56119 3.07227 9.77698 2.72593C9.89058 2.54362 10.0695 2.30214 10.3633 2.14804C10.653 1.99603 10.9351 2.00075 11.002 2.00187ZM6.73333 5.91026L5.89624 6.73099C5.99018 6.97874 6.1688 7.39245 6.49378 8.0851C6.72143 8.57029 6.73757 9.13487 6.52598 9.63659C6.32455 10.1142 5.93734 10.485 5.46223 10.6707C4.68991 10.9727 4.24968 11.1592 3.99997 11.279V12.4317C4.24797 12.5439 4.68117 12.7163 5.43242 12.9892C5.92661 13.1687 6.33133 13.5465 6.53926 14.0387C6.74441 14.5244 6.73619 15.07 6.52829 15.5453C6.20763 16.2784 6.0343 16.7093 5.94524 16.9645L6.78384 17.7848C7.03739 17.6924 7.47197 17.5169 8.20935 17.1876C8.69221 16.972 9.24623 16.9584 9.74297 17.1604C10.2334 17.3599 10.6176 17.7498 10.8149 18.2325C11.1196 18.9779 11.308 19.4016 11.4284 19.6409H12.6373C12.7493 19.4028 12.9221 18.9869 13.1959 18.2659C13.3878 17.7605 13.782 17.3513 14.2903 17.1458C14.7701 16.9518 15.3038 16.958 15.7756 17.1545C16.3474 17.3926 16.789 17.5662 17.105 17.6788C17.1644 17.7 17.2177 17.7184 17.2651 17.7343L18.1028 16.9142C18.0084 16.6659 17.8293 16.2515 17.5036 15.5566C17.277 15.0732 17.2604 14.5111 17.4697 14.0109C17.6706 13.5309 18.0588 13.1583 18.5354 12.9719C19.3097 12.669 19.7506 12.4813 20 12.3607V11.2121C19.7519 11.1003 19.3189 10.9289 18.5685 10.6575C18.0718 10.4779 17.6651 10.0986 17.4565 9.60408C17.2514 9.1178 17.2597 8.57159 17.4678 8.0957C17.7888 7.36157 17.9623 6.9304 18.0514 6.67516L17.2145 5.85752C16.9613 5.94935 16.526 6.12457 15.7854 6.45501C15.3043 6.66964 14.7526 6.68389 14.2572 6.48412C13.764 6.28529 13.3776 5.89428 13.1795 5.40945C12.8752 4.66488 12.687 4.24133 12.5667 4.002H11.3599C11.2476 4.23983 11.0741 4.65631 10.8004 5.37902C10.6096 5.88287 10.2172 6.29147 9.71038 6.49723C9.23143 6.69169 8.69839 6.68587 8.22715 6.49002C7.65428 6.25193 7.21175 6.07838 6.89494 5.96595C6.83495 5.94466 6.78119 5.92617 6.73333 5.91026ZM17.5211 17.8097L17.52 17.8095L17.5211 17.8097Z",fill:"currentColor"}),U1.createElement("circle",{cx:"12",cy:"12",r:"2",fill:"currentColor"})),"SettingsIcon");import{createSvgIcon as ji}from"@material-ui/core/utils";import j1 from"react";var Ki=ji(j1.createElement(j1.Fragment,null,j1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.557 1.99987C14.5633 1.99994 14.5688 2 14.5732 2H17.306C17.3105 2 17.316 1.99994 17.3224 1.99987C17.4196 1.9988 17.7282 1.9954 18.0457 2.16599C18.3622 2.33595 18.5681 2.60603 18.7172 2.84313C19.0113 3.31075 19.3827 4.15404 19.9746 5.63276C20.0129 5.7286 20.0876 5.80239 20.1755 5.83857C20.2665 5.87602 20.3736 5.87516 20.4703 5.83113C21.7035 5.26978 22.4275 4.97615 22.8699 4.82166C23.3214 4.66397 23.5478 4.62638 23.7607 4.62638C24.1448 4.62638 24.5161 4.76407 24.8073 5.01445L24.8573 5.05748L26.8264 7.02071L26.8321 7.0266C26.8354 7.02999 26.8394 7.03403 26.8441 7.03872C26.914 7.10928 27.1285 7.3257 27.2304 7.66631C27.333 8.00963 27.2893 8.34564 27.2265 8.62294C27.1035 9.16609 26.7678 10.0291 26.1382 11.4982C26.0995 11.5884 26.1001 11.688 26.1344 11.771C26.1701 11.8573 26.2437 11.9299 26.3391 11.9651C27.8172 12.5108 28.6685 12.8602 29.1436 13.1493C29.3878 13.2978 29.665 13.5062 29.8374 13.8331C30.0046 14.1502 30.0012 14.4607 30.0002 14.5585C30.0001 14.5652 30 14.5709 30 14.5755V17.3077C30 17.3124 30.0001 17.318 30.0002 17.3245C30.0012 17.4229 30.0046 17.7311 29.8361 18.0485C29.6668 18.3676 29.3963 18.5758 29.1565 18.7273C28.6856 19.0249 27.8368 19.3984 26.3501 19.992C26.2596 20.0281 26.19 20.0987 26.1562 20.1812C26.1215 20.2658 26.1224 20.3671 26.1641 20.4577C26.8211 21.8881 27.1744 22.7356 27.3062 23.2749C27.374 23.5522 27.4226 23.8923 27.3175 24.2424C27.2153 24.5829 26.9987 24.8009 26.9297 24.8703C26.925 24.8751 26.921 24.8791 26.9177 24.8825L26.9124 24.8879L24.9915 26.807C24.6928 27.1054 24.2914 27.2783 23.8693 27.2905L23.8406 26.2909V27.2909C23.6183 27.2909 23.3859 27.2317 23.2246 27.1862C23.033 27.1321 22.8056 27.056 22.5491 26.9628C22.0344 26.7757 21.3526 26.5011 20.513 26.1445C20.4183 26.1042 20.3147 26.1046 20.2256 26.1414C20.1341 26.1791 20.0576 26.2567 20.0203 26.357C19.4732 27.8282 19.124 28.6735 18.838 29.1449C18.6919 29.3856 18.4863 29.662 18.1632 29.8349C17.8455 30.005 17.5345 30.0013 17.4381 30.0001C17.4316 30.0001 17.4261 30 17.4217 30H14.6884C14.6839 30 14.6784 30.0001 14.672 30.0001C14.5749 30.0012 14.2665 30.0047 13.9491 29.8347C13.6321 29.6649 13.4259 29.3948 13.2764 29.1574C12.9817 28.6896 12.6099 27.8457 12.0175 26.366C11.9793 26.2707 11.9052 26.1973 11.818 26.1611C11.727 26.1233 11.6197 26.124 11.5229 26.1681C10.289 26.7303 9.5659 27.0242 9.12497 27.1788C8.6758 27.3363 8.44995 27.3747 8.23627 27.3747C7.84827 27.3747 7.4735 27.2336 7.18183 26.9778L7.13441 26.9362L5.16669 24.972C5.1634 24.9686 5.15945 24.9646 5.15481 24.9599C5.08463 24.8898 4.86838 24.6737 4.76544 24.3321C4.66187 23.9883 4.70554 23.6517 4.76818 23.3746C4.89099 22.8313 5.22652 21.9679 5.85635 20.4988C5.89447 20.4099 5.8939 20.3116 5.8601 20.23C5.82507 20.1454 5.75282 20.074 5.65907 20.0393C4.18077 19.491 3.3298 19.1401 2.8549 18.8502C2.61097 18.7013 2.33425 18.4928 2.16225 18.1663C1.99512 17.849 1.99874 17.5386 1.99988 17.4408C1.99995 17.4341 2.00002 17.4285 2.00002 17.4238V14.6895C2.00002 14.6848 1.99996 14.6791 1.99988 14.6724C1.99877 14.5736 1.99527 14.2642 2.16287 13.9468C2.33287 13.6248 2.60539 13.4163 2.84512 13.2656C3.3152 12.9702 4.16347 12.5995 5.64701 12.0074C5.73705 11.9714 5.80638 11.9013 5.84032 11.8192C5.87537 11.7344 5.87464 11.6326 5.83273 11.5414C5.17273 10.1062 4.8172 9.25205 4.68787 8.70729C4.6212 8.42646 4.57461 8.07733 4.69257 7.71996C4.80577 7.37703 5.03528 7.16207 5.1071 7.0948C5.10947 7.09257 5.11167 7.09051 5.11369 7.08861L7.00563 5.19568C7.30281 4.89835 7.70212 4.72542 8.1223 4.71211L8.15398 5.7116V4.7116C8.37568 4.7116 8.60787 4.77026 8.77021 4.81582C8.96244 4.86977 9.19064 4.94573 9.44801 5.03891C9.96443 5.22588 10.6481 5.50041 11.4896 5.85727C11.5829 5.89683 11.6849 5.89633 11.7724 5.86009C11.862 5.82297 11.9371 5.74672 11.9738 5.64785C12.5209 4.17297 12.872 3.32652 13.16 2.85389C13.307 2.61271 13.5126 2.33806 13.8335 2.16572C14.1511 1.99518 14.461 1.99876 14.557 1.99987ZM8.27529 6.75452L6.66611 8.36455C6.77147 8.71717 7.04334 9.38697 7.64982 10.7059C7.92064 11.2948 7.93953 11.9761 7.68869 12.5831C7.44543 13.1717 6.97237 13.6318 6.38838 13.8649C4.99862 14.4196 4.32574 14.7205 4.00002 14.9051V17.2019C4.3244 17.3767 4.99075 17.6583 6.35451 18.1641C6.9623 18.3895 7.4569 18.8583 7.70804 19.4651C7.95111 20.0523 7.94166 20.7105 7.69454 21.2869C7.10211 22.6688 6.84088 23.3592 6.74301 23.7196L8.35464 25.3283C8.38594 25.3181 8.42195 25.3059 8.46316 25.2915C8.81828 25.167 9.4767 24.9026 10.6937 24.3481C11.2885 24.0772 11.9737 24.0603 12.5846 24.3138C13.1765 24.5595 13.6391 25.0353 13.8742 25.6226C14.4272 27.0038 14.7294 27.6748 14.9141 28H17.189C17.363 27.6747 17.6434 27.0105 18.1457 25.6598C18.3743 25.0452 18.849 24.5458 19.4627 24.2926C20.053 24.049 20.7132 24.0565 21.295 24.3037C22.122 24.655 22.7664 24.9138 23.2323 25.0831C23.4389 25.1582 23.6008 25.2122 23.7221 25.2481L25.333 23.6388C25.2273 23.2864 24.9549 22.6168 24.3466 21.2926C24.0771 20.7058 24.0576 20.0275 24.3058 19.4223C24.5483 18.8309 25.0226 18.3685 25.6085 18.1346C27.0016 17.5783 27.6752 17.2749 28 17.0893V14.7987C27.6754 14.6246 27.0092 14.3444 25.6465 13.8414C25.0353 13.6157 24.5381 13.1447 24.286 12.535C24.0429 11.9468 24.0525 11.2877 24.2999 10.7103C24.8931 9.32619 25.1545 8.63573 25.2523 8.27547L23.6433 6.67135C23.6107 6.6819 23.5729 6.69459 23.5293 6.70982C23.1736 6.83405 22.5149 7.09788 21.2989 7.65142C20.7063 7.92117 20.0239 7.93887 19.4145 7.68813C18.8194 7.44325 18.3539 6.96588 18.1178 6.37596C17.5655 4.9962 17.2636 4.32536 17.079 4H14.8079C14.6332 4.32454 14.3512 4.98941 13.8489 6.34343C13.6217 6.956 13.1493 7.45446 12.5379 7.70778C11.9488 7.95184 11.2897 7.94488 10.7089 7.69857C9.88027 7.34721 9.23432 7.08859 8.76716 6.91946C8.55972 6.84435 8.39718 6.79042 8.27529 6.75452ZM25.3793 23.831C25.3793 23.831 25.3792 23.8298 25.379 23.8276L25.3793 23.831Z",fill:"currentColor"}),j1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 18C17.1046 18 18 17.1046 18 16C18 14.8954 17.1046 14 16 14C14.8954 14 14 14.8954 14 16C14 17.1046 14.8954 18 16 18ZM16 20C18.2091 20 20 18.2091 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20Z",fill:"currentColor"})),"SettingsLargeIcon");Ki.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as _i}from"@material-ui/core/utils";import qi from"react";var I0=_i(qi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 2C3.34315 2 2 3.34315 2 5V15C2 16.6569 3.34315 18 5 18H15C16.6569 18 18 16.6569 18 15V5C18 3.34315 16.6569 2 15 2H5ZM4 5C4 4.44772 4.44772 4 5 4H15C15.5523 4 16 4.44772 16 5V12H4V5ZM4 14H16V15C16 15.5523 15.5523 16 15 16H5C4.44772 16 4 15.5523 4 15V14ZM22 9C22 8.44772 21.5523 8 21 8C20.4477 8 20 8.44772 20 9V17C20 18.6569 18.6569 20 17 20H9C8.44772 20 8 20.4477 8 21C8 21.5523 8.44772 22 9 22H17C19.7614 22 22 19.7614 22 17V9Z",fill:"currentColor"}),"SnapshotsIcon");import{createSvgIcon as Xi}from"@material-ui/core/utils";import Yi from"react";var Ji=Xi(Yi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 4C10 2.89543 10.8954 2 12 2H14C15.1046 2 16 2.89543 16 4V5.5H19C20.6569 5.5 22 6.84315 22 8.5V27C22 28.6569 20.6569 30 19 30H7C5.34315 30 4 28.6569 4 27V8.5C4 6.84315 5.34315 5.5 7 5.5H10V4ZM10 7.5H7C6.44772 7.5 6 7.94772 6 8.5V27C6 27.5523 6.44772 28 7 28H19C19.5523 28 20 27.5523 20 27V8.5C20 7.94772 19.5523 7.5 19 7.5H16V7.57143C16 8.676 15.1046 9.57143 14 9.57143H12C10.8954 9.57143 10 8.676 10 7.57143V7.5ZM14 4H12V7.57143L14 7.57143V4ZM8.5835 18.4762C8.5835 16.5563 10.1398 15 12.0597 15H14.4406C16.3605 15 17.9168 16.5563 17.9168 18.4762C17.9168 19.7123 16.9148 20.7143 15.6787 20.7143H10.8216C9.58553 20.7143 8.5835 19.7123 8.5835 18.4762ZM12.0597 17C11.2444 17 10.5835 17.6609 10.5835 18.4762C10.5835 18.6077 10.6901 18.7143 10.8216 18.7143H15.6787C15.8102 18.7143 15.9168 18.6077 15.9168 18.4762C15.9168 17.6609 15.2559 17 14.4406 17H12.0597ZM8.66675 21.5C8.11446 21.5 7.66675 21.9477 7.66675 22.5C7.66675 23.0523 8.11446 23.5 8.66675 23.5H17.8334C18.3857 23.5 18.8334 23.0523 18.8334 22.5C18.8334 21.9477 18.3857 21.5 17.8334 21.5H8.66675ZM7.66675 25.2858C7.66675 24.7335 8.11446 24.2858 8.66675 24.2858H11.4167C11.969 24.2858 12.4167 24.7335 12.4167 25.2858C12.4167 25.8381 11.969 26.2858 11.4167 26.2858H8.66675C8.11446 26.2858 7.66675 25.8381 7.66675 25.2858ZM16.0002 24.2858C15.448 24.2858 15.0002 24.7335 15.0002 25.2858C15.0002 25.8381 15.448 26.2858 16.0002 26.2858H17.8336C18.3859 26.2858 18.8336 25.8381 18.8336 25.2858C18.8336 24.7335 18.3859 24.2858 17.8336 24.2858H16.0002ZM15.0834 12.2857C15.0834 13.3114 14.2626 14.1429 13.2501 14.1429C12.2376 14.1429 11.4167 13.3114 11.4167 12.2857C11.4167 11.2601 12.2376 10.4286 13.2501 10.4286C14.2626 10.4286 15.0834 11.2601 15.0834 12.2857ZM21 2C20.4477 2 20 2.44772 20 3C20 3.55228 20.4477 4 21 4H25C25.5523 4 26 4.44772 26 5V25C26 25.5523 25.5523 26 25 26H24.4285C23.8763 26 23.4285 26.4477 23.4285 27C23.4285 27.5523 23.8763 28 24.4285 28H25C26.6569 28 28 26.6569 28 25V5C28 3.34314 26.6569 2 25 2H21Z",fill:"currentColor"}),"StaffMembersLargeIcon");Ji.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Qi}from"@material-ui/core/utils";import C1 from"react";var Wo=Qi(C1.createElement(C1.Fragment,null,C1.createElement("circle",{cx:"12",cy:"12",r:"12",fill:"currentColor"}),C1.createElement("circle",{cx:"12",cy:"12",r:"9",fill:"var(--background-paper)"}),C1.createElement("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.7071 13.5858L16 8.29291L17.4142 9.70712L10.7071 16.4142L7 12.7071L8.41421 11.2929L10.7071 13.5858Z",fill:"currentColor"})),"SuccessCircleIndicatorIcon");import{createSvgIcon as ea}from"@material-ui/core/utils";import oa from"react";var ra=ea(oa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 4C7.44772 4 7 4.44772 7 5V27C7 27.5523 7.44772 28 8 28H24C24.5523 28 25 27.5523 25 27V5C25 4.44772 24.5523 4 24 4H8ZM5 5C5 3.34315 6.34315 2 8 2H24C25.6569 2 27 3.34315 27 5V27C27 28.6569 25.6569 30 24 30H8C6.34315 30 5 28.6569 5 27V5ZM9 9C9 7.89543 9.89543 7 11 7L21 7C22.1046 7 23 7.89543 23 9V11C23 12.1046 22.1046 13 21 13H11C9.89543 13 9 12.1046 9 11V9ZM21 9L11 9V11H21V9ZM12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM20 17C20.5523 17 21 16.5523 21 16C21 15.4477 20.5523 15 20 15C19.4477 15 19 15.4477 19 16C19 16.5523 19.4477 17 20 17ZM13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20C11 19.4477 11.4477 19 12 19C12.5523 19 13 19.4477 13 20ZM16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21ZM21 20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20C19 19.4477 19.4477 19 20 19C20.5523 19 21 19.4477 21 20ZM16 25C16.5523 25 17 24.5523 17 24C17 23.4477 16.5523 23 16 23C15.4477 23 15 23.4477 15 24C15 24.5523 15.4477 25 16 25Z",fill:"currentColor"}),"TaxesLargeIcon");ra.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as ta}from"@material-ui/core/utils";import ia from"react";var R0=ta(ia.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM13 6.5C13 5.94771 12.5523 5.5 12 5.5C11.4477 5.5 11 5.94771 11 6.5L11 12C11 12.5523 11.4477 13 12 13L16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11L13 11L13 6.5Z",fill:"currentColor"}),"TimeIcon");import{createSvgIcon as aa}from"@material-ui/core/utils";import Ve from"react";var na=aa(Ve.createElement(Ve.Fragment,null,Ve.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 25.3284L14.8138 14.5146L14.3953 13.3266C14.1399 12.6013 14 11.8191 14 11C14 7.13401 17.134 4 21 4C24.866 4 28 7.13401 28 11C28 14.866 24.866 18 21 18C20.2894 18 19.6071 17.8948 18.9657 17.7004L17.8188 17.3528L15.1716 20H12V22H10V24H7.5V27.1716L6.67157 28H4V25.3284ZM14 22H16L18.3856 19.6144C19.213 19.8652 20.0907 20 21 20C25.9706 20 30 15.9706 30 11C30 6.02944 25.9706 2 21 2C16.0294 2 12 6.02944 12 11C12 12.0486 12.1793 13.0552 12.509 13.991L2.29289 24.2071C2.10536 24.3946 2 24.649 2 24.9142V28.5858C2 28.851 2.10536 29.1054 2.29289 29.2929L2.70711 29.7071C2.89464 29.8946 3.149 30 3.41421 30H7.08579C7.351 30 7.60536 29.8946 7.79289 29.7071L9.5 28V26H12V24H14V22ZM22.5 12C23.8807 12 25 10.8807 25 9.5C25 8.11929 23.8807 7 22.5 7C21.1193 7 20 8.11929 20 9.5C20 10.8807 21.1193 12 22.5 12Z",fill:"currentColor"})),"TokenLargeIcon");na.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as la}from"@material-ui/core/utils";import K1 from"react";var j0=la(K1.createElement(K1.Fragment,null,K1.createElement("rect",{x:"24",y:"24",width:"24",height:"24",transform:"rotate(-180 24 24)",fill:"var(--background-paper)"}),K1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.2929 20.2929C14.9024 20.6834 14.9024 21.3166 15.2929 21.7071C15.6834 22.0976 16.3166 22.0976 16.7071 21.7071L20.7071 17.7071C21.0976 17.3166 21.0976 16.6834 20.7071 16.2929L16.7071 12.2929C16.3166 11.9024 15.6834 11.9024 15.2929 12.2929C14.9024 12.6834 14.9024 13.3166 15.2929 13.7071L17.5858 16L4 16C3.44772 16 3 16.4477 3 17C3 17.5523 3.44772 18 4 18L17.5858 18L15.2929 20.2929ZM8.70711 3.70711C9.09763 3.31658 9.09763 2.68342 8.70711 2.29289C8.31658 1.90237 7.68342 1.90237 7.29289 2.29289L3.29289 6.29289C2.90237 6.68342 2.90237 7.31658 3.29289 7.70711L7.29289 11.7071C7.68342 12.0976 8.31658 12.0976 8.70711 11.7071C9.09763 11.3166 9.09763 10.6834 8.70711 10.2929L6.41421 8L20 8C20.5523 8 21 7.55229 21 7C21 6.44772 20.5523 6 20 6L6.41421 6L8.70711 3.70711Z",fill:"currentColor"})),"TransferIcon");import{createSvgIcon as sa}from"@material-ui/core/utils";import ca from"react";var X0=sa(ca.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.65092 18.3479L6.18814 15.9745L5.83266 15.3149C5.45189 14.6084 5.18886 13.8286 5.07064 13H8.03103C8.14673 14.8627 8.58594 16.7129 9.34866 18.481C9.1204 18.3875 8.89825 18.2823 8.68291 18.1661L8.02264 17.81L5.65092 18.3479ZM10.0354 13C10.1814 15.058 10.7786 17.0968 11.8269 18.9979C11.8844 18.9993 11.9421 19 12 19C12.1441 19 12.2871 18.9956 12.4291 18.9871C13.4737 17.089 14.0688 15.0541 14.2146 13H10.0354ZM14.2146 11H10.0354C10.1814 8.94202 10.7786 6.90322 11.8269 5.0021C11.8844 5.0007 11.9421 5 12 5C12.1441 5 12.2872 5.00435 12.4291 5.01294C13.4737 6.91097 14.0688 8.94593 14.2146 11ZM16.219 13C16.1062 14.8152 15.6862 16.6186 14.959 18.3457C17.0575 17.3655 18.5894 15.375 18.9291 13H16.219ZM18.9291 11H16.219C16.1062 9.18478 15.6863 7.3814 14.9591 5.65434C17.0575 6.63454 18.5894 8.62498 18.9291 11ZM8.03103 11H5.07089C5.42699 8.51047 7.093 6.44351 9.34834 5.51968C8.58581 7.28756 8.14671 9.13755 8.03103 11ZM3.1751 20.2266C3.09391 20.5853 3.41471 20.9059 3.77336 20.8246L7.73342 19.9264C9.00313 20.6113 10.4562 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.5427 3.38813 14.9947 4.07208 16.2637L3.1751 20.2266Z",fill:"currentColor"}),"TranslationIcon");import{createSvgIcon as pa}from"@material-ui/core/utils";import da from"react";var ma=pa(da.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 5C10.5 4.44772 10.9477 4 11.5 4H13.1429V6.64286C13.1429 7.74743 14.0383 8.64286 15.1429 8.64286H16.8571C17.9617 8.64286 18.8571 7.74743 18.8571 6.64286V4H20.5C21.0523 4 21.5 4.44772 21.5 5V14C21.5 14.5523 21.0523 15 20.5 15H18H14H11.5C10.9477 15 10.5 14.5523 10.5 14V5ZM8.67071 15C8.56015 14.6872 8.5 14.3506 8.5 14V5C8.5 3.34315 9.84314 2 11.5 2H20.5C22.1569 2 23.5 3.34315 23.5 5V14C23.5 14.3506 23.4398 14.6872 23.3293 15H27C28.6569 15 30 16.3431 30 18V27C30 28.6569 28.6569 30 27 30H18C17.2316 30 16.5308 29.7111 16 29.2361C15.4692 29.7111 14.7684 30 14 30H5C3.34315 30 2 28.6569 2 27V18C2 16.3431 3.34315 15 5 15H8.67071ZM12.3571 17V19.6429C12.3571 20.7474 11.4617 21.6429 10.3571 21.6429H8.64286C7.53829 21.6429 6.64286 20.7474 6.64286 19.6429V17H5C4.44772 17 4 17.4477 4 18V27C4 27.5523 4.44772 28 5 28H14C14.5523 28 15 27.5523 15 27V18C15 17.4477 14.5523 17 14 17H12.3571ZM18 17C17.4477 17 17 17.4477 17 18V27C17 27.5523 17.4477 28 18 28H27C27.5523 28 28 27.5523 28 27V18C28 17.4477 27.5523 17 27 17H25.3571V19.6429C25.3571 20.7474 24.4617 21.6429 23.3571 21.6429H21.6429C20.5383 21.6429 19.6429 20.7474 19.6429 19.6429V17H18ZM15.1429 6.64286V4H16.8571V6.64286L15.1429 6.64286ZM8.64286 17V19.6429H10.3571V17H8.64286ZM21.6429 17V19.6429H23.3571V17H21.6429Z",fill:"currentColor"}),"WarehouseLargeIcon");ma.defaultProps={viewBox:"0 0 32 32"};import _1 from"react";var u1=e=>_1.createElement("svg",a({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),_1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),_1.createElement("circle",{cx:"20",cy:"20",r:"14",stroke:"currentColor",strokeWidth:"4"}),_1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 11C18.6716 11 18 11.6716 18 12.5V20.5C18 21.3284 18.6716 22 19.5 22H20.5C21.3284 22 22 21.3284 22 20.5V12.5C22 11.6716 21.3284 11 20.5 11H19.5ZM19.5 25C18.6716 25 18 25.6716 18 26.5V27.5C18 28.3284 18.6716 29 19.5 29H20.5C21.3284 29 22 28.3284 22 27.5V26.5C22 25.6716 21.3284 25 20.5 25H19.5Z",fill:"currentColor"}));u1.displayName="WarningIcon";import{createSvgIcon as Ca}from"@material-ui/core/utils";import O from"react";var a9=Ca(O.createElement(O.Fragment,null,O.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),O.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),O.createElement("rect",{x:"6",y:"6",width:"4",height:"4",rx:"1",fill:"currentColor"}),O.createElement("rect",{x:"6",y:"12",width:"12",height:"2",rx:"0.5",fill:"currentColor"}),O.createElement("rect",{x:"6",y:"16",width:"12",height:"2",rx:"0.5",fill:"currentColor"})),"WebsiteIcon");import{createSvgIcon as ua}from"@material-ui/core/utils";import f1 from"react";var c9=ua(f1.createElement(f1.Fragment,null,f1.createElement("circle",{cx:"12",cy:"18",r:"1",fill:"currentColor"}),f1.createElement("path",{d:"M7 14.5C7 14.5 8.98795 12 12 12C15.012 12 17 14.5 17 14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"}),f1.createElement("path",{d:"M3 10C3 10 6.57831 6 12 6C17.4217 6 21 10 21 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"})),"WifiIcon");import{createSvgIcon as fa}from"@material-ui/core/utils";import q from"react";var ga=fa(q.createElement(q.Fragment,null,q.createElement("circle",{cx:"16",cy:"25",r:"2",fill:"currentColor"}),q.createElement("path",{d:"M8 16C8 16 11.1807 12.5 16 12.5C20.8193 12.5 24 16 24 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"}),q.createElement("path",{d:"M12 20C12 20 13.5904 18.5 16 18.5C18.4096 18.5 20 20 20 20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"}),q.createElement("path",{d:"M3 11.5C3 11.5 8.16867 6 16 6C23.8313 6 29 11.5 29 11.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"})),"WifiLargeIcon");ga.defaultProps={viewBox:"0 0 32 32"};import D from"react";import Ma from"@material-ui/core/Card";import ka from"@material-ui/core/CardContent";import Sa from"@material-ui/core/Container";import Ia from"@material-ui/core/Portal";import _o from"clsx";import g1 from"react";import va from"lodash/throttle";import{useCallback as xa,useEffect as Go,useState as zo}from"react";function Ze(e){if(e)return{x:e.scrollLeft,y:e.scrollTop}}function g9(e,o,r=0){return!!e&&o?o.y+e.clientHeight+r>=e.scrollHeight:void 0}function v9(e,o,r=0){return!!e&&o?o.y<=r:void 0}function x9(){let[e,o]=zo(null),[r,t]=zo(Ze(e));return Go(()=>{if(e){let n=va(()=>t(Ze(e)),100);e.addEventListener("scroll",n);let l=new ResizeObserver(n);return l.observe(e),()=>{e.removeEventListener("scroll",n),l.disconnect()}}},[e]),Go(()=>{setTimeout(()=>t(Ze(e)),100)},[e]),{setAnchor:xa(n=>{o(n)},[]),anchor:e,position:r}}import ba from"lodash/throttle";import{useEffect as ha,useState as ya}from"react";function Uo(){return{x:window.pageXOffset,y:window.pageYOffset}}function jo(){let[e,o]=ya(Uo);return ha(()=>{let r=ba(()=>o(Uo()),100);return window.addEventListener("scroll",r),()=>window.removeEventListener("scroll",r)},[]),e}var La=C(e=>({content:{"&:last-child":{paddingBottom:e.spacing(2)},display:"flex",gap:e.spacing(2),paddingBottom:e.spacing(2),paddingTop:e.spacing(2),[e.breakpoints.down("sm")]:{marginTop:e.spacing(1)}},paper:{borderBottomLeftRadius:0,borderBottomRightRadius:0},root:{height:72},shadow:{boxShadow:"0 -24px 20px -20px rgba(0, 0, 0, 0.15)"}}),{name:"ActionBar"}),Ko=La;var Ne=n=>{var l=n,{disabled:e,children:o,state:r,className:t}=l,i=m(l,["disabled","children","state","className"]);let{ssr:s}=L(),p=Ko(),{anchor:d}=uo(),f=jo().y+window.innerHeight>=document.body.scrollHeight;return!d.current&&!s?null:g1.createElement(Ia,{container:d.current},g1.createElement("div",a({className:_o(p.root,t)},i),g1.createElement(Sa,{maxWidth:"lg"},g1.createElement(Ma,{className:_o(p.paper,{[p.shadow]:!f})},g1.createElement(ka,{className:p.content},o)))))};Ne.displayName="ActionBar";import Fa from"@material-ui/core/CircularProgress";import Va from"@material-ui/icons/Check";import Ae from"clsx";import A from"react";import Ta from"@material-ui/core/Button";import Pa from"clsx";import Xo from"react";var Ba=C(e=>({primary:{"&&":{"&:hover, &.Mui-focusVisible":{color:e.palette.saleor.errorAction[1]},"&:active":{background:e.palette.saleor.errorAction[5]}},background:e.palette.saleor.errorAction[1],borderColor:e.palette.saleor.errorAction[1]},primaryDisabled:{"&&&":{background:e.palette.saleor.errorAction[5],borderColor:e.palette.saleor.errorAction[5]}},secondary:{"&&":{"&:hover, &.Mui-focusVisible":{borderColor:e.palette.saleor.errorAction[1],color:e.palette.saleor.errorAction[1]},"&:active":{background:e.palette.saleor.errorAction[5],borderColor:e.palette.saleor.errorAction[1]}},borderColor:e.palette.saleor.errorAction[4],color:e.palette.saleor.errorAction[2]},secondaryDisabled:{"&&&":{borderColor:e.palette.saleor.errorAction[5],color:e.palette.saleor.errorAction[5]}},tertiary:{"&&":{"&:hover, &.Mui-focusVisible":{borderColor:e.palette.saleor.errorAction[1],color:e.palette.saleor.errorAction[1]},"&:active":{background:e.palette.saleor.errorAction[5],borderColor:e.palette.saleor.errorAction[1]}},borderColor:e.palette.saleor.errorAction[4],color:e.palette.saleor.errorAction[2]},tertiaryDisabled:{"&&&":{borderColor:e.palette.saleor.errorAction[5],color:e.palette.saleor.errorAction[5]}}}),{name:"Button"}),qo=Ba;function Ha(e,o){let r=e==="text"?"default":e;switch(o){case"primary":return{variant:"contained",color:r};case"secondary":return{variant:"outlined",color:r};default:return{variant:"outlined",size:"small",color:r}}}var Yo=Xo.forwardRef((l,n)=>{var s=l,{className:e,color:o="primary",error:r,variant:t="tertiary"}=s,i=m(s,["className","color","error","variant"]);let p=qo();return Xo.createElement(Ta,a(u(a({ref:n,className:Pa(e,{[p.primary]:t==="primary"&&r,[p.primaryDisabled]:t==="primary"&&r&&i.disabled,[p.secondary]:t==="secondary"&&r,[p.secondaryDisabled]:t==="secondary"&&r&&i.disabled,[p.tertiary]:t==="tertiary"&&r,[p.tertiaryDisabled]:t==="tertiary"&&r&&i.disabled})},Ha(o,t)),{disableRipple:!0}),i))});Yo.displayName="Button";var W=Yo;var wa=C(e=>({error:{"&:hover":{backgroundColor:e.palette.error.main},backgroundColor:e.palette.error.main,color:e.palette.error.contrastText},icon:{marginLeft:"0 !important",position:"absolute",transitionDuration:e.transitions.duration.standard+"ms"},invisible:{opacity:0},label:{alignItems:"center",display:"flex",transitionDuration:e.transitions.duration.standard+"ms"},progress:{"& svg":{margin:0},position:"absolute",transitionDuration:e.transitions.duration.standard+"ms"},success:{"&:hover":{backgroundColor:e.palette.primary.main},backgroundColor:e.palette.primary.main,color:e.palette.primary.contrastText}}),{name:"ConfirmButton"}),Jo=wa;var Za=3e3,De=d=>{var c=d,{children:e,disabled:o,labels:r,noTransition:t,transitionState:i,variant:n="primary",onClick:l,onTransitionToDefault:s}=c,p=m(c,["children","disabled","labels","noTransition","transitionState","variant","onClick","onTransitionToDefault"]);let f=Jo(),[M,y]=A.useState(!1),g=A.useRef();A.useEffect(()=>{!t&&i==="loading"&&y(!0)},[i,t]),A.useEffect(()=>(!t&&["error","success"].includes(i)?g.current=setTimeout(()=>{y(!1),s&&s()},Za):i==="loading"&&clearTimeout(g.current),()=>{g.current&&clearTimeout(g.current)}),[t,i,s]);let S=t?i!=="default":M;return A.createElement(W,a({variant:n,error:i==="error"&&S,onClick:i==="loading"?void 0:l,disabled:!S&&o,"data-test-state":S?i:"default"},p),A.createElement(Fa,{size:24,color:"inherit",className:Ae({[f.progress]:!0,[f.invisible]:i!=="loading"})}),A.createElement(Va,{className:Ae({[f.icon]:!0,[f.invisible]:!(i==="success"&&S)})}),A.createElement("span",{className:Ae({[f.label]:!0,[f.invisible]:(i==="loading"||i==="success")&&S})},i==="error"&&S?r.error:e||r.confirm))};De.displayName="ConfirmButton";import Na from"@material-ui/core/Tooltip";import q1 from"react";var v1=({tooltip:e,children:o})=>e?q1.createElement(Na,{title:e,placement:"top"},q1.createElement("span",null,o)):q1.createElement(q1.Fragment,null,o);v1.displayName="ButtonTooltipDecorator";var Aa=C(()=>({spacer:{flex:"1"}}),{name:"Savebar"}),Qo=Aa;var Da=({disabled:e,labels:o,tooltips:r,state:t,className:i,onCancel:n,onDelete:l,onSubmit:s})=>{let p=Qo();return D.createElement(Ne,{state:t,disabled:e,className:i},!!l&&D.createElement(v1,{tooltip:r==null?void 0:r.delete},D.createElement(W,{error:!0,variant:"primary",onClick:l,"data-test":"button-bar-delete"},o.delete)),D.createElement("div",{className:p.spacer}),D.createElement(v1,{tooltip:r==null?void 0:r.cancel},D.createElement(W,{color:"text",variant:"secondary",onClick:n,"data-test":"button-bar-cancel"},o.cancel)),D.createElement(v1,{tooltip:r==null?void 0:r.confirm},D.createElement(De,{disabled:e,labels:o,onClick:s,transitionState:t,"data-test":"button-bar-confirm"})))};Da.displayName="Savebar";import Ga from"@material-ui/core/Portal";import za from"@material-ui/lab/Skeleton";import b1 from"react";import $a from"@material-ui/core/ButtonBase";import Oa from"clsx";import or from"react";import{fade as Ea}from"@material-ui/core/styles";var Ra=C(e=>({root:u(a({"&:hover, &:focus-visible, &$hover":{background:e.palette.background.paper,color:e.palette.primary.main},"&:active, &$active":{background:e.palette.saleor.active[4],color:e.palette.primary.main}},e.typography.body1),{background:Ea(e.palette.background.paper,.4),borderRadius:4,color:e.palette.text.secondary,fontSize:e.typography.body1.fontSize,fontWeight:500,height:40,padding:e.spacing(.5,2),textAlign:"center",transition:e.transitions.duration.shorter+"ms"}),hover:{},active:{}}),{name:"LayoutButton"}),er=Ra;var x1=or.forwardRef((n,i)=>{var l=n,{className:e,children:o,state:r="default"}=l,t=m(l,["className","children","state"]);let s=er();return or.createElement($a,a({className:Oa(s.root,e,{[s.hover]:r==="hover",[s.active]:r==="active"}),disableRipple:!0,ref:i},t),o)});x1.displayName="LayoutButton";var Wa=C(e=>({backArrow:{fontSize:30,transform:"rotate(180deg)"},menuButton:{flex:"0 0 auto",marginLeft:e.spacing(-2),marginRight:e.spacing(),marginTop:e.spacing(-2)},root:{alignItems:"center",cursor:"pointer",display:"flex",marginTop:e.spacing(.5),[e.breakpoints.down("sm")]:{margin:e.spacing(4,0,0,0)}},skeleton:{width:"10rem"},title:{lineHeight:1.1,flex:1,marginLeft:e.spacing()}}),{name:"AppHeader"}),rr=Wa;var Ua=i=>{var n=i,{children:e,disabled:o,onClick:r}=n,t=m(n,["children","disabled","onClick"]);let{ssr:l}=L(),s=rr(),p=go();return!p.current&&!l?null:b1.createElement(Ga,{container:p.current},b1.createElement(x1,a({className:s.root,disabled:o,onClick:r,"data-test-id":"app-header-back-button"},t),b1.createElement(Ao,{className:s.backArrow}),e?b1.createElement("div",{className:s.title},e):b1.createElement(za,{className:s.skeleton})))};Ua.displayName="Backlink";import an from"clsx";import E from"react";import X1 from"react";var h1=e=>X1.createElement("svg",a({width:"36",height:"33",viewBox:"0 0 36 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),X1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6072 33C22.4977 33 23.9789 30.6214 23.9789 27.3629C23.9789 23.3549 20.3772 22.6056 17.3814 22.1167C15.0924 21.7258 14.0489 21.5304 14.0489 20.1292C14.0489 19.0867 14.9577 18.6954 16.4389 18.6954C18.2566 18.6954 18.7614 19.2168 18.9298 20.7482L23.7097 20.0314C23.3055 16.7404 21.4542 15.0787 16.5735 15.0787C11.2216 15.0787 9.33654 17.2293 9.33654 20.6504C9.30299 25.082 13.4768 25.5382 16.5735 26.0594C18.492 26.418 19.2328 26.7437 19.2328 28.0146C19.2328 29.0573 18.5933 29.5135 16.6745 29.5135C14.5539 29.5135 13.9144 29.1551 13.6451 27.4281L9 28.1124C9.43753 31.599 11.4908 33 16.6072 33Z",fill:"currentColor"}),X1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.7838 0L13.4043 6.64709H29.1638L35.5433 0H19.7838Z",fill:"#8AC4EB"}),X1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.15911 2.31187C6.27552 2.1958 6.4332 2.13062 6.59759 2.13062H27.3248C27.5761 2.13062 27.8026 2.28211 27.8987 2.51437C27.9947 2.74664 27.9412 3.01388 27.7632 3.19134L21.7867 9.1508C21.6703 9.26687 21.5126 9.33205 21.3482 9.33205H0.621008C0.369679 9.33205 0.143131 9.18056 0.0471181 8.94829C-0.0488948 8.71603 0.00456112 8.44879 0.182532 8.27133L6.15911 2.31187ZM6.85429 3.37259L2.12325 8.09007H21.0915L25.8225 3.37259H6.85429Z",fill:"currentColor"}));h1.displayName="Logo";import Ee from"react";var y1=()=>Ee.createElement("svg",{width:"36",height:"33",viewBox:"0 0 36 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Ee.createElement("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.7838 0L13.4043 6.64709H29.1638L35.5433 0H19.7838Z",fill:"#E6F0FF"}),Ee.createElement("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.59759 2.13062C6.4332 2.13062 6.27552 2.1958 6.15911 2.31187L0.182532 8.27133C0.00456112 8.44879 -0.0488948 8.71603 0.0471181 8.94829C0.143131 9.18056 0.369679 9.33205 0.621008 9.33205H21.3482C21.5126 9.33205 21.6703 9.26687 21.7867 9.1508L27.7632 3.19134C27.9412 3.01388 27.9947 2.74664 27.8987 2.51437C27.8026 2.28211 27.5761 2.13062 27.3248 2.13062H6.59759ZM2.12325 8.09007L6.85429 3.37259H25.8225L21.0915 8.09007H2.12325ZM23.9789 27.3629C23.9789 30.6214 22.4977 33 16.6072 33C11.4908 33 9.43754 31.599 9 28.1124L13.6451 27.4281C13.9144 29.1551 14.5539 29.5135 16.6745 29.5135C18.5933 29.5135 19.2328 29.0573 19.2328 28.0146C19.2328 26.7437 18.492 26.418 16.5735 26.0594C16.4207 26.0337 16.2653 26.0082 16.1079 25.9823C13.0752 25.4835 9.30464 24.8634 9.33654 20.6504C9.33654 17.2293 11.2216 15.0787 16.5735 15.0787C21.4542 15.0787 23.3055 16.7404 23.7097 20.0314L18.9298 20.7482C18.7614 19.2168 18.2566 18.6954 16.4389 18.6954C14.9577 18.6954 14.0489 19.0867 14.0489 20.1292C14.0489 21.5304 15.0924 21.7258 17.3814 22.1167C20.3772 22.6056 23.9789 23.3549 23.9789 27.3629Z",fill:"#FAFAFA"}));y1.displayName="LogoDark";import qa from"clsx";import ir from"react";import ja from"@material-ui/core/ButtonBase";import Ka from"clsx";import tr from"react";var _a=C(e=>({disabled:{"&$root":{color:e.palette.grey[500]}},root:{"&:hover, &:focus-visible":{background:e.palette.saleor.active[5]},"&:active":{background:e.palette.saleor.active[4]},background:e.palette.background.paper,borderRadius:4,color:e.palette.primary.main,height:48,transition:e.transitions.duration.shortest+"ms",width:48}}),{name:"ExpandButton"}),X=tr.forwardRef((t,r)=>{var i=t,{className:e}=i,o=m(i,["className"]);let n=_a({});return tr.createElement(ja,a({className:Ka(n.root,e,{[n.disabled]:o.disabled}),disableRipple:!0,ref:r},o))});X.displayName="SquareButton";var Xa=C(e=>({arrow:{transition:e.transitions.duration.shortest+"ms",transform:"rotate(-90deg)"},shrunk:{transform:"rotate(-90deg) scaleY(-1)"}}),{name:"ExpandButton"}),Re=r=>{var t=r,{isShrunk:e}=t,o=m(t,["isShrunk"]);let i=Xa({});return ir.createElement(X,a({disableRipple:!0},o),ir.createElement(Do,{className:qa(i.arrow,{[i.shrunk]:!e})}))};Re.displayName="ExpandButton";import Ya from"@material-ui/core/ClickAwayListener";import Ja from"@material-ui/core/MenuItem";import Qa from"@material-ui/core/Paper";import en from"@material-ui/core/Popper";import{fade as on}from"@material-ui/core/styles";import ar from"@material-ui/core/Typography";import Y1 from"clsx";import V from"react";import rn from"react-inlinesvg";var J1=210,Q1=72,tn=C(e=>({hideLabel:{"&$label":{opacity:0}},icon:{"& svg":{height:24,width:24},marginRight:e.spacing(1.5),transition:e.transitions.duration.shortest+"ms"},label:{cursor:"pointer",display:"block",fontSize:16,fontWeight:"bold",opacity:1,transition:e.transitions.duration.shortest+"ms"},labelRoot:{position:"absolute",left:60,width:200,textAlign:"left",pointerEvents:"none"},menuItemBtn:{"&:focus":{color:e.palette.primary.main,outline:0},background:"none",border:"none",color:"inherit",cursor:"pointer",display:"inline-flex",margin:0,padding:0},paper:{borderRadius:4,boxShadow:"0px 6px 30px rgba(0, 0, 0, 0.16)",cursor:"default",textAlign:"left"},popper:{margin:e.spacing(3.5,0,0,0),marginLeft:-J1/2,zIndex:2},popperShrink:{marginLeft:-Q1/2},root:{"&:hover, &:focus-visible, &$rootOpen":{color:e.palette.primary.main,outline:0},borderBottomRightRadius:4,borderTopRightRadius:4,color:on(e.palette.text.primary,.6),cursor:"pointer",display:"flex",height:56,marginBottom:e.spacing(),overflow:"hidden",padding:e.spacing(2,3,2,3),transition:e.transitions.duration.shortest+"ms",width:Q1},rootActive:{"&$root":{"&:hover, &:focus-visible, &$rootOpen":{color:e.palette.primary.main},background:e.palette.background.paper,color:e.palette.text.primary}},rootExpanded:{width:J1},rootOpen:{},subMenuHeader:{textTransform:"uppercase",color:e.palette.text.hint,padding:e.spacing(2,2,.5,2)},subMenuLabel:{"&.Mui-selected":{background:"unset !important"},background:"none",border:"none",color:e.palette.text.primary,fontWeight:500,height:48,lineHeight:36+"px",textAlign:"left",textDecoration:"none",whiteSpace:"nowrap",width:"100%"}}),{name:"MenuItem"}),$e=({activeId:e,menuItem:o,isMenuShrunk:r,onClick:t})=>{var d;let i=tn({}),[n,l]=V.useState(!1),s=V.useRef(null),p=(c,f)=>{c.stopPropagation(),f.children?l(!0):(t(f),l(!1))};return V.createElement("div",{className:Y1(i.root,{[i.rootOpen]:n,[i.rootActive]:[o.id,...((d=o.children)==null?void 0:d.map(c=>c.id))||[]].includes(e),[i.rootExpanded]:!r}),ref:s,onClick:c=>p(c,o)},V.createElement("button",{className:i.menuItemBtn,"data-test":"menu-item-label","data-test-id":o.id},o.iconSrc&&V.createElement(rn,{className:i.icon,src:o.iconSrc}),V.createElement(ar,{"aria-label":o.ariaLabel,className:Y1(i.label,i.labelRoot,{[i.hideLabel]:r}),variant:"body2"},o.label)),o.children&&V.createElement(en,{className:Y1(i.popper,{[i.popperShrink]:r}),open:n,anchorEl:s.current,transition:!0,placement:"right-start"},V.createElement(Ya,{onClickAway:()=>l(!1)},V.createElement(Qa,{className:i.paper},o.children.map(c=>{if(c.url||c.children){let f=c.external?{href:c.url,target:"_blank"}:{};return V.createElement(Ja,a({"aria-label":c.ariaLabel,component:c.external?"a":"button",className:Y1(i.label,i.subMenuLabel),key:c.url,onClick:M=>p(M,c),"data-test":"submenu-item-label","data-test-id":c.id,selected:e===c.id},f),c.label)}return V.createElement(ar,{key:c.label,variant:"caption",className:i.subMenuHeader},c.label)})))))};$e.displayName="MenuItem";var nn=C(e=>({expandButton:{marginLeft:e.spacing(1.5)},float:{height:"100vh",position:"fixed",overflowY:"auto",overflowX:"hidden",paddingBottom:e.spacing(3)},logo:{margin:`36px 0 ${e.spacing(3)} ${e.spacing(2.5)}`},root:{transition:"width 0.5s ease",width:J1},rootShrink:{width:Q1},toolbarContainer:{margin:e.spacing(1,0,1,1.5)}}),{name:"SideBar"}),ln=({activeId:e,menuItems:o,toolbar:r,onMenuItemClick:t})=>{let i=nn({}),{value:n,setValue:l}=i1(P1.menuShrink,(!1).toString()),s=n==="true",{themeType:p}=L();return E.createElement("div",{className:an(i.root,{[i.rootShrink]:s})},E.createElement("div",{className:i.float},E.createElement("div",{className:i.logo},p==="dark"?E.createElement(y1,null):E.createElement(h1,null)),o.map(d=>E.createElement($e,{activeId:e,isMenuShrunk:s,menuItem:d,onClick:t,key:d.ariaLabel})),r&&E.createElement("div",{className:i.toolbarContainer},r),E.createElement(Re,{className:i.expandButton,isShrunk:s,onClick:()=>l((!s).toString())})))};ln.displayName="SideBar";import cn from"@material-ui/core/Typography";import Oe from"react";import pn from"react-inlinesvg";var sn=C(e=>({activeMenuLabel:{display:"flex"},container:{overflowX:"hidden",width:"100%"},containerSubMenu:{"&$container":{overflow:"hidden"}},content:{width:"50%"},icon:{marginRight:e.spacing(2)},innerContainer:{display:"flex",position:"relative",right:0,transition:e.transitions.duration.short+"ms",width:"200%"},label:{fontWeight:"bold"},logo:{display:"block",marginBottom:e.spacing(4)},subMenuHeader:{textTransform:"uppercase",color:e.palette.text.hint,padding:e.spacing(1,0,2.5,0)},menuItemBtn:{alignItems:"center",background:"none",border:"none",color:e.palette.text.secondary,display:"flex",marginBottom:e.spacing(3),padding:0,textDecoration:"none",cursor:"pointer"},root:{background:e.palette.background.default,borderBottomRightRadius:32,borderTopRightRadius:32,padding:e.spacing(3),width:260},secondaryContentActive:{right:"100%"},subMenuTopBar:{alignItems:"center",display:"flex",justifyContent:"space-between",marginBottom:e.spacing(3)}}),{name:"SideBarDrawer"}),ee=sn;var oe=({menuItem:e,onClick:o})=>{let r=ee(),t=e.external?{href:e.url,target:"_blank"}:{},i=e.external?"a":"button";return Oe.createElement(i,a({className:r.menuItemBtn,"data-test":"menu-item-label","data-test-id":e.id,onClick:()=>o(e)},t),e.iconSrc&&Oe.createElement(pn,{className:r.icon,src:e.iconSrc}),Oe.createElement(cn,{"aria-label":e.ariaLabel,className:r.label},e.label))};oe.displayName="MenuItemBtn";import dn from"@material-ui/core/Drawer";import nr from"@material-ui/core/Typography";import mn from"@material-ui/icons/ArrowLeft";import Cn from"@material-ui/icons/Menu";import lr from"clsx";import v from"react";import un from"react-inlinesvg";var fn=({menuItems:e,onMenuItemClick:o})=>{var y;let[r,t]=v.useState(!1),i=ee({}),[n,l]=v.useState(null),[s,p]=v.useState(!1),d=v.useRef(null),{themeType:c}=L(),f=g=>{t(!1),p(!1),o(g)},M=g=>{var S;l(g),p(!0),(S=d.current)==null||S.scrollTo({top:0})};return v.createElement(v.Fragment,null,v.createElement(X,{onClick:()=>t(!0)},v.createElement(Cn,null)),v.createElement(dn,{classes:{paper:i.root},open:r,onClose:()=>t(!1)},v.createElement("div",{className:lr(i.container,{[i.containerSubMenu]:s}),ref:d},v.createElement("div",{className:lr(i.innerContainer,{[i.secondaryContentActive]:s})},v.createElement("div",{className:i.content},v.createElement("div",{className:i.logo},c==="dark"?v.createElement(y1,null):v.createElement(h1,null)),e.map(g=>v.createElement(oe,{menuItem:g,onClick:g.children?()=>M(g):f,key:g.ariaLabel}))),n&&v.createElement("div",{className:i.content},v.createElement("div",{className:i.subMenuTopBar},v.createElement("div",{className:i.activeMenuLabel},n.iconSrc&&v.createElement(un,{className:i.icon,src:n.iconSrc}),v.createElement(nr,{className:i.label},n.label)),v.createElement(X,{onClick:()=>p(!1)},v.createElement(mn,null))),(y=n.children)==null?void 0:y.map(g=>g.url||g.children?v.createElement(oe,{menuItem:g,onClick:f,key:g.ariaLabel}):v.createElement(nr,{variant:"caption",className:i.subMenuHeader},g.label)))))))};fn.displayName="SideBarDrawer";import dr from"@material-ui/core/Typography";import mr from"clsx";import T from"react";import vn from"@material-ui/core/ButtonBase";import xn from"@material-ui/core/IconButton";import cr from"clsx";import We from"react";var gn=C(e=>({error:{"&&":{"&:hover, &.Mui-focusVisible, &$hover":{borderColor:e.palette.saleor.errorAction[1],color:e.palette.saleor.errorAction[1]},"&:active, &$active":{background:e.palette.saleor.errorAction[5]}},borderColor:e.palette.saleor.errorAction[4],color:e.palette.saleor.errorAction[2]},disabledError:{"&&&":{borderColor:"transparent",color:e.palette.saleor.errorAction[5]}},secondary:H1(e.palette.saleor),hoverOutline:{"&$secondary":{"&:hover, &:focus-visible, &$hover":{background:e.palette.saleor.active[5],borderColor:e.palette.saleor.active[4]},"&:active, &$active":{background:e.palette.saleor.active[4]}}},active:{},hover:{}}),{name:"IconButton"}),sr=gn;var Y=We.forwardRef((s,l)=>{var p=s,{className:e,error:o,hoverOutline:r=!0,variant:t="primary",state:i="default"}=p,n=m(p,["className","error","hoverOutline","variant","state"]);let d=sr();return t==="secondary"?We.createElement(vn,a({ref:l,className:cr(d.secondary,e,{[d.hoverOutline]:r&&!n.disabled,[d.hover]:i==="hover",[d.active]:i==="active"}),disableRipple:!0},n)):We.createElement(xn,a({ref:l,className:cr(e,{[d.error]:o,[d.disabledError]:o&&n.disabled,[d.hover]:i==="hover",[d.active]:i==="active"}),disableRipple:!0},n))});Y.displayName="Button";import hn from"@material-ui/core/Card";import yn from"@material-ui/core/CardContent";import Ln from"clsx";import pr from"react";var bn=C(e=>({close:{"&:hover":{color:e.palette.text.primary},color:e.palette.text.secondary,position:"absolute",right:e.spacing(-2),top:e.spacing(-1)},closeNoContent:{"&$close":{top:2}},container:{columnGap:e.spacing(2),display:"grid",gridTemplateColumns:"40px 1fr"},content:{padding:e.spacing(0,1)},icon:{"& $error":{color:e.palette.alert.icon.error},"& $warning":{color:e.palette.alert.icon.warning},"& $success":{color:e.palette.alert.icon.success}},root:{},titleBar:{marginTop:6,marginBottom:e.spacing(1),position:"relative"},error:{background:e.palette.alert.paper.error},warning:{background:e.palette.alert.paper.warning},success:{background:e.palette.alert.paper.success}}),{name:"Alert"}),re=bn;var Ge=i=>{var n=i,{className:e,variant:o="info",children:r}=n,t=m(n,["className","variant","children"]);let l=re();return pr.createElement(hn,a({elevation:0,className:Ln(e,l.root,{[l.error]:o==="error",[l.warning]:o==="warning",[l.success]:o==="success"}),"data-test":"alert"},t),pr.createElement(yn,null,r))};Ge.displayName="AlertBase";var Mn=r=>{var t=r,{variant:e}=t,o=m(t,["variant"]);switch(e){case"error":return T.createElement(m1,a({},o));case"warning":return T.createElement(u1,a({},o));case"success":return T.createElement(c1,a({},o));default:return T.createElement(p1,a({},o))}},kn=n=>{var l=n,{close:e=!0,variant:o="info",title:r,children:t}=l,i=m(l,["close","variant","title","children"]);let s=re(),[p,d]=T.useState(!0);return p?T.createElement(Ge,a({variant:o},i),T.createElement("div",{className:s.container},T.createElement("div",{className:s.icon},T.createElement(Mn,{className:mr({[s.error]:o==="error",[s.warning]:o==="warning",[s.success]:o==="success"}),variant:o})),T.createElement("div",{className:s.content},T.createElement("div",{className:s.titleBar},r&&T.createElement(dr,{variant:"h5"},r),e&&T.createElement(Y,{className:mr(s.close,{[s.closeNoContent]:!t}),hoverOutline:!1,variant:"secondary",onClick:()=>d(!1),"data-test":"close"},T.createElement(U,null))),typeof t=="string"?T.createElement(dr,{variant:"body1"},t):t))):null};kn.displayName="Alert";import In from"@material-ui/core/SnackbarContent";import te from"@material-ui/core/Typography";import ie from"clsx";import b,{useState as Bn}from"react";var Cr=40,Sn=C(e=>({actionBtn:{position:"absolute",minWidth:"unset",right:"24px",bottom:"20px"},rotate:{transform:"rotate(180deg)"},apiMessage:{margin:"6px 0 4px 0"},apiMessageAction:{display:"flex",alignItems:"center",marginTop:"-10px"},closeBtn:{"&:hover":{color:e.palette.text.primary},"& svg":{maxHeight:20,maxWidth:20},color:e.palette.text.secondary,padding:10,position:"absolute",right:5,top:7},error:{"& $icon":{color:e.palette.alert.icon.error},backgroundColor:e.palette.alert.paper.error},hiddenText:{maxHeight:0},icon:{},info:{},snackbar:{borderRadius:4,padding:e.spacing(0,6,1,2),position:"relative"},snackbarContainer:{marginBottom:e.spacing(2),maxWidth:450,position:"relative"},snackbarAction:{paddingLeft:`calc(${Cr}px + ${e.spacing(2)})`},snackbarContentWithAction:{paddingBottom:"5rem"},success:{"& $icon":{color:e.palette.alert.icon.success},backgroundColor:e.palette.alert.paper.success},text:{fontWeight:400,paddingTop:5},warning:{"& $icon":{color:e.palette.alert.icon.warning},backgroundColor:e.palette.alert.paper.warning},messageContainer:{paddingTop:e.spacing(2),position:"relative"},container:{columnGap:e.spacing(2),display:"grid",gridTemplateColumns:`${Cr}px 1fr`},title:{marginTop:6,marginBottom:e.spacing(.5)}}),{name:"Notification"}),ur=Sn;var Tn=r=>{var t=r,{type:e}=t,o=m(t,["type"]);switch(e){case"error":return b.createElement(m1,a({},o));case"warning":return b.createElement(u1,a({},o));case"success":return b.createElement(c1,a({},o));default:return b.createElement(p1,a({},o))}},Pn=p=>{var d=p,{onClose:e,title:o,type:r,action:t,content:i,className:n,apiMessage:l}=d,s=m(d,["onClose","title","type","action","content","className","apiMessage"]);let c=ur(),[f,M]=Bn(!1);return b.createElement("div",a({className:ie(c.snackbarContainer,n),"data-test":"notification","data-test-type":r},s),b.createElement(In,{"aria-describedby":"client-snackbar",classes:{action:ie(c.snackbarAction,{[c.snackbarContentWithAction]:!!t&&!l}),message:c.messageContainer},className:ie(c.snackbar,{[c.info]:r==="info",[c.error]:r==="error",[c.success]:r==="success",[c.warning]:r==="warning"}),message:b.createElement("div",{className:c.container},b.createElement("div",null,b.createElement(Tn,{className:c.icon,type:r})),b.createElement("div",null,b.createElement("div",{className:c.title},b.createElement(te,{variant:"h5"},o)),b.createElement(te,{variant:"body1"},i),f&&b.createElement(te,{variant:"body2",className:c.apiMessage},l==null?void 0:l.apiMessageContent))),action:[b.createElement("div",{key:"actions"},!!t&&b.createElement(W,{className:c.actionBtn,key:"action",variant:"tertiary",onClick:t.onClick,"data-test":"button-action"},t.label)),b.createElement("div",{key:"api-action",className:c.apiMessageAction},!!l&&b.createElement(b.Fragment,null,b.createElement(te,{variant:"body1"},f?l.hideApiLabel:l.showApiLabel),b.createElement(Y,{"aria-label":f?"shrink":"expand",onClick:()=>M(y=>!y),hoverOutline:!1,variant:"secondary"},b.createElement(Oo,{className:ie({[c.rotate]:f})})))),b.createElement(Y,{"aria-label":"Close",onClick:e,hoverOutline:!1,variant:"secondary",className:c.closeBtn,"data-test":"close"},b.createElement(U,null))]}))};Pn.displayName="Notification";import Vn from"@material-ui/core/Avatar";import Zn from"@material-ui/core/ClickAwayListener";import Nn from"@material-ui/core/Grow";import An from"@material-ui/core/Hidden";import Dn from"@material-ui/core/MenuList";import En from"@material-ui/core/Paper";import Rn from"@material-ui/core/Popper";import vr from"@material-ui/core/Typography";import h from"react";import{createContext as Hn,useContext as wn}from"react";var ae=Hn(void 0);ae.displayName="UserChipMenuContext";var fr=()=>{let e=wn(ae);if(e===void 0)throw new Error("useUserChipMenu must be used within a UserChipMenuContext");return e};var L1=32,Fn=C(e=>({avatar:{"&&":{height:L1,width:L1},backgroundColor:e.palette.background.paper},avatarInitials:{height:L1,lineHeight:L1+"px",width:L1,color:e.palette.primary.contrastText,textAlign:"center"},avatarPlaceholder:{alignItems:"center",background:e.palette.primary.main,borderRadius:"100%",display:"flex",justifyContent:"center"},label:{lineHeight:1.2,textAlign:"left"},labelContainer:{[e.breakpoints.down("sm")]:{marginLeft:0},display:"inline-flex",alignItems:"center",marginLeft:e.spacing(1)},popover:{marginTop:e.spacing(.5),zIndex:10},userChip:u(a({"&&":{[e.breakpoints.down("sm")]:{padding:e.spacing(.5)},padding:e.spacing(.5,3,.5,1)}},e.typography.body1),{display:"flex",textTransform:"unset"}),userMenuContainer:{cursor:"pointer",display:"inline-block",position:"relative"}}),{name:"UserChipMenu"}),gr=Fn;var $n=s=>{var p=s,{avatar:e,initials:o,name:r,subtext:t,children:i,open:n=!1}=p,l=m(p,["avatar","initials","name","subtext","children","open"]);let d=gr({}),[c,f]=h.useState(n),M=h.useRef(null),y=()=>f(!1);return h.createElement(h.Fragment,null,h.createElement(x1,a({className:d.userChip,ref:M,onClick:()=>f(!c),"data-test":"userMenu",state:c?"active":"default"},l),e?h.createElement(Vn,{className:d.avatar,alt:"user",src:e}):h.createElement("div",{className:d.avatarPlaceholder},h.createElement("div",{className:d.avatarInitials},o)),h.createElement("div",{className:d.labelContainer},h.createElement(An,{smDown:!0},h.createElement("div",null,h.createElement(vr,{className:d.label,variant:"body2"},r),t&&h.createElement(vr,{className:d.label,variant:"body2",color:"textSecondary"},t))))),h.createElement(Rn,{className:d.popover,open:c,anchorEl:M.current,transition:!0,placement:"bottom-end"},({TransitionProps:g,placement:S})=>h.createElement(Nn,u(a({},g),{style:{transformOrigin:S==="bottom"?"right top":"right bottom"}}),h.createElement(En,null,h.createElement(Zn,{onClickAway:y,mouseEvent:"onClick"},h.createElement(Dn,{disablePadding:!0},h.createElement(ae.Provider,{value:y},i)))))))};$n.displayName="UserChip";import On from"@material-ui/core/MenuItem";import Wn from"react";var Gn=t=>{var i=t,{leaveOpen:e,onClick:o}=i,r=m(i,["leaveOpen","onClick"]);let n=fr(),l=s=>{n(),o&&o(s)};return Wn.createElement(On,u(a({},r),{onClick:e?o:l,button:!0}))};Gn.displayName="UserChipMenuItem";import Un from"@material-ui/core/Table";import br from"react";var zn=C(e=>({root:{[e.breakpoints.up("md")]:{"&& table":{tableLayout:"fixed"}},"& table":{tableLayout:"auto"},overflowX:"auto",width:"100%"}}),{name:"ResponsiveTable"}),xr=zn;var jn=e=>{let{children:o,className:r}=e,t=xr(e);return br.createElement("div",{className:t.root},br.createElement(Un,{className:r},o))};jn.displayName="ResponsiveTable";import _n from"@material-ui/core/Tooltip";import qn from"react";var Kn=C(e=>({tooltip:{backgroundColor:o=>{switch(o.variant){case"info":return e.palette.info.main;case"success":return e.palette.success.main;case"warning":return e.palette.warning.main;case"error":return e.palette.error.main;default:return e.palette.info.main}}}}),{name:"Tooltip"}),hr=Kn;var Xn=i=>{var n=i,{children:e,disabled:o=!1,variant:r="info"}=n,t=m(n,["children","disabled","variant"]);let l=hr(a({variant:r,children:e},t));return o?e:qn.createElement(_n,a({classes:l},t),e)};Xn.displayName="Tooltip";import r4 from"@material-ui/core/Toolbar";import le from"react";import yr from"@material-ui/core/ButtonBase";import Lr from"@material-ui/icons/ChevronLeft";import Mr from"@material-ui/icons/ChevronRight";import ze from"clsx";import G from"react";import{fade as Yn}from"@material-ui/core/styles/colorManipulator";var Jn=C(e=>({actions:{},actionsButton:{"&:hover":{color:e.palette.primary.main},"&:last-child":{marginLeft:e.spacing(1.5)},"& svg":{color:"currentColor",width:16},border:"2px solid currentColor",borderRadius:2,boxSizing:"border-box",color:e.palette.text.primary,height:36,width:36,transition:e.transitions.create("color",{duration:e.transitions.duration.shorter})},actionsButtonDisabled:{border:`2px solid ${e.palette.text.disabled}`,color:e.palette.text.disabled},dark:{"&:focus, &:hover":{"& > span:first-of-type":{backgroundColor:Yn(e.palette.primary.main,.2)}},"&:not($actionsButtonDisabled)":{color:e.palette.primary.main}},root:{},toolbar:{justifyContent:"space-between"},spacer:{},rowNumber:{fontSize:e.typography.body2.fontSize},rowNumberLabel:{},rowNumberSelect:{"&&:before, &&:after":{content:"none"},marginLeft:e.spacing(1)},rowNumberSelectLabel:{"&&":{color:e.palette.primary.main}}}),{name:"Pagination"}),J=Jn;var Ue=p=>{var d=p,{className:e,disabled:o,hasNextPage:r,hasPreviousPage:t,nextIconButtonProps:i,onNextPage:n,onPreviousPage:l}=d,s=m(d,["className","disabled","hasNextPage","hasPreviousPage","nextIconButtonProps","onNextPage","onPreviousPage"]);let c=J(),{direction:f,themeType:M}=L(),y=M==="dark",g=!t||o,S=!r||o;return G.createElement("div",a({className:ze(c.actions,e)},s),G.createElement(yr,{className:ze(c.actionsButton,{[c.dark]:y,[c.actionsButtonDisabled]:g}),disableRipple:!0,onClick:l,disabled:g,"data-test":"button-pagination-back","aria-label":"previous page"},f==="rtl"?G.createElement(Mr,null):G.createElement(Lr,null)),G.createElement(yr,a({className:ze(c.actionsButton,{[c.dark]:y,[c.actionsButtonDisabled]:S}),disableRipple:!0,onClick:n,disabled:S,"data-test":"button-pagination-next","aria-label":"next page"},i),f==="rtl"?G.createElement(Lr,null):G.createElement(Mr,null)))};Ue.displayName="PaginationActions";import Qn from"@material-ui/core/MenuItem";import e4 from"@material-ui/core/Select";import o4 from"clsx";import ne from"react";var je=({className:e,choices:o,disabled:r,labels:t,rowNumber:i,onChange:n})=>{let l=J({});return ne.createElement("div",{className:o4(l.rowNumber,e)},ne.createElement("span",{className:l.rowNumberLabel},t.noOfRows),n?ne.createElement(e4,{"data-test-id":"PaginationRowNumberSelect",disabled:r,inputProps:{className:l.rowNumberSelectLabel},className:l.rowNumberSelect,value:i,onChange:s=>n(s.target.value)},o.length>0&&o.map(s=>ne.createElement(Qn,{value:s,key:s,"data-test-id":"rowNumberOption"},s))):` ${i}`)};je.displayName="PaginationRowNumberSelect";var Ke=f=>{var M=f,{choices:e=[10,20,30,50,100],disabled:o,hasNextPage:r,hasPreviousPage:t,nextIconButtonProps:i,labels:n,rowNumber:l,onNextPage:s,onPreviousPage:p,onRowNumberUpdate:d}=M,c=m(M,["choices","disabled","hasNextPage","hasPreviousPage","nextIconButtonProps","labels","rowNumber","onNextPage","onPreviousPage","onRowNumberUpdate"]);let y=J();return le.createElement(r4,a({className:y.toolbar,disableGutters:!0},c),le.createElement("div",{className:y.spacer},l&&le.createElement(je,{choices:e,disabled:o,labels:n,rowNumber:l,onChange:d})),le.createElement(Ue,{disabled:o,hasNextPage:r,hasPreviousPage:t,nextIconButtonProps:i,onNextPage:s,onPreviousPage:p}))};Ke.displayName="Pagination";import t4 from"@material-ui/core/TableCell";import i4 from"@material-ui/core/TableRow";import _e from"react";var a4=r=>{var t=r,{colSpan:e}=t,o=m(t,["colSpan"]);return _e.createElement(i4,null,_e.createElement(t4,{padding:"none",colSpan:e},_e.createElement(Ke,a({},o))))};a4.displayName="TablePagination";import c4 from"react";import l4 from"@material-ui/core/Chip";import s4 from"clsx";import Sr from"react";function se(e){return{"&$dark":{"&$outlined":{borderColor:e.light},"&$active, &$clickable:hover, &$clickable:focus":{"&:not($outlined)":{borderColor:e.verydark},backgroundColor:e.verydark},borderColor:e.dark,backgroundColor:e.dark},"&:not($dark)":{"&$outlined":{borderColor:e.dark},"&$active, &$clickable:hover, &$clickable:focus":{"&:not($outlined)":{borderColor:e.light},backgroundColor:e.light},borderColor:e.mid,backgroundColor:e.mid}}}var n4=C(e=>({root:{border:`1px solid ${e.palette.saleor.info.mid}`,transition:e.transitions.duration.shorter+"ms"},dark:{color:e.palette.saleor.main[1]},active:{},clickable:{cursor:"pointer"},outlined:{borderStyle:"dashed"},error:se(e.palette.saleor.fail),labelSmall:{"&&":{fontSize:"1.2rem",lineHeight:1.6,letterSpacing:"0.1rem",fontWeight:500,textTransform:"uppercase"}},warning:se(e.palette.saleor.warning),success:se(e.palette.saleor.success),info:se(e.palette.saleor.info),label:u(a({},e.typography.body2),{userSelect:"none"}),small:{}}),{name:"Pill"}),kr=n4;var Ir=Sr.forwardRef((p,s)=>{var d=p,{active:e,className:o,color:r="info",outlined:t,onClick:i,size:n}=d,l=m(d,["active","className","color","outlined","onClick","size"]);let c=kr(),{themeType:f}=L();return Sr.createElement(l4,a({classes:{root:s4(o,c.root,{[c.active]:e,[c.error]:r==="error",[c.warning]:r==="warning",[c.success]:r==="success",[c.info]:r==="info",[c.dark]:f==="dark",[c.outlined]:t,[c.small]:n==="small",[c.clickable]:!!i}),label:c.label,labelSmall:c.labelSmall},clickable:!1,component:i?"button":"div",onClick:i,size:n,ref:s},l))});var p4={error:"error",neutral:"info",success:"success",warning:"warning"},d4=t=>{var i=t,{size:e,variant:o}=i,r=m(i,["size","variant"]);let n=p4[o];return c4.createElement(Ir,a({color:n},r))};d4.displayName="HeaderChip";import u4 from"@material-ui/core/Tab";import f4 from"react";import{fade as m4}from"@material-ui/core/styles";var C4=C(e=>({tabRoot:{"@media (min-width: 600px)":{minWidth:"unset"},"&.Mui-selected":{background:e.palette.secondary.main,color:e.palette.primary.main},"&:hover":{background:m4(e.palette.secondary.main,.6)},borderRadius:8,minHeight:40,padding:e.spacing(1,2),textTransform:"unset"},containerRoot:{minHeight:"unset"},containerFlex:{columnGap:e.spacing(2)}}),{name:"PageTab"}),ce=C4;var g4=e=>{let o=ce();return f4.createElement(u4,a({classes:{root:o.tabRoot},disableRipple:!0},e))};g4.displayName="PageTab";import v4 from"@material-ui/core/Tabs";import x4 from"react";var b4=e=>{let o=ce();return x4.createElement(v4,u(a({},e),{classes:{flexContainer:o.containerFlex,root:o.containerRoot},TabIndicatorProps:{style:{display:"none"}},onChange:(r,t)=>e.onChange(t)}))};b4.displayName="PageTabs";import h4 from"react";var y4=({children:e,show:o})=>h4.createElement("div",{style:{display:o?"block":"none"}},e);y4.displayName="PageTabPanel";import D4 from"@material-ui/core/IconButton";import ro from"@material-ui/core/MenuItem";import Zr from"@material-ui/core/Select";import E4 from"@material-ui/core/Typography";import R4 from"lodash/difference";import w from"react";import{createContext as L4,useContext as M4}from"react";var qe=L4(null),H=()=>{let e=M4(qe);if(e===void 0)throw new Error("useFilters must be used within a FilterContext");return e};import de from"react";import S4 from"@material-ui/core/Checkbox";import I4 from"@material-ui/core/Chip";import B4 from"@material-ui/core/MenuItem";import T4 from"@material-ui/core/Select";import P4 from"clsx";import M1 from"react";var k4=C(e=>({menuContent:{minWidth:220,padding:e.spacing(2)},menuHeader:{textTransform:"uppercase"},menuPaper:{borderRadius:0},filter:{alignItems:"center",display:"flex",columnGap:e.spacing(2),marginBottom:e.spacing(2)},filterChip:{borderRadius:8,background:e.palette.primary.main,color:e.palette.primary.contrastText},filterChipContainer:{display:"flex",columnGap:e.spacing(1)},filterDelete:{marginLeft:"auto"},filterName:{width:180},filterValue:{height:51,width:400},filterRange:{width:115},filterInputInner:{"&&":{padding:e.spacing(2)}},filterConjunction:{minWidth:80},filterValueCheckbox:{paddingLeft:0},filterValueSelected:{color:e.palette.primary.main,fontWeight:500},filterRangeLabel:{margin:e.spacing(0,1)},filterRangeValueContainer:{display:"flex",alignItems:"center"},bar:{minWidth:600},selectPaper:{borderRadius:0,marginTop:`calc(48px + ${e.spacing(1)})`}}),{name:"Filter"}),P=k4;var Xe=({filter:e})=>{let o=P(),{onChange:r}=H(),{name:t,options:i}=e,{choices:n}=i,l=s=>r(t,s.target.value);return M1.createElement(T4,{className:o.filterValue,classes:{root:o.filterInputInner},multiple:!0,variant:"outlined",onChange:l,value:e.values,renderValue:s=>{let p=s;return M1.createElement("div",{className:o.filterChipContainer},p.map(d=>M1.createElement(I4,{className:o.filterChip,key:d,label:d})))}},n.map(s=>{let p=e.values.includes(s.value);return M1.createElement(B4,{key:s.value,className:P4({[o.filterValueSelected]:p}),value:s.value},M1.createElement(S4,{checked:p,className:o.filterValueCheckbox}),s.label)}))};Xe.displayName="MultipleSelectFilterField";import Br from"@material-ui/core/TextField";import H4 from"@material-ui/core/Typography";import w4 from"clsx";import pe from"react";var Ye=({filter:e,labels:o})=>{var s;let r=P(),{onChange:t}=H(),{name:i}=e,n=p=>t(i,p.target.value,{rangePart:p.target.name}),l=u(a({},e.options.InputProps),{InputProps:a({classes:{input:r.filterInputInner},type:"number"},(s=e.options.InputProps)==null?void 0:s.InputProps),onChange:n});return pe.createElement("div",{className:w4(r.filterValue,r.filterRangeValueContainer)},pe.createElement(Br,u(a({},l),{name:"min",value:e.values[0]})),pe.createElement(H4,{className:r.filterRangeLabel},o.and),pe.createElement(Br,u(a({},l),{name:"max",value:e.values[1]})))};Ye.displayName="RangeFilterField";import F4 from"@material-ui/core/MenuItem";import V4 from"@material-ui/core/Select";import Tr from"react";var Je=({filter:e})=>{let o=P(),{onChange:r}=H(),{name:t,options:i}=e,{choices:n}=i,l=s=>r(t,s.target.value);return Tr.createElement(V4,{className:o.filterValue,classes:{selectMenu:o.filterInputInner},variant:"outlined",onChange:l,value:e.value},n.map(s=>Tr.createElement(F4,{key:s.value,value:s.value},s.label)))};Je.displayName="SelectFilterField";import Z4 from"@material-ui/core/TextField";import N4 from"react";var Qe=({filter:e})=>{var n;let o=P(),{onChange:r}=H(),{name:t}=e,i=l=>r(t,l.target.value);return N4.createElement(Z4,u(a({},e.options.InputProps),{className:o.filterValue,InputProps:u(a({},(n=e.options.InputProps)==null?void 0:n.InputProps),{classes:{input:o.filterInputInner}}),onChange:i,value:e.value}))};Qe.displayName="TextFilterField";var F;(function(t){t[t.Text=0]="Text",t[t.Choice=1]="Choice",t[t.Range=2]="Range"})(F||(F={}));var eo=({filter:e,labels:o})=>{let{options:r,range:t}=e,{type:i,multiple:n}=r;return i===F.Choice?n?de.createElement(Xe,{filter:e}):de.createElement(Je,{filter:e}):i===F.Range&&t?de.createElement(Ye,{filter:e,labels:o}):de.createElement(Qe,{filter:e})};eo.displayName="FilterContent";import A4 from"lodash/uniqBy";function Q(e){return e.filter(o=>!o.active)}function me(e){return e.filter(o=>o.active)}function Pr(e){if(A4(e,"name").length!==e.length)throw new Error("Filter names should be unique")}function oo(e){var r;let{options:o}=e;return{value:o.multiple||o.type===F.Range?null:o.type===F.Choice?(r=o.default)!=null?r:o.choices[0].value:"",values:e.range&&o.type===F.Range?["",""]:o.multiple?[]:null}}function Hr(e,o,r,t,i){let n=t.find(s=>s.name===o),l={active:!!n,label:r,name:o,range:!1,sortIndex:e.length,options:i,value:null,values:null};return[...e,a(a(a({},l),oo(l)),n)]}function wr(e,o,r,t={}){let i=e.find(l=>l.name===o),n;return i.options.multiple?n={values:r}:i.options.type===F.Range&&t.rangePart?n={values:t.rangePart==="min"?[r,i.values[1]]:[i.values[0],r]}:n={value:r},e.map(l=>l.name===o?a(a({},l),n):l)}function Fr(e,o){let r=e.find(n=>n.name===o),t=r.active?r.sortIndex:me(e).length,i=r.active?oo(r):{};return e.map(n=>n.name===o?a(u(a({},n),{active:!n.active,sortIndex:t}),i):n.active&&n.sortIndex>t?u(a({},n),{sortIndex:n.sortIndex-1}):n)}function Vr(e,o){return e.map(r=>r.name===o?a(u(a({},r),{range:!r.range}),oo(u(a({},r),{range:!r.range}))):r)}var kC=t=>{var i=t,{name:e,label:o}=i,r=m(i,["name","label"]);let{register:n,set:l,unregister:s}=H(),p=w.useRef(!1);return w.useEffect(()=>(n(e,o,r),p.current=!0,()=>s(e)),[]),w.useEffect(()=>{p.current&&r.choices!==void 0&&R4(r.choices,r.choices).length&&l(e,{options:u(a({},r),{choices:r.choices})})},[r.choices]),null},Nr=({first:e,name:o,labels:r})=>{let t=P(),{filters:i,toggle:n,toggleRange:l}=H(),s=i.find(f=>f.name===o);if(!(s==null?void 0:s.active))return null;let p=Q(i),d=[s,...p],c=f=>{n(o),n(f.target.value)};return w.createElement("div",{className:t.filter},w.createElement(E4,{className:t.filterConjunction},e?r.where:r.and),w.createElement(Zr,{className:t.filterName,classes:{selectMenu:t.filterInputInner},variant:"outlined",onChange:c,value:s.name},d.map(f=>w.createElement(ro,{key:f.name,value:f.name},f.label))),w.createElement(Zr,{disabled:s.options.type!==F.Range,className:t.filterRange,classes:{selectMenu:t.filterInputInner},variant:"outlined",value:s.range.toString(),onChange:()=>l(o)},w.createElement(ro,{value:"false"},r.is),w.createElement(ro,{value:"true"},r.range)),w.createElement(eo,{filter:s,labels:r}),w.createElement(D4,{className:t.filterDelete,onClick:()=>n(o)},w.createElement(Ro,null)))};import U4 from"@material-ui/core/Button";import j4 from"@material-ui/core/Card";import K4 from"@material-ui/core/CardContent";import _4 from"@material-ui/core/CardHeader";import q4 from"@material-ui/core/IconButton";import X4 from"@material-ui/icons/Close";import k from"react";import $4 from"@material-ui/core/ClickAwayListener";import O4 from"@material-ui/core/MenuItem";import W4 from"@material-ui/core/Paper";import G4 from"@material-ui/core/Popper";import z4 from"@material-ui/core/Typography";import e1 from"react";var to=({anchorEl:e,labels:o,open:r,onClose:t})=>{let i=P(),{filters:n,toggle:l}=H(),s=Q(n),p=d=>{l(d),t()};return e1.createElement(G4,{anchorEl:e,open:r,disablePortal:!0,placement:"bottom-start"},e1.createElement($4,{onClickAway:t},e1.createElement(W4,{elevation:20,className:i.menuPaper},e1.createElement("div",{className:i.menuContent},e1.createElement(z4,{className:i.menuHeader,color:"textSecondary",variant:"caption"},o.header)),s.map(d=>e1.createElement(O4,{key:d.name,onClick:()=>p(d.name)},d.label)))))};to.displayName="FilterMenu";var Y4=k.forwardRef(({children:e,initial:o=[],labels:r,onChange:t,onClose:i},n)=>{let l=P(),[s,p]=k.useState([]),[d,c]=k.useState(!1),f=k.useRef(null);Pr(s);let M=(I,B,R)=>p($=>Hr($,I,B,o,R)),y=(I,B,R)=>p($=>wr($,I,B,R)),g=I=>p(B=>Fr(B,I)),S=I=>p(B=>Vr(B,I)),et=I=>p(B=>B.filter(R=>R.name!==I)),ot=(I,B)=>p(R=>R.map($=>$.name===I?u(a({},$),{filter:B}):$)),rt=Q(s);return k.useEffect(()=>t(me(s)),[s]),k.createElement(qe.Provider,{value:{filters:s,register:M,set:ot,toggle:g,toggleRange:S,unregister:et,onChange:y}},e,k.createElement(j4,{className:l.bar,ref:n,elevation:20},k.createElement(_4,{title:r.header,action:k.createElement(q4,{onClick:i},k.createElement(X4,null))}),k.createElement(K4,null,k.createElement("div",null,me(s).sort((I,B)=>I.sortIndex>B.sortIndex?1:-1).map((I,B)=>k.createElement(Nr,{key:I.name,first:B===0,labels:r,name:I.name}))),!!rt.length&&k.createElement(k.Fragment,null,k.createElement(U4,{color:"primary",ref:f,onClick:()=>c(!0)},"+ ",r.addButton)),k.createElement(to,{anchorEl:f.current,labels:r,open:d,onClose:()=>c(!1)}))))});Y4.displayName="FilterBar";import J4 from"@material-ui/core/DialogTitle";import Q4 from"@material-ui/core/Typography";import o1 from"react";var Ar=C(e=>({button:{"&:hover, &:focus":{color:e.palette.saleor.active[1]},appearance:"none",border:"none",background:"transparent",color:e.palette.saleor.main[3],cursor:"pointer",padding:0,outline:0},wrapper:{alignItems:"center",display:"flex",justifyContent:"space-between"}}),{name:"DialogHeader"});var e5=t=>{var i=t,{onClose:e,children:o}=i,r=m(i,["onClose","children"]);let n=Ar();return o1.createElement(o1.Fragment,null,o1.createElement(J4,{className:n.wrapper,id:"alert-dialog-title",disableTypography:!0},o1.createElement(Q4,a({variant:"h5",component:"h5"},r),o),o1.createElement("button",{className:n.button,onClick:e,"aria-label":"Close modal","data-test":"close"},o1.createElement(U,null))))};e5.displayName="DialogHeader";import o5 from"@material-ui/core/Table";import io from"react";var Dr=C(()=>({wrapper:{overflowY:"scroll",maxHeight:500}}),{name:"DialogTable"});var r5=io.forwardRef((i,t)=>{var n=i,{children:e,innerRef:o}=n,r=m(n,["children","innerRef"]);let l=Dr();return io.createElement("div",{className:l.wrapper,ref:t},io.createElement(o5,a({ref:o},r),e))});r5.displayName="DialogTable";import Rr from"clsx";import Ce from"react";var Er=C(e=>({root:{boxShadow:"0px 0px 0px rgba(2, 25, 58, 0.16)",transition:e.transitions.create("box-shadow")},bottom:{boxShadow:"0px -6px 30px rgba(2, 25, 58, 0.16)"},top:{boxShadow:"0px 6px 30px rgba(2, 25, 58, 0.16)"}}),{name:"ScrollShadow"});var t5=i=>{var n=i,{show:e,variant:o,children:r}=n,t=m(n,["show","variant","children"]);let l=Er();return o==="bottom"?Ce.createElement(Ce.Fragment,null,Ce.createElement("div",u(a({},t),{className:Rr(l.root,{[l.bottom]:e})}),r)):Ce.createElement("div",u(a({},t),{className:Rr(l.root,{[l.top]:e})}),r)};t5.displayName="ScrollShadow";import a5 from"clsx";import n5 from"react";var i5=C(e=>({root:a({"&:hover, &:focus-visible, &$hover":{borderColor:e.palette.saleor.active[3],color:e.palette.primary.main},"&:active, &$active":{backgroundColor:e.palette.saleor.active[5],borderColor:e.palette.saleor.active[3],color:e.palette.primary.main},backgroundColor:"transparent",border:`1px dashed ${e.palette.saleor.main[3]}`,borderRadius:20,cursor:"pointer",color:e.palette.text.primary,outline:0,userSelect:"none",padding:"5px 8px",transition:e.transitions.create(["border-color","background-color","color"],{duration:e.transitions.duration.shorter})},e.typography.body1),hover:{},active:{}}),{name:"PillLink"}),$r=i5;var Or=n=>{var l=n,{children:e,component:o="a",className:r,state:t="default"}=l,i=m(l,["children","component","className","state"]);let s=$r();return n5.createElement(o,a({className:a5(s.root,r,{[s.hover]:t==="hover",[s.active]:t==="active"})},i),e)};Or.displayName="PillLink";var Mu=Or;import lo from"clsx";import Z from"react";import{createContext as Gr,useContext as zr,useMemo as s5}from"react";import l5 from"lodash/merge";var Wr=C(()=>({root:({width:e})=>{if(e instanceof Array)return{gridTemplateColumns:e.join(" ")};let o=Object.entries(e).map(([r,t])=>({[r]:{gridTemplateColumns:t.join(" ")}}));return a({},l5({},...o))}}),{name:"ListGrid"}),ue=C(()=>({row:{alignItems:"center",display:"grid"},cell:{boxSizing:"content-box",flex:1},body:{margin:0,padding:0}}),{name:"BaseList"});var k1=Gr("body"),ao=Gr(["1fr"]),no=()=>zr(k1),c5=()=>zr(ao);function Ur(){let e=c5(),o=s5(()=>({width:e}),[e]);return Wr(o)}var fe=t=>{var i=t,{children:e,gridTemplate:o}=i,r=m(i,["children","gridTemplate"]);return Z.createElement(ao.Provider,{value:o},Z.createElement("section",a({},r),e))},ge=l=>{var s=l,{classes:e,className:o,children:r,hover:t=!0,selected:i}=s,n=m(s,["classes","className","children","hover","selected"]);let p=ue(),d=Ur(),c=no();return Z.createElement(c==="body"?"li":"div",a({className:lo(o,"OfsettedTableRow",d.root,e.row,p.row,{[e.rowBody]:c==="body",[e.rowHead]:c==="head",[e.rowFoot]:c==="foot",[e.rowHover]:t,[e.rowBodySelected]:i}),"aria-selected":i},n),r)},ve=l=>{var s=l,{classes:e,className:o,children:r,colSpan:t,padding:i}=s,n=m(s,["classes","className","children","colSpan","padding"]);let p=ue(),d=no(),c=t?{gridColumn:`span ${t}`}:{};return Z.createElement("div",a({className:lo(o,p.cell,e.cell,{[e.cellBody]:d==="body",[e.cellHeader]:d==="head",[e.cellAction]:i==="action",[e.cellCheckbox]:i==="checkbox"}),style:c},n),r)},xe=r=>{var t=r,{children:e}=t,o=m(t,["children"]);return Z.createElement(k1.Provider,{value:"head"},Z.createElement("header",a({},o),e))},be=t=>{var i=t,{children:e,className:o}=i,r=m(i,["children","className"]);let n=ue();return Z.createElement(k1.Provider,{value:"body"},Z.createElement("ul",a({role:"feed",className:lo(n.body,o)},r),e))},he=r=>{var t=r,{children:e}=t,o=m(t,["children"]);return Z.createElement(k1.Provider,{value:"foot"},Z.createElement("footer",a({},o),e))};import so from"react";var ye=C(e=>{let o={"&:first-child":{paddingLeft:e.spacing(4)},"&:last-child":{paddingRight:e.spacing(4)}};return{row:{alignItems:"center",display:"grid",minHeight:48,gap:e.spacing(4)},rowBody:a({"&:first-child":{marginTop:e.spacing(1)},background:e.palette.background.paper,borderRadius:6,boxShadow:e.shadows[0],height:90,margin:e.spacing(1.5,0),transition:`${e.transitions.create("box-shadow")},${e.transitions.create("background",{delay:0,duration:e.transitions.duration.shortest})}`},e.typography.body1),rowFoot:{"& $cell":o},rowHead:{"& $cell":o},rowHover:{"&$rowBody:hover":{"& $cell:first-child":{color:e.palette.primary.main},boxShadow:e.shadows[16]}},rowBodySelected:{},cell:{boxSizing:"content-box",flex:1,transition:e.transitions.create("color",{duration:e.transitions.duration.shorter})},cellAction:{"&$cell:last-child":{paddingRight:e.spacing(2.5)},display:"flex",gap:e.spacing(1),justifyContent:"flex-end"},cellCheckbox:{"&$cell:first-child":{paddingLeft:e.spacing(2)}},cellBody:u(a({},o),{padding:e.spacing(1,0)}),cellHeader:u(a({},e.typography.body2),{color:e.palette.text.secondary}),body:{margin:0,padding:0}}},{name:"OffsettedList"});var Xu=fe,Yu=xe,Ju=he,Qu=e=>{let o=ye();return so.createElement(be,a({className:o.body},e))},ef=e=>{let o=ye();return so.createElement(ge,a({classes:o},e))},of=e=>{let o=ye();return so.createElement(ve,a({classes:o},e))},rf=()=>{let e=L();return{actions:(o=1)=>`calc( ${e.spacing(o-1+2.5)} + ${40*o}px)`,checkbox:"64px"}};import Me,{useState as m5}from"react";import{createContext as p5,useContext as d5}from"react";var Le=p5(void 0);Le.displayName="ListActionContext";var jr=()=>{let e=d5(Le);if(e===void 0)throw new Error("useListAction must be used within a ListActionContext");return e};var co=C(e=>{let o={content:"''",height:1,position:"absolute",top:0,backgroundColor:e.palette.background.default,left:32,width:"calc(100% - 64px)"};return{row:{gap:e.spacing(4),minHeight:72,position:"relative"},rowBody:a({"&:before":o,"&:last-child:after":u(a({},o),{top:"100%"}),transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter})},e.typography.body1),rowFoot:{padding:e.spacing(0,4)},rowHead:u(a({"& $cell":{"&:first-child":{paddingLeft:e.spacing(4)},"&:last-child":{paddingRight:e.spacing(4)}}},e.typography.body2),{color:e.palette.text.secondary}),rowHover:{"&$rowBody:hover":{"&:before, &:after, & + $rowBody:before":{backgroundColor:"transparent"},backgroundColor:e.palette.saleor.active[5]}},rowNoPadding:{},rowBodySelected:{},cell:{},cellAction:{"&$cell:last-child":{paddingRight:e.spacing(3)},display:"flex",gap:e.spacing(1),justifyContent:"flex-end"},cellBody:{"&:first-child":{paddingLeft:e.spacing(4)},"&:last-child":{paddingRight:e.spacing(4)},padding:e.spacing(1,0)},cellCheckbox:{"&$cell:first-child":{paddingLeft:`calc(${e.spacing(2)} + 2px)`}},cellHeader:{}}},{name:"List"});var hf=fe,yf=xe,Lf=he,Mf=be,kf=r=>{var t=r,{hover:e=!0}=t,o=m(t,["hover"]);let i=co(),[n,l]=m5(!0);return Me.createElement(Le.Provider,{value:l},Me.createElement(ge,a({classes:i,hover:e&&n},o)))},Sf=e=>{let o=co();return Me.createElement(ve,a({classes:o},e))},If=e=>{let o=jr();return Me.createElement("div",a({onMouseEnter:()=>o(!1),onMouseLeave:()=>o(!0)},e))},Bf=()=>{let e=L();return{actions:(o=1)=>`calc( ${e.spacing(o+1)} + ${48*o}px)`,checkbox:"64px"}};import Xr from"@material-ui/core/Typography";import r1 from"react";import u5 from"@material-ui/core/Card";import f5 from"@material-ui/core/CardContent";import Kr from"clsx";import _r from"react";var C5=C(e=>({boxLinkTitle:{fontWeight:500,transition:"color .2s ease"},boxLinkText:{marginTop:e.spacing(1)},icon:{"& svg":{height:32,width:32},transition:e.transitions.create("color",{duration:e.transitions.duration.shorter})},card:{"&:hover":{boxShadow:e.shadows[16],color:e.palette.primary.main},boxShadow:e.shadows[0],textDecoration:"none",transition:e.transitions.create(["color","box-shadow"],{duration:e.transitions.duration.shorter})},cardContent:{"&&":{padding:e.spacing(4)}},content:{display:"flex",columnGap:e.spacing(2)}}),{name:"NavigationCard"}),ke=C5;var qr=i=>{var n=i,{className:e,classes:o={},children:r}=n,t=m(n,["className","classes","children"]);let l=ke();return _r.createElement(u5,a({className:Kr(l.card,e,o.root)},t),_r.createElement(f5,{className:Kr(l.cardContent,o.content)},r))};var Gf=i=>{var n=i,{icon:e,title:o,description:r}=n,t=m(n,["icon","title","description"]);let l=ke();return r1.createElement(qr,a({},t),r1.createElement("div",{className:l.content},r1.createElement("div",{className:l.icon},e),r1.createElement("div",null,r1.createElement(Xr,{variant:"subtitle1",className:l.boxLinkTitle},o),r1.createElement(Xr,{variant:"body2",color:"textSecondary",className:l.boxLinkText},r))))};import Jr from"clsx";import Qr from"react";var g5=C(e=>({dark:{},success:{color:e.palette.saleor.success.mid,"&$dark":{color:e.palette.saleor.success.dark}},error:{color:e.palette.saleor.fail.mid,"&$dark":{color:e.palette.saleor.fail.dark}},warning:{color:e.palette.saleor.warning.mid,"&$dark":{color:e.palette.saleor.warning.dark}},info:{color:e.palette.saleor.main[1]}}),{name:"CircleIndicator"}),Yr=g5;var v5=({color:e})=>{let{themeType:o}=L(),r=Yr();return e==="success"?Qr.createElement(Wo,{className:Jr(r.success,o==="dark"&&r.dark)}):Qr.createElement(Eo,{className:Jr({[r.error]:e==="error",[r.warning]:e==="warning",[r.info]:e==="info",[r.dark]:o==="dark"})})};v5.displayName="CircleIndicator";export{Ne as ActionBar,Se as ActionBarContext,fo as ActionBarProvider,N7 as AddEnvironmentIcon,kn as Alert,Ge as AlertBase,R7 as AppsIcon,Ao as ArrowRightIcon,Pt as AttributesLargeIcon,Ua as Backlink,Ie as BacklinkContext,vo as BacklinkProvider,q7 as BackspaceIcon,fe as BaseList,be as BaseListBody,he as BaseListFooter,xe as BaseListHeader,ge as BaseListItem,ve as BaseListItemCell,Q7 as BillingIcon,W as Button,tl as CalendarIcon,To as CheckboxCheckedIcon,Po as CheckboxIcon,Ho as CheckboxIndeterminateIcon,Do as ChevronIcon,v5 as CircleIndicator,Eo as CircleIndicatorIcon,Ll as Close2Icon,U as CloseIcon,Pl as ColumnsIcon,Xt as CommentSmallIcon,c1 as CompleteIcon,De as ConfirmButton,El as CopyIcon,Wl as CustomersIcon,r2 as CustomersLargeIcon,ql as DashboardIcon,Ro as DeleteIcon,r3 as DeleteUserIcon,n3 as DeveloperIcon,e5 as DialogHeader,r5 as DialogTable,d2 as DigitalLargeIcon,u2 as DigitalSmallIcon,v2 as DiscountLargeIcon,g3 as DiscountsIcon,M3 as DownloadIcon,B3 as DragIcon,w3 as EditIcon,I2 as EditSmallIcon,E3 as EnvironmentIcon,Re as ExpandButton,Oo as ExpandIcon,T1 as ExtensionMessageType,U3 as EyeIcon,kC as Filter,Y4 as FilterBar,Nr as FilterRow,F as FilterType,q3 as FilteringIcon,A2 as FilteringLargeIcon,R2 as GiftCardLargeIcon,as as HelpIcon,d7 as ICONBUTTON_SIZE,Y as IconButton,cs as ImageIcon,p1 as InfoIcon,x1 as LayoutButton,fs as LinkIcon,hf as List,Mf as ListBody,Lf as ListFooter,yf as ListHeader,kf as ListItem,Sf as ListItemCell,If as ListItemCellAction,bs as MailIcon,$e as MenuItem,oe as MenuItemBtn,Ms as MinusIcon,Bs as MoreHorizontalIcon,ws as MoreIcon,Gf as NavigationCard,qr as NavigationCardBase,Ns as NavigationIcon,ri as NavigationLargeIcon,Ws as NavigatorIcon,js as NextIcon,Xs as NoConnectionIcon,m1 as NotAllowedIcon,li as NotAllowedInvertedIcon,ci as NotesLargeIcon,Pn as Notification,l6 as NotificationsIcon,Xu as OffsettedList,Qu as OffsettedListBody,Ju as OffsettedListFooter,Yu as OffsettedListHeader,ef as OffsettedListItem,of as OffsettedListItemCell,ui as OmnichannelLargeIcon,u6 as OrdersIcon,g4 as PageTab,y4 as PageTabPanel,b4 as PageTabs,x6 as PagesIcon,Ke as Pagination,Ue as PaginationActions,je as PaginationRowNumberSelect,yi as PermissionLargeIcon,S6 as PhotoIcon,Ir as Pill,Mu as PillLink,P6 as PlusIcon,V6 as PreviousIcon,D6 as PrinterIcon,O6 as PrivacyIcon,U6 as ProductIcon,Zi as ProductLargeIcon,wo as RadioCheckedIcon,Fo as RadioIcon,i0 as RefreshIcon,s0 as ReplyIcon,jn as ResponsiveTable,Da as Savebar,t5 as ScrollShadow,m0 as SearchIcon,zi as SearchLargeIcon,b0 as SettingsIcon,Ki as SettingsLargeIcon,ln as Sidebar,fn as SidebarDrawer,I0 as SnapshotsIcon,X as SquareButton,Ji as StaffMembersLargeIcon,d4 as StatusChip,Wo as SuccessCircleIndicatorIcon,a4 as TablePagination,ra as TaxesLargeIcon,w7 as ThemeProvider,R0 as TimeIcon,na as TokenLargeIcon,Xn as Tooltip,j0 as TransferIcon,X0 as TranslationIcon,$n as UserChipMenu,Gn as UserChipMenuItem,ma as WarehouseLargeIcon,u1 as WarningIcon,a9 as WebsiteIcon,c9 as WifiIcon,ga as WifiLargeIcon,wr as change,Bo as createTheme,Vo as dark,me as getActiveFilters,Q as getAvailableFilters,g9 as isScrolledToBottom,v9 as isScrolledToTop,Zo as light,C as makeStyles,J1 as menuWidth,Hr as register,M5 as sendMessageToDashboard,xo as sendMessageToExtension,Q1 as shrunkMenuWidth,Fr as toggle,Vr as toggleRange,uo as useActionBar,go as useBacklink,x9 as useElementScroll,B5 as useExtensionMessage,Bf as useListWidths,rf as useOffsettedListWidths,L as useTheme,jo as useWindowScroll,Pr as validate};
4
+ 600ms infinite alternate 200ms hoverSwitch`}}},height:48,padding:"12px 16px",width:80},switchBase:{"&$checked":{transform:"translateX(23px)"},"&:hover, &.Mui-focusVisible":{backgroundColor:"transparent"},boxShadow:"none",left:4,marginLeft:4,top:8,color:e.background.paper,border:"none",background:"transparent"},thumb:{boxShadow:"none",height:14,left:4,position:"relative",width:14},track:{border:`2px solid ${e.main[3]}`,backgroundColor:"transparent",borderRadius:12,height:24,opacity:[["1"],"!important"],width:48,transition:"200ms"}}});function U(e){return`0 0 0 3px ${e}`}var Pr=e=>({MuiFormHelperText:{root:{"&$error":{color:e.fail.dark}}},MuiInput:{input:{"&:-webkit-autofill":{WebkitTextFillColor:e.main[1],boxShadow:`inset 0 0 0px 9999px ${e.active[5]}`},"&::placeholder":{opacity:"1 !important"},color:e.main[1]},underline:{"&:after":{borderBottomColor:e.active[1]}}},MuiInputBase:{root:{borderRadius:"4px"},input:{"&$disabled":{color:e.disabled},"&::placeholder":{color:e.main[3],opacity:"1 !important"},borderRadius:"4px"}},MuiInputLabel:{formControl:{transform:"translate(0, 1.5px) scale(0.75)",transformOrigin:"top left",width:"100%"},outlined:{"&$shrink":{transform:"translate(12px, 9px) scale(0.75)"},transform:"translate(14px, 18px) scale(1)"},root:{"&&$disabled":{color:e.main[4]},"&$error":{"&$focused":{color:e.fail.dark},color:e.fail.dark},"&&$focused":{"&:not($error)":{color:e.active[1]}},"&:not($error):hover label":{color:e.main[4]},color:e.main[3]},shrink:{width:"133%"}},MuiOutlinedInput:{input:{"&:-webkit-autofill":{borderRadius:4,boxShadow:"0 0 0px 1000px rgba(19, 190, 187, 0.1) inset"},"&&$disabled":{backgroundColor:void 0},color:e.main[1],padding:"23px 12px 10px 12px"},inputMultiline:{left:-2,padding:"10px 0",position:"relative"},multiline:{"&$disabled":{background:e.background.default}},root:{"& fieldset":{top:0},"& legend":{display:"none"},"&$disabled":{"& fieldset":{borderColor:`${e.disabled} !important`},"& input, & textarea":{backgroundColor:e.background.default,color:e.main[3]},boxShadow:"0 0 0 0 transparent !important",backgroundColor:e.background.default},"&$error":{"&$focused":{"&:hover":{boxShadow:U(e.fail.mid)},"& fieldset":{borderColor:e.fail.dark},boxShadow:U(e.fail.mid)},"&:hover":{"&& fieldset":{borderColor:e.fail.dark},boxShadow:U(e.fail.light)},boxShadow:U(e.fail.light)},"&$focused":{"&, &:hover":{boxShadow:U(e.active[3])},"& input":{"& fieldset":{borderColor:e.active[1]},"&::placeholder":{opacity:[[1],"!important"]},color:e.main[1]}},"&:hover":{boxShadow:U(e.active[5]),"& input":{color:e.main[1]},"&&&":{"& fieldset":{borderColor:e.active[1]}}},backgroundColor:e.background.paper,transition:"box-shadow 200ms",top:0,fontWeight:400},notchedOutline:{borderWidth:"1px !important"}}});var Hr=(e,r)=>({MuiTable:{root:{fontFamily:r,fontFeatureSettings:'"tnum"'}},MuiTableCell:{body:{fontSize:"1.6rem"},head:{fontSize:"1.4rem",fontWeight:400,color:e.main[3]},paddingCheckbox:{"&:first-child":{padding:"0 18px",width:72},"&:not(first-child)":{padding:0,width:52},"&:last-child":{paddingRight:20}},root:{"&:first-child":{"&:not($paddingCheckbox)":{paddingLeft:32,paddingRight:32,textAlign:"left"}},borderBottomColor:e.background.default,padding:"24px 32px"}},MuiTablePagination:{input:{color:e.active[1],fontSize:"1.4rem"}},MuiTableRow:{footer:{"$root$hover&:hover":{background:"none"}},head:{"$root$hover&:hover":{background:"none"},color:e.main[3]},hover:{"$root&:hover":{background:e.active[5]},transition:"200ms"},root:{position:"relative"}}});var wr=(e,r)=>i(i(i(i({},Pr(e)),Hr(e,r)),Br(e)),Tr(e));var Fr=e=>({action:{active:e.checkbox.default},alert:e.alert,background:e.background,divider:e.divider,error:{main:e.errorAction[1]},primary:{contrastText:"#ffffff",dark:e.main[4],main:e.active[1]},secondary:{contrastText:"#ffffff",main:e.background.paper},success:{main:e.success.mid},text:{disabled:e.main[4],hint:e.main[3],primary:e.main[1],secondary:e.main[3]},textHighlighted:{active:e.active[1],inactive:e.highlightInactive.default},type:e.theme,saleor:e});var b=(e,r,o)=>`0 ${e}px ${r}px ${o}px rgba(0, 0, 0, 0.15)`,Vr=["none",b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(6,30,0),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20),b(24,20,-20)];var v7=48,Ae='"Inter", "roboto", "sans-serif"',Nr=e=>Mt({overrides:u(i({},wr(e,Ae)),{MuiCard:{root:{borderRadius:8,borderWidth:0,overflow:"visible"}},MuiCardActions:{root:{".MuiCardContent-root + &":{paddingTop:0},padding:"3.2rem 3.2rem 3.2rem"}},MuiCardContent:{root:{".MuiCardHeader-root + &":{paddingTop:0},padding:"2.4rem 3.2rem"}},MuiCardHeader:{action:{position:"relative",top:4},root:{padding:"2.4rem 3.2rem"}},MuiChip:{avatar:{fontSize:"1.2rem",height:32,left:-5,position:"relative",width:32},root:{"& $avatar":{fontSize:"1.2rem"},fontSize:"1.3rem"}},MuiDialog:{paper:{overflowY:void 0}},MuiDialogActions:{root:{borderTop:`1px solid ${e.divider}`,padding:"16px 24px"}},MuiDialogContent:{root:{overflowX:void 0,overflowY:void 0,padding:"24px 0px",margin:"0px 24px"}},MuiDialogContentText:{root:{"&:last-child":{marginBottom:0}}},MuiDivider:{light:{backgroundColor:e.background.paper}},MuiExpansionPanelSummary:{expandIcon:u(i({},Z1(e)),{border:"none"})},MuiFormControlLabel:{label:{lineHeight:1.2,marginLeft:4},root:{marginLeft:-14}},MuiFormLabel:{filled:{"&&:not($error)":{color:e.active[1]}},root:{"&&$focused:not($error)":{color:e.main[3]}}},MuiSvgIcon:{root:{fontSize:"2.4rem",height:"1em",width:"1em"}},MuiListItem:{button:{"&:focus":{background:e.active[5],color:e.main[1]}},root:{"&$selected":{"&:hover":{backgroundColor:e.main[1]},backgroundColor:e.main[1],outline:0}}},MuiMenu:{paper:{borderRadius:0}},MuiMenuItem:{root:{"&$selected, &$selected:focus, &$selected:hover":{backgroundColor:[e.active[5],"!important"],color:e.active[1],fontWeight:700},"&:hover":{backgroundColor:[e.active[5],"!important"]},"@media(min-width: 600px)":{minHeight:48}}},MuiSelect:{root:{"&$disabled":{backgroundColor:e.background.default}}},MuiSnackbarContent:{action:{"& $MuiIconButton":{"& svg":{color:e.main[1]}},display:"block",paddingBottom:10,paddingLeft:0,paddingRight:45},message:{fontSize:16},root:{backgroundColor:e.background.paper,boxShadow:"0 6px 10px 0px rgba(0, 0, 0, 0.15), 0 1px 18px 0px rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.10)",color:e.main[1],display:"block",maxWidth:480}},MuiTooltip:{arrow:{color:e.alert.icon.info},tooltip:{backgroundColor:e.alert.icon.info,fontSize:"0.8em",padding:16}},MuiTouchRipple:{child:{backgroundColor:Ze(e.active[1],1)},childLeaving:{backgroundColor:Ze(e.active[1],1)},ripple:{"&$rippleVisible":{backgroundColor:Ze(e.active[1],1)},borderRadius:"100%"}}}),palette:Fr(e),props:{MuiButton:{disableRipple:!0},MuiFormControl:{variant:"filled"},MuiTextField:{variant:"outlined"},MuiCard:{elevation:0},MuiExpansionPanelSummary:{IconButtonProps:{disableRipple:!0}},MuiTypography:{component:"div"},MuiCheckbox:{color:"primary",disableRipple:!0,checkedIcon:s1.createElement(Zr,null),icon:s1.createElement(Ar,null),indeterminateIcon:s1.createElement(Er,null)},MuiMenuItem:{button:!1},MuiTableRow:{hover:!0},MuiTooltip:{placement:"right-end"},MuiList:{disablePadding:!0},MuiRadio:{color:"primary",disableRipple:!0,icon:s1.createElement(Rr,null),checkedIcon:s1.createElement(Dr,null)},MuiSwitch:{color:"primary",disableRipple:!0},MuiSelect:{MenuProps:{anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},getContentAnchorEl:null}}},shadows:Vr,spacing:(r=1)=>`${r*8/10}rem`,typography:{allVariants:{fontFamily:Ae,letterSpacing:"0.02rem"},body1:{color:e.main[1],fontSize:"1.6rem"},body2:{fontSize:"1.4rem",lineHeight:1.56},button:{fontSize:"1.4rem"},caption:{fontSize:"1.2rem",letterSpacing:0},fontFamily:Ae,h1:{fontSize:"4rem",fontWeight:700},h4:{fontSize:"3.4rem",color:e.main[1]},h5:{fontSize:"2.1rem",fontWeight:500},h6:{fontSize:"2rem",fontWeight:500},subtitle1:{fontSize:"1.6rem"},subtitle2:{fontSize:"1.4rem"}}});var $r={alert:{paper:{error:"#B65757",info:"rgba(250, 250, 250, 1)",success:"rgba(67, 156, 123, 1)",warning:"rgba(183, 138, 72, 1)"},icon:{error:"#FE6E76",info:"#FAFAFA",success:"#A4E8BA",warning:"#FFE6AB"}},highlightInactive:{default:"#78797A"},autofill:"#5D5881",background:{default:"#222431",paper:"#34384B"},checkbox:{default:"#FFFFFF"},divider:"#252728",gray:{default:"#202124",disabled:"rgba(32, 33, 36, 0.6)"},active:{1:"#3EA3FF",2:"#388AD6",3:"#3371AD",4:"#2D5783",5:"#283E5A"},main:{1:"#FAFAFA",2:"rgba(250, 250, 250, 0.8)",3:"rgba(250, 250, 250, 0.6)",4:"rgba(250, 250, 250, 0.4)",5:"rgba(250, 250, 250, 0.1)"},fail:{verydark:"#9F2E2E",dark:"#B65757",mid:"#FEADAD",light:"#FEDEDE"},warning:{verydark:"#97661F",dark:"#B78A48",mid:"#FFE6AB",light:"#FFF4D2"},success:{verydark:"#22805D",dark:"#439C7B",mid:"#A4E8BA",light:"#E6F9F0"},info:{verydark:"#004697",dark:"#105CB3",mid:"#99E6FD",light:"#D2F6FE"},errorAction:{1:"#EB2B59",2:"rgba(235, 43, 89, 0.8)",3:"rgba(235, 43, 89, 0.6)",4:"rgba(235, 43, 89, 0.4)",5:"rgba(235, 43, 89, 0.2)"},disabled:"#5D6D83",paperBorder:"#252728",theme:"dark"},Or={alert:{paper:{error:"#FFD6D9",info:"#FFFFFF",success:"#DFF3E9",warning:"#FFF4E4"},icon:{error:"#FE6E76",info:"#28234A",success:"#5DC292",warning:"#FFB84E"}},highlightInactive:{default:"#C8C8C8"},autofill:"#f4f6c5",background:{default:"#EFF5F8",paper:"#FFFFFF"},checkbox:{default:"#616161"},divider:"#EAEAEA",gray:{default:"#C8C8C8",disabled:"#C0CFE2"},active:{1:"#056DFF",2:"#378AFF",3:"#68A7FF",4:"#C1DBFF",5:"#E6F0FF"},main:{1:"#28234A",2:"rgba(40, 35, 74, 0.8)",3:"rgba(40, 35, 74, 0.6)",4:"rgba(40, 35, 74, 0.4)",5:"rgba(40, 35, 74, 0.1)"},fail:{verydark:"#9F2E2E",dark:"#B65757",mid:"#FEADAD",light:"#FEDEDE"},warning:{verydark:"#97661F",dark:"#B78A48",mid:"#FFE6AB",light:"#FFF4D2"},success:{verydark:"#22805D",dark:"#439C7B",mid:"#A4E8BA",light:"#E6F9F0"},info:{verydark:"#004697",dark:"#105CB3",mid:"#99E6FD",light:"#D2F6FE"},errorAction:{1:"#B63755",2:"#D36474",3:"#E9878B",4:"#F7B6B2",5:"#FBDDD8"},disabled:"#C2D1E4",paperBorder:"#EAEAEA",theme:"light"};function Wr(e){let r=document.createElement("meta");r.setAttribute("content",e),r.setAttribute("name","theme-color");let o=document.head.querySelector('meta[name="theme-color"]');o&&o.remove(),document.head.appendChild(r)}var E7=({children:e,defaultTheme:r="light",palettes:o={},overrides:t={},ssr:l=!1})=>{let{value:a,setValue:n}=n1(N1.theme,r),s=a,d=i({light:Or,dark:$r},o),p=St(Nr(d[s]),t),c=()=>Sr({theme:s,type:V1.THEME},"*");return It(()=>{c(),Wr(p.palette.background.default)},[s]),c1.createElement(l1.Provider,{value:{themeType:s,ssr:l,sendThemeToExtension:c,setTheme:n}},c1.createElement(kt,{theme:p},c1.createElement(Lr,null,c1.createElement(kr,null,c1.createElement(Ne,null),e))))};import{createSvgIcon as Bt}from"@material-ui/core/utils";import Tt from"react";var O7=Bt(Tt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.0012 11C19.0008 11 19.0004 11 19 11C18.4477 11 18 10.5523 18 10C18 9.44771 18.4477 9 19 9C19.0004 9 19.0008 9 19.0012 9C19.5529 8.99935 20 8.55188 20 8L20 5C20 4.44771 19.5523 4 19 4L5 4C4.44772 4 4 4.44771 4 5L4 8C4 8.55228 4.44772 9 5 9C5.55229 9 6 9.44771 6 10C6 10.0345 5.99825 10.0686 5.99484 10.1022C5.94363 10.6065 5.51777 11 5 11C4.44772 11 4 11.4477 4 12L4 15C4 15.5523 4.44771 16 5 16L12 16L19 16C19.5523 16 20 15.5523 20 15L20 12C20 11.4481 19.5529 11.0007 19.0012 11ZM21.2361 10C21.7111 10.5308 22 11.2316 22 12L22 15C22 16.6569 20.6569 18 19 18L13 18L13 20L18 20C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22L12 22L6 22C5.44772 22 5 21.5523 5 21C5 20.4477 5.44772 20 6 20L11 20L11 18L5 18C3.34315 18 2 16.6569 2 15L2 12C2 11.2316 2.28886 10.5308 2.7639 10C2.28886 9.46924 2 8.76835 2 8L2 5C2 3.34314 3.34315 2 5 2L19 2C20.6569 2 22 3.34314 22 5L22 8C22 8.76835 21.7111 9.46924 21.2361 10ZM13 7C13 6.44771 12.5523 6 12 6C11.4477 6 11 6.44771 11 7L11 9L9 9C8.44772 9 8 9.44771 8 10C8 10.5523 8.44772 11 9 11L11 11L11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13L13 11L15 11C15.5523 11 16 10.5523 16 10C16 9.44771 15.5523 9 15 9L13 9L13 7Z",fill:"currentColor"}),"AddEnvironmentIcon");import{createSvgIcon as Pt}from"@material-ui/core/utils";import Ht from"react";var U7=Pt(Ht.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 4C15.4477 4 15 4.44772 15 5V8C15 8.55228 15.4477 9 16 9H19C19.5523 9 20 8.55228 20 8V5C20 4.44772 19.5523 4 19 4H16ZM13 5C13 3.34315 14.3431 2 16 2H19C20.6569 2 22 3.34315 22 5V8C22 9.65685 20.6569 11 19 11H16C14.3431 11 13 9.65685 13 8V5ZM16 15C15.4477 15 15 15.4477 15 16V19C15 19.5523 15.4477 20 16 20H19C19.5523 20 20 19.5523 20 19V16C20 15.4477 19.5523 15 19 15H16ZM13 16C13 14.3431 14.3431 13 16 13H19C20.6569 13 22 14.3431 22 16V19C22 20.6569 20.6569 22 19 22H16C14.3431 22 13 20.6569 13 19V16ZM4 16C4 15.4477 4.44772 15 5 15H8C8.55228 15 9 15.4477 9 16V19C9 19.5523 8.55228 20 8 20H5C4.44772 20 4 19.5523 4 19V16ZM5 13C3.34315 13 2 14.3431 2 16V19C2 20.6569 3.34315 22 5 22H8C9.65685 22 11 20.6569 11 19V16C11 14.3431 9.65685 13 8 13H5ZM6 2C6.55228 2 7 2.44772 7 3V5H9C9.55228 5 10 5.44772 10 6C10 6.55228 9.55228 7 9 7H7V9C7 9.55229 6.55228 10 6 10C5.44772 10 5 9.55229 5 9V7H3C2.44771 7 2 6.55228 2 6C2 5.44771 2.44771 5 3 5H5V3C5 2.44772 5.44772 2 6 2Z",fill:"currentColor"}),"AppsIcon");import{createSvgIcon as wt}from"@material-ui/core/utils";import Ft from"react";var Gr=wt(Ft.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.8446 6.2943C14.237 5.9019 14.8732 5.9019 15.2656 6.2943L20.6464 11.6752C20.8417 11.8704 20.8417 12.187 20.6464 12.3823L15.2656 17.7632C14.8732 18.1556 14.237 18.1556 13.8446 17.7632C13.4522 17.3708 13.4522 16.7346 13.8446 16.3422L17.1532 13.0335H4.00479C3.44986 13.0335 3 12.5837 3 12.0287C3 11.4738 3.44986 11.0239 4.00479 11.0239H17.1532L13.8446 7.71528C13.4522 7.32289 13.4522 6.68669 13.8446 6.2943Z",fill:"currentColor"}),"ArrowRightIcon");import{createSvgIcon as Vt}from"@material-ui/core/utils";import Nt from"react";var Zt=Vt(Nt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29 3C29.5523 3 30 3.44772 30 4V8C30 8.55229 29.5523 9 29 9C28.4477 9 28 8.55229 28 8V7L12 7V8C12 8.55229 11.5523 9 11 9C10.4477 9 10 8.55229 10 8V4C10 3.44772 10.4477 3 11 3C11.5523 3 12 3.44772 12 4V5L28 5V4C28 3.44772 28.4477 3 29 3ZM2 12C2 11.4477 2.44772 11 3 11H7C7.55228 11 8 11.4477 8 12C8 12.5523 7.55228 13 7 13H6V27H7C7.55228 27 8 27.4477 8 28C8 28.5523 7.55228 29 7 29H3C2.44772 29 2 28.5523 2 28C2 27.4477 2.44772 27 3 27H4V13H3C2.44772 13 2 12.5523 2 12ZM14.2997 11C13.1142 11 12.0398 11.6982 11.5583 12.7816L10.0862 16.0939C10.0294 16.2217 10 16.3601 10 16.5V26C10 27.6569 11.3431 29 13 29H27C28.6569 29 30 27.6569 30 26V16.5C30 16.3601 29.9706 16.2217 29.9138 16.0939L28.4417 12.7816C27.9602 11.6982 26.8858 11 25.7003 11H14.2997ZM13.3859 13.5939C13.5464 13.2327 13.9046 13 14.2997 13H25.7003C26.0954 13 26.4536 13.2327 26.6141 13.5939L27.4612 15.5H12.5388L13.3859 13.5939ZM23.5 17.5H28V26C28 26.5523 27.5523 27 27 27H13C12.4477 27 12 26.5523 12 26V17.5H16.5V23C16.5 23.3603 16.6938 23.6927 17.0073 23.8702C17.3208 24.0477 17.7056 24.0429 18.0145 23.8575L20 22.6662L21.9855 23.8575C22.2944 24.0429 22.6792 24.0477 22.9927 23.8702C23.3062 23.6927 23.5 23.3603 23.5 23V17.5ZM18.5 21.2338V17.5H21.5V21.2338L20.5145 20.6425C20.1978 20.4525 19.8022 20.4525 19.4855 20.6425L18.5 21.2338Z",fill:"currentColor"}),"AttributesLargeIcon");Zt.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as At}from"@material-ui/core/utils";import Et from"react";var rl=At(Et.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 5C7.68524 5 7.38885 5.1482 7.2 5.4L2.7 11.4C2.43333 11.7556 2.43333 12.2444 2.7 12.6L7.2 18.6C7.38886 18.8518 7.68524 19 8 19L21 19C21.5523 19 22 18.5523 22 18L22 6C22 5.44772 21.5523 5 21 5L8 5ZM4.75 12L8.5 7L20 7V17L8.5 17L4.75 12ZM16.7071 9.29289C17.0976 9.68342 17.0976 10.3166 16.7071 10.7071L15.4142 12L16.7071 13.2929C17.0976 13.6834 17.0976 14.3166 16.7071 14.7071C16.3166 15.0976 15.6834 15.0976 15.2929 14.7071L14 13.4142L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071C10.9024 14.3166 10.9024 13.6834 11.2929 13.2929L12.5858 12L11.2929 10.7071C10.9024 10.3166 10.9024 9.68342 11.2929 9.2929C11.6834 8.90237 12.3166 8.90237 12.7071 9.29289L14 10.5858L15.2929 9.29289C15.6834 8.90237 16.3166 8.90237 16.7071 9.29289Z",fill:"currentColor"}),"BackspaceIcon");import{createSvgIcon as Dt}from"@material-ui/core/utils";import Rt from"react";var al=Dt(Rt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5C4 4.44772 4.44772 4 5 4H16.2192L16.1194 4.39917C16.0401 4.71646 16 5.04227 16 5.36932V19.2768L13.9961 18.1318C13.6887 17.9561 13.3113 17.9561 13.0039 18.1317L9.99981 19.8482L6.99616 18.1318C6.68873 17.9561 6.3113 17.9561 6.00386 18.1318L4 19.2768V5ZM18.0597 4.88425L18.252 4.11509C19.2651 4.43427 19.9998 5.38123 19.9998 6.49978V8.5C19.9998 9.05228 19.5521 9.5 18.9998 9.5H18V5.36932C18 5.20579 18.0201 5.04289 18.0597 4.88425ZM18.9998 11.5H18V21C18 21.3565 17.8102 21.686 17.5019 21.8649C17.1936 22.0438 16.8134 22.0451 16.5039 21.8682L13.5 20.1517L10.4959 21.8683C10.1885 22.0439 9.81105 22.0439 9.50362 21.8682L6.49998 20.1518L3.49614 21.8682C3.18664 22.0451 2.80639 22.0438 2.49807 21.8649C2.18976 21.686 2 21.3565 2 21V5C2 3.34315 3.34315 2 5 2H17.5C19.9852 2 21.9998 4.01462 21.9998 6.49978V8.5C21.9998 10.1569 20.6566 11.5 18.9998 11.5ZM7 8C6.44772 8 6 8.44772 6 9C6 9.55228 6.44772 10 7 10H13C13.5523 10 14 9.55228 14 9C14 8.44772 13.5523 8 13 8H7ZM6 12C6 11.4477 6.44772 11 7 11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13H7C6.44772 13 6 12.5523 6 12ZM7 14C6.44772 14 6 14.4477 6 15C6 15.5523 6.44772 16 7 16H13C13.5523 16 14 15.5523 14 15C14 14.4477 13.5523 14 13 14H7Z",fill:"currentColor"}),"BillingIcon");import{createSvgIcon as $t}from"@material-ui/core/utils";import Ot from"react";var cl=$t(Ot.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 3C9 2.44772 8.55228 2 8 2C7.44772 2 7 2.44772 7 3V4H6C4.34315 4 3 5.34315 3 7V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V7C21 5.34315 19.6569 4 18 4H17V3C17 2.44772 16.5523 2 16 2C15.4477 2 15 2.44772 15 3V4H9V3ZM7 6V7C7 7.55228 7.44772 8 8 8C8.55229 8 9 7.55228 9 7V6H15V7C15 7.55228 15.4477 8 16 8C16.5523 8 17 7.55228 17 7V6H18C18.5523 6 19 6.44772 19 7V10H5V7C5 6.44772 5.44772 6 6 6H7ZM5 12V19C5 19.5523 5.44772 20 6 20H18C18.5523 20 19 19.5523 19 19V12H5Z",fill:"currentColor"}),"CalendarIcon");import{createSvgIcon as Wt}from"@material-ui/core/utils";import p1 from"react";var Zr=Wt(p1.createElement(p1.Fragment,null,p1.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p1.createElement("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"1.5",fill:"currentColor"}),p1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5711 4.7629C17.9653 4.34801 18.6267 4.34801 19.0209 4.7629L20.3455 6.1568C20.7122 6.54279 20.7122 7.14848 20.3455 7.53447L9.45066 19L3.65454 12.9002C3.28777 12.5143 3.28777 11.9086 3.65454 11.5226L4.97906 10.1287C5.3733 9.71378 6.03466 9.71378 6.4289 10.1287L9.45066 13.3087L17.5711 4.7629Z",fill:"var(--background-paper)"}))),"CheckboxCheckedIcon");import{createSvgIcon as Gt}from"@material-ui/core/utils";import Ee from"react";var Ar=Gt(Ee.createElement(Ee.Fragment,null,Ee.createElement("rect",{width:"22",height:"22",rx:"2",ry:"2",x:"1",y:"1",strokeWidth:"2",stroke:"currentColor",fill:"transparent",strokeLinejoin:"round"})),"CheckboxIcon");import{createSvgIcon as zt}from"@material-ui/core/utils";import A1 from"react";var Er=zt(A1.createElement(A1.Fragment,null,A1.createElement("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"1.5",fill:"currentColor"}),A1.createElement("rect",{x:"4",y:"10",width:"16",height:"4",rx:"1.5",fill:"var(--background-paper)"})),"CheckboxIndeterminateIcon");import{createSvgIcon as Ut}from"@material-ui/core/utils";import jt from"react";var zr=Ut(jt.createElement("path",{d:"M8 10L12 14L16 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"ChevronIcon");import{createSvgIcon as Kt}from"@material-ui/core/utils";import E1 from"react";var Ur=Kt(E1.createElement(E1.Fragment,null,E1.createElement("circle",{cx:"12",cy:"12",r:"12",fill:"currentColor"}),E1.createElement("circle",{cx:"12",cy:"12",r:"9",fill:"var(--background-paper)"})),"CircleIndicatorIcon");import{createSvgIcon as qt}from"@material-ui/core/utils";import _t from"react";var Tl=qt(_t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21C16.9706 21 21 16.9706 21 12C21 7.02943 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 0.999998 12 0.999997C5.92487 0.999999 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7071 7.2929C17.0976 7.68342 17.0976 8.31659 16.7071 8.70711L13.4142 11.9999L16.7071 15.2928C17.0976 15.6834 17.0976 16.3165 16.7071 16.707C16.3166 17.0976 15.6834 17.0976 15.2929 16.707L12 13.4142L8.7071 16.707C8.31658 17.0976 7.68341 17.0976 7.29289 16.707C6.90237 16.3165 6.90237 15.6834 7.2929 15.2928L10.5858 11.9999L7.29295 8.70704C6.90243 8.31651 6.90243 7.68335 7.29296 7.29283C7.68348 6.9023 8.31665 6.90231 8.70717 7.29283L12 10.5857L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.2929Z",fill:"currentColor"}),"Close2Icon");import{createSvgIcon as Xt}from"@material-ui/core/utils";import Yt from"react";var j=Xt(Yt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.7071L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z",fill:"currentColor"}),"CloseIcon");import{createSvgIcon as Jt}from"@material-ui/core/utils";import Qt from"react";var Zl=Jt(Qt.createElement("path",{d:"M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21M9 3H15M9 21H15M15 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H15M15 21V3",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),"ColumnsIcon");import{createSvgIcon as e2}from"@material-ui/core/utils";import r2 from"react";var o2=e2(r2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4V13C17 13.5523 16.5523 14 16 14H10C9.78363 14 9.5731 14.0702 9.4 14.2L7 16V15C7 14.4477 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V4ZM4 1C2.34315 1 1 2.34315 1 4V13C1 14.6569 2.34315 16 4 16H5V18C5 18.3788 5.214 18.725 5.55279 18.8944C5.89157 19.0638 6.29698 19.0273 6.6 18.8L10.3333 16H16C17.6569 16 19 14.6569 19 13V4C19 2.34315 17.6569 1 16 1H4ZM6 7C6 6.44772 6.44772 6 7 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H7C6.44772 8 6 7.55228 6 7ZM6 10C6 9.44771 6.44772 9 7 9H13C13.5523 9 14 9.44771 14 10C14 10.5523 13.5523 11 13 11H7C6.44772 11 6 10.5523 6 10Z",fill:"currentColor"}),"CommentSmallIcon");o2.defaultProps={viewBox:"0 0 20 20"};import D1 from"react";var d1=e=>D1.createElement("svg",i({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),D1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),D1.createElement("circle",{cx:"20",cy:"20",r:"14",stroke:"currentColor",strokeWidth:"4"}),D1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.7678 13.7678C29.3536 14.3536 29.3536 15.3033 28.7678 15.8891L17.4142 27.2426L12.0607 21.8891C11.4749 21.3033 11.4749 20.3536 12.0607 19.7678L12.7678 19.0607C13.3536 18.4749 14.3033 18.4749 14.8891 19.0607L17.4142 21.5858L25.9393 13.0607C26.5251 12.4749 27.4749 12.4749 28.0607 13.0607L28.7678 13.7678Z",fill:"currentColor"}));d1.displayName="CompleteIcon";import{createSvgIcon as t2}from"@material-ui/core/utils";import i2 from"react";var zl=t2(i2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 8L19 8C19.5523 8 20 8.44772 20 9L20 19C20 19.5523 19.5523 20 19 20L9 20C8.44771 20 8 19.5523 8 19L8 9C8 8.44772 8.44772 8 9 8ZM6 9C6 7.34315 7.34314 6 9 6L19 6C20.6569 6 22 7.34315 22 9L22 19C22 20.6569 20.6569 22 19 22L9 22C7.34315 22 6 20.6569 6 19L6 9ZM2 15C2 15.5523 2.44771 16 3 16C3.55228 16 4 15.5523 4 15L4 7C4 5.34315 5.34315 4 7 4L15 4C15.5523 4 16 3.55229 16 3C16 2.44772 15.5523 2 15 2L7 2C4.23858 2 2 4.23858 2 7L2 15Z",fill:"currentColor"}),"CopyIcon");import{createSvgIcon as a2}from"@material-ui/core/utils";import n2 from"react";var ql=a2(n2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5007 6.6875C14.5007 8.17177 13.2975 9.375 11.8132 9.375C10.329 9.375 9.12573 8.17177 9.12573 6.6875C9.12573 5.20323 10.329 4 11.8132 4C13.2975 4 14.5007 5.20323 14.5007 6.6875ZM11.8132 11.375C14.4021 11.375 16.5007 9.27633 16.5007 6.6875C16.5007 4.09867 14.4021 2 11.8132 2C9.2244 2 7.12573 4.09867 7.12573 6.6875C7.12573 9.27633 9.2244 11.375 11.8132 11.375ZM4.00267 19.7447C4.39159 17.0222 6.72322 15 9.47335 15H14.153C16.9031 15 19.2348 17.0222 19.6237 19.7447C19.643 19.8794 19.5384 20 19.4023 20H4.22408C4.08797 20 3.98342 19.8794 4.00267 19.7447ZM9.47335 13C5.72792 13 2.55245 15.7541 2.02277 19.4619C1.83139 20.8015 2.87087 22 4.22408 22H19.4023C20.7555 22 21.795 20.8015 21.6036 19.4619C21.0739 15.7541 17.8984 13 14.153 13H9.47335Z",fill:"currentColor"}),"CustomersIcon");import{createSvgIcon as l2}from"@material-ui/core/utils";import R1 from"react";var s2=l2(R1.createElement(R1.Fragment,null,R1.createElement("circle",{cx:"16",cy:"9",r:"5",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),R1.createElement("path",{d:"M27.4286 29H4.57143C3.70355 29 3 28.2964 3 27.4286C3 22.2213 7.22132 18 12.4286 18H19.5714C24.7787 18 29 22.2213 29 27.4286C29 28.2964 28.2964 29 27.4286 29Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"})),"CustomersLargeIcon");s2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as c2}from"@material-ui/core/utils";import p2 from"react";var r3=c2(p2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 2C2.89543 2 2 2.89543 2 4V11C2 12.1046 2.89543 13 4 13H9C10.1046 13 11 12.1046 11 11V4C11 2.89543 10.1046 2 9 2H4ZM4 4H9V11H4V4ZM15 11C13.8954 11 13 11.8954 13 13V20C13 21.1046 13.8954 22 15 22H20C21.1046 22 22 21.1046 22 20V13C22 11.8954 21.1046 11 20 11H15ZM15 13H20V20H15V13ZM13 4C13 2.89543 13.8954 2 15 2H20C21.1046 2 22 2.89543 22 4V7C22 8.10457 21.1046 9 20 9H15C13.8954 9 13 8.10457 13 7V4ZM20 4H15V7H20V4ZM4 15C2.89543 15 2 15.8954 2 17V20C2 21.1046 2.89543 22 4 22H9C10.1046 22 11 21.1046 11 20V17C11 15.8954 10.1046 15 9 15H4ZM4 17H9V20H4V17Z",fill:"currentColor"}),"DashboardIcon");import{createSvgIcon as d2}from"@material-ui/core/utils";import m2 from"react";var jr=d2(m2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1C8.89543 1 8 1.89543 8 3V4H4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6H20C20.5523 6 21 5.55228 21 5C21 4.44772 20.5523 4 20 4H16V3C16 1.89543 15.1046 1 14 1H10ZM14 4H10V3H14V4ZM7 9C7 8.44772 6.55228 8 6 8C5.44772 8 5 8.44772 5 9V20C5 21.6569 6.34315 23 8 23H16C17.6569 23 19 21.6569 19 20V9C19 8.44772 18.5523 8 18 8C17.4477 8 17 8.44772 17 9V20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20V9ZM10 11C10.5523 11 11 11.4477 11 12V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V12C9 11.4477 9.44772 11 10 11ZM15 12C15 11.4477 14.5523 11 14 11C13.4477 11 13 11.4477 13 12V17C13 17.5523 13.4477 18 14 18C14.5523 18 15 17.5523 15 17V12Z",fill:"currentColor"}),"DeleteIcon");import{createSvgIcon as C2}from"@material-ui/core/utils";import K from"react";var s3=C2(K.createElement(K.Fragment,null,K.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.8132 9.375C13.2975 9.375 14.5007 8.17177 14.5007 6.6875C14.5007 5.20323 13.2975 4 11.8132 4C10.329 4 9.12573 5.20323 9.12573 6.6875C9.12573 8.17177 10.329 9.375 11.8132 9.375ZM16.5007 6.6875C16.5007 9.27633 14.4021 11.375 11.8132 11.375C9.2244 11.375 7.12573 9.27633 7.12573 6.6875C7.12573 4.09867 9.2244 2 11.8132 2C14.4021 2 16.5007 4.09867 16.5007 6.6875Z",fill:"currentColor"}),K.createElement("path",{d:"M11.5 22C12.0523 22 12.5 21.5523 12.5 21C12.5 20.4477 12.0523 20 11.5 20V22ZM13 15C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13V15ZM8.83333 15H11.5V13H8.83333V15ZM11.5 20H4.16667V22H11.5V20ZM11.5 15H13V13H11.5V15ZM4 19.8333C4 17.164 6.16396 15 8.83333 15V13C5.05939 13 2 16.0594 2 19.8333H4ZM2 19.8333C2 21.03 2.97005 22 4.16667 22V20C4.07462 20 4 19.9254 4 19.8333H2Z",fill:"currentColor"}),K.createElement("path",{d:"M21.7071 16.7071C22.0976 16.3166 22.0976 15.6834 21.7071 15.2929C21.3166 14.9024 20.6834 14.9024 20.2929 15.2929L21.7071 16.7071ZM15.2929 20.2929C14.9024 20.6834 14.9024 21.3166 15.2929 21.7071C15.6834 22.0976 16.3166 22.0976 16.7071 21.7071L15.2929 20.2929ZM20.2929 15.2929L15.2929 20.2929L16.7071 21.7071L21.7071 16.7071L20.2929 15.2929Z",fill:"currentColor"}),K.createElement("path",{d:"M20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L20.2929 21.7071ZM16.7071 15.2929C16.3166 14.9024 15.6834 14.9024 15.2929 15.2929C14.9024 15.6834 14.9024 16.3166 15.2929 16.7071L16.7071 15.2929ZM21.7071 20.2929L16.7071 15.2929L15.2929 16.7071L20.2929 21.7071L21.7071 20.2929Z",fill:"currentColor"})),"DeleteUserIcon");import{createSvgIcon as u2}from"@material-ui/core/utils";import q from"react";var m3=u2(q.createElement(q.Fragment,null,q.createElement("path",{d:"M12.5 10.5L11 17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),q.createElement("path",{d:"M3 7V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V7M3 7V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V7M3 7H21",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),q.createElement("path",{d:"M8 12L6 14L8 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),q.createElement("path",{d:"M16 12L18 14L16 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"})),"DeveloperIcon");import{createSvgIcon as f2}from"@material-ui/core/utils";import g2 from"react";var v2=f2(g2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.23607 4C6.09975 4 5.06096 4.64201 4.55279 5.65836L3.60557 7.55279C3.35858 8.04676 3.55881 8.64744 4.05279 8.89443C4.54676 9.14142 5.14744 8.94119 5.39443 8.44721L6.34164 6.55279C6.51103 6.214 6.8573 6 7.23607 6H24.6812C25.0812 6 25.4428 6.2384 25.6004 6.60608L27.4835 11H7.73244C7.38663 10.4022 6.74028 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C6.74028 14 7.38663 13.5978 7.73244 13H11V19.3698C11 21.2088 13.273 22.073 14.4948 20.6985L16.7474 18.1644C17.1143 17.7516 17.0771 17.1195 16.6644 16.7526C16.2516 16.3857 15.6195 16.4229 15.2526 16.8356L13 19.3698V13H19V18.2676C18.4022 18.6134 18 19.2597 18 20C18 21.1046 18.8954 22 20 22C21.1046 22 22 21.1046 22 20C22 19.2597 21.5978 18.6134 21 18.2676V13H28V26C28 26.5523 27.5523 27 27 27H6C5.44772 27 5 26.5523 5 26V19.7324C5.5978 19.3866 6 18.7403 6 18C6 16.8954 5.10457 16 4 16C2.89543 16 2 16.8954 2 18C2 18.7403 2.4022 19.3866 3 19.7324V26C3 27.6569 4.34314 29 6 29H27C28.6569 29 30 27.6569 30 26V11.7947L27.4386 5.81824C26.9659 4.71519 25.8813 4 24.6812 4H7.23607Z",fill:"currentColor"}),"DigitalLargeIcon");v2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as x2}from"@material-ui/core/utils";import b2 from"react";var h2=x2(b2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.52254 2.25C3.71765 2.25 2.98184 2.70475 2.62188 3.42467L2.02988 4.60869C1.81376 5.04092 1.98896 5.56651 2.42119 5.78262C2.85342 5.99874 3.37901 5.82354 3.59512 5.39131L4.18713 4.20729C4.25065 4.08025 4.3805 4 4.52254 4H15.4258C15.5758 4 15.7113 4.0894 15.7704 4.22728L16.798 6.625H4.96845C4.69645 6.24688 4.25218 6 3.75 6C2.92157 6 2.25 6.67157 2.25 7.5C2.25 8.32843 2.92157 9 3.75 9C4.25218 9 4.69645 8.75312 4.96845 8.375H6.625V12.1061C6.625 13.4854 8.32977 14.1336 9.24611 13.1027L10.654 11.5188C10.975 11.1576 10.9425 10.6046 10.5813 10.2835C10.2201 9.96246 9.66707 9.995 9.34602 10.3562L8.375 11.4486V8.375H11.625V11.2815C11.2469 11.5536 11 11.9978 11 12.5C11 13.3284 11.6716 14 12.5 14C13.3284 14 14 13.3284 14 12.5C14 11.9978 13.7531 11.5536 13.375 11.2815V8.375H17.25V16.25C17.25 16.4571 17.0821 16.625 16.875 16.625H3.75C3.54289 16.625 3.375 16.4571 3.375 16.25V12.4685C3.75312 12.1964 4 11.7522 4 11.25C4 10.4216 3.32843 9.75 2.5 9.75C1.67157 9.75 1 10.4216 1 11.25C1 11.7522 1.24688 12.1964 1.625 12.4685V16.25C1.625 17.4236 2.57639 18.375 3.75 18.375H16.875C18.0486 18.375 19 17.4236 19 16.25V7.3204L17.3789 3.53792C17.0441 2.75659 16.2758 2.25 15.4258 2.25H4.52254Z",fill:"currentColor"}),"DigitalSmallIcon");h2.defaultProps={viewBox:"0 0 20 20"};import{createSvgIcon as y2}from"@material-ui/core/utils";import Kr from"react";var L3=y2(Kr.createElement("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Kr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7793 2C13.9493 2 13.1533 2.32973 12.5664 2.91665L2.91665 12.5664C1.69445 13.7886 1.69445 15.7701 2.91665 16.9923L7.00768 21.0834C8.22987 22.3055 10.2114 22.3056 11.4336 21.0834L21.0834 11.4336C21.6703 10.8467 22 10.0507 22 9.22066V6.25466C22 5.42463 21.6703 4.6286 21.0834 4.04168L19.9583 2.91665C19.3714 2.32973 18.5754 2 17.7453 2H14.7793ZM14.0417 4.39197C14.2373 4.19633 14.5027 4.08642 14.7793 4.08642H17.7453C18.022 4.08642 18.2874 4.19633 18.483 4.39197L19.608 5.517C19.8037 5.71264 19.9136 5.97798 19.9136 6.25466V9.22066C19.9136 9.49734 19.8037 9.76268 19.608 9.95832L12.3503 17.2161L6.78394 11.6497L14.0417 4.39197ZM5.30862 13.125L10.875 18.6914L9.95832 19.608C9.55093 20.0154 8.8904 20.0154 8.483 19.608L4.39197 15.517C3.98457 15.1096 3.98457 14.4491 4.39197 14.0417L5.30862 13.125ZM16.2623 9.30248C17.1266 9.30248 17.8272 8.60189 17.8272 7.73766C17.8272 6.87344 17.1266 6.17285 16.2623 6.17285C15.3981 6.17285 14.6975 6.87344 14.6975 7.73766C14.6975 8.60189 15.3981 9.30248 16.2623 9.30248Z",fill:"currentColor"})),"DiscountsIcon");import{createSvgIcon as L2}from"@material-ui/core/utils";import $1 from"react";var M2=L2($1.createElement($1.Fragment,null,$1.createElement("path",{d:"M4 16L16.4142 3.58579C16.7893 3.21071 17.298 3 17.8284 3L24.1716 3C24.702 3 25.2107 3.21071 25.5858 3.58579L28.4142 6.41421C28.7893 6.78929 29 7.29799 29 7.82843V14.1716C29 14.702 28.7893 15.2107 28.4142 15.5858L16 28M4 16L3.58579 16.4142C3.21071 16.7893 3 17.298 3 17.8284L3 20.6716C3 21.202 3.21071 21.7107 3.58579 22.0858L9.91421 28.4142C10.2893 28.7893 10.798 29 11.3284 29H14.1716C14.702 29 15.2107 28.7893 15.5858 28.4142L16 28M4 16L16 28",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"}),$1.createElement("circle",{cx:"22.5",cy:"9.5",r:"2.5",stroke:"currentColor",strokeWidth:"2",fill:"transparent"})),"DiscountLargeIcon");M2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as k2}from"@material-ui/core/utils";import S2 from"react";var P3=k2(S2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 20C2.44772 20 2 20.4477 2 21C2 21.5523 2.44772 22 3 22L21 22C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20L3 20ZM13 3C13 2.44771 12.5523 2 12 2C11.4477 2 11 2.44771 11 3L11 14.5858L8.70711 12.2929C8.31658 11.9024 7.68342 11.9024 7.29289 12.2929C6.90237 12.6834 6.90237 13.3166 7.29289 13.7071L11.2929 17.7071C11.6834 18.0976 12.3166 18.0976 12.7071 17.7071L16.7071 13.7071C17.0976 13.3166 17.0976 12.6834 16.7071 12.2929C16.3166 11.9024 15.6834 11.9024 15.2929 12.2929L13 14.5858L13 3Z",fill:"currentColor"}),"DownloadIcon");import{createSvgIcon as I2}from"@material-ui/core/utils";import B2 from"react";var V3=I2(B2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 7C9.10457 7 10 6.10457 10 5C10 3.89543 9.10457 3 8 3C6.89543 3 6 3.89543 6 5C6 6.10457 6.89543 7 8 7ZM16 7C17.1046 7 18 6.10457 18 5C18 3.89543 17.1046 3 16 3C14.8954 3 14 3.89543 14 5C14 6.10457 14.8954 7 16 7ZM18 12C18 13.1046 17.1046 14 16 14C14.8954 14 14 13.1046 14 12C14 10.8954 14.8954 10 16 10C17.1046 10 18 10.8954 18 12ZM8 14C9.10457 14 10 13.1046 10 12C10 10.8954 9.10457 10 8 10C6.89543 10 6 10.8954 6 12C6 13.1046 6.89543 14 8 14ZM10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17C9.10457 17 10 17.8954 10 19ZM16 21C17.1046 21 18 20.1046 18 19C18 17.8954 17.1046 17 16 17C14.8954 17 14 17.8954 14 19C14 20.1046 14.8954 21 16 21Z",fill:"currentColor"}),"DragIcon");import{createSvgIcon as T2}from"@material-ui/core/utils";import P2 from"react";var E3=T2(P2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m20.08125,2.98089c-1.2209,-1.21116 -3.1901,-1.21116 -4.4109,0l-0.9259,0.91856l-7.70221,7.641c-0.36706,0.36415 -0.58593,0.85157 -0.61423,1.36787l-0.1488,2.7151c-0.06931,1.2648 0.99458,2.2993 2.25694,2.1947l2.65699,-0.2202c0.48957,-0.0405 0.94911,-0.2524 1.29791,-0.5984l8.6196,-8.55117c1.2347,-1.22491 1.2347,-3.22129 0,-4.44619l-1.0294,-1.02127zm-11.56872,10.04163l6.96702,-6.91171l2.5116,2.4916l-6.97042,6.91501l-2.657,0.2202l0.1488,-2.7151zm8.44912,-8.38204l2.5116,2.4916l0.1671,-0.1658c0.4116,-0.4083 0.4116,-1.07376 0,-1.48206l-1.0294,-1.02126c-0.407,-0.40372 -1.0634,-0.40372 -1.4703,0l-0.179,0.17752zm-11.79343,-1.33339c-1.72946,0 -3.13147,1.40201 -3.13147,3.13147l0,12.52586c0,1.7295 1.40201,3.1315 3.13147,3.1315l12.52583,0c1.7295,0 3.1315,-1.402 3.1315,-3.1315l0,-4.5928c0,-0.5765 -0.4673,-1.0438 -1.0438,-1.0438c-0.5765,0 -1.0438,0.4673 -1.0438,1.0438l0,4.5928c0,0.5765 -0.4674,1.0438 -1.0439,1.0438l-12.52583,0c-0.57649,0 -1.04382,-0.4673 -1.04382,-1.0438l0,-12.52586c0,-0.57649 0.46733,-1.04382 1.04382,-1.04382l4.59282,0c0.57649,0 1.04382,-0.46734 1.04382,-1.04383c0,-0.57648 -0.46733,-1.04382 -1.04382,-1.04382l-4.59282,0z",fill:"currentColor"}),"EditIcon");import{createSvgIcon as H2}from"@material-ui/core/utils";import w2 from"react";var F2=H2(w2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 10.4253C6 10.1278 6.11822 9.84235 6.32864 9.63192L9.80485 6.15571C9.38658 6.05394 8.94959 6 8.5 6C5.46243 6 3 8.46243 3 11.5C3 14.5376 5.46243 17 8.5 17C11.5376 17 14 14.5376 14 11.5C14 11.0504 13.9461 10.6134 13.8443 10.1951L10.3681 13.6714C10.1576 13.8818 9.87225 14 9.57466 14H7.12206C6.50237 14 6 13.4976 6 12.8779V10.4253ZM15.4249 8.61457C15.7954 9.50278 16 10.4775 16 11.5C16 15.6421 12.6421 19 8.5 19C4.35786 19 1 15.6421 1 11.5C1 7.35786 4.35786 4 8.5 4C9.5225 4 10.4972 4.20462 11.3854 4.57514L14.6319 1.32865C15.0701 0.890452 15.7806 0.890452 16.2188 1.32864L18.6714 3.78124C19.1096 4.21943 19.1095 4.92988 18.6714 5.36808L15.4249 8.61457ZM8 10.789L13.6814 5.10755L14.9043 6.30673L9.21101 12H8V10.789ZM15.0957 3.69327L16.3186 4.89245L16.6363 4.57466L15.4253 3.36365L15.0957 3.69327Z",fill:"currentColor"}),"EditSmallIcon");F2.defaultProps={viewBox:"0 0 20 20"};import{createSvgIcon as V2}from"@material-ui/core/utils";import N2 from"react";var z3=V2(N2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5C4 4.44772 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7V5ZM5 2C3.34315 2 2 3.34315 2 5V7C2 8.04349 2.53275 8.96254 3.3411 9.5C2.53275 10.0375 2 10.9565 2 12V14C2 15.6569 3.34315 17 5 17H11V18.2676C10.6964 18.4432 10.4432 18.6964 10.2676 19H6C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H10.2676C10.6134 21.5978 11.2597 22 12 22C12.7403 22 13.3866 21.5978 13.7324 21H18C18.5523 21 19 20.5523 19 20C19 19.4477 18.5523 19 18 19H13.7324C13.5568 18.6964 13.3036 18.4432 13 18.2676V17H19C20.6569 17 22 15.6569 22 14V12C22 10.9565 21.4672 10.0375 20.6589 9.5C21.4672 8.96254 22 8.04349 22 7V5C22 3.34315 20.6569 2 19 2H5ZM4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12V14C20 14.5523 19.5523 15 19 15H5C4.44772 15 4 14.5523 4 14V12ZM8 13C8 13.5523 7.55228 14 7 14C6.44772 14 6 13.5523 6 13C6 12.4477 6.44772 12 7 12C7.55228 12 8 12.4477 8 13ZM7 7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6C6 6.55228 6.44772 7 7 7Z",fill:"currentColor"}),"EnvironmentIcon");import{createSvgIcon as Z2}from"@material-ui/core/utils";import O1 from"react";var qr=Z2(O1.createElement(O1.Fragment,null,O1.createElement("circle",{cx:"12",cy:"12",r:"11",stroke:"currentColor",fill:"transparent",strokeWidth:"2"}),O1.createElement("path",{d:"M8 10L12 14L16 10",stroke:"currentColor",fill:"transparent",strokeWidth:"2"})),"ExpandIcon");import{createSvgIcon as A2}from"@material-ui/core/utils";import E2 from"react";var Y3=A2(E2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.60392 14.3841C7.05649 14.1106 6.5428 13.8026 6.07297 13.4786C5.28167 12.9328 4.66734 12.3772 4.2736 11.941L4.25089 11.9157C4.56218 11.512 5.06221 10.9938 5.75296 10.4821C6.31204 10.068 6.98474 9.66614 7.76943 9.33378C7.28205 10.1055 7 11.0198 7 12C7 12.8633 7.21878 13.6755 7.60392 14.3841ZM16.3961 14.3841C16.9435 14.1106 17.4572 13.8026 17.927 13.4786C18.7183 12.9328 19.3327 12.3772 19.7264 11.941L19.7491 11.9158C19.4378 11.512 18.9378 10.9938 18.247 10.4821C17.688 10.068 17.0153 9.66614 16.2306 9.33378C16.7179 10.1055 17 11.0198 17 12C17 12.8633 16.7812 13.6755 16.3961 14.3841ZM3.87857 11.4212C3.8798 11.4216 3.88819 11.4359 3.90003 11.4628C3.88326 11.4343 3.87733 11.4208 3.87857 11.4212ZM3.94408 12.3876C3.93774 12.406 3.93329 12.4156 3.93264 12.4159C3.932 12.4161 3.93517 12.4069 3.94408 12.3876ZM20.0674 12.4159C20.0667 12.4156 20.0623 12.406 20.0559 12.3876C20.0648 12.4069 20.068 12.4161 20.0674 12.4159ZM20.1 11.4628C20.1118 11.4359 20.1202 11.4216 20.1214 11.4212C20.1227 11.4208 20.1167 11.4343 20.1 11.4628ZM12 17.5C6.5 17.5 2 13 2 12C2 11 5.5 6.5 12 6.5C18.5 6.5 22 11 22 12C22 13 17.5 17.5 12 17.5ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",fill:"currentColor"}),"EyeIcon");import{createSvgIcon as D2}from"@material-ui/core/utils";import R2 from"react";var rs=D2(R2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V6.67157C22 7.46722 21.6839 8.23029 21.1213 8.79289L15.7929 14.1213C15.6054 14.3089 15.5 14.5632 15.5 14.8284V19C15.5 19.4089 15.251 19.7766 14.8714 19.9285L9.87139 21.9285C9.5633 22.0517 9.21414 22.0141 8.93937 21.8281C8.6646 21.642 8.5 21.3318 8.5 21V14.8284C8.5 14.5632 8.39464 14.3089 8.20711 14.1213L2.87868 8.79289C2.31607 8.23028 2 7.46722 2 6.67157V4ZM20 4H4V6.67157C4 6.93679 4.10536 7.19114 4.29289 7.37868L9.62132 12.7071C10.1839 13.2697 10.5 14.0328 10.5 14.8284V19.523L13.5 18.323V14.8284C13.5 14.0328 13.8161 13.2697 14.3787 12.7071L19.7071 7.37868C19.8946 7.19114 20 6.93679 20 6.67157V4Z",fill:"currentColor"}),"FilteringIcon");import{createSvgIcon as $2}from"@material-ui/core/utils";import O2 from"react";var W2=$2(O2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 4C4.44772 4 4 4.44772 4 5V8.5H28L28 5C28 4.44772 27.5523 4 27 4H5ZM26.5858 10.5H5.41421L12.7071 17.7929C12.8946 17.9804 13 18.2348 13 18.5V26.4384C13 27.089 13.6114 27.5664 14.2425 27.4086L18.2425 26.4086C18.6877 26.2973 19 25.8973 19 25.4384V18.5C19 18.2348 19.1054 17.9804 19.2929 17.7929L26.5858 10.5ZM2 5C2 3.34315 3.34315 2 5 2H27C28.6569 2 30 3.34315 30 5L30 9.5C30 9.76522 29.8946 10.0196 29.7071 10.2071L21 18.9142V25.4384C21 26.8151 20.0631 28.015 18.7276 28.3489L14.7276 29.3489C12.8342 29.8222 11 28.3902 11 26.4384V18.9142L2.29289 10.2071C2.10536 10.0196 2 9.76522 2 9.5V5Z",fill:"currentColor"}),"FilteringLargeIcon");W2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as G2}from"@material-ui/core/utils";import z2 from"react";var U2=G2(z2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 7C4.44772 7 4 7.44772 4 8V13H6.1965C6.18957 12.9805 6.18283 12.9609 6.17629 12.9412C5.8413 11.9363 5.95516 10.6306 6.79292 9.79287C7.63063 8.95522 8.93633 8.84133 9.94126 9.17631C9.96087 9.18285 9.98046 9.18958 10 9.19652V7H5ZM10 12V13H8.99342C8.5074 12.9976 8.21391 12.7295 8.07365 12.3088C7.90862 11.8137 8.04476 11.3694 8.20708 11.2071C8.36945 11.0448 8.81375 10.9087 9.3088 11.0737C9.73142 11.2146 10 11.51 10 12ZM13.0066 13H12V12C12 11.51 12.2686 11.2146 12.6912 11.0737C13.1862 10.9087 13.6306 11.0448 13.7929 11.2071C13.9552 11.3694 14.0914 11.8137 13.9263 12.3088C13.7861 12.7295 13.4926 12.9976 13.0066 13ZM15.8035 13C15.8104 12.9805 15.8172 12.9609 15.8237 12.9412C16.1587 11.9363 16.0448 10.6306 15.2071 9.79287C14.3694 8.95522 13.0637 8.84133 12.0587 9.17631C12.0391 9.18285 12.0195 9.18958 12 9.19652V7H27C27.5523 7 28 7.44772 28 8V13H15.8035ZM4 24V15H8.58579L7.29289 16.2929C6.90237 16.6834 6.90237 17.3166 7.29289 17.7071C7.68342 18.0976 8.31658 18.0976 8.70711 17.7071L10 16.4142V25H5C4.44772 25 4 24.5523 4 24ZM27 25H12V16.4142L13.2929 17.7071C13.6834 18.0976 14.3166 18.0976 14.7071 17.7071C15.0976 17.3166 15.0976 16.6834 14.7071 16.2929L13.4142 15H28V24C28 24.5523 27.5523 25 27 25ZM30 24V14V8C30 6.34315 28.6569 5 27 5H5C3.34315 5 2 6.34315 2 8V24C2 25.6569 3.34315 27 5 27H27C28.6569 27 30 25.6569 30 24ZM17 18C16.4477 18 16 18.4477 16 19C16 19.5523 16.4477 20 17 20H25C25.5523 20 26 19.5523 26 19C26 18.4477 25.5523 18 25 18H17ZM16 22C16 21.4477 16.4477 21 17 21H18C18.5523 21 19 21.4477 19 22C19 22.5523 18.5523 23 18 23H17C16.4477 23 16 22.5523 16 22ZM21 21C20.4477 21 20 21.4477 20 22C20 22.5523 20.4477 23 21 23H25C25.5523 23 26 22.5523 26 22C26 21.4477 25.5523 21 25 21H21Z",fill:"currentColor"}),"GiftCardLargeIcon");U2.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as j2}from"@material-ui/core/utils";import K2 from"react";var ds=j2(K2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 20H12C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12V20ZM12 2C6.47715 2 2 6.47715 2 12V22H12C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM9.48039 6.98039C10.1307 6.33011 11.0228 6 12 6C12.9772 6 13.8693 6.33011 14.5196 6.98039C15.1699 7.63067 15.5 8.52275 15.5 9.5C15.5 10.9343 14.5676 12.2346 13.4403 12.9247C13.1458 13.105 12.8897 13.3115 12.7172 13.5218C12.5469 13.7293 12.5 13.8863 12.5 14H10.5C10.5 13.2853 10.809 12.6944 11.1711 12.2531C11.531 11.8145 11.984 11.4711 12.3961 11.2189C13.0728 10.8047 13.5 10.0853 13.5 9.5C13.5 8.97725 13.3301 8.61933 13.1054 8.39461C12.8807 8.16989 12.5228 8 12 8C11.4772 8 11.1193 8.16989 10.8946 8.39461C10.6699 8.61933 10.5 8.97725 10.5 9.5H8.5C8.5 8.52275 8.83011 7.63067 9.48039 6.98039ZM11.5 18C12.3284 18 13 17.3284 13 16.5C13 15.6716 12.3284 15 11.5 15C10.6716 15 10 15.6716 10 16.5C10 17.3284 10.6716 18 11.5 18Z",fill:"currentColor"}),"HelpIcon");import{createSvgIcon as q2}from"@material-ui/core/utils";import _2 from"react";var fs=q2(_2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V15.7962L11.0456 9.63136L12.5 11.0858L16 7.58579L20 11.5858V5C20 4.44772 19.5523 4 19 4H5ZM20 14.4142L16 10.4142L12.5 13.9142L10.9544 12.3686L4 18.4538V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14.4142Z",fill:"currentColor"}),"ImageIcon");import W1 from"react";var m1=e=>W1.createElement("svg",i({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),W1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),W1.createElement("circle",{cx:"20",cy:"20",r:"14",stroke:"currentColor",strokeWidth:"4"}),W1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 11C18.6716 11 18 11.6716 18 12.5V20.5C18 21.3284 18.6716 22 19.5 22H20.5C21.3284 22 22 21.3284 22 20.5V12.5C22 11.6716 21.3284 11 20.5 11H19.5ZM19.5 25C18.6716 25 18 25.6716 18 26.5V27.5C18 28.3284 18.6716 29 19.5 29H20.5C21.3284 29 22 28.3284 22 27.5V26.5C22 25.6716 21.3284 25 20.5 25H19.5Z",fill:"currentColor"}));m1.displayName="InfoIcon";import{createSvgIcon as X2}from"@material-ui/core/utils";import Y2 from"react";var ys=X2(Y2.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 2C14.4477 2 14 2.44772 14 3C14 3.55229 14.4477 4 15 4L18.5858 4L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L20 5.41422L20 9C20 9.55229 20.4477 10 21 10C21.5523 10 22 9.55229 22 9L22 3C22 2.44772 21.5523 2 21 2L15 2ZM5 4C3.34315 4 2 5.34314 2 7L2 19C2 20.6569 3.34314 22 5 22L17 22C18.6569 22 20 20.6569 20 19L20 13C20 12.4477 19.5523 12 19 12C18.4477 12 18 12.4477 18 13L18 19C18 19.5523 17.5523 20 17 20L5 20C4.44771 20 4 19.5523 4 19L4 7C4 6.44772 4.44772 6 5 6L11 6C11.5523 6 12 5.55229 12 5C12 4.44772 11.5523 4 11 4L5 4Z",fill:"currentColor"}),"LinkIcon");import{createSvgIcon as J2}from"@material-ui/core/utils";import G1 from"react";var Ss=J2(G1.createElement(G1.Fragment,null,G1.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),G1.createElement("path",{d:"M3.63039 6.61963C4.00478 6.24762 4.50239 6 5 6C6 6 18 6 19 6C19.5 6 20 6.25 20.375 6.625M3.63039 6.61963C3.2524 6.99522 3 7.49761 3 8C3 9 3 15 3 16C3 16.5024 3.2524 17.0048 3.63039 17.3804M3.63039 6.61963C3.63039 6.61963 7.13226 10.1215 9.01076 12M20.375 6.625C20.75 7 21 7.5 21 8C21 9 21 15 21 16C21 17 20 18 19 18C18 18 6 18 5 18C4.50239 18 4.00478 17.7524 3.63039 17.3804M20.375 6.625C20.375 6.625 16.8773 10.1227 15 12M9.01076 12C9.46071 12.4499 9.81752 12.8068 10.0108 13C11.0108 14 13 14 14 13C14.1933 12.8067 14.5501 12.4499 15 12M9.01076 12L3.63039 17.3804M15 12L20.3804 17.3804",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"})),"MailIcon");import{createSvgIcon as Q2}from"@material-ui/core/utils";import ei from"react";var Ps=Q2(ei.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19 12C19 12.5523 18.5523 13 18 13L6 13C5.44771 13 5 12.5523 5 12C5 11.4477 5.44771 11 6 11L18 11C18.5523 11 19 11.4477 19 12Z",fill:"currentColor"}),"MinusIcon");import{createSvgIcon as ri}from"@material-ui/core/utils";import oi from"react";var Vs=ri(oi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM20 12C20 13.1046 19.1046 14 18 14C16.8954 14 16 13.1046 16 12C16 10.8954 16.8954 10 18 10C19.1046 10 20 10.8954 20 12Z",fill:"currentColor"}),"MoreHorizontalIcon");import{createSvgIcon as ti}from"@material-ui/core/utils";import ii from"react";var Es=ti(ii.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z",fill:"currentColor"}),"MoreIcon");import{createSvgIcon as ai}from"@material-ui/core/utils";import C1 from"react";var Os=ai(C1.createElement(C1.Fragment,null,C1.createElement("path",{d:"M4 8H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),C1.createElement("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),C1.createElement("path",{d:"M4 16H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),"NavigationIcon");import{createSvgIcon as ni}from"@material-ui/core/utils";import li from"react";var si=ni(li.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 16C28 22.6274 22.6274 28 16 28C9.37258 28 4 22.6274 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16ZM30 16C30 23.732 23.732 30 16 30C8.26801 30 2 23.732 2 16C2 8.26801 8.26801 2 16 2C23.732 2 30 8.26801 30 16ZM23.1271 11.4417C23.7506 9.83112 22.1768 8.24068 20.5597 8.8471L8.83347 13.2444C7.18709 13.8618 7.08139 16.1506 8.66386 16.9171L12.4577 18.7547L14.8987 23.4842C15.6895 25.0163 17.9187 24.8968 18.5411 23.2889L23.1271 11.4417ZM9.53571 15.1171L21.262 10.7198L16.676 22.5669L14.235 17.8374C14.0366 17.4531 13.7189 17.1433 13.3296 16.9548L9.53571 15.1171Z",fill:"currentColor"}),"NavigationLargeIcon");si.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as ci}from"@material-ui/core/utils";import De from"react";var qs=ci(De.createElement(De.Fragment,null,De.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25503 12.198L11.2063 3.0483C12.2646 1.09249 15.2463 2.08503 14.9212 4.28496L14.2397 8.89774L15.7025 8.73522L15.807 9.67606L15.9115 10.6169L13.2283 10.9151C12.6114 10.9836 12.0966 10.4499 12.1873 9.83584L13.0483 4.00824C13.0638 3.90348 12.9218 3.85622 12.8714 3.94935L7.92015 13.099C7.84742 13.2334 7.95568 13.3942 8.10757 13.3773L10.8039 13.0777C11.4157 13.0097 11.9286 13.5344 11.8467 14.1445L11.0617 19.9934C11.0477 20.0981 11.1896 20.1437 11.2391 20.0504L16.0997 10.8939C16.171 10.7595 16.0627 10.6001 15.9115 10.6169L15.807 9.67606L15.7025 8.73522C17.3657 8.55042 18.5566 10.3034 17.772 11.7815L12.9114 20.9381C11.8715 22.8971 8.89023 21.9397 9.18525 19.7416L9.80911 15.0932L8.31664 15.259C6.64589 15.4446 5.455 13.6764 6.25503 12.198Z",fill:"currentColor"})),"NavigatorIcon");import{createSvgIcon as pi}from"@material-ui/core/utils";import di from"react";var Js=pi(di.createElement("path",{d:"M10 16L14 12L10 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"NextIcon");import{createSvgIcon as mi}from"@material-ui/core/utils";import _ from"react";var o6=mi(_.createElement(_.Fragment,null,_.createElement("circle",{cx:"12",cy:"18",r:"1",fill:"currentColor"}),_.createElement("path",{d:"M7 14.5C7 14.5 7.35787 14.05 8 13.5317M17 14.5C17 14.5 16.1511 13.4325 14.7224 12.6926",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),_.createElement("path",{d:"M3 10C3 10 6.57831 6 12 6M21 10C21 10 19.9552 8.83211 18.1394 7.75846",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),_.createElement("path",{d:"M17.8599 4.01054C18.1418 3.53565 17.9854 2.92211 17.5105 2.64015C17.0357 2.35818 16.4221 2.51458 16.1401 2.98946L17.8599 4.01054ZM6.64015 18.9895C6.35818 19.4643 6.51458 20.0779 6.98946 20.3599C7.46435 20.6418 8.07789 20.4854 8.35985 20.0105L6.64015 18.9895ZM16.1401 2.98946L6.64015 18.9895L8.35985 20.0105L17.8599 4.01054L16.1401 2.98946Z",fill:"currentColor"})),"NoConnectionIcon");import z1 from"react";var u1=e=>z1.createElement("svg",i({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),z1.createElement("circle",{cx:"20",cy:"20",r:"16",fill:"var(--background-paper)"}),z1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),z1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.9531 29.7815C24.9914 31.1784 22.5917 32 20 32C13.3726 32 8 26.6274 8 20C8 17.4083 8.82158 15.0086 10.2185 13.0469L26.9531 29.7815ZM29.7815 26.9531L13.0469 10.2185C15.0086 8.82158 17.4083 8 20 8C26.6274 8 32 13.3726 32 20C32 22.5917 31.1784 24.9914 29.7815 26.9531ZM36 20C36 28.8366 28.8366 36 20 36C11.1634 36 4 28.8366 4 20C4 11.1634 11.1634 4 20 4C28.8366 4 36 11.1634 36 20Z",fill:"currentColor"}));u1.displayName="NotAllowedIcon";import U1 from"react";var Ci=e=>U1.createElement("svg",i({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),U1.createElement("circle",{cx:"20",cy:"20",r:"16",fill:"#F5FAFB"}),U1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"#FE6E76"}),U1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.9531 29.7815C24.9914 31.1784 22.5917 32 20 32C13.3726 32 8 26.6274 8 20C8 17.4083 8.82158 15.0086 10.2185 13.0469L26.9531 29.7815ZM29.7815 26.9531L13.0469 10.2185C15.0086 8.82158 17.4083 8 20 8C26.6274 8 32 13.3726 32 20C32 22.5917 31.1784 24.9914 29.7815 26.9531ZM36 20C36 28.8366 28.8366 36 20 36C11.1634 36 4 28.8366 4 20C4 11.1634 11.1634 4 20 4C28.8366 4 36 11.1634 36 20Z",fill:"var(--background-paper)"}));Ci.displayName="NotAllowedInvertedIcon";import{createSvgIcon as ui}from"@material-ui/core/utils";import A from"react";var fi=ui(A.createElement(A.Fragment,null,A.createElement("rect",{x:"3",y:"3",width:"26",height:"26",rx:"2",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),A.createElement("mask",{id:"path-2-inside-1_892_5855",fill:"var(--background-paper)"},A.createElement("rect",{x:"7",y:"7",width:"6",height:"6",rx:"1"})),A.createElement("rect",{x:"7",y:"7",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"4",mask:"url(#path-2-inside-1_892_5855)",fill:"transparent"}),A.createElement("rect",{x:"7",y:"19",width:"18",height:"2",rx:"0.5",fill:"currentColor"}),A.createElement("rect",{x:"7",y:"15",width:"18",height:"2",rx:"0.5",fill:"currentColor"}),A.createElement("rect",{x:"7",y:"23",width:"18",height:"2",rx:"0.5",fill:"currentColor"})),"NotesLargeIcon");fi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as gi}from"@material-ui/core/utils";import vi from"react";var C6=gi(vi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.8 10.2C3.8 5.67126 7.47127 2 12 2C16.5287 2 20.2 5.67126 20.2 10.2V17.5936H21C21.5523 17.5936 22 18.0413 22 18.5936C22 19.1459 21.5523 19.5936 21 19.5936H15.5509C15.1236 20.9869 13.8269 22 12.2936 22H11.7064C10.1731 22 8.87638 20.9869 8.44914 19.5936H3C2.44772 19.5936 2 19.1459 2 18.5936C2 18.0413 2.44772 17.5936 3 17.5936H3.8V10.2ZM5.8 17.5936H18.2V10.2C18.2 6.77584 15.4242 4 12 4C8.57583 4 5.8 6.77583 5.8 10.2V17.5936ZM10.7175 19.5936C10.9715 19.8449 11.3209 20 11.7064 20H12.2936C12.6791 20 13.0285 19.8449 13.2825 19.5936H10.7175Z",fill:"currentColor"}),"NotificationsIcon");import{createSvgIcon as xi}from"@material-ui/core/utils";import bi from"react";var hi=xi(bi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.2066 26.2723C20.3957 27.3688 18.2716 28 16 28C13.7284 28 11.6043 27.3688 9.7934 26.2723C9.9274 25.8726 10 25.4448 10 25C10 22.7909 8.20914 21 6 21C5.7019 21 5.41143 21.0326 5.13194 21.0945C4.4058 19.5481 4 17.8214 4 16C4 14.1786 4.4058 12.4519 5.13194 10.9055C5.41143 10.9674 5.7019 11 6 11C8.20914 11 10 9.20914 10 7C10 6.5552 9.9274 6.12736 9.7934 5.72768C11.6043 4.63116 13.7284 4 16 4C18.2716 4 20.3957 4.63116 22.2066 5.72768C22.0726 6.12736 22 6.5552 22 7C22 9.20914 23.7909 11 26 11C26.2981 11 26.5886 10.9674 26.8681 10.9055C27.5942 12.4519 28 14.1786 28 16C28 17.8214 27.5942 19.5481 26.8681 21.0945C26.5886 21.0326 26.2981 21 26 21C23.7909 21 22 22.7909 22 25C22 25.4448 22.0726 25.8726 22.2066 26.2723ZM23.2982 27.9496C21.173 29.2503 18.6741 30 16 30C13.3259 30 10.827 29.2503 8.70185 27.9496C7.9901 28.6019 7.04154 29 6 29C3.79086 29 2 27.2091 2 25C2 23.8076 2.52171 22.7371 3.34931 22.0043C2.48415 20.1847 2 18.1489 2 16C2 13.8511 2.48415 11.8153 3.34931 9.9957C2.52171 9.26286 2 8.19236 2 7C2 4.79086 3.79086 3 6 3C7.04154 3 7.99011 3.39808 8.70185 4.05039C10.827 2.7497 13.3259 2 16 2C18.6741 2 21.173 2.74971 23.2982 4.05039C24.0099 3.39808 24.9585 3 26 3C28.2091 3 30 4.79086 30 7C30 8.19236 29.4783 9.26286 28.6507 9.99569C29.5159 11.8153 30 13.8511 30 16C30 18.1489 29.5159 20.1847 28.6507 22.0043C29.4783 22.7371 30 23.8076 30 25C30 27.2091 28.2091 29 26 29C24.9585 29 24.0099 28.6019 23.2982 27.9496ZM6 9C7.10457 9 8 8.10457 8 7C8 5.89543 7.10457 5 6 5C4.89543 5 4 5.89543 4 7C4 8.10457 4.89543 9 6 9ZM26 9C27.1046 9 28 8.10457 28 7C28 5.89543 27.1046 5 26 5C24.8954 5 24 5.89543 24 7C24 8.10457 24.8954 9 26 9ZM28 25C28 26.1046 27.1046 27 26 27C24.8954 27 24 26.1046 24 25C24 23.8954 24.8954 23 26 23C27.1046 23 28 23.8954 28 25ZM6 27C7.10457 27 8 26.1046 8 25C8 23.8954 7.10457 23 6 23C4.89543 23 4 23.8954 4 25C4 26.1046 4.89543 27 6 27ZM17.6882 15C17.5151 13.5884 16.9729 12.0742 16 10.1898C15.0271 12.0742 14.4849 13.5884 14.3118 15H17.6882ZM18.3698 10.4862C20.2107 11.2784 21.5757 12.9657 21.917 15H19.7003C19.556 13.5436 19.1004 12.0837 18.3698 10.4862ZM19.7003 17H21.917C21.5757 19.0344 20.2107 20.7216 18.3697 21.5139C19.1003 19.9163 19.556 18.4564 19.7003 17ZM16 21.81C16.9729 19.9257 17.515 18.4115 17.6882 17H14.3118C14.485 18.4115 15.0271 19.9257 16 21.81ZM13.6302 10.4862C12.8996 12.0837 12.444 13.5436 12.2997 15H10.083C10.4243 12.9657 11.7893 11.2784 13.6302 10.4862ZM13.6303 21.5139C12.8997 19.9163 12.444 18.4564 12.2997 17H10.083C10.4243 19.0344 11.7893 20.7216 13.6303 21.5139ZM16 24C20.4183 24 24 20.4183 24 16C24 11.5817 20.4183 8 16 8C11.5817 8 8 11.5817 8 16C8 20.4183 11.5817 24 16 24Z",fill:"currentColor"}),"OmnichannelLargeIcon");hi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as yi}from"@material-ui/core/utils";import Li from"react";var h6=yi(Li.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 4.04169C2 3.46638 2.46638 3 3.04169 3H5.15004C6.42278 3 7.55576 3.76978 8.03557 4.92487H18.8724C21.018 4.92487 22.5254 7.03745 21.8276 9.06637L20.815 12.0103C20.3811 13.2719 19.194 14.1189 17.8599 14.1189H9.0654C8.79025 14.1189 8.5672 14.342 8.5672 14.6171C8.5672 14.8923 8.79025 15.1153 9.0654 15.1153H19.3465C19.9218 15.1153 20.3881 15.5817 20.3881 16.157C20.3881 16.7323 19.9218 17.1987 19.3465 17.1987H9.0654C7.63962 17.1987 6.48381 16.0429 6.48381 14.6171C6.48381 13.6191 7.05019 12.7533 7.87907 12.3237L6.27116 6.24637L6.14965 5.83198C6.01954 5.38824 5.61247 5.08339 5.15004 5.08339H3.04169C2.46638 5.08339 2 4.617 2 4.04169ZM8.6278 7.00825L9.95791 12.0356H17.8599C18.3046 12.0356 18.7003 11.7532 18.8449 11.3327L19.8575 8.38876C20.0901 7.71245 19.5876 7.00825 18.8724 7.00825H8.6278ZM10 19.5C10 20.3284 9.32843 21 8.5 21C7.67157 21 7 20.3284 7 19.5C7 18.6716 7.67157 18 8.5 18C9.32843 18 10 18.6716 10 19.5ZM17.5 21C18.3284 21 19 20.3284 19 19.5C19 18.6716 18.3284 18 17.5 18C16.6716 18 16 18.6716 16 19.5C16 20.3284 16.6716 21 17.5 21Z",fill:"currentColor"}),"OrdersIcon");import{createSvgIcon as Mi}from"@material-ui/core/utils";import ki from"react";var k6=Mi(ki.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 4C8.44772 4 8 4.44772 8 5V19C8 19.5523 8.44772 20 9 20H17C17.5523 20 18 19.5523 18 19V7.57843C18 7.31321 17.8946 7.05886 17.7071 6.87132L15.1287 4.29289C14.9411 4.10536 14.6868 4 14.4216 4H9ZM6 5C6 3.34315 7.34315 2 9 2H14.4216C15.2172 2 15.9803 2.31607 16.5429 2.87868L19.1213 5.45711C19.6839 6.01972 20 6.78278 20 7.57843V19C20 20.6569 18.6569 22 17 22H9C7.34315 22 6 20.6569 6 19V5ZM4 6C4.55228 6 5 6.44772 5 7V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6ZM10.5 13C10.2239 13 10 13.2239 10 13.5V14.5C10 14.7761 10.2239 15 10.5 15H15.5C15.7761 15 16 14.7761 16 14.5V13.5C16 13.2239 15.7761 13 15.5 13H10.5ZM10 10.5C10 10.2239 10.2239 10 10.5 10H15.5C15.7761 10 16 10.2239 16 10.5V11.5C16 11.7761 15.7761 12 15.5 12H10.5C10.2239 12 10 11.7761 10 11.5V10.5ZM10.5 16C10.2239 16 10 16.2239 10 16.5V17.5C10 17.7761 10.2239 18 10.5 18H15.5C15.7761 18 16 17.7761 16 17.5V16.5C16 16.2239 15.7761 16 15.5 16H10.5Z",fill:"currentColor"}),"PagesIcon");import{createSvgIcon as Si}from"@material-ui/core/utils";import Ii from"react";var Bi=Si(Ii.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 4C13.7909 4 12 5.79086 12 8V11.9355C13.205 11.3367 14.5632 11 16 11C17.4368 11 18.795 11.3367 20 11.9355V8C20 5.79086 18.2091 4 16 4ZM22 13.2917V8C22 4.68629 19.3137 2 16 2C12.6863 2 10 4.68629 10 8V13.2917C8.15875 14.9396 7 17.3345 7 20C7 24.9706 11.0294 29 16 29C20.9706 29 25 24.9706 25 20C25 17.3345 23.8412 14.9396 22 13.2917ZM14 18C14 17.4477 14.4477 17 15 17H17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19V22C17 22.5523 16.5523 23 16 23C15.4477 23 15 22.5523 15 22V19C14.4477 19 14 18.5523 14 18ZM23 20C23 23.866 19.866 27 16 27C12.134 27 9 23.866 9 20C9 16.134 12.134 13 16 13C19.866 13 23 16.134 23 20Z",fill:"currentColor"}),"PermissionLargeIcon");Bi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Ti}from"@material-ui/core/utils";import Pi from"react";var w6=Ti(Pi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V15.7962L11.0456 9.63136L12.5 11.0858L16 7.58579L20 11.5858V5C20 4.44772 19.5523 4 19 4H5ZM20 14.4142L16 10.4142L12.5 13.9142L10.9544 12.3686L4 18.4538V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14.4142Z",fill:"currentColor"}),"PhotoIcon");import{createSvgIcon as Hi}from"@material-ui/core/utils";import wi from"react";var Z6=Hi(wi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 4C13 3.5 12.5523 3 12 3C11.4477 3 11 3.5 11 4L11 11L4 11C3.5 11 3 11.4477 3 12C3 12.5523 3.5 13 4 13L11 13L11 20C11 20.5 11.4477 21 12 21C12.5523 21 13 20.5 13 20L13 13L20 13C20.5 13 21 12.5523 21 12C21 11.4477 20.5 11 20 11L13 11L13 4Z",fill:"currentColor"}),"PlusIcon");import{createSvgIcon as Fi}from"@material-ui/core/utils";import Vi from"react";var R6=Fi(Vi.createElement("path",{d:"M14 8L10 12L14 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"PreviousIcon");import{createSvgIcon as Ni}from"@material-ui/core/utils";import j1 from"react";var G6=Ni(j1.createElement(j1.Fragment,null,j1.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),j1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 3C6.94772 3 6.5 3.44772 6.5 4V6H17.5V4C17.5 3.44772 17.0523 3 16.5 3H7.5ZM19.5 6V4C19.5 2.34315 18.1569 1 16.5 1H7.5C5.84315 1 4.5 2.34315 4.5 4V6H4C2.34315 6 1 7.34315 1 9V15C1 16.6569 2.34315 18 4 18H5V20C5 21.6569 6.34315 23 8 23H16C17.6569 23 19 21.6569 19 20V18H20C21.6569 18 23 16.6569 23 15V9C23 7.34315 21.6569 6 20 6H19.5ZM20 16C20.5523 16 21 15.5523 21 15V9C21 8.44772 20.5523 8 20 8H4C3.44772 8 3 8.44772 3 9V15C3 15.5523 3.44772 16 4 16H5V14.5C4.44772 14.5 4 14.0523 4 13.5C4 12.9477 4.44772 12.5 5 12.5H19C19.5523 12.5 20 12.9477 20 13.5C20 14.0523 19.5523 14.5 19 14.5V16H20ZM17 14.5H7V20C7 20.5523 7.44772 21 8 21H16C16.5523 21 17 20.5523 17 20V14.5ZM8.5 18C8.5 17.4477 8.94772 17 9.5 17H14.5C15.0523 17 15.5 17.4477 15.5 18C15.5 18.5523 15.0523 19 14.5 19H9.5C8.94772 19 8.5 18.5523 8.5 18ZM5 9C4.44772 9 4 9.44771 4 10C4 10.5523 4.44772 11 5 11H7C7.55228 11 8 10.5523 8 10C8 9.44771 7.55228 9 7 9H5Z",fill:"currentColor"})),"PrinterIcon");import{createSvgIcon as Zi}from"@material-ui/core/utils";import K1 from"react";var K6=Zi(K1.createElement(K1.Fragment,null,K1.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),K1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V8.67363C14.0907 8.24169 13.0736 8 12 8C10.9264 8 9.90926 8.24169 9 8.67363V7ZM7 10.101V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V10.101C18.2372 11.3636 19 13.0927 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15C5 13.0927 5.76281 11.3636 7 10.101ZM12 20C14.7614 20 17 17.7614 17 15C17 12.2386 14.7614 10 12 10C9.23858 10 7 12.2386 7 15C7 17.7614 9.23858 20 12 20ZM10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V15C10.4477 15 10 14.5523 10 14Z",fill:"currentColor"})),"PrivacyIcon");import{createSvgIcon as Ai}from"@material-ui/core/utils";import Ei from"react";var Y6=Ai(Ei.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.22559 5.62861C5.37745 5.24895 5.74516 5 6.15407 5H17.8459C18.2548 5 18.6225 5.24895 18.7744 5.62861L19.523 7.5H4.47703L5.22559 5.62861ZM15.5 9.5H20V18C20 18.5523 19.5523 19 19 19H5C4.44772 19 4 18.5523 4 18V9.5H8.5V14.4597C8.5 15.7174 9.9549 16.4167 10.937 15.631L12 14.7806L13.063 15.631C14.0451 16.4167 15.5 15.7174 15.5 14.4597V9.5ZM13.5 9.5H10.5V13.4194L11.063 12.969C11.6108 12.5307 12.3892 12.5307 12.937 12.969L13.5 13.4194V9.5ZM6.15407 3C4.92735 3 3.82423 3.74685 3.36864 4.88583L2 8.30742V18C2 19.6569 3.34315 21 5 21H19C20.6569 21 22 19.6569 22 18V8.30742L20.6314 4.88583C20.1758 3.74685 19.0726 3 17.8459 3H6.15407Z",fill:"currentColor"}),"ProductIcon");import{createSvgIcon as Di}from"@material-ui/core/utils";import Ri from"react";var $i=Di(Ri.createElement("path",{d:"M3 10V26C3 27.1046 3.89543 28 5 28H27C28.1046 28 29 27.1046 29 26V10M3 10L6.40627 4.8906C6.7772 4.3342 7.40166 4 8.07037 4H23.9296C24.5983 4 25.2228 4.3342 25.5937 4.8906L29 10M3 10H12M29 10H20M12 10V18.7929C12 19.2383 12.5386 19.4614 12.8536 19.1464L15.2929 16.7071C15.6834 16.3166 16.3166 16.3166 16.7071 16.7071L19.1464 19.1464C19.4614 19.4614 20 19.2383 20 18.7929V10M12 10H20",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round",fill:"transparent"}),"ProductLargeIcon");$i.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Oi}from"@material-ui/core/utils";import q1 from"react";var Dr=Oi(q1.createElement(q1.Fragment,null,q1.createElement("circle",{cx:"12",cy:"12",r:"12",fill:"currentColor"}),q1.createElement("circle",{cx:"12",cy:"12",r:"5",fill:"var(--background-paper)"})),"RadioCheckedIcon");import{createSvgIcon as Wi}from"@material-ui/core/utils";import Re from"react";var Rr=Wi(Re.createElement(Re.Fragment,null,Re.createElement("circle",{cx:"12",cy:"12",r:"11",fill:"var(--background-paper)",stroke:"currentColor",strokeWidth:"2"})),"RadioIcon");import{createSvgIcon as Gi}from"@material-ui/core/utils";import zi from"react";var p0=Gi(zi.createElement("path",{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C14.9445 3 17.5587 4.414 19.2007 6.6M19.2007 6.6V3M19.2007 6.6H15.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",fill:"transparent"}),"RefreshIcon");import{createSvgIcon as Ui}from"@material-ui/core/utils";import ji from"react";var u0=Ui(ji.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.84675 9L5.84675 9.03355L9.15541 12.3422C9.54781 12.7346 9.54781 13.3708 9.15541 13.7632C8.76302 14.1556 8.12682 14.1556 7.73443 13.7632L2.35354 8.38231C2.15828 8.18705 2.15828 7.87047 2.35354 7.67521L7.73443 2.29433C8.12682 1.90193 8.76302 1.90193 9.15541 2.29433C9.54781 2.68672 9.54781 3.32292 9.15541 3.71531L5.87072 7L13 7C17.9706 7 22 11.0294 22 16L22 21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21L20 16C20 12.134 16.866 9 13 9L5.84675 9Z",fill:"currentColor"}),"ReplyIcon");import{createSvgIcon as Ki}from"@material-ui/core/utils";import qi from"react";var x0=Ki(qi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17 10.5C17 14.0899 14.0899 17 10.5 17C6.91015 17 4 14.0899 4 10.5C4 6.91015 6.91015 4 10.5 4C14.0899 4 17 6.91015 17 10.5ZM15.7618 17.176C14.3145 18.3183 12.4869 19 10.5 19C5.80558 19 2 15.1944 2 10.5C2 5.80558 5.80558 2 10.5 2C15.1944 2 19 5.80558 19 10.5C19 12.4869 18.3183 14.3145 17.176 15.7618L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L15.7618 17.176Z",fill:"currentColor"}),"SearchIcon");import{createSvgIcon as _i}from"@material-ui/core/utils";import _1 from"react";var Xi=_i(_1.createElement(_1.Fragment,null,_1.createElement("rect",{width:"32",height:"32",fill:"var(--background-paper)"}),_1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 14C24 19.5228 19.5228 24 14 24C8.47715 24 4 19.5228 4 14C4 8.47715 8.47715 4 14 4C19.5228 4 24 8.47715 24 14ZM21.7488 23.1631C19.6582 24.9328 16.9537 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14C26 16.9537 24.9328 19.6582 23.1631 21.7488L29.7071 28.2929C30.0976 28.6834 30.0976 29.3166 29.7071 29.7071C29.3166 30.0976 28.6834 30.0976 28.2929 29.7071L21.7488 23.1631Z",fill:"currentColor"})),"SearchLargeIcon");Xi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Yi}from"@material-ui/core/utils";import X1 from"react";var S0=Yi(X1.createElement(X1.Fragment,null,X1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.002 2.00187C11.0063 2.00195 11.0097 2.002 11.0122 2.002H12.9041C12.9067 2.002 12.9102 2.00195 12.9145 2.00188C12.9828 2.00079 13.2636 1.99631 13.5531 2.14828C13.8423 2.30005 14.0211 2.53692 14.1355 2.71485C14.355 3.05625 14.618 3.64428 15.0131 4.60956C15.8455 4.23898 16.3456 4.04001 16.6598 3.93245C16.9884 3.81996 17.1799 3.78379 17.3728 3.78379C17.7089 3.78379 18.0342 3.90258 18.2913 4.11917L18.3337 4.15493L19.7071 5.49669L19.7128 5.50251C19.7146 5.50434 19.7172 5.50679 19.7203 5.50988C19.7692 5.55766 19.9718 5.75554 20.0678 6.06962C20.1645 6.38605 20.1195 6.68305 20.0715 6.89121C19.9809 7.28336 19.7464 7.87359 19.3385 8.80929C20.3057 9.16034 20.9007 9.39929 21.2498 9.60699C21.4347 9.71705 21.6861 9.89408 21.8472 10.1926C22.0062 10.4873 22.0012 10.7774 22.0001 10.8446C22 10.8489 22 10.8523 22 10.8548V12.7086C22 12.7112 22 12.7147 22.0001 12.7191C22.0012 12.7879 22.006 13.0759 21.8459 13.3706C21.688 13.6614 21.4436 13.838 21.2632 13.9495C20.9189 14.1623 20.3279 14.4169 19.3568 14.7981C19.7811 15.7065 20.0281 16.2864 20.1253 16.6768C20.1775 16.8864 20.2273 17.1881 20.128 17.5117C20.0315 17.8262 19.8267 18.0255 19.7792 18.0717C19.7761 18.0747 19.7737 18.0771 19.772 18.0788L19.7667 18.0842L18.4364 19.3865C18.1737 19.6436 17.8237 19.7922 17.4562 19.8026L17.428 19.803C17.2305 19.803 17.0354 19.7523 16.9226 19.7211C16.7801 19.6817 16.6149 19.6274 16.4337 19.5628C16.0784 19.4362 15.6143 19.2533 15.0494 19.0185C14.6842 19.9787 14.4364 20.5699 14.2219 20.9156C14.1089 21.0976 13.9298 21.3408 13.634 21.4955C13.3441 21.6471 13.0611 21.6422 12.9943 21.641C12.99 21.641 12.9866 21.6409 12.9842 21.6409H11.0919C11.0894 21.6409 11.0859 21.641 11.0815 21.641C11.0136 21.6421 10.7328 21.6467 10.4435 21.4952C10.1539 21.3437 9.97477 21.1068 9.86006 20.9286C9.64019 20.587 9.37686 19.9987 8.98154 19.0331C8.14914 19.404 7.6499 19.6031 7.33691 19.7107C7.01034 19.8229 6.81895 19.8599 6.62506 19.8599C6.28514 19.8599 5.95647 19.738 5.6987 19.5164L5.65928 19.4825L4.28735 18.1405C4.28554 18.1387 4.28307 18.1363 4.27992 18.1332C4.23078 18.0857 4.02646 17.888 3.92939 17.5728C3.83177 17.2559 3.87683 16.9582 3.92474 16.7502C4.015 16.3583 4.24903 15.7688 4.6561 14.835C3.69092 14.483 3.09713 14.2433 2.74875 14.0354C2.56406 13.9251 2.31317 13.7479 2.15241 13.4497C1.99344 13.1549 1.99863 12.8649 1.99983 12.7976C1.99991 12.7932 1.99997 12.7898 1.99997 12.7874V10.9324C1.99997 10.9298 1.99991 10.9264 1.99983 10.922C1.99865 10.8536 1.99366 10.5645 2.15295 10.2697C2.31156 9.97611 2.55808 9.79916 2.73847 9.68825C3.08193 9.47707 3.6725 9.22435 4.64094 8.84445C4.21473 7.93279 3.96566 7.34737 3.86998 6.95187C3.81844 6.73882 3.77003 6.42787 3.88166 6.09699C3.9886 5.78002 4.20561 5.58375 4.25438 5.53965L4.25688 5.53739L5.56138 4.25838C5.82281 4.00206 6.1711 3.85345 6.53705 3.84209L6.56809 3.84161C6.76497 3.84161 6.95965 3.89173 7.07331 3.92301C7.21626 3.96234 7.38198 4.01658 7.56386 4.08113C7.91947 4.20733 8.38338 4.38967 8.94785 4.62372C9.31242 3.66311 9.56119 3.07227 9.77698 2.72593C9.89058 2.54362 10.0695 2.30214 10.3633 2.14804C10.653 1.99603 10.9351 2.00075 11.002 2.00187ZM6.73333 5.91026L5.89624 6.73099C5.99018 6.97874 6.1688 7.39245 6.49378 8.0851C6.72143 8.57029 6.73757 9.13487 6.52598 9.63659C6.32455 10.1142 5.93734 10.485 5.46223 10.6707C4.68991 10.9727 4.24968 11.1592 3.99997 11.279V12.4317C4.24797 12.5439 4.68117 12.7163 5.43242 12.9892C5.92661 13.1687 6.33133 13.5465 6.53926 14.0387C6.74441 14.5244 6.73619 15.07 6.52829 15.5453C6.20763 16.2784 6.0343 16.7093 5.94524 16.9645L6.78384 17.7848C7.03739 17.6924 7.47197 17.5169 8.20935 17.1876C8.69221 16.972 9.24623 16.9584 9.74297 17.1604C10.2334 17.3599 10.6176 17.7498 10.8149 18.2325C11.1196 18.9779 11.308 19.4016 11.4284 19.6409H12.6373C12.7493 19.4028 12.9221 18.9869 13.1959 18.2659C13.3878 17.7605 13.782 17.3513 14.2903 17.1458C14.7701 16.9518 15.3038 16.958 15.7756 17.1545C16.3474 17.3926 16.789 17.5662 17.105 17.6788C17.1644 17.7 17.2177 17.7184 17.2651 17.7343L18.1028 16.9142C18.0084 16.6659 17.8293 16.2515 17.5036 15.5566C17.277 15.0732 17.2604 14.5111 17.4697 14.0109C17.6706 13.5309 18.0588 13.1583 18.5354 12.9719C19.3097 12.669 19.7506 12.4813 20 12.3607V11.2121C19.7519 11.1003 19.3189 10.9289 18.5685 10.6575C18.0718 10.4779 17.6651 10.0986 17.4565 9.60408C17.2514 9.1178 17.2597 8.57159 17.4678 8.0957C17.7888 7.36157 17.9623 6.9304 18.0514 6.67516L17.2145 5.85752C16.9613 5.94935 16.526 6.12457 15.7854 6.45501C15.3043 6.66964 14.7526 6.68389 14.2572 6.48412C13.764 6.28529 13.3776 5.89428 13.1795 5.40945C12.8752 4.66488 12.687 4.24133 12.5667 4.002H11.3599C11.2476 4.23983 11.0741 4.65631 10.8004 5.37902C10.6096 5.88287 10.2172 6.29147 9.71038 6.49723C9.23143 6.69169 8.69839 6.68587 8.22715 6.49002C7.65428 6.25193 7.21175 6.07838 6.89494 5.96595C6.83495 5.94466 6.78119 5.92617 6.73333 5.91026ZM17.5211 17.8097L17.52 17.8095L17.5211 17.8097Z",fill:"currentColor"}),X1.createElement("circle",{cx:"12",cy:"12",r:"2",fill:"currentColor"})),"SettingsIcon");import{createSvgIcon as Ji}from"@material-ui/core/utils";import Y1 from"react";var Qi=Ji(Y1.createElement(Y1.Fragment,null,Y1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.557 1.99987C14.5633 1.99994 14.5688 2 14.5732 2H17.306C17.3105 2 17.316 1.99994 17.3224 1.99987C17.4196 1.9988 17.7282 1.9954 18.0457 2.16599C18.3622 2.33595 18.5681 2.60603 18.7172 2.84313C19.0113 3.31075 19.3827 4.15404 19.9746 5.63276C20.0129 5.7286 20.0876 5.80239 20.1755 5.83857C20.2665 5.87602 20.3736 5.87516 20.4703 5.83113C21.7035 5.26978 22.4275 4.97615 22.8699 4.82166C23.3214 4.66397 23.5478 4.62638 23.7607 4.62638C24.1448 4.62638 24.5161 4.76407 24.8073 5.01445L24.8573 5.05748L26.8264 7.02071L26.8321 7.0266C26.8354 7.02999 26.8394 7.03403 26.8441 7.03872C26.914 7.10928 27.1285 7.3257 27.2304 7.66631C27.333 8.00963 27.2893 8.34564 27.2265 8.62294C27.1035 9.16609 26.7678 10.0291 26.1382 11.4982C26.0995 11.5884 26.1001 11.688 26.1344 11.771C26.1701 11.8573 26.2437 11.9299 26.3391 11.9651C27.8172 12.5108 28.6685 12.8602 29.1436 13.1493C29.3878 13.2978 29.665 13.5062 29.8374 13.8331C30.0046 14.1502 30.0012 14.4607 30.0002 14.5585C30.0001 14.5652 30 14.5709 30 14.5755V17.3077C30 17.3124 30.0001 17.318 30.0002 17.3245C30.0012 17.4229 30.0046 17.7311 29.8361 18.0485C29.6668 18.3676 29.3963 18.5758 29.1565 18.7273C28.6856 19.0249 27.8368 19.3984 26.3501 19.992C26.2596 20.0281 26.19 20.0987 26.1562 20.1812C26.1215 20.2658 26.1224 20.3671 26.1641 20.4577C26.8211 21.8881 27.1744 22.7356 27.3062 23.2749C27.374 23.5522 27.4226 23.8923 27.3175 24.2424C27.2153 24.5829 26.9987 24.8009 26.9297 24.8703C26.925 24.8751 26.921 24.8791 26.9177 24.8825L26.9124 24.8879L24.9915 26.807C24.6928 27.1054 24.2914 27.2783 23.8693 27.2905L23.8406 26.2909V27.2909C23.6183 27.2909 23.3859 27.2317 23.2246 27.1862C23.033 27.1321 22.8056 27.056 22.5491 26.9628C22.0344 26.7757 21.3526 26.5011 20.513 26.1445C20.4183 26.1042 20.3147 26.1046 20.2256 26.1414C20.1341 26.1791 20.0576 26.2567 20.0203 26.357C19.4732 27.8282 19.124 28.6735 18.838 29.1449C18.6919 29.3856 18.4863 29.662 18.1632 29.8349C17.8455 30.005 17.5345 30.0013 17.4381 30.0001C17.4316 30.0001 17.4261 30 17.4217 30H14.6884C14.6839 30 14.6784 30.0001 14.672 30.0001C14.5749 30.0012 14.2665 30.0047 13.9491 29.8347C13.6321 29.6649 13.4259 29.3948 13.2764 29.1574C12.9817 28.6896 12.6099 27.8457 12.0175 26.366C11.9793 26.2707 11.9052 26.1973 11.818 26.1611C11.727 26.1233 11.6197 26.124 11.5229 26.1681C10.289 26.7303 9.5659 27.0242 9.12497 27.1788C8.6758 27.3363 8.44995 27.3747 8.23627 27.3747C7.84827 27.3747 7.4735 27.2336 7.18183 26.9778L7.13441 26.9362L5.16669 24.972C5.1634 24.9686 5.15945 24.9646 5.15481 24.9599C5.08463 24.8898 4.86838 24.6737 4.76544 24.3321C4.66187 23.9883 4.70554 23.6517 4.76818 23.3746C4.89099 22.8313 5.22652 21.9679 5.85635 20.4988C5.89447 20.4099 5.8939 20.3116 5.8601 20.23C5.82507 20.1454 5.75282 20.074 5.65907 20.0393C4.18077 19.491 3.3298 19.1401 2.8549 18.8502C2.61097 18.7013 2.33425 18.4928 2.16225 18.1663C1.99512 17.849 1.99874 17.5386 1.99988 17.4408C1.99995 17.4341 2.00002 17.4285 2.00002 17.4238V14.6895C2.00002 14.6848 1.99996 14.6791 1.99988 14.6724C1.99877 14.5736 1.99527 14.2642 2.16287 13.9468C2.33287 13.6248 2.60539 13.4163 2.84512 13.2656C3.3152 12.9702 4.16347 12.5995 5.64701 12.0074C5.73705 11.9714 5.80638 11.9013 5.84032 11.8192C5.87537 11.7344 5.87464 11.6326 5.83273 11.5414C5.17273 10.1062 4.8172 9.25205 4.68787 8.70729C4.6212 8.42646 4.57461 8.07733 4.69257 7.71996C4.80577 7.37703 5.03528 7.16207 5.1071 7.0948C5.10947 7.09257 5.11167 7.09051 5.11369 7.08861L7.00563 5.19568C7.30281 4.89835 7.70212 4.72542 8.1223 4.71211L8.15398 5.7116V4.7116C8.37568 4.7116 8.60787 4.77026 8.77021 4.81582C8.96244 4.86977 9.19064 4.94573 9.44801 5.03891C9.96443 5.22588 10.6481 5.50041 11.4896 5.85727C11.5829 5.89683 11.6849 5.89633 11.7724 5.86009C11.862 5.82297 11.9371 5.74672 11.9738 5.64785C12.5209 4.17297 12.872 3.32652 13.16 2.85389C13.307 2.61271 13.5126 2.33806 13.8335 2.16572C14.1511 1.99518 14.461 1.99876 14.557 1.99987ZM8.27529 6.75452L6.66611 8.36455C6.77147 8.71717 7.04334 9.38697 7.64982 10.7059C7.92064 11.2948 7.93953 11.9761 7.68869 12.5831C7.44543 13.1717 6.97237 13.6318 6.38838 13.8649C4.99862 14.4196 4.32574 14.7205 4.00002 14.9051V17.2019C4.3244 17.3767 4.99075 17.6583 6.35451 18.1641C6.9623 18.3895 7.4569 18.8583 7.70804 19.4651C7.95111 20.0523 7.94166 20.7105 7.69454 21.2869C7.10211 22.6688 6.84088 23.3592 6.74301 23.7196L8.35464 25.3283C8.38594 25.3181 8.42195 25.3059 8.46316 25.2915C8.81828 25.167 9.4767 24.9026 10.6937 24.3481C11.2885 24.0772 11.9737 24.0603 12.5846 24.3138C13.1765 24.5595 13.6391 25.0353 13.8742 25.6226C14.4272 27.0038 14.7294 27.6748 14.9141 28H17.189C17.363 27.6747 17.6434 27.0105 18.1457 25.6598C18.3743 25.0452 18.849 24.5458 19.4627 24.2926C20.053 24.049 20.7132 24.0565 21.295 24.3037C22.122 24.655 22.7664 24.9138 23.2323 25.0831C23.4389 25.1582 23.6008 25.2122 23.7221 25.2481L25.333 23.6388C25.2273 23.2864 24.9549 22.6168 24.3466 21.2926C24.0771 20.7058 24.0576 20.0275 24.3058 19.4223C24.5483 18.8309 25.0226 18.3685 25.6085 18.1346C27.0016 17.5783 27.6752 17.2749 28 17.0893V14.7987C27.6754 14.6246 27.0092 14.3444 25.6465 13.8414C25.0353 13.6157 24.5381 13.1447 24.286 12.535C24.0429 11.9468 24.0525 11.2877 24.2999 10.7103C24.8931 9.32619 25.1545 8.63573 25.2523 8.27547L23.6433 6.67135C23.6107 6.6819 23.5729 6.69459 23.5293 6.70982C23.1736 6.83405 22.5149 7.09788 21.2989 7.65142C20.7063 7.92117 20.0239 7.93887 19.4145 7.68813C18.8194 7.44325 18.3539 6.96588 18.1178 6.37596C17.5655 4.9962 17.2636 4.32536 17.079 4H14.8079C14.6332 4.32454 14.3512 4.98941 13.8489 6.34343C13.6217 6.956 13.1493 7.45446 12.5379 7.70778C11.9488 7.95184 11.2897 7.94488 10.7089 7.69857C9.88027 7.34721 9.23432 7.08859 8.76716 6.91946C8.55972 6.84435 8.39718 6.79042 8.27529 6.75452ZM25.3793 23.831C25.3793 23.831 25.3792 23.8298 25.379 23.8276L25.3793 23.831Z",fill:"currentColor"}),Y1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 18C17.1046 18 18 17.1046 18 16C18 14.8954 17.1046 14 16 14C14.8954 14 14 14.8954 14 16C14 17.1046 14.8954 18 16 18ZM16 20C18.2091 20 20 18.2091 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20Z",fill:"currentColor"})),"SettingsLargeIcon");Qi.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as ea}from"@material-ui/core/utils";import ra from"react";var F0=ea(ra.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 2C3.34315 2 2 3.34315 2 5V15C2 16.6569 3.34315 18 5 18H15C16.6569 18 18 16.6569 18 15V5C18 3.34315 16.6569 2 15 2H5ZM4 5C4 4.44772 4.44772 4 5 4H15C15.5523 4 16 4.44772 16 5V12H4V5ZM4 14H16V15C16 15.5523 15.5523 16 15 16H5C4.44772 16 4 15.5523 4 15V14ZM22 9C22 8.44772 21.5523 8 21 8C20.4477 8 20 8.44772 20 9V17C20 18.6569 18.6569 20 17 20H9C8.44772 20 8 20.4477 8 21C8 21.5523 8.44772 22 9 22H17C19.7614 22 22 19.7614 22 17V9Z",fill:"currentColor"}),"SnapshotsIcon");import{createSvgIcon as oa}from"@material-ui/core/utils";import ta from"react";var ia=oa(ta.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 4C10 2.89543 10.8954 2 12 2H14C15.1046 2 16 2.89543 16 4V5.5H19C20.6569 5.5 22 6.84315 22 8.5V27C22 28.6569 20.6569 30 19 30H7C5.34315 30 4 28.6569 4 27V8.5C4 6.84315 5.34315 5.5 7 5.5H10V4ZM10 7.5H7C6.44772 7.5 6 7.94772 6 8.5V27C6 27.5523 6.44772 28 7 28H19C19.5523 28 20 27.5523 20 27V8.5C20 7.94772 19.5523 7.5 19 7.5H16V7.57143C16 8.676 15.1046 9.57143 14 9.57143H12C10.8954 9.57143 10 8.676 10 7.57143V7.5ZM14 4H12V7.57143L14 7.57143V4ZM8.5835 18.4762C8.5835 16.5563 10.1398 15 12.0597 15H14.4406C16.3605 15 17.9168 16.5563 17.9168 18.4762C17.9168 19.7123 16.9148 20.7143 15.6787 20.7143H10.8216C9.58553 20.7143 8.5835 19.7123 8.5835 18.4762ZM12.0597 17C11.2444 17 10.5835 17.6609 10.5835 18.4762C10.5835 18.6077 10.6901 18.7143 10.8216 18.7143H15.6787C15.8102 18.7143 15.9168 18.6077 15.9168 18.4762C15.9168 17.6609 15.2559 17 14.4406 17H12.0597ZM8.66675 21.5C8.11446 21.5 7.66675 21.9477 7.66675 22.5C7.66675 23.0523 8.11446 23.5 8.66675 23.5H17.8334C18.3857 23.5 18.8334 23.0523 18.8334 22.5C18.8334 21.9477 18.3857 21.5 17.8334 21.5H8.66675ZM7.66675 25.2858C7.66675 24.7335 8.11446 24.2858 8.66675 24.2858H11.4167C11.969 24.2858 12.4167 24.7335 12.4167 25.2858C12.4167 25.8381 11.969 26.2858 11.4167 26.2858H8.66675C8.11446 26.2858 7.66675 25.8381 7.66675 25.2858ZM16.0002 24.2858C15.448 24.2858 15.0002 24.7335 15.0002 25.2858C15.0002 25.8381 15.448 26.2858 16.0002 26.2858H17.8336C18.3859 26.2858 18.8336 25.8381 18.8336 25.2858C18.8336 24.7335 18.3859 24.2858 17.8336 24.2858H16.0002ZM15.0834 12.2857C15.0834 13.3114 14.2626 14.1429 13.2501 14.1429C12.2376 14.1429 11.4167 13.3114 11.4167 12.2857C11.4167 11.2601 12.2376 10.4286 13.2501 10.4286C14.2626 10.4286 15.0834 11.2601 15.0834 12.2857ZM21 2C20.4477 2 20 2.44772 20 3C20 3.55228 20.4477 4 21 4H25C25.5523 4 26 4.44772 26 5V25C26 25.5523 25.5523 26 25 26H24.4285C23.8763 26 23.4285 26.4477 23.4285 27C23.4285 27.5523 23.8763 28 24.4285 28H25C26.6569 28 28 26.6569 28 25V5C28 3.34314 26.6569 2 25 2H21Z",fill:"currentColor"}),"StaffMembersLargeIcon");ia.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as aa}from"@material-ui/core/utils";import f1 from"react";var _r=aa(f1.createElement(f1.Fragment,null,f1.createElement("circle",{cx:"12",cy:"12",r:"12",fill:"currentColor"}),f1.createElement("circle",{cx:"12",cy:"12",r:"9",fill:"var(--background-paper)"}),f1.createElement("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.7071 13.5858L16 8.29291L17.4142 9.70712L10.7071 16.4142L7 12.7071L8.41421 11.2929L10.7071 13.5858Z",fill:"currentColor"})),"SuccessCircleIndicatorIcon");import{createSvgIcon as na}from"@material-ui/core/utils";import la from"react";var sa=na(la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 4C7.44772 4 7 4.44772 7 5V27C7 27.5523 7.44772 28 8 28H24C24.5523 28 25 27.5523 25 27V5C25 4.44772 24.5523 4 24 4H8ZM5 5C5 3.34315 6.34315 2 8 2H24C25.6569 2 27 3.34315 27 5V27C27 28.6569 25.6569 30 24 30H8C6.34315 30 5 28.6569 5 27V5ZM9 9C9 7.89543 9.89543 7 11 7L21 7C22.1046 7 23 7.89543 23 9V11C23 12.1046 22.1046 13 21 13H11C9.89543 13 9 12.1046 9 11V9ZM21 9L11 9V11H21V9ZM12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM20 17C20.5523 17 21 16.5523 21 16C21 15.4477 20.5523 15 20 15C19.4477 15 19 15.4477 19 16C19 16.5523 19.4477 17 20 17ZM13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20C11 19.4477 11.4477 19 12 19C12.5523 19 13 19.4477 13 20ZM16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21ZM21 20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20C19 19.4477 19.4477 19 20 19C20.5523 19 21 19.4477 21 20ZM16 25C16.5523 25 17 24.5523 17 24C17 23.4477 16.5523 23 16 23C15.4477 23 15 23.4477 15 24C15 24.5523 15.4477 25 16 25Z",fill:"currentColor"}),"TaxesLargeIcon");sa.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as ca}from"@material-ui/core/utils";import pa from"react";var U0=ca(pa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM13 6.5C13 5.94771 12.5523 5.5 12 5.5C11.4477 5.5 11 5.94771 11 6.5L11 12C11 12.5523 11.4477 13 12 13L16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11L13 11L13 6.5Z",fill:"currentColor"}),"TimeIcon");import{createSvgIcon as da}from"@material-ui/core/utils";import $e from"react";var ma=da($e.createElement($e.Fragment,null,$e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 25.3284L14.8138 14.5146L14.3953 13.3266C14.1399 12.6013 14 11.8191 14 11C14 7.13401 17.134 4 21 4C24.866 4 28 7.13401 28 11C28 14.866 24.866 18 21 18C20.2894 18 19.6071 17.8948 18.9657 17.7004L17.8188 17.3528L15.1716 20H12V22H10V24H7.5V27.1716L6.67157 28H4V25.3284ZM14 22H16L18.3856 19.6144C19.213 19.8652 20.0907 20 21 20C25.9706 20 30 15.9706 30 11C30 6.02944 25.9706 2 21 2C16.0294 2 12 6.02944 12 11C12 12.0486 12.1793 13.0552 12.509 13.991L2.29289 24.2071C2.10536 24.3946 2 24.649 2 24.9142V28.5858C2 28.851 2.10536 29.1054 2.29289 29.2929L2.70711 29.7071C2.89464 29.8946 3.149 30 3.41421 30H7.08579C7.351 30 7.60536 29.8946 7.79289 29.7071L9.5 28V26H12V24H14V22ZM22.5 12C23.8807 12 25 10.8807 25 9.5C25 8.11929 23.8807 7 22.5 7C21.1193 7 20 8.11929 20 9.5C20 10.8807 21.1193 12 22.5 12Z",fill:"currentColor"})),"TokenLargeIcon");ma.defaultProps={viewBox:"0 0 32 32"};import{createSvgIcon as Ca}from"@material-ui/core/utils";import J1 from"react";var J0=Ca(J1.createElement(J1.Fragment,null,J1.createElement("rect",{x:"24",y:"24",width:"24",height:"24",transform:"rotate(-180 24 24)",fill:"var(--background-paper)"}),J1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.2929 20.2929C14.9024 20.6834 14.9024 21.3166 15.2929 21.7071C15.6834 22.0976 16.3166 22.0976 16.7071 21.7071L20.7071 17.7071C21.0976 17.3166 21.0976 16.6834 20.7071 16.2929L16.7071 12.2929C16.3166 11.9024 15.6834 11.9024 15.2929 12.2929C14.9024 12.6834 14.9024 13.3166 15.2929 13.7071L17.5858 16L4 16C3.44772 16 3 16.4477 3 17C3 17.5523 3.44772 18 4 18L17.5858 18L15.2929 20.2929ZM8.70711 3.70711C9.09763 3.31658 9.09763 2.68342 8.70711 2.29289C8.31658 1.90237 7.68342 1.90237 7.29289 2.29289L3.29289 6.29289C2.90237 6.68342 2.90237 7.31658 3.29289 7.70711L7.29289 11.7071C7.68342 12.0976 8.31658 12.0976 8.70711 11.7071C9.09763 11.3166 9.09763 10.6834 8.70711 10.2929L6.41421 8L20 8C20.5523 8 21 7.55229 21 7C21 6.44772 20.5523 6 20 6L6.41421 6L8.70711 3.70711Z",fill:"currentColor"})),"TransferIcon");import{createSvgIcon as ua}from"@material-ui/core/utils";import fa from"react";var o9=ua(fa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.65092 18.3479L6.18814 15.9745L5.83266 15.3149C5.45189 14.6084 5.18886 13.8286 5.07064 13H8.03103C8.14673 14.8627 8.58594 16.7129 9.34866 18.481C9.1204 18.3875 8.89825 18.2823 8.68291 18.1661L8.02264 17.81L5.65092 18.3479ZM10.0354 13C10.1814 15.058 10.7786 17.0968 11.8269 18.9979C11.8844 18.9993 11.9421 19 12 19C12.1441 19 12.2871 18.9956 12.4291 18.9871C13.4737 17.089 14.0688 15.0541 14.2146 13H10.0354ZM14.2146 11H10.0354C10.1814 8.94202 10.7786 6.90322 11.8269 5.0021C11.8844 5.0007 11.9421 5 12 5C12.1441 5 12.2872 5.00435 12.4291 5.01294C13.4737 6.91097 14.0688 8.94593 14.2146 11ZM16.219 13C16.1062 14.8152 15.6862 16.6186 14.959 18.3457C17.0575 17.3655 18.5894 15.375 18.9291 13H16.219ZM18.9291 11H16.219C16.1062 9.18478 15.6863 7.3814 14.9591 5.65434C17.0575 6.63454 18.5894 8.62498 18.9291 11ZM8.03103 11H5.07089C5.42699 8.51047 7.093 6.44351 9.34834 5.51968C8.58581 7.28756 8.14671 9.13755 8.03103 11ZM3.1751 20.2266C3.09391 20.5853 3.41471 20.9059 3.77336 20.8246L7.73342 19.9264C9.00313 20.6113 10.4562 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.5427 3.38813 14.9947 4.07208 16.2637L3.1751 20.2266Z",fill:"currentColor"}),"TranslationIcon");import{createSvgIcon as ga}from"@material-ui/core/utils";import va from"react";var xa=ga(va.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 5C10.5 4.44772 10.9477 4 11.5 4H13.1429V6.64286C13.1429 7.74743 14.0383 8.64286 15.1429 8.64286H16.8571C17.9617 8.64286 18.8571 7.74743 18.8571 6.64286V4H20.5C21.0523 4 21.5 4.44772 21.5 5V14C21.5 14.5523 21.0523 15 20.5 15H18H14H11.5C10.9477 15 10.5 14.5523 10.5 14V5ZM8.67071 15C8.56015 14.6872 8.5 14.3506 8.5 14V5C8.5 3.34315 9.84314 2 11.5 2H20.5C22.1569 2 23.5 3.34315 23.5 5V14C23.5 14.3506 23.4398 14.6872 23.3293 15H27C28.6569 15 30 16.3431 30 18V27C30 28.6569 28.6569 30 27 30H18C17.2316 30 16.5308 29.7111 16 29.2361C15.4692 29.7111 14.7684 30 14 30H5C3.34315 30 2 28.6569 2 27V18C2 16.3431 3.34315 15 5 15H8.67071ZM12.3571 17V19.6429C12.3571 20.7474 11.4617 21.6429 10.3571 21.6429H8.64286C7.53829 21.6429 6.64286 20.7474 6.64286 19.6429V17H5C4.44772 17 4 17.4477 4 18V27C4 27.5523 4.44772 28 5 28H14C14.5523 28 15 27.5523 15 27V18C15 17.4477 14.5523 17 14 17H12.3571ZM18 17C17.4477 17 17 17.4477 17 18V27C17 27.5523 17.4477 28 18 28H27C27.5523 28 28 27.5523 28 27V18C28 17.4477 27.5523 17 27 17H25.3571V19.6429C25.3571 20.7474 24.4617 21.6429 23.3571 21.6429H21.6429C20.5383 21.6429 19.6429 20.7474 19.6429 19.6429V17H18ZM15.1429 6.64286V4H16.8571V6.64286L15.1429 6.64286ZM8.64286 17V19.6429H10.3571V17H8.64286ZM21.6429 17V19.6429H23.3571V17H21.6429Z",fill:"currentColor"}),"WarehouseLargeIcon");xa.defaultProps={viewBox:"0 0 32 32"};import Q1 from"react";var g1=e=>Q1.createElement("svg",i({width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Q1.createElement("circle",{cx:"20",cy:"20",r:"20",fill:"var(--background-paper)"}),Q1.createElement("circle",{cx:"20",cy:"20",r:"14",stroke:"currentColor",strokeWidth:"4"}),Q1.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 11C18.6716 11 18 11.6716 18 12.5V20.5C18 21.3284 18.6716 22 19.5 22H20.5C21.3284 22 22 21.3284 22 20.5V12.5C22 11.6716 21.3284 11 20.5 11H19.5ZM19.5 25C18.6716 25 18 25.6716 18 26.5V27.5C18 28.3284 18.6716 29 19.5 29H20.5C21.3284 29 22 28.3284 22 27.5V26.5C22 25.6716 21.3284 25 20.5 25H19.5Z",fill:"currentColor"}));g1.displayName="WarningIcon";import{createSvgIcon as ba}from"@material-ui/core/utils";import W from"react";var d9=ba(W.createElement(W.Fragment,null,W.createElement("rect",{width:"24",height:"24",fill:"var(--background-paper)"}),W.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",stroke:"currentColor",strokeWidth:"2",fill:"transparent"}),W.createElement("rect",{x:"6",y:"6",width:"4",height:"4",rx:"1",fill:"currentColor"}),W.createElement("rect",{x:"6",y:"12",width:"12",height:"2",rx:"0.5",fill:"currentColor"}),W.createElement("rect",{x:"6",y:"16",width:"12",height:"2",rx:"0.5",fill:"currentColor"})),"WebsiteIcon");import{createSvgIcon as ha}from"@material-ui/core/utils";import v1 from"react";var f9=ha(v1.createElement(v1.Fragment,null,v1.createElement("circle",{cx:"12",cy:"18",r:"1",fill:"currentColor"}),v1.createElement("path",{d:"M7 14.5C7 14.5 8.98795 12 12 12C15.012 12 17 14.5 17 14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"}),v1.createElement("path",{d:"M3 10C3 10 6.57831 6 12 6C17.4217 6 21 10 21 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"})),"WifiIcon");import{createSvgIcon as ya}from"@material-ui/core/utils";import X from"react";var La=ya(X.createElement(X.Fragment,null,X.createElement("circle",{cx:"16",cy:"25",r:"2",fill:"currentColor"}),X.createElement("path",{d:"M8 16C8 16 11.1807 12.5 16 12.5C20.8193 12.5 24 16 24 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"}),X.createElement("path",{d:"M12 20C12 20 13.5904 18.5 16 18.5C18.4096 18.5 20 20 20 20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"}),X.createElement("path",{d:"M3 11.5C3 11.5 8.16867 6 16 6C23.8313 6 29 11.5 29 11.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"transparent"})),"WifiLargeIcon");La.defaultProps={viewBox:"0 0 32 32"};import R from"react";import Pa from"@material-ui/core/Card";import Ha from"@material-ui/core/CardContent";import wa from"@material-ui/core/Container";import Fa from"@material-ui/core/Portal";import ro from"clsx";import x1 from"react";import Ma from"lodash/throttle";import{useCallback as ka,useEffect as Xr,useState as Yr}from"react";function Oe(e){if(e)return{x:e.scrollLeft,y:e.scrollTop}}function L9(e,r,o=0){return!!e&&r?r.y+e.clientHeight+o>=e.scrollHeight:void 0}function M9(e,r,o=0){return!!e&&r?r.y<=o:void 0}function k9(){let[e,r]=Yr(null),[o,t]=Yr(Oe(e));return Xr(()=>{if(e){let a=Ma(()=>t(Oe(e)),100);e.addEventListener("scroll",a);let n=new ResizeObserver(a);return n.observe(e),()=>{e.removeEventListener("scroll",a),n.disconnect()}}},[e]),Xr(()=>{setTimeout(()=>t(Oe(e)),100)},[e]),{setAnchor:ka(a=>{r(a)},[]),anchor:e,position:o}}import Sa from"lodash/throttle";import{useEffect as Ia,useState as Ba}from"react";function Jr(){return{x:window.pageXOffset,y:window.pageYOffset}}function Qr(){let[e,r]=Ba(Jr);return Ia(()=>{let o=Sa(()=>r(Jr()),100);return window.addEventListener("scroll",o),()=>window.removeEventListener("scroll",o)},[]),e}var Ta=C(e=>({content:{"&:last-child":{paddingBottom:e.spacing(2)},display:"flex",gap:e.spacing(2),paddingBottom:e.spacing(2),paddingTop:e.spacing(2),[e.breakpoints.down("sm")]:{marginTop:e.spacing(1)}},paper:{borderBottomLeftRadius:0,borderBottomRightRadius:0},root:{height:72},shadow:{boxShadow:"0 -24px 20px -20px rgba(0, 0, 0, 0.15)"}}),{name:"ActionBar"}),eo=Ta;var We=a=>{var n=a,{disabled:e,children:r,state:o,className:t}=n,l=m(n,["disabled","children","state","className"]);let{ssr:s}=L(),d=eo(),{anchor:p}=yr(),f=Qr().y+window.innerHeight>=document.body.scrollHeight;return!p.current&&!s?null:x1.createElement(Fa,{container:p.current},x1.createElement("div",i({className:ro(d.root,t)},l),x1.createElement(wa,{maxWidth:"lg"},x1.createElement(Pa,{className:ro(d.paper,{[d.shadow]:!f})},x1.createElement(Ha,{className:d.content},r)))))};We.displayName="ActionBar";import Da from"@material-ui/core/CircularProgress";import Ra from"@material-ui/icons/Check";import Ge from"clsx";import D from"react";import Na from"@material-ui/core/Button";import Za from"clsx";import to from"react";var Va=C(e=>({primary:{"&&":{"&:hover, &.Mui-focusVisible":{color:e.palette.saleor.errorAction[1]},"&:active":{background:e.palette.saleor.errorAction[5]}},background:e.palette.saleor.errorAction[1],borderColor:e.palette.saleor.errorAction[1]},primaryDisabled:{"&&&":{background:e.palette.saleor.errorAction[5],borderColor:e.palette.saleor.errorAction[5]}},secondary:{"&&":{"&:hover, &.Mui-focusVisible":{borderColor:e.palette.saleor.errorAction[1],color:e.palette.saleor.errorAction[1]},"&:active":{background:e.palette.saleor.errorAction[5],borderColor:e.palette.saleor.errorAction[1]}},borderColor:e.palette.saleor.errorAction[4],color:e.palette.saleor.errorAction[2]},secondaryDisabled:{"&&&":{borderColor:e.palette.saleor.errorAction[5],color:e.palette.saleor.errorAction[5]}},tertiary:{"&&":{"&:hover, &.Mui-focusVisible":{borderColor:e.palette.saleor.errorAction[1],color:e.palette.saleor.errorAction[1]},"&:active":{background:e.palette.saleor.errorAction[5],borderColor:e.palette.saleor.errorAction[1]}},borderColor:e.palette.saleor.errorAction[4],color:e.palette.saleor.errorAction[2]},tertiaryDisabled:{"&&&":{borderColor:e.palette.saleor.errorAction[5],color:e.palette.saleor.errorAction[5]}}}),{name:"Button"}),oo=Va;function Aa(e,r){let o=e==="text"?"default":e;switch(r){case"primary":return{variant:"contained",color:o};case"secondary":return{variant:"outlined",color:o};default:return{variant:"outlined",size:"small",color:o}}}var io=to.forwardRef((n,a)=>{var s=n,{className:e,color:r="primary",error:o,variant:t="tertiary"}=s,l=m(s,["className","color","error","variant"]);let d=oo();return to.createElement(Na,i(u(i({ref:a,className:Za(e,{[d.primary]:t==="primary"&&o,[d.primaryDisabled]:t==="primary"&&o&&l.disabled,[d.secondary]:t==="secondary"&&o,[d.secondaryDisabled]:t==="secondary"&&o&&l.disabled,[d.tertiary]:t==="tertiary"&&o,[d.tertiaryDisabled]:t==="tertiary"&&o&&l.disabled})},Aa(r,t)),{disableRipple:!0}),l))});io.displayName="Button";var G=io;var Ea=C(e=>({error:{"&:hover":{backgroundColor:e.palette.error.main},backgroundColor:e.palette.error.main,color:e.palette.error.contrastText},icon:{marginLeft:"0 !important",position:"absolute",transitionDuration:e.transitions.duration.standard+"ms"},invisible:{opacity:0},label:{alignItems:"center",display:"flex",transitionDuration:e.transitions.duration.standard+"ms"},progress:{"& svg":{margin:0},position:"absolute",transitionDuration:e.transitions.duration.standard+"ms"},success:{"&:hover":{backgroundColor:e.palette.primary.main},backgroundColor:e.palette.primary.main,color:e.palette.primary.contrastText}}),{name:"ConfirmButton"}),ao=Ea;var $a=3e3,ze=p=>{var c=p,{children:e,disabled:r,labels:o,noTransition:t,transitionState:l,variant:a="primary",onClick:n,onTransitionToDefault:s}=c,d=m(c,["children","disabled","labels","noTransition","transitionState","variant","onClick","onTransitionToDefault"]);let f=ao(),[g,v]=D.useState(!1),I=D.useRef();D.useEffect(()=>{!t&&l==="loading"&&v(!0)},[l,t]),D.useEffect(()=>(!t&&["error","success"].includes(l)?I.current=setTimeout(()=>{v(!1),s&&s()},$a):l==="loading"&&clearTimeout(I.current),()=>{I.current&&clearTimeout(I.current)}),[t,l,s]);let B=t?l!=="default":g;return D.createElement(G,i({variant:a,error:l==="error"&&B,onClick:l==="loading"?void 0:n,disabled:!B&&r,"data-test-state":B?l:"default"},d),D.createElement(Da,{size:24,color:"inherit",className:Ge({[f.progress]:!0,[f.invisible]:l!=="loading"})}),D.createElement(Ra,{className:Ge({[f.icon]:!0,[f.invisible]:!(l==="success"&&B)})}),D.createElement("span",{className:Ge({[f.label]:!0,[f.invisible]:(l==="loading"||l==="success")&&B})},l==="error"&&B?o.error:e||o.confirm))};ze.displayName="ConfirmButton";import Oa from"@material-ui/core/Tooltip";import ee from"react";var b1=({tooltip:e,children:r})=>e?ee.createElement(Oa,{title:e,placement:"top"},ee.createElement("span",null,r)):ee.createElement(ee.Fragment,null,r);b1.displayName="ButtonTooltipDecorator";var Wa=C(()=>({spacer:{flex:"1"}}),{name:"Savebar"}),no=Wa;var Ga=({disabled:e,labels:r,tooltips:o,state:t,className:l,onCancel:a,onDelete:n,onSubmit:s})=>{let d=no();return R.createElement(We,{state:t,disabled:e,className:l},!!n&&R.createElement(b1,{tooltip:o==null?void 0:o.delete},R.createElement(G,{error:!0,variant:"primary",onClick:n,"data-test":"button-bar-delete"},r.delete)),R.createElement("div",{className:d.spacer}),R.createElement(b1,{tooltip:o==null?void 0:o.cancel},R.createElement(G,{color:"text",variant:"secondary",onClick:a,"data-test":"button-bar-cancel"},r.cancel)),R.createElement(b1,{tooltip:o==null?void 0:o.confirm},R.createElement(ze,{disabled:e,labels:r,onClick:s,transitionState:t,"data-test":"button-bar-confirm"})))};Ga.displayName="Savebar";import _a from"@material-ui/core/Portal";import Xa from"@material-ui/lab/Skeleton";import y1 from"react";import ja from"@material-ui/core/ButtonBase";import Ka from"clsx";import so from"react";import{fade as za}from"@material-ui/core/styles";var Ua=C(e=>({root:u(i({"&:hover, &:focus-visible, &$hover":{background:e.palette.background.paper,color:e.palette.primary.main},"&:active, &$active":{background:e.palette.saleor.active[4],color:e.palette.primary.main}},e.typography.body1),{background:za(e.palette.background.paper,.4),borderRadius:4,color:e.palette.text.secondary,fontSize:e.typography.body1.fontSize,fontWeight:500,height:40,padding:e.spacing(.5,2),textAlign:"center",transition:e.transitions.duration.shorter+"ms"}),hover:{},active:{}}),{name:"LayoutButton"}),lo=Ua;var h1=so.forwardRef((a,l)=>{var n=a,{className:e,children:r,state:o="default"}=n,t=m(n,["className","children","state"]);let s=lo();return so.createElement(ja,i({className:Ka(s.root,e,{[s.hover]:o==="hover",[s.active]:o==="active"}),disableRipple:!0,ref:l},t),r)});h1.displayName="LayoutButton";var qa=C(e=>({backArrow:{fontSize:30,transform:"rotate(180deg)"},menuButton:{flex:"0 0 auto",marginLeft:e.spacing(-2),marginRight:e.spacing(),marginTop:e.spacing(-2)},root:{alignItems:"center",cursor:"pointer",display:"flex",marginTop:e.spacing(.5),[e.breakpoints.down("sm")]:{margin:e.spacing(4,0,0,0)}},skeleton:{width:"10rem"},title:{lineHeight:1.1,flex:1,marginLeft:e.spacing()}}),{name:"AppHeader"}),co=qa;var Ya=l=>{var a=l,{children:e,disabled:r,onClick:o}=a,t=m(a,["children","disabled","onClick"]);let{ssr:n}=L(),s=co(),d=Mr();return!d.current&&!n?null:y1.createElement(_a,{container:d.current},y1.createElement(h1,i({className:s.root,disabled:r,onClick:o,"data-test-id":"app-header-back-button"},t),y1.createElement(Gr,{className:s.backArrow}),e?y1.createElement("div",{className:s.title},e):y1.createElement(Xa,{className:s.skeleton})))};Ya.displayName="Backlink";import dn from"clsx";import E from"react";import re from"react";var L1=e=>re.createElement("svg",i({width:"36",height:"33",viewBox:"0 0 36 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),re.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6072 33C22.4977 33 23.9789 30.6214 23.9789 27.3629C23.9789 23.3549 20.3772 22.6056 17.3814 22.1167C15.0924 21.7258 14.0489 21.5304 14.0489 20.1292C14.0489 19.0867 14.9577 18.6954 16.4389 18.6954C18.2566 18.6954 18.7614 19.2168 18.9298 20.7482L23.7097 20.0314C23.3055 16.7404 21.4542 15.0787 16.5735 15.0787C11.2216 15.0787 9.33654 17.2293 9.33654 20.6504C9.30299 25.082 13.4768 25.5382 16.5735 26.0594C18.492 26.418 19.2328 26.7437 19.2328 28.0146C19.2328 29.0573 18.5933 29.5135 16.6745 29.5135C14.5539 29.5135 13.9144 29.1551 13.6451 27.4281L9 28.1124C9.43753 31.599 11.4908 33 16.6072 33Z",fill:"currentColor"}),re.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.7838 0L13.4043 6.64709H29.1638L35.5433 0H19.7838Z",fill:"#8AC4EB"}),re.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.15911 2.31187C6.27552 2.1958 6.4332 2.13062 6.59759 2.13062H27.3248C27.5761 2.13062 27.8026 2.28211 27.8987 2.51437C27.9947 2.74664 27.9412 3.01388 27.7632 3.19134L21.7867 9.1508C21.6703 9.26687 21.5126 9.33205 21.3482 9.33205H0.621008C0.369679 9.33205 0.143131 9.18056 0.0471181 8.94829C-0.0488948 8.71603 0.00456112 8.44879 0.182532 8.27133L6.15911 2.31187ZM6.85429 3.37259L2.12325 8.09007H21.0915L25.8225 3.37259H6.85429Z",fill:"currentColor"}));L1.displayName="Logo";import Ue from"react";var M1=()=>Ue.createElement("svg",{width:"36",height:"33",viewBox:"0 0 36 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Ue.createElement("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.7838 0L13.4043 6.64709H29.1638L35.5433 0H19.7838Z",fill:"#E6F0FF"}),Ue.createElement("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.59759 2.13062C6.4332 2.13062 6.27552 2.1958 6.15911 2.31187L0.182532 8.27133C0.00456112 8.44879 -0.0488948 8.71603 0.0471181 8.94829C0.143131 9.18056 0.369679 9.33205 0.621008 9.33205H21.3482C21.5126 9.33205 21.6703 9.26687 21.7867 9.1508L27.7632 3.19134C27.9412 3.01388 27.9947 2.74664 27.8987 2.51437C27.8026 2.28211 27.5761 2.13062 27.3248 2.13062H6.59759ZM2.12325 8.09007L6.85429 3.37259H25.8225L21.0915 8.09007H2.12325ZM23.9789 27.3629C23.9789 30.6214 22.4977 33 16.6072 33C11.4908 33 9.43754 31.599 9 28.1124L13.6451 27.4281C13.9144 29.1551 14.5539 29.5135 16.6745 29.5135C18.5933 29.5135 19.2328 29.0573 19.2328 28.0146C19.2328 26.7437 18.492 26.418 16.5735 26.0594C16.4207 26.0337 16.2653 26.0082 16.1079 25.9823C13.0752 25.4835 9.30464 24.8634 9.33654 20.6504C9.33654 17.2293 11.2216 15.0787 16.5735 15.0787C21.4542 15.0787 23.3055 16.7404 23.7097 20.0314L18.9298 20.7482C18.7614 19.2168 18.2566 18.6954 16.4389 18.6954C14.9577 18.6954 14.0489 19.0867 14.0489 20.1292C14.0489 21.5304 15.0924 21.7258 17.3814 22.1167C20.3772 22.6056 23.9789 23.3549 23.9789 27.3629Z",fill:"#FAFAFA"}));M1.displayName="LogoDark";import rn from"clsx";import mo from"react";import Ja from"@material-ui/core/ButtonBase";import Qa from"clsx";import po from"react";var en=C(e=>({disabled:{"&$root":{color:e.palette.grey[500]}},root:{"&:hover, &:focus-visible":{background:e.palette.saleor.active[5]},"&:active":{background:e.palette.saleor.active[4]},background:e.palette.background.paper,borderRadius:4,color:e.palette.primary.main,height:48,transition:e.transitions.duration.shortest+"ms",width:48}}),{name:"ExpandButton"}),Y=po.forwardRef((t,o)=>{var l=t,{className:e}=l,r=m(l,["className"]);let a=en({});return po.createElement(Ja,i({className:Qa(a.root,e,{[a.disabled]:r.disabled}),disableRipple:!0,ref:o},r))});Y.displayName="SquareButton";var on=C(e=>({arrow:{transition:e.transitions.duration.shortest+"ms",transform:"rotate(-90deg)"},shrunk:{transform:"rotate(-90deg) scaleY(-1)"}}),{name:"ExpandButton"}),je=o=>{var t=o,{isShrunk:e}=t,r=m(t,["isShrunk"]);let l=on({});return mo.createElement(Y,i({disableRipple:!0},r),mo.createElement(zr,{className:rn(l.arrow,{[l.shrunk]:!e})}))};je.displayName="ExpandButton";import tn from"@material-ui/core/ClickAwayListener";import an from"@material-ui/core/MenuItem";import nn from"@material-ui/core/Paper";import ln from"@material-ui/core/Popper";import{fade as sn}from"@material-ui/core/styles";import Co from"@material-ui/core/Typography";import te from"clsx";import N from"react";import cn from"react-inlinesvg";var k1=e=>e.external?{href:e.url,target:"_blank"}:e.url?{href:e.url}:{},oe=(e,r)=>e.external?"a":r!=null?r:"button";var ie=210,ae=72,pn=C(e=>({hideLabel:{"&$label":{opacity:0}},icon:{"& svg":{height:24,width:24},marginRight:e.spacing(1.5),transition:e.transitions.duration.shortest+"ms"},label:{cursor:"pointer",display:"block",fontSize:16,fontWeight:"bold",opacity:1,transition:e.transitions.duration.shortest+"ms"},labelRoot:{position:"absolute",left:60,width:200,textAlign:"left",pointerEvents:"none"},menuItemBtn:{"&:focus":{color:e.palette.primary.main,outline:0},background:"none",border:"none",color:"inherit",cursor:"pointer",display:"inline-flex",margin:0,padding:0},paper:{borderRadius:4,boxShadow:"0px 6px 30px rgba(0, 0, 0, 0.16)",cursor:"default",textAlign:"left"},popper:{margin:e.spacing(3.5,0,0,0),marginLeft:-ie/2,zIndex:2},popperShrink:{marginLeft:-ae/2},root:{"&:hover, &:focus-visible, &$rootOpen":{color:e.palette.primary.main,outline:0},borderBottomRightRadius:4,borderTopRightRadius:4,color:sn(e.palette.text.primary,.6),cursor:"pointer",display:"flex",height:56,marginBottom:e.spacing(),overflow:"hidden",padding:e.spacing(2,3,2,3),transition:e.transitions.duration.shortest+"ms",width:ae},rootActive:{"&$root":{"&:hover, &:focus-visible, &$rootOpen":{color:e.palette.primary.main},background:e.palette.background.paper,color:e.palette.text.primary}},rootExpanded:{width:ie},rootOpen:{},subMenuHeader:{textTransform:"uppercase",color:e.palette.text.hint,padding:e.spacing(2,2,.5,2)},subMenuLabel:{"&.Mui-selected":{background:"unset !important"},background:"none",border:"none",color:e.palette.text.primary,fontWeight:500,height:48,lineHeight:36+"px",textAlign:"left",textDecoration:"none",whiteSpace:"nowrap",width:"100%"}}),{name:"MenuItem"}),ne=({activeId:e,menuItem:r,isMenuShrunk:o,onClick:t,linkComponent:l})=>{var f;let a=pn({}),[n,s]=N.useState(!1),d=N.useRef(null),p=(g,v)=>{g.stopPropagation(),v.children?s(!0):(t&&t(v),v.onClick&&v.onClick(),s(!1))},c=r.children?"div":l!=null?l:"div";return N.createElement(c,i({className:te(a.root,{[a.rootOpen]:n,[a.rootActive]:[r.id,...((f=r.children)==null?void 0:f.map(g=>g.id))||[]].includes(e),[a.rootExpanded]:!o}),ref:d,onClick:g=>p(g,r)},k1(r)),N.createElement("span",{className:a.menuItemBtn,"data-test":"menu-item-label","data-test-id":r.id},r.iconSrc&&N.createElement(cn,{className:a.icon,src:r.iconSrc}),N.createElement(Co,{"aria-label":r.ariaLabel,className:te(a.label,a.labelRoot,{[a.hideLabel]:o}),variant:"body2"},r.label)),r.children&&N.createElement(ln,{className:te(a.popper,{[a.popperShrink]:o}),open:n,anchorEl:d.current,transition:!0,placement:"right-start"},N.createElement(tn,{onClickAway:()=>s(!1)},N.createElement(nn,{className:a.paper},r.children.map(g=>{if(g.url||g.children){let v=k1(g);return N.createElement(an,i({"aria-label":g.ariaLabel,component:oe(g,l),className:te(a.label,a.subMenuLabel),key:g.url,onClick:I=>p(I,g),"data-test":"submenu-item-label","data-test-id":g.id,selected:e===g.id},v),g.label)}return N.createElement(Co,{key:g.label,variant:"caption",className:a.subMenuHeader},g.label)})))))};ne.displayName="MenuItem";var mn=C(e=>({expandButton:{marginLeft:e.spacing(1.5)},float:{height:"100vh",position:"fixed",overflowY:"auto",overflowX:"hidden",paddingBottom:e.spacing(3)},logo:{display:"block",margin:`36px 0 ${e.spacing(3)} ${e.spacing(2.5)}`,color:"inherit"},root:{transition:"width 0.5s ease",width:ie},rootShrink:{width:ae},toolbarContainer:{margin:e.spacing(1,0,1,1.5)}}),{name:"SideBar"}),Cn=({activeId:e,menuItems:r,toolbar:o,onMenuItemClick:t,logoHref:l,linkComponent:a})=>{let n=mn({}),{value:s,setValue:d}=n1(N1.menuShrink,(!1).toString()),p=s==="true",{themeType:c}=L(),f=a!=null?a:"a";return E.createElement("div",{className:dn(n.root,{[n.rootShrink]:p})},E.createElement("div",{className:n.float},E.createElement(f,{href:l,className:n.logo},c==="dark"?E.createElement(M1,null):E.createElement(L1,null)),r.map(g=>a?E.createElement(ne,{activeId:e,isMenuShrunk:p,menuItem:g,key:g.ariaLabel,linkComponent:a}):E.createElement(ne,{activeId:e,isMenuShrunk:p,menuItem:g,onClick:t,key:g.ariaLabel})),o&&E.createElement("div",{className:n.toolbarContainer},o),E.createElement(je,{className:n.expandButton,isShrunk:p,onClick:()=>d((!p).toString())})))};Cn.displayName="SideBar";import fn from"@material-ui/core/Typography";import Ke from"react";import gn from"react-inlinesvg";var un=C(e=>({activeMenuLabel:{display:"flex"},container:{overflowX:"hidden",width:"100%"},containerSubMenu:{"&$container":{overflow:"hidden"}},content:{width:"50%"},icon:{marginRight:e.spacing(2)},innerContainer:{display:"flex",position:"relative",right:0,transition:e.transitions.duration.short+"ms",width:"200%"},label:{fontWeight:"bold"},logo:{display:"block",marginBottom:e.spacing(4)},subMenuHeader:{textTransform:"uppercase",color:e.palette.text.hint,padding:e.spacing(1,0,2.5,0)},menuItemBtn:{alignItems:"center",background:"none",border:"none",color:e.palette.text.secondary,display:"flex",marginBottom:e.spacing(3),padding:0,textDecoration:"none",cursor:"pointer"},root:{background:e.palette.background.default,borderBottomRightRadius:32,borderTopRightRadius:32,padding:e.spacing(3),width:260},secondaryContentActive:{right:"100%"},subMenuTopBar:{alignItems:"center",display:"flex",justifyContent:"space-between",marginBottom:e.spacing(3)}}),{name:"SideBarDrawer"}),le=un;var se=({menuItem:e,onClick:r,linkComponent:o})=>{let t=le(),l=k1(e),a=oe(e,o);return Ke.createElement(a,i({className:t.menuItemBtn,"data-test":"menu-item-label","data-test-id":e.id,onClick:()=>r(e)},l),e.iconSrc&&Ke.createElement(gn,{className:t.icon,src:e.iconSrc}),Ke.createElement(fn,{component:"span","aria-label":e.ariaLabel,className:t.label},e.label))};se.displayName="MenuItemBtn";import vn from"@material-ui/core/Drawer";import uo from"@material-ui/core/Typography";import xn from"@material-ui/icons/ArrowLeft";import bn from"@material-ui/icons/Menu";import fo from"clsx";import x from"react";import hn from"react-inlinesvg";var yn=({menuItems:e,onMenuItemClick:r,linkComponent:o,logoHref:t})=>{var P1;let[l,a]=x.useState(!1),n=le({}),[s,d]=x.useState(null),[p,c]=x.useState(!1),f=x.useRef(null),{themeType:g}=L(),v=k=>{a(!1),c(!1),r(k)},I=k=>{var H1;d(k),c(!0),(H1=f.current)==null||H1.scrollTo({top:0})},B=o!=null?o:"a";return x.createElement(x.Fragment,null,x.createElement(Y,{onClick:()=>a(!0)},x.createElement(bn,null)),x.createElement(vn,{classes:{paper:n.root},open:l,onClose:()=>a(!1)},x.createElement("div",{className:fo(n.container,{[n.containerSubMenu]:p}),ref:f},x.createElement("div",{className:fo(n.innerContainer,{[n.secondaryContentActive]:p})},x.createElement("div",{className:n.content},x.createElement(B,{href:t,className:n.logo},g==="dark"?x.createElement(M1,null):x.createElement(L1,null)),e.map(k=>x.createElement(se,{menuItem:k,onClick:k.children?()=>I(k):v,linkComponent:o,key:k.ariaLabel}))),s&&x.createElement("div",{className:n.content},x.createElement("div",{className:n.subMenuTopBar},x.createElement("div",{className:n.activeMenuLabel},s.iconSrc&&x.createElement(hn,{className:n.icon,src:s.iconSrc}),x.createElement(uo,{className:n.label},s.label)),x.createElement(Y,{onClick:()=>c(!1)},x.createElement(xn,null))),(P1=s.children)==null?void 0:P1.map(k=>k.url||k.children?x.createElement(se,{menuItem:k,onClick:v,key:k.ariaLabel,linkComponent:o}):x.createElement(uo,{variant:"caption",className:n.subMenuHeader},k.label)))))))};yn.displayName="SideBarDrawer";import bo from"@material-ui/core/Typography";import ho from"clsx";import P from"react";import Mn from"@material-ui/core/ButtonBase";import kn from"@material-ui/core/IconButton";import vo from"clsx";import qe from"react";var Ln=C(e=>({primary:{"&:hover, &.Mui-focusVisible, &$hover, &$active":{color:e.palette.saleor.active[1],borderColor:e.palette.saleor.active[1]},"&:active, &$active":{background:e.palette.saleor.active[5]}},secondary:Z1(e.palette.saleor),hoverOutline:{"&$secondary":{"&:hover, &:focus-visible, &$hover":{background:e.palette.saleor.active[5],borderColor:e.palette.saleor.active[4]},"&:active, &$active":{background:e.palette.saleor.active[4]}}},error:{"&&&":{"&:hover, &.Mui-focusVisible, &$hover":{borderColor:e.palette.saleor.errorAction[1],color:e.palette.saleor.errorAction[1]},"&:active, &$active":{background:e.palette.saleor.errorAction[5],color:e.palette.saleor.errorAction[1],borderColor:e.palette.saleor.errorAction[2]},"&$secondary":{"&:hover, &.Mui-focusVisible, &$hover":{background:e.palette.saleor.errorAction[5]},"&:active, &$active":{background:e.palette.saleor.errorAction[4],color:e.palette.saleor.errorAction[1]}}},color:e.palette.saleor.errorAction[2]},disabledError:{"&&&":{borderColor:"transparent",color:e.palette.saleor.errorAction[5]}},active:{},hover:{}}),{name:"IconButton"}),go=Ln;var J=qe.forwardRef((s,n)=>{var d=s,{className:e,error:r,hoverOutline:o=!0,variant:t="primary",state:l="default"}=d,a=m(d,["className","error","hoverOutline","variant","state"]);let p=go();return t==="secondary"?qe.createElement(Mn,i({ref:n,className:vo(p.secondary,e,{[p.hoverOutline]:o&&!a.disabled,[p.hover]:l==="hover"&&!a.disabled,[p.active]:l==="active"&&!a.disabled,[p.error]:r,[p.disabledError]:r&&a.disabled}),disableRipple:!0},a)):qe.createElement(kn,i({ref:n,className:vo(p.primary,e,{[p.hover]:l==="hover"&&!a.disabled,[p.active]:l==="active"&&!a.disabled,[p.error]:r,[p.disabledError]:r&&a.disabled}),disableRipple:!0},a))});J.displayName="Button";import In from"@material-ui/core/Card";import Bn from"@material-ui/core/CardContent";import Tn from"clsx";import xo from"react";var Sn=C(e=>({close:{"&:hover":{color:e.palette.text.primary},color:e.palette.text.secondary,position:"absolute",right:e.spacing(-2),top:e.spacing(-1)},closeNoContent:{"&$close":{top:2}},container:{columnGap:e.spacing(2),display:"grid",gridTemplateColumns:"40px 1fr"},content:{padding:e.spacing(0,1)},icon:{"& $error":{color:e.palette.alert.icon.error},"& $warning":{color:e.palette.alert.icon.warning},"& $success":{color:e.palette.alert.icon.success}},root:{},titleBar:{marginTop:6,marginBottom:e.spacing(1),position:"relative"},error:{background:e.palette.alert.paper.error},warning:{background:e.palette.alert.paper.warning},success:{background:e.palette.alert.paper.success}}),{name:"Alert"}),ce=Sn;var _e=l=>{var a=l,{className:e,variant:r="info",children:o}=a,t=m(a,["className","variant","children"]);let n=ce();return xo.createElement(In,i({elevation:0,className:Tn(e,n.root,{[n.error]:r==="error",[n.warning]:r==="warning",[n.success]:r==="success"}),"data-test":"alert"},t),xo.createElement(Bn,null,o))};_e.displayName="AlertBase";var Pn=o=>{var t=o,{variant:e}=t,r=m(t,["variant"]);switch(e){case"error":return P.createElement(u1,i({},r));case"warning":return P.createElement(g1,i({},r));case"success":return P.createElement(d1,i({},r));default:return P.createElement(m1,i({},r))}},Hn=a=>{var n=a,{close:e=!0,variant:r="info",title:o,children:t}=n,l=m(n,["close","variant","title","children"]);let s=ce(),[d,p]=P.useState(!0);return d?P.createElement(_e,i({variant:r},l),P.createElement("div",{className:s.container},P.createElement("div",{className:s.icon},P.createElement(Pn,{className:ho({[s.error]:r==="error",[s.warning]:r==="warning",[s.success]:r==="success"}),variant:r})),P.createElement("div",{className:s.content},P.createElement("div",{className:s.titleBar},o&&P.createElement(bo,{variant:"h5"},o),e&&P.createElement(J,{className:ho(s.close,{[s.closeNoContent]:!t}),hoverOutline:!1,variant:"secondary",onClick:()=>p(!1),"data-test":"close"},P.createElement(j,null))),typeof t=="string"?P.createElement(bo,{variant:"body1"},t):t))):null};Hn.displayName="Alert";import Fn from"@material-ui/core/SnackbarContent";import pe from"@material-ui/core/Typography";import de from"clsx";import h,{useState as Vn}from"react";var yo=40,wn=C(e=>({actionBtn:{position:"absolute",minWidth:"unset",right:"24px",bottom:"20px"},rotate:{transform:"rotate(180deg)"},apiMessage:{margin:"6px 0 4px 0"},apiMessageAction:{display:"flex",alignItems:"center",marginTop:"-10px"},closeBtn:{"&:hover":{color:e.palette.text.primary},"& svg":{maxHeight:20,maxWidth:20},color:e.palette.text.secondary,padding:10,position:"absolute",right:5,top:7},error:{"& $icon":{color:e.palette.alert.icon.error},backgroundColor:e.palette.alert.paper.error},hiddenText:{maxHeight:0},icon:{},info:{},snackbar:{borderRadius:4,padding:e.spacing(0,6,1,2),position:"relative"},snackbarContainer:{marginBottom:e.spacing(2),maxWidth:450,position:"relative"},snackbarAction:{paddingLeft:`calc(${yo}px + ${e.spacing(2)})`},snackbarContentWithAction:{paddingBottom:"5rem"},success:{"& $icon":{color:e.palette.alert.icon.success},backgroundColor:e.palette.alert.paper.success},text:{fontWeight:400,paddingTop:5},warning:{"& $icon":{color:e.palette.alert.icon.warning},backgroundColor:e.palette.alert.paper.warning},messageContainer:{paddingTop:e.spacing(2),position:"relative"},container:{columnGap:e.spacing(2),display:"grid",gridTemplateColumns:`${yo}px 1fr`},title:{marginTop:6,marginBottom:e.spacing(.5)}}),{name:"Notification"}),Lo=wn;var Nn=o=>{var t=o,{type:e}=t,r=m(t,["type"]);switch(e){case"error":return h.createElement(u1,i({},r));case"warning":return h.createElement(g1,i({},r));case"success":return h.createElement(d1,i({},r));default:return h.createElement(m1,i({},r))}},Zn=d=>{var p=d,{onClose:e,title:r,type:o,action:t,content:l,className:a,apiMessage:n}=p,s=m(p,["onClose","title","type","action","content","className","apiMessage"]);let c=Lo(),[f,g]=Vn(!1);return h.createElement("div",i({className:de(c.snackbarContainer,a),"data-test":"notification","data-test-type":o},s),h.createElement(Fn,{"aria-describedby":"client-snackbar",classes:{action:de(c.snackbarAction,{[c.snackbarContentWithAction]:!!t&&!n}),message:c.messageContainer},className:de(c.snackbar,{[c.info]:o==="info",[c.error]:o==="error",[c.success]:o==="success",[c.warning]:o==="warning"}),message:h.createElement("div",{className:c.container},h.createElement("div",null,h.createElement(Nn,{className:c.icon,type:o})),h.createElement("div",null,h.createElement("div",{className:c.title},h.createElement(pe,{variant:"h5"},r)),h.createElement(pe,{variant:"body1"},l),f&&h.createElement(pe,{variant:"body2",className:c.apiMessage},n==null?void 0:n.apiMessageContent))),action:[h.createElement("div",{key:"actions"},!!t&&h.createElement(G,{className:c.actionBtn,key:"action",variant:"tertiary",onClick:t.onClick,"data-test":"button-action"},t.label)),h.createElement("div",{key:"api-action",className:c.apiMessageAction},!!n&&h.createElement(h.Fragment,null,h.createElement(pe,{variant:"body1"},f?n.hideApiLabel:n.showApiLabel),h.createElement(J,{"aria-label":f?"shrink":"expand",onClick:()=>g(v=>!v),hoverOutline:!1,variant:"secondary"},h.createElement(qr,{className:de({[c.rotate]:f})})))),h.createElement(J,{"aria-label":"Close",onClick:e,hoverOutline:!1,variant:"secondary",className:c.closeBtn,"data-test":"close"},h.createElement(j,null))]}))};Zn.displayName="Notification";import Rn from"@material-ui/core/Avatar";import $n from"@material-ui/core/ClickAwayListener";import On from"@material-ui/core/Grow";import Wn from"@material-ui/core/Hidden";import Gn from"@material-ui/core/MenuList";import zn from"@material-ui/core/Paper";import Un from"@material-ui/core/Popper";import So from"@material-ui/core/Typography";import y from"react";import{createContext as An,useContext as En}from"react";var me=An(void 0);me.displayName="UserChipMenuContext";var Mo=()=>{let e=En(me);if(e===void 0)throw new Error("useUserChipMenu must be used within a UserChipMenuContext");return e};var S1=32,Dn=C(e=>({avatar:{"&&":{height:S1,width:S1},backgroundColor:e.palette.background.paper},avatarInitials:{height:S1,lineHeight:S1+"px",width:S1,color:e.palette.primary.contrastText,textAlign:"center"},avatarPlaceholder:{alignItems:"center",background:e.palette.primary.main,borderRadius:"100%",display:"flex",justifyContent:"center"},label:{lineHeight:1.2,textAlign:"left"},labelContainer:{[e.breakpoints.down("sm")]:{marginLeft:0},display:"inline-flex",alignItems:"center",marginLeft:e.spacing(1)},popover:{marginTop:e.spacing(.5),zIndex:10},userChip:u(i({"&&":{[e.breakpoints.down("sm")]:{padding:e.spacing(.5)},padding:e.spacing(.5,3,.5,1)}},e.typography.body1),{display:"flex",textTransform:"unset"}),userMenuContainer:{cursor:"pointer",display:"inline-block",position:"relative"}}),{name:"UserChipMenu"}),ko=Dn;var jn=s=>{var d=s,{avatar:e,initials:r,name:o,subtext:t,children:l,open:a=!1}=d,n=m(d,["avatar","initials","name","subtext","children","open"]);let p=ko({}),[c,f]=y.useState(a),g=y.useRef(null),v=()=>f(!1);return y.createElement(y.Fragment,null,y.createElement(h1,i({className:p.userChip,ref:g,onClick:()=>f(!c),"data-test":"userMenu",state:c?"active":"default"},n),e?y.createElement(Rn,{className:p.avatar,alt:"user",src:e}):y.createElement("div",{className:p.avatarPlaceholder},y.createElement("div",{className:p.avatarInitials},r)),y.createElement("div",{className:p.labelContainer},y.createElement(Wn,{smDown:!0},y.createElement("div",null,y.createElement(So,{className:p.label,variant:"body2"},o),t&&y.createElement(So,{className:p.label,variant:"body2",color:"textSecondary"},t))))),y.createElement(Un,{className:p.popover,open:c,anchorEl:g.current,transition:!0,placement:"bottom-end"},({TransitionProps:I,placement:B})=>y.createElement(On,u(i({},I),{style:{transformOrigin:B==="bottom"?"right top":"right bottom"}}),y.createElement(zn,null,y.createElement($n,{onClickAway:v,mouseEvent:"onClick"},y.createElement(Gn,{disablePadding:!0},y.createElement(me.Provider,{value:v},l)))))))};jn.displayName="UserChip";import Kn from"@material-ui/core/MenuItem";import qn from"react";var _n=t=>{var l=t,{leaveOpen:e,onClick:r}=l,o=m(l,["leaveOpen","onClick"]);let a=Mo(),n=s=>{a(),r&&r(s)};return qn.createElement(Kn,u(i({},o),{onClick:e?r:n,button:!0}))};_n.displayName="UserChipMenuItem";import Yn from"@material-ui/core/Table";import Bo from"react";var Xn=C(e=>({root:{[e.breakpoints.up("md")]:{"&& table":{tableLayout:"fixed"}},"& table":{tableLayout:"auto"},overflowX:"auto",width:"100%"}}),{name:"ResponsiveTable"}),Io=Xn;var Jn=e=>{let{children:r,className:o}=e,t=Io(e);return Bo.createElement("div",{className:t.root},Bo.createElement(Yn,{className:o},r))};Jn.displayName="ResponsiveTable";import e4 from"@material-ui/core/Tooltip";import r4 from"react";var Qn=C(e=>({tooltip:{backgroundColor:r=>{switch(r.variant){case"info":return e.palette.info.main;case"success":return e.palette.success.main;case"warning":return e.palette.warning.main;case"error":return e.palette.error.main;default:return e.palette.info.main}}}}),{name:"Tooltip"}),To=Qn;var o4=l=>{var a=l,{children:e,disabled:r=!1,variant:o="info"}=a,t=m(a,["children","disabled","variant"]);let n=To(i({variant:o,children:e},t));return r?e:r4.createElement(e4,i({classes:n},t),e)};o4.displayName="Tooltip";import s4 from"@material-ui/core/Toolbar";import ue from"react";import Po from"@material-ui/core/ButtonBase";import Ho from"@material-ui/icons/ChevronLeft";import wo from"@material-ui/icons/ChevronRight";import Xe from"clsx";import z from"react";import{fade as t4}from"@material-ui/core/styles/colorManipulator";var i4=C(e=>({actions:{},actionsButton:{"&:hover":{color:e.palette.primary.main},"&:last-child":{marginLeft:e.spacing(1.5)},"& svg":{color:"currentColor",width:16},border:"2px solid currentColor",borderRadius:2,boxSizing:"border-box",color:e.palette.text.primary,height:36,width:36,transition:e.transitions.create("color",{duration:e.transitions.duration.shorter})},actionsButtonDisabled:{border:`2px solid ${e.palette.text.disabled}`,color:e.palette.text.disabled},dark:{"&:focus, &:hover":{"& > span:first-of-type":{backgroundColor:t4(e.palette.primary.main,.2)}},"&:not($actionsButtonDisabled)":{color:e.palette.primary.main}},root:{},toolbar:{justifyContent:"space-between"},spacer:{},rowNumber:{fontSize:e.typography.body2.fontSize},rowNumberLabel:{},rowNumberSelect:{"&&:before, &&:after":{content:"none"},marginLeft:e.spacing(1)},rowNumberSelectLabel:{"&&":{color:e.palette.primary.main}}}),{name:"Pagination"}),Q=i4;var Ye=d=>{var p=d,{className:e,disabled:r,hasNextPage:o,hasPreviousPage:t,nextIconButtonProps:l,onNextPage:a,onPreviousPage:n}=p,s=m(p,["className","disabled","hasNextPage","hasPreviousPage","nextIconButtonProps","onNextPage","onPreviousPage"]);let c=Q(),{direction:f,themeType:g}=L(),v=g==="dark",I=!t||r,B=!o||r;return z.createElement("div",i({className:Xe(c.actions,e)},s),z.createElement(Po,{className:Xe(c.actionsButton,{[c.dark]:v,[c.actionsButtonDisabled]:I}),disableRipple:!0,onClick:n,disabled:I,"data-test":"button-pagination-back","aria-label":"previous page"},f==="rtl"?z.createElement(wo,null):z.createElement(Ho,null)),z.createElement(Po,i({className:Xe(c.actionsButton,{[c.dark]:v,[c.actionsButtonDisabled]:B}),disableRipple:!0,onClick:a,disabled:B,"data-test":"button-pagination-next","aria-label":"next page"},l),f==="rtl"?z.createElement(Ho,null):z.createElement(wo,null)))};Ye.displayName="PaginationActions";import a4 from"@material-ui/core/MenuItem";import n4 from"@material-ui/core/Select";import l4 from"clsx";import Ce from"react";var Je=({className:e,choices:r,disabled:o,labels:t,rowNumber:l,onChange:a})=>{let n=Q({});return Ce.createElement("div",{className:l4(n.rowNumber,e)},Ce.createElement("span",{className:n.rowNumberLabel},t.noOfRows),a?Ce.createElement(n4,{"data-test-id":"PaginationRowNumberSelect",disabled:o,inputProps:{className:n.rowNumberSelectLabel},className:n.rowNumberSelect,value:l,onChange:s=>a(s.target.value)},r.length>0&&r.map(s=>Ce.createElement(a4,{value:s,key:s,"data-test-id":"rowNumberOption"},s))):` ${l}`)};Je.displayName="PaginationRowNumberSelect";var Qe=f=>{var g=f,{choices:e=[10,20,30,50,100],disabled:r,hasNextPage:o,hasPreviousPage:t,nextIconButtonProps:l,labels:a,rowNumber:n,onNextPage:s,onPreviousPage:d,onRowNumberUpdate:p}=g,c=m(g,["choices","disabled","hasNextPage","hasPreviousPage","nextIconButtonProps","labels","rowNumber","onNextPage","onPreviousPage","onRowNumberUpdate"]);let v=Q();return ue.createElement(s4,i({className:v.toolbar,disableGutters:!0},c),ue.createElement("div",{className:v.spacer},n&&ue.createElement(Je,{choices:e,disabled:r,labels:a,rowNumber:n,onChange:p})),ue.createElement(Ye,{disabled:r,hasNextPage:o,hasPreviousPage:t,nextIconButtonProps:l,onNextPage:s,onPreviousPage:d}))};Qe.displayName="Pagination";import c4 from"@material-ui/core/TableCell";import p4 from"@material-ui/core/TableRow";import er from"react";var d4=o=>{var t=o,{colSpan:e}=t,r=m(t,["colSpan"]);return er.createElement(p4,null,er.createElement(c4,{padding:"none",colSpan:e},er.createElement(Qe,i({},r))))};d4.displayName="TablePagination";import f4 from"react";import C4 from"@material-ui/core/Chip";import u4 from"clsx";import Vo from"react";function fe(e){return{"&$dark":{"&$outlined":{borderColor:e.light},"&$active, &$clickable:hover, &$clickable:focus":{"&:not($outlined)":{borderColor:e.verydark},backgroundColor:e.verydark},borderColor:e.dark,backgroundColor:e.dark},"&:not($dark)":{"&$outlined":{borderColor:e.dark},"&$active, &$clickable:hover, &$clickable:focus":{"&:not($outlined)":{borderColor:e.light},backgroundColor:e.light},borderColor:e.mid,backgroundColor:e.mid}}}var m4=C(e=>({root:{border:`1px solid ${e.palette.saleor.info.mid}`,transition:e.transitions.duration.shorter+"ms"},dark:{color:e.palette.saleor.main[1]},active:{},clickable:{cursor:"pointer"},outlined:{borderStyle:"dashed"},error:fe(e.palette.saleor.fail),labelSmall:{"&&":{fontSize:"1.2rem",lineHeight:1.6,letterSpacing:"0.1rem",fontWeight:500,textTransform:"uppercase"}},warning:fe(e.palette.saleor.warning),success:fe(e.palette.saleor.success),info:fe(e.palette.saleor.info),label:u(i({},e.typography.body2),{userSelect:"none"}),small:{}}),{name:"Pill"}),Fo=m4;var No=Vo.forwardRef((d,s)=>{var p=d,{active:e,className:r,color:o="info",outlined:t,onClick:l,size:a}=p,n=m(p,["active","className","color","outlined","onClick","size"]);let c=Fo(),{themeType:f}=L();return Vo.createElement(C4,i({classes:{root:u4(r,c.root,{[c.active]:e,[c.error]:o==="error",[c.warning]:o==="warning",[c.success]:o==="success",[c.info]:o==="info",[c.dark]:f==="dark",[c.outlined]:t,[c.small]:a==="small",[c.clickable]:!!l}),label:c.label,labelSmall:c.labelSmall},clickable:!1,component:l?"button":"div",onClick:l,size:a,ref:s},n))});var g4={error:"error",neutral:"info",success:"success",warning:"warning"},v4=t=>{var l=t,{size:e,variant:r}=l,o=m(l,["size","variant"]);let a=g4[r];return f4.createElement(No,i({color:a},o))};v4.displayName="HeaderChip";import h4 from"@material-ui/core/Tab";import y4 from"react";import{fade as x4}from"@material-ui/core/styles";var b4=C(e=>({tabRoot:{"@media (min-width: 600px)":{minWidth:"unset"},"&.Mui-selected":{background:e.palette.secondary.main,color:e.palette.primary.main},"&:hover":{background:x4(e.palette.secondary.main,.6)},borderRadius:8,minHeight:40,padding:e.spacing(1,2),textTransform:"unset"},containerRoot:{minHeight:"unset"},containerFlex:{columnGap:e.spacing(2)}}),{name:"PageTab"}),ge=b4;var L4=e=>{let r=ge();return y4.createElement(h4,i({classes:{root:r.tabRoot},disableRipple:!0},e))};L4.displayName="PageTab";import M4 from"@material-ui/core/Tabs";import k4 from"react";var S4=e=>{let r=ge();return k4.createElement(M4,u(i({},e),{classes:{flexContainer:r.containerFlex,root:r.containerRoot},TabIndicatorProps:{style:{display:"none"}},onChange:(o,t)=>e.onChange(t)}))};S4.displayName="PageTabs";import I4 from"react";var B4=({children:e,show:r})=>I4.createElement("div",{style:{display:r?"block":"none"}},e);B4.displayName="PageTabPanel";import G4 from"@material-ui/core/IconButton";import pr from"@material-ui/core/MenuItem";import Go from"@material-ui/core/Select";import z4 from"@material-ui/core/Typography";import U4 from"lodash/difference";import F from"react";import{createContext as T4,useContext as P4}from"react";var rr=T4(null),w=()=>{let e=P4(rr);if(e===void 0)throw new Error("useFilters must be used within a FilterContext");return e};import xe from"react";import F4 from"@material-ui/core/Checkbox";import V4 from"@material-ui/core/MenuItem";import N4 from"@material-ui/core/Select";import Z4 from"clsx";import B1 from"react";import or from"clsx";import I1 from"react";var H4=C(e=>({chip:{background:e.palette.saleor.active[1],color:e.palette.primary.contrastText,borderRadius:"8px",display:"flex",alignItems:"center",padding:`3px ${e.spacing(2)}`,gap:"4px",lineHeight:1,minHeight:e.spacing(4),cursor:"default",userSelect:"none",textAlign:"center","& > span":{overflow:"hidden",textOverflow:"ellipsis"}},startAdornment:{marginLeft:"-8px",flexShrink:0},endAdornment:{marginRight:"-8px",flexShrink:0},swatch:{width:e.spacing(3),height:e.spacing(3),border:"2px solid #fff",flexShrink:0,marginRight:"7px",borderRadius:"4px",background:"transparent"}}),{name:"Chip"}),Zo=H4;var tr=I1.forwardRef((d,s)=>{var p=d,{startAdornment:e,startAdornmentClassName:r,endAdornment:o,endAdornmnetClassName:t,className:l,children:a}=p,n=m(p,["startAdornment","startAdornmentClassName","endAdornment","endAdornmnetClassName","className","children"]);let c=Zo();return I1.createElement("div",i({className:or(c.chip,l),ref:s},n),e&&I1.createElement("span",{className:or(c.startAdornment,r)},e),I1.createElement("span",null,a),o&&I1.createElement("span",{className:or(c.endAdornment,t)},o))});tr.displayName="Chip";var w4=C(e=>({menuContent:{minWidth:220,padding:e.spacing(2)},menuHeader:{textTransform:"uppercase"},menuPaper:{borderRadius:0},filter:{alignItems:"center",display:"flex",columnGap:e.spacing(2),marginBottom:e.spacing(2)},filterChip:{borderRadius:8,background:e.palette.primary.main,color:e.palette.primary.contrastText},filterChipContainer:{display:"flex",columnGap:e.spacing(1)},filterDelete:{marginLeft:"auto"},filterName:{width:180},filterValue:{height:51,width:400},filterRange:{width:115},filterInputInner:{"&&":{padding:e.spacing(2)}},filterConjunction:{minWidth:80},filterValueCheckbox:{paddingLeft:0},filterValueSelected:{color:e.palette.primary.main,fontWeight:500},filterRangeLabel:{margin:e.spacing(0,1)},filterRangeValueContainer:{display:"flex",alignItems:"center"},bar:{minWidth:600},selectPaper:{borderRadius:0,marginTop:`calc(48px + ${e.spacing(1)})`}}),{name:"Filter"}),H=w4;var ir=({filter:e})=>{let r=H(),{onChange:o}=w(),{name:t,options:l}=e,{choices:a}=l,n=s=>o(t,s.target.value);return B1.createElement(N4,{className:r.filterValue,classes:{root:r.filterInputInner},multiple:!0,variant:"outlined",onChange:n,value:e.values,renderValue:s=>{let d=s;return B1.createElement("div",{className:r.filterChipContainer},d.map(p=>B1.createElement(tr,{className:r.filterChip,key:p},p)))}},a.map(s=>{let d=e.values.includes(s.value);return B1.createElement(V4,{key:s.value,className:Z4({[r.filterValueSelected]:d}),value:s.value},B1.createElement(F4,{checked:d,className:r.filterValueCheckbox}),s.label)}))};ir.displayName="MultipleSelectFilterField";import Ao from"@material-ui/core/TextField";import A4 from"@material-ui/core/Typography";import E4 from"clsx";import ve from"react";var ar=({filter:e,labels:r})=>{var s;let o=H(),{onChange:t}=w(),{name:l}=e,a=d=>t(l,d.target.value,{rangePart:d.target.name}),n=u(i({},e.options.InputProps),{InputProps:i({classes:{input:o.filterInputInner},type:"number"},(s=e.options.InputProps)==null?void 0:s.InputProps),onChange:a});return ve.createElement("div",{className:E4(o.filterValue,o.filterRangeValueContainer)},ve.createElement(Ao,u(i({},n),{name:"min",value:e.values[0]})),ve.createElement(A4,{className:o.filterRangeLabel},r.and),ve.createElement(Ao,u(i({},n),{name:"max",value:e.values[1]})))};ar.displayName="RangeFilterField";import D4 from"@material-ui/core/MenuItem";import R4 from"@material-ui/core/Select";import Eo from"react";var nr=({filter:e})=>{let r=H(),{onChange:o}=w(),{name:t,options:l}=e,{choices:a}=l,n=s=>o(t,s.target.value);return Eo.createElement(R4,{className:r.filterValue,classes:{selectMenu:r.filterInputInner},variant:"outlined",onChange:n,value:e.value},a.map(s=>Eo.createElement(D4,{key:s.value,value:s.value},s.label)))};nr.displayName="SelectFilterField";import $4 from"@material-ui/core/TextField";import O4 from"react";var lr=({filter:e})=>{var a;let r=H(),{onChange:o}=w(),{name:t}=e,l=n=>o(t,n.target.value);return O4.createElement($4,u(i({},e.options.InputProps),{className:r.filterValue,InputProps:u(i({},(a=e.options.InputProps)==null?void 0:a.InputProps),{classes:{input:r.filterInputInner}}),onChange:l,value:e.value}))};lr.displayName="TextFilterField";var V;(function(t){t[t.Text=0]="Text",t[t.Choice=1]="Choice",t[t.Range=2]="Range"})(V||(V={}));var sr=({filter:e,labels:r})=>{let{options:o,range:t}=e,{type:l,multiple:a}=o;return l===V.Choice?a?xe.createElement(ir,{filter:e}):xe.createElement(nr,{filter:e}):l===V.Range&&t?xe.createElement(ar,{filter:e,labels:r}):xe.createElement(lr,{filter:e})};sr.displayName="FilterContent";import W4 from"lodash/uniqBy";function e1(e){return e.filter(r=>!r.active)}function be(e){return e.filter(r=>r.active)}function Do(e){if(W4(e,"name").length!==e.length)throw new Error("Filter names should be unique")}function cr(e){var o;let{options:r}=e;return{value:r.multiple||r.type===V.Range?null:r.type===V.Choice?(o=r.default)!=null?o:r.choices[0].value:"",values:e.range&&r.type===V.Range?["",""]:r.multiple?[]:null}}function Ro(e,r,o,t,l){let a=t.find(s=>s.name===r),n={active:!!a,label:o,name:r,range:!1,sortIndex:e.length,options:l,value:null,values:null};return[...e,i(i(i({},n),cr(n)),a)]}function $o(e,r,o,t={}){let l=e.find(n=>n.name===r),a;return l.options.multiple?a={values:o}:l.options.type===V.Range&&t.rangePart?a={values:t.rangePart==="min"?[o,l.values[1]]:[l.values[0],o]}:a={value:o},e.map(n=>n.name===r?i(i({},n),a):n)}function Oo(e,r){let o=e.find(a=>a.name===r),t=o.active?o.sortIndex:be(e).length,l=o.active?cr(o):{};return e.map(a=>a.name===r?i(u(i({},a),{active:!a.active,sortIndex:t}),l):a.active&&a.sortIndex>t?u(i({},a),{sortIndex:a.sortIndex-1}):a)}function Wo(e,r){return e.map(o=>o.name===r?i(u(i({},o),{range:!o.range}),cr(u(i({},o),{range:!o.range}))):o)}var RC=t=>{var l=t,{name:e,label:r}=l,o=m(l,["name","label"]);let{register:a,set:n,unregister:s}=w(),d=F.useRef(!1);return F.useEffect(()=>(a(e,r,o),d.current=!0,()=>s(e)),[]),F.useEffect(()=>{d.current&&o.choices!==void 0&&U4(o.choices,o.choices).length&&n(e,{options:u(i({},o),{choices:o.choices})})},[o.choices]),null},zo=({first:e,name:r,labels:o})=>{let t=H(),{filters:l,toggle:a,toggleRange:n}=w(),s=l.find(f=>f.name===r);if(!(s==null?void 0:s.active))return null;let d=e1(l),p=[s,...d],c=f=>{a(r),a(f.target.value)};return F.createElement("div",{className:t.filter},F.createElement(z4,{className:t.filterConjunction},e?o.where:o.and),F.createElement(Go,{className:t.filterName,classes:{selectMenu:t.filterInputInner},variant:"outlined",onChange:c,value:s.name},p.map(f=>F.createElement(pr,{key:f.name,value:f.name},f.label))),F.createElement(Go,{disabled:s.options.type!==V.Range,className:t.filterRange,classes:{selectMenu:t.filterInputInner},variant:"outlined",value:s.range.toString(),onChange:()=>n(r)},F.createElement(pr,{value:"false"},o.is),F.createElement(pr,{value:"true"},o.range)),F.createElement(sr,{filter:s,labels:o}),F.createElement(G4,{className:t.filterDelete,onClick:()=>a(r)},F.createElement(jr,null)))};import Y4 from"@material-ui/core/Button";import J4 from"@material-ui/core/Card";import Q4 from"@material-ui/core/CardContent";import e5 from"@material-ui/core/CardHeader";import r5 from"@material-ui/core/IconButton";import o5 from"@material-ui/icons/Close";import M from"react";import j4 from"@material-ui/core/ClickAwayListener";import K4 from"@material-ui/core/MenuItem";import q4 from"@material-ui/core/Paper";import _4 from"@material-ui/core/Popper";import X4 from"@material-ui/core/Typography";import r1 from"react";var dr=({anchorEl:e,labels:r,open:o,onClose:t})=>{let l=H(),{filters:a,toggle:n}=w(),s=e1(a),d=p=>{n(p),t()};return r1.createElement(_4,{anchorEl:e,open:o,disablePortal:!0,placement:"bottom-start"},r1.createElement(j4,{onClickAway:t},r1.createElement(q4,{elevation:20,className:l.menuPaper},r1.createElement("div",{className:l.menuContent},r1.createElement(X4,{className:l.menuHeader,color:"textSecondary",variant:"caption"},r.header)),s.map(p=>r1.createElement(K4,{key:p.name,onClick:()=>d(p.name)},p.label)))))};dr.displayName="FilterMenu";var t5=M.forwardRef(({children:e,initial:r=[],labels:o,onChange:t,onClose:l},a)=>{let n=H(),[s,d]=M.useState([]),[p,c]=M.useState(!1),f=M.useRef(null);Do(s);let g=(S,T,$)=>d(O=>Ro(O,S,T,r,$)),v=(S,T,$)=>d(O=>$o(O,S,T,$)),I=S=>d(T=>Oo(T,S)),B=S=>d(T=>Wo(T,S)),P1=S=>d(T=>T.filter($=>$.name!==S)),k=(S,T)=>d($=>$.map(O=>O.name===S?u(i({},O),{filter:T}):O)),H1=e1(s);return M.useEffect(()=>t(be(s)),[s]),M.createElement(rr.Provider,{value:{filters:s,register:g,set:k,toggle:I,toggleRange:B,unregister:P1,onChange:v}},e,M.createElement(J4,{className:n.bar,ref:a,elevation:20},M.createElement(e5,{title:o.header,action:M.createElement(r5,{onClick:l},M.createElement(o5,null))}),M.createElement(Q4,null,M.createElement("div",null,be(s).sort((S,T)=>S.sortIndex>T.sortIndex?1:-1).map((S,T)=>M.createElement(zo,{key:S.name,first:T===0,labels:o,name:S.name}))),!!H1.length&&M.createElement(M.Fragment,null,M.createElement(Y4,{color:"primary",ref:f,onClick:()=>c(!0)},"+ ",o.addButton)),M.createElement(dr,{anchorEl:f.current,labels:o,open:p,onClose:()=>c(!1)}))))});t5.displayName="FilterBar";import i5 from"@material-ui/core/DialogTitle";import a5 from"@material-ui/core/Typography";import o1 from"react";var Uo=C(e=>({button:{"&:hover, &:focus":{color:e.palette.saleor.active[1]},appearance:"none",border:"none",background:"transparent",color:e.palette.saleor.main[3],cursor:"pointer",padding:0,outline:0},wrapper:{alignItems:"center",display:"flex",justifyContent:"space-between"}}),{name:"DialogHeader"});var n5=t=>{var l=t,{onClose:e,children:r}=l,o=m(l,["onClose","children"]);let a=Uo();return o1.createElement(o1.Fragment,null,o1.createElement(i5,{className:a.wrapper,id:"alert-dialog-title",disableTypography:!0},o1.createElement(a5,i({variant:"h5",component:"h5"},o),r),o1.createElement("button",{className:a.button,onClick:e,"aria-label":"Close modal","data-test":"close"},o1.createElement(j,null))))};n5.displayName="DialogHeader";import l5 from"@material-ui/core/Table";import mr from"react";var jo=C(()=>({wrapper:{overflowY:"scroll",maxHeight:500}}),{name:"DialogTable"});var s5=mr.forwardRef((l,t)=>{var a=l,{children:e,innerRef:r}=a,o=m(a,["children","innerRef"]);let n=jo();return mr.createElement("div",{className:n.wrapper,ref:t},mr.createElement(l5,i({ref:r},o),e))});s5.displayName="DialogTable";import qo from"clsx";import he from"react";var Ko=C(e=>({root:{boxShadow:"0px 0px 0px rgba(2, 25, 58, 0.16)",transition:e.transitions.create("box-shadow")},bottom:{boxShadow:"0px -6px 30px rgba(2, 25, 58, 0.16)"},top:{boxShadow:"0px 6px 30px rgba(2, 25, 58, 0.16)"}}),{name:"ScrollShadow"});var c5=l=>{var a=l,{show:e,variant:r,children:o}=a,t=m(a,["show","variant","children"]);let n=Ko();return r==="bottom"?he.createElement(he.Fragment,null,he.createElement("div",u(i({},t),{className:qo(n.root,{[n.bottom]:e})}),o)):he.createElement("div",u(i({},t),{className:qo(n.root,{[n.top]:e})}),o)};c5.displayName="ScrollShadow";import d5 from"clsx";import m5 from"react";var p5=C(e=>({root:i({"&:hover, &:focus-visible, &$hover":{borderColor:e.palette.saleor.active[3],color:e.palette.primary.main},"&:active, &$active":{backgroundColor:e.palette.saleor.active[5],borderColor:e.palette.saleor.active[3],color:e.palette.primary.main},backgroundColor:"transparent",border:`1px dashed ${e.palette.saleor.main[3]}`,borderRadius:20,cursor:"pointer",color:e.palette.text.primary,outline:0,userSelect:"none",padding:"5px 8px",transition:e.transitions.create(["border-color","background-color","color"],{duration:e.transitions.duration.shorter})},e.typography.body1),hover:{},active:{}}),{name:"PillLink"}),_o=p5;var Xo=a=>{var n=a,{children:e,component:r="a",className:o,state:t="default"}=n,l=m(n,["children","component","className","state"]);let s=_o();return m5.createElement(r,i({className:d5(s.root,o,{[s.hover]:t==="hover",[s.active]:t==="active"})},l),e)};Xo.displayName="PillLink";var Du=Xo;import fr from"clsx";import Z from"react";import{createContext as Jo,useContext as Qo,useMemo as u5}from"react";import C5 from"lodash/merge";var Yo=C(()=>({root:({width:e})=>{if(e instanceof Array)return{gridTemplateColumns:e.join(" ")};let r=Object.entries(e).map(([o,t])=>({[o]:{gridTemplateColumns:t.join(" ")}}));return i({},C5({},...r))}}),{name:"ListGrid"}),ye=C(()=>({row:{alignItems:"center",display:"grid"},cell:{boxSizing:"content-box",flex:1},body:{margin:0,padding:0}}),{name:"BaseList"});var T1=Jo("body"),Cr=Jo(["1fr"]),ur=()=>Qo(T1),f5=()=>Qo(Cr);function et(){let e=f5(),r=u5(()=>({width:e}),[e]);return Yo(r)}var Le=t=>{var l=t,{children:e,gridTemplate:r}=l,o=m(l,["children","gridTemplate"]);return Z.createElement(Cr.Provider,{value:r},Z.createElement("section",i({},o),e))},Me=n=>{var s=n,{classes:e,className:r,children:o,hover:t=!0,selected:l}=s,a=m(s,["classes","className","children","hover","selected"]);let d=ye(),p=et(),c=ur();return Z.createElement(c==="body"?"li":"div",i({className:fr(r,"OfsettedTableRow",p.root,e.row,d.row,{[e.rowBody]:c==="body",[e.rowHead]:c==="head",[e.rowFoot]:c==="foot",[e.rowHover]:t,[e.rowBodySelected]:l}),"aria-selected":l},a),o)},ke=n=>{var s=n,{classes:e,className:r,children:o,colSpan:t,padding:l}=s,a=m(s,["classes","className","children","colSpan","padding"]);let d=ye(),p=ur(),c=t?{gridColumn:`span ${t}`}:{};return Z.createElement("div",i({className:fr(r,d.cell,e.cell,{[e.cellBody]:p==="body",[e.cellHeader]:p==="head",[e.cellAction]:l==="action",[e.cellCheckbox]:l==="checkbox"}),style:c},a),o)},Se=o=>{var t=o,{children:e}=t,r=m(t,["children"]);return Z.createElement(T1.Provider,{value:"head"},Z.createElement("header",i({},r),e))},Ie=t=>{var l=t,{children:e,className:r}=l,o=m(l,["children","className"]);let a=ye();return Z.createElement(T1.Provider,{value:"body"},Z.createElement("ul",i({role:"feed",className:fr(a.body,r)},o),e))},Be=o=>{var t=o,{children:e}=t,r=m(t,["children"]);return Z.createElement(T1.Provider,{value:"foot"},Z.createElement("footer",i({},r),e))};import gr from"react";var Te=C(e=>{let r={"&:first-child":{paddingLeft:e.spacing(4)},"&:last-child":{paddingRight:e.spacing(4)}};return{row:{alignItems:"center",display:"grid",minHeight:48,gap:e.spacing(4)},rowBody:i({"&:first-child":{marginTop:e.spacing(1)},background:e.palette.background.paper,borderRadius:6,boxShadow:e.shadows[0],height:90,margin:e.spacing(1.5,0),transition:`${e.transitions.create("box-shadow")},${e.transitions.create("background",{delay:0,duration:e.transitions.duration.shortest})}`},e.typography.body1),rowFoot:{"& $cell":r},rowHead:{"& $cell":r},rowHover:{"&$rowBody:hover":{"& $cell:first-child":{color:e.palette.primary.main},boxShadow:e.shadows[16]}},rowBodySelected:{},cell:{boxSizing:"content-box",flex:1,transition:e.transitions.create("color",{duration:e.transitions.duration.shorter})},cellAction:{"&$cell:last-child":{paddingRight:e.spacing(2.5)},display:"flex",gap:e.spacing(1),justifyContent:"flex-end"},cellCheckbox:{"&$cell:first-child":{paddingLeft:e.spacing(2)}},cellBody:u(i({},r),{padding:e.spacing(1,0)}),cellHeader:u(i({},e.typography.body2),{color:e.palette.text.secondary}),body:{margin:0,padding:0}}},{name:"OffsettedList"});var mf=Le,Cf=Se,uf=Be,ff=e=>{let r=Te();return gr.createElement(Ie,i({className:r.body},e))},gf=e=>{let r=Te();return gr.createElement(Me,i({classes:r},e))},vf=e=>{let r=Te();return gr.createElement(ke,i({classes:r},e))},xf=()=>{let e=L();return{actions:(r=1)=>`calc( ${e.spacing(r-1+2.5)} + ${40*r}px)`,checkbox:"64px"}};import He,{useState as x5}from"react";import{createContext as g5,useContext as v5}from"react";var Pe=g5(void 0);Pe.displayName="ListActionContext";var rt=()=>{let e=v5(Pe);if(e===void 0)throw new Error("useListAction must be used within a ListActionContext");return e};var vr=C(e=>{let r={content:"''",height:1,position:"absolute",top:0,backgroundColor:e.palette.background.default,left:32,width:"calc(100% - 64px)"};return{row:{gap:e.spacing(4),minHeight:72,position:"relative"},rowBody:i({"&:before":r,"&:last-child:after":u(i({},r),{top:"100%"}),transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter})},e.typography.body1),rowFoot:{padding:e.spacing(0,4)},rowHead:u(i({"& $cell":{"&:first-child":{paddingLeft:e.spacing(4)},"&:last-child":{paddingRight:e.spacing(4)}}},e.typography.body2),{color:e.palette.text.secondary}),rowHover:{"&$rowBody:hover":{"&:before, &:after, & + $rowBody:before":{backgroundColor:"transparent"},backgroundColor:e.palette.saleor.active[5]}},rowNoPadding:{},rowBodySelected:{},cell:{},cellAction:{"&$cell:last-child":{paddingRight:e.spacing(3)},display:"flex",gap:e.spacing(1),justifyContent:"flex-end"},cellBody:{"&:first-child":{paddingLeft:e.spacing(4)},"&:last-child":{paddingRight:e.spacing(4)},padding:e.spacing(1,0)},cellCheckbox:{"&$cell:first-child":{paddingLeft:`calc(${e.spacing(2)} + 2px)`}},cellHeader:{}}},{name:"List"});var Zf=Le,Af=Se,Ef=Be,Df=Ie,Rf=o=>{var t=o,{hover:e=!0}=t,r=m(t,["hover"]);let l=vr(),[a,n]=x5(!0);return He.createElement(Pe.Provider,{value:n},He.createElement(Me,i({classes:l,hover:e&&a},r)))},$f=e=>{let r=vr();return He.createElement(ke,i({classes:r},e))},Of=e=>{let r=rt();return He.createElement("div",i({onMouseEnter:()=>r(!1),onMouseLeave:()=>r(!0)},e))},Wf=()=>{let e=L();return{actions:(r=1)=>`calc( ${e.spacing(r+1)} + ${48*r}px)`,checkbox:"64px"}};import at from"@material-ui/core/Typography";import t1 from"react";import h5 from"@material-ui/core/Card";import y5 from"@material-ui/core/CardContent";import ot from"clsx";import tt from"react";var b5=C(e=>({boxLinkTitle:{fontWeight:500,transition:"color .2s ease"},boxLinkText:{marginTop:e.spacing(1)},icon:{"& svg":{height:32,width:32},transition:e.transitions.create("color",{duration:e.transitions.duration.shorter})},card:{"&:hover":{boxShadow:e.shadows[16],color:e.palette.primary.main},boxShadow:e.shadows[0],textDecoration:"none",transition:e.transitions.create(["color","box-shadow"],{duration:e.transitions.duration.shorter})},cardContent:{"&&":{padding:e.spacing(4)}},content:{display:"flex",columnGap:e.spacing(2)}}),{name:"NavigationCard"}),we=b5;var it=l=>{var a=l,{className:e,classes:r={},children:o}=a,t=m(a,["className","classes","children"]);let n=we();return tt.createElement(h5,i({className:ot(n.card,e,r.root)},t),tt.createElement(y5,{className:ot(n.cardContent,r.content)},o))};var ig=l=>{var a=l,{icon:e,title:r,description:o}=a,t=m(a,["icon","title","description"]);let n=we();return t1.createElement(it,i({},t),t1.createElement("div",{className:n.content},t1.createElement("div",{className:n.icon},e),t1.createElement("div",null,t1.createElement(at,{variant:"subtitle1",className:n.boxLinkTitle},r),t1.createElement(at,{variant:"body2",color:"textSecondary",className:n.boxLinkText},o))))};import lt from"clsx";import st from"react";var L5=C(e=>({dark:{},success:{color:e.palette.saleor.success.mid,"&$dark":{color:e.palette.saleor.success.dark}},error:{color:e.palette.saleor.fail.mid,"&$dark":{color:e.palette.saleor.fail.dark}},warning:{color:e.palette.saleor.warning.mid,"&$dark":{color:e.palette.saleor.warning.dark}},info:{color:e.palette.saleor.main[1]}}),{name:"CircleIndicator"}),nt=L5;var M5=({color:e})=>{let{themeType:r}=L(),o=nt();return e==="success"?st.createElement(_r,{className:lt(o.success,r==="dark"&&o.dark)}):st.createElement(Ur,{className:lt({[o.error]:e==="error",[o.warning]:e==="warning",[o.info]:e==="info",[o.dark]:r==="dark"})})};M5.displayName="CircleIndicator";export{We as ActionBar,Fe as ActionBarContext,Lr as ActionBarProvider,O7 as AddEnvironmentIcon,Hn as Alert,_e as AlertBase,U7 as AppsIcon,Gr as ArrowRightIcon,Zt as AttributesLargeIcon,Ya as Backlink,Ve as BacklinkContext,kr as BacklinkProvider,rl as BackspaceIcon,Le as BaseList,Ie as BaseListBody,Be as BaseListFooter,Se as BaseListHeader,Me as BaseListItem,ke as BaseListItemCell,al as BillingIcon,G as Button,cl as CalendarIcon,Zr as CheckboxCheckedIcon,Ar as CheckboxIcon,Er as CheckboxIndeterminateIcon,zr as ChevronIcon,M5 as CircleIndicator,Ur as CircleIndicatorIcon,Tl as Close2Icon,j as CloseIcon,Zl as ColumnsIcon,o2 as CommentSmallIcon,d1 as CompleteIcon,ze as ConfirmButton,zl as CopyIcon,ql as CustomersIcon,s2 as CustomersLargeIcon,r3 as DashboardIcon,jr as DeleteIcon,s3 as DeleteUserIcon,m3 as DeveloperIcon,n5 as DialogHeader,s5 as DialogTable,v2 as DigitalLargeIcon,h2 as DigitalSmallIcon,M2 as DiscountLargeIcon,L3 as DiscountsIcon,P3 as DownloadIcon,V3 as DragIcon,E3 as EditIcon,F2 as EditSmallIcon,z3 as EnvironmentIcon,je as ExpandButton,qr as ExpandIcon,V1 as ExtensionMessageType,Y3 as EyeIcon,RC as Filter,t5 as FilterBar,zo as FilterRow,V as FilterType,rs as FilteringIcon,W2 as FilteringLargeIcon,U2 as GiftCardLargeIcon,ds as HelpIcon,v7 as ICONBUTTON_SIZE,J as IconButton,fs as ImageIcon,m1 as InfoIcon,h1 as LayoutButton,ys as LinkIcon,Zf as List,Df as ListBody,Ef as ListFooter,Af as ListHeader,Rf as ListItem,$f as ListItemCell,Of as ListItemCellAction,Ss as MailIcon,ne as MenuItem,se as MenuItemBtn,Ps as MinusIcon,Vs as MoreHorizontalIcon,Es as MoreIcon,ig as NavigationCard,it as NavigationCardBase,Os as NavigationIcon,si as NavigationLargeIcon,qs as NavigatorIcon,Js as NextIcon,o6 as NoConnectionIcon,u1 as NotAllowedIcon,Ci as NotAllowedInvertedIcon,fi as NotesLargeIcon,Zn as Notification,C6 as NotificationsIcon,mf as OffsettedList,ff as OffsettedListBody,uf as OffsettedListFooter,Cf as OffsettedListHeader,gf as OffsettedListItem,vf as OffsettedListItemCell,hi as OmnichannelLargeIcon,h6 as OrdersIcon,L4 as PageTab,B4 as PageTabPanel,S4 as PageTabs,k6 as PagesIcon,Qe as Pagination,Ye as PaginationActions,Je as PaginationRowNumberSelect,Bi as PermissionLargeIcon,w6 as PhotoIcon,No as Pill,Du as PillLink,Z6 as PlusIcon,R6 as PreviousIcon,G6 as PrinterIcon,K6 as PrivacyIcon,Y6 as ProductIcon,$i as ProductLargeIcon,Dr as RadioCheckedIcon,Rr as RadioIcon,p0 as RefreshIcon,u0 as ReplyIcon,Jn as ResponsiveTable,Ga as Savebar,c5 as ScrollShadow,x0 as SearchIcon,Xi as SearchLargeIcon,S0 as SettingsIcon,Qi as SettingsLargeIcon,Cn as Sidebar,yn as SidebarDrawer,F0 as SnapshotsIcon,Y as SquareButton,ia as StaffMembersLargeIcon,v4 as StatusChip,_r as SuccessCircleIndicatorIcon,d4 as TablePagination,sa as TaxesLargeIcon,E7 as ThemeProvider,U0 as TimeIcon,ma as TokenLargeIcon,o4 as Tooltip,J0 as TransferIcon,o9 as TranslationIcon,jn as UserChipMenu,_n as UserChipMenuItem,xa as WarehouseLargeIcon,g1 as WarningIcon,d9 as WebsiteIcon,f9 as WifiIcon,La as WifiLargeIcon,$o as change,Nr as createTheme,$r as dark,be as getActiveFilters,e1 as getAvailableFilters,L9 as isScrolledToBottom,M9 as isScrolledToTop,Or as light,C as makeStyles,ie as menuWidth,Ro as register,P5 as sendMessageToDashboard,Sr as sendMessageToExtension,ae as shrunkMenuWidth,Oo as toggle,Wo as toggleRange,yr as useActionBar,Mr as useBacklink,k9 as useElementScroll,V5 as useExtensionMessage,Wf as useListWidths,xf as useOffsettedListWidths,L as useTheme,Qr as useWindowScroll,Do as validate};
5
5
  //# sourceMappingURL=index.js.map