@faststore/core 3.44.2 → 3.46.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 (317) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +122 -57
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/webpack/client-production/0.pack +0 -0
  6. package/.next/cache/webpack/client-production/index.pack +0 -0
  7. package/.next/cache/webpack/server-production/0.pack +0 -0
  8. package/.next/cache/webpack/server-production/index.pack +0 -0
  9. package/.next/prerender-manifest.js +1 -1
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/react-loadable-manifest.json +65 -73
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/chunks/129.js +1 -0
  14. package/.next/server/chunks/1506.js +1 -1
  15. package/.next/server/chunks/1999.js +1 -0
  16. package/.next/server/chunks/2091.js +1 -0
  17. package/.next/server/chunks/2230.js +1 -0
  18. package/.next/server/chunks/2773.js +1 -0
  19. package/.next/server/chunks/2880.js +1 -1
  20. package/.next/server/chunks/3006.js +1 -0
  21. package/.next/server/chunks/4289.js +2 -2
  22. package/.next/server/chunks/4559.js +16 -3
  23. package/.next/server/chunks/4746.js +1 -1
  24. package/.next/server/chunks/5636.js +2 -0
  25. package/.next/server/chunks/5772.js +1 -0
  26. package/.next/server/chunks/6594.js +1 -1
  27. package/.next/server/chunks/674.js +1 -1
  28. package/.next/server/chunks/7228.js +1 -1
  29. package/.next/server/chunks/8038.js +1 -0
  30. package/.next/server/chunks/804.js +1 -1
  31. package/.next/server/chunks/8307.js +1 -0
  32. package/.next/server/chunks/831.js +1 -1
  33. package/.next/server/chunks/8562.js +1 -1
  34. package/.next/server/chunks/8646.js +1 -1
  35. package/.next/server/chunks/9559.js +9 -0
  36. package/.next/server/chunks/9664.js +1 -0
  37. package/.next/server/chunks/UIBannerText.js +1 -1
  38. package/.next/server/functions-config-manifest.json +1 -1
  39. package/.next/server/middleware-build-manifest.js +1 -1
  40. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  41. package/.next/server/pages/404.js +1 -1
  42. package/.next/server/pages/404.js.nft.json +1 -1
  43. package/.next/server/pages/500.js +1 -1
  44. package/.next/server/pages/500.js.nft.json +1 -1
  45. package/.next/server/pages/[...slug].js +1 -1
  46. package/.next/server/pages/[...slug].js.nft.json +1 -1
  47. package/.next/server/pages/[slug]/p.js +1 -1
  48. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  49. package/.next/server/pages/_app.js.nft.json +1 -1
  50. package/.next/server/pages/_document.js.nft.json +1 -1
  51. package/.next/server/pages/_error.js.nft.json +1 -1
  52. package/.next/server/pages/account/403.js +1 -0
  53. package/.next/server/pages/account/403.js.nft.json +1 -0
  54. package/.next/server/pages/account/404.js +1 -0
  55. package/.next/server/pages/account/404.js.nft.json +1 -0
  56. package/.next/server/pages/account/[...unknown].js +1 -0
  57. package/.next/server/pages/account/[...unknown].js.nft.json +1 -0
  58. package/.next/server/pages/account/orders/[id].js +1 -0
  59. package/.next/server/pages/account/orders/[id].js.nft.json +1 -0
  60. package/.next/server/pages/account/orders.js +1 -0
  61. package/.next/server/pages/account/orders.js.nft.json +1 -0
  62. package/.next/server/pages/account/profile.js +1 -1
  63. package/.next/server/pages/account/profile.js.nft.json +1 -1
  64. package/.next/server/pages/account/security.js +1 -0
  65. package/.next/server/pages/account/security.js.nft.json +1 -0
  66. package/.next/server/pages/account/user-details.js +1 -0
  67. package/.next/server/pages/account/user-details.js.nft.json +1 -0
  68. package/.next/server/pages/account.js +1 -1
  69. package/.next/server/pages/account.js.nft.json +1 -1
  70. package/.next/server/pages/api/graphql.js +2 -2
  71. package/.next/server/pages/api/graphql.js.nft.json +1 -1
  72. package/.next/server/pages/api/health/live.js.nft.json +1 -1
  73. package/.next/server/pages/api/health/ready.js.nft.json +1 -1
  74. package/.next/server/pages/api/preview.js.nft.json +1 -1
  75. package/.next/server/pages/checkout.js +1 -1
  76. package/.next/server/pages/checkout.js.nft.json +1 -1
  77. package/.next/server/pages/en-US/404.html +2 -2
  78. package/.next/server/pages/en-US/500.html +2 -2
  79. package/.next/server/pages/en-US/account/403.html +28 -0
  80. package/.next/server/pages/en-US/account/403.json +1 -0
  81. package/.next/server/pages/en-US/account/404.html +28 -0
  82. package/.next/server/pages/en-US/account/404.json +1 -0
  83. package/.next/server/pages/en-US/checkout.html +2 -2
  84. package/.next/server/pages/en-US/login.html +2 -2
  85. package/.next/server/pages/en-US/s.html +2 -2
  86. package/.next/server/pages/en-US.html +2 -2
  87. package/.next/server/pages/index.js +1 -1
  88. package/.next/server/pages/index.js.nft.json +1 -1
  89. package/.next/server/pages/login.js +1 -1
  90. package/.next/server/pages/login.js.nft.json +1 -1
  91. package/.next/server/pages/s.js +1 -1
  92. package/.next/server/pages/s.js.nft.json +1 -1
  93. package/.next/server/pages-manifest.json +1 -1
  94. package/.next/static/chunks/4349-e6912711a345e5b6.js +1 -0
  95. package/.next/static/chunks/4625-a77d5db94b3a2b8f.js +1 -0
  96. package/.next/static/chunks/4746.f94ab461c31311bb.js +1 -0
  97. package/.next/static/chunks/4774.0450cb0efbfe76f4.js +1 -0
  98. package/.next/static/chunks/5836.92639eae2107d7af.js +1 -0
  99. package/.next/static/chunks/630.a3bf6c7cd8c945e1.js +6 -0
  100. package/.next/static/chunks/6335-1380989b5cc84425.js +1 -0
  101. package/.next/static/chunks/{2004.a778e11dd3802b72.js → 6410.bd3fa399df59cc80.js} +1 -1
  102. package/.next/static/chunks/6536.be112cd4a3efe253.js +1 -0
  103. package/.next/static/chunks/6867.27c1cb57ed76dd02.js +1 -0
  104. package/.next/static/chunks/7498-9b4ed9d4a65914cc.js +1 -0
  105. package/.next/static/chunks/7959.df78bb2e81b8d29c.js +1 -0
  106. package/.next/static/chunks/{9.89f24163370f3a22.js → 9.1db9e34673fbd5c9.js} +1 -1
  107. package/.next/static/chunks/9540.19d844fec8517602.js +1 -0
  108. package/.next/static/chunks/{1418-e86227bcf9a5d486.js → 9770-6f30493e3f7ab51b.js} +3 -3
  109. package/.next/static/chunks/BannerNewsletter.3031c9944928c34a.js +1 -0
  110. package/.next/static/chunks/BannerText.ca4ae220fed6bdd6.js +1 -0
  111. package/.next/static/chunks/CartSidebar.3d23093834f2c79a.js +1 -0
  112. package/.next/static/chunks/{Dropdown.7fe839c5ffce4687.js → Dropdown.534482865327310f.js} +1 -1
  113. package/.next/static/chunks/{DropdownButton.3991a37657e1d194.js → DropdownButton.90e7cb14e5866e74.js} +1 -1
  114. package/.next/static/chunks/{DropdownItem.0b3c39f881ca0832.js → DropdownItem.e74df13f69f8c3aa.js} +1 -1
  115. package/.next/static/chunks/{DropdownMenu.943b2d11ffa50ff6.js → DropdownMenu.56cde48e9fbbefe5.js} +1 -1
  116. package/.next/static/chunks/{Footer.1f83637df0884013.js → Footer.4bb5645e731073e7.js} +1 -1
  117. package/.next/static/chunks/Newsletter.f87cd1eca34af5e1.js +1 -0
  118. package/.next/static/chunks/ProductShelf.9b64813b3d1f4c9a.js +1 -0
  119. package/.next/static/chunks/ProductTiles.ebf02b46a32f5a53.js +1 -0
  120. package/.next/static/chunks/RegionModal.cdf4facd086a88e0.js +1 -0
  121. package/.next/static/chunks/Toast.fbfeced8149ed940.js +1 -0
  122. package/.next/static/chunks/{UIBannerText.45cf608e46cde628.js → UIBannerText.ef0582cb5cb01720.js} +1 -1
  123. package/.next/static/chunks/UISKUMatrixSidebar.64a50464062c77e9.js +1 -0
  124. package/.next/static/chunks/UIToast.22fea5cca8ee2b21.js +1 -0
  125. package/.next/static/chunks/pages/{404-6300c433469b7262.js → 404-e89b928faf6b9125.js} +1 -1
  126. package/.next/static/chunks/pages/{500-2d1dd344c8a8827f.js → 500-604704ba70e1e80a.js} +1 -1
  127. package/.next/static/chunks/pages/[...slug]-f80d7d8c8c7948a4.js +1 -0
  128. package/.next/static/chunks/pages/[slug]/p-748d6a1dbe59a2c8.js +1 -0
  129. package/.next/static/chunks/pages/_app-e5a4d3ef47f1b5c3.js +1 -0
  130. package/.next/static/chunks/pages/account/403-e4e6145815eeef01.js +1 -0
  131. package/.next/static/chunks/pages/account/404-ecfebfad41d655e9.js +1 -0
  132. package/.next/static/chunks/pages/account/[...unknown]-b233f92b64bd80cb.js +1 -0
  133. package/.next/static/chunks/pages/account/orders/[id]-8ab11c6c528911e9.js +1 -0
  134. package/.next/static/chunks/pages/account/orders-41bc5ef76c592a64.js +1 -0
  135. package/.next/static/chunks/pages/account/profile-2f501aabce910508.js +1 -0
  136. package/.next/static/chunks/pages/account/security-10e9e41318110950.js +1 -0
  137. package/.next/static/chunks/pages/account/user-details-5a7f30c290c25ec9.js +1 -0
  138. package/.next/static/chunks/pages/{checkout-93b647fc45454d97.js → checkout-cf3d3c3669a5e50b.js} +1 -1
  139. package/.next/static/chunks/pages/{index-07bc320fc045538c.js → index-e79b4e1ce52a8ea0.js} +1 -1
  140. package/.next/static/chunks/pages/{login-2454f1cd309c27d2.js → login-013b1f7a2b4bb9e0.js} +1 -1
  141. package/.next/static/chunks/pages/s-deeb7a0bdb02aaa9.js +1 -0
  142. package/.next/static/chunks/webpack-889c9cccd383a436.js +1 -0
  143. package/.next/static/css/2557aa3eaecf6ef0.css +1 -0
  144. package/.next/static/css/{b8945ac5f5327c34.css → 25ded555cb9a704f.css} +1 -1
  145. package/.next/static/css/5347dbc8b71de47d.css +1 -0
  146. package/.next/static/css/84d35f475d0dc928.css +1 -0
  147. package/.next/static/css/9d1abf05f9ffaf8f.css +1 -0
  148. package/.next/static/css/b7bba8fce075688b.css +1 -0
  149. package/.next/static/ptJ56QsnBqlWtpbKOLiri/_buildManifest.js +1 -0
  150. package/.next/static/ptJ56QsnBqlWtpbKOLiri/_ssgManifest.js +1 -0
  151. package/.next/trace +129 -112
  152. package/.turbo/turbo-build.log +40 -30
  153. package/.turbo/turbo-test.log +5 -5
  154. package/@generated/gql.ts +34 -2
  155. package/@generated/graphql.ts +1569 -2
  156. package/@generated/persisted-documents.json +4 -1
  157. package/@generated/schema.graphql +750 -0
  158. package/CHANGELOG.md +12 -0
  159. package/discovery.config.default.js +1 -1
  160. package/package.json +7 -8
  161. package/public/icons.svg +106 -0
  162. package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawer.tsx +68 -0
  163. package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawerBody.tsx +21 -0
  164. package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawerHeader.tsx +39 -0
  165. package/src/components/account/MyAccountDrawer/OrganizationDrawer/index.ts +3 -0
  166. package/src/components/account/MyAccountDrawer/OrganizationDrawer/section.module.scss +125 -0
  167. package/src/components/account/MyAccountDrawer/OrganizationSignInButton/OrganizationSignInButton.tsx +50 -0
  168. package/src/components/account/MyAccountDrawer/OrganizationSignInButton/index.ts +1 -0
  169. package/src/components/account/MyAccountDrawer/ProfileSummary/ProfileSummary.tsx +69 -0
  170. package/src/components/account/MyAccountDrawer/ProfileSummary/profile-summary.scss +128 -0
  171. package/src/components/account/MyAccountLayout/MyAccountLayout.tsx +2 -2
  172. package/src/components/account/MyAccountLayout/styles.scss +8 -4
  173. package/src/components/account/MyAccountMenu/styles.scss +3 -2
  174. package/src/components/account/components/BottomSheet/BottomSheet.tsx +58 -0
  175. package/src/components/account/components/BottomSheet/styles.scss +35 -0
  176. package/src/components/account/components/MyAccountAccordion/MyAccountAccordion.tsx +13 -0
  177. package/src/components/account/components/MyAccountAccordion/MyAccountAccordionButton.tsx +35 -0
  178. package/src/components/account/components/MyAccountAccordion/MyAccountAccordionItem.tsx +21 -0
  179. package/src/components/account/components/MyAccountAccordion/MyAccountAccordionPanel.tsx +16 -0
  180. package/src/components/account/components/MyAccountAccordion/index.ts +4 -0
  181. package/src/components/account/components/MyAccountAccordion/styles.scss +88 -0
  182. package/src/components/account/components/MyAccountCard/MyAccountCard.tsx +13 -0
  183. package/src/components/account/components/MyAccountCard/index.ts +1 -0
  184. package/src/components/account/components/MyAccountCard/styles.scss +23 -0
  185. package/src/components/account/components/MyAccountStatusBadge/MyAccountStatusBadge.tsx +28 -0
  186. package/src/components/account/components/MyAccountStatusBadge/index.ts +1 -0
  187. package/src/components/account/components/MyAccountStatusBadge/styles.scss +54 -0
  188. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterFacetDateRange/MyAccountFilterFacetDateRange.tsx +113 -0
  189. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterFacetDateRange/index.ts +2 -0
  190. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterFacetDateRange/styles.scss +43 -0
  191. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterSlider.tsx +209 -0
  192. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/index.ts +1 -0
  193. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/section.module.scss +24 -0
  194. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrders.tsx +296 -0
  195. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersEmptyState/MyAccountListOrdersEmptyState.tsx +20 -0
  196. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersEmptyState/index.ts +1 -0
  197. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersEmptyState/styles.scss +43 -0
  198. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/MyAccountListOrdersTable.tsx +210 -0
  199. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/index.ts +1 -0
  200. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/styles.scss +153 -0
  201. package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/MyAccountSelectedTags.tsx +119 -0
  202. package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/index.ts +1 -0
  203. package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/styles.scss +69 -0
  204. package/src/components/account/orders/MyAccountListOrders/index.ts +1 -0
  205. package/src/components/account/orders/MyAccountListOrders/styles.module.scss +100 -0
  206. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryCard/MyAccountDeliveryCard.tsx +47 -0
  207. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryCard/index.ts +1 -0
  208. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryCard/styles.scss +44 -0
  209. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordion.tsx +93 -0
  210. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordionDeliveryInfo.tsx +86 -0
  211. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordionProducts.tsx +74 -0
  212. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/index.ts +6 -0
  213. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/styles.scss +193 -0
  214. package/src/components/account/orders/MyAccountOrderDetails/MyAccountMoreInformationCard/MyAccountMoreInformationCard.tsx +31 -0
  215. package/src/components/account/orders/MyAccountOrderDetails/MyAccountMoreInformationCard/index.ts +1 -0
  216. package/src/components/account/orders/MyAccountOrderDetails/MyAccountMoreInformationCard/styles.scss +22 -0
  217. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/MyAccountOrderActionModal.tsx +121 -0
  218. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/index.ts +2 -0
  219. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/styles.module.scss +40 -0
  220. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/useOrderActionModal.ts +38 -0
  221. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/MyAccountOrderActions.tsx +154 -0
  222. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/index.ts +1 -0
  223. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/styles.scss +33 -0
  224. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderDetails.tsx +106 -0
  225. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderedByCard/MyAccountOrderedByCard.tsx +54 -0
  226. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderedByCard/index.ts +1 -0
  227. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderedByCard/styles.scss +65 -0
  228. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/MyAccountPaymentCard.tsx +157 -0
  229. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/MyAccountPaymentFlagsIcon.tsx +106 -0
  230. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/index.ts +1 -0
  231. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/styles.scss +76 -0
  232. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/MyAccountStatusCard.tsx +276 -0
  233. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/index.ts +1 -0
  234. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/styles.scss +205 -0
  235. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/useConnectorPositioning.ts +74 -0
  236. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/MyAccountSummaryCard.tsx +92 -0
  237. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/index.ts +1 -0
  238. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/styles.scss +45 -0
  239. package/src/components/account/orders/MyAccountOrderDetails/index.ts +1 -0
  240. package/src/components/account/orders/MyAccountOrderDetails/section.module.scss +114 -0
  241. package/src/components/account/utils/useFormatPrice.ts +18 -0
  242. package/src/components/cms/RenderSections.tsx +1 -1
  243. package/src/components/navigation/Navbar/Navbar.tsx +16 -1
  244. package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +18 -3
  245. package/src/customizations/src/myAccount/extensions/orders/[id]/after.tsx +7 -0
  246. package/src/customizations/src/myAccount/extensions/orders/[id]/before.tsx +7 -0
  247. package/src/customizations/src/myAccount/extensions/orders/after.tsx +7 -0
  248. package/src/customizations/src/myAccount/extensions/orders/before.tsx +7 -0
  249. package/src/customizations/src/myAccount/extensions/profile/after.tsx +7 -0
  250. package/src/customizations/src/myAccount/extensions/profile/before.tsx +7 -0
  251. package/src/customizations/src/myAccount/extensions/security/after.tsx +7 -0
  252. package/src/customizations/src/myAccount/extensions/security/before.tsx +7 -0
  253. package/src/customizations/src/myAccount/extensions/user-details/after.tsx +7 -0
  254. package/src/customizations/src/myAccount/extensions/user-details/before.tsx +7 -0
  255. package/src/experimental/myAccountSeverSideProps.ts +12 -1
  256. package/src/pages/account/403.tsx +103 -0
  257. package/src/pages/account/404.tsx +95 -0
  258. package/src/pages/account/[...unknown].tsx +39 -0
  259. package/src/pages/account/index.tsx +8 -16
  260. package/src/pages/account/orders/[id].tsx +764 -0
  261. package/src/pages/account/orders/index.tsx +273 -0
  262. package/src/pages/account/orders/styles.module.scss +35 -0
  263. package/src/pages/account/profile.tsx +62 -17
  264. package/src/pages/account/security.tsx +94 -0
  265. package/src/pages/account/user-details.tsx +94 -0
  266. package/src/sdk/account/getMyAccountRoutes.ts +13 -12
  267. package/src/sdk/account/useApproveOrder.ts +53 -0
  268. package/src/sdk/account/useCancelOrder.ts +34 -0
  269. package/src/sdk/account/useDebounce.ts +23 -0
  270. package/src/sdk/account/useRejectOrder.ts +53 -0
  271. package/src/sdk/search/useMyAccountFilter.ts +157 -0
  272. package/src/sdk/session/index.ts +9 -0
  273. package/src/utils/myAccountRedirect.tsx +36 -0
  274. package/src/utils/userOrderStatus.ts +141 -0
  275. package/src/utils/utilities.ts +35 -3
  276. package/test/server/index.test.ts +9 -1
  277. package/.next/server/chunks/1246.js +0 -1
  278. package/.next/server/chunks/2443.js +0 -1
  279. package/.next/server/chunks/4725.js +0 -1
  280. package/.next/server/chunks/563.js +0 -1
  281. package/.next/server/chunks/6968.js +0 -10
  282. package/.next/server/chunks/7468.js +0 -1
  283. package/.next/server/chunks/8355.js +0 -1
  284. package/.next/static/chunks/1173.ca14a5bc4e1264f4.js +0 -1
  285. package/.next/static/chunks/2206.44239ce81a09bc17.js +0 -1
  286. package/.next/static/chunks/4349-87a956a73b97519c.js +0 -1
  287. package/.next/static/chunks/4625-553d20c86b0ca577.js +0 -1
  288. package/.next/static/chunks/4746.2e16ec0663a3873f.js +0 -1
  289. package/.next/static/chunks/4774.8e70c01dcd0ed4b3.js +0 -1
  290. package/.next/static/chunks/4865.4017be0f8e7c8cf0.js +0 -1
  291. package/.next/static/chunks/5259-90f7ef92cf24e49a.js +0 -1
  292. package/.next/static/chunks/5836.48126b7866819f9e.js +0 -1
  293. package/.next/static/chunks/630.13d3dd939b789798.js +0 -6
  294. package/.next/static/chunks/6335-6eb4ff84af184b88.js +0 -1
  295. package/.next/static/chunks/6536.d5260107222db13c.js +0 -1
  296. package/.next/static/chunks/7498-72289e704e7c7056.js +0 -1
  297. package/.next/static/chunks/7959.7c721505286572c0.js +0 -1
  298. package/.next/static/chunks/BannerNewsletter.8982f42e60ed8828.js +0 -1
  299. package/.next/static/chunks/BannerText.5b250db1cf67e44f.js +0 -1
  300. package/.next/static/chunks/CartSidebar.aa9e43be37034654.js +0 -1
  301. package/.next/static/chunks/Newsletter.9db4df2d4fb33227.js +0 -1
  302. package/.next/static/chunks/ProductShelf.9cea36116836c161.js +0 -1
  303. package/.next/static/chunks/ProductTiles.059a4a6360e1d4ea.js +0 -1
  304. package/.next/static/chunks/RegionModal.4594b707a1092551.js +0 -1
  305. package/.next/static/chunks/Toast.01d4ac8bf14c1be5.js +0 -1
  306. package/.next/static/chunks/UIButton.3186f933c0ecfb31.js +0 -1
  307. package/.next/static/chunks/UISKUMatrixSidebar.9ac3980a60cfc358.js +0 -1
  308. package/.next/static/chunks/UIToast.221eb10681d2f642.js +0 -1
  309. package/.next/static/chunks/pages/[...slug]-c1a62d58f5940747.js +0 -1
  310. package/.next/static/chunks/pages/[slug]/p-555dc09a5e78260e.js +0 -1
  311. package/.next/static/chunks/pages/_app-d5641120092ee13b.js +0 -1
  312. package/.next/static/chunks/pages/account/profile-23b2e9fbbd95a30b.js +0 -1
  313. package/.next/static/chunks/pages/s-9901e6857f517b8b.js +0 -1
  314. package/.next/static/chunks/webpack-f338de6955d58a39.js +0 -1
  315. package/.next/static/css/249b9deaabc0d32d.css +0 -1
  316. package/.next/static/t5v5T1mAjzrYWEKaMk8mu/_buildManifest.js +0 -1
  317. package/.next/static/t5v5T1mAjzrYWEKaMk8mu/_ssgManifest.js +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.46.0](https://github.com/vtex/faststore/compare/v3.45.0...v3.46.0) (2025-05-21)
7
+
8
+ ### Features
9
+
10
+ - userEmail instead of roles in Drawer SFS-2514 ([#2853](https://github.com/vtex/faststore/issues/2853)) ([56f36ba](https://github.com/vtex/faststore/commit/56f36bab29c39b530f5ddc3e734077f69c682e4a))
11
+
12
+ # 3.45.0 (2025-05-20)
13
+
14
+ ### Features
15
+
16
+ - my account release 2 ([#2786](https://github.com/vtex/faststore/issues/2786)) ([2a6339c](https://github.com/vtex/faststore/commit/2a6339ce060ff2707a6734f5c4fdae8b4f4c4480))
17
+
6
18
  ## [3.44.2](https://github.com/vtex/faststore/compare/v3.44.1...v3.44.2) (2025-05-14)
7
19
 
8
20
  ### Bug Fixes
@@ -143,7 +143,7 @@ module.exports = {
143
143
  preact: false,
144
144
  enableRedirects: false,
145
145
  enableSearchSSR: false,
146
- enableFaststoreMyAccount: false,
146
+ enableFaststoreMyAccount: true,
147
147
  enableVtexAssetsLoader: false,
148
148
  graphqlCacheControl: {
149
149
  maxAge: 0, // 0 disables cache, 5 * 60 enable cache control maxAge 5 minutes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.44.2",
3
+ "version": "3.46.0",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -44,12 +44,11 @@
44
44
  "@envelop/graphql-jit": "^8.0.3",
45
45
  "@envelop/parser-cache": "^6.0.2",
46
46
  "@envelop/validation-cache": "^6.0.2",
47
- "@faststore/api": "^3.44.0",
48
- "@faststore/components": "^3.44.0",
49
- "@faststore/graphql-utils": "^3.38.3",
50
- "@faststore/lighthouse": "^3.38.3",
51
- "@faststore/sdk": "^3.44.0",
52
- "@faststore/ui": "^3.44.0",
47
+ "@faststore/api": "^3.46.0",
48
+ "@faststore/graphql-utils": "^3.45.0",
49
+ "@faststore/lighthouse": "^3.45.0",
50
+ "@faststore/sdk": "^3.46.0",
51
+ "@faststore/ui": "^3.45.0",
53
52
  "@graphql-codegen/cli": "5.0.2",
54
53
  "@graphql-codegen/client-preset": "4.2.6",
55
54
  "@graphql-codegen/typescript": "4.0.7",
@@ -106,5 +105,5 @@
106
105
  "ts-jest": "29.1.1",
107
106
  "typescript": "5.3.2"
108
107
  },
109
- "gitHead": "df13699374e1a1d758d6776e8749acde0b32bebf"
108
+ "gitHead": "6aba366be5bd864289592ae2c01728130414796f"
110
109
  }
package/public/icons.svg CHANGED
@@ -13,6 +13,10 @@
13
13
 
14
14
  <symbol id="Bag" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><rect x="32" y="72" width="192" height="144" rx="8" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></rect><path d="M88,104V72a40,40,0,0,1,80,0v32" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path></symbol>
15
15
 
16
+ <symbol id="Bag2" width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
17
+ <path d="M10.5 50.9443C9.5375 50.9443 8.71364 50.6015 8.02842 49.9159C7.34281 49.2307 7 48.4068 7 47.4443V16.5277C7 15.5652 7.34281 14.7411 8.02842 14.0555C8.71364 13.3703 9.5375 13.0277 10.5 13.0277H16.9167C16.9167 9.99434 17.9569 7.38878 20.0375 5.211C22.1181 3.03322 24.675 1.94434 27.7083 1.94434C30.8552 1.94434 33.5378 3.01378 35.756 5.15267C37.9742 7.29156 39.0833 9.91656 39.0833 13.0277H45.5C46.4625 13.0277 47.2866 13.3703 47.9722 14.0555C48.6574 14.7411 49 15.5652 49 16.5277V47.4443C49 48.4068 48.6574 49.2307 47.9722 49.9159C47.2866 50.6015 46.4625 50.9443 45.5 50.9443H10.5ZM10.5 47.4443H45.5V16.5277H10.5V47.4443ZM28 30.5277C31.0722 30.5277 33.7361 29.3999 35.9917 27.1443C38.2472 24.8888 39.375 22.2249 39.375 19.1527H35.875C35.875 21.2916 35.0972 23.1388 33.5417 24.6943C31.9861 26.2499 30.1389 27.0277 28 27.0277C25.8611 27.0277 24.0139 26.2499 22.4583 24.6943C20.9028 23.1388 20.125 21.2916 20.125 19.1527H16.625C16.625 22.2249 17.7528 24.8888 20.0083 27.1443C22.2639 29.3999 24.9278 30.5277 28 30.5277ZM20.4167 13.0277H35.5833C35.5833 10.8888 34.8542 9.09017 33.3958 7.63184C31.9375 6.1735 30.1389 5.44434 28 5.44434C25.8611 5.44434 24.0625 6.1735 22.6042 7.63184C21.1458 9.09017 20.4167 10.8888 20.4167 13.0277Z" fill="#D6D6D6"/>
18
+ </symbol>
19
+
16
20
  <symbol id="Bell" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><path d="M56.2,104a71.9,71.9,0,0,1,72.3-72c39.6.3,71.3,33.2,71.3,72.9V112c0,35.8,7.5,56.6,14.1,68a8,8,0,0,1-6.9,12H49a8,8,0,0,1-6.9-12c6.6-11.4,14.1-32.2,14.1-68Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M96,192v8a32,32,0,0,0,64,0v-8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></symbol>
17
21
 
18
22
  <symbol id="BellRinging" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><path d="M56.20305,112a71.80121,71.80121,0,1,1,143.60186,0h0c0,35.81563,7.49325,56.59893,14.093,67.95814A7.999,7.999,0,0,1,207.01628,192H48.98365A7.99908,7.99908,0,0,1,42.103,179.95641c6.60328-11.35959,14.1-32.1426,14.1-67.95641Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M96,192v8a32,32,0,0,0,64,0v-8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M183.43247,23.98832a104.46641,104.46641,0,0,1,37.91845,42.1156" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M34.64909,66.10391A104.46639,104.46639,0,0,1,72.56757,23.98829" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></symbol>
@@ -31,6 +35,10 @@
31
35
 
32
36
  <symbol id="CircleWavyCheck" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><path d="M54.46089,201.53911c-9.204-9.204-3.09935-28.52745-7.78412-39.85C41.82037,149.95168,24,140.50492,24,127.99963,24,115.4945,41.82047,106.048,46.67683,94.31079c4.68477-11.32253-1.41993-30.6459,7.78406-39.8499s28.52746-3.09935,39.85-7.78412C106.04832,41.82037,115.49508,24,128.00037,24c12.50513,0,21.95163,17.82047,33.68884,22.67683,11.32253,4.68477,30.6459-1.41993,39.8499,7.78406s3.09935,28.52746,7.78412,39.85C214.17963,106.04832,232,115.49508,232,128.00037c0,12.50513-17.82047,21.95163-22.67683,33.68884-4.68477,11.32253,1.41993,30.6459-7.78406,39.8499s-28.52745,3.09935-39.85,7.78412C149.95168,214.17963,140.50492,232,127.99963,232c-12.50513,0-21.95163-17.82047-33.68884-22.67683C82.98826,204.6384,63.66489,210.7431,54.46089,201.53911Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><polyline points="172 104 113.333 160 84 132" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></polyline></symbol>
33
37
 
38
+ <symbol id="CircleCheck" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
39
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.65 9.55L10.6 16.6L6.35 12.35L7.75 10.95L10.6 13.8L16.25 8.15L17.65 9.55ZM8.1 21.2125C9.31667 21.7375 10.6167 22 12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31667 2.2625 8.1 2.7875C6.88333 3.3125 5.825 4.025 4.925 4.925C4.025 5.825 3.3125 6.88333 2.7875 8.1C2.2625 9.31667 2 10.6167 2 12C2 13.3833 2.2625 14.6833 2.7875 15.9C3.3125 17.1167 4.025 18.175 4.925 19.075C5.825 19.975 6.88333 20.6875 8.1 21.2125ZM17.675 17.675C16.125 19.225 14.2333 20 12 20C9.76667 20 7.875 19.225 6.325 17.675C4.775 16.125 4 14.2333 4 12C4 9.76667 4.775 7.875 6.325 6.325C7.875 4.775 9.76667 4 12 4C14.2333 4 16.125 4.775 17.675 6.325C19.225 7.875 20 9.76667 20 12C20 14.2333 19.225 16.125 17.675 17.675Z" fill="currentColor"/>
40
+ </symbol>
41
+
34
42
  <symbol id="CircleWavyWarning" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><path d="M54.46089,201.53911c-9.204-9.204-3.09935-28.52745-7.78412-39.85C41.82037,149.95168,24,140.50492,24,127.99963,24,115.4945,41.82047,106.048,46.67683,94.31079c4.68477-11.32253-1.41993-30.6459,7.78406-39.8499s28.52746-3.09935,39.85-7.78412C106.04832,41.82037,115.49508,24,128.00037,24c12.50513,0,21.95163,17.82047,33.68884,22.67683,11.32253,4.68477,30.6459-1.41993,39.8499,7.78406s3.09935,28.52746,7.78412,39.85C214.17963,106.04832,232,115.49508,232,128.00037c0,12.50513-17.82047,21.95163-22.67683,33.68884-4.68477,11.32253,1.41993,30.6459-7.78406,39.8499s-28.52745,3.09935-39.85,7.78412C149.95168,214.17963,140.50492,232,127.99963,232c-12.50513,0-21.95163-17.82047-33.68884-22.67683C82.98826,204.6384,63.66489,210.7431,54.46089,201.53911Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><line x1="127.99951" y1="80" x2="127.99951" y2="136" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></line><circle cx="127.99951" cy="172" r="8"></circle></symbol>
35
43
 
36
44
  <symbol id="ClockClockwise" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="none" d="M0 0h256v256H0z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="18" d="M128 80v48m41.6 24L128 128m56.2-28.3h40v-40"/><path d="M190.2 190.2a88 88 0 1 1 0-124.4l34 33.9" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="18"/></symbol>
@@ -125,4 +133,102 @@
125
133
  <symbol id="Stripe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 468 222.5"><path class="st0" d="M414 113.4c0-25.6-12.4-45.8-36.1-45.8-23.8 0-38.2 20.2-38.2 45.6 0 30.1 17 45.3 41.4 45.3 11.9 0 20.9-2.7 27.7-6.5v-20c-6.8 3.4-14.6 5.5-24.5 5.5-9.7 0-18.3-3.4-19.4-15.2h48.9c0-1.3.2-6.5.2-8.9zm-49.4-9.5c0-11.3 6.9-16 13.2-16 6.1 0 12.6 4.7 12.6 16h-25.8zM301.1 67.6c-9.8 0-16.1 4.6-19.6 7.8l-1.3-6.2h-22v116.6l25-5.3.1-28.3c3.6 2.6 8.9 6.3 17.7 6.3 17.9 0 34.2-14.4 34.2-46.1-.1-29-16.6-44.8-34.1-44.8zm-6 68.9c-5.9 0-9.4-2.1-11.8-4.7l-.1-37.1c2.6-2.9 6.2-4.9 11.9-4.9 9.1 0 15.4 10.2 15.4 23.3 0 13.4-6.2 23.4-15.4 23.4zM223.8 61.7l25.1-5.4V36l-25.1 5.3zM223.8 69.3h25.1v87.5h-25.1zM196.9 76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7 15.9-6.3 19-5.2v-23c-3.2-1.2-14.9-3.4-20.8 7.4zM146.9 47.6l-24.4 5.2-.1 80.1c0 14.8 11.1 25.7 25.9 25.7 8.2 0 14.2-1.5 17.5-3.3V135c-3.2 1.3-19 5.9-19-8.9V90.6h19V69.3h-19l.1-21.7zM79.3 94.7c0-3.9 3.2-5.4 8.5-5.4 7.6 0 17.2 2.3 24.8 6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6C67.5 67.6 54 78.2 54 95.9c0 27.6 38 23.2 38 35.1 0 4.6-4 6.1-9.6 6.1-8.3 0-18.9-3.4-27.3-8v23.8c9.3 4 18.7 5.7 27.3 5.7 20.8 0 35.1-10.3 35.1-28.2-.1-29.8-38.2-24.5-38.2-35.7z" fill="#635bff"/></symbol>
126
134
 
127
135
  <symbol id="Visa" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path d="M10.405 15.8656H8.44718L9.67054 8.13848H11.6283L10.405 15.8656Z" fill="#0066B3"/><path d="M6.79891 8.13848L4.93167 13.4532L4.71034 12.308L4.05238 8.83512C4.05238 8.83512 3.9719 8.13848 3.12279 8.13848H0.0362179L0 8.26871C0 8.26871 0.943678 8.47129 2.04832 9.1514L3.75057 15.8656H5.79084L8.90558 8.13848H6.79891Z" fill="#0066B3"/><path d="M22.2012 15.8656H24L22.4326 8.13848H20.8571C20.1307 8.13848 19.9536 8.71522 19.9536 8.71522L17.0341 15.8677H19.0743L19.4828 14.7204H21.9718L22.2012 15.8656ZM20.0462 13.1328L21.0744 10.2408L21.6539 13.1328H20.0462Z" fill="#0066B3"/><path d="M17.1874 9.9969L17.4671 8.33695C17.4671 8.33695 16.6039 8 15.7065 8C14.7347 8 12.4268 8.43618 12.4268 10.5592C12.4268 12.5561 15.1351 12.5809 15.1351 13.6289C15.1351 14.677 12.7065 14.491 11.9036 13.8295L11.6119 15.5638C11.6119 15.5638 12.4871 16 13.8232 16C15.1592 16 17.1754 15.2889 17.1754 13.354C17.1754 11.3447 14.4429 11.1587 14.4429 10.2842C14.4409 9.40982 16.3484 9.52145 17.1874 9.9969Z" fill="#0066B3"/></symbol>
136
+
137
+ <symbol fill="none" viewBox="0 0 31 24" id="JCB" xmlns="http://www.w3.org/2000/svg">
138
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.062 8.47v4.22c0 .343-.055.675-.226.976a1.643 1.643 0 0 1-1.256.835c-.749.108-1.484-.007-2.198-.233-.441-.143-.867-.337-1.302-.503-.082-.033-.08-.09-.08-.157V4.619c.013-1.678 1.159-3.13 2.773-3.512a4.36 4.36 0 0 1 .91-.1c1.697-.007 3.394 0 5.09 0h.146v.148c0 6.08.007 12.158-.005 18.237-.011 1.723-1.22 3.198-2.89 3.526a4.172 4.172 0 0 1-.791.075c-1.694.007-3.385.005-5.077.007h-.144V15.29c.332.067.66.15.994.197.614.084 1.23.17 1.847.208.561.035 1.13.033 1.69.004.815-.042 1.614-.19 2.34-.598.798-.448 1.237-1.14 1.289-2.06.034-.577.024-1.158.025-1.736.004-.894 0-1.787.004-2.681 0-.125-.03-.163-.158-.161-.944.005-1.888.003-2.832.005h-.15Z" fill="#255797"/>
139
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.021 22.994v-8.43c.026.01.044.015.058.026.659.535 1.429.807 2.243.963 1.06.204 2.128.216 3.199.13.772-.071 1.539-.197 2.294-.376.09-.02.128-.05.128-.151-.007-.426-.003-.854-.003-1.28v-.145c-.052.02-.086.034-.12.052-.72.355-1.471.61-2.27.71-.702.088-1.396.09-2.063-.186-.82-.34-1.268-.971-1.39-1.848a3.057 3.057 0 0 1 .114-1.41c.272-.808.85-1.269 1.645-1.48.565-.147 1.133-.133 1.704-.06a7.07 7.07 0 0 1 2.337.744c.007.003.015 0 .034 0 .003-.033.009-.068.009-.102 0-.438-.002-.878.001-1.316 0-.078-.018-.118-.099-.139-1.327-.312-2.668-.48-4.034-.416-.862.038-1.715.151-2.531.458-.425.159-.821.368-1.176.658l-.085.055v-4.79a3.67 3.67 0 0 1 1.064-2.595 3.58 3.58 0 0 1 2.571-1.06c1.72-.01 3.442-.005 5.163-.005.036 0 .072.004.12.007.003.052.006.1.006.15 0 6.092.01 12.183-.008 18.276-.004 1.38-.683 2.414-1.855 3.107A3.398 3.398 0 0 1 16.32 23h-5.175l-.123-.006Z" fill="#CA4638"/>
140
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.049 22.998V15.53h.159c1.85 0 3.704.007 5.554 0 .563 0 1.093-.144 1.549-.499.45-.332.7-.877.66-1.44a1.634 1.634 0 0 0-.86-1.327 2.966 2.966 0 0 0-1.215-.354c.203-.062.397-.105.576-.181.543-.227.914-.613 1.037-1.213a1.566 1.566 0 0 0-.763-1.704c-.458-.263-.96-.343-1.474-.343-1.685-.003-3.37 0-5.054 0h-.176V4.642c.007-2.014 1.624-3.642 3.613-3.637 1.724 0 3.449.005 5.173.003.137 0 .128.07.128.163v18.064c-.007 1.347-.552 2.412-1.656 3.169-.48.329-1.02.521-1.6.564-.323.02-.645.029-.967.026l-4.55.004h-.134Z" fill="#479950"/>
141
+ <path d="M22.813 14.363v-1.905c.04-.002.08-.007.12-.007.656 0 1.313-.002 1.97.002.469.003.826.268.94.684.17.632-.234 1.212-.89 1.234-.702.023-1.403.004-2.106.004-.007 0-.014-.004-.035-.012Zm.003-3.017V9.579c.04-.001.074-.007.11-.007.588 0 1.176-.005 1.763.006.155.001.307.033.45.093.373.165.55.55.479.975a.833.833 0 0 1-.804.693c-.66.022-1.322.007-1.998.007Z" fill="#479950"/>
142
+ </symbol>
143
+
144
+ <symbol fill="none" viewBox="0 0 51 24" id="Hipercard" xmlns="http://www.w3.org/2000/svg">
145
+ <path d="M21.468 22.992 1 23v-.05c0-.029.033-.21.073-.403.04-.194.101-.502.137-.684a372.498 372.498 0 0 1 .281-1.418c.04-.204.104-.526.14-.716l.138-.69a188.391 188.391 0 0 0 .286-1.443c.035-.183.092-.465.126-.626.033-.162.076-.38.095-.486.019-.105.08-.416.135-.69.055-.274.117-.584.136-.69.02-.105.081-.415.137-.69.056-.274.117-.584.136-.69.02-.105.08-.415.137-.69.056-.273.117-.578.135-.676a571.233 571.233 0 0 1 .286-1.444 203.96 203.96 0 0 0 .37-1.878 427.697 427.697 0 0 1 .396-1.98l.139-.703.136-.677.148-.74c.043-.219.115-.552.16-.742.045-.19.108-.42.14-.51.033-.092.124-.29.201-.44l.141-.275.128-.173c.07-.095.197-.246.28-.334a4.444 4.444 0 0 1 .598-.52 4.643 4.643 0 0 1 1.337-.635 7 7 0 0 1 .569-.143c.176-.036.455-.084.619-.107l.299-.04 20.48-.009L50 1v.05c0 .029-.033.21-.073.403l-.15.735-.135.678a176.05 176.05 0 0 0-.285 1.43l-.137.69-.137.69a119.77 119.77 0 0 0-.271 1.367l-.149.741-.136.677-.138.703c-.042.21-.108.544-.149.74a105.29 105.29 0 0 0-.27 1.368 532.247 532.247 0 0 1-.56 2.81 278.232 278.232 0 0 0-.282 1.418 424.604 424.604 0 0 0-.277 1.393l-.147.74a819.387 819.387 0 0 1-.421 2.106l-.075.355-.089.245a5.164 5.164 0 0 1-.163.4 4.294 4.294 0 0 1-.374.608 5.628 5.628 0 0 1-.287.316l-.209.216-.201.148c-.11.08-.23.163-.265.183-.035.02-.168.09-.296.156-.128.066-.308.15-.401.187a6.36 6.36 0 0 1-.723.225l-.315.067c-.133.03-.4.073-.595.097l-.353.043-20.469.008Zm-7.282-5.46h.533l.015-.04a.423.423 0 0 0 .015-.117c0-.041.017-.193.039-.336l.112-.734.133-.868c.033-.218.074-.497.09-.62a.928.928 0 0 1 .045-.224c.008 0 .042.055.076.121l.062.12.137.144.138.142.169.07.169.07.201.027.202.027.256-.016.255-.017.277-.074.277-.073.149-.07c.081-.039.226-.123.322-.187l.173-.116.162-.167c.089-.092.214-.239.278-.327a1.47 1.47 0 0 0 .117-.174c0-.008.032-.062.07-.121.04-.059.118-.222.176-.362a8.28 8.28 0 0 0 .202-.562l.096-.307.05-.266c.027-.146.062-.387.078-.536l.028-.271-.016-.23-.017-.23-.052-.23-.051-.23-.084-.172-.084-.172-.161-.177-.162-.177-.191-.102-.191-.102-.21-.052-.211-.052-.21-.016-.211-.016-.235.028-.235.028-.191.05-.192.05-.166.08a2.987 2.987 0 0 0-.296.165 1.5 1.5 0 0 0-.163.12.776.776 0 0 1-.099.079l-.065.044.046-.225c.025-.123.046-.239.046-.256l.001-.032h-.908l-.08.517a176.614 176.614 0 0 1-.29 1.82l-.136.831a81.683 81.683 0 0 1-.283 1.623 918.141 918.141 0 0 0-.289 1.61 103.89 103.89 0 0 1-.235 1.232l-.014.058h.533Zm2.293-2.954-.207.012-.135-.024-.135-.025-.137-.065-.138-.064-.096-.095-.096-.094-.055-.128c-.03-.07-.07-.19-.087-.265l-.032-.138.013-.22.013-.22.064-.345c.035-.19.098-.546.14-.792.042-.246.105-.606.14-.8l.066-.354.142-.122c.078-.067.201-.157.275-.2l.133-.078.173-.055.173-.056.223-.013.223-.013.182.04.181.04.129.06.128.061.107.111.108.112.057.118c.032.065.077.192.1.282l.041.164-.012.486-.013.485-.064.287a6.27 6.27 0 0 1-.148.537l-.084.25-.103.201a3.578 3.578 0 0 1-.195.334c-.05.073-.13.166-.178.209a4.02 4.02 0 0 1-.178.146l-.09.07-.21.074-.211.074-.207.013Zm5.144.702.273.003.272-.025a8.956 8.956 0 0 0 1.12-.174l.303-.069.015-.115c.009-.063.043-.252.076-.419l.06-.304-.013-.013-.013-.014-.093.046c-.05.025-.21.086-.352.134l-.26.089-.273.054-.273.055h-.433l-.434.002-.148-.05a2.275 2.275 0 0 1-.267-.109l-.12-.06-.097-.092-.098-.09-.076-.138-.077-.138-.047-.173-.048-.172v-.64l.042-.284.042-.285.373-.018.373-.018 1.378.009 1.378.009.041-.182c.023-.1.058-.307.078-.46l.036-.278.001-.234v-.233l-.038-.175-.04-.174-.065-.116a1.614 1.614 0 0 0-.14-.204 1.122 1.122 0 0 0-.163-.154 2.404 2.404 0 0 0-.212-.132l-.124-.068-.216-.054-.217-.054-.266-.026-.267-.027-.248.017-.247.017-.298.059-.297.058-.186.077a2.405 2.405 0 0 0-.62.358c-.06.051-.167.151-.235.222a2.29 2.29 0 0 0-.413.613 6.147 6.147 0 0 0-.14.307 6.45 6.45 0 0 0-.116.32 6.016 6.016 0 0 0-.22.96l-.04.259.001.38v.38l.038.166a2.134 2.134 0 0 0 .202.562 1.425 1.425 0 0 0 .391.433c.068.053.19.126.27.164l.145.068.204.05c.111.029.28.062.374.074.094.013.294.024.444.026Zm.467-3.6a34.65 34.65 0 0 1-1.247-.01 3.783 3.783 0 0 1 .205-.538l.074-.153.164-.169.164-.168.16-.08c.09-.043.206-.09.26-.105a2.58 2.58 0 0 1 .348-.042l.247-.017.19.026.19.025.14.065.137.065.076.085a.907.907 0 0 1 .11.151l.035.068.023.15.023.15-.026.248-.026.25H22.09Zm7.41 3.6.274.003.31-.038c.17-.02.396-.055.503-.076.106-.022.28-.064.384-.094.104-.03.199-.064.21-.073.01-.01.04-.126.065-.258s.057-.309.07-.393a.71.71 0 0 0 .016-.164c-.005-.005-.024.002-.04.016a2.136 2.136 0 0 1-.27.117l-.24.092-.34.068-.339.067-.289-.01-.288-.01-.165-.058-.164-.06-.126-.114-.127-.114-.084-.158-.084-.158-.04-.211-.04-.211v-.549l.049-.332.049-.332.051-.179.071-.255c.011-.043.056-.163.101-.269.045-.105.125-.268.177-.362l.096-.17.118-.126.118-.126.124-.08.125-.08.16-.05c.088-.028.244-.065.346-.081l.186-.03.273.014.272.014.322.067.322.066.131.05c.072.028.134.051.138.051.004 0 .021-.095.038-.21.018-.117.048-.307.069-.425.02-.117.032-.218.026-.224a1.34 1.34 0 0 0-.215-.035 16.453 16.453 0 0 0-.679-.052l-.474-.028-.334.026-.335.027-.248.053-.247.054-.16.066a2.271 2.271 0 0 0-.482.275 3.465 3.465 0 0 0-.26.244l-.19.193-.105.16c-.058.088-.16.271-.224.408l-.118.247-.09.269c-.05.147-.12.389-.155.536l-.064.268-.023.243-.023.243v.639l.024.186.023.185.074.191.075.192.085.138.086.138.136.138.136.139.145.078.144.079.19.054c.103.03.254.064.334.076.08.012.267.023.417.025Zm4.076-.01.334-.01.21-.055.211-.055.137-.067c.075-.036.197-.108.272-.16a2.11 2.11 0 0 0 .478-.477.658.658 0 0 1 .106-.127c.004.004-.008.122-.028.262-.019.14-.035.327-.035.415v.16h.909l.014-.365.014-.364.064-.472a39.506 39.506 0 0 1 .263-1.648c.039-.225.1-.576.137-.78l.067-.37.002-.32.002-.32-.07-.148-.07-.148-.095-.094-.095-.094-.157-.082-.156-.082-.233-.053-.232-.054-.32-.025-.321-.025-.413.027c-.227.014-.547.043-.71.063l-.297.037-.203.001h-.203l-.03.148c-.015.08-.06.273-.1.427a2.32 2.32 0 0 0-.062.287c.005.005.113-.02.24-.056.129-.036.4-.094.605-.13l.372-.065.334-.014.335-.014.215.038.215.04.144.072.144.074.08.123.081.124-.001.195-.001.195-.043.215-.043.214-.89.003-.892.003-.292.083c-.16.045-.338.106-.395.134a.597.597 0 0 1-.126.051c-.013 0-.108.055-.212.121l-.19.122-.148.153a2.36 2.36 0 0 0-.233.281 2.43 2.43 0 0 0-.166.327l-.082.198-.038.223-.038.223v.468l.036.195.036.195.067.127c.037.07.105.173.15.228l.084.1.148.093.149.093.17.05c.093.027.234.06.315.073l.146.024.334-.01Zm.31-.714-.199.01-.13-.034a1.366 1.366 0 0 1-.244-.094l-.113-.06-.06-.074a1.21 1.21 0 0 1-.115-.18l-.053-.106-.01-.245-.011-.246.042-.149c.023-.082.077-.224.12-.316l.079-.167.15-.153.15-.154.16-.08.16-.079.197-.048.199-.049H35.447l.038.017.04.017-.033.2a5.203 5.203 0 0 1-.232.88 2.5 2.5 0 0 0-.074.208c0 .009-.04.086-.09.172l-.09.157-.15.152a1.017 1.017 0 0 1-.168.152.456.456 0 0 0-.111.064l-.092.064-.2.065-.201.066-.199.01Zm8.063.724.235.003.223-.037a3.89 3.89 0 0 0 .347-.074c.068-.02.19-.071.273-.115l.148-.078.128-.116.128-.116.135-.186c.074-.101.14-.202.149-.223l.014-.038-.012.127c-.007.07-.023.186-.035.256a5.02 5.02 0 0 0-.038.3l-.016.172h.972v-.344l.074-.652c.04-.358.1-.836.133-1.06.033-.225.084-.547.113-.716.03-.168.081-.473.115-.677a105.566 105.566 0 0 1 .282-1.61c.04-.217.1-.557.135-.753l.14-.767c.043-.225.104-.54.137-.702.033-.162.06-.303.06-.313v-.02h-1.06l-.016.16c-.009.088-.05.378-.09.645a161.89 161.89 0 0 1-.236 1.49l-.013.086-.042-.019a3.776 3.776 0 0 0-.277-.079l-.236-.06-.322-.027-.322-.025-.272.026-.273.026-.248.064-.247.065-.236.118-.235.119-.173.132-.174.133-.15.165a3.722 3.722 0 0 0-.264.335l-.115.17-.134.288c-.074.16-.165.37-.2.468-.037.098-.1.316-.142.485l-.076.305-.037.397-.038.397.029.32.028.319.033.115c.018.063.056.176.085.25l.053.136.095.133.095.133.11.092.108.092.149.076c.081.042.218.096.304.12.086.025.226.054.31.065.084.011.26.022.389.024Zm.422-.725-.187.01-.126-.023a1.342 1.342 0 0 1-.247-.077l-.12-.053-.102-.086-.102-.086-.075-.15-.075-.148-.035-.166-.034-.166.003-.332.002-.333.04-.293.04-.294.063-.205c.034-.112.062-.218.062-.235 0-.018.034-.11.075-.205.04-.095.11-.242.152-.326.043-.085.123-.216.177-.292.055-.077.153-.192.218-.256a1.68 1.68 0 0 1 .228-.187l.11-.07.196-.07.194-.07h.818l.235.068c.13.037.267.08.306.095l.07.028-.014.07a98.52 98.52 0 0 1-.327 1.846 10.426 10.426 0 0 1-.198.861c-.02.073-.067.2-.104.281a1.463 1.463 0 0 1-.306.458 2.12 2.12 0 0 1-.22.173l-.136.094-.197.064-.197.065-.187.01Zm-36.459.6h.602l.043-.274a184.407 184.407 0 0 1 .24-1.489 255.789 255.789 0 0 1 .263-1.582 3.25 3.25 0 0 1 .074-.358l.014-.014h3.237l.018.018.018.019-.028.148a813.32 813.32 0 0 0-.252 1.4l-.138.753-.146.817c-.049.274-.088.513-.088.53v.033h1.209l.027-.16c.015-.088.038-.246.053-.351.014-.106.048-.33.076-.499l.123-.74.148-.908.138-.843c.034-.204.094-.549.134-.766a203.204 203.204 0 0 0 .286-1.597l.139-.792c.042-.24.096-.518.119-.62l.041-.185H11.04l-.017.121c-.01.067-.039.254-.066.415l-.109.639a79.3 79.3 0 0 0-.25 1.549l-.04.284-.899.019-.898.019-.752-.019c-.414-.01-.755-.02-.758-.023a2.228 2.228 0 0 1 .031-.22c.02-.12.058-.326.085-.46.026-.133.076-.397.11-.587.035-.19.074-.425.087-.524.014-.098.042-.262.062-.364.021-.102.06-.316.088-.477.027-.16.057-.31.065-.332l.015-.04H6.579l-.039.223c-.021.123-.05.299-.063.39l-.1.651c-.043.267-.104.664-.138.882l-.136.881a55.31 55.31 0 0 1-.286 1.674l-.136.741c-.043.232-.106.56-.14.728-.033.169-.07.364-.082.434-.011.07-.05.274-.085.45a5.189 5.189 0 0 0-.064.365v.041h.602Zm6.664 0h.532l.015-.04a.493.493 0 0 0 .016-.13c0-.048.033-.303.074-.566a240.944 240.944 0 0 1 .287-1.793c.034-.204.094-.543.133-.754.04-.21.1-.538.135-.728.034-.19.102-.55.15-.802.05-.252.095-.467.102-.48l.014-.022-.539.007-.539.007-.045.332c-.024.183-.078.545-.12.805l-.138.881c-.035.225-.097.587-.136.805l-.135.741a129.575 129.575 0 0 1-.261 1.38 9.42 9.42 0 0 1-.063.3l-.015.057h.533Zm12.462 0h.529l.016-.23c.009-.127.039-.383.066-.569l.127-.823c.042-.267.12-.711.173-.988.053-.276.113-.55.133-.61a.72.72 0 0 0 .037-.143c0-.019.04-.124.089-.233.048-.109.139-.275.201-.37l.113-.173.151-.145.151-.144.186-.092.187-.091.285.001.285.002.14.043c.077.024.146.043.155.043.008 0 .014-.027.014-.06 0-.034.028-.202.062-.374.034-.173.062-.321.062-.33a.648.648 0 0 0-.18-.073 2.205 2.205 0 0 0-.303-.072l-.124-.016-.16.03c-.09.016-.221.052-.293.08-.073.027-.192.089-.266.137a1.924 1.924 0 0 0-.255.21 2.994 2.994 0 0 0-.248.302l-.163.23-.035.051.021-.102c.012-.056.045-.24.073-.409a7.38 7.38 0 0 1 .065-.351l.014-.045H25.4v.062c0 .033-.028.237-.062.453l-.125.8c-.034.226-.096.617-.136.87a44.756 44.756 0 0 1-.273 1.545 183.68 183.68 0 0 1-.26 1.364c-.02.097-.036.186-.036.198v.023h.529Zm12.555 0h.541v-.34l.062-.424c.035-.233.091-.602.126-.82.035-.217.078-.493.096-.613.019-.12.067-.378.108-.575.04-.196.092-.41.113-.472a.825.825 0 0 0 .04-.148c0-.018.046-.133.102-.255l.102-.223.135-.184.135-.185.147-.114c.08-.063.211-.146.29-.185l.142-.072.31.003.31.002.121.04.122.04.02-.012.021-.014.001-.081c0-.045.027-.212.059-.37l.058-.29-.065-.026a3.757 3.757 0 0 0-.19-.067l-.123-.04h-.223l-.223.001-.182.066-.181.066-.137.085-.136.085-.178.191-.177.192-.095.149a.715.715 0 0 1-.103.14 4.425 4.425 0 0 1 .063-.379c.04-.203.072-.396.072-.428l.001-.057h-.916v.016a102.01 102.01 0 0 1-.323 2.117 52.746 52.746 0 0 1-.273 1.546 122.611 122.611 0 0 1-.267 1.4l-.046.236h.541Zm-23.97-6.234h.15l.12-.042.12-.042.106-.11.106-.111.055-.148.056-.147.002-.218.002-.217-.05-.085-.05-.084-.085-.055-.087-.055h-.372l-.127.058-.127.059-.073.081-.074.081-.058.14-.057.141-.011.22-.011.218.053.109.054.109.104.048.104.049h.15Z" fill="#B3131B"/>
146
+ </symbol>
147
+
148
+ <symbol fill="none" viewBox="0 0 24 24" id="Discover" xmlns="http://www.w3.org/2000/svg">
149
+ <path d="M12.607 10.5c1.052 0 1.906.782 1.906 1.749v.001c0 .966-.854 1.75-1.906 1.75-1.053 0-1.907-.784-1.907-1.75v-.001c0-.967.854-1.749 1.907-1.749Z" fill="#F47216"/>
150
+ <path d="M9.703 10.5c.296 0 .544.06.846.205v.765c-.286-.264-.534-.375-.863-.375-.645 0-1.153.505-1.153 1.146 0 .675.492 1.15 1.185 1.15.312 0 .556-.105.831-.365v.765c-.313.14-.566.195-.863.195-1.048 0-1.862-.76-1.862-1.74 0-.97.836-1.746 1.879-1.746Zm-3.254.021c.387 0 .74.125 1.037.37l-.36.445c-.18-.19-.35-.27-.555-.27-.297 0-.513.16-.513.37 0 .18.121.276.534.42.783.27 1.015.51 1.015 1.04 0 .646-.502 1.095-1.217 1.095-.524 0-.904-.194-1.221-.634l.444-.405a.82.82 0 0 0 .751.445c.307 0 .535-.2.535-.47 0-.14-.07-.26-.207-.346-.069-.04-.206-.1-.475-.19-.647-.22-.869-.455-.869-.914 0-.546.477-.956 1.1-.956Zm7.864.058h.752l.941 2.24.953-2.24h.746L16.181 14h-.37l-1.498-3.42Zm-10.092.005h.688v3.335h-.688v-3.335Zm13.795 0h1.952v.565h-1.264v.74h1.218v.566h-1.218v.9h1.264v.564h-1.952v-3.335Zm3.873 1.93c.519-.1.804-.434.804-.945 0-.624-.455-.985-1.249-.985h-1.02v3.335h.687v-1.34h.09l.953 1.34H23l-1.11-1.405Zm-.577-.394h-.2v-1.01h.211c.429 0 .662.17.662.494 0 .335-.233.516-.673.516ZM2.01 10.584H1v3.335h1.005c.534 0 .92-.119 1.259-.385.402-.314.64-.789.64-1.28 0-.984-.778-1.67-1.894-1.67Zm.804 2.506c-.216.184-.497.265-.942.265h-.184v-2.206h.184c.445 0 .715.076.942.27.238.2.381.51.381.83 0 .32-.143.64-.38.84Z" fill="#000"/>
151
+ </symbol>
152
+
153
+ <symbol fill="none" viewBox="0 0 30 24" id="Aura" xmlns="http://www.w3.org/2000/svg">
154
+ <path fill="#fff" d="M0 0h30v24H0z"/>
155
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.028 1h27.97l.03 10.371c-3.377-1.528-14.12-5.185-28-.627V1Z" fill="#2C328C"/>
156
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.028 23h27.97v-8.297c-5.045-2.01-14.012-5.02-27.97-.755V23Z" fill="#FFF200"/>
157
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.998 14.703c-5.045-2.01-14.012-5.02-27.97-.755v-3.204c13.88-4.558 24.623-.895 28 .627l-.03 3.332Z" fill="#ED1C24"/>
158
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.938 8.79c.692-2.276 2.276-4.242 5.028-4.22 2.752.022 4.588 1.893 5.083 4.34-3.546-.439-5.91-.515-10.111-.12Z" fill="#FFF200"/>
159
+ <path d="m7.277 18.797 1.873-3.325h.69l1.995 3.325h-.73l-.569-1.006H8.494l-.537 1.006h-.68Zm1.407-1.364h1.653l-.509-.92a7.29 7.29 0 0 1-.345-.69c-.066.226-.154.44-.263.64l-.538.973.002-.003Zm6.432 1.364v-.353c-.275.272-.65.408-1.121.408a2.025 2.025 0 0 1-.584-.08 1.007 1.007 0 0 1-.402-.205.662.662 0 0 1-.185-.302 1.463 1.463 0 0 1-.036-.384v-1.49h.598v1.334c-.006.145.006.29.037.431.048.12.134.212.24.256.144.066.298.096.453.09.171.002.342-.03.505-.092a.646.646 0 0 0 .334-.256.916.916 0 0 0 .1-.47v-1.292h.598v2.405h-.537Zm1.989 0v-2.405h.537v.364c.106-.143.236-.258.381-.337a.898.898 0 0 1 .384-.082c.21 0 .418.044.616.128l-.207.383a1.148 1.148 0 0 0-.438-.09.763.763 0 0 0-.354.081.475.475 0 0 0-.222.224c-.067.146-.102.31-.1.476v1.26l-.598-.002Zm5.1-.297c-.204.121-.42.212-.644.273-.217.054-.439.08-.66.079-.389 0-.686-.064-.896-.193-.21-.13-.313-.294-.313-.495 0-.06.011-.12.032-.176a.461.461 0 0 1 .087-.148.836.836 0 0 1 .308-.233c.139-.06.283-.104.43-.128.117-.02.294-.043.53-.062a7.705 7.705 0 0 0 1.069-.14v-.107a.415.415 0 0 0-.04-.206.33.33 0 0 0-.13-.144 1.33 1.33 0 0 0-.681-.138 1.465 1.465 0 0 0-.625.101.623.623 0 0 0-.297.357l-.585-.055a.878.878 0 0 1 .262-.413c.16-.124.34-.207.529-.243.264-.06.533-.089.802-.085.246-.005.492.02.735.073.147.03.288.092.417.183.084.068.149.165.186.278.024.123.034.25.029.375v.544c-.01.24.003.482.038.719.03.11.082.208.152.289h-.626a.665.665 0 0 1-.119-.297l.01-.008Zm-.05-.91c-.322.078-.649.13-.978.155-.175.012-.35.038-.522.08a.509.509 0 0 0-.236.128.25.25 0 0 0-.06.085.294.294 0 0 0-.024.108c0 .109.061.2.181.272.168.083.35.12.53.11.209.003.416-.031.616-.103a.829.829 0 0 0 .397-.283.71.71 0 0 0 .096-.408v-.144Z" fill="#2C328C" stroke="#2C328C" stroke-width=".22" stroke-miterlimit="22.93"/>
160
+ </symbol>
161
+
162
+ <symbol fill="none" viewBox="0 0 24 24" id="Banricompras" xmlns="http://www.w3.org/2000/svg">
163
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.186 1.258c.26.012.525-.074.78-.004.19-.02.359.076.546.087.155.03.291.122.45.145a.996.996 0 0 0 .273.123c.283.207.592.387.837.644.104.072.207.161.27.272.167.15.299.335.435.512.073.102.16.196.213.31.087.18.232.333.29.528l.075.08c.005.08.047.146.093.208.036.141.134.256.163.4.08.178.173.36.186.558l.053.036c.02.057.03.117.034.178.066.135.113.285.117.436l.058.054c.003.068-.005.14.03.202.004.058.005.116.006.174a16.84 16.84 0 0 1-.056-.009c-.016-.084-.035-.167-.048-.252-.03-.065-.072-.124-.104-.187-.017-.167-.138-.293-.17-.454-.02-.07-.065-.126-.104-.184-.03-.162-.158-.28-.216-.43a6.374 6.374 0 0 0-.724-1.031c-.171-.193-.365-.363-.544-.549-.055-.063-.144-.081-.198-.147-.105-.101-.246-.153-.35-.254-.112-.031-.194-.12-.303-.16a66.562 66.562 0 0 0-.065-.008 5.743 5.743 0 0 0-.08-.083c-.173-.003-.292-.166-.467-.16l-.154-.067c-.047-.017-.096-.023-.145-.03-.072-.019-.147-.018-.217-.042l-.094-.014c-.058-.027-.123-.024-.185-.028-.114-.048-.242-.02-.362-.026-.11.007-.23-.023-.332.028-.137 0-.278.022-.411-.016-.077-.021-.16-.009-.234-.038-.061-.006-.125-.006-.181-.032-.143-.007-.281-.05-.425-.04-.05-.037-.112-.026-.17-.026l.001-.116c.105-.002.172-.09.243-.155l.08-.004.088-.085a.668.668 0 0 0 .198-.06c.14-.075.295-.118.44-.184.122-.037.25-.044.378-.042l.002-.058Z" fill="#96C118"/>
164
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.979 2.24c.103 0 .206-.005.306-.032.163-.014.328-.01.491-.006.131.064.286.003.422.054.04.009.086.007.12.037.06.004.123.003.182.024.05.02.103.039.158.048.083.037.168.071.26.086l-.002.022a.672.672 0 0 1 .14.042.956.956 0 0 0 .084.05c.077.024.165.047.215.115.03.011.058.023.086.035l.075.044a.688.688 0 0 0 .134.078l.062.04-.005.022.07.026.12.096c.049.038.098.076.152.108l-.006.047h.08a.791.791 0 0 0 .163.171c.1.07.173.17.27.245l.008.072.048-.002c.052.098.157.153.203.254l.045-.006.007.076c.029.025.057.05.083.079.03.059.087.1.107.166l.077.077.038.083c.046.047.084.1.112.16.034.057.07.113.106.17l.028.064c.022.029.043.058.063.09.03.038.05.082.056.13l.02.003c.025.082.086.146.107.229.027.045.052.091.078.137.017.035.034.07.04.11l.05.081a.354.354 0 0 0 .043.105c.027.058.032.128.085.172l-.003.076.03.004c.016.065.034.13.055.194l.038.058a.36.36 0 0 0 .023.097c.048.086.052.188.1.273l.001.035c.04.064.05.14.07.211a2.909 2.909 0 0 1 .06.215c.046.128.07.261.089.395.033.044.025.1.031.152l.028.074c.099.05.212.025.318.035.065.037.141.026.213.03.033.033.08.025.121.027.112.001.224 0 .335.007.087.041.19.002.274.048.15.02.31-.023.454.033.071.005.146-.003.212.03.156.02.322-.022.47.036.025.017.052.024.081.023.183.005.366.003.55.01l.024.023c.234.098.497.027.74.082.189.044.383.028.574.05.201.043.408.016.61.043.198.032.405.08.604.042l.009-.003c.06.006.12.01.18.002-.02.019-.04.037-.058.056.26.003.522.007.779.052-.182.033-.367.014-.55.015l-.007.029c-.167-.007-.334 0-.5-.004a.183.183 0 0 0-.18 0c-.133.002-.266.004-.4 0l-.024-.01-.066-.013c-1.401.005-2.803 0-4.205.002-.203-.004-.406.008-.609-.008-.06-.173-.14-.342-.162-.525l-.067-.097-.058-.088v-.077c-.019-.02-.037-.042-.055-.064a.392.392 0 0 0-.06-.162.778.778 0 0 0-.075-.166c-.04-.09-.076-.18-.125-.265a4.043 4.043 0 0 1-.088-.225l-.02-.002-.04-.093c-.032-.07-.08-.134-.093-.211l-.026.002.004-.034-.036-.002v-.076a.321.321 0 0 1-.083-.11 6.711 6.711 0 0 0-.038-.08 1.476 1.476 0 0 1-.125-.21l-.049-.073a10.356 10.356 0 0 1-.042-.08 4.646 4.646 0 0 1-.062-.091c-.06-.092-.111-.19-.182-.275a3.572 3.572 0 0 0-.14-.201c-.03-.042-.064-.08-.093-.122-.03-.041-.061-.08-.092-.12a5.293 5.293 0 0 0-.358-.41c-.04-.048-.07-.107-.126-.139-.102-.122-.24-.207-.352-.319a5.154 5.154 0 0 0-.469-.348.308.308 0 0 0-.115-.065c-.027-.029-.056-.054-.097-.056l-.043-.033.003-.018a.309.309 0 0 1-.1-.028.962.962 0 0 0-.173-.074l-.003-.023a.266.266 0 0 1-.13-.033l.009-.025c-.045-.004-.09-.005-.13-.029-.154-.075-.334-.08-.49-.152-.073-.01-.146-.007-.218-.013-.089-.033-.186-.02-.274-.052-.055.008-.11.023-.163.034l-.006-.035c-.06.001-.119 0-.178-.001l-.005.03c-.189-.021-.371.036-.559.034a.288.288 0 0 1-.095.033.633.633 0 0 1-.152.03c-.034.027-.08.023-.12.03-.047.026-.1.026-.15.032a.517.517 0 0 1-.186.062.351.351 0 0 1-.092.03c-.017.005-.05.016-.068.02-.504.135-.969.402-1.35.757-.107.138-.272.223-.344.387-.052.08-.124.144-.179.222l-.09.13h-.017c-.016.069-.074.113-.105.174-.02.032-.039.068-.078.078a.334.334 0 0 1-.074.134 1.056 1.056 0 0 0-.091.152c-.037.047-.078.092-.096.15-.058.022-.058.092-.081.14l-.025-.005c-.012.094-.104.146-.132.234a.875.875 0 0 0-.061.092l-.049.076a.482.482 0 0 1-.062.092c-.018.065-.065.113-.102.166a4.18 4.18 0 0 1-.048.078c-.034.05-.066.103-.096.156a3.445 3.445 0 0 1-.008-.196h.03a.773.773 0 0 1 .038-.181l.026-.001a.488.488 0 0 1 .022-.134l.034-.088.03-.09c.044-.066.05-.149.094-.216.013-.11.111-.192.1-.31l.024.062a.612.612 0 0 1 .037-.167l.022-.002a.57.57 0 0 1 .038-.116.524.524 0 0 0 .063-.128h.02c.003-.093.083-.153.104-.24l.018-.001c.021-.05.046-.097.075-.142l.018-.018c.096-.107.157-.24.253-.348.219-.326.498-.607.798-.858.437-.371.963-.62 1.498-.818.19-.078.393-.113.586-.18.06-.02.123-.02.185-.022l.05-.054a.23.23 0 0 0 .12-.023Zm-9.95 5.357c.005.04.027.067.071.068 0 .012-.003.035-.004.046a.547.547 0 0 1 .15.038l.072.056.07.006c.12.041.249.052.374.064V7.9c.265.035.528.1.797.092l-.006.032.144.003c.145.055.309-.007.451.054.113.009.226.003.338.01.142.043.293.004.436.034.105.036.218.017.327.025.173.044.356.014.533.023.26-.01.517.04.777.035 2.884.007 5.769.005 8.653.003.054.002.107.013.16.022l.072-.053-.017-.029-.052-.01-.002-.02a1.057 1.057 0 0 1-.102-.033 2.98 2.98 0 0 0-.139-.008 9.197 9.197 0 0 0-.041-.055 6.49 6.49 0 0 0-.17-.002l-.003-.028a.399.399 0 0 1-.135-.028 1.973 1.973 0 0 0-.232-.006l.01-.039a3.17 3.17 0 0 1-.05.008c-.086-.054-.196-.021-.29-.03l-.004-.03a.943.943 0 0 1-.254-.025c-.117-.01-.234-.007-.351-.01l-.001-.026a.186.186 0 0 1-.107-.027c-.1-.004-.2-.005-.3-.006-.095.002-.19.003-.282-.02-.199-.045-.404-.034-.606-.038-.089-.003-.192.016-.26-.056-.146-.008-.292-.006-.438-.008-.276-.006-.557.025-.826-.045-.934-.02-1.868-.01-2.801-.012H1.113l-.085-.001ZM7.398 22.1c1.955-.008 3.91-.004 5.866.002.317.05.64.018.959.023l.001.032c.645-.001 1.29-.002 1.934.007a.884.884 0 0 0 .395 0c.167.06.365-.032.523.06l.021-.038.097.026c.042-.027.082-.027.12 0l.106.006.005-.037c.065.008.137.066.194.006.081.013.162.033.245.03.426 0 .853.003 1.28.003.212.003.427-.01.639.022.477-.005.954.014 1.432.007.45.07.912-.011 1.363.059a9.355 9.355 0 0 0-.007.055c-.041.006-.083.016-.113.047-.049.017-.106.012-.146.048a.964.964 0 0 0-.203.029c-.045.006-.092.004-.132.027a.342.342 0 0 0-.093.032c-.1.012-.207-.012-.3.032-.073.004-.148.001-.216.028-.2.007-.398.011-.598.01l.006.054c-.2.004-.402-.002-.602.01l-.025.032c-.037-.048-.078-.051-.122-.01-.112.004-.224-.002-.336.01a.366.366 0 0 1-.12.019c-.382 0-.764.006-1.145.005-.21.007-.42-.019-.628.022-.12.02-.24.011-.361.012-1.625.003-3.25 0-4.874 0-.143.012-.283-.019-.425-.033-.568-.003-1.138 0-1.707-.015-.304-.003-.61.008-.914-.01-.304-.011-.61.02-.912-.033-.832-.003-1.665-.013-2.498-.007-.294-.002-.589.001-.884-.003l-.024-.024c-.057-.034-.125-.032-.188-.032-.523.006-1.046-.01-1.569-.003-.422.004-.844-.002-1.267 0-.079 0-.156-.02-.233-.029l.006-.055a.676.676 0 0 1 .337-.065l-.01-.037.086.001c.148-.033.302-.056.455-.064a.466.466 0 0 1 .185-.018c.164.017.323-.04.486-.038l.31-.001.066-.054c.336-.007.67-.046 1.008-.032l.003-.037.077.032c.199-.055.406-.007.605-.052.229-.005.458-.008.688-.003v-.031c.36.004.72-.008 1.08-.01l.073-.017Z" fill="#E42D09"/>
165
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.344 3.42c.181-.041.358-.111.546-.12.177-.003.355-.002.533.002l.002.06c-.206.148-.37.345-.551.52-.144.15-.295.294-.431.45-.166.234-.37.44-.543.667-.232.32-.465.641-.66.985-.187.298-.312.628-.457.946-.063.199-.143.392-.167.6.254.074.522.031.782.043.232.03.466.01.698.043.275.026.552 0 .827.01-.102.007-.207-.006-.305.03-.276-.007-.557.025-.826-.046-.934-.02-1.868-.01-2.801-.012H1.113l-.034-.024c2.408-.012 4.816.002 7.224-.008.032-.015.065-.03.098-.043-.02-.169.056-.32.075-.484a.665.665 0 0 0 .056-.25c.065-.123.084-.264.123-.397.083-.232.152-.47.247-.698.026-.049.05-.1.06-.154.05-.163.122-.317.206-.465.071-.125.106-.27.205-.378a40.6 40.6 0 0 0 .016-.067c.213-.371.436-.739.702-1.076a.35.35 0 0 1 .253-.134Z" fill="#FDC700"/>
166
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.53 9.03c.804.003 1.61-.005 2.414.004.092.054.206.01.307.03.13.028.265.01.392.051.128.017.245.077.372.101.116.067.24.122.34.212.167.161.335.332.422.552.08.208.13.427.16.646-.006.194.039.387.007.58.01.29 0 .593-.144.852-.094.13-.217.234-.355.315a5.85 5.85 0 0 1-.156.047.418.418 0 0 1-.175.057l-.07.056-.062.01c.04.056.112.04.172.045l.038.056.148.004-.003.057.112.004c.002.063.062.059.107.068l-.005.049.103.007c.108.104.21.216.28.35a.43.43 0 0 0 .064.153l.012.15c.063.09.064.204.076.308.007.266.005.533.004.8a.827.827 0 0 1 .085-.1c.006-.1.004-.203.012-.304.008-.103.053-.2.055-.303.003-.082.003-.163.01-.243.065-.21.041-.433.109-.64.008-.15.001-.303.055-.446.02-.176.013-.359.068-.53.009-.108.003-.217.02-.324.059-.327.101-.656.144-.985.042-.17.024-.352.076-.523.012-.285.085-.562.105-.846.041-.103.01-.22.059-.322.95.005 1.902-.001 2.853.003.014.125.023.253.058.374.011.105.027.208.043.311.038.148.033.304.062.454.035.129.037.265.061.396.039.137.038.283.061.424.04.138.036.286.061.428.041.135.04.281.063.421.06.261.077.53.122.794.033.13.044.265.059.398.049.183.034.378.08.562a.746.746 0 0 1 .008.12.379.379 0 0 1-.077-.1c-.117-.22-.252-.43-.365-.652-.36-.002-.72-.002-1.079 0l.005.1c.053.049.074.121.108.184.01.043 0 .103.056.117a.711.711 0 0 1 .09.306c.002-.023.009-.068.012-.09.035.083.074.165.123.241-.001.127-.098.22-.16.322a6.834 6.834 0 0 1-.308.494h-.039c-.044-.07-.096-.136-.14-.206-.021-.067-.089-.025-.13-.008.02.154.162.244.217.382.098.021.2.01.3.013.295-.003.59.003.885-.003.05.007.077-.034.098-.07.128-.253.272-.499.412-.746l.048-.012c.03.261.064.522.117.78.03.134.038.27.045.407.046.129.046.266.065.4.036.136.054.277.055.419.017.04.034.08.05.122 0 .076.004.153.021.228.031-.135.016-.276.04-.413.003-1.737 0-3.474.001-5.21.004-.563-.008-1.126.006-1.689.543.003 1.086-.002 1.629.003a.538.538 0 0 0 .07.125l.01.103a.511.511 0 0 1 .067.258c.068.048.054.134.058.206h.05c.001.073.005.148.057.204.01.073.017.15.064.212a.305.305 0 0 0 .06.178c-.001.117.084.21.08.327a.297.297 0 0 1 .058.13c.088.257.17.517.242.775l.05.082c.004.055.008.11.014.164.059.11.129.226.11.356l.012-.086a.353.353 0 0 0 .07.086c.006.037.005.077.037.103.01-1.061 0-2.123.005-3.185l.067-.042c.51.006 1.018-.003 1.527.005a2.1 2.1 0 0 0 .08.034c-.008 2.525-.002 5.05-.003 7.575-.502.003-1.003.002-1.505.002-.082-.002-.165.005-.247-.01-.03-.077-.041-.16-.054-.24-.063-.083-.038-.199-.106-.28a1.02 1.02 0 0 0-.121-.397.493.493 0 0 0-.059-.22c-.002-.107-.063-.197-.076-.301-.069-.175-.098-.362-.17-.535-.043-.18-.104-.352-.15-.53-.05-.094-.033-.207-.09-.299-.013-.109-.086-.2-.079-.313a23.703 23.703 0 0 1-.057-.047l.01-.091-.069.001c.006 1.087.004 2.173.001 3.26-1.227.003-2.454.003-3.681 0 .006-.21-.041-.414-.036-.622-.042-.24-.027-.487-.084-.723H8.04c-.004.097.012.2-.026.293.001.206-.04.407-.041.613-.027.1-.012.206-.048.303-.005.053-.01.107-.013.16-.662.001-1.324.003-1.986-.002a5.976 5.976 0 0 0-.07-.078c.044-.153.056-.312.094-.466l-.09.005a1.08 1.08 0 0 1-.246.257c-.145.106-.323.148-.493.196-.158.013-.318.003-.476.013-.071.014-.136.057-.21.051-.968.003-1.935.002-2.903.002l-.035-.077V12.03a.704.704 0 0 1 .014-.124c-.023-.11-.013-.223-.014-.334 0-.792.001-1.585-.001-2.378-.002-.057.019-.11.034-.165Zm1.944 1.308c-.006.559 0 1.117-.002 1.676.127 0 .255.01.381-.005a.328.328 0 0 0 .211-.196c.063-.35.048-.709.04-1.063a.68.68 0 0 0-.202-.378.569.569 0 0 1-.199-.027 3.033 3.033 0 0 0-.23-.007Zm4.467 1.01a.504.504 0 0 0 .107.242c.113.2.229.398.346.594.03.068.092.128.081.209.01.121-.108.194-.14.304-.112.149-.17.333-.301.469.023.018.049.035.08.032.134.005.268.002.403 0 .095-.118.165-.253.264-.368.185-.005.37.009.555-.006.113-.133.182-.298.287-.438l-.005-.073c-.182-.31-.336-.64-.495-.963-.394-.007-.788-.001-1.182-.003Zm-.81 1.552.001.067c.07.12.134.244.192.37.044.071.094.14.12.221.042.078.081.157.133.23l.036.1-.05.113c-.149.22-.264.462-.41.684-.027.038-.023.086-.03.13.353-.002.705.004 1.057-.001.132 0 .11-.185.217-.234l.011-.087c.136-.201.24-.424.36-.635-.073-.06-.088-.159-.134-.236-.062-.108-.107-.226-.178-.329-.172-.013-.35.024-.518-.017-.078-.127-.147-.261-.243-.377-.188-.001-.376 0-.564.001Zm-3.66.438c.002.666 0 1.33.001 1.996.084 0 .17.009.251-.019.096-.036.21-.039.284-.118.083-.078.08-.201.097-.305.02-.426.01-.853.004-1.28a.426.426 0 0 0-.162-.342c-.133-.015-.264-.053-.4-.042-.07-.018-.081.062-.075.11Zm12.292-4.305c.65-.007 1.3 0 1.95-.004.072-.004.14.025.211.028.173.008.348-.009.52.02.12.021.249-.012.364.037.112.01.227.014.332.06.044.017.09.032.137.044.046.028.093.053.143.076.3.188.54.5.6.852l.048.083c.021.143.043.285.066.428.007.294.005.588.002.883-.003.081.003.166-.025.245l-.03.123a1.102 1.102 0 0 1-.118.362.631.631 0 0 1-.211.213c-.032.036-.08.043-.124.057-.164.065-.335.124-.514.122.045.016.089.034.133.054.01.086.116.043.174.062.093.093.236.102.336.187.134.155.282.316.33.523.027.09.054.18.048.274.006.96.003 1.92.002 2.88-.61 0-1.218.008-1.827-.003-.002-.837 0-1.673-.002-2.51-.007-.236.005-.478-.068-.706a.43.43 0 0 0-.151-.159c-.126-.022-.256-.056-.384-.023-.018.417-.002.836-.008 1.254v2.147c-.636.004-1.271.002-1.907.001l-.071-.04c.01-2.5-.001-5.001.005-7.502l.039-.068Zm1.96 1.33c-.002.552-.001 1.104-.001 1.655.15.002.316.011.445-.08.107-.102.117-.262.118-.4.039-.252.027-.507.013-.759a.86.86 0 0 1-.023-.156.403.403 0 0 0-.256-.25c-.098-.015-.198-.01-.296-.01Zm2.901-1.328c.18-.06.373-.021.56-.032.173.007.345.004.518.02.201-.032.405-.022.607-.01.117-.022.234.002.35.016-.002 2.534.001 5.067 0 7.6l-.023.078c-.555-.009-1.11-.002-1.665-.004-.113-.003-.227.009-.338-.01-.018-.427-.003-.855-.008-1.283 0-2.125.001-4.25-.001-6.375ZM5.677 16.942c.302-.108.642-.103.946-.003.046.01.094.012.14.019.037.03.078.05.123.065.144.07.275.164.38.285.035.06.073.12.116.176.063.055.048.151.099.216.005.085.02.169.059.245.02.759.006 1.518.009 2.277.01.202-.03.4-.067.598-.007.037-.03.068-.05.1a5.603 5.603 0 0 0-.005.075c-.1.15-.198.305-.345.415a5.197 5.197 0 0 0-.108.066c-.17.1-.362.162-.561.165-.204.002-.409.007-.612-.006-.118-.006-.22-.069-.332-.096-.09-.043-.183-.086-.253-.158-.1-.101-.215-.195-.278-.325-.027-.055-.053-.11-.086-.161-.03-.163-.046-.328-.07-.492-.004-.761-.004-1.521 0-2.282.02-.16.049-.318.07-.478a.247.247 0 0 0 .062-.15c.095-.111.161-.25.285-.334.11-.088.244-.134.364-.202l.114-.015Zm.33.776L6 17.822a3.971 3.971 0 0 0-.052.053c-.005.874.001 1.748-.003 2.622a.68.68 0 0 0 .107.377l.19.004c.107-.087.085-.23.116-.35.005-.833-.001-1.667.003-2.5.002-.106-.04-.205-.065-.306a21.77 21.77 0 0 1-.05-.044c-.082-.004-.169-.012-.238.04Zm-4.047-.395c.192-.246.5-.362.796-.43.213-.013.427-.013.64-.004.11.064.244.04.352.105.135.065.288.117.382.24.109.075.193.19.239.313.065.085.034.198.081.29.058.129-.002.275.048.405-.036.128-.012.263-.014.395.041.112-.025.232-.006.35-.387.002-.774 0-1.16 0 .013-.158-.037-.315-.01-.473.008-.224-.022-.445-.017-.67.003-.085-.072-.14-.125-.195-.113-.011-.241.039-.27.16-.007.125-.012.25-.027.373v2.193c.012.139.027.277.03.417.071.115.21.086.325.08.1-.148.052-.329.08-.495.01-.052.002-.104-.005-.155-.022-.158.028-.314.018-.472.185-.04.38.034.565-.022.196.05.4-.027.597.025 0 .279.006.557-.007.835-.034.184-.06.38-.174.534-.142.21-.369.34-.591.45-.147.064-.308.06-.462.091-.15.005-.301.015-.448-.02-.108-.011-.224-.013-.316-.082-.272-.04-.485-.243-.644-.455a.53.53 0 0 0-.065-.18.633.633 0 0 0-.062-.245c-.018-.925-.008-1.85-.007-2.774-.015-.11.067-.199.07-.306.06-.094.104-.2.187-.277Zm18.95-.379c.094 0 .176-.063.272-.058.154-.002.307-.005.46.001.271.04.555.097.771.277a.794.794 0 0 1 .245.316c-.007.117.063.219.064.334.004.18 0 .359.002.538-.368.006-.736.003-1.103.003-.012-.211.029-.429-.034-.634a5.132 5.132 0 0 0-.06-.04l-.08-.003a4.191 4.191 0 0 0-.016-.06l-.026.052c-.106.007-.164.108-.17.205-.01.122-.01.245.004.367.015.102.09.179.161.248.073.073.181.098.244.183l.06.013c.189.125.385.242.562.386.079.049.136.126.219.17.184.177.286.422.318.673.054.323.067.66-.014.978-.023.076.024.193-.062.236a.51.51 0 0 1-.124.155l-.014.069-.07.01a.812.812 0 0 1-.268.162.972.972 0 0 1-.145.062c-.09.03-.184.048-.279.057-.198.055-.411.023-.615.016-.058-.02-.12-.03-.18-.042-.09-.008-.17-.048-.252-.082-.09-.05-.196-.072-.265-.156a.893.893 0 0 1-.314-.45.695.695 0 0 0-.058-.255c-.013-.247-.007-.496-.006-.744.187-.01.376.014.561-.024a.205.205 0 0 1 .122.023c.137-.047.275-.006.413 0a.351.351 0 0 1 .026.14c0 .2-.005.4 0 .601 0 .047.02.09.037.133l.068.073c.065 0 .13 0 .196.002.114-.092.135-.245.13-.382-.003-.182.001-.388-.128-.532-.09-.095-.208-.156-.31-.235-.165-.133-.359-.224-.519-.362-.229-.133-.436-.325-.53-.577-.022-.093-.08-.175-.07-.274-.03-.22-.057-.452-.005-.671.014-.096-.02-.212.06-.286l.01-.112c.13-.203.314-.394.556-.45.04-.045.098-.052.155-.054Zm-13.106.011c.4-.006.799 0 1.198-.002.125 0 .255-.014.374.033.003.063.008.124.014.187.041.194.054.393.1.586.019.147.006.297.044.442.028.102.036.207.04.313.024.165.07.328.06.496l.045.003c-.01-.2.07-.39.07-.59 0-.08.021-.16.036-.24.042-.143.017-.297.03-.444l.05-.062c.001-.157 0-.316.042-.47.025-.075.021-.155.041-.232.512.005 1.023.008 1.534.005.02.238-.02.48.022.714-.034.058-.002.12.004.182-.006.051-.02.101-.022.153-.005 1.183.01 2.363-.006 3.545-.343-.001-.685.002-1.028-.002-.008-.928.001-1.856-.006-2.784-.027.023-.056.044-.078.073-.012.162.011.333-.06.486-.016.127.014.263-.038.385-.008.135-.013.273-.056.403a3.873 3.873 0 0 1-.069.578c-.009.279-.098.549-.095.829-.222.063-.456.02-.684.03l-.077-.029c-.059-.137.001-.294-.061-.43-.055-.127-.008-.272-.06-.401-.048-.13-.018-.272-.06-.403-.035-.12-.032-.244-.037-.367a1.15 1.15 0 0 1-.06-.43c-.06-.104-.058-.223-.06-.338l-.092-.014c.004.786 0 1.573.003 2.36a3.85 3.85 0 0 0-.057.055c-.334-.003-.668.003-1.002-.004-.003-1.538-.005-3.077.001-4.616Zm3.98.055a.347.347 0 0 1 .14-.03l1.373.001c.11.017.22.034.33.031.082.05.184.045.262.102a.655.655 0 0 1 .406.418c.028.152.097.294.084.451.039-.035.03-.089.032-.135-.002-.27.006-.539-.004-.808.032-.023.056-.071.103-.06.438.003.877-.004 1.315.003.178.05.37-.011.543.06.052.02.107.024.162.029.069.044.136.09.208.13.115.112.227.238.269.398.015.061.015.128.047.184.015.234.044.466.026.7-.023.18-.05.368-.157.521-.075.043-.147.093-.232.115l-.091.05c-.039.004-.077.01-.115.015.254.04.46.23.57.458-.007.174.047.345.02.519.021.46-.003.924.019 1.385-.124.044-.257.023-.385.027-.246-.004-.492.009-.737-.008a.523.523 0 0 1-.013-.124v-1.71c.004-.07-.046-.125-.074-.184a.784.784 0 0 1-.192-.06 3.83 3.83 0 0 0-.09-.005c-.009.69 0 1.379-.004 2.068-.388.005-.776 0-1.164.003-.011-.058-.024-.115-.023-.173 0-.832.001-1.665-.002-2.498l-.037.007.006.15c-.02.026-.04.054-.058.081.008.177-.11.34-.258.429-.089.043-.174.104-.277.11-.086.003-.16.062-.247.06-.186.003-.372-.004-.558.004-.004.605-.002 1.21-.002 1.816l-.076.034h-.947c-.049 0-.096-.014-.142-.027.001-.829-.001-1.656.002-2.485.001-.071.003-.143-.022-.21-.02-.614-.002-1.228-.01-1.842Zm3.838.79c.003.314-.005.628.004.941.028.064.113.026.167.036.065-.041.154-.078.161-.166.012-.204.003-.409.004-.613.005-.078-.056-.135-.102-.19-.076-.019-.16-.058-.234-.008Zm-2.644.135c.001.32.002.64 0 .96.087.012.176.012.265.005a.095.095 0 0 1 .065-.067c.101-.181.052-.392.064-.589.005-.155.015-.344-.127-.446-.08-.001-.159-.004-.237-.007a.33.33 0 0 0-.03.144Zm4.713-.929.007.109-.032-.06c.003.051.009.103.002.155-.049.25-.057.504-.1.755-.032.11-.017.225-.029.337-.067.146-.033.31-.078.459l-.015.15c-.035.264-.082.528-.09.795-.06.133-.05.282-.06.424-.068.188-.035.392-.091.582-.04.118-.006.247-.049.363l-.013.065c-.05.13-.016.273-.033.408.105.037.218.025.327.026h.731c.056 0 .11-.017.163-.03l.03-.075c.006-.141.003-.283.012-.425.042-.087.007-.187.037-.275.142-.03.293-.006.439-.009.002.166-.003.333.012.499.045.09 0 .2.046.288a.43.43 0 0 0 .178.027h.821c.08.002.159-.022.237-.037l-.043-.02c0-.066.004-.134-.02-.197-.006-.06-.01-.123-.028-.182-.01-.052-.018-.104-.032-.155-.005-.072-.007-.143-.013-.215-.02-.059-.034-.12-.05-.18.001-.165-.02-.329-.06-.488-.002-.115-.03-.227-.054-.338-.025-.099.003-.206-.041-.3-.02-.142-.027-.286-.06-.425-.023-.123-.022-.25-.057-.37-.007-.052-.011-.105-.031-.154-.016-.242-.082-.478-.08-.722a.896.896 0 0 1-.047-.216c-.01-.18-.071-.353-.072-.534l-.027-.031c-.579-.012-1.158-.006-1.737-.004Zm.85 1.661c.017-.143-.005-.319.098-.431.002.103.001.207.011.31.064.404.074.815.128 1.22a.25.25 0 0 1-.007.17 8.305 8.305 0 0 0-.349 0 .246.246 0 0 1-.013-.169c.034-.14-.004-.287.04-.425.037-.12.038-.245.04-.37.019-.101.028-.205.053-.305Z" fill="#0077BD"/>
167
+ </symbol>
168
+
169
+ <symbol id="Package" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 24" fill="none">
170
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10 0.983398C9.69836 0.983398 9.402 1.06221 9.14026 1.21196L5.49574 3.262L4.7613 3.67512L0.894114 5.85042L0.890562 5.85242C0.659818 5.98346 0.46221 6.16469 0.31199 6.38206C0.281927 6.42104 0.25437 6.46272 0.229681 6.50702C0.213831 6.53545 0.199517 6.56432 0.186711 6.59354C0.0655868 6.83504 0.0014709 7.10168 1.44243e-05 7.37287L0 7.37824V16.622L1.44243e-05 16.6274C0.0016759 16.9367 0.0848771 17.2402 0.241229 17.5071C0.39758 17.774 0.621553 17.995 0.890562 18.1478L0.894114 18.1498L9.14028 22.7883C9.40203 22.938 9.69838 23.0168 10 23.0168C10.3016 23.0168 10.598 22.938 10.8597 22.7883L19.1059 18.1498L19.1094 18.1478C19.3784 17.995 19.6024 17.774 19.7588 17.5071C19.9151 17.2402 19.9983 16.9367 20 16.6274L20 16.622L20 7.37824L20 7.37287C19.9985 7.10204 19.9346 6.83573 19.8138 6.59449C19.7998 6.56252 19.784 6.53096 19.7664 6.49995C19.7426 6.4581 19.7163 6.41863 19.6877 6.3816C19.5375 6.16444 19.34 5.98336 19.1094 5.85242L10.8597 1.21196C10.598 1.06221 10.3016 0.983398 10 0.983398ZM2 16.4772V8.63867L9.01337 12.5848V20.4222L2 16.4772ZM11.0136 20.407L18 16.4772V8.65351L15.5938 10.0205V14.1095L13.5938 15.297V11.1566L11.0136 12.5848V20.407ZM10.0797 10.8527L12.5612 9.44299L5.5053 5.55132L3.04839 6.93333L10.0797 10.8527ZM16.9654 6.94107L14.6012 8.28411L7.55552 4.39807L10 3.02305L16.9654 6.94107Z" fill="currentColor"/>
171
+ </symbol>
172
+
173
+ <symbol fill="none" viewBox="0 0 20 20" id="FileText" xmlns="http://www.w3.org/2000/svg">
174
+ <path d="M6.667 15h6.667v-1.667H6.667v1.666Zm0-3.334h6.667V9.999H6.667v1.667ZM5 18.333c-.458 0-.85-.163-1.177-.49a1.605 1.605 0 0 1-.49-1.177V3.333c0-.459.164-.851.49-1.177.326-.327.719-.49 1.177-.49h6.667l5 5v10c0 .458-.163.85-.49 1.177-.326.326-.718.49-1.177.49H5Zm5.834-10.834V3.333H5v13.333h10V7.499h-4.166Z" fill="currentColor"/>
175
+ </symbol>
176
+
177
+ <symbol fill="none" viewBox="0 0 20 20" id="Currency" xmlns="http://www.w3.org/2000/svg">
178
+ <path d="M9.25 15.833h1.458V14.79a3.792 3.792 0 0 0 1.792-.813c.5-.416.75-1.034.75-1.854 0-.583-.167-1.118-.5-1.604-.334-.486-1-.91-2-1.27-.834-.278-1.41-.521-1.73-.73-.319-.208-.479-.493-.479-.854s.129-.646.386-.854c.257-.208.628-.313 1.114-.313.445 0 .792.108 1.042.323.25.216.43.483.542.802l1.333-.541a2.791 2.791 0 0 0-.844-1.271c-.41-.361-.864-.563-1.364-.604V4.166H9.29v1.042c-.694.152-1.236.458-1.625.916-.388.459-.583.973-.583 1.542 0 .653.191 1.18.573 1.583.382.403.983.75 1.802 1.042.875.32 1.483.604 1.823.854.34.25.51.577.51.98 0 .458-.163.794-.49 1.01-.325.215-.718.323-1.176.323a1.89 1.89 0 0 1-1.219-.427c-.354-.285-.615-.712-.781-1.282l-1.375.542c.194.667.496 1.205.906 1.615.41.41.941.69 1.594.843v1.084Zm.75 2.5a8.115 8.115 0 0 1-3.25-.657 8.415 8.415 0 0 1-2.646-1.78 8.416 8.416 0 0 1-1.781-2.647A8.114 8.114 0 0 1 1.667 10c0-1.152.218-2.236.656-3.25a8.415 8.415 0 0 1 1.781-2.645A8.415 8.415 0 0 1 6.75 2.322 8.115 8.115 0 0 1 10 1.666c1.153 0 2.236.219 3.25.656a8.416 8.416 0 0 1 2.646 1.782 8.415 8.415 0 0 1 1.78 2.645 8.115 8.115 0 0 1 .657 3.25 8.114 8.114 0 0 1-.656 3.25 8.416 8.416 0 0 1-1.781 2.646 8.416 8.416 0 0 1-2.646 1.781 8.115 8.115 0 0 1-3.25.657Zm0-1.667c1.86 0 3.437-.646 4.729-1.938 1.292-1.291 1.938-2.867 1.938-4.729 0-1.86-.646-3.437-1.938-4.729-1.292-1.291-2.868-1.937-4.73-1.937-1.86 0-3.437.646-4.728 1.937C3.979 6.562 3.333 8.138 3.333 10c0 1.86.646 3.437 1.938 4.729C6.562 16.02 8.139 16.666 10 16.666Z" fill="currentColor"/>
179
+ </symbol>
180
+
181
+ <symbol id="Load" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
182
+ <g stroke="currentColor">
183
+ <circle
184
+ cx="12"
185
+ cy="12"
186
+ r="9.5"
187
+ fill="none"
188
+ stroke-linecap="round"
189
+ stroke-width="3"
190
+ >
191
+ <animate
192
+ attributeName="stroke-dasharray"
193
+ calcMode="spline"
194
+ dur="1.5s"
195
+ keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1"
196
+ keyTimes="0;0.475;0.95;1"
197
+ repeatCount="indefinite"
198
+ values="0 150;42 150;42 150;42 150"
199
+ />
200
+ <animate
201
+ attributeName="stroke-dashoffset"
202
+ calcMode="spline"
203
+ dur="1.5s"
204
+ keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1"
205
+ keyTimes="0;0.475;0.95;1"
206
+ repeatCount="indefinite"
207
+ values="0;-16;-59;-59"
208
+ />
209
+ </circle>
210
+ <animateTransform
211
+ attributeName="transform"
212
+ dur="2s"
213
+ repeatCount="indefinite"
214
+ type="rotate"
215
+ values="0 12 12;360 12 12"
216
+ />
217
+ </g>
218
+ </symbol>
219
+ <symbol
220
+ id="OpenInNew"
221
+ xmlns="http://www.w3.org/2000/svg"
222
+ viewBox="0 -960 960 960"
223
+ fill="currentColor"
224
+ >
225
+ <path
226
+ d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" />
227
+ </symbol>
228
+
229
+ <symbol id="Profile" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none">
230
+ <path
231
+ d="M9.99992 9.99992C9.08325 9.99992 8.29853 9.67353 7.64575 9.02075C6.99297 8.36797 6.66659 7.58325 6.66659 6.66659C6.66659 5.74992 6.99297 4.9652 7.64575 4.31242C8.29853 3.65964 9.08325 3.33325 9.99992 3.33325C10.9166 3.33325 11.7013 3.65964 12.3541 4.31242C13.0069 4.9652 13.3333 5.74992 13.3333 6.66659C13.3333 7.58325 13.0069 8.36797 12.3541 9.02075C11.7013 9.67353 10.9166 9.99992 9.99992 9.99992ZM3.33325 16.6666V14.3333C3.33325 13.861 3.45478 13.427 3.69784 13.0312C3.94089 12.6353 4.26381 12.3333 4.66659 12.1249C5.5277 11.6944 6.4027 11.3714 7.29159 11.1562C8.18047 10.9409 9.08325 10.8333 9.99992 10.8333C10.9166 10.8333 11.8194 10.9409 12.7083 11.1562C13.5971 11.3714 14.4721 11.6944 15.3333 12.1249C15.736 12.3333 16.0589 12.6353 16.302 13.0312C16.5451 13.427 16.6666 13.861 16.6666 14.3333V16.6666H3.33325ZM4.99992 14.9999H14.9999V14.3333C14.9999 14.1805 14.9617 14.0416 14.8853 13.9166C14.8089 13.7916 14.7083 13.6944 14.5833 13.6249C13.8333 13.2499 13.0763 12.9687 12.3124 12.7812C11.5485 12.5937 10.7777 12.4999 9.99992 12.4999C9.22214 12.4999 8.45131 12.5937 7.68742 12.7812C6.92353 12.9687 6.16659 13.2499 5.41659 13.6249C5.29159 13.6944 5.19089 13.7916 5.1145 13.9166C5.03811 14.0416 4.99992 14.1805 4.99992 14.3333V14.9999ZM9.99992 8.33325C10.4583 8.33325 10.8506 8.17006 11.177 7.84367C11.5034 7.51728 11.6666 7.12492 11.6666 6.66659C11.6666 6.20825 11.5034 5.81589 11.177 5.4895C10.8506 5.16311 10.4583 4.99992 9.99992 4.99992C9.54159 4.99992 9.14922 5.16311 8.82284 5.4895C8.49645 5.81589 8.33325 6.20825 8.33325 6.66659C8.33325 7.12492 8.49645 7.51728 8.82284 7.84367C9.14922 8.17006 9.54159 8.33325 9.99992 8.33325Z"
232
+ fill="black" />
233
+ </symbol>
128
234
  </svg>
@@ -0,0 +1,68 @@
1
+ import { SlideOver, useFadeEffect } from '@faststore/ui'
2
+
3
+ import { useSession } from 'src/sdk/session'
4
+ import { ProfileSummary } from '../ProfileSummary/ProfileSummary'
5
+ import { OrganizationDrawerBody } from './OrganizationDrawerBody'
6
+ import { OrganizationDrawerHeader } from './OrganizationDrawerHeader'
7
+ import styles from './section.module.scss'
8
+
9
+ type OrganizationDrawerProps = {
10
+ isOpen: boolean
11
+ closeDrawer: () => void
12
+ }
13
+
14
+ export const doLogout = () => {
15
+ // TODO we should proxy a call to vtexid logout endpoint
16
+ // window.location.assign(
17
+ // `${storeConfig.secureSubdomain}/api/vtexid/pub/logout?scope=${storeConfig.api.storeId}&returnUrl=${storeConfig.storeUrl}`
18
+ // )
19
+ }
20
+
21
+ export const OrganizationDrawer = ({
22
+ isOpen,
23
+ closeDrawer,
24
+ }: OrganizationDrawerProps) => {
25
+ const { fade, fadeOut } = useFadeEffect()
26
+ const { b2b, person } = useSession()
27
+
28
+ const contractName =
29
+ b2b?.isCorporate !== null && b2b?.isCorporate !== undefined
30
+ ? b2b.isCorporate && b2b?.corporateName
31
+ ? b2b?.corporateName
32
+ : `${b2b?.firstName ?? ''} ${b2b.lastName ?? ''}`
33
+ : `${person?.givenName ?? ''} ${person.familyName ?? ''}`
34
+
35
+ return (
36
+ <SlideOver
37
+ data-fs-organization-drawer
38
+ fade={fade}
39
+ onDismiss={fadeOut}
40
+ onTransitionEnd={() => fade === 'out' && closeDrawer()}
41
+ isOpen={isOpen}
42
+ size="partial"
43
+ direction="rightSide"
44
+ overlayProps={{
45
+ className: `section ${styles.section} section-organization-drawer`,
46
+ }}
47
+ >
48
+ <OrganizationDrawerHeader
49
+ onCloseDrawer={closeDrawer}
50
+ contractName={contractName}
51
+ contractUrl="/buyer-portal"
52
+ />
53
+ <OrganizationDrawerBody />
54
+ <footer data-fs-organization-drawer-footer-wrapper>
55
+ <ProfileSummary
56
+ showManageLink
57
+ bordered={true}
58
+ onLogoutClick={doLogout}
59
+ person={{
60
+ name: b2b?.userName ?? '',
61
+ email: b2b?.userEmail ?? '',
62
+ }}
63
+ orgName={b2b?.unitName ?? ''}
64
+ />
65
+ </footer>
66
+ </SlideOver>
67
+ )
68
+ }
@@ -0,0 +1,21 @@
1
+ import { Link } from '@faststore/ui'
2
+
3
+ import menuRoutes from 'src/customizations/src/myAccount/navigation'
4
+
5
+ export const OrganizationDrawerBody = () => {
6
+ return (
7
+ <div data-fs-organization-drawer-body>
8
+ <div data-fs-organization-drawer-body-contents>
9
+ {menuRoutes.map((route) => (
10
+ <Link
11
+ key={route.route}
12
+ data-fs-organization-drawer-body-link
13
+ href={route.route}
14
+ >
15
+ {route.title}
16
+ </Link>
17
+ ))}
18
+ </div>
19
+ </div>
20
+ )
21
+ }
@@ -0,0 +1,39 @@
1
+ import { Link, SlideOverHeader } from '@faststore/ui'
2
+ import type { ReactNode } from 'react'
3
+
4
+ export type OrganizationDrawerHeaderProps = {
5
+ onCloseDrawer?: () => void
6
+ contractImage?: ReactNode
7
+ contractName: string
8
+ contractUrl: string
9
+ }
10
+
11
+ export const OrganizationDrawerHeader = ({
12
+ contractUrl,
13
+ contractName,
14
+ contractImage,
15
+ onCloseDrawer,
16
+ }: OrganizationDrawerHeaderProps) => {
17
+ return (
18
+ <>
19
+ <SlideOverHeader onClose={() => onCloseDrawer?.()} />
20
+ <div data-fs-organization-drawer-header>
21
+ <Link
22
+ data-fs-organization-drawer-header-contract-link
23
+ href={contractUrl}
24
+ >
25
+ <div data-fs-organization-drawer-header-contract-image>
26
+ {contractImage ?? (
27
+ <span data-fs-organization-drawer-header-contract-image-fallback>
28
+ {contractName?.at(0)?.toUpperCase() ?? ''}
29
+ </span>
30
+ )}
31
+ </div>
32
+ <h1 data-fs-organization-drawer-header-contract-name>
33
+ {contractName}
34
+ </h1>
35
+ </Link>
36
+ </div>
37
+ </>
38
+ )
39
+ }
@@ -0,0 +1,3 @@
1
+ export { OrganizationDrawer } from './OrganizationDrawer'
2
+ export { OrganizationDrawerBody } from './OrganizationDrawerBody'
3
+ export { OrganizationDrawerHeader } from './OrganizationDrawerHeader'
@@ -0,0 +1,125 @@
1
+ @layer components {
2
+ .section {
3
+ @import "@faststore/ui/src/components/atoms/Icon/styles.scss";
4
+ @import "@faststore/ui/src/components/atoms/Overlay/styles.scss";
5
+ @import "@faststore/ui/src/components/atoms/Badge/styles.scss";
6
+ @import "@faststore/ui/src/components/atoms/Button/styles.scss";
7
+ @import "@faststore/ui/src/components/atoms/Link/styles.scss";
8
+ @import "@faststore/ui/src/components/atoms/List/styles.scss";
9
+ @import "@faststore/ui/src/components/atoms/Price/styles.scss";
10
+ @import "@faststore/ui/src/components/molecules/Alert/styles.scss";
11
+ @import "@faststore/ui/src/components/molecules/Modal/styles.scss";
12
+ @import "@faststore/ui/src/components/molecules/CartItem/styles.scss";
13
+ @import "@faststore/ui/src/components/molecules/Gift/styles.scss";
14
+ @import "@faststore/ui/src/components/molecules/QuantitySelector/styles.scss";
15
+ @import "@faststore/ui/src/components/molecules/OrderSummary/styles.scss";
16
+ @import "@faststore/ui/src/components/molecules/ProductPrice/styles.scss";
17
+ @import "@faststore/ui/src/components/organisms/EmptyState/styles.scss";
18
+ @import "@faststore/ui/src/components/organisms/SlideOver/styles.scss";
19
+ @import "@faststore/ui/src/components/organisms/CartSidebar/styles.scss";
20
+ @import "../ProfileSummary/profile-summary.scss";
21
+
22
+ [data-fs-organization-drawer] {
23
+ --fs-organization-drawer-header-contract-color : #cbe9ff;
24
+ --fs-organization-drawer-body-link-color : #f5f5f5;
25
+
26
+ display: flex;
27
+ flex-direction: column;
28
+
29
+ // Header
30
+ [data-fs-slide-over-header] {
31
+ --fs-slide-over-header-height: 6.25rem;
32
+ --fs-slide-over-header-bkg: #f5f5f5;
33
+
34
+ flex-direction: row;
35
+ align-items: start;
36
+ justify-content: end;
37
+ height: var(--fs-slide-over-header-height);
38
+ padding: var(--fs-spacing-2);
39
+ background-color: var(--fs-slide-over-header-bkg);
40
+ }
41
+
42
+ [data-fs-organization-drawer-header] {
43
+ display: flex;
44
+ align-items: flex-end;
45
+ justify-content: space-between;
46
+ padding: 0 var(--fs-spacing-6) 0 var(--fs-spacing-8);
47
+ }
48
+
49
+ [data-fs-organization-drawer-header-contract-link] {
50
+ margin-top: calc(-1 * var(--fs-spacing-6));
51
+ text-decoration: none;
52
+ }
53
+
54
+ [data-fs-organization-drawer-header-contract-name] {
55
+ padding: var(--fs-spacing-3) 0 0 0;
56
+ font-size: var(--fs-text-size-3);
57
+ font-weight: var(--fs-text-weight-bold);
58
+ color: var(--fs-color-text);
59
+ text-decoration: none;
60
+ text-transform: capitalize;
61
+ transition: all 1s ease;
62
+ }
63
+
64
+ [data-fs-organization-drawer-header-contract-name]:hover {
65
+ text-decoration: underline;
66
+ }
67
+
68
+ [data-fs-organization-drawer-header-contract-image] {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ width: calc(var(--fs-spacing-8) + var(--fs-spacing-0));
73
+ height: calc(var(--fs-spacing-8) + var(--fs-spacing-0));
74
+ overflow: hidden;
75
+ color: var(--fs-border-color-active);
76
+ background-color: var(--fs-organization-drawer-header-contract-color);
77
+ border: var(--fs-border-width-thick) solid white;
78
+ border-radius: var(--fs-border-radius-pill);
79
+
80
+ [data-fs-organization-drawer-header-contract-image-fallback] {
81
+ font-size: var(--fs-text-size-4);
82
+ font-weight: var(--fs-text-weight-medium);
83
+ }
84
+ }
85
+
86
+ // Body
87
+ [data-fs-organization-drawer-body] {
88
+ flex: 1;
89
+ padding: var(--fs-spacing-2) var(--fs-spacing-6) var(--fs-spacing-5);
90
+
91
+ [data-fs-organization-drawer-body-contents] {
92
+ display: grid;
93
+ width: 100%;
94
+
95
+ [data-fs-organization-drawer-body-link] {
96
+ padding:
97
+ var(--fs-spacing-2)
98
+ calc(var(--fs-spacing-3) + var(--fs-spacing-0));
99
+ font-size: var(--fs-text-size-1);
100
+ font-weight: var(--fs-text-weight-semibold);
101
+ line-height: calc(var(--fs-spacing-3) + var(--fs-spacing-0));
102
+ color: var(--fs-color-neutral-7);
103
+ text-decoration: none;
104
+ border-radius: var(--fs-border-radius-pill);
105
+ }
106
+
107
+ [data-fs-organization-drawer-body-link]:hover {
108
+ text-decoration: none;
109
+ background-color: var(--fs-organization-drawer-body-link-color);
110
+ transition: all 0.5s ease;
111
+ }
112
+ }
113
+ }
114
+
115
+ // Footer
116
+ [data-fs-organization-drawer-footer-wrapper] {
117
+ padding: var(--fs-spacing-6) var(--fs-spacing-5);
118
+
119
+ @include media("<tablet") {
120
+ padding: var(--fs-spacing-2);
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
@@ -0,0 +1,50 @@
1
+ import { Button, Icon } from '@faststore/ui'
2
+ import { useState, type MouseEvent } from 'react'
3
+ import { useSession } from 'src/sdk/session'
4
+ import { OrganizationDrawer } from '../OrganizationDrawer/OrganizationDrawer'
5
+
6
+ export const OrganizationSignInButton = ({
7
+ icon: { alt, icon },
8
+ }: {
9
+ icon: { alt: string; icon: string }
10
+ }) => {
11
+ const [isOpen, setIsOpen] = useState(false)
12
+
13
+ const { person } = useSession()
14
+
15
+ const openDrawer = (
16
+ event: MouseEvent<HTMLAnchorElement> | MouseEvent<HTMLButtonElement>
17
+ ) => {
18
+ // if (session.person) {
19
+ // biome-ignore lint/correctness/noConstantCondition: <explanation>
20
+ if (true) {
21
+ event.preventDefault()
22
+
23
+ setIsOpen(true)
24
+ }
25
+ }
26
+
27
+ const closeDrawer = () => {
28
+ setIsOpen(false)
29
+ }
30
+
31
+ return (
32
+ <>
33
+ <Button
34
+ data-fs-button-signin-link
35
+ onClick={(event) => openDrawer(event)}
36
+ className="text__title-mini"
37
+ aria-label={alt}
38
+ variant="tertiary"
39
+ icon={<Icon name={icon} width={18} height={18} weight="bold" />}
40
+ iconPosition="left"
41
+ >
42
+ {person?.id ? 'Company' : 'Contract'}
43
+ </Button>
44
+
45
+ {isOpen && (
46
+ <OrganizationDrawer isOpen={isOpen} closeDrawer={closeDrawer} />
47
+ )}
48
+ </>
49
+ )
50
+ }
@@ -0,0 +1 @@
1
+ export { OrganizationSignInButton } from './OrganizationSignInButton'