adata-ui 0.3.28 → 0.3.29
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/adata-ui.common.js +234 -1
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +234 -1
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/index.js +2 -0
package/package.json
CHANGED
package/src/components/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import ASearchTextField from "./SearchTextField/SearchTextField";
|
|
|
12
12
|
import AMailTo from "./MailTo/MailTo";
|
|
13
13
|
import ATable from "./Table/ATable";
|
|
14
14
|
import ALoader from "./Loader/Loader";
|
|
15
|
+
import ABottomNavigationBar from "./BottomNavigationBar/ABottomNavigationBar"
|
|
15
16
|
// import ABadGateway from "./ErrorPages/BadGateway";
|
|
16
17
|
// import AForbidden from "./ErrorPages/Forbidden";
|
|
17
18
|
// import AInternalServerError from "./ErrorPages/InternalServerError";
|
|
@@ -32,6 +33,7 @@ const Components = {
|
|
|
32
33
|
ATable,
|
|
33
34
|
ALoader,
|
|
34
35
|
ACheckboxMenu,
|
|
36
|
+
ABottomNavigationBar
|
|
35
37
|
// ABadGateway,
|
|
36
38
|
// AForbidden,
|
|
37
39
|
// AInternalServerError,
|