@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.
- package/README.md +53 -0
- package/dist/Avatar-Dkd_kPlV.d.ts +40 -0
- package/dist/CollapseTitle-BNxog3is.d.ts +12 -0
- package/dist/{Field-DfUn85_1.d.ts → Field-DI2PA30N.d.ts} +1 -1
- package/dist/Mask-CPb596Mg.d.ts +16 -0
- package/dist/Menu-DgO4SHmA.d.ts +45 -0
- package/dist/{Progress-gN0xqhAF.d.ts → Progress-ChF4ior8.d.ts} +2 -2
- package/dist/Steps-Dk-UPL6r.d.ts +38 -0
- package/dist/{Tabs-BEnRV6GG.d.ts → Tabs-WiUU0xsM.d.ts} +1 -1
- package/dist/chunk/2OJYONJ3.js +40 -0
- package/dist/chunk/2VQ2762Z.js +80 -0
- package/dist/chunk/2XPPNBYK.js +164 -0
- package/dist/chunk/3I23P4TJ.js +33 -0
- package/dist/chunk/5HG7XWVC.jsx +2956 -0
- package/dist/chunk/5IJ7WEIF.js +43 -0
- package/dist/chunk/5O6WC3OB.jsx +67 -0
- package/dist/chunk/6P5JIKPF.jsx +51 -0
- package/dist/chunk/BHLLVOVR.js +46 -0
- package/dist/chunk/DJI5XKAV.js +31 -0
- package/dist/chunk/DN3P54J2.jsx +43 -0
- package/dist/chunk/DVFQAAZR.js +43 -0
- package/dist/chunk/EDDBK4J6.js +42 -0
- package/dist/chunk/FZRQDGPD.jsx +54 -0
- package/dist/chunk/G5UEZ2VC.js +49 -0
- package/dist/chunk/GL7JG772.js +114 -0
- package/dist/chunk/HEOKGP5U.js +55 -0
- package/dist/chunk/HUHXQCKK.js +16 -0
- package/dist/chunk/I36LHZUY.jsx +31 -0
- package/dist/chunk/IG323YKF.jsx +50 -0
- package/dist/chunk/JQ4HSRDP.js +142 -0
- package/dist/chunk/JSQBKK7L.jsx +50 -0
- package/dist/chunk/K3WO7SRD.js +1 -0
- package/dist/chunk/KQ3RAWCE.jsx +57 -0
- package/dist/chunk/KXJZKDJX.jsx +0 -0
- package/dist/chunk/L4A67X7S.js +7 -0
- package/dist/chunk/LGDDR242.jsx +159 -0
- package/dist/chunk/MM2DZQL3.js +46 -0
- package/dist/chunk/MZWBWFDD.js +151 -0
- package/dist/chunk/O7LDJCQS.jsx +18 -0
- package/dist/chunk/Q4442PU4.js +42 -0
- package/dist/chunk/R5G3PODL.jsx +11 -0
- package/dist/chunk/R6ZBT7CY.jsx +55 -0
- package/dist/chunk/RHEFVSMJ.jsx +52 -0
- package/dist/chunk/{G6RG4LR7.js → SPEY5RMB.js} +2 -5
- package/dist/chunk/STFCLC5R.js +2954 -0
- package/dist/chunk/SVJIYMYJ.jsx +156 -0
- package/dist/chunk/SYWB4UN3.jsx +64 -0
- package/dist/chunk/{KACNXPUM.jsx → T2LDLYWV.jsx} +2 -4
- package/dist/chunk/UNKDNDT3.js +62 -0
- package/dist/chunk/XM3KF5LV.jsx +179 -0
- package/dist/chunk/XQCSYRVP.jsx +168 -0
- package/dist/chunk/YWIT2MRI.jsx +43 -0
- package/dist/chunk/ZYEP35R3.jsx +60 -0
- package/dist/components/{progress → Progress}/index.d.ts +1 -1
- package/dist/components/accordion/index.d.ts +17 -5
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.jsx +6 -4
- package/dist/components/avatar/index.d.ts +4 -4
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/index.jsx +3 -2
- package/dist/components/badge/index.d.ts +17 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/badge/index.jsx +8 -0
- package/dist/components/breadcrumbs/index.d.ts +9 -0
- package/dist/components/breadcrumbs/index.js +1 -0
- package/dist/components/breadcrumbs/index.jsx +7 -0
- package/dist/components/button/index.d.ts +28 -6
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.jsx +5 -5
- package/dist/components/checkbox/index.d.ts +13 -5
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.jsx +5 -4
- package/dist/components/collapse/index.d.ts +15 -0
- package/dist/components/collapse/index.js +1 -0
- package/dist/components/collapse/index.jsx +14 -0
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/fileinput/index.d.ts +16 -0
- package/dist/components/fileinput/index.js +1 -0
- package/dist/components/fileinput/index.jsx +8 -0
- package/dist/components/input/index.d.ts +13 -8
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/index.jsx +5 -6
- package/dist/components/join/index.d.ts +11 -0
- package/dist/components/join/index.js +1 -0
- package/dist/components/join/index.jsx +9 -0
- package/dist/components/mask/index.d.ts +7 -0
- package/dist/components/mask/index.js +1 -0
- package/dist/components/mask/index.jsx +8 -0
- package/dist/components/menu/index.d.ts +6 -64
- package/dist/components/menu/index.js +1 -1
- package/dist/components/menu/index.jsx +4 -7
- package/dist/components/pagination/index.d.ts +6 -6
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/index.jsx +6 -4
- package/dist/components/polymorphic/index.d.ts +1 -2
- package/dist/components/polymorphic/index.js +1 -1
- package/dist/components/polymorphic/index.jsx +1 -1
- package/dist/components/select/index.d.ts +12 -5
- package/dist/components/select/index.js +1 -1
- package/dist/components/select/index.jsx +5 -4
- package/dist/components/steps/index.d.ts +3 -4
- package/dist/components/steps/index.js +1 -1
- package/dist/components/steps/index.jsx +3 -2
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/textarea/index.d.ts +12 -5
- package/dist/components/textarea/index.js +1 -1
- package/dist/components/textarea/index.jsx +5 -4
- package/dist/components/toggle/index.d.ts +15 -0
- package/dist/components/toggle/index.js +1 -0
- package/dist/components/toggle/index.jsx +8 -0
- package/dist/components/tooltip/index.d.ts +14 -5
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.jsx +5 -4
- package/dist/index.d.ts +23 -18
- package/dist/index.js +23 -20
- package/dist/index.jsx +80 -65
- package/dist/types-CUG9pToa.d.ts +15 -0
- package/package.json +4 -2
- package/dist/Accordion-JZGWxBMK.d.ts +0 -27
- package/dist/Avatar-CzIirpVq.d.ts +0 -33
- package/dist/Button-B50OLXuV.d.ts +0 -63
- package/dist/Checkbox-CzeDsQLA.d.ts +0 -32
- package/dist/Input-BGHHmBBR.d.ts +0 -42
- package/dist/Pagination-CJtlFMHy.d.ts +0 -43
- package/dist/Select-CWCDBvec.d.ts +0 -44
- package/dist/Steps-1miUeyCD.d.ts +0 -34
- package/dist/Switch-CW6QtO1Y.d.ts +0 -76
- package/dist/Tag-BPrhn-Ne.d.ts +0 -42
- package/dist/Textarea-Cpdk7m6S.d.ts +0 -37
- package/dist/Tooltip-BfPongoz.d.ts +0 -53
- package/dist/Upload-CRljD5jf.d.ts +0 -39
- package/dist/chunk/3VOILEMN.js +0 -187
- package/dist/chunk/C4745OZS.jsx +0 -101
- package/dist/chunk/CJZGTNJZ.js +0 -115
- package/dist/chunk/DBQ7IOPU.js +0 -189
- package/dist/chunk/EB7KXR65.js +0 -102
- package/dist/chunk/EE4HXMKA.js +0 -165
- package/dist/chunk/ELRAUORW.jsx +0 -179
- package/dist/chunk/F33TSIEQ.jsx +0 -181
- package/dist/chunk/GA2HCFRS.jsx +0 -228
- package/dist/chunk/GWFGP2JQ.jsx +0 -179
- package/dist/chunk/LAQPAV5I.jsx +0 -187
- package/dist/chunk/LI3HCFL7.jsx +0 -132
- package/dist/chunk/MI773TMC.js +0 -107
- package/dist/chunk/MMTAND25.jsx +0 -126
- package/dist/chunk/NZKPDBTE.js +0 -118
- package/dist/chunk/NZZRKP74.js +0 -214
- package/dist/chunk/O2IMHWMY.js +0 -159
- package/dist/chunk/OMRJVDZV.js +0 -173
- package/dist/chunk/OYAKKETQ.js +0 -111
- package/dist/chunk/PNPC2OI3.jsx +0 -156
- package/dist/chunk/QHJOIUYT.jsx +0 -117
- package/dist/chunk/QONDPQ2I.jsx +0 -105
- package/dist/chunk/R6COBCN7.jsx +0 -100
- package/dist/chunk/T7IZ26YC.jsx +0 -194
- package/dist/chunk/TT2JYGLU.js +0 -218
- package/dist/chunk/V6Y5E7BL.js +0 -133
- package/dist/chunk/WB6NEEQV.jsx +0 -107
- package/dist/chunk/WYHYWDOM.js +0 -164
- package/dist/chunk/XD34JKSU.jsx +0 -201
- package/dist/chunk/YDEDUOFM.js +0 -102
- package/dist/components/breadcrumb/index.d.ts +0 -47
- package/dist/components/breadcrumb/index.js +0 -1
- package/dist/components/breadcrumb/index.jsx +0 -9
- package/dist/components/switch/index.d.ts +0 -8
- package/dist/components/switch/index.js +0 -1
- package/dist/components/switch/index.jsx +0 -7
- package/dist/components/tag/index.d.ts +0 -8
- package/dist/components/tag/index.js +0 -1
- package/dist/components/tag/index.jsx +0 -7
- package/dist/components/upload/index.d.ts +0 -8
- package/dist/components/upload/index.js +0 -1
- package/dist/components/upload/index.jsx +0 -7
- /package/dist/components/{progress → Progress}/index.js +0 -0
- /package/dist/components/{progress → Progress}/index.jsx +0 -0
|
@@ -1,8 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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 {
|
|
1
|
+
export { Select_default as default } from '../../chunk/5IJ7WEIF.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
2
|
+
Select_default
|
|
3
|
+
} from "../../chunk/RHEFVSMJ.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
Select_default as default
|
|
7
8
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
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 '../../
|
|
3
|
+
import '../../types-CUG9pToa.js';
|
|
5
4
|
|
|
6
5
|
|
|
7
6
|
|
|
8
|
-
export {
|
|
7
|
+
export { _default as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { steps_default as default } from '../../chunk/
|
|
1
|
+
export { steps_default as default } from '../../chunk/GL7JG772.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as Tabs } from '../../Tabs-
|
|
2
|
-
export { a as TabsProps } from '../../Tabs-
|
|
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 {
|
|
2
|
-
|
|
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 {
|
|
1
|
+
export { Textarea_default as default } from '../../chunk/Q4442PU4.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
2
|
+
Textarea_default
|
|
3
|
+
} from "../../chunk/IG323YKF.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
5
6
|
export {
|
|
6
|
-
|
|
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';
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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 {
|
|
1
|
+
export { Tooltip_default as default } from '../../chunk/MM2DZQL3.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
2
|
+
Tooltip_default
|
|
3
|
+
} from "../../chunk/R6ZBT7CY.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
Tooltip_default as default
|
|
7
8
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export { P as Progress } from './Progress-
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export { T as Tabs } from './Tabs-
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
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-
|
|
19
|
-
export {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export { Menu_default as Menu
|
|
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 {
|
|
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 {
|
|
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/
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
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
|
-
|
|
7
|
-
} from "./chunk/
|
|
15
|
+
Toggle_default
|
|
16
|
+
} from "./chunk/6P5JIKPF.jsx";
|
|
8
17
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk/
|
|
18
|
+
Tooltip_default
|
|
19
|
+
} from "./chunk/R6ZBT7CY.jsx";
|
|
11
20
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk/
|
|
21
|
+
Menu_default
|
|
22
|
+
} from "./chunk/SVJIYMYJ.jsx";
|
|
14
23
|
import {
|
|
15
|
-
|
|
16
|
-
|
|
24
|
+
NavbarDropdown_default,
|
|
25
|
+
NavbarItem_default,
|
|
26
|
+
Navbar_default
|
|
27
|
+
} from "./chunk/55B7Q4NT.jsx";
|
|
17
28
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk/
|
|
29
|
+
Pagination_default
|
|
30
|
+
} from "./chunk/R5G3PODL.jsx";
|
|
20
31
|
import {
|
|
21
|
-
|
|
22
|
-
|
|
32
|
+
PolymorphicButton_default,
|
|
33
|
+
Polymorphic_default
|
|
34
|
+
} from "./chunk/T2LDLYWV.jsx";
|
|
23
35
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk/
|
|
36
|
+
progress_default
|
|
37
|
+
} from "./chunk/STKRVQR6.jsx";
|
|
26
38
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk/
|
|
39
|
+
Select_default
|
|
40
|
+
} from "./chunk/RHEFVSMJ.jsx";
|
|
29
41
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk/
|
|
42
|
+
steps_default
|
|
43
|
+
} from "./chunk/LGDDR242.jsx";
|
|
32
44
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk/
|
|
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
|
-
|
|
46
|
-
} from "./chunk/
|
|
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
|
-
|
|
54
|
-
} from "./chunk/
|
|
63
|
+
Input_default
|
|
64
|
+
} from "./chunk/JSQBKK7L.jsx";
|
|
65
|
+
import "./chunk/KXJZKDJX.jsx";
|
|
55
66
|
import {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
Navbar_default
|
|
59
|
-
} from "./chunk/55B7Q4NT.jsx";
|
|
67
|
+
Join_default
|
|
68
|
+
} from "./chunk/DN3P54J2.jsx";
|
|
60
69
|
import {
|
|
61
|
-
|
|
62
|
-
} from "./chunk/
|
|
70
|
+
mask_default
|
|
71
|
+
} from "./chunk/5O6WC3OB.jsx";
|
|
63
72
|
import {
|
|
64
|
-
|
|
65
|
-
} from "./chunk/
|
|
73
|
+
Accordion_default
|
|
74
|
+
} from "./chunk/YWIT2MRI.jsx";
|
|
66
75
|
import {
|
|
67
|
-
|
|
68
|
-
|
|
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
|
-
|
|
74
|
-
|
|
75
|
-
} from "./chunk/MMTAND25.jsx";
|
|
86
|
+
avatar_default
|
|
87
|
+
} from "./chunk/XM3KF5LV.jsx";
|
|
76
88
|
import {
|
|
77
|
-
|
|
78
|
-
} from "./chunk/
|
|
89
|
+
Badge_default
|
|
90
|
+
} from "./chunk/ZYEP35R3.jsx";
|
|
79
91
|
import {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
} from "./chunk/KACNXPUM.jsx";
|
|
92
|
+
Breadcrumbs_default
|
|
93
|
+
} from "./chunk/I36LHZUY.jsx";
|
|
83
94
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk/
|
|
86
|
-
import "./chunk/
|
|
95
|
+
Button_default
|
|
96
|
+
} from "./chunk/XQCSYRVP.jsx";
|
|
97
|
+
import "./chunk/O7LDJCQS.jsx";
|
|
98
|
+
import "./chunk/5HG7XWVC.jsx";
|
|
87
99
|
export {
|
|
88
|
-
|
|
100
|
+
Accordion_default as Accordion,
|
|
89
101
|
autocomplete_default as Autocomplete,
|
|
90
102
|
avatar_default as Avatar,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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
|
-
|
|
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
|
-
|
|
123
|
+
Pagination_default as Pagination,
|
|
108
124
|
Polymorphic_default as Polymorphic,
|
|
109
125
|
PolymorphicButton_default as PolymorphicButton,
|
|
110
126
|
progress_default as Progress,
|
|
111
|
-
|
|
127
|
+
Select_default as Select,
|
|
112
128
|
steps_default as Steps,
|
|
113
|
-
|
|
129
|
+
Summary,
|
|
114
130
|
table_default as Table,
|
|
115
131
|
tabs_default as Tabs,
|
|
116
|
-
|
|
117
|
-
textarea_default as Textarea,
|
|
132
|
+
Textarea_default as Textarea,
|
|
118
133
|
timeline_default as Timeline,
|
|
119
134
|
Toaster_default as Toaster,
|
|
120
|
-
|
|
121
|
-
|
|
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.
|
|
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 };
|