@strapi/admin 4.11.0-exp.push-transfer-push-stuck → 4.11.0
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/admin/src/components/Providers/index.js +32 -32
- package/admin/src/components/Theme/index.js +5 -3
- package/admin/src/content-manager/components/ComponentIcon/ComponentIcon.js +16 -26
- package/admin/src/content-manager/components/ComponentIcon/constants.js +133 -0
- package/admin/src/content-manager/components/DynamicTable/BulkActionsBar/index.js +307 -0
- package/admin/src/content-manager/components/DynamicTable/index.js +20 -4
- package/admin/src/content-manager/components/DynamicZone/components/AddComponentButton.js +32 -95
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCard.js +10 -2
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCategory.js +63 -15
- package/admin/src/content-manager/components/DynamicZone/components/ComponentPicker.js +50 -63
- package/admin/src/content-manager/components/DynamicZone/components/DynamicComponent.js +132 -58
- package/admin/src/content-manager/components/DynamicZone/components/DynamicZoneLabel.js +29 -37
- package/admin/src/content-manager/components/DynamicZone/index.js +131 -83
- package/admin/src/content-manager/components/EditViewDataManagerProvider/index.js +31 -8
- package/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js +18 -6
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/index.js +0 -1
- package/admin/src/content-manager/components/Inputs/index.js +18 -11
- package/admin/src/content-manager/components/Inputs/utils/index.js +0 -1
- package/admin/src/content-manager/pages/EditSettingsView/components/DynamicZoneList.js +7 -1
- package/admin/src/content-manager/pages/EditView/index.js +1 -1
- package/admin/src/content-manager/pages/ListView/index.js +118 -2
- package/admin/src/content-manager/utils/index.js +2 -0
- package/admin/src/content-manager/{components/EditViewDataManagerProvider/utils → utils}/schema.js +1 -1
- package/admin/src/hooks/useContentTypes/useContentTypes.js +0 -2
- package/admin/src/index.js +4 -3
- package/admin/src/injectionZones.js +6 -1
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/EventTableCE.js +13 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/index.js +3 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js +331 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/Combobox.js +54 -4
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/index.js +12 -23
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +129 -116
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/utils/makeWebhookValidationSchema.js +62 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/index.js +59 -64
- package/admin/src/translations/ar.json +684 -1
- package/admin/src/translations/en.json +12 -1
- package/build/3562.e0b1a0b3.chunk.js +50 -0
- package/build/371.6e4e2c1f.chunk.js +71 -0
- package/build/5297.31c9ffdc.chunk.js +39 -0
- package/build/5542.64b623c9.chunk.js +63 -0
- package/build/{5563.79950369.chunk.js → 5563.badbffde.chunk.js} +2 -2
- package/build/6691.f7a3b5ac.chunk.js +105 -0
- package/build/6970.d456705f.chunk.js +1 -0
- package/build/{7259.5cc67413.chunk.js → 7259.5d0de931.chunk.js} +1 -1
- package/build/8976.0022f5a3.chunk.js +50 -0
- package/build/{1657.ca8562dd.chunk.js → 9932.5ef475c5.chunk.js} +54 -62
- package/build/Admin-authenticatedApp.ab2b5910.chunk.js +79 -0
- package/build/{Admin_InternalErrorPage.96ceaae1.chunk.js → Admin_InternalErrorPage.f25f04f3.chunk.js} +1 -1
- package/build/Admin_homePage.05063e43.chunk.js +73 -0
- package/build/Admin_marketplace.005d2d5b.chunk.js +55 -0
- package/build/Admin_pluginsPage.5d9d4060.chunk.js +6 -0
- package/build/{Admin_profilePage.a8fa3a56.chunk.js → Admin_profilePage.ab7b94d7.chunk.js} +2 -2
- package/build/Admin_settingsPage.07a6a5f0.chunk.js +79 -0
- package/build/{Upload_ConfigureTheView.aa64ed9a.chunk.js → Upload_ConfigureTheView.121deffb.chunk.js} +1 -1
- package/build/admin-app.7cc667be.chunk.js +63 -0
- package/build/{admin-edit-roles-page.0d12b741.chunk.js → admin-edit-roles-page.bfe3304d.chunk.js} +3 -3
- package/build/{admin-edit-users.f9ce7844.chunk.js → admin-edit-users.6efe0382.chunk.js} +2 -2
- package/build/admin-roles-list.b2577370.chunk.js +23 -0
- package/build/admin-users.4af49ccf.chunk.js +26 -0
- package/build/{api-tokens-create-page.973d2816.chunk.js → api-tokens-create-page.65411a36.chunk.js} +1 -1
- package/build/{api-tokens-edit-page.29725c5e.chunk.js → api-tokens-edit-page.60312cb6.chunk.js} +1 -1
- package/build/{api-tokens-list-page.66c4fbdd.chunk.js → api-tokens-list-page.01a4d5cd.chunk.js} +2 -2
- package/build/ar-json.f530bc3f.chunk.js +1 -0
- package/build/audit-logs-settings-page.b165679b.chunk.js +16 -0
- package/build/content-manager.8cc6c3f9.chunk.js +1094 -0
- package/build/content-type-builder-list-view.58f9ed20.chunk.js +211 -0
- package/build/{content-type-builder-translation-en-json.af293c9e.chunk.js → content-type-builder-translation-en-json.f592325b.chunk.js} +1 -1
- package/build/content-type-builder.baeb0413.chunk.js +132 -0
- package/build/email-settings-page.8caad83f.chunk.js +11 -0
- package/build/en-json.a8f34002.chunk.js +1 -0
- package/build/i18n-settings-page.579d5eab.chunk.js +9 -0
- package/build/i18n-translation-en-json.1ec7becf.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/main.1d678f7b.js +2926 -0
- package/build/{review-workflows-settings.56cab253.chunk.js → review-workflows-settings.3a7bae25.chunk.js} +2 -2
- package/build/{runtime~main.adbe36a4.js → runtime~main.9dbd4553.js} +2 -2
- package/build/{sso-settings-page.265e3d72.chunk.js → sso-settings-page.4bb073e0.chunk.js} +1 -1
- package/build/{transfer-tokens-create-page.170acee6.chunk.js → transfer-tokens-create-page.9ec277d7.chunk.js} +1 -1
- package/build/{transfer-tokens-edit-page.6cf23295.chunk.js → transfer-tokens-edit-page.fa5ade14.chunk.js} +1 -1
- package/build/{transfer-tokens-list-page.c3fec4c1.chunk.js → transfer-tokens-list-page.5d68d590.chunk.js} +2 -2
- package/build/upload-settings.2c1565d6.chunk.js +14 -0
- package/build/upload.257b2aef.chunk.js +26 -0
- package/build/users-advanced-settings-page.ddd29040.chunk.js +9 -0
- package/build/users-email-settings-page.717e2a51.chunk.js +24 -0
- package/build/users-providers-settings-page.c7eae829.chunk.js +29 -0
- package/build/{users-roles-settings-page.2549794b.chunk.js → users-roles-settings-page.63cf2838.chunk.js} +1 -1
- package/build/webhook-edit-page.8576742e.chunk.js +31 -0
- package/build/webhook-list-page.abf5747c.chunk.js +63 -0
- package/ee/admin/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/EventTableEE.js +23 -0
- package/ee/admin/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/index.js +3 -0
- package/ee/server/services/review-workflows/review-workflows.js +4 -0
- package/package.json +22 -24
- package/server/controllers/webhooks.js +6 -6
- package/admin/src/content-manager/components/DynamicTable/ConfirmDialogDeleteAll/index.js +0 -73
- package/admin/src/content-manager/components/DynamicZone/utils/connect.js +0 -12
- package/admin/src/content-manager/components/DynamicZone/utils/select.js +0 -53
- package/admin/src/content-manager/components/Inputs/utils/getStep.js +0 -13
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/EventRow.js +0 -70
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/index.js +0 -174
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/keys.js +0 -39
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/fieldsRegex.js +0 -4
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/schema.js +0 -35
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/reducer.js +0 -100
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/utils/formatData.js +0 -20
- package/build/3081.c2cdfac8.chunk.js +0 -108
- package/build/3816.60f858cf.chunk.js +0 -211
- package/build/462.a073ff1f.chunk.js +0 -71
- package/build/5542.002522eb.chunk.js +0 -71
- package/build/617.87b2fe96.chunk.js +0 -155
- package/build/6858.85d76858.chunk.js +0 -50
- package/build/6970.6a329e15.chunk.js +0 -1
- package/build/Admin-authenticatedApp.d425b485.chunk.js +0 -79
- package/build/Admin_homePage.107a9fe0.chunk.js +0 -73
- package/build/Admin_marketplace.717bd7ca.chunk.js +0 -55
- package/build/Admin_pluginsPage.7df6b5a9.chunk.js +0 -6
- package/build/Admin_settingsPage.1394aaf2.chunk.js +0 -79
- package/build/admin-app.ac5b1f59.chunk.js +0 -63
- package/build/admin-roles-list.e8bf9685.chunk.js +0 -31
- package/build/admin-users.751b28b2.chunk.js +0 -34
- package/build/ar-json.39e54aba.chunk.js +0 -1
- package/build/audit-logs-settings-page.3c6cea81.chunk.js +0 -129
- package/build/content-manager.70548048.chunk.js +0 -1123
- package/build/content-type-builder-list-view.1e821eb9.chunk.js +0 -215
- package/build/content-type-builder.b10576e7.chunk.js +0 -126
- package/build/email-settings-page.dba83275.chunk.js +0 -11
- package/build/en-json.d965e364.chunk.js +0 -1
- package/build/i18n-settings-page.55628f74.chunk.js +0 -114
- package/build/i18n-translation-en-json.60af6722.chunk.js +0 -1
- package/build/main.d9d9ed10.js +0 -2630
- package/build/upload-settings.63d99bf5.chunk.js +0 -14
- package/build/upload.c50d8c7a.chunk.js +0 -34
- package/build/users-advanced-settings-page.4f49ca57.chunk.js +0 -9
- package/build/users-email-settings-page.d2429d0a.chunk.js +0 -24
- package/build/users-providers-settings-page.50c5ba27.chunk.js +0 -29
- package/build/webhook-edit-page.ddd5963d.chunk.js +0 -128
- package/build/webhook-list-page.e2fca9f8.chunk.js +0 -71
package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/keys.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const keys = [
|
|
2
|
-
'A-IM',
|
|
3
|
-
'Accept',
|
|
4
|
-
'Accept-Charset',
|
|
5
|
-
'Accept-Encoding',
|
|
6
|
-
'Accept-Language',
|
|
7
|
-
'Accept-Datetime',
|
|
8
|
-
'Access-Control-Request-Method',
|
|
9
|
-
'Access-Control-Request-Headers',
|
|
10
|
-
'Authorization',
|
|
11
|
-
'Cache-Control',
|
|
12
|
-
'Connection',
|
|
13
|
-
'Content-Length',
|
|
14
|
-
'Content-Type',
|
|
15
|
-
'Cookie',
|
|
16
|
-
'Date',
|
|
17
|
-
'Expect',
|
|
18
|
-
'Forwarded',
|
|
19
|
-
'From',
|
|
20
|
-
'Host',
|
|
21
|
-
'If-Match',
|
|
22
|
-
'If-Modified-Since',
|
|
23
|
-
'If-None-Match',
|
|
24
|
-
'If-Range',
|
|
25
|
-
'If-Unmodified-Since',
|
|
26
|
-
'Max-Forwards',
|
|
27
|
-
'Origin',
|
|
28
|
-
'Pragma',
|
|
29
|
-
'Proxy-Authorization',
|
|
30
|
-
'Range',
|
|
31
|
-
'Referer',
|
|
32
|
-
'TE',
|
|
33
|
-
'User-Agent',
|
|
34
|
-
'Upgrade',
|
|
35
|
-
'Via',
|
|
36
|
-
'Warning',
|
|
37
|
-
];
|
|
38
|
-
|
|
39
|
-
export default keys;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as yup from 'yup';
|
|
2
|
-
import { translatedErrors } from '@strapi/helper-plugin';
|
|
3
|
-
import { NAME_REGEX, URL_REGEX } from './fieldsRegex';
|
|
4
|
-
|
|
5
|
-
const schema = yup.object().shape({
|
|
6
|
-
name: yup
|
|
7
|
-
.string(translatedErrors.string)
|
|
8
|
-
.required(translatedErrors.required)
|
|
9
|
-
.matches(NAME_REGEX, translatedErrors.regex),
|
|
10
|
-
url: yup
|
|
11
|
-
.string(translatedErrors.string)
|
|
12
|
-
.required(translatedErrors.required)
|
|
13
|
-
.matches(URL_REGEX, translatedErrors.regex),
|
|
14
|
-
headers: yup.lazy((array) => {
|
|
15
|
-
let baseSchema = yup.array();
|
|
16
|
-
|
|
17
|
-
if (array.length === 1) {
|
|
18
|
-
const { key, value } = array[0];
|
|
19
|
-
|
|
20
|
-
if (!key && !value) {
|
|
21
|
-
return baseSchema;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
return baseSchema.of(
|
|
26
|
-
yup.object().shape({
|
|
27
|
-
key: yup.string().required(translatedErrors.required),
|
|
28
|
-
value: yup.string().required(translatedErrors.required),
|
|
29
|
-
})
|
|
30
|
-
);
|
|
31
|
-
}),
|
|
32
|
-
events: yup.array(),
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
export default schema;
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import produce from 'immer';
|
|
2
|
-
import get from 'lodash/get';
|
|
3
|
-
import set from 'lodash/set';
|
|
4
|
-
|
|
5
|
-
const header = { key: '', value: '' };
|
|
6
|
-
|
|
7
|
-
const initialWebhook = {
|
|
8
|
-
events: [],
|
|
9
|
-
headers: [header],
|
|
10
|
-
name: '',
|
|
11
|
-
url: '',
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
const initialState = {
|
|
15
|
-
formErrors: {},
|
|
16
|
-
initialData: initialWebhook,
|
|
17
|
-
isTriggering: false,
|
|
18
|
-
modifiedData: initialWebhook,
|
|
19
|
-
isLoading: true,
|
|
20
|
-
triggerResponse: {},
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const reducer = (state, action) =>
|
|
24
|
-
// eslint-disable-next-line consistent-return
|
|
25
|
-
produce(state, (draftState) => {
|
|
26
|
-
switch (action.type) {
|
|
27
|
-
case 'ADD_NEW_HEADER': {
|
|
28
|
-
draftState.modifiedData.headers.push(header);
|
|
29
|
-
break;
|
|
30
|
-
}
|
|
31
|
-
case 'GET_DATA_SUCCEEDED': {
|
|
32
|
-
const headers = get(action, ['data', 'headers'], {});
|
|
33
|
-
let formattedHeaders = [header];
|
|
34
|
-
|
|
35
|
-
if (Object.keys(headers).length > 0) {
|
|
36
|
-
formattedHeaders = Object.keys(headers).map((key) => {
|
|
37
|
-
return { key, value: headers[key] };
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const data = { ...action.data, headers: formattedHeaders };
|
|
42
|
-
|
|
43
|
-
draftState.isLoading = false;
|
|
44
|
-
draftState.initialData = data;
|
|
45
|
-
draftState.modifiedData = data;
|
|
46
|
-
|
|
47
|
-
break;
|
|
48
|
-
}
|
|
49
|
-
case 'ON_CHANGE': {
|
|
50
|
-
set(draftState, ['modifiedData', ...action.keys], action.value);
|
|
51
|
-
break;
|
|
52
|
-
}
|
|
53
|
-
case 'ON_HEADER_REMOVE': {
|
|
54
|
-
const nextHeaders = state.modifiedData.headers.filter((_, index) => index !== action.index);
|
|
55
|
-
|
|
56
|
-
if (!nextHeaders.length) {
|
|
57
|
-
nextHeaders.push(header);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
draftState.modifiedData.headers = nextHeaders;
|
|
61
|
-
break;
|
|
62
|
-
}
|
|
63
|
-
case 'ON_TRIGGER_CANCELED': {
|
|
64
|
-
draftState.isTriggering = false;
|
|
65
|
-
draftState.triggerResponse = {};
|
|
66
|
-
|
|
67
|
-
break;
|
|
68
|
-
}
|
|
69
|
-
case 'RESET_FORM': {
|
|
70
|
-
draftState.modifiedData = state.initialData;
|
|
71
|
-
break;
|
|
72
|
-
}
|
|
73
|
-
case 'SET_ERRORS': {
|
|
74
|
-
draftState.formErrors = action.errors;
|
|
75
|
-
break;
|
|
76
|
-
}
|
|
77
|
-
case 'SET_IS_TRIGGERING': {
|
|
78
|
-
draftState.isTriggering = !state.isTriggering;
|
|
79
|
-
break;
|
|
80
|
-
}
|
|
81
|
-
case 'SUBMIT_SUCCEEDED': {
|
|
82
|
-
draftState.initialData = state.modifiedData;
|
|
83
|
-
break;
|
|
84
|
-
}
|
|
85
|
-
case 'TRIGGER_SUCCEEDED': {
|
|
86
|
-
draftState.triggerResponse = action.response;
|
|
87
|
-
draftState.isTriggering = false;
|
|
88
|
-
break;
|
|
89
|
-
}
|
|
90
|
-
case 'UNSET_LOADER': {
|
|
91
|
-
draftState.isLoading = false;
|
|
92
|
-
break;
|
|
93
|
-
}
|
|
94
|
-
default:
|
|
95
|
-
return draftState;
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
|
|
99
|
-
export default reducer;
|
|
100
|
-
export { initialState };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const cleanData = (data) => {
|
|
2
|
-
return { ...data, headers: unformatHeaders(data.headers) };
|
|
3
|
-
};
|
|
4
|
-
|
|
5
|
-
const unformatHeaders = (headers) => {
|
|
6
|
-
return headers.reduce((acc, current) => {
|
|
7
|
-
const { key, value } = current;
|
|
8
|
-
|
|
9
|
-
if (key !== '') {
|
|
10
|
-
return {
|
|
11
|
-
...acc,
|
|
12
|
-
[key]: value,
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
return acc;
|
|
17
|
-
}, {});
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export default cleanData;
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[3081],{93994:function(E,p,e){var r=e(33795);function c(u,o){for(var i=-1,n=o.length,t=Array(n),a=u==null;++i<n;)t[i]=a?void 0:r(u,o[i]);return t}E.exports=c},88311:function(E,p,e){var r=e(93994),c=e(83368),u=c(r);E.exports=u},65923:function(E,p,e){"use strict";const r=e(52138),c=Symbol("max"),u=Symbol("length"),o=Symbol("lengthCalculator"),i=Symbol("allowStale"),n=Symbol("maxAge"),t=Symbol("dispose"),a=Symbol("noDisposeOnSet"),h=Symbol("lruList"),l=Symbol("cache"),s=Symbol("updateAgeOnGet"),d=()=>1;class D{constructor(g){if(typeof g=="number"&&(g={max:g}),g||(g={}),g.max&&(typeof g.max!="number"||g.max<0))throw new TypeError("max must be a non-negative number");const R=this[c]=g.max||1/0,O=g.length||d;if(this[o]=typeof O!="function"?d:O,this[i]=g.stale||!1,g.maxAge&&typeof g.maxAge!="number")throw new TypeError("maxAge must be a number");this[n]=g.maxAge||0,this[t]=g.dispose,this[a]=g.noDisposeOnSet||!1,this[s]=g.updateAgeOnGet||!1,this.reset()}set max(g){if(typeof g!="number"||g<0)throw new TypeError("max must be a non-negative number");this[c]=g||1/0,_(this)}get max(){return this[c]}set allowStale(g){this[i]=!!g}get allowStale(){return this[i]}set maxAge(g){if(typeof g!="number")throw new TypeError("maxAge must be a non-negative number");this[n]=g,_(this)}get maxAge(){return this[n]}set lengthCalculator(g){typeof g!="function"&&(g=d),g!==this[o]&&(this[o]=g,this[u]=0,this[h].forEach(R=>{R.length=this[o](R.value,R.key),this[u]+=R.length})),_(this)}get lengthCalculator(){return this[o]}get length(){return this[u]}get itemCount(){return this[h].length}rforEach(g,R){R=R||this;for(let O=this[h].tail;O!==null;){const $=O.prev;M(this,g,O,R),O=$}}forEach(g,R){R=R||this;for(let O=this[h].head;O!==null;){const $=O.next;M(this,g,O,R),O=$}}keys(){return this[h].toArray().map(g=>g.key)}values(){return this[h].toArray().map(g=>g.value)}reset(){this[t]&&this[h]&&this[h].length&&this[h].forEach(g=>this[t](g.key,g.value)),this[l]=new Map,this[h]=new r,this[u]=0}dump(){return this[h].map(g=>v(this,g)?!1:{k:g.key,v:g.value,e:g.now+(g.maxAge||0)}).toArray().filter(g=>g)}dumpLru(){return this[h]}set(g,R,O){if(O=O||this[n],O&&typeof O!="number")throw new TypeError("maxAge must be a number");const $=O?Date.now():0,U=this[o](R,g);if(this[l].has(g)){if(U>this[c])return m(this,this[l].get(g)),!1;const I=this[l].get(g).value;return this[t]&&(this[a]||this[t](g,I.value)),I.now=$,I.maxAge=O,I.value=R,this[u]+=U-I.length,I.length=U,this.get(g),_(this),!0}const F=new y(g,R,U,$,O);return F.length>this[c]?(this[t]&&this[t](g,R),!1):(this[u]+=F.length,this[h].unshift(F),this[l].set(g,this[h].head),_(this),!0)}has(g){if(!this[l].has(g))return!1;const R=this[l].get(g).value;return!v(this,R)}get(g){return f(this,g,!0)}peek(g){return f(this,g,!1)}pop(){const g=this[h].tail;return g?(m(this,g),g.value):null}del(g){m(this,this[l].get(g))}load(g){this.reset();const R=Date.now();for(let O=g.length-1;O>=0;O--){const $=g[O],U=$.e||0;if(U===0)this.set($.k,$.v);else{const F=U-R;F>0&&this.set($.k,$.v,F)}}}prune(){this[l].forEach((g,R)=>f(this,R,!1))}}const f=(L,g,R)=>{const O=L[l].get(g);if(O){const $=O.value;if(v(L,$)){if(m(L,O),!L[i])return}else R&&(L[s]&&(O.value.now=Date.now()),L[h].unshiftNode(O));return $.value}},v=(L,g)=>{if(!g||!g.maxAge&&!L[n])return!1;const R=Date.now()-g.now;return g.maxAge?R>g.maxAge:L[n]&&R>L[n]},_=L=>{if(L[u]>L[c])for(let g=L[h].tail;L[u]>L[c]&&g!==null;){const R=g.prev;m(L,g),g=R}},m=(L,g)=>{if(g){const R=g.value;L[t]&&L[t](R.key,R.value),L[u]-=R.length,L[l].delete(R.key),L[h].removeNode(g)}};class y{constructor(g,R,O,$,U){this.key=g,this.value=R,this.length=O,this.now=$,this.maxAge=U||0}}const M=(L,g,R,O)=>{let $=R.value;v(L,$)&&(m(L,R),L[i]||($=void 0)),$&&g.call(O,$.value,$.key,L)};E.exports=D},13272:function(E,p,e){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.isSafari=p.isFirefox=void 0;var r=e(17611);const c=r.memoize(()=>/firefox/i.test(navigator.userAgent));p.isFirefox=c;const u=r.memoize(()=>Boolean(window.safari));p.isSafari=u},24284:function(E,p,e){"use strict";Object.defineProperty(p,"__esModule",{value:!0});var r=e(17611);class c{enter(o){const i=this.entered.length,n=t=>this.isNodeInDocument(t)&&(!t.contains||t.contains(o));return this.entered=r.union(this.entered.filter(n),[o]),i===0&&this.entered.length>0}leave(o){const i=this.entered.length;return this.entered=r.without(this.entered.filter(this.isNodeInDocument),o),i>0&&this.entered.length===0}reset(){this.entered=[]}constructor(o){this.entered=[],this.isNodeInDocument=o}}p.EnterLeaveCounter=c},32022:function(E,p,e){"use strict";Object.defineProperty(p,"__esModule",{value:!0});var r=e(24284),c=e(5782),u=e(54935),o=t(e(9689)),i=e(44444);function n(l,s,d){return s in l?Object.defineProperty(l,s,{value:d,enumerable:!0,configurable:!0,writable:!0}):l[s]=d,l}function t(l){if(l&&l.__esModule)return l;var s={};if(l!=null){for(var d in l)if(Object.prototype.hasOwnProperty.call(l,d)){var D=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(l,d):{};D.get||D.set?Object.defineProperty(s,d,D):s[d]=l[d]}}return s.default=l,s}function a(l){for(var s=1;s<arguments.length;s++){var d=arguments[s]!=null?arguments[s]:{},D=Object.keys(d);typeof Object.getOwnPropertySymbols=="function"&&(D=D.concat(Object.getOwnPropertySymbols(d).filter(function(f){return Object.getOwnPropertyDescriptor(d,f).enumerable}))),D.forEach(function(f){n(l,f,d[f])})}return l}class h{profile(){var s,d;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((s=this.dragStartSourceIds)===null||s===void 0?void 0:s.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((d=this.dragOverTargetIds)===null||d===void 0?void 0:d.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const s=this.rootElement;if(s!==void 0){if(s.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");s.__isReactDndBackendSetUp=!0,this.addEventListeners(s)}}teardown(){const s=this.rootElement;if(s!==void 0&&(s.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var d;(d=this.window)===null||d===void 0||d.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(s,d,D){return this.sourcePreviewNodeOptions.set(s,D),this.sourcePreviewNodes.set(s,d),()=>{this.sourcePreviewNodes.delete(s),this.sourcePreviewNodeOptions.delete(s)}}connectDragSource(s,d,D){this.sourceNodes.set(s,d),this.sourceNodeOptions.set(s,D);const f=_=>this.handleDragStart(_,s),v=_=>this.handleSelectStart(_);return d.setAttribute("draggable","true"),d.addEventListener("dragstart",f),d.addEventListener("selectstart",v),()=>{this.sourceNodes.delete(s),this.sourceNodeOptions.delete(s),d.removeEventListener("dragstart",f),d.removeEventListener("selectstart",v),d.setAttribute("draggable","false")}}connectDropTarget(s,d){const D=_=>this.handleDragEnter(_,s),f=_=>this.handleDragOver(_,s),v=_=>this.handleDrop(_,s);return d.addEventListener("dragenter",D),d.addEventListener("dragover",f),d.addEventListener("drop",v),()=>{d.removeEventListener("dragenter",D),d.removeEventListener("dragover",f),d.removeEventListener("drop",v)}}addEventListeners(s){s.addEventListener&&(s.addEventListener("dragstart",this.handleTopDragStart),s.addEventListener("dragstart",this.handleTopDragStartCapture,!0),s.addEventListener("dragend",this.handleTopDragEndCapture,!0),s.addEventListener("dragenter",this.handleTopDragEnter),s.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),s.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),s.addEventListener("dragover",this.handleTopDragOver),s.addEventListener("dragover",this.handleTopDragOverCapture,!0),s.addEventListener("drop",this.handleTopDrop),s.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(s){s.removeEventListener&&(s.removeEventListener("dragstart",this.handleTopDragStart),s.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),s.removeEventListener("dragend",this.handleTopDragEndCapture,!0),s.removeEventListener("dragenter",this.handleTopDragEnter),s.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),s.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),s.removeEventListener("dragover",this.handleTopDragOver),s.removeEventListener("dragover",this.handleTopDragOverCapture,!0),s.removeEventListener("drop",this.handleTopDrop),s.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const s=this.monitor.getSourceId(),d=this.sourceNodeOptions.get(s);return a({dropEffect:this.altKeyPressed?"copy":"move"},d||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const s=this.monitor.getSourceId(),d=this.sourcePreviewNodeOptions.get(s);return a({anchorX:.5,anchorY:.5,captureDraggingState:!1},d||{})}isDraggingNativeItem(){const s=this.monitor.getItemType();return Object.keys(o).some(d=>o[d]===s)}beginDragNativeItem(s,d){this.clearCurrentDragSourceNode(),this.currentNativeSource=u.createNativeDragSource(s,d),this.currentNativeHandle=this.registry.addSource(s,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(s){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=s;const d=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var D;return(D=this.rootElement)===null||D===void 0?void 0:D.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},d)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var s;(s=this.window)===null||s===void 0||s.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(s,d){s.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(d))}handleDragEnter(s,d){this.dragEnterTargetIds.unshift(d)}handleDragOver(s,d){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(d)}handleDrop(s,d){this.dropTargetIds.unshift(d)}constructor(s,d,D){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=f=>{const v=this.sourceNodes.get(f);return v&&c.getNodeClientOffset(v)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=f=>Boolean(f&&this.document&&this.document.body&&this.document.body.contains(f)),this.endDragIfSourceWasRemovedFromDOM=()=>{const f=this.currentDragSourceNode;f==null||this.isNodeInDocument(f)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=f=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(f||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=f=>{if(f.defaultPrevented)return;const{dragStartSourceIds:v}=this;this.dragStartSourceIds=null;const _=c.getEventClientOffset(f);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(v||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:_});const{dataTransfer:m}=f,y=u.matchNativeItemType(m);if(this.monitor.isDragging()){if(m&&typeof m.setDragImage=="function"){const L=this.monitor.getSourceId(),g=this.sourceNodes.get(L),R=this.sourcePreviewNodes.get(L)||g;if(R){const{anchorX:O,anchorY:$,offsetX:U,offsetY:F}=this.getCurrentSourcePreviewNodeOptions(),K={anchorX:O,anchorY:$},I={offsetX:U,offsetY:F},T=c.getDragPreviewOffset(g,R,_,K,I);m.setDragImage(R,T.x,T.y)}}try{m?.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(f.target);const{captureDraggingState:M}=this.getCurrentSourcePreviewNodeOptions();M?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(y)this.beginDragNativeItem(y);else{if(m&&!m.types&&(f.target&&!f.target.hasAttribute||!f.target.hasAttribute("draggable")))return;f.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=f=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var v;(v=this.currentNativeSource)===null||v===void 0||v.loadDataTransfer(f.dataTransfer)}if(!this.enterLeaveCounter.enter(f.target)||this.monitor.isDragging())return;const{dataTransfer:m}=f,y=u.matchNativeItemType(m);y&&this.beginDragNativeItem(y,m)},this.handleTopDragEnter=f=>{const{dragEnterTargetIds:v}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=f.altKey,v.length>0&&this.actions.hover(v,{clientOffset:c.getEventClientOffset(f)}),v.some(m=>this.monitor.canDropOnTarget(m))&&(f.preventDefault(),f.dataTransfer&&(f.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=f=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var v;(v=this.currentNativeSource)===null||v===void 0||v.loadDataTransfer(f.dataTransfer)}},this.handleTopDragOver=f=>{const{dragOverTargetIds:v}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){f.preventDefault(),f.dataTransfer&&(f.dataTransfer.dropEffect="none");return}this.altKeyPressed=f.altKey,this.lastClientOffset=c.getEventClientOffset(f),this.scheduleHover(v),(v||[]).some(m=>this.monitor.canDropOnTarget(m))?(f.preventDefault(),f.dataTransfer&&(f.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?f.preventDefault():(f.preventDefault(),f.dataTransfer&&(f.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=f=>{this.isDraggingNativeItem()&&f.preventDefault(),this.enterLeaveCounter.leave(f.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=f=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var v;f.preventDefault(),(v=this.currentNativeSource)===null||v===void 0||v.loadDataTransfer(f.dataTransfer)}else u.matchNativeItemType(f.dataTransfer)&&f.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=f=>{const{dropTargetIds:v}=this;this.dropTargetIds=[],this.actions.hover(v,{clientOffset:c.getEventClientOffset(f)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=f=>{const v=f.target;typeof v.dragDrop=="function"&&(v.tagName==="INPUT"||v.tagName==="SELECT"||v.tagName==="TEXTAREA"||v.isContentEditable||(f.preventDefault(),v.dragDrop()))},this.options=new i.OptionsReader(d,D),this.actions=s.getActions(),this.monitor=s.getMonitor(),this.registry=s.getRegistry(),this.enterLeaveCounter=new r.EnterLeaveCounter(this.isNodeInDocument)}}p.HTML5BackendImpl=h},80557:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0});class e{interpolate(c){const{xs:u,ys:o,c1s:i,c2s:n,c3s:t}=this;let a=u.length-1;if(c===u[a])return o[a];let h=0,l=t.length-1,s;for(;h<=l;){s=Math.floor(.5*(h+l));const f=u[s];if(f<c)h=s+1;else if(f>c)l=s-1;else return o[s]}a=Math.max(0,l);const d=c-u[a],D=d*d;return o[a]+i[a]*d+n[a]*D+t[a]*d*D}constructor(c,u){const{length:o}=c,i=[];for(let v=0;v<o;v++)i.push(v);i.sort((v,_)=>c[v]<c[_]?-1:1);const n=[],t=[],a=[];let h,l;for(let v=0;v<o-1;v++)h=c[v+1]-c[v],l=u[v+1]-u[v],t.push(h),n.push(l),a.push(l/h);const s=[a[0]];for(let v=0;v<t.length-1;v++){const _=a[v],m=a[v+1];if(_*m<=0)s.push(0);else{h=t[v];const y=t[v+1],M=h+y;s.push(3*M/((M+y)/_+(M+h)/m))}}s.push(a[a.length-1]);const d=[],D=[];let f;for(let v=0;v<s.length-1;v++){f=a[v];const _=s[v],m=1/t[v],y=_+s[v+1]-f-f;d.push((f-_-y)*m),D.push(y*m*m)}this.xs=c,this.ys=u,this.c1s=s,this.c2s=d,this.c3s=D}}p.MonotonicInterpolant=e},81061:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0});class e{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(c=>{Object.defineProperty(this.item,c,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${c}" until the drop event.`),null}})})}loadDataTransfer(c){if(c){const u={};Object.keys(this.config.exposeProperties).forEach(o=>{const i=this.config.exposeProperties[o];i!=null&&(u[o]={value:i(c,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,u)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(c,u){return u===c.getSourceId()}endDrag(){}constructor(c){this.config=c,this.item={},this.initializeExposedProperties()}}p.NativeDragSource=e},17892:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.getDataFromDataTransfer=e;function e(r,c,u){const o=c.reduce((i,n)=>i||r.getData(n),"");return o??u}},54935:function(E,p,e){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.createNativeDragSource=u,p.matchNativeItemType=o;var r=e(66826),c=e(81061);function u(i,n){const t=r.nativeTypesConfig[i];if(!t)throw new Error(`native type ${i} has no configuration`);const a=new c.NativeDragSource(t);return a.loadDataTransfer(n),a}function o(i){if(!i)return null;const n=Array.prototype.slice.call(i.types||[]);return Object.keys(r.nativeTypesConfig).filter(t=>{const a=r.nativeTypesConfig[t];return a?.matchesTypes?a.matchesTypes.some(h=>n.indexOf(h)>-1):!1})[0]||null}},66826:function(E,p,e){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.nativeTypesConfig=void 0;var r=u(e(9689)),c=e(17892);function u(i){if(i&&i.__esModule)return i;var n={};if(i!=null){for(var t in i)if(Object.prototype.hasOwnProperty.call(i,t)){var a=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(i,t):{};a.get||a.set?Object.defineProperty(n,t,a):n[t]=i[t]}}return n.default=i,n}const o={[r.FILE]:{exposeProperties:{files:i=>Array.prototype.slice.call(i.files),items:i=>i.items,dataTransfer:i=>i},matchesTypes:["Files"]},[r.HTML]:{exposeProperties:{html:(i,n)=>c.getDataFromDataTransfer(i,n,""),dataTransfer:i=>i},matchesTypes:["Html","text/html"]},[r.URL]:{exposeProperties:{urls:(i,n)=>c.getDataFromDataTransfer(i,n,"").split(`
|
|
2
|
-
`),dataTransfer:i=>i},matchesTypes:["Url","text/uri-list"]},[r.TEXT]:{exposeProperties:{text:(i,n)=>c.getDataFromDataTransfer(i,n,""),dataTransfer:i=>i},matchesTypes:["Text","text/plain"]}};p.nativeTypesConfig=o},9689:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.HTML=p.TEXT=p.URL=p.FILE=void 0;const e="__NATIVE_FILE__";p.FILE=e;const r="__NATIVE_URL__";p.URL=r;const c="__NATIVE_TEXT__";p.TEXT=c;const u="__NATIVE_HTML__";p.HTML=u},5782:function(E,p,e){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.getNodeClientOffset=o,p.getEventClientOffset=i,p.getDragPreviewOffset=a;var r=e(13272),c=e(80557);const u=1;function o(h){const l=h.nodeType===u?h:h.parentElement;if(!l)return null;const{top:s,left:d}=l.getBoundingClientRect();return{x:d,y:s}}function i(h){return{x:h.clientX,y:h.clientY}}function n(h){var l;return h.nodeName==="IMG"&&(r.isFirefox()||!(!((l=document.documentElement)===null||l===void 0)&&l.contains(h)))}function t(h,l,s,d){let D=h?l.width:s,f=h?l.height:d;return r.isSafari()&&h&&(f/=window.devicePixelRatio,D/=window.devicePixelRatio),{dragPreviewWidth:D,dragPreviewHeight:f}}function a(h,l,s,d,D){const f=n(l),_=o(f?h:l),m={x:s.x-_.x,y:s.y-_.y},{offsetWidth:y,offsetHeight:M}=h,{anchorX:L,anchorY:g}=d,{dragPreviewWidth:R,dragPreviewHeight:O}=t(f,l,y,M),$=()=>{let x=new c.MonotonicInterpolant([0,.5,1],[m.y,m.y/M*O,m.y+O-M]).interpolate(g);return r.isSafari()&&f&&(x+=(window.devicePixelRatio-1)*O),x},U=()=>new c.MonotonicInterpolant([0,.5,1],[m.x,m.x/y*R,m.x+R-y]).interpolate(L),{offsetX:F,offsetY:K}=D,I=F===0||F,T=K===0||K;return{x:I?F:U(),y:T?K:$()}}},44444:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0});class e{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var c;return!((c=this.globalContext)===null||c===void 0)&&c.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var c;return((c=this.optionsArgs)===null||c===void 0?void 0:c.rootElement)||this.window}constructor(c,u){this.ownerDocument=null,this.globalContext=c,this.optionsArgs=u}}p.OptionsReader=e},15970:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.getEmptyImage=r;let e;function r(){return e||(e=new Image,e.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),e}},51968:function(E,p,e){"use strict";var r;r={value:!0},Object.defineProperty(p,"rX",{enumerable:!0,get:function(){return o.getEmptyImage}}),p.PD=r=void 0;var c=e(32022),u=i(e(9689)),o=e(15970);r=u;function i(t){if(t&&t.__esModule)return t;var a={};if(t!=null){for(var h in t)if(Object.prototype.hasOwnProperty.call(t,h)){var l=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(t,h):{};l.get||l.set?Object.defineProperty(a,h,l):a[h]=t[h]}}return a.default=t,a}const n=function(a,h,l){return new c.HTML5BackendImpl(a,h,l)};p.PD=n},17611:function(E,p){"use strict";Object.defineProperty(p,"__esModule",{value:!0}),p.memoize=e,p.without=r,p.union=c;function e(u){let o=null;return()=>(o==null&&(o=u()),o)}function r(u,o){return u.filter(i=>i!==o)}function c(u,o){const i=new Set,n=a=>i.add(a);u.forEach(n),o.forEach(n);const t=[];return i.forEach(a=>t.push(a)),t}},84074:function(E,p,e){const r=Symbol("SemVer ANY");class c{static get ANY(){return r}constructor(s,d){if(d=u(d),s instanceof c){if(s.loose===!!d.loose)return s;s=s.value}t("comparator",s,d),this.options=d,this.loose=!!d.loose,this.parse(s),this.semver===r?this.value="":this.value=this.operator+this.semver.version,t("comp",this)}parse(s){const d=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATOR],D=s.match(d);if(!D)throw new TypeError(`Invalid comparator: ${s}`);this.operator=D[1]!==void 0?D[1]:"",this.operator==="="&&(this.operator=""),D[2]?this.semver=new a(D[2],this.options.loose):this.semver=r}toString(){return this.value}test(s){if(t("Comparator.test",s,this.options.loose),this.semver===r||s===r)return!0;if(typeof s=="string")try{s=new a(s,this.options)}catch{return!1}return n(s,this.operator,this.semver,this.options)}intersects(s,d){if(!(s instanceof c))throw new TypeError("a Comparator is required");if((!d||typeof d!="object")&&(d={loose:!!d,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new h(s.value,d).test(this.value);if(s.operator==="")return s.value===""?!0:new h(this.value,d).test(s.semver);const D=(this.operator===">="||this.operator===">")&&(s.operator===">="||s.operator===">"),f=(this.operator==="<="||this.operator==="<")&&(s.operator==="<="||s.operator==="<"),v=this.semver.version===s.semver.version,_=(this.operator===">="||this.operator==="<=")&&(s.operator===">="||s.operator==="<="),m=n(this.semver,"<",s.semver,d)&&(this.operator===">="||this.operator===">")&&(s.operator==="<="||s.operator==="<"),y=n(this.semver,">",s.semver,d)&&(this.operator==="<="||this.operator==="<")&&(s.operator===">="||s.operator===">");return D||f||v&&_||m||y}}E.exports=c;const u=e(30156),{re:o,t:i}=e(90887),n=e(62401),t=e(33843),a=e(39405),h=e(14355)},14355:function(E,p,e){class r{constructor(T,N){if(N=o(N),T instanceof r)return T.loose===!!N.loose&&T.includePrerelease===!!N.includePrerelease?T:new r(T.raw,N);if(T instanceof i)return this.raw=T.value,this.set=[[T]],this.format(),this;if(this.options=N,this.loose=!!N.loose,this.includePrerelease=!!N.includePrerelease,this.raw=T,this.set=T.split("||").map(x=>this.parseRange(x.trim())).filter(x=>x.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${T}`);if(this.set.length>1){const x=this.set[0];if(this.set=this.set.filter(A=>!D(A[0])),this.set.length===0)this.set=[x];else if(this.set.length>1){for(const A of this.set)if(A.length===1&&f(A[0])){this.set=[A];break}}}this.format()}format(){return this.range=this.set.map(T=>T.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(T){T=T.trim();const x=`parseRange:${Object.keys(this.options).join(",")}:${T}`,A=u.get(x);if(A)return A;const P=this.options.loose,S=P?a[h.HYPHENRANGELOOSE]:a[h.HYPHENRANGE];T=T.replace(S,F(this.options.includePrerelease)),n("hyphen replace",T),T=T.replace(a[h.COMPARATORTRIM],l),n("comparator trim",T),T=T.replace(a[h.TILDETRIM],s),T=T.replace(a[h.CARETTRIM],d),T=T.split(/\s+/).join(" ");let w=T.split(" ").map(B=>_(B,this.options)).join(" ").split(/\s+/).map(B=>U(B,this.options));P&&(w=w.filter(B=>(n("loose invalid filter",B,this.options),!!B.match(a[h.COMPARATORLOOSE])))),n("range list",w);const C=new Map,j=w.map(B=>new i(B,this.options));for(const B of j){if(D(B))return[B];C.set(B.value,B)}C.size>1&&C.has("")&&C.delete("");const W=[...C.values()];return u.set(x,W),W}intersects(T,N){if(!(T instanceof r))throw new TypeError("a Range is required");return this.set.some(x=>v(x,N)&&T.set.some(A=>v(A,N)&&x.every(P=>A.every(S=>P.intersects(S,N)))))}test(T){if(!T)return!1;if(typeof T=="string")try{T=new t(T,this.options)}catch{return!1}for(let N=0;N<this.set.length;N++)if(K(this.set[N],T,this.options))return!0;return!1}}E.exports=r;const c=e(65923),u=new c({max:1e3}),o=e(30156),i=e(84074),n=e(33843),t=e(39405),{re:a,t:h,comparatorTrimReplace:l,tildeTrimReplace:s,caretTrimReplace:d}=e(90887),D=I=>I.value==="<0.0.0-0",f=I=>I.value==="",v=(I,T)=>{let N=!0;const x=I.slice();let A=x.pop();for(;N&&x.length;)N=x.every(P=>A.intersects(P,T)),A=x.pop();return N},_=(I,T)=>(n("comp",I,T),I=L(I,T),n("caret",I),I=y(I,T),n("tildes",I),I=R(I,T),n("xrange",I),I=$(I,T),n("stars",I),I),m=I=>!I||I.toLowerCase()==="x"||I==="*",y=(I,T)=>I.trim().split(/\s+/).map(N=>M(N,T)).join(" "),M=(I,T)=>{const N=T.loose?a[h.TILDELOOSE]:a[h.TILDE];return I.replace(N,(x,A,P,S,w)=>{n("tilde",I,x,A,P,S,w);let C;return m(A)?C="":m(P)?C=`>=${A}.0.0 <${+A+1}.0.0-0`:m(S)?C=`>=${A}.${P}.0 <${A}.${+P+1}.0-0`:w?(n("replaceTilde pr",w),C=`>=${A}.${P}.${S}-${w} <${A}.${+P+1}.0-0`):C=`>=${A}.${P}.${S} <${A}.${+P+1}.0-0`,n("tilde return",C),C})},L=(I,T)=>I.trim().split(/\s+/).map(N=>g(N,T)).join(" "),g=(I,T)=>{n("caret",I,T);const N=T.loose?a[h.CARETLOOSE]:a[h.CARET],x=T.includePrerelease?"-0":"";return I.replace(N,(A,P,S,w,C)=>{n("caret",I,A,P,S,w,C);let j;return m(P)?j="":m(S)?j=`>=${P}.0.0${x} <${+P+1}.0.0-0`:m(w)?P==="0"?j=`>=${P}.${S}.0${x} <${P}.${+S+1}.0-0`:j=`>=${P}.${S}.0${x} <${+P+1}.0.0-0`:C?(n("replaceCaret pr",C),P==="0"?S==="0"?j=`>=${P}.${S}.${w}-${C} <${P}.${S}.${+w+1}-0`:j=`>=${P}.${S}.${w}-${C} <${P}.${+S+1}.0-0`:j=`>=${P}.${S}.${w}-${C} <${+P+1}.0.0-0`):(n("no pr"),P==="0"?S==="0"?j=`>=${P}.${S}.${w}${x} <${P}.${S}.${+w+1}-0`:j=`>=${P}.${S}.${w}${x} <${P}.${+S+1}.0-0`:j=`>=${P}.${S}.${w} <${+P+1}.0.0-0`),n("caret return",j),j})},R=(I,T)=>(n("replaceXRanges",I,T),I.split(/\s+/).map(N=>O(N,T)).join(" ")),O=(I,T)=>{I=I.trim();const N=T.loose?a[h.XRANGELOOSE]:a[h.XRANGE];return I.replace(N,(x,A,P,S,w,C)=>{n("xRange",I,x,A,P,S,w,C);const j=m(P),W=j||m(S),B=W||m(w),H=B;return A==="="&&H&&(A=""),C=T.includePrerelease?"-0":"",j?A===">"||A==="<"?x="<0.0.0-0":x="*":A&&H?(W&&(S=0),w=0,A===">"?(A=">=",W?(P=+P+1,S=0,w=0):(S=+S+1,w=0)):A==="<="&&(A="<",W?P=+P+1:S=+S+1),A==="<"&&(C="-0"),x=`${A+P}.${S}.${w}${C}`):W?x=`>=${P}.0.0${C} <${+P+1}.0.0-0`:B&&(x=`>=${P}.${S}.0${C} <${P}.${+S+1}.0-0`),n("xRange return",x),x})},$=(I,T)=>(n("replaceStars",I,T),I.trim().replace(a[h.STAR],"")),U=(I,T)=>(n("replaceGTE0",I,T),I.trim().replace(a[T.includePrerelease?h.GTE0PRE:h.GTE0],"")),F=I=>(T,N,x,A,P,S,w,C,j,W,B,H,G)=>(m(x)?N="":m(A)?N=`>=${x}.0.0${I?"-0":""}`:m(P)?N=`>=${x}.${A}.0${I?"-0":""}`:S?N=`>=${N}`:N=`>=${N}${I?"-0":""}`,m(j)?C="":m(W)?C=`<${+j+1}.0.0-0`:m(B)?C=`<${j}.${+W+1}.0-0`:H?C=`<=${j}.${W}.${B}-${H}`:I?C=`<${j}.${W}.${+B+1}-0`:C=`<=${C}`,`${N} ${C}`.trim()),K=(I,T,N)=>{for(let x=0;x<I.length;x++)if(!I[x].test(T))return!1;if(T.prerelease.length&&!N.includePrerelease){for(let x=0;x<I.length;x++)if(n(I[x].semver),I[x].semver!==i.ANY&&I[x].semver.prerelease.length>0){const A=I[x].semver;if(A.major===T.major&&A.minor===T.minor&&A.patch===T.patch)return!0}return!1}return!0}},39405:function(E,p,e){const r=e(33843),{MAX_LENGTH:c,MAX_SAFE_INTEGER:u}=e(88202),{re:o,t:i}=e(90887),n=e(30156),{compareIdentifiers:t}=e(31630);class a{constructor(l,s){if(s=n(s),l instanceof a){if(l.loose===!!s.loose&&l.includePrerelease===!!s.includePrerelease)return l;l=l.version}else if(typeof l!="string")throw new TypeError(`Invalid Version: ${l}`);if(l.length>c)throw new TypeError(`version is longer than ${c} characters`);r("SemVer",l,s),this.options=s,this.loose=!!s.loose,this.includePrerelease=!!s.includePrerelease;const d=l.trim().match(s.loose?o[i.LOOSE]:o[i.FULL]);if(!d)throw new TypeError(`Invalid Version: ${l}`);if(this.raw=l,this.major=+d[1],this.minor=+d[2],this.patch=+d[3],this.major>u||this.major<0)throw new TypeError("Invalid major version");if(this.minor>u||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>u||this.patch<0)throw new TypeError("Invalid patch version");d[4]?this.prerelease=d[4].split(".").map(D=>{if(/^[0-9]+$/.test(D)){const f=+D;if(f>=0&&f<u)return f}return D}):this.prerelease=[],this.build=d[5]?d[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(l){if(r("SemVer.compare",this.version,this.options,l),!(l instanceof a)){if(typeof l=="string"&&l===this.version)return 0;l=new a(l,this.options)}return l.version===this.version?0:this.compareMain(l)||this.comparePre(l)}compareMain(l){return l instanceof a||(l=new a(l,this.options)),t(this.major,l.major)||t(this.minor,l.minor)||t(this.patch,l.patch)}comparePre(l){if(l instanceof a||(l=new a(l,this.options)),this.prerelease.length&&!l.prerelease.length)return-1;if(!this.prerelease.length&&l.prerelease.length)return 1;if(!this.prerelease.length&&!l.prerelease.length)return 0;let s=0;do{const d=this.prerelease[s],D=l.prerelease[s];if(r("prerelease compare",s,d,D),d===void 0&&D===void 0)return 0;if(D===void 0)return 1;if(d===void 0)return-1;if(d===D)continue;return t(d,D)}while(++s)}compareBuild(l){l instanceof a||(l=new a(l,this.options));let s=0;do{const d=this.build[s],D=l.build[s];if(r("prerelease compare",s,d,D),d===void 0&&D===void 0)return 0;if(D===void 0)return 1;if(d===void 0)return-1;if(d===D)continue;return t(d,D)}while(++s)}inc(l,s){switch(l){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",s);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",s);break;case"prepatch":this.prerelease.length=0,this.inc("patch",s),this.inc("pre",s);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",s),this.inc("pre",s);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let d=this.prerelease.length;for(;--d>=0;)typeof this.prerelease[d]=="number"&&(this.prerelease[d]++,d=-2);d===-1&&this.prerelease.push(0)}s&&(t(this.prerelease[0],s)===0?isNaN(this.prerelease[1])&&(this.prerelease=[s,0]):this.prerelease=[s,0]);break;default:throw new Error(`invalid increment argument: ${l}`)}return this.format(),this.raw=this.version,this}}E.exports=a},10953:function(E,p,e){const r=e(15497),c=(u,o)=>{const i=r(u.trim().replace(/^[=v]+/,""),o);return i?i.version:null};E.exports=c},62401:function(E,p,e){const r=e(38896),c=e(38378),u=e(99261),o=e(56647),i=e(63433),n=e(64622),t=(a,h,l,s)=>{switch(h){case"===":return typeof a=="object"&&(a=a.version),typeof l=="object"&&(l=l.version),a===l;case"!==":return typeof a=="object"&&(a=a.version),typeof l=="object"&&(l=l.version),a!==l;case"":case"=":case"==":return r(a,l,s);case"!=":return c(a,l,s);case">":return u(a,l,s);case">=":return o(a,l,s);case"<":return i(a,l,s);case"<=":return n(a,l,s);default:throw new TypeError(`Invalid operator: ${h}`)}};E.exports=t},36839:function(E,p,e){const r=e(39405),c=e(15497),{re:u,t:o}=e(90887),i=(n,t)=>{if(n instanceof r)return n;if(typeof n=="number"&&(n=String(n)),typeof n!="string")return null;t=t||{};let a=null;if(!t.rtl)a=n.match(u[o.COERCE]);else{let h;for(;(h=u[o.COERCERTL].exec(n))&&(!a||a.index+a[0].length!==n.length);)(!a||h.index+h[0].length!==a.index+a[0].length)&&(a=h),u[o.COERCERTL].lastIndex=h.index+h[1].length+h[2].length;u[o.COERCERTL].lastIndex=-1}return a===null?null:c(`${a[2]}.${a[3]||"0"}.${a[4]||"0"}`,t)};E.exports=i},6218:function(E,p,e){const r=e(39405),c=(u,o,i)=>{const n=new r(u,i),t=new r(o,i);return n.compare(t)||n.compareBuild(t)};E.exports=c},9643:function(E,p,e){const r=e(73308),c=(u,o)=>r(u,o,!0);E.exports=c},73308:function(E,p,e){const r=e(39405),c=(u,o,i)=>new r(u,i).compare(new r(o,i));E.exports=c},93948:function(E,p,e){const r=e(15497),c=e(38896),u=(o,i)=>{if(c(o,i))return null;{const n=r(o),t=r(i),a=n.prerelease.length||t.prerelease.length,h=a?"pre":"",l=a?"prerelease":"";for(const s in n)if((s==="major"||s==="minor"||s==="patch")&&n[s]!==t[s])return h+s;return l}};E.exports=u},38896:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(u,o,i)===0;E.exports=c},99261:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(u,o,i)>0;E.exports=c},56647:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(u,o,i)>=0;E.exports=c},35791:function(E,p,e){const r=e(39405),c=(u,o,i,n)=>{typeof i=="string"&&(n=i,i=void 0);try{return new r(u instanceof r?u.version:u,i).inc(o,n).version}catch{return null}};E.exports=c},63433:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(u,o,i)<0;E.exports=c},64622:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(u,o,i)<=0;E.exports=c},60629:function(E,p,e){const r=e(39405),c=(u,o)=>new r(u,o).major;E.exports=c},59986:function(E,p,e){const r=e(39405),c=(u,o)=>new r(u,o).minor;E.exports=c},38378:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(u,o,i)!==0;E.exports=c},15497:function(E,p,e){const{MAX_LENGTH:r}=e(88202),{re:c,t:u}=e(90887),o=e(39405),i=e(30156),n=(t,a)=>{if(a=i(a),t instanceof o)return t;if(typeof t!="string"||t.length>r||!(a.loose?c[u.LOOSE]:c[u.FULL]).test(t))return null;try{return new o(t,a)}catch{return null}};E.exports=n},89800:function(E,p,e){const r=e(39405),c=(u,o)=>new r(u,o).patch;E.exports=c},44408:function(E,p,e){const r=e(15497),c=(u,o)=>{const i=r(u,o);return i&&i.prerelease.length?i.prerelease:null};E.exports=c},80762:function(E,p,e){const r=e(73308),c=(u,o,i)=>r(o,u,i);E.exports=c},72743:function(E,p,e){const r=e(6218),c=(u,o)=>u.sort((i,n)=>r(n,i,o));E.exports=c},15312:function(E,p,e){const r=e(14355),c=(u,o,i)=>{try{o=new r(o,i)}catch{return!1}return o.test(u)};E.exports=c},52354:function(E,p,e){const r=e(6218),c=(u,o)=>u.sort((i,n)=>r(i,n,o));E.exports=c},34512:function(E,p,e){const r=e(15497),c=(u,o)=>{const i=r(u,o);return i?i.version:null};E.exports=c},54770:function(E,p,e){const r=e(90887),c=e(88202),u=e(39405),o=e(31630),i=e(15497),n=e(34512),t=e(10953),a=e(35791),h=e(93948),l=e(60629),s=e(59986),d=e(89800),D=e(44408),f=e(73308),v=e(80762),_=e(9643),m=e(6218),y=e(52354),M=e(72743),L=e(99261),g=e(63433),R=e(38896),O=e(38378),$=e(56647),U=e(64622),F=e(62401),K=e(36839),I=e(84074),T=e(14355),N=e(15312),x=e(59663),A=e(94931),P=e(65891),S=e(24925),w=e(69965),C=e(93260),j=e(60715),W=e(30006),B=e(9560),H=e(77795),G=e(57732);E.exports={parse:i,valid:n,clean:t,inc:a,diff:h,major:l,minor:s,patch:d,prerelease:D,compare:f,rcompare:v,compareLoose:_,compareBuild:m,sort:y,rsort:M,gt:L,lt:g,eq:R,neq:O,gte:$,lte:U,cmp:F,coerce:K,Comparator:I,Range:T,satisfies:N,toComparators:x,maxSatisfying:A,minSatisfying:P,minVersion:S,validRange:w,outside:C,gtr:j,ltr:W,intersects:B,simplifyRange:H,subset:G,SemVer:u,re:r.re,src:r.src,tokens:r.t,SEMVER_SPEC_VERSION:c.SEMVER_SPEC_VERSION,compareIdentifiers:o.compareIdentifiers,rcompareIdentifiers:o.rcompareIdentifiers}},88202:function(E){const p="2.0.0",r=Number.MAX_SAFE_INTEGER||9007199254740991,c=16;E.exports={SEMVER_SPEC_VERSION:p,MAX_LENGTH:256,MAX_SAFE_INTEGER:r,MAX_SAFE_COMPONENT_LENGTH:c}},33843:function(E){const p=typeof process=="object"&&{ADMIN_PATH:"/admin/",NODE_ENV:"production",STRAPI_ADMIN_BACKEND_URL:"http://localhost:1337",STRAPI_TELEMETRY_DISABLED:!1}&&{ADMIN_PATH:"/admin/",NODE_ENV:"production",STRAPI_ADMIN_BACKEND_URL:"http://localhost:1337",STRAPI_TELEMETRY_DISABLED:!1}.NODE_DEBUG&&/\bsemver\b/i.test({ADMIN_PATH:"/admin/",NODE_ENV:"production",STRAPI_ADMIN_BACKEND_URL:"http://localhost:1337",STRAPI_TELEMETRY_DISABLED:!1}.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};E.exports=p},31630:function(E){const p=/^[0-9]+$/,e=(c,u)=>{const o=p.test(c),i=p.test(u);return o&&i&&(c=+c,u=+u),c===u?0:o&&!i?-1:i&&!o?1:c<u?-1:1},r=(c,u)=>e(u,c);E.exports={compareIdentifiers:e,rcompareIdentifiers:r}},30156:function(E){const p=["includePrerelease","loose","rtl"],e=r=>r?typeof r!="object"?{loose:!0}:p.filter(c=>r[c]).reduce((c,u)=>(c[u]=!0,c),{}):{};E.exports=e},90887:function(E,p,e){const{MAX_SAFE_COMPONENT_LENGTH:r}=e(88202),c=e(33843);p=E.exports={};const u=p.re=[],o=p.src=[],i=p.t={};let n=0;const t=(a,h,l)=>{const s=n++;c(a,s,h),i[a]=s,o[s]=h,u[s]=new RegExp(h,l?"g":void 0)};t("NUMERICIDENTIFIER","0|[1-9]\\d*"),t("NUMERICIDENTIFIERLOOSE","[0-9]+"),t("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),t("MAINVERSION",`(${o[i.NUMERICIDENTIFIER]})\\.(${o[i.NUMERICIDENTIFIER]})\\.(${o[i.NUMERICIDENTIFIER]})`),t("MAINVERSIONLOOSE",`(${o[i.NUMERICIDENTIFIERLOOSE]})\\.(${o[i.NUMERICIDENTIFIERLOOSE]})\\.(${o[i.NUMERICIDENTIFIERLOOSE]})`),t("PRERELEASEIDENTIFIER",`(?:${o[i.NUMERICIDENTIFIER]}|${o[i.NONNUMERICIDENTIFIER]})`),t("PRERELEASEIDENTIFIERLOOSE",`(?:${o[i.NUMERICIDENTIFIERLOOSE]}|${o[i.NONNUMERICIDENTIFIER]})`),t("PRERELEASE",`(?:-(${o[i.PRERELEASEIDENTIFIER]}(?:\\.${o[i.PRERELEASEIDENTIFIER]})*))`),t("PRERELEASELOOSE",`(?:-?(${o[i.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[i.PRERELEASEIDENTIFIERLOOSE]})*))`),t("BUILDIDENTIFIER","[0-9A-Za-z-]+"),t("BUILD",`(?:\\+(${o[i.BUILDIDENTIFIER]}(?:\\.${o[i.BUILDIDENTIFIER]})*))`),t("FULLPLAIN",`v?${o[i.MAINVERSION]}${o[i.PRERELEASE]}?${o[i.BUILD]}?`),t("FULL",`^${o[i.FULLPLAIN]}$`),t("LOOSEPLAIN",`[v=\\s]*${o[i.MAINVERSIONLOOSE]}${o[i.PRERELEASELOOSE]}?${o[i.BUILD]}?`),t("LOOSE",`^${o[i.LOOSEPLAIN]}$`),t("GTLT","((?:<|>)?=?)"),t("XRANGEIDENTIFIERLOOSE",`${o[i.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),t("XRANGEIDENTIFIER",`${o[i.NUMERICIDENTIFIER]}|x|X|\\*`),t("XRANGEPLAIN",`[v=\\s]*(${o[i.XRANGEIDENTIFIER]})(?:\\.(${o[i.XRANGEIDENTIFIER]})(?:\\.(${o[i.XRANGEIDENTIFIER]})(?:${o[i.PRERELEASE]})?${o[i.BUILD]}?)?)?`),t("XRANGEPLAINLOOSE",`[v=\\s]*(${o[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[i.XRANGEIDENTIFIERLOOSE]})(?:${o[i.PRERELEASELOOSE]})?${o[i.BUILD]}?)?)?`),t("XRANGE",`^${o[i.GTLT]}\\s*${o[i.XRANGEPLAIN]}$`),t("XRANGELOOSE",`^${o[i.GTLT]}\\s*${o[i.XRANGEPLAINLOOSE]}$`),t("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),t("COERCERTL",o[i.COERCE],!0),t("LONETILDE","(?:~>?)"),t("TILDETRIM",`(\\s*)${o[i.LONETILDE]}\\s+`,!0),p.tildeTrimReplace="$1~",t("TILDE",`^${o[i.LONETILDE]}${o[i.XRANGEPLAIN]}$`),t("TILDELOOSE",`^${o[i.LONETILDE]}${o[i.XRANGEPLAINLOOSE]}$`),t("LONECARET","(?:\\^)"),t("CARETTRIM",`(\\s*)${o[i.LONECARET]}\\s+`,!0),p.caretTrimReplace="$1^",t("CARET",`^${o[i.LONECARET]}${o[i.XRANGEPLAIN]}$`),t("CARETLOOSE",`^${o[i.LONECARET]}${o[i.XRANGEPLAINLOOSE]}$`),t("COMPARATORLOOSE",`^${o[i.GTLT]}\\s*(${o[i.LOOSEPLAIN]})$|^$`),t("COMPARATOR",`^${o[i.GTLT]}\\s*(${o[i.FULLPLAIN]})$|^$`),t("COMPARATORTRIM",`(\\s*)${o[i.GTLT]}\\s*(${o[i.LOOSEPLAIN]}|${o[i.XRANGEPLAIN]})`,!0),p.comparatorTrimReplace="$1$2$3",t("HYPHENRANGE",`^\\s*(${o[i.XRANGEPLAIN]})\\s+-\\s+(${o[i.XRANGEPLAIN]})\\s*$`),t("HYPHENRANGELOOSE",`^\\s*(${o[i.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[i.XRANGEPLAINLOOSE]})\\s*$`),t("STAR","(<|>)?=?\\s*\\*"),t("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),t("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},60715:function(E,p,e){const r=e(93260),c=(u,o,i)=>r(u,o,">",i);E.exports=c},9560:function(E,p,e){const r=e(14355),c=(u,o,i)=>(u=new r(u,i),o=new r(o,i),u.intersects(o));E.exports=c},30006:function(E,p,e){const r=e(93260),c=(u,o,i)=>r(u,o,"<",i);E.exports=c},94931:function(E,p,e){const r=e(39405),c=e(14355),u=(o,i,n)=>{let t=null,a=null,h=null;try{h=new c(i,n)}catch{return null}return o.forEach(l=>{h.test(l)&&(!t||a.compare(l)===-1)&&(t=l,a=new r(t,n))}),t};E.exports=u},65891:function(E,p,e){const r=e(39405),c=e(14355),u=(o,i,n)=>{let t=null,a=null,h=null;try{h=new c(i,n)}catch{return null}return o.forEach(l=>{h.test(l)&&(!t||a.compare(l)===1)&&(t=l,a=new r(t,n))}),t};E.exports=u},24925:function(E,p,e){const r=e(39405),c=e(14355),u=e(99261),o=(i,n)=>{i=new c(i,n);let t=new r("0.0.0");if(i.test(t)||(t=new r("0.0.0-0"),i.test(t)))return t;t=null;for(let a=0;a<i.set.length;++a){const h=i.set[a];let l=null;h.forEach(s=>{const d=new r(s.semver.version);switch(s.operator){case">":d.prerelease.length===0?d.patch++:d.prerelease.push(0),d.raw=d.format();case"":case">=":(!l||u(d,l))&&(l=d);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${s.operator}`)}}),l&&(!t||u(t,l))&&(t=l)}return t&&i.test(t)?t:null};E.exports=o},93260:function(E,p,e){const r=e(39405),c=e(84074),{ANY:u}=c,o=e(14355),i=e(15312),n=e(99261),t=e(63433),a=e(64622),h=e(56647),l=(s,d,D,f)=>{s=new r(s,f),d=new o(d,f);let v,_,m,y,M;switch(D){case">":v=n,_=a,m=t,y=">",M=">=";break;case"<":v=t,_=h,m=n,y="<",M="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(i(s,d,f))return!1;for(let L=0;L<d.set.length;++L){const g=d.set[L];let R=null,O=null;if(g.forEach($=>{$.semver===u&&($=new c(">=0.0.0")),R=R||$,O=O||$,v($.semver,R.semver,f)?R=$:m($.semver,O.semver,f)&&(O=$)}),R.operator===y||R.operator===M||(!O.operator||O.operator===y)&&_(s,O.semver))return!1;if(O.operator===M&&m(s,O.semver))return!1}return!0};E.exports=l},77795:function(E,p,e){const r=e(15312),c=e(73308);E.exports=(u,o,i)=>{const n=[];let t=null,a=null;const h=u.sort((D,f)=>c(D,f,i));for(const D of h)r(D,o,i)?(a=D,t||(t=D)):(a&&n.push([t,a]),a=null,t=null);t&&n.push([t,null]);const l=[];for(const[D,f]of n)D===f?l.push(D):!f&&D===h[0]?l.push("*"):f?D===h[0]?l.push(`<=${f}`):l.push(`${D} - ${f}`):l.push(`>=${D}`);const s=l.join(" || "),d=typeof o.raw=="string"?o.raw:String(o);return s.length<d.length?s:o}},57732:function(E,p,e){const r=e(14355),c=e(84074),{ANY:u}=c,o=e(15312),i=e(73308),n=(l,s,d={})=>{if(l===s)return!0;l=new r(l,d),s=new r(s,d);let D=!1;e:for(const f of l.set){for(const v of s.set){const _=t(f,v,d);if(D=D||_!==null,_)continue e}if(D)return!1}return!0},t=(l,s,d)=>{if(l===s)return!0;if(l.length===1&&l[0].semver===u){if(s.length===1&&s[0].semver===u)return!0;d.includePrerelease?l=[new c(">=0.0.0-0")]:l=[new c(">=0.0.0")]}if(s.length===1&&s[0].semver===u){if(d.includePrerelease)return!0;s=[new c(">=0.0.0")]}const D=new Set;let f,v;for(const O of l)O.operator===">"||O.operator===">="?f=a(f,O,d):O.operator==="<"||O.operator==="<="?v=h(v,O,d):D.add(O.semver);if(D.size>1)return null;let _;if(f&&v){if(_=i(f.semver,v.semver,d),_>0)return null;if(_===0&&(f.operator!==">="||v.operator!=="<="))return null}for(const O of D){if(f&&!o(O,String(f),d)||v&&!o(O,String(v),d))return null;for(const $ of s)if(!o(O,String($),d))return!1;return!0}let m,y,M,L,g=v&&!d.includePrerelease&&v.semver.prerelease.length?v.semver:!1,R=f&&!d.includePrerelease&&f.semver.prerelease.length?f.semver:!1;g&&g.prerelease.length===1&&v.operator==="<"&&g.prerelease[0]===0&&(g=!1);for(const O of s){if(L=L||O.operator===">"||O.operator===">=",M=M||O.operator==="<"||O.operator==="<=",f){if(R&&O.semver.prerelease&&O.semver.prerelease.length&&O.semver.major===R.major&&O.semver.minor===R.minor&&O.semver.patch===R.patch&&(R=!1),O.operator===">"||O.operator===">="){if(m=a(f,O,d),m===O&&m!==f)return!1}else if(f.operator===">="&&!o(f.semver,String(O),d))return!1}if(v){if(g&&O.semver.prerelease&&O.semver.prerelease.length&&O.semver.major===g.major&&O.semver.minor===g.minor&&O.semver.patch===g.patch&&(g=!1),O.operator==="<"||O.operator==="<="){if(y=h(v,O,d),y===O&&y!==v)return!1}else if(v.operator==="<="&&!o(v.semver,String(O),d))return!1}if(!O.operator&&(v||f)&&_!==0)return!1}return!(f&&M&&!v&&_!==0||v&&L&&!f&&_!==0||R||g)},a=(l,s,d)=>{if(!l)return s;const D=i(l.semver,s.semver,d);return D>0?l:D<0||s.operator===">"&&l.operator===">="?s:l},h=(l,s,d)=>{if(!l)return s;const D=i(l.semver,s.semver,d);return D<0?l:D>0||s.operator==="<"&&l.operator==="<="?s:l};E.exports=n},59663:function(E,p,e){const r=e(14355),c=(u,o)=>new r(u,o).set.map(i=>i.map(n=>n.value).join(" ").trim().split(" "));E.exports=c},69965:function(E,p,e){const r=e(14355),c=(u,o)=>{try{return new r(u,o).range||"*"}catch{return null}};E.exports=c},19961:function(E){"use strict";E.exports=function(p){p.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},52138:function(E,p,e){"use strict";E.exports=r,r.Node=i,r.create=r;function r(n){var t=this;if(t instanceof r||(t=new r),t.tail=null,t.head=null,t.length=0,n&&typeof n.forEach=="function")n.forEach(function(l){t.push(l)});else if(arguments.length>0)for(var a=0,h=arguments.length;a<h;a++)t.push(arguments[a]);return t}r.prototype.removeNode=function(n){if(n.list!==this)throw new Error("removing node which does not belong to this list");var t=n.next,a=n.prev;return t&&(t.prev=a),a&&(a.next=t),n===this.head&&(this.head=t),n===this.tail&&(this.tail=a),n.list.length--,n.next=null,n.prev=null,n.list=null,t},r.prototype.unshiftNode=function(n){if(n!==this.head){n.list&&n.list.removeNode(n);var t=this.head;n.list=this,n.next=t,t&&(t.prev=n),this.head=n,this.tail||(this.tail=n),this.length++}},r.prototype.pushNode=function(n){if(n!==this.tail){n.list&&n.list.removeNode(n);var t=this.tail;n.list=this,n.prev=t,t&&(t.next=n),this.tail=n,this.head||(this.head=n),this.length++}},r.prototype.push=function(){for(var n=0,t=arguments.length;n<t;n++)u(this,arguments[n]);return this.length},r.prototype.unshift=function(){for(var n=0,t=arguments.length;n<t;n++)o(this,arguments[n]);return this.length},r.prototype.pop=function(){if(this.tail){var n=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,n}},r.prototype.shift=function(){if(this.head){var n=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,n}},r.prototype.forEach=function(n,t){t=t||this;for(var a=this.head,h=0;a!==null;h++)n.call(t,a.value,h,this),a=a.next},r.prototype.forEachReverse=function(n,t){t=t||this;for(var a=this.tail,h=this.length-1;a!==null;h--)n.call(t,a.value,h,this),a=a.prev},r.prototype.get=function(n){for(var t=0,a=this.head;a!==null&&t<n;t++)a=a.next;if(t===n&&a!==null)return a.value},r.prototype.getReverse=function(n){for(var t=0,a=this.tail;a!==null&&t<n;t++)a=a.prev;if(t===n&&a!==null)return a.value},r.prototype.map=function(n,t){t=t||this;for(var a=new r,h=this.head;h!==null;)a.push(n.call(t,h.value,this)),h=h.next;return a},r.prototype.mapReverse=function(n,t){t=t||this;for(var a=new r,h=this.tail;h!==null;)a.push(n.call(t,h.value,this)),h=h.prev;return a},r.prototype.reduce=function(n,t){var a,h=this.head;if(arguments.length>1)a=t;else if(this.head)h=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var l=0;h!==null;l++)a=n(a,h.value,l),h=h.next;return a},r.prototype.reduceReverse=function(n,t){var a,h=this.tail;if(arguments.length>1)a=t;else if(this.tail)h=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var l=this.length-1;h!==null;l--)a=n(a,h.value,l),h=h.prev;return a},r.prototype.toArray=function(){for(var n=new Array(this.length),t=0,a=this.head;a!==null;t++)n[t]=a.value,a=a.next;return n},r.prototype.toArrayReverse=function(){for(var n=new Array(this.length),t=0,a=this.tail;a!==null;t++)n[t]=a.value,a=a.prev;return n},r.prototype.slice=function(n,t){t=t||this.length,t<0&&(t+=this.length),n=n||0,n<0&&(n+=this.length);var a=new r;if(t<n||t<0)return a;n<0&&(n=0),t>this.length&&(t=this.length);for(var h=0,l=this.head;l!==null&&h<n;h++)l=l.next;for(;l!==null&&h<t;h++,l=l.next)a.push(l.value);return a},r.prototype.sliceReverse=function(n,t){t=t||this.length,t<0&&(t+=this.length),n=n||0,n<0&&(n+=this.length);var a=new r;if(t<n||t<0)return a;n<0&&(n=0),t>this.length&&(t=this.length);for(var h=this.length,l=this.tail;l!==null&&h>t;h--)l=l.prev;for(;l!==null&&h>n;h--,l=l.prev)a.push(l.value);return a},r.prototype.splice=function(n,t,...a){n>this.length&&(n=this.length-1),n<0&&(n=this.length+n);for(var h=0,l=this.head;l!==null&&h<n;h++)l=l.next;for(var s=[],h=0;l&&h<t;h++)s.push(l.value),l=this.removeNode(l);l===null&&(l=this.tail),l!==this.head&&l!==this.tail&&(l=l.prev);for(var h=0;h<a.length;h++)l=c(this,l,a[h]);return s},r.prototype.reverse=function(){for(var n=this.head,t=this.tail,a=n;a!==null;a=a.prev){var h=a.prev;a.prev=a.next,a.next=h}return this.head=t,this.tail=n,this};function c(n,t,a){var h=t===n.head?new i(a,null,t,n):new i(a,t,t.next,n);return h.next===null&&(n.tail=h),h.prev===null&&(n.head=h),n.length++,h}function u(n,t){n.tail=new i(t,n.tail,null,n),n.head||(n.head=n.tail),n.length++}function o(n,t){n.head=new i(t,null,n.head,n),n.tail||(n.tail=n.head),n.length++}function i(n,t,a,h){if(!(this instanceof i))return new i(n,t,a,h);this.list=h,this.value=n,t?(t.next=this,this.prev=t):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{e(19961)(r)}catch{}},28351:function(E,p,e){"use strict";e.d(p,{M:function(){return c}});var r=e(54015);const c={Content:r.VY,Scrolling:r.PY}},15300:function(E,p,e){"use strict";e.d(p,{$:function(){return a}});var r=e(74512),c=e(32735),u=e(60216),o=e(8471),i=e(82875),n=e(87933);const t=(0,o.ZP)(n.k)`
|
|
3
|
-
width: ${({condensed:h})=>h?"max-content":`${224/16}rem`};
|
|
4
|
-
border-right: 1px solid ${({theme:h})=>h.colors.neutral150};
|
|
5
|
-
`,a=({condensed:h,...l})=>(0,r.jsx)(i.f.Provider,{value:h,children:(0,r.jsx)(t,{alignItems:"normal",as:"nav",background:"neutral0",condensed:h,direction:"column",height:"100vh",position:"sticky",top:0,zIndex:2,...l})});a.defaultProps={condensed:!1},a.propTypes={condensed:u.bool}},82875:function(E,p,e){"use strict";e.d(p,{S:function(){return u},f:function(){return c}});var r=e(32735);const c=(0,r.createContext)(),u=()=>(0,r.useContext)(c)},61450:function(E,p,e){"use strict";e.d(p,{D:function(){return D}});var r=e(74512),c=e(32735),u=e(60216),o=e(8471),i=e(82875),n=e(62499),t=e(72850),a=e(3685),h=e(87933),l=e(49372);const s=o.ZP.div`
|
|
6
|
-
border-radius: ${({theme:f})=>f.borderRadius};
|
|
7
|
-
|
|
8
|
-
svg,
|
|
9
|
-
img {
|
|
10
|
-
height: ${({condensed:f})=>f?`${40/16}rem`:`${32/16}rem`};
|
|
11
|
-
width: ${({condensed:f})=>f?`${40/16}rem`:`${32/16}rem`};
|
|
12
|
-
}
|
|
13
|
-
`,d=(0,o.ZP)(n.f)`
|
|
14
|
-
text-decoration: unset;
|
|
15
|
-
color: inherit;
|
|
16
|
-
`,D=c.forwardRef(({workplace:f,title:v,icon:_,...m},y)=>(0,i.S)()?(0,r.jsx)(n.f,{ref:y,...m,children:(0,r.jsx)(t.x,{paddingLeft:3,paddingRight:3,paddingTop:4,paddingBottom:4,children:(0,r.jsxs)(s,{condensed:!0,children:[_,(0,r.jsxs)(a.T,{children:[(0,r.jsx)("span",{children:v}),(0,r.jsx)("span",{children:f})]})]})})}):(0,r.jsx)(d,{ref:y,...m,children:(0,r.jsx)(t.x,{paddingLeft:3,paddingRight:3,paddingTop:4,paddingBottom:4,children:(0,r.jsxs)(h.k,{children:[(0,r.jsx)(s,{"aria-hidden":!0,tabIndex:-1,children:_}),(0,r.jsxs)(t.x,{paddingLeft:2,children:[(0,r.jsxs)(l.Z,{fontWeight:"bold",textColor:"neutral800",as:"span",children:[v,(0,r.jsx)(a.T,{as:"span",children:f})]}),(0,r.jsx)(l.Z,{variant:"pi",as:"p",textColor:"neutral600","aria-hidden":!0,children:f})]})]})})}));D.displayName="NavBrand",D.defaultProps={to:"/"},D.propTypes={icon:u.node.isRequired,title:u.string.isRequired,to:u.string,workplace:u.string.isRequired}},9371:function(E,p,e){"use strict";e.d(p,{w:function(){return s}});var r=e(74512),c=e(32735),u=e(77277),o=e(76913),i=e(60216),n=e(8471),t=e(82875),a=e(99140),h=e(3685);const l=n.ZP.button`
|
|
17
|
-
background: ${({theme:d})=>d.colors.neutral0};
|
|
18
|
-
border: 1px solid ${({theme:d})=>d.colors.neutral150};
|
|
19
|
-
border-radius: ${({theme:d})=>d.borderRadius};
|
|
20
|
-
display: flex;
|
|
21
|
-
align-items: center;
|
|
22
|
-
justify-content: center;
|
|
23
|
-
position: absolute;
|
|
24
|
-
bottom: ${(9+4)/16}rem; // 9 is the height of the svg and 4 is the padding below
|
|
25
|
-
right: ${({theme:d,condensed:D})=>D?0:d.spaces[5]};
|
|
26
|
-
transform: ${({condensed:d})=>d?"translateX(50%)":void 0};
|
|
27
|
-
z-index: 2;
|
|
28
|
-
width: ${18/16}rem;
|
|
29
|
-
height: ${25/16}rem;
|
|
30
|
-
|
|
31
|
-
svg {
|
|
32
|
-
width: ${6/16}rem;
|
|
33
|
-
height: ${9/16}rem;
|
|
34
|
-
}
|
|
35
|
-
`,s=({children:d,...D})=>{const f=(0,t.S)();return(0,r.jsxs)(l,{as:"button",condensed:f,...D,children:[(0,r.jsx)(a.J,{as:f?u.Z:o.Z,"aria-hidden":!0,color:"neutral600"}),(0,r.jsx)(h.T,{children:d})]})};s.propTypes={children:i.string.isRequired}},25390:function(E,p,e){"use strict";e.d(p,{q:function(){return i}});var r=e(74512),c=e(32735),u=e(60216),o=e(72850);const i=({children:n})=>(0,r.jsx)(o.x,{position:"relative",children:n});i.displayName="NavFooter",i.propTypes={children:u.node.isRequired}},78464:function(E,p,e){"use strict";e.d(p,{O:function(){return _}});var r=e(74512),c=e(32735),u=e(60216),o=e(8471),i=e(82875),n=e(72850),t=e(62499),a=e(49372),h=e(87933),l=e(6518),s=e(63919);const d=(0,o.ZP)(n.x)`
|
|
36
|
-
svg {
|
|
37
|
-
width: 1rem;
|
|
38
|
-
height: 1rem;
|
|
39
|
-
}
|
|
40
|
-
`,D=(0,o.ZP)(t.f)`
|
|
41
|
-
position: relative;
|
|
42
|
-
text-decoration: none;
|
|
43
|
-
display: block;
|
|
44
|
-
border-radius: ${({theme:m})=>m.borderRadius};
|
|
45
|
-
background: ${({theme:m})=>m.colors.neutral0};
|
|
46
|
-
|
|
47
|
-
${a.Z} {
|
|
48
|
-
color: ${({theme:m})=>m.colors.neutral600};
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
svg path {
|
|
52
|
-
fill: ${({theme:m})=>m.colors.neutral500};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
background: ${({theme:m})=>m.colors.neutral100};
|
|
57
|
-
|
|
58
|
-
${a.Z} {
|
|
59
|
-
color: ${({theme:m})=>m.colors.neutral700};
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
svg path {
|
|
63
|
-
fill: ${({theme:m})=>m.colors.neutral600};
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&.active {
|
|
68
|
-
background: ${({theme:m})=>m.colors.primary100};
|
|
69
|
-
|
|
70
|
-
svg path {
|
|
71
|
-
fill: ${({theme:m})=>m.colors.primary600};
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
${a.Z} {
|
|
75
|
-
color: ${({theme:m})=>m.colors.primary600};
|
|
76
|
-
font-weight: 500;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
`,f=(0,o.ZP)(h.k)`
|
|
80
|
-
padding: ${({theme:m})=>`${m.spaces[2]} ${m.spaces[3]}`};
|
|
81
|
-
`,v=(0,o.ZP)(l.C)`
|
|
82
|
-
${({theme:m,condensed:y})=>y&&`
|
|
83
|
-
position: absolute;
|
|
84
|
-
// Values based on visual aspect
|
|
85
|
-
top: -${m.spaces[3]};
|
|
86
|
-
right: -${m.spaces[1]};
|
|
87
|
-
`}
|
|
88
|
-
|
|
89
|
-
${a.Z} {
|
|
90
|
-
//find a solution to remove !important
|
|
91
|
-
color: ${({theme:m})=>m.colors.neutral0} !important;
|
|
92
|
-
line-height: 0;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
display: flex;
|
|
96
|
-
justify-content: center;
|
|
97
|
-
align-items: center;
|
|
98
|
-
min-width: ${({theme:m})=>m.spaces[6]};
|
|
99
|
-
height: ${({theme:m})=>m.spaces[5]};
|
|
100
|
-
padding: ${({theme:m})=>`0 ${m.spaces[2]}`};
|
|
101
|
-
border-radius: ${({theme:m})=>m.spaces[10]};
|
|
102
|
-
background: ${({theme:m})=>m.colors.primary600};
|
|
103
|
-
`,_=c.forwardRef(({children:m,icon:y,badgeContent:M,badgeAriaLabel:L,...g},R)=>(0,i.S)()?(0,r.jsx)(D,{ref:R,...g,children:(0,r.jsx)(s.u,{position:"right",label:m,children:(0,r.jsxs)(f,{as:"span",justifyContent:"center",children:[(0,r.jsx)(d,{"aria-hidden":!0,paddingRight:0,as:"span",children:y}),M&&(0,r.jsx)(v,{condensed:!0,"aria-label":L,children:M})]})})}):(0,r.jsx)(D,{ref:R,...g,children:(0,r.jsxs)(f,{as:"span",justifyContent:"space-between",children:[(0,r.jsxs)(h.k,{children:[(0,r.jsx)(d,{"aria-hidden":!0,paddingRight:3,as:"span",children:y}),(0,r.jsx)(a.Z,{children:m})]}),M&&(0,r.jsx)(v,{justifyContent:"center","aria-label":L,children:M})]})}));_.displayName="NavLink",_.defaultProps={badgeContent:void 0,badgeAriaLabel:void 0},_.propTypes={badgeAriaLabel:u.string,badgeContent:u.oneOfType([u.string,u.number]),children:u.string.isRequired,icon:u.node.isRequired}},42889:function(E,p,e){"use strict";e.d(p,{y:function(){return l}});var r=e(74512),c=e(32735),u=e(60216),o=e(82875),i=e(87933),n=e(72850),t=e(9026),a=e(3685),h=e(49372);const l=({label:s,children:d,horizontal:D=!1,spacing:f=2,...v})=>(0,o.S)()?(0,r.jsxs)(i.k,{direction:"column",alignItems:"stretch",gap:2,children:[(0,r.jsxs)(n.x,{paddingTop:1,paddingBottom:1,background:"neutral0",hasRadius:!0,as:"span",children:[(0,r.jsx)(t.i,{}),(0,r.jsx)(a.T,{children:(0,r.jsx)("span",{children:s})})]}),(0,r.jsx)(i.k,{as:"ul",gap:f,direction:D?"row":"column",alignItems:D?"center":"stretch",...v,children:c.Children.map(d,(_,m)=>(0,r.jsx)("li",{children:_},m))})]}):(0,r.jsxs)(i.k,{direction:"column",alignItems:"stretch",gap:2,children:[(0,r.jsx)(n.x,{paddingTop:1,paddingBottom:1,background:"neutral0",paddingRight:3,paddingLeft:3,hasRadius:!0,as:"span",children:(0,r.jsx)(h.Z,{variant:"sigma",textColor:"neutral600",children:s})}),(0,r.jsx)(i.k,{as:"ul",gap:f,direction:D?"row":"column",alignItems:D?"center":"stretch",...v,children:c.Children.map(d,(_,m)=>(0,r.jsx)("li",{children:_},m))})]});l.propTypes={children:u.node.isRequired,label:u.string.isRequired}},1897:function(E,p,e){"use strict";e.d(p,{_:function(){return a}});var r=e(74512),c=e(32735),u=e(60216),o=e(8471),i=e(72850),n=e(87933);const t=(0,o.ZP)(i.x)`
|
|
104
|
-
flex-grow: 1;
|
|
105
|
-
overflow-y: auto;
|
|
106
|
-
`,a=({children:h,spacing:l=4,horizontal:s=!1,...d})=>(0,r.jsx)(t,{paddingLeft:3,paddingRight:2,paddingTop:3,paddingBottom:8,children:(0,r.jsx)(n.k,{as:"ul",gap:l,direction:s?"row":"column",alignItems:s?"center":"stretch",...d,children:c.Children.map(h,(D,f)=>(0,r.jsx)("li",{children:D},f))})});a.propTypes={children:u.node.isRequired}},64838:function(E,p,e){"use strict";e.d(p,{r:function(){return d}});var r=e(74512),c=e(32735),u=e(60216),o=e(8471),i=e(82875),n=e(72850),t=e(87933),a=e(69033),h=e(3685),l=e(49372);const s=(0,o.ZP)(n.x)`
|
|
107
|
-
border-top: 1px solid ${({theme:D})=>D.colors.neutral150};
|
|
108
|
-
`,d=c.forwardRef(({src:D,children:f,initials:v,..._},m)=>{const y=(0,i.S)();return(0,r.jsx)(s,{paddingTop:3,paddingBottom:3,paddingLeft:5,paddingRight:5,..._,children:(0,r.jsxs)(t.k,{as:"button",justifyContent:y?"center":void 0,ref:m,children:[D?(0,r.jsx)(a.q,{src:D,alt:"","aria-hidden":!0}):(0,r.jsx)(a.L,{children:v}),y?(0,r.jsx)(h.T,{children:(0,r.jsx)("span",{children:f})}):(0,r.jsx)(n.x,{width:`${130/16}rem`,paddingLeft:2,as:"span",children:(0,r.jsx)(l.Z,{ellipsis:!0,textColor:"neutral600",children:f})})]})})});d.displayName="NavUser",d.defaultProps={src:void 0,initials:void 0},d.propTypes={children:u.node.isRequired,initials:u.node,src:u.string}},37272:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...o,children:(0,r.jsx)("path",{fill:"#212134",d:"M13 21v2.5l-3-2-3 2V21h-.5A3.5 3.5 0 0 1 3 17.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1h-7Zm-6-2v-2h6v2h6v-3H6.5a1.5 1.5 0 1 0 0 3H7ZM7 5v2h2V5H7Zm0 3v2h2V8H7Zm0 3v2h2v-2H7Z"})}),u=c},92967:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...o,children:[(0,r.jsx)("path",{fill:"#212134",d:"M11.987 23.036v-.964H1.876V1.876h10.111V0H0v24h11.987v-.964Z"}),(0,r.jsx)("path",{fill:"#212134",d:"M8 11.2c0-.11.09-.2.2-.2h11.973l-5.445-5.445a.2.2 0 0 1 0-.283l1.13-1.13a.2.2 0 0 1 .283 0l7.718 7.717a.2.2 0 0 1 0 .282L16.14 19.86a.2.2 0 0 1-.282 0l-1.13-1.13a.2.2 0 0 1 0-.284L20.172 13H8.2a.2.2 0 0 1-.2-.2v-1.6Z"})]}),u=c},45323:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...o,children:(0,r.jsx)("path",{fill:"#212134",d:"M6.455 19 2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455ZM7 10v2h2v-2H7Zm4 0v2h2v-2h-2Zm4 0v2h2v-2h-2Z"})}),u=c},78429:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...o,children:(0,r.jsx)("path",{fill:"#212134",d:"M1.946 9.315c-.522-.174-.527-.455.01-.634l19.087-6.362c.53-.176.832.12.684.638l-5.454 19.086c-.15.529-.455.547-.679.045L12 14l6-8-8 6-8.054-2.685Z"})}),u=c},2438:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 8 8",...o,children:(0,r.jsx)("path",{fill:"#212134",d:"M2 .93c0-.4.45-.63.78-.41l4.6 3.06c.3.2.3.64 0 .84l-4.6 3.06A.5.5 0 0 1 2 7.07V.93Z"})}),u=c},29685:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 15 14",...o,children:(0,r.jsx)("path",{fill:"#212134",d:"M5.08 4.1c0-1.19 1.18-2.17 2.42-2.17s2.43.98 2.43 2.17c0 1.1-.56 1.61-1.31 2.28l-.03.03c-.75.65-1.66 1.47-1.66 3.09a.57.57 0 1 0 1.15 0c0-1.08.55-1.6 1.3-2.26l.02-.02c.75-.66 1.67-1.48 1.67-3.12C11.07 2.13 9.22.78 7.5.78 5.78.78 3.93 2.13 3.93 4.1a.57.57 0 1 0 1.15 0Zm2.42 9.26a.88.88 0 1 0 0-1.75.88.88 0 0 0 0 1.75Z"})}),u=c},73165:function(E,p,e){"use strict";e.d(p,{Z:function(){return u}});var r=e(74512);const c=o=>(0,r.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...o,children:(0,r.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M23.707.297A1 1 0 0 0 23 .004h-2a13.907 13.907 0 0 0-5.38 1.077 1 1 0 0 0-.615.923V4.92a.035.035 0 0 1-.022.038l-2-1.47a1 1 0 0 0-1.265.052A14 14 0 0 0 7 14.004v1.585l-2.707 2.707a1 1 0 1 0 1.415 1.415l2.707-2.708H10a14.014 14.014 0 0 0 14-14v-2a1 1 0 0 0-.293-.706ZM18 23.999H3a3 3 0 0 1-3-3V6A3 3 0 0 1 3 3h3a1 1 0 1 1 0 2H3a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3Z",clipRule:"evenodd"})}),u=c}}]);
|