@phillips/seldon 1.65.0 → 1.67.0

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 (63) hide show
  1. package/dist/_virtual/attributes-to-props.js +4 -0
  2. package/dist/_virtual/constants.js +4 -0
  3. package/dist/_virtual/dom-to-react.js +4 -0
  4. package/dist/_virtual/domparser.js +4 -0
  5. package/dist/_virtual/html-to-dom.js +4 -0
  6. package/dist/_virtual/index10.js +4 -0
  7. package/dist/_virtual/index11.js +4 -0
  8. package/dist/_virtual/index7.js +4 -0
  9. package/dist/_virtual/index8.js +4 -0
  10. package/dist/_virtual/index9.js +4 -0
  11. package/dist/_virtual/node.js +4 -0
  12. package/dist/_virtual/possibleStandardNamesOptimized.js +4 -0
  13. package/dist/_virtual/utilities.js +4 -0
  14. package/dist/_virtual/utilities2.js +4 -0
  15. package/dist/_virtual/utilities3.js +4 -0
  16. package/dist/components/HTMLParser/HTMLParser.d.ts +24 -0
  17. package/dist/components/HTMLParser/HTMLParser.js +21 -0
  18. package/dist/components/HTMLParser/index.d.ts +1 -0
  19. package/dist/components/HTMLParser/utils.d.ts +7 -0
  20. package/dist/components/HTMLParser/utils.js +31 -0
  21. package/dist/components/Search/Search.js +23 -22
  22. package/dist/components/Search/SearchResults/SearchResults.d.ts +2 -1
  23. package/dist/components/Search/SearchResults/SearchResults.js +26 -16
  24. package/dist/components/Text/Text.d.ts +1 -2
  25. package/dist/components/Text/Text.js +13 -23
  26. package/dist/components/TextSymbol/TextSymbol.d.ts +9 -0
  27. package/dist/components/TextSymbol/TextSymbol.js +11 -0
  28. package/dist/components/TextSymbol/index.d.ts +2 -0
  29. package/dist/components/TextSymbol/types.d.ts +4 -0
  30. package/dist/components/TextSymbol/types.js +4 -0
  31. package/dist/index.d.ts +1 -0
  32. package/dist/index.js +76 -72
  33. package/dist/node_modules/domelementtype/lib/index.js +12 -0
  34. package/dist/node_modules/domhandler/lib/index.js +84 -0
  35. package/dist/node_modules/domhandler/lib/node.js +356 -0
  36. package/dist/node_modules/dompurify/dist/purify.es.js +522 -0
  37. package/dist/node_modules/html-dom-parser/lib/client/constants.js +38 -0
  38. package/dist/node_modules/html-dom-parser/lib/client/domparser.js +56 -0
  39. package/dist/node_modules/html-dom-parser/lib/client/html-to-dom.js +20 -0
  40. package/dist/node_modules/html-dom-parser/lib/client/utilities.js +55 -0
  41. package/dist/node_modules/html-react-parser/esm/index.js +7 -0
  42. package/dist/node_modules/html-react-parser/lib/attributes-to-props.js +40 -0
  43. package/dist/node_modules/html-react-parser/lib/dom-to-react.js +60 -0
  44. package/dist/node_modules/html-react-parser/lib/index.js +42 -0
  45. package/dist/node_modules/html-react-parser/lib/utilities.js +58 -0
  46. package/dist/node_modules/inline-style-parser/index.js +86 -0
  47. package/dist/node_modules/react-property/lib/index.js +440 -0
  48. package/dist/node_modules/react-property/lib/possibleStandardNamesOptimized.js +493 -0
  49. package/dist/node_modules/style-to-js/cjs/index.js +19 -0
  50. package/dist/node_modules/style-to-js/cjs/utilities.js +16 -0
  51. package/dist/node_modules/style-to-object/cjs/index.js +21 -0
  52. package/dist/patterns/Subscribe/Subscribe.d.ts +1 -1
  53. package/dist/patterns/Subscribe/Subscribe.js +40 -38
  54. package/dist/scss/componentStyles.scss +1 -0
  55. package/dist/scss/components/Dropdown/_dropdown.scss +2 -1
  56. package/dist/scss/components/Input/_input.scss +3 -1
  57. package/dist/scss/components/Search/SearchResults/_searchResults.scss +4 -0
  58. package/dist/scss/components/Search/_search.scss +17 -2
  59. package/dist/scss/components/Search/_searchButton.scss +15 -5
  60. package/dist/scss/components/Text/_text.scss +0 -5
  61. package/dist/scss/components/TextSymbol/_textSymbol.scss +14 -0
  62. package/dist/scss/site-furniture/Header/_header.scss +1 -1
  63. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var s = {};
2
+ export {
3
+ s as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var o = {};
2
+ export {
3
+ o as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var o = {};
2
+ export {
3
+ o as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var e = {};
2
+ export {
3
+ e as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var a = {};
2
+ export {
3
+ a as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var t = {};
2
+ export {
3
+ t as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var t = {};
2
+ export {
3
+ t as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var t = {};
2
+ export {
3
+ t as __exports
4
+ };
@@ -0,0 +1,24 @@
1
+ export interface HTMLParserProps extends React.HTMLAttributes<HTMLDivElement> {
2
+ /**
3
+ * Rich Text content to be displayed
4
+ */
5
+ html: string;
6
+ /**
7
+ * Optional flag to only sanitize the content and bypass the transforms to our components
8
+ */
9
+ isOnlySanitize?: boolean;
10
+ /**
11
+ * Optional class name to add to the component
12
+ */
13
+ className?: string;
14
+ }
15
+ /**
16
+ * ## Overview
17
+ *
18
+ * A component for taking in rich text content from CMS and safely rendering the content in a consistent manner.
19
+ *
20
+ *
21
+ * [Storybook Link](https://phillips-seldon.netlify.app/?path=/docs/components-htmlparser--overview)
22
+ */
23
+ declare const HTMLParser: ({ className, html, isOnlySanitize, ...props }: HTMLParserProps) => import("react/jsx-runtime").JSX.Element;
24
+ export default HTMLParser;
@@ -0,0 +1,21 @@
1
+ import { jsx as o, Fragment as c } from "react/jsx-runtime";
2
+ import n from "../../node_modules/classnames/index.js";
3
+ import f from "../../node_modules/dompurify/dist/purify.es.js";
4
+ import p from "../../node_modules/html-react-parser/esm/index.js";
5
+ import { getCommonProps as d } from "../../utils/index.js";
6
+ import { options as g } from "./utils.js";
7
+ const M = ({ className: s, html: r, isOnlySanitize: i = !1, ...e }) => {
8
+ const { className: t, ...a } = d(e, "HTMLParser"), m = f.sanitize(r), l = p(m, g);
9
+ return /* @__PURE__ */ o(c, { children: typeof r == "string" && r.length > 0 ? i ? /* @__PURE__ */ o(
10
+ "div",
11
+ {
12
+ ...a,
13
+ className: n(`${t}`, s),
14
+ ...e,
15
+ dangerouslySetInnerHTML: { __html: m }
16
+ }
17
+ ) : /* @__PURE__ */ o("div", { ...a, className: n(`${t}`, s), ...e, children: l }) : null });
18
+ };
19
+ export {
20
+ M as default
21
+ };
@@ -0,0 +1 @@
1
+ export { default as HTMLParser, type HTMLParserProps } from './HTMLParser';
@@ -0,0 +1,7 @@
1
+ export declare const options: {
2
+ replace({ attribs, children, name }: {
3
+ attribs: Record<string, string>;
4
+ children: React.ReactNode;
5
+ name: string;
6
+ }): import("react/jsx-runtime").JSX.Element | undefined;
7
+ };
@@ -0,0 +1,31 @@
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import "../../node_modules/html-react-parser/esm/index.js";
3
+ import { TextVariants as e } from "../Text/types.js";
4
+ import n from "../Text/Text.js";
5
+ import { LinkVariants as p } from "../Link/types.js";
6
+ import d from "../Link/Link.js";
7
+ import "../../node_modules/html-react-parser/lib/index.js";
8
+ import { __exports as r } from "../../_virtual/index7.js";
9
+ const a = {
10
+ replace({ attribs: s, children: t, name: o }) {
11
+ if (o === "h1")
12
+ return /* @__PURE__ */ i(n, { variant: e.heading1, children: r.domToReact(t, a) });
13
+ if (o === "h2")
14
+ return /* @__PURE__ */ i(n, { variant: e.heading2, children: r.domToReact(t, a) });
15
+ if (o === "h3")
16
+ return /* @__PURE__ */ i(n, { variant: e.heading3, children: r.domToReact(t, a) });
17
+ if (o === "h4")
18
+ return /* @__PURE__ */ i(n, { variant: e.heading4, children: r.domToReact(t, a) });
19
+ if (o === "blockquote")
20
+ return /* @__PURE__ */ i(n, { variant: e.blockquote, children: r.domToReact(t, a) });
21
+ if (o === "p")
22
+ return /* @__PURE__ */ i(n, { variant: e.body1, children: r.domToReact(t, a) });
23
+ if (o === "a") {
24
+ const { class: f, ...c } = s, m = r.attributesToProps(c);
25
+ return /* @__PURE__ */ i(d, { variant: p.link, ...m, children: r.domToReact(t, a) });
26
+ }
27
+ }
28
+ };
29
+ export {
30
+ a as options
31
+ };
@@ -1,10 +1,10 @@
1
- import { jsx as a, jsxs as f } from "react/jsx-runtime";
1
+ import { jsx as a, jsxs as u } from "react/jsx-runtime";
2
2
  import i, { useEffect as y } from "react";
3
- import { getCommonProps as j, px as D, encodeURLSearchParams as g } from "../../utils/index.js";
4
- import p from "../../node_modules/classnames/index.js";
5
- import H from "../Input/Input.js";
6
- import O from "../Link/Link.js";
7
- import V from "./SearchResults/SearchResults.js";
3
+ import { getCommonProps as V, px as j, encodeURLSearchParams as g } from "../../utils/index.js";
4
+ import f from "../../node_modules/classnames/index.js";
5
+ import D from "../Input/Input.js";
6
+ import H from "../Link/Link.js";
7
+ import O from "./SearchResults/SearchResults.js";
8
8
  import { TextVariants as A } from "../Text/types.js";
9
9
  import F from "../Text/Text.js";
10
10
  import { useOnClickOutside as K } from "../../node_modules/usehooks-ts/dist/index.js";
@@ -12,11 +12,11 @@ import { HeaderContext as M } from "../../site-furniture/Header/Header.js";
12
12
  import { SearchButton as U } from "./SearchButton.js";
13
13
  import q from "../../node_modules/react-transition-group/esm/CSSTransition.js";
14
14
  const ne = ({
15
- onSearch: u,
15
+ onSearch: p,
16
16
  searchResults: C = [],
17
17
  state: c = "idle",
18
- defaultValue: E = "",
19
- className: I,
18
+ defaultValue: I = "",
19
+ className: E,
20
20
  placeholder: R = "",
21
21
  searchButtonText: l = "Search",
22
22
  loadingText: b = "Search In Progress...",
@@ -26,8 +26,8 @@ const ne = ({
26
26
  ...S
27
27
  }) => {
28
28
  var N;
29
- const { className: e, "data-testid": d, ...L } = j(S, "Search"), o = i.useContext(M), m = i.useRef(null), h = i.useRef(null), v = i.useRef(null), t = o.isSearchExpanded, n = (N = m.current) == null ? void 0 : N.value, T = u ? (r) => {
30
- u(r.target.value);
29
+ const { className: e, "data-testid": d, ...L } = V(S, "Search"), o = i.useContext(M), m = i.useRef(null), h = i.useRef(null), v = i.useRef(null), t = o.isSearchExpanded, n = (N = m.current) == null ? void 0 : N.value, T = p ? (r) => {
30
+ p(r.target.value);
31
31
  } : void 0;
32
32
  K(v, () => $(!1));
33
33
  const x = (r) => {
@@ -52,7 +52,7 @@ const ne = ({
52
52
  var s;
53
53
  o.setIsSearchExpanded(r), (s = h.current) == null || s.reset();
54
54
  };
55
- return /* @__PURE__ */ a("div", { className: `${e}__container`, children: /* @__PURE__ */ f(
55
+ return /* @__PURE__ */ a("div", { className: `${e}__container`, children: /* @__PURE__ */ u(
56
56
  "div",
57
57
  {
58
58
  onClick: () => o.setIsSearchExpanded(!0),
@@ -64,23 +64,23 @@ const ne = ({
64
64
  "div",
65
65
  {
66
66
  ...L,
67
- className: p(e, I, { [`${e}--active`]: t }),
67
+ className: f(e, E, { [`${e}--active`]: t }),
68
68
  "data-testid": d,
69
69
  role: "search",
70
70
  ...S,
71
- children: /* @__PURE__ */ f(
71
+ children: /* @__PURE__ */ u(
72
72
  "form",
73
73
  {
74
74
  "data-testid": `${d}-form`,
75
- className: p(`${e}__form`, {
75
+ className: f(`${e}__form`, {
76
76
  [`${e}__form--active`]: t
77
77
  }),
78
78
  ref: h,
79
79
  children: [
80
- /* @__PURE__ */ f(
80
+ /* @__PURE__ */ u(
81
81
  "div",
82
82
  {
83
- className: p(`${e}__content-wrapper`, {
83
+ className: f(`${e}__content-wrapper`, {
84
84
  [`${e}__content-wrapper--active`]: t
85
85
  }),
86
86
  role: "combobox",
@@ -90,11 +90,11 @@ const ne = ({
90
90
  q,
91
91
  {
92
92
  in: t,
93
- classNames: `${D}-input`,
93
+ classNames: `${j}-input`,
94
94
  addEndListener: () => {
95
95
  },
96
96
  children: /* @__PURE__ */ a(
97
- H,
97
+ D,
98
98
  {
99
99
  "aria-hidden": !t,
100
100
  className: `${e}__input`,
@@ -103,7 +103,7 @@ const ne = ({
103
103
  labelText: l,
104
104
  placeholder: t ? R : "",
105
105
  type: "text",
106
- defaultValue: E,
106
+ defaultValue: I,
107
107
  invalid: c === "invalid",
108
108
  invalidText: w,
109
109
  onKeyDown: x,
@@ -128,14 +128,15 @@ const ne = ({
128
128
  }
129
129
  ),
130
130
  n && n.length > 2 ? /* @__PURE__ */ a(
131
- V,
131
+ O,
132
132
  {
133
133
  autoCompleteResults: C,
134
134
  isLoading: c === "loading",
135
135
  loadingText: b,
136
136
  onKeyDown: x,
137
+ userInputValue: n,
137
138
  children: /* @__PURE__ */ a("li", { className: `${e}__result`, children: /* @__PURE__ */ a(
138
- O,
139
+ H,
139
140
  {
140
141
  href: ((r) => g(_(r)))(n),
141
142
  children: /* @__PURE__ */ a("p", { children: k(n) })
@@ -10,6 +10,7 @@ export interface SearchResultsProps extends React.HTMLAttributes<HTMLElement> {
10
10
  children?: React.ReactNode;
11
11
  loadingText?: string;
12
12
  onKeyDown?: (event: React.KeyboardEvent<HTMLAnchorElement>) => void;
13
+ userInputValue?: string;
13
14
  }
14
- declare const SearchResults: ({ autoCompleteResults, isLoading, children, loadingText, onKeyDown, }: React.PropsWithChildren<SearchResultsProps>) => import("react/jsx-runtime").JSX.Element;
15
+ declare const SearchResults: ({ autoCompleteResults, isLoading, children, loadingText, onKeyDown, userInputValue, }: React.PropsWithChildren<SearchResultsProps>) => import("react/jsx-runtime").JSX.Element;
15
16
  export default SearchResults;
@@ -1,21 +1,31 @@
1
- import { jsx as r, jsxs as h } from "react/jsx-runtime";
2
- import { px as s } from "../../../utils/index.js";
3
- import d from "../../Link/Link.js";
4
- import { LinkVariants as m } from "../../Link/types.js";
5
- const p = ({
6
- autoCompleteResults: a = [],
7
- isLoading: i,
8
- children: l,
9
- loadingText: n = "Loading...",
10
- onKeyDown: c
1
+ import { jsx as s, jsxs as d } from "react/jsx-runtime";
2
+ import { px as a } from "../../../utils/index.js";
3
+ import u from "../../Link/Link.js";
4
+ import { LinkVariants as p } from "../../Link/types.js";
5
+ import f from "../../HTMLParser/HTMLParser.js";
6
+ const b = ({
7
+ autoCompleteResults: e = [],
8
+ isLoading: l,
9
+ children: n,
10
+ loadingText: i = "Loading...",
11
+ onKeyDown: t,
12
+ userInputValue: c = ""
11
13
  }) => {
12
- const t = Array.isArray(a) && a.length > 0;
13
- return /* @__PURE__ */ r("div", { className: `${s}-search__results`, children: /* @__PURE__ */ h("ul", { "data-testid": "search-results", className: `${s}-search__results-container`, children: [
14
- i ? /* @__PURE__ */ r("li", { className: `${s}-search__result`, children: n }) : null,
15
- t && a.map((e) => /* @__PURE__ */ r("li", { className: `${s}-search__result`, children: /* @__PURE__ */ r(d, { href: e.url, onKeyDown: c, variant: m.snwFlyoutLink, children: e.label }) }, e.id)),
16
- l
14
+ const h = Array.isArray(e) && e.length > 0;
15
+ function o(r, m) {
16
+ return /* @__PURE__ */ s(
17
+ f,
18
+ {
19
+ html: `<span class='${a}-search__result__label'>${r.replace(new RegExp(m, "gi"), (_) => `<strong>${_}</strong>`)}</span>`
20
+ }
21
+ );
22
+ }
23
+ return /* @__PURE__ */ s("div", { className: `${a}-search__results`, children: /* @__PURE__ */ d("ul", { "data-testid": "search-results", className: `${a}-search__results-container`, children: [
24
+ l ? /* @__PURE__ */ s("li", { className: `${a}-search__result`, children: i }) : null,
25
+ h && e.map((r) => /* @__PURE__ */ s("li", { className: `${a}-search__result`, children: /* @__PURE__ */ s(u, { href: r.url, onKeyDown: t, variant: p.snwFlyoutLink, children: o(r.label, c) }) }, r.id)),
26
+ n
17
27
  ] }) });
18
28
  };
19
29
  export {
20
- p as default
30
+ b as default
21
31
  };
@@ -9,7 +9,6 @@ export interface TextProps extends React.HTMLAttributes<HTMLElement> {
9
9
  * The OOTB style to apply to the text
10
10
  */
11
11
  variant?: TextVariants;
12
- superScript?: string;
13
12
  }
14
13
  /**
15
14
  * ## Overview
@@ -20,5 +19,5 @@ export interface TextProps extends React.HTMLAttributes<HTMLElement> {
20
19
  *
21
20
  * [Storybook Link](https://phillips-seldon.netlify.app/?path=/docs/components-text--overview)
22
21
  */
23
- declare const Text: ({ children, className, element: CustomElement, variant, superScript, ...props }: TextProps) => import("react/jsx-runtime").JSX.Element;
22
+ declare const Text: ({ children, className, element: CustomElement, variant, ...props }: TextProps) => import("react/jsx-runtime").JSX.Element;
24
23
  export default Text;
@@ -1,30 +1,20 @@
1
- import { jsxs as i, jsx as p } from "react/jsx-runtime";
2
- import { getCommonProps as x } from "../../utils/index.js";
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import { getCommonProps as c } from "../../utils/index.js";
3
3
  import { TextVariants as f } from "./types.js";
4
- import { determineDefaultTextElement as d, determineTextClassName as N } from "./utils.js";
5
- import o from "../../node_modules/classnames/index.js";
6
- const j = ({
7
- children: r,
8
- className: a,
9
- element: n,
10
- variant: e = f.body2,
11
- superScript: m = "",
12
- ...s
13
- }) => {
14
- const l = n || d(e), { className: t, ...c } = x(s, "Text");
15
- return /* @__PURE__ */ i(
16
- l,
4
+ import { determineDefaultTextElement as i, determineTextClassName as p } from "./utils.js";
5
+ import x from "../../node_modules/classnames/index.js";
6
+ const b = ({ children: t, className: o, element: s, variant: e = f.body2, ...m }) => {
7
+ const r = s || i(e), { className: a, ...n } = c(m, "Text");
8
+ return /* @__PURE__ */ l(
9
+ r,
17
10
  {
18
- ...c,
19
- className: o(t, a, N(e)),
20
- ...s,
21
- children: [
22
- r,
23
- m ? /* @__PURE__ */ p("span", { className: o(`${t}--super-script`), children: m }) : null
24
- ]
11
+ ...n,
12
+ className: x(a, o, p(e)),
13
+ ...m,
14
+ children: t
25
15
  }
26
16
  );
27
17
  };
28
18
  export {
29
- j as default
19
+ b as default
30
20
  };
@@ -0,0 +1,9 @@
1
+ import { TextSymbolVariants } from './types';
2
+ export interface TextSymbolProps extends React.HTMLAttributes<HTMLElement> {
3
+ /**
4
+ * The varian of the text symbol which will determine the position and spacing
5
+ */
6
+ variant?: TextSymbolVariants;
7
+ }
8
+ declare const TextSymbol: ({ children, variant, className, ...props }: TextSymbolProps) => import("react/jsx-runtime").JSX.Element;
9
+ export default TextSymbol;
@@ -0,0 +1,11 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l from "../../node_modules/classnames/index.js";
3
+ import { getCommonProps as n } from "../../utils/index.js";
4
+ import { TextSymbolVariants as c } from "./types.js";
5
+ const x = ({ children: s, variant: t = c.lotNumber, className: a, ...m }) => {
6
+ const { className: o, ...r } = n(m, "TextSymbol");
7
+ return /* @__PURE__ */ e("span", { ...r, className: l(o, a, `${o}--${t}`), ...m, children: s });
8
+ };
9
+ export {
10
+ x as default
11
+ };
@@ -0,0 +1,2 @@
1
+ export { TextSymbolVariants } from './types';
2
+ export { default as TextSymbols, type TextSymbolProps } from './TextSymbol';
@@ -0,0 +1,4 @@
1
+ export declare enum TextSymbolVariants {
2
+ estimation = "estimation",
3
+ lotNumber = "lotNumber"
4
+ }
@@ -0,0 +1,4 @@
1
+ var e = /* @__PURE__ */ ((t) => (t.estimation = "estimation", t.lotNumber = "lotNumber", t))(e || {});
2
+ export {
3
+ e as TextSymbolVariants
4
+ };
package/dist/index.d.ts CHANGED
@@ -32,6 +32,7 @@ export { default as Drawer } from './components/Drawer/Drawer';
32
32
  export { default as Pagination, type PaginationProps } from './components/Pagination/Pagination';
33
33
  export { default as StatefulViewingsList, type StatefulViewingsListProps, } from './patterns/ViewingsList/StatefulViewingsList';
34
34
  export * from './components/Text';
35
+ export * from './components/TextSymbol';
35
36
  export * from './components/Accordion';
36
37
  export { default as UserManagement, type UserManagementProps } from './patterns/UserManagement/UserManagement';
37
38
  export { AuthState } from './patterns/UserManagement/types';