@commercelayer/react-components 4.1.0-beta.1 → 4.1.0-beta.2

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 (251) hide show
  1. package/lib/cjs/components/MetadataInput.d.ts +1 -1
  2. package/lib/cjs/components/addresses/AddressCountrySelector.d.ts +1 -1
  3. package/lib/cjs/components/addresses/AddressField.d.ts +2 -2
  4. package/lib/cjs/components/addresses/AddressInput.d.ts +1 -1
  5. package/lib/cjs/components/addresses/AddressStateSelector.d.ts +1 -1
  6. package/lib/cjs/components/addresses/BillingAddressContainer.d.ts +1 -1
  7. package/lib/cjs/components/addresses/BillingAddressForm.d.ts +1 -1
  8. package/lib/cjs/components/customers/CustomerField.d.ts +3 -3
  9. package/lib/cjs/components/customers/CustomerInput.d.ts +1 -1
  10. package/lib/cjs/components/errors/Errors.d.ts +5 -0
  11. package/lib/cjs/components/errors/Errors.js +1 -0
  12. package/lib/cjs/components/gift_cards/GiftCardCurrencySelector.d.ts +1 -1
  13. package/lib/cjs/components/gift_cards/GiftCardInput.d.ts +1 -1
  14. package/lib/cjs/components/gift_cards/GiftCardOrCouponForm.d.ts +1 -1
  15. package/lib/cjs/components/gift_cards/GiftCardOrCouponInput.d.ts +1 -1
  16. package/lib/cjs/components/gift_cards/GiftCardOrCouponRemoveButton.d.ts +1 -1
  17. package/lib/cjs/components/line_items/LineItem.js +1 -1
  18. package/lib/cjs/components/line_items/LineItemAmount.d.ts +1 -1
  19. package/lib/cjs/components/line_items/LineItemField.d.ts +3 -3
  20. package/lib/cjs/components/line_items/LineItemImage.d.ts +1 -1
  21. package/lib/cjs/components/line_items/LineItemOptions.d.ts +1 -1
  22. package/lib/cjs/components/line_items/LineItemQuantity.d.ts +1 -1
  23. package/lib/cjs/components/orders/AddToCartButton.d.ts +4 -4
  24. package/lib/cjs/components/orders/OrderList.d.ts +24 -7
  25. package/lib/cjs/components/orders/OrderList.js +1 -1
  26. package/lib/cjs/components/orders/OrderListPaginationButtons.d.ts +44 -0
  27. package/lib/cjs/components/orders/OrderListPaginationButtons.js +1 -0
  28. package/lib/cjs/components/orders/OrderListPaginationInfo.d.ts +29 -0
  29. package/lib/cjs/components/orders/OrderListPaginationInfo.js +1 -0
  30. package/lib/cjs/components/orders/OrderListRow.d.ts +3 -0
  31. package/lib/cjs/components/orders/OrderListRow.js +1 -1
  32. package/lib/cjs/components/orders/OrderNumber.d.ts +1 -1
  33. package/lib/cjs/components/parcels/ParcelField.d.ts +3 -3
  34. package/lib/cjs/components/parcels/ParcelLineItemField.d.ts +3 -3
  35. package/lib/cjs/components/payment_gateways/AdyenGateway.d.ts +1 -1
  36. package/lib/cjs/components/payment_gateways/BraintreeGateway.d.ts +1 -1
  37. package/lib/cjs/components/payment_gateways/CheckoutComGateway.d.ts +1 -1
  38. package/lib/cjs/components/payment_gateways/KlarnaGateway.d.ts +1 -1
  39. package/lib/cjs/components/payment_gateways/PaymentGateway.d.ts +2 -2
  40. package/lib/cjs/components/payment_gateways/PaypalGateway.d.ts +1 -1
  41. package/lib/cjs/components/payment_gateways/StripeGateway.d.ts +1 -1
  42. package/lib/cjs/components/payment_gateways/WireTransferGateway.d.ts +1 -1
  43. package/lib/cjs/components/payment_methods/PaymentMethod.d.ts +1 -1
  44. package/lib/cjs/components/payment_methods/PaymentMethodRadioButton.d.ts +1 -1
  45. package/lib/cjs/components/payment_source/AdyenPayment.d.ts +2 -2
  46. package/lib/cjs/components/payment_source/BraintreePayment.d.ts +3 -3
  47. package/lib/cjs/components/payment_source/CheckoutComPayment.d.ts +2 -2
  48. package/lib/cjs/components/payment_source/KlarnaPayment.d.ts +1 -1
  49. package/lib/cjs/components/payment_source/PaymentSourceDetail.d.ts +1 -1
  50. package/lib/cjs/components/payment_source/PaymentSourceEditButton.d.ts +1 -1
  51. package/lib/cjs/components/payment_source/PaypalPayment.d.ts +2 -2
  52. package/lib/cjs/components/payment_source/StripePayment.d.ts +2 -2
  53. package/lib/cjs/components/payment_source/WireTransferPayment.d.ts +2 -2
  54. package/lib/cjs/components/shipments/ShipmentField.d.ts +2 -2
  55. package/lib/cjs/components/shipping_methods/ShippingMethodName.d.ts +1 -1
  56. package/lib/cjs/components/shipping_methods/ShippingMethodPrice.d.ts +1 -1
  57. package/lib/cjs/components/shipping_methods/ShippingMethodRadioButton.d.ts +3 -3
  58. package/lib/cjs/components/skus/AvailabilityTemplate.d.ts +2 -2
  59. package/lib/cjs/components/skus/DeliveryLeadTime.d.ts +3 -3
  60. package/lib/cjs/components/skus/SkuField.d.ts +3 -3
  61. package/lib/cjs/components/stock_transfers/StockTransferField.d.ts +3 -3
  62. package/lib/cjs/components/utils/AddressCardsTemplate.d.ts +2 -2
  63. package/lib/cjs/components/utils/BaseField.d.ts +1 -1
  64. package/lib/cjs/components/utils/BaseInput.d.ts +2 -2
  65. package/lib/cjs/components/utils/BaseOrderPrice.d.ts +1 -1
  66. package/lib/cjs/components/utils/BaseSelect.d.ts +1 -1
  67. package/lib/cjs/components/utils/GenericFieldComponent.d.ts +3 -3
  68. package/lib/cjs/components/utils/PaymentCardsTemplate.d.ts +4 -4
  69. package/lib/cjs/components/utils/PriceTemplate.d.ts +1 -1
  70. package/lib/cjs/components/utils/getAllErrors.d.ts +1 -1
  71. package/lib/cjs/context/AddressContext.d.ts +1 -1
  72. package/lib/cjs/context/BillingAddressContext.d.ts +1 -1
  73. package/lib/cjs/context/BillingAddressFormContext.d.ts +1 -1
  74. package/lib/cjs/context/CouponAndGiftCardFormContext.d.ts +1 -1
  75. package/lib/cjs/context/CustomerAddressFormContext.d.ts +1 -1
  76. package/lib/cjs/context/CustomerContext.d.ts +1 -1
  77. package/lib/cjs/context/ExternalFunctionContext.d.ts +1 -1
  78. package/lib/cjs/context/LineItemChildrenContext.d.ts +1 -1
  79. package/lib/cjs/context/OrderListChildrenContext.d.ts +1 -1
  80. package/lib/cjs/context/OrderListPaginationContext.d.ts +19 -0
  81. package/lib/cjs/context/OrderListPaginationContext.js +1 -0
  82. package/lib/cjs/context/PaymentMethodContext.d.ts +1 -1
  83. package/lib/cjs/context/PaymentSourceContext.d.ts +2 -2
  84. package/lib/cjs/context/PlaceOrderContext.d.ts +1 -1
  85. package/lib/cjs/context/ShipmentContext.d.ts +1 -1
  86. package/lib/cjs/context/ShippingAddressContext.d.ts +1 -1
  87. package/lib/cjs/context/SkuChildrenContext.d.ts +1 -1
  88. package/lib/cjs/context/SkuContext.d.ts +1 -1
  89. package/lib/cjs/index.d.ts +1 -1
  90. package/lib/cjs/index.js +1 -1
  91. package/lib/cjs/reducers/AddressReducer.d.ts +10 -10
  92. package/lib/cjs/reducers/AvailabilityReducer.d.ts +4 -4
  93. package/lib/cjs/reducers/BillingAddressReducer.d.ts +4 -4
  94. package/lib/cjs/reducers/CustomerReducer.d.ts +6 -6
  95. package/lib/cjs/reducers/GiftCardReducer.d.ts +3 -3
  96. package/lib/cjs/reducers/LineItemReducer.d.ts +4 -4
  97. package/lib/cjs/reducers/OrderReducer.d.ts +19 -19
  98. package/lib/cjs/reducers/OrderReducer.js +1 -1
  99. package/lib/cjs/reducers/PaymentMethodReducer.d.ts +17 -17
  100. package/lib/cjs/reducers/PlaceOrderReducer.d.ts +5 -5
  101. package/lib/cjs/reducers/PriceReducer.d.ts +3 -3
  102. package/lib/cjs/reducers/ShipmentReducer.d.ts +6 -6
  103. package/lib/cjs/reducers/ShippingAddressReducer.d.ts +4 -4
  104. package/lib/cjs/reducers/SkuListsReducer.d.ts +3 -3
  105. package/lib/cjs/reducers/SkuReducer.d.ts +3 -3
  106. package/lib/cjs/typings/errors.d.ts +3 -3
  107. package/lib/cjs/typings/index.d.ts +24 -24
  108. package/lib/cjs/utils/PropsType.d.ts +4 -4
  109. package/lib/cjs/utils/addressesManager.d.ts +3 -3
  110. package/lib/cjs/utils/checkIncludeResource.d.ts +1 -1
  111. package/lib/cjs/utils/compareObjAttribute.d.ts +2 -2
  112. package/lib/cjs/utils/filterChildren.d.ts +8 -0
  113. package/lib/cjs/utils/filterChildren.js +1 -0
  114. package/lib/cjs/utils/getCardDetails.d.ts +2 -2
  115. package/lib/cjs/utils/getCartLink.d.ts +1 -1
  116. package/lib/cjs/utils/getErrors.d.ts +1 -1
  117. package/lib/cjs/utils/getLineItemsCount.d.ts +1 -1
  118. package/lib/cjs/utils/hooks/useCustomContext.js +1 -1
  119. package/lib/cjs/utils/jwt.d.ts +1 -1
  120. package/lib/cjs/utils/localStorage.d.ts +1 -1
  121. package/lib/cjs/utils/omit.d.ts +1 -0
  122. package/lib/cjs/utils/omit.js +1 -0
  123. package/lib/esm/components/MetadataInput.d.ts +1 -1
  124. package/lib/esm/components/addresses/AddressCountrySelector.d.ts +1 -1
  125. package/lib/esm/components/addresses/AddressField.d.ts +2 -2
  126. package/lib/esm/components/addresses/AddressInput.d.ts +1 -1
  127. package/lib/esm/components/addresses/AddressStateSelector.d.ts +1 -1
  128. package/lib/esm/components/addresses/BillingAddressContainer.d.ts +1 -1
  129. package/lib/esm/components/addresses/BillingAddressForm.d.ts +1 -1
  130. package/lib/esm/components/customers/CustomerField.d.ts +3 -3
  131. package/lib/esm/components/customers/CustomerInput.d.ts +1 -1
  132. package/lib/esm/components/errors/Errors.d.ts +5 -0
  133. package/lib/esm/components/errors/Errors.js +1 -0
  134. package/lib/esm/components/gift_cards/GiftCardCurrencySelector.d.ts +1 -1
  135. package/lib/esm/components/gift_cards/GiftCardInput.d.ts +1 -1
  136. package/lib/esm/components/gift_cards/GiftCardOrCouponForm.d.ts +1 -1
  137. package/lib/esm/components/gift_cards/GiftCardOrCouponInput.d.ts +1 -1
  138. package/lib/esm/components/gift_cards/GiftCardOrCouponRemoveButton.d.ts +1 -1
  139. package/lib/esm/components/line_items/LineItem.js +1 -1
  140. package/lib/esm/components/line_items/LineItemAmount.d.ts +1 -1
  141. package/lib/esm/components/line_items/LineItemField.d.ts +3 -3
  142. package/lib/esm/components/line_items/LineItemImage.d.ts +1 -1
  143. package/lib/esm/components/line_items/LineItemOptions.d.ts +1 -1
  144. package/lib/esm/components/line_items/LineItemQuantity.d.ts +1 -1
  145. package/lib/esm/components/orders/AddToCartButton.d.ts +4 -4
  146. package/lib/esm/components/orders/OrderList.d.ts +24 -7
  147. package/lib/esm/components/orders/OrderList.js +1 -1
  148. package/lib/esm/components/orders/OrderListPaginationButtons.d.ts +44 -0
  149. package/lib/esm/components/orders/OrderListPaginationButtons.js +1 -0
  150. package/lib/esm/components/orders/OrderListPaginationInfo.d.ts +29 -0
  151. package/lib/esm/components/orders/OrderListPaginationInfo.js +1 -0
  152. package/lib/esm/components/orders/OrderListRow.d.ts +3 -0
  153. package/lib/esm/components/orders/OrderListRow.js +1 -1
  154. package/lib/esm/components/orders/OrderNumber.d.ts +1 -1
  155. package/lib/esm/components/parcels/ParcelField.d.ts +3 -3
  156. package/lib/esm/components/parcels/ParcelLineItemField.d.ts +3 -3
  157. package/lib/esm/components/payment_gateways/AdyenGateway.d.ts +1 -1
  158. package/lib/esm/components/payment_gateways/BraintreeGateway.d.ts +1 -1
  159. package/lib/esm/components/payment_gateways/CheckoutComGateway.d.ts +1 -1
  160. package/lib/esm/components/payment_gateways/KlarnaGateway.d.ts +1 -1
  161. package/lib/esm/components/payment_gateways/PaymentGateway.d.ts +2 -2
  162. package/lib/esm/components/payment_gateways/PaypalGateway.d.ts +1 -1
  163. package/lib/esm/components/payment_gateways/StripeGateway.d.ts +1 -1
  164. package/lib/esm/components/payment_gateways/WireTransferGateway.d.ts +1 -1
  165. package/lib/esm/components/payment_methods/PaymentMethod.d.ts +1 -1
  166. package/lib/esm/components/payment_methods/PaymentMethodRadioButton.d.ts +1 -1
  167. package/lib/esm/components/payment_source/AdyenPayment.d.ts +2 -2
  168. package/lib/esm/components/payment_source/BraintreePayment.d.ts +3 -3
  169. package/lib/esm/components/payment_source/CheckoutComPayment.d.ts +2 -2
  170. package/lib/esm/components/payment_source/KlarnaPayment.d.ts +1 -1
  171. package/lib/esm/components/payment_source/PaymentSourceDetail.d.ts +1 -1
  172. package/lib/esm/components/payment_source/PaymentSourceEditButton.d.ts +1 -1
  173. package/lib/esm/components/payment_source/PaypalPayment.d.ts +2 -2
  174. package/lib/esm/components/payment_source/StripePayment.d.ts +2 -2
  175. package/lib/esm/components/payment_source/WireTransferPayment.d.ts +2 -2
  176. package/lib/esm/components/shipments/ShipmentField.d.ts +2 -2
  177. package/lib/esm/components/shipping_methods/ShippingMethodName.d.ts +1 -1
  178. package/lib/esm/components/shipping_methods/ShippingMethodPrice.d.ts +1 -1
  179. package/lib/esm/components/shipping_methods/ShippingMethodRadioButton.d.ts +3 -3
  180. package/lib/esm/components/skus/AvailabilityTemplate.d.ts +2 -2
  181. package/lib/esm/components/skus/DeliveryLeadTime.d.ts +3 -3
  182. package/lib/esm/components/skus/SkuField.d.ts +3 -3
  183. package/lib/esm/components/stock_transfers/StockTransferField.d.ts +3 -3
  184. package/lib/esm/components/utils/AddressCardsTemplate.d.ts +2 -2
  185. package/lib/esm/components/utils/BaseField.d.ts +1 -1
  186. package/lib/esm/components/utils/BaseInput.d.ts +2 -2
  187. package/lib/esm/components/utils/BaseOrderPrice.d.ts +1 -1
  188. package/lib/esm/components/utils/BaseSelect.d.ts +1 -1
  189. package/lib/esm/components/utils/GenericFieldComponent.d.ts +3 -3
  190. package/lib/esm/components/utils/PaymentCardsTemplate.d.ts +4 -4
  191. package/lib/esm/components/utils/PriceTemplate.d.ts +1 -1
  192. package/lib/esm/components/utils/getAllErrors.d.ts +1 -1
  193. package/lib/esm/context/AddressContext.d.ts +1 -1
  194. package/lib/esm/context/BillingAddressContext.d.ts +1 -1
  195. package/lib/esm/context/BillingAddressFormContext.d.ts +1 -1
  196. package/lib/esm/context/CouponAndGiftCardFormContext.d.ts +1 -1
  197. package/lib/esm/context/CustomerAddressFormContext.d.ts +1 -1
  198. package/lib/esm/context/CustomerContext.d.ts +1 -1
  199. package/lib/esm/context/ExternalFunctionContext.d.ts +1 -1
  200. package/lib/esm/context/LineItemChildrenContext.d.ts +1 -1
  201. package/lib/esm/context/OrderListChildrenContext.d.ts +1 -1
  202. package/lib/esm/context/OrderListPaginationContext.d.ts +19 -0
  203. package/lib/esm/context/OrderListPaginationContext.js +1 -0
  204. package/lib/esm/context/PaymentMethodContext.d.ts +1 -1
  205. package/lib/esm/context/PaymentSourceContext.d.ts +2 -2
  206. package/lib/esm/context/PlaceOrderContext.d.ts +1 -1
  207. package/lib/esm/context/ShipmentContext.d.ts +1 -1
  208. package/lib/esm/context/ShippingAddressContext.d.ts +1 -1
  209. package/lib/esm/context/SkuChildrenContext.d.ts +1 -1
  210. package/lib/esm/context/SkuContext.d.ts +1 -1
  211. package/lib/esm/index.d.ts +1 -1
  212. package/lib/esm/index.js +1 -1
  213. package/lib/esm/reducers/AddressReducer.d.ts +10 -10
  214. package/lib/esm/reducers/AvailabilityReducer.d.ts +4 -4
  215. package/lib/esm/reducers/BillingAddressReducer.d.ts +4 -4
  216. package/lib/esm/reducers/CustomerReducer.d.ts +6 -6
  217. package/lib/esm/reducers/GiftCardReducer.d.ts +3 -3
  218. package/lib/esm/reducers/LineItemReducer.d.ts +4 -4
  219. package/lib/esm/reducers/OrderReducer.d.ts +19 -19
  220. package/lib/esm/reducers/OrderReducer.js +1 -1
  221. package/lib/esm/reducers/PaymentMethodReducer.d.ts +17 -17
  222. package/lib/esm/reducers/PlaceOrderReducer.d.ts +5 -5
  223. package/lib/esm/reducers/PriceReducer.d.ts +3 -3
  224. package/lib/esm/reducers/ShipmentReducer.d.ts +6 -6
  225. package/lib/esm/reducers/ShippingAddressReducer.d.ts +4 -4
  226. package/lib/esm/reducers/SkuListsReducer.d.ts +3 -3
  227. package/lib/esm/reducers/SkuReducer.d.ts +3 -3
  228. package/lib/esm/typings/errors.d.ts +3 -3
  229. package/lib/esm/typings/index.d.ts +24 -24
  230. package/lib/esm/utils/PropsType.d.ts +4 -4
  231. package/lib/esm/utils/addressesManager.d.ts +3 -3
  232. package/lib/esm/utils/checkIncludeResource.d.ts +1 -1
  233. package/lib/esm/utils/compareObjAttribute.d.ts +2 -2
  234. package/lib/esm/utils/filterChildren.d.ts +8 -0
  235. package/lib/esm/utils/filterChildren.js +1 -0
  236. package/lib/esm/utils/getCardDetails.d.ts +2 -2
  237. package/lib/esm/utils/getCartLink.d.ts +1 -1
  238. package/lib/esm/utils/getErrors.d.ts +1 -1
  239. package/lib/esm/utils/getLineItemsCount.d.ts +1 -1
  240. package/lib/esm/utils/hooks/useCustomContext.js +1 -1
  241. package/lib/esm/utils/jwt.d.ts +1 -1
  242. package/lib/esm/utils/localStorage.d.ts +1 -1
  243. package/lib/esm/utils/omit.d.ts +1 -0
  244. package/lib/esm/utils/omit.js +1 -0
  245. package/lib/tsconfig.prod.esm.tsbuildinfo +1 -1
  246. package/lib/tsconfig.prod.tsbuildinfo +1 -1
  247. package/package.json +24 -17
  248. package/lib/cjs/components/Errors.d.ts +0 -5
  249. package/lib/cjs/components/Errors.js +0 -1
  250. package/lib/esm/components/Errors.d.ts +0 -5
  251. package/lib/esm/components/Errors.js +0 -1
@@ -2,7 +2,7 @@
2
2
  import { PaymentMethodConfig } from '../../reducers/PaymentMethodReducer';
3
3
  import { PaymentSourceProps } from './PaymentSource';
4
4
  import { FramesStyle } from 'frames-react';
5
- export declare type CheckoutComConfig = {
5
+ export type CheckoutComConfig = {
6
6
  containerClassName?: string;
7
7
  hintLabel?: string;
8
8
  name?: string;
@@ -13,7 +13,7 @@ export declare type CheckoutComConfig = {
13
13
  };
14
14
  [key: string]: unknown;
15
15
  };
16
- declare type Props = PaymentMethodConfig['checkoutComPayment'] & JSX.IntrinsicElements['div'] & {
16
+ type Props = PaymentMethodConfig['checkoutComPayment'] & JSX.IntrinsicElements['div'] & {
17
17
  show?: boolean;
18
18
  publicKey: string;
19
19
  locale?: string;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { PaymentMethodConfig } from '../../reducers/PaymentMethodReducer';
3
3
  import { PaymentSourceProps } from './PaymentSource';
4
- declare type KlarnaPaymentProps = PaymentMethodConfig['klarnaPayment'] & JSX.IntrinsicElements['div'] & Partial<PaymentSourceProps['templateCustomerSaveToWallet']> & {
4
+ type KlarnaPaymentProps = PaymentMethodConfig['klarnaPayment'] & JSX.IntrinsicElements['div'] & Partial<PaymentSourceProps['templateCustomerSaveToWallet']> & {
5
5
  show?: boolean;
6
6
  clientToken: string;
7
7
  locale?: string;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ChildrenFunction } from '../../typings/index';
3
- export declare type PaymentSourceDetailType = 'last4' | 'exp_year' | 'exp_month';
3
+ export type PaymentSourceDetailType = 'last4' | 'exp_year' | 'exp_month';
4
4
  interface ChildrenProps extends Omit<Props, 'children'> {
5
5
  text: string;
6
6
  }
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
2
2
  import { ChildrenFunction } from '../../typings/index';
3
3
  interface CustomComponent extends Omit<Props, 'children'> {
4
4
  }
5
- declare type Props = {
5
+ type Props = {
6
6
  children?: ChildrenFunction<CustomComponent>;
7
7
  label?: string | ReactNode;
8
8
  } & Omit<JSX.IntrinsicElements['button'], 'onClick'>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type PaypalConfig = {
2
+ export type PaypalConfig = {
3
3
  return_url: string;
4
4
  cancel_url: string;
5
5
  infoMessage?: {
@@ -7,6 +7,6 @@ export declare type PaypalConfig = {
7
7
  className?: string;
8
8
  };
9
9
  };
10
- declare type Props = Omit<PaypalConfig, 'return_url' | 'cancel_url'> & JSX.IntrinsicElements['div'];
10
+ type Props = Omit<PaypalConfig, 'return_url' | 'cancel_url'> & JSX.IntrinsicElements['div'];
11
11
  export declare function PaypalPayment({ infoMessage, ...p }: Props): JSX.Element;
12
12
  export default PaypalPayment;
@@ -2,14 +2,14 @@
2
2
  import { StripeCardElementOptions, StripeElementLocale } from '@stripe/stripe-js';
3
3
  import { PaymentMethodConfig } from '../../reducers/PaymentMethodReducer';
4
4
  import { PaymentSourceProps } from './PaymentSource';
5
- export declare type StripeConfig = {
5
+ export type StripeConfig = {
6
6
  containerClassName?: string;
7
7
  hintLabel?: string;
8
8
  name?: string;
9
9
  options?: StripeCardElementOptions;
10
10
  [key: string]: any;
11
11
  };
12
- declare type Props = PaymentMethodConfig['stripePayment'] & JSX.IntrinsicElements['div'] & Partial<PaymentSourceProps['templateCustomerSaveToWallet']> & {
12
+ type Props = PaymentMethodConfig['stripePayment'] & JSX.IntrinsicElements['div'] & Partial<PaymentSourceProps['templateCustomerSaveToWallet']> & {
13
13
  show?: boolean;
14
14
  publishableKey: string;
15
15
  locale?: StripeElementLocale;
@@ -1,11 +1,11 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type WireTransferConfig = {
2
+ export type WireTransferConfig = {
3
3
  infoMessage?: {
4
4
  text?: string | ReactNode;
5
5
  className?: string;
6
6
  };
7
7
  };
8
- declare type Props = WireTransferConfig & JSX.IntrinsicElements['div'] & {
8
+ type Props = WireTransferConfig & JSX.IntrinsicElements['div'] & {
9
9
  'data-test-id'?: string;
10
10
  };
11
11
  export declare function WireTransferPayment({ infoMessage, ...p }: Props): JSX.Element;
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import { Shipment } from '@commercelayer/sdk';
3
- declare type ShipmentFieldChildrenProps = Omit<Props, 'children'> & {
3
+ type ShipmentFieldChildrenProps = Omit<Props, 'children'> & {
4
4
  shipment: Shipment;
5
5
  };
6
- export declare type ShipmentAttribute = 'number' | 'currency_code' | 'status' | 'cost_amount_cents' | 'cost_amount_float' | 'formatted_cost_amount' | 'key_number';
6
+ export type ShipmentAttribute = 'number' | 'currency_code' | 'status' | 'cost_amount_cents' | 'cost_amount_float' | 'formatted_cost_amount' | 'key_number';
7
7
  interface Props extends Omit<JSX.IntrinsicElements['span'], 'children'> {
8
8
  children?: (props: ShipmentFieldChildrenProps) => JSX.Element;
9
9
  name: ShipmentAttribute;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ShippingMethod } from '@commercelayer/sdk';
3
- declare type ChildrenProps = Omit<Props, 'children'> & {
3
+ type ChildrenProps = Omit<Props, 'children'> & {
4
4
  label: string;
5
5
  shippingMethod: ShippingMethod;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { BaseAmountComponent } from '../../typings/index';
3
- declare type Props = BaseAmountComponent & {
3
+ type Props = BaseAmountComponent & {
4
4
  labelFreeOver?: string;
5
5
  } & ({
6
6
  type?: 'amount';
@@ -1,11 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import type { ShippingMethod } from '@commercelayer/sdk';
3
- export declare type ShippingMethodRadioButtonType = Omit<Props, 'children'> & {
3
+ export type ShippingMethodRadioButtonType = Omit<Props, 'children'> & {
4
4
  shippingMethod: ShippingMethod;
5
5
  shipmentId: string;
6
6
  };
7
- export declare type ShippingMethodRadioButtonOnChangeType = (shippingMethod: ShippingMethod, shipmentId: string) => void;
8
- declare type Props = {
7
+ export type ShippingMethodRadioButtonOnChangeType = (shippingMethod: ShippingMethod, shipmentId: string) => void;
8
+ type Props = {
9
9
  children?: (props: ShippingMethodRadioButtonType) => JSX.Element;
10
10
  onChange?: ShippingMethodRadioButtonOnChangeType;
11
11
  } & Omit<JSX.IntrinsicElements['input'], 'onChange'>;
@@ -5,7 +5,7 @@ interface AvailabilityTemplateChildrenProps extends Omit<Props, 'children'>, Del
5
5
  text: string;
6
6
  quantity: number;
7
7
  }
8
- declare type FormatRules = {
8
+ type FormatRules = {
9
9
  /**
10
10
  * Set time format for shipping method
11
11
  */
@@ -27,7 +27,7 @@ declare type FormatRules = {
27
27
  showShippingMethodName?: boolean;
28
28
  showShippingMethodPrice: true;
29
29
  };
30
- declare type Props = {
30
+ type Props = {
31
31
  children?: ChildrenFunction<AvailabilityTemplateChildrenProps>;
32
32
  } & Omit<JSX.IntrinsicElements['span'], 'children'> & FormatRules;
33
33
  export declare function AvailabilityTemplate(props: Props): JSX.Element;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
- export declare type DeliveryLeadTimeField = 'min_hours' | 'max_hours' | 'min_days' | 'max_days';
3
- export declare type DeliveryLeadTimeComponentChildren = Omit<Props, 'children'>;
4
- declare type Props = Partial<JSX.IntrinsicElements['span']> & {
2
+ export type DeliveryLeadTimeField = 'min_hours' | 'max_hours' | 'min_days' | 'max_days';
3
+ export type DeliveryLeadTimeComponentChildren = Omit<Props, 'children'>;
4
+ type Props = Partial<JSX.IntrinsicElements['span']> & {
5
5
  children?: (props: DeliveryLeadTimeComponentChildren) => JSX.Element;
6
6
  type: DeliveryLeadTimeField;
7
7
  text?: string;
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import { ConditionalElement } from '../../typings/index';
3
3
  import { TGenericChildrenProps, TResources } from '../utils/GenericFieldComponent';
4
- declare type SkuFieldChildrenProps = TGenericChildrenProps<TResources['Sku']>;
5
- declare type TCondition = ConditionalElement<Exclude<TResources['Sku'], 'resource'>>;
6
- declare type Props = {
4
+ type SkuFieldChildrenProps = TGenericChildrenProps<TResources['Sku']>;
5
+ type TCondition = ConditionalElement<Exclude<TResources['Sku'], 'resource'>>;
6
+ type Props = {
7
7
  children?: (props: SkuFieldChildrenProps) => JSX.Element;
8
8
  } & TCondition;
9
9
  /**
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import { ConditionalElement } from '../../typings/index';
3
3
  import { TGenericChildrenProps, TResources } from '../utils/GenericFieldComponent';
4
- declare type StockTransferFieldChildrenProps = TGenericChildrenProps<TResources['StockTransfer']>;
5
- declare type TCondition = ConditionalElement<Exclude<TResources['StockTransfer'], 'resource'>>;
6
- declare type Props = {
4
+ type StockTransferFieldChildrenProps = TGenericChildrenProps<TResources['StockTransfer']>;
5
+ type TCondition = ConditionalElement<Exclude<TResources['StockTransfer'], 'resource'>>;
6
+ type Props = {
7
7
  children?: (props: StockTransferFieldChildrenProps) => JSX.Element;
8
8
  } & TCondition;
9
9
  export declare function StockTransferField<P extends Props>(props: P): JSX.Element;
@@ -9,8 +9,8 @@ export interface CustomerAddress extends Address {
9
9
  onClick: () => void;
10
10
  handleSelect?: () => void;
11
11
  }
12
- export declare type AddressCardsTemplateChildren = ChildrenFunction<TAddressCards>;
13
- export declare type HandleSelect = (k: number, addressId: string, customerAddressId: string, disabled: boolean, address: Address) => Promise<void>;
12
+ export type AddressCardsTemplateChildren = ChildrenFunction<TAddressCards>;
13
+ export type HandleSelect = (k: number, addressId: string, customerAddressId: string, disabled: boolean, address: Address) => Promise<void>;
14
14
  interface Props {
15
15
  customerAddresses: CustomerAddress[];
16
16
  countryLock?: string;
@@ -1,5 +1,5 @@
1
1
  import { FunctionComponent } from 'react';
2
- declare type BaseFieldChildren = Omit<BaseFieldProps, 'children'>;
2
+ type BaseFieldChildren = Omit<BaseFieldProps, 'children'>;
3
3
  export interface BaseFieldProps extends Omit<JSX.IntrinsicElements['span'], 'children'> {
4
4
  attribute: 'number' | 'id';
5
5
  children?: (props: BaseFieldChildren) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { BaseInputComponentProps } from '../../typings/index';
3
- export declare type BaseInputProps = BaseInputComponentProps & Omit<JSX.IntrinsicElements['input'], 'children'> & Omit<JSX.IntrinsicElements['textarea'], 'children'>;
4
- declare const _default: React.ForwardRefExoticComponent<Pick<BaseInputProps, "children" | "form" | "slot" | "style" | "title" | "pattern" | "resource" | "id" | "value" | "placeholder" | "className" | "required" | "name" | "onChange" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "height" | "max" | "min" | "type" | "width" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size" | "step" | "cols" | "dirName" | "rows" | "wrap"> & React.RefAttributes<any>>;
3
+ export type BaseInputProps = BaseInputComponentProps & Omit<JSX.IntrinsicElements['input'], 'children'> & Omit<JSX.IntrinsicElements['textarea'], 'children'>;
4
+ declare const _default: React.ForwardRefExoticComponent<Pick<BaseInputProps, "children" | "form" | "slot" | "style" | "title" | "pattern" | "resource" | "id" | "value" | "placeholder" | "className" | "required" | "name" | "onChange" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "height" | "max" | "min" | "type" | "width" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size" | "step" | "cols" | "dirName" | "rows" | "wrap"> & React.RefAttributes<any>>;
5
5
  export default _default;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { PropsType } from '../../utils/PropsType';
3
3
  import { baseOrderPricePropTypes } from '../../typings/index';
4
- export declare type BaseOrderPriceProps = PropsType<typeof baseOrderPricePropTypes> & Omit<JSX.IntrinsicElements['span'], 'children'>;
4
+ export type BaseOrderPriceProps = PropsType<typeof baseOrderPricePropTypes> & Omit<JSX.IntrinsicElements['span'], 'children'>;
5
5
  export declare function BaseOrderPrice(props: BaseOrderPriceProps): JSX.Element;
6
6
  export default BaseOrderPrice;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { BaseSelectComponentProps } from '../../typings/index';
3
- export declare type BaseSelectProps = BaseSelectComponentProps;
3
+ export type BaseSelectProps = BaseSelectComponentProps;
4
4
  declare const _default: React.ForwardRefExoticComponent<BaseSelectComponentProps & React.RefAttributes<any>>;
5
5
  export default _default;
@@ -26,10 +26,10 @@ export interface TResources {
26
26
  resource: 'parcelLineItem';
27
27
  };
28
28
  }
29
- export declare type TResourceKey = {
29
+ export type TResourceKey = {
30
30
  [K in keyof TResources]: K;
31
31
  };
32
- export declare type TGenericChildrenProps<E extends TResources[keyof TResources]> = Omit<Props<E>, 'children' | 'attribute' | 'context' | 'tagElement'> & {
32
+ export type TGenericChildrenProps<E extends TResources[keyof TResources]> = Omit<Props<E>, 'children' | 'attribute' | 'context' | 'tagElement'> & {
33
33
  attributeValue: E[keyof E];
34
34
  };
35
35
  interface ResourceContext {
@@ -40,7 +40,7 @@ interface ResourceContext {
40
40
  parcel: InitialParcelContext;
41
41
  parcelLineItem: InitialParcelLineItemContext;
42
42
  }
43
- declare type GenericContext<K extends keyof ResourceContext> = Context<ResourceContext[K]>;
43
+ type GenericContext<K extends keyof ResourceContext> = Context<ResourceContext[K]>;
44
44
  interface Props<E extends TResources[keyof TResources]> {
45
45
  children?: (props: TGenericChildrenProps<E>) => JSX.Element;
46
46
  resource: E['resource'];
@@ -2,18 +2,18 @@
2
2
  import { PaymentResource, PaymentSourceType } from '../../reducers/PaymentMethodReducer';
3
3
  import PaymentSourceContext, { IconBrand } from '../../context/PaymentSourceContext';
4
4
  import { ChildrenFunction } from '../../typings/index';
5
- declare type ChildrenProps = Pick<Props, 'customerPayments'> & {
5
+ type ChildrenProps = Pick<Props, 'customerPayments'> & {
6
6
  PaymentSourceProvider: typeof PaymentSourceContext.Provider;
7
7
  };
8
- declare type CustomerPayment = PaymentSourceType & {
8
+ type CustomerPayment = PaymentSourceType & {
9
9
  card?: {
10
10
  brand?: IconBrand;
11
11
  last4?: string;
12
12
  };
13
13
  handleClick?: () => void;
14
14
  };
15
- export declare type CustomerCardsTemplateChildren = ChildrenFunction<ChildrenProps>;
16
- export declare type CustomerCardsType = ChildrenProps;
15
+ export type CustomerCardsTemplateChildren = ChildrenFunction<ChildrenProps>;
16
+ export type CustomerCardsType = ChildrenProps;
17
17
  interface Props {
18
18
  customerPayments: CustomerPayment[];
19
19
  children: CustomerCardsTemplateChildren;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { PriceProps } from '../prices/Price';
3
- export declare type PTemplateProps = {
3
+ export type PTemplateProps = {
4
4
  formattedAmount?: string;
5
5
  formattedCompare?: string;
6
6
  } & Omit<PriceProps, 'children'>;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { LineItem } from '@commercelayer/sdk';
3
3
  import { BaseError, ResourceErrorType } from '../../typings/errors';
4
- export declare type AllErrorsParams = {
4
+ export type AllErrorsParams = {
5
5
  allErrors: BaseError[];
6
6
  messages: BaseError[];
7
7
  field?: string;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { AddressState, SetAddress, AddressResource } from '../reducers/AddressReducer';
3
3
  import { BaseError } from '../typings/errors';
4
- declare type DefaultContext = {
4
+ type DefaultContext = {
5
5
  saveAddresses: () => void;
6
6
  setCloneAddress: (id: string, resource: AddressResource) => void;
7
7
  setAddress: SetAddress;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { BillingAddressState } from '../reducers/BillingAddressReducer';
3
- declare type DefaultContext = {
3
+ type DefaultContext = {
4
4
  setBillingAddress?: (id: string, options?: {
5
5
  customerAddressId: string;
6
6
  }) => Promise<void>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { Address } from '@commercelayer/sdk';
3
- export declare type AddressValuesKeys = `${keyof Address}` | `billing_address_${keyof Address}` | `shipping_address_${keyof Address}`;
3
+ export type AddressValuesKeys = `${keyof Address}` | `billing_address_${keyof Address}` | `shipping_address_${keyof Address}`;
4
4
  export interface DefaultContextAddress {
5
5
  validation?: void;
6
6
  setValue?: (name: AddressValuesKeys, value: string | number | readonly string[]) => void;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { OrderCodeType } from '../reducers/OrderReducer';
3
- declare type DefaultContext = {
3
+ type DefaultContext = {
4
4
  validation?: void;
5
5
  setValue?: (name: string, value: string) => void;
6
6
  codeType?: OrderCodeType;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { AddressCountrySelectName, AddressInputName } from '../typings/index';
3
3
  import { AddressField } from '../reducers/AddressReducer';
4
- export declare type DefaultContextAddress = {
4
+ export type DefaultContextAddress = {
5
5
  validation?: void;
6
6
  setValue?: (name: AddressField | AddressInputName | AddressCountrySelectName, value: any) => void;
7
7
  errors?: {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { SetCustomerErrors, deleteCustomerAddress, CustomerState, GetCustomerAddresses, getCustomerPaymentSources, setCustomerEmail, TCustomerAddress } from '../reducers/CustomerReducer';
3
- export declare type InitialCustomerContext = Partial<{
3
+ export type InitialCustomerContext = Partial<{
4
4
  saveCustomerUser: (customerEmail: string) => Promise<void>;
5
5
  setCustomerErrors: SetCustomerErrors;
6
6
  setCustomerEmail: typeof setCustomerEmail;
@@ -3,7 +3,7 @@ interface Context {
3
3
  url: string | null;
4
4
  callExternalFunction: CallExternalFunction;
5
5
  }
6
- declare type CallExternalFunction = (params: {
6
+ type CallExternalFunction = (params: {
7
7
  url: string;
8
8
  data: Record<string, any>;
9
9
  }) => Promise<Record<string, any>>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { LineItem } from '@commercelayer/sdk';
3
- export declare type InitialLineItemContext = Partial<{
3
+ export type InitialLineItemContext = Partial<{
4
4
  lineItem: LineItem;
5
5
  }>;
6
6
  declare const LineItemChildrenContext: import("react").Context<Partial<{
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { Order } from '@commercelayer/sdk';
3
3
  import { Row } from 'react-table';
4
- export declare type InitialOrderListContext = Partial<{
4
+ export type InitialOrderListContext = Partial<{
5
5
  /**
6
6
  * The current order
7
7
  */
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { Row } from 'react-table';
3
+ export interface OrderListPaginationContext {
4
+ canNextPage: boolean;
5
+ canPreviousPage: boolean;
6
+ gotoPage: (page: number) => void;
7
+ nextPage: () => void;
8
+ page: Row[];
9
+ pageCount: number;
10
+ pageIndex: number;
11
+ pageNumber: number;
12
+ pageOptions: number[];
13
+ pageSize: number;
14
+ previousPage: () => void;
15
+ setPageSize: (pageCount: number) => void;
16
+ totalRows: number;
17
+ }
18
+ declare const ctx: import("react").Context<OrderListPaginationContext | null>;
19
+ export default ctx;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const react_1=require("react"),ctx=(0,react_1.createContext)(null);exports.default=ctx;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { UpdatePaymentSource, PaymentMethodState, SetPaymentMethodErrors, SetPaymentSource, SetPaymentMethod, DestroyPaymentSource, SetPaymentRef, setLoading } from '../reducers/PaymentMethodReducer';
3
- declare type DefaultContext = {
3
+ type DefaultContext = {
4
4
  setPaymentMethodErrors: SetPaymentMethodErrors;
5
5
  setPaymentMethod: SetPaymentMethod;
6
6
  setPaymentSource: SetPaymentSource;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- export declare type IconBrand = 'visa' | 'credit-card' | 'amex' | 'mastercard' | 'jcb' | 'wire-transfer' | 'maestro' | 'cirrus' | 'paypal';
3
- declare type DefaultContext = {
2
+ export type IconBrand = 'visa' | 'credit-card' | 'amex' | 'mastercard' | 'jcb' | 'wire-transfer' | 'maestro' | 'cirrus' | 'paypal';
3
+ type DefaultContext = {
4
4
  brand?: IconBrand | string;
5
5
  exp_month?: number | string;
6
6
  exp_year?: number | string;
@@ -1,7 +1,7 @@
1
1
  import { RefObject } from 'react';
2
2
  import { PlaceOrderOptions, PlaceOrderState, SetPlaceOrderErrors } from '../reducers/PlaceOrderReducer';
3
3
  import { PaymentSourceType } from '../reducers/PaymentMethodReducer';
4
- declare type DefaultContext = {
4
+ type DefaultContext = {
5
5
  setPlaceOrderErrors?: SetPlaceOrderErrors;
6
6
  setPlaceOrder?: ({ paymentSource, }: {
7
7
  paymentSource?: PaymentSourceType;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ShipmentState, SetShipmentErrors } from '../reducers/ShipmentReducer';
3
- declare type DefaultContext = {
3
+ type DefaultContext = {
4
4
  setShipmentErrors: SetShipmentErrors;
5
5
  setShippingMethod: (shipmentId: string, shippingMethodId: string) => Promise<void>;
6
6
  } & ShipmentState;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ShippingAddressState } from '../reducers/ShippingAddressReducer';
3
- declare type DefaultContext = {
3
+ type DefaultContext = {
4
4
  setShippingAddress?: (id: string, options?: {
5
5
  customerAddressId: string;
6
6
  }) => Promise<void>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { Sku } from '@commercelayer/sdk';
3
- export declare type InitialSkuContext = Partial<{
3
+ export type InitialSkuContext = Partial<{
4
4
  sku: Sku;
5
5
  }>;
6
6
  declare const SkuChildrenContext: import("react").Context<Partial<{
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { SkuState } from '../reducers/SkuReducer';
3
- export declare type SkuContextValue = SkuState;
3
+ export type SkuContextValue = SkuState;
4
4
  declare const SkuContext: import("react").Context<Partial<{
5
5
  skus: import("@commercelayer/sdk/lib/cjs/resources/skus").Sku[];
6
6
  loading: boolean;
@@ -1,4 +1,4 @@
1
- export * from './components/Errors';
1
+ export * from './components/errors/Errors';
2
2
  export * from './components/ExternalFunction';
3
3
  export * from './components/MetadataInput';
4
4
  export * from './components/SubmitButton';
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const tslib_1=require("tslib");tslib_1.__exportStar(require("./components/Errors"),exports),tslib_1.__exportStar(require("./components/ExternalFunction"),exports),tslib_1.__exportStar(require("./components/MetadataInput"),exports),tslib_1.__exportStar(require("./components/SubmitButton"),exports),tslib_1.__exportStar(require("./components/addresses/Address"),exports),tslib_1.__exportStar(require("./components/addresses/AddressCountrySelector"),exports),tslib_1.__exportStar(require("./components/addresses/AddressField"),exports),tslib_1.__exportStar(require("./components/addresses/AddressInput"),exports),tslib_1.__exportStar(require("./components/addresses/AddressStateSelector"),exports),tslib_1.__exportStar(require("./components/addresses/AddressesContainer"),exports),tslib_1.__exportStar(require("./components/addresses/AddressesEmpty"),exports),tslib_1.__exportStar(require("./components/addresses/BillingAddressContainer"),exports),tslib_1.__exportStar(require("./components/addresses/BillingAddressForm"),exports),tslib_1.__exportStar(require("./components/addresses/SaveAddressesButton"),exports),tslib_1.__exportStar(require("./components/addresses/ShippingAddressContainer"),exports),tslib_1.__exportStar(require("./components/addresses/ShippingAddressForm"),exports),tslib_1.__exportStar(require("./components/auth/CommerceLayer"),exports),tslib_1.__exportStar(require("./components/customers/CustomerAddressForm"),exports),tslib_1.__exportStar(require("./components/customers/CustomerContainer"),exports),tslib_1.__exportStar(require("./components/customers/CustomerField"),exports),tslib_1.__exportStar(require("./components/customers/CustomerInput"),exports),tslib_1.__exportStar(require("./components/customers/SaveCustomerButton"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCard"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardContainer"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardCurrencySelector"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardInput"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponCode"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponForm"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponInput"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponRemoveButton"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponSubmit"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemsContainer"),exports),tslib_1.__exportStar(require("./components/line_items/LineItem"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemAmount"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemCode"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemField"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemImage"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemName"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemOption"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemOptions"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemQuantity"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemRemoveLink"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemsCount"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemsEmpty"),exports),tslib_1.__exportStar(require("./components/orders/AddToCartButton"),exports),tslib_1.__exportStar(require("./components/orders/AdjustmentAmount"),exports),tslib_1.__exportStar(require("./components/orders/CartLink"),exports),tslib_1.__exportStar(require("./components/orders/CheckoutLink"),exports),tslib_1.__exportStar(require("./components/orders/DiscountAmount"),exports),tslib_1.__exportStar(require("./components/orders/GiftCardAmount"),exports),tslib_1.__exportStar(require("./components/orders/OrderContainer"),exports),tslib_1.__exportStar(require("./components/orders/OrderList"),exports),tslib_1.__exportStar(require("./components/orders/OrderListEmpty"),exports),tslib_1.__exportStar(require("./components/orders/OrderListRow"),exports),tslib_1.__exportStar(require("./components/orders/OrderNumber"),exports),tslib_1.__exportStar(require("./components/orders/OrderStorage"),exports),tslib_1.__exportStar(require("./components/orders/PaymentMethodAmount"),exports),tslib_1.__exportStar(require("./components/orders/PlaceOrderButton"),exports),tslib_1.__exportStar(require("./components/orders/PlaceOrderContainer"),exports),tslib_1.__exportStar(require("./components/orders/PrivacyAndTermsCheckbox"),exports),tslib_1.__exportStar(require("./components/orders/ShippingAmount"),exports),tslib_1.__exportStar(require("./components/orders/SubTotalAmount"),exports),tslib_1.__exportStar(require("./components/orders/TaxesAmount"),exports),tslib_1.__exportStar(require("./components/orders/TotalAmount"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelField"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelLineItem"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelLineItemField"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelLineItemsCount"),exports),tslib_1.__exportStar(require("./components/parcels/Parcels"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelsCount"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethod"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodName"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodPrice"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodRadioButton"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodsContainer"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSource"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceBrandIcon"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceBrandName"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceDetail"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceEditButton"),exports),tslib_1.__exportStar(require("./components/prices/Price"),exports),tslib_1.__exportStar(require("./components/prices/PricesContainer"),exports),tslib_1.__exportStar(require("./components/shipments/Shipment"),exports),tslib_1.__exportStar(require("./components/shipments/ShipmentField"),exports),tslib_1.__exportStar(require("./components/shipments/ShipmentsContainer"),exports),tslib_1.__exportStar(require("./components/shipments/ShipmentsCount"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethod"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethodName"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethodPrice"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethodRadioButton"),exports),tslib_1.__exportStar(require("./components/skus/AvailabilityContainer"),exports),tslib_1.__exportStar(require("./components/skus/AvailabilityTemplate"),exports),tslib_1.__exportStar(require("./components/skus/DeliveryLeadTime"),exports),tslib_1.__exportStar(require("./components/skus/SkuField"),exports),tslib_1.__exportStar(require("./components/skus/SkuList"),exports),tslib_1.__exportStar(require("./components/skus/SkuListsContainer"),exports),tslib_1.__exportStar(require("./components/skus/Skus"),exports),tslib_1.__exportStar(require("./components/skus/SkusContainer"),exports),tslib_1.__exportStar(require("./components/stock_transfers/StockTransfer"),exports),tslib_1.__exportStar(require("./components/stock_transfers/StockTransferField"),exports);
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const tslib_1=require("tslib");tslib_1.__exportStar(require("./components/errors/Errors"),exports),tslib_1.__exportStar(require("./components/ExternalFunction"),exports),tslib_1.__exportStar(require("./components/MetadataInput"),exports),tslib_1.__exportStar(require("./components/SubmitButton"),exports),tslib_1.__exportStar(require("./components/addresses/Address"),exports),tslib_1.__exportStar(require("./components/addresses/AddressCountrySelector"),exports),tslib_1.__exportStar(require("./components/addresses/AddressField"),exports),tslib_1.__exportStar(require("./components/addresses/AddressInput"),exports),tslib_1.__exportStar(require("./components/addresses/AddressStateSelector"),exports),tslib_1.__exportStar(require("./components/addresses/AddressesContainer"),exports),tslib_1.__exportStar(require("./components/addresses/AddressesEmpty"),exports),tslib_1.__exportStar(require("./components/addresses/BillingAddressContainer"),exports),tslib_1.__exportStar(require("./components/addresses/BillingAddressForm"),exports),tslib_1.__exportStar(require("./components/addresses/SaveAddressesButton"),exports),tslib_1.__exportStar(require("./components/addresses/ShippingAddressContainer"),exports),tslib_1.__exportStar(require("./components/addresses/ShippingAddressForm"),exports),tslib_1.__exportStar(require("./components/auth/CommerceLayer"),exports),tslib_1.__exportStar(require("./components/customers/CustomerAddressForm"),exports),tslib_1.__exportStar(require("./components/customers/CustomerContainer"),exports),tslib_1.__exportStar(require("./components/customers/CustomerField"),exports),tslib_1.__exportStar(require("./components/customers/CustomerInput"),exports),tslib_1.__exportStar(require("./components/customers/SaveCustomerButton"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCard"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardContainer"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardCurrencySelector"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardInput"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponCode"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponForm"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponInput"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponRemoveButton"),exports),tslib_1.__exportStar(require("./components/gift_cards/GiftCardOrCouponSubmit"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemsContainer"),exports),tslib_1.__exportStar(require("./components/line_items/LineItem"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemAmount"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemCode"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemField"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemImage"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemName"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemOption"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemOptions"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemQuantity"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemRemoveLink"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemsCount"),exports),tslib_1.__exportStar(require("./components/line_items/LineItemsEmpty"),exports),tslib_1.__exportStar(require("./components/orders/AddToCartButton"),exports),tslib_1.__exportStar(require("./components/orders/AdjustmentAmount"),exports),tslib_1.__exportStar(require("./components/orders/CartLink"),exports),tslib_1.__exportStar(require("./components/orders/CheckoutLink"),exports),tslib_1.__exportStar(require("./components/orders/DiscountAmount"),exports),tslib_1.__exportStar(require("./components/orders/GiftCardAmount"),exports),tslib_1.__exportStar(require("./components/orders/OrderContainer"),exports),tslib_1.__exportStar(require("./components/orders/OrderList"),exports),tslib_1.__exportStar(require("./components/orders/OrderListEmpty"),exports),tslib_1.__exportStar(require("./components/orders/OrderListRow"),exports),tslib_1.__exportStar(require("./components/orders/OrderNumber"),exports),tslib_1.__exportStar(require("./components/orders/OrderStorage"),exports),tslib_1.__exportStar(require("./components/orders/PaymentMethodAmount"),exports),tslib_1.__exportStar(require("./components/orders/PlaceOrderButton"),exports),tslib_1.__exportStar(require("./components/orders/PlaceOrderContainer"),exports),tslib_1.__exportStar(require("./components/orders/PrivacyAndTermsCheckbox"),exports),tslib_1.__exportStar(require("./components/orders/ShippingAmount"),exports),tslib_1.__exportStar(require("./components/orders/SubTotalAmount"),exports),tslib_1.__exportStar(require("./components/orders/TaxesAmount"),exports),tslib_1.__exportStar(require("./components/orders/TotalAmount"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelField"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelLineItem"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelLineItemField"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelLineItemsCount"),exports),tslib_1.__exportStar(require("./components/parcels/Parcels"),exports),tslib_1.__exportStar(require("./components/parcels/ParcelsCount"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethod"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodName"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodPrice"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodRadioButton"),exports),tslib_1.__exportStar(require("./components/payment_methods/PaymentMethodsContainer"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSource"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceBrandIcon"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceBrandName"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceDetail"),exports),tslib_1.__exportStar(require("./components/payment_source/PaymentSourceEditButton"),exports),tslib_1.__exportStar(require("./components/prices/Price"),exports),tslib_1.__exportStar(require("./components/prices/PricesContainer"),exports),tslib_1.__exportStar(require("./components/shipments/Shipment"),exports),tslib_1.__exportStar(require("./components/shipments/ShipmentField"),exports),tslib_1.__exportStar(require("./components/shipments/ShipmentsContainer"),exports),tslib_1.__exportStar(require("./components/shipments/ShipmentsCount"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethod"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethodName"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethodPrice"),exports),tslib_1.__exportStar(require("./components/shipping_methods/ShippingMethodRadioButton"),exports),tslib_1.__exportStar(require("./components/skus/AvailabilityContainer"),exports),tslib_1.__exportStar(require("./components/skus/AvailabilityTemplate"),exports),tslib_1.__exportStar(require("./components/skus/DeliveryLeadTime"),exports),tslib_1.__exportStar(require("./components/skus/SkuField"),exports),tslib_1.__exportStar(require("./components/skus/SkuList"),exports),tslib_1.__exportStar(require("./components/skus/SkuListsContainer"),exports),tslib_1.__exportStar(require("./components/skus/Skus"),exports),tslib_1.__exportStar(require("./components/skus/SkusContainer"),exports),tslib_1.__exportStar(require("./components/stock_transfers/StockTransfer"),exports),tslib_1.__exportStar(require("./components/stock_transfers/StockTransferField"),exports);