@commercelayer/react-components 4.13.1-beta.2 → 4.13.1-beta.3

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 (209) hide show
  1. package/lib/cjs/components/MetadataInput.d.ts +1 -0
  2. package/lib/cjs/components/addresses/Address.d.ts +1 -0
  3. package/lib/cjs/components/addresses/AddressCountrySelector.d.ts +1 -0
  4. package/lib/cjs/components/addresses/AddressInput.d.ts +1 -0
  5. package/lib/cjs/components/addresses/AddressInputSelect.d.ts +1 -0
  6. package/lib/cjs/components/addresses/AddressStateSelector.d.ts +1 -0
  7. package/lib/cjs/components/addresses/AddressesEmpty.d.ts +1 -0
  8. package/lib/cjs/components/addresses/ShippingAddressContainer.d.ts +1 -0
  9. package/lib/cjs/components/auth/CommerceLayer.d.ts +1 -0
  10. package/lib/cjs/components/customers/CustomerContainer.d.ts +1 -0
  11. package/lib/cjs/components/customers/CustomerField.d.ts +1 -0
  12. package/lib/cjs/components/customers/CustomerInput.d.ts +1 -0
  13. package/lib/cjs/components/customers/CustomerPaymentSource.d.ts +1 -0
  14. package/lib/cjs/components/customers/CustomerPaymentSourceEmpty.d.ts +1 -0
  15. package/lib/cjs/components/customers/MyAccountLink.d.ts +1 -0
  16. package/lib/cjs/components/customers/MyIdentityLink.d.ts +1 -0
  17. package/lib/cjs/components/errors/Errors.d.ts +1 -0
  18. package/lib/cjs/components/gift_cards/GiftCard.d.ts +1 -0
  19. package/lib/cjs/components/gift_cards/GiftCardCurrencySelector.d.ts +1 -0
  20. package/lib/cjs/components/gift_cards/GiftCardInput.d.ts +1 -0
  21. package/lib/cjs/components/gift_cards/GiftCardOrCouponCode.d.ts +1 -0
  22. package/lib/cjs/components/gift_cards/GiftCardOrCouponForm.d.ts +1 -0
  23. package/lib/cjs/components/gift_cards/GiftCardOrCouponInput.d.ts +1 -0
  24. package/lib/cjs/components/in_stock_subscriptions/InStockSubscriptionButton.d.ts +1 -0
  25. package/lib/cjs/components/in_stock_subscriptions/InStockSubscriptionsContainer.d.ts +1 -0
  26. package/lib/cjs/components/line_items/LineItem.d.ts +1 -0
  27. package/lib/cjs/components/line_items/LineItemAmount.d.ts +1 -0
  28. package/lib/cjs/components/line_items/LineItemCode.d.ts +1 -0
  29. package/lib/cjs/components/line_items/LineItemField.d.ts +1 -0
  30. package/lib/cjs/components/line_items/LineItemImage.d.ts +1 -0
  31. package/lib/cjs/components/line_items/LineItemName.d.ts +1 -0
  32. package/lib/cjs/components/line_items/LineItemsContainer.d.ts +1 -0
  33. package/lib/cjs/components/line_items/LineItemsCount.d.ts +1 -0
  34. package/lib/cjs/components/line_items/LineItemsEmpty.d.ts +1 -0
  35. package/lib/cjs/components/orders/AdjustmentAmount.d.ts +1 -0
  36. package/lib/cjs/components/orders/CheckoutLink.d.ts +1 -0
  37. package/lib/cjs/components/orders/DiscountAmount.d.ts +1 -0
  38. package/lib/cjs/components/orders/GiftCardAmount.d.ts +1 -0
  39. package/lib/cjs/components/orders/OrderContainer.d.ts +1 -0
  40. package/lib/cjs/components/orders/OrderList.d.ts +1 -0
  41. package/lib/cjs/components/orders/OrderListEmpty.d.ts +1 -0
  42. package/lib/cjs/components/orders/OrderListPaginationButtons.d.ts +1 -0
  43. package/lib/cjs/components/orders/OrderListPaginationInfo.d.ts +1 -0
  44. package/lib/cjs/components/orders/OrderListRow.d.ts +1 -0
  45. package/lib/cjs/components/orders/OrderNumber.d.ts +1 -0
  46. package/lib/cjs/components/orders/PaymentMethodAmount.d.ts +1 -0
  47. package/lib/cjs/components/orders/PrivacyAndTermsCheckbox.d.ts +1 -0
  48. package/lib/cjs/components/orders/ShippingAmount.d.ts +1 -0
  49. package/lib/cjs/components/orders/SubTotalAmount.d.ts +1 -0
  50. package/lib/cjs/components/orders/TaxesAmount.d.ts +1 -0
  51. package/lib/cjs/components/orders/TotalAmount.d.ts +1 -0
  52. package/lib/cjs/components/parcels/ParcelField.d.ts +1 -0
  53. package/lib/cjs/components/parcels/ParcelLineItem.d.ts +1 -0
  54. package/lib/cjs/components/parcels/ParcelLineItemField.d.ts +1 -0
  55. package/lib/cjs/components/parcels/ParcelLineItemsCount.d.ts +1 -0
  56. package/lib/cjs/components/parcels/Parcels.d.ts +1 -0
  57. package/lib/cjs/components/parcels/ParcelsCount.d.ts +1 -0
  58. package/lib/cjs/components/payment_gateways/AdyenGateway.d.ts +1 -0
  59. package/lib/cjs/components/payment_gateways/BraintreeGateway.d.ts +1 -0
  60. package/lib/cjs/components/payment_gateways/CheckoutComGateway.d.ts +1 -0
  61. package/lib/cjs/components/payment_gateways/ExternalGateway.d.ts +1 -0
  62. package/lib/cjs/components/payment_gateways/KlarnaGateway.d.ts +1 -0
  63. package/lib/cjs/components/payment_gateways/PaymentGateway.d.ts +1 -0
  64. package/lib/cjs/components/payment_gateways/PaypalGateway.d.ts +1 -0
  65. package/lib/cjs/components/payment_gateways/StripeGateway.d.ts +1 -0
  66. package/lib/cjs/components/payment_gateways/WireTransferGateway.d.ts +1 -0
  67. package/lib/cjs/components/payment_methods/PaymentMethod.d.ts +2 -1
  68. package/lib/cjs/components/payment_methods/PaymentMethodName.d.ts +1 -0
  69. package/lib/cjs/components/payment_methods/PaymentMethodPrice.d.ts +1 -0
  70. package/lib/cjs/components/payment_source/BraintreePayment.d.ts +1 -0
  71. package/lib/cjs/components/payment_source/CheckoutComPayment.d.ts +1 -0
  72. package/lib/cjs/components/payment_source/ExternalPayment.d.ts +1 -0
  73. package/lib/cjs/components/payment_source/KlarnaPayment.d.ts +1 -0
  74. package/lib/cjs/components/payment_source/PaymentSource.d.ts +1 -0
  75. package/lib/cjs/components/payment_source/PaymentSourceBrandIcon.d.ts +1 -0
  76. package/lib/cjs/components/payment_source/PaymentSourceBrandName.d.ts +1 -0
  77. package/lib/cjs/components/payment_source/PaymentSourceDetail.d.ts +1 -0
  78. package/lib/cjs/components/payment_source/StripeExpressPayment.d.ts +1 -0
  79. package/lib/cjs/components/payment_source/StripePayment.d.ts +1 -0
  80. package/lib/cjs/components/payment_source/WireTransferPayment.d.ts +1 -0
  81. package/lib/cjs/components/prices/Price.d.ts +1 -0
  82. package/lib/cjs/components/prices/PricesContainer.d.ts +1 -0
  83. package/lib/cjs/components/shipments/ShipmentField.d.ts +1 -0
  84. package/lib/cjs/components/shipments/ShipmentsCount.d.ts +1 -0
  85. package/lib/cjs/components/shipping_methods/ShippingMethodName.d.ts +1 -0
  86. package/lib/cjs/components/shipping_methods/ShippingMethodPrice.d.ts +1 -0
  87. package/lib/cjs/components/shipping_methods/ShippingMethodRadioButton.d.ts +1 -0
  88. package/lib/cjs/components/skus/AvailabilityTemplate.d.ts +1 -0
  89. package/lib/cjs/components/skus/DeliveryLeadTime.d.ts +1 -0
  90. package/lib/cjs/components/skus/SkuField.d.ts +1 -0
  91. package/lib/cjs/components/stock_transfers/StockTransfer.d.ts +1 -0
  92. package/lib/cjs/components/stock_transfers/StockTransferField.d.ts +1 -0
  93. package/lib/cjs/components/utils/AddressCardsTemplate.d.ts +1 -0
  94. package/lib/cjs/components/utils/BaseOrderPrice.d.ts +1 -0
  95. package/lib/cjs/components/utils/PaymentCardsTemplate.d.ts +1 -0
  96. package/lib/cjs/components/utils/PriceTemplate.d.ts +1 -0
  97. package/lib/cjs/components/utils/getAllErrors.d.ts +1 -0
  98. package/lib/cjs/reducers/PaymentMethodReducer.js +1 -1
  99. package/lib/cjs/typings/errors.d.ts +1 -0
  100. package/lib/cjs/typings/globals.d.ts +1 -0
  101. package/lib/cjs/utils/filterChildren.d.ts +1 -0
  102. package/lib/cjs/utils/getCardDetails.js +1 -1
  103. package/lib/cjs/utils/getLoaderComponent.d.ts +1 -0
  104. package/lib/cjs/utils/getPrices.d.ts +1 -0
  105. package/lib/esm/components/MetadataInput.d.ts +1 -0
  106. package/lib/esm/components/addresses/Address.d.ts +1 -0
  107. package/lib/esm/components/addresses/AddressCountrySelector.d.ts +1 -0
  108. package/lib/esm/components/addresses/AddressInput.d.ts +1 -0
  109. package/lib/esm/components/addresses/AddressInputSelect.d.ts +1 -0
  110. package/lib/esm/components/addresses/AddressStateSelector.d.ts +1 -0
  111. package/lib/esm/components/addresses/AddressesEmpty.d.ts +1 -0
  112. package/lib/esm/components/addresses/ShippingAddressContainer.d.ts +1 -0
  113. package/lib/esm/components/auth/CommerceLayer.d.ts +1 -0
  114. package/lib/esm/components/customers/CustomerContainer.d.ts +1 -0
  115. package/lib/esm/components/customers/CustomerField.d.ts +1 -0
  116. package/lib/esm/components/customers/CustomerInput.d.ts +1 -0
  117. package/lib/esm/components/customers/CustomerPaymentSource.d.ts +1 -0
  118. package/lib/esm/components/customers/CustomerPaymentSourceEmpty.d.ts +1 -0
  119. package/lib/esm/components/customers/MyAccountLink.d.ts +1 -0
  120. package/lib/esm/components/customers/MyIdentityLink.d.ts +1 -0
  121. package/lib/esm/components/errors/Errors.d.ts +1 -0
  122. package/lib/esm/components/gift_cards/GiftCard.d.ts +1 -0
  123. package/lib/esm/components/gift_cards/GiftCardCurrencySelector.d.ts +1 -0
  124. package/lib/esm/components/gift_cards/GiftCardInput.d.ts +1 -0
  125. package/lib/esm/components/gift_cards/GiftCardOrCouponCode.d.ts +1 -0
  126. package/lib/esm/components/gift_cards/GiftCardOrCouponForm.d.ts +1 -0
  127. package/lib/esm/components/gift_cards/GiftCardOrCouponInput.d.ts +1 -0
  128. package/lib/esm/components/in_stock_subscriptions/InStockSubscriptionButton.d.ts +1 -0
  129. package/lib/esm/components/in_stock_subscriptions/InStockSubscriptionsContainer.d.ts +1 -0
  130. package/lib/esm/components/line_items/LineItem.d.ts +1 -0
  131. package/lib/esm/components/line_items/LineItemAmount.d.ts +1 -0
  132. package/lib/esm/components/line_items/LineItemCode.d.ts +1 -0
  133. package/lib/esm/components/line_items/LineItemField.d.ts +1 -0
  134. package/lib/esm/components/line_items/LineItemImage.d.ts +1 -0
  135. package/lib/esm/components/line_items/LineItemName.d.ts +1 -0
  136. package/lib/esm/components/line_items/LineItemsContainer.d.ts +1 -0
  137. package/lib/esm/components/line_items/LineItemsCount.d.ts +1 -0
  138. package/lib/esm/components/line_items/LineItemsEmpty.d.ts +1 -0
  139. package/lib/esm/components/orders/AdjustmentAmount.d.ts +1 -0
  140. package/lib/esm/components/orders/CheckoutLink.d.ts +1 -0
  141. package/lib/esm/components/orders/DiscountAmount.d.ts +1 -0
  142. package/lib/esm/components/orders/GiftCardAmount.d.ts +1 -0
  143. package/lib/esm/components/orders/OrderContainer.d.ts +1 -0
  144. package/lib/esm/components/orders/OrderList.d.ts +1 -0
  145. package/lib/esm/components/orders/OrderListEmpty.d.ts +1 -0
  146. package/lib/esm/components/orders/OrderListPaginationButtons.d.ts +1 -0
  147. package/lib/esm/components/orders/OrderListPaginationInfo.d.ts +1 -0
  148. package/lib/esm/components/orders/OrderListRow.d.ts +1 -0
  149. package/lib/esm/components/orders/OrderNumber.d.ts +1 -0
  150. package/lib/esm/components/orders/PaymentMethodAmount.d.ts +1 -0
  151. package/lib/esm/components/orders/PrivacyAndTermsCheckbox.d.ts +1 -0
  152. package/lib/esm/components/orders/ShippingAmount.d.ts +1 -0
  153. package/lib/esm/components/orders/SubTotalAmount.d.ts +1 -0
  154. package/lib/esm/components/orders/TaxesAmount.d.ts +1 -0
  155. package/lib/esm/components/orders/TotalAmount.d.ts +1 -0
  156. package/lib/esm/components/parcels/ParcelField.d.ts +1 -0
  157. package/lib/esm/components/parcels/ParcelLineItem.d.ts +1 -0
  158. package/lib/esm/components/parcels/ParcelLineItemField.d.ts +1 -0
  159. package/lib/esm/components/parcels/ParcelLineItemsCount.d.ts +1 -0
  160. package/lib/esm/components/parcels/Parcels.d.ts +1 -0
  161. package/lib/esm/components/parcels/ParcelsCount.d.ts +1 -0
  162. package/lib/esm/components/payment_gateways/AdyenGateway.d.ts +1 -0
  163. package/lib/esm/components/payment_gateways/BraintreeGateway.d.ts +1 -0
  164. package/lib/esm/components/payment_gateways/CheckoutComGateway.d.ts +1 -0
  165. package/lib/esm/components/payment_gateways/ExternalGateway.d.ts +1 -0
  166. package/lib/esm/components/payment_gateways/KlarnaGateway.d.ts +1 -0
  167. package/lib/esm/components/payment_gateways/PaymentGateway.d.ts +1 -0
  168. package/lib/esm/components/payment_gateways/PaypalGateway.d.ts +1 -0
  169. package/lib/esm/components/payment_gateways/StripeGateway.d.ts +1 -0
  170. package/lib/esm/components/payment_gateways/WireTransferGateway.d.ts +1 -0
  171. package/lib/esm/components/payment_methods/PaymentMethod.d.ts +2 -1
  172. package/lib/esm/components/payment_methods/PaymentMethodName.d.ts +1 -0
  173. package/lib/esm/components/payment_methods/PaymentMethodPrice.d.ts +1 -0
  174. package/lib/esm/components/payment_source/BraintreePayment.d.ts +1 -0
  175. package/lib/esm/components/payment_source/CheckoutComPayment.d.ts +1 -0
  176. package/lib/esm/components/payment_source/ExternalPayment.d.ts +1 -0
  177. package/lib/esm/components/payment_source/KlarnaPayment.d.ts +1 -0
  178. package/lib/esm/components/payment_source/PaymentSource.d.ts +1 -0
  179. package/lib/esm/components/payment_source/PaymentSourceBrandIcon.d.ts +1 -0
  180. package/lib/esm/components/payment_source/PaymentSourceBrandName.d.ts +1 -0
  181. package/lib/esm/components/payment_source/PaymentSourceDetail.d.ts +1 -0
  182. package/lib/esm/components/payment_source/StripeExpressPayment.d.ts +1 -0
  183. package/lib/esm/components/payment_source/StripePayment.d.ts +1 -0
  184. package/lib/esm/components/payment_source/WireTransferPayment.d.ts +1 -0
  185. package/lib/esm/components/prices/Price.d.ts +1 -0
  186. package/lib/esm/components/prices/PricesContainer.d.ts +1 -0
  187. package/lib/esm/components/shipments/ShipmentField.d.ts +1 -0
  188. package/lib/esm/components/shipments/ShipmentsCount.d.ts +1 -0
  189. package/lib/esm/components/shipping_methods/ShippingMethodName.d.ts +1 -0
  190. package/lib/esm/components/shipping_methods/ShippingMethodPrice.d.ts +1 -0
  191. package/lib/esm/components/shipping_methods/ShippingMethodRadioButton.d.ts +1 -0
  192. package/lib/esm/components/skus/AvailabilityTemplate.d.ts +1 -0
  193. package/lib/esm/components/skus/DeliveryLeadTime.d.ts +1 -0
  194. package/lib/esm/components/skus/SkuField.d.ts +1 -0
  195. package/lib/esm/components/stock_transfers/StockTransfer.d.ts +1 -0
  196. package/lib/esm/components/stock_transfers/StockTransferField.d.ts +1 -0
  197. package/lib/esm/components/utils/AddressCardsTemplate.d.ts +1 -0
  198. package/lib/esm/components/utils/BaseOrderPrice.d.ts +1 -0
  199. package/lib/esm/components/utils/PaymentCardsTemplate.d.ts +1 -0
  200. package/lib/esm/components/utils/PriceTemplate.d.ts +1 -0
  201. package/lib/esm/components/utils/getAllErrors.d.ts +1 -0
  202. package/lib/esm/reducers/PaymentMethodReducer.js +1 -1
  203. package/lib/esm/typings/errors.d.ts +1 -0
  204. package/lib/esm/typings/globals.d.ts +1 -0
  205. package/lib/esm/utils/filterChildren.d.ts +1 -0
  206. package/lib/esm/utils/getCardDetails.js +1 -1
  207. package/lib/esm/utils/getLoaderComponent.d.ts +1 -0
  208. package/lib/esm/utils/getPrices.d.ts +1 -0
  209. package/package.json +2 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type LoaderType } from '../../typings/index';
2
3
  import { type CustomerCardsTemplateChildren } from '../utils/PaymentCardsTemplate';
3
4
  export interface CustomerCardsProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type IconBrand } from '../../context/PaymentSourceContext';
2
3
  import { type ChildrenFunction } from '../../typings/index';
3
4
  interface ChildrenProps extends Omit<Props, 'children'> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type IconBrand } from '../../context/PaymentSourceContext';
2
3
  import { type ChildrenFunction } from '../../typings/index';
3
4
  interface CustomComponent extends Omit<Props, 'children'> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { ChildrenFunction } from '../../typings/index';
2
3
  export type PaymentSourceDetailType = 'last4' | 'exp_year' | 'exp_month';
3
4
  interface ChildrenProps extends Omit<Props, 'children'> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface Props {
2
3
  clientSecret: string;
3
4
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type StripeElementLocale, type StripeElementsOptions, type StripePaymentElementOptions } from '@stripe/stripe-js';
2
3
  import { type PaymentMethodConfig } from '../../reducers/PaymentMethodReducer';
3
4
  import { type PaymentSourceProps } from './PaymentSource';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface WireTransferConfig {
2
3
  infoMessage?: {
3
4
  text?: string | JSX.Element[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type Price as PriceType } from '@commercelayer/sdk';
2
3
  import { type ChildrenFunction, type LoaderType } from '../../typings/index';
3
4
  interface PriceChildrenProps extends Omit<PriceProps, 'children'> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type LoaderType } from '../../typings/index';
2
3
  import { type QueryPageSize } from '@commercelayer/sdk';
3
4
  interface Props {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type Shipment } from '@commercelayer/sdk';
2
3
  type ShipmentFieldChildrenProps = Omit<Props, 'children'> & {
3
4
  shipment: Shipment;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type ChildrenFunction } from '../../typings/index';
2
3
  import type { Shipment } from '@commercelayer/sdk';
3
4
  interface ChildrenProps extends Omit<Props, 'children'> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type ShippingMethod } from '@commercelayer/sdk';
2
3
  type ChildrenProps = Omit<Props, 'children'> & {
3
4
  label: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type BaseAmountComponent } from '../../typings/index';
2
3
  type Props = BaseAmountComponent & {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Order, ShippingMethod } from '@commercelayer/sdk';
2
3
  interface ShippingMethodRadioButtonType extends Omit<Props, 'children'> {
3
4
  shippingMethod: ShippingMethod;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type TimeFormat, type ChildrenFunction } from '../../typings/index';
2
3
  import { type DeliveryLeadTime } from '../../reducers/AvailabilityReducer';
3
4
  interface AvailabilityTemplateChildrenProps extends Omit<Props, 'children'>, DeliveryLeadTime {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type DeliveryLeadTimeField = 'min_hours' | 'max_hours' | 'min_days' | 'max_days';
2
3
  export type DeliveryLeadTimeComponentChildren = Omit<Props, 'children'>;
3
4
  type Props = Partial<JSX.IntrinsicElements['span']> & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type ConditionalElement } from '../../typings/index';
2
3
  import { type TGenericChildrenProps, type TResources } from '../utils/GenericFieldComponent';
3
4
  type SkuFieldChildrenProps = TGenericChildrenProps<TResources['Sku']>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DefaultChildrenType } from '../../typings/globals';
2
3
  interface Props {
3
4
  children: DefaultChildrenType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type ConditionalElement } from '../../typings/index';
2
3
  import { type TGenericChildrenProps, type TResources } from '../utils/GenericFieldComponent';
3
4
  type StockTransferFieldChildrenProps = TGenericChildrenProps<TResources['StockTransfer']>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Address } from '@commercelayer/sdk';
2
3
  import AddressChildrenContext from '../../context/AddressChildrenContext';
3
4
  import { type ChildrenFunction } from '../../typings/index';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type PropsType } from '../../utils/PropsType';
2
3
  import { type baseOrderPricePropTypes } from '../../typings/index';
3
4
  export type BaseOrderPriceProps = PropsType<typeof baseOrderPricePropTypes, unknown> & Omit<JSX.IntrinsicElements['span'], 'children'>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type PaymentResource } from '../../reducers/PaymentMethodReducer';
2
3
  import PaymentSourceContext, { type IconBrand } from '../../context/PaymentSourceContext';
3
4
  import { type ChildrenFunction } from '../../typings/index';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type PriceProps } from '../prices/Price';
2
3
  export type PTemplateProps = {
3
4
  formattedAmount?: string | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type LineItem } from '@commercelayer/sdk';
2
3
  import { type BaseError } from '../../typings/errors';
3
4
  import { type TResourceError } from '../errors/Errors';
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- import baseReducer from"../utils/baseReducer";import getErrors,{setErrors}from"../utils/getErrors";import getSdk from"../utils/getSdk";import{snakeToCamelCase}from"../utils/snakeToCamelCase";import{replace}from"../utils/replace";import{pick}from"../utils/pick";export function setLoading({loading,dispatch}){dispatch&&dispatch({type:"setLoading",payload:{loading}})}export const setPaymentRef=({ref,dispatch})=>{ref&&dispatch&&dispatch({type:"setPaymentRef",payload:{currentPaymentMethodRef:ref}})},paymentMethodInitialState={errors:[],paymentMethods:void 0},setPaymentMethodErrors=(errors,dispatch)=>{dispatch&&dispatch({type:"setErrors",payload:{errors}})},getPaymentMethods=async({order,dispatch})=>{const paymentMethods=order.available_payment_methods,paymentMethod=order.payment_method,paymentSource=order.payment_source;dispatch({type:"setPaymentMethods",payload:{paymentMethods,currentPaymentMethodId:paymentMethod?.id,currentPaymentMethodType:paymentMethod?.payment_source_type,paymentSource}})};export async function setPaymentMethod({config,dispatch,order,paymentMethodId,updateOrder,setOrderErrors,paymentResource}){let response={success:!1};try{if(config&&order&&dispatch&&paymentResource){localStorage.removeItem("_save_payment_source_to_customer_wallet");const attributes={payment_method:getSdk(config).payment_methods.relationship(paymentMethodId)};updateOrder!=null&&(response=await updateOrder({id:order.id,attributes})),dispatch({type:"setPaymentMethods",payload:{currentPaymentMethodId:paymentMethodId,currentPaymentMethodType:paymentResource,errors:[]}}),setOrderErrors&&setOrderErrors([])}return response}catch(error){const errors=getErrors({error,resource:"orders",field:paymentResource});return console.error("Set payment method",errors),response}}export async function setPaymentSource({config,dispatch,getOrder,attributes,order,paymentResource,customerPaymentSourceId,paymentSourceId,updateOrder,errors:currentErrors}){try{if(config&&order){let paymentSource;const sdk=getSdk(config);if(customerPaymentSourceId){if(updateOrder!=null){const{order:orderUpdated}=await updateOrder({id:order.id,attributes:{_customer_payment_source_id:customerPaymentSourceId}});dispatch!=null&&orderUpdated!=null&&dispatch({type:"setPaymentSource",payload:{paymentSource:orderUpdated.payment_source,currentCustomerPaymentSourceId:orderUpdated.payment_source?.id}})}}else{if(paymentSourceId){const attrs={id:paymentSourceId,...attributes};paymentSource=attributes!=null?await sdk[paymentResource].update(attrs):await sdk[paymentResource].retrieve(paymentSourceId)}else{const attrs={...attributes,order:sdk.orders.relationship(order.id)};paymentSource=await sdk[paymentResource].create(attrs)}return getOrder&&await getOrder(order.id),dispatch&&dispatch({type:"setPaymentSource",payload:{paymentSource,errors:[],currentCustomerPaymentSourceId:null}}),paymentSource}}}catch(error){const errors=getErrors({error,resource:"payment_methods",field:paymentResource});console.error("Set payment source:",errors),dispatch&&setErrors({currentErrors,newErrors:errors,dispatch})}}export const updatePaymentSource=async({id,attributes,config,dispatch,paymentResource})=>{if(config)try{const paymentSource=await getSdk(config)[paymentResource].update({id,...attributes});dispatch&&dispatch({type:"setPaymentSource",payload:{paymentSource}})}catch(err){console.error("Update payment source:",err)}},destroyPaymentSource=async({paymentSourceId,paymentResource,dispatch})=>{paymentSourceId&&paymentResource&&dispatch&&dispatch({type:"setPaymentSource",payload:{paymentSource:void 0}})},setPaymentMethodConfig=(config,dispatch)=>{dispatch({type:"setPaymentMethodConfig",payload:{config}})};export function getPaymentConfig(paymentResource,config){const resourceKeys=replace(replace(paymentResource,"payments","payment"),"transfers","transfer"),resource=snakeToCamelCase(resourceKeys);return pick(config,[resource])}const type=["setErrors","setPaymentMethodConfig","setPaymentMethods","setPaymentSource","setPaymentRef","setLoading"],paymentMethodReducer=(state,reducer)=>baseReducer(state,reducer,type);export default paymentMethodReducer;
2
+ import baseReducer from"../utils/baseReducer";import getErrors,{setErrors}from"../utils/getErrors";import getSdk from"../utils/getSdk";import{snakeToCamelCase}from"../utils/snakeToCamelCase";import{replace}from"../utils/replace";import{pick}from"../utils/pick";export function setLoading({loading,dispatch}){dispatch&&dispatch({type:"setLoading",payload:{loading}})}export const setPaymentRef=({ref,dispatch})=>{ref&&dispatch&&dispatch({type:"setPaymentRef",payload:{currentPaymentMethodRef:ref}})},paymentMethodInitialState={errors:[],paymentMethods:void 0},setPaymentMethodErrors=(errors,dispatch)=>{dispatch&&dispatch({type:"setErrors",payload:{errors}})},getPaymentMethods=async({order,dispatch})=>{const paymentMethods=order.available_payment_methods,paymentMethod=order.payment_method,paymentSource=order.payment_source;dispatch({type:"setPaymentMethods",payload:{paymentMethods,currentPaymentMethodId:paymentMethod?.id,currentPaymentMethodType:paymentMethod?.payment_source_type,paymentSource}})};export async function setPaymentMethod({config,dispatch,order,paymentMethodId,updateOrder,setOrderErrors,paymentResource}){let response={success:!1};try{if(config&&order&&dispatch&&paymentResource){localStorage.removeItem("_save_payment_source_to_customer_wallet");const attributes={payment_method:getSdk(config).payment_methods.relationship(paymentMethodId)};updateOrder!=null&&(response=await updateOrder({id:order.id,attributes})),dispatch({type:"setPaymentMethods",payload:{currentPaymentMethodId:paymentMethodId,currentPaymentMethodType:paymentResource,errors:[]}}),setOrderErrors&&setOrderErrors([])}return response}catch(error){const errors=getErrors({error,resource:"orders",field:paymentResource});return console.error("Set payment method",errors),response}}export async function setPaymentSource({config,dispatch,getOrder,attributes,order,paymentResource,customerPaymentSourceId,paymentSourceId,updateOrder,errors:currentErrors}){try{if(config&&order){let paymentSource;const sdk=getSdk(config);if(customerPaymentSourceId){if(updateOrder!=null){const{order:orderUpdated}=await updateOrder({id:order.id,attributes:{_customer_payment_source_id:customerPaymentSourceId}});dispatch!=null&&orderUpdated!=null&&dispatch({type:"setPaymentSource",payload:{paymentSource:orderUpdated.payment_source,currentCustomerPaymentSourceId:orderUpdated.payment_source?.id}})}}else{if(paymentSourceId){const attrs={id:paymentSourceId,...attributes};paymentSource=attributes!=null?await sdk[paymentResource].update(attrs):await sdk[paymentResource].retrieve(paymentSourceId)}else{const attrs={...attributes,order:sdk.orders.relationship(order.id)};paymentSource=await sdk[paymentResource].create(attrs)}return getOrder&&await getOrder(order.id),dispatch&&dispatch({type:"setPaymentSource",payload:{paymentSource,errors:[],currentCustomerPaymentSourceId:null}}),paymentSource}}}catch(error){const errors=getErrors({error,resource:"payment_methods",field:paymentResource});if(errors.length>0){const[error2]=errors;error2?.status==="401"&&getOrder!=null&&order!=null&&(await getOrder(order?.id))?.status!=="placed"&&(console.error("Set payment source:",errors),setErrors({currentErrors,newErrors:errors,dispatch}))}else setErrors({currentErrors,newErrors:errors,dispatch})}}export const updatePaymentSource=async({id,attributes,config,dispatch,paymentResource})=>{if(config)try{const paymentSource=await getSdk(config)[paymentResource].update({id,...attributes});dispatch&&dispatch({type:"setPaymentSource",payload:{paymentSource}})}catch(err){console.error("Update payment source:",err)}},destroyPaymentSource=async({paymentSourceId,paymentResource,dispatch})=>{paymentSourceId&&paymentResource&&dispatch&&dispatch({type:"setPaymentSource",payload:{paymentSource:void 0}})},setPaymentMethodConfig=(config,dispatch)=>{dispatch({type:"setPaymentMethodConfig",payload:{config}})};export function getPaymentConfig(paymentResource,config){const resourceKeys=replace(replace(paymentResource,"payments","payment"),"transfers","transfer"),resource=snakeToCamelCase(resourceKeys);return pick(config,[resource])}const type=["setErrors","setPaymentMethodConfig","setPaymentMethods","setPaymentSource","setPaymentRef","setLoading"],paymentMethodReducer=(state,reducer)=>baseReducer(state,reducer,type);export default paymentMethodReducer;
@@ -8,6 +8,7 @@ export interface BaseError {
8
8
  id?: string;
9
9
  title?: string;
10
10
  detail?: string;
11
+ status?: string;
11
12
  }
12
13
  export interface TAPIError {
13
14
  errors: BaseError[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type DefaultChildrenType = JSX.Element[] | JSX.Element | null;
2
3
  type Enumerate<N extends number, Acc extends number[] = []> = Acc['length'] extends N ? Acc[number] : Enumerate<N, [...Acc, Acc['length']]>;
3
4
  export type TRange<F extends number, T extends number> = Exclude<Enumerate<T>, Enumerate<F>>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type DefaultChildrenType } from '../typings/globals';
2
3
  interface Props<T> {
3
4
  children: DefaultChildrenType;
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- export default function getCardDetails({paymentType,customerPayment}){switch(paymentType){case"checkout_com_payments":{const source=customerPayment.payment_source?.payment_response?.source;if(source)return{brand:source.scheme.toLowerCase(),exp_month:source.expiry_month,exp_year:source.expiry_year,last4:source.last4};break}case"stripe_payments":{const ps=customerPayment.payment_source,source=ps?.options?.card??ps?.payment_method?.card??ps?.payment_instrument?{brand:ps?.payment_instrument?.card_type,exp_month:ps?.payment_instrument?.card_expiry_month,exp_year:ps?.payment_instrument?.card_expiry_year,last4:ps?.payment_instrument?.card_last_digits,issuer_type:ps?.payment_instrument?.issuer_type}:void 0;if(source)return{...source};break}case"klarna_payments":{const ps=customerPayment.payment_source,source=ps?.auth_token!=null&&ps?.payment_instrument!=null?{brand:"klarna",exp_month:"",exp_year:"",last4:"",issuer_type:ps?.payment_instrument?.issuer_type}:void 0;if(source)return{...source};break}case"braintree_payments":{const source=customerPayment.payment_source?.options?.card;if(source)return{...source};break}case"adyen_payments":{const ps=customerPayment.payment_source,source=ps?.payment_request_data?.payment_method,authorized=ps?.payment_response?.resultCode==="Authorised",last4=ps?.payment_response?.additionalData?.cardSummary??ps?.payment_instrument?.card_last_digits??"****";if(source&&authorized){const brand=source.type==="scheme"?source.brand??"credit-card":source.type.replace("_account","");return{...source,last4,brand}}break}default:{const source=customerPayment.payment_source?.metadata?.card;if(source)return{...source};break}}return{brand:"",exp_month:"**",exp_year:"**",last4:"****",issuer_type:""}}
2
+ export default function getCardDetails({paymentType,customerPayment}){switch(paymentType){case"checkout_com_payments":{const source=customerPayment.payment_source?.payment_response?.source;if(source)return{brand:source.scheme.toLowerCase(),exp_month:source.expiry_month,exp_year:source.expiry_year,last4:source.last4};break}case"stripe_payments":{const ps=customerPayment.payment_source,source=ps?.options?.card??ps?.payment_method?.card??ps?.payment_instrument?{brand:ps?.payment_instrument?.card_type,exp_month:ps?.payment_instrument?.card_expiry_month,exp_year:ps?.payment_instrument?.card_expiry_year,last4:ps?.payment_instrument?.card_last_digits,issuer_type:ps?.payment_instrument?.issuer_type}:void 0;if(source)return{...source};break}case"klarna_payments":{const ps=customerPayment.payment_source,source=ps?.auth_token!=null&&ps?.payment_instrument!=null?{brand:"klarna",exp_month:"",exp_year:"",last4:"",issuer_type:ps?.payment_instrument?.issuer_type}:void 0;if(source)return{...source};break}case"braintree_payments":{const source=customerPayment.payment_source?.options?.card;if(source)return{...source};break}case"adyen_payments":{const ps=customerPayment.payment_source,source=ps?.payment_request_data?.payment_method,authorized=ps?.payment_response?.resultCode==="Authorised",last4=ps?.payment_response?.additionalData?.cardSummary??ps?.payment_instrument?.card_last_digits??"****";if(source&&authorized){const brand=source.type==="scheme"?source.brand??"credit-card":source.type.replace("_account","");return{...source,last4,brand}}break}default:{const ps=customerPayment.payment_source,source=ps?.metadata?.card??{brand:ps?.payment_instrument?.issuer_type.replace("_","-")??"",last4:ps?.metadata?.last4??"",exp_month:ps?.metadata?.exp_month??"",exp_year:ps?.metadata?.exp_year??""};if(source)return{...source};break}}return{brand:"",exp_month:"**",exp_year:"**",last4:"****",issuer_type:""}}
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type LoaderType } from '../typings/index';
2
3
  export default function getLoaderComponent(loader: LoaderType): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type Price } from '@commercelayer/sdk';
2
3
  import { type PTemplateProps } from '../components/utils/PriceTemplate';
3
4
  export declare function getPriceByCode(skuPrices: Price[], code?: string): Price | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercelayer/react-components",
3
- "version": "4.13.1-beta.2",
3
+ "version": "4.13.1-beta.3",
4
4
  "description": "The Official Commerce Layer React Components",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -195,6 +195,7 @@
195
195
  "@types/react-window": "^1.8.8",
196
196
  "@vitejs/plugin-react": "^4.2.1",
197
197
  "@vitest/coverage-c8": "^0.33.0",
198
+ "eslint": "8.45",
198
199
  "jsdom": "^24.0.0",
199
200
  "minimize-js": "^1.4.0",
200
201
  "msw": "^2.2.13",