@amateescu/portal-ui-components 0.0.29 → 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.
Files changed (45) hide show
  1. package/dist/Box-ZFRI9JCw.js +102 -0
  2. package/dist/Button-CNfTnafe.js +676 -0
  3. package/dist/ButtonBase-DWpUn0eT.js +965 -0
  4. package/dist/CircularProgress-D6RyizwS.js +247 -0
  5. package/dist/{EllipsisOutlined-DZsCEqiL.js → EllipsisOutlined-CzFuvGH_.js} +3 -3
  6. package/dist/{PurePanel-iUNZWTe_.js → PurePanel-CxlAi3G7.js} +3 -3
  7. package/dist/{Skeleton-CfEiGUkR.js → Skeleton-dypyF9G2.js} +2 -2
  8. package/dist/{UserInfoDropdown-CoZutJAR.js → UserInfoDropdown-DPyds49a.js} +763 -769
  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/CustomButton/CustomButton.stories.js +14 -28
  14. package/dist/components/CustomPagination/CustomPagination.js +464 -353
  15. package/dist/components/ErrorModal/ErrorModal.js +1 -1
  16. package/dist/components/ErrorModal/ErrorModal.stories.js +1 -1
  17. package/dist/components/InfoModal/InfoModal.js +1 -1
  18. package/dist/components/InfoModal/InfoModal.stories.js +1 -1
  19. package/dist/components/KpiCard/KpiCard.js +355 -351
  20. package/dist/components/LoadingAnimation/LoadingAnimation.js +6 -215
  21. package/dist/components/Login/Login.js +4598 -3690
  22. package/dist/components/Login/Login.stories.js +15693 -14785
  23. package/dist/components/SideMenu/SideMenu.js +1 -1
  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-Crxhk7DD.js → context-Bk4VnwMB.js} +7 -7
  29. package/dist/createSimplePaletteValueFilter-rq2_biPF.js +3443 -0
  30. package/dist/createSvgIcon-jB7EUYpq.js +248 -0
  31. package/dist/{index-BxiDYyNJ.js → index-DLbr86ak.js} +511 -513
  32. package/dist/{index-DpDv68WZ.js → index-xh_JY2OQ.js} +1 -1
  33. package/dist/main.js +1 -1
  34. package/dist/objectWithoutPropertiesLoose-BTau6TOn.js +33 -0
  35. package/dist/useSlot-CT4096EK.js +188 -0
  36. package/package.json +31 -31
  37. package/dist/Box-5HNe2k-0.js +0 -68
  38. package/dist/Button-BPyfMt4k.js +0 -355
  39. package/dist/ButtonBase-CJNjsL6d.js +0 -966
  40. package/dist/assertThisInitialized-BUtkG-md.js +0 -13
  41. package/dist/createSvgIcon-DAETaHdH.js +0 -131
  42. package/dist/createSvgIcon-KoZ8TVCY.js +0 -211
  43. package/dist/generateUtilityClasses-DRfbjUGr.js +0 -3427
  44. package/dist/index-DrCfXZ3h.js +0 -44
  45. package/dist/objectWithoutPropertiesLoose-DYizGgyG.js +0 -46
@@ -1,44 +0,0 @@
1
- import * as s from "react";
2
- import { P as i } from "./generateUtilityClasses-DRfbjUGr.js";
3
- import "react/jsx-runtime";
4
- function f(e) {
5
- const n = typeof e;
6
- switch (n) {
7
- case "number":
8
- return Number.isNaN(e) ? "NaN" : Number.isFinite(e) ? e !== Math.floor(e) ? "float" : "number" : "Infinity";
9
- case "object":
10
- return e === null ? "null" : e.constructor.name;
11
- default:
12
- return n;
13
- }
14
- }
15
- function a(e) {
16
- return typeof e == "number" && isFinite(e) && Math.floor(e) === e;
17
- }
18
- const d = Number.isInteger || a;
19
- function l(e, n, t, u) {
20
- const r = e[n];
21
- if (r == null || !d(r)) {
22
- const p = f(r);
23
- return new RangeError(`Invalid ${u} \`${n}\` of type \`${p}\` supplied to \`${t}\`, expected \`integer\`.`);
24
- }
25
- return null;
26
- }
27
- function c(e, n, ...t) {
28
- return e[n] === void 0 ? null : l(e, n, ...t);
29
- }
30
- function o() {
31
- return null;
32
- }
33
- c.isRequired = l;
34
- o.isRequired = o;
35
- const b = process.env.NODE_ENV === "production" ? o : c, y = /* @__PURE__ */ s.createContext();
36
- process.env.NODE_ENV !== "production" && (i.node, i.bool);
37
- const g = () => {
38
- const e = s.useContext(y);
39
- return e ?? !1;
40
- };
41
- export {
42
- b as i,
43
- g as u
44
- };
@@ -1,46 +0,0 @@
1
- function a(e) {
2
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
3
- }
4
- function s(e) {
5
- if (e.__esModule) return e;
6
- var n = e.default;
7
- if (typeof n == "function") {
8
- var r = function t() {
9
- return this instanceof t ? Reflect.construct(n, arguments, this.constructor) : n.apply(this, arguments);
10
- };
11
- r.prototype = n.prototype;
12
- } else r = {};
13
- return Object.defineProperty(r, "__esModule", { value: !0 }), Object.keys(e).forEach(function(t) {
14
- var o = Object.getOwnPropertyDescriptor(e, t);
15
- Object.defineProperty(r, t, o.get ? o : {
16
- enumerable: !0,
17
- get: function() {
18
- return e[t];
19
- }
20
- });
21
- }), r;
22
- }
23
- function u() {
24
- return u = Object.assign ? Object.assign.bind() : function(e) {
25
- for (var n = 1; n < arguments.length; n++) {
26
- var r = arguments[n];
27
- for (var t in r) ({}).hasOwnProperty.call(r, t) && (e[t] = r[t]);
28
- }
29
- return e;
30
- }, u.apply(null, arguments);
31
- }
32
- function i(e, n) {
33
- if (e == null) return {};
34
- var r = {};
35
- for (var t in e) if ({}.hasOwnProperty.call(e, t)) {
36
- if (n.indexOf(t) !== -1) continue;
37
- r[t] = e[t];
38
- }
39
- return r;
40
- }
41
- export {
42
- i as _,
43
- u as a,
44
- s as b,
45
- a as g
46
- };