@pathscale/ui 0.0.1 → 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 (131) hide show
  1. package/dist/Accordion-JZGWxBMK.d.ts +27 -0
  2. package/dist/Autocomplete-gLkjMHrc.d.ts +28 -0
  3. package/dist/Checkbox-BjaweaOH.d.ts +40 -0
  4. package/dist/Field-DfUn85_1.d.ts +49 -0
  5. package/dist/{Input-BQbTzjIO.d.ts → Input-C1bm4HGf.d.ts} +1 -1
  6. package/dist/Pagination-CJtlFMHy.d.ts +43 -0
  7. package/dist/Progress-gN0xqhAF.d.ts +64 -0
  8. package/dist/Select-CWCDBvec.d.ts +44 -0
  9. package/dist/Steps-1miUeyCD.d.ts +34 -0
  10. package/dist/Switch-BiKX7HZ2.d.ts +72 -0
  11. package/dist/Table-CGa6Nop3.d.ts +39 -0
  12. package/dist/Tabs-BEnRV6GG.d.ts +42 -0
  13. package/dist/Tag-BPrhn-Ne.d.ts +42 -0
  14. package/dist/Timeline-Bd4SxHMT.d.ts +14 -0
  15. package/dist/Tooltip-BfPongoz.d.ts +53 -0
  16. package/dist/Upload-BrFuZ4JA.d.ts +39 -0
  17. package/dist/chunk/3IHANYRN.js +98 -0
  18. package/dist/chunk/3VOILEMN.js +187 -0
  19. package/dist/chunk/4TWLQ3IA.js +103 -0
  20. package/dist/chunk/6SBH3KSM.jsx +96 -0
  21. package/dist/chunk/7ROVLN3J.js +175 -0
  22. package/dist/chunk/BBDVIXAH.jsx +194 -0
  23. package/dist/chunk/{4RCWSX7S.jsx → C4745OZS.jsx} +7 -7
  24. package/dist/chunk/C4YO33NN.jsx +179 -0
  25. package/dist/chunk/CJZGTNJZ.js +115 -0
  26. package/dist/chunk/D2BEL4SM.jsx +169 -0
  27. package/dist/chunk/DBQ7IOPU.js +189 -0
  28. package/dist/chunk/DNTGSCVF.jsx +100 -0
  29. package/dist/chunk/DSTUGZW6.jsx +81 -0
  30. package/dist/chunk/ELRAUORW.jsx +179 -0
  31. package/dist/chunk/FKSQPGOD.jsx +170 -0
  32. package/dist/chunk/FPUQ25SO.js +137 -0
  33. package/dist/chunk/GLEAR2TS.jsx +160 -0
  34. package/dist/chunk/GMIXRYN3.js +138 -0
  35. package/dist/chunk/HWAGW5N4.jsx +118 -0
  36. package/dist/chunk/JWRGKHDO.js +172 -0
  37. package/dist/chunk/KV6LTJHI.jsx +175 -0
  38. package/dist/chunk/LAQPAV5I.jsx +187 -0
  39. package/dist/chunk/LI3HCFL7.jsx +132 -0
  40. package/dist/chunk/MAX47D6F.js +99 -0
  41. package/dist/chunk/{2JGZSAW5.js → MI773TMC.js} +6 -6
  42. package/dist/chunk/MMTAND25.jsx +126 -0
  43. package/dist/chunk/MXG3MBEN.jsx +148 -0
  44. package/dist/chunk/MYERRMTM.js +200 -0
  45. package/dist/chunk/NZKPDBTE.js +118 -0
  46. package/dist/chunk/OSJ3P7PI.js +189 -0
  47. package/dist/chunk/P2L6LFLS.js +144 -0
  48. package/dist/chunk/QLESLIWS.jsx +110 -0
  49. package/dist/chunk/QONDPQ2I.jsx +105 -0
  50. package/dist/chunk/QYEMOKUG.js +125 -0
  51. package/dist/chunk/S3ZDSQSV.js +98 -0
  52. package/dist/chunk/SCJSBRV2.jsx +39 -0
  53. package/dist/chunk/STKRVQR6.jsx +130 -0
  54. package/dist/chunk/{NZZRKP74.js → TFLJI242.js} +1 -25
  55. package/dist/chunk/TT2JYGLU.js +218 -0
  56. package/dist/chunk/V6Y5E7BL.js +133 -0
  57. package/dist/chunk/VN5BKHA2.jsx +97 -0
  58. package/dist/chunk/WOT36Q7O.js +166 -0
  59. package/dist/chunk/WUZETUQR.js +92 -0
  60. package/dist/chunk/XD34JKSU.jsx +201 -0
  61. package/dist/chunk/{GA2HCFRS.jsx → YAQK2KFY.jsx} +1 -35
  62. package/dist/chunk/YMO6RPS6.js +26 -0
  63. package/dist/components/Progress/index.d.ts +4 -39
  64. package/dist/components/Progress/index.js +1 -278
  65. package/dist/components/Progress/index.jsx +4 -199
  66. package/dist/components/accordion/index.d.ts +5 -24
  67. package/dist/components/accordion/index.js +1 -118
  68. package/dist/components/accordion/index.jsx +3 -100
  69. package/dist/components/autocomplete/index.d.ts +8 -0
  70. package/dist/components/autocomplete/index.js +1 -0
  71. package/dist/components/autocomplete/index.jsx +7 -0
  72. package/dist/components/avatar/index.js +1 -1
  73. package/dist/components/avatar/index.jsx +3 -3
  74. package/dist/components/breadcrumb/index.d.ts +2 -2
  75. package/dist/components/breadcrumb/index.js +1 -133
  76. package/dist/components/breadcrumb/index.jsx +4 -120
  77. package/dist/components/button/index.js +1 -1
  78. package/dist/components/button/index.jsx +2 -1
  79. package/dist/components/checkbox/index.d.ts +5 -37
  80. package/dist/components/checkbox/index.js +1 -137
  81. package/dist/components/checkbox/index.jsx +3 -143
  82. package/dist/components/dropdown/index.d.ts +43 -0
  83. package/dist/components/dropdown/index.js +1 -0
  84. package/dist/components/dropdown/index.jsx +12 -0
  85. package/dist/components/field/index.d.ts +7 -0
  86. package/dist/components/field/index.js +1 -0
  87. package/dist/components/field/index.jsx +7 -0
  88. package/dist/components/input/index.d.ts +2 -2
  89. package/dist/components/menu/index.d.ts +66 -0
  90. package/dist/components/menu/index.js +1 -0
  91. package/dist/components/menu/index.jsx +11 -0
  92. package/dist/components/navbar/index.d.ts +74 -0
  93. package/dist/components/navbar/index.js +1 -0
  94. package/dist/components/navbar/index.jsx +11 -0
  95. package/dist/components/pagination/index.d.ts +5 -40
  96. package/dist/components/pagination/index.js +1 -189
  97. package/dist/components/pagination/index.jsx +3 -174
  98. package/dist/components/select/index.d.ts +5 -41
  99. package/dist/components/select/index.js +1 -98
  100. package/dist/components/select/index.jsx +3 -91
  101. package/dist/components/steps/index.d.ts +8 -0
  102. package/dist/components/steps/index.js +1 -0
  103. package/dist/components/steps/index.jsx +7 -0
  104. package/dist/components/switch/index.d.ts +5 -69
  105. package/dist/components/switch/index.js +1 -144
  106. package/dist/components/switch/index.jsx +3 -155
  107. package/dist/components/table/index.d.ts +8 -0
  108. package/dist/components/table/index.js +1 -0
  109. package/dist/components/table/index.jsx +7 -0
  110. package/dist/components/tabs/index.d.ts +5 -39
  111. package/dist/components/tabs/index.js +1 -166
  112. package/dist/components/tabs/index.jsx +3 -170
  113. package/dist/components/tag/index.d.ts +5 -39
  114. package/dist/components/tag/index.js +1 -115
  115. package/dist/components/tag/index.jsx +3 -127
  116. package/dist/components/timeline/index.d.ts +7 -0
  117. package/dist/components/timeline/index.js +1 -0
  118. package/dist/components/timeline/index.jsx +7 -0
  119. package/dist/components/toast/index.d.ts +24 -0
  120. package/dist/components/toast/index.js +1 -0
  121. package/dist/components/toast/index.jsx +11 -0
  122. package/dist/components/tooltip/index.d.ts +5 -50
  123. package/dist/components/tooltip/index.js +1 -103
  124. package/dist/components/tooltip/index.jsx +3 -95
  125. package/dist/components/upload/index.d.ts +5 -36
  126. package/dist/components/upload/index.js +1 -98
  127. package/dist/components/upload/index.jsx +3 -105
  128. package/dist/index.d.ts +22 -2
  129. package/dist/index.js +23 -2
  130. package/dist/index.jsx +108 -8
  131. package/package.json +1 -1
package/dist/index.jsx CHANGED
@@ -1,20 +1,120 @@
1
1
  import {
2
- input_default
3
- } from "./chunk/N7BXP7EI.jsx";
2
+ toast_default
3
+ } from "./chunk/FKSQPGOD.jsx";
4
+ import {
5
+ tooltip_default
6
+ } from "./chunk/DNTGSCVF.jsx";
7
+ import {
8
+ upload_default
9
+ } from "./chunk/QLESLIWS.jsx";
10
+ import {
11
+ select_default
12
+ } from "./chunk/6SBH3KSM.jsx";
13
+ import {
14
+ steps_default
15
+ } from "./chunk/LAQPAV5I.jsx";
16
+ import {
17
+ switch_default
18
+ } from "./chunk/GLEAR2TS.jsx";
19
+ import {
20
+ table_default
21
+ } from "./chunk/HWAGW5N4.jsx";
22
+ import {
23
+ tabs_default
24
+ } from "./chunk/KV6LTJHI.jsx";
25
+ import {
26
+ tag_default
27
+ } from "./chunk/LI3HCFL7.jsx";
4
28
  import {
5
29
  textarea_default
6
30
  } from "./chunk/WB6NEEQV.jsx";
7
31
  import {
8
- Avatar_default
9
- } 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";
42
+ import {
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";
61
+ import {
62
+ accordion_default
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";
70
+ import {
71
+ BreadcrumbItem_default,
72
+ Breadcrumb_default
73
+ } from "./chunk/MMTAND25.jsx";
10
74
  import {
11
75
  button_default
12
- } from "./chunk/GA2HCFRS.jsx";
13
- 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";
82
+ import {
83
+ checkbox_default
84
+ } from "./chunk/MXG3MBEN.jsx";
14
85
  import "./chunk/P7WPLZNA.jsx";
15
86
  export {
16
- Avatar_default as Avatar,
87
+ accordion_default as Accordion,
88
+ autocomplete_default as Autocomplete,
89
+ avatar_default as Avatar,
90
+ Breadcrumb_default as Breadcrumb,
91
+ BreadcrumbItem_default as BreadcrumbItem,
17
92
  button_default as Button,
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,
18
98
  input_default as Input,
19
- textarea_default as Textarea
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,
105
+ pagination_default as Pagination,
106
+ Polymorphic_default as Polymorphic,
107
+ PolymorphicButton_default as PolymorphicButton,
108
+ progress_default as Progress,
109
+ select_default as Select,
110
+ steps_default as Steps,
111
+ switch_default as Switch,
112
+ table_default as Table,
113
+ tabs_default as Tabs,
114
+ tag_default as Tag,
115
+ textarea_default as Textarea,
116
+ timeline_default as Timeline,
117
+ toast_default as Toast,
118
+ tooltip_default as Tooltip,
119
+ upload_default as Upload
20
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",