@weareconceptstudio/account 2.1.13 → 2.1.14

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 (312) hide show
  1. package/cli/init-config.js +221 -0
  2. package/cli/postinstall.js +31 -0
  3. package/cli/test-user-integration.mjs +150 -0
  4. package/dist/AccountProvider.d.ts.map +1 -1
  5. package/dist/AccountProvider.js +14 -11
  6. package/dist/AccountProvider.js.map +1 -1
  7. package/dist/components/AccountButton/index.d.ts.map +1 -1
  8. package/dist/components/AccountButton/index.js +33 -5
  9. package/dist/components/AccountButton/index.js.map +1 -1
  10. package/dist/components/AccountButton/style.d.ts +2 -0
  11. package/dist/components/AccountButton/style.d.ts.map +1 -1
  12. package/dist/components/AccountButton/style.js +74 -0
  13. package/dist/components/AccountButton/style.js.map +1 -1
  14. package/dist/components/CartPageDetector.d.ts.map +1 -1
  15. package/dist/components/CartPageDetector.js +13 -0
  16. package/dist/components/CartPageDetector.js.map +1 -1
  17. package/dist/components/CustomCheckbox/index.d.ts +1 -1
  18. package/dist/components/CustomCheckbox/index.d.ts.map +1 -1
  19. package/dist/components/CustomCheckbox/index.js +4 -3
  20. package/dist/components/CustomCheckbox/index.js.map +1 -1
  21. package/dist/components/LineItemAttributes/index.d.ts +7 -0
  22. package/dist/components/LineItemAttributes/index.d.ts.map +1 -0
  23. package/dist/components/LineItemAttributes/index.js +24 -0
  24. package/dist/components/LineItemAttributes/index.js.map +1 -0
  25. package/dist/components/LineItemProductInfo/index.d.ts +14 -0
  26. package/dist/components/LineItemProductInfo/index.d.ts.map +1 -0
  27. package/dist/components/LineItemProductInfo/index.js +24 -0
  28. package/dist/components/LineItemProductInfo/index.js.map +1 -0
  29. package/dist/components/TotalCheckout/index.js +1 -1
  30. package/dist/components/TotalCheckout/index.js.map +1 -1
  31. package/dist/components/WarningMessageForPopup/index.js +3 -3
  32. package/dist/components/WarningMessageForPopup/index.js.map +1 -1
  33. package/dist/config.d.ts +4 -0
  34. package/dist/config.d.ts.map +1 -0
  35. package/dist/config.js +11 -0
  36. package/dist/config.js.map +1 -0
  37. package/dist/index.d.ts +3 -0
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/index.js +2 -0
  40. package/dist/index.js.map +1 -1
  41. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js +1 -1
  42. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js.map +1 -1
  43. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js +1 -1
  44. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js.map +1 -1
  45. package/dist/modules/account/AccountSettingsTemplate/Subscription/index.js +1 -1
  46. package/dist/modules/account/AccountSettingsTemplate/Subscription/index.js.map +1 -1
  47. package/dist/modules/address/AddressForm/index.d.ts.map +1 -1
  48. package/dist/modules/address/AddressForm/index.js +14 -11
  49. package/dist/modules/address/AddressForm/index.js.map +1 -1
  50. package/dist/modules/address/AddressForm/style.d.ts.map +1 -1
  51. package/dist/modules/address/AddressForm/style.js +71 -0
  52. package/dist/modules/address/AddressForm/style.js.map +1 -1
  53. package/dist/modules/address/AddressProvider.d.ts +2 -1
  54. package/dist/modules/address/AddressProvider.d.ts.map +1 -1
  55. package/dist/modules/address/AddressProvider.js +2 -1
  56. package/dist/modules/address/AddressProvider.js.map +1 -1
  57. package/dist/modules/address/SelectAddressPopup/index.js +1 -1
  58. package/dist/modules/address/SelectAddressPopup/index.js.map +1 -1
  59. package/dist/modules/address/ShippingBillingInfo/index.d.ts.map +1 -1
  60. package/dist/modules/address/ShippingBillingInfo/index.js +4 -33
  61. package/dist/modules/address/ShippingBillingInfo/index.js.map +1 -1
  62. package/dist/modules/auth/ForgotPasswordTemplate/index.js +1 -1
  63. package/dist/modules/auth/ForgotPasswordTemplate/index.js.map +1 -1
  64. package/dist/modules/auth/ResetPasswordTemplate/index.js +2 -2
  65. package/dist/modules/auth/ResetPasswordTemplate/index.js.map +1 -1
  66. package/dist/modules/auth/SignInTemplate/index.js +2 -2
  67. package/dist/modules/auth/SignInTemplate/index.js.map +1 -1
  68. package/dist/modules/auth/SignUpTemplate/index.d.ts.map +1 -1
  69. package/dist/modules/auth/SignUpTemplate/index.js +5 -5
  70. package/dist/modules/auth/SignUpTemplate/index.js.map +1 -1
  71. package/dist/modules/auth/SignUpTemplate/style.d.ts.map +1 -1
  72. package/dist/modules/auth/SignUpTemplate/style.js +6 -0
  73. package/dist/modules/auth/SignUpTemplate/style.js.map +1 -1
  74. package/dist/modules/auth/VerifyEmailAddressTemplate/index.js +1 -1
  75. package/dist/modules/auth/VerifyEmailAddressTemplate/index.js.map +1 -1
  76. package/dist/modules/cart/CartModificationWarningPopup/index.d.ts +6 -0
  77. package/dist/modules/cart/CartModificationWarningPopup/index.d.ts.map +1 -0
  78. package/dist/modules/cart/CartModificationWarningPopup/index.js +17 -0
  79. package/dist/modules/cart/CartModificationWarningPopup/index.js.map +1 -0
  80. package/dist/modules/cart/CartModificationWarningPopup/style.d.ts +3 -0
  81. package/dist/modules/cart/CartModificationWarningPopup/style.d.ts.map +1 -0
  82. package/dist/modules/cart/CartModificationWarningPopup/style.js +77 -0
  83. package/dist/modules/cart/CartModificationWarningPopup/style.js.map +1 -0
  84. package/dist/modules/cart/EmptyCart/index.d.ts.map +1 -1
  85. package/dist/modules/cart/EmptyCart/index.js +7 -3
  86. package/dist/modules/cart/EmptyCart/index.js.map +1 -1
  87. package/dist/modules/cart/components/CartItems/Item/EditButton.d.ts.map +1 -1
  88. package/dist/modules/cart/components/CartItems/Item/EditButton.js +0 -1
  89. package/dist/modules/cart/components/CartItems/Item/EditButton.js.map +1 -1
  90. package/dist/modules/cart/components/CartItems/Item/ItemActions.d.ts.map +1 -1
  91. package/dist/modules/cart/components/CartItems/Item/ItemActions.js +0 -1
  92. package/dist/modules/cart/components/CartItems/Item/ItemActions.js.map +1 -1
  93. package/dist/modules/cart/components/CartItems/Item/ItemAttributes.d.ts +3 -1
  94. package/dist/modules/cart/components/CartItems/Item/ItemAttributes.d.ts.map +1 -1
  95. package/dist/modules/cart/components/CartItems/Item/ItemAttributes.js +11 -34
  96. package/dist/modules/cart/components/CartItems/Item/ItemAttributes.js.map +1 -1
  97. package/dist/modules/cart/components/CartItems/Item/ItemImage.d.ts.map +1 -1
  98. package/dist/modules/cart/components/CartItems/Item/ItemImage.js +0 -1
  99. package/dist/modules/cart/components/CartItems/Item/ItemImage.js.map +1 -1
  100. package/dist/modules/cart/components/CartItems/Item/QuantitySelector.d.ts.map +1 -1
  101. package/dist/modules/cart/components/CartItems/Item/QuantitySelector.js +3 -12
  102. package/dist/modules/cart/components/CartItems/Item/QuantitySelector.js.map +1 -1
  103. package/dist/modules/cart/components/CartItems/Item/index.d.ts.map +1 -1
  104. package/dist/modules/cart/components/CartItems/Item/index.js +2 -5
  105. package/dist/modules/cart/components/CartItems/Item/index.js.map +1 -1
  106. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemActions.d.ts.map +1 -1
  107. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemActions.js +0 -1
  108. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemActions.js.map +1 -1
  109. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemAttributes.d.ts +3 -1
  110. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemAttributes.d.ts.map +1 -1
  111. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemAttributes.js +11 -34
  112. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemAttributes.js.map +1 -1
  113. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemImage.d.ts.map +1 -1
  114. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemImage.js +0 -1
  115. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemImage.js.map +1 -1
  116. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemQuantity.d.ts.map +1 -1
  117. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemQuantity.js +3 -12
  118. package/dist/modules/cart/components/CartItems/ItemMobile/MobileItemQuantity.js.map +1 -1
  119. package/dist/modules/cart/components/CartItems/ItemMobile/index.d.ts.map +1 -1
  120. package/dist/modules/cart/components/CartItems/ItemMobile/index.js +2 -5
  121. package/dist/modules/cart/components/CartItems/ItemMobile/index.js.map +1 -1
  122. package/dist/modules/cart/components/CartItems/index.d.ts.map +1 -1
  123. package/dist/modules/cart/components/CartItems/index.js +0 -1
  124. package/dist/modules/cart/components/CartItems/index.js.map +1 -1
  125. package/dist/modules/cart/components/CartItems/style.d.ts.map +1 -1
  126. package/dist/modules/cart/components/CartItems/style.js +6 -3
  127. package/dist/modules/cart/components/CartItems/style.js.map +1 -1
  128. package/dist/modules/cart/components/CartItems/util.d.ts.map +1 -1
  129. package/dist/modules/cart/components/CartItems/util.js +1 -2
  130. package/dist/modules/cart/components/CartItems/util.js.map +1 -1
  131. package/dist/modules/cart/index.d.ts +1 -0
  132. package/dist/modules/cart/index.d.ts.map +1 -1
  133. package/dist/modules/cart/index.js +1 -0
  134. package/dist/modules/cart/index.js.map +1 -1
  135. package/dist/modules/checkout/CheckoutTemplate/StepReview/index.d.ts.map +1 -1
  136. package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js +2 -6
  137. package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js.map +1 -1
  138. package/dist/modules/checkout/CheckoutTemplate/index.d.ts +2 -1
  139. package/dist/modules/checkout/CheckoutTemplate/index.d.ts.map +1 -1
  140. package/dist/modules/checkout/CheckoutTemplate/index.js +12 -6
  141. package/dist/modules/checkout/CheckoutTemplate/index.js.map +1 -1
  142. package/dist/modules/checkout/CheckoutTemplate/style.d.ts.map +1 -1
  143. package/dist/modules/checkout/CheckoutTemplate/style.js +6 -1
  144. package/dist/modules/checkout/CheckoutTemplate/style.js.map +1 -1
  145. package/dist/modules/checkout/PaymentFailedTemplate/index.d.ts.map +1 -1
  146. package/dist/modules/checkout/PaymentFailedTemplate/index.js +3 -0
  147. package/dist/modules/checkout/PaymentFailedTemplate/index.js.map +1 -1
  148. package/dist/modules/checkout/ThankYouTemplate/index.d.ts.map +1 -1
  149. package/dist/modules/checkout/ThankYouTemplate/index.js +3 -0
  150. package/dist/modules/checkout/ThankYouTemplate/index.js.map +1 -1
  151. package/dist/modules/delivery/DeliveryOptions/index.d.ts.map +1 -1
  152. package/dist/modules/delivery/DeliveryOptions/index.js +11 -212
  153. package/dist/modules/delivery/DeliveryOptions/index.js.map +1 -1
  154. package/dist/modules/index.d.ts +1 -1
  155. package/dist/modules/index.js +1 -1
  156. package/dist/modules/index.js.map +1 -1
  157. package/dist/modules/order/OrderDetails/index.d.ts.map +1 -1
  158. package/dist/modules/order/OrderDetails/index.js +0 -1
  159. package/dist/modules/order/OrderDetails/index.js.map +1 -1
  160. package/dist/modules/order/OrderIndividualTemplate/index.d.ts.map +1 -1
  161. package/dist/modules/order/OrderIndividualTemplate/index.js +2 -10
  162. package/dist/modules/order/OrderIndividualTemplate/index.js.map +1 -1
  163. package/dist/modules/order/OrderedItems/Item/index.d.ts.map +1 -1
  164. package/dist/modules/order/OrderedItems/Item/index.js +2 -30
  165. package/dist/modules/order/OrderedItems/Item/index.js.map +1 -1
  166. package/dist/modules/order/OrderedItems/ItemMobile/index.d.ts.map +1 -1
  167. package/dist/modules/order/OrderedItems/ItemMobile/index.js +2 -28
  168. package/dist/modules/order/OrderedItems/ItemMobile/index.js.map +1 -1
  169. package/dist/modules/order/OrderedItems/Review/Popup/style.js +1 -1
  170. package/dist/modules/order/OrderedItems/Review/index.js +1 -1
  171. package/dist/modules/order/OrderedItems/Review/index.js.map +1 -1
  172. package/dist/modules/order/OrderedItems/index.d.ts.map +1 -1
  173. package/dist/modules/order/OrderedItems/index.js +0 -1
  174. package/dist/modules/order/OrderedItems/index.js.map +1 -1
  175. package/dist/modules/order/OrderedItems/style.d.ts.map +1 -1
  176. package/dist/modules/order/OrderedItems/style.js +8 -3
  177. package/dist/modules/order/OrderedItems/style.js.map +1 -1
  178. package/dist/modules/order/OrdersList/Item/index.d.ts.map +1 -1
  179. package/dist/modules/order/OrdersList/Item/index.js +0 -1
  180. package/dist/modules/order/OrdersList/Item/index.js.map +1 -1
  181. package/dist/modules/order/OrdersList/ItemMobile/index.d.ts.map +1 -1
  182. package/dist/modules/order/OrdersList/ItemMobile/index.js +0 -1
  183. package/dist/modules/order/OrdersList/ItemMobile/index.js.map +1 -1
  184. package/dist/modules/order/OrdersList/index.d.ts.map +1 -1
  185. package/dist/modules/order/OrdersList/index.js +0 -1
  186. package/dist/modules/order/OrdersList/index.js.map +1 -1
  187. package/dist/modules/order/OrdersList/style.d.ts.map +1 -1
  188. package/dist/modules/order/OrdersList/style.js +0 -1
  189. package/dist/modules/order/OrdersList/style.js.map +1 -1
  190. package/dist/modules/payment/PaymentMethodIcon/index.d.ts +8 -0
  191. package/dist/modules/payment/PaymentMethodIcon/index.d.ts.map +1 -0
  192. package/dist/modules/payment/PaymentMethodIcon/index.js +17 -0
  193. package/dist/modules/payment/PaymentMethodIcon/index.js.map +1 -0
  194. package/dist/modules/payment/PaymentMethodIcon/style.d.ts +3 -0
  195. package/dist/modules/payment/PaymentMethodIcon/style.d.ts.map +1 -0
  196. package/dist/modules/payment/PaymentMethodIcon/style.js +25 -0
  197. package/dist/modules/payment/PaymentMethodIcon/style.js.map +1 -0
  198. package/dist/modules/payment/PaymentMethodItem/index.d.ts.map +1 -1
  199. package/dist/modules/payment/PaymentMethodItem/index.js +2 -13
  200. package/dist/modules/payment/PaymentMethodItem/index.js.map +1 -1
  201. package/dist/modules/payment/SelectPaymentMethodPopup/index.js +1 -1
  202. package/dist/modules/payment/SelectPaymentMethodPopup/index.js.map +1 -1
  203. package/dist/modules/payment/icons.d.ts +2 -0
  204. package/dist/modules/payment/icons.d.ts.map +1 -1
  205. package/dist/modules/payment/icons.js +35 -27
  206. package/dist/modules/payment/icons.js.map +1 -1
  207. package/dist/modules/payment/index.d.ts +1 -0
  208. package/dist/modules/payment/index.d.ts.map +1 -1
  209. package/dist/modules/payment/index.js +1 -0
  210. package/dist/modules/payment/index.js.map +1 -1
  211. package/dist/modules/payment/paymentIconMap.d.ts +12 -0
  212. package/dist/modules/payment/paymentIconMap.d.ts.map +1 -0
  213. package/dist/modules/payment/paymentIconMap.js +31 -0
  214. package/dist/modules/payment/paymentIconMap.js.map +1 -0
  215. package/dist/modules/unsubscribe/UnsubscribeMessage.js +1 -1
  216. package/dist/modules/unsubscribe/UnsubscribeMessage.js.map +1 -1
  217. package/dist/modules/unsubscribe/UnsubscribeTemplate.js +1 -1
  218. package/dist/modules/unsubscribe/UnsubscribeTemplate.js.map +1 -1
  219. package/dist/server.d.ts +6 -0
  220. package/dist/server.d.ts.map +1 -0
  221. package/dist/server.js +5 -0
  222. package/dist/server.js.map +1 -0
  223. package/dist/stores/orderStore.d.ts.map +1 -1
  224. package/dist/stores/orderStore.js.map +1 -1
  225. package/dist/styles/theme.d.ts.map +1 -1
  226. package/dist/styles/theme.js +5 -0
  227. package/dist/styles/theme.js.map +1 -1
  228. package/dist/styles/variables.d.ts.map +1 -1
  229. package/dist/styles/variables.js +4 -0
  230. package/dist/styles/variables.js.map +1 -1
  231. package/dist/translations/en.d.ts +20 -7
  232. package/dist/translations/en.d.ts.map +1 -1
  233. package/dist/translations/en.js +21 -8
  234. package/dist/translations/en.js.map +1 -1
  235. package/dist/translations/hy.d.ts +2 -7
  236. package/dist/translations/hy.d.ts.map +1 -1
  237. package/dist/translations/hy.js +3 -8
  238. package/dist/translations/hy.js.map +1 -1
  239. package/dist/translations/index.d.ts +26 -28
  240. package/dist/translations/index.d.ts.map +1 -1
  241. package/dist/translations/it.d.ts +2 -7
  242. package/dist/translations/it.d.ts.map +1 -1
  243. package/dist/translations/it.js +3 -8
  244. package/dist/translations/it.js.map +1 -1
  245. package/dist/translations/ru.d.ts +2 -7
  246. package/dist/translations/ru.d.ts.map +1 -1
  247. package/dist/translations/ru.js +3 -8
  248. package/dist/translations/ru.js.map +1 -1
  249. package/dist/user/UserProvider.d.ts +6 -0
  250. package/dist/user/UserProvider.d.ts.map +1 -0
  251. package/dist/user/UserProvider.js +128 -0
  252. package/dist/user/UserProvider.js.map +1 -0
  253. package/dist/user/checkUserRedirection.d.ts +21 -0
  254. package/dist/user/checkUserRedirection.d.ts.map +1 -0
  255. package/dist/user/checkUserRedirection.js +62 -0
  256. package/dist/user/checkUserRedirection.js.map +1 -0
  257. package/dist/user/createUserMethods.d.ts +21 -0
  258. package/dist/user/createUserMethods.d.ts.map +1 -0
  259. package/dist/user/createUserMethods.js +162 -0
  260. package/dist/user/createUserMethods.js.map +1 -0
  261. package/dist/user/getUser.d.ts +14 -0
  262. package/dist/user/getUser.d.ts.map +1 -0
  263. package/dist/user/getUser.js +60 -0
  264. package/dist/user/getUser.js.map +1 -0
  265. package/dist/user/index.d.ts +6 -0
  266. package/dist/user/index.d.ts.map +1 -0
  267. package/dist/user/index.js +6 -0
  268. package/dist/user/index.js.map +1 -0
  269. package/dist/user/langPath.d.ts +3 -0
  270. package/dist/user/langPath.d.ts.map +1 -0
  271. package/dist/user/langPath.js +23 -0
  272. package/dist/user/langPath.js.map +1 -0
  273. package/dist/user/types.d.ts +139 -0
  274. package/dist/user/types.d.ts.map +1 -0
  275. package/dist/user/types.js +2 -0
  276. package/dist/user/types.js.map +1 -0
  277. package/dist/user/userConfig.d.ts +23 -0
  278. package/dist/user/userConfig.d.ts.map +1 -0
  279. package/dist/user/userConfig.js +24 -0
  280. package/dist/user/userConfig.js.map +1 -0
  281. package/dist/utils/buttonClassNames.d.ts +9 -0
  282. package/dist/utils/buttonClassNames.d.ts.map +1 -0
  283. package/dist/utils/buttonClassNames.js +10 -0
  284. package/dist/utils/buttonClassNames.js.map +1 -0
  285. package/dist/utils/buttonTypes.d.ts +12 -0
  286. package/dist/utils/buttonTypes.d.ts.map +1 -0
  287. package/dist/utils/buttonTypes.js +18 -0
  288. package/dist/utils/buttonTypes.js.map +1 -0
  289. package/dist/utils/config.d.ts +14 -7
  290. package/dist/utils/config.d.ts.map +1 -1
  291. package/dist/utils/config.js +35 -5
  292. package/dist/utils/config.js.map +1 -1
  293. package/dist/utils/createAccountButtonEntry.d.ts +5 -0
  294. package/dist/utils/createAccountButtonEntry.d.ts.map +1 -0
  295. package/dist/utils/createAccountButtonEntry.js +33 -0
  296. package/dist/utils/createAccountButtonEntry.js.map +1 -0
  297. package/dist/utils/lineItemDisplay.d.ts +11 -0
  298. package/dist/utils/lineItemDisplay.d.ts.map +1 -0
  299. package/dist/utils/lineItemDisplay.js +165 -0
  300. package/dist/utils/lineItemDisplay.js.map +1 -0
  301. package/dist/utils/payment.d.ts +56 -11
  302. package/dist/utils/payment.d.ts.map +1 -1
  303. package/dist/utils/payment.js +43 -5
  304. package/dist/utils/payment.js.map +1 -1
  305. package/package.json +30 -7
  306. package/templates/README.md +41 -0
  307. package/templates/account.config.example.ts +77 -0
  308. package/templates/address.config.example.ts +55 -0
  309. package/templates/index.example.ts +24 -0
  310. package/templates/integrations.config.example.ts +28 -0
  311. package/templates/routes.config.example.ts +56 -0
  312. package/templates/user.config.example.ts +45 -0
@@ -0,0 +1,221 @@
1
+ #!/usr/bin/env node
2
+
3
+ const fs = require('fs');
4
+ const path = require('path');
5
+ const readline = require('readline');
6
+
7
+ const PACKAGE_ROOT = path.resolve(__dirname, '..');
8
+ const TEMPLATES_DIR = path.join(PACKAGE_ROOT, 'templates');
9
+
10
+ const TEMPLATE_MAP = {
11
+ routes: 'routes.config.example.ts',
12
+ integrations: 'integrations.config.example.ts',
13
+ user: 'user.config.example.ts',
14
+ account: 'account.config.example.ts',
15
+ address: 'address.config.example.ts',
16
+ index: 'index.example.ts',
17
+ };
18
+
19
+ const ALL_KEYS = Object.keys(TEMPLATE_MAP);
20
+
21
+ const parseArgs = (argv) => {
22
+ const args = {
23
+ out: 'account-config',
24
+ only: null,
25
+ all: false,
26
+ force: false,
27
+ yes: false,
28
+ help: false,
29
+ };
30
+
31
+ for (let i = 0; i < argv.length; i += 1) {
32
+ const arg = argv[i];
33
+
34
+ if (arg === '--help' || arg === '-h') {
35
+ args.help = true;
36
+ } else if (arg === '--all') {
37
+ args.all = true;
38
+ } else if (arg === '--force') {
39
+ args.force = true;
40
+ } else if (arg === '--yes' || arg === '-y') {
41
+ args.yes = true;
42
+ } else if (arg.startsWith('--out=')) {
43
+ args.out = arg.slice('--out='.length);
44
+ } else if (arg === '--out') {
45
+ args.out = argv[i + 1] || args.out;
46
+ i += 1;
47
+ } else if (arg.startsWith('--only=')) {
48
+ args.only = arg
49
+ .slice('--only='.length)
50
+ .split(',')
51
+ .map((key) => key.trim())
52
+ .filter(Boolean);
53
+ } else if (arg === '--only') {
54
+ args.only = (argv[i + 1] || '')
55
+ .split(',')
56
+ .map((key) => key.trim())
57
+ .filter(Boolean);
58
+ i += 1;
59
+ }
60
+ }
61
+
62
+ return args;
63
+ };
64
+
65
+ const printHelp = () => {
66
+ console.log(`
67
+ @weareconceptstudio/account — publish config examples
68
+
69
+ Usage:
70
+ npx account-init [options]
71
+
72
+ Options:
73
+ --out <dir> Output directory (default: ./account-config)
74
+ --all Publish all config files
75
+ --only <a,b,c> Publish subset: routes, integrations, user, account, address, index
76
+ --force Overwrite existing files
77
+ --yes, -y Skip confirmation prompts
78
+ --help, -h Show this help
79
+
80
+ Examples:
81
+ npx account-init --all --out src/config/account
82
+ npx account-init --only routes,integrations,user --out src/config/account
83
+
84
+ Opt-in on install (non-interactive, for scripts/CI):
85
+ ACCOUNT_PUBLISH_CONFIG=1 npm install @weareconceptstudio/account
86
+ `);
87
+ };
88
+
89
+ const ask = (question) => {
90
+ const rl = readline.createInterface({
91
+ input: process.stdin,
92
+ output: process.stdout,
93
+ });
94
+
95
+ return new Promise((resolve) => {
96
+ rl.question(question, (answer) => {
97
+ rl.close();
98
+ resolve(answer.trim().toLowerCase());
99
+ });
100
+ });
101
+ };
102
+
103
+ const askMulti = async () => {
104
+ console.log('\nWhich configs should be published?');
105
+ ALL_KEYS.forEach((key, index) => {
106
+ console.log(` ${index + 1}. ${key}`);
107
+ });
108
+ console.log(` ${ALL_KEYS.length + 1}. all`);
109
+
110
+ const answer = await ask('\nEnter numbers (e.g. 1,2,3) or "all" [all]: ');
111
+
112
+ if (!answer || answer === 'all') {
113
+ return ALL_KEYS;
114
+ }
115
+
116
+ const indexes = answer
117
+ .split(',')
118
+ .map((part) => Number(part.trim()))
119
+ .filter((num) => !Number.isNaN(num));
120
+
121
+ if (indexes.includes(ALL_KEYS.length + 1)) {
122
+ return ALL_KEYS;
123
+ }
124
+
125
+ return indexes.map((index) => ALL_KEYS[index - 1]).filter(Boolean);
126
+ };
127
+
128
+ const toOutputFilename = (templateFile) => {
129
+ return templateFile.replace('.example.ts', '.ts');
130
+ };
131
+
132
+ const publishConfigs = async ({ out, keys, force, yes }) => {
133
+ const outputDir = path.resolve(process.cwd(), out);
134
+
135
+ if (!fs.existsSync(outputDir)) {
136
+ fs.mkdirSync(outputDir, { recursive: true });
137
+ }
138
+
139
+ const readmeSrc = path.join(TEMPLATES_DIR, 'README.md');
140
+ const readmeDest = path.join(outputDir, 'README.md');
141
+
142
+ if (fs.existsSync(readmeSrc)) {
143
+ if (!fs.existsSync(readmeDest) || force) {
144
+ fs.copyFileSync(readmeSrc, readmeDest);
145
+ console.log(` ✓ README.md`);
146
+ }
147
+ }
148
+
149
+ for (const key of keys) {
150
+ const templateFile = TEMPLATE_MAP[key];
151
+
152
+ if (!templateFile) {
153
+ console.warn(` ⚠ Unknown config key: ${key}`);
154
+ continue;
155
+ }
156
+
157
+ const src = path.join(TEMPLATES_DIR, templateFile);
158
+ const dest = path.join(outputDir, toOutputFilename(templateFile));
159
+
160
+ if (!fs.existsSync(src)) {
161
+ console.warn(` ⚠ Template missing: ${templateFile}`);
162
+ continue;
163
+ }
164
+
165
+ if (fs.existsSync(dest) && !force) {
166
+ if (!yes) {
167
+ const overwrite = await ask(` ${path.basename(dest)} exists. Overwrite? (y/N): `);
168
+
169
+ if (overwrite !== 'y' && overwrite !== 'yes') {
170
+ console.log(` ↷ Skipped ${path.basename(dest)}`);
171
+ continue;
172
+ }
173
+ } else {
174
+ console.log(` ↷ Skipped ${path.basename(dest)} (already exists, use --force)`);
175
+ continue;
176
+ }
177
+ }
178
+
179
+ fs.copyFileSync(src, dest);
180
+ console.log(` ✓ ${path.basename(dest)}`);
181
+ }
182
+
183
+ console.log(`\nDone. Config examples published to: ${outputDir}`);
184
+ };
185
+
186
+ const run = async () => {
187
+ const args = parseArgs(process.argv.slice(2));
188
+
189
+ if (args.help) {
190
+ printHelp();
191
+ return;
192
+ }
193
+
194
+ let keys = args.only;
195
+
196
+ if (args.all || !keys || keys.length === 0) {
197
+ if (args.yes || args.all) {
198
+ keys = ALL_KEYS;
199
+ } else if (process.stdin.isTTY) {
200
+ keys = await askMulti();
201
+ } else {
202
+ keys = ALL_KEYS;
203
+ }
204
+ }
205
+
206
+ keys = [...new Set(keys)];
207
+
208
+ console.log(`\nPublishing account config examples to: ${path.resolve(process.cwd(), args.out)}\n`);
209
+
210
+ await publishConfigs({
211
+ out: args.out,
212
+ keys,
213
+ force: args.force,
214
+ yes: args.yes,
215
+ });
216
+ };
217
+
218
+ run().catch((error) => {
219
+ console.error(error);
220
+ process.exit(1);
221
+ });
@@ -0,0 +1,31 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * Opt-in config publish on install.
5
+ *
6
+ * Enable explicitly (never prompts during a normal npm install):
7
+ * ACCOUNT_PUBLISH_CONFIG=1 npm install @weareconceptstudio/account
8
+ *
9
+ * Optional env:
10
+ * ACCOUNT_CONFIG_OUT=src/config/account
11
+ */
12
+ if (process.env.ACCOUNT_PUBLISH_CONFIG !== '1') {
13
+ process.exit(0);
14
+ }
15
+
16
+ const { spawnSync } = require('child_process');
17
+ const path = require('path');
18
+
19
+ const initScript = path.join(__dirname, 'init-config.js');
20
+ const outDir = process.env.ACCOUNT_CONFIG_OUT || 'account-config';
21
+
22
+ const result = spawnSync(
23
+ process.execPath,
24
+ [initScript, '--all', '--out', outDir, '--yes'],
25
+ {
26
+ stdio: 'inherit',
27
+ cwd: process.cwd(),
28
+ }
29
+ );
30
+
31
+ process.exit(result.status ?? 0);
@@ -0,0 +1,150 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * Sanity checks for user integration helpers (run: npm run test:user-integration)
4
+ */
5
+ import { resolveLocalizedPath, stripLocaleFromPathname } from '../dist/user/langPath.js';
6
+
7
+ const routes = {
8
+ signIn: { path: '/sign-in/' },
9
+ signUp: { path: '/sign-up/' },
10
+ forgotPassword: { path: '/forgot-password/' },
11
+ resetPassword: { path: '/reset-password/' },
12
+ account: { path: '/account/', private: true },
13
+ checkout: { path: '/checkout/', private: true },
14
+ home: { path: '/' },
15
+ };
16
+
17
+ let passed = 0;
18
+ let failed = 0;
19
+
20
+ const assert = (name, condition) => {
21
+ if (condition) {
22
+ passed += 1;
23
+ console.log(` ✓ ${name}`);
24
+ } else {
25
+ failed += 1;
26
+ console.error(` ✗ ${name}`);
27
+ }
28
+ };
29
+
30
+ const getRouteObjFromConfig = ({ pathname, lang, routes, defaultLocale }) => {
31
+ const privateRoutes = Object.values(routes || {}).filter((route) => route?.private === true);
32
+ const pathWithoutLang = stripLocaleFromPathname(pathname, lang, defaultLocale);
33
+
34
+ return privateRoutes.find((route) => {
35
+ const cleanRoute = route.path.replace(/\/$/, '');
36
+ const basePath = cleanRoute.split('/:')[0];
37
+
38
+ return pathWithoutLang === cleanRoute || pathWithoutLang?.startsWith(basePath);
39
+ });
40
+ };
41
+
42
+ const checkUserRedirection = ({
43
+ user,
44
+ pathname,
45
+ accessToken,
46
+ lang,
47
+ routes,
48
+ userIntegration = {},
49
+ }) => {
50
+ const {
51
+ authRouteKeys = ['signIn', 'signUp', 'forgotPassword', 'resetPassword'],
52
+ authenticatedAuthRedirectRouteKey = 'account',
53
+ defaultLocale,
54
+ } = userIntegration;
55
+
56
+ const locale = defaultLocale || 'en';
57
+ const authPaths = authRouteKeys.map((key) => routes?.[key]?.path).filter(Boolean);
58
+ const privateRoute = getRouteObjFromConfig({ pathname, lang, routes, defaultLocale: locale });
59
+ let redirectUrl;
60
+
61
+ const isAuthPage = (url) => authPaths.some((path) => url?.includes(path));
62
+ const hasUser = Boolean(user && (typeof user !== 'object' || Object.keys(user).length > 0));
63
+
64
+ if ((!hasUser && privateRoute) || (hasUser && !accessToken)) {
65
+ const signInPath = routes?.signIn?.path;
66
+
67
+ if (privateRoute && signInPath) {
68
+ const returnPath = resolveLocalizedPath(lang, privateRoute.path, locale);
69
+ const signInUrl = resolveLocalizedPath(lang, signInPath, locale);
70
+
71
+ redirectUrl = `${signInUrl}?r=${encodeURIComponent(returnPath)}`;
72
+ } else if (signInPath) {
73
+ redirectUrl = resolveLocalizedPath(lang, signInPath, locale);
74
+ }
75
+ } else if (hasUser && pathname && isAuthPage(pathname)) {
76
+ const accountPath = routes?.[authenticatedAuthRedirectRouteKey]?.path || routes?.account?.path;
77
+
78
+ if (accountPath) {
79
+ redirectUrl = resolveLocalizedPath(lang, accountPath, locale);
80
+ }
81
+ }
82
+
83
+ return redirectUrl;
84
+ };
85
+
86
+ console.log('\nresolveLocalizedPath');
87
+ assert('en default → /sign-in/', resolveLocalizedPath('en', '/sign-in/', 'en') === '/sign-in/');
88
+ assert('ru → /ru/sign-in/', resolveLocalizedPath('ru', '/sign-in/', 'en') === '/ru/sign-in/');
89
+ assert('hy default → /account/', resolveLocalizedPath('hy', '/account/', 'hy') === '/account/');
90
+
91
+ console.log('\nstripLocaleFromPathname');
92
+ assert('as-needed /account/', stripLocaleFromPathname('/account/', 'en', 'en') === '/account');
93
+ assert('prefixed /en/account/', stripLocaleFromPathname('/en/account/', 'en', 'en') === '/account');
94
+ assert('ru /ru/account/', stripLocaleFromPathname('/ru/account/', 'ru', 'en') === '/account');
95
+
96
+ console.log('\ngetRouteObjFromConfig');
97
+ assert(
98
+ 'private /account/',
99
+ getRouteObjFromConfig({ pathname: '/account/', lang: 'en', routes, defaultLocale: 'en' })?.path === '/account/'
100
+ );
101
+ assert(
102
+ 'private /en/account/',
103
+ getRouteObjFromConfig({ pathname: '/en/account/', lang: 'en', routes, defaultLocale: 'en' })?.path === '/account/'
104
+ );
105
+ assert(
106
+ 'private /ru/account/',
107
+ getRouteObjFromConfig({ pathname: '/ru/account/', lang: 'ru', routes, defaultLocale: 'en' })?.path === '/account/'
108
+ );
109
+ assert(
110
+ 'public /tours/',
111
+ !getRouteObjFromConfig({ pathname: '/tours/', lang: 'en', routes, defaultLocale: 'en' })
112
+ );
113
+
114
+ console.log('\ncheckUserRedirection');
115
+ assert(
116
+ 'guest on private → sign-in with return url',
117
+ checkUserRedirection({
118
+ user: null,
119
+ pathname: '/account/',
120
+ accessToken: null,
121
+ lang: 'en',
122
+ routes,
123
+ userIntegration: { defaultLocale: 'en' },
124
+ }) === '/sign-in/?r=%2Faccount%2F'
125
+ );
126
+ assert(
127
+ 'logged-in on auth → account',
128
+ checkUserRedirection({
129
+ user: { id: 1 },
130
+ pathname: '/sign-in/',
131
+ accessToken: 'token',
132
+ lang: 'en',
133
+ routes,
134
+ userIntegration: { defaultLocale: 'en' },
135
+ }) === '/account/'
136
+ );
137
+ assert(
138
+ 'ru private route',
139
+ checkUserRedirection({
140
+ user: null,
141
+ pathname: '/ru/checkout/',
142
+ accessToken: null,
143
+ lang: 'ru',
144
+ routes,
145
+ userIntegration: { defaultLocale: 'en' },
146
+ }) === '/ru/sign-in/?r=%2Fru%2Fcheckout%2F'
147
+ );
148
+
149
+ console.log(`\n${passed} passed, ${failed} failed\n`);
150
+ process.exit(failed > 0 ? 1 : 0);
@@ -1 +1 @@
1
- {"version":3,"file":"AccountProvider.d.ts","sourceRoot":"","sources":["../src/AccountProvider.js"],"names":[],"mappings":"AAsBO,yCAIN;AAIM;;;sBAsHN;kBApJiF,OAAO"}
1
+ {"version":3,"file":"AccountProvider.d.ts","sourceRoot":"","sources":["../src/AccountProvider.js"],"names":[],"mappings":"AA6BO,yCAIN;AAEM;;;sBA4HN;kBA/JiF,OAAO"}
@@ -1,11 +1,11 @@
1
1
  import React, { createContext, useCallback, useContext, useEffect, useMemo } from 'react';
2
- import { deepMerge, useTranslation, useUi } from '@weareconceptstudio/core';
2
+ import { registerPackageTranslationsModule, useMergedConfig, usePackageTranslations, useTranslation, useUi, } from '@weareconceptstudio/core';
3
3
  import { ThemeProvider } from 'styled-components';
4
4
  import { AddressProvider } from './modules/address/AddressProvider';
5
5
  import { initCartStore } from '@weareconceptstudio/cart';
6
6
  import { CartPageDetector } from './components/CartPageDetector';
7
7
  import { initOrderStore } from './stores/orderStore';
8
- //* Translations
8
+ import { useUser as packageUseUser } from './user/UserProvider';
9
9
  import translations from './translations';
10
10
  //* Config
11
11
  import { accountConfig } from './utils/config';
@@ -14,17 +14,19 @@ import theme from './styles/theme';
14
14
  import AccountHelperClass from './styles/helperClass';
15
15
  import AccountVariables from './styles/variables';
16
16
  import AccountTypography from './styles/typography';
17
+ registerPackageTranslationsModule(translations, 'prepend');
17
18
  const AccountContext = createContext(null);
18
19
  export const useAccountContext = () => {
19
20
  const context = useContext(AccountContext);
20
21
  return context;
21
22
  };
22
- // TODO: NEW VERSIONS
23
23
  export const AccountProvider = ({ children, ...props }) => {
24
- const { addTranslation, selectedLang } = useTranslation();
24
+ const { selectedLang } = useTranslation();
25
25
  const { openPopup } = useUi();
26
- const contextValue = deepMerge(accountConfig, props);
27
- const { isLoggedIn, user } = contextValue.useUser(); // Get user at top level
26
+ usePackageTranslations(translations, 'prepend');
27
+ const contextValue = useMergedConfig(accountConfig, props);
28
+ const useUserFn = contextValue.useUser || packageUseUser;
29
+ const { isLoggedIn, user } = useUserFn();
28
30
  // Initialize order store endpoints
29
31
  useEffect(() => {
30
32
  if (contextValue.orderIntegration) {
@@ -40,6 +42,7 @@ export const AccountProvider = ({ children, ...props }) => {
40
42
  supportsGuestCart,
41
43
  hasGifts,
42
44
  hasUtensils,
45
+ abandonPaymentEndpoint: contextValue.checkout?.abandonPaymentEndpoint || null,
43
46
  }, isLoggedIn, selectedLang, user);
44
47
  const isCartOrCheckoutPage = typeof window !== 'undefined' &&
45
48
  (window.location.href.includes('cart') || window.location.href.includes('checkout'));
@@ -67,9 +70,6 @@ export const AccountProvider = ({ children, ...props }) => {
67
70
  }
68
71
  });
69
72
  }, [contextValue.globalSettings.hasVariants, isLoggedIn, selectedLang, user]);
70
- useEffect(() => {
71
- addTranslation(translations, 'prepend');
72
- }, []);
73
73
  const handleProductClick = useCallback((product, clickMode = 'url') => {
74
74
  if (contextValue.productUrlPrefix && typeof window !== 'undefined' && clickMode === 'url') {
75
75
  const slugCandidate = product?.slug ?? product?.handle ?? product?.url_key ?? product?.productSlug;
@@ -88,9 +88,12 @@ export const AccountProvider = ({ children, ...props }) => {
88
88
  const isDeliveryEnabled = useMemo(() => {
89
89
  return contextValue.delivery?.enabled !== false;
90
90
  }, [contextValue]);
91
- return (React.createElement(AccountContext.Provider, { value: { ...contextValue, handleProductClick, isDeliveryEnabled } },
91
+ const isFulfillmentEnabled = useMemo(() => {
92
+ return Boolean(contextValue.fulfillment);
93
+ }, [contextValue]);
94
+ return (React.createElement(AccountContext.Provider, { value: { ...contextValue, useUser: useUserFn, handleProductClick, isDeliveryEnabled, isFulfillmentEnabled } },
92
95
  React.createElement(CartPageDetector, null),
93
- React.createElement(AddressProvider, { useUser: contextValue.useUser, hasAddresses: contextValue.globalSettings.hasAddresses, addressType: contextValue.globalSettings.hasAddressType, addressFormFields: contextValue.addressFormFields, addressFormFieldsShipping: contextValue.addressFormFieldsShipping, addressFormFieldsBilling: contextValue.addressFormFieldsBilling },
96
+ React.createElement(AddressProvider, { useUser: useUserFn, hasAddresses: contextValue.globalSettings.hasAddresses, addressType: contextValue.globalSettings.hasAddressType, addressFormFields: contextValue.addressFormFields, addressFormFieldsShipping: contextValue.addressFormFieldsShipping, addressFormFieldsBilling: contextValue.addressFormFieldsBilling, addressFormSidePanel: contextValue.addressFormSidePanel },
94
97
  React.createElement(ThemeProvider, { theme: theme },
95
98
  React.createElement(AccountVariables, { fontFamily: contextValue.fontFamily }),
96
99
  React.createElement(AccountHelperClass, null),
@@ -1 +1 @@
1
- {"version":3,"file":"AccountProvider.js","sourceRoot":"","sources":["../src/AccountProvider.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AccountProvider.js","sourceRoot":"","sources":["../src/AccountProvider.js"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AccountButton/index.js"],"names":[],"mappings":";AAOA,8DA2EC;kBAlF2C,OAAO"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AccountButton/index.js"],"names":[],"mappings":";AAeA,8DA2GC;kBA1H2C,OAAO"}
@@ -2,11 +2,19 @@ import React, { useCallback, useMemo } from 'react';
2
2
  import classNames from 'classnames';
3
3
  import { Link, useTranslation } from '@weareconceptstudio/core';
4
4
  import { googleIcon } from './icons';
5
- import AccountButtonStyle from './style';
5
+ import AccountButtonStyle, { AccountButtonCustomWrap } from './style';
6
6
  import { accountConfig } from '../../utils/config';
7
+ import { useAccountContext } from '../../AccountProvider';
8
+ import { ACCOUNT_BUTTON_TYPES, getAccountButtonLayout } from '../../utils/buttonTypes';
9
+ /** Legacy wrapper classes so existing `.btn-wrap.full-width` CSS keeps working in other projects */
10
+ const LEGACY_WRAPPER_ALIASES = {
11
+ [ACCOUNT_BUTTON_TYPES.AUTH]: ACCOUNT_BUTTON_TYPES.FULL_WIDTH,
12
+ [ACCOUNT_BUTTON_TYPES.CHECKOUT]: ACCOUNT_BUTTON_TYPES.FULL_WIDTH,
13
+ };
7
14
  const AccountButton = (props) => {
8
15
  const { btnType, text, className, onClick, children, url, customLinkProps, target, type = 'button', disabled = false, svg_icon, loading = false, isGoogleAuth = false, } = props;
9
16
  const { translate } = useTranslation();
17
+ const { button: buttonConfig = accountConfig.button } = useAccountContext() || {};
10
18
  const Component = useMemo(() => (url ? Link : 'button'), [url]);
11
19
  const customProps = useMemo(() => (url ? { ...customLinkProps, url, target } : { type, disabled }), [url, type, disabled]);
12
20
  const classString = classNames('btn-wrap', {
@@ -19,10 +27,30 @@ const AccountButton = (props) => {
19
27
  const handleClick = useCallback(() => {
20
28
  return !disabled && onClick?.();
21
29
  }, [onClick, disabled]);
22
- if (accountConfig.button[btnType]?.component) {
23
- const componentProps = { children, text: translate(text), loading, disabled, onClick: handleClick };
24
- const ComponentOutside = accountConfig.button[btnType]?.component;
25
- return (React.createElement(ComponentOutside, { ...customProps, ...componentProps, ...accountConfig.button[btnType]?.props, className: `${classString} ${accountConfig.button[btnType]?.props?.className}` }));
30
+ const customEntry = buttonConfig[btnType];
31
+ if (customEntry?.component) {
32
+ const accountButtonLayout = getAccountButtonLayout(btnType);
33
+ const componentProps = {
34
+ children,
35
+ text: translate(text),
36
+ loading,
37
+ disabled,
38
+ onClick: handleClick,
39
+ accountButtonLayout,
40
+ };
41
+ const ComponentOutside = customEntry.component;
42
+ const { className: configClassName, ...configProps } = customEntry.props || {};
43
+ const wrapperClass = classNames('btn-wrap', btnType, customEntry.wrapperClassName, customEntry.legacyBtnType ?? LEGACY_WRAPPER_ALIASES[btnType], className, {
44
+ loading,
45
+ disabled,
46
+ 'account-google-btn': isGoogleAuth,
47
+ });
48
+ const buttonClass = classNames(configClassName, {
49
+ loading,
50
+ disabled,
51
+ });
52
+ return (React.createElement(AccountButtonCustomWrap, { className: wrapperClass, "data-account-button-layout": accountButtonLayout },
53
+ React.createElement(ComponentOutside, { ...customProps, ...componentProps, ...configProps, className: buttonClass })));
26
54
  }
27
55
  return (React.createElement(AccountButtonStyle, { onClick: handleClick, className: `${classString}` },
28
56
  React.createElement(Component, { ...customProps },
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/AccountButton/index.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/AccountButton/index.js"],"names":[],"mappings":"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"}
@@ -1,3 +1,5 @@
1
+ /** Wrapper when a project provides a custom button component via accountConfig.button */
2
+ export const AccountButtonCustomWrap: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
1
3
  export default AccountButtonStyle;
2
4
  declare const AccountButtonStyle: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
5
  //# sourceMappingURL=style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../src/components/AccountButton/style.js"],"names":[],"mappings":";AAEA,iPA8cE"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../src/components/AccountButton/style.js"],"names":[],"mappings":"AAMA,yFAAyF;AACzF,qPAmDE;;AAEF,iPAieE"}