@pathscale/ui 0.0.2 → 0.0.3

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 (85) hide show
  1. package/dist/{Accordion-nwuRbRRw.d.ts → Accordion-JZGWxBMK.d.ts} +1 -1
  2. package/dist/Autocomplete-gLkjMHrc.d.ts +28 -0
  3. package/dist/Field-DfUn85_1.d.ts +49 -0
  4. package/dist/{Input-BQbTzjIO.d.ts → Input-C1bm4HGf.d.ts} +1 -1
  5. package/dist/{Pagination-BlrjElGg.d.ts → Pagination-CJtlFMHy.d.ts} +1 -1
  6. package/dist/Progress-gN0xqhAF.d.ts +64 -0
  7. package/dist/{Select-CP-TUHJv.d.ts → Select-CWCDBvec.d.ts} +1 -1
  8. package/dist/Steps-1miUeyCD.d.ts +34 -0
  9. package/dist/{Switch-3IXS_68H.d.ts → Switch-BiKX7HZ2.d.ts} +1 -1
  10. package/dist/Table-CGa6Nop3.d.ts +39 -0
  11. package/dist/{Tabs-BNR3p92D.d.ts → Tabs-BEnRV6GG.d.ts} +1 -1
  12. package/dist/Timeline-Bd4SxHMT.d.ts +14 -0
  13. package/dist/chunk/3VOILEMN.js +187 -0
  14. package/dist/chunk/7ROVLN3J.js +175 -0
  15. package/dist/chunk/BBDVIXAH.jsx +194 -0
  16. package/dist/chunk/{4RCWSX7S.jsx → C4745OZS.jsx} +7 -7
  17. package/dist/chunk/C4YO33NN.jsx +179 -0
  18. package/dist/chunk/D2BEL4SM.jsx +169 -0
  19. package/dist/chunk/DSTUGZW6.jsx +81 -0
  20. package/dist/chunk/FKSQPGOD.jsx +170 -0
  21. package/dist/chunk/GMIXRYN3.js +138 -0
  22. package/dist/chunk/HWAGW5N4.jsx +118 -0
  23. package/dist/chunk/JWRGKHDO.js +172 -0
  24. package/dist/chunk/LAQPAV5I.jsx +187 -0
  25. package/dist/chunk/MAX47D6F.js +99 -0
  26. package/dist/chunk/{2JGZSAW5.js → MI773TMC.js} +6 -6
  27. package/dist/chunk/MYERRMTM.js +200 -0
  28. package/dist/chunk/OSJ3P7PI.js +189 -0
  29. package/dist/chunk/QYEMOKUG.js +125 -0
  30. package/dist/chunk/SCJSBRV2.jsx +39 -0
  31. package/dist/chunk/STKRVQR6.jsx +130 -0
  32. package/dist/chunk/{NZZRKP74.js → TFLJI242.js} +1 -25
  33. package/dist/chunk/TT2JYGLU.js +218 -0
  34. package/dist/chunk/VN5BKHA2.jsx +97 -0
  35. package/dist/chunk/WUZETUQR.js +92 -0
  36. package/dist/chunk/XD34JKSU.jsx +201 -0
  37. package/dist/chunk/{GA2HCFRS.jsx → YAQK2KFY.jsx} +1 -35
  38. package/dist/chunk/YMO6RPS6.js +26 -0
  39. package/dist/components/Progress/index.d.ts +4 -38
  40. package/dist/components/Progress/index.js +1 -1
  41. package/dist/components/Progress/index.jsx +3 -11
  42. package/dist/components/accordion/index.d.ts +2 -2
  43. package/dist/components/autocomplete/index.d.ts +8 -0
  44. package/dist/components/autocomplete/index.js +1 -0
  45. package/dist/components/autocomplete/index.jsx +7 -0
  46. package/dist/components/avatar/index.js +1 -1
  47. package/dist/components/avatar/index.jsx +3 -3
  48. package/dist/components/button/index.js +1 -1
  49. package/dist/components/button/index.jsx +2 -1
  50. package/dist/components/dropdown/index.d.ts +43 -0
  51. package/dist/components/dropdown/index.js +1 -0
  52. package/dist/components/dropdown/index.jsx +12 -0
  53. package/dist/components/field/index.d.ts +7 -0
  54. package/dist/components/field/index.js +1 -0
  55. package/dist/components/field/index.jsx +7 -0
  56. package/dist/components/input/index.d.ts +2 -2
  57. package/dist/components/menu/index.d.ts +66 -0
  58. package/dist/components/menu/index.js +1 -0
  59. package/dist/components/menu/index.jsx +11 -0
  60. package/dist/components/navbar/index.d.ts +74 -0
  61. package/dist/components/navbar/index.js +1 -0
  62. package/dist/components/navbar/index.jsx +11 -0
  63. package/dist/components/pagination/index.d.ts +2 -2
  64. package/dist/components/select/index.d.ts +2 -2
  65. package/dist/components/steps/index.d.ts +8 -0
  66. package/dist/components/steps/index.js +1 -0
  67. package/dist/components/steps/index.jsx +7 -0
  68. package/dist/components/switch/index.d.ts +2 -2
  69. package/dist/components/table/index.d.ts +8 -0
  70. package/dist/components/table/index.js +1 -0
  71. package/dist/components/table/index.jsx +7 -0
  72. package/dist/components/tabs/index.d.ts +2 -2
  73. package/dist/components/timeline/index.d.ts +7 -0
  74. package/dist/components/timeline/index.js +1 -0
  75. package/dist/components/timeline/index.jsx +7 -0
  76. package/dist/components/toast/index.d.ts +24 -0
  77. package/dist/components/toast/index.js +1 -0
  78. package/dist/components/toast/index.jsx +11 -0
  79. package/dist/index.d.ts +17 -8
  80. package/dist/index.js +17 -7
  81. package/dist/index.jsx +68 -14
  82. package/package.json +1 -1
  83. package/dist/Progress-a616LgE0.d.ts +0 -5
  84. package/dist/chunk/QNOJ6PCD.js +0 -278
  85. 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
+ };
@@ -1,5 +1,5 @@
1
- import { P as Pagination } from '../../Pagination-BlrjElGg.js';
2
- export { a as PaginationProps } from '../../Pagination-BlrjElGg.js';
1
+ import { P as Pagination } from '../../Pagination-CJtlFMHy.js';
2
+ export { a as PaginationProps } from '../../Pagination-CJtlFMHy.js';
3
3
  import 'solid-js';
4
4
  import '../../classes-B_S9K-9I.js';
5
5
 
@@ -1,5 +1,5 @@
1
- import { S as Select } from '../../Select-CP-TUHJv.js';
2
- export { a as SelectProps } from '../../Select-CP-TUHJv.js';
1
+ import { S as Select } from '../../Select-CWCDBvec.js';
2
+ export { a as SelectProps } from '../../Select-CWCDBvec.js';
3
3
  import 'solid-js';
4
4
  import '../../classes-B_S9K-9I.js';
5
5
 
@@ -0,0 +1,8 @@
1
+ import { S as Steps } from '../../Steps-1miUeyCD.js';
2
+ export { a as StepItem } from '../../Steps-1miUeyCD.js';
3
+ import 'solid-js';
4
+ import '../../classes-B_S9K-9I.js';
5
+
6
+
7
+
8
+ export { Steps as default };
@@ -0,0 +1 @@
1
+ export { steps_default as default } from '../../chunk/TT2JYGLU.js';
@@ -0,0 +1,7 @@
1
+ import {
2
+ steps_default
3
+ } from "../../chunk/LAQPAV5I.jsx";
4
+ import "../../chunk/P7WPLZNA.jsx";
5
+ export {
6
+ steps_default as default
7
+ };
@@ -1,5 +1,5 @@
1
- import { S as Switch } from '../../Switch-3IXS_68H.js';
2
- export { a as SwitchProps } from '../../Switch-3IXS_68H.js';
1
+ import { S as Switch } from '../../Switch-BiKX7HZ2.js';
2
+ export { a as SwitchProps } from '../../Switch-BiKX7HZ2.js';
3
3
  import 'solid-js';
4
4
  import '../../classes-B_S9K-9I.js';
5
5
 
@@ -0,0 +1,8 @@
1
+ import { T as Table } from '../../Table-CGa6Nop3.js';
2
+ export { C as Column, a as TableProps } from '../../Table-CGa6Nop3.js';
3
+ import 'solid-js';
4
+ import '../../classes-B_S9K-9I.js';
5
+
6
+
7
+
8
+ export { Table as default };
@@ -0,0 +1 @@
1
+ export { table_default as default } from '../../chunk/QYEMOKUG.js';
@@ -0,0 +1,7 @@
1
+ import {
2
+ table_default
3
+ } from "../../chunk/HWAGW5N4.jsx";
4
+ import "../../chunk/P7WPLZNA.jsx";
5
+ export {
6
+ table_default as default
7
+ };
@@ -1,5 +1,5 @@
1
- import { T as Tabs } from '../../Tabs-BNR3p92D.js';
2
- export { a as TabsProps } from '../../Tabs-BNR3p92D.js';
1
+ import { T as Tabs } from '../../Tabs-BEnRV6GG.js';
2
+ export { a as TabsProps } from '../../Tabs-BEnRV6GG.js';
3
3
  import 'solid-js';
4
4
  import '../../classes-B_S9K-9I.js';
5
5
 
@@ -0,0 +1,7 @@
1
+ import { T as Timeline } from '../../Timeline-Bd4SxHMT.js';
2
+ export { a as TimelineProps } from '../../Timeline-Bd4SxHMT.js';
3
+ import 'solid-js';
4
+
5
+
6
+
7
+ export { Timeline as default };
@@ -0,0 +1 @@
1
+ export { timeline_default as default } from '../../chunk/WUZETUQR.js';
@@ -0,0 +1,7 @@
1
+ import {
2
+ timeline_default
3
+ } from "../../chunk/DSTUGZW6.jsx";
4
+ import "../../chunk/P7WPLZNA.jsx";
5
+ export {
6
+ timeline_default as default
7
+ };
@@ -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';
@@ -0,0 +1,11 @@
1
+ import {
2
+ Toaster_default,
3
+ toast,
4
+ toast_default
5
+ } from "../../chunk/FKSQPGOD.jsx";
6
+ import "../../chunk/P7WPLZNA.jsx";
7
+ export {
8
+ Toaster_default as Toaster,
9
+ toast_default as default,
10
+ toast
11
+ };
package/dist/index.d.ts CHANGED
@@ -1,18 +1,27 @@
1
1
  export { A as Avatar } from './Avatar-CzIirpVq.js';
2
2
  export { B as Button } from './Button-B50OLXuV.js';
3
- export { I as Input } from './Input-BQbTzjIO.js';
3
+ export { I as Input } from './Input-C1bm4HGf.js';
4
4
  export { T as Textarea } from './Textarea-Cpdk7m6S.js';
5
- export { P as Progress } from './Progress-a616LgE0.js';
5
+ export { P as Progress } from './Progress-gN0xqhAF.js';
6
6
  export { U as Upload } from './Upload-BrFuZ4JA.js';
7
- export { A as Accordion } from './Accordion-nwuRbRRw.js';
8
- export { P as Pagination } from './Pagination-BlrjElGg.js';
9
- export { T as Tabs } from './Tabs-BNR3p92D.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
10
  export { T as Tooltip } from './Tooltip-BfPongoz.js';
11
11
  export { T as Tag } from './Tag-BPrhn-Ne.js';
12
- export { S as Select } from './Select-CP-TUHJv.js';
13
- export { S as Switch } from './Switch-3IXS_68H.js';
12
+ export { S as Select } from './Select-CWCDBvec.js';
13
+ export { S as Switch } from './Switch-BiKX7HZ2.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';
1
2
  export { tooltip_default as Tooltip } from './chunk/4TWLQ3IA.js';
2
3
  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 { steps_default as Steps } from './chunk/TT2JYGLU.js';
6
+ export { switch_default as Switch } from './chunk/P2L6LFLS.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 { switch_default as Switch } from './chunk/P2L6LFLS.js';
10
- export { Avatar_default as Avatar } from './chunk/2JGZSAW5.js';
11
- export { Progress_default as Progress } from './chunk/QNOJ6PCD.js';
11
+ export { timeline_default as Timeline } from './chunk/WUZETUQR.js';
12
+ export { Dropdown_default as Dropdown, DropdownItem_default as DropdownItem, DropdownMenu_default as DropdownMenu } from './chunk/7ROVLN3J.js';
13
+ export { field_default as Field } from './chunk/MAX47D6F.js';
14
+ export { input_default as Input } from './chunk/T2DPPLBQ.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 { Menu_default as Menu, MenuItem_default as MenuItem, MenuList_default as MenuList } from './chunk/3VOILEMN.js';
18
+ export { progress_default as Progress } from './chunk/GMIXRYN3.js';
12
19
  export { accordion_default as Accordion } from './chunk/NZKPDBTE.js';
13
- export { button_default as Button } from './chunk/NZZRKP74.js';
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,21 +1,24 @@
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
9
  } from "./chunk/QLESLIWS.jsx";
7
- import {
8
- input_default
9
- } from "./chunk/N7BXP7EI.jsx";
10
- import {
11
- pagination_default
12
- } from "./chunk/ELRAUORW.jsx";
13
10
  import {
14
11
  select_default
15
12
  } from "./chunk/6SBH3KSM.jsx";
13
+ import {
14
+ steps_default
15
+ } from "./chunk/LAQPAV5I.jsx";
16
16
  import {
17
17
  switch_default
18
18
  } from "./chunk/GLEAR2TS.jsx";
19
+ import {
20
+ table_default
21
+ } from "./chunk/HWAGW5N4.jsx";
19
22
  import {
20
23
  tabs_default
21
24
  } from "./chunk/KV6LTJHI.jsx";
@@ -26,41 +29,92 @@ import {
26
29
  textarea_default
27
30
  } from "./chunk/WB6NEEQV.jsx";
28
31
  import {
29
- Avatar_default
30
- } from "./chunk/4RCWSX7S.jsx";
32
+ timeline_default
33
+ } from "./chunk/DSTUGZW6.jsx";
34
+ import {
35
+ DropdownItem_default,
36
+ DropdownMenu_default,
37
+ Dropdown_default
38
+ } from "./chunk/D2BEL4SM.jsx";
39
+ import {
40
+ field_default
41
+ } from "./chunk/VN5BKHA2.jsx";
31
42
  import {
32
- Progress_default
33
- } from "./chunk/WCBMW2TP.jsx";
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
+ autocomplete_default
66
+ } from "./chunk/C4YO33NN.jsx";
67
+ import {
68
+ avatar_default
69
+ } from "./chunk/C4745OZS.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/GA2HCFRS.jsx";
44
- import "./chunk/KACNXPUM.jsx";
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
- Avatar_default as Avatar,
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
- Progress_default as Progress,
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +0,0 @@
1
- import { Component } from 'solid-js';
2
-
3
- declare const Progress: Component;
4
-
5
- export { Progress as P };