@amateescu/portal-ui-components 0.0.23 → 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.
- package/dist/Box-DQNjUj2G.js +102 -0
- package/dist/Button-D2XVkO19.js +676 -0
- package/dist/ButtonBase-D-XlpvIZ.js +954 -0
- package/dist/CircularProgress-BOkP0juA.js +247 -0
- package/dist/{EllipsisOutlined-CtmB5yDB.js → EllipsisOutlined-DfTPoz8U.js} +667 -672
- package/dist/PurePanel-ByiFMw5U.js +2213 -0
- package/dist/{Skeleton-XFbjx7LJ.js → Skeleton-Imy-56Lv.js} +161 -158
- package/dist/{UserInfoDropdown-DGaplQo6.js → UserInfoDropdown-6aB5cQyF.js} +1540 -1505
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/components/ConfirmationModal/ConfirmationModal.js +1 -1
- package/dist/components/ConfirmationModal/ConfirmationModal.stories.js +1 -1
- package/dist/components/CustomButton/CustomButton.js +1 -1
- package/dist/components/CustomPagination/CustomPagination.js +455 -344
- package/dist/components/ErrorModal/ErrorModal.js +5 -6
- package/dist/components/ErrorModal/ErrorModal.stories.js +1 -1
- package/dist/components/InfoModal/InfoModal.js +1 -1
- package/dist/components/InfoModal/InfoModal.stories.js +1 -1
- package/dist/components/KpiCard/KpiCard.js +1003 -892
- package/dist/components/LoadingAnimation/LoadingAnimation.js +6 -215
- package/dist/components/Login/Login.js +4485 -3820
- package/dist/components/Login/Login.stories.js +1586 -1546
- package/dist/components/SideMenu/SideMenu.js +1 -1
- package/dist/components/SideMenu/SideMenu.types.d.ts +1 -0
- package/dist/components/TotalDataGrid/TotalDataGrid.js +6 -6
- package/dist/components/UserInfoDropdown/UserInfoDropdown.js +1 -1
- package/dist/components/UserInfoDropdown/UserInfoDropdown.stories.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/context-D_FWkiDE.js +7383 -0
- package/dist/createSimplePaletteValueFilter-CshNo3IR.js +3439 -0
- package/dist/index-CR8gh-dS.js +1689 -0
- package/dist/index-CyFfYou3.js +411 -0
- package/dist/main.js +33 -30
- package/dist/objectWithoutPropertiesLoose-BTau6TOn.js +33 -0
- package/dist/portal-utils/formatters.js +68 -0
- package/dist/portal-utils/index.d.ts +1 -0
- package/dist/portal-utils/index.js +13 -10
- package/dist/portal-utils/loggerService.d.ts +12 -0
- package/dist/portal-utils/loggerService.js +16 -0
- package/dist/useSlot-kDVPuVrn.js +431 -0
- package/package.json +38 -38
- package/dist/Box-CmKt1PwF.js +0 -68
- package/dist/Button-BT8r3F_d.js +0 -355
- package/dist/ButtonBase-By486Sca.js +0 -966
- package/dist/PurePanel-CfZ1n-M8.js +0 -4782
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/createSvgIcon-B8ya7kb4.js +0 -250
- package/dist/generateUtilityClasses-Bhjgm_6-.js +0 -3270
- package/dist/index-1vDmwq0E.js +0 -19089
- package/dist/index-DsP9yT3s.js +0 -1551
- package/dist/objectWithoutPropertiesLoose-CIT-1_kH.js +0 -227
- 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-
|
|
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,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
|
|
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
|
-
[`& .${
|
|
51
|
-
|
|
52
|
-
|
|
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
|
-
|
|
125
|
+
p as TotalDataGrid
|
|
126
126
|
};
|
|
@@ -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-
|
|
3
|
+
import { U as o } from "../../UserInfoDropdown-6aB5cQyF.js";
|
|
4
4
|
const n = {
|
|
5
5
|
title: "User Info Dropdown",
|
|
6
6
|
component: o,
|
package/dist/components/index.js
CHANGED
|
@@ -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-
|
|
13
|
+
import { U as E } from "../UserInfoDropdown-6aB5cQyF.js";
|
|
14
14
|
export {
|
|
15
15
|
t as ConfirmationModal,
|
|
16
16
|
m as CustomButton,
|