@namiml/web-sdk 3.3.9-dev.202603120541 → 3.3.9-dev.202603120556

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.
@@ -135,6 +135,7 @@ export type TResponsiveGrid = TBaseComponent & {
135
135
  export type TToggleSwitch = TBaseComponent & {
136
136
  component: 'toggleSwitch';
137
137
  checked?: boolean;
138
+ formId: string;
138
139
  innerPadding?: TVariablePattern | number;
139
140
  activeHandleFillColor?: string;
140
141
  activeHandleBorderColor?: string;
@@ -27,6 +27,9 @@ export declare enum NamiFlowActionFunction {
27
27
  PAUSE = "flowPause",
28
28
  RESUME = "flowResume"
29
29
  }
30
+ export declare const HandoffTag: {
31
+ readonly SEQUENCE: "__handoff_sequence__";
32
+ };
30
33
  export type NamiFlowHandoffStepHandler = (handoffTag: string, handoffData?: Record<string, any>) => void;
31
34
  export type NamiFlowEventHandler = (eventHandler: Record<string, any>) => void;
32
35
  export interface NamiFlowDTO {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@namiml/web-sdk",
3
3
  "type": "module",
4
- "version": "3.3.9-dev.202603120541",
4
+ "version": "3.3.9-dev.202603120556",
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": {