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

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.5';
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
  };
@@ -23800,9 +23801,6 @@ const isPriceListDisabled = ({ priceList, upgradingSubscription, }) => {
23800
23801
  !canPurchaseFeatureAddons &&
23801
23802
  !canPurchasePlanAddons);
23802
23803
  }
23803
- else if (existingSubscriptionInTrialExpired) {
23804
- return true;
23805
- }
23806
23804
  else {
23807
23805
  return false;
23808
23806
  }
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.5';
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
  };
@@ -23798,9 +23799,6 @@ const isPriceListDisabled = ({ priceList, upgradingSubscription, }) => {
23798
23799
  !canPurchaseFeatureAddons &&
23799
23800
  !canPurchasePlanAddons);
23800
23801
  }
23801
- else if (existingSubscriptionInTrialExpired) {
23802
- return true;
23803
- }
23804
23802
  else {
23805
23803
  return false;
23806
23804
  }
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.6",
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",