@amateescu/portal-ui-components 0.0.10-beta0 → 0.0.10-beta2

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/main.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { ConfirmationModal } from './components/ConfirmationModal/ConfirmationModal';
2
2
  export { CustomButton } from './components/CustomButton';
3
+ export { CustomFooter } from './components/CustomFooter/CustomFooter';
3
4
  export { CustomPagination } from './components/CustomPagination/CustomPagination';
4
5
  export { ErrorModal } from './components/ErrorModal/ErrorModal';
5
6
  export { InfoModal } from './components/InfoModal';
package/dist/main.js CHANGED
@@ -1,20 +1,22 @@
1
1
  import { ConfirmationModal as t } from "./components/ConfirmationModal/ConfirmationModal.js";
2
- import { CustomButton as m } from "./components/CustomButton/index.js";
3
- import { CustomPagination as f } from "./components/CustomPagination/CustomPagination.js";
4
- import { ErrorModal as i } from "./components/ErrorModal/ErrorModal.js";
5
- import { InfoModal as x } from "./components/InfoModal/index.js";
6
- import { KpiCard as l } from "./components/KpiCard/index.js";
7
- import { KpiWrapper as u } from "./components/KpiWrapper/index.js";
8
- import { LoadingAnimation as g } from "./components/LoadingAnimation/index.js";
9
- import { TotalDataGrid as K } from "./components/TotalDataGrid/TotalDataGrid.js";
2
+ import { CustomButton as p } from "./components/CustomButton/index.js";
3
+ import { CustomFooter as e } from "./components/CustomFooter/CustomFooter.js";
4
+ import { CustomPagination as i } from "./components/CustomPagination/CustomPagination.js";
5
+ import { ErrorModal as n } from "./components/ErrorModal/ErrorModal.js";
6
+ import { InfoModal as C } from "./components/InfoModal/index.js";
7
+ import { KpiCard as u } from "./components/KpiCard/index.js";
8
+ import { KpiWrapper as M } from "./components/KpiWrapper/index.js";
9
+ import { LoadingAnimation as K } from "./components/LoadingAnimation/index.js";
10
+ import { TotalDataGrid as B } from "./components/TotalDataGrid/TotalDataGrid.js";
10
11
  export {
11
12
  t as ConfirmationModal,
12
- m as CustomButton,
13
- f as CustomPagination,
14
- i as ErrorModal,
15
- x as InfoModal,
16
- l as KpiCard,
17
- u as KpiWrapper,
18
- g as LoadingAnimation,
19
- K as TotalDataGrid
13
+ p as CustomButton,
14
+ e as CustomFooter,
15
+ i as CustomPagination,
16
+ n as ErrorModal,
17
+ C as InfoModal,
18
+ u as KpiCard,
19
+ M as KpiWrapper,
20
+ K as LoadingAnimation,
21
+ B as TotalDataGrid
20
22
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@amateescu/portal-ui-components",
3
3
  "main": "dist/main.js",
4
4
  "types": "dist/main.d.ts",
5
- "version": "0.0.10-beta0",
5
+ "version": "0.0.10-beta2",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"