@jointhedots/ui 2.0.20

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 (35) hide show
  1. package/bundle.manifest.json +47 -0
  2. package/chunk.73S35ZUP.js +1 -0
  3. package/chunk.7FLBFFZJ.js +1 -0
  4. package/chunk.IWVPDTNR.js +60 -0
  5. package/chunk.J7UOQR25.js +787 -0
  6. package/chunk.NOVIDUKC.js +1 -0
  7. package/chunk.NZRTZDOB.js +1 -0
  8. package/chunk.OW3MI2XU.js +35 -0
  9. package/chunk.S2ABQ2TE.js +51 -0
  10. package/chunk.SOVKFN6E.js +57 -0
  11. package/chunk.TB7PTJUW.js +297 -0
  12. package/chunk.VLRB3H3F.js +12 -0
  13. package/chunk.YJXSWWE6.js +3 -0
  14. package/chunk.ZTJG4JJS.js +26 -0
  15. package/cid.0Z4H3pyI6YJvF25fpMdVxrsrJb2aoHNuRqCW8ykQutc.json +44 -0
  16. package/cid.N30c0jISJNset9Hvr2NLQnsa9sVwvpNmyKx2QZaYQyc.json +10 -0
  17. package/export.applicationboard.js +1 -0
  18. package/export.codeeditor.js +1 -0
  19. package/export.componentslibrary.js +1 -0
  20. package/export.dialog.js +1 -0
  21. package/export.icon.js +1 -0
  22. package/export.inputs.js +1 -0
  23. package/export.items.js +1 -0
  24. package/export.layouts.js +1 -0
  25. package/export.notifications.js +1 -0
  26. package/export.servicepoint.js +1 -0
  27. package/export.theme.js +1 -0
  28. package/lambda.node_modules.monaco_editor.esm.vs.editor.editor_worker_js.js +1 -0
  29. package/lambda.node_modules.monaco_editor.esm.vs.language.css.css_worker.js +66 -0
  30. package/lambda.node_modules.monaco_editor.esm.vs.language.html.html_worker.js +443 -0
  31. package/lambda.node_modules.monaco_editor.esm.vs.language.json.json_worker.js +31 -0
  32. package/lambda.node_modules.monaco_editor.esm.vs.language.typescript.ts_worker.js +67711 -0
  33. package/lambda.src.applicationboard.component.js +1 -0
  34. package/package.json +73 -0
  35. package/types.d.ts +1862 -0
@@ -0,0 +1 @@
1
+ import{b as o}from"./chunk.7FLBFFZJ.js";import"./chunk.NOVIDUKC.js";import"./chunk.IWVPDTNR.js";import"./chunk.SOVKFN6E.js";import"./chunk.VLRB3H3F.js";import"./chunk.NZRTZDOB.js";import"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";import{jsx as e}from"react/jsx-runtime";var i={async createComponent(n,t){},async updateComponent(n,t){},async checkDescriptor(n){return null}};function c(n){return function(){return e(o,{descriptor:n.manifest})}}export{i as ApplicationBoardDriver,c as GetApplicationView};
package/package.json ADDED
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "@jointhedots/ui",
3
+ "version": "2.0.20",
4
+ "type": "module",
5
+ "license": "MIT",
6
+ "dependencies": {
7
+ "@jointhedots/core": "^0.0.0",
8
+ "@mui/material": "^6.4.7",
9
+ "@rjsf/core": "^5.23.2",
10
+ "@rjsf/utils": "^5.23.2",
11
+ "@rjsf/validator-ajv8": "^5.23.2",
12
+ "@salesforce-ux/design-system": "2.25.4",
13
+ "@salesforce/design-system-react": "0.10.64",
14
+ "react-toastify": "^11.0.5"
15
+ },
16
+ "peerDependencies": {
17
+ "monaco-editor": ">=0.52.2",
18
+ "react-lightning-design-system": "^5.9.1",
19
+ "react": ">=18.2.0",
20
+ "react-dom": ">=18.2.0"
21
+ },
22
+ "overrides": {
23
+ "react-lightning-design-system": {
24
+ "react-relative-portal": "../../deps/react-relative-portal-1.3.1.tgz"
25
+ }
26
+ },
27
+ "exports": {
28
+ "./ApplicationBoard": {
29
+ "import": "./export.applicationboard.js",
30
+ "types": "./types.d.ts"
31
+ },
32
+ "./ComponentsLibrary": {
33
+ "import": "./export.componentslibrary.js",
34
+ "types": "./types.d.ts"
35
+ },
36
+ "./CodeEditor": {
37
+ "import": "./export.codeeditor.js",
38
+ "types": "./types.d.ts"
39
+ },
40
+ "./Dialog": {
41
+ "import": "./export.dialog.js",
42
+ "types": "./types.d.ts"
43
+ },
44
+ "./Icon": {
45
+ "import": "./export.icon.js",
46
+ "types": "./types.d.ts"
47
+ },
48
+ "./Items": {
49
+ "import": "./export.items.js",
50
+ "types": "./types.d.ts"
51
+ },
52
+ "./ServicePoint": {
53
+ "import": "./export.servicepoint.js",
54
+ "types": "./types.d.ts"
55
+ },
56
+ "./Layouts": {
57
+ "import": "./export.layouts.js",
58
+ "types": "./types.d.ts"
59
+ },
60
+ "./Notifications": {
61
+ "import": "./export.notifications.js",
62
+ "types": "./types.d.ts"
63
+ },
64
+ "./Inputs": {
65
+ "import": "./export.inputs.js",
66
+ "types": "./types.d.ts"
67
+ },
68
+ "./theme": {
69
+ "import": "./export.theme.js",
70
+ "types": "./types.d.ts"
71
+ }
72
+ }
73
+ }