pixelize-design-library 1.0.6 → 1.0.7
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/package.json +1 -1
- package/src/index.ts +24 -24
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export * from "./Components/Apexcharts/ApexBarChart/ApexBarChart";
|
|
2
|
-
export * from "./Components/Apexcharts/ApexPieChart/ApexPieChart";
|
|
3
|
-
export * from "./Components/Breadcrumbs/Breadcrumbs";
|
|
4
|
-
export * from "./Components/Button/Button";
|
|
5
|
-
export * from "./Components/Checkbox/Checkbox";
|
|
6
|
-
export * from "./Components/ButtonGroupIcon/ButtonGroupIcon";
|
|
7
|
-
export * from "./Components/Input/TextInput";
|
|
8
|
-
export * from "./Components/InputTextArea/InputTextArea";
|
|
9
|
-
export * from "./Components/Loading/Loading";
|
|
10
|
-
export * from "./Components/Modal/Modal";
|
|
11
|
-
export * from "./Components/NavigationBar/NavigationBar";
|
|
12
|
-
export * from "./Components/NumberInput/NumberInput";
|
|
13
|
-
export * from "./Components/PinInput/PinInput";
|
|
14
|
-
export * from "./Components/ProfileCard/ProfileCard";
|
|
15
|
-
export * from "./Components/ProfilePhotoViewer/ProfilePhotoViewer";
|
|
16
|
-
export * from "./Components/ProgressBar/ProgressBar";
|
|
17
|
-
export * from "./Components/RadioButton/RadioButton";
|
|
18
|
-
export * from "./Components/Select/Select";
|
|
19
|
-
export * from "./Components/SideBar/SideBar";
|
|
20
|
-
export * from "./Components/Skeletons/Skeletons";
|
|
21
|
-
export * from "./Components/Table/Table";
|
|
22
|
-
export * from "./Components/Toaster/Toaster";
|
|
23
|
-
// export * from "./Components/ToolTip/ToolTip";
|
|
24
|
-
export * from "./Theme/index";
|
|
1
|
+
// export * from "./Components/Apexcharts/ApexBarChart/ApexBarChart";
|
|
2
|
+
// export * from "./Components/Apexcharts/ApexPieChart/ApexPieChart";
|
|
3
|
+
// export * from "./Components/Breadcrumbs/Breadcrumbs";
|
|
4
|
+
// export * from "./Components/Button/Button";
|
|
5
|
+
// export * from "./Components/Checkbox/Checkbox";
|
|
6
|
+
// export * from "./Components/ButtonGroupIcon/ButtonGroupIcon";
|
|
7
|
+
// export * from "./Components/Input/TextInput";
|
|
8
|
+
// export * from "./Components/InputTextArea/InputTextArea";
|
|
9
|
+
// export * from "./Components/Loading/Loading";
|
|
10
|
+
// export * from "./Components/Modal/Modal";
|
|
11
|
+
// export * from "./Components/NavigationBar/NavigationBar";
|
|
12
|
+
// export * from "./Components/NumberInput/NumberInput";
|
|
13
|
+
// export * from "./Components/PinInput/PinInput";
|
|
14
|
+
// export * from "./Components/ProfileCard/ProfileCard";
|
|
15
|
+
// export * from "./Components/ProfilePhotoViewer/ProfilePhotoViewer";
|
|
16
|
+
// export * from "./Components/ProgressBar/ProgressBar";
|
|
17
|
+
// export * from "./Components/RadioButton/RadioButton";
|
|
18
|
+
// export * from "./Components/Select/Select";
|
|
19
|
+
// export * from "./Components/SideBar/SideBar";
|
|
20
|
+
// export * from "./Components/Skeletons/Skeletons";
|
|
21
|
+
// export * from "./Components/Table/Table";
|
|
22
|
+
// export * from "./Components/Toaster/Toaster";
|
|
23
|
+
// // export * from "./Components/ToolTip/ToolTip";
|
|
24
|
+
// export * from "./Theme/index";
|
|
25
25
|
|
|
26
26
|
// import Loading from "./Components/Loading/Loading";
|
|
27
27
|
|