design-system-next 2.26.19 → 2.27.2

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.
@@ -182,7 +182,11 @@ declare const __VLS_component_38: DefineComponent<any, {
182
182
  multipleSelectPopperRef: HTMLDivElement;
183
183
  }, HTMLDivElement>;
184
184
 
185
- declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
185
+ declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
186
+ mobileSideNavHeaderRef: HTMLDivElement;
187
+ mobileButtonRef: HTMLDivElement;
188
+ mobileSideNavContentRef: HTMLDivElement;
189
+ }, any>;
186
190
 
187
191
  declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
188
192
 
@@ -612,8 +616,12 @@ declare function __VLS_template_39(): {
612
616
  slots: {
613
617
  'logo-image'?(_: {}): any;
614
618
  };
615
- refs: {};
616
- rootEl: HTMLDivElement;
619
+ refs: {
620
+ mobileSideNavHeaderRef: HTMLDivElement;
621
+ mobileButtonRef: HTMLDivElement;
622
+ mobileSideNavContentRef: HTMLDivElement;
623
+ };
624
+ rootEl: any;
617
625
  };
618
626
 
619
627
  declare function __VLS_template_4(): {
@@ -1529,6 +1537,7 @@ export declare const TablePagination: __VLS_WithTemplateSlots_47<typeof __VLS_co
1529
1537
  export { TablePropTypes }
1530
1538
 
1531
1539
  export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1540
+ tabContainer: HTMLDivElement;
1532
1541
  tabElements: HTMLDivElement[];
1533
1542
  }, HTMLDivElement>;
1534
1543