@frameless/strapi-plugin-flo-legal-embed 2.0.0 → 2.0.1
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/_chunks/{index-Doljqns2.js → index-CC3Zuafj.js} +1 -1
- package/dist/_chunks/{index-BsjCjaop.mjs → index-Cam2AkYm.mjs} +2 -4
- package/dist/_chunks/{index-IrSgMm3Q.js → index-Cc84TMuf.js} +2 -4
- package/dist/_chunks/{index-DuaW1Ojp.mjs → index-Ei3L49Ff.mjs} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +5 -5
|
@@ -86,7 +86,7 @@ const index = {
|
|
|
86
86
|
},
|
|
87
87
|
components: {
|
|
88
88
|
Input: async () => {
|
|
89
|
-
const { FloLegalCombobox } = await Promise.resolve().then(() => require("./index-
|
|
89
|
+
const { FloLegalCombobox } = await Promise.resolve().then(() => require("./index-Cc84TMuf.js"));
|
|
90
90
|
return { default: FloLegalCombobox };
|
|
91
91
|
}
|
|
92
92
|
},
|
|
@@ -4,7 +4,7 @@ import { useIntl } from "react-intl";
|
|
|
4
4
|
import { useNotification, useFetchClient } from "@strapi/strapi/admin";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import React__default, { useEffect } from "react";
|
|
7
|
-
import { P as PLUGIN_ID, R as RESOLVE_CONFIG, g as getTranslation } from "./index-
|
|
7
|
+
import { P as PLUGIN_ID, R as RESOLVE_CONFIG, g as getTranslation } from "./index-Ei3L49Ff.mjs";
|
|
8
8
|
var withSelector = { exports: {} };
|
|
9
9
|
var useSyncExternalStoreWithSelector_production = {};
|
|
10
10
|
/**
|
|
@@ -317,9 +317,7 @@ const usePluginConfig = () => {
|
|
|
317
317
|
const dispatch = useDispatch();
|
|
318
318
|
const { toggleNotification } = useNotification();
|
|
319
319
|
const { formatMessage } = useIntl();
|
|
320
|
-
const { isLoading, config, checks } = useSelector(
|
|
321
|
-
(state) => state[`${PLUGIN_ID}_config`]
|
|
322
|
-
);
|
|
320
|
+
const { isLoading, config, checks } = useSelector((state) => state[`${PLUGIN_ID}_config`]);
|
|
323
321
|
const client = useFetchClient();
|
|
324
322
|
useEffect(() => {
|
|
325
323
|
if (!isLoading && config !== null) {
|
|
@@ -5,7 +5,7 @@ const designSystem = require("@strapi/design-system");
|
|
|
5
5
|
const reactIntl = require("react-intl");
|
|
6
6
|
const admin = require("@strapi/strapi/admin");
|
|
7
7
|
const React = require("react");
|
|
8
|
-
const index = require("./index-
|
|
8
|
+
const index = require("./index-CC3Zuafj.js");
|
|
9
9
|
function _interopNamespace(e) {
|
|
10
10
|
if (e && e.__esModule) return e;
|
|
11
11
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -336,9 +336,7 @@ const usePluginConfig = () => {
|
|
|
336
336
|
const dispatch = useDispatch();
|
|
337
337
|
const { toggleNotification } = admin.useNotification();
|
|
338
338
|
const { formatMessage } = reactIntl.useIntl();
|
|
339
|
-
const { isLoading, config, checks } = useSelector(
|
|
340
|
-
(state) => state[`${index.PLUGIN_ID}_config`]
|
|
341
|
-
);
|
|
339
|
+
const { isLoading, config, checks } = useSelector((state) => state[`${index.PLUGIN_ID}_config`]);
|
|
342
340
|
const client = admin.useFetchClient();
|
|
343
341
|
React.useEffect(() => {
|
|
344
342
|
if (!isLoading && config !== null) {
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frameless/strapi-plugin-flo-legal-embed",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A Strapi plugin that provides a custom field for selecting and embedding Flo Legal forms, enabling seamless integration and enhanced form management within Strapi projects.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"private": false,
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@strapi/design-system": "2.1.2",
|
|
68
68
|
"@strapi/icons": "2.1.2",
|
|
69
69
|
"@strapi/sdk-plugin": "5.4.0",
|
|
70
|
-
"@strapi/strapi": "5.
|
|
71
|
-
"@strapi/typescript-utils": "5.
|
|
70
|
+
"@strapi/strapi": "5.46.0",
|
|
71
|
+
"@strapi/typescript-utils": "5.46.0",
|
|
72
72
|
"@testing-library/jest-dom": "6.9.1",
|
|
73
73
|
"@testing-library/react": "16.3.2",
|
|
74
74
|
"@types/jest": "29.5.12",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"ts-jest": "29.2.6",
|
|
85
85
|
"ts-node": "10.9.2",
|
|
86
86
|
"typescript": "5.9.3",
|
|
87
|
-
"@frameless/eslint-config": "1.
|
|
88
|
-
"@frameless/typescript-config": "1.0.
|
|
87
|
+
"@frameless/eslint-config": "1.2.0",
|
|
88
|
+
"@frameless/typescript-config": "1.0.1"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"build": "strapi-plugin build",
|