pukaad-ui-lib 1.8.0 → 1.9.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 (30) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/button.d.vue.ts +1 -1
  3. package/dist/runtime/components/button.vue.d.ts +1 -1
  4. package/dist/runtime/components/input/input-autocomplete.d.vue.ts +1 -1
  5. package/dist/runtime/components/input/input-autocomplete.vue.d.ts +1 -1
  6. package/dist/runtime/components/input/input-file.d.vue.ts +1 -1
  7. package/dist/runtime/components/input/input-file.vue.d.ts +1 -1
  8. package/dist/runtime/components/input/input-password.d.vue.ts +1 -1
  9. package/dist/runtime/components/input/input-password.vue.d.ts +1 -1
  10. package/dist/runtime/components/input/input-slider.d.vue.ts +1 -1
  11. package/dist/runtime/components/input/input-slider.vue.d.ts +1 -1
  12. package/dist/runtime/components/ui/button/index.d.ts +2 -2
  13. package/dist/runtime/components/ui/button/index.js +22 -1
  14. package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +2 -2
  15. package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
  16. package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +2 -2
  17. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
  18. package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +1 -1
  19. package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +1 -1
  20. package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +1 -1
  21. package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +1 -1
  22. package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +1 -1
  23. package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +1 -1
  24. package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +1 -1
  25. package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +1 -1
  26. package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +1 -1
  27. package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +1 -1
  28. package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +1 -1
  29. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +1 -1
  30. package/package.json +1 -1
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.8.0",
4
+ "version": "1.9.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -1,6 +1,6 @@
1
1
  import type { HTMLAttributes } from "vue";
2
2
  export type ButtonType = "button" | "submit" | "reset";
3
- export type ButtonVariant = "default" | "outline" | "ghost" | "link" | "text";
3
+ export type ButtonVariant = "default" | "outline" | "ghost" | "link" | "text" | "icon";
4
4
  export type ButtonColor = "default" | "primary" | "secondary" | "destructive";
5
5
  export interface ButtonProps {
6
6
  type?: ButtonType;
@@ -1,6 +1,6 @@
1
1
  import type { HTMLAttributes } from "vue";
2
2
  export type ButtonType = "button" | "submit" | "reset";
3
- export type ButtonVariant = "default" | "outline" | "ghost" | "link" | "text";
3
+ export type ButtonVariant = "default" | "outline" | "ghost" | "link" | "text" | "icon";
4
4
  export type ButtonColor = "default" | "primary" | "secondary" | "destructive";
5
5
  export interface ButtonProps {
6
6
  type?: ButtonType;
@@ -37,8 +37,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
37
37
  name: string;
38
38
  description: string;
39
39
  limit: number;
40
- options: AutocompleteOption[] | string[] | number[];
41
40
  placeholder: string;
41
+ options: AutocompleteOption[] | string[] | number[];
42
42
  disabledErrorMessage: boolean;
43
43
  disabledBorder: boolean;
44
44
  showCounter: boolean;
@@ -37,8 +37,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
37
37
  name: string;
38
38
  description: string;
39
39
  limit: number;
40
- options: AutocompleteOption[] | string[] | number[];
41
40
  placeholder: string;
41
+ options: AutocompleteOption[] | string[] | number[];
42
42
  disabledErrorMessage: boolean;
43
43
  disabledBorder: boolean;
44
44
  showCounter: boolean;
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
27
27
  label: string;
28
28
  name: string;
29
29
  limit: number;
30
- disabledErrorMessage: boolean;
31
30
  accept: string;
31
+ disabledErrorMessage: boolean;
32
32
  labelIcon: string;
33
33
  disabledDrop: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
27
27
  label: string;
28
28
  name: string;
29
29
  limit: number;
30
- disabledErrorMessage: boolean;
31
30
  accept: string;
31
+ disabledErrorMessage: boolean;
32
32
  labelIcon: string;
33
33
  disabledDrop: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
18
18
  }>, {
19
19
  id: string;
20
20
  name: string;
21
- new: boolean;
22
21
  disabledForgotPassword: boolean;
22
+ new: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
18
18
  }>, {
19
19
  id: string;
20
20
  name: string;
21
- new: boolean;
22
21
  disabledForgotPassword: boolean;
22
+ new: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
12
12
  color: InputSliderColor;
13
13
  fullWidth: boolean;
14
14
  label: string;
15
+ step: number;
15
16
  min: number;
16
17
  max: number;
17
- step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
12
12
  color: InputSliderColor;
13
13
  fullWidth: boolean;
14
14
  label: string;
15
+ step: number;
15
16
  min: number;
16
17
  max: number;
17
- step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -1,9 +1,9 @@
1
1
  import type { VariantProps } from "class-variance-authority";
2
2
  export { default as Button } from "./Button.vue.js";
3
3
  export declare const buttonVariants: (props?: ({
4
- variant?: "default" | "outline" | "ghost" | "link" | "text" | null | undefined;
4
+ variant?: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null | undefined;
5
5
  color?: "default" | "primary" | "secondary" | "destructive" | null | undefined;
6
- size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
6
+ size?: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
8
  export type ButtonVariants = VariantProps<typeof buttonVariants>;
9
9
  export type ButtonColor = ButtonVariants["color"];
@@ -9,7 +9,8 @@ export const buttonVariants = cva(
9
9
  outline: "shadow-sm",
10
10
  ghost: "",
11
11
  link: "underline-offset-4 hover:underline",
12
- text: ""
12
+ text: "",
13
+ icon: "has-[>svg]:px-0"
13
14
  },
14
15
  color: {
15
16
  default: "text-foreground",
@@ -87,6 +88,26 @@ export const buttonVariants = cva(
87
88
  color: "destructive",
88
89
  class: "text-destructive hover:bg-destructive/90 hover:text-destructive-foreground"
89
90
  },
91
+ {
92
+ variant: "icon",
93
+ color: "default",
94
+ class: "text-foreground hover:bg-mercury/90"
95
+ },
96
+ {
97
+ variant: "icon",
98
+ color: "primary",
99
+ class: "text-primary hover:bg-primary/90 hover:text-primary-foreground"
100
+ },
101
+ {
102
+ variant: "icon",
103
+ color: "secondary",
104
+ class: "text-secondary hover:bg-secondary/90 hover:text-secondary-foreground"
105
+ },
106
+ {
107
+ variant: "icon",
108
+ color: "destructive",
109
+ class: "text-destructive hover:bg-destructive/90 hover:text-destructive-foreground"
110
+ },
90
111
  // text variant - just plain text with color, no background or hover effects
91
112
  {
92
113
  variant: "text",
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- variant: "default" | "outline" | "ghost" | "link" | "text" | null;
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
12
+ variant: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- variant: "default" | "outline" | "ghost" | "link" | "text" | null;
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
12
+ variant: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- variant: "default" | "outline" | "ghost" | "link" | "text" | null;
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
12
+ variant: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- variant: "default" | "outline" | "ghost" | "link" | "text" | null;
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
12
+ variant: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -4,7 +4,7 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {
7
- variant: "default" | "outline" | "ghost" | "link" | "text" | null;
7
+ variant: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null;
8
8
  size: "icon-xs" | "sm" | "icon-sm" | "xs" | null;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -4,7 +4,7 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {
7
- variant: "default" | "outline" | "ghost" | "link" | "text" | null;
7
+ variant: "default" | "outline" | "ghost" | "link" | "text" | "icon" | null;
8
8
  size: "icon-xs" | "sm" | "icon-sm" | "xs" | null;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -11,7 +11,7 @@ type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_7) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
@@ -11,7 +11,7 @@ type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_7) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
13
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",