@bunnyapp/components 1.5.0-beta.11.1 → 1.5.0-beta.11.2

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
@@ -154,7 +154,7 @@ var BrandContext = react.createContext({
154
154
  });
155
155
 
156
156
  // This will be replaced at build time by rollup-plugin-replace
157
- var PACKAGE_VERSION = '1.5.0-beta.6';
157
+ var PACKAGE_VERSION = '1.5.0-beta.11.1';
158
158
  var createRequestHeaders = function (token) {
159
159
  var headers = createClientDevHeaders({ token: token });
160
160
  // Add the components version header
@@ -11,7 +11,7 @@ declare const SubscriptionsWrapper: ({ handlePortalErrors, companyName, isInPrev
11
11
  className?: string | undefined;
12
12
  styles?: {
13
13
  gap?: number | undefined;
14
- shadow?: "none" | "sm" | "md" | "lg" | undefined;
14
+ shadow?: "none" | "lg" | "md" | "sm" | undefined;
15
15
  subscriptionProductNameStyle?: import("react").CSSProperties | undefined;
16
16
  } | undefined;
17
17
  noSubscriptionsComponent?: React.ReactNode;
@@ -43,7 +43,7 @@ export declare const filterUniqueFeatures: ({ availablePriceLists, }: {
43
43
  isVisible?: boolean | undefined;
44
44
  monthlyBasePrice: number;
45
45
  name: string;
46
- periodMonths: 0 | 1 | 6 | 3 | 12;
46
+ periodMonths: 0 | 1 | 3 | 6 | 12;
47
47
  planId: string;
48
48
  priceAdjustmentAction?: import("@bunnyapp/common").PriceAdjustmentAction | undefined;
49
49
  priceAdjustmentActionOptions?: string[] | undefined;
package/dist/esm/index.js CHANGED
@@ -143,7 +143,7 @@ var BrandContext = createContext({
143
143
  });
144
144
 
145
145
  // This will be replaced at build time by rollup-plugin-replace
146
- var PACKAGE_VERSION = '1.5.0-beta.6';
146
+ var PACKAGE_VERSION = '1.5.0-beta.11.1';
147
147
  var createRequestHeaders = function (token) {
148
148
  var headers = createClientDevHeaders({ token: token });
149
149
  // Add the components version header
@@ -11,7 +11,7 @@ declare const SubscriptionsWrapper: ({ handlePortalErrors, companyName, isInPrev
11
11
  className?: string | undefined;
12
12
  styles?: {
13
13
  gap?: number | undefined;
14
- shadow?: "none" | "sm" | "md" | "lg" | undefined;
14
+ shadow?: "none" | "lg" | "md" | "sm" | undefined;
15
15
  subscriptionProductNameStyle?: import("react").CSSProperties | undefined;
16
16
  } | undefined;
17
17
  noSubscriptionsComponent?: React.ReactNode;
@@ -43,7 +43,7 @@ export declare const filterUniqueFeatures: ({ availablePriceLists, }: {
43
43
  isVisible?: boolean | undefined;
44
44
  monthlyBasePrice: number;
45
45
  name: string;
46
- periodMonths: 0 | 1 | 6 | 3 | 12;
46
+ periodMonths: 0 | 1 | 3 | 6 | 12;
47
47
  planId: string;
48
48
  priceAdjustmentAction?: import("@bunnyapp/common").PriceAdjustmentAction | undefined;
49
49
  priceAdjustmentActionOptions?: string[] | undefined;
package/dist/index.d.ts CHANGED
@@ -184,7 +184,7 @@ declare const SubscriptionsWrapper: ({ handlePortalErrors, companyName, isInPrev
184
184
  className?: string | undefined;
185
185
  styles?: {
186
186
  gap?: number | undefined;
187
- shadow?: "none" | "sm" | "md" | "lg" | undefined;
187
+ shadow?: "none" | "lg" | "md" | "sm" | undefined;
188
188
  subscriptionProductNameStyle?: react.CSSProperties | undefined;
189
189
  } | undefined;
190
190
  noSubscriptionsComponent?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunnyapp/components",
3
- "version": "1.5.0-beta.11.1",
3
+ "version": "1.5.0-beta.11.2",
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",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ant-design/icons": "^5.6.1",
67
- "@bunnyapp/common": "1.5.0-beta.4",
67
+ "@bunnyapp/common": "1.5.0-beta.6",
68
68
  "@fortawesome/fontawesome-svg-core": "^6.7.2",
69
69
  "@fortawesome/free-brands-svg-icons": "^6.7.2",
70
70
  "@fortawesome/free-regular-svg-icons": "^6.7.2",