@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 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.2';
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-a5624094").R, {
8
- id?: string | undefined;
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
- className?: string | undefined;
21
- id?: string | undefined;
22
- backButtonName?: string | undefined;
23
- onBackButtonClick?: (() => void) | undefined;
24
- shadow?: import("../../types/shadowType").ShadowType | undefined;
25
- hideDownloadButton?: boolean | undefined;
26
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
27
- invoiceQuoteViewComponent?: import("react").ReactNode;
28
- onInvoiceDownloadError?: (() => void) | undefined;
29
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
30
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
33
- id?: string | undefined;
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
- className?: string | undefined;
46
- id?: string | undefined;
47
- backButtonName?: string | undefined;
48
- onBackButtonClick?: (() => void) | undefined;
49
- shadow?: import("../../types/shadowType").ShadowType | undefined;
50
- hideDownloadButton?: boolean | undefined;
51
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
52
- invoiceQuoteViewComponent?: import("react").ReactNode;
53
- onInvoiceDownloadError?: (() => void) | undefined;
54
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
55
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
58
- id?: string | undefined;
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
- className?: string | undefined;
71
- id?: string | undefined;
72
- backButtonName?: string | undefined;
73
- onBackButtonClick?: (() => void) | undefined;
74
- shadow?: import("../../types/shadowType").ShadowType | undefined;
75
- hideDownloadButton?: boolean | undefined;
76
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
77
- invoiceQuoteViewComponent?: import("react").ReactNode;
78
- onInvoiceDownloadError?: (() => void) | undefined;
79
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
80
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
83
- id?: string | undefined;
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
- className?: string | undefined;
96
- id?: string | undefined;
97
- backButtonName?: string | undefined;
98
- onBackButtonClick?: (() => void) | undefined;
99
- shadow?: import("../../types/shadowType").ShadowType | undefined;
100
- hideDownloadButton?: boolean | undefined;
101
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
102
- invoiceQuoteViewComponent?: import("react").ReactNode;
103
- onInvoiceDownloadError?: (() => void) | undefined;
104
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
105
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
111
- id?: string | undefined;
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
- className?: string | undefined;
124
- id?: string | undefined;
125
- backButtonName?: string | undefined;
126
- onBackButtonClick?: (() => void) | undefined;
127
- shadow?: import("../../types/shadowType").ShadowType | undefined;
128
- hideDownloadButton?: boolean | undefined;
129
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
130
- invoiceQuoteViewComponent?: import("react").ReactNode;
131
- onInvoiceDownloadError?: (() => void) | undefined;
132
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
133
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-C5CUIS_N").G[];
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.2';
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-a5624094").R, {
8
- id?: string | undefined;
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
- className?: string | undefined;
21
- id?: string | undefined;
22
- backButtonName?: string | undefined;
23
- onBackButtonClick?: (() => void) | undefined;
24
- shadow?: import("../../types/shadowType").ShadowType | undefined;
25
- hideDownloadButton?: boolean | undefined;
26
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
27
- invoiceQuoteViewComponent?: import("react").ReactNode;
28
- onInvoiceDownloadError?: (() => void) | undefined;
29
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
30
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
33
- id?: string | undefined;
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
- className?: string | undefined;
46
- id?: string | undefined;
47
- backButtonName?: string | undefined;
48
- onBackButtonClick?: (() => void) | undefined;
49
- shadow?: import("../../types/shadowType").ShadowType | undefined;
50
- hideDownloadButton?: boolean | undefined;
51
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
52
- invoiceQuoteViewComponent?: import("react").ReactNode;
53
- onInvoiceDownloadError?: (() => void) | undefined;
54
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
55
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
58
- id?: string | undefined;
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
- className?: string | undefined;
71
- id?: string | undefined;
72
- backButtonName?: string | undefined;
73
- onBackButtonClick?: (() => void) | undefined;
74
- shadow?: import("../../types/shadowType").ShadowType | undefined;
75
- hideDownloadButton?: boolean | undefined;
76
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
77
- invoiceQuoteViewComponent?: import("react").ReactNode;
78
- onInvoiceDownloadError?: (() => void) | undefined;
79
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
80
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
83
- id?: string | undefined;
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
- className?: string | undefined;
96
- id?: string | undefined;
97
- backButtonName?: string | undefined;
98
- onBackButtonClick?: (() => void) | undefined;
99
- shadow?: import("../../types/shadowType").ShadowType | undefined;
100
- hideDownloadButton?: boolean | undefined;
101
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
102
- invoiceQuoteViewComponent?: import("react").ReactNode;
103
- onInvoiceDownloadError?: (() => void) | undefined;
104
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
105
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-a5624094").R, {
111
- id?: string | undefined;
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
- className?: string | undefined;
124
- id?: string | undefined;
125
- backButtonName?: string | undefined;
126
- onBackButtonClick?: (() => void) | undefined;
127
- shadow?: import("../../types/shadowType").ShadowType | undefined;
128
- hideDownloadButton?: boolean | undefined;
129
- onPaymentSuccess?: ((savePaymentMethod?: boolean | undefined) => void) | undefined;
130
- invoiceQuoteViewComponent?: import("react").ReactNode;
131
- onInvoiceDownloadError?: (() => void) | undefined;
132
- onInvoiceLoaded?: ((formattedInvoice: import("@bunnyapp/common").FormattedInvoice) => void) | undefined;
133
- onQuoteLoaded?: ((formattedQuote: import("@bunnyapp/common").FormattedQuote) => void) | undefined;
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-C5CUIS_N").G[];
1
+ export declare const handlers: import("msw/lib/core/GraphQLHandler-noP9MRWa").G[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunnyapp/components",
3
- "version": "1.0.62-beta.2",
3
+ "version": "1.0.62-beta.3",
4
4
  "description": "Components from the Bunny portal to embed Bunny UI functionality into your application.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",