@namba_one/ui-kit-2 1.0.68 → 1.0.69

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
@@ -121,8 +121,8 @@ $data: {};
121
121
  $props: {
122
122
  readonly tag?: tags_2[number] | undefined;
123
123
  readonly href?: string | undefined;
124
- readonly isLoading?: boolean | undefined;
125
124
  readonly isDisabled?: boolean | undefined;
125
+ readonly isLoading?: boolean | undefined;
126
126
  readonly view?: views_2[number] | undefined;
127
127
  readonly size?: sizes_2[number] | undefined;
128
128
  readonly isWide?: boolean | undefined;
@@ -480,8 +480,8 @@ declare function __VLS_template_8(): {
480
480
  $props: {
481
481
  readonly tag?: tags_2[number] | undefined;
482
482
  readonly href?: string | undefined;
483
- readonly isLoading?: boolean | undefined;
484
483
  readonly isDisabled?: boolean | undefined;
484
+ readonly isLoading?: boolean | undefined;
485
485
  readonly view?: views_2[number] | undefined;
486
486
  readonly size?: sizes_2[number] | undefined;
487
487
  readonly isWide?: boolean | undefined;
@@ -1690,9 +1690,9 @@ declare type View = 'secondary' | 'success' | 'brand' | 'critical';
1690
1690
 
1691
1691
  declare const views: readonly ["brand", "secondary", "success", "critical", "base"];
1692
1692
 
1693
- declare const views_2: readonly ["critical_primary", "critical", "base_primary", "base", "base_Flat", "brand_flat", "productSurface", "surface_shadow", "surface"];
1693
+ declare const views_2: readonly ["critical-primary", "critical", "base-primary", "base", "base-flat", "brand-flat", "product-surface", "surface-shadow", "surface", "secondary"];
1694
1694
 
1695
- declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product_surface", "primary_flat", "base_shadow", "surface_shadow"];
1695
+ declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow"];
1696
1696
 
1697
1697
  declare const views_4: readonly ["base", "critical"];
1698
1698