@billgangcom/theme-lib 1.93.2 → 1.93.4
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/dist/assets/storefront-icons/index.d.ts +18 -6
- package/dist/builder.cjs.js +16 -15
- package/dist/builder.es.js +1344 -1299
- package/dist/{index-CBtpoRxP.js → index-B1gmztaY.js} +8328 -7937
- package/dist/{index-CM7daFaA.cjs → index-BgX7lP5J.cjs} +29 -29
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/storefront/components/PaymentMethod/checkout-balance-payment-method.d.ts +1 -0
- package/dist/storefront/components/PaymentMethod/index.d.ts +1 -0
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
export declare const FilledStar: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export declare const Cryptocurrency:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
export declare const Cryptocurrency: React.FC<{
|
|
3
|
+
isAntistock?: boolean;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const DebitCreditCard: React.FC<{
|
|
6
|
+
isAntistock?: boolean;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const CashApp: React.FC<{
|
|
9
|
+
isAntistock?: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const PayPal: React.FC<{
|
|
12
|
+
isAntistock?: boolean;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const ApplePayGooglePay: React.FC<{
|
|
15
|
+
isAntistock?: boolean;
|
|
16
|
+
}>;
|
|
17
|
+
export declare const BankTransfer: React.FC<{
|
|
18
|
+
isAntistock?: boolean;
|
|
19
|
+
}>;
|
|
8
20
|
export declare const Visa: () => import("react/jsx-runtime").JSX.Element;
|
|
9
21
|
export declare const Cryptocurrencies: () => import("react/jsx-runtime").JSX.Element;
|
|
10
22
|
export declare const Hoodpay: () => import("react/jsx-runtime").JSX.Element;
|