@strapi/admin 4.6.0 → 4.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.browserslistrc +2 -1
- package/admin/src/components/AuthenticatedApp/utils/api.js +5 -4
- package/admin/src/components/LeftMenu/index.js +9 -3
- package/admin/src/content-manager/components/CollectionTypeFormWrapper/index.js +20 -16
- package/admin/src/content-manager/components/DynamicTable/CellContent/RelationMultiple/index.js +5 -5
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/findLeafByPathAndReplace.js +1 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/schema.js +6 -5
- package/admin/src/content-manager/components/InputUID/index.js +4 -4
- package/admin/src/content-manager/components/Inputs/index.js +0 -2
- package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +35 -14
- package/admin/src/content-manager/hooks/useFetchContentTypeLayout/index.js +4 -3
- package/admin/src/content-manager/hooks/useLazyComponents/index.js +9 -13
- package/admin/src/content-manager/hooks/useRelation/useRelation.js +4 -4
- package/admin/src/content-manager/pages/App/useModels.js +8 -3
- package/admin/src/content-manager/pages/App/utils/getContentTypeLinks.js +3 -2
- package/admin/src/content-manager/pages/ComponentSetttingsView/index.js +4 -4
- package/admin/src/content-manager/pages/EditSettingsView/utils/api.js +4 -2
- package/admin/src/content-manager/pages/ListSettingsView/utils/api.js +4 -2
- package/admin/src/content-manager/pages/ListView/index.js +9 -9
- package/admin/src/core/utils/index.js +0 -1
- package/admin/src/hooks/useFetchEnabledPlugins/utils/api.js +3 -2
- package/admin/src/hooks/useInjectReducer/index.js +1 -0
- package/admin/src/hooks/useInjectReducer/useInjectReducer.js +19 -0
- package/admin/src/hooks/useRegenerate/index.js +3 -3
- package/admin/src/hooks/useRolesList/index.js +5 -3
- package/admin/src/index.js +4 -3
- package/admin/src/pages/ProfilePage/utils/api.js +5 -3
- package/admin/src/pages/SettingsPage/{pages/Users/ListPage → components}/Filters/index.js +0 -0
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +6 -5
- package/admin/src/pages/SettingsPage/pages/ApiTokens/ListView/index.js +4 -3
- package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/utils/api.js +5 -3
- package/admin/src/pages/SettingsPage/pages/Users/EditPage/utils/api.js +6 -3
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +9 -3
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/utils/api.js +6 -3
- package/admin/src/pages/SettingsPage/pages/Users/components/SelectRoles/index.js +3 -2
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/index.js +3 -2
- package/admin/src/translations/en.json +7 -5
- package/admin/src/translations/eu.json +796 -0
- package/admin/src/translations/languageNativeNames.js +1 -0
- package/admin/src/translations/ru.json +9 -9
- package/build/1412.936ed920.chunk.js +159 -0
- package/build/1683.c8aa7b7c.chunk.js +268 -0
- package/build/2607.2e48dbf8.chunk.js +66 -0
- package/build/2743.6d1632f9.chunk.js +45 -0
- package/build/3075.dc3894fe.chunk.js +108 -0
- package/build/3632.0317b618.chunk.js +138 -0
- package/build/4318.f96a9d4d.chunk.js +30 -0
- package/build/{5910.a5374848.chunk.js → 4855.bd092921.chunk.js} +65 -65
- package/build/8633.00ccd382.chunk.js +1 -0
- package/build/9707.7290fd92.chunk.js +96 -0
- package/build/Admin-authenticatedApp.ce646f66.chunk.js +75 -0
- package/build/{Admin_homePage.79ab880c.chunk.js → Admin_homePage.b1730882.chunk.js} +1 -1
- package/build/{Admin_marketplace.eabf21b2.chunk.js → Admin_marketplace.ea0316c2.chunk.js} +2 -2
- package/build/Admin_pluginsPage.5c24f963.chunk.js +6 -0
- package/build/Admin_profilePage.59af1978.chunk.js +15 -0
- package/build/Admin_settingsPage.d1493824.chunk.js +178 -0
- package/build/admin-app.25934eaa.chunk.js +112 -0
- package/build/admin-edit-roles-page.446b69dc.chunk.js +1 -0
- package/build/admin-edit-users.2ed69bfd.chunk.js +10 -0
- package/build/admin-users.fc003b10.chunk.js +11 -0
- package/build/{api-tokens-create-page.0e686c30.chunk.js → api-tokens-create-page.d248362d.chunk.js} +1 -1
- package/build/{api-tokens-edit-page.d6c7487b.chunk.js → api-tokens-edit-page.8516fa20.chunk.js} +1 -1
- package/build/api-tokens-list-page.44a79fda.chunk.js +16 -0
- package/build/audit-logs-settings-page.c3dce30d.chunk.js +1 -0
- package/build/content-manager.35ff9726.chunk.js +1139 -0
- package/build/{content-type-builder-list-view.4243b2b1.chunk.js → content-type-builder-list-view.79e84b36.chunk.js} +1 -6
- package/build/{content-type-builder.365b6bf4.chunk.js → content-type-builder.855db321.chunk.js} +16 -15
- package/build/{email-settings-page.379552b1.chunk.js → email-settings-page.d1fcc7a3.chunk.js} +4 -9
- package/build/en-json.1f137a90.chunk.js +1 -0
- package/build/eu-json.fceecd8b.chunk.js +1 -0
- package/build/i18n-settings-page.b8d8753e.chunk.js +60 -0
- package/build/index.html +1 -1
- package/build/main.7b151630.js +4377 -0
- package/build/ru-json.aa5cd123.chunk.js +1 -0
- package/build/runtime~main.a20d633b.js +2 -0
- package/build/sso-settings-page.b85ad080.chunk.js +41 -0
- package/build/upload-settings.ef64bbf9.chunk.js +84 -0
- package/build/upload.c5730dfa.chunk.js +33 -0
- package/build/users-advanced-settings-page.fce9908e.chunk.js +8 -0
- package/build/users-email-settings-page.343d0ad2.chunk.js +23 -0
- package/build/users-providers-settings-page.e5a9a3f1.chunk.js +99 -0
- package/build/users-roles-settings-page.66312f31.chunk.js +30 -0
- package/build/webhook-edit-page.73e51e64.chunk.js +75 -0
- package/build/{webhook-list-page.f75ba3f2.chunk.js → webhook-list-page.1134f130.chunk.js} +1 -1
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/ComboboxFilter/index.js +41 -0
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/Modal/ActionBody.js +1 -3
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/TableRows/index.js +1 -1
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/hooks/useAuditLogsData.js +47 -0
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/index.js +30 -31
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/utils/getActionTypesDefaultMessages.js +7 -9
- package/ee/admin/pages/SettingsPage/pages/AuditLogs/ListView/utils/getDisplayedFilters.js +88 -0
- package/ee/admin/pages/SettingsPage/pages/Roles/ListPage/index.js +4 -2
- package/ee/server/migrations/audit-logs-table.js +45 -0
- package/ee/server/register.js +2 -0
- package/ee/server/services/audit-logs.js +11 -1
- package/package.json +27 -27
- package/server/controllers/admin.js +16 -0
- package/admin/src/content-manager/components/InputJSON/FieldWrapper.js +0 -40
- package/admin/src/content-manager/components/InputJSON/Label.js +0 -35
- package/admin/src/content-manager/components/InputJSON/components.js +0 -36
- package/admin/src/content-manager/components/InputJSON/index.js +0 -223
- package/admin/src/content-manager/components/InputJSON/jsonlint.js +0 -680
- package/admin/src/core/utils/axiosInstance.js +0 -40
- package/build/2607.ce06608e.chunk.js +0 -66
- package/build/2743.dea372fb.chunk.js +0 -42
- package/build/3075.03ebe93d.chunk.js +0 -115
- package/build/3632.963ac97d.chunk.js +0 -138
- package/build/4318.8cb388a5.chunk.js +0 -30
- package/build/4656.a0d43cca.chunk.js +0 -159
- package/build/8633.4af74a50.chunk.js +0 -1
- package/build/9641.a311b612.chunk.js +0 -276
- package/build/9707.62831b4d.chunk.js +0 -101
- package/build/Admin-authenticatedApp.50dc27f9.chunk.js +0 -75
- package/build/Admin_pluginsPage.953e796b.chunk.js +0 -6
- package/build/Admin_profilePage.5c2efda5.chunk.js +0 -15
- package/build/Admin_settingsPage.19cfb9ca.chunk.js +0 -178
- package/build/admin-app.34295b50.chunk.js +0 -112
- package/build/admin-edit-roles-page.d50d9654.chunk.js +0 -1
- package/build/admin-edit-users.912b856d.chunk.js +0 -10
- package/build/admin-users.e36e7111.chunk.js +0 -11
- package/build/api-tokens-list-page.1cd86136.chunk.js +0 -16
- package/build/audit-logs-settings-page.308a6250.chunk.js +0 -1
- package/build/codemirror-addon-closebrackets.71aa4bbd.chunk.js +0 -2
- package/build/codemirror-addon-lint-js.405f70fb.chunk.js +0 -1
- package/build/codemirror-addon-lint.8487ad3d.chunk.js +0 -1
- package/build/codemirror-addon-mark-selection.1928c849.chunk.js +0 -1
- package/build/codemirror-css.359a2a4b.chunk.js +0 -345
- package/build/codemirror-javacript.af237b68.chunk.js +0 -1
- package/build/codemirror-theme.2fe63a16.chunk.js +0 -33
- package/build/content-manager.851f40ce.chunk.js +0 -1170
- package/build/en-json.38d182e5.chunk.js +0 -1
- package/build/i18n-settings-page.3ab28b1a.chunk.js +0 -65
- package/build/main.9f31732e.js +0 -4454
- package/build/ru-json.3b411a39.chunk.js +0 -1
- package/build/runtime~main.2b8e2318.js +0 -2
- package/build/sso-settings-page.b64a44e8.chunk.js +0 -41
- package/build/upload-settings.6c26ff37.chunk.js +0 -89
- package/build/upload.2c69d238.chunk.js +0 -38
- package/build/users-advanced-settings-page.c4270682.chunk.js +0 -13
- package/build/users-email-settings-page.60422a2f.chunk.js +0 -28
- package/build/users-providers-settings-page.e1834060.chunk.js +0 -104
- package/build/users-roles-settings-page.3ef35132.chunk.js +0 -30
- package/build/webhook-edit-page.c0080dc1.chunk.js +0 -75
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"Roles.ListPage.notification.delete-all-not-allowed": "Некоторые роли нельзя было удалить, так как они связаны с пользователями.",
|
|
80
80
|
"Roles.ListPage.notification.delete-not-allowed": "Невозможно удалить роль, если она связана с пользователями",
|
|
81
81
|
"Roles.RoleRow.select-all": "Выберите {name} для групповых действий",
|
|
82
|
-
"Roles.RoleRow.user-count": "{number, plural, =0 {
|
|
82
|
+
"Roles.RoleRow.user-count": "{number, plural, =0 {отсутствуют} other {#}}",
|
|
83
83
|
"Settings.apiTokens.addFirstToken": "Добавьте свой первый API-токен",
|
|
84
84
|
"Settings.apiTokens.addNewToken": "Добавить новый API-токен",
|
|
85
85
|
"Settings.apiTokens.Button.cancel": "Отмена",
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"components.FilterOptions.FILTER_TYPES.$lte": "меньше или равно",
|
|
463
463
|
"components.FilterOptions.FILTER_TYPES.$ne": "не",
|
|
464
464
|
"components.FilterOptions.FILTER_TYPES.$notContains": "не содержит (с учетом регистра)",
|
|
465
|
-
"components.FilterOptions.FILTER_TYPES.$notNull": "
|
|
466
|
-
"components.FilterOptions.FILTER_TYPES.$null": "
|
|
465
|
+
"components.FilterOptions.FILTER_TYPES.$notNull": "задано",
|
|
466
|
+
"components.FilterOptions.FILTER_TYPES.$null": "не задано",
|
|
467
467
|
"components.FilterOptions.FILTER_TYPES.$startsWith": "начинается с",
|
|
468
468
|
"components.Input.error.attribute.key.taken": "Это значение уже существует",
|
|
469
469
|
"components.Input.error.attribute.sameKeyAndName": "Не может быть одинаковым",
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"content-manager.components.SettingsViewWrapper.pluginHeader.title": "Настройка представления - {name}",
|
|
565
565
|
"content-manager.components.TableDelete.delete": "Удалить все",
|
|
566
566
|
"content-manager.components.TableDelete.deleteSelected": "Удалить выбранное",
|
|
567
|
-
"content-manager.components.TableDelete.label": "
|
|
567
|
+
"content-manager.components.TableDelete.label": "выбрано записей: {number}",
|
|
568
568
|
"content-manager.components.TableEmpty.withFilters": "Нет {contentType} с примененными фильтрами...",
|
|
569
569
|
"content-manager.components.TableEmpty.withSearch": "Нет {contentType} согласно поиску ({search})",
|
|
570
570
|
"content-manager.components.TableEmpty.withoutFilter": "Нет {contentType}...",
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"content-manager.containers.Edit.delete-entry": "Удалить эту запись",
|
|
588
588
|
"content-manager.containers.Edit.editing": "Редактирование...",
|
|
589
589
|
"content-manager.containers.Edit.information": "Информация",
|
|
590
|
-
"content-manager.containers.Edit.information.by": "
|
|
590
|
+
"content-manager.containers.Edit.information.by": "Автор",
|
|
591
591
|
"content-manager.containers.Edit.information.created": "Создано",
|
|
592
592
|
"content-manager.containers.Edit.information.draftVersion": "Черновая версия",
|
|
593
593
|
"content-manager.containers.Edit.information.editing": "Редактирование",
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"content-manager.notification.info.minimumFields": "Вам нужно иметь хотя бы одно отображаемое поле",
|
|
696
696
|
"content-manager.notification.upload.error": "Произошла ошибка при загрузке ваших файлов",
|
|
697
697
|
"content-manager.pageNotFound": "Страница не найдена",
|
|
698
|
-
"content-manager.pages.ListView.header-subtitle": "{number, plural, =0 {
|
|
698
|
+
"content-manager.pages.ListView.header-subtitle": "{number, plural, =0 {ничего не найдено} other {найдено записей: #}}",
|
|
699
699
|
"content-manager.pages.NoContentType.button": "Создайте свой первый Content-Type",
|
|
700
700
|
"content-manager.pages.NoContentType.text": "У вас еще нет никакого контента, мы рекомендуем вам создать свой первый Content-Type.",
|
|
701
701
|
"content-manager.permissions.not-allowed.create": "У вас нет прав на создание документов",
|
|
@@ -704,8 +704,8 @@
|
|
|
704
704
|
"content-manager.plugin.description.short": "Быстрый способ увидеть, отредактировать и удалить данные в вашей базе данных.",
|
|
705
705
|
"content-manager.popover.display-relations.label": "Показать отношения",
|
|
706
706
|
"content-manager.popUpWarning.bodyMessage.contentType.delete": "Вы уверены, что хотите удалить эту запись?",
|
|
707
|
-
"content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Вы
|
|
708
|
-
"content-manager.popUpWarning.warning.cancelAllSettings": "Вы
|
|
707
|
+
"content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Вы уверены, что хотите удалить эти записи?",
|
|
708
|
+
"content-manager.popUpWarning.warning.cancelAllSettings": "Вы уверены, что хотите отменить ваши изменения?",
|
|
709
709
|
"content-manager.popUpWarning.warning.publish-question": "Вы уверены, что хотите опубликовать запись?",
|
|
710
710
|
"content-manager.popUpWarning.warning.unpublish": "Если вы не опубликуете этот контент, он автоматически превратится в черновик.",
|
|
711
711
|
"content-manager.popUpWarning.warning.unpublish-question": "Вы уверены, что хотите ее не публиковать?",
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
"content-manager.success.record.publish": "Опубликовано",
|
|
718
718
|
"content-manager.success.record.save": "Сохранено",
|
|
719
719
|
"content-manager.success.record.unpublish": "Не опубликовано",
|
|
720
|
-
"content-manager.utils.data-loaded": "
|
|
720
|
+
"content-manager.utils.data-loaded": "успешно загружено записей: {number}",
|
|
721
721
|
"form.button.done": "Выполнено",
|
|
722
722
|
"form.button.continue": "Продолжить",
|
|
723
723
|
"global.actions": "Действия",
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[1412],{56671:function(c,d,t){var e=t(35897),n=t(74741),r=n(e);c.exports=r},91131:function(c,d,t){var e=t(94318),n=t(3387),r="[object RegExp]";function o(l){return n(l)&&e(l)==r}c.exports=o},52920:function(c,d,t){var e=t(56671),n=t(81580);function r(o,l){var s=-1,a=n(o)?Array(o.length):[];return e(o,function(v,h,u){a[++s]=l(v,h,u)}),a}c.exports=r},50690:function(c,d,t){var e=t(26460),n=t(80166),r=t(88904),o=t(52920),l=t(36024),s=t(76535),a=t(1397),v=t(15362),h=t(77236);function u(f,i,E){i.length?i=e(i,function(g){return h(g)?function(P){return n(P,g.length===1?g[0]:g)}:g}):i=[v];var O=-1;i=e(i,s(r));var _=o(f,function(g,P,m){var L=e(i,function(R){return R(g)});return{criteria:L,index:++O,value:g}});return l(_,function(g,P){return a(g,P,E)})}c.exports=u},36024:function(c){function d(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}c.exports=d},40709:function(c,d,t){var e=t(22945);function n(r,o){if(r!==o){var l=r!==void 0,s=r===null,a=r===r,v=e(r),h=o!==void 0,u=o===null,f=o===o,i=e(o);if(!u&&!i&&!v&&r>o||v&&h&&f&&!u&&!i||s&&h&&f||!l&&f||!a)return 1;if(!s&&!v&&!i&&r<o||i&&l&&a&&!s&&!v||u&&l&&a||!h&&a||!f)return-1}return 0}c.exports=n},1397:function(c,d,t){var e=t(40709);function n(r,o,l){for(var s=-1,a=r.criteria,v=o.criteria,h=a.length,u=l.length;++s<h;){var f=e(a[s],v[s]);if(f){if(s>=u)return f;var i=l[s];return f*(i=="desc"?-1:1)}}return r.index-o.index}c.exports=n},74741:function(c,d,t){var e=t(81580);function n(r,o){return function(l,s){if(l==null)return l;if(!e(l))return r(l,s);for(var a=l.length,v=o?a:-1,h=Object(l);(o?v--:++v<a)&&s(h[v],v,h)!==!1;);return l}}c.exports=n},52654:function(c,d,t){var e=t(91131),n=t(76535),r=t(91782),o=r&&r.isRegExp,l=o?n(o):e;c.exports=l},98978:function(c,d,t){var e=t(40314),n=t(50690),r=t(94569),o=t(63108),l=r(function(s,a){if(s==null)return[];var v=a.length;return v>1&&o(s,a[0],a[1])?a=[]:v>2&&o(a[0],a[1],a[2])&&(a=[a[0]]),n(s,e(a,1),[])});c.exports=l},59578:function(c,d,t){var e=t(41119);function n(r){return e(r).toLowerCase()}c.exports=n},51382:function(c,d,t){var e=t(90454),n=t(24793),r=t(34327),o=t(85973),l=t(52654),s=t(38788),a=t(51119),v=t(25225),h=t(41119),u=30,f="...",i=/\w*$/;function E(O,_){var g=u,P=f;if(o(_)){var m="separator"in _?_.separator:m;g="length"in _?v(_.length):g,P="omission"in _?e(_.omission):P}O=h(O);var L=O.length;if(r(O)){var R=a(O);L=R.length}if(g>=L)return O;var b=g-s(P);if(b<1)return P;var B=R?n(R,0,b).join(""):O.slice(0,b);if(m===void 0)return B+P;if(R&&(b+=B.length-b),l(m)){if(O.slice(b).search(m)){var w,y=B;for(m.global||(m=RegExp(m.source,h(i.exec(m))+"g")),m.lastIndex=0;w=m.exec(y);)var N=w.index;B=B.slice(0,N===void 0?b:N)}}else if(O.indexOf(e(m),b)!=b){var K=B.lastIndexOf(m);K>-1&&(B=B.slice(0,K))}return B+P}c.exports=E},91815:function(c,d,t){var e=t(84351);function n(r){return r&&r.length?e(r):[]}c.exports=n},11299:function(c,d,t){"use strict";t.d(d,{$:function(){return h},O:function(){return u}});var e=t(74512),n=t(83292),r=t(57269),o=t(49372),l=t(72850),s=t(87933),a=t(3685);const v=(0,n.default)(s.k)`
|
|
2
|
+
svg {
|
|
3
|
+
height: ${10/16}rem;
|
|
4
|
+
width: ${10/16}rem;
|
|
5
|
+
path {
|
|
6
|
+
fill: ${({theme:f})=>f.colors.neutral500};
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
:last-of-type ${l.x} {
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
:last-of-type ${o.Z} {
|
|
13
|
+
color: ${({theme:f})=>f.colors.neutral800};
|
|
14
|
+
font-weight: ${({theme:f})=>f.fontWeights.bold};
|
|
15
|
+
}
|
|
16
|
+
`,h=({children:f})=>(0,e.jsxs)(v,{inline:!0,as:"li",children:[(0,e.jsx)(o.Z,{variant:"pi",textColor:"neutral600",children:f}),(0,e.jsx)(l.x,{"aria-hidden":!0,paddingLeft:3,paddingRight:3,children:(0,e.jsx)(r.ChevronRight,{})})]});h.displayName="Crumb";const u=({children:f,label:i,...E})=>(0,e.jsxs)(s.k,{...E,children:[(0,e.jsx)(a.T,{children:i}),(0,e.jsx)("ol",{"aria-hidden":!0,children:f})]});u.displayName="Breadcrumbs"},42623:function(c,d,t){"use strict";t.d(d,{h:function(){return j},X:function(){return I}});var e=t(32735),n=t(60216),r=t(57269),o=t(66436),l=t(96892),s=t(94486);const a={Close:"Close",CloseSelect:"CloseSelect",First:"First",Last:"Last",Next:"Next",Open:"Open",PageDown:"PageDown",PageUp:"PageUp",Previous:"Previous",Select:"Select",Space:"Space",Type:"Type"},v={Close:"Close",First:"First",Last:"Last",Next:"Next",Open:"Open",Previous:"Previous",Select:"Select",UpLevel:"UpLevel"};function h(p=[],T=null,z=[]){const F=String(T??"").toLowerCase();return F?p.filter(A=>A.props.children.toString().toLowerCase().includes(F)&&z.indexOf(A)<0):p}function u(p,T){if(!T&&p===s.y.DOWN)return a.Open;if(p===s.y.DOWN)return a.Next;if(p===s.y.UP)return a.Previous;if(p===s.y.HOME)return a.First;if(p===s.y.END)return a.Last;if(p===s.y.ESCAPE)return a.Close;if(p===s.y.ENTER)return a.CloseSelect;if(p===s.y.BACKSPACE||p===s.y.CLEAR||p.length===1)return a.Type}function f(p,T,z){switch(z){case a.First:return 0;case a.Last:return T;case a.Previous:return Math.max(0,p-1);case a.Next:return Math.min(T,p+1);default:return p}}function i(p){l(p,{scrollMode:"if-needed",block:"nearest",inline:"nearest"}).forEach(({el:T,top:z,left:F})=>{T.scrollTop=z,T.scrollLeft=F})}var E=t(87933),O=t(93958),_=t(46406),g=t(72850),P=t(49372),m=t(97405),L=t(91225),R=t(90333),b=t(87107),B=t(76437),w=t(67014),y=t(47851),N=t(27677),K=t(3685);const j=({children:p,clearLabel:T,creatable:z,createMessage:F,disabled:A,error:W,hasMoreItems:S,hint:re,id:ee,label:Q,labelAction:fe,loading:ae,loadingMessage:se,noOptionsMessage:X,onChange:te,onClear:Z,onCreateOption:pe,onInputChange:V,onLoadMore:ve,placeholder:de,required:oe,value:H,...he})=>{const M=()=>p.find(x=>x.props?.value.toLowerCase()===H.toLowerCase()).props?.children,[C,Ee]=(0,e.useState)(0),[Pe,be]=(0,e.useState)(null),[k,xe]=(0,e.useState)(p),[Y,ye]=(0,e.useState)(!1),[$,ue]=(0,e.useState)(""),le=(0,e.useRef)(),ce=(0,e.useRef)(!1),ie=(0,e.useRef)(),Me=(0,e.useRef)(),De=(0,e.useRef)(),Ce=(0,e.useRef)(!0),U=(0,o.M)(ee),Le=`${U}-label`;if(!Q&&!he["aria-label"])throw new Error('The Combobox component needs a "label" or an "aria-label" props');(0,e.useEffect)(()=>{xe(h(p,$))},[$,p]),(0,e.useEffect)(()=>{Y&&le.current&&i(le.current)},[C,Y]),(0,e.useLayoutEffect)(()=>{Ce.current&&(Ce.current=!1)},[H]);const Re=Y?`${U}-${C}`:"",Oe=()=>{te(null),ue("")},Be=x=>{V&&V(x);const D=ie.current.value;xe(h(p,D)),Ee(0),be(null),$!==D&&ue(D),Y||G(!0,!1)},Te=x=>{const{key:D}=x,J=z&&$?k.length:k.length-1,ne=u(D,Y);switch(H&&!$&&D===s.y.BACKSPACE&&Oe(),ne){case a.Next:{if(C===J){q(0);break}q(f(C,J,ne));break}case a.Previous:{if(C===0){q(J);break}q(f(C,J,ne));break}case a.Last:case a.First:{if(C===J){q(0);break}q(f(C,J,ne));break}case a.CloseSelect:x.preventDefault(),ge(C);break;case a.Close:x.preventDefault(),G(!1);break;case a.Open:G(!0);break}},je=x=>{if(x.preventDefault(),H&&!ce.current&&ue(""),ce.current){ce.current=!1;return}G(!1,!1)},q=x=>{Ee(x)},Ae=x=>{q(x),ge(x)},_e=()=>{ce.current=!0},ge=x=>{const D=k[x];if(ue(""),D){te(D.props.value),G(!1);return}z&&(pe($),G(!1))},G=(x,D=!0)=>{ye(x),D&&ie.current.focus()},ze=e.Children.toArray(k).map((x,D)=>{const J=C===D;return(0,e.cloneElement)(x,{id:`${U}-${D}`,"aria-selected":Pe===D,"aria-posinset":D+1,"aria-setsize":e.Children.toArray(k).length,ref(ne){J&&(le.current=ne)},onClick:()=>Ae(D),onMouseDown:_e,isSelected:J})}),Ie=()=>{ie.current.focus(),Z&&Z(),Oe()},$e=()=>{ie.current.focus(),G(!0)},Ue=()=>{const x=k.findIndex(D=>D.props?.children===$);return $&&x===-1},Ke=x=>{x.preventDefault(),G(x,!0)};let me;return W?me=`${U}-error`:re&&(me=`${U}-hint`),e.createElement(b.g,{hint:re,error:W,id:U,required:oe},e.createElement(K.T,{"aria-live":"polite","aria-atomic":"false","aria-relevant":"additions text"},H),e.createElement(N.K,{spacing:Q||re||W?1:0},Q&&e.createElement(B.Q,{action:fe},Q),e.createElement(L.d8,{ref:Me,$disabled:A,hasError:W},e.createElement(L.fv,{wrap:"wrap"},!$&&H&&e.createElement(L.K7,{id:`${U}-selected-value`},e.createElement(P.Z,null,M())),e.createElement(L.II,{"aria-activedescendant":Re,"aria-autocomplete":"list","aria-controls":`${U}-listbox`,"aria-disabled":A,"aria-expanded":Y,"aria-haspopup":"listbox","aria-describedby":me,autoComplete:"off",autoCorrect:"off",id:U,onBlur:A?void 0:je,onClick:A?void 0:Ke,onInput:A?void 0:Be,onKeyDown:A?void 0:Te,placeholder:H?"":de,readOnly:A,ref:ie,required:oe,role:"combobox",spellCheck:"off",type:"text",value:$})),e.createElement(E.k,null,(H||$)&&e.createElement(O.zb,{id:`${U}-clear`,"aria-label":T,disabled:A,paddingLeft:3,as:"button",onClick:Ie,type:"button"},e.createElement(r.Cross,null)),e.createElement(O.AV,{disabled:A,paddingLeft:3,"aria-hidden":!0,as:"button",onClick:$e,tabIndex:-1,type:"button"},e.createElement(r.CarretDown,null)))),e.createElement(w.J,null),e.createElement(y.c,null)),Y&&e.createElement(_.J2,{id:`${U}-popover`,source:Me,spacing:4,fullWidth:!0,intersectionId:`${U}-listbox-popover-intersection`,onReachEnd:S&&!ae?ve:void 0},e.createElement("div",{role:"listbox",ref:De,id:`${U}-listbox`,"aria-labelledby":Q?Le:void 0},(Boolean(k.length)||z)&&e.createElement(e.Fragment,null,ze,Ue()&&z&&e.createElement(R.O,{isSelected:C===k.length,ref:x=>{C===k.length&&(le.current=x)},onMouseDown:_e,onClick:()=>ge(),taindex:0},F($))),!k.length&&!z&&!ae&&e.createElement(g.x,{paddingLeft:4,paddingRight:4,paddingTop:2,paddingBottom:2,ref:le},e.createElement(P.Z,{textColor:"neutral800"},X($))),ae&&e.createElement(E.k,{justifyContent:"center",alignItems:"center",paddingTop:2,paddingBottom:2},e.createElement(m.a,{small:!0},se)))))},I=p=>e.createElement(j,{...p,creatable:!0});j.defaultProps={"aria-label":void 0,clearLabel:"clear",creatable:!1,createMessage:p=>`Create "${p}"`,disabled:!1,error:void 0,hasMoreItems:!1,hint:void 0,id:void 0,label:void 0,loading:!1,loadingMessage:"Loading content...",noOptionsMessage:()=>"No results found",onClear:void 0,onCreateOption:void 0,onInputChange:void 0,onLoadMore:void 0,placeholder:"Select or enter a value",value:void 0},I.defaultProps=j.defaultProps,j.propTypes={"aria-label":n.string,children:n.oneOfType([n.arrayOf(n.node),n.node]),clearLabel:n.string,creatable:n.bool,createMessage:n.func,disabled:n.bool,error:n.string,hasMoreItems:n.bool,id:n.string,hint:n.oneOfType([n.string,n.node,n.arrayOf(n.node)]),label:n.string,labelAction:n.element,loading:n.bool,loadingMessage:n.string,noOptionsMessage:n.func,onChange:n.func.isRequired,onClear:n.func,onCreateOption:n.func,onInputChange:n.func,onLoadMore:n.func,placeholder:n.string,value:n.string},I.propTypes={...j.propTypes,onCreateOption:n.func.isRequired}},90333:function(c,d,t){"use strict";t.d(d,{O:function(){return l}});var e=t(32735),n=t(60216),r=t(49372),o=t(91225);const l=(0,e.forwardRef)(({isSelected:s,children:a,...v},h)=>e.createElement(o.Zq,{hasRadius:!0,paddingLeft:4,paddingRight:4,paddingTop:2,paddingBottom:2,role:"option",background:"neutral0",isSelected:s,ref:h,...v},e.createElement(r.Z,{textColor:s?"primary600":"neutral800",fontWeight:s?"bold":null},a)));l.defaultProps={isSelected:!1},l.propTypes={children:n.oneOfType([n.string,n.number]).isRequired,isSelected:n.bool},l.displayName="ComboboxOption"},91225:function(c,d,t){"use strict";t.d(d,{II:function(){return v},K7:function(){return s},Zq:function(){return h},d8:function(){return l},fv:function(){return a}});var e=t(83292),n=t(72850),r=t(87933),o=t(30350);const l=(0,e.default)(r.k)`
|
|
17
|
+
position: relative;
|
|
18
|
+
border: 1px solid ${({theme:u,hasError:f})=>f?u.colors.danger600:u.colors.neutral200};
|
|
19
|
+
padding-right: ${({theme:u})=>u.spaces[3]};
|
|
20
|
+
padding-left: ${({theme:u})=>u.spaces[3]};
|
|
21
|
+
border-radius: ${({theme:u})=>u.borderRadius};
|
|
22
|
+
background: ${({theme:u})=>u.colors.neutral0};
|
|
23
|
+
|
|
24
|
+
${({theme:u,$disabled:f})=>f?`
|
|
25
|
+
color: ${u.colors.neutral600};
|
|
26
|
+
background: ${u.colors.neutral150};
|
|
27
|
+
`:void 0}
|
|
28
|
+
|
|
29
|
+
${(0,o.k3)()}
|
|
30
|
+
`,s=e.default.div`
|
|
31
|
+
padding: 1px 2px;
|
|
32
|
+
grid-area: 1 / 1 / 2 / 3;
|
|
33
|
+
`,a=(0,e.default)(r.k)`
|
|
34
|
+
display: grid;
|
|
35
|
+
flex: 1 1 0%;
|
|
36
|
+
position: relative;
|
|
37
|
+
`,v=e.default.input`
|
|
38
|
+
display: inline-grid;
|
|
39
|
+
grid-area: 1 / 1 / 2 / 3;
|
|
40
|
+
grid-template-columns: 0px min-content;
|
|
41
|
+
background: transparent;
|
|
42
|
+
min-height: ${40/16}rem;
|
|
43
|
+
border: none;
|
|
44
|
+
flex: 1;
|
|
45
|
+
font-size: ${14/16}rem;
|
|
46
|
+
color: ${({theme:u})=>u.colors.neutral800};
|
|
47
|
+
outline: none;
|
|
48
|
+
&:focus-visible {
|
|
49
|
+
outline: none;
|
|
50
|
+
box-shadow: none;
|
|
51
|
+
outline-offset: 0;
|
|
52
|
+
}
|
|
53
|
+
&[aria-disabled='true'] {
|
|
54
|
+
background: inherit;
|
|
55
|
+
color: inherit;
|
|
56
|
+
cursor: not-allowed;
|
|
57
|
+
}
|
|
58
|
+
`,h=(0,e.default)(n.x)`
|
|
59
|
+
width: 100%;
|
|
60
|
+
border: none;
|
|
61
|
+
text-align: left;
|
|
62
|
+
outline-offset: -3px;
|
|
63
|
+
${({isSelected:u,theme:f})=>u&&`background: ${f.colors.primary100};`}
|
|
64
|
+
|
|
65
|
+
&:hover {
|
|
66
|
+
background: ${({theme:u})=>u.colors.primary100};
|
|
67
|
+
}
|
|
68
|
+
`},25148:function(c,d,t){"use strict";t.d(d,{Q:function(){return f}});var e=t(32735),n=t(5141),r=t(83292),o=t(60216),l=t(49372),s=t(72850),a=t(73342),v=t(24705),h=t(69783);const u=(0,r.default)(h.G)`
|
|
69
|
+
padding: ${({theme:i,size:E})=>`${E==="S"?i.spaces[2]:"10px"} ${i.spaces[4]}`};
|
|
70
|
+
background: ${({theme:i})=>i.colors.buttonPrimary600};
|
|
71
|
+
border: 1px solid ${({theme:i})=>i.colors.buttonPrimary600};
|
|
72
|
+
border-radius: ${({theme:i})=>i.borderRadius};
|
|
73
|
+
${s.x} {
|
|
74
|
+
display: flex;
|
|
75
|
+
align-items: center;
|
|
76
|
+
}
|
|
77
|
+
${l.Z} {
|
|
78
|
+
color: ${({theme:i})=>i.colors.buttonNeutral0};
|
|
79
|
+
}
|
|
80
|
+
&[aria-disabled='true'] {
|
|
81
|
+
${a.sg}
|
|
82
|
+
&:active {
|
|
83
|
+
${a.sg}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
&:hover {
|
|
87
|
+
${a.yP}
|
|
88
|
+
}
|
|
89
|
+
&:active {
|
|
90
|
+
${a.tB}
|
|
91
|
+
}
|
|
92
|
+
${a.PD}
|
|
93
|
+
/**
|
|
94
|
+
Link specific properties
|
|
95
|
+
*/
|
|
96
|
+
display: inline-flex;
|
|
97
|
+
text-decoration: none;
|
|
98
|
+
pointer-events: ${({disabled:i})=>i?"none":void 0};
|
|
99
|
+
`,f=e.forwardRef(({variant:i,startIcon:E,endIcon:O,disabled:_,children:g,size:P,href:m,to:L,...R},b)=>{const B=m?"_blank":void 0,w=m?"noreferrer noopener":void 0;return e.createElement(u,{ref:b,"aria-disabled":_,size:P,variant:i,target:B,rel:w,to:_?void 0:L,href:_?"#":m,...R,as:L&&!_?n.NavLink:"a"},E&&e.createElement(s.x,{"aria-hidden":!0,paddingRight:2},E),P==="S"?e.createElement(l.Z,{variant:"pi",fontWeight:"bold"},g):e.createElement(l.Z,{fontWeight:"bold"},g),O&&e.createElement(s.x,{"aria-hidden":!0,paddingLeft:2},O))});f.displayName="LinkButton",f.defaultProps={disabled:!1,startIcon:void 0,endIcon:void 0,size:"S",variant:"default",onClick:void 0,href:void 0,to:void 0},f.propTypes={children:o.node.isRequired,disabled:o.bool,endIcon:o.element,href(i){if(!i.disabled&&!i.to&&!i.href)return new Error("href must be defined")},onClick:o.func,size:o.oneOf(v.Gt),startIcon:o.element,to(i){if(!i.disabled&&!i.href&&!i.to)return new Error("to must be defined")},variant:o.oneOf(v.ZC)}},81595:function(c,d,t){"use strict";t.d(d,{Y:function(){return w}});var e=t(32735),n=t(60216),r=t(83292),o=t(57269),l=t(60872),s=t(87107),a=t(76437),v=t(98275),h=t(67014),u=t(47851),f=t(27677),i=t(99140),E=t(78542),O=t(66436),_=t(94486);const g="en-EN",P=()=>typeof navigator>"u"?g:navigator.language?navigator.language:navigator.userLanguage?navigator.userLanguage:g;var m=t(81002);function L({prop:y,defaultProp:N,onChange:K=()=>{}}){const[j,I]=R({defaultProp:N,onChange:K}),p=y!==void 0,T=typeof y=="function"?y(j):y,z=p?T:j,F=(0,m.useCallbackRef)(K),A=e.useCallback(W=>{if(p){const S=typeof W=="function"?W(T):W;S!==T&&(F(S),I(W))}else I(W)},[p,T,I,F]);return[z,A]}function R({defaultProp:y,onChange:N}){const K=e.useState(y),[j]=K,I=e.useRef(j),p=(0,m.useCallbackRef)(N);return e.useEffect(()=>{I.current!==j&&(p(j),I.current=j)},[j,I,p]),K}const b=r.default.button`
|
|
100
|
+
display: flex;
|
|
101
|
+
height: 1rem;
|
|
102
|
+
align-items: ${({reverse:y})=>y?"flex-end":"flex-start"};
|
|
103
|
+
transform: translateY(${({reverse:y})=>y?"-2px":"2px"});
|
|
104
|
+
cursor: ${({disabled:y})=>y?"not-allowed":void 0};
|
|
105
|
+
svg {
|
|
106
|
+
display: block;
|
|
107
|
+
height: ${4/16}rem;
|
|
108
|
+
transform: ${({reverse:y})=>y?"rotateX(180deg)":void 0};
|
|
109
|
+
}
|
|
110
|
+
`,B="",w=e.forwardRef(({size:y,startAction:N,name:K,hint:j,error:I,label:p,labelAction:T,locale:z,id:F,onValueChange:A,value:W,step:S,required:re,disabled:ee,...Q},fe)=>{const ae=(0,O.M)(F),se=z||P(),X=(0,e.useRef)(new l.NumberParser(se,{style:"decimal"})),te=(0,e.useRef)(new l.NumberFormatter(se,{maximumFractionDigits:20})),[Z,pe]=L({prop(M){const C=String(W);return isNaN(C)||C!==M&&M!==""?M:C},defaultProp:B,onChange(M){const C=X.current.parse(M);A(isNaN(C)?void 0:C)}}),V=M=>{pe(String(M))},ve=({target:{value:M}})=>{X.current.isValidPartialNumber(M)&&V(M)},de=()=>{if(!Z){V(S);return}const M=X.current.parse(Z),C=isNaN(M)?S:M+S;V(te.current.format(C))},oe=()=>{if(!Z){V(-S);return}const M=X.current.parse(Z),C=isNaN(M)?-S:M-S;V(te.current.format(C))},H=M=>{if(!ee)switch(M.key){case _.y.DOWN:{M.preventDefault(),oe();break}case _.y.UP:{M.preventDefault(),de();break}}},he=()=>{if(Z){const M=X.current.parse(Z),C=isNaN(M)?"":te.current.format(M);V(C)}};return e.createElement(s.g,{name:K,hint:j,error:I,id:ae,required:re},e.createElement(f.K,{spacing:1},p&&e.createElement(a.Q,{action:T},p),e.createElement(v._,{ref:fe,startAction:N,disabled:ee,type:"text",inputmode:"decimal",onChange:ve,onKeyDown:H,onBlur:he,value:Z,size:y,endAction:e.createElement(e.Fragment,null,e.createElement(b,{disabled:ee,"aria-hidden":!0,reverse:!0,onClick:de,tabIndex:-1,type:"button","data-testid":"ArrowUp"},e.createElement(i.J,{as:o.CarretDown,color:"neutral500"})),e.createElement(b,{disabled:ee,"aria-hidden":!0,onClick:oe,tabIndex:-1,type:"button","data-testid":"ArrowDown"},e.createElement(i.J,{as:o.CarretDown,color:"neutral500"}))),...Q}),e.createElement(h.J,null),e.createElement(u.c,null)))});w.displayName="NumberInput",w.defaultProps={"aria-label":void 0,disabled:!1,error:void 0,hint:void 0,id:void 0,label:void 0,labelAction:void 0,locale:void 0,required:!1,size:"M",startAction:void 0,step:1,value:void 0},w.propTypes={"aria-label":n.string,disabled:n.bool,error:n.string,hint:n.oneOfType([n.string,n.node,n.arrayOf(n.node)]),id:n.string,label:n.string,labelAction:n.element,locale:n.string,name:n.string.isRequired,onValueChange:n.func.isRequired,required:n.bool,size:n.oneOf(Object.keys(E.J.input)),startAction:n.element,step:n.number,value:n.number}},7563:function(c,d,t){"use strict";t.d(d,{A:function(){return i}});var e=t(74512),n=t(32735),r=t(83292),o=t(57269),l=t(72850),s=t(49372),a=t(87933),v=t(30350);const h=r.keyframes`
|
|
111
|
+
from {
|
|
112
|
+
transform: rotate(0deg);
|
|
113
|
+
}
|
|
114
|
+
to {
|
|
115
|
+
transform: rotate(359deg);
|
|
116
|
+
}
|
|
117
|
+
`,u=r.default.div`
|
|
118
|
+
animation: ${h} 2s infinite linear;
|
|
119
|
+
will-change: transform;
|
|
120
|
+
`,f=(0,r.default)(a.k)`
|
|
121
|
+
background: transparent;
|
|
122
|
+
border: none;
|
|
123
|
+
|
|
124
|
+
&[aria-disabled='true'] {
|
|
125
|
+
pointer-events: none;
|
|
126
|
+
svg path {
|
|
127
|
+
fill: ${({theme:E})=>E.colors.neutral600};
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
svg {
|
|
132
|
+
display: flex;
|
|
133
|
+
font-size: ${10/16}rem;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
svg path {
|
|
137
|
+
fill: ${({theme:E})=>E.colors.primary600};
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
${v.BF}
|
|
141
|
+
`,i=n.forwardRef(({children:E,startIcon:O,endIcon:_,onClick:g,disabled:P=!1,loading:m=!1,...L},R)=>{const b=g&&!P?g:void 0,B=P||m;return(0,e.jsxs)(f,{ref:R,"aria-disabled":B,onClick:b,as:"button",type:"button",...L,children:[(O||m)&&(0,e.jsx)(l.x,{as:"span",paddingRight:2,"aria-hidden":!0,children:m?(0,e.jsx)(u,{children:(0,e.jsx)(o.Loader,{})}):O}),(0,e.jsx)(s.Z,{variant:"pi",textColor:B?"neutral600":"primary600",children:E}),_&&(0,e.jsx)(l.x,{as:"span",paddingLeft:2,"aria-hidden":!0,children:_})]})});i.displayName="TextButton"},28832:function(c,d,t){"use strict";t.d(d,{z:function(){return i}});var e=t(32735),n=t(60216),r=t(83292),o=t(57269),l=t(72850),s=t(87933),a=t(49372),v=t(66436);const h=(0,r.default)(l.x)`
|
|
142
|
+
svg {
|
|
143
|
+
height: ${4/16}rem;
|
|
144
|
+
path {
|
|
145
|
+
fill: ${({theme:E})=>E.colors.neutral700};
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
`,u=r.default.button`
|
|
149
|
+
border: none;
|
|
150
|
+
padding: 0;
|
|
151
|
+
background: transparent;
|
|
152
|
+
display: flex;
|
|
153
|
+
align-items: center;
|
|
154
|
+
`,f=r.default.div`
|
|
155
|
+
display: flex;
|
|
156
|
+
align-items: center;
|
|
157
|
+
width: ${12/16}rem;
|
|
158
|
+
transform: rotateX(${({rotated:E})=>E?"0deg":"180deg"});
|
|
159
|
+
`,i=({label:E,children:O,id:_})=>{const[g,P]=(0,e.useState)(!0),m=(0,v.M)(_),L=()=>{P(R=>!R)};return e.createElement(l.x,null,e.createElement(h,{paddingLeft:7,paddingTop:2,paddingBottom:2,paddingRight:4},e.createElement(s.k,{justifyContent:"space-between"},e.createElement(u,{onClick:L,"aria-expanded":g,"aria-controls":m},e.createElement(f,{rotated:g},e.createElement(o.CarretDown,{"aria-hidden":!0})),e.createElement(l.x,{paddingLeft:2},e.createElement(a.Z,{as:"span",fontWeight:"semiBold",textColor:"neutral800"},E))))),g&&e.createElement("ul",{id:m},e.Children.map(O,(R,b)=>e.createElement("li",{key:b},R))))};i.defaultProps={id:void 0},i.propTypes={children:n.node.isRequired,id:n.string,label:n.string.isRequired}},35071:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#4945FF",stroke:"#4945FF"}),(0,e.jsx)("path",{d:"M15.328 10.54h1.723c.012-.089.012-.165.012-.253 0-1.676-1.471-2.959-3.41-2.959-2.696 0-4.647 2.22-4.647 5.344 0 2.15 1.383 3.545 3.504 3.545 2.045 0 3.597-1.154 3.967-2.936h-1.752c-.276.826-1.102 1.371-2.063 1.371-1.137 0-1.846-.802-1.846-2.103 0-2.08 1.19-3.65 2.725-3.65 1.037 0 1.746.62 1.787 1.558v.082zM21.053 16l1.488-6.943h2.531l.31-1.512H18.54l-.31 1.512h2.53L19.272 16h1.782z",fill:"#fff"})]})}},26253:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4 14.4a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM3.6 14.4a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM20.4 22.8a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM20.4 6a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2z",fill:"#212134"}),(0,e.jsx)("path",{d:"M6.24 11.28H18v1.44H6.24v-1.44z",fill:"#212134"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 22.8a2.4 2.4 0 110-4.8 2.4 2.4 0 010 4.8zm0 1.2a3.6 3.6 0 110-7.2 3.6 3.6 0 010 7.2zM3.6 6a2.4 2.4 0 110-4.8 2.4 2.4 0 010 4.8zm0 1.2a3.6 3.6 0 110-7.2 3.6 3.6 0 010 7.2z",fill:"#212134"}),(0,e.jsx)("path",{d:"M18.328 13.863L6.49 19.765l-.652-1.307 11.838-5.902.652 1.307zM18.358 10.078L6.398 4.115l-.646 1.294 11.961 5.963.645-1.294z",fill:"#212134"}),(0,e.jsx)("path",{d:"M18.323 18.83L6.252 12.813l-.643 1.29 12.071 6.019.643-1.29zM18.136 5.228L6.207 11.176l-.653-1.311 11.928-5.948.654 1.311z",fill:"#212134"})]})}},79634:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("path",{d:"M17.76 11.28H6v1.44h11.76v-1.44z",fill:"#212134"}),(0,e.jsx)("path",{d:"M18.129 10.699L9.782 4.523l-.86 1.162 8.347 6.177.86-1.163zM18.101 13.354L9.755 19.53l-.864-1.167 8.347-6.176.863 1.167z",fill:"#212134"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4 14.399a2.4 2.4 0 110-4.8 2.4 2.4 0 010 4.8zm0 1.2a3.6 3.6 0 110-7.2 3.6 3.6 0 010 7.2zM3.6 14.399a2.4 2.4 0 110-4.8 2.4 2.4 0 010 4.8zm0 1.2a3.6 3.6 0 110-7.2 3.6 3.6 0 010 7.2zM7.2 22.8a2.4 2.4 0 110-4.8 2.4 2.4 0 010 4.8zm0 1.2a3.6 3.6 0 110-7.2 3.6 3.6 0 010 7.2zM7.2 6a2.4 2.4 0 110-4.8 2.4 2.4 0 010 4.8zm0 1.2a3.6 3.6 0 110-7.2 3.6 3.6 0 010 7.2z",fill:"#212134"})]})}},32548:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 14.132a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2z",fill:"#212134"}),(0,e.jsx)("path",{d:"M6.24 11.011h13.44v1.44H6.24v-1.44z",fill:"#212134"}),(0,e.jsx)("path",{d:"M5.872 10.43l8.347-6.176.86 1.163-8.347 6.176-.86-1.162zM5.9 13.087l8.346 6.177.864-1.168-8.347-6.176-.864 1.167zM18.72 8.613l5.28 3.12-5.28 3.12v-6.24z",fill:"#212134"}),(0,e.jsx)("path",{d:"M12.72 2.633L18.82 2 16.43 7.649 12.72 2.633zM12.72 21.307l6.1.633-2.389-5.649-3.711 5.016z",fill:"#212134"})]})}},7733:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("path",{d:"M6.24 11.28H18v1.44H6.24v-1.44z",fill:"#212134"}),(0,e.jsx)("path",{d:"M5.871 10.699l8.347-6.176.86 1.162-8.347 6.177-.86-1.163zM5.899 13.354l8.346 6.176.864-1.167-8.347-6.176-.863 1.167z",fill:"#212134"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 14.399a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM20.4 14.399a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM16.8 22.8a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM16.8 6a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2z",fill:"#212134"})]})}},10168:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 14a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2zM20.4 14a2.4 2.4 0 100-4.8 2.4 2.4 0 000 4.8zm0 1.2a3.6 3.6 0 100-7.2 3.6 3.6 0 000 7.2z",fill:"#212134"}),(0,e.jsx)("path",{d:"M6.24 10.881H18v1.44H6.24v-1.44z",fill:"#212134"})]})}},25449:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsx)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.128 12.321a3.601 3.601 0 110-1.44H18.72v-2.4L24 11.6l-5.28 3.12v-2.4H7.128zM6 11.6a2.4 2.4 0 11-4.8 0 2.4 2.4 0 014.8 0z",fill:"#212134"})})}},89135:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("path",{d:"M.5 3A2.5 2.5 0 013 .5h26A2.5 2.5 0 0131.5 3v18a2.5 2.5 0 01-2.5 2.5H3A2.5 2.5 0 01.5 21V3z",fill:"#FDF4DC",stroke:"#FAE7B9"}),(0,e.jsx)("path",{d:"M20.158 11.995c0-.591-.463-1.073-1.045-1.11H13.53V9.245a2.05 2.05 0 012.046-2.049c1.13 0 2.048.784 2.049 1.913 0 .24.194.433.433.433h.33a.433.433 0 00.433-.433C18.82 7.32 17.365 5.999 15.577 6a3.246 3.246 0 00-3.241 3.244v1.642h-.223c-.615 0-1.113.499-1.113 1.114v4.887c.001.615.5 1.113 1.115 1.113l6.93-.003c.616 0 1.114-.5 1.114-1.115l-.001-4.887z",fill:"#D9822F"})]})}},61642:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#EAF5FF",stroke:"#B8E1FF"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.286 9.286v-.857a.397.397 0 00-.138-.302A.465.465 0 0018.82 8h-8.357a.465.465 0 00-.326.127.397.397 0 00-.138.302v.857c0 .116.046.216.138.301.092.085.2.127.326.127h8.357a.465.465 0 00.327-.127.397.397 0 00.138-.301zm2.785 2.713v.857a.397.397 0 01-.137.301.465.465 0 01-.327.128H10.464a.465.465 0 01-.326-.128.397.397 0 01-.138-.301v-.857c0-.116.046-.217.138-.302a.465.465 0 01.326-.127h11.143c.126 0 .235.043.327.127a.397.397 0 01.137.302zm-1.857 3.574v.857a.397.397 0 01-.137.302.465.465 0 01-.327.127h-9.286a.465.465 0 01-.326-.127.397.397 0 01-.138-.302v-.857c0-.116.046-.216.138-.301a.465.465 0 01.326-.127h9.286c.126 0 .235.042.326.127a.397.397 0 01.138.301z",fill:"#0C75AF"})]})}},58656:function(c,d,t){"use strict";t.d(d,{Z:function(){return n}});var e=t(74512);function n(r){return(0,e.jsxs)("svg",{width:"1em",height:"1em",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[(0,e.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#0C75AF",stroke:"#0C75AF"}),(0,e.jsx)("path",{d:"M8.523 13.586c.106 1.64 1.418 2.63 3.34 2.63 2.098 0 3.516-1.113 3.516-2.788 0-1.143-.65-1.846-2.086-2.297l-.867-.27c-.797-.252-1.137-.597-1.137-1.066 0-.598.633-1.031 1.459-1.031.873 0 1.512.474 1.617 1.183h1.67c-.053-1.54-1.36-2.619-3.217-2.619-1.91 0-3.328 1.131-3.328 2.678 0 1.09.715 1.922 1.963 2.309l.879.275c.914.287 1.266.592 1.266 1.084 0 .662-.657 1.107-1.606 1.107-.914 0-1.635-.469-1.758-1.195h-1.71zM20.107 16l1.489-6.943h2.531l.31-1.512h-6.843l-.31 1.512h2.53L18.326 16h1.781z",fill:"#fff"})]})}}}]);
|