@friggframework/ui 2.0.0--canary.395.65f5f64.0 → 2.0.0--canary.398.24926ac.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.
- package/dist/index.es.js +2 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -64389,12 +64389,8 @@ const WOe = (e) => {
|
|
|
64389
64389
|
}, HOe = (e) => {
|
|
64390
64390
|
const t = [];
|
|
64391
64391
|
return e.integrations.forEach((n) => {
|
|
64392
|
-
const r = { ...n };
|
|
64393
|
-
|
|
64394
|
-
const s = r.entities[1].id, a = qOe(s, e);
|
|
64395
|
-
r.type = a, r.display = GOe(a, e);
|
|
64396
|
-
}
|
|
64397
|
-
t.push(r);
|
|
64392
|
+
const r = { ...n }, s = r.entities[1].id, a = qOe(s, e);
|
|
64393
|
+
r.type = a, r.display = GOe(a, e), t.push(r);
|
|
64398
64394
|
}), t;
|
|
64399
64395
|
}, qOe = (e, t) => {
|
|
64400
64396
|
const r = t.entities.authorized.find((s) => s.id === e);
|