@amateescu/portal-ui-components 0.0.6 → 0.0.7-beta0

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
@@ -3,3 +3,4 @@ export { InfoModal } from './components/InfoModal';
3
3
  export { KpiCard } from './components/KpiCard';
4
4
  export { KpiWrapper } from './components/KpiWrapper';
5
5
  export { LoadingAnimation } from './components/LoadingAnimation';
6
+ export { TotalDataGrid } from './components/TotalDataGrid';
package/dist/main.js CHANGED
@@ -1,12 +1,14 @@
1
- import { CustomButton as p } from "./components/CustomButton/index.js";
2
- import { InfoModal as m } from "./components/InfoModal/index.js";
3
- import { KpiCard as f } from "./components/KpiCard/index.js";
1
+ import { CustomButton as t } from "./components/CustomButton/index.js";
2
+ import { InfoModal as a } from "./components/InfoModal/index.js";
3
+ import { KpiCard as e } from "./components/KpiCard/index.js";
4
4
  import { KpiWrapper as i } from "./components/KpiWrapper/index.js";
5
- import { LoadingAnimation as x } from "./components/LoadingAnimation/index.js";
5
+ import { LoadingAnimation as n } from "./components/LoadingAnimation/index.js";
6
+ import { TotalDataGrid as l } from "./components/TotalDataGrid/index.js";
6
7
  export {
7
- p as CustomButton,
8
- m as InfoModal,
9
- f as KpiCard,
8
+ t as CustomButton,
9
+ a as InfoModal,
10
+ e as KpiCard,
10
11
  i as KpiWrapper,
11
- x as LoadingAnimation
12
+ n as LoadingAnimation,
13
+ l as TotalDataGrid
12
14
  };