@amateescu/portal-ui-components 0.0.2 → 0.0.4

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.
@@ -1,3 +1,2 @@
1
1
  import { default as KpiCardProps } from './types';
2
- declare function KpiCard({ title, content, icon, menuCollapsed }: KpiCardProps): import("react/jsx-runtime").JSX.Element;
3
- export default KpiCard;
2
+ export declare function KpiCard({ title, content, icon, menuCollapsed }: KpiCardProps): import("react/jsx-runtime").JSX.Element;
@@ -4732,5 +4732,5 @@ function $s({ title: e, content: t, icon: n, menuCollapsed: r }) {
4732
4732
  ] }) }) : /* @__PURE__ */ $n(li, {}) });
4733
4733
  }
4734
4734
  export {
4735
- $s as default
4735
+ $s as KpiCard
4736
4736
  };
package/dist/main.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { CustomButton } from './components/CustomButton';
2
2
  export { InfoModal } from './components/InfoModal';
3
+ export { KpiCard } from './components/KpiCard';
3
4
  export { KpiWrapper } from './components/KpiWrapper';
4
5
  export { LoadingAnimation } from './components/LoadingAnimation';
package/dist/main.js CHANGED
@@ -1,10 +1,12 @@
1
- import { CustomButton as t } from "./components/CustomButton/index.js";
1
+ import { CustomButton as p } from "./components/CustomButton/index.js";
2
2
  import { InfoModal as m } from "./components/InfoModal/index.js";
3
- import { KpiWrapper as f } from "./components/KpiWrapper/index.js";
4
- import { LoadingAnimation as a } from "./components/LoadingAnimation/index.js";
3
+ import { KpiCard as f } from "./components/KpiCard/index.js";
4
+ import { KpiWrapper as i } from "./components/KpiWrapper/index.js";
5
+ import { LoadingAnimation as x } from "./components/LoadingAnimation/index.js";
5
6
  export {
6
- t as CustomButton,
7
+ p as CustomButton,
7
8
  m as InfoModal,
8
- f as KpiWrapper,
9
- a as LoadingAnimation
9
+ f as KpiCard,
10
+ i as KpiWrapper,
11
+ x as LoadingAnimation
10
12
  };
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.2",
5
+ "version": "0.0.4",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"