strapi-plugin-translate-llm 1.0.4 → 1.0.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.
- package/dist/_chunks/{App-C2Kvs7Sl.mjs → App-DN7JevdW.mjs} +2 -2
- package/dist/_chunks/{App-C2Kvs7Sl.mjs.map → App-DN7JevdW.mjs.map} +1 -1
- package/dist/_chunks/{App-BKNiqPnR.js → App-rlPbFMTy.js} +2 -2
- package/dist/_chunks/{App-BKNiqPnR.js.map → App-rlPbFMTy.js.map} +1 -1
- package/dist/_chunks/{SettingsPage-2qhftu-V.js → SettingsPage-BGbo4cdU.js} +148 -106
- package/dist/_chunks/SettingsPage-BGbo4cdU.js.map +1 -0
- package/dist/_chunks/{SettingsPage-B_kfvrok.mjs → SettingsPage-BwzNt_yP.mjs} +149 -107
- package/dist/_chunks/SettingsPage-BwzNt_yP.mjs.map +1 -0
- package/dist/_chunks/{en-BUV21q75.mjs → en-CzIP3HmU.mjs} +4 -4
- package/dist/_chunks/{en-BUV21q75.mjs.map → en-CzIP3HmU.mjs.map} +1 -1
- package/dist/_chunks/{en-D60gys0F.js → en-D3F4jnxB.js} +4 -4
- package/dist/_chunks/{en-D60gys0F.js.map → en-D3F4jnxB.js.map} +1 -1
- package/dist/_chunks/{index-Df_nDybQ.js → index-CW8Pwhyg.js} +24 -13
- package/dist/_chunks/{index-Df_nDybQ.js.map → index-CW8Pwhyg.js.map} +1 -1
- package/dist/_chunks/{index-DtF19i5Y.mjs → index-Cevaj640.mjs} +24 -13
- package/dist/_chunks/{index-DtF19i5Y.mjs.map → index-Cevaj640.mjs.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +14 -1
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +14 -1
- package/dist/server/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/_chunks/SettingsPage-2qhftu-V.js.map +0 -1
- package/dist/_chunks/SettingsPage-B_kfvrok.mjs.map +0 -1
|
@@ -4,7 +4,7 @@ import { Routes, Route } from "react-router-dom";
|
|
|
4
4
|
import { Box, Thead, Tr, Th, Typography, Td, Flex, Badge, IconButtonGroup, IconButton, Button, Table, Tbody, Checkbox, Modal, Field, SingleSelect, SingleSelectOption, Toggle, CardBadge, ProgressBar, Main } from "@strapi/design-system";
|
|
5
5
|
import { memo, useState, useEffect, useMemo } from "react";
|
|
6
6
|
import { useIntl } from "react-intl";
|
|
7
|
-
import { t as translateApi, u as useAlert, g as getTranslation, a as getDefaultExportFromCjs, b as useTranslateBatchUpdateMutation, c as useUsage, d as useTranslateBatchMutation } from "./index-
|
|
7
|
+
import { t as translateApi, u as useAlert, g as getTranslation, a as getDefaultExportFromCjs, b as useTranslateBatchUpdateMutation, c as useUsage, d as useTranslateBatchMutation } from "./index-Cevaj640.mjs";
|
|
8
8
|
import { Earth, Cross, Clock, Play, WarningCircle } from "@strapi/icons";
|
|
9
9
|
const PluginHeader = () => {
|
|
10
10
|
return /* @__PURE__ */ jsx(Box, { background: "neutral100", children: /* @__PURE__ */ jsx(
|
|
@@ -1859,4 +1859,4 @@ const App = () => {
|
|
|
1859
1859
|
export {
|
|
1860
1860
|
App as default
|
|
1861
1861
|
};
|
|
1862
|
-
//# sourceMappingURL=App-
|
|
1862
|
+
//# sourceMappingURL=App-DN7JevdW.mjs.map
|