@amateescu/portal-ui-components 0.0.24 → 0.0.25-react19

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.
Files changed (47) hide show
  1. package/dist/Box-DQNjUj2G.js +102 -0
  2. package/dist/Button-D2XVkO19.js +676 -0
  3. package/dist/ButtonBase-D-XlpvIZ.js +954 -0
  4. package/dist/CircularProgress-BOkP0juA.js +247 -0
  5. package/dist/{EllipsisOutlined-CtmB5yDB.js → EllipsisOutlined-DfTPoz8U.js} +667 -672
  6. package/dist/PurePanel-ByiFMw5U.js +2213 -0
  7. package/dist/{Skeleton-XFbjx7LJ.js → Skeleton-Imy-56Lv.js} +161 -158
  8. package/dist/{UserInfoDropdown-DGaplQo6.js → UserInfoDropdown-6aB5cQyF.js} +1540 -1505
  9. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  10. package/dist/components/ConfirmationModal/ConfirmationModal.js +1 -1
  11. package/dist/components/ConfirmationModal/ConfirmationModal.stories.js +1 -1
  12. package/dist/components/CustomButton/CustomButton.js +1 -1
  13. package/dist/components/CustomPagination/CustomPagination.js +455 -344
  14. package/dist/components/ErrorModal/ErrorModal.js +5 -6
  15. package/dist/components/ErrorModal/ErrorModal.stories.js +1 -1
  16. package/dist/components/InfoModal/InfoModal.js +1 -1
  17. package/dist/components/InfoModal/InfoModal.stories.js +1 -1
  18. package/dist/components/KpiCard/KpiCard.js +1003 -892
  19. package/dist/components/LoadingAnimation/LoadingAnimation.js +6 -215
  20. package/dist/components/Login/Login.js +4485 -3820
  21. package/dist/components/Login/Login.stories.js +1586 -1546
  22. package/dist/components/SideMenu/SideMenu.js +1 -1
  23. package/dist/components/SideMenu/SideMenu.types.d.ts +1 -0
  24. package/dist/components/TotalDataGrid/TotalDataGrid.js +6 -6
  25. package/dist/components/UserInfoDropdown/UserInfoDropdown.js +1 -1
  26. package/dist/components/UserInfoDropdown/UserInfoDropdown.stories.js +1 -1
  27. package/dist/components/index.js +1 -1
  28. package/dist/context-D_FWkiDE.js +7383 -0
  29. package/dist/createSimplePaletteValueFilter-CshNo3IR.js +3439 -0
  30. package/dist/index-CR8gh-dS.js +1689 -0
  31. package/dist/index-CyFfYou3.js +411 -0
  32. package/dist/main.js +1 -1
  33. package/dist/objectWithoutPropertiesLoose-BTau6TOn.js +33 -0
  34. package/dist/portal-utils/formatters.js +68 -0
  35. package/dist/useSlot-kDVPuVrn.js +431 -0
  36. package/package.json +38 -38
  37. package/dist/Box-CmKt1PwF.js +0 -68
  38. package/dist/Button-BT8r3F_d.js +0 -355
  39. package/dist/ButtonBase-By486Sca.js +0 -966
  40. package/dist/PurePanel-CfZ1n-M8.js +0 -4782
  41. package/dist/assertThisInitialized-BUtkG-md.js +0 -13
  42. package/dist/createSvgIcon-B8ya7kb4.js +0 -250
  43. package/dist/generateUtilityClasses-Bhjgm_6-.js +0 -3270
  44. package/dist/index-1vDmwq0E.js +0 -19089
  45. package/dist/index-DsP9yT3s.js +0 -1551
  46. package/dist/objectWithoutPropertiesLoose-CIT-1_kH.js +0 -227
  47. package/dist/useId-DbfH3PlN.js +0 -5397
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as e, Fragment as M } from "react/jsx-runtime";
2
2
  import * as n from "react";
3
- import { M as R, S as N, U as h } from "../../UserInfoDropdown-DGaplQo6.js";
3
+ import { M as R, S as N, U as h } from "../../UserInfoDropdown-6aB5cQyF.js";
4
4
  import { S as H } from "../../InvencoGVR-qnTq-d6S.js";
5
5
  import '../../assets/SideMenu.css';import '../../assets/theme.css';/* empty css */
6
6
  /* empty css */
@@ -1,4 +1,5 @@
1
1
  import { MenuItemType } from 'antd/es/menu/interface';
2
+ import { JSX } from 'react';
2
3
  export interface SideMenuProps {
3
4
  logo: JSX.Element;
4
5
  title: string;
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import '../../assets/theme.css';/* empty css */
3
3
  import { DataGrid as l, gridClasses as o } from "@mui/x-data-grid";
4
- const c = ({
4
+ const p = ({
5
5
  rows: r,
6
6
  isFetching: n,
7
7
  columnsDefinitions: i
@@ -47,10 +47,10 @@ const c = ({
47
47
  minHeight: "0px !important",
48
48
  lineHeight: "0px !important"
49
49
  },
50
- [`& .${o.columnHeadersInner}`]: {
51
- minHeight: "0px !important",
52
- lineHeight: "0px !important"
53
- },
50
+ // [`& .${gridClasses.columnHeadersInner}`]: {
51
+ // minHeight: '0px !important',
52
+ // lineHeight: '0px !important'
53
+ // },
54
54
  [`& .${o.columnHeader}`]: {
55
55
  height: "0px !important"
56
56
  },
@@ -122,5 +122,5 @@ const c = ({
122
122
  }
123
123
  );
124
124
  export {
125
- c as TotalDataGrid
125
+ p as TotalDataGrid
126
126
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { U as t } from "../../UserInfoDropdown-DGaplQo6.js";
2
+ import { U as t } from "../../UserInfoDropdown-6aB5cQyF.js";
3
3
  import "../../portal-utils/cn.js";
4
4
  export {
5
5
  t as UserInfoDropdown
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { userInfoDropdownItems as s } from "../../mock.js";
3
- import { U as o } from "../../UserInfoDropdown-DGaplQo6.js";
3
+ import { U as o } from "../../UserInfoDropdown-6aB5cQyF.js";
4
4
  const n = {
5
5
  title: "User Info Dropdown",
6
6
  component: o,
@@ -10,7 +10,7 @@ import { LoadingAnimation as D } from "./LoadingAnimation/LoadingAnimation.js";
10
10
  import { Login as K } from "./Login/Login.js";
11
11
  import { SideMenu as U } from "./SideMenu/SideMenu.js";
12
12
  import { TotalDataGrid as A } from "./TotalDataGrid/TotalDataGrid.js";
13
- import { U as E } from "../UserInfoDropdown-DGaplQo6.js";
13
+ import { U as E } from "../UserInfoDropdown-6aB5cQyF.js";
14
14
  export {
15
15
  t as ConfirmationModal,
16
16
  m as CustomButton,