@commercelayer/react-components 2.49.5 → 2.49.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:true});const tslib_1=require("tslib");const jsx_runtime_1=require("react/jsx-runtime");const BaseOrderPrice_1=(0,tslib_1.__importDefault)(require("./utils/BaseOrderPrice"));const components_1=(0,tslib_1.__importDefault)(require("../config/components"));const propTypes=components_1.default.PaymentMethodAmount.propTypes;const defaultProps=components_1.default.PaymentMethodAmount.defaultProps;const displayName=components_1.default.PaymentMethodAmount.displayName;const PaymentMethodAmount=e=>(0,jsx_runtime_1.jsx)(BaseOrderPrice_1.default,Object.assign({base:"amount",type:"
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:true});const tslib_1=require("tslib");const jsx_runtime_1=require("react/jsx-runtime");const BaseOrderPrice_1=(0,tslib_1.__importDefault)(require("./utils/BaseOrderPrice"));const components_1=(0,tslib_1.__importDefault)(require("../config/components"));const propTypes=components_1.default.PaymentMethodAmount.propTypes;const defaultProps=components_1.default.PaymentMethodAmount.defaultProps;const displayName=components_1.default.PaymentMethodAmount.displayName;const PaymentMethodAmount=e=>(0,jsx_runtime_1.jsx)(BaseOrderPrice_1.default,Object.assign({base:"amount",type:"payment_method"},e),void 0);PaymentMethodAmount.propTypes=propTypes;PaymentMethodAmount.defaultProps=defaultProps;PaymentMethodAmount.displayName=displayName;exports.default=PaymentMethodAmount;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as _jsx}from"react/jsx-runtime";import BaseOrderPrice from"./utils/BaseOrderPrice";import components from"../config/components";const propTypes=components.PaymentMethodAmount.propTypes;const defaultProps=components.PaymentMethodAmount.defaultProps;const displayName=components.PaymentMethodAmount.displayName;const PaymentMethodAmount=e=>_jsx(BaseOrderPrice,Object.assign({base:"amount",type:"
|
|
1
|
+
import{jsx as _jsx}from"react/jsx-runtime";import BaseOrderPrice from"./utils/BaseOrderPrice";import components from"../config/components";const propTypes=components.PaymentMethodAmount.propTypes;const defaultProps=components.PaymentMethodAmount.defaultProps;const displayName=components.PaymentMethodAmount.displayName;const PaymentMethodAmount=e=>_jsx(BaseOrderPrice,Object.assign({base:"amount",type:"payment_method"},e),void 0);PaymentMethodAmount.propTypes=propTypes;PaymentMethodAmount.defaultProps=defaultProps;PaymentMethodAmount.displayName=displayName;export default PaymentMethodAmount;
|