@pathscale/ui 0.0.11 → 0.0.13
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/{Autocomplete-BLKN_nG8.d.ts → Autocomplete-gLkjMHrc.d.ts} +1 -1
- 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-BNR3p92D.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/64ESNXN4.js +1 -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/H2Q3L5KM.js +48 -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/O7LDJCQS.jsx +18 -0
- package/dist/chunk/PFB27MP3.jsx +0 -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/STFCLC5R.js +2954 -0
- package/dist/chunk/SVJIYMYJ.jsx +156 -0
- package/dist/chunk/SYWB4UN3.jsx +64 -0
- package/dist/chunk/T324HUIT.jsx +57 -0
- package/dist/chunk/T5LDPSFV.jsx +122 -0
- package/dist/chunk/UNKDNDT3.js +62 -0
- package/dist/chunk/XM3KF5LV.jsx +179 -0
- package/dist/chunk/YWIT2MRI.jsx +43 -0
- package/dist/chunk/ZH7DKMMN.js +109 -0
- package/dist/chunk/ZYEP35R3.jsx +60 -0
- package/dist/components/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/autocomplete/index.d.ts +2 -2
- 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 +6 -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/loading/index.d.ts +11 -0
- package/dist/components/loading/index.js +1 -0
- package/dist/components/loading/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 -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 +25 -19
- package/dist/index.js +23 -19
- package/dist/index.jsx +87 -67
- package/dist/types-CUG9pToa.d.ts +15 -0
- package/package.json +4 -2
- package/dist/Accordion-nwuRbRRw.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-X4gwIB-F.d.ts +0 -42
- package/dist/Pagination-CJtlFMHy.d.ts +0 -43
- package/dist/Select-CP-TUHJv.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/GWFGP2JQ.jsx +0 -179
- package/dist/chunk/LAQPAV5I.jsx +0 -187
- package/dist/chunk/LI3HCFL7.jsx +0 -132
- package/dist/chunk/LMPV5G35.jsx +0 -228
- package/dist/chunk/MI773TMC.js +0 -107
- package/dist/chunk/MMTAND25.jsx +0 -126
- package/dist/chunk/NZKPDBTE.js +0 -118
- package/dist/chunk/O2IMHWMY.js +0 -159
- package/dist/chunk/OMRJVDZV.js +0 -173
- package/dist/chunk/OYAKKETQ.js +0 -111
- package/dist/chunk/PF47YREI.js +0 -214
- 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
|
@@ -1,66 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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
|
-
|
|
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
|
|
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/
|
|
6
|
-
import "../../chunk/
|
|
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
|
|
2
|
-
|
|
3
|
-
import '
|
|
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 {
|
|
1
|
+
export { Pagination_default as default } from '../../chunk/L4A67X7S.js';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
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
|
-
|
|
8
|
+
Pagination_default as default
|
|
7
9
|
};
|
|
@@ -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,33 @@
|
|
|
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 {
|
|
16
|
-
export { A as Autocomplete } from './Autocomplete-
|
|
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
|
+
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 { default as Loading } from './components/loading/index.js';
|
|
29
|
+
export { C as CollapseContent, a as CollapseTitle, S as Summary } from './CollapseTitle-BNxog3is.js';
|
|
30
|
+
export { CollapseDetails } from './components/collapse/index.js';
|
|
26
31
|
import 'solid-js';
|
|
32
|
+
import './types-CUG9pToa.js';
|
|
27
33
|
import './classes-B_S9K-9I.js';
|
package/dist/index.js
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
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
1
|
export { table_default as Table } from './chunk/QYEMOKUG.js';
|
|
8
2
|
export { tabs_default as Tabs } from './chunk/WOT36Q7O.js';
|
|
9
|
-
export {
|
|
10
|
-
export { tag_default as Tag } from './chunk/CJZGTNJZ.js';
|
|
3
|
+
export { Textarea_default as Textarea } from './chunk/Q4442PU4.js';
|
|
11
4
|
export { timeline_default as Timeline } from './chunk/WUZETUQR.js';
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
5
|
+
export { Toaster_default as Toaster, toast_default as toast } from './chunk/JWRGKHDO.js';
|
|
6
|
+
export { Toggle_default as Toggle } from './chunk/DVFQAAZR.js';
|
|
7
|
+
export { Tooltip_default as Tooltip } from './chunk/MM2DZQL3.js';
|
|
8
|
+
export { mask_default as Mask } from './chunk/UNKDNDT3.js';
|
|
9
|
+
export { Menu_default as Menu } from './chunk/JQ4HSRDP.js';
|
|
16
10
|
export { Navbar_default as Navbar, NavbarDropdown_default as NavbarDropdown, NavbarItem_default as NavbarItem } from './chunk/P653OZ5D.js';
|
|
17
|
-
export {
|
|
11
|
+
export { Pagination_default as Pagination } from './chunk/L4A67X7S.js';
|
|
12
|
+
export { Polymorphic_default as Polymorphic, PolymorphicButton_default as PolymorphicButton } from './chunk/SPEY5RMB.js';
|
|
18
13
|
export { progress_default as Progress } from './chunk/GMIXRYN3.js';
|
|
19
|
-
export {
|
|
14
|
+
export { Select_default as Select } from './chunk/5IJ7WEIF.js';
|
|
15
|
+
export { steps_default as Steps } from './chunk/GL7JG772.js';
|
|
16
|
+
export { Checkbox_default as Checkbox } from './chunk/HEOKGP5U.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 { field_default as Field } from './chunk/MAX47D6F.js';
|
|
19
|
+
export { FileInput_default as FileInput } from './chunk/BHLLVOVR.js';
|
|
20
|
+
export { Input_default as Input } from './chunk/EDDBK4J6.js';
|
|
21
|
+
export { Join_default as Join } from './chunk/3I23P4TJ.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 {
|
|
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/ZH7DKMMN.js';
|
|
29
|
+
export { Loading_default as Loading } from './chunk/H2Q3L5KM.js';
|
package/dist/index.jsx
CHANGED
|
@@ -1,22 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Toaster_default,
|
|
3
|
-
toast_default
|
|
4
|
-
} from "./chunk/FKSQPGOD.jsx";
|
|
5
|
-
import {
|
|
6
|
-
tooltip_default
|
|
7
|
-
} from "./chunk/R6COBCN7.jsx";
|
|
8
|
-
import {
|
|
9
|
-
upload_default
|
|
10
|
-
} from "./chunk/QHJOIUYT.jsx";
|
|
11
|
-
import {
|
|
12
|
-
select_default
|
|
13
|
-
} from "./chunk/F33TSIEQ.jsx";
|
|
14
|
-
import {
|
|
15
|
-
steps_default
|
|
16
|
-
} from "./chunk/LAQPAV5I.jsx";
|
|
17
|
-
import {
|
|
18
|
-
switch_default
|
|
19
|
-
} from "./chunk/GWFGP2JQ.jsx";
|
|
20
1
|
import {
|
|
21
2
|
table_default
|
|
22
3
|
} from "./chunk/HWAGW5N4.jsx";
|
|
@@ -24,100 +5,139 @@ import {
|
|
|
24
5
|
tabs_default
|
|
25
6
|
} from "./chunk/KV6LTJHI.jsx";
|
|
26
7
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk/
|
|
8
|
+
Textarea_default
|
|
9
|
+
} from "./chunk/IG323YKF.jsx";
|
|
29
10
|
import {
|
|
30
|
-
|
|
31
|
-
|
|
11
|
+
Toaster_default,
|
|
12
|
+
toast_default
|
|
13
|
+
} from "./chunk/FKSQPGOD.jsx";
|
|
32
14
|
import {
|
|
33
15
|
timeline_default
|
|
34
16
|
} from "./chunk/DSTUGZW6.jsx";
|
|
35
17
|
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
DropdownTrigger_default,
|
|
39
|
-
Dropdown_default
|
|
40
|
-
} from "./chunk/OJRG4ZAB.jsx";
|
|
18
|
+
Toggle_default
|
|
19
|
+
} from "./chunk/6P5JIKPF.jsx";
|
|
41
20
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk/
|
|
21
|
+
Tooltip_default
|
|
22
|
+
} from "./chunk/R6ZBT7CY.jsx";
|
|
44
23
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk/
|
|
24
|
+
mask_default
|
|
25
|
+
} from "./chunk/5O6WC3OB.jsx";
|
|
47
26
|
import {
|
|
48
|
-
MenuItem_default,
|
|
49
|
-
MenuList_default,
|
|
50
27
|
Menu_default
|
|
51
|
-
} from "./chunk/
|
|
28
|
+
} from "./chunk/SVJIYMYJ.jsx";
|
|
52
29
|
import {
|
|
53
30
|
NavbarDropdown_default,
|
|
54
31
|
NavbarItem_default,
|
|
55
32
|
Navbar_default
|
|
56
33
|
} from "./chunk/55B7Q4NT.jsx";
|
|
57
34
|
import {
|
|
58
|
-
|
|
59
|
-
|
|
35
|
+
PolymorphicButton_default,
|
|
36
|
+
Polymorphic_default
|
|
37
|
+
} from "./chunk/T2LDLYWV.jsx";
|
|
38
|
+
import {
|
|
39
|
+
Pagination_default
|
|
40
|
+
} from "./chunk/R5G3PODL.jsx";
|
|
60
41
|
import {
|
|
61
42
|
progress_default
|
|
62
43
|
} from "./chunk/STKRVQR6.jsx";
|
|
63
44
|
import {
|
|
64
|
-
|
|
65
|
-
} from "./chunk/
|
|
45
|
+
Select_default
|
|
46
|
+
} from "./chunk/RHEFVSMJ.jsx";
|
|
47
|
+
import {
|
|
48
|
+
steps_default
|
|
49
|
+
} from "./chunk/LGDDR242.jsx";
|
|
50
|
+
import {
|
|
51
|
+
Checkbox_default
|
|
52
|
+
} from "./chunk/SYWB4UN3.jsx";
|
|
53
|
+
import {
|
|
54
|
+
DropdownItem_default,
|
|
55
|
+
DropdownMenu_default,
|
|
56
|
+
DropdownTrigger_default,
|
|
57
|
+
Dropdown_default
|
|
58
|
+
} from "./chunk/OJRG4ZAB.jsx";
|
|
59
|
+
import {
|
|
60
|
+
FileInput_default
|
|
61
|
+
} from "./chunk/FZRQDGPD.jsx";
|
|
62
|
+
import {
|
|
63
|
+
Input_default
|
|
64
|
+
} from "./chunk/JSQBKK7L.jsx";
|
|
65
|
+
import {
|
|
66
|
+
field_default
|
|
67
|
+
} from "./chunk/VN5BKHA2.jsx";
|
|
68
|
+
import "./chunk/KXJZKDJX.jsx";
|
|
69
|
+
import {
|
|
70
|
+
Join_default
|
|
71
|
+
} from "./chunk/DN3P54J2.jsx";
|
|
72
|
+
import "./chunk/PFB27MP3.jsx";
|
|
66
73
|
import {
|
|
67
74
|
avatar_default
|
|
68
|
-
} from "./chunk/
|
|
75
|
+
} from "./chunk/XM3KF5LV.jsx";
|
|
69
76
|
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
} from "./chunk/MMTAND25.jsx";
|
|
77
|
+
Badge_default
|
|
78
|
+
} from "./chunk/ZYEP35R3.jsx";
|
|
73
79
|
import {
|
|
74
|
-
|
|
75
|
-
} from "./chunk/
|
|
80
|
+
Breadcrumbs_default
|
|
81
|
+
} from "./chunk/I36LHZUY.jsx";
|
|
76
82
|
import {
|
|
77
|
-
|
|
78
|
-
} from "./chunk/
|
|
83
|
+
Accordion_default
|
|
84
|
+
} from "./chunk/YWIT2MRI.jsx";
|
|
79
85
|
import {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
86
|
+
CollapseContent,
|
|
87
|
+
CollapseDetails,
|
|
88
|
+
CollapseTitle,
|
|
89
|
+
Summary
|
|
90
|
+
} from "./chunk/KQ3RAWCE.jsx";
|
|
83
91
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk/
|
|
92
|
+
autocomplete_default
|
|
93
|
+
} from "./chunk/C4YO33NN.jsx";
|
|
86
94
|
import "./chunk/P7WPLZNA.jsx";
|
|
95
|
+
import {
|
|
96
|
+
Button_default
|
|
97
|
+
} from "./chunk/T5LDPSFV.jsx";
|
|
98
|
+
import {
|
|
99
|
+
Loading_default
|
|
100
|
+
} from "./chunk/T324HUIT.jsx";
|
|
101
|
+
import "./chunk/O7LDJCQS.jsx";
|
|
102
|
+
import "./chunk/5HG7XWVC.jsx";
|
|
87
103
|
export {
|
|
88
|
-
|
|
104
|
+
Accordion_default as Accordion,
|
|
89
105
|
autocomplete_default as Autocomplete,
|
|
90
106
|
avatar_default as Avatar,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
107
|
+
Badge_default as Badge,
|
|
108
|
+
Breadcrumbs_default as Breadcrumbs,
|
|
109
|
+
Button_default as Button,
|
|
110
|
+
Checkbox_default as Checkbox,
|
|
111
|
+
CollapseContent,
|
|
112
|
+
CollapseDetails,
|
|
113
|
+
CollapseTitle,
|
|
95
114
|
Dropdown_default as Dropdown,
|
|
96
115
|
DropdownItem_default as DropdownItem,
|
|
97
116
|
DropdownMenu_default as DropdownMenu,
|
|
98
117
|
DropdownTrigger_default as DropdownTrigger,
|
|
99
118
|
field_default as Field,
|
|
100
|
-
|
|
119
|
+
FileInput_default as FileInput,
|
|
120
|
+
Input_default as Input,
|
|
121
|
+
Join_default as Join,
|
|
122
|
+
Loading_default as Loading,
|
|
123
|
+
mask_default as Mask,
|
|
101
124
|
Menu_default as Menu,
|
|
102
|
-
MenuItem_default as MenuItem,
|
|
103
|
-
MenuList_default as MenuList,
|
|
104
125
|
Navbar_default as Navbar,
|
|
105
126
|
NavbarDropdown_default as NavbarDropdown,
|
|
106
127
|
NavbarItem_default as NavbarItem,
|
|
107
|
-
|
|
128
|
+
Pagination_default as Pagination,
|
|
108
129
|
Polymorphic_default as Polymorphic,
|
|
109
130
|
PolymorphicButton_default as PolymorphicButton,
|
|
110
131
|
progress_default as Progress,
|
|
111
|
-
|
|
132
|
+
Select_default as Select,
|
|
112
133
|
steps_default as Steps,
|
|
113
|
-
|
|
134
|
+
Summary,
|
|
114
135
|
table_default as Table,
|
|
115
136
|
tabs_default as Tabs,
|
|
116
|
-
|
|
117
|
-
textarea_default as Textarea,
|
|
137
|
+
Textarea_default as Textarea,
|
|
118
138
|
timeline_default as Timeline,
|
|
119
139
|
Toaster_default as Toaster,
|
|
120
|
-
|
|
121
|
-
|
|
140
|
+
Toggle_default as Toggle,
|
|
141
|
+
Tooltip_default as Tooltip,
|
|
122
142
|
toast_default as toast
|
|
123
143
|
};
|