@pathscale/ui 0.0.10 → 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 (175) hide show
  1. package/README.md +53 -0
  2. package/dist/Avatar-Dkd_kPlV.d.ts +40 -0
  3. package/dist/CollapseTitle-BNxog3is.d.ts +12 -0
  4. package/dist/{Field-DfUn85_1.d.ts → Field-DI2PA30N.d.ts} +1 -1
  5. package/dist/Mask-CPb596Mg.d.ts +16 -0
  6. package/dist/Menu-DgO4SHmA.d.ts +45 -0
  7. package/dist/{Progress-gN0xqhAF.d.ts → Progress-ChF4ior8.d.ts} +2 -2
  8. package/dist/Steps-Dk-UPL6r.d.ts +38 -0
  9. package/dist/{Tabs-BEnRV6GG.d.ts → Tabs-WiUU0xsM.d.ts} +1 -1
  10. package/dist/chunk/2OJYONJ3.js +40 -0
  11. package/dist/chunk/2VQ2762Z.js +80 -0
  12. package/dist/chunk/2XPPNBYK.js +164 -0
  13. package/dist/chunk/3I23P4TJ.js +33 -0
  14. package/dist/chunk/5HG7XWVC.jsx +2956 -0
  15. package/dist/chunk/5IJ7WEIF.js +43 -0
  16. package/dist/chunk/5O6WC3OB.jsx +67 -0
  17. package/dist/chunk/6P5JIKPF.jsx +51 -0
  18. package/dist/chunk/BHLLVOVR.js +46 -0
  19. package/dist/chunk/DJI5XKAV.js +31 -0
  20. package/dist/chunk/DN3P54J2.jsx +43 -0
  21. package/dist/chunk/DVFQAAZR.js +43 -0
  22. package/dist/chunk/EDDBK4J6.js +42 -0
  23. package/dist/chunk/FZRQDGPD.jsx +54 -0
  24. package/dist/chunk/G5UEZ2VC.js +49 -0
  25. package/dist/chunk/GL7JG772.js +114 -0
  26. package/dist/chunk/HEOKGP5U.js +55 -0
  27. package/dist/chunk/HUHXQCKK.js +16 -0
  28. package/dist/chunk/I36LHZUY.jsx +31 -0
  29. package/dist/chunk/IG323YKF.jsx +50 -0
  30. package/dist/chunk/JQ4HSRDP.js +142 -0
  31. package/dist/chunk/JSQBKK7L.jsx +50 -0
  32. package/dist/chunk/K3WO7SRD.js +1 -0
  33. package/dist/chunk/KQ3RAWCE.jsx +57 -0
  34. package/dist/chunk/KXJZKDJX.jsx +0 -0
  35. package/dist/chunk/L4A67X7S.js +7 -0
  36. package/dist/chunk/LGDDR242.jsx +159 -0
  37. package/dist/chunk/MM2DZQL3.js +46 -0
  38. package/dist/chunk/MZWBWFDD.js +151 -0
  39. package/dist/chunk/O7LDJCQS.jsx +18 -0
  40. package/dist/chunk/Q4442PU4.js +42 -0
  41. package/dist/chunk/R5G3PODL.jsx +11 -0
  42. package/dist/chunk/R6ZBT7CY.jsx +55 -0
  43. package/dist/chunk/RHEFVSMJ.jsx +52 -0
  44. package/dist/chunk/{G6RG4LR7.js → SPEY5RMB.js} +2 -5
  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/{KACNXPUM.jsx → T2LDLYWV.jsx} +2 -4
  49. package/dist/chunk/UNKDNDT3.js +62 -0
  50. package/dist/chunk/XM3KF5LV.jsx +179 -0
  51. package/dist/chunk/XQCSYRVP.jsx +168 -0
  52. package/dist/chunk/YWIT2MRI.jsx +43 -0
  53. package/dist/chunk/ZYEP35R3.jsx +60 -0
  54. package/dist/components/{progress → Progress}/index.d.ts +1 -1
  55. package/dist/components/accordion/index.d.ts +17 -5
  56. package/dist/components/accordion/index.js +1 -1
  57. package/dist/components/accordion/index.jsx +6 -4
  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 -2
  96. package/dist/components/polymorphic/index.js +1 -1
  97. package/dist/components/polymorphic/index.jsx +1 -1
  98. package/dist/components/select/index.d.ts +12 -5
  99. package/dist/components/select/index.js +1 -1
  100. package/dist/components/select/index.jsx +5 -4
  101. package/dist/components/steps/index.d.ts +3 -4
  102. package/dist/components/steps/index.js +1 -1
  103. package/dist/components/steps/index.jsx +3 -2
  104. package/dist/components/tabs/index.d.ts +2 -2
  105. package/dist/components/textarea/index.d.ts +12 -5
  106. package/dist/components/textarea/index.js +1 -1
  107. package/dist/components/textarea/index.jsx +5 -4
  108. package/dist/components/toggle/index.d.ts +15 -0
  109. package/dist/components/toggle/index.js +1 -0
  110. package/dist/components/toggle/index.jsx +8 -0
  111. package/dist/components/tooltip/index.d.ts +14 -5
  112. package/dist/components/tooltip/index.js +1 -1
  113. package/dist/components/tooltip/index.jsx +5 -4
  114. package/dist/index.d.ts +23 -18
  115. package/dist/index.js +23 -20
  116. package/dist/index.jsx +80 -65
  117. package/dist/types-CUG9pToa.d.ts +15 -0
  118. package/package.json +4 -2
  119. package/dist/Accordion-JZGWxBMK.d.ts +0 -27
  120. package/dist/Avatar-CzIirpVq.d.ts +0 -33
  121. package/dist/Button-B50OLXuV.d.ts +0 -63
  122. package/dist/Checkbox-CzeDsQLA.d.ts +0 -32
  123. package/dist/Input-BGHHmBBR.d.ts +0 -42
  124. package/dist/Pagination-CJtlFMHy.d.ts +0 -43
  125. package/dist/Select-CWCDBvec.d.ts +0 -44
  126. package/dist/Steps-1miUeyCD.d.ts +0 -34
  127. package/dist/Switch-CW6QtO1Y.d.ts +0 -76
  128. package/dist/Tag-BPrhn-Ne.d.ts +0 -42
  129. package/dist/Textarea-Cpdk7m6S.d.ts +0 -37
  130. package/dist/Tooltip-BfPongoz.d.ts +0 -53
  131. package/dist/Upload-CRljD5jf.d.ts +0 -39
  132. package/dist/chunk/3VOILEMN.js +0 -187
  133. package/dist/chunk/C4745OZS.jsx +0 -101
  134. package/dist/chunk/CJZGTNJZ.js +0 -115
  135. package/dist/chunk/DBQ7IOPU.js +0 -189
  136. package/dist/chunk/EB7KXR65.js +0 -102
  137. package/dist/chunk/EE4HXMKA.js +0 -165
  138. package/dist/chunk/ELRAUORW.jsx +0 -179
  139. package/dist/chunk/F33TSIEQ.jsx +0 -181
  140. package/dist/chunk/GA2HCFRS.jsx +0 -228
  141. package/dist/chunk/GWFGP2JQ.jsx +0 -179
  142. package/dist/chunk/LAQPAV5I.jsx +0 -187
  143. package/dist/chunk/LI3HCFL7.jsx +0 -132
  144. package/dist/chunk/MI773TMC.js +0 -107
  145. package/dist/chunk/MMTAND25.jsx +0 -126
  146. package/dist/chunk/NZKPDBTE.js +0 -118
  147. package/dist/chunk/NZZRKP74.js +0 -214
  148. package/dist/chunk/O2IMHWMY.js +0 -159
  149. package/dist/chunk/OMRJVDZV.js +0 -173
  150. package/dist/chunk/OYAKKETQ.js +0 -111
  151. package/dist/chunk/PNPC2OI3.jsx +0 -156
  152. package/dist/chunk/QHJOIUYT.jsx +0 -117
  153. package/dist/chunk/QONDPQ2I.jsx +0 -105
  154. package/dist/chunk/R6COBCN7.jsx +0 -100
  155. package/dist/chunk/T7IZ26YC.jsx +0 -194
  156. package/dist/chunk/TT2JYGLU.js +0 -218
  157. package/dist/chunk/V6Y5E7BL.js +0 -133
  158. package/dist/chunk/WB6NEEQV.jsx +0 -107
  159. package/dist/chunk/WYHYWDOM.js +0 -164
  160. package/dist/chunk/XD34JKSU.jsx +0 -201
  161. package/dist/chunk/YDEDUOFM.js +0 -102
  162. package/dist/components/breadcrumb/index.d.ts +0 -47
  163. package/dist/components/breadcrumb/index.js +0 -1
  164. package/dist/components/breadcrumb/index.jsx +0 -9
  165. package/dist/components/switch/index.d.ts +0 -8
  166. package/dist/components/switch/index.js +0 -1
  167. package/dist/components/switch/index.jsx +0 -7
  168. package/dist/components/tag/index.d.ts +0 -8
  169. package/dist/components/tag/index.js +0 -1
  170. package/dist/components/tag/index.jsx +0 -7
  171. package/dist/components/upload/index.d.ts +0 -8
  172. package/dist/components/upload/index.js +0 -1
  173. package/dist/components/upload/index.jsx +0 -7
  174. /package/dist/components/{progress → Progress}/index.js +0 -0
  175. /package/dist/components/{progress → Progress}/index.jsx +0 -0
@@ -1,8 +1,15 @@
1
- import { S as Select } from '../../Select-CWCDBvec.js';
2
- export { a as SelectProps } from '../../Select-CWCDBvec.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';
@@ -1,7 +1,8 @@
1
1
  import {
2
- select_default
3
- } from "../../chunk/F33TSIEQ.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
2
+ Select_default
3
+ } from "../../chunk/RHEFVSMJ.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
5
6
  export {
6
- select_default as default
7
+ Select_default as default
7
8
  };
@@ -1,8 +1,7 @@
1
- import { S as Steps } from '../../Steps-1miUeyCD.js';
2
- export { a as StepItem } from '../../Steps-1miUeyCD.js';
1
+ import { _ as _default } from '../../Steps-Dk-UPL6r.js';
3
2
  import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
3
+ import '../../types-CUG9pToa.js';
5
4
 
6
5
 
7
6
 
8
- export { Steps as default };
7
+ export { _default as default };
@@ -1 +1 @@
1
- export { steps_default as default } from '../../chunk/TT2JYGLU.js';
1
+ export { steps_default as default } from '../../chunk/GL7JG772.js';
@@ -1,7 +1,8 @@
1
1
  import {
2
2
  steps_default
3
- } from "../../chunk/LAQPAV5I.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
3
+ } from "../../chunk/LGDDR242.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
5
6
  export {
6
7
  steps_default as default
7
8
  };
@@ -1,5 +1,5 @@
1
- import { T as Tabs } from '../../Tabs-BEnRV6GG.js';
2
- export { a as TabsProps } from '../../Tabs-BEnRV6GG.js';
1
+ import { T as Tabs } from '../../Tabs-WiUU0xsM.js';
2
+ export { a as TabsProps } from '../../Tabs-WiUU0xsM.js';
3
3
  import 'solid-js';
4
4
  import '../../classes-B_S9K-9I.js';
5
5
 
@@ -1,8 +1,15 @@
1
- import { T as Textarea } from '../../Textarea-Cpdk7m6S.js';
2
- export { a as TextareaProps } from '../../Textarea-Cpdk7m6S.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 TextareaBaseProps = {
5
+ color?: ComponentColor;
6
+ size?: ComponentSize;
7
+ dataTheme?: string;
8
+ class?: string;
9
+ className?: string;
10
+ style?: JSX.CSSProperties;
11
+ };
12
+ type TextareaProps = TextareaBaseProps & IComponentBaseProps & Omit<JSX.TextareaHTMLAttributes<HTMLTextAreaElement>, keyof TextareaBaseProps>;
13
+ declare const Textarea: (props: TextareaProps) => JSX.Element;
7
14
 
8
15
  export { Textarea as default };
@@ -1 +1 @@
1
- export { textarea_default as default } from '../../chunk/EB7KXR65.js';
1
+ export { Textarea_default as default } from '../../chunk/Q4442PU4.js';
@@ -1,7 +1,8 @@
1
1
  import {
2
- textarea_default
3
- } from "../../chunk/WB6NEEQV.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
2
+ Textarea_default
3
+ } from "../../chunk/IG323YKF.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
5
6
  export {
6
- textarea_default as default
7
+ Textarea_default as default
7
8
  };
@@ -0,0 +1,15 @@
1
+ import { JSX } from 'solid-js';
2
+ import { b as ComponentColor, C as ComponentSize, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
3
+
4
+ type ToggleBaseProps = {
5
+ color?: ComponentColor;
6
+ size?: ComponentSize;
7
+ dataTheme?: string;
8
+ class?: string;
9
+ className?: string;
10
+ style?: JSX.CSSProperties;
11
+ };
12
+ type ToggleProps = ToggleBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof ToggleBaseProps>;
13
+ declare const Toggle: (props: ToggleProps) => JSX.Element;
14
+
15
+ export { Toggle as default };
@@ -0,0 +1 @@
1
+ export { Toggle_default as default } from '../../chunk/DVFQAAZR.js';
@@ -0,0 +1,8 @@
1
+ import {
2
+ Toggle_default
3
+ } from "../../chunk/6P5JIKPF.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
6
+ export {
7
+ Toggle_default as default
8
+ };
@@ -1,8 +1,17 @@
1
- import { T as Tooltip } from '../../Tooltip-BfPongoz.js';
2
- export { a as TooltipProps } from '../../Tooltip-BfPongoz.js';
3
- import 'solid-js';
4
- import '../../classes-B_S9K-9I.js';
5
-
1
+ import { JSX } from 'solid-js';
2
+ import { b as ComponentColor, d as ComponentPosition, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
6
3
 
4
+ type TooltipBaseProps = {
5
+ message: string;
6
+ open?: boolean;
7
+ color?: ComponentColor;
8
+ position?: ComponentPosition;
9
+ dataTheme?: string;
10
+ class?: string;
11
+ className?: string;
12
+ style?: JSX.CSSProperties;
13
+ };
14
+ type TooltipProps = TooltipBaseProps & IComponentBaseProps & Omit<JSX.HTMLAttributes<HTMLDivElement>, keyof TooltipBaseProps>;
15
+ declare const Tooltip: (props: TooltipProps) => JSX.Element;
7
16
 
8
17
  export { Tooltip as default };
@@ -1 +1 @@
1
- export { tooltip_default as default } from '../../chunk/OYAKKETQ.js';
1
+ export { Tooltip_default as default } from '../../chunk/MM2DZQL3.js';
@@ -1,7 +1,8 @@
1
1
  import {
2
- tooltip_default
3
- } from "../../chunk/R6COBCN7.jsx";
4
- import "../../chunk/P7WPLZNA.jsx";
2
+ Tooltip_default
3
+ } from "../../chunk/R6ZBT7CY.jsx";
4
+ import "../../chunk/O7LDJCQS.jsx";
5
+ import "../../chunk/5HG7XWVC.jsx";
5
6
  export {
6
- tooltip_default as default
7
+ Tooltip_default as default
7
8
  };
package/dist/index.d.ts CHANGED
@@ -1,27 +1,32 @@
1
- export { A as Avatar } from './Avatar-CzIirpVq.js';
2
- export { B as Button } from './Button-B50OLXuV.js';
3
- export { I as Input } from './Input-BGHHmBBR.js';
4
- export { T as Textarea } from './Textarea-Cpdk7m6S.js';
5
- export { P as Progress } from './Progress-gN0xqhAF.js';
6
- export { U as Upload } from './Upload-CRljD5jf.js';
7
- export { A as Accordion } from './Accordion-JZGWxBMK.js';
8
- export { P as Pagination } from './Pagination-CJtlFMHy.js';
9
- export { T as Tabs } from './Tabs-BEnRV6GG.js';
10
- export { T as Tooltip } from './Tooltip-BfPongoz.js';
11
- export { T as Tag } from './Tag-BPrhn-Ne.js';
12
- export { S as Select } from './Select-CWCDBvec.js';
13
- export { S as Switch } from './Switch-CW6QtO1Y.js';
14
- export { C as Checkbox } from './Checkbox-CzeDsQLA.js';
15
- export { Breadcrumb, BreadcrumbItem } from './components/breadcrumb/index.js';
1
+ export { _ as Avatar } from './Avatar-Dkd_kPlV.js';
2
+ export { default as Button } from './components/button/index.js';
3
+ export { default as Input } from './components/input/index.js';
4
+ export { default as Textarea } from './components/textarea/index.js';
5
+ export { P as Progress } from './Progress-ChF4ior8.js';
6
+ export { default as FileInput } from './components/fileinput/index.js';
7
+ export { default as Accordion } from './components/accordion/index.js';
8
+ export { default as Pagination } from './components/pagination/index.js';
9
+ export { T as Tabs } from './Tabs-WiUU0xsM.js';
10
+ export { default as Tooltip } from './components/tooltip/index.js';
11
+ export { default as Badge } from './components/badge/index.js';
12
+ export { default as Select } from './components/select/index.js';
13
+ export { default as Toggle } from './components/toggle/index.js';
14
+ export { default as Checkbox } from './components/checkbox/index.js';
15
+ export { default as Breadcrumbs } from './components/breadcrumbs/index.js';
16
16
  export { A as Autocomplete } from './Autocomplete-gLkjMHrc.js';
17
17
  export { Dropdown, DropdownItem, DropdownMenu, DropdownTrigger } from './components/dropdown/index.js';
18
- export { F as Field } from './Field-DfUn85_1.js';
19
- export { Menu, MenuItem, MenuList } from './components/menu/index.js';
18
+ export { F as Field } from './Field-DI2PA30N.js';
19
+ export { _ as Menu } from './Menu-DgO4SHmA.js';
20
20
  export { Navbar, NavbarDropdown, NavbarItem } from './components/navbar/index.js';
21
21
  export { Polymorphic, PolymorphicButton } from './components/polymorphic/index.js';
22
- export { S as Steps } from './Steps-1miUeyCD.js';
22
+ export { _ as Steps } from './Steps-Dk-UPL6r.js';
23
23
  export { T as Table } from './Table-CGa6Nop3.js';
24
24
  export { T as Timeline } from './Timeline-Bd4SxHMT.js';
25
25
  export { Toaster, default as toast } from './components/toast/index.js';
26
+ export { M as Mask } from './Mask-CPb596Mg.js';
27
+ export { default as Join } from './components/join/index.js';
28
+ export { C as CollapseContent, a as CollapseTitle, S as Summary } from './CollapseTitle-BNxog3is.js';
29
+ export { CollapseDetails } from './components/collapse/index.js';
26
30
  import 'solid-js';
31
+ import './types-CUG9pToa.js';
27
32
  import './classes-B_S9K-9I.js';
package/dist/index.js CHANGED
@@ -1,25 +1,28 @@
1
- export { Toaster_default as Toaster, toast_default as toast } from './chunk/JWRGKHDO.js';
2
- export { tooltip_default as Tooltip } from './chunk/OYAKKETQ.js';
3
- export { upload_default as Upload } from './chunk/YDEDUOFM.js';
4
- export { select_default as Select } from './chunk/OMRJVDZV.js';
5
- export { steps_default as Steps } from './chunk/TT2JYGLU.js';
6
- export { switch_default as Switch } from './chunk/EE4HXMKA.js';
7
- export { table_default as Table } from './chunk/QYEMOKUG.js';
8
1
  export { tabs_default as Tabs } from './chunk/WOT36Q7O.js';
9
- export { tag_default as Tag } from './chunk/CJZGTNJZ.js';
10
- export { textarea_default as Textarea } from './chunk/EB7KXR65.js';
2
+ export { Textarea_default as Textarea } from './chunk/Q4442PU4.js';
11
3
  export { timeline_default as Timeline } from './chunk/WUZETUQR.js';
12
- export { Dropdown_default as Dropdown, DropdownItem_default as DropdownItem, DropdownMenu_default as DropdownMenu, DropdownTrigger_default as DropdownTrigger } from './chunk/3FBDYV4P.js';
13
- export { field_default as Field } from './chunk/MAX47D6F.js';
14
- export { input_default as Input } from './chunk/O2IMHWMY.js';
15
- export { Menu_default as Menu, MenuItem_default as MenuItem, MenuList_default as MenuList } from './chunk/3VOILEMN.js';
4
+ export { Toaster_default as Toaster, toast_default as toast } from './chunk/JWRGKHDO.js';
5
+ export { Toggle_default as Toggle } from './chunk/DVFQAAZR.js';
6
+ export { Tooltip_default as Tooltip } from './chunk/MM2DZQL3.js';
7
+ export { Menu_default as Menu } from './chunk/JQ4HSRDP.js';
16
8
  export { Navbar_default as Navbar, NavbarDropdown_default as NavbarDropdown, NavbarItem_default as NavbarItem } from './chunk/P653OZ5D.js';
17
- export { pagination_default as Pagination } from './chunk/DBQ7IOPU.js';
9
+ export { Pagination_default as Pagination } from './chunk/L4A67X7S.js';
10
+ export { Polymorphic_default as Polymorphic, PolymorphicButton_default as PolymorphicButton } from './chunk/SPEY5RMB.js';
18
11
  export { progress_default as Progress } from './chunk/GMIXRYN3.js';
19
- export { accordion_default as Accordion } from './chunk/NZKPDBTE.js';
12
+ export { Select_default as Select } from './chunk/5IJ7WEIF.js';
13
+ export { steps_default as Steps } from './chunk/GL7JG772.js';
14
+ export { table_default as Table } from './chunk/QYEMOKUG.js';
15
+ export { Checkbox_default as Checkbox } from './chunk/HEOKGP5U.js';
16
+ export { field_default as Field } from './chunk/MAX47D6F.js';
17
+ export { Dropdown_default as Dropdown, DropdownItem_default as DropdownItem, DropdownMenu_default as DropdownMenu, DropdownTrigger_default as DropdownTrigger } from './chunk/3FBDYV4P.js';
18
+ export { FileInput_default as FileInput } from './chunk/BHLLVOVR.js';
19
+ export { Input_default as Input } from './chunk/EDDBK4J6.js';
20
+ export { Join_default as Join } from './chunk/3I23P4TJ.js';
21
+ export { mask_default as Mask } from './chunk/UNKDNDT3.js';
22
+ export { Accordion_default as Accordion } from './chunk/2OJYONJ3.js';
23
+ export { CollapseContent, CollapseDetails, CollapseTitle, Summary } from './chunk/2VQ2762Z.js';
20
24
  export { autocomplete_default as Autocomplete } from './chunk/MYERRMTM.js';
21
- export { avatar_default as Avatar } from './chunk/MI773TMC.js';
22
- export { Breadcrumb_default as Breadcrumb, BreadcrumbItem_default as BreadcrumbItem } from './chunk/V6Y5E7BL.js';
23
- export { button_default as Button } from './chunk/NZZRKP74.js';
24
- export { Polymorphic_default as Polymorphic, PolymorphicButton_default as PolymorphicButton } from './chunk/G6RG4LR7.js';
25
- export { checkbox_default as Checkbox } from './chunk/WYHYWDOM.js';
25
+ export { avatar_default as Avatar } from './chunk/2XPPNBYK.js';
26
+ export { Badge_default as Badge } from './chunk/G5UEZ2VC.js';
27
+ export { Breadcrumbs_default as Breadcrumbs } from './chunk/DJI5XKAV.js';
28
+ export { Button_default as Button } from './chunk/MZWBWFDD.js';
package/dist/index.jsx CHANGED
@@ -1,37 +1,52 @@
1
+ import {
2
+ tabs_default
3
+ } from "./chunk/KV6LTJHI.jsx";
4
+ import {
5
+ Textarea_default
6
+ } from "./chunk/IG323YKF.jsx";
7
+ import {
8
+ timeline_default
9
+ } from "./chunk/DSTUGZW6.jsx";
1
10
  import {
2
11
  Toaster_default,
3
12
  toast_default
4
13
  } from "./chunk/FKSQPGOD.jsx";
5
14
  import {
6
- tooltip_default
7
- } from "./chunk/R6COBCN7.jsx";
15
+ Toggle_default
16
+ } from "./chunk/6P5JIKPF.jsx";
8
17
  import {
9
- upload_default
10
- } from "./chunk/QHJOIUYT.jsx";
18
+ Tooltip_default
19
+ } from "./chunk/R6ZBT7CY.jsx";
11
20
  import {
12
- select_default
13
- } from "./chunk/F33TSIEQ.jsx";
21
+ Menu_default
22
+ } from "./chunk/SVJIYMYJ.jsx";
14
23
  import {
15
- steps_default
16
- } from "./chunk/LAQPAV5I.jsx";
24
+ NavbarDropdown_default,
25
+ NavbarItem_default,
26
+ Navbar_default
27
+ } from "./chunk/55B7Q4NT.jsx";
17
28
  import {
18
- switch_default
19
- } from "./chunk/GWFGP2JQ.jsx";
29
+ Pagination_default
30
+ } from "./chunk/R5G3PODL.jsx";
20
31
  import {
21
- table_default
22
- } from "./chunk/HWAGW5N4.jsx";
32
+ PolymorphicButton_default,
33
+ Polymorphic_default
34
+ } from "./chunk/T2LDLYWV.jsx";
23
35
  import {
24
- tabs_default
25
- } from "./chunk/KV6LTJHI.jsx";
36
+ progress_default
37
+ } from "./chunk/STKRVQR6.jsx";
26
38
  import {
27
- tag_default
28
- } from "./chunk/LI3HCFL7.jsx";
39
+ Select_default
40
+ } from "./chunk/RHEFVSMJ.jsx";
29
41
  import {
30
- textarea_default
31
- } from "./chunk/WB6NEEQV.jsx";
42
+ steps_default
43
+ } from "./chunk/LGDDR242.jsx";
32
44
  import {
33
- timeline_default
34
- } from "./chunk/DSTUGZW6.jsx";
45
+ table_default
46
+ } from "./chunk/HWAGW5N4.jsx";
47
+ import {
48
+ Checkbox_default
49
+ } from "./chunk/SYWB4UN3.jsx";
35
50
  import {
36
51
  DropdownItem_default,
37
52
  DropdownMenu_default,
@@ -42,82 +57,82 @@ import {
42
57
  field_default
43
58
  } from "./chunk/VN5BKHA2.jsx";
44
59
  import {
45
- input_default
46
- } from "./chunk/PNPC2OI3.jsx";
47
- import {
48
- MenuItem_default,
49
- MenuList_default,
50
- Menu_default
51
- } from "./chunk/XD34JKSU.jsx";
60
+ FileInput_default
61
+ } from "./chunk/FZRQDGPD.jsx";
52
62
  import {
53
- pagination_default
54
- } from "./chunk/ELRAUORW.jsx";
63
+ Input_default
64
+ } from "./chunk/JSQBKK7L.jsx";
65
+ import "./chunk/KXJZKDJX.jsx";
55
66
  import {
56
- NavbarDropdown_default,
57
- NavbarItem_default,
58
- Navbar_default
59
- } from "./chunk/55B7Q4NT.jsx";
67
+ Join_default
68
+ } from "./chunk/DN3P54J2.jsx";
60
69
  import {
61
- progress_default
62
- } from "./chunk/STKRVQR6.jsx";
70
+ mask_default
71
+ } from "./chunk/5O6WC3OB.jsx";
63
72
  import {
64
- accordion_default
65
- } from "./chunk/QONDPQ2I.jsx";
73
+ Accordion_default
74
+ } from "./chunk/YWIT2MRI.jsx";
66
75
  import {
67
- avatar_default
68
- } from "./chunk/C4745OZS.jsx";
76
+ CollapseContent,
77
+ CollapseDetails,
78
+ CollapseTitle,
79
+ Summary
80
+ } from "./chunk/KQ3RAWCE.jsx";
69
81
  import {
70
82
  autocomplete_default
71
83
  } from "./chunk/C4YO33NN.jsx";
84
+ import "./chunk/P7WPLZNA.jsx";
72
85
  import {
73
- BreadcrumbItem_default,
74
- Breadcrumb_default
75
- } from "./chunk/MMTAND25.jsx";
86
+ avatar_default
87
+ } from "./chunk/XM3KF5LV.jsx";
76
88
  import {
77
- button_default
78
- } from "./chunk/GA2HCFRS.jsx";
89
+ Badge_default
90
+ } from "./chunk/ZYEP35R3.jsx";
79
91
  import {
80
- PolymorphicButton_default,
81
- Polymorphic_default
82
- } from "./chunk/KACNXPUM.jsx";
92
+ Breadcrumbs_default
93
+ } from "./chunk/I36LHZUY.jsx";
83
94
  import {
84
- checkbox_default
85
- } from "./chunk/T7IZ26YC.jsx";
86
- import "./chunk/P7WPLZNA.jsx";
95
+ Button_default
96
+ } from "./chunk/XQCSYRVP.jsx";
97
+ import "./chunk/O7LDJCQS.jsx";
98
+ import "./chunk/5HG7XWVC.jsx";
87
99
  export {
88
- accordion_default as Accordion,
100
+ Accordion_default as Accordion,
89
101
  autocomplete_default as Autocomplete,
90
102
  avatar_default as Avatar,
91
- Breadcrumb_default as Breadcrumb,
92
- BreadcrumbItem_default as BreadcrumbItem,
93
- button_default as Button,
94
- checkbox_default as Checkbox,
103
+ Badge_default as Badge,
104
+ Breadcrumbs_default as Breadcrumbs,
105
+ Button_default as Button,
106
+ Checkbox_default as Checkbox,
107
+ CollapseContent,
108
+ CollapseDetails,
109
+ CollapseTitle,
95
110
  Dropdown_default as Dropdown,
96
111
  DropdownItem_default as DropdownItem,
97
112
  DropdownMenu_default as DropdownMenu,
98
113
  DropdownTrigger_default as DropdownTrigger,
99
114
  field_default as Field,
100
- input_default as Input,
115
+ FileInput_default as FileInput,
116
+ Input_default as Input,
117
+ Join_default as Join,
118
+ mask_default as Mask,
101
119
  Menu_default as Menu,
102
- MenuItem_default as MenuItem,
103
- MenuList_default as MenuList,
104
120
  Navbar_default as Navbar,
105
121
  NavbarDropdown_default as NavbarDropdown,
106
122
  NavbarItem_default as NavbarItem,
107
- pagination_default as Pagination,
123
+ Pagination_default as Pagination,
108
124
  Polymorphic_default as Polymorphic,
109
125
  PolymorphicButton_default as PolymorphicButton,
110
126
  progress_default as Progress,
111
- select_default as Select,
127
+ Select_default as Select,
112
128
  steps_default as Steps,
113
- switch_default as Switch,
129
+ Summary,
114
130
  table_default as Table,
115
131
  tabs_default as Tabs,
116
- tag_default as Tag,
117
- textarea_default as Textarea,
132
+ Textarea_default as Textarea,
118
133
  timeline_default as Timeline,
119
134
  Toaster_default as Toaster,
120
- tooltip_default as Tooltip,
121
- upload_default as Upload,
135
+ Toggle_default as Toggle,
136
+ Tooltip_default as Tooltip,
122
137
  toast_default as toast
123
138
  };
@@ -0,0 +1,15 @@
1
+ import { JSX } from 'solid-js';
2
+
3
+ interface IComponentBaseProps {
4
+ dataTheme?: string;
5
+ class?: string;
6
+ className?: string;
7
+ style?: JSX.CSSProperties;
8
+ }
9
+ type ComponentSize = "xs" | "sm" | "md" | "lg" | "xl";
10
+ type ComponentShape = "circle" | "square" | "rounded";
11
+ type ComponentColor = "neutral" | "primary" | "secondary" | "accent" | "info" | "success" | "warning" | "error" | "ghost";
12
+ type ComponentVariant = "soft" | "dash" | "outline" | "filled" | "ghost" | "outlined";
13
+ type ComponentPosition = "top" | "bottom" | "left" | "right";
14
+
15
+ export type { ComponentSize as C, IComponentBaseProps as I, ComponentShape as a, ComponentColor as b, ComponentVariant as c, ComponentPosition as d };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,9 @@
17
17
  "typescript": "^5.8.3",
18
18
  "vite": "^6.3.5",
19
19
  "vite-plugin-solid": "^2.11.6",
20
- "vite-tsconfig-paths": "^5.1.4"
20
+ "vite-tsconfig-paths": "^5.1.4",
21
+ "clsx": "^2.1.1",
22
+ "tailwind-merge": "^3.3.0"
21
23
  },
22
24
  "peerDependencies": {
23
25
  "solid-js": "^1.8"
@@ -1,27 +0,0 @@
1
- import { Component, JSX } from 'solid-js';
2
- import { C as ConfigVariants, a as ClassProps, V as VariantProps } from './classes-B_S9K-9I.js';
3
-
4
- declare const accordionContainerVariants: {
5
- (props?: (ConfigVariants<{
6
- expanded: {
7
- true: string;
8
- false: string;
9
- };
10
- disabled: {
11
- true: string;
12
- false: string;
13
- };
14
- }> & ClassProps) | undefined): string;
15
- variantKeys: ("expanded" | "disabled")[];
16
- };
17
-
18
- type AccordionProps = {
19
- expanded?: boolean;
20
- disabled?: boolean;
21
- headerIsTrigger?: boolean;
22
- header: JSX.Element;
23
- content: JSX.Element;
24
- } & VariantProps<typeof accordionContainerVariants> & JSX.HTMLAttributes<HTMLDivElement>;
25
- declare const Accordion: Component<AccordionProps>;
26
-
27
- export { Accordion as A, type AccordionProps as a };
@@ -1,33 +0,0 @@
1
- import { Component, ComponentProps } from 'solid-js';
2
- import { C as ConfigVariants, a as ClassProps, V as VariantProps } from './classes-B_S9K-9I.js';
3
-
4
- declare const avatarVariants: {
5
- (props?: (ConfigVariants<{
6
- size: {
7
- sm: string;
8
- md: string;
9
- lg: string;
10
- };
11
- shape: {
12
- circle: string;
13
- rounded: string;
14
- };
15
- variant: {
16
- filled: string;
17
- outlined: string;
18
- ghost: string;
19
- };
20
- }> & ClassProps) | undefined): string;
21
- variantKeys: ("size" | "shape" | "variant")[];
22
- };
23
-
24
- type AvatarVariantProps = VariantProps<typeof avatarVariants>;
25
- type AvatarProps = AvatarVariantProps & ClassProps & ComponentProps<"img"> & {
26
- src?: string;
27
- dataSrc?: string;
28
- alt?: string;
29
- text?: string;
30
- };
31
- declare const Avatar: Component<AvatarProps>;
32
-
33
- export { Avatar as A, type AvatarProps as a, avatarVariants as b };