@amateescu/portal-ui-components 0.0.25 → 0.0.26-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/{Box-CmKt1PwF.js → Box-C1OwXVV-.js} +4 -4
- package/dist/{Button-BT8r3F_d.js → Button-CIvE-fcO.js} +21 -21
- package/dist/{ButtonBase-By486Sca.js → ButtonBase-BeQnmGXr.js} +3 -3
- package/dist/EllipsisOutlined-DZsCEqiL.js +2467 -0
- package/dist/PurePanel-iUNZWTe_.js +2213 -0
- package/dist/{Skeleton-XFbjx7LJ.js → Skeleton-CfEiGUkR.js} +161 -158
- package/dist/{UserInfoDropdown-DGaplQo6.js → UserInfoDropdown-CoZutJAR.js} +1564 -1529
- 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 +141 -141
- 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 +5 -5
- package/dist/components/Login/Login.js +527 -514
- package/dist/components/Login/Login.stories.js +1587 -1547
- package/dist/components/SideMenu/SideMenu.js +1 -1
- 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 +7384 -0
- package/dist/{createSvgIcon-B8ya7kb4.js → createSvgIcon-Db107M0j.js} +5 -5
- package/dist/generateUtilityClasses-DY-qyzNG.js +3427 -0
- package/dist/index-BxiDYyNJ.js +1689 -0
- package/dist/{index-1vDmwq0E.js → index-DpDv68WZ.js} +7075 -7011
- package/dist/main.js +1 -1
- package/dist/objectWithoutPropertiesLoose-DYizGgyG.js +46 -0
- package/dist/portal-utils/formatters.js +68 -0
- package/dist/types/Column.d.ts +2 -0
- package/package.json +34 -32
- package/dist/EllipsisOutlined-CtmB5yDB.js +0 -2470
- package/dist/PurePanel-CfZ1n-M8.js +0 -4782
- package/dist/generateUtilityClasses-Bhjgm_6-.js +0 -3270
- package/dist/index-DsP9yT3s.js +0 -1551
- package/dist/objectWithoutPropertiesLoose-CIT-1_kH.js +0 -227
- package/dist/useId-DbfH3PlN.js +0 -5397
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { B as T } from "../../Box-
|
|
3
|
-
import { _ as j, a as n } from "../../objectWithoutPropertiesLoose-
|
|
2
|
+
import { B as T } from "../../Box-C1OwXVV-.js";
|
|
3
|
+
import { _ as j, a as n } from "../../objectWithoutPropertiesLoose-DYizGgyG.js";
|
|
4
4
|
import * as I from "react";
|
|
5
|
-
import { g as U, a as z, u as E,
|
|
5
|
+
import { g as U, a as z, u as E, s as y, c as B, b as d, d as F, P as e, e as K } from "../../generateUtilityClasses-DY-qyzNG.js";
|
|
6
6
|
import { css as w, keyframes as _ } from "@emotion/react";
|
|
7
7
|
function L(r) {
|
|
8
8
|
return U("MuiCircularProgress", r);
|
|
@@ -44,7 +44,7 @@ const o = 44, W = _(P || (P = m`
|
|
|
44
44
|
svg: ["svg"],
|
|
45
45
|
circle: ["circle", `circle${d(t)}`, u && "circleDisableShrink"]
|
|
46
46
|
};
|
|
47
|
-
return
|
|
47
|
+
return F(f, L, s);
|
|
48
48
|
}, H = y("span", {
|
|
49
49
|
name: "MuiCircularProgress",
|
|
50
50
|
slot: "Root",
|
|
@@ -125,7 +125,7 @@ const o = 44, W = _(P || (P = m`
|
|
|
125
125
|
g.strokeDasharray = C.toFixed(3), x["aria-valuenow"] = Math.round(h), g.strokeDashoffset = `${((100 - h) / 100 * C).toFixed(3)}px`, b.transform = "rotate(-90deg)";
|
|
126
126
|
}
|
|
127
127
|
return /* @__PURE__ */ i(H, n({
|
|
128
|
-
className:
|
|
128
|
+
className: B(v.root, u),
|
|
129
129
|
style: n({
|
|
130
130
|
width: p,
|
|
131
131
|
height: p
|