@omnia/fx 8.0.127-dev → 8.0.129-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.
Files changed (135) hide show
  1. package/internal-do-not-import-from-here/core/Factory.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/index.d.ts +2 -4
  3. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  4. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  6. package/internal-do-not-import-from-here/index.d.ts +16 -18
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  9. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  10. package/internal-do-not-import-from-here/services/index.d.ts +0 -1
  11. package/internal-do-not-import-from-here/{core → shared/factory}/DefineFactory.d.ts +1 -1
  12. package/internal-do-not-import-from-here/{core → shared/factory}/Inject.d.ts +2 -2
  13. package/internal-do-not-import-from-here/{core → shared/factory}/ServiceContainer.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/factory/index.d.ts +4 -0
  15. package/internal-do-not-import-from-here/shared/index.d.ts +3 -0
  16. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBus.d.ts +1 -1
  17. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBusMediator.d.ts +1 -1
  18. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +2 -0
  19. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +19 -0
  20. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +9 -0
  21. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  22. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +23 -0
  23. package/internal-do-not-import-from-here/shared/models/Messaging.js +2 -0
  24. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +1 -1
  25. package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -0
  26. package/internal-do-not-import-from-here/shared/models/index.js +2 -0
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  28. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  29. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  30. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  31. package/internal-do-not-import-from-here/shared/utils/index.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  35. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  36. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  38. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +10 -10
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +10 -10
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +10 -10
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +10 -10
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +10 -10
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +10 -10
  56. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  58. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  68. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  81. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +10 -10
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  90. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  93. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  95. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  100. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  101. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  102. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  103. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  104. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  105. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  106. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  107. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  108. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  112. package/package.json +2 -2
  113. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  114. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  115. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  116. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  117. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  118. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  119. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  120. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  121. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  122. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  123. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  124. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  125. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  126. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  127. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  128. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  129. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  130. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  131. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  132. package/internal-do-not-import-from-here/{core → shared/factory}/Injectable.d.ts +0 -0
  133. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  134. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  135. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -44,6 +44,7 @@ declare const _default: {
44
44
  includes: (searchElement: string, fromIndex?: number) => boolean;
45
45
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
46
46
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
47
+ at: (index: number) => string;
47
48
  [Symbol.iterator]: () => IterableIterator<string>;
48
49
  readonly [Symbol.unscopables]: {
49
50
  readonly [x: number]: boolean;
@@ -70,11 +71,10 @@ declare const _default: {
70
71
  includes?: boolean;
71
72
  flatMap?: boolean;
72
73
  flat?: boolean;
74
+ at?: boolean;
73
75
  [Symbol.iterator]?: boolean;
74
76
  readonly [Symbol.unscopables]?: boolean;
75
- at?: boolean;
76
77
  };
77
- at: (index: number) => string;
78
78
  }> | Readonly<import("vue").ExtractPropTypes<{
79
79
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
80
80
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
@@ -122,6 +122,7 @@ declare const _default: {
122
122
  includes: (searchElement: string, fromIndex?: number) => boolean;
123
123
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
124
124
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
125
+ at: (index: number) => string;
125
126
  [Symbol.iterator]: () => IterableIterator<string>;
126
127
  readonly [Symbol.unscopables]: {
127
128
  readonly [x: number]: boolean;
@@ -148,11 +149,10 @@ declare const _default: {
148
149
  includes?: boolean;
149
150
  flatMap?: boolean;
150
151
  flat?: boolean;
152
+ at?: boolean;
151
153
  [Symbol.iterator]?: boolean;
152
154
  readonly [Symbol.unscopables]?: boolean;
153
- at?: boolean;
154
155
  };
155
- at: (index: number) => string;
156
156
  } | import("vue").ExtractPropTypes<{
157
157
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
158
158
  }>>, {} | {}, true, {}, {}, {
@@ -207,6 +207,7 @@ declare const _default: {
207
207
  includes: (searchElement: string, fromIndex?: number) => boolean;
208
208
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
209
209
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
210
+ at: (index: number) => string;
210
211
  [Symbol.iterator]: () => IterableIterator<string>;
211
212
  readonly [Symbol.unscopables]: {
212
213
  readonly [x: number]: boolean;
@@ -233,11 +234,10 @@ declare const _default: {
233
234
  includes?: boolean;
234
235
  flatMap?: boolean;
235
236
  flat?: boolean;
237
+ at?: boolean;
236
238
  [Symbol.iterator]?: boolean;
237
239
  readonly [Symbol.unscopables]?: boolean;
238
- at?: boolean;
239
240
  };
240
- at: (index: number) => string;
241
241
  }> | Readonly<import("vue").ExtractPropTypes<{
242
242
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
243
243
  }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
@@ -289,6 +289,7 @@ declare const _default: {
289
289
  includes: (searchElement: string, fromIndex?: number) => boolean;
290
290
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
291
291
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
292
+ at: (index: number) => string;
292
293
  [Symbol.iterator]: () => IterableIterator<string>;
293
294
  readonly [Symbol.unscopables]: {
294
295
  readonly [x: number]: boolean;
@@ -315,11 +316,10 @@ declare const _default: {
315
316
  includes?: boolean;
316
317
  flatMap?: boolean;
317
318
  flat?: boolean;
319
+ at?: boolean;
318
320
  [Symbol.iterator]?: boolean;
319
321
  readonly [Symbol.unscopables]?: boolean;
320
- at?: boolean;
321
322
  };
322
- at: (index: number) => string;
323
323
  }> | Readonly<import("vue").ExtractPropTypes<{
324
324
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
325
325
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -368,6 +368,7 @@ declare const _default: {
368
368
  includes: (searchElement: string, fromIndex?: number) => boolean;
369
369
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
370
370
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
371
+ at: (index: number) => string;
371
372
  [Symbol.iterator]: () => IterableIterator<string>;
372
373
  readonly [Symbol.unscopables]: {
373
374
  readonly [x: number]: boolean;
@@ -394,11 +395,10 @@ declare const _default: {
394
395
  includes?: boolean;
395
396
  flatMap?: boolean;
396
397
  flat?: boolean;
398
+ at?: boolean;
397
399
  [Symbol.iterator]?: boolean;
398
400
  readonly [Symbol.unscopables]?: boolean;
399
- at?: boolean;
400
401
  };
401
- at: (index: number) => string;
402
402
  }>, never> | Omit<Readonly<{} & {
403
403
  readonly [x: string]: unknown;
404
404
  readonly [x: number]: unknown;
@@ -44,6 +44,7 @@ declare const _default: {
44
44
  includes: (searchElement: string, fromIndex?: number) => boolean;
45
45
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
46
46
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
47
+ at: (index: number) => string;
47
48
  [Symbol.iterator]: () => IterableIterator<string>;
48
49
  readonly [Symbol.unscopables]: {
49
50
  readonly [x: number]: boolean;
@@ -70,11 +71,10 @@ declare const _default: {
70
71
  includes?: boolean;
71
72
  flatMap?: boolean;
72
73
  flat?: boolean;
74
+ at?: boolean;
73
75
  [Symbol.iterator]?: boolean;
74
76
  readonly [Symbol.unscopables]?: boolean;
75
- at?: boolean;
76
77
  };
77
- at: (index: number) => string;
78
78
  }> | Readonly<import("vue").ExtractPropTypes<{
79
79
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
80
80
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
@@ -122,6 +122,7 @@ declare const _default: {
122
122
  includes: (searchElement: string, fromIndex?: number) => boolean;
123
123
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
124
124
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
125
+ at: (index: number) => string;
125
126
  [Symbol.iterator]: () => IterableIterator<string>;
126
127
  readonly [Symbol.unscopables]: {
127
128
  readonly [x: number]: boolean;
@@ -148,11 +149,10 @@ declare const _default: {
148
149
  includes?: boolean;
149
150
  flatMap?: boolean;
150
151
  flat?: boolean;
152
+ at?: boolean;
151
153
  [Symbol.iterator]?: boolean;
152
154
  readonly [Symbol.unscopables]?: boolean;
153
- at?: boolean;
154
155
  };
155
- at: (index: number) => string;
156
156
  } | import("vue").ExtractPropTypes<{
157
157
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
158
158
  }>>, {} | {}, true, {}, {}, {
@@ -207,6 +207,7 @@ declare const _default: {
207
207
  includes: (searchElement: string, fromIndex?: number) => boolean;
208
208
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
209
209
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
210
+ at: (index: number) => string;
210
211
  [Symbol.iterator]: () => IterableIterator<string>;
211
212
  readonly [Symbol.unscopables]: {
212
213
  readonly [x: number]: boolean;
@@ -233,11 +234,10 @@ declare const _default: {
233
234
  includes?: boolean;
234
235
  flatMap?: boolean;
235
236
  flat?: boolean;
237
+ at?: boolean;
236
238
  [Symbol.iterator]?: boolean;
237
239
  readonly [Symbol.unscopables]?: boolean;
238
- at?: boolean;
239
240
  };
240
- at: (index: number) => string;
241
241
  }> | Readonly<import("vue").ExtractPropTypes<{
242
242
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
243
243
  }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
@@ -289,6 +289,7 @@ declare const _default: {
289
289
  includes: (searchElement: string, fromIndex?: number) => boolean;
290
290
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
291
291
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
292
+ at: (index: number) => string;
292
293
  [Symbol.iterator]: () => IterableIterator<string>;
293
294
  readonly [Symbol.unscopables]: {
294
295
  readonly [x: number]: boolean;
@@ -315,11 +316,10 @@ declare const _default: {
315
316
  includes?: boolean;
316
317
  flatMap?: boolean;
317
318
  flat?: boolean;
319
+ at?: boolean;
318
320
  [Symbol.iterator]?: boolean;
319
321
  readonly [Symbol.unscopables]?: boolean;
320
- at?: boolean;
321
322
  };
322
- at: (index: number) => string;
323
323
  }> | Readonly<import("vue").ExtractPropTypes<{
324
324
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
325
325
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -368,6 +368,7 @@ declare const _default: {
368
368
  includes: (searchElement: string, fromIndex?: number) => boolean;
369
369
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
370
370
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
371
+ at: (index: number) => string;
371
372
  [Symbol.iterator]: () => IterableIterator<string>;
372
373
  readonly [Symbol.unscopables]: {
373
374
  readonly [x: number]: boolean;
@@ -394,11 +395,10 @@ declare const _default: {
394
395
  includes?: boolean;
395
396
  flatMap?: boolean;
396
397
  flat?: boolean;
398
+ at?: boolean;
397
399
  [Symbol.iterator]?: boolean;
398
400
  readonly [Symbol.unscopables]?: boolean;
399
- at?: boolean;
400
401
  };
401
- at: (index: number) => string;
402
402
  }>, never> | Omit<Readonly<{} & {
403
403
  readonly [x: string]: unknown;
404
404
  readonly [x: number]: unknown;
@@ -44,6 +44,7 @@ declare const _default: {
44
44
  includes: (searchElement: string, fromIndex?: number) => boolean;
45
45
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
46
46
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
47
+ at: (index: number) => string;
47
48
  [Symbol.iterator]: () => IterableIterator<string>;
48
49
  readonly [Symbol.unscopables]: {
49
50
  readonly [x: number]: boolean;
@@ -70,11 +71,10 @@ declare const _default: {
70
71
  includes?: boolean;
71
72
  flatMap?: boolean;
72
73
  flat?: boolean;
74
+ at?: boolean;
73
75
  [Symbol.iterator]?: boolean;
74
76
  readonly [Symbol.unscopables]?: boolean;
75
- at?: boolean;
76
77
  };
77
- at: (index: number) => string;
78
78
  }> | Readonly<import("vue").ExtractPropTypes<{
79
79
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
80
80
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
@@ -122,6 +122,7 @@ declare const _default: {
122
122
  includes: (searchElement: string, fromIndex?: number) => boolean;
123
123
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
124
124
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
125
+ at: (index: number) => string;
125
126
  [Symbol.iterator]: () => IterableIterator<string>;
126
127
  readonly [Symbol.unscopables]: {
127
128
  readonly [x: number]: boolean;
@@ -148,11 +149,10 @@ declare const _default: {
148
149
  includes?: boolean;
149
150
  flatMap?: boolean;
150
151
  flat?: boolean;
152
+ at?: boolean;
151
153
  [Symbol.iterator]?: boolean;
152
154
  readonly [Symbol.unscopables]?: boolean;
153
- at?: boolean;
154
155
  };
155
- at: (index: number) => string;
156
156
  } | import("vue").ExtractPropTypes<{
157
157
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
158
158
  }>>, {} | {}, true, {}, {}, {
@@ -207,6 +207,7 @@ declare const _default: {
207
207
  includes: (searchElement: string, fromIndex?: number) => boolean;
208
208
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
209
209
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
210
+ at: (index: number) => string;
210
211
  [Symbol.iterator]: () => IterableIterator<string>;
211
212
  readonly [Symbol.unscopables]: {
212
213
  readonly [x: number]: boolean;
@@ -233,11 +234,10 @@ declare const _default: {
233
234
  includes?: boolean;
234
235
  flatMap?: boolean;
235
236
  flat?: boolean;
237
+ at?: boolean;
236
238
  [Symbol.iterator]?: boolean;
237
239
  readonly [Symbol.unscopables]?: boolean;
238
- at?: boolean;
239
240
  };
240
- at: (index: number) => string;
241
241
  }> | Readonly<import("vue").ExtractPropTypes<{
242
242
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
243
243
  }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
@@ -289,6 +289,7 @@ declare const _default: {
289
289
  includes: (searchElement: string, fromIndex?: number) => boolean;
290
290
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
291
291
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
292
+ at: (index: number) => string;
292
293
  [Symbol.iterator]: () => IterableIterator<string>;
293
294
  readonly [Symbol.unscopables]: {
294
295
  readonly [x: number]: boolean;
@@ -315,11 +316,10 @@ declare const _default: {
315
316
  includes?: boolean;
316
317
  flatMap?: boolean;
317
318
  flat?: boolean;
319
+ at?: boolean;
318
320
  [Symbol.iterator]?: boolean;
319
321
  readonly [Symbol.unscopables]?: boolean;
320
- at?: boolean;
321
322
  };
322
- at: (index: number) => string;
323
323
  }> | Readonly<import("vue").ExtractPropTypes<{
324
324
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
325
325
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -368,6 +368,7 @@ declare const _default: {
368
368
  includes: (searchElement: string, fromIndex?: number) => boolean;
369
369
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
370
370
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
371
+ at: (index: number) => string;
371
372
  [Symbol.iterator]: () => IterableIterator<string>;
372
373
  readonly [Symbol.unscopables]: {
373
374
  readonly [x: number]: boolean;
@@ -394,11 +395,10 @@ declare const _default: {
394
395
  includes?: boolean;
395
396
  flatMap?: boolean;
396
397
  flat?: boolean;
398
+ at?: boolean;
397
399
  [Symbol.iterator]?: boolean;
398
400
  readonly [Symbol.unscopables]?: boolean;
399
- at?: boolean;
400
401
  };
401
- at: (index: number) => string;
402
402
  }>, never> | Omit<Readonly<{} & {
403
403
  readonly [x: string]: unknown;
404
404
  readonly [x: number]: unknown;
@@ -44,6 +44,7 @@ declare const _default: {
44
44
  includes: (searchElement: string, fromIndex?: number) => boolean;
45
45
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
46
46
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
47
+ at: (index: number) => string;
47
48
  [Symbol.iterator]: () => IterableIterator<string>;
48
49
  readonly [Symbol.unscopables]: {
49
50
  readonly [x: number]: boolean;
@@ -70,11 +71,10 @@ declare const _default: {
70
71
  includes?: boolean;
71
72
  flatMap?: boolean;
72
73
  flat?: boolean;
74
+ at?: boolean;
73
75
  [Symbol.iterator]?: boolean;
74
76
  readonly [Symbol.unscopables]?: boolean;
75
- at?: boolean;
76
77
  };
77
- at: (index: number) => string;
78
78
  }> | Readonly<import("vue").ExtractPropTypes<{
79
79
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
80
80
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
@@ -122,6 +122,7 @@ declare const _default: {
122
122
  includes: (searchElement: string, fromIndex?: number) => boolean;
123
123
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
124
124
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
125
+ at: (index: number) => string;
125
126
  [Symbol.iterator]: () => IterableIterator<string>;
126
127
  readonly [Symbol.unscopables]: {
127
128
  readonly [x: number]: boolean;
@@ -148,11 +149,10 @@ declare const _default: {
148
149
  includes?: boolean;
149
150
  flatMap?: boolean;
150
151
  flat?: boolean;
152
+ at?: boolean;
151
153
  [Symbol.iterator]?: boolean;
152
154
  readonly [Symbol.unscopables]?: boolean;
153
- at?: boolean;
154
155
  };
155
- at: (index: number) => string;
156
156
  } | import("vue").ExtractPropTypes<{
157
157
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
158
158
  }>>, {} | {}, true, {}, {}, {
@@ -207,6 +207,7 @@ declare const _default: {
207
207
  includes: (searchElement: string, fromIndex?: number) => boolean;
208
208
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
209
209
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
210
+ at: (index: number) => string;
210
211
  [Symbol.iterator]: () => IterableIterator<string>;
211
212
  readonly [Symbol.unscopables]: {
212
213
  readonly [x: number]: boolean;
@@ -233,11 +234,10 @@ declare const _default: {
233
234
  includes?: boolean;
234
235
  flatMap?: boolean;
235
236
  flat?: boolean;
237
+ at?: boolean;
236
238
  [Symbol.iterator]?: boolean;
237
239
  readonly [Symbol.unscopables]?: boolean;
238
- at?: boolean;
239
240
  };
240
- at: (index: number) => string;
241
241
  }> | Readonly<import("vue").ExtractPropTypes<{
242
242
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
243
243
  }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
@@ -289,6 +289,7 @@ declare const _default: {
289
289
  includes: (searchElement: string, fromIndex?: number) => boolean;
290
290
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
291
291
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
292
+ at: (index: number) => string;
292
293
  [Symbol.iterator]: () => IterableIterator<string>;
293
294
  readonly [Symbol.unscopables]: {
294
295
  readonly [x: number]: boolean;
@@ -315,11 +316,10 @@ declare const _default: {
315
316
  includes?: boolean;
316
317
  flatMap?: boolean;
317
318
  flat?: boolean;
319
+ at?: boolean;
318
320
  [Symbol.iterator]?: boolean;
319
321
  readonly [Symbol.unscopables]?: boolean;
320
- at?: boolean;
321
322
  };
322
- at: (index: number) => string;
323
323
  }> | Readonly<import("vue").ExtractPropTypes<{
324
324
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
325
325
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -368,6 +368,7 @@ declare const _default: {
368
368
  includes: (searchElement: string, fromIndex?: number) => boolean;
369
369
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
370
370
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
371
+ at: (index: number) => string;
371
372
  [Symbol.iterator]: () => IterableIterator<string>;
372
373
  readonly [Symbol.unscopables]: {
373
374
  readonly [x: number]: boolean;
@@ -394,11 +395,10 @@ declare const _default: {
394
395
  includes?: boolean;
395
396
  flatMap?: boolean;
396
397
  flat?: boolean;
398
+ at?: boolean;
397
399
  [Symbol.iterator]?: boolean;
398
400
  readonly [Symbol.unscopables]?: boolean;
399
- at?: boolean;
400
401
  };
401
- at: (index: number) => string;
402
402
  }>, never> | Omit<Readonly<{} & {
403
403
  readonly [x: string]: unknown;
404
404
  readonly [x: number]: unknown;
@@ -451,10 +451,10 @@ declare const _default: {
451
451
  typography?: "title" | "text" | "navigation" | TypographyTypes;
452
452
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
453
453
  placeholder?: string;
454
+ toned?: boolean;
454
455
  "v-model"?: string;
455
456
  "onUpdate:modelValue"?: (value: string) => any;
456
457
  modelValue?: string;
457
- toned?: boolean;
458
458
  hideToolbar?: boolean;
459
459
  "hide-toolbar"?: boolean;
460
460
  }>, never>;
@@ -37,9 +37,9 @@ declare const _default: {
37
37
  type: import("vue").PropType<boolean>;
38
38
  };
39
39
  variant: {
40
- type: import("vue").PropType<"chrome" | "default" | "app">;
40
+ type: import("vue").PropType<"default" | "app" | "chrome">;
41
41
  } & {
42
- type: import("vue").PropType<"chrome" | "default" | "app">;
42
+ type: import("vue").PropType<"default" | "app" | "chrome">;
43
43
  };
44
44
  absolute: {
45
45
  type: import("vue").PropType<boolean>;
@@ -100,9 +100,9 @@ declare const _default: {
100
100
  type: import("vue").PropType<boolean>;
101
101
  };
102
102
  variant: {
103
- type: import("vue").PropType<"chrome" | "default" | "app">;
103
+ type: import("vue").PropType<"default" | "app" | "chrome">;
104
104
  } & {
105
- type: import("vue").PropType<"chrome" | "default" | "app">;
105
+ type: import("vue").PropType<"default" | "app" | "chrome">;
106
106
  };
107
107
  absolute: {
108
108
  type: import("vue").PropType<boolean>;
@@ -171,9 +171,9 @@ declare const _default: {
171
171
  type: import("vue").PropType<boolean>;
172
172
  };
173
173
  variant: {
174
- type: import("vue").PropType<"chrome" | "default" | "app">;
174
+ type: import("vue").PropType<"default" | "app" | "chrome">;
175
175
  } & {
176
- type: import("vue").PropType<"chrome" | "default" | "app">;
176
+ type: import("vue").PropType<"default" | "app" | "chrome">;
177
177
  };
178
178
  absolute: {
179
179
  type: import("vue").PropType<boolean>;
@@ -239,9 +239,9 @@ declare const _default: {
239
239
  type: import("vue").PropType<boolean>;
240
240
  };
241
241
  variant: {
242
- type: import("vue").PropType<"chrome" | "default" | "app">;
242
+ type: import("vue").PropType<"default" | "app" | "chrome">;
243
243
  } & {
244
- type: import("vue").PropType<"chrome" | "default" | "app">;
244
+ type: import("vue").PropType<"default" | "app" | "chrome">;
245
245
  };
246
246
  absolute: {
247
247
  type: import("vue").PropType<boolean>;
@@ -286,7 +286,7 @@ declare const _default: {
286
286
  } & {
287
287
  actionButtons?: Func<[VNodeChild]>;
288
288
  };
289
- variant?: "chrome" | "default" | "app";
289
+ variant?: "default" | "app" | "chrome";
290
290
  subTitle?: string;
291
291
  "sub-title"?: string;
292
292
  navigationExpanded?: boolean;
@@ -167,9 +167,9 @@ declare const _default: {
167
167
  color?: string;
168
168
  class?: String | String[];
169
169
  size?: "small" | "default" | "large" | "x-large" | "x-small";
170
- gradient?: boolean;
171
- toned?: boolean;
172
170
  colorType?: "base" | "onBase" | "container" | "onContainer";
171
+ toned?: boolean;
172
+ gradient?: boolean;
173
173
  "color-type"?: "base" | "onBase" | "container" | "onContainer";
174
174
  }>, never>;
175
175
  };
@@ -497,10 +497,10 @@ declare const _default: {
497
497
  animation?: "flip" | "spin" | "beat" | "bounce";
498
498
  tooltip?: ButtonTooltipOptions;
499
499
  active?: boolean;
500
+ toned?: boolean;
500
501
  blueprint?: ButtonBlueprint;
501
502
  variant?: "default" | "menu" | "opacity" | "toolbar" | "prominent" | "dial" | "slim";
502
503
  grouped?: boolean;
503
- toned?: boolean;
504
504
  loading?: boolean;
505
505
  overrides?: object;
506
506
  preset?: "cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "ok" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
@@ -214,6 +214,7 @@ declare const _default: {
214
214
  toggle?: boolean;
215
215
  class?: String | String[];
216
216
  mandatory?: boolean;
217
+ toned?: boolean;
217
218
  "v-model"?: any;
218
219
  "onUpdate:modelValue"?: (value: any) => any;
219
220
  modelValue?: any;
@@ -223,7 +224,6 @@ declare const _default: {
223
224
  activator?: () => VNodeChild;
224
225
  };
225
226
  variant?: "default" | "settings" | "dial";
226
- toned?: boolean;
227
227
  }>, never>;
228
228
  };
229
229
  export default _default;
@@ -123,12 +123,12 @@ declare const _default: {
123
123
  } & {
124
124
  class?: String | String[];
125
125
  height?: string | number;
126
+ toned?: boolean;
126
127
  "v-slots"?: {
127
128
  default?: import("../../DefineVueTypings").Slot<any[]>;
128
129
  } & {
129
130
  actions?: () => VNodeChild;
130
131
  };
131
- toned?: boolean;
132
132
  }>, never>;
133
133
  };
134
134
  export default _default;
@@ -269,8 +269,8 @@ declare const _default: {
269
269
  } & {
270
270
  disabled?: boolean;
271
271
  value?: any;
272
- label?: string;
273
272
  class?: String | String[];
273
+ label?: string;
274
274
  "v-model"?: string[] | MaybeComputedRef<boolean>;
275
275
  "onUpdate:modelValue"?: (value: string[] | MaybeComputedRef<boolean>) => any;
276
276
  modelValue?: string[] | MaybeComputedRef<boolean>;
@@ -263,6 +263,7 @@ declare const _default: {
263
263
  disabled?: boolean;
264
264
  label?: boolean;
265
265
  size?: "small" | "default" | "large" | "x-large" | "x-small";
266
+ toned?: boolean;
266
267
  gradient?: boolean;
267
268
  "v-slots"?: {
268
269
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -270,7 +271,6 @@ declare const _default: {
270
271
  prependAvatar?: Func<[VNodeChild]>;
271
272
  appendAvatar?: Func<[VNodeChild]>;
272
273
  };
273
- toned?: boolean;
274
274
  closable?: boolean;
275
275
  }>, "onClick:close"> & {
276
276
  "onClick:close"?: (e: MouseEvent) => any;
@@ -212,8 +212,8 @@ declare const _default: {
212
212
  colorSchemaType?: any;
213
213
  colors?: any;
214
214
  } & {
215
- label?: string;
216
215
  class?: String | String[];
216
+ label?: string;
217
217
  "v-model"?: string;
218
218
  "onUpdate:modelValue"?: (value: string) => any;
219
219
  modelValue?: string;
@@ -323,8 +323,8 @@ declare const _default: {
323
323
  margin?: Spacing | SpacingValue;
324
324
  padding?: Spacing | SpacingValue;
325
325
  filled?: boolean;
326
- variant?: "default" | "grid";
327
326
  toned?: boolean;
327
+ variant?: "default" | "grid";
328
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
329
  "align-self"?: "center" | "start" | "end" | "auto" | "stretch" | "baseline";
330
330
  }>, never>;