@gem-sdk/components 2.5.11 → 2.5.12
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/third-party/setting/RechargeSubscriptions.js +5 -0
- package/dist/cjs/third-party/setting/SubifySubscriptionsApp.js +5 -0
- package/dist/esm/third-party/setting/RechargeSubscriptions.js +5 -0
- package/dist/esm/third-party/setting/SubifySubscriptionsApp.js +5 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -2456,6 +2456,7 @@ type RechargeSubscriptionsProps = BaseProps<{
|
|
|
2456
2456
|
align?: ObjectDevices<AlignProp>;
|
|
2457
2457
|
openApp?: any;
|
|
2458
2458
|
install?: any;
|
|
2459
|
+
productHandle?: string;
|
|
2459
2460
|
}>;
|
|
2460
2461
|
declare const RechargeSubscriptions$1: React.FC<RechargeSubscriptionsProps>;
|
|
2461
2462
|
|
|
@@ -2986,6 +2987,7 @@ type SubifySubscriptionsAppProps = BaseProps<{
|
|
|
2986
2987
|
install?: any;
|
|
2987
2988
|
appBlockId?: string;
|
|
2988
2989
|
widgetType?: string;
|
|
2990
|
+
productHandle?: string;
|
|
2989
2991
|
}>;
|
|
2990
2992
|
declare const SubifySubscriptionsApp$1: React.FC<SubifySubscriptionsAppProps>;
|
|
2991
2993
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "prettier --write \"./src/**/*.{ts,tsx}\""
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@gem-sdk/core": "2.5.
|
|
24
|
+
"@gem-sdk/core": "2.5.12",
|
|
25
25
|
"@gem-sdk/styles": "2.4.8",
|
|
26
26
|
"@types/react-transition-group": "^4.4.5"
|
|
27
27
|
},
|