@namiml/web-sdk 3.3.9-dev.202603122330 → 3.3.9-dev.202603130039

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.
@@ -152,7 +152,6 @@ export type TToggleSwitch = TBaseComponent & {
152
152
  inactivePlateBorderWidth?: number;
153
153
  inactivePlateBorderRadius?: number;
154
154
  disabled?: boolean;
155
- formId?: string;
156
155
  };
157
156
  export type TRadioButton = TBaseComponent & {
158
157
  component: 'radio';
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.202603122330",
4
+ "version": "3.3.9-dev.202603130039",
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": {