@amateescu/portal-ui-components 0.0.28 → 0.0.30-beta
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-ZFRI9JCw.js +102 -0
- package/dist/Button-CNfTnafe.js +676 -0
- package/dist/ButtonBase-DWpUn0eT.js +965 -0
- package/dist/CircularProgress-D6RyizwS.js +247 -0
- package/dist/{EllipsisOutlined-DZsCEqiL.js → EllipsisOutlined-CzFuvGH_.js} +3 -3
- package/dist/{PurePanel-iUNZWTe_.js → PurePanel-CxlAi3G7.js} +3 -3
- package/dist/{Skeleton-CfEiGUkR.js → Skeleton-dypyF9G2.js} +2 -2
- package/dist/{UserInfoDropdown-CoZutJAR.js → UserInfoDropdown-DPyds49a.js} +763 -769
- 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/CustomButton/CustomButton.stories.d.ts +1 -0
- package/dist/components/CustomButton/CustomButton.stories.js +21 -7
- package/dist/components/CustomFooter/CustomFooter.js +1 -1
- package/dist/components/CustomPagination/CustomPagination.js +484 -372
- package/dist/components/ErrorModal/ErrorModal.js +1 -1
- 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 +355 -351
- package/dist/components/LoadingAnimation/LoadingAnimation.js +6 -215
- package/dist/components/Login/Login.js +4638 -3844
- package/dist/components/Login/Login.stories.js +15693 -14785
- package/dist/components/SideMenu/SideMenu.js +1 -1
- 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-Crxhk7DD.js → context-Bk4VnwMB.js} +7 -7
- package/dist/createSimplePaletteValueFilter-rq2_biPF.js +3443 -0
- package/dist/createSvgIcon-jB7EUYpq.js +248 -0
- package/dist/{index-BxiDYyNJ.js → index-DLbr86ak.js} +511 -513
- package/dist/{index-DpDv68WZ.js → index-xh_JY2OQ.js} +1 -1
- package/dist/main.js +1 -1
- package/dist/objectWithoutPropertiesLoose-BTau6TOn.js +33 -0
- package/dist/useSlot-CT4096EK.js +188 -0
- package/package.json +31 -31
- package/dist/Box-C1OwXVV-.js +0 -68
- package/dist/Button-CIvE-fcO.js +0 -355
- package/dist/ButtonBase-BeQnmGXr.js +0 -966
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/createSvgIcon-Db107M0j.js +0 -250
- package/dist/generateUtilityClasses-DY-qyzNG.js +0 -3427
- package/dist/objectWithoutPropertiesLoose-DYizGgyG.js +0 -46
|
@@ -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-DPyds49a.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-DPyds49a.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-DPyds49a.js";
|
|
14
14
|
export {
|
|
15
15
|
t as ConfirmationModal,
|
|
16
16
|
m as CustomButton,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as b from "react";
|
|
2
2
|
import xe, { isValidElement as hs, version as gs, useContext as Be, createContext as zn, useRef as Ve, useLayoutEffect as ps, useEffect as ft, useState as ms, useMemo as ys } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { g as
|
|
5
|
-
import { a as da, r as Es } from "./index-
|
|
3
|
+
import { a as Wn, c as X, b as bs, _ as zt } from "./objectWithoutPropertiesLoose-BTau6TOn.js";
|
|
4
|
+
import { g as Ss } from "./_commonjsHelpers-C6fGbg64.js";
|
|
5
|
+
import { a as da, r as Es } from "./index-xh_JY2OQ.js";
|
|
6
6
|
var Mr = { exports: {} };
|
|
7
7
|
/*!
|
|
8
8
|
Copyright (c) 2018 Jed Watson.
|
|
@@ -43,7 +43,7 @@ function Cs() {
|
|
|
43
43
|
}(Mr)), Mr.exports;
|
|
44
44
|
}
|
|
45
45
|
var xs = Cs();
|
|
46
|
-
const bi = /* @__PURE__ */
|
|
46
|
+
const bi = /* @__PURE__ */ Ss(xs);
|
|
47
47
|
function G(r) {
|
|
48
48
|
"@babel/helpers - typeof";
|
|
49
49
|
return G = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -654,7 +654,7 @@ function Le(r, e) {
|
|
|
654
654
|
}
|
|
655
655
|
function Ge(r, e) {
|
|
656
656
|
if (r == null) return {};
|
|
657
|
-
var t, n, a =
|
|
657
|
+
var t, n, a = bs(r, e);
|
|
658
658
|
if (Object.getOwnPropertySymbols) {
|
|
659
659
|
var i = Object.getOwnPropertySymbols(r);
|
|
660
660
|
for (n = 0; n < i.length; n++) t = i[n], e.indexOf(t) === -1 && {}.propertyIsEnumerable.call(r, t) && (a[t] = r[t]);
|
|
@@ -3266,7 +3266,7 @@ function Du(r) {
|
|
|
3266
3266
|
genComponentStyleHook: l
|
|
3267
3267
|
};
|
|
3268
3268
|
}
|
|
3269
|
-
const Hu = "5.24.
|
|
3269
|
+
const Hu = "5.24.8";
|
|
3270
3270
|
function Wr(r) {
|
|
3271
3271
|
return r >= 0 && r <= 255;
|
|
3272
3272
|
}
|
|
@@ -5062,7 +5062,7 @@ const Sd = function(r) {
|
|
|
5062
5062
|
return !1;
|
|
5063
5063
|
}, Ed = (r) => {
|
|
5064
5064
|
const e = xe.useContext(mt);
|
|
5065
|
-
return xe.useMemo(() => r ? typeof r == "string" ? r ?? e : r
|
|
5065
|
+
return xe.useMemo(() => r ? typeof r == "string" ? r ?? e : typeof r == "function" ? r(e) : e : e, [r, e]);
|
|
5066
5066
|
}, zl = (r) => ({
|
|
5067
5067
|
animationDuration: r,
|
|
5068
5068
|
animationFillMode: "both"
|