@bunnyapp/components 1.6.0-beta.4 → 1.6.0-beta.5

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
@@ -52,7 +52,7 @@ var css_248z = ":root {\n --row-background: #ffffff;\n --row-background-altern
52
52
  styleInject(css_248z);
53
53
 
54
54
  // This will be replaced at build time by rollup-plugin-replace
55
- const PACKAGE_VERSION = '1.6.0-beta.3';
55
+ const PACKAGE_VERSION = '1.6.0-beta.4';
56
56
  const createRequestHeaders = (token) => {
57
57
  const headers = createClientDevHeaders({ token });
58
58
  // Add the components version header
@@ -22478,6 +22478,7 @@ const QuantityDrawerContainer = ({ subscriptions, quantityDrawerOpen, setQuantit
22478
22478
  const handleDrawerClose = () => {
22479
22479
  if (updatingChargeQuantityId) {
22480
22480
  setUpdatingChargeQuantityId(undefined);
22481
+ setEditingQuoteData(undefined);
22481
22482
  }
22482
22483
  setQuantityDrawerOpen(false);
22483
22484
  };
package/dist/esm/index.js CHANGED
@@ -50,7 +50,7 @@ var css_248z = ":root {\n --row-background: #ffffff;\n --row-background-altern
50
50
  styleInject(css_248z);
51
51
 
52
52
  // This will be replaced at build time by rollup-plugin-replace
53
- const PACKAGE_VERSION = '1.6.0-beta.3';
53
+ const PACKAGE_VERSION = '1.6.0-beta.4';
54
54
  const createRequestHeaders = (token) => {
55
55
  const headers = createClientDevHeaders({ token });
56
56
  // Add the components version header
@@ -22476,6 +22476,7 @@ const QuantityDrawerContainer = ({ subscriptions, quantityDrawerOpen, setQuantit
22476
22476
  const handleDrawerClose = () => {
22477
22477
  if (updatingChargeQuantityId) {
22478
22478
  setUpdatingChargeQuantityId(undefined);
22479
+ setEditingQuoteData(undefined);
22479
22480
  }
22480
22481
  setQuantityDrawerOpen(false);
22481
22482
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunnyapp/components",
3
- "version": "1.6.0-beta.4",
3
+ "version": "1.6.0-beta.5",
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",