ov25-setup 0.1.6 → 0.1.7
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { LayoutType } from '../../lib/config/preview-config';
|
|
2
2
|
export type PreviewLayoutType = LayoutType;
|
|
3
3
|
export type FormCarouselDisplayMode = 'none' | 'carousel' | 'stacked';
|
|
4
|
-
export type FormConfiguratorDisplayMode = 'inline' | 'sheet' | 'variants-only-sheet';
|
|
5
|
-
export type FormConfiguratorDisplayModeMobile = 'inline' | 'drawer' | 'variants-only-sheet';
|
|
4
|
+
export type FormConfiguratorDisplayMode = 'inline' | 'sheet' | 'modal' | 'variants-only-sheet';
|
|
5
|
+
export type FormConfiguratorDisplayModeMobile = 'inline' | 'drawer' | 'modal' | 'variants-only-sheet';
|
|
6
6
|
export type FormVariantDisplayMode = 'wizard' | 'list' | 'tabs' | 'accordion' | 'tree';
|
|
7
7
|
export interface SelectorFormState {
|
|
8
8
|
enabled: boolean;
|
package/dist/index.js
CHANGED
|
@@ -26147,10 +26147,12 @@ const Uu = [
|
|
|
26147
26147
|
], YP = [
|
|
26148
26148
|
{ value: "inline", label: "Inline" },
|
|
26149
26149
|
{ value: "sheet", label: "Sheet" },
|
|
26150
|
+
{ value: "modal", label: "Modal" },
|
|
26150
26151
|
{ value: "variants-only-sheet", label: "Variants only sheet" }
|
|
26151
26152
|
], qP = [
|
|
26152
26153
|
{ value: "inline", label: "Inline" },
|
|
26153
26154
|
{ value: "drawer", label: "Drawer" },
|
|
26155
|
+
{ value: "modal", label: "Modal" },
|
|
26154
26156
|
{ value: "variants-only-sheet", label: "Variants only sheet" }
|
|
26155
26157
|
], KP = [
|
|
26156
26158
|
{ value: "single-button", label: "Single" },
|