@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.
@@ -86,7 +86,7 @@ const index = {
86
86
  },
87
87
  components: {
88
88
  Input: async () => {
89
- const { FloLegalCombobox } = await Promise.resolve().then(() => require("./index-IrSgMm3Q.js"));
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-DuaW1Ojp.mjs";
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-Doljqns2.js");
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) {
@@ -85,7 +85,7 @@ const index = {
85
85
  },
86
86
  components: {
87
87
  Input: async () => {
88
- const { FloLegalCombobox } = await import("./index-BsjCjaop.mjs");
88
+ const { FloLegalCombobox } = await import("./index-Cam2AkYm.mjs");
89
89
  return { default: FloLegalCombobox };
90
90
  }
91
91
  },
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const index = require("../_chunks/index-Doljqns2.js");
2
+ const index = require("../_chunks/index-CC3Zuafj.js");
3
3
  module.exports = index.index;
@@ -1,4 +1,4 @@
1
- import { i } from "../_chunks/index-DuaW1Ojp.mjs";
1
+ import { i } from "../_chunks/index-Ei3L49Ff.mjs";
2
2
  export {
3
3
  i as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frameless/strapi-plugin-flo-legal-embed",
3
- "version": "2.0.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.33.4",
71
- "@strapi/typescript-utils": "5.33.4",
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.0.0",
88
- "@frameless/typescript-config": "1.0.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",