@equal-experts/kuat-vue 0.12.0 → 0.13.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 (157) hide show
  1. package/README.md +3 -1
  2. package/dist/{AccordionTrigger-BRz5PzEd.js → AccordionTrigger-BGVFRlgt.js} +1 -1
  3. package/dist/{AlertDialogTrigger.vue_vue_type_script_setup_true_lang-CK1Um8CY.js → AlertDialogTrigger.vue_vue_type_script_setup_true_lang-DosgAcSM.js} +1 -1
  4. package/dist/{KuatSelect.vue_vue_type_script_setup_true_lang-DP66U_wg.js → KuatSelect.vue_vue_type_script_setup_true_lang-CT1xn9gs.js} +1 -1
  5. package/dist/accordion.js +1 -1
  6. package/dist/alert-dialog.js +1 -1
  7. package/dist/button-group.js +1 -1
  8. package/dist/checkbox.js +1 -1
  9. package/dist/{constants-Ils7NSfg.js → constants-BZKku54w.js} +1 -1
  10. package/dist/{constants-BpzIL1jq.js → constants-DC1CCNlp.js} +1 -1
  11. package/dist/{constants-D_fYMnOg.js → constants-DWBWMp2p.js} +1 -1
  12. package/dist/icon-button.js +12 -0
  13. package/dist/index-OELvcT-N.js +54 -0
  14. package/dist/{index-iz_NZI-V.js → index-Tp80OeHH.js} +1 -1
  15. package/dist/index-lZY__1xm.js +76 -0
  16. package/dist/index.js +1188 -392
  17. package/dist/radio.js +1 -1
  18. package/dist/select.js +1 -1
  19. package/dist/style.css +1 -1
  20. package/dist/switch.js +1 -1
  21. package/dist/toggle-group.js +1 -1
  22. package/package.json +5 -1
  23. package/dist/accordion.d.ts +0 -2
  24. package/dist/alert-dialog.d.ts +0 -2
  25. package/dist/badge.d.ts +0 -3
  26. package/dist/button-group.d.ts +0 -3
  27. package/dist/button.d.ts +0 -3
  28. package/dist/carousel.d.ts +0 -2
  29. package/dist/checkbox.d.ts +0 -3
  30. package/dist/components/ui/accordion/Accordion.vue.d.ts +0 -26
  31. package/dist/components/ui/accordion/AccordionContent.vue.d.ts +0 -27
  32. package/dist/components/ui/accordion/AccordionItem.vue.d.ts +0 -27
  33. package/dist/components/ui/accordion/AccordionTrigger.vue.d.ts +0 -28
  34. package/dist/components/ui/accordion/index.d.ts +0 -4
  35. package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts +0 -26
  36. package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +0 -27
  37. package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +0 -27
  38. package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +0 -41
  39. package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +0 -27
  40. package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +0 -26
  41. package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +0 -26
  42. package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +0 -27
  43. package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -22
  44. package/dist/components/ui/alert-dialog/index.d.ts +0 -9
  45. package/dist/components/ui/badge/Badge.vue.d.ts +0 -49
  46. package/dist/components/ui/badge/constants.d.ts +0 -4
  47. package/dist/components/ui/badge/index.d.ts +0 -14
  48. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +0 -34
  49. package/dist/components/ui/breadcrumb/index.d.ts +0 -2
  50. package/dist/components/ui/breadcrumb/types.d.ts +0 -8
  51. package/dist/components/ui/button/Button.vue.d.ts +0 -53
  52. package/dist/components/ui/button/constants.d.ts +0 -12
  53. package/dist/components/ui/button/index.d.ts +0 -12
  54. package/dist/components/ui/button-group/ButtonGroup.vue.d.ts +0 -43
  55. package/dist/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +0 -32
  56. package/dist/components/ui/button-group/ButtonGroupText.vue.d.ts +0 -40
  57. package/dist/components/ui/button-group/constants.d.ts +0 -2
  58. package/dist/components/ui/button-group/index.d.ts +0 -14
  59. package/dist/components/ui/carousel/Carousel.vue.d.ts +0 -59
  60. package/dist/components/ui/carousel/CarouselContent.vue.d.ts +0 -25
  61. package/dist/components/ui/carousel/CarouselItem.vue.d.ts +0 -32
  62. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +0 -16
  63. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +0 -16
  64. package/dist/components/ui/carousel/context.d.ts +0 -26
  65. package/dist/components/ui/carousel/index.d.ts +0 -7
  66. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +0 -13
  67. package/dist/components/ui/checkbox/CheckboxField.vue.d.ts +0 -68
  68. package/dist/components/ui/checkbox/constants.d.ts +0 -4
  69. package/dist/components/ui/checkbox/index.d.ts +0 -4
  70. package/dist/components/ui/content-card/ContentCard.vue.d.ts +0 -72
  71. package/dist/components/ui/content-card/index.d.ts +0 -1
  72. package/dist/components/ui/field/Field.vue.d.ts +0 -48
  73. package/dist/components/ui/field/FieldContent.vue.d.ts +0 -26
  74. package/dist/components/ui/field/FieldDescription.vue.d.ts +0 -26
  75. package/dist/components/ui/field/FieldError.vue.d.ts +0 -33
  76. package/dist/components/ui/field/FieldGroup.vue.d.ts +0 -26
  77. package/dist/components/ui/field/FieldLabel.vue.d.ts +0 -26
  78. package/dist/components/ui/field/FieldLegend.vue.d.ts +0 -43
  79. package/dist/components/ui/field/FieldSeparator.vue.d.ts +0 -26
  80. package/dist/components/ui/field/FieldSet.vue.d.ts +0 -26
  81. package/dist/components/ui/field/FieldTitle.vue.d.ts +0 -26
  82. package/dist/components/ui/field/constants.d.ts +0 -4
  83. package/dist/components/ui/field/index.d.ts +0 -12
  84. package/dist/components/ui/input/Input.vue.d.ts +0 -34
  85. package/dist/components/ui/input/constants.d.ts +0 -2
  86. package/dist/components/ui/input/index.d.ts +0 -3
  87. package/dist/components/ui/kuat-carousel/KuatCarousel.vue.d.ts +0 -51
  88. package/dist/components/ui/kuat-carousel/KuatCarouselContent.vue.d.ts +0 -25
  89. package/dist/components/ui/kuat-carousel/KuatCarouselItem.vue.d.ts +0 -27
  90. package/dist/components/ui/kuat-carousel/KuatCarouselNext.vue.d.ts +0 -16
  91. package/dist/components/ui/kuat-carousel/KuatCarouselPrevious.vue.d.ts +0 -16
  92. package/dist/components/ui/kuat-carousel/index.d.ts +0 -6
  93. package/dist/components/ui/kuat-header/EELogo.vue.d.ts +0 -32
  94. package/dist/components/ui/kuat-header/KuatHeader.vue.d.ts +0 -55
  95. package/dist/components/ui/kuat-header/constants.d.ts +0 -4
  96. package/dist/components/ui/kuat-header/index.d.ts +0 -15
  97. package/dist/components/ui/kuat-logo-lockup/EELogoIcon.vue.d.ts +0 -18
  98. package/dist/components/ui/kuat-logo-lockup/KuatLogoLockup.vue.d.ts +0 -45
  99. package/dist/components/ui/kuat-logo-lockup/constants.d.ts +0 -4
  100. package/dist/components/ui/kuat-logo-lockup/index.d.ts +0 -4
  101. package/dist/components/ui/kuat-radial-progress/KuatRadialProgress.vue.d.ts +0 -52
  102. package/dist/components/ui/kuat-radial-progress/constants.d.ts +0 -4
  103. package/dist/components/ui/kuat-radial-progress/index.d.ts +0 -3
  104. package/dist/components/ui/radio/RadioField.vue.d.ts +0 -58
  105. package/dist/components/ui/radio/RadioGroup.vue.d.ts +0 -31
  106. package/dist/components/ui/radio/RadioGroupItem.vue.d.ts +0 -22
  107. package/dist/components/ui/radio/constants.d.ts +0 -4
  108. package/dist/components/ui/radio/index.d.ts +0 -5
  109. package/dist/components/ui/select/KuatSelect.vue.d.ts +0 -104
  110. package/dist/components/ui/select/Select.vue.d.ts +0 -28
  111. package/dist/components/ui/select/SelectContent.vue.d.ts +0 -52
  112. package/dist/components/ui/select/SelectGroup.vue.d.ts +0 -22
  113. package/dist/components/ui/select/SelectItem.vue.d.ts +0 -40
  114. package/dist/components/ui/select/SelectLabel.vue.d.ts +0 -27
  115. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +0 -18
  116. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +0 -18
  117. package/dist/components/ui/select/SelectSeparator.vue.d.ts +0 -18
  118. package/dist/components/ui/select/SelectTrigger.vue.d.ts +0 -72
  119. package/dist/components/ui/select/SelectValue.vue.d.ts +0 -18
  120. package/dist/components/ui/select/constants.d.ts +0 -18
  121. package/dist/components/ui/select/index.d.ts +0 -13
  122. package/dist/components/ui/separator/Separator.vue.d.ts +0 -35
  123. package/dist/components/ui/separator/index.d.ts +0 -1
  124. package/dist/components/ui/sonner/KuatSonner.vue.d.ts +0 -54
  125. package/dist/components/ui/sonner/KuatSonnerContent.vue.d.ts +0 -53
  126. package/dist/components/ui/sonner/constants.d.ts +0 -2
  127. package/dist/components/ui/sonner/index.d.ts +0 -7
  128. package/dist/components/ui/sonner/toast.d.ts +0 -17
  129. package/dist/components/ui/switch/Switch.vue.d.ts +0 -13
  130. package/dist/components/ui/switch/SwitchField.vue.d.ts +0 -68
  131. package/dist/components/ui/switch/constants.d.ts +0 -4
  132. package/dist/components/ui/switch/index.d.ts +0 -4
  133. package/dist/components/ui/textarea/Textarea.vue.d.ts +0 -24
  134. package/dist/components/ui/textarea/constants.d.ts +0 -2
  135. package/dist/components/ui/textarea/index.d.ts +0 -3
  136. package/dist/components/ui/toggle/Toggle.vue.d.ts +0 -42
  137. package/dist/components/ui/toggle/constants.d.ts +0 -4
  138. package/dist/components/ui/toggle/index.d.ts +0 -3
  139. package/dist/components/ui/toggle-group/ToggleGroup.vue.d.ts +0 -45
  140. package/dist/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +0 -49
  141. package/dist/components/ui/toggle-group/constants.d.ts +0 -2
  142. package/dist/components/ui/toggle-group/index.d.ts +0 -4
  143. package/dist/field.d.ts +0 -3
  144. package/dist/index-A7umpmtg.js +0 -37
  145. package/dist/index.d.ts +0 -43
  146. package/dist/input.d.ts +0 -3
  147. package/dist/kuat-carousel.d.ts +0 -2
  148. package/dist/lib/utils.d.ts +0 -3
  149. package/dist/radio.d.ts +0 -3
  150. package/dist/select.d.ts +0 -3
  151. package/dist/sonner.d.ts +0 -1
  152. package/dist/style.css.d.ts +0 -2
  153. package/dist/switch.d.ts +0 -1
  154. package/dist/test/setup.d.ts +0 -1
  155. package/dist/textarea.d.ts +0 -3
  156. package/dist/toggle-group.d.ts +0 -5
  157. package/dist/toggle.d.ts +0 -3
@@ -1,35 +0,0 @@
1
- import { SeparatorProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SeparatorProps & {
5
- class?: HTMLAttributes["class"];
6
- }>, {
7
- orientation: string;
8
- decorative: boolean;
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SeparatorProps & {
10
- class?: HTMLAttributes["class"];
11
- }>, {
12
- orientation: string;
13
- decorative: boolean;
14
- }>>> & Readonly<{}>, {
15
- orientation: "vertical" | "horizontal";
16
- decorative: boolean;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
- export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToRuntimeProps<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
28
- type __VLS_WithDefaults<P, D> = {
29
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
- default: D[K];
31
- }> : P[K];
32
- };
33
- type __VLS_Prettify<T> = {
34
- [K in keyof T]: T[K];
35
- } & {};
@@ -1 +0,0 @@
1
- export { default as Separator } from './Separator.vue';
@@ -1,54 +0,0 @@
1
- import { SonnerPosition } from './constants';
2
-
3
- type ClassNamesMap = Record<string, string>;
4
- type ToastOptions = {
5
- classNames?: ClassNamesMap;
6
- } & Record<string, unknown>;
7
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
- class?: string;
9
- containerAriaLabel?: string;
10
- expand?: boolean;
11
- position?: SonnerPosition;
12
- toastOptions?: ToastOptions;
13
- visibleToasts?: number;
14
- }>, {
15
- containerAriaLabel: string;
16
- expand: boolean;
17
- position: string;
18
- visibleToasts: number;
19
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
- class?: string;
21
- containerAriaLabel?: string;
22
- expand?: boolean;
23
- position?: SonnerPosition;
24
- toastOptions?: ToastOptions;
25
- visibleToasts?: number;
26
- }>, {
27
- containerAriaLabel: string;
28
- expand: boolean;
29
- position: string;
30
- visibleToasts: number;
31
- }>>> & Readonly<{}>, {
32
- position: SonnerPosition;
33
- containerAriaLabel: string;
34
- expand: boolean;
35
- visibleToasts: number;
36
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
- export default _default;
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToRuntimeProps<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
@@ -1,53 +0,0 @@
1
- import { Component } from 'vue';
2
-
3
- export type SonnerContentAction = {
4
- label: string;
5
- onClick: () => void;
6
- ariaLabel?: string;
7
- };
8
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- action?: SonnerContentAction;
10
- description?: string;
11
- leftIcon?: Component | null;
12
- showLeftIcon?: boolean;
13
- title: string;
14
- }>, {
15
- action: undefined;
16
- description: undefined;
17
- leftIcon: null;
18
- showLeftIcon: boolean;
19
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
- action?: SonnerContentAction;
21
- description?: string;
22
- leftIcon?: Component | null;
23
- showLeftIcon?: boolean;
24
- title: string;
25
- }>, {
26
- action: undefined;
27
- description: undefined;
28
- leftIcon: null;
29
- showLeftIcon: boolean;
30
- }>>> & Readonly<{}>, {
31
- description: string;
32
- action: SonnerContentAction;
33
- leftIcon: Component | null;
34
- showLeftIcon: boolean;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
- export default _default;
37
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
- type __VLS_TypePropsToRuntimeProps<T> = {
39
- [K in keyof T]-?: {} extends Pick<T, K> ? {
40
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
41
- } : {
42
- type: import('vue').PropType<T[K]>;
43
- required: true;
44
- };
45
- };
46
- type __VLS_WithDefaults<P, D> = {
47
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
48
- default: D[K];
49
- }> : P[K];
50
- };
51
- type __VLS_Prettify<T> = {
52
- [K in keyof T]: T[K];
53
- } & {};
@@ -1,2 +0,0 @@
1
- export declare const SONNER_POSITIONS: readonly ["top-left", "top-center", "top-right", "bottom-left", "bottom-center", "bottom-right"];
2
- export type SonnerPosition = (typeof SONNER_POSITIONS)[number];
@@ -1,7 +0,0 @@
1
- export { default as Sonner } from './KuatSonner.vue';
2
- export { default as SonnerContent } from './KuatSonnerContent.vue';
3
- export { SONNER_POSITIONS } from './constants';
4
- export { toast } from './toast';
5
- export type { SonnerPosition } from './constants';
6
- export type { SonnerContentAction } from './KuatSonnerContent.vue';
7
- export type { SonnerAnnouncement, SonnerToastOptions } from './toast';
@@ -1,17 +0,0 @@
1
- import { toast as primitiveToast, ExternalToast } from 'vue-sonner';
2
-
3
- export type SonnerAnnouncement = "polite" | "assertive";
4
- export type SonnerToastOptions = Omit<ExternalToast, "important"> & {
5
- announcement?: SonnerAnnouncement;
6
- };
7
- type SonnerMessage = Parameters<typeof primitiveToast>[0];
8
- type ToastHandler = ((message: SonnerMessage, options?: SonnerToastOptions) => string | number) & {
9
- success: (message: SonnerMessage, options?: SonnerToastOptions) => string | number;
10
- info: (message: SonnerMessage, options?: SonnerToastOptions) => string | number;
11
- warning: (message: SonnerMessage, options?: SonnerToastOptions) => string | number;
12
- error: (message: SonnerMessage, options?: SonnerToastOptions) => string | number;
13
- loading: (message: SonnerMessage, options?: SonnerToastOptions) => string | number;
14
- dismiss: typeof primitiveToast.dismiss;
15
- };
16
- export declare const toast: ToastHandler;
17
- export {};
@@ -1,13 +0,0 @@
1
-
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- modelValue: import('vue').PropType<boolean>;
4
- class: {
5
- type: import('vue').PropType<any>;
6
- };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
- modelValue: import('vue').PropType<boolean>;
9
- class: {
10
- type: import('vue').PropType<any>;
11
- };
12
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
- export default _default;
@@ -1,68 +0,0 @@
1
- import { SwitchFieldAppearance, SwitchFieldLayout } from './constants';
2
-
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
- modelValue: import('vue').PropType<boolean>;
5
- disabled: {
6
- type: import('vue').PropType<boolean>;
7
- };
8
- label: {
9
- type: import('vue').PropType<string>;
10
- required: true;
11
- };
12
- class: {
13
- type: import('vue').PropType<any>;
14
- };
15
- id: {
16
- type: import('vue').PropType<string>;
17
- };
18
- secondaryText: {
19
- type: import('vue').PropType<string>;
20
- };
21
- appearance: {
22
- type: import('vue').PropType<"plain" | "card">;
23
- default: string;
24
- };
25
- layout: {
26
- type: import('vue').PropType<"inline" | "block">;
27
- default: string;
28
- };
29
- flipped: {
30
- type: import('vue').PropType<boolean>;
31
- default: boolean;
32
- };
33
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
34
- modelValue: import('vue').PropType<boolean>;
35
- disabled: {
36
- type: import('vue').PropType<boolean>;
37
- };
38
- label: {
39
- type: import('vue').PropType<string>;
40
- required: true;
41
- };
42
- class: {
43
- type: import('vue').PropType<any>;
44
- };
45
- id: {
46
- type: import('vue').PropType<string>;
47
- };
48
- secondaryText: {
49
- type: import('vue').PropType<string>;
50
- };
51
- appearance: {
52
- type: import('vue').PropType<"plain" | "card">;
53
- default: string;
54
- };
55
- layout: {
56
- type: import('vue').PropType<"inline" | "block">;
57
- default: string;
58
- };
59
- flipped: {
60
- type: import('vue').PropType<boolean>;
61
- default: boolean;
62
- };
63
- }>> & Readonly<{}>, {
64
- appearance: SwitchFieldAppearance;
65
- layout: SwitchFieldLayout;
66
- flipped: boolean;
67
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
68
- export default _default;
@@ -1,4 +0,0 @@
1
- export declare const SWITCH_FIELD_APPEARANCES: readonly ["plain", "card"];
2
- export type SwitchFieldAppearance = (typeof SWITCH_FIELD_APPEARANCES)[number];
3
- export declare const SWITCH_FIELD_LAYOUTS: readonly ["inline", "block"];
4
- export type SwitchFieldLayout = (typeof SWITCH_FIELD_LAYOUTS)[number];
@@ -1,4 +0,0 @@
1
- export { default as Switch } from './Switch.vue';
2
- export { default as SwitchField } from './SwitchField.vue';
3
- export { SWITCH_FIELD_APPEARANCES, SWITCH_FIELD_LAYOUTS } from './constants';
4
- export type { SwitchFieldAppearance, SwitchFieldLayout } from './constants';
@@ -1,24 +0,0 @@
1
- import { TextareaResize } from './constants';
2
-
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
- modelValue: import('vue').PropType<string>;
5
- class: {
6
- type: import('vue').PropType<any>;
7
- };
8
- resize: {
9
- type: import('vue').PropType<"vertical" | "horizontal" | "none" | "both">;
10
- default: string;
11
- };
12
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
- modelValue: import('vue').PropType<string>;
14
- class: {
15
- type: import('vue').PropType<any>;
16
- };
17
- resize: {
18
- type: import('vue').PropType<"vertical" | "horizontal" | "none" | "both">;
19
- default: string;
20
- };
21
- }>> & Readonly<{}>, {
22
- resize: TextareaResize;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
- export default _default;
@@ -1,2 +0,0 @@
1
- export declare const TEXTAREA_RESIZE: readonly ["none", "vertical", "horizontal", "both"];
2
- export type TextareaResize = (typeof TEXTAREA_RESIZE)[number];
@@ -1,3 +0,0 @@
1
- export { default as Textarea } from './Textarea.vue';
2
- export { TEXTAREA_RESIZE } from './constants';
3
- export type { TextareaResize } from './constants';
@@ -1,42 +0,0 @@
1
- import { ToggleSize, ToggleSkin } from './constants';
2
-
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
- modelValue: import('vue').PropType<boolean>;
8
- size: {
9
- type: import('vue').PropType<"small" | "mini" | "large" | "regular">;
10
- default: string;
11
- };
12
- class: {
13
- type: import('vue').PropType<any>;
14
- };
15
- skin: {
16
- type: import('vue').PropType<"ghost" | "outlined">;
17
- default: string;
18
- };
19
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
- modelValue: import('vue').PropType<boolean>;
21
- size: {
22
- type: import('vue').PropType<"small" | "mini" | "large" | "regular">;
23
- default: string;
24
- };
25
- class: {
26
- type: import('vue').PropType<any>;
27
- };
28
- skin: {
29
- type: import('vue').PropType<"ghost" | "outlined">;
30
- default: string;
31
- };
32
- }>> & Readonly<{}>, {
33
- size: ToggleSize;
34
- skin: ToggleSkin;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
37
- export default _default;
38
- type __VLS_WithTemplateSlots<T, S> = T & {
39
- new (): {
40
- $slots: S;
41
- };
42
- };
@@ -1,4 +0,0 @@
1
- export declare const TOGGLE_SIZES: readonly ["mini", "small", "regular", "large"];
2
- export type ToggleSize = (typeof TOGGLE_SIZES)[number];
3
- export declare const TOGGLE_SKINS: readonly ["outlined", "ghost"];
4
- export type ToggleSkin = (typeof TOGGLE_SKINS)[number];
@@ -1,3 +0,0 @@
1
- export { default as Toggle } from './Toggle.vue';
2
- export { TOGGLE_SIZES, TOGGLE_SKINS } from './constants';
3
- export type { ToggleSize, ToggleSkin } from './constants';
@@ -1,45 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { ToggleGroupRootProps } from 'reka-ui';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToggleGroupRootProps<import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[]> & {
8
- class?: HTMLAttributes["class"];
9
- }>, {
10
- orientation: string;
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
- "update:modelValue": (payload: import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[]) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToggleGroupRootProps<import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[]> & {
14
- class?: HTMLAttributes["class"];
15
- }>, {
16
- orientation: string;
17
- }>>> & Readonly<{
18
- "onUpdate:modelValue"?: ((payload: import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[]) => any) | undefined;
19
- }>, {
20
- orientation: "vertical" | "horizontal";
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
- export default _default;
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
- type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
- default: D[K];
36
- }> : P[K];
37
- };
38
- type __VLS_Prettify<T> = {
39
- [K in keyof T]: T[K];
40
- } & {};
41
- type __VLS_WithTemplateSlots<T, S> = T & {
42
- new (): {
43
- $slots: S;
44
- };
45
- };
@@ -1,49 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { ToggleGroupItemProps } from 'reka-ui';
3
- import { ToggleSize, ToggleSkin } from '../toggle/constants';
4
-
5
- declare function __VLS_template(): {
6
- default?(_: {}): any;
7
- };
8
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToggleGroupItemProps & {
9
- class?: HTMLAttributes["class"];
10
- size?: ToggleSize;
11
- skin?: ToggleSkin;
12
- }>, {
13
- size: string;
14
- skin: string;
15
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToggleGroupItemProps & {
16
- class?: HTMLAttributes["class"];
17
- size?: ToggleSize;
18
- skin?: ToggleSkin;
19
- }>, {
20
- size: string;
21
- skin: string;
22
- }>>> & Readonly<{}>, {
23
- size: ToggleSize;
24
- skin: ToggleSkin;
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
- export default _default;
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: import('vue').PropType<T[K]>;
34
- required: true;
35
- };
36
- };
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
- type __VLS_WithTemplateSlots<T, S> = T & {
46
- new (): {
47
- $slots: S;
48
- };
49
- };
@@ -1,2 +0,0 @@
1
- export declare const TOGGLE_GROUP_ORIENTATIONS: readonly ["horizontal", "vertical"];
2
- export type ToggleGroupOrientation = (typeof TOGGLE_GROUP_ORIENTATIONS)[number];
@@ -1,4 +0,0 @@
1
- export { default as ToggleGroup } from './ToggleGroup.vue';
2
- export { default as ToggleGroupItem } from './ToggleGroupItem.vue';
3
- export { TOGGLE_GROUP_ORIENTATIONS } from './constants';
4
- export type { ToggleGroupOrientation } from './constants';
package/dist/field.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FIELD_LEGEND_VARIANTS, FIELD_ORIENTATIONS, } from './components/ui/field';
3
- export type { FieldLegendVariant, FieldOrientation } from './components/ui/field';
@@ -1,37 +0,0 @@
1
- import { computed as s, isRef as i, reactive as l, unref as c, toRefs as o, toValue as f } from "vue";
2
- typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
3
- function p(e) {
4
- return i(e) ? l(new Proxy({}, {
5
- get(n, r, t) {
6
- return c(Reflect.get(e.value, r, t));
7
- },
8
- set(n, r, t) {
9
- return i(e.value[r]) && !i(t) ? e.value[r].value = t : e.value[r] = t, !0;
10
- },
11
- deleteProperty(n, r) {
12
- return Reflect.deleteProperty(e.value, r);
13
- },
14
- has(n, r) {
15
- return Reflect.has(e.value, r);
16
- },
17
- ownKeys() {
18
- return Object.keys(e.value);
19
- },
20
- getOwnPropertyDescriptor() {
21
- return {
22
- enumerable: !0,
23
- configurable: !0
24
- };
25
- }
26
- })) : l(e);
27
- }
28
- function v(e) {
29
- return p(s(e));
30
- }
31
- function d(e, ...n) {
32
- const r = n.flat(), t = r[0];
33
- return v(() => Object.fromEntries(typeof t == "function" ? Object.entries(o(e)).filter(([u, a]) => !t(f(a), u)) : Object.entries(o(e)).filter((u) => !r.includes(u[0]))));
34
- }
35
- export {
36
- d as r
37
- };
package/dist/index.d.ts DELETED
@@ -1,43 +0,0 @@
1
-
2
- export { cn } from './lib/utils';
3
- export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants, } from './components/ui/button-group';
4
- export type { ButtonGroupVariants } from './components/ui/button-group';
5
- export { ContentCard } from './components/ui/content-card';
6
- export { KuatHeader, kuatHeaderVariants, EELogo } from './components/ui/kuat-header';
7
- export type { KuatHeaderVariants } from './components/ui/kuat-header';
8
- export { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, } from './components/ui/carousel';
9
- export type { CarouselItemBasis, CarouselResponsiveBasis, CarouselOrientation, CarouselApi, CarouselEventHandler, CarouselEventHandlers, } from './components/ui/carousel';
10
- export { KuatCarousel, KuatCarouselContent, KuatCarouselItem, KuatCarouselPrevious, KuatCarouselNext, } from './components/ui/kuat-carousel';
11
- export type { KuatCarouselSlidesPerView } from './components/ui/kuat-carousel';
12
- export { KuatRadialProgress, KUAT_RADIAL_PROGRESS_SIZES, KUAT_RADIAL_PROGRESS_COLORS, } from './components/ui/kuat-radial-progress';
13
- export type { KuatRadialProgressSize, KuatRadialProgressColor, } from './components/ui/kuat-radial-progress';
14
- export { KuatLogoLockup, EELogoIcon, KUAT_LOGO_LOCKUP_USE, KUAT_LOGO_LOCKUP_MODE, } from './components/ui/kuat-logo-lockup';
15
- export type { KuatLogoLockupUse, KuatLogoLockupMode, } from './components/ui/kuat-logo-lockup';
16
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, } from './components/ui/accordion';
17
- export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from './components/ui/alert-dialog';
18
- export { Badge, badgeVariants, BADGE_VARIANTS, BADGE_ROUNDNESS } from './components/ui/badge';
19
- export type { BadgeVariants, BadgeVariant, BadgeRoundness } from './components/ui/badge';
20
- export { Breadcrumb } from './components/ui/breadcrumb';
21
- export type { BreadcrumbItemEntry } from './components/ui/breadcrumb';
22
- export { Button, buttonVariants, BUTTON_VARIANTS, BUTTON_SIZES, BUTTON_COLORS, } from './components/ui/button';
23
- export type { ButtonVariants, ButtonVariant, ButtonSize, ButtonColor } from './components/ui/button';
24
- export { Textarea, TEXTAREA_RESIZE } from './components/ui/textarea';
25
- export type { TextareaResize } from './components/ui/textarea';
26
- export { Input, INPUT_SIZES } from './components/ui/input';
27
- export type { InputSize } from './components/ui/input';
28
- export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FIELD_LEGEND_VARIANTS, FIELD_ORIENTATIONS, } from './components/ui/field';
29
- export type { FieldLegendVariant, FieldOrientation } from './components/ui/field';
30
- export { KuatSelect, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SELECT_LINES, SELECT_SIZES, } from './components/ui/select';
31
- export type { SelectItemGroup, SelectItemOption, SelectItems, SelectLines, SelectSize, } from './components/ui/select';
32
- export { Checkbox, CheckboxField, CHECKBOX_FIELD_APPEARANCES, CHECKBOX_FIELD_LAYOUTS, } from './components/ui/checkbox';
33
- export type { CheckboxFieldAppearance, CheckboxFieldLayout } from './components/ui/checkbox';
34
- export { RadioGroup, RadioGroupItem, RadioField, RADIO_FIELD_APPEARANCES, RADIO_FIELD_LAYOUTS, } from './components/ui/radio';
35
- export type { RadioFieldAppearance, RadioFieldLayout } from './components/ui/radio';
36
- export { Switch, SwitchField, SWITCH_FIELD_APPEARANCES, SWITCH_FIELD_LAYOUTS, } from './components/ui/switch';
37
- export type { SwitchFieldAppearance, SwitchFieldLayout } from './components/ui/switch';
38
- export { Toggle, TOGGLE_SIZES, TOGGLE_SKINS } from './components/ui/toggle';
39
- export type { ToggleSize, ToggleSkin } from './components/ui/toggle';
40
- export { ToggleGroup, ToggleGroupItem, TOGGLE_GROUP_ORIENTATIONS, } from './components/ui/toggle-group';
41
- export type { ToggleGroupOrientation } from './components/ui/toggle-group';
42
- export { Sonner, SonnerContent, SONNER_POSITIONS, toast } from './components/ui/sonner';
43
- export type { SonnerAnnouncement, SonnerContentAction, SonnerPosition, SonnerToastOptions, } from './components/ui/sonner';
package/dist/input.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Input, INPUT_SIZES } from './components/ui/input';
3
- export type { InputSize } from './components/ui/input';
@@ -1,2 +0,0 @@
1
- export { KuatCarousel, KuatCarouselContent, KuatCarouselItem, KuatCarouselPrevious, KuatCarouselNext, } from './components/ui/kuat-carousel';
2
- export type { KuatCarouselSlidesPerView } from './components/ui/kuat-carousel';
@@ -1,3 +0,0 @@
1
- import { ClassValue } from 'clsx';
2
-
3
- export declare function cn(...inputs: ClassValue[]): string;
package/dist/radio.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { RadioGroup, RadioGroupItem, RadioField, RADIO_FIELD_APPEARANCES, RADIO_FIELD_LAYOUTS, } from './components/ui/radio';
3
- export type { RadioFieldAppearance, RadioFieldLayout } from './components/ui/radio';
package/dist/select.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { KuatSelect, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SELECT_LINES, SELECT_SIZES, } from './components/ui/select';
3
- export type { SelectItemGroup, SelectItemOption, SelectItems, SelectLines, SelectSize, } from './components/ui/select';
package/dist/sonner.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './components/ui/sonner';
@@ -1,2 +0,0 @@
1
- declare const stylesheet: string;
2
- export default stylesheet;
package/dist/switch.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './components/ui/switch';
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Textarea, TEXTAREA_RESIZE } from './components/ui/textarea';
3
- export type { TextareaResize } from './components/ui/textarea';
@@ -1,5 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { ToggleGroup, ToggleGroupItem, TOGGLE_GROUP_ORIENTATIONS, } from './components/ui/toggle-group';
3
- export { TOGGLE_SIZES, TOGGLE_SKINS } from './components/ui/toggle';
4
- export type { ToggleGroupOrientation } from './components/ui/toggle-group';
5
- export type { ToggleSize, ToggleSkin } from './components/ui/toggle';
package/dist/toggle.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Toggle, TOGGLE_SIZES, TOGGLE_SKINS } from './components/ui/toggle';
3
- export type { ToggleSize, ToggleSkin } from './components/ui/toggle';