@commercelayer/react-components 4.3.5-beta.1 → 4.3.6
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.
- package/lib/cjs/components/in_stock_subscriptions/InStockSubscriptionButton.d.ts +35 -0
- package/lib/cjs/components/in_stock_subscriptions/InStockSubscriptionButton.js +1 -0
- package/lib/cjs/components/in_stock_subscriptions/InStockSubscriptionsContainer.d.ts +9 -0
- package/lib/cjs/components/in_stock_subscriptions/InStockSubscriptionsContainer.js +1 -0
- package/lib/cjs/components/payment_gateways/WireTransferGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/WireTransferGateway.js +1 -1
- package/lib/cjs/components/payment_source/StripeExpressPayment.d.ts +5 -0
- package/lib/cjs/components/payment_source/StripeExpressPayment.js +1 -0
- package/lib/cjs/components/payment_source/WireTransferPayment.js +1 -1
- package/lib/cjs/context/InStockSubscriptionContext.d.ts +7 -0
- package/lib/cjs/context/InStockSubscriptionContext.js +1 -0
- package/lib/cjs/reducers/InStockSubscriptionReducer.d.ts +33 -0
- package/lib/cjs/reducers/InStockSubscriptionReducer.js +1 -0
- package/lib/cjs/utils/expressPaymentHelper.d.ts +92 -0
- package/lib/cjs/utils/expressPaymentHelper.js +1 -0
- package/lib/cjs/utils/getAvailableExpressPayments.d.ts +2 -0
- package/lib/cjs/utils/getAvailableExpressPayments.js +1 -0
- package/lib/cjs/utils/getDomain.d.ts +4 -0
- package/lib/cjs/utils/getDomain.js +1 -0
- package/lib/cjs/utils/isEmpty.d.ts +1 -0
- package/lib/cjs/utils/isEmpty.js +1 -0
- package/lib/esm/components/in_stock_subscriptions/InStockSubscriptionButton.d.ts +35 -0
- package/lib/esm/components/in_stock_subscriptions/InStockSubscriptionButton.js +1 -0
- package/lib/esm/components/in_stock_subscriptions/InStockSubscriptionsContainer.d.ts +9 -0
- package/lib/esm/components/in_stock_subscriptions/InStockSubscriptionsContainer.js +1 -0
- package/lib/esm/components/payment_gateways/WireTransferGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/WireTransferGateway.js +1 -1
- package/lib/esm/components/payment_source/StripeExpressPayment.d.ts +5 -0
- package/lib/esm/components/payment_source/StripeExpressPayment.js +1 -0
- package/lib/esm/components/payment_source/WireTransferPayment.js +1 -1
- package/lib/esm/context/InStockSubscriptionContext.d.ts +7 -0
- package/lib/esm/context/InStockSubscriptionContext.js +1 -0
- package/lib/esm/reducers/InStockSubscriptionReducer.d.ts +33 -0
- package/lib/esm/reducers/InStockSubscriptionReducer.js +1 -0
- package/lib/esm/utils/expressPaymentHelper.d.ts +92 -0
- package/lib/esm/utils/expressPaymentHelper.js +1 -0
- package/lib/esm/utils/getAvailableExpressPayments.d.ts +2 -0
- package/lib/esm/utils/getAvailableExpressPayments.js +1 -0
- package/lib/esm/utils/getDomain.d.ts +4 -0
- package/lib/esm/utils/getDomain.js +1 -0
- package/lib/esm/utils/isEmpty.d.ts +1 -0
- package/lib/esm/utils/isEmpty.js +1 -0
- package/lib/tsconfig.prod.esm.tsbuildinfo +1 -1
- package/lib/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +1 -1