@pathscale/ui 0.0.11 → 0.0.12

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 (171) hide show
  1. package/README.md +53 -0
  2. package/dist/{Autocomplete-BLKN_nG8.d.ts → Autocomplete-gLkjMHrc.d.ts} +1 -1
  3. package/dist/Avatar-Dkd_kPlV.d.ts +40 -0
  4. package/dist/CollapseTitle-BNxog3is.d.ts +12 -0
  5. package/dist/{Field-DfUn85_1.d.ts → Field-DI2PA30N.d.ts} +1 -1
  6. package/dist/Mask-CPb596Mg.d.ts +16 -0
  7. package/dist/Menu-DgO4SHmA.d.ts +45 -0
  8. package/dist/{Progress-gN0xqhAF.d.ts → Progress-ChF4ior8.d.ts} +2 -2
  9. package/dist/Steps-Dk-UPL6r.d.ts +38 -0
  10. package/dist/{Tabs-BNR3p92D.d.ts → Tabs-WiUU0xsM.d.ts} +1 -1
  11. package/dist/chunk/2OJYONJ3.js +40 -0
  12. package/dist/chunk/2VQ2762Z.js +80 -0
  13. package/dist/chunk/2XPPNBYK.js +164 -0
  14. package/dist/chunk/3I23P4TJ.js +33 -0
  15. package/dist/chunk/5HG7XWVC.jsx +2956 -0
  16. package/dist/chunk/5IJ7WEIF.js +43 -0
  17. package/dist/chunk/5O6WC3OB.jsx +67 -0
  18. package/dist/chunk/6P5JIKPF.jsx +51 -0
  19. package/dist/chunk/BHLLVOVR.js +46 -0
  20. package/dist/chunk/DJI5XKAV.js +31 -0
  21. package/dist/chunk/DN3P54J2.jsx +43 -0
  22. package/dist/chunk/DVFQAAZR.js +43 -0
  23. package/dist/chunk/EDDBK4J6.js +42 -0
  24. package/dist/chunk/FZRQDGPD.jsx +54 -0
  25. package/dist/chunk/G5UEZ2VC.js +49 -0
  26. package/dist/chunk/GL7JG772.js +114 -0
  27. package/dist/chunk/HEOKGP5U.js +55 -0
  28. package/dist/chunk/HUHXQCKK.js +16 -0
  29. package/dist/chunk/I36LHZUY.jsx +31 -0
  30. package/dist/chunk/IG323YKF.jsx +50 -0
  31. package/dist/chunk/JQ4HSRDP.js +142 -0
  32. package/dist/chunk/JSQBKK7L.jsx +50 -0
  33. package/dist/chunk/K3WO7SRD.js +1 -0
  34. package/dist/chunk/KQ3RAWCE.jsx +57 -0
  35. package/dist/chunk/KXJZKDJX.jsx +0 -0
  36. package/dist/chunk/L4A67X7S.js +7 -0
  37. package/dist/chunk/LGDDR242.jsx +159 -0
  38. package/dist/chunk/MM2DZQL3.js +46 -0
  39. package/dist/chunk/MZWBWFDD.js +151 -0
  40. package/dist/chunk/O7LDJCQS.jsx +18 -0
  41. package/dist/chunk/Q4442PU4.js +42 -0
  42. package/dist/chunk/R5G3PODL.jsx +11 -0
  43. package/dist/chunk/R6ZBT7CY.jsx +55 -0
  44. package/dist/chunk/RHEFVSMJ.jsx +52 -0
  45. package/dist/chunk/STFCLC5R.js +2954 -0
  46. package/dist/chunk/SVJIYMYJ.jsx +156 -0
  47. package/dist/chunk/SYWB4UN3.jsx +64 -0
  48. package/dist/chunk/UNKDNDT3.js +62 -0
  49. package/dist/chunk/XM3KF5LV.jsx +179 -0
  50. package/dist/chunk/XQCSYRVP.jsx +168 -0
  51. package/dist/chunk/YWIT2MRI.jsx +43 -0
  52. package/dist/chunk/ZYEP35R3.jsx +60 -0
  53. package/dist/components/Progress/index.d.ts +1 -1
  54. package/dist/components/accordion/index.d.ts +17 -5
  55. package/dist/components/accordion/index.js +1 -1
  56. package/dist/components/accordion/index.jsx +6 -4
  57. package/dist/components/autocomplete/index.d.ts +2 -2
  58. package/dist/components/avatar/index.d.ts +4 -4
  59. package/dist/components/avatar/index.js +1 -1
  60. package/dist/components/avatar/index.jsx +3 -2
  61. package/dist/components/badge/index.d.ts +17 -0
  62. package/dist/components/badge/index.js +1 -0
  63. package/dist/components/badge/index.jsx +8 -0
  64. package/dist/components/breadcrumbs/index.d.ts +9 -0
  65. package/dist/components/breadcrumbs/index.js +1 -0
  66. package/dist/components/breadcrumbs/index.jsx +7 -0
  67. package/dist/components/button/index.d.ts +28 -6
  68. package/dist/components/button/index.js +1 -1
  69. package/dist/components/button/index.jsx +5 -5
  70. package/dist/components/checkbox/index.d.ts +13 -5
  71. package/dist/components/checkbox/index.js +1 -1
  72. package/dist/components/checkbox/index.jsx +5 -4
  73. package/dist/components/collapse/index.d.ts +15 -0
  74. package/dist/components/collapse/index.js +1 -0
  75. package/dist/components/collapse/index.jsx +14 -0
  76. package/dist/components/field/index.d.ts +1 -1
  77. package/dist/components/fileinput/index.d.ts +16 -0
  78. package/dist/components/fileinput/index.js +1 -0
  79. package/dist/components/fileinput/index.jsx +8 -0
  80. package/dist/components/input/index.d.ts +13 -8
  81. package/dist/components/input/index.js +1 -1
  82. package/dist/components/input/index.jsx +5 -6
  83. package/dist/components/join/index.d.ts +11 -0
  84. package/dist/components/join/index.js +1 -0
  85. package/dist/components/join/index.jsx +9 -0
  86. package/dist/components/mask/index.d.ts +7 -0
  87. package/dist/components/mask/index.js +1 -0
  88. package/dist/components/mask/index.jsx +8 -0
  89. package/dist/components/menu/index.d.ts +6 -64
  90. package/dist/components/menu/index.js +1 -1
  91. package/dist/components/menu/index.jsx +4 -7
  92. package/dist/components/pagination/index.d.ts +6 -6
  93. package/dist/components/pagination/index.js +1 -1
  94. package/dist/components/pagination/index.jsx +6 -4
  95. package/dist/components/polymorphic/index.d.ts +1 -1
  96. package/dist/components/select/index.d.ts +12 -5
  97. package/dist/components/select/index.js +1 -1
  98. package/dist/components/select/index.jsx +5 -4
  99. package/dist/components/steps/index.d.ts +3 -4
  100. package/dist/components/steps/index.js +1 -1
  101. package/dist/components/steps/index.jsx +3 -2
  102. package/dist/components/tabs/index.d.ts +2 -2
  103. package/dist/components/textarea/index.d.ts +12 -5
  104. package/dist/components/textarea/index.js +1 -1
  105. package/dist/components/textarea/index.jsx +5 -4
  106. package/dist/components/toggle/index.d.ts +15 -0
  107. package/dist/components/toggle/index.js +1 -0
  108. package/dist/components/toggle/index.jsx +8 -0
  109. package/dist/components/tooltip/index.d.ts +14 -5
  110. package/dist/components/tooltip/index.js +1 -1
  111. package/dist/components/tooltip/index.jsx +5 -4
  112. package/dist/index.d.ts +24 -19
  113. package/dist/index.js +23 -20
  114. package/dist/index.jsx +81 -66
  115. package/dist/types-CUG9pToa.d.ts +15 -0
  116. package/package.json +4 -2
  117. package/dist/Accordion-nwuRbRRw.d.ts +0 -27
  118. package/dist/Avatar-CzIirpVq.d.ts +0 -33
  119. package/dist/Button-B50OLXuV.d.ts +0 -63
  120. package/dist/Checkbox-CzeDsQLA.d.ts +0 -32
  121. package/dist/Input-X4gwIB-F.d.ts +0 -42
  122. package/dist/Pagination-CJtlFMHy.d.ts +0 -43
  123. package/dist/Select-CP-TUHJv.d.ts +0 -44
  124. package/dist/Steps-1miUeyCD.d.ts +0 -34
  125. package/dist/Switch-CW6QtO1Y.d.ts +0 -76
  126. package/dist/Tag-BPrhn-Ne.d.ts +0 -42
  127. package/dist/Textarea-Cpdk7m6S.d.ts +0 -37
  128. package/dist/Tooltip-BfPongoz.d.ts +0 -53
  129. package/dist/Upload-CRljD5jf.d.ts +0 -39
  130. package/dist/chunk/3VOILEMN.js +0 -187
  131. package/dist/chunk/C4745OZS.jsx +0 -101
  132. package/dist/chunk/CJZGTNJZ.js +0 -115
  133. package/dist/chunk/DBQ7IOPU.js +0 -189
  134. package/dist/chunk/EB7KXR65.js +0 -102
  135. package/dist/chunk/EE4HXMKA.js +0 -165
  136. package/dist/chunk/ELRAUORW.jsx +0 -179
  137. package/dist/chunk/F33TSIEQ.jsx +0 -181
  138. package/dist/chunk/GWFGP2JQ.jsx +0 -179
  139. package/dist/chunk/LAQPAV5I.jsx +0 -187
  140. package/dist/chunk/LI3HCFL7.jsx +0 -132
  141. package/dist/chunk/LMPV5G35.jsx +0 -228
  142. package/dist/chunk/MI773TMC.js +0 -107
  143. package/dist/chunk/MMTAND25.jsx +0 -126
  144. package/dist/chunk/NZKPDBTE.js +0 -118
  145. package/dist/chunk/O2IMHWMY.js +0 -159
  146. package/dist/chunk/OMRJVDZV.js +0 -173
  147. package/dist/chunk/OYAKKETQ.js +0 -111
  148. package/dist/chunk/PF47YREI.js +0 -214
  149. package/dist/chunk/PNPC2OI3.jsx +0 -156
  150. package/dist/chunk/QHJOIUYT.jsx +0 -117
  151. package/dist/chunk/QONDPQ2I.jsx +0 -105
  152. package/dist/chunk/R6COBCN7.jsx +0 -100
  153. package/dist/chunk/T7IZ26YC.jsx +0 -194
  154. package/dist/chunk/TT2JYGLU.js +0 -218
  155. package/dist/chunk/V6Y5E7BL.js +0 -133
  156. package/dist/chunk/WB6NEEQV.jsx +0 -107
  157. package/dist/chunk/WYHYWDOM.js +0 -164
  158. package/dist/chunk/XD34JKSU.jsx +0 -201
  159. package/dist/chunk/YDEDUOFM.js +0 -102
  160. package/dist/components/breadcrumb/index.d.ts +0 -47
  161. package/dist/components/breadcrumb/index.js +0 -1
  162. package/dist/components/breadcrumb/index.jsx +0 -9
  163. package/dist/components/switch/index.d.ts +0 -8
  164. package/dist/components/switch/index.js +0 -1
  165. package/dist/components/switch/index.jsx +0 -7
  166. package/dist/components/tag/index.d.ts +0 -8
  167. package/dist/components/tag/index.js +0 -1
  168. package/dist/components/tag/index.jsx +0 -7
  169. package/dist/components/upload/index.d.ts +0 -8
  170. package/dist/components/upload/index.js +0 -1
  171. package/dist/components/upload/index.jsx +0 -7
@@ -0,0 +1,60 @@
1
+ import {
2
+ clsx
3
+ } from "./O7LDJCQS.jsx";
4
+ import {
5
+ twMerge
6
+ } from "./5HG7XWVC.jsx";
7
+
8
+ // src/components/badge/Badge.tsx
9
+ import { splitProps } from "solid-js";
10
+ var Badge = (props) => {
11
+ const [local, others] = splitProps(props, [
12
+ "size",
13
+ "color",
14
+ "variant",
15
+ "responsive",
16
+ "dataTheme",
17
+ "class",
18
+ "className",
19
+ "style"
20
+ ]);
21
+ const classes = () => twMerge(
22
+ "badge",
23
+ local.class,
24
+ local.className,
25
+ clsx({
26
+ "badge-xl": local.size === "xl",
27
+ "badge-lg": local.size === "lg",
28
+ "badge-md": local.size === "md",
29
+ "badge-sm": local.size === "sm",
30
+ "badge-xs": local.size === "xs",
31
+ "badge-soft": local.variant === "soft",
32
+ "badge-dash": local.variant === "dash",
33
+ "badge-outline": local.variant === "outline",
34
+ "badge-neutral": local.color === "neutral",
35
+ "badge-primary": local.color === "primary",
36
+ "badge-secondary": local.color === "secondary",
37
+ "badge-accent": local.color === "accent",
38
+ "badge-ghost": local.color === "ghost",
39
+ "badge-info": local.color === "info",
40
+ "badge-success": local.color === "success",
41
+ "badge-warning": local.color === "warning",
42
+ "badge-error": local.color === "error",
43
+ "badge-xs md:badge-sm lg:badge-md xl:badge-lg": local.responsive
44
+ })
45
+ );
46
+ return <div
47
+ {...others}
48
+ data-theme={local.dataTheme}
49
+ class={classes()}
50
+ style={local.style}
51
+ aria-label="Badge"
52
+ >
53
+ {props.children}
54
+ </div>;
55
+ };
56
+ var Badge_default = Badge;
57
+
58
+ export {
59
+ Badge_default
60
+ };
@@ -1,4 +1,4 @@
1
- import { P as Progress } from '../../Progress-gN0xqhAF.js';
1
+ import { P as Progress } from '../../Progress-ChF4ior8.js';
2
2
  import 'solid-js';
3
3
  import '../../classes-B_S9K-9I.js';
4
4
 
@@ -1,8 +1,20 @@
1
- import { A as Accordion } from '../../Accordion-nwuRbRRw.js';
2
- export { a as AccordionProps } from '../../Accordion-nwuRbRRw.js';
3
- import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
5
-
1
+ import { JSX } from 'solid-js';
2
+ import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
3
+ import { a as CollapseTitle, C as CollapseContent } from '../../CollapseTitle-BNxog3is.js';
6
4
 
5
+ type AccordionBaseProps = {
6
+ name?: string;
7
+ icon?: "arrow" | "plus";
8
+ dataTheme?: string;
9
+ class?: string;
10
+ className?: string;
11
+ style?: JSX.CSSProperties;
12
+ };
13
+ type AccordionProps = AccordionBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof AccordionBaseProps>;
14
+ declare const Accordion: {
15
+ (props: AccordionProps): JSX.Element;
16
+ Title: typeof CollapseTitle;
17
+ Content: typeof CollapseContent;
18
+ };
7
19
 
8
20
  export { Accordion as default };
@@ -1 +1 @@
1
- export { accordion_default as default } from '../../chunk/NZKPDBTE.js';
1
+ export { Accordion_default as default } from '../../chunk/2OJYONJ3.js';
@@ -1,7 +1,9 @@
1
1
  import {
2
- accordion_default
3
- } from "../../chunk/QONDPQ2I.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
2
+ Accordion_default
3
+ } from "../../chunk/YWIT2MRI.jsx";
4
+ import "../../chunk/KQ3RAWCE.jsx";
5
+ import "../../chunk/O7LDJCQS.jsx";
6
+ import "../../chunk/5HG7XWVC.jsx";
5
7
  export {
6
- accordion_default as default
8
+ Accordion_default as default
7
9
  };
@@ -1,5 +1,5 @@
1
- import { A as Autocomplete } from '../../Autocomplete-BLKN_nG8.js';
2
- export { a as AutocompleteProps } from '../../Autocomplete-BLKN_nG8.js';
1
+ import { A as Autocomplete } from '../../Autocomplete-gLkjMHrc.js';
2
+ export { a as AutocompleteProps } from '../../Autocomplete-gLkjMHrc.js';
3
3
  import 'solid-js';
4
4
  import '../../classes-B_S9K-9I.js';
5
5
 
@@ -1,8 +1,8 @@
1
- import { A as Avatar } from '../../Avatar-CzIirpVq.js';
2
- export { a as AvatarProps, b as avatarVariants } from '../../Avatar-CzIirpVq.js';
1
+ import { _ as _default } from '../../Avatar-Dkd_kPlV.js';
2
+ export { A as AvatarProps } from '../../Avatar-Dkd_kPlV.js';
3
3
  import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
4
+ import '../../types-CUG9pToa.js';
5
5
 
6
6
 
7
7
 
8
- export { Avatar as default };
8
+ export { _default as default };
@@ -1 +1 @@
1
- export { avatar_default as default } from '../../chunk/MI773TMC.js';
1
+ export { avatar_default as default } from '../../chunk/2XPPNBYK.js';
@@ -1,7 +1,8 @@
1
1
  import {
2
2
  avatar_default
3
- } from "../../chunk/C4745OZS.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
3
+ } from "../../chunk/XM3KF5LV.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
5
6
  export {
6
7
  avatar_default as default
7
8
  };
@@ -0,0 +1,17 @@
1
+ import { JSX } from 'solid-js';
2
+ import { C as ComponentSize, b as ComponentColor, c as ComponentVariant, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
3
+
4
+ type BadgeBaseProps = {
5
+ size?: ComponentSize;
6
+ color?: ComponentColor;
7
+ variant?: ComponentVariant;
8
+ responsive?: boolean;
9
+ dataTheme?: string;
10
+ class?: string;
11
+ className?: string;
12
+ style?: JSX.CSSProperties;
13
+ };
14
+ type BadgeProps = BadgeBaseProps & IComponentBaseProps & Omit<JSX.HTMLAttributes<HTMLDivElement>, keyof BadgeBaseProps>;
15
+ declare const Badge: (props: BadgeProps) => JSX.Element;
16
+
17
+ export { Badge as default };
@@ -0,0 +1 @@
1
+ export { Badge_default as default } from '../../chunk/G5UEZ2VC.js';
@@ -0,0 +1,8 @@
1
+ import {
2
+ Badge_default
3
+ } from "../../chunk/ZYEP35R3.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
6
+ export {
7
+ Badge_default as default
8
+ };
@@ -0,0 +1,9 @@
1
+ import { Component, JSX } from 'solid-js';
2
+ import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
3
+
4
+ type BreadcrumbProps = IComponentBaseProps & JSX.HTMLAttributes<HTMLDivElement> & {
5
+ innerProps?: JSX.HTMLAttributes<HTMLUListElement>;
6
+ };
7
+ declare const Breadcrumbs: Component<BreadcrumbProps>;
8
+
9
+ export { Breadcrumbs as default };
@@ -0,0 +1 @@
1
+ export { Breadcrumbs_default as default } from '../../chunk/DJI5XKAV.js';
@@ -0,0 +1,7 @@
1
+ import {
2
+ Breadcrumbs_default
3
+ } from "../../chunk/I36LHZUY.jsx";
4
+ import "../../chunk/5HG7XWVC.jsx";
5
+ export {
6
+ Breadcrumbs_default as default
7
+ };
@@ -1,9 +1,31 @@
1
- import { B as Button } from '../../Button-B50OLXuV.js';
2
- export { a as ButtonElementProps, b as ButtonProps, c as ButtonSharedProps, d as ButtonVariantProps } from '../../Button-B50OLXuV.js';
3
- import 'solid-js';
4
- import '../polymorphic/index.js';
5
- import '../../classes-B_S9K-9I.js';
6
-
1
+ import { JSX } from 'solid-js';
2
+ import { a as ComponentShape, C as ComponentSize, b as ComponentColor, c as ComponentVariant, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
7
3
 
4
+ type ElementType = keyof JSX.IntrinsicElements;
5
+ type ButtonBaseProps = {
6
+ shape?: ComponentShape;
7
+ size?: ComponentSize;
8
+ color?: ComponentColor;
9
+ variant?: ComponentVariant | "link";
10
+ glass?: boolean;
11
+ wide?: boolean;
12
+ fullWidth?: boolean;
13
+ responsive?: boolean;
14
+ animation?: boolean;
15
+ loading?: boolean;
16
+ active?: boolean;
17
+ startIcon?: JSX.Element;
18
+ endIcon?: JSX.Element;
19
+ disabled?: boolean;
20
+ as?: ElementType;
21
+ children?: JSX.Element;
22
+ dataTheme?: string;
23
+ class?: string;
24
+ className?: string;
25
+ style?: JSX.CSSProperties;
26
+ };
27
+ type PropsOf<E extends ElementType> = JSX.IntrinsicElements[E];
28
+ type ButtonProps<E extends ElementType = "button"> = Omit<PropsOf<E>, keyof ButtonBaseProps | "color" | "size"> & ButtonBaseProps & IComponentBaseProps;
29
+ declare const Button: <E extends ElementType = "button">(props: ButtonProps<E>) => JSX.Element;
8
30
 
9
31
  export { Button as default };
@@ -1 +1 @@
1
- export { button_default as default } from '../../chunk/PF47YREI.js';
1
+ export { Button_default as default } from '../../chunk/MZWBWFDD.js';
@@ -1,8 +1,8 @@
1
1
  import {
2
- button_default
3
- } from "../../chunk/LMPV5G35.jsx";
4
- import "../../chunk/T2LDLYWV.jsx";
5
- import "../../chunk/P7WPLZNA.jsx";
2
+ Button_default
3
+ } from "../../chunk/XQCSYRVP.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
6
6
  export {
7
- button_default as default
7
+ Button_default as default
8
8
  };
@@ -1,8 +1,16 @@
1
- import { C as Checkbox } from '../../Checkbox-CzeDsQLA.js';
2
- export { a as CheckboxProps } from '../../Checkbox-CzeDsQLA.js';
3
- import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
5
-
1
+ import { JSX } from 'solid-js';
2
+ import { b as ComponentColor, C as ComponentSize, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
6
3
 
4
+ type CheckboxBaseProps = {
5
+ color?: Exclude<ComponentColor, "ghost">;
6
+ size?: ComponentSize;
7
+ indeterminate?: boolean;
8
+ dataTheme?: string;
9
+ class?: string;
10
+ className?: string;
11
+ style?: JSX.CSSProperties;
12
+ };
13
+ type CheckboxProps = CheckboxBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof CheckboxBaseProps>;
14
+ declare const Checkbox: (props: CheckboxProps) => JSX.Element;
7
15
 
8
16
  export { Checkbox as default };
@@ -1 +1 @@
1
- export { checkbox_default as default } from '../../chunk/WYHYWDOM.js';
1
+ export { Checkbox_default as default } from '../../chunk/HEOKGP5U.js';
@@ -1,7 +1,8 @@
1
1
  import {
2
- checkbox_default
3
- } from "../../chunk/T7IZ26YC.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
2
+ Checkbox_default
3
+ } from "../../chunk/SYWB4UN3.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
5
6
  export {
6
- checkbox_default as default
7
+ Checkbox_default as default
7
8
  };
@@ -0,0 +1,15 @@
1
+ import { S as Summary } from '../../CollapseTitle-BNxog3is.js';
2
+ export { C as CollapseContent, a as CollapseTitle } from '../../CollapseTitle-BNxog3is.js';
3
+ import { JSX } from 'solid-js';
4
+ import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
5
+
6
+ type CollapseDetailsProps = JSX.HTMLAttributes<HTMLDetailsElement> & IComponentBaseProps & {
7
+ icon?: "arrow" | "plus";
8
+ open?: boolean;
9
+ };
10
+ declare function CollapseDetails(props: CollapseDetailsProps): JSX.Element;
11
+ declare namespace CollapseDetails {
12
+ var Title: typeof Summary;
13
+ }
14
+
15
+ export { CollapseDetails, Summary };
@@ -0,0 +1 @@
1
+ export { CollapseContent, CollapseDetails, CollapseTitle, Summary } from '../../chunk/2VQ2762Z.js';
@@ -0,0 +1,14 @@
1
+ import {
2
+ CollapseContent,
3
+ CollapseDetails,
4
+ CollapseTitle,
5
+ Summary
6
+ } from "../../chunk/KQ3RAWCE.jsx";
7
+ import "../../chunk/O7LDJCQS.jsx";
8
+ import "../../chunk/5HG7XWVC.jsx";
9
+ export {
10
+ CollapseContent,
11
+ CollapseDetails,
12
+ CollapseTitle,
13
+ Summary
14
+ };
@@ -1,4 +1,4 @@
1
- import { F as Field } from '../../Field-DfUn85_1.js';
1
+ import { F as Field } from '../../Field-DI2PA30N.js';
2
2
  import 'solid-js';
3
3
  import '../../classes-B_S9K-9I.js';
4
4
 
@@ -0,0 +1,16 @@
1
+ import { JSX } from 'solid-js';
2
+ import { C as ComponentSize, b as ComponentColor, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
3
+
4
+ type FileInputBaseProps = {
5
+ size?: ComponentSize;
6
+ color?: ComponentColor;
7
+ bordered?: boolean;
8
+ dataTheme?: string;
9
+ class?: string;
10
+ className?: string;
11
+ style?: JSX.CSSProperties;
12
+ };
13
+ type FileInputProps = FileInputBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof FileInputBaseProps>;
14
+ declare const FileInput: (props: FileInputProps) => JSX.Element;
15
+
16
+ export { FileInput as default };
@@ -0,0 +1 @@
1
+ export { FileInput_default as default } from '../../chunk/BHLLVOVR.js';
@@ -0,0 +1,8 @@
1
+ import {
2
+ FileInput_default
3
+ } from "../../chunk/FZRQDGPD.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
6
+ export {
7
+ FileInput_default as default
8
+ };
@@ -1,10 +1,15 @@
1
- import { I as Input } from '../../Input-X4gwIB-F.js';
2
- export { a as InputProps } from '../../Input-X4gwIB-F.js';
3
- import { Component } from 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
1
+ import { JSX } from 'solid-js';
2
+ import { C as ComponentSize, b as ComponentColor, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
5
3
 
6
- declare const EyeIcon: Component<{
7
- invisible?: boolean;
8
- }>;
4
+ type InputBaseProps = {
5
+ size?: ComponentSize;
6
+ color?: ComponentColor;
7
+ dataTheme?: string;
8
+ class?: string;
9
+ className?: string;
10
+ style?: JSX.CSSProperties;
11
+ };
12
+ type InputProps = InputBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof InputBaseProps>;
13
+ declare const Input: (props: InputProps) => JSX.Element;
9
14
 
10
- export { EyeIcon, Input as default };
15
+ export { Input as default };
@@ -1 +1 @@
1
- export { EyeIcon_default as EyeIcon, input_default as default } from '../../chunk/O2IMHWMY.js';
1
+ export { Input_default as default } from '../../chunk/EDDBK4J6.js';
@@ -1,9 +1,8 @@
1
1
  import {
2
- EyeIcon_default,
3
- input_default
4
- } from "../../chunk/PNPC2OI3.jsx";
5
- import "../../chunk/P7WPLZNA.jsx";
2
+ Input_default
3
+ } from "../../chunk/JSQBKK7L.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
6
6
  export {
7
- EyeIcon_default as EyeIcon,
8
- input_default as default
7
+ Input_default as default
9
8
  };
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js';
2
+ import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
3
+
4
+ type JoinProps = IComponentBaseProps & JSX.HTMLAttributes<HTMLDivElement> & {
5
+ responsive?: boolean;
6
+ vertical?: boolean;
7
+ horizontal?: boolean;
8
+ };
9
+ declare const Join: (props: JoinProps) => JSX.Element;
10
+
11
+ export { type JoinProps, Join as default };
@@ -0,0 +1 @@
1
+ export { Join_default as default } from '../../chunk/3I23P4TJ.js';
@@ -0,0 +1,9 @@
1
+ import "../../chunk/KXJZKDJX.jsx";
2
+ import {
3
+ Join_default
4
+ } from "../../chunk/DN3P54J2.jsx";
5
+ import "../../chunk/O7LDJCQS.jsx";
6
+ import "../../chunk/5HG7XWVC.jsx";
7
+ export {
8
+ Join_default as default
9
+ };
@@ -0,0 +1,7 @@
1
+ import { M as Mask } from '../../Mask-CPb596Mg.js';
2
+ import 'solid-js';
3
+ import '../../types-CUG9pToa.js';
4
+
5
+
6
+
7
+ export { Mask as default };
@@ -0,0 +1 @@
1
+ export { mask_default as default } from '../../chunk/UNKDNDT3.js';
@@ -0,0 +1,8 @@
1
+ import {
2
+ mask_default
3
+ } from "../../chunk/5O6WC3OB.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
6
+ export {
7
+ mask_default as default
8
+ };
@@ -1,66 +1,8 @@
1
- import { Component, JSX } from 'solid-js';
2
- import { C as ConfigVariants, a as ClassProps, V as VariantProps } from '../../classes-B_S9K-9I.js';
1
+ import { M as MenuProps$1 } from '../../Menu-DgO4SHmA.js';
2
+ export { _ as Menu } from '../../Menu-DgO4SHmA.js';
3
+ import 'solid-js';
4
+ import '../../types-CUG9pToa.js';
3
5
 
4
- declare const menuWrapper: {
5
- (props?: (ConfigVariants<{
6
- inline: {
7
- true: string;
8
- false: string;
9
- };
10
- }> & ClassProps) | undefined): string;
11
- variantKeys: "inline"[];
12
- };
13
- declare const listWrapper: {
14
- (props?: (ConfigVariants<{
15
- label: {
16
- true: string;
17
- false: string;
18
- };
19
- }> & ClassProps) | undefined): string;
20
- variantKeys: "label"[];
21
- };
22
- declare const itemVariants: {
23
- (props?: (ConfigVariants<{
24
- active: {
25
- true: string;
26
- false: string;
27
- };
28
- expanded: {
29
- true: string;
30
- false: string;
31
- };
32
- disabled: {
33
- true: string;
34
- false: string;
35
- };
36
- }> & ClassProps) | undefined): string;
37
- variantKeys: ("disabled" | "expanded" | "active")[];
38
- };
6
+ type MenuProps = MenuProps$1;
39
7
 
40
- type MenuProps = {
41
- inline?: boolean;
42
- className?: string;
43
- children: JSX.Element;
44
- } & VariantProps<typeof menuWrapper> & ClassProps;
45
- declare const Menu: Component<MenuProps>;
46
-
47
- type MenuListProps = {
48
- label?: string;
49
- children: JSX.Element;
50
- } & VariantProps<typeof listWrapper> & ClassProps;
51
- declare const MenuList: Component<MenuListProps>;
52
-
53
- type MenuItemProps = {
54
- label: string;
55
- active?: boolean;
56
- expanded?: boolean;
57
- disabled?: boolean;
58
- className?: string;
59
- tag?: keyof JSX.IntrinsicElements;
60
- to?: string;
61
- target?: string;
62
- children?: JSX.Element;
63
- } & VariantProps<typeof itemVariants> & ClassProps & Omit<JSX.HTMLAttributes<HTMLElement>, "children">;
64
- declare const MenuItem: Component<MenuItemProps>;
65
-
66
- export { Menu, MenuItem, MenuList };
8
+ export type { MenuProps };
@@ -1 +1 @@
1
- export { Menu_default as Menu, MenuItem_default as MenuItem, MenuList_default as MenuList } from '../../chunk/3VOILEMN.js';
1
+ export { Menu_default as Menu } from '../../chunk/JQ4HSRDP.js';
@@ -1,11 +1,8 @@
1
1
  import {
2
- MenuItem_default,
3
- MenuList_default,
4
2
  Menu_default
5
- } from "../../chunk/XD34JKSU.jsx";
6
- import "../../chunk/P7WPLZNA.jsx";
3
+ } from "../../chunk/SVJIYMYJ.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
7
6
  export {
8
- Menu_default as Menu,
9
- MenuItem_default as MenuItem,
10
- MenuList_default as MenuList
7
+ Menu_default as Menu
11
8
  };
@@ -1,8 +1,8 @@
1
- import { P as Pagination } from '../../Pagination-CJtlFMHy.js';
2
- export { a as PaginationProps } from '../../Pagination-CJtlFMHy.js';
3
- import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
1
+ import * as solid_js from 'solid-js';
2
+ import { JoinProps } from '../join/index.js';
3
+ import '../../types-CUG9pToa.js';
5
4
 
5
+ type PaginationProps = JoinProps;
6
+ declare const Pagination: (props: JoinProps) => solid_js.JSX.Element;
6
7
 
7
-
8
- export { Pagination as default };
8
+ export { type PaginationProps, Pagination as default };
@@ -1 +1 @@
1
- export { pagination_default as default } from '../../chunk/DBQ7IOPU.js';
1
+ export { Pagination_default as default } from '../../chunk/L4A67X7S.js';
@@ -1,7 +1,9 @@
1
1
  import {
2
- pagination_default
3
- } from "../../chunk/ELRAUORW.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
2
+ Pagination_default
3
+ } from "../../chunk/R5G3PODL.jsx";
4
+ import "../../chunk/DN3P54J2.jsx";
5
+ import "../../chunk/O7LDJCQS.jsx";
6
+ import "../../chunk/5HG7XWVC.jsx";
5
7
  export {
6
- pagination_default as default
8
+ Pagination_default as default
7
9
  };
@@ -1,5 +1,5 @@
1
1
  import * as solid_js from 'solid-js';
2
- import { ValidComponent, ComponentProps, JSX, Ref } from 'solid-js';
2
+ import { ValidComponent, JSX, ComponentProps, Ref } from 'solid-js';
3
3
 
4
4
  type OverrideProps<T, P> = Omit<T, keyof P> & P;
5
5
 
@@ -1,8 +1,15 @@
1
- import { S as Select } from '../../Select-CP-TUHJv.js';
2
- export { a as SelectProps } from '../../Select-CP-TUHJv.js';
3
- import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
5
-
1
+ import { Component, JSX } from 'solid-js';
2
+ import { b as ComponentColor, C as ComponentSize, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
6
3
 
4
+ type SelectBaseProps = {
5
+ color?: ComponentColor;
6
+ size?: ComponentSize;
7
+ dataTheme?: string;
8
+ class?: string;
9
+ className?: string;
10
+ style?: JSX.CSSProperties;
11
+ };
12
+ type SelectProps = SelectBaseProps & IComponentBaseProps & Omit<JSX.SelectHTMLAttributes<HTMLSelectElement>, keyof SelectBaseProps>;
13
+ declare const Select: Component<SelectProps>;
7
14
 
8
15
  export { Select as default };
@@ -1 +1 @@
1
- export { select_default as default } from '../../chunk/OMRJVDZV.js';
1
+ export { Select_default as default } from '../../chunk/5IJ7WEIF.js';