@hook-sdk/template 0.27.0 → 0.28.1
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/index.cjs +365 -146
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +417 -198
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -175,7 +175,7 @@ interface SkipDefaults {
|
|
|
175
175
|
declare function skipOnboarding(hook: HookContextValue, defaults: SkipDefaults, appSlug: string): Promise<void>;
|
|
176
176
|
declare function DevSkipOnboardingFab({ defaults }: {
|
|
177
177
|
defaults: SkipDefaults;
|
|
178
|
-
}): react_jsx_runtime.JSX.Element;
|
|
178
|
+
}): react_jsx_runtime.JSX.Element | null;
|
|
179
179
|
|
|
180
180
|
declare function PaymentReturnHandler({ children }: {
|
|
181
181
|
children: ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -175,7 +175,7 @@ interface SkipDefaults {
|
|
|
175
175
|
declare function skipOnboarding(hook: HookContextValue, defaults: SkipDefaults, appSlug: string): Promise<void>;
|
|
176
176
|
declare function DevSkipOnboardingFab({ defaults }: {
|
|
177
177
|
defaults: SkipDefaults;
|
|
178
|
-
}): react_jsx_runtime.JSX.Element;
|
|
178
|
+
}): react_jsx_runtime.JSX.Element | null;
|
|
179
179
|
|
|
180
180
|
declare function PaymentReturnHandler({ children }: {
|
|
181
181
|
children: ReactNode;
|