@bunnyapp/components 1.0.62-beta.2 → 1.0.62-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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/src/components/Quote/Quote.stories.d.ts +70 -116
- package/dist/cjs/src/mocks/handlers.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/src/components/Quote/Quote.stories.d.ts +70 -116
- package/dist/esm/src/mocks/handlers.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -171,7 +171,7 @@ var BrandContext = react.createContext({
|
|
|
171
171
|
});
|
|
172
172
|
|
|
173
173
|
// This will be replaced at build time by rollup-plugin-replace
|
|
174
|
-
var PACKAGE_VERSION = '1.0.62-beta.
|
|
174
|
+
var PACKAGE_VERSION = '1.0.62-beta.3';
|
|
175
175
|
var createRequestHeaders = function (token) {
|
|
176
176
|
var _a;
|
|
177
177
|
var bearerToken = token ? "Bearer ".concat(token) : null;
|
|
@@ -1,134 +1,88 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { Meta, StoryObj } from "@storybook/react";
|
|
3
2
|
import Quote from "./Quote";
|
|
4
3
|
declare const meta: Meta<typeof Quote>;
|
|
5
4
|
export default meta;
|
|
6
5
|
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const Default: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
8
|
-
|
|
9
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
10
|
-
backButtonName?: string | undefined;
|
|
11
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
12
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
13
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
14
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
15
|
-
className?: string | undefined;
|
|
16
|
-
hideDownloadButton?: boolean | undefined;
|
|
17
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
18
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
6
|
+
export declare const Default: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
7
|
+
[x: string]: any;
|
|
19
8
|
}, {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
className?: any;
|
|
11
|
+
id?: any;
|
|
12
|
+
backButtonName?: any;
|
|
13
|
+
onBackButtonClick?: any;
|
|
14
|
+
shadow?: any;
|
|
15
|
+
hideDownloadButton?: any;
|
|
16
|
+
onPaymentSuccess?: any;
|
|
17
|
+
invoiceQuoteViewComponent?: any;
|
|
18
|
+
onInvoiceDownloadError?: any;
|
|
19
|
+
onInvoiceLoaded?: any;
|
|
20
|
+
onQuoteLoaded?: any;
|
|
31
21
|
}>;
|
|
32
|
-
export declare const NoShadow: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
33
|
-
|
|
34
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
35
|
-
backButtonName?: string | undefined;
|
|
36
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
37
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
38
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
39
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
40
|
-
className?: string | undefined;
|
|
41
|
-
hideDownloadButton?: boolean | undefined;
|
|
42
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
43
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
22
|
+
export declare const NoShadow: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
23
|
+
[x: string]: any;
|
|
44
24
|
}, {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
className?: any;
|
|
27
|
+
id?: any;
|
|
28
|
+
backButtonName?: any;
|
|
29
|
+
onBackButtonClick?: any;
|
|
30
|
+
shadow?: any;
|
|
31
|
+
hideDownloadButton?: any;
|
|
32
|
+
onPaymentSuccess?: any;
|
|
33
|
+
invoiceQuoteViewComponent?: any;
|
|
34
|
+
onInvoiceDownloadError?: any;
|
|
35
|
+
onInvoiceLoaded?: any;
|
|
36
|
+
onQuoteLoaded?: any;
|
|
56
37
|
}>;
|
|
57
|
-
export declare const Mobile: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
58
|
-
|
|
59
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
60
|
-
backButtonName?: string | undefined;
|
|
61
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
62
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
63
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
64
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
65
|
-
className?: string | undefined;
|
|
66
|
-
hideDownloadButton?: boolean | undefined;
|
|
67
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
68
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
38
|
+
export declare const Mobile: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
39
|
+
[x: string]: any;
|
|
69
40
|
}, {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
className?: any;
|
|
43
|
+
id?: any;
|
|
44
|
+
backButtonName?: any;
|
|
45
|
+
onBackButtonClick?: any;
|
|
46
|
+
shadow?: any;
|
|
47
|
+
hideDownloadButton?: any;
|
|
48
|
+
onPaymentSuccess?: any;
|
|
49
|
+
invoiceQuoteViewComponent?: any;
|
|
50
|
+
onInvoiceDownloadError?: any;
|
|
51
|
+
onInvoiceLoaded?: any;
|
|
52
|
+
onQuoteLoaded?: any;
|
|
81
53
|
}>;
|
|
82
|
-
export declare const CustomClassName: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
83
|
-
|
|
84
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
85
|
-
backButtonName?: string | undefined;
|
|
86
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
87
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
88
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
89
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
90
|
-
className?: string | undefined;
|
|
91
|
-
hideDownloadButton?: boolean | undefined;
|
|
92
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
93
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
54
|
+
export declare const CustomClassName: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
55
|
+
[x: string]: any;
|
|
94
56
|
}, {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
57
|
+
[x: string]: any;
|
|
58
|
+
className?: any;
|
|
59
|
+
id?: any;
|
|
60
|
+
backButtonName?: any;
|
|
61
|
+
onBackButtonClick?: any;
|
|
62
|
+
shadow?: any;
|
|
63
|
+
hideDownloadButton?: any;
|
|
64
|
+
onPaymentSuccess?: any;
|
|
65
|
+
invoiceQuoteViewComponent?: any;
|
|
66
|
+
onInvoiceDownloadError?: any;
|
|
67
|
+
onInvoiceLoaded?: any;
|
|
68
|
+
onQuoteLoaded?: any;
|
|
106
69
|
}>;
|
|
107
70
|
export declare const HideDownloadButton: Story;
|
|
108
71
|
export declare const AcceptedQuote: Story;
|
|
109
72
|
export declare const AcceptedQuoteDarkMode: Story;
|
|
110
|
-
export declare const DarkMode: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
111
|
-
|
|
112
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
113
|
-
backButtonName?: string | undefined;
|
|
114
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
115
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
116
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
117
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
118
|
-
className?: string | undefined;
|
|
119
|
-
hideDownloadButton?: boolean | undefined;
|
|
120
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
121
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
73
|
+
export declare const DarkMode: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
74
|
+
[x: string]: any;
|
|
122
75
|
}, {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
76
|
+
[x: string]: any;
|
|
77
|
+
className?: any;
|
|
78
|
+
id?: any;
|
|
79
|
+
backButtonName?: any;
|
|
80
|
+
onBackButtonClick?: any;
|
|
81
|
+
shadow?: any;
|
|
82
|
+
hideDownloadButton?: any;
|
|
83
|
+
onPaymentSuccess?: any;
|
|
84
|
+
invoiceQuoteViewComponent?: any;
|
|
85
|
+
onInvoiceDownloadError?: any;
|
|
86
|
+
onInvoiceLoaded?: any;
|
|
87
|
+
onQuoteLoaded?: any;
|
|
134
88
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const handlers: import("msw/lib/core/GraphQLHandler-
|
|
1
|
+
export declare const handlers: import("msw/lib/core/GraphQLHandler-noP9MRWa").G[];
|
package/dist/esm/index.js
CHANGED
|
@@ -142,7 +142,7 @@ var BrandContext = createContext({
|
|
|
142
142
|
});
|
|
143
143
|
|
|
144
144
|
// This will be replaced at build time by rollup-plugin-replace
|
|
145
|
-
var PACKAGE_VERSION = '1.0.62-beta.
|
|
145
|
+
var PACKAGE_VERSION = '1.0.62-beta.3';
|
|
146
146
|
var createRequestHeaders = function (token) {
|
|
147
147
|
var _a;
|
|
148
148
|
var bearerToken = token ? "Bearer ".concat(token) : null;
|
|
@@ -1,134 +1,88 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { Meta, StoryObj } from "@storybook/react";
|
|
3
2
|
import Quote from "./Quote";
|
|
4
3
|
declare const meta: Meta<typeof Quote>;
|
|
5
4
|
export default meta;
|
|
6
5
|
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const Default: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
8
|
-
|
|
9
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
10
|
-
backButtonName?: string | undefined;
|
|
11
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
12
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
13
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
14
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
15
|
-
className?: string | undefined;
|
|
16
|
-
hideDownloadButton?: boolean | undefined;
|
|
17
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
18
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
6
|
+
export declare const Default: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
7
|
+
[x: string]: any;
|
|
19
8
|
}, {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
className?: any;
|
|
11
|
+
id?: any;
|
|
12
|
+
backButtonName?: any;
|
|
13
|
+
onBackButtonClick?: any;
|
|
14
|
+
shadow?: any;
|
|
15
|
+
hideDownloadButton?: any;
|
|
16
|
+
onPaymentSuccess?: any;
|
|
17
|
+
invoiceQuoteViewComponent?: any;
|
|
18
|
+
onInvoiceDownloadError?: any;
|
|
19
|
+
onInvoiceLoaded?: any;
|
|
20
|
+
onQuoteLoaded?: any;
|
|
31
21
|
}>;
|
|
32
|
-
export declare const NoShadow: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
33
|
-
|
|
34
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
35
|
-
backButtonName?: string | undefined;
|
|
36
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
37
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
38
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
39
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
40
|
-
className?: string | undefined;
|
|
41
|
-
hideDownloadButton?: boolean | undefined;
|
|
42
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
43
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
22
|
+
export declare const NoShadow: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
23
|
+
[x: string]: any;
|
|
44
24
|
}, {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
className?: any;
|
|
27
|
+
id?: any;
|
|
28
|
+
backButtonName?: any;
|
|
29
|
+
onBackButtonClick?: any;
|
|
30
|
+
shadow?: any;
|
|
31
|
+
hideDownloadButton?: any;
|
|
32
|
+
onPaymentSuccess?: any;
|
|
33
|
+
invoiceQuoteViewComponent?: any;
|
|
34
|
+
onInvoiceDownloadError?: any;
|
|
35
|
+
onInvoiceLoaded?: any;
|
|
36
|
+
onQuoteLoaded?: any;
|
|
56
37
|
}>;
|
|
57
|
-
export declare const Mobile: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
58
|
-
|
|
59
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
60
|
-
backButtonName?: string | undefined;
|
|
61
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
62
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
63
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
64
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
65
|
-
className?: string | undefined;
|
|
66
|
-
hideDownloadButton?: boolean | undefined;
|
|
67
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
68
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
38
|
+
export declare const Mobile: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
39
|
+
[x: string]: any;
|
|
69
40
|
}, {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
className?: any;
|
|
43
|
+
id?: any;
|
|
44
|
+
backButtonName?: any;
|
|
45
|
+
onBackButtonClick?: any;
|
|
46
|
+
shadow?: any;
|
|
47
|
+
hideDownloadButton?: any;
|
|
48
|
+
onPaymentSuccess?: any;
|
|
49
|
+
invoiceQuoteViewComponent?: any;
|
|
50
|
+
onInvoiceDownloadError?: any;
|
|
51
|
+
onInvoiceLoaded?: any;
|
|
52
|
+
onQuoteLoaded?: any;
|
|
81
53
|
}>;
|
|
82
|
-
export declare const CustomClassName: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
83
|
-
|
|
84
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
85
|
-
backButtonName?: string | undefined;
|
|
86
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
87
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
88
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
89
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
90
|
-
className?: string | undefined;
|
|
91
|
-
hideDownloadButton?: boolean | undefined;
|
|
92
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
93
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
54
|
+
export declare const CustomClassName: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
55
|
+
[x: string]: any;
|
|
94
56
|
}, {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
57
|
+
[x: string]: any;
|
|
58
|
+
className?: any;
|
|
59
|
+
id?: any;
|
|
60
|
+
backButtonName?: any;
|
|
61
|
+
onBackButtonClick?: any;
|
|
62
|
+
shadow?: any;
|
|
63
|
+
hideDownloadButton?: any;
|
|
64
|
+
onPaymentSuccess?: any;
|
|
65
|
+
invoiceQuoteViewComponent?: any;
|
|
66
|
+
onInvoiceDownloadError?: any;
|
|
67
|
+
onInvoiceLoaded?: any;
|
|
68
|
+
onQuoteLoaded?: any;
|
|
106
69
|
}>;
|
|
107
70
|
export declare const HideDownloadButton: Story;
|
|
108
71
|
export declare const AcceptedQuote: Story;
|
|
109
72
|
export declare const AcceptedQuoteDarkMode: Story;
|
|
110
|
-
export declare const DarkMode: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-
|
|
111
|
-
|
|
112
|
-
invoiceQuoteViewComponent?: import("react").ReactNode;
|
|
113
|
-
backButtonName?: string | undefined;
|
|
114
|
-
onBackButtonClick?: (() => void) | undefined;
|
|
115
|
-
onInvoiceDownloadError?: (() => void) | undefined;
|
|
116
|
-
onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
|
|
117
|
-
shadow?: import("../../types/shadowType").ShadowType | undefined;
|
|
118
|
-
className?: string | undefined;
|
|
119
|
-
hideDownloadButton?: boolean | undefined;
|
|
120
|
-
onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
|
|
121
|
-
onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
|
|
73
|
+
export declare const DarkMode: import("@storybook/core/csf").StoryAnnotations<import("@storybook/react/dist/types-5617c98e").R, {
|
|
74
|
+
[x: string]: any;
|
|
122
75
|
}, {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
76
|
+
[x: string]: any;
|
|
77
|
+
className?: any;
|
|
78
|
+
id?: any;
|
|
79
|
+
backButtonName?: any;
|
|
80
|
+
onBackButtonClick?: any;
|
|
81
|
+
shadow?: any;
|
|
82
|
+
hideDownloadButton?: any;
|
|
83
|
+
onPaymentSuccess?: any;
|
|
84
|
+
invoiceQuoteViewComponent?: any;
|
|
85
|
+
onInvoiceDownloadError?: any;
|
|
86
|
+
onInvoiceLoaded?: any;
|
|
87
|
+
onQuoteLoaded?: any;
|
|
134
88
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const handlers: import("msw/lib/core/GraphQLHandler-
|
|
1
|
+
export declare const handlers: import("msw/lib/core/GraphQLHandler-noP9MRWa").G[];
|
package/package.json
CHANGED