dq-cus-lib 1.0.10 → 1.0.11

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 (89) hide show
  1. package/dist/Card-Bfg8P2ba.mjs +70 -0
  2. package/dist/Card-DZoz07x1.js +1 -0
  3. package/dist/CardContent-C3iE4rdC.js +1 -0
  4. package/dist/CardContent-CX83Iz5u.mjs +73 -0
  5. package/dist/Container-CHiQwwon.mjs +3470 -0
  6. package/dist/Container-DRUrQLPe.js +34 -0
  7. package/dist/Paper-B1BWzC32.js +3 -0
  8. package/dist/Paper-px0ZrIl-.mjs +725 -0
  9. package/dist/Typography-DjYh_lcA.js +1 -0
  10. package/dist/Typography-dhPvE-yk.mjs +524 -0
  11. package/dist/button-BTe1MJmo.mjs +2052 -0
  12. package/dist/button-XEz-DvWZ.js +132 -0
  13. package/dist/components/common/loading.d.ts +2 -0
  14. package/dist/components/common/login-image.d.ts +6 -0
  15. package/dist/components/error.page/error.d.ts +2 -0
  16. package/dist/components/landing.page/constants.d.ts +5 -0
  17. package/dist/components/landing.page/features.d.ts +3 -0
  18. package/dist/components/landing.page/footer.d.ts +7 -0
  19. package/dist/components/landing.page/header.d.ts +7 -0
  20. package/dist/components/landing.page/hero.d.ts +7 -0
  21. package/dist/components/layout.page/api-calls.d.ts +2 -0
  22. package/dist/components/layout.page/constants.d.ts +9 -0
  23. package/dist/components/layout.page/footer.d.ts +2 -0
  24. package/dist/components/layout.page/header.d.ts +5 -0
  25. package/dist/components/signin.page/api-calls.d.ts +1 -0
  26. package/dist/components/signin.page/business-rules.d.ts +1 -0
  27. package/dist/components/signin.page/footer-links.d.ts +10 -0
  28. package/dist/components/signin.page/sign-in.d.ts +6 -0
  29. package/dist/components/user.page/card.d.ts +12 -0
  30. package/dist/components/user.page/constants.d.ts +16 -0
  31. package/dist/components/user.page/navigator-icon.d.ts +8 -0
  32. package/dist/components/user.page/navigator-link.d.ts +8 -0
  33. package/dist/constants-CYWfA_it.js +1 -0
  34. package/dist/constants-bixGJi69.mjs +10 -0
  35. package/dist/dashboard.page.d.ts +4 -0
  36. package/dist/dashboard.page.js +1 -0
  37. package/dist/dashboard.page.mjs +52 -0
  38. package/dist/dq-cus-lib.css +1 -0
  39. package/dist/error-B0u1MssC.mjs +17 -0
  40. package/dist/error-C-Fm8lre.js +1 -0
  41. package/dist/error.page.d.ts +4 -0
  42. package/dist/error.page.js +1 -0
  43. package/dist/error.page.mjs +10 -0
  44. package/dist/favicon.ico +0 -0
  45. package/dist/header-BLuHRYED.js +1 -0
  46. package/dist/header-DZeF4MvE.mjs +353 -0
  47. package/dist/index-CCRuOAqd.js +292 -0
  48. package/dist/index-gUmyoYAp.mjs +477 -0
  49. package/dist/index.d.ts +1 -1
  50. package/dist/index.js +1 -713
  51. package/dist/index.mjs +16 -0
  52. package/dist/jsx-runtime-nZSsnGb7.js +6 -0
  53. package/dist/jsx-runtime-tc70JA_2.mjs +264 -0
  54. package/dist/landing.page.d.ts +4 -0
  55. package/dist/landing.page.js +3 -0
  56. package/dist/landing.page.mjs +181 -0
  57. package/dist/layout.page.d.ts +4 -0
  58. package/dist/layout.page.js +1 -0
  59. package/dist/layout.page.mjs +24 -0
  60. package/dist/library/index.d.ts +6 -0
  61. package/dist/link-button-BkYJm52P.mjs +52 -0
  62. package/dist/link-button-yZmEF1A6.js +19 -0
  63. package/dist/logout-error.page.d.ts +4 -0
  64. package/dist/logout-error.page.js +1 -0
  65. package/dist/logout-error.page.mjs +31 -0
  66. package/dist/manifest.json +15 -0
  67. package/dist/pages/dashboard.page.d.ts +2 -0
  68. package/dist/pages/error.page.d.ts +2 -5
  69. package/dist/pages/landing.page.d.ts +2 -4
  70. package/dist/pages/layout.page.d.ts +1 -2
  71. package/dist/pages/logout-error.page.d.ts +1 -3
  72. package/dist/pages/signin.page.d.ts +1 -3
  73. package/dist/pages/wrappers/auth.wrapper.d.ts +8 -0
  74. package/dist/pages/wrappers/common-page.wrapper.d.ts +2 -0
  75. package/dist/pages/wrappers/link.navigator.d.ts +8 -0
  76. package/dist/pages/wrappers/non-auth.wrapper.d.ts +6 -0
  77. package/dist/resources/constants.d.ts +7 -0
  78. package/dist/resources/images.d.ts +6 -0
  79. package/dist/resources/routes.d.ts +9 -0
  80. package/dist/resources/status.d.ts +4 -0
  81. package/dist/signin.page.d.ts +4 -0
  82. package/dist/signin.page.js +17 -0
  83. package/dist/signin.page.mjs +9761 -0
  84. package/package.json +6 -33
  85. package/dist/pages/error.page.js +0 -67
  86. package/dist/pages/landing.page.js +0 -202
  87. package/dist/pages/layout.page.js +0 -21
  88. package/dist/pages/logout-error.page.js +0 -784
  89. package/dist/pages/signin.page.js +0 -941
@@ -0,0 +1,70 @@
1
+ import * as d from "react";
2
+ import { g as u, u as p, c as f, s as m, P as s } from "./Container-CHiQwwon.mjs";
3
+ import { b as C, c as y, P as b, e as g } from "./Paper-px0ZrIl-.mjs";
4
+ import { j as h } from "./jsx-runtime-tc70JA_2.mjs";
5
+ function j(e) {
6
+ return u("MuiCard", e);
7
+ }
8
+ C("MuiCard", ["root"]);
9
+ const v = (e) => {
10
+ const {
11
+ classes: o
12
+ } = e;
13
+ return y({
14
+ root: ["root"]
15
+ }, j, o);
16
+ }, w = m(b, {
17
+ name: "MuiCard",
18
+ slot: "Root"
19
+ })({
20
+ overflow: "hidden"
21
+ }), x = /* @__PURE__ */ d.forwardRef(function(o, t) {
22
+ const r = p({
23
+ props: o,
24
+ name: "MuiCard"
25
+ }), {
26
+ className: i,
27
+ raised: a = !1,
28
+ ...c
29
+ } = r, n = {
30
+ ...r,
31
+ raised: a
32
+ }, l = v(n);
33
+ return /* @__PURE__ */ h.jsx(w, {
34
+ className: f(l.root, i),
35
+ elevation: a ? 8 : void 0,
36
+ ref: t,
37
+ ownerState: n,
38
+ ...c
39
+ });
40
+ });
41
+ process.env.NODE_ENV !== "production" && (x.propTypes = {
42
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
43
+ // │ These PropTypes are generated from the TypeScript type definitions. │
44
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
45
+ // └─────────────────────────────────────────────────────────────────────┘
46
+ /**
47
+ * The content of the component.
48
+ */
49
+ children: s.node,
50
+ /**
51
+ * Override or extend the styles applied to the component.
52
+ */
53
+ classes: s.object,
54
+ /**
55
+ * @ignore
56
+ */
57
+ className: s.string,
58
+ /**
59
+ * If `true`, the card will use raised styling.
60
+ * @default false
61
+ */
62
+ raised: g(s.bool, (e) => e.raised && e.variant === "outlined" ? new Error('MUI: Combining `raised={true}` with `variant="outlined"` has no effect.') : null),
63
+ /**
64
+ * The system prop that allows defining system overrides as well as additional CSS styles.
65
+ */
66
+ sx: s.oneOfType([s.arrayOf(s.oneOfType([s.func, s.object, s.bool])), s.func, s.object])
67
+ });
68
+ export {
69
+ x as C
70
+ };
@@ -0,0 +1 @@
1
+ "use strict";const d=require("react"),e=require("./Container-DRUrQLPe.js"),n=require("./Paper-B1BWzC32.js"),f=require("./jsx-runtime-nZSsnGb7.js");function y(r){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const t in r)if(t!=="default"){const s=Object.getOwnPropertyDescriptor(r,t);Object.defineProperty(o,t,s.get?s:{enumerable:!0,get:()=>r[t]})}}return o.default=r,Object.freeze(o)}const P=y(d);function T(r){return e.generateUtilityClass("MuiCard",r)}n.generateUtilityClasses("MuiCard",["root"]);const C=r=>{const{classes:o}=r,t={root:["root"]};return n.composeClasses(t,T,o)},m=e.styled(n.Paper,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),c=P.forwardRef(function(o,t){const s=e.useDefaultProps({props:o,name:"MuiCard"}),{className:p,raised:a=!1,...l}=s,i={...s,raised:a},u=C(i);return f.jsxRuntimeExports.jsx(m,{className:e.clsx(u.root,p),elevation:a?8:void 0,ref:t,ownerState:i,...l})});process.env.NODE_ENV!=="production"&&(c.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,raised:n.chainPropTypes(e.PropTypes.bool,r=>r.raised&&r.variant==="outlined"?new Error('MUI: Combining `raised={true}` with `variant="outlined"` has no effect.'):null),sx:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object,e.PropTypes.bool])),e.PropTypes.func,e.PropTypes.object])});exports.Card=c;
@@ -0,0 +1 @@
1
+ "use strict";const d=require("react"),e=require("./Container-DRUrQLPe.js"),c=require("./Paper-B1BWzC32.js"),y=require("./jsx-runtime-nZSsnGb7.js");function C(t){const s=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const n=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(s,o,n.get?n:{enumerable:!0,get:()=>t[o]})}}return s.default=t,Object.freeze(s)}const f=C(d);function T(t){return e.generateUtilityClass("MuiCardContent",t)}c.generateUtilityClasses("MuiCardContent",["root"]);const m=t=>{const{classes:s}=t,o={root:["root"]};return c.composeClasses(o,T,s)},P=e.styled("div",{name:"MuiCardContent",slot:"Root"})({padding:16,"&:last-child":{paddingBottom:24}}),p=f.forwardRef(function(s,o){const n=e.useDefaultProps({props:s,name:"MuiCardContent"}),{className:i,component:r="div",...l}=n,a={...n,component:r},u=m(a);return y.jsxRuntimeExports.jsx(P,{as:r,className:e.clsx(u.root,i),ownerState:a,ref:o,...l})});process.env.NODE_ENV!=="production"&&(p.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,component:e.PropTypes.elementType,sx:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object,e.PropTypes.bool])),e.PropTypes.func,e.PropTypes.object])});exports.CardContent=p;
@@ -0,0 +1,73 @@
1
+ import * as p from "react";
2
+ import { g as C, u as d, c as m, s as u, P as t } from "./Container-CHiQwwon.mjs";
3
+ import { b as f, c as y } from "./Paper-px0ZrIl-.mjs";
4
+ import { j as g } from "./jsx-runtime-tc70JA_2.mjs";
5
+ function j(o) {
6
+ return C("MuiCardContent", o);
7
+ }
8
+ f("MuiCardContent", ["root"]);
9
+ const x = (o) => {
10
+ const {
11
+ classes: s
12
+ } = o;
13
+ return y({
14
+ root: ["root"]
15
+ }, j, s);
16
+ }, b = u("div", {
17
+ name: "MuiCardContent",
18
+ slot: "Root"
19
+ })({
20
+ padding: 16,
21
+ "&:last-child": {
22
+ paddingBottom: 24
23
+ }
24
+ }), N = /* @__PURE__ */ p.forwardRef(function(s, e) {
25
+ const n = d({
26
+ props: s,
27
+ name: "MuiCardContent"
28
+ }), {
29
+ className: c,
30
+ component: a = "div",
31
+ ...i
32
+ } = n, r = {
33
+ ...n,
34
+ component: a
35
+ }, l = x(r);
36
+ return /* @__PURE__ */ g.jsx(b, {
37
+ as: a,
38
+ className: m(l.root, c),
39
+ ownerState: r,
40
+ ref: e,
41
+ ...i
42
+ });
43
+ });
44
+ process.env.NODE_ENV !== "production" && (N.propTypes = {
45
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
46
+ // │ These PropTypes are generated from the TypeScript type definitions. │
47
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
48
+ // └─────────────────────────────────────────────────────────────────────┘
49
+ /**
50
+ * The content of the component.
51
+ */
52
+ children: t.node,
53
+ /**
54
+ * Override or extend the styles applied to the component.
55
+ */
56
+ classes: t.object,
57
+ /**
58
+ * @ignore
59
+ */
60
+ className: t.string,
61
+ /**
62
+ * The component used for the root node.
63
+ * Either a string to use a HTML element or a component.
64
+ */
65
+ component: t.elementType,
66
+ /**
67
+ * The system prop that allows defining system overrides as well as additional CSS styles.
68
+ */
69
+ sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object])
70
+ });
71
+ export {
72
+ N as C
73
+ };