@omnia/fx 8.0.161-dev → 8.0.163-dev
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/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -92,9 +92,9 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<object>;
|
93
93
|
};
|
94
94
|
variant: {
|
95
|
-
type: import("vue").PropType<"primary" | "default" | "
|
95
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
96
96
|
} & {
|
97
|
-
type: import("vue").PropType<"primary" | "default" | "
|
97
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
98
98
|
};
|
99
99
|
target: {
|
100
100
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -214,9 +214,9 @@ declare const _default: {
|
|
214
214
|
type: import("vue").PropType<object>;
|
215
215
|
};
|
216
216
|
variant: {
|
217
|
-
type: import("vue").PropType<"primary" | "default" | "
|
217
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
218
218
|
} & {
|
219
|
-
type: import("vue").PropType<"primary" | "default" | "
|
219
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
220
220
|
};
|
221
221
|
target: {
|
222
222
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -347,9 +347,9 @@ declare const _default: {
|
|
347
347
|
type: import("vue").PropType<object>;
|
348
348
|
};
|
349
349
|
variant: {
|
350
|
-
type: import("vue").PropType<"primary" | "default" | "
|
350
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
351
351
|
} & {
|
352
|
-
type: import("vue").PropType<"primary" | "default" | "
|
352
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
353
353
|
};
|
354
354
|
target: {
|
355
355
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -477,9 +477,9 @@ declare const _default: {
|
|
477
477
|
type: import("vue").PropType<object>;
|
478
478
|
};
|
479
479
|
variant: {
|
480
|
-
type: import("vue").PropType<"primary" | "default" | "
|
480
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
481
481
|
} & {
|
482
|
-
type: import("vue").PropType<"primary" | "default" | "
|
482
|
+
type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
|
483
483
|
};
|
484
484
|
target: {
|
485
485
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -518,10 +518,10 @@ declare const _default: {
|
|
518
518
|
colorSchemaType?: any;
|
519
519
|
colors?: any;
|
520
520
|
} & {
|
521
|
-
block?: boolean;
|
522
521
|
text?: string;
|
523
522
|
icon?: ButtonIconOptions;
|
524
523
|
class?: String | String[];
|
524
|
+
block?: boolean;
|
525
525
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
526
526
|
href?: string;
|
527
527
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
@@ -531,7 +531,7 @@ declare const _default: {
|
|
531
531
|
disabled?: boolean;
|
532
532
|
blueprint?: ButtonBlueprint;
|
533
533
|
toned?: boolean;
|
534
|
-
variant?: "primary" | "default" | "
|
534
|
+
variant?: "menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim";
|
535
535
|
grouped?: boolean;
|
536
536
|
loading?: boolean;
|
537
537
|
overrides?: object;
|
@@ -12,10 +12,10 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
13
13
|
};
|
14
14
|
"align-y": {
|
15
|
-
type: import("vue").PropType<"
|
15
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
16
16
|
};
|
17
17
|
alignY: {
|
18
|
-
type: import("vue").PropType<"
|
18
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
19
19
|
};
|
20
20
|
"min-width": {
|
21
21
|
type: import("vue").PropType<string>;
|
@@ -62,10 +62,10 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
63
63
|
};
|
64
64
|
"align-y": {
|
65
|
-
type: import("vue").PropType<"
|
65
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
66
66
|
};
|
67
67
|
alignY: {
|
68
|
-
type: import("vue").PropType<"
|
68
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
69
69
|
};
|
70
70
|
"min-width": {
|
71
71
|
type: import("vue").PropType<string>;
|
@@ -123,10 +123,10 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
124
124
|
};
|
125
125
|
"align-y": {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
127
127
|
};
|
128
128
|
alignY: {
|
129
|
-
type: import("vue").PropType<"
|
129
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
130
130
|
};
|
131
131
|
"min-width": {
|
132
132
|
type: import("vue").PropType<string>;
|
@@ -181,10 +181,10 @@ declare const _default: {
|
|
181
181
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
182
182
|
};
|
183
183
|
"align-y": {
|
184
|
-
type: import("vue").PropType<"
|
184
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
185
185
|
};
|
186
186
|
alignY: {
|
187
|
-
type: import("vue").PropType<"
|
187
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
188
188
|
};
|
189
189
|
"min-width": {
|
190
190
|
type: import("vue").PropType<string>;
|
@@ -235,11 +235,11 @@ declare const _default: {
|
|
235
235
|
margin?: Spacing | SpacingValue;
|
236
236
|
padding?: Spacing | SpacingValue;
|
237
237
|
filled?: boolean;
|
238
|
-
alignY?: "
|
238
|
+
alignY?: "top" | "center" | "bottom";
|
239
239
|
grow?: number;
|
240
240
|
toned?: boolean;
|
241
241
|
"min-width"?: string;
|
242
|
-
"align-y"?: "
|
242
|
+
"align-y"?: "top" | "center" | "bottom";
|
243
243
|
}>, never>;
|
244
244
|
};
|
245
245
|
export default _default;
|
@@ -12,34 +12,34 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
13
13
|
};
|
14
14
|
xl: {
|
15
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
15
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
16
16
|
} & {
|
17
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
17
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
18
18
|
};
|
19
19
|
lg: {
|
20
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
20
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
21
21
|
} & {
|
22
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
22
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
23
23
|
};
|
24
24
|
md: {
|
25
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
25
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
26
26
|
} & {
|
27
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
27
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
28
28
|
};
|
29
29
|
sm: {
|
30
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
30
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
31
31
|
} & {
|
32
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
32
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
33
33
|
};
|
34
34
|
xs: {
|
35
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
35
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
36
36
|
} & {
|
37
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
37
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
38
38
|
};
|
39
39
|
cols: {
|
40
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
40
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
41
41
|
} & {
|
42
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
42
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
43
43
|
};
|
44
44
|
variant: {
|
45
45
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -54,10 +54,10 @@ declare const _default: {
|
|
54
54
|
type: import("vue").PropType<boolean>;
|
55
55
|
};
|
56
56
|
"align-self": {
|
57
|
-
type: import("vue").PropType<"
|
57
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
58
58
|
};
|
59
59
|
alignSelf: {
|
60
|
-
type: import("vue").PropType<"
|
60
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
61
61
|
};
|
62
62
|
filled: {
|
63
63
|
type: import("vue").PropType<boolean>;
|
@@ -83,34 +83,34 @@ declare const _default: {
|
|
83
83
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
84
84
|
};
|
85
85
|
xl: {
|
86
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
86
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
87
87
|
} & {
|
88
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
88
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
89
89
|
};
|
90
90
|
lg: {
|
91
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
91
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
92
92
|
} & {
|
93
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
93
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
94
94
|
};
|
95
95
|
md: {
|
96
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
96
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
97
97
|
} & {
|
98
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
98
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
99
99
|
};
|
100
100
|
sm: {
|
101
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
101
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
102
102
|
} & {
|
103
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
103
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
104
104
|
};
|
105
105
|
xs: {
|
106
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
106
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
107
107
|
} & {
|
108
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
108
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
109
109
|
};
|
110
110
|
cols: {
|
111
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
111
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
112
112
|
} & {
|
113
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
113
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
114
114
|
};
|
115
115
|
variant: {
|
116
116
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -125,10 +125,10 @@ declare const _default: {
|
|
125
125
|
type: import("vue").PropType<boolean>;
|
126
126
|
};
|
127
127
|
"align-self": {
|
128
|
-
type: import("vue").PropType<"
|
128
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
129
129
|
};
|
130
130
|
alignSelf: {
|
131
|
-
type: import("vue").PropType<"
|
131
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
132
132
|
};
|
133
133
|
filled: {
|
134
134
|
type: import("vue").PropType<boolean>;
|
@@ -165,34 +165,34 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
166
166
|
};
|
167
167
|
xl: {
|
168
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
168
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
169
169
|
} & {
|
170
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
170
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
171
171
|
};
|
172
172
|
lg: {
|
173
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
173
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
174
174
|
} & {
|
175
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
175
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
176
176
|
};
|
177
177
|
md: {
|
178
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
178
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
179
179
|
} & {
|
180
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
180
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
181
181
|
};
|
182
182
|
sm: {
|
183
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
183
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
184
184
|
} & {
|
185
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
185
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
186
186
|
};
|
187
187
|
xs: {
|
188
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
188
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
189
189
|
} & {
|
190
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
190
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
191
191
|
};
|
192
192
|
cols: {
|
193
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
193
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
194
194
|
} & {
|
195
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
195
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
196
196
|
};
|
197
197
|
variant: {
|
198
198
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -207,10 +207,10 @@ declare const _default: {
|
|
207
207
|
type: import("vue").PropType<boolean>;
|
208
208
|
};
|
209
209
|
"align-self": {
|
210
|
-
type: import("vue").PropType<"
|
210
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
211
211
|
};
|
212
212
|
alignSelf: {
|
213
|
-
type: import("vue").PropType<"
|
213
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
214
214
|
};
|
215
215
|
filled: {
|
216
216
|
type: import("vue").PropType<boolean>;
|
@@ -244,34 +244,34 @@ declare const _default: {
|
|
244
244
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
245
245
|
};
|
246
246
|
xl: {
|
247
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
247
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
248
248
|
} & {
|
249
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
249
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
250
250
|
};
|
251
251
|
lg: {
|
252
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
252
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
253
253
|
} & {
|
254
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
254
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
255
255
|
};
|
256
256
|
md: {
|
257
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
257
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
258
258
|
} & {
|
259
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
259
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
260
260
|
};
|
261
261
|
sm: {
|
262
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
262
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
263
263
|
} & {
|
264
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
264
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
265
265
|
};
|
266
266
|
xs: {
|
267
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
267
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
268
268
|
} & {
|
269
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
269
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
270
270
|
};
|
271
271
|
cols: {
|
272
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
272
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
273
273
|
} & {
|
274
|
-
type: import("vue").PropType<1 | 2 | 4 |
|
274
|
+
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
275
275
|
};
|
276
276
|
variant: {
|
277
277
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -286,10 +286,10 @@ declare const _default: {
|
|
286
286
|
type: import("vue").PropType<boolean>;
|
287
287
|
};
|
288
288
|
"align-self": {
|
289
|
-
type: import("vue").PropType<"
|
289
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
290
290
|
};
|
291
291
|
alignSelf: {
|
292
|
-
type: import("vue").PropType<"
|
292
|
+
type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
|
293
293
|
};
|
294
294
|
filled: {
|
295
295
|
type: import("vue").PropType<boolean>;
|
@@ -313,20 +313,20 @@ declare const _default: {
|
|
313
313
|
colorSchemaType?: any;
|
314
314
|
colors?: any;
|
315
315
|
} & {
|
316
|
-
xs?: 1 | 2 | 4 |
|
317
|
-
|
318
|
-
md?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
319
|
-
lg?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
320
|
-
xl?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
316
|
+
xs?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
317
|
+
xl?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
321
318
|
class?: String | String[];
|
322
|
-
|
319
|
+
sm?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
320
|
+
md?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
321
|
+
lg?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
322
|
+
alignSelf?: "start" | "center" | "end" | "auto" | "stretch" | "baseline";
|
323
323
|
margin?: Spacing | SpacingValue;
|
324
324
|
padding?: Spacing | SpacingValue;
|
325
325
|
filled?: boolean;
|
326
326
|
toned?: boolean;
|
327
327
|
variant?: "default" | "grid";
|
328
|
-
cols?: 1 | 2 | 4 |
|
329
|
-
"align-self"?: "
|
328
|
+
cols?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
329
|
+
"align-self"?: "start" | "center" | "end" | "auto" | "stretch" | "baseline";
|
330
330
|
}>, never>;
|
331
331
|
};
|
332
332
|
export default _default;
|