@arun-s-aot/formsflow-webembed 1.0.1-dev.3 → 1.0.1-dev.5

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.
@@ -1,3 +1,9 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
1
7
  /*!
2
8
  * EventEmitter2
3
9
  * https://github.com/hij1nx/EventEmitter2
@@ -33,6 +39,8 @@
33
39
 
34
40
  /*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
35
41
 
42
+ /*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */
43
+
36
44
  /*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
37
45
 
38
46
  /*! Native Promise Only
@@ -81,8 +89,37 @@
81
89
  * LICENSE file in the root directory of this source tree.
82
90
  */
83
91
 
92
+ /** @license React v0.20.2
93
+ * scheduler.production.min.js
94
+ *
95
+ * Copyright (c) Facebook, Inc. and its affiliates.
96
+ *
97
+ * This source code is licensed under the MIT license found in the
98
+ * LICENSE file in the root directory of this source tree.
99
+ */
100
+
101
+ /** @license React v17.0.2
102
+ * react-dom.production.min.js
103
+ *
104
+ * Copyright (c) Facebook, Inc. and its affiliates.
105
+ *
106
+ * This source code is licensed under the MIT license found in the
107
+ * LICENSE file in the root directory of this source tree.
108
+ */
109
+
110
+ /** @license React v17.0.2
111
+ * react.production.min.js
112
+ *
113
+ * Copyright (c) Facebook, Inc. and its affiliates.
114
+ *
115
+ * This source code is licensed under the MIT license found in the
116
+ * LICENSE file in the root directory of this source tree.
117
+ */
118
+
84
119
  //! Copyright (c) JS Foundation and other contributors
85
120
 
121
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
122
+
86
123
  //! github.com/moment/moment-timezone
87
124
 
88
125
  //! license : MIT
@@ -91,6 +128,10 @@
91
128
 
92
129
  //! moment.js
93
130
 
94
- //! moment.js locale configuration
131
+ //! momentjs.com
132
+
133
+ //! version : 0.5.45
95
134
 
96
135
  //! version : 0.5.48
136
+
137
+ //! version : 2.29.4
Binary file
package/dist/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="%PUBLIC_URL%/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/><link rel="stylesheet" href="https://forms-flow-microfrontends.aot-technologies.com/forms-flow-theme@v8.2.0/forms-flow-theme.min.css"><link href="https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/formiojs@4.13.1/dist/formio.full.min.css"/><link rel="manifest" href="%PUBLIC_URL%/manifest.json"/><title>React App</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><formsflow-webembed configfile='{"authenticationType":"anonymous","formioUrl":"%REACT_APP_FORMIO_URL%","webApiUrl":"%REACT_APP_WEBAPI_URL%"}' anonymousurl="%REACT_APP_ANONYMOUS_FORM_URL%" message="Form submitted successfully!"></formsflow-webembed><script defer="defer" src="forms-flow-webcomponent.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="%PUBLIC_URL%/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/><link rel="stylesheet" href="https://forms-flow-microfrontends.aot-technologies.com/forms-flow-theme@v8.2.0/forms-flow-theme.min.css"><link href="https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/formiojs@4.13.1/dist/formio.full.min.css"/><link rel="manifest" href="%PUBLIC_URL%/manifest.json"/><title>React App</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script defer="defer" src="forms-flow-webcomponent.js"></script></body></html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arun-s-aot/formsflow-webembed",
3
- "version": "1.0.1-dev.3",
3
+ "version": "1.0.1-dev.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,14 +12,7 @@
12
12
  "LICENSE"
13
13
  ],
14
14
  "main": "dist/forms-flow-webcomponent.js",
15
- "peerDependencies": {
16
- "keycloak-js": ">=26.0.0",
17
- "axios": ">=1.0.0"
18
- },
19
- "peerDependenciesMeta": {
20
- "keycloak-js": { "optional": true },
21
- "axios": { "optional": true }
22
- },
15
+ "peerDependencies": {},
23
16
  "dependencies": {},
24
17
  "scripts": {
25
18
  "start": "react-scripts start",
@@ -79,8 +72,8 @@
79
72
  "description": "Hybrid form embedding",
80
73
  "repository": {
81
74
  "type": "git",
82
- "url": "https://github.com/abilpraju-aot/forms-flow-ai-web-components.git"
75
+ "url": "https://github.com/AOT-Technologies/forms-flow-ai-web-components.git"
83
76
  },
84
- "author": "Abil P Raju",
77
+ "author": "Formsflow.ai",
85
78
  "license": "MIT"
86
79
  }