@adyen/bento-vue3 1.87.1 → 1.88.0

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 (74) hide show
  1. package/dist/@types/index.d.ts +127 -66
  2. package/dist/action-bar.js +1 -1
  3. package/dist/assets/accordion-item.css +1 -1
  4. package/dist/assets/action-bar.css +1 -1
  5. package/dist/assets/base-modal.css +1 -1
  6. package/dist/assets/button-actions.css +1 -1
  7. package/dist/assets/card.css +1 -1
  8. package/dist/assets/data-grid.css +1 -1
  9. package/dist/assets/dialog-page.css +1 -1
  10. package/dist/assets/dropdown.css +1 -1
  11. package/dist/assets/file-uploader.css +1 -1
  12. package/dist/assets/inspector.css +1 -1
  13. package/dist/assets/modal-fullscreen.css +1 -1
  14. package/dist/assets/radio-input.css +1 -1
  15. package/dist/assets/sidepanel.css +1 -1
  16. package/dist/chunks/action-bar.BS2cJzG_.js +355 -0
  17. package/dist/chunks/action-bar.BS2cJzG_.js.map +1 -0
  18. package/dist/chunks/{code-snippet.Dl1MEedz.js → code-snippet.CJDFfbit.js} +2 -2
  19. package/dist/chunks/{code-snippet.Dl1MEedz.js.map → code-snippet.CJDFfbit.js.map} +1 -1
  20. package/dist/chunks/{data-grid.DKys-Nai.js → data-grid.CWop1cFU.js} +412 -405
  21. package/dist/chunks/data-grid.CWop1cFU.js.map +1 -0
  22. package/dist/chunks/{date-picker.D5B_SECc.js → date-picker.BtNEBZfS.js} +11 -11
  23. package/dist/chunks/{date-picker.D5B_SECc.js.map → date-picker.BtNEBZfS.js.map} +1 -1
  24. package/dist/chunks/{date-range-picker.CHq6WwCb.js → date-range-picker.DVpgkLuA.js} +21 -21
  25. package/dist/chunks/{date-range-picker.CHq6WwCb.js.map → date-range-picker.DVpgkLuA.js.map} +1 -1
  26. package/dist/chunks/{dropdown-tag.CwSzUwa7.js → dropdown-tag.DyKf9OvB.js} +2 -2
  27. package/dist/chunks/{dropdown-tag.CwSzUwa7.js.map → dropdown-tag.DyKf9OvB.js.map} +1 -1
  28. package/dist/chunks/{dropdown.Bdw2B-Cw.js → dropdown.BXbfqIpi.js} +179 -178
  29. package/dist/chunks/dropdown.BXbfqIpi.js.map +1 -0
  30. package/dist/chunks/{filter-bar.CuN1cxZZ.js → filter-bar.l5_cF2g4.js} +7 -7
  31. package/dist/chunks/{filter-bar.CuN1cxZZ.js.map → filter-bar.l5_cF2g4.js.map} +1 -1
  32. package/dist/chunks/{header-with-views.BwhK4MPe.js → header-with-views.RTgwVY-Y.js} +2 -2
  33. package/dist/chunks/{header-with-views.BwhK4MPe.js.map → header-with-views.RTgwVY-Y.js.map} +1 -1
  34. package/dist/chunks/{input-field-password.CKhqGBVB.js → input-field-password.DEWVmJBO.js} +3 -3
  35. package/dist/chunks/{input-field-password.CKhqGBVB.js.map → input-field-password.DEWVmJBO.js.map} +1 -1
  36. package/dist/chunks/{input-field-phone-number.Cailj_71.js → input-field-phone-number.CnCDyXmY.js} +3 -3
  37. package/dist/chunks/{input-field-phone-number.Cailj_71.js.map → input-field-phone-number.CnCDyXmY.js.map} +1 -1
  38. package/dist/chunks/{input-field.DqXVoKpy.js → input-field.BHdMoXK2.js} +2 -2
  39. package/dist/chunks/{input-field.DqXVoKpy.js.map → input-field.BHdMoXK2.js.map} +1 -1
  40. package/dist/chunks/{pagination.CqCd5JCe.js → pagination.DWbONyCn.js} +2 -2
  41. package/dist/chunks/{pagination.CqCd5JCe.js.map → pagination.DWbONyCn.js.map} +1 -1
  42. package/dist/chunks/{radio-group.v8mDVZ-o.js → radio-group.DEYzF6o7.js} +2 -2
  43. package/dist/chunks/{radio-group.v8mDVZ-o.js.map → radio-group.DEYzF6o7.js.map} +1 -1
  44. package/dist/chunks/{radio-input.DektLjN4.js → radio-input.FC4PVCHr.js} +36 -34
  45. package/dist/chunks/radio-input.FC4PVCHr.js.map +1 -0
  46. package/dist/chunks/{search-bar.DGpLNVng.js → search-bar.Dzrc_qhy.js} +3 -3
  47. package/dist/chunks/{search-bar.DGpLNVng.js.map → search-bar.Dzrc_qhy.js.map} +1 -1
  48. package/dist/chunks/{secondary-nav.l_60nnXA.js → secondary-nav.D2Llqw3y.js} +2 -2
  49. package/dist/chunks/{secondary-nav.l_60nnXA.js.map → secondary-nav.D2Llqw3y.js.map} +1 -1
  50. package/dist/chunks/{selection-card-group.BuA6CLom.js → selection-card-group.B3LCxON_.js} +2 -2
  51. package/dist/chunks/{selection-card-group.BuA6CLom.js.map → selection-card-group.B3LCxON_.js.map} +1 -1
  52. package/dist/code-snippet.js +1 -1
  53. package/dist/data-grid.js +1 -1
  54. package/dist/date-picker.js +1 -1
  55. package/dist/date-range-picker.js +1 -1
  56. package/dist/dropdown.js +2 -2
  57. package/dist/filter-bar.js +1 -1
  58. package/dist/header-with-views.js +1 -1
  59. package/dist/index.js +18 -18
  60. package/dist/input-field-password.js +1 -1
  61. package/dist/input-field-phone-number.js +1 -1
  62. package/dist/input-field.js +1 -1
  63. package/dist/pagination.js +1 -1
  64. package/dist/radio-group.js +2 -2
  65. package/dist/search-bar.js +2 -2
  66. package/dist/secondary-nav.js +1 -1
  67. package/dist/selection-card.js +1 -1
  68. package/dist/web-types.json +1 -1
  69. package/package.json +5 -5
  70. package/dist/chunks/action-bar.Ho_fXeXK.js +0 -209
  71. package/dist/chunks/action-bar.Ho_fXeXK.js.map +0 -1
  72. package/dist/chunks/data-grid.DKys-Nai.js.map +0 -1
  73. package/dist/chunks/dropdown.Bdw2B-Cw.js.map +0 -1
  74. package/dist/chunks/radio-input.DektLjN4.js.map +0 -1
@@ -36,7 +36,7 @@ variant: BentoLinkVariant | `${BentoLinkVariant}`;
36
36
  target: string;
37
37
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
38
38
 
39
- declare const __VLS_export: DefineComponent< {
39
+ declare const __VLS_export: __VLS_WithSlots<DefineComponent< {
40
40
  /**
41
41
  * List of actions that will be used to render the buttons.
42
42
  * Required and used for the `default` variant.
@@ -83,6 +83,28 @@ type: StringConstructor;
83
83
  default: any;
84
84
  };
85
85
  /**
86
+ * State of the action bar.
87
+ * @values start, loading, success, fail
88
+ */
89
+ state: {
90
+ type: PropType<BentoActionBarState>;
91
+ default: string;
92
+ };
93
+ /**
94
+ * Displays the undo action button in `success` state.
95
+ */
96
+ showUndoAction: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ /**
101
+ * Displays the retry action button in `fail` state.
102
+ */
103
+ showRetryAction: {
104
+ type: BooleanConstructor;
105
+ default: boolean;
106
+ };
107
+ /**
86
108
  * Variant for the action bar
87
109
  * @values default, confirmation
88
110
  */
@@ -137,6 +159,28 @@ type: StringConstructor;
137
159
  default: any;
138
160
  };
139
161
  /**
162
+ * State of the action bar.
163
+ * @values start, loading, success, fail
164
+ */
165
+ state: {
166
+ type: PropType<BentoActionBarState>;
167
+ default: string;
168
+ };
169
+ /**
170
+ * Displays the undo action button in `success` state.
171
+ */
172
+ showUndoAction: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ /**
177
+ * Displays the retry action button in `fail` state.
178
+ */
179
+ showRetryAction: {
180
+ type: BooleanConstructor;
181
+ default: boolean;
182
+ };
183
+ /**
140
184
  * Variant for the action bar
141
185
  * @values default, confirmation
142
186
  */
@@ -145,12 +189,17 @@ type: PropType<BentoActionBarVariant>;
145
189
  default: string;
146
190
  };
147
191
  }>>, {
148
- variant: BentoActionBarVariant;
192
+ variant: "default" | "confirmation";
193
+ state: "start" | "loading" | "success" | "fail";
149
194
  actions: BentoButtonActionsList;
150
195
  visibleActions: number;
151
196
  extraBottomSpacing: boolean;
152
197
  itemCounter: number;
153
198
  selectionLabel: string;
199
+ showUndoAction: boolean;
200
+ showRetryAction: boolean;
201
+ }>, {
202
+ stateLabel?: (props: {}) => any;
154
203
  }>;
155
204
 
156
205
  declare const __VLS_export_10: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToOption_6<BentoButtonActionsProps>, {
@@ -164,7 +213,7 @@ inverse: boolean;
164
213
  layout: string;
165
214
  }>;
166
215
 
167
- declare const __VLS_export_11: __VLS_WithSlots_7<DefineComponent< {
216
+ declare const __VLS_export_11: __VLS_WithSlots_8<DefineComponent< {
168
217
  /**
169
218
  * Reduces sizing of button
170
219
  */
@@ -269,7 +318,7 @@ state: "start" | "loading" | "success" | "fail" | BentoLoadingButtonState;
269
318
  iconLeft?: (props: {}) => any;
270
319
  }>;
271
320
 
272
- declare const __VLS_export_12: __VLS_WithSlots_8<DefineComponent< {
321
+ declare const __VLS_export_12: __VLS_WithSlots_9<DefineComponent< {
273
322
  /**
274
323
  * Reduces sizing of button
275
324
  */
@@ -359,7 +408,7 @@ toggled: boolean;
359
408
  }) => any;
360
409
  }>;
361
410
 
362
- declare const __VLS_export_13: __VLS_WithSlots_9<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToOption_7<{
411
+ declare const __VLS_export_13: __VLS_WithSlots_10<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToOption_7<{
363
412
  /**
364
413
  * List of actions that will be used to render the buttons.
365
414
  * First element in the list will be rendered as "primary".
@@ -522,7 +571,7 @@ clickable: boolean;
522
571
  content?: (props: {}) => any;
523
572
  }>;
524
573
 
525
- declare const __VLS_export_14: __VLS_WithSlots_10<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToOption_8<BentoDashedUnderlineProps>, {
574
+ declare const __VLS_export_14: __VLS_WithSlots_11<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToOption_8<BentoDashedUnderlineProps>, {
526
575
  popoverText: any;
527
576
  popoverTitle: any;
528
577
  popoverPosition: string;
@@ -556,7 +605,7 @@ popoverSize: "default" | "fit-content" | "large" | "small";
556
605
  'popover-content'?: (props: {}) => any;
557
606
  }>;
558
607
 
559
- declare const __VLS_export_15: __VLS_WithSlots_11<DefineComponent< {
608
+ declare const __VLS_export_15: __VLS_WithSlots_12<DefineComponent< {
560
609
  /**
561
610
  * When true, will emit a 'rowClick' event when a row is clicked. Will add cursor: pointer to rows.
562
611
  */
@@ -1270,7 +1319,7 @@ tabTitle: string;
1270
1319
  footer?: (props: {}) => any;
1271
1320
  }>;
1272
1321
 
1273
- declare const __VLS_export_16: __VLS_WithSlots_12<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToOption_9<BentoTagProps>, {
1322
+ declare const __VLS_export_16: __VLS_WithSlots_13<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToOption_9<BentoTagProps>, {
1274
1323
  label: any;
1275
1324
  truncate: any;
1276
1325
  variant: BentoTagVariant;
@@ -1339,7 +1388,7 @@ dashedUnderline: {};
1339
1388
 
1340
1389
  declare const __VLS_export_19: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
1341
1390
 
1342
- declare const __VLS_export_2: __VLS_WithSlots<DefineComponent< {
1391
+ declare const __VLS_export_2: __VLS_WithSlots_2<DefineComponent< {
1343
1392
  /**
1344
1393
  * Controls accordion title size.
1345
1394
  * @values default, small
@@ -1498,7 +1547,7 @@ quickSelectRanges: BentoDateRangePickerQuickSelectRanges;
1498
1547
  hasActions: boolean;
1499
1548
  }>;
1500
1549
 
1501
- declare const __VLS_export_23: __VLS_WithSlots_13<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToOption_15<BentoDropdownProps>, {
1550
+ declare const __VLS_export_23: __VLS_WithSlots_14<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToOption_15<BentoDropdownProps>, {
1502
1551
  ariaLabel: any;
1503
1552
  condensed: boolean;
1504
1553
  emptyState: any;
@@ -3019,7 +3068,7 @@ variant: BentoDividerVariant;
3019
3068
  variant: `${BentoDividerVariant}`;
3020
3069
  }>;
3021
3070
 
3022
- declare const __VLS_export_3: __VLS_WithSlots_2<DefineComponent< {
3071
+ declare const __VLS_export_3: __VLS_WithSlots_3<DefineComponent< {
3023
3072
  /**
3024
3073
  * Sets the title of the accordion item.
3025
3074
  */
@@ -3277,7 +3326,7 @@ modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
3277
3326
  hasError: boolean;
3278
3327
  }>;
3279
3328
 
3280
- declare const __VLS_export_31: __VLS_WithSlots_14<DefineComponent< {
3329
+ declare const __VLS_export_31: __VLS_WithSlots_15<DefineComponent< {
3281
3330
  /**
3282
3331
  * Descriptive supporting text visbile underneath the label.
3283
3332
  */
@@ -3529,7 +3578,7 @@ readonly: boolean;
3529
3578
  characterLimit: number;
3530
3579
  }>;
3531
3580
 
3532
- declare const __VLS_export_33: __VLS_WithSlots_15<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToOption_18<BentoCodeSnippetProps>, {
3581
+ declare const __VLS_export_33: __VLS_WithSlots_16<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToOption_18<BentoCodeSnippetProps>, {
3533
3582
  actionable: boolean;
3534
3583
  actionableText: any;
3535
3584
  content: string;
@@ -3614,7 +3663,7 @@ disableTypography: boolean;
3614
3663
  format: BentoDateFormat | `${BentoDateFormat}`;
3615
3664
  }>;
3616
3665
 
3617
- declare const __VLS_export_37: __VLS_WithSlots_16<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToOption_22<BentoEmptyStateProps>, {
3666
+ declare const __VLS_export_37: __VLS_WithSlots_17<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToOption_22<BentoEmptyStateProps>, {
3618
3667
  action: any;
3619
3668
  description: any;
3620
3669
  headingEl: any;
@@ -3749,7 +3798,7 @@ toggled: boolean;
3749
3798
  influencedValue: string;
3750
3799
  }>;
3751
3800
 
3752
- declare const __VLS_export_40: __VLS_WithSlots_17<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToOption_25<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
3801
+ declare const __VLS_export_40: __VLS_WithSlots_18<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToOption_25<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
3753
3802
  appliedFiltersCount: any;
3754
3803
  buttonLabel: any;
3755
3804
  buttonSecondaryLabel: any;
@@ -3806,7 +3855,7 @@ disableSecondaryButton: boolean;
3806
3855
  default?: (props: {}) => any;
3807
3856
  }>;
3808
3857
 
3809
- declare const __VLS_export_41: __VLS_WithSlots_18<DefineComponent< {
3858
+ declare const __VLS_export_41: __VLS_WithSlots_19<DefineComponent< {
3810
3859
  /**
3811
3860
  * Renders the form layout as an HTML `form`
3812
3861
  */
@@ -3851,7 +3900,7 @@ loading: boolean;
3851
3900
  'actions-right'?: (props: {}) => any;
3852
3901
  }>;
3853
3902
 
3854
- declare const __VLS_export_42: __VLS_WithSlots_19<DefineComponent< {
3903
+ declare const __VLS_export_42: __VLS_WithSlots_20<DefineComponent< {
3855
3904
  /**
3856
3905
  * Type of a alert; set a distinctive icon and color. Defaults to highlight.
3857
3906
  * @values highlight, success, critical, warning
@@ -3894,7 +3943,7 @@ type: "critical" | "success" | "warning" | "highlight";
3894
3943
  message?: (props: {}) => any;
3895
3944
  }>;
3896
3945
 
3897
- declare const __VLS_export_43: __VLS_WithSlots_20<DefineComponent< {
3946
+ declare const __VLS_export_43: __VLS_WithSlots_21<DefineComponent< {
3898
3947
  /**
3899
3948
  * Defines if the Form Layout title is
3900
3949
  * a "section" or a "subsection".
@@ -3957,7 +4006,7 @@ allFieldsRequired: boolean;
3957
4006
  description?: (props: {}) => any;
3958
4007
  }>;
3959
4008
 
3960
- declare const __VLS_export_44: __VLS_WithSlots_21<DefineComponent< {
4009
+ declare const __VLS_export_44: __VLS_WithSlots_22<DefineComponent< {
3961
4010
  /**
3962
4011
  * The layout of the pair group of components.
3963
4012
  * This will render the components within the width of the proportions.
@@ -4021,7 +4070,7 @@ layout: BentoLayoutGroupProportions;
4021
4070
  default?: (props: {}) => any;
4022
4071
  }>;
4023
4072
 
4024
- declare const __VLS_export_45: __VLS_WithSlots_22<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToOption_26<BentoHeaderWithViewsProps>, {
4073
+ declare const __VLS_export_45: __VLS_WithSlots_23<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToOption_26<BentoHeaderWithViewsProps>, {
4025
4074
  actions: () => any[];
4026
4075
  additionalViewSetting: any;
4027
4076
  title: any;
@@ -4082,7 +4131,7 @@ tooltipPosition: PopperContainerPositionExtended;
4082
4131
  tooltipPosition: PopperContainerPosition | `${PopperContainerPosition}`;
4083
4132
  }>;
4084
4133
 
4085
- declare const __VLS_export_48: __VLS_WithSlots_23<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToOption_29<BentoInputFieldProps>, {
4134
+ declare const __VLS_export_48: __VLS_WithSlots_24<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToOption_29<BentoInputFieldProps>, {
4086
4135
  ariaHidden: boolean;
4087
4136
  ariaLabel: any;
4088
4137
  condensed: boolean;
@@ -4174,7 +4223,7 @@ staticValuePosition: BentoInputFieldElementPosition | `${BentoInputFieldElementP
4174
4223
  }) => any;
4175
4224
  }>;
4176
4225
 
4177
- declare const __VLS_export_49: __VLS_WithSlots_24<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToOption_30<BentoInputFieldPasswordProps>, {
4226
+ declare const __VLS_export_49: __VLS_WithSlots_25<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToOption_30<BentoInputFieldPasswordProps>, {
4178
4227
  condensed: boolean;
4179
4228
  debounceTime: number;
4180
4229
  description: any;
@@ -4231,7 +4280,7 @@ withHint: boolean;
4231
4280
  description?: (props: {}) => any;
4232
4281
  }>;
4233
4282
 
4234
- declare const __VLS_export_5: __VLS_WithSlots_3<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<{
4283
+ declare const __VLS_export_5: __VLS_WithSlots_4<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<{
4235
4284
  /**
4236
4285
  * Adds a close button on the right side of the alert
4237
4286
  */
@@ -4281,7 +4330,7 @@ closeButton: boolean;
4281
4330
  actions?: (props: {}) => any;
4282
4331
  }>;
4283
4332
 
4284
- declare const __VLS_export_50: __VLS_WithSlots_25<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToOption_31<BentoInputFieldPhoneNumberProps>, {
4333
+ declare const __VLS_export_50: __VLS_WithSlots_26<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToOption_31<BentoInputFieldPhoneNumberProps>, {
4285
4334
  countries: () => CountryCode[];
4286
4335
  description: any;
4287
4336
  dynamicFiltering: boolean;
@@ -4299,7 +4348,7 @@ countries: Array<BentoInputFieldPhoneNumberCountryCode>;
4299
4348
  description?: (props: {}) => any;
4300
4349
  }>;
4301
4350
 
4302
- declare const __VLS_export_51: __VLS_WithSlots_26<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToOption_32<BentoInspectorProps>, {
4351
+ declare const __VLS_export_51: __VLS_WithSlots_27<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToOption_32<BentoInspectorProps>, {
4303
4352
  activePage: string;
4304
4353
  expandable: boolean;
4305
4354
  isOpen: boolean;
@@ -4329,7 +4378,7 @@ pageFocusAnchor: HTMLElement;
4329
4378
  content?: (props: {}) => any;
4330
4379
  }>;
4331
4380
 
4332
- declare const __VLS_export_52: __VLS_WithSlots_27<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoLayoutProps>, {
4381
+ declare const __VLS_export_52: __VLS_WithSlots_28<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoLayoutProps>, {
4333
4382
  size: string;
4334
4383
  variant: string;
4335
4384
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoLayoutProps>, {
@@ -4342,7 +4391,7 @@ size: BentoLayoutSize;
4342
4391
  default?: (props: {}) => any;
4343
4392
  }>;
4344
4393
 
4345
- declare const __VLS_export_53: __VLS_WithSlots_28<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoLayoutRowProps>, {
4394
+ declare const __VLS_export_53: __VLS_WithSlots_29<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoLayoutRowProps>, {
4346
4395
  columnsLayout: string;
4347
4396
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoLayoutRowProps>, {
4348
4397
  columnsLayout: string;
@@ -4370,9 +4419,9 @@ large: boolean;
4370
4419
  inverse: boolean;
4371
4420
  }>;
4372
4421
 
4373
- declare const __VLS_export_55: __VLS_WithSlots_29<typeof __VLS_base, __VLS_Slots>;
4422
+ declare const __VLS_export_55: __VLS_WithSlots_30<typeof __VLS_base, __VLS_Slots>;
4374
4423
 
4375
- declare const __VLS_export_56: __VLS_WithSlots_30<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoMenuProps>, {
4424
+ declare const __VLS_export_56: __VLS_WithSlots_31<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoMenuProps>, {
4376
4425
  button: () => BentoMenuButtonProps;
4377
4426
  closeMenuOnItemSelect: boolean;
4378
4427
  disableArrowDownOpeningMenu: boolean;
@@ -4413,7 +4462,7 @@ closeOnClickOutsideOptions: any;
4413
4462
  default?: (props: {}) => any;
4414
4463
  }>;
4415
4464
 
4416
- declare const __VLS_export_57: __VLS_WithSlots_31<DefineComponent< {
4465
+ declare const __VLS_export_57: __VLS_WithSlots_32<DefineComponent< {
4417
4466
  /**
4418
4467
  * List of actions that will be used to render the buttons.
4419
4468
  * First element in the list will be rendered as "primary".
@@ -4705,7 +4754,7 @@ dialogType: "confirmation" | "destructive" | "info" | "acknowledgement" | BentoM
4705
4754
  content?: (props: {}) => any;
4706
4755
  }>;
4707
4756
 
4708
- declare const __VLS_export_58: __VLS_WithSlots_32<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoModalPageProps>, {
4757
+ declare const __VLS_export_58: __VLS_WithSlots_33<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoModalPageProps>, {
4709
4758
  actions: any;
4710
4759
  actionsLabel: any;
4711
4760
  columnsSize: BentoModalColumnLayoutVariant;
@@ -4744,7 +4793,7 @@ withColumnLayout: boolean;
4744
4793
  actions?: (props: {}) => any;
4745
4794
  }>;
4746
4795
 
4747
- declare const __VLS_export_59: __VLS_WithSlots_33<DefineComponent< {
4796
+ declare const __VLS_export_59: __VLS_WithSlots_34<DefineComponent< {
4748
4797
  /**
4749
4798
  * List of actions that will be used to render the buttons.
4750
4799
  * First element in the list will be rendered as "primary".
@@ -4846,7 +4895,7 @@ contextualLabel: string;
4846
4895
  header?: (props: {}) => any;
4847
4896
  }>;
4848
4897
 
4849
- declare const __VLS_export_6: __VLS_WithSlots_4<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4898
+ declare const __VLS_export_6: __VLS_WithSlots_5<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4850
4899
  activeIndex: any;
4851
4900
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4852
4901
  activeIndex: any;
@@ -4856,7 +4905,7 @@ activeIndex: AnchorScrollerListProps["activeIndex"];
4856
4905
  default?: (props: {}) => any;
4857
4906
  }>;
4858
4907
 
4859
- declare const __VLS_export_60: __VLS_WithSlots_34<DefineComponent< {
4908
+ declare const __VLS_export_60: __VLS_WithSlots_35<DefineComponent< {
4860
4909
  /**
4861
4910
  * List of actions that will be used to render the buttons.
4862
4911
  * First element in the list will be rendered as "primary".
@@ -5116,7 +5165,7 @@ infoIconTooltipText: string;
5116
5165
  infoIconPopoverPosition: "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | PopperContainerPosition;
5117
5166
  }>;
5118
5167
 
5119
- declare const __VLS_export_62: __VLS_WithSlots_35<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoPaginationProps>, {
5168
+ declare const __VLS_export_62: __VLS_WithSlots_36<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoPaginationProps>, {
5120
5169
  ariaLabel: any;
5121
5170
  hasNext: any;
5122
5171
  hidePageSize: boolean;
@@ -5167,7 +5216,7 @@ type: string;
5167
5216
  label: string;
5168
5217
  }>;
5169
5218
 
5170
- declare const __VLS_export_64: __VLS_WithSlots_36<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPopoverProps>, {
5219
+ declare const __VLS_export_64: __VLS_WithSlots_37<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPopoverProps>, {
5171
5220
  actions: any;
5172
5221
  actionsLayout: string;
5173
5222
  ariaLabel: any;
@@ -5235,7 +5284,7 @@ overflowVisible: boolean;
5235
5284
  default?: (props: {}) => any;
5236
5285
  }>;
5237
5286
 
5238
- declare const __VLS_export_65: __VLS_WithSlots_37<DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPromoBannerProps>, {
5287
+ declare const __VLS_export_65: __VLS_WithSlots_38<DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPromoBannerProps>, {
5239
5288
  actions: any;
5240
5289
  color: BentoPromoBannerColor;
5241
5290
  isDismissible: boolean;
@@ -5257,7 +5306,7 @@ dismissButtonText: string;
5257
5306
  description?: (props: {}) => any;
5258
5307
  }>;
5259
5308
 
5260
- declare const __VLS_export_66: __VLS_WithSlots_38<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoRadioGroupProps>, {
5309
+ declare const __VLS_export_66: __VLS_WithSlots_39<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoRadioGroupProps>, {
5261
5310
  description: any;
5262
5311
  disabled: boolean;
5263
5312
  errorMessage: any;
@@ -5304,7 +5353,7 @@ formId: string | null;
5304
5353
  description?: (props: {}) => any;
5305
5354
  }>;
5306
5355
 
5307
- declare const __VLS_export_67: __VLS_WithSlots_39<DefineComponent< {
5356
+ declare const __VLS_export_67: __VLS_WithSlots_40<DefineComponent< {
5308
5357
  /**
5309
5358
  * Disable the radio button (optional)
5310
5359
  */
@@ -5453,10 +5502,10 @@ description: string;
5453
5502
  label: string;
5454
5503
  required: boolean;
5455
5504
  disabled: boolean;
5505
+ mode: BentoRichTextEditorMode;
5456
5506
  tooltipText: string;
5457
5507
  hideLabel: boolean;
5458
5508
  errorMessage: string;
5459
- mode: BentoRichTextEditorMode;
5460
5509
  }>;
5461
5510
 
5462
5511
  declare const __VLS_export_69: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoSearchBarProps>, {
@@ -5551,7 +5600,7 @@ modelValue: BentoSegmentedControlValue;
5551
5600
  fullWidth: boolean;
5552
5601
  }>;
5553
5602
 
5554
- declare const __VLS_export_72: __VLS_WithSlots_40<DefineComponent< {
5603
+ declare const __VLS_export_72: __VLS_WithSlots_41<DefineComponent< {
5555
5604
  /**
5556
5605
  * The description of the selection card
5557
5606
  */
@@ -5707,7 +5756,7 @@ fullyClickable: boolean;
5707
5756
  dynamicContent?: (props: {}) => any;
5708
5757
  }>;
5709
5758
 
5710
- declare const __VLS_export_73: __VLS_WithSlots_41<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSelectionCardGroupProps>, {
5759
+ declare const __VLS_export_73: __VLS_WithSlots_42<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSelectionCardGroupProps>, {
5711
5760
  description: any;
5712
5761
  disabled: boolean;
5713
5762
  errorMessage: any;
@@ -5802,7 +5851,7 @@ itemsPerRow: BentoSelectionCardGroupItemsPerRow;
5802
5851
  dynamicContent?: (props: any) => any;
5803
5852
  }>;
5804
5853
 
5805
- declare const __VLS_export_74: __VLS_WithSlots_42<DefineComponent< {
5854
+ declare const __VLS_export_74: __VLS_WithSlots_43<DefineComponent< {
5806
5855
  /**
5807
5856
  * List of actions that will be used to render the buttons.
5808
5857
  * First element in the list will be rendered as "primary".
@@ -5929,7 +5978,7 @@ destructiveActions: boolean;
5929
5978
  default?: (props: {}) => any;
5930
5979
  }>;
5931
5980
 
5932
- declare const __VLS_export_75: __VLS_WithSlots_43<DefineComponent< {
5981
+ declare const __VLS_export_75: __VLS_WithSlots_44<DefineComponent< {
5933
5982
  /**
5934
5983
  * The id of the current active page
5935
5984
  * Should be the same id as the BentoSidepanelPage to be displayed
@@ -6012,11 +6061,11 @@ isDismissible: boolean;
6012
6061
  default?: (props: {}) => any;
6013
6062
  }>;
6014
6063
 
6015
- declare const __VLS_export_76: __VLS_WithSlots_44<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6064
+ declare const __VLS_export_76: __VLS_WithSlots_45<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6016
6065
  default?: (props: {}) => any;
6017
6066
  }>;
6018
6067
 
6019
- declare const __VLS_export_77: __VLS_WithSlots_45<DefineComponent< {
6068
+ declare const __VLS_export_77: __VLS_WithSlots_46<DefineComponent< {
6020
6069
  /**
6021
6070
  * Type of stepper; defines how the stepper should behave. Default: linear
6022
6071
  * @values linear, non-linear
@@ -6074,7 +6123,7 @@ index: number;
6074
6123
  default?: (props: {}) => any;
6075
6124
  }>;
6076
6125
 
6077
- declare const __VLS_export_78: __VLS_WithSlots_46<DefineComponent< {
6126
+ declare const __VLS_export_78: __VLS_WithSlots_47<DefineComponent< {
6078
6127
  /**
6079
6128
  * Completed status. Used on non-linear steppers to indicate if the step is completed.
6080
6129
  */
@@ -6113,7 +6162,7 @@ substepIndex: number;
6113
6162
  substeps?: (props: {}) => any;
6114
6163
  }>;
6115
6164
 
6116
- declare const __VLS_export_79: __VLS_WithSlots_47<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<{
6165
+ declare const __VLS_export_79: __VLS_WithSlots_48<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<{
6117
6166
  /**
6118
6167
  * Width of the labels container, in pixels. Overrides layout prop.
6119
6168
  */
@@ -6168,7 +6217,7 @@ labelsWidth: number;
6168
6217
  default?: (props: {}) => any;
6169
6218
  }>;
6170
6219
 
6171
- declare const __VLS_export_8: __VLS_WithSlots_5<DefineComponent< {
6220
+ declare const __VLS_export_8: __VLS_WithSlots_6<DefineComponent< {
6172
6221
  /**
6173
6222
  * Reduces sizing of button
6174
6223
  */
@@ -6290,11 +6339,11 @@ inverse: boolean;
6290
6339
  iconRight?: (props: {}) => any;
6291
6340
  }>;
6292
6341
 
6293
- declare const __VLS_export_80: __VLS_WithSlots_48<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6342
+ declare const __VLS_export_80: __VLS_WithSlots_49<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6294
6343
  default?: (props: {}) => any;
6295
6344
  }>;
6296
6345
 
6297
- declare const __VLS_export_81: __VLS_WithSlots_49<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSummaryGridProps>, {
6346
+ declare const __VLS_export_81: __VLS_WithSlots_50<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSummaryGridProps>, {
6298
6347
  columnWidth: any;
6299
6348
  slashedZero: boolean;
6300
6349
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSummaryGridProps>, {
@@ -6317,7 +6366,7 @@ slashedZero: boolean;
6317
6366
  [x: `cell-${number}-6`]: (props: {}) => any;
6318
6367
  }>;
6319
6368
 
6320
- declare const __VLS_export_82: __VLS_WithSlots_50<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<BentoSummaryGridItemAmountProps>, {
6369
+ declare const __VLS_export_82: __VLS_WithSlots_51<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<BentoSummaryGridItemAmountProps>, {
6321
6370
  copy: any;
6322
6371
  fitContent: boolean;
6323
6372
  infoIconTooltipText: any;
@@ -6360,7 +6409,7 @@ secondaryMetric: string;
6360
6409
  'dashed-underline'?: (props: {}) => any;
6361
6410
  }>;
6362
6411
 
6363
- declare const __VLS_export_83: __VLS_WithSlots_51<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridItemNumericProps>, {
6412
+ declare const __VLS_export_83: __VLS_WithSlots_52<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridItemNumericProps>, {
6364
6413
  copy: any;
6365
6414
  fitContent: boolean;
6366
6415
  infoIconTooltipText: any;
@@ -6400,7 +6449,7 @@ secondaryMetric: string;
6400
6449
  'dashed-underline'?: (props: {}) => any;
6401
6450
  }>;
6402
6451
 
6403
- declare const __VLS_export_84: __VLS_WithSlots_52<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemPercentageProps>, {
6452
+ declare const __VLS_export_84: __VLS_WithSlots_53<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemPercentageProps>, {
6404
6453
  copy: any;
6405
6454
  fitContent: boolean;
6406
6455
  infoIconTooltipText: any;
@@ -6440,7 +6489,7 @@ secondaryMetric: string | number;
6440
6489
  'dashed-underline'?: (props: {}) => any;
6441
6490
  }>;
6442
6491
 
6443
- declare const __VLS_export_85: __VLS_WithSlots_53<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemTextProps>, {
6492
+ declare const __VLS_export_85: __VLS_WithSlots_54<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemTextProps>, {
6444
6493
  copy: any;
6445
6494
  fitContent: boolean;
6446
6495
  infoIconTooltipText: any;
@@ -6462,7 +6511,7 @@ underlineTooltipText: string;
6462
6511
  'dashed-underline'?: (props: {}) => any;
6463
6512
  }>;
6464
6513
 
6465
- declare const __VLS_export_86: __VLS_WithSlots_54<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemCustomProps>, {
6514
+ declare const __VLS_export_86: __VLS_WithSlots_55<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemCustomProps>, {
6466
6515
  copy: any;
6467
6516
  infoIconTooltipText: any;
6468
6517
  fitContent: boolean;
@@ -6551,7 +6600,7 @@ activeTabIndex: number;
6551
6600
  stickyOptions: any;
6552
6601
  }>;
6553
6602
 
6554
- declare const __VLS_export_88: __VLS_WithSlots_55<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoTabProps>, {
6603
+ declare const __VLS_export_88: __VLS_WithSlots_56<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoTabProps>, {
6555
6604
  counter: any;
6556
6605
  disabled: boolean;
6557
6606
  hidden: boolean;
@@ -6628,7 +6677,7 @@ clearable: boolean;
6628
6677
  resizable: BentoTextareaResizeOption | `${BentoTextareaResizeOption}`;
6629
6678
  }>;
6630
6679
 
6631
- declare const __VLS_export_9: __VLS_WithSlots_6<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6680
+ declare const __VLS_export_9: __VLS_WithSlots_7<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6632
6681
  link: any;
6633
6682
  type: string;
6634
6683
  condensed: boolean;
@@ -6650,7 +6699,7 @@ inverse: BentoButtonProps_2["inverse"];
6650
6699
  default?: (props: {}) => any;
6651
6700
  }>;
6652
6701
 
6653
- declare const __VLS_export_90: __VLS_WithSlots_56<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTimelineProps>, {
6702
+ declare const __VLS_export_90: __VLS_WithSlots_57<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTimelineProps>, {
6654
6703
  addNote: boolean;
6655
6704
  showMore: any;
6656
6705
  timegapLimit: any;
@@ -6668,7 +6717,7 @@ timegapLimit: BentoTimelineGapObject;
6668
6717
  default?: (props: {}) => any;
6669
6718
  }>;
6670
6719
 
6671
- declare const __VLS_export_91: __VLS_WithSlots_57<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTimelineItemProps>, {
6720
+ declare const __VLS_export_91: __VLS_WithSlots_58<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTimelineItemProps>, {
6672
6721
  additionalTimestamp: any;
6673
6722
  dataList: any;
6674
6723
  description: any;
@@ -6703,7 +6752,7 @@ dataList: BentoTimelineDataList;
6703
6752
 
6704
6753
  declare const __VLS_export_92: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
6705
6754
 
6706
- declare const __VLS_export_93: __VLS_WithSlots_58<DefineComponent< {
6755
+ declare const __VLS_export_93: __VLS_WithSlots_59<DefineComponent< {
6707
6756
  /**
6708
6757
  * @deprecated from version 2.0.0. Use the aria-label attribute instead.
6709
6758
  */
@@ -6854,7 +6903,7 @@ index: number;
6854
6903
  scrollOptions: any;
6855
6904
  }>;
6856
6905
 
6857
- declare const __VLS_export_95: __VLS_WithSlots_59<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTypographyProps>, {
6906
+ declare const __VLS_export_95: __VLS_WithSlots_60<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTypographyProps>, {
6858
6907
  el: BentoTypographyElement;
6859
6908
  large: boolean;
6860
6909
  medium: boolean;
@@ -6882,7 +6931,7 @@ variant: BentoTypographyVariant | `${BentoTypographyVariant}`;
6882
6931
  default?: (props: {}) => any;
6883
6932
  }>;
6884
6933
 
6885
- declare const __VLS_export_96: __VLS_WithSlots_60<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<{
6934
+ declare const __VLS_export_96: __VLS_WithSlots_61<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<{
6886
6935
  /**
6887
6936
  * The header that goes to the top of the template
6888
6937
  */
@@ -6942,7 +6991,7 @@ stickyTabs: boolean;
6942
6991
  default?: (props: {}) => any;
6943
6992
  }>;
6944
6993
 
6945
- declare const __VLS_export_97: __VLS_WithSlots_61<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<{
6994
+ declare const __VLS_export_97: __VLS_WithSlots_62<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<{
6946
6995
  /**
6947
6996
  * The header of the section
6948
6997
  */
@@ -6978,7 +7027,7 @@ halfWidth: boolean;
6978
7027
  'content-col-2'?: (props: {}) => any;
6979
7028
  }>;
6980
7029
 
6981
- declare const __VLS_export_98: __VLS_WithSlots_62<DefineComponent< {
7030
+ declare const __VLS_export_98: __VLS_WithSlots_63<DefineComponent< {
6982
7031
  /**
6983
7032
  * The header that goes to the top of the template
6984
7033
  */
@@ -8785,6 +8834,12 @@ declare type __VLS_WithSlots_62<T, S> = T & {
8785
8834
  };
8786
8835
  };
8787
8836
 
8837
+ declare type __VLS_WithSlots_63<T, S> = T & {
8838
+ new (): {
8839
+ $slots: S;
8840
+ };
8841
+ };
8842
+
8788
8843
  declare type __VLS_WithSlots_7<T, S> = T & {
8789
8844
  new (): {
8790
8845
  $slots: S;
@@ -8960,7 +9015,13 @@ declare const BentoAccordionTitleSizeOptions: readonly ["default", "small"];
8960
9015
  */
8961
9016
  export declare const BentoActionBar: typeof __VLS_export;
8962
9017
 
8963
- export declare type BentoActionBarVariant = 'default' | 'confirmation';
9018
+ declare type BentoActionBarState = (typeof BentoActionBarStateOptions)[number];
9019
+
9020
+ declare const BentoActionBarStateOptions: readonly ["start", "loading", "success", "fail"];
9021
+
9022
+ export declare type BentoActionBarVariant = (typeof BentoActionBarVariantOptions)[number];
9023
+
9024
+ declare const BentoActionBarVariantOptions: readonly ["default", "confirmation"];
8964
9025
 
8965
9026
  /**
8966
9027
  * Type for the Buttons passed as objects to Button Actions
@@ -1,4 +1,4 @@
1
- import { B as t } from "./chunks/action-bar.Ho_fXeXK.js";
1
+ import { B as t } from "./chunks/action-bar.BS2cJzG_.js";
2
2
  export {
3
3
  t as BentoActionBar
4
4
  };