@bunnyapp/components 1.6.0-beta.5 → 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 +1 -4
- package/dist/esm/index.js +1 -4
- package/package.json +1 -1
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.
|
|
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
|
|
@@ -23801,9 +23801,6 @@ const isPriceListDisabled = ({ priceList, upgradingSubscription, }) => {
|
|
|
23801
23801
|
!canPurchaseFeatureAddons &&
|
|
23802
23802
|
!canPurchasePlanAddons);
|
|
23803
23803
|
}
|
|
23804
|
-
else if (existingSubscriptionInTrialExpired) {
|
|
23805
|
-
return true;
|
|
23806
|
-
}
|
|
23807
23804
|
else {
|
|
23808
23805
|
return false;
|
|
23809
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.
|
|
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
|
|
@@ -23799,9 +23799,6 @@ const isPriceListDisabled = ({ priceList, upgradingSubscription, }) => {
|
|
|
23799
23799
|
!canPurchaseFeatureAddons &&
|
|
23800
23800
|
!canPurchasePlanAddons);
|
|
23801
23801
|
}
|
|
23802
|
-
else if (existingSubscriptionInTrialExpired) {
|
|
23803
|
-
return true;
|
|
23804
|
-
}
|
|
23805
23802
|
else {
|
|
23806
23803
|
return false;
|
|
23807
23804
|
}
|
package/package.json
CHANGED