@namba_one/ui-kit-2 1.0.155 → 1.0.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -68,9 +68,9 @@ declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, Compon
68
68
 
69
69
  declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
70
70
 
71
- declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
71
+ declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
72
72
  "update:isShowDropdown": (value: boolean) => any;
73
- }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
73
+ }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
74
74
  "onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
75
75
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
76
76
  fixedElementRef: HTMLDivElement;
@@ -89,9 +89,9 @@ rootRef: HTMLDivElement;
89
89
  toastersRef: HTMLDivElement[];
90
90
  }, any>;
91
91
 
92
- declare const __VLS_component_23: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
92
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
93
93
 
94
- declare const __VLS_component_24: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
94
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
95
95
  containerRef: HTMLDivElement;
96
96
  }, HTMLDivElement>;
97
97
 
@@ -103,17 +103,17 @@ onApply?: ((value: string[] | null) => any) | undefined;
103
103
 
104
104
  declare const __VLS_component_26: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
105
105
 
106
- declare const __VLS_component_27: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
106
+ declare const __VLS_component_27: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
107
107
  "update:value": (value: boolean) => any;
108
- }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
108
+ }, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
109
109
  "onUpdate:value"?: ((value: boolean) => any) | undefined;
110
110
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
111
111
 
112
112
  declare const __VLS_component_28: DefineComponent<PageInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
113
113
 
114
- declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
114
+ declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
115
115
  "update:values": (value: FilterValue[]) => any;
116
- }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
116
+ }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
117
117
  "onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
118
118
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
119
119
  parentElementRef: ({
@@ -130,6 +130,8 @@ readonly isWide?: boolean | undefined;
130
130
  readonly iconLeft?: IconName | undefined;
131
131
  readonly iconRight?: IconName | undefined;
132
132
  readonly onClick?: ((e: Event) => any) | undefined;
133
+ readonly "onLeft-icon-click"?: ((e: Event) => any) | undefined;
134
+ readonly "onRight-icon-click"?: ((e: Event) => any) | undefined;
133
135
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
134
136
  $attrs: {
135
137
  [x: string]: unknown;
@@ -143,12 +145,16 @@ $slots: Readonly<{
143
145
  $root: ComponentPublicInstance | null;
144
146
  $parent: ComponentPublicInstance | null;
145
147
  $host: Element | null;
146
- $emit: (event: "click", e: Event) => void;
148
+ $emit: ((event: "click", e: Event) => void) & ((event: "left-icon-click", e: Event) => void) & ((event: "right-icon-click", e: Event) => void);
147
149
  $el: any;
148
150
  $options: ComponentOptionsBase<Readonly<ButtonProps> & Readonly<{
149
151
  onClick?: ((e: Event) => any) | undefined;
152
+ "onLeft-icon-click"?: ((e: Event) => any) | undefined;
153
+ "onRight-icon-click"?: ((e: Event) => any) | undefined;
150
154
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
151
155
  click: (e: Event) => any;
156
+ "left-icon-click": (e: Event) => any;
157
+ "right-icon-click": (e: Event) => any;
152
158
  }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
153
159
  beforeCreate?: (() => void) | (() => void)[];
154
160
  created?: (() => void) | (() => void)[];
@@ -171,6 +177,8 @@ $nextTick: nextTick;
171
177
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
172
178
  } & Readonly<{}> & Omit<Readonly<ButtonProps> & Readonly<{
173
179
  onClick?: ((e: Event) => any) | undefined;
180
+ "onLeft-icon-click"?: ((e: Event) => any) | undefined;
181
+ "onRight-icon-click"?: ((e: Event) => any) | undefined;
174
182
  }>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
175
183
  $slots: {
176
184
  default?(_: {}): any;
@@ -181,10 +189,10 @@ triggerElementRef: HTMLDivElement;
181
189
 
182
190
  declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
183
191
 
184
- declare const __VLS_component_30: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
192
+ declare const __VLS_component_30: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
185
193
  drop: (value: CheckboxGroupFilterValue) => any;
186
194
  apply: (value: CheckboxGroupFilterValue) => any;
187
- }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
195
+ }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
188
196
  onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
189
197
  onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
190
198
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -369,30 +377,50 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
369
377
  }) | null;
370
378
  }, any>;
371
379
 
372
- declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
380
+ declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
373
381
  "update:value": (value: string) => any;
374
382
  "update:isError": (value: boolean) => any;
375
- }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
383
+ }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
376
384
  "onUpdate:value"?: ((value: string) => any) | undefined;
377
385
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
378
386
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
379
387
 
380
- declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
388
+ declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
381
389
  "update:value": (value: string) => any;
382
390
  "update:isError": (value: boolean) => any;
383
- }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
391
+ }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
384
392
  "onUpdate:value"?: ((value: string) => any) | undefined;
385
393
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
386
394
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
387
395
  inputRef: any;
388
396
  }, HTMLLabelElement>;
389
397
 
398
+ declare const __VLS_component_33: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
399
+ "update:active": (value: string) => any;
400
+ }, string, PublicProps, Readonly<__VLS_PublicProps_21> & Readonly<{
401
+ "onUpdate:active"?: ((value: string) => any) | undefined;
402
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
403
+ items: HTMLDivElement;
404
+ }, HTMLDivElement>;
405
+
406
+ declare const __VLS_component_34: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
407
+ "update:active": (value: string) => any;
408
+ }, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
409
+ "onUpdate:active"?: ((value: string) => any) | undefined;
410
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
411
+ items: HTMLDivElement;
412
+ }, HTMLDivElement>;
413
+
390
414
  declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
391
415
 
392
416
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
393
417
  click: (e: Event) => any;
418
+ "left-icon-click": (e: Event) => any;
419
+ "right-icon-click": (e: Event) => any;
394
420
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
395
421
  onClick?: ((e: Event) => any) | undefined;
422
+ "onLeft-icon-click"?: ((e: Event) => any) | undefined;
423
+ "onRight-icon-click"?: ((e: Event) => any) | undefined;
396
424
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
397
425
 
398
426
  declare const __VLS_component_6: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -443,24 +471,22 @@ declare type __VLS_Props = {
443
471
  isLoading?: boolean;
444
472
  };
445
473
 
446
- declare type __VLS_Props_10 = StatusSelectProps;
474
+ declare type __VLS_Props_10 = DropdownElementProps;
447
475
 
448
- declare type __VLS_Props_11 = DropdownElementProps;
476
+ declare type __VLS_Props_11 = ThemePickerProps;
449
477
 
450
- declare type __VLS_Props_12 = ThemePickerProps;
451
-
452
- declare type __VLS_Props_13 = {
478
+ declare type __VLS_Props_12 = {
453
479
  gap?: string | number;
454
480
  align?: 'flex-start' | 'center' | 'flex-end';
455
481
  };
456
482
 
457
- declare type __VLS_Props_14 = {
483
+ declare type __VLS_Props_13 = {
458
484
  isHeight?: boolean;
459
485
  duration?: number | string;
460
486
  delay?: number | string;
461
487
  };
462
488
 
463
- declare type __VLS_Props_15 = {
489
+ declare type __VLS_Props_14 = {
464
490
  value: boolean;
465
491
  title: string;
466
492
  description?: string;
@@ -468,33 +494,45 @@ declare type __VLS_Props_15 = {
468
494
  size?: '16' | '20';
469
495
  };
470
496
 
471
- declare type __VLS_Props_16 = EditorProps;
497
+ declare type __VLS_Props_15 = EditorProps;
472
498
 
473
- declare type __VLS_Props_17 = DatepickerProps;
499
+ declare type __VLS_Props_16 = DatepickerProps;
474
500
 
475
- declare type __VLS_Props_18 = FilterHubProps;
501
+ declare type __VLS_Props_17 = FilterHubProps;
476
502
 
477
- declare type __VLS_Props_19 = {
503
+ declare type __VLS_Props_18 = {
478
504
  filter: CheckboxGroupFilter_2;
479
505
  value: CheckboxGroupFilterValue;
480
506
  };
481
507
 
482
- declare type __VLS_Props_2 = CardContentProps;
483
-
484
- declare type __VLS_Props_20 = {
508
+ declare type __VLS_Props_19 = {
485
509
  filter: DatepickerFilter_2;
486
510
  value: DatepickerFilterValue;
487
511
  };
488
512
 
489
- declare type __VLS_Props_21 = InputFieldProps;
513
+ declare type __VLS_Props_2 = CardContentProps;
514
+
515
+ declare type __VLS_Props_20 = InputFieldProps;
516
+
517
+ declare type __VLS_Props_21 = InputMaskFieldProps;
490
518
 
491
- declare type __VLS_Props_22 = InputMaskFieldProps;
519
+ declare type __VLS_Props_22 = MultiSelectFieldProps;
492
520
 
493
- declare type __VLS_Props_23 = MultiSelectFieldProps;
521
+ declare type __VLS_Props_23 = SelectFieldProps;
494
522
 
495
- declare type __VLS_Props_24 = SelectFieldProps;
523
+ declare type __VLS_Props_24 = MultiInputFieldProps;
524
+
525
+ declare type __VLS_Props_25 = TabsProps;
526
+
527
+ declare type __VLS_Props_26 = {
528
+ label?: string;
529
+ size: '36_subhead' | '28_caption';
530
+ };
496
531
 
497
- declare type __VLS_Props_25 = MultiInputFieldProps;
532
+ declare type __VLS_Props_27 = {
533
+ label: string;
534
+ size: 'body' | 'subhead';
535
+ };
498
536
 
499
537
  declare type __VLS_Props_3 = CardContentListProps;
500
538
 
@@ -508,35 +546,36 @@ declare type __VLS_Props_7 = SelectProps;
508
546
 
509
547
  declare type __VLS_Props_8 = ColorPickerProps;
510
548
 
511
- declare type __VLS_Props_9 = TabsProps;
549
+ declare type __VLS_Props_9 = StatusSelectProps;
512
550
 
513
551
  declare type __VLS_PublicProps = {
514
552
  'value': boolean;
515
553
  } & __VLS_Props_2;
516
554
 
517
555
  declare type __VLS_PublicProps_10 = {
518
- 'value': StatusSelectProps['value'];
556
+ 'isShowDropdown': boolean;
519
557
  } & __VLS_Props_10;
520
558
 
521
559
  declare type __VLS_PublicProps_11 = {
522
- 'isShowDropdown': boolean;
560
+ 'value': ThemePickerProps['value'];
523
561
  } & __VLS_Props_11;
524
562
 
525
563
  declare type __VLS_PublicProps_12 = {
526
- 'value': ThemePickerProps['value'];
527
- } & __VLS_Props_12;
564
+ 'value': EditorProps['value'];
565
+ } & __VLS_Props_15;
528
566
 
529
567
  declare type __VLS_PublicProps_13 = {
530
- 'value': EditorProps['value'];
568
+ 'value': DatepickerProps['value'];
531
569
  } & __VLS_Props_16;
532
570
 
533
571
  declare type __VLS_PublicProps_14 = {
534
- 'value': DatepickerProps['value'];
572
+ 'values': FilterValue[];
535
573
  } & __VLS_Props_17;
536
574
 
537
575
  declare type __VLS_PublicProps_15 = {
538
- 'values': FilterValue[];
539
- } & __VLS_Props_18;
576
+ 'isError'?: boolean;
577
+ 'value'?: string;
578
+ } & __VLS_Props_20;
540
579
 
541
580
  declare type __VLS_PublicProps_16 = {
542
581
  'isError'?: boolean;
@@ -545,17 +584,17 @@ declare type __VLS_PublicProps_16 = {
545
584
 
546
585
  declare type __VLS_PublicProps_17 = {
547
586
  'isError'?: boolean;
548
- 'value'?: string;
587
+ 'value': string[];
549
588
  } & __VLS_Props_22;
550
589
 
551
590
  declare type __VLS_PublicProps_18 = {
552
591
  'isError'?: boolean;
553
- 'value': string[];
592
+ 'value'?: string | null;
554
593
  } & __VLS_Props_23;
555
594
 
556
595
  declare type __VLS_PublicProps_19 = {
557
596
  'isError'?: boolean;
558
- 'value'?: string | null;
597
+ 'value': Set<string>;
559
598
  } & __VLS_Props_24;
560
599
 
561
600
  declare type __VLS_PublicProps_2 = {
@@ -563,10 +602,17 @@ declare type __VLS_PublicProps_2 = {
563
602
  } & __VLS_Props_3;
564
603
 
565
604
  declare type __VLS_PublicProps_20 = {
566
- 'isError'?: boolean;
567
- 'value': Set<string>;
605
+ 'value': TabsProps['value'];
568
606
  } & __VLS_Props_25;
569
607
 
608
+ declare type __VLS_PublicProps_21 = {
609
+ 'active': string;
610
+ } & __VLS_Props_26;
611
+
612
+ declare type __VLS_PublicProps_22 = {
613
+ 'active': string;
614
+ } & __VLS_Props_27;
615
+
570
616
  declare type __VLS_PublicProps_3 = {
571
617
  'value': DropzoneProps['value'];
572
618
  'isError'?: DropzoneProps['isError'];
@@ -589,13 +635,13 @@ declare type __VLS_PublicProps_7 = {
589
635
  } & __VLS_Props_8;
590
636
 
591
637
  declare type __VLS_PublicProps_8 = {
592
- 'value': TabsProps['value'];
593
- } & __VLS_Props_9;
594
-
595
- declare type __VLS_PublicProps_9 = {
596
638
  'value': boolean;
597
639
  };
598
640
 
641
+ declare type __VLS_PublicProps_9 = {
642
+ 'value': StatusSelectProps['value'];
643
+ } & __VLS_Props_9;
644
+
599
645
  declare function __VLS_template(): {
600
646
  attrs: Partial<{}>;
601
647
  slots: {
@@ -843,6 +889,8 @@ declare function __VLS_template_29(): {
843
889
  readonly iconLeft?: IconName | undefined;
844
890
  readonly iconRight?: IconName | undefined;
845
891
  readonly onClick?: ((e: Event) => any) | undefined;
892
+ readonly "onLeft-icon-click"?: ((e: Event) => any) | undefined;
893
+ readonly "onRight-icon-click"?: ((e: Event) => any) | undefined;
846
894
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
847
895
  $attrs: {
848
896
  [x: string]: unknown;
@@ -856,12 +904,16 @@ declare function __VLS_template_29(): {
856
904
  $root: ComponentPublicInstance | null;
857
905
  $parent: ComponentPublicInstance | null;
858
906
  $host: Element | null;
859
- $emit: (event: "click", e: Event) => void;
907
+ $emit: ((event: "click", e: Event) => void) & ((event: "left-icon-click", e: Event) => void) & ((event: "right-icon-click", e: Event) => void);
860
908
  $el: any;
861
909
  $options: ComponentOptionsBase<Readonly<ButtonProps> & Readonly<{
862
910
  onClick?: ((e: Event) => any) | undefined;
911
+ "onLeft-icon-click"?: ((e: Event) => any) | undefined;
912
+ "onRight-icon-click"?: ((e: Event) => any) | undefined;
863
913
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
864
914
  click: (e: Event) => any;
915
+ "left-icon-click": (e: Event) => any;
916
+ "right-icon-click": (e: Event) => any;
865
917
  }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
866
918
  beforeCreate?: (() => void) | (() => void)[];
867
919
  created?: (() => void) | (() => void)[];
@@ -884,6 +936,8 @@ declare function __VLS_template_29(): {
884
936
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
885
937
  } & Readonly<{}> & Omit<Readonly<ButtonProps> & Readonly<{
886
938
  onClick?: ((e: Event) => any) | undefined;
939
+ "onLeft-icon-click"?: ((e: Event) => any) | undefined;
940
+ "onRight-icon-click"?: ((e: Event) => any) | undefined;
887
941
  }>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
888
942
  $slots: {
889
943
  default?(_: {}): any;
@@ -1116,6 +1170,28 @@ declare function __VLS_template_32(): {
1116
1170
  rootEl: HTMLLabelElement;
1117
1171
  };
1118
1172
 
1173
+ declare function __VLS_template_33(): {
1174
+ attrs: Partial<{}>;
1175
+ slots: {
1176
+ default?(_: {}): any;
1177
+ };
1178
+ refs: {
1179
+ items: HTMLDivElement;
1180
+ };
1181
+ rootEl: HTMLDivElement;
1182
+ };
1183
+
1184
+ declare function __VLS_template_34(): {
1185
+ attrs: Partial<{}>;
1186
+ slots: {
1187
+ default?(_: {}): any;
1188
+ };
1189
+ refs: {
1190
+ items: HTMLDivElement;
1191
+ };
1192
+ rootEl: HTMLDivElement;
1193
+ };
1194
+
1119
1195
  declare function __VLS_template_4(): {
1120
1196
  attrs: Partial<{}>;
1121
1197
  slots: {
@@ -1224,6 +1300,10 @@ declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
1224
1300
 
1225
1301
  declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
1226
1302
 
1303
+ declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
1304
+
1305
+ declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
1306
+
1227
1307
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
1228
1308
 
1229
1309
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
@@ -1392,6 +1472,18 @@ declare type __VLS_WithTemplateSlots_32<T, S> = T & {
1392
1472
  };
1393
1473
  };
1394
1474
 
1475
+ declare type __VLS_WithTemplateSlots_33<T, S> = T & {
1476
+ new (): {
1477
+ $slots: S;
1478
+ };
1479
+ };
1480
+
1481
+ declare type __VLS_WithTemplateSlots_34<T, S> = T & {
1482
+ new (): {
1483
+ $slots: S;
1484
+ };
1485
+ };
1486
+
1395
1487
  declare type __VLS_WithTemplateSlots_4<T, S> = T & {
1396
1488
  new (): {
1397
1489
  $slots: S;
@@ -1439,7 +1531,7 @@ export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, Compon
1439
1531
  export declare type AvatarProps = {
1440
1532
  image?: string;
1441
1533
  initials?: string;
1442
- size?: (typeof sizes_11)[number];
1534
+ size?: (typeof sizes_10)[number];
1443
1535
  mode?: 'default' | 'initials';
1444
1536
  };
1445
1537
 
@@ -1476,6 +1568,10 @@ export declare type BreadcrumbsProps = {
1476
1568
  tag: 'a' | 'router-link';
1477
1569
  };
1478
1570
 
1571
+ export declare const BubbleTabs: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1572
+
1573
+ export declare type BubbleTabsProps = {};
1574
+
1479
1575
  export declare const Button: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1480
1576
 
1481
1577
  export declare type ButtonBaseEmits = {
@@ -1489,7 +1585,10 @@ export declare type ButtonBaseProps = {
1489
1585
  isDisabled?: boolean;
1490
1586
  };
1491
1587
 
1492
- export declare type ButtonEmits = ButtonBaseEmits;
1588
+ export declare type ButtonEmits = ButtonBaseEmits & {
1589
+ (event: 'left-icon-click', e: Event): void;
1590
+ (event: 'right-icon-click', e: Event): void;
1591
+ };
1493
1592
 
1494
1593
  export declare const ButtonIcon: DefineComponent<ButtonIconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1495
1594
  click: (e: Event) => any;
@@ -1626,7 +1725,7 @@ export declare type CheckboxGroupFilterValue = FilterValueBase<string[]>;
1626
1725
 
1627
1726
  export declare type CheckboxProps = {
1628
1727
  value: boolean;
1629
- size: (typeof sizes_10)[number];
1728
+ size: (typeof sizes_9)[number];
1630
1729
  isIndeterminate?: boolean;
1631
1730
  isDisabled?: boolean;
1632
1731
  };
@@ -1673,9 +1772,9 @@ export declare const Currency: {
1673
1772
 
1674
1773
  export declare type Currency = (typeof Currency)[keyof typeof Currency];
1675
1774
 
1676
- export declare const Datepicker: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1775
+ export declare const Datepicker: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1677
1776
  "update:value": (value: Date[]) => any;
1678
- }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
1777
+ }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
1679
1778
  "onUpdate:value"?: ((value: Date[]) => any) | undefined;
1680
1779
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1681
1780
 
@@ -1687,10 +1786,10 @@ declare type DatepickerFilter_2 = {
1687
1786
  isDisabled?: boolean;
1688
1787
  };
1689
1788
 
1690
- export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1789
+ export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1691
1790
  drop: (value: DatepickerFilterValue) => any;
1692
1791
  apply: (value: DatepickerFilterValue) => any;
1693
- }, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
1792
+ }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
1694
1793
  onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
1695
1794
  onApply?: ((value: DatepickerFilterValue) => any) | undefined;
1696
1795
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2086,11 +2185,11 @@ export declare type DynamicVisibleAreaEmits = {
2086
2185
 
2087
2186
  export declare type DynamicVisibleAreaProvider = () => void;
2088
2187
 
2089
- export declare const Editor: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2188
+ export declare const Editor: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2090
2189
  "update:value": (value: string) => any;
2091
2190
  } & {
2092
2191
  "update:isError": (value: boolean) => any;
2093
- }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
2192
+ }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
2094
2193
  "onUpdate:value"?: ((value: string) => any) | undefined;
2095
2194
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2096
2195
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -2146,6 +2245,10 @@ export declare type FilterValueBase<T = null> = {
2146
2245
  value: T;
2147
2246
  };
2148
2247
 
2248
+ export declare const FlatTabs: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
2249
+
2250
+ export declare type FlatTabsProps = {};
2251
+
2149
2252
  declare function getFilterValue<T extends FilterValue>(filter: Filter, defaultValue: T['value']): T['value'];
2150
2253
 
2151
2254
  declare type GlobalConfig = {
@@ -2170,7 +2273,7 @@ export declare type IconBaseProps = {
2170
2273
 
2171
2274
  export declare type IconName = (typeof iconNames)[number];
2172
2275
 
2173
- export declare const iconNames: readonly ["filled-sort-default", "filled-sort-down", "filled-sort-up", "filled-success", "filled-warning", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-up-down", "outline-arrow-up-line", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-bookmark", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-cursor-add", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-export", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-filter-vertical", "outline-flash", "outline-h2", "outline-help-circle", "outline-image", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-moon", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-rocket", "outline-search", "outline-settings", "outline-share", "outline-shop-1", "outline-shop", "outline-sidebar-hide", "outline-sidebar-show", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-store-add", "outline-store-remove", "outline-success", "outline-sun", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-trash", "outline-two-users", "outline-unavailable", "outline-upload", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline_filter-horizontal", "outlink-unlink", "static-telegram", "static-whats-app"];
2276
+ export declare const iconNames: readonly ["filled-cross", "filled-sort-default", "filled-sort-down", "filled-sort-up", "filled-success", "filled-warning", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-up-down", "outline-arrow-up-line", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-bookmark", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-cursor-add", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-export", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-filter-vertical", "outline-flash", "outline-h2", "outline-help-circle", "outline-image", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-moon", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-rocket", "outline-search", "outline-settings", "outline-share", "outline-shop-1", "outline-shop", "outline-sidebar-hide", "outline-sidebar-show", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-store-add", "outline-store-remove", "outline-success", "outline-sun", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-trash", "outline-two-users", "outline-unavailable", "outline-unlink", "outline-upload", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline_filter-horizontal", "static-telegram", "static-whats-app"];
2174
2277
 
2175
2278
  export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconViewProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2176
2279
 
@@ -2452,7 +2555,7 @@ export declare type MenuBarItemProps = {
2452
2555
  onClick: () => void;
2453
2556
  text: string;
2454
2557
  icon?: Maybe<IconName>;
2455
- view?: (typeof views_9)[number];
2558
+ view?: (typeof views_8)[number];
2456
2559
  badgeText?: string;
2457
2560
  isActive?: boolean;
2458
2561
  isChecked?: boolean;
@@ -2547,10 +2650,10 @@ export declare type ModalConfirmationProps = {
2547
2650
  isLoading?: boolean;
2548
2651
  };
2549
2652
 
2550
- export declare const MultiInputField: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2653
+ export declare const MultiInputField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2551
2654
  "update:value": (value: Set<string>) => any;
2552
2655
  "update:isError": (value: boolean) => any;
2553
- }, string, PublicProps, Readonly<__VLS_PublicProps_20> & Readonly<{
2656
+ }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
2554
2657
  "onUpdate:value"?: ((value: Set<string>) => any) | undefined;
2555
2658
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2556
2659
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2636,10 +2739,10 @@ export declare type MultiInputFieldProps = {
2636
2739
  maxLength?: string;
2637
2740
  };
2638
2741
 
2639
- export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2742
+ export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2640
2743
  "update:value": (value: string[]) => any;
2641
2744
  "update:isError": (value: boolean) => any;
2642
- }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
2745
+ }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
2643
2746
  "onUpdate:value"?: ((value: string[]) => any) | undefined;
2644
2747
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2645
2748
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2868,10 +2971,10 @@ export declare type SelectBaseProps = {
2868
2971
  dropdownMaxHeight?: number;
2869
2972
  };
2870
2973
 
2871
- export declare const SelectField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2974
+ export declare const SelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2872
2975
  "update:value": (value: string | null) => any;
2873
2976
  "update:isError": (value: boolean) => any;
2874
- }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
2977
+ }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
2875
2978
  "onUpdate:value"?: ((value: string | null) => any) | undefined;
2876
2979
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2877
2980
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -3020,9 +3123,9 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
3020
3123
 
3021
3124
  declare const sizes: readonly ["title120", "title1", "title2", "title3", "headline", "body", "subhead", "caption"];
3022
3125
 
3023
- declare const sizes_10: readonly ["16", "20"];
3126
+ declare const sizes_10: readonly ["28", "36", "40", "56", "120", 28, 36, 40, 56, 120];
3024
3127
 
3025
- declare const sizes_11: readonly ["28", "36", "40", "56", "120", 28, 36, 40, 56, 120];
3128
+ declare const sizes_11: readonly ["default", "28_caption", "36_subhead", "subhead", "body"];
3026
3129
 
3027
3130
  declare const sizes_2: readonly ["58", "50", "44", "40", "34", "28"];
3028
3131
 
@@ -3036,9 +3139,9 @@ declare const sizes_6: readonly ["subhead", "caption"];
3036
3139
 
3037
3140
  declare const sizes_7: readonly ["large", "base", "small"];
3038
3141
 
3039
- declare const sizes_8: readonly ["default", "28_caption", "36_subhead", "subhead", "body"];
3142
+ declare const sizes_8: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
3040
3143
 
3041
- declare const sizes_9: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
3144
+ declare const sizes_9: readonly ["16", "20"];
3042
3145
 
3043
3146
  export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
3044
3147
 
@@ -3052,9 +3155,9 @@ declare class SpriteServiceImp implements SpriteService {
3052
3155
  install(): Promise<void>;
3053
3156
  }
3054
3157
 
3055
- export declare const StatusSelect: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3158
+ export declare const StatusSelect: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3056
3159
  "update:value": (value: string | number) => any;
3057
- }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
3160
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
3058
3161
  "onUpdate:value"?: ((value: string | number) => any) | undefined;
3059
3162
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3060
3163
  triggerElementRef: HTMLButtonElement;
@@ -3125,17 +3228,17 @@ export declare type TableProps<T> = {
3125
3228
 
3126
3229
  export declare const TableRow: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
3127
3230
 
3128
- export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3231
+ export declare const Tabs: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3129
3232
  "update:value": (value: Maybe<string | number> | undefined) => any;
3130
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
3233
+ }, string, PublicProps, Readonly<__VLS_PublicProps_20> & Readonly<{
3131
3234
  "onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
3132
3235
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3133
3236
 
3134
3237
  export declare type TabsProps = {
3135
3238
  value?: Maybe<number | string>;
3136
3239
  label?: string;
3137
- view: (typeof views_8)[number];
3138
- size: (typeof sizes_8)[number];
3240
+ view: (typeof views_9)[number];
3241
+ size: (typeof sizes_11)[number];
3139
3242
  isDisabled?: boolean;
3140
3243
  data: {
3141
3244
  id: number | string;
@@ -3165,9 +3268,9 @@ export declare type TheImageProps = {
3165
3268
  hasBlendMode?: boolean;
3166
3269
  };
3167
3270
 
3168
- export declare const ThemePicker: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3271
+ export declare const ThemePicker: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3169
3272
  "update:value": (value: Maybe<string | number>) => any;
3170
- }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
3273
+ }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
3171
3274
  "onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
3172
3275
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3173
3276
 
@@ -3198,7 +3301,7 @@ skeleton: HTMLDivElement;
3198
3301
  }, HTMLDivElement>;
3199
3302
 
3200
3303
  export declare type TheTextSkeletonProps = {
3201
- size?: (typeof sizes_9)[number];
3304
+ size?: (typeof sizes_8)[number];
3202
3305
  widthRange?: [number, number];
3203
3306
  color: Color;
3204
3307
  };
@@ -3266,9 +3369,9 @@ declare class ToastServiceImpl implements ToastService {
3266
3369
 
3267
3370
  export declare const ToastServiceKey: InjectionKey<ToastService>;
3268
3371
 
3269
- export declare const Toggle: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3372
+ export declare const Toggle: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3270
3373
  "update:value": (value: boolean) => any;
3271
- }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
3374
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
3272
3375
  "onUpdate:value"?: ((value: boolean) => any) | undefined;
3273
3376
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
3274
3377
 
@@ -3441,9 +3544,9 @@ declare const views_6: readonly ["base", "secondary", "brand"];
3441
3544
 
3442
3545
  declare const views_7: readonly ["base", "critical"];
3443
3546
 
3444
- declare const views_8: readonly ["default", "flat", "flat-secondary"];
3547
+ declare const views_8: readonly ["base", "critical", "secondary"];
3445
3548
 
3446
- declare const views_9: readonly ["base", "critical", "secondary"];
3549
+ declare const views_9: readonly ["default", "flat", "flat-secondary"];
3447
3550
 
3448
3551
  declare const weights: readonly ["regular", "medium", "semibold", "bold"];
3449
3552