@namba_one/ui-kit-2 1.0.257 → 1.0.259

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
@@ -135,7 +135,7 @@ readonly tag?: tags_2[number] | undefined;
135
135
  readonly href?: string | undefined;
136
136
  readonly isDisabled?: boolean | undefined;
137
137
  readonly isLoading?: boolean | undefined;
138
- readonly view?: views_2[number] | undefined;
138
+ readonly view?: views_3[number] | undefined;
139
139
  readonly size?: sizes_2[number] | undefined;
140
140
  readonly isWide?: boolean | undefined;
141
141
  readonly iconLeft?: IconName | undefined;
@@ -202,7 +202,7 @@ $: ComponentInternalInstance;
202
202
  $data: {};
203
203
  $props: {
204
204
  readonly count?: (number | string) | undefined;
205
- readonly view?: views_4[number] | undefined;
205
+ readonly view?: views_5[number] | undefined;
206
206
  readonly onClick?: (() => any) | undefined;
207
207
  readonly onDelete?: (() => any) | undefined;
208
208
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -217,7 +217,7 @@ $: ComponentInternalInstance;
217
217
  $data: {};
218
218
  $props: {
219
219
  readonly count?: (number | string) | undefined;
220
- readonly view?: views_4[number] | undefined;
220
+ readonly view?: views_5[number] | undefined;
221
221
  readonly onClick?: (() => any) | undefined;
222
222
  readonly onDelete?: (() => any) | undefined;
223
223
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -436,7 +436,13 @@ declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, Com
436
436
 
437
437
  declare const __VLS_component_40: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
438
438
 
439
- declare const __VLS_component_41: DefineComponent<__VLS_Props_35, {
439
+ declare const __VLS_component_41: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
440
+ "update:value": (value: (string | number)[]) => any;
441
+ }, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
442
+ "onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
443
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
444
+
445
+ declare const __VLS_component_42: DefineComponent<__VLS_Props_35, {
440
446
  open: () => void | undefined;
441
447
  close: () => void;
442
448
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -506,9 +512,9 @@ default?(_: {}): any;
506
512
  }) | null;
507
513
  }, any>;
508
514
 
509
- declare const __VLS_component_42: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
515
+ declare const __VLS_component_43: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
510
516
 
511
- declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
517
+ declare const __VLS_component_44: DefineComponent<__VLS_Props_37, {
512
518
  open: () => void;
513
519
  close: () => void;
514
520
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -637,13 +643,13 @@ default?(_: {}): any;
637
643
  }) | null;
638
644
  }, any>;
639
645
 
640
- declare const __VLS_component_44: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
646
+ declare const __VLS_component_45: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
641
647
  close: () => any;
642
648
  }, string, PublicProps, Readonly<FormPageLayoutProps> & Readonly<{
643
649
  onClose?: (() => any) | undefined;
644
650
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
645
651
 
646
- declare const __VLS_component_45: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
652
+ declare const __VLS_component_46: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
647
653
 
648
654
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
649
655
  click: (e: Event) => any;
@@ -1208,7 +1214,7 @@ declare function __VLS_template_30(): {
1208
1214
  readonly href?: string | undefined;
1209
1215
  readonly isDisabled?: boolean | undefined;
1210
1216
  readonly isLoading?: boolean | undefined;
1211
- readonly view?: views_2[number] | undefined;
1217
+ readonly view?: views_3[number] | undefined;
1212
1218
  readonly size?: sizes_2[number] | undefined;
1213
1219
  readonly isWide?: boolean | undefined;
1214
1220
  readonly iconLeft?: IconName | undefined;
@@ -1280,7 +1286,7 @@ declare function __VLS_template_31(): {
1280
1286
  $data: {};
1281
1287
  $props: {
1282
1288
  readonly count?: (number | string) | undefined;
1283
- readonly view?: views_4[number] | undefined;
1289
+ readonly view?: views_5[number] | undefined;
1284
1290
  readonly onClick?: (() => any) | undefined;
1285
1291
  readonly onDelete?: (() => any) | undefined;
1286
1292
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -1295,7 +1301,7 @@ declare function __VLS_template_31(): {
1295
1301
  $data: {};
1296
1302
  $props: {
1297
1303
  readonly count?: (number | string) | undefined;
1298
- readonly view?: views_4[number] | undefined;
1304
+ readonly view?: views_5[number] | undefined;
1299
1305
  readonly onClick?: (() => any) | undefined;
1300
1306
  readonly onDelete?: (() => any) | undefined;
1301
1307
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -1558,6 +1564,17 @@ declare function __VLS_template_40(): {
1558
1564
  };
1559
1565
 
1560
1566
  declare function __VLS_template_41(): {
1567
+ attrs: Partial<{}>;
1568
+ slots: {
1569
+ searchEmpty?(_: {
1570
+ clear: () => string;
1571
+ }): any;
1572
+ };
1573
+ refs: {};
1574
+ rootEl: HTMLDivElement;
1575
+ };
1576
+
1577
+ declare function __VLS_template_42(): {
1561
1578
  attrs: Partial<{}>;
1562
1579
  slots: {
1563
1580
  default?(_: {}): any;
@@ -1627,7 +1644,7 @@ declare function __VLS_template_41(): {
1627
1644
  rootEl: any;
1628
1645
  };
1629
1646
 
1630
- declare function __VLS_template_42(): {
1647
+ declare function __VLS_template_43(): {
1631
1648
  attrs: Partial<{}>;
1632
1649
  slots: {
1633
1650
  default?(_: {}): any;
@@ -1636,7 +1653,7 @@ declare function __VLS_template_42(): {
1636
1653
  rootEl: HTMLDivElement;
1637
1654
  };
1638
1655
 
1639
- declare function __VLS_template_43(): {
1656
+ declare function __VLS_template_44(): {
1640
1657
  attrs: Partial<{}>;
1641
1658
  slots: {
1642
1659
  default?(_: {}): any;
@@ -1770,7 +1787,7 @@ declare function __VLS_template_43(): {
1770
1787
  rootEl: any;
1771
1788
  };
1772
1789
 
1773
- declare function __VLS_template_44(): {
1790
+ declare function __VLS_template_45(): {
1774
1791
  attrs: Partial<{}>;
1775
1792
  slots: {
1776
1793
  loading?(_: {}): any;
@@ -1781,7 +1798,7 @@ declare function __VLS_template_44(): {
1781
1798
  rootEl: HTMLDivElement;
1782
1799
  };
1783
1800
 
1784
- declare function __VLS_template_45(): {
1801
+ declare function __VLS_template_46(): {
1785
1802
  attrs: Partial<{}>;
1786
1803
  slots: {
1787
1804
  top?(_: {}): any;
@@ -1919,6 +1936,8 @@ declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
1919
1936
 
1920
1937
  declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
1921
1938
 
1939
+ declare type __VLS_TemplateResult_46 = ReturnType<typeof __VLS_template_46>;
1940
+
1922
1941
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1923
1942
 
1924
1943
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -2169,6 +2188,12 @@ declare type __VLS_WithTemplateSlots_45<T, S> = T & {
2169
2188
  };
2170
2189
  };
2171
2190
 
2191
+ declare type __VLS_WithTemplateSlots_46<T, S> = T & {
2192
+ new (): {
2193
+ $slots: S;
2194
+ };
2195
+ };
2196
+
2172
2197
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2173
2198
  new (): {
2174
2199
  $slots: S;
@@ -2217,7 +2242,7 @@ export declare type AvatarProps = {
2217
2242
  export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2218
2243
 
2219
2244
  export declare type BadgeProps = {
2220
- view?: (typeof views)[number];
2245
+ view?: (typeof views_2)[number];
2221
2246
  size?: 'subhead' | 'caption';
2222
2247
  weight?: 'regular' | 'semibold';
2223
2248
  isRounded?: boolean;
@@ -2277,7 +2302,7 @@ onClick?: ((e: Event) => any) | undefined;
2277
2302
  export declare type ButtonIconEmits = ButtonBaseEmits;
2278
2303
 
2279
2304
  export declare type ButtonIconProps = Omit<ButtonBaseProps, 'view' | 'size'> & {
2280
- view?: (typeof views_3)[number];
2305
+ view?: (typeof views_4)[number];
2281
2306
  size?: (typeof sizes_3)[number];
2282
2307
  icon: IconName;
2283
2308
  isRound?: boolean;
@@ -2286,13 +2311,13 @@ export declare type ButtonIconProps = Omit<ButtonBaseProps, 'view' | 'size'> & {
2286
2311
  export declare const ButtonIconSkeleton: DefineComponent<ButtonIconSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonIconSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2287
2312
 
2288
2313
  export declare type ButtonIconSkeletonProps = {
2289
- view?: (typeof views_3)[number];
2314
+ view?: (typeof views_4)[number];
2290
2315
  size?: (typeof sizes_3)[number];
2291
2316
  isRound?: boolean;
2292
2317
  };
2293
2318
 
2294
2319
  export declare type ButtonProps = Omit<ButtonBaseProps, 'view' | 'size'> & {
2295
- view?: (typeof views_2)[number];
2320
+ view?: (typeof views_3)[number];
2296
2321
  size?: (typeof sizes_2)[number];
2297
2322
  isWide?: boolean;
2298
2323
  iconLeft?: IconName;
@@ -2302,7 +2327,7 @@ export declare type ButtonProps = Omit<ButtonBaseProps, 'view' | 'size'> & {
2302
2327
  export declare const ButtonSkeleton: DefineComponent<ButtonSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2303
2328
 
2304
2329
  export declare type ButtonSkeletonProps = {
2305
- view?: (typeof views_2)[number];
2330
+ view?: (typeof views_3)[number];
2306
2331
  size?: (typeof sizes_2)[number];
2307
2332
  isWide?: boolean;
2308
2333
  };
@@ -2417,7 +2442,7 @@ export declare type ChipEmits = {
2417
2442
 
2418
2443
  export declare type ChipProps = {
2419
2444
  count?: number | string;
2420
- view?: (typeof views_4)[number];
2445
+ view?: (typeof views_5)[number];
2421
2446
  };
2422
2447
 
2423
2448
  declare function close_2(): void;
@@ -2468,7 +2493,7 @@ $: ComponentInternalInstance;
2468
2493
  $data: {};
2469
2494
  $props: {
2470
2495
  readonly count?: (number | string) | undefined;
2471
- readonly view?: views_4[number] | undefined;
2496
+ readonly view?: views_5[number] | undefined;
2472
2497
  readonly onClick?: (() => any) | undefined;
2473
2498
  readonly onDelete?: (() => any) | undefined;
2474
2499
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -2483,7 +2508,7 @@ $: ComponentInternalInstance;
2483
2508
  $data: {};
2484
2509
  $props: {
2485
2510
  readonly count?: (number | string) | undefined;
2486
- readonly view?: views_4[number] | undefined;
2511
+ readonly view?: views_5[number] | undefined;
2487
2512
  readonly onClick?: (() => any) | undefined;
2488
2513
  readonly onDelete?: (() => any) | undefined;
2489
2514
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -2813,7 +2838,7 @@ declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25,
2813
2838
  export { _default_2 as CheckboxGroupFilter }
2814
2839
  export { _default_2 as CheckboxGroupFilterView }
2815
2840
 
2816
- export declare const DefaultModal: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2841
+ export declare const DefaultModal: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
2817
2842
 
2818
2843
  export declare const Divider: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2819
2844
 
@@ -2945,11 +2970,7 @@ export declare type FilterGroup_AmountValue = {
2945
2970
  end: string;
2946
2971
  };
2947
2972
 
2948
- export declare const FilterGroup_CheckboxList: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2949
- "update:value": (value: (string | number)[]) => any;
2950
- }, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
2951
- "onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
2952
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2973
+ export declare const FilterGroup_CheckboxList: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2953
2974
 
2954
2975
  export declare type FilterGroup_CheckboxListProps = {
2955
2976
  title: string;
@@ -2962,6 +2983,8 @@ export declare type FilterGroup_CheckboxListProps = {
2962
2983
  selectAllButton?: string;
2963
2984
  minWidth?: number;
2964
2985
  withHeader?: boolean;
2986
+ withSearch?: boolean;
2987
+ searchPlaceholder?: string;
2965
2988
  };
2966
2989
 
2967
2990
  export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -3115,9 +3138,13 @@ export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_27, {},
3115
3138
 
3116
3139
  export declare type FilterGroup_DateProps = {
3117
3140
  buttonTitle: string;
3141
+ withTimeRange?: boolean;
3142
+ view?: (typeof views)[number];
3118
3143
  title?: string;
3119
3144
  fromPlaceholder?: string;
3120
3145
  toPlaceholder?: string;
3146
+ fromTimePlaceholder?: string;
3147
+ toTimePlaceholder?: string;
3121
3148
  minWidth?: number;
3122
3149
  };
3123
3150
 
@@ -3175,7 +3202,7 @@ export declare const FlatTabs: __VLS_WithTemplateSlots_35<typeof __VLS_component
3175
3202
 
3176
3203
  export declare type FlatTabsProps = {};
3177
3204
 
3178
- export declare const FormPageLayout: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3205
+ export declare const FormPageLayout: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
3179
3206
 
3180
3207
  export declare type FormPageLayoutEmits = {
3181
3208
  (event: 'close'): void;
@@ -3222,7 +3249,7 @@ export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, Co
3222
3249
 
3223
3250
  export declare type IconViewProps = {
3224
3251
  icon: IconName;
3225
- view?: (typeof views_5)[number];
3252
+ view?: (typeof views_6)[number];
3226
3253
  size: (typeof sizes_4)[number];
3227
3254
  isRounded?: boolean;
3228
3255
  };
@@ -3332,7 +3359,7 @@ export declare type LinkEmits = {
3332
3359
  export declare type LinkProps = {
3333
3360
  tag?: (typeof tags_3)[number];
3334
3361
  href?: string;
3335
- view?: (typeof views_6)[number];
3362
+ view?: (typeof views_7)[number];
3336
3363
  size?: (typeof sizes_6)[number];
3337
3364
  weight?: (typeof weights_2)[number];
3338
3365
  iconLeft?: IconName;
@@ -3498,7 +3525,7 @@ export declare type MenuBarItemProps = {
3498
3525
  onClick: () => void;
3499
3526
  text: string;
3500
3527
  icon?: Maybe<IconName>;
3501
- view?: (typeof views_8)[number];
3528
+ view?: (typeof views_9)[number];
3502
3529
  badgeText?: string;
3503
3530
  isActive?: boolean;
3504
3531
  isChecked?: boolean;
@@ -3508,9 +3535,9 @@ export declare type MenuBarProps = {
3508
3535
  list: MenuBarItemProps[][];
3509
3536
  };
3510
3537
 
3511
- export declare const Modal: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
3538
+ export declare const Modal: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3512
3539
 
3513
- export declare const Modal_Footer: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3540
+ export declare const Modal_Footer: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
3514
3541
 
3515
3542
  export declare const Modal_Header: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3516
3543
 
@@ -3722,7 +3749,7 @@ export declare type ModalConfirmationEmits = {
3722
3749
  };
3723
3750
 
3724
3751
  export declare type ModalConfirmationProps = {
3725
- view: (typeof views_7)[number];
3752
+ view: (typeof views_8)[number];
3726
3753
  title: string;
3727
3754
  description: string;
3728
3755
  buttonText: string;
@@ -3972,7 +3999,7 @@ declare function open_2(): void;
3972
3999
 
3973
4000
  declare function open_3(timeout?: number): void;
3974
4001
 
3975
- export declare const PageHeader: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
4002
+ export declare const PageHeader: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
3976
4003
 
3977
4004
  export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
3978
4005
 
@@ -4443,7 +4470,7 @@ export declare const Tabs: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {},
4443
4470
  export declare type TabsProps = {
4444
4471
  value?: Maybe<number | string>;
4445
4472
  label?: string;
4446
- view: (typeof views_9)[number];
4473
+ view: (typeof views_10)[number];
4447
4474
  size: (typeof sizes_11)[number];
4448
4475
  isDisabled?: boolean;
4449
4476
  data: {
@@ -4758,23 +4785,25 @@ export declare type VerificationInfoCellProps = {
4758
4785
 
4759
4786
  declare type View = 'secondary' | 'success' | 'brand' | 'critical';
4760
4787
 
4761
- declare const views: readonly ["brand", "secondary", "success", "critical", "base"];
4788
+ export declare const views: readonly ["surface-shadow", "base"];
4789
+
4790
+ declare const views_10: readonly ["default", "flat", "flat-secondary"];
4762
4791
 
4763
- declare const views_2: readonly ["critical-primary", "critical", "base-primary", "base", "base-flat", "brand-flat", "product-surface", "surface-shadow", "surface", "secondary"];
4792
+ declare const views_2: readonly ["brand", "secondary", "success", "critical", "base"];
4764
4793
 
4765
- declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow", "base-flat"];
4794
+ declare const views_3: readonly ["critical-primary", "critical", "base-primary", "base", "base-flat", "brand-flat", "product-surface", "surface-shadow", "surface", "secondary"];
4766
4795
 
4767
- declare const views_4: readonly ["base-primary", "base-secondary"];
4796
+ declare const views_4: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow", "base-flat"];
4768
4797
 
4769
- declare const views_5: readonly ["base", "critical"];
4798
+ declare const views_5: readonly ["base-primary", "base-secondary"];
4770
4799
 
4771
- declare const views_6: readonly ["base", "secondary", "brand"];
4800
+ declare const views_6: readonly ["base", "critical"];
4772
4801
 
4773
- declare const views_7: readonly ["base", "critical"];
4802
+ declare const views_7: readonly ["base", "secondary", "brand"];
4774
4803
 
4775
- declare const views_8: readonly ["base", "critical", "secondary"];
4804
+ declare const views_8: readonly ["base", "critical"];
4776
4805
 
4777
- declare const views_9: readonly ["default", "flat", "flat-secondary"];
4806
+ declare const views_9: readonly ["base", "critical", "secondary"];
4778
4807
 
4779
4808
  declare const weights: readonly ["regular", "medium", "semibold", "bold"];
4780
4809