@namiml/web-sdk 3.3.9 → 3.4.0-dev.202603232321
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/components/Paywall.d.ts +7 -1
- package/dist/nami-web.cjs +82 -32
- package/dist/nami-web.mjs +82 -32
- package/dist/nami-web.umd.js +61 -11
- package/dist/types/paywall.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/paywall.d.ts
CHANGED
|
@@ -142,6 +142,7 @@ export type TInitialState = {
|
|
|
142
142
|
currentPage: string;
|
|
143
143
|
fullScreenPresentation?: boolean;
|
|
144
144
|
isLoggedIn?: boolean;
|
|
145
|
+
presentationStyle?: NamiPresentationStyle;
|
|
145
146
|
presentation_style?: NamiPresentationStyle;
|
|
146
147
|
[key: string]: any;
|
|
147
148
|
groups: InitiateStateGroup[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@namiml/web-sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.4.0-dev.202603232321",
|
|
5
5
|
"source": "src/nami-web.ts",
|
|
6
6
|
"description": "Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web",
|
|
7
7
|
"scripts": {
|