@flarehr/superhero-basic-profile 0.1.2214 → 0.1.2217

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 (76) hide show
  1. package/dist/App.jsx +4 -0
  2. package/dist/Basic.Profile.Domain/AnalyticsEvent.jsx +102 -0
  3. package/dist/Basic.Profile.Domain/Audit.jsx +149 -0
  4. package/dist/Basic.Profile.Domain/Commands.jsx +68 -0
  5. package/dist/Basic.Profile.Domain/CommonTypes.jsx +194 -0
  6. package/dist/Basic.Profile.Domain/Config/Api/Admin/Read.jsx +58 -0
  7. package/dist/Basic.Profile.Domain/Config/Api/Admin/Write.jsx +23 -0
  8. package/dist/Basic.Profile.Domain/Config/Api/FlareAdminShell/Read.jsx +35 -0
  9. package/dist/Basic.Profile.Domain/Config/Commands.jsx +72 -0
  10. package/dist/Basic.Profile.Domain/Config/ConfigCommandHandler.jsx +197 -0
  11. package/dist/Basic.Profile.Domain/Config/Dto.jsx +181 -0
  12. package/dist/Basic.Profile.Domain/Config/Types.jsx +152 -0
  13. package/dist/Basic.Profile.Domain/DateTimeProvider.jsx +23 -0
  14. package/dist/Basic.Profile.Domain/DomainAggregates.jsx +801 -0
  15. package/dist/Basic.Profile.Domain/DomainPrimitives.jsx +426 -0
  16. package/dist/Basic.Profile.Domain/Dto/Aggregates.jsx +564 -0
  17. package/dist/Basic.Profile.Domain/Dto/AnalyticsEvent.jsx +157 -0
  18. package/dist/Basic.Profile.Domain/Dto/Api/Backend/Common.jsx +102 -0
  19. package/dist/Basic.Profile.Domain/Dto/Api/Backend/Read.jsx +85 -0
  20. package/dist/Basic.Profile.Domain/Dto/Api/Backend/Write.jsx +16 -0
  21. package/dist/Basic.Profile.Domain/Dto/Api/Common.jsx +427 -0
  22. package/dist/Basic.Profile.Domain/Dto/Api/External/Read.jsx +118 -0
  23. package/dist/Basic.Profile.Domain/Dto/Api/External/ReadV2.jsx +6 -0
  24. package/dist/Basic.Profile.Domain/Dto/Api/External/Write.jsx +184 -0
  25. package/dist/Basic.Profile.Domain/Dto/Api/External/WriteV2.jsx +439 -0
  26. package/dist/Basic.Profile.Domain/Dto/Api/FlareAdminShell/Read.jsx +38 -0
  27. package/dist/Basic.Profile.Domain/Dto/Api/FlareAdminShell/Write.jsx +199 -0
  28. package/dist/Basic.Profile.Domain/Dto/Api/Internal/Read.jsx +125 -0
  29. package/dist/Basic.Profile.Domain/Dto/Audit.jsx +121 -0
  30. package/dist/Basic.Profile.Domain/Dto/Commands.jsx +256 -0
  31. package/dist/Basic.Profile.Domain/Dto/Common.jsx +84 -0
  32. package/dist/Basic.Profile.Domain/Dto/Events.jsx +220 -0
  33. package/dist/Basic.Profile.Domain/Dto/Primitives.jsx +580 -0
  34. package/dist/Basic.Profile.Domain/Dto/ProfileCreationModels.jsx +324 -0
  35. package/dist/Basic.Profile.Domain/Dto/Validation.jsx +229 -0
  36. package/dist/Basic.Profile.Domain/Events.jsx +64 -0
  37. package/dist/Basic.Profile.Domain/Import/Api/InternalApi/Read.jsx +140 -0
  38. package/dist/Basic.Profile.Domain/Import/Api/InternalApi/Validation.jsx +499 -0
  39. package/dist/Basic.Profile.Domain/Import/Api/InternalApi/Write.jsx +51 -0
  40. package/dist/Basic.Profile.Domain/Import/Api/Read.jsx +154 -0
  41. package/dist/Basic.Profile.Domain/Import/CommonTypes.jsx +187 -0
  42. package/dist/Basic.Profile.Domain/Import/Dto.jsx +475 -0
  43. package/dist/Basic.Profile.Domain/Import/ImportCommandHandler.jsx +531 -0
  44. package/dist/Basic.Profile.Domain/Import/Types.jsx +405 -0
  45. package/dist/Basic.Profile.Domain/JwtPayload.jsx +44 -0
  46. package/dist/Basic.Profile.Domain/Metadata.jsx +257 -0
  47. package/dist/Basic.Profile.Domain/ProfileCommandHandler.jsx +261 -0
  48. package/dist/Basic.Profile.Domain/ProfileModels.jsx +59 -0
  49. package/dist/Basic.Profile.Domain/Utils.jsx +372 -0
  50. package/dist/Common/PreactCustomElement.jsx +8 -0
  51. package/dist/Common/Resources.jsx +20 -0
  52. package/dist/Common/Tailwind.jsx +8 -0
  53. package/dist/Common/Utils.jsx +18 -0
  54. package/dist/Directory/App.jsx +192 -0
  55. package/dist/Directory/BackendServices/Common.jsx +115 -0
  56. package/dist/Directory/BackendServices/ConfigService.jsx +168 -0
  57. package/dist/Directory/BackendServices/ImportService.jsx +137 -0
  58. package/dist/Directory/Common.jsx +93 -0
  59. package/dist/Directory/Config/Components.jsx +173 -0
  60. package/dist/Directory/Config/Types.jsx +187 -0
  61. package/dist/Directory/PastImports/PastImports.jsx +81 -0
  62. package/dist/Directory/ProfileImport/ProfileImport.jsx +284 -0
  63. package/dist/Directory/ProfileImport/Types.jsx +91 -0
  64. package/dist/Directory/TabNav.jsx +24 -0
  65. package/dist/Directory/Types.jsx +101 -0
  66. package/dist/Directory/User.jsx +117 -0
  67. package/dist/HeadlessUI/Dialog.jsx +66 -0
  68. package/dist/HeadlessUI/ModalDialog.jsx +74 -0
  69. package/dist/HeadlessUI/Switch.jsx +66 -0
  70. package/dist/HeadlessUI/Transition.jsx +66 -0
  71. package/package.json +1 -1
  72. package/dist/assets/delete.dcc7b157.svg +0 -5
  73. package/dist/assets/dialog-warning.cc77f3ba.svg +0 -5
  74. package/dist/assets/pencil.05fe6be6.svg +0 -5
  75. package/dist/index.html +0 -20
  76. package/dist/superhero-basic-profile.js +0 -50
@@ -0,0 +1,66 @@
1
+ import { Union } from "../fable_modules/fable-library-js.4.20.0/Types.js";
2
+ import { union_type, class_type, lambda_type, unit_type, bool_type, obj_type, string_type } from "../fable_modules/fable-library-js.4.20.0/Reflection.js";
3
+ import { keyValueList } from "../fable_modules/fable-library-js.4.20.0/MapUtil.js";
4
+ import * as react from "react";
5
+ import { Dialog } from "@headlessui/react";
6
+
7
+ export class Props extends Union {
8
+ constructor(tag, fields) {
9
+ super();
10
+ this.tag = tag;
11
+ this.fields = fields;
12
+ }
13
+ cases() {
14
+ return ["As", "Key", "ClassName", "Open", "OnClose", "Children"];
15
+ }
16
+ }
17
+
18
+ export function Props_$reflection() {
19
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Dialog.Props", [], Props, () => [[["Item", string_type]], [["Item", string_type]], [["Item", obj_type]], [["Item", bool_type]], [["Item", lambda_type(unit_type, unit_type)]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
20
+ }
21
+
22
+ export function Component(props) {
23
+ const props_1 = keyValueList(props, 1);
24
+ return react.createElement(Dialog, props_1);
25
+ }
26
+
27
+ export class Panel_Props extends Union {
28
+ constructor(tag, fields) {
29
+ super();
30
+ this.tag = tag;
31
+ this.fields = fields;
32
+ }
33
+ cases() {
34
+ return ["Key", "ClassName", "Children"];
35
+ }
36
+ }
37
+
38
+ export function Panel_Props_$reflection() {
39
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Dialog.Panel.Props", [], Panel_Props, () => [[["Item", string_type]], [["Item", obj_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
40
+ }
41
+
42
+ export function Panel_Component(props) {
43
+ const props_1 = keyValueList(props, 1);
44
+ return react.createElement(Dialog.Panel, props_1);
45
+ }
46
+
47
+ export class Title_Props extends Union {
48
+ constructor(tag, fields) {
49
+ super();
50
+ this.tag = tag;
51
+ this.fields = fields;
52
+ }
53
+ cases() {
54
+ return ["As", "Key", "ClassName", "Children"];
55
+ }
56
+ }
57
+
58
+ export function Title_Props_$reflection() {
59
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Dialog.Title.Props", [], Title_Props, () => [[["Item", string_type]], [["Item", string_type]], [["Item", obj_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
60
+ }
61
+
62
+ export function Title_Component(props) {
63
+ const props_1 = keyValueList(props, 1);
64
+ return react.createElement(Dialog.Title, props_1);
65
+ }
66
+
@@ -0,0 +1,74 @@
1
+ import { Record, Union } from "../fable_modules/fable-library-js.4.20.0/Types.js";
2
+ import { record_type, lambda_type, unit_type, option_type, class_type, string_type, bool_type, union_type } from "../fable_modules/fable-library-js.4.20.0/Reflection.js";
3
+ import { Child_Props, Child_Component, Root_Props, Root_Component } from "./Transition.jsx";
4
+ import { Title_Props, Title_Component, Panel_Props, Panel_Component, Props as Props_1, Component as Component_1 } from "./Dialog.jsx";
5
+ import { ofArray } from "../fable_modules/fable-library-js.4.20.0/List.js";
6
+ import { createElement } from "react";
7
+ import { createObj } from "../fable_modules/fable-library-js.4.20.0/Util.js";
8
+ import { singleton, empty, append, delay, toList } from "../fable_modules/fable-library-js.4.20.0/Seq.js";
9
+ import { reactApi } from "../fable_modules/Feliz.2.8.0/Interop.fs.js";
10
+
11
+ export class OkButtonTheme extends Union {
12
+ constructor(tag, fields) {
13
+ super();
14
+ this.tag = tag;
15
+ this.fields = fields;
16
+ }
17
+ cases() {
18
+ return ["Primary", "Warning"];
19
+ }
20
+ }
21
+
22
+ export function OkButtonTheme_$reflection() {
23
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.ModalDialog.OkButtonTheme", [], OkButtonTheme, () => [[], []]);
24
+ }
25
+
26
+ export class Props extends Record {
27
+ constructor(show, title, message, dialogIcon, okButtonText, okButtonClick, okButtonThem, cancelButtonText, cancelButtonClick) {
28
+ super();
29
+ this.show = show;
30
+ this.title = title;
31
+ this.message = message;
32
+ this.dialogIcon = dialogIcon;
33
+ this.okButtonText = okButtonText;
34
+ this.okButtonClick = okButtonClick;
35
+ this.okButtonThem = okButtonThem;
36
+ this.cancelButtonText = cancelButtonText;
37
+ this.cancelButtonClick = cancelButtonClick;
38
+ }
39
+ }
40
+
41
+ export function Props_$reflection() {
42
+ return record_type("Basic.Profile.UI.Superhero.HeadlessUI.ModalDialog.Props", [], Props, () => [["show", bool_type], ["title", string_type], ["message", string_type], ["dialogIcon", option_type(class_type("Fable.React.ReactElement"))], ["okButtonText", string_type], ["okButtonClick", lambda_type(unit_type, unit_type)], ["okButtonThem", OkButtonTheme_$reflection()], ["cancelButtonText", string_type], ["cancelButtonClick", lambda_type(unit_type, unit_type)]]);
43
+ }
44
+
45
+ export function Component(props) {
46
+ let elems_6, elems_5, elems_3, elems_4;
47
+ return Root_Component(ofArray([new Root_Props(0, ["1"]), new Root_Props(2, [props.show]), new Root_Props(3, [[Component_1(ofArray([new Props_1(1, ["1"]), new Props_1(0, ["div"]), new Props_1(2, ["relative z-10"]), new Props_1(4, [props.cancelButtonClick]), new Props_1(5, [[Child_Component(ofArray([new Child_Props(0, ["1"]), new Child_Props(3, ["fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"]), new Child_Props(4, ["ease-out duration-300"]), new Child_Props(5, ["opacity-0"]), new Child_Props(6, ["opacity-100"]), new Child_Props(7, ["ease-in duration-200"]), new Child_Props(8, ["opacity-100"]), new Child_Props(9, ["opacity-0"])])), createElement("div", createObj(ofArray([["className", "fixed inset-0 z-10 overflow-y-auto"], ["key", "2"], (elems_6 = [createElement("div", createObj(ofArray([["key", "1"], ["className", "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0"], (elems_5 = [Child_Component(ofArray([new Child_Props(0, ["1"]), new Child_Props(4, ["ease-out duration-300"]), new Child_Props(5, ["opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"]), new Child_Props(6, ["opacity-100 translate-y-0 sm:scale-100"]), new Child_Props(7, ["ease-in duration-200"]), new Child_Props(8, ["opacity-100 translate-y-0 sm:scale-100"]), new Child_Props(9, ["opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"]), new Child_Props(10, [[Panel_Component(ofArray([new Panel_Props(0, ["1"]), new Panel_Props(1, ["relative transform overflow-hidden rounded-lg bg-white px-4 pt-5 pb-4 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg sm:p-6"]), new Panel_Props(2, [[createElement("div", createObj(ofArray([["key", "1"], ["className", "sm:flex sm:items-start"], (elems_3 = toList(delay(() => {
48
+ let matchValue, icon, value_14;
49
+ return append((matchValue = props.dialogIcon, (matchValue == null) ? (empty()) : ((icon = matchValue, singleton(createElement("div", createObj(ofArray([["key", "1"], (value_14 = "mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center sm:mx-0 sm:h-10 sm:w-10 sm:mr-4 rounded-full bg-red-100", ["className", value_14]), ["children", reactApi.Children.toArray([icon])]]))))))), delay(() => {
50
+ let elems_2, elems_1;
51
+ return singleton(createElement("div", createObj(ofArray([["key", "2"], ["className", "mt-3 text-center sm:mt-0 sm:text-left"], (elems_2 = [Title_Component(ofArray([new Title_Props(1, ["1"]), new Title_Props(0, ["h3"]), new Title_Props(2, ["text-lg font-medium leading-6 text-gray-900"]), new Title_Props(3, [[createElement("span", {
52
+ children: props.title,
53
+ key: "1",
54
+ })]])])), createElement("div", createObj(ofArray([["className", "mt-2"], ["key", "2"], (elems_1 = [createElement("p", {
55
+ className: "text-sm text-gray-500",
56
+ children: props.message,
57
+ })], ["children", reactApi.Children.toArray(Array.from(elems_1))])])))], ["children", reactApi.Children.toArray(Array.from(elems_2))])]))));
58
+ }));
59
+ })), ["children", reactApi.Children.toArray(Array.from(elems_3))])]))), createElement("div", createObj(ofArray([["key", "2"], ["className", "mt-5 sm:mt-4 sm:flex sm:flex-row-reverse"], (elems_4 = toList(delay(() => append(singleton(createElement("button", {
60
+ key: "Ok",
61
+ type: "button",
62
+ className: (props.okButtonThem.tag === 1) ? "inline-flex w-full justify-center rounded-md border border-transparent bg-red-600 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-gray-300 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm" : "inline-flex w-full justify-center rounded-md border border-transparent bg-white px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-primary-700 focus:outline-none focus:ring-2 focus:ring-gray-300 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm",
63
+ onClick: (_arg) => {
64
+ props.okButtonClick();
65
+ },
66
+ children: props.okButtonText,
67
+ })), delay(() => {
68
+ let value_53;
69
+ return singleton(createElement("button", createObj(ofArray([["key", "Cancel"], ["type", "button"], (value_53 = "mt-3 inline-flex w-full justify-center rounded-md border border-gray-300 bg-white px-4 py-2 text-base font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-gray-200 focus:ring-offset-2 sm:mt-0 sm:w-auto sm:text-sm", ["className", value_53]), ["onClick", (_arg_1) => {
70
+ props.cancelButtonClick();
71
+ }], ["children", props.cancelButtonText]]))));
72
+ })))), ["children", reactApi.Children.toArray(Array.from(elems_4))])])))]])]))]])]))], ["children", reactApi.Children.toArray(Array.from(elems_5))])])))], ["children", reactApi.Children.toArray(Array.from(elems_6))])])))]])]))]])]));
73
+ }
74
+
@@ -0,0 +1,66 @@
1
+ import { Union } from "../fable_modules/fable-library-js.4.20.0/Types.js";
2
+ import { union_type, class_type, string_type, lambda_type, unit_type, bool_type } from "../fable_modules/fable-library-js.4.20.0/Reflection.js";
3
+ import { keyValueList } from "../fable_modules/fable-library-js.4.20.0/MapUtil.js";
4
+ import * as react from "react";
5
+ import { Switch } from "@headlessui/react";
6
+
7
+ export class Props extends Union {
8
+ constructor(tag, fields) {
9
+ super();
10
+ this.tag = tag;
11
+ this.fields = fields;
12
+ }
13
+ cases() {
14
+ return ["Checked", "OnChange", "ClassName", "Children"];
15
+ }
16
+ }
17
+
18
+ export function Props_$reflection() {
19
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Switch.Props", [], Props, () => [[["Item", bool_type]], [["Item", lambda_type(bool_type, unit_type)]], [["Item", string_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
20
+ }
21
+
22
+ export function Component(props) {
23
+ const props_1 = keyValueList(props, 1);
24
+ return react.createElement(Switch, props_1);
25
+ }
26
+
27
+ export class Label_Props extends Union {
28
+ constructor(tag, fields) {
29
+ super();
30
+ this.tag = tag;
31
+ this.fields = fields;
32
+ }
33
+ cases() {
34
+ return ["ClassName", "Children"];
35
+ }
36
+ }
37
+
38
+ export function Label_Props_$reflection() {
39
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Switch.Label.Props", [], Label_Props, () => [[["Item", string_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
40
+ }
41
+
42
+ export function Label_Component(props) {
43
+ const props_1 = keyValueList(props, 1);
44
+ return react.createElement(Switch.Label, props_1);
45
+ }
46
+
47
+ export class Group_Props extends Union {
48
+ constructor(Item) {
49
+ super();
50
+ this.tag = 0;
51
+ this.fields = [Item];
52
+ }
53
+ cases() {
54
+ return ["Children"];
55
+ }
56
+ }
57
+
58
+ export function Group_Props_$reflection() {
59
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Switch.Group.Props", [], Group_Props, () => [[["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
60
+ }
61
+
62
+ export function Group_Component(props) {
63
+ const props_1 = keyValueList(props, 1);
64
+ return react.createElement(Switch.Group, props_1);
65
+ }
66
+
@@ -0,0 +1,66 @@
1
+ import { Union } from "../fable_modules/fable-library-js.4.20.0/Types.js";
2
+ import { union_type, class_type, obj_type, bool_type, string_type } from "../fable_modules/fable-library-js.4.20.0/Reflection.js";
3
+ import { keyValueList } from "../fable_modules/fable-library-js.4.20.0/MapUtil.js";
4
+ import * as react from "react";
5
+ import { Transition } from "@headlessui/react";
6
+
7
+ export class Props extends Union {
8
+ constructor(tag, fields) {
9
+ super();
10
+ this.tag = tag;
11
+ this.fields = fields;
12
+ }
13
+ cases() {
14
+ return ["Key", "Appear", "Show", "ClassName", "Enter", "EnterFrom", "EnterTo", "Leave", "LeaveFrom", "LeaveTo", "Children"];
15
+ }
16
+ }
17
+
18
+ export function Props_$reflection() {
19
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Transition.Props", [], Props, () => [[["Item", string_type]], [["Item", bool_type]], [["Item", bool_type]], [["Item", obj_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
20
+ }
21
+
22
+ export function Component(props) {
23
+ const props_1 = keyValueList(props, 1);
24
+ return react.createElement(Transition, props_1);
25
+ }
26
+
27
+ export class Root_Props extends Union {
28
+ constructor(tag, fields) {
29
+ super();
30
+ this.tag = tag;
31
+ this.fields = fields;
32
+ }
33
+ cases() {
34
+ return ["Key", "As", "Show", "Children"];
35
+ }
36
+ }
37
+
38
+ export function Root_Props_$reflection() {
39
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Transition.Root.Props", [], Root_Props, () => [[["Item", string_type]], [["Item", string_type]], [["Item", bool_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
40
+ }
41
+
42
+ export function Root_Component(props) {
43
+ const props_1 = keyValueList(props, 1);
44
+ return react.createElement(Transition.Root, props_1);
45
+ }
46
+
47
+ export class Child_Props extends Union {
48
+ constructor(tag, fields) {
49
+ super();
50
+ this.tag = tag;
51
+ this.fields = fields;
52
+ }
53
+ cases() {
54
+ return ["Key", "Appear", "Show", "ClassName", "Enter", "EnterFrom", "EnterTo", "Leave", "LeaveFrom", "LeaveTo", "Children"];
55
+ }
56
+ }
57
+
58
+ export function Child_Props_$reflection() {
59
+ return union_type("Basic.Profile.UI.Superhero.HeadlessUI.Transition.Child.Props", [], Child_Props, () => [[["Item", string_type]], [["Item", bool_type]], [["Item", bool_type]], [["Item", obj_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", string_type]], [["Item", class_type("System.Collections.Generic.IEnumerable`1", [class_type("Fable.React.ReactElement")])]]]);
60
+ }
61
+
62
+ export function Child_Component(props) {
63
+ const props_1 = keyValueList(props, 1);
64
+ return react.createElement(Transition.Child, props_1);
65
+ }
66
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/superhero-basic-profile",
3
- "version": "0.1.2214",
3
+ "version": "0.1.2217",
4
4
  "description": "Flare Superhero Basic Profile Components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
2
- class="w-6 h-6">
3
- <path stroke-linecap="round" stroke-linejoin="round"
4
- d="M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
2
- aria-hidden="true" iconType="2" class="h-6 w-6 text-red-600">
3
- <path stroke-linecap="round" stroke-linejoin="round"
4
- d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
2
- class="w-6 h-6">
3
- <path stroke-linecap="round" stroke-linejoin="round"
4
- d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125"/>
5
- </svg>
package/dist/index.html DELETED
@@ -1,20 +0,0 @@
1
- <!-- This index is for local development -->
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <title>Super Hero Apps</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1" />
8
- <script type="module" crossorigin src="/superhero-basic-profile.js"></script>
9
- </head>
10
- <body>
11
- <div>
12
- <superhero-profile-directory-app
13
- access-token="eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ii1LSTNROW5OUjdiUm9meG1lWm9YcWJIWkdldyJ9.eyJhdWQiOiJjZTI3Y2E4Ny0xNDA1LTQwZWUtYjNkNy0xNmRhZDFhNDBiMjMiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMmRkMTVkZjItNzM0Yy00MWM1LWFlZGEtNGYxMGI0MmVjMTlkL3YyLjAiLCJpYXQiOjE2ODkxMTM4MTUsIm5iZiI6MTY4OTExMzgxNSwiZXhwIjoxNjg5MTE3NzE1LCJhaW8iOiJBV1FBbS84VEFBQUEzY1BNZk96MHdVUnNyYm0yREh6c1BWM1NBekMwSFJwZ2FNMVhQcmdzSy9NNWczcHRhSWZobnNGSTZvTzhaR0dqaUYrSmpVSXFOd3lxZCtib0kzcHY2UHN3UlZqTWpyZmpGTzdnTkliN1RDUE9xUDVYQmZLYWpzUFZZdFNscElNcCIsImF0X2hhc2giOiJrWE5NWndpQUktRWdXVklDbHFFX1JBIiwiZW1haWwiOiJqYXZhZC5zYXlhcmlAZmxhcmVoci5jb20iLCJuYW1lIjoiSmF2YWQgU2F5YXJpIiwibm9uY2UiOiI1MjMzYzAzMTlmODY0NTU2YTkxNWJkMDAzNDFhYWZmZiIsIm9pZCI6IjAwMzcwZDE1LWUwYWUtNGJkMC05MmZmLTc0M2ExYTYyOTE0YiIsInByZWZlcnJlZF91c2VybmFtZSI6ImphdmFkLnNheWFyaUBmbGFyZWhyLmNvbSIsInJoIjoiMC5BVUlBOGwzUkxVeHp4VUd1Mms4UXRDN0JuWWZLSjg0RkZPNUFzOWNXMnRHa0N5TkNBR00uIiwicm9sZXMiOlsiQmVuZWZpdHNPbmJvYXJkaW5nLkVkaXRDb25maWciLCJCZW5lZml0c09uYm9hcmRpbmcuQWNjZXNzIiwiU3VwZXJoZXJvLkxvZ2luIiwiU3VwZXJTZWxlY3Rpb24uRWRpdFBhbmVsIiwiU3VwZXJTZWxlY3Rpb24uQWNjZXNzIiwiQmFzaWNQcm9maWxlLkltcG9ydERhdGEiLCJCYXNpY1Byb2ZpbGUuRWRpdENvbmZpZyIsIkJhc2ljUHJvZmlsZS5BY2Nlc3NDb25maWciXSwic3ViIjoiNkY0VU1EV2ZHRnhvU3dWenNtdU1BTWZHeDhnTDEtSV9PaTc4MGpCd1hCYyIsInRpZCI6IjJkZDE1ZGYyLTczNGMtNDFjNS1hZWRhLTRmMTBiNDJlYzE5ZCIsInV0aSI6Im1QRnJpQ2hSVWs2LW1uekhMcXdLQUEiLCJ2ZXIiOiIyLjAifQ.nEdor5sGTVPwVr3PtNs970eBtuV30Op7CBOpPdpBDV6IhD9xEvMTWA0f-maX-qwZRvFrLkReN0Jb10VKNiWSVIYboF55dQ5q5ZGET3htWSpHKWNEGR3X-HYJjsPOgkxDrSA8QGcJK67947Mpfqk8QI5Eie4ZjnNnxft_vRneI-4r6Rl0zZPoTWhgR2YOiV3UtOq1Ypj0_L6HhvoirUkxFMgAQT2-w2Q1f1boisv2undH11T6cQF1gMPkp0Q3D9O2iCAdXmLWso72Xfb9ly_4-5I18v1JxAkhNIDorzxohjPKl-7fjLA_VrmlPYqZ2sR1C5sF6ZkSqhNmPkyfGl77Tw"
14
- backend-url="https://autodev-partner.flarehr.com"
15
- partner-id="123"
16
- account-id="74C6D04D-95D7-4D4B-84CB-12630C57751F">
17
- </superhero-profile-directory-app>
18
-
19
- </body>
20
- </html>