strapi-plugin-oidc 1.7.2 → 1.7.3
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/admin/{index-BkJB6R7y.mjs → index-Bvgdj4LK.mjs} +1 -1
- package/dist/admin/{index-hjzLEp0H.js → index-CLNsX-aa.js} +7 -3
- package/dist/admin/{index-B0piQv3P.js → index-DKHHaEkG.js} +1 -1
- package/dist/admin/{index-BJqQjQee.mjs → index-XU0Tj5JN.mjs} +7 -3
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -165,7 +165,7 @@ const index = {
|
|
|
165
165
|
defaultMessage: "Configuration"
|
|
166
166
|
},
|
|
167
167
|
Component: async () => {
|
|
168
|
-
return await import("./index-
|
|
168
|
+
return await import("./index-XU0Tj5JN.mjs");
|
|
169
169
|
},
|
|
170
170
|
permissions: [{ action: "plugin::strapi-plugin-oidc.read", subject: null }]
|
|
171
171
|
}
|
|
@@ -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-
|
|
10
|
+
const index = require("./index-DKHHaEkG.js");
|
|
11
11
|
const styled = require("styled-components");
|
|
12
12
|
const lucideReact = require("lucide-react");
|
|
13
13
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
@@ -75,7 +75,7 @@ const TagInputWrapper = styled__default.default(designSystem.Box)`
|
|
|
75
75
|
border: 1px solid ${({ theme }) => theme.colors.neutral200};
|
|
76
76
|
background-color: ${({ theme }) => theme.colors.neutral0};
|
|
77
77
|
cursor: text;
|
|
78
|
-
min-width:
|
|
78
|
+
min-width: 220px;
|
|
79
79
|
min-height: 4rem;
|
|
80
80
|
flex: 0 0 auto;
|
|
81
81
|
|
|
@@ -514,7 +514,11 @@ function getDaysInMonth(year, month) {
|
|
|
514
514
|
const userLocale = typeof navigator !== "undefined" && navigator.language || "en-US";
|
|
515
515
|
const MONTH_FORMATTER = new Intl.DateTimeFormat(userLocale, { month: "long" });
|
|
516
516
|
const WEEKDAY_FORMATTER = new Intl.DateTimeFormat(userLocale, { weekday: "short" });
|
|
517
|
-
const DATE_FORMATTER = new Intl.DateTimeFormat(userLocale, {
|
|
517
|
+
const DATE_FORMATTER = new Intl.DateTimeFormat(userLocale, {
|
|
518
|
+
year: "numeric",
|
|
519
|
+
month: "short",
|
|
520
|
+
day: "numeric"
|
|
521
|
+
});
|
|
518
522
|
function toUtcMidnightIso(date) {
|
|
519
523
|
return new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate())).toISOString();
|
|
520
524
|
}
|
|
@@ -166,7 +166,7 @@ const index = {
|
|
|
166
166
|
defaultMessage: "Configuration"
|
|
167
167
|
},
|
|
168
168
|
Component: async () => {
|
|
169
|
-
return await Promise.resolve().then(() => require("./index-
|
|
169
|
+
return await Promise.resolve().then(() => require("./index-CLNsX-aa.js"));
|
|
170
170
|
},
|
|
171
171
|
permissions: [{ action: "plugin::strapi-plugin-oidc.read", subject: null }]
|
|
172
172
|
}
|
|
@@ -5,7 +5,7 @@ import { useState, useRef, useId, useEffect, useCallback, useReducer, useMemo, m
|
|
|
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 { Cross, WarningCircle, Plus, Download, Upload, Trash, Calendar, Mail, Information } from "@strapi/icons";
|
|
7
7
|
import { useIntl } from "react-intl";
|
|
8
|
-
import { g as getTrad } from "./index-
|
|
8
|
+
import { g as getTrad } from "./index-Bvgdj4LK.mjs";
|
|
9
9
|
import styled from "styled-components";
|
|
10
10
|
import { Filter, ClipboardList, Server } from "lucide-react";
|
|
11
11
|
function Role({ oidcRoles, roles, onChangeRole }) {
|
|
@@ -71,7 +71,7 @@ const TagInputWrapper = styled(Box)`
|
|
|
71
71
|
border: 1px solid ${({ theme }) => theme.colors.neutral200};
|
|
72
72
|
background-color: ${({ theme }) => theme.colors.neutral0};
|
|
73
73
|
cursor: text;
|
|
74
|
-
min-width:
|
|
74
|
+
min-width: 220px;
|
|
75
75
|
min-height: 4rem;
|
|
76
76
|
flex: 0 0 auto;
|
|
77
77
|
|
|
@@ -510,7 +510,11 @@ function getDaysInMonth(year, month) {
|
|
|
510
510
|
const userLocale = typeof navigator !== "undefined" && navigator.language || "en-US";
|
|
511
511
|
const MONTH_FORMATTER = new Intl.DateTimeFormat(userLocale, { month: "long" });
|
|
512
512
|
const WEEKDAY_FORMATTER = new Intl.DateTimeFormat(userLocale, { weekday: "short" });
|
|
513
|
-
const DATE_FORMATTER = new Intl.DateTimeFormat(userLocale, {
|
|
513
|
+
const DATE_FORMATTER = new Intl.DateTimeFormat(userLocale, {
|
|
514
|
+
year: "numeric",
|
|
515
|
+
month: "short",
|
|
516
|
+
day: "numeric"
|
|
517
|
+
});
|
|
514
518
|
function toUtcMidnightIso(date) {
|
|
515
519
|
return new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate())).toISOString();
|
|
516
520
|
}
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED
package/package.json
CHANGED