@pathscale/ui 0.0.2 → 0.0.4
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/dist/Autocomplete-gLkjMHrc.d.ts +28 -0
- package/dist/Field-DfUn85_1.d.ts +49 -0
- package/dist/Progress-gN0xqhAF.d.ts +64 -0
- package/dist/Steps-1miUeyCD.d.ts +34 -0
- package/dist/Table-CGa6Nop3.d.ts +39 -0
- package/dist/Timeline-Bd4SxHMT.d.ts +14 -0
- package/dist/{Upload-BrFuZ4JA.d.ts → Upload-CRljD5jf.d.ts} +1 -1
- package/dist/chunk/3VOILEMN.js +187 -0
- package/dist/chunk/7ROVLN3J.js +175 -0
- package/dist/chunk/BBDVIXAH.jsx +194 -0
- package/dist/chunk/{4RCWSX7S.jsx → C4745OZS.jsx} +7 -7
- package/dist/chunk/C4YO33NN.jsx +179 -0
- package/dist/chunk/D2BEL4SM.jsx +169 -0
- package/dist/chunk/DSTUGZW6.jsx +81 -0
- package/dist/chunk/FKSQPGOD.jsx +170 -0
- package/dist/chunk/GMIXRYN3.js +138 -0
- package/dist/chunk/HWAGW5N4.jsx +118 -0
- package/dist/chunk/JWRGKHDO.js +172 -0
- package/dist/chunk/LAQPAV5I.jsx +187 -0
- package/dist/chunk/MAX47D6F.js +99 -0
- package/dist/chunk/{2JGZSAW5.js → MI773TMC.js} +6 -6
- package/dist/chunk/MYERRMTM.js +200 -0
- package/dist/chunk/OSJ3P7PI.js +189 -0
- package/dist/chunk/{QLESLIWS.jsx → QHJOIUYT.jsx} +14 -7
- package/dist/chunk/QYEMOKUG.js +125 -0
- package/dist/chunk/SCJSBRV2.jsx +39 -0
- package/dist/chunk/STKRVQR6.jsx +130 -0
- package/dist/chunk/{NZZRKP74.js → TFLJI242.js} +1 -25
- package/dist/chunk/TT2JYGLU.js +218 -0
- package/dist/chunk/VN5BKHA2.jsx +97 -0
- package/dist/chunk/WUZETUQR.js +92 -0
- package/dist/chunk/XD34JKSU.jsx +201 -0
- package/dist/chunk/{GA2HCFRS.jsx → YAQK2KFY.jsx} +1 -35
- package/dist/chunk/{S3ZDSQSV.js → YDEDUOFM.js} +8 -4
- package/dist/chunk/YMO6RPS6.js +26 -0
- package/dist/components/Progress/index.d.ts +4 -38
- package/dist/components/Progress/index.js +1 -1
- package/dist/components/Progress/index.jsx +3 -11
- package/dist/components/autocomplete/index.d.ts +8 -0
- package/dist/components/autocomplete/index.js +1 -0
- package/dist/components/autocomplete/index.jsx +7 -0
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/index.jsx +3 -3
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.jsx +2 -1
- package/dist/components/dropdown/index.d.ts +43 -0
- package/dist/components/dropdown/index.js +1 -0
- package/dist/components/dropdown/index.jsx +12 -0
- package/dist/components/field/index.d.ts +7 -0
- package/dist/components/field/index.js +1 -0
- package/dist/components/field/index.jsx +7 -0
- package/dist/components/menu/index.d.ts +66 -0
- package/dist/components/menu/index.js +1 -0
- package/dist/components/menu/index.jsx +11 -0
- package/dist/components/navbar/index.d.ts +74 -0
- package/dist/components/navbar/index.js +1 -0
- package/dist/components/navbar/index.jsx +11 -0
- package/dist/components/steps/index.d.ts +8 -0
- package/dist/components/steps/index.js +1 -0
- package/dist/components/steps/index.jsx +7 -0
- package/dist/components/table/index.d.ts +8 -0
- package/dist/components/table/index.js +1 -0
- package/dist/components/table/index.jsx +7 -0
- package/dist/components/timeline/index.d.ts +7 -0
- package/dist/components/timeline/index.js +1 -0
- package/dist/components/timeline/index.jsx +7 -0
- package/dist/components/toast/index.d.ts +24 -0
- package/dist/components/toast/index.js +1 -0
- package/dist/components/toast/index.jsx +11 -0
- package/dist/components/upload/index.d.ts +2 -2
- package/dist/components/upload/index.js +1 -1
- package/dist/components/upload/index.jsx +1 -1
- package/dist/index.d.ts +12 -3
- package/dist/index.js +18 -8
- package/dist/index.jsx +71 -17
- package/package.json +1 -1
- package/dist/Progress-a616LgE0.d.ts +0 -5
- package/dist/chunk/QNOJ6PCD.js +0 -278
- package/dist/chunk/WCBMW2TP.jsx +0 -203
|
@@ -0,0 +1,74 @@
|
|
|
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 navbarStyles: {
|
|
5
|
+
(props?: (ConfigVariants<{
|
|
6
|
+
color: {
|
|
7
|
+
info: string;
|
|
8
|
+
primary: string;
|
|
9
|
+
success: string;
|
|
10
|
+
light: string;
|
|
11
|
+
};
|
|
12
|
+
}> & ClassProps) | undefined): string;
|
|
13
|
+
variantKeys: "color"[];
|
|
14
|
+
};
|
|
15
|
+
declare const navbarItemStyles: {
|
|
16
|
+
(props?: (ConfigVariants<{
|
|
17
|
+
active: {
|
|
18
|
+
true: string;
|
|
19
|
+
false: string;
|
|
20
|
+
};
|
|
21
|
+
tag: {
|
|
22
|
+
div: string;
|
|
23
|
+
a: string;
|
|
24
|
+
};
|
|
25
|
+
}> & ClassProps) | undefined): string;
|
|
26
|
+
variantKeys: ("active" | "tag")[];
|
|
27
|
+
};
|
|
28
|
+
declare const navbarDropdownStyles: {
|
|
29
|
+
(props?: (ConfigVariants<{
|
|
30
|
+
hoverable: {
|
|
31
|
+
true: string;
|
|
32
|
+
false: string;
|
|
33
|
+
};
|
|
34
|
+
}> & ClassProps) | undefined): string;
|
|
35
|
+
variantKeys: "hoverable"[];
|
|
36
|
+
};
|
|
37
|
+
declare const dropdownMenuStyles: {
|
|
38
|
+
(props?: (ConfigVariants<{
|
|
39
|
+
align: {
|
|
40
|
+
left: string;
|
|
41
|
+
right: string;
|
|
42
|
+
};
|
|
43
|
+
}> & ClassProps) | undefined): string;
|
|
44
|
+
variantKeys: "align"[];
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
type NavbarProps = {
|
|
48
|
+
brand?: JSX.Element;
|
|
49
|
+
start?: JSX.Element;
|
|
50
|
+
end?: JSX.Element;
|
|
51
|
+
className?: string;
|
|
52
|
+
} & VariantProps<typeof navbarStyles> & ClassProps & JSX.HTMLAttributes<HTMLElement>;
|
|
53
|
+
declare const Navbar: Component<NavbarProps>;
|
|
54
|
+
|
|
55
|
+
type NavbarItemProps = {
|
|
56
|
+
active?: boolean;
|
|
57
|
+
href?: string;
|
|
58
|
+
tag?: "a" | "div";
|
|
59
|
+
to?: string;
|
|
60
|
+
className?: string;
|
|
61
|
+
children: JSX.Element;
|
|
62
|
+
} & VariantProps<typeof navbarItemStyles> & ClassProps & Omit<JSX.HTMLAttributes<HTMLElement>, "children">;
|
|
63
|
+
declare const NavbarItem: Component<NavbarItemProps>;
|
|
64
|
+
|
|
65
|
+
type NavbarDropdownProps = {
|
|
66
|
+
label: string;
|
|
67
|
+
hoverable?: boolean;
|
|
68
|
+
align?: "left" | "right";
|
|
69
|
+
className?: string;
|
|
70
|
+
children: JSX.Element;
|
|
71
|
+
} & VariantProps<typeof navbarDropdownStyles> & VariantProps<typeof dropdownMenuStyles> & ClassProps;
|
|
72
|
+
declare const NavbarDropdown: Component<NavbarDropdownProps>;
|
|
73
|
+
|
|
74
|
+
export { Navbar, NavbarDropdown, NavbarItem };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Navbar_default as Navbar, NavbarDropdown_default as NavbarDropdown, NavbarItem_default as NavbarItem } from '../../chunk/OSJ3P7PI.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
NavbarDropdown_default,
|
|
3
|
+
NavbarItem_default,
|
|
4
|
+
Navbar_default
|
|
5
|
+
} from "../../chunk/BBDVIXAH.jsx";
|
|
6
|
+
import "../../chunk/P7WPLZNA.jsx";
|
|
7
|
+
export {
|
|
8
|
+
Navbar_default as Navbar,
|
|
9
|
+
NavbarDropdown_default as NavbarDropdown,
|
|
10
|
+
NavbarItem_default as NavbarItem
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { steps_default as default } from '../../chunk/TT2JYGLU.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { table_default as default } from '../../chunk/QYEMOKUG.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { timeline_default as default } from '../../chunk/WUZETUQR.js';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as solid_js from 'solid-js';
|
|
2
|
+
|
|
3
|
+
interface ToastProps {
|
|
4
|
+
message: string;
|
|
5
|
+
type?: "success" | "error" | "info" | "warning" | "default";
|
|
6
|
+
duration?: number | false;
|
|
7
|
+
dismissible?: boolean;
|
|
8
|
+
onClose?: () => void;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
type ToastOptions = Omit<ToastProps, "message">;
|
|
12
|
+
|
|
13
|
+
declare const Toaster: () => solid_js.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare const toast: {
|
|
16
|
+
show: (message: string, options?: ToastOptions) => `${string}-${string}-${string}-${string}-${string}`;
|
|
17
|
+
success: (msg: string, opts?: ToastOptions) => `${string}-${string}-${string}-${string}-${string}`;
|
|
18
|
+
error: (msg: string, opts?: ToastOptions) => `${string}-${string}-${string}-${string}-${string}`;
|
|
19
|
+
info: (msg: string, opts?: ToastOptions) => `${string}-${string}-${string}-${string}-${string}`;
|
|
20
|
+
warning: (msg: string, opts?: ToastOptions) => `${string}-${string}-${string}-${string}-${string}`;
|
|
21
|
+
clear: () => void;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { Toaster, toast as default, toast };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Toaster_default as Toaster, toast_default as default, toast } from '../../chunk/JWRGKHDO.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { U as Upload } from '../../Upload-
|
|
2
|
-
export { a as UploadProps } from '../../Upload-
|
|
1
|
+
import { U as Upload } from '../../Upload-CRljD5jf.js';
|
|
2
|
+
export { a as UploadProps } from '../../Upload-CRljD5jf.js';
|
|
3
3
|
import 'solid-js';
|
|
4
4
|
import '../../classes-B_S9K-9I.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { upload_default as default } from '../../chunk/
|
|
1
|
+
export { upload_default as default } from '../../chunk/YDEDUOFM.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ export { A as Avatar } from './Avatar-CzIirpVq.js';
|
|
|
2
2
|
export { B as Button } from './Button-B50OLXuV.js';
|
|
3
3
|
export { I as Input } from './Input-BQbTzjIO.js';
|
|
4
4
|
export { T as Textarea } from './Textarea-Cpdk7m6S.js';
|
|
5
|
-
export { P as Progress } from './Progress-
|
|
6
|
-
export { U as Upload } from './Upload-
|
|
5
|
+
export { P as Progress } from './Progress-gN0xqhAF.js';
|
|
6
|
+
export { U as Upload } from './Upload-CRljD5jf.js';
|
|
7
7
|
export { A as Accordion } from './Accordion-nwuRbRRw.js';
|
|
8
8
|
export { P as Pagination } from './Pagination-BlrjElGg.js';
|
|
9
9
|
export { T as Tabs } from './Tabs-BNR3p92D.js';
|
|
@@ -13,6 +13,15 @@ export { S as Select } from './Select-CP-TUHJv.js';
|
|
|
13
13
|
export { S as Switch } from './Switch-3IXS_68H.js';
|
|
14
14
|
export { C as Checkbox } from './Checkbox-BjaweaOH.js';
|
|
15
15
|
export { Breadcrumb, BreadcrumbItem } from './components/breadcrumb/index.js';
|
|
16
|
+
export { A as Autocomplete } from './Autocomplete-gLkjMHrc.js';
|
|
17
|
+
export { Dropdown, DropdownItem, DropdownMenu } 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';
|
|
20
|
+
export { Navbar, NavbarDropdown, NavbarItem } from './components/navbar/index.js';
|
|
21
|
+
export { Polymorphic, PolymorphicButton } from './components/polymorphic/index.js';
|
|
22
|
+
export { S as Steps } from './Steps-1miUeyCD.js';
|
|
23
|
+
export { T as Table } from './Table-CGa6Nop3.js';
|
|
24
|
+
export { T as Timeline } from './Timeline-Bd4SxHMT.js';
|
|
25
|
+
export { default as Toast } from './components/toast/index.js';
|
|
16
26
|
import 'solid-js';
|
|
17
27
|
import './classes-B_S9K-9I.js';
|
|
18
|
-
import './components/polymorphic/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
|
+
export { toast_default as Toast } from './chunk/JWRGKHDO.js';
|
|
2
|
+
export { upload_default as Upload } from './chunk/YDEDUOFM.js';
|
|
1
3
|
export { tooltip_default as Tooltip } from './chunk/4TWLQ3IA.js';
|
|
2
|
-
export { upload_default as Upload } from './chunk/S3ZDSQSV.js';
|
|
3
|
-
export { Breadcrumb_default as Breadcrumb, BreadcrumbItem_default as BreadcrumbItem } from './chunk/V6Y5E7BL.js';
|
|
4
|
-
export { pagination_default as Pagination } from './chunk/DBQ7IOPU.js';
|
|
5
4
|
export { select_default as Select } from './chunk/3IHANYRN.js';
|
|
5
|
+
export { switch_default as Switch } from './chunk/P2L6LFLS.js';
|
|
6
|
+
export { steps_default as Steps } from './chunk/TT2JYGLU.js';
|
|
7
|
+
export { table_default as Table } from './chunk/QYEMOKUG.js';
|
|
6
8
|
export { tabs_default as Tabs } from './chunk/WOT36Q7O.js';
|
|
7
9
|
export { tag_default as Tag } from './chunk/CJZGTNJZ.js';
|
|
8
10
|
export { textarea_default as Textarea } from './chunk/EB7KXR65.js';
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
11
|
+
export { timeline_default as Timeline } from './chunk/WUZETUQR.js';
|
|
12
|
+
export { field_default as Field } from './chunk/MAX47D6F.js';
|
|
13
|
+
export { input_default as Input } from './chunk/T2DPPLBQ.js';
|
|
14
|
+
export { Menu_default as Menu, MenuItem_default as MenuItem, MenuList_default as MenuList } from './chunk/3VOILEMN.js';
|
|
15
|
+
export { Navbar_default as Navbar, NavbarDropdown_default as NavbarDropdown, NavbarItem_default as NavbarItem } from './chunk/OSJ3P7PI.js';
|
|
16
|
+
export { pagination_default as Pagination } from './chunk/DBQ7IOPU.js';
|
|
17
|
+
export { Dropdown_default as Dropdown, DropdownItem_default as DropdownItem, DropdownMenu_default as DropdownMenu } from './chunk/7ROVLN3J.js';
|
|
18
|
+
export { progress_default as Progress } from './chunk/GMIXRYN3.js';
|
|
12
19
|
export { accordion_default as Accordion } from './chunk/NZKPDBTE.js';
|
|
13
|
-
export {
|
|
20
|
+
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/YMO6RPS6.js';
|
|
24
|
+
export { Polymorphic_default as Polymorphic, PolymorphicButton_default as PolymorphicButton } from './chunk/G6RG4LR7.js';
|
|
14
25
|
export { checkbox_default as Checkbox } from './chunk/FPUQ25SO.js';
|
|
15
|
-
export { input_default as Input } from './chunk/T2DPPLBQ.js';
|
package/dist/index.jsx
CHANGED
|
@@ -1,66 +1,120 @@
|
|
|
1
|
+
import {
|
|
2
|
+
toast_default
|
|
3
|
+
} from "./chunk/FKSQPGOD.jsx";
|
|
1
4
|
import {
|
|
2
5
|
tooltip_default
|
|
3
6
|
} from "./chunk/DNTGSCVF.jsx";
|
|
4
7
|
import {
|
|
5
8
|
upload_default
|
|
6
|
-
} from "./chunk/
|
|
9
|
+
} from "./chunk/QHJOIUYT.jsx";
|
|
7
10
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk/
|
|
11
|
+
steps_default
|
|
12
|
+
} from "./chunk/LAQPAV5I.jsx";
|
|
10
13
|
import {
|
|
11
|
-
|
|
12
|
-
} from "./chunk/
|
|
14
|
+
switch_default
|
|
15
|
+
} from "./chunk/GLEAR2TS.jsx";
|
|
13
16
|
import {
|
|
14
17
|
select_default
|
|
15
18
|
} from "./chunk/6SBH3KSM.jsx";
|
|
16
19
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk/
|
|
20
|
+
table_default
|
|
21
|
+
} from "./chunk/HWAGW5N4.jsx";
|
|
19
22
|
import {
|
|
20
23
|
tabs_default
|
|
21
24
|
} from "./chunk/KV6LTJHI.jsx";
|
|
25
|
+
import {
|
|
26
|
+
textarea_default
|
|
27
|
+
} from "./chunk/WB6NEEQV.jsx";
|
|
22
28
|
import {
|
|
23
29
|
tag_default
|
|
24
30
|
} from "./chunk/LI3HCFL7.jsx";
|
|
25
31
|
import {
|
|
26
|
-
|
|
27
|
-
} from "./chunk/
|
|
32
|
+
timeline_default
|
|
33
|
+
} from "./chunk/DSTUGZW6.jsx";
|
|
34
|
+
import {
|
|
35
|
+
field_default
|
|
36
|
+
} from "./chunk/VN5BKHA2.jsx";
|
|
28
37
|
import {
|
|
29
|
-
|
|
30
|
-
|
|
38
|
+
DropdownItem_default,
|
|
39
|
+
DropdownMenu_default,
|
|
40
|
+
Dropdown_default
|
|
41
|
+
} from "./chunk/D2BEL4SM.jsx";
|
|
31
42
|
import {
|
|
32
|
-
|
|
33
|
-
} from "./chunk/
|
|
43
|
+
input_default
|
|
44
|
+
} from "./chunk/N7BXP7EI.jsx";
|
|
45
|
+
import {
|
|
46
|
+
MenuItem_default,
|
|
47
|
+
MenuList_default,
|
|
48
|
+
Menu_default
|
|
49
|
+
} from "./chunk/XD34JKSU.jsx";
|
|
50
|
+
import {
|
|
51
|
+
NavbarDropdown_default,
|
|
52
|
+
NavbarItem_default,
|
|
53
|
+
Navbar_default
|
|
54
|
+
} from "./chunk/BBDVIXAH.jsx";
|
|
55
|
+
import {
|
|
56
|
+
pagination_default
|
|
57
|
+
} from "./chunk/ELRAUORW.jsx";
|
|
58
|
+
import {
|
|
59
|
+
progress_default
|
|
60
|
+
} from "./chunk/STKRVQR6.jsx";
|
|
34
61
|
import {
|
|
35
62
|
accordion_default
|
|
36
63
|
} from "./chunk/QONDPQ2I.jsx";
|
|
64
|
+
import {
|
|
65
|
+
avatar_default
|
|
66
|
+
} from "./chunk/C4745OZS.jsx";
|
|
67
|
+
import {
|
|
68
|
+
autocomplete_default
|
|
69
|
+
} from "./chunk/C4YO33NN.jsx";
|
|
37
70
|
import {
|
|
38
71
|
BreadcrumbItem_default,
|
|
39
72
|
Breadcrumb_default
|
|
40
73
|
} from "./chunk/MMTAND25.jsx";
|
|
41
74
|
import {
|
|
42
75
|
button_default
|
|
43
|
-
} from "./chunk/
|
|
44
|
-
import "./chunk/
|
|
76
|
+
} from "./chunk/SCJSBRV2.jsx";
|
|
77
|
+
import "./chunk/YAQK2KFY.jsx";
|
|
78
|
+
import {
|
|
79
|
+
PolymorphicButton_default,
|
|
80
|
+
Polymorphic_default
|
|
81
|
+
} from "./chunk/KACNXPUM.jsx";
|
|
45
82
|
import {
|
|
46
83
|
checkbox_default
|
|
47
84
|
} from "./chunk/MXG3MBEN.jsx";
|
|
48
85
|
import "./chunk/P7WPLZNA.jsx";
|
|
49
86
|
export {
|
|
50
87
|
accordion_default as Accordion,
|
|
51
|
-
|
|
88
|
+
autocomplete_default as Autocomplete,
|
|
89
|
+
avatar_default as Avatar,
|
|
52
90
|
Breadcrumb_default as Breadcrumb,
|
|
53
91
|
BreadcrumbItem_default as BreadcrumbItem,
|
|
54
92
|
button_default as Button,
|
|
55
93
|
checkbox_default as Checkbox,
|
|
94
|
+
Dropdown_default as Dropdown,
|
|
95
|
+
DropdownItem_default as DropdownItem,
|
|
96
|
+
DropdownMenu_default as DropdownMenu,
|
|
97
|
+
field_default as Field,
|
|
56
98
|
input_default as Input,
|
|
99
|
+
Menu_default as Menu,
|
|
100
|
+
MenuItem_default as MenuItem,
|
|
101
|
+
MenuList_default as MenuList,
|
|
102
|
+
Navbar_default as Navbar,
|
|
103
|
+
NavbarDropdown_default as NavbarDropdown,
|
|
104
|
+
NavbarItem_default as NavbarItem,
|
|
57
105
|
pagination_default as Pagination,
|
|
58
|
-
|
|
106
|
+
Polymorphic_default as Polymorphic,
|
|
107
|
+
PolymorphicButton_default as PolymorphicButton,
|
|
108
|
+
progress_default as Progress,
|
|
59
109
|
select_default as Select,
|
|
110
|
+
steps_default as Steps,
|
|
60
111
|
switch_default as Switch,
|
|
112
|
+
table_default as Table,
|
|
61
113
|
tabs_default as Tabs,
|
|
62
114
|
tag_default as Tag,
|
|
63
115
|
textarea_default as Textarea,
|
|
116
|
+
timeline_default as Timeline,
|
|
117
|
+
toast_default as Toast,
|
|
64
118
|
tooltip_default as Tooltip,
|
|
65
119
|
upload_default as Upload
|
|
66
120
|
};
|
package/package.json
CHANGED