@omnia/fx 8.0.152-dev → 8.0.154-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -1
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  5. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  6. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  10. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  16. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
  23. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
  24. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  26. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
  27. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  29. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +28 -2
  30. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  36. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  39. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  41. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  42. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
  43. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
  44. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +342 -0
  45. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  47. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  49. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  50. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
  51. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  52. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  54. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  55. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
  57. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  60. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  61. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
  63. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  67. package/package.json +2 -2
@@ -7,9 +7,9 @@ declare const _default: {
7
7
  type: import("vue").PropType<IIcon>;
8
8
  };
9
9
  variant: {
10
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
10
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
11
11
  } & {
12
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
12
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
13
13
  };
14
14
  closable: {
15
15
  type: import("vue").PropType<boolean>;
@@ -39,9 +39,9 @@ declare const _default: {
39
39
  type: import("vue").PropType<IIcon>;
40
40
  };
41
41
  variant: {
42
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
42
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
43
43
  } & {
44
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
44
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
45
45
  };
46
46
  closable: {
47
47
  type: import("vue").PropType<boolean>;
@@ -78,9 +78,9 @@ declare const _default: {
78
78
  type: import("vue").PropType<IIcon>;
79
79
  };
80
80
  variant: {
81
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
81
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
82
82
  } & {
83
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
83
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
84
84
  };
85
85
  closable: {
86
86
  type: import("vue").PropType<boolean>;
@@ -114,9 +114,9 @@ declare const _default: {
114
114
  type: import("vue").PropType<IIcon>;
115
115
  };
116
116
  variant: {
117
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
117
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
118
118
  } & {
119
- type: import("vue").PropType<"warning" | "error" | "info" | "success">;
119
+ type: import("vue").PropType<"info" | "error" | "warning" | "success">;
120
120
  };
121
121
  closable: {
122
122
  type: import("vue").PropType<boolean>;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  "v-model"?: boolean;
147
147
  "onUpdate:modelValue"?: (value: boolean) => any;
148
148
  modelValue?: boolean;
149
- variant?: "warning" | "error" | "info" | "success";
149
+ variant?: "info" | "error" | "warning" | "success";
150
150
  closable?: boolean;
151
151
  }>, never>;
152
152
  };
@@ -518,10 +518,10 @@ declare const _default: {
518
518
  colorSchemaType?: any;
519
519
  colors?: any;
520
520
  } & {
521
+ block?: boolean;
521
522
  text?: string;
522
523
  icon?: ButtonIconOptions;
523
524
  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";
@@ -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<"top" | "center" | "bottom">;
15
+ type: import("vue").PropType<"center" | "top" | "bottom">;
16
16
  };
17
17
  alignY: {
18
- type: import("vue").PropType<"top" | "center" | "bottom">;
18
+ type: import("vue").PropType<"center" | "top" | "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<"top" | "center" | "bottom">;
65
+ type: import("vue").PropType<"center" | "top" | "bottom">;
66
66
  };
67
67
  alignY: {
68
- type: import("vue").PropType<"top" | "center" | "bottom">;
68
+ type: import("vue").PropType<"center" | "top" | "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<"top" | "center" | "bottom">;
126
+ type: import("vue").PropType<"center" | "top" | "bottom">;
127
127
  };
128
128
  alignY: {
129
- type: import("vue").PropType<"top" | "center" | "bottom">;
129
+ type: import("vue").PropType<"center" | "top" | "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<"top" | "center" | "bottom">;
184
+ type: import("vue").PropType<"center" | "top" | "bottom">;
185
185
  };
186
186
  alignY: {
187
- type: import("vue").PropType<"top" | "center" | "bottom">;
187
+ type: import("vue").PropType<"center" | "top" | "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?: "top" | "center" | "bottom";
238
+ alignY?: "center" | "top" | "bottom";
239
239
  grow?: number;
240
240
  toned?: boolean;
241
241
  "min-width"?: string;
242
- "align-y"?: "top" | "center" | "bottom";
242
+ "align-y"?: "center" | "top" | "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<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">;
15
+ type: import("vue").PropType<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">;
16
16
  } & {
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">;
17
+ type: import("vue").PropType<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">;
18
18
  };
19
19
  lg: {
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">;
20
+ type: import("vue").PropType<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">;
21
21
  } & {
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">;
22
+ type: import("vue").PropType<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">;
23
23
  };
24
24
  md: {
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">;
25
+ type: import("vue").PropType<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">;
26
26
  } & {
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">;
27
+ type: import("vue").PropType<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">;
28
28
  };
29
29
  sm: {
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">;
30
+ type: import("vue").PropType<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">;
31
31
  } & {
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">;
32
+ type: import("vue").PropType<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">;
33
33
  };
34
34
  xs: {
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">;
35
+ type: import("vue").PropType<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">;
36
36
  } & {
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">;
37
+ type: import("vue").PropType<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">;
38
38
  };
39
39
  cols: {
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">;
40
+ type: import("vue").PropType<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">;
41
41
  } & {
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">;
42
+ type: import("vue").PropType<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">;
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<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
57
+ type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
58
58
  };
59
59
  alignSelf: {
60
- type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
60
+ type: import("vue").PropType<"center" | "start" | "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<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">;
86
+ type: import("vue").PropType<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">;
87
87
  } & {
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">;
88
+ type: import("vue").PropType<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">;
89
89
  };
90
90
  lg: {
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">;
91
+ type: import("vue").PropType<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">;
92
92
  } & {
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">;
93
+ type: import("vue").PropType<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">;
94
94
  };
95
95
  md: {
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">;
96
+ type: import("vue").PropType<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">;
97
97
  } & {
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">;
98
+ type: import("vue").PropType<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">;
99
99
  };
100
100
  sm: {
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">;
101
+ type: import("vue").PropType<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">;
102
102
  } & {
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">;
103
+ type: import("vue").PropType<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">;
104
104
  };
105
105
  xs: {
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">;
106
+ type: import("vue").PropType<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">;
107
107
  } & {
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">;
108
+ type: import("vue").PropType<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">;
109
109
  };
110
110
  cols: {
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">;
111
+ type: import("vue").PropType<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">;
112
112
  } & {
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">;
113
+ type: import("vue").PropType<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">;
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<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
128
+ type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
129
129
  };
130
130
  alignSelf: {
131
- type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
131
+ type: import("vue").PropType<"center" | "start" | "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<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">;
168
+ type: import("vue").PropType<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">;
169
169
  } & {
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">;
170
+ type: import("vue").PropType<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">;
171
171
  };
172
172
  lg: {
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">;
173
+ type: import("vue").PropType<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">;
174
174
  } & {
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">;
175
+ type: import("vue").PropType<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">;
176
176
  };
177
177
  md: {
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">;
178
+ type: import("vue").PropType<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">;
179
179
  } & {
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">;
180
+ type: import("vue").PropType<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">;
181
181
  };
182
182
  sm: {
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">;
183
+ type: import("vue").PropType<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">;
184
184
  } & {
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">;
185
+ type: import("vue").PropType<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">;
186
186
  };
187
187
  xs: {
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">;
188
+ type: import("vue").PropType<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">;
189
189
  } & {
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">;
190
+ type: import("vue").PropType<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">;
191
191
  };
192
192
  cols: {
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">;
193
+ type: import("vue").PropType<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">;
194
194
  } & {
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">;
195
+ type: import("vue").PropType<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">;
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<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
210
+ type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
211
211
  };
212
212
  alignSelf: {
213
- type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
213
+ type: import("vue").PropType<"center" | "start" | "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<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">;
247
+ type: import("vue").PropType<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">;
248
248
  } & {
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">;
249
+ type: import("vue").PropType<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">;
250
250
  };
251
251
  lg: {
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">;
252
+ type: import("vue").PropType<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">;
253
253
  } & {
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">;
254
+ type: import("vue").PropType<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">;
255
255
  };
256
256
  md: {
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">;
257
+ type: import("vue").PropType<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">;
258
258
  } & {
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">;
259
+ type: import("vue").PropType<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">;
260
260
  };
261
261
  sm: {
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">;
262
+ type: import("vue").PropType<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">;
263
263
  } & {
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">;
264
+ type: import("vue").PropType<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">;
265
265
  };
266
266
  xs: {
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">;
267
+ type: import("vue").PropType<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">;
268
268
  } & {
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">;
269
+ type: import("vue").PropType<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">;
270
270
  };
271
271
  cols: {
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">;
272
+ type: import("vue").PropType<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">;
273
273
  } & {
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">;
274
+ type: import("vue").PropType<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">;
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<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
289
+ type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
290
290
  };
291
291
  alignSelf: {
292
- type: import("vue").PropType<"start" | "center" | "end" | "auto" | "stretch" | "baseline">;
292
+ type: import("vue").PropType<"center" | "start" | "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?: 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";
316
+ xs?: 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";
317
+ sm?: 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";
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";
318
321
  class?: String | String[];
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";
322
+ alignSelf?: "center" | "start" | "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?: 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";
328
+ cols?: 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";
329
+ "align-self"?: "center" | "start" | "end" | "auto" | "stretch" | "baseline";
330
330
  }>, never>;
331
331
  };
332
332
  export default _default;