@billgangcom/theme-lib 1.69.1 → 1.69.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.
- package/dist/assets/storefront-icons/index.d.ts +0 -63
- package/dist/builder/constants/theme-settings.d.ts +5 -0
- package/dist/builder/ui/index.d.ts +0 -1
- package/dist/builder.cjs.js +31 -21
- package/dist/builder.es.js +7175 -7289
- package/dist/index-CTXAJEri.cjs +80 -0
- package/dist/{index-C1GpRLwI.js → index-CVyi3AZa.js} +4761 -4738
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/storefront/components/CheckoutOperational/index.d.ts +1 -0
- package/dist/storefront/components/OrdersTable/index.d.ts +1 -0
- package/dist/storefront/components/Table/index.d.ts +2 -0
- package/dist/storefront/models/charge.d.ts +2 -0
- package/dist/storefront/models/checkout.d.ts +1 -1
- package/dist/storefront/models/order.d.ts +6 -0
- package/dist/storefront/store/useCartStore.d.ts +1 -0
- package/dist/storefront/store/useCustomerDashboardStore.d.ts +0 -2
- package/dist/ui/GroupCardModal/index.d.ts +13 -0
- package/dist/ui/Modal/index.d.ts +9 -0
- package/dist/ui/index.d.ts +2 -0
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +1079 -980
- package/package.json +1 -1
- package/dist/index-CtyrP2GR.cjs +0 -80
|
@@ -1,73 +1,10 @@
|
|
|
1
|
-
export declare const D4RK: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export declare const Balance: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare const Wallet: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export declare const Crown: () => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export declare const Star: () => import("react/jsx-runtime").JSX.Element;
|
|
6
1
|
export declare const FilledStar: () => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export declare const Caretdown: () => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const Medal: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export declare const Billgang: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export declare const Question: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export declare const Heart: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export declare const SealDollar: () => import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export declare const Bag: () => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export declare const Confetti: () => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export declare const Logout: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export declare const Calendar: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
export declare const Home: () => import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export declare const Eye: () => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
export declare const Search: () => import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export declare const Info: () => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export declare const Fire: () => import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
export declare const Plus: () => import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
export declare const Minus: () => import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export declare const ThreeDots: () => import("react/jsx-runtime").JSX.Element;
|
|
26
|
-
export declare const TopArrow: () => import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
export declare const PreviousIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
export declare const NextIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
export declare const InfoCircle: () => import("react/jsx-runtime").JSX.Element;
|
|
30
|
-
export declare const CircleCheck: () => import("react/jsx-runtime").JSX.Element;
|
|
31
|
-
export declare const FallbackImage: () => import("react/jsx-runtime").JSX.Element;
|
|
32
|
-
export declare const CrossIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
33
|
-
export declare const Dollar: () => import("react/jsx-runtime").JSX.Element;
|
|
34
2
|
export declare const Cryptocurrency: () => import("react/jsx-runtime").JSX.Element;
|
|
35
3
|
export declare const DebitCreditCard: () => import("react/jsx-runtime").JSX.Element;
|
|
36
4
|
export declare const CashApp: () => import("react/jsx-runtime").JSX.Element;
|
|
37
5
|
export declare const PayPal: () => import("react/jsx-runtime").JSX.Element;
|
|
38
|
-
export declare const CheckCircle: () => import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
export declare const XCircle: () => import("react/jsx-runtime").JSX.Element;
|
|
40
6
|
export declare const ApplePayGooglePay: () => import("react/jsx-runtime").JSX.Element;
|
|
41
|
-
export declare const PersonCircle: () => import("react/jsx-runtime").JSX.Element;
|
|
42
|
-
export declare const DocumentCloud: () => import("react/jsx-runtime").JSX.Element;
|
|
43
|
-
export declare const ShieldSearch: () => import("react/jsx-runtime").JSX.Element;
|
|
44
|
-
export declare const Copy: () => import("react/jsx-runtime").JSX.Element;
|
|
45
|
-
export declare const CheckedMarkCheckbox: () => import("react/jsx-runtime").JSX.Element;
|
|
46
7
|
export declare const BankTransfer: () => import("react/jsx-runtime").JSX.Element;
|
|
47
|
-
export declare const CheckedMarkSmall: () => import("react/jsx-runtime").JSX.Element;
|
|
48
|
-
export declare const CheckedMark: () => import("react/jsx-runtime").JSX.Element;
|
|
49
8
|
export declare const Visa: () => import("react/jsx-runtime").JSX.Element;
|
|
50
|
-
export declare const ArrowLineUpRight: () => import("react/jsx-runtime").JSX.Element;
|
|
51
|
-
export declare const ChatsTeardrop: () => import("react/jsx-runtime").JSX.Element;
|
|
52
|
-
export declare const DARK: () => import("react/jsx-runtime").JSX.Element;
|
|
53
9
|
export declare const Cryptocurrencies: () => import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
export declare const XMark: () => import("react/jsx-runtime").JSX.Element;
|
|
55
|
-
export declare const Warning: () => import("react/jsx-runtime").JSX.Element;
|
|
56
|
-
export declare const CalendarClock: () => import("react/jsx-runtime").JSX.Element;
|
|
57
|
-
export declare const WarningDiamond: () => import("react/jsx-runtime").JSX.Element;
|
|
58
|
-
export declare const Discord2: () => import("react/jsx-runtime").JSX.Element;
|
|
59
|
-
export declare const SimpleDownload: () => import("react/jsx-runtime").JSX.Element;
|
|
60
|
-
export declare const FileText: () => import("react/jsx-runtime").JSX.Element;
|
|
61
|
-
export declare const OpenBook: () => import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
export declare const Clock: () => import("react/jsx-runtime").JSX.Element;
|
|
63
|
-
export declare const Clock2: () => import("react/jsx-runtime").JSX.Element;
|
|
64
|
-
export declare const CircleNotch: () => import("react/jsx-runtime").JSX.Element;
|
|
65
10
|
export declare const Hoodpay: () => import("react/jsx-runtime").JSX.Element;
|
|
66
|
-
export declare const Discord: () => import("react/jsx-runtime").JSX.Element;
|
|
67
|
-
export declare const PageCloud: () => import("react/jsx-runtime").JSX.Element;
|
|
68
|
-
export declare const BillgangLogo: () => import("react/jsx-runtime").JSX.Element;
|
|
69
|
-
export declare const BillgangTitle: () => import("react/jsx-runtime").JSX.Element;
|
|
70
|
-
export declare const SearchStatus: () => import("react/jsx-runtime").JSX.Element;
|
|
71
|
-
export declare const ArrowHead: () => import("react/jsx-runtime").JSX.Element;
|
|
72
|
-
export declare const Image: () => import("react/jsx-runtime").JSX.Element;
|
|
73
|
-
export declare const Send: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,6 +8,7 @@ export declare const themeSettingsBlocks: ThemeSettingsBlock[];
|
|
|
8
8
|
export type FontTypeHeading = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7';
|
|
9
9
|
export type FontTypeBody = 'lg' | 'md' | 'sm';
|
|
10
10
|
export type FontType = 'heading' | 'body';
|
|
11
|
+
export type FontCase = 'normal' | 'uppercase' | 'lowercase' | 'capitalize';
|
|
11
12
|
export type BorderType = 'radius' | 'thickness';
|
|
12
13
|
export type ButtonType = 'primary' | 'secondary' | 'link';
|
|
13
14
|
export type Weight = '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
@@ -16,6 +17,7 @@ export interface FontFields {
|
|
|
16
17
|
size: number;
|
|
17
18
|
weight: Weight;
|
|
18
19
|
boldWeight: Weight;
|
|
20
|
+
case: FontCase;
|
|
19
21
|
}
|
|
20
22
|
export interface ButtonFields {
|
|
21
23
|
size: number;
|
|
@@ -25,6 +27,9 @@ export interface ButtonFields {
|
|
|
25
27
|
background: string;
|
|
26
28
|
hover: boolean;
|
|
27
29
|
font: string;
|
|
30
|
+
color: string;
|
|
31
|
+
colorHover: string;
|
|
32
|
+
backgroundHover: string;
|
|
28
33
|
boxShadow: {
|
|
29
34
|
left: number;
|
|
30
35
|
top: number;
|