strapi-plugin-oidc 1.6.4 → 1.6.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.
@@ -66,8 +66,6 @@ const en = {
66
66
  "whitelist.toggle.enabled": "Enabled",
67
67
  "whitelist.toggle.disabled": "Disabled",
68
68
  "whitelist.email.placeholder": "Email address",
69
- "whitelist.roles.placeholder": "Select specific role(s)",
70
- "whitelist.table.roles": "Role(s)",
71
69
  "whitelist.table.empty": "No email addresses",
72
70
  "whitelist.delete.label": "Delete",
73
71
  "page.title.oidc": "OIDC",
@@ -91,7 +89,6 @@ const en = {
91
89
  "unsaved.description": "You have unsaved changes that will be lost if you leave. Do you want to continue?",
92
90
  "unsaved.confirm": "Leave",
93
91
  "unsaved.cancel": "Stay",
94
- "whitelist.table.roles.default": "(Default)",
95
92
  "auditlog.title": "Audit Logs",
96
93
  "auditlog.export": "Download",
97
94
  "auditlog.table.timestamp": "Timestamp",
@@ -152,7 +149,7 @@ const index = {
152
149
  defaultMessage: "Configuration"
153
150
  },
154
151
  Component: async () => {
155
- return await Promise.resolve().then(() => require("./index-DowwUs07.js"));
152
+ return await Promise.resolve().then(() => require("./index-pWwCtdNu.js"));
156
153
  },
157
154
  permissions: [{ action: "plugin::strapi-plugin-oidc.read", subject: null }]
158
155
  }
@@ -65,8 +65,6 @@ const en = {
65
65
  "whitelist.toggle.enabled": "Enabled",
66
66
  "whitelist.toggle.disabled": "Disabled",
67
67
  "whitelist.email.placeholder": "Email address",
68
- "whitelist.roles.placeholder": "Select specific role(s)",
69
- "whitelist.table.roles": "Role(s)",
70
68
  "whitelist.table.empty": "No email addresses",
71
69
  "whitelist.delete.label": "Delete",
72
70
  "page.title.oidc": "OIDC",
@@ -90,7 +88,6 @@ const en = {
90
88
  "unsaved.description": "You have unsaved changes that will be lost if you leave. Do you want to continue?",
91
89
  "unsaved.confirm": "Leave",
92
90
  "unsaved.cancel": "Stay",
93
- "whitelist.table.roles.default": "(Default)",
94
91
  "auditlog.title": "Audit Logs",
95
92
  "auditlog.export": "Download",
96
93
  "auditlog.table.timestamp": "Timestamp",
@@ -151,7 +148,7 @@ const index = {
151
148
  defaultMessage: "Configuration"
152
149
  },
153
150
  Component: async () => {
154
- return await import("./index-MnV7H8G6.mjs");
151
+ return await import("./index-HQ2uuypE.mjs");
155
152
  },
156
153
  permissions: [{ action: "plugin::strapi-plugin-oidc.read", subject: null }]
157
154
  }
@@ -5,7 +5,7 @@ import { useState, useRef, useCallback, useEffect, memo } from "react";
5
5
  import { Typography, Flex, Box, MultiSelect, MultiSelectOption, Dialog, Button, Table, Pagination, PreviousLink, NextLink, PageLink, Field, Divider, Thead, Tr, Th, Tbody, Td, IconButton, Tooltip, Alert } from "@strapi/design-system";
6
6
  import { WarningCircle, Download, Upload, Trash, Plus, Information } from "@strapi/icons";
7
7
  import { useIntl } from "react-intl";
8
- import { g as getTrad } from "./index-AxBC5YLT.mjs";
8
+ import { g as getTrad } from "./index-DgUClS5s.mjs";
9
9
  import styled from "styled-components";
10
10
  function Role({ oidcRoles, roles, onChangeRole }) {
11
11
  const { formatMessage } = useIntl();
@@ -7,7 +7,7 @@ const react = require("react");
7
7
  const designSystem = require("@strapi/design-system");
8
8
  const icons = require("@strapi/icons");
9
9
  const reactIntl = require("react-intl");
10
- const index = require("./index-EAfqxfV4.js");
10
+ const index = require("./index-C2BnnDzh.js");
11
11
  const styled = require("styled-components");
12
12
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
13
13
  const styled__default = /* @__PURE__ */ _interopDefault(styled);
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const index = require("./index-EAfqxfV4.js");
3
+ const index = require("./index-C2BnnDzh.js");
4
4
  exports.default = index.index;
@@ -1,4 +1,4 @@
1
- import { i } from "./index-AxBC5YLT.mjs";
1
+ import { i } from "./index-DgUClS5s.mjs";
2
2
  export {
3
3
  i as default
4
4
  };
@@ -293,8 +293,6 @@ const en = {
293
293
  "whitelist.toggle.enabled": "Enabled",
294
294
  "whitelist.toggle.disabled": "Disabled",
295
295
  "whitelist.email.placeholder": "Email address",
296
- "whitelist.roles.placeholder": "Select specific role(s)",
297
- "whitelist.table.roles": "Role(s)",
298
296
  "whitelist.table.empty": "No email addresses",
299
297
  "whitelist.delete.label": "Delete",
300
298
  "page.title.oidc": "OIDC",
@@ -318,7 +316,6 @@ const en = {
318
316
  "unsaved.description": "You have unsaved changes that will be lost if you leave. Do you want to continue?",
319
317
  "unsaved.confirm": "Leave",
320
318
  "unsaved.cancel": "Stay",
321
- "whitelist.table.roles.default": "(Default)",
322
319
  "auditlog.title": "Audit Logs",
323
320
  "auditlog.export": "Download",
324
321
  "auditlog.table.timestamp": "Timestamp",
@@ -287,8 +287,6 @@ const en = {
287
287
  "whitelist.toggle.enabled": "Enabled",
288
288
  "whitelist.toggle.disabled": "Disabled",
289
289
  "whitelist.email.placeholder": "Email address",
290
- "whitelist.roles.placeholder": "Select specific role(s)",
291
- "whitelist.table.roles": "Role(s)",
292
290
  "whitelist.table.empty": "No email addresses",
293
291
  "whitelist.delete.label": "Delete",
294
292
  "page.title.oidc": "OIDC",
@@ -312,7 +310,6 @@ const en = {
312
310
  "unsaved.description": "You have unsaved changes that will be lost if you leave. Do you want to continue?",
313
311
  "unsaved.confirm": "Leave",
314
312
  "unsaved.cancel": "Stay",
315
- "whitelist.table.roles.default": "(Default)",
316
313
  "auditlog.title": "Audit Logs",
317
314
  "auditlog.export": "Download",
318
315
  "auditlog.table.timestamp": "Timestamp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi-plugin-oidc",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "A Strapi plugin that provides OpenID Connect (OIDC) authentication functionality for the Strapi Admin Panel.",
5
5
  "strapi": {
6
6
  "displayName": "OIDC Plugin",