@amateescu/portal-ui-components 0.0.34 → 0.0.35-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-D-aleOLf.js → Box-C-zPAMZN.js} +1 -1
- package/dist/{Button-xgiLW4_3.js → Button-DG4uye8X.js} +3 -3
- package/dist/{ButtonBase-DUKuDCWw.js → ButtonBase-DrxMtoTW.js} +1 -1
- package/dist/{CircularProgress-Dq_bUtxt.js → CircularProgress-DpvktFBW.js} +1 -1
- package/dist/{EllipsisOutlined-CmR4hXJ_.js → EllipsisOutlined-DfCu6q_b.js} +816 -816
- package/dist/{PurePanel-CykVuv66.js → PurePanel-DvQTygSo.js} +487 -491
- package/dist/{Skeleton-BBwDqRB3.js → Skeleton-Bh0A9xju.js} +15 -18
- package/dist/{UserInfoDropdown-Bf6STdbW.js → UserInfoDropdown-CWTcdnqL.js} +1186 -1221
- 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.js +1 -1
- package/dist/components/CustomPagination/CustomPagination.js +4 -4
- 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 +715 -682
- package/dist/components/LoadingAnimation/LoadingAnimation.js +2 -2
- package/dist/components/Login/Login.js +775 -760
- package/dist/components/Login/Login.stories.js +4 -1
- 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-dCWAMvX5.js +7320 -0
- package/dist/createSimplePaletteValueFilter-CwLqlaaZ.js +3457 -0
- package/dist/{createSvgIcon-CgFXfzFk.js → createSvgIcon-DNSRtm3a.js} +1 -1
- package/dist/index-B00P9-H3.js +1681 -0
- package/dist/main.js +1 -1
- package/dist/{useSlot-Baxtq84W.js → useSlot-B4sbbhYz.js} +2 -2
- package/package.json +28 -28
- package/dist/context-4ttylmIf.js +0 -7356
- package/dist/createSimplePaletteValueFilter-evt-Xthj.js +0 -3444
- package/dist/index-Dz00OoV7.js +0 -1687
package/dist/main.js
CHANGED
|
@@ -11,7 +11,7 @@ import { LoadingAnimation as M } from "./components/LoadingAnimation/LoadingAnim
|
|
|
11
11
|
import { Login as U } from "./components/Login/Login.js";
|
|
12
12
|
import { SideMenu as y } from "./components/SideMenu/SideMenu.js";
|
|
13
13
|
import { TotalDataGrid as D } from "./components/TotalDataGrid/TotalDataGrid.js";
|
|
14
|
-
import { U as K } from "./UserInfoDropdown-
|
|
14
|
+
import { U as K } from "./UserInfoDropdown-CWTcdnqL.js";
|
|
15
15
|
import { chunkArray as k } from "./portal-utils/chunkArray.js";
|
|
16
16
|
import { cn as w } from "./portal-utils/cn.js";
|
|
17
17
|
import { currency as E, date as F, datetime as G, decimal as S, fuelUnitPrice as T, fuelVolume as V, hours as W, number as j, time as q } from "./portal-utils/formatters.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i from "react";
|
|
2
|
-
import { P as E, c as v } from "./createSimplePaletteValueFilter-
|
|
2
|
+
import { P as E, c as v } from "./createSimplePaletteValueFilter-CwLqlaaZ.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
|
-
import { u as I } from "./ButtonBase-
|
|
4
|
+
import { u as I } from "./ButtonBase-DrxMtoTW.js";
|
|
5
5
|
const k = /* @__PURE__ */ i.createContext();
|
|
6
6
|
process.env.NODE_ENV !== "production" && (E.node, E.bool);
|
|
7
7
|
const _ = () => i.useContext(k) ?? !1;
|
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.
|
|
5
|
+
"version": "0.0.35-beta0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
@@ -34,44 +34,44 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@chromatic-com/storybook": "^3.2.6",
|
|
36
36
|
"@emotion/react": "^11.14.0",
|
|
37
|
-
"@emotion/styled": "^11.14.
|
|
38
|
-
"@eslint/js": "^9.
|
|
39
|
-
"@mui/icons-material": "^7.
|
|
40
|
-
"@mui/material": "^7.
|
|
37
|
+
"@emotion/styled": "^11.14.1",
|
|
38
|
+
"@eslint/js": "^9.30.1",
|
|
39
|
+
"@mui/icons-material": "^7.2.0",
|
|
40
|
+
"@mui/material": "^7.2.0",
|
|
41
41
|
"@mui/x-data-grid": "^7.29.2",
|
|
42
|
-
"@storybook/addon-essentials": "^8.6.
|
|
43
|
-
"@storybook/addon-interactions": "^8.6.
|
|
44
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
45
|
-
"@storybook/blocks": "^8.6.
|
|
46
|
-
"@storybook/react": "^8.6.
|
|
47
|
-
"@storybook/react-vite": "^8.6.
|
|
48
|
-
"@storybook/test": "^8.6.
|
|
42
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
43
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
44
|
+
"@storybook/addon-onboarding": "^8.6.14",
|
|
45
|
+
"@storybook/blocks": "^8.6.14",
|
|
46
|
+
"@storybook/react": "^8.6.14",
|
|
47
|
+
"@storybook/react-vite": "^8.6.14",
|
|
48
|
+
"@storybook/test": "^8.6.14",
|
|
49
49
|
"@types/postcss-import": "^14.0.3",
|
|
50
|
-
"@types/react": "^19.1.
|
|
51
|
-
"@types/react-dom": "^19.1.
|
|
52
|
-
"@vitejs/plugin-react": "^4.
|
|
53
|
-
"antd": "^5.
|
|
50
|
+
"@types/react": "^19.1.8",
|
|
51
|
+
"@types/react-dom": "^19.1.6",
|
|
52
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
53
|
+
"antd": "^5.26.3",
|
|
54
54
|
"date-fns": "^4.1.0",
|
|
55
|
-
"eslint": "^9.
|
|
55
|
+
"eslint": "^9.30.1",
|
|
56
56
|
"eslint-plugin-react": "^7.37.5",
|
|
57
57
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
58
58
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
59
59
|
"eslint-plugin-storybook": "^0.12.0",
|
|
60
|
-
"glob": "^11.0.
|
|
61
|
-
"globals": "^16.
|
|
62
|
-
"i18next": "^25.
|
|
63
|
-
"postcss": "^8.5.
|
|
64
|
-
"postcss-import": "^16.1.
|
|
65
|
-
"postcss-preset-env": "^10.
|
|
60
|
+
"glob": "^11.0.3",
|
|
61
|
+
"globals": "^16.3.0",
|
|
62
|
+
"i18next": "^25.3.0",
|
|
63
|
+
"postcss": "^8.5.6",
|
|
64
|
+
"postcss-import": "^16.1.1",
|
|
65
|
+
"postcss-preset-env": "^10.2.4",
|
|
66
66
|
"react": "^19.1.0",
|
|
67
67
|
"react-dom": "^19.1.0",
|
|
68
|
-
"react-i18next": "^15.
|
|
68
|
+
"react-i18next": "^15.6.0",
|
|
69
69
|
"rimraf": "6.0.1",
|
|
70
|
-
"sass-embedded": "^1.
|
|
71
|
-
"storybook": "^8.6.
|
|
70
|
+
"sass-embedded": "^1.89.2",
|
|
71
|
+
"storybook": "^8.6.14",
|
|
72
72
|
"typescript": "^5.8.3",
|
|
73
|
-
"vite": "^6.3.
|
|
74
|
-
"vite-plugin-dts": "^4.5.
|
|
73
|
+
"vite": "^6.3.5",
|
|
74
|
+
"vite-plugin-dts": "^4.5.4",
|
|
75
75
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
76
76
|
"vite-plugin-svgr": "^4.3.0"
|
|
77
77
|
},
|