@strapi/admin 4.12.5 → 4.12.6

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.
Files changed (159) hide show
  1. package/admin/src/StrapiApp.js +1 -1
  2. package/admin/src/components/AuthenticatedApp.js +229 -0
  3. package/admin/src/components/GuidedTour/Modal/index.js +1 -3
  4. package/admin/src/content-manager/pages/App/index.js +5 -16
  5. package/admin/src/content-manager/pages/EditView/Information/index.js +1 -1
  6. package/admin/src/content-manager/pages/ListView/components/BulkActionButtons/SelectedEntriesModal/index.js +2 -2
  7. package/admin/src/content-manager/pages/ListView/components/TableRows/index.js +1 -1
  8. package/admin/src/hooks/useSettingsForm/index.js +14 -3
  9. package/admin/src/hooks/useSettingsMenu/index.js +2 -2
  10. package/admin/src/hooks/useSettingsMenu/utils/formatLinks.js +1 -3
  11. package/admin/src/hooks/useSettingsMenu/utils/sortLinks.js +1 -3
  12. package/admin/src/index.js +1 -1
  13. package/admin/src/pages/Admin/Onboarding/index.js +1 -3
  14. package/admin/src/pages/Admin/index.js +80 -74
  15. package/admin/src/pages/App/constants.js +1 -1
  16. package/admin/src/pages/App/index.js +160 -122
  17. package/admin/src/pages/AuthPage/index.js +2 -4
  18. package/admin/src/pages/HomePage/index.js +1 -3
  19. package/admin/src/pages/InstalledPluginsPage/index.js +1 -3
  20. package/admin/src/pages/{InternalErrorPage/index.js → InternalErrorPage.js} +3 -4
  21. package/admin/src/pages/{NotFoundPage/index.js → NotFoundPage.js} +1 -3
  22. package/admin/src/pages/ProfilePage/index.js +2 -4
  23. package/admin/src/pages/SettingsPage/components/SettingsNav/index.js +3 -3
  24. package/admin/src/pages/SettingsPage/constants.js +67 -132
  25. package/admin/src/pages/SettingsPage/index.js +31 -36
  26. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +1 -1
  27. package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/index.js +69 -35
  28. package/admin/src/pages/SettingsPage/pages/TransferTokens/EditView/index.js +1 -1
  29. package/admin/src/pages/SettingsPage/pages/Users/EditPage/index.js +2 -1
  30. package/admin/src/pages/SettingsPage/pages/Users/ListPage/DynamicTable/TableRows/index.js +1 -1
  31. package/admin/src/pages/UseCasePage.js +174 -0
  32. package/admin/src/utils/createRoute.js +5 -7
  33. package/admin/src/utils/formatAPIErrors.js +1 -3
  34. package/admin/src/utils/getFullName.js +1 -1
  35. package/admin/src/utils/sortLinks.js +1 -3
  36. package/admin/src/utils/uniqueAdminHash.js +2 -9
  37. package/build/{1049.f76cb14b.chunk.js → 1049.9d69d231.chunk.js} +1 -1
  38. package/build/1504.eff012f7.chunk.js +95 -0
  39. package/build/2166.c837469a.chunk.js +1 -0
  40. package/build/2225.33287e1b.chunk.js +79 -0
  41. package/build/2237.03792b63.chunk.js +114 -0
  42. package/build/2379.401f56f3.chunk.js +1 -0
  43. package/build/2395.e6a79fbb.chunk.js +26 -0
  44. package/build/{9806.5d5a0e8d.chunk.js → 2747.d1442a90.chunk.js} +72 -64
  45. package/build/2801.31393ffe.chunk.js +1 -0
  46. package/build/3483.8517171f.chunk.js +1 -0
  47. package/build/502.8dd074ff.chunk.js +1 -0
  48. package/build/5483.5bfbb00d.chunk.js +6 -0
  49. package/build/7464.592a9295.chunk.js +1 -0
  50. package/build/748.fd2e5afd.chunk.js +105 -0
  51. package/build/773.6381d62d.chunk.js +18 -0
  52. package/build/7826.399afe81.chunk.js +103 -0
  53. package/build/8261.2525d35c.chunk.js +7 -0
  54. package/build/8276.e519a707.chunk.js +26 -0
  55. package/build/8299.62b67c72.chunk.js +1 -0
  56. package/build/Admin-AuthPage.90d64342.chunk.js +35 -0
  57. package/build/Admin-AuthenticatedApp.379ac945.chunk.js +24 -0
  58. package/build/Admin-UseCasePage.1f757db5.chunk.js +13 -0
  59. package/build/Admin_GuidedTourModal.8ccf1fbc.chunk.js +12 -0
  60. package/build/Admin_InternalErrorPage.9de92c6d.chunk.js +9 -0
  61. package/build/Admin_NotFoundPage.21620424.chunk.js +9 -0
  62. package/build/Admin_Onboarding.dbfa32f6.chunk.js +43 -0
  63. package/build/Admin_homePage.2000cbe9.chunk.js +86 -0
  64. package/build/Admin_marketplace.ec80e29b.chunk.js +63 -0
  65. package/build/Admin_pluginsPage.0c6851f8.chunk.js +14 -0
  66. package/build/Admin_profilePage.78cd8495.chunk.js +21 -0
  67. package/build/Admin_settingsPage.1760c3ce.chunk.js +119 -0
  68. package/build/StrapiApp.221fac30.chunk.js +5 -0
  69. package/build/{admin-edit-roles-page.6d567273.chunk.js → admin-edit-roles-page.24bdf746.chunk.js} +1 -1
  70. package/build/admin-edit-users.5d10d444.chunk.js +10 -0
  71. package/build/{admin-users.00e20017.chunk.js → admin-users.2b3e4305.chunk.js} +2 -2
  72. package/build/{content-manager.b40f79c0.chunk.js → content-manager.fb0833bd.chunk.js} +78 -78
  73. package/build/{content-type-builder.cd999f6e.chunk.js → content-type-builder.66066281.chunk.js} +18 -18
  74. package/build/email-settings-page.2f7e35c0.chunk.js +11 -0
  75. package/build/index.html +1 -1
  76. package/build/main.ee3c1938.js +2859 -0
  77. package/build/review-workflows-settings-create-view.d24a32b9.chunk.js +1 -0
  78. package/build/review-workflows-settings-edit-view.6044b022.chunk.js +1 -0
  79. package/build/review-workflows-settings-list-view.3f0ef4bc.chunk.js +56 -0
  80. package/build/runtime~main.397ee447.js +2 -0
  81. package/build/{sso-settings-page.12b6d8ae.chunk.js → sso-settings-page.4dba0670.chunk.js} +1 -1
  82. package/build/users-advanced-settings-page.17052d72.chunk.js +9 -0
  83. package/build/users-email-settings-page.3de8ea50.chunk.js +9 -0
  84. package/build/users-providers-settings-page.0eaa916d.chunk.js +14 -0
  85. package/build/users-roles-settings-page.957ad48b.chunk.js +55 -0
  86. package/build/webhook-edit-page.665210af.chunk.js +33 -0
  87. package/ee/admin/hooks/useAuthProviders.js +25 -0
  88. package/ee/admin/hooks/{useLicenseLimitNotification/index.js → useLicenseLimitNotification.js} +2 -4
  89. package/ee/admin/hooks/{useLicenseLimits/useLicenseLimits.js → useLicenseLimits.js} +4 -1
  90. package/ee/admin/pages/App/constants.js +6 -5
  91. package/ee/admin/pages/AuthPage/components/Login/index.js +8 -4
  92. package/ee/admin/pages/AuthPage/components/Providers/index.js +8 -5
  93. package/ee/admin/pages/HomePage/index.js +1 -1
  94. package/ee/admin/pages/SettingsPage/constants.js +27 -42
  95. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/pages/CreateView/CreateView.js +1 -1
  96. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/pages/EditView/EditView.js +1 -1
  97. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/pages/ListView/ListView.js +1 -1
  98. package/ee/admin/pages/SettingsPage/pages/Users/ListPage/CreateAction/index.js +1 -1
  99. package/ee/admin/pages/SettingsPage/pages/Users/ListPage/index.js +1 -1
  100. package/package.json +8 -8
  101. package/admin/src/components/AuthenticatedApp/index.js +0 -118
  102. package/admin/src/components/AuthenticatedApp/utils/api.js +0 -85
  103. package/admin/src/components/AuthenticatedApp/utils/checkLatestStrapiVersion.js +0 -11
  104. package/admin/src/components/PluginsInitializer/index.js +0 -68
  105. package/admin/src/components/PluginsInitializer/init.js +0 -11
  106. package/admin/src/components/PluginsInitializer/reducer.js +0 -22
  107. package/admin/src/layouts/AppLayout/index.js +0 -33
  108. package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/utils/api.js +0 -23
  109. package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/utils/prefixAllUrls.js +0 -17
  110. package/admin/src/pages/SettingsPage/utils/createSectionsRoutes.js +0 -11
  111. package/admin/src/pages/SettingsPage/utils/getSectionsToDisplay.js +0 -5
  112. package/admin/src/pages/SettingsPage/utils/index.js +0 -2
  113. package/admin/src/pages/UseCasePage/index.js +0 -175
  114. package/admin/src/utils/checkFormValidity.js +0 -15
  115. package/admin/src/utils/getAttributesToDisplay.js +0 -19
  116. package/admin/src/utils/getExistingActions.js +0 -32
  117. package/admin/src/utils/index.js +0 -9
  118. package/admin/src/utils/makeUniqueRoutes.js +0 -6
  119. package/build/1386.879bcd90.chunk.js +0 -7
  120. package/build/2225.c6244756.chunk.js +0 -79
  121. package/build/2379.f1641312.chunk.js +0 -1
  122. package/build/2395.46f8d0c1.chunk.js +0 -26
  123. package/build/2801.5cef5ec8.chunk.js +0 -1
  124. package/build/3483.03c24f96.chunk.js +0 -1
  125. package/build/3739.63e352f1.chunk.js +0 -103
  126. package/build/3929.5632f24d.chunk.js +0 -114
  127. package/build/448.829e1344.chunk.js +0 -1
  128. package/build/502.8ae8ef60.chunk.js +0 -1
  129. package/build/5483.6dd2e776.chunk.js +0 -6
  130. package/build/5542.2415a393.chunk.js +0 -63
  131. package/build/6691.4985ef22.chunk.js +0 -105
  132. package/build/7464.3e64a1d5.chunk.js +0 -1
  133. package/build/8276.10a3f883.chunk.js +0 -26
  134. package/build/9944.7af075a5.chunk.js +0 -26
  135. package/build/Admin-authenticatedApp.01fc56de.chunk.js +0 -79
  136. package/build/Admin_InternalErrorPage.f45f2462.chunk.js +0 -1
  137. package/build/Admin_homePage.ac9dfb86.chunk.js +0 -81
  138. package/build/Admin_marketplace.c94239f6.chunk.js +0 -55
  139. package/build/Admin_pluginsPage.bbe79434.chunk.js +0 -6
  140. package/build/Admin_profilePage.192edc52.chunk.js +0 -13
  141. package/build/Admin_settingsPage.97cb9d41.chunk.js +0 -111
  142. package/build/admin-app.91898385.chunk.js +0 -36
  143. package/build/admin-edit-users.acfd4128.chunk.js +0 -10
  144. package/build/email-settings-page.d494d1eb.chunk.js +0 -11
  145. package/build/main.9dbe4579.js +0 -2859
  146. package/build/review-workflows-settings-create-view.cb08cfa2.chunk.js +0 -1
  147. package/build/review-workflows-settings-edit-view.3c7cbe63.chunk.js +0 -1
  148. package/build/review-workflows-settings-list-view.1611dc1f.chunk.js +0 -56
  149. package/build/runtime~main.46a609e9.js +0 -2
  150. package/build/users-advanced-settings-page.f0760eb8.chunk.js +0 -9
  151. package/build/users-email-settings-page.ff4b32f3.chunk.js +0 -9
  152. package/build/users-providers-settings-page.48de0306.chunk.js +0 -14
  153. package/build/users-roles-settings-page.9d9a1eff.chunk.js +0 -30
  154. package/build/webhook-edit-page.6cb479ff.chunk.js +0 -33
  155. package/ee/admin/hooks/index.js +0 -4
  156. package/ee/admin/hooks/useAuthProviders/index.js +0 -50
  157. package/ee/admin/hooks/useAuthProviders/reducer.js +0 -26
  158. package/ee/admin/hooks/useLicenseLimits/index.js +0 -1
  159. /package/ee/admin/hooks/{useLicenseLimits/__mocks__/index.js → __mocks__/useLicenseLimits.js} +0 -0
@@ -0,0 +1,103 @@
1
+ (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7826],{84802:function(l){function i(t,n,s,e){for(var _=-1,r=t==null?0:t.length;++_<r;){var c=t[_];n(e,c,s(c),t)}return e}l.exports=i},88058:function(l,i,t){var n=t(87650);function s(e,_){var r=e==null?0:e.length;return!!r&&n(e,_,0)>-1}l.exports=s},37431:function(l){function i(t,n,s){for(var e=-1,_=t==null?0:t.length;++e<_;)if(s(n,t[e]))return!0;return!1}l.exports=i},23089:function(l,i,t){var n=t(61712),s=n("length");l.exports=s},62435:function(l,i,t){var n=t(56671);function s(e,_,r,c){return n(e,function(o,d,h){_(c,o,r(o),h)}),c}l.exports=s},60528:function(l){function i(t,n,s,e){for(var _=t.length,r=s+(e?1:-1);e?r--:++r<_;)if(n(t[r],r,t))return r;return-1}l.exports=i},87650:function(l,i,t){var n=t(60528),s=t(25556),e=t(54256);function _(r,c,o){return c===c?e(r,c,o):n(r,s,o)}l.exports=_},25556:function(l){function i(t){return t!==t}l.exports=i},84351:function(l,i,t){var n=t(61124),s=t(88058),e=t(37431),_=t(30555),r=t(58491),c=t(66350),o=200;function d(h,v,p){var w=-1,a=s,Z=h.length,m=!0,x=[],u=x;if(p)m=!1,a=e;else if(Z>=o){var g=v?null:r(h);if(g)return c(g);m=!1,a=_,u=new n}else u=v?[]:x;t:for(;++w<Z;){var f=h[w],M=v?v(f):f;if(f=p||f!==0?f:0,m&&M===M){for(var E=u.length;E--;)if(u[E]===M)continue t;v&&u.push(M),x.push(f)}else a(u,M,p)||(u!==x&&u.push(M),x.push(f))}return x}l.exports=d},85580:function(l,i,t){var n=t(84802),s=t(62435),e=t(88904),_=t(77236);function r(c,o){return function(d,h){var v=_(d)?n:s,p=o?o():{};return v(d,c,e(h,2),p)}}l.exports=r},58491:function(l,i,t){var n=t(69902),s=t(13581),e=t(66350),_=1/0,r=n&&1/e(new n([,-0]))[1]==_?function(c){return new n(c)}:s;l.exports=r},54256:function(l){function i(t,n,s){for(var e=s-1,_=t.length;++e<_;)if(t[e]===n)return e;return-1}l.exports=i},38788:function(l,i,t){var n=t(23089),s=t(34327),e=t(71286);function _(r){return s(r)?e(r):n(r)}l.exports=_},71286:function(l){var i="\\ud800-\\udfff",t="\\u0300-\\u036f",n="\\ufe20-\\ufe2f",s="\\u20d0-\\u20ff",e=t+n+s,_="\\ufe0e\\ufe0f",r="["+i+"]",c="["+e+"]",o="\\ud83c[\\udffb-\\udfff]",d="(?:"+c+"|"+o+")",h="[^"+i+"]",v="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",w="\\u200d",a=d+"?",Z="["+_+"]?",m="(?:"+w+"(?:"+[h,v,p].join("|")+")"+Z+a+")*",x=Z+a+m,u="(?:"+[h+c+"?",c,v,p,r].join("|")+")",g=RegExp(o+"(?="+o+")|"+u+x,"g");function f(M){for(var E=g.lastIndex=0;g.test(M);)++E;return E}l.exports=f},81346:function(l,i,t){var n=t(40999),s=t(85580),e=Object.prototype,_=e.hasOwnProperty,r=s(function(c,o,d){_.call(c,d)?c[d].push(o):n(c,d,[o])});l.exports=r},34461:function(l,i,t){var n=t(94318),s=t(77236),e=t(3387),_="[object String]";function r(c){return typeof c=="string"||!s(c)&&e(c)&&n(c)==_}l.exports=r},13581:function(l){function i(){}l.exports=i},61868:function(l,i,t){var n=t(78803),s=t(26686),e=t(81580),_=t(34461),r=t(38788),c="[object Map]",o="[object Set]";function d(h){if(h==null)return 0;if(e(h))return _(h)?r(h):h.length;var v=s(h);return v==c||v==o?h.size:n(h).length}l.exports=d},59578:function(l,i,t){var n=t(41119);function s(e){return n(e).toLowerCase()}l.exports=s},91815:function(l,i,t){var n=t(84351);function s(e){return e&&e.length?n(e):[]}l.exports=s},90333:function(l,i,t){"use strict";t.d(i,{O:function(){return s}});var n=t(21428);const s=n.Wx},96709:function(l,i,t){"use strict";t.d(i,{A:function(){return c}});var n=t(74512),s=t(8471),e=t(72850);const _=(0,s.ZP)(e.x)`
2
+ display: grid;
3
+ grid-template-columns: ${({hasSideNav:o})=>o?"auto 1fr":"1fr"};
4
+ `,r=(0,s.ZP)(e.x)`
5
+ overflow-x: hidden;
6
+ `,c=({sideNav:o,children:d})=>(0,n.jsxs)(_,{hasSideNav:!!o,children:[o,(0,n.jsx)(r,{paddingBottom:10,children:d})]})},50428:function(l,i,t){"use strict";t.d(i,{r:function(){return p}});var n=t(74512),s=t(32735),e=t(47361),_=t(14911),r=t(8471),c=t(30350),o=t(49372),d=t(72850);const h=r.ZP.a`
7
+ display: inline-flex;
8
+ align-items: center;
9
+ text-decoration: none;
10
+ pointer-events: ${({disabled:w})=>w?"none":void 0};
11
+ color: ${({disabled:w,theme:a})=>w?a.colors.neutral600:a.colors.primary600};
12
+
13
+ svg path {
14
+ transition: fill 150ms ease-out;
15
+ fill: currentColor;
16
+ }
17
+
18
+ svg {
19
+ font-size: ${10/16}rem;
20
+ }
21
+
22
+ ${o.Z} {
23
+ transition: color 150ms ease-out;
24
+ color: currentColor;
25
+ }
26
+
27
+ &:hover {
28
+ color: ${({theme:w})=>w.colors.primary500};
29
+ }
30
+
31
+ &:active {
32
+ color: ${({theme:w})=>w.colors.primary700};
33
+ }
34
+
35
+ ${c.BF};
36
+ `,v=(0,r.ZP)(d.x)`
37
+ display: flex;
38
+ `,p=s.forwardRef(({children:w,href:a,to:Z,disabled:m=!1,startIcon:x,endIcon:u,...g},f)=>(0,n.jsxs)(h,{as:Z&&!m?_.OL:"a",target:a?"_blank":void 0,rel:a?"noreferrer noopener":void 0,to:m?void 0:Z,href:m?"#":a,disabled:m,ref:f,...g,children:[x&&(0,n.jsx)(v,{as:"span","aria-hidden":!0,paddingRight:2,children:x}),(0,n.jsx)(o.Z,{children:w}),u&&!a&&(0,n.jsx)(v,{as:"span","aria-hidden":!0,paddingLeft:2,children:u}),a&&(0,n.jsx)(v,{as:"span","aria-hidden":!0,paddingLeft:2,children:(0,n.jsx)(e.Z,{})})]}))},90700:function(l,i,t){"use strict";t.d(i,{m:function(){return c}});var n=t(74512),s=t(8471),e=t(15335);const _=`${232/16}rem`,r=(0,s.ZP)(e.r)`
39
+ width: ${_};
40
+ background: ${({theme:o})=>o.colors.neutral100};
41
+ position: sticky;
42
+ top: 0;
43
+ height: 100vh;
44
+ overflow-y: auto;
45
+ border-right: 1px solid ${({theme:o})=>o.colors.neutral200};
46
+ z-index: 1;
47
+ `,c=({ariaLabel:o,...d})=>(0,n.jsx)(r,{"aria-label":o,as:"nav",...d})},78090:function(l,i,t){"use strict";t.d(i,{p:function(){return x}});var n=t(74512),s=t(32735),e=t(6792),_=t(8471),r=t(94486),c=t(74971);const o=u=>{const g=(0,s.useRef)();return(0,s.useEffect)(()=>{g.current=u}),g.current};var d=t(9026),h=t(72850),v=t(89252),p=t(61774),w=t(87933),a=t(49372),Z=t(50563);const m=(0,_.ZP)(d.i)`
48
+ width: ${24/16}rem;
49
+ background-color: ${({theme:u})=>u.colors.neutral200};
50
+ `,x=({as:u="h2",label:g,searchLabel:f="",searchable:M=!1,onChange:E=()=>{},value:O="",onClear:D=()=>{},onSubmit:L=()=>{},id:H})=>{const[P,A]=(0,s.useState)(!1),R=o(P),I=(0,c.M)(H),B=(0,s.useRef)(void 0),C=(0,s.useRef)(void 0);(0,s.useEffect)(()=>{P&&B.current&&B.current.focus(),R&&!P&&C.current&&C.current.focus()},[P,R]);const T=()=>{A(j=>!j)},b=j=>{D(j),B.current.focus()},V=j=>{j.relatedTarget?.id!==I&&A(!1)},U=j=>{j.key===r.y.ESCAPE&&A(!1)};return P?(0,n.jsxs)(h.x,{paddingLeft:4,paddingTop:5,paddingBottom:2,paddingRight:4,children:[(0,n.jsx)(v.U,{children:(0,n.jsx)(p.w,{name:"searchbar",value:O,onChange:E,placeholder:"e.g: strapi-plugin-abcd",onKeyDown:U,ref:B,onBlur:V,onClear:b,onSubmit:L,clearLabel:"Clear",size:"S",children:f})}),(0,n.jsx)(h.x,{paddingLeft:2,paddingTop:4,children:(0,n.jsx)(m,{})})]}):(0,n.jsxs)(h.x,{paddingLeft:6,paddingTop:6,paddingBottom:2,paddingRight:4,children:[(0,n.jsxs)(w.k,{justifyContent:"space-between",alignItems:"flex-start",children:[(0,n.jsx)(a.Z,{variant:"beta",as:u,children:g}),M&&(0,n.jsx)(Z.h,{ref:C,onClick:T,label:f,icon:(0,n.jsx)(e.Z,{})})]}),(0,n.jsx)(h.x,{paddingTop:4,children:(0,n.jsx)(m,{})})]})}},66618:function(l,i,t){"use strict";t.d(i,{E:function(){return w}});var n=t(74512),s=t(32735),e=t(56243),_=t(8471),r=t(72850),c=t(49372),o=t(87933),d=t(62499);const h=(0,_.ZP)(r.x)`
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ text-decoration: none;
55
+ color: ${({theme:a})=>a.colors.neutral800};
56
+ svg > * {
57
+ fill: ${({theme:a})=>a.colors.neutral600};
58
+ }
59
+
60
+ &.active {
61
+ ${({theme:a})=>`
62
+ background-color: ${a.colors.primary100};
63
+ border-right: 2px solid ${a.colors.primary600};
64
+ svg > * {
65
+ fill: ${a.colors.primary700};
66
+ }
67
+ ${c.Z} {
68
+ color: ${a.colors.primary700};
69
+ font-weight: 500;
70
+ }
71
+ `}
72
+ }
73
+
74
+ &:focus-visible {
75
+ outline-offset: -2px;
76
+ }
77
+ `,v=(0,_.ZP)(e.Z)`
78
+ width: ${12/16}rem;
79
+ height: ${4/16}rem;
80
+ * {
81
+ fill: ${({theme:a,$active:Z})=>Z?a.colors.primary600:a.colors.neutral600};
82
+ }
83
+ `,p=_.ZP.div`
84
+ svg {
85
+ height: ${12/16}rem;
86
+ width: ${12/16}rem;
87
+ }
88
+ `,w=s.forwardRef(({children:a,icon:Z=null,withBullet:m=!1,as:x=d.f,isSubSectionChild:u=!1,...g},f)=>(0,n.jsxs)(h,{as:x,icon:Z,background:"neutral100",paddingLeft:u?9:7,paddingBottom:2,paddingTop:2,ref:f,...g,children:[(0,n.jsxs)(o.k,{children:[Z?(0,n.jsx)(p,{children:Z}):(0,n.jsx)(v,{}),(0,n.jsx)(r.x,{paddingLeft:2,children:(0,n.jsx)(c.Z,{as:"span",children:a})})]}),m&&(0,n.jsx)(r.x,{as:o.k,paddingRight:4,children:(0,n.jsx)(v,{$active:!0})})]}))},79318:function(l,i,t){"use strict";t.d(i,{D:function(){return Z}});var n=t(74512),s=t(32735),e=t(8471),_=t(16899),r=t(87933),c=t(72850),o=t(49372);const d=(0,e.ZP)(r.k)`
89
+ border: none;
90
+ padding: 0;
91
+ background: transparent;
92
+ `,h=e.ZP.div`
93
+ display: flex;
94
+ align-items: center;
95
+ transform: rotateX(${({rotated:m})=>m?"0deg":"180deg"});
96
+ `,v=({collapsable:m=!1,label:x,onClick:u=()=>{},ariaExpanded:g,ariaControls:f})=>m?(0,n.jsxs)(d,{as:"button",onClick:u,"aria-expanded":g,"aria-controls":f,textAlign:"left",children:[(0,n.jsx)(c.x,{paddingRight:1,children:(0,n.jsx)(o.Z,{variant:"sigma",textColor:"neutral600",children:x})}),m&&(0,n.jsx)(h,{rotated:g,children:(0,n.jsx)(_.Z,{"aria-hidden":!0})})]}):(0,n.jsx)(d,{children:(0,n.jsx)(c.x,{paddingRight:1,children:(0,n.jsx)(o.Z,{variant:"sigma",textColor:"neutral600",children:x})})});var p=t(74971),w=t(6518);const a=(0,e.ZP)(c.x)`
97
+ svg {
98
+ height: ${4/16}rem;
99
+ path {
100
+ fill: ${({theme:m})=>m.colors.neutral500};
101
+ }
102
+ }
103
+ `,Z=({collapsable:m=!1,label:x,badgeLabel:u,children:g,id:f})=>{const[M,E]=(0,s.useState)(!0),O=(0,p.M)(f);return(0,n.jsxs)(r.k,{direction:"column",alignItems:"stretch",gap:1,children:[(0,n.jsx)(a,{paddingLeft:6,paddingTop:2,paddingBottom:2,paddingRight:4,children:(0,n.jsxs)(c.x,{position:"relative",paddingRight:u?6:0,children:[(0,n.jsx)(v,{onClick:()=>{E(D=>!D)},ariaExpanded:M,ariaControls:O,collapsable:m,label:x}),u&&(0,n.jsx)(w.C,{backgroundColor:"neutral150",textColor:"neutral600",position:"absolute",right:0,top:"50%",transform:"translateY(-50%)",children:u})]})}),(!m||M)&&(0,n.jsx)("ol",{id:O,children:s.Children.map(g,(D,L)=>(0,n.jsx)("li",{children:D},L))})]})}},77013:function(l,i,t){"use strict";t.d(i,{Z:function(){return r}});var n=t(74512),s=t(32735),e=t(72850),_=t(87933);const r=({children:c,spacing:o=2,horizontal:d=!1,...h})=>(0,n.jsx)(e.x,{paddingTop:2,paddingBottom:4,children:(0,n.jsx)(_.k,{as:"ol",gap:o,direction:d?"row":"column",alignItems:d?"center":"stretch",...h,children:s.Children.map(c,(v,p)=>(0,n.jsx)("li",{children:v},p))})})},55805:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2Zm5.5 10a4.5 4.5 0 0 0-4.475 4.975 4.5 4.5 0 0 0 4.95-4.95A4.54 4.54 0 0 0 17.5 12Zm-11 0c-.16 0-.319.008-.475.025a4.5 4.5 0 0 0 4.95 4.95A4.5 4.5 0 0 0 6.5 12Z"})}),e=s},31206:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M14 10v4h-4v-4h4Zm2 0h5v4h-5v-4Zm-2 11h-4v-5h4v5Zm2 0v-5h5v4a1 1 0 0 1-1 1h-4ZM14 3v5h-4V3h4Zm2 0h4a1 1 0 0 1 1 1v4h-5V3Zm-8 7v4H3v-4h5Zm0 11H4a1 1 0 0 1-1-1v-4h5v5ZM8 3v5H3V4a1 1 0 0 1 1-1h4Z"})}),e=s},97075:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M3 10h18v10.004c0 .55-.445.996-.993.996H3.993A.994.994 0 0 1 3 20.004V10Zm6 2v2h6v-2H9ZM2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.444.992 1v4H2V4Z"})}),e=s},14949:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M13.3 0c.11 0 .2.09.2.2v18.06l8.238-8.239a.2.2 0 0 1 .283 0l1.837 1.838a.2.2 0 0 1 0 .282L12.141 23.86a.2.2 0 0 1-.283 0L.141 12.14a.2.2 0 0 1 0-.282l1.837-1.838a.2.2 0 0 1 .283 0L10.5 18.26V.2c0-.11.09-.2.2-.2h2.6Z"})}),e=s},29439:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M24 13.3a.2.2 0 0 1-.2.2H5.74l8.239 8.239a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L.14 12.14a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L13.98 1.98a.2.2 0 0 1 0 .282L5.74 10.5H23.8c.11 0 .2.09.2.2v2.6Z"})}),e=s},8482:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z"})}),e=s},65261:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M10.7 24a.2.2 0 0 1-.2-.2V5.74L2.26 13.979a.2.2 0 0 1-.283 0L.141 12.14a.2.2 0 0 1 0-.282L11.858.14a.2.2 0 0 1 .283 0L23.858 11.86a.2.2 0 0 1 0 .282l-1.837 1.838a.2.2 0 0 1-.283 0L13.5 5.74V23.8a.2.2 0 0 1-.2.2h-2.6Z"})}),e=s},55877:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M14 13.5V8a4 4 0 1 0-8 0v5.5a6.5 6.5 0 0 0 13 0V4h2v9.5a8.5 8.5 0 1 1-17 0V8a6 6 0 1 1 12 0v5.5a3.5 3.5 0 1 1-7 0V8h2v5.5a1.5 1.5 0 1 0 3 0Z"})}),e=s},84298:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 20H2v-2h1v-6.969C3 6.043 7.03 2 12 2s9 4.043 9 9.031V18h1v2ZM9.5 21h5a2.5 2.5 0 0 1-5 0Z"})}),e=s},73906:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",fillRule:"evenodd",d:"M7.4 1.2H4.2v21.6h3.2V1.2Zm11.6 6a6 6 0 0 1-1.5 4 6.4 6.4 0 0 1-3.8 11.6H7.4v-3.2h6.3c1.8 0 3.3-1.4 3.3-3.2 0-1.8-1.5-3.2-3.3-3.2H7.4V10H13a2.8 2.8 0 0 0 0-5.6H7.4V1.2H13a6 6 0 0 1 6 6Z",clipRule:"evenodd"})}),e=s},37272:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.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"})}),e=s},73779:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#EAFBE7",stroke:"#C6F0C2",rx:2.5}),(0,n.jsx)("path",{fill:"#328048",d:"M19.5 7h-7A4.505 4.505 0 0 0 8 11.5c0 2.481 2.019 4.5 4.5 4.5h7c2.481 0 4.5-2.019 4.5-4.5S21.981 7 19.5 7Zm0 8a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"})]}),e=s},67121:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4Zm10 8v-3h-2v3H9v-3H7v3H4v6h16v-6h-3ZM9 3v2h6V3H9Z"})}),e=s},39869:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m13.289 6.216 4.939-3.841a1 1 0 0 1 1.32.082l2.995 2.994a1 1 0 0 1 .082 1.321l-3.84 4.938a7.504 7.504 0 0 1-7.283 9.292C8 21.002 3.5 19.5 1 18c3.98-3 3.047-4.81 3.5-6.5 1.058-3.95 4.842-6.257 8.789-5.284Zm3.413 1.879c.065.063.13.128.193.194l1.135 1.134 2.475-3.182-1.746-1.746-3.182 2.475 1.125 1.125Z"})}),e=s},35635:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",fillRule:"evenodd",d:"M3.64 7.23a2.14 2.14 0 1 1 0-4.27 2.14 2.14 0 0 1 0 4.27Zm4.98-3.25H22.5v2.37H8.62V3.98Zm-7.12 8.1a2.14 2.14 0 1 0 4.27 0 2.14 2.14 0 0 0-4.27 0Zm2.14 9.04a2.14 2.14 0 1 1 0-4.27 2.14 2.14 0 0 1 0 4.27ZM22.5 10.87H8.62v2.37H22.5v-2.37Zm-13.88 6.9H22.5v2.37H8.62v-2.37Z",clipRule:"evenodd"})}),e=s},98464:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9l2.513-6.702A2 2 0 0 1 6.386 4h11.228a2 2 0 0 1 1.873 1.298L22 12v9a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM4.136 12h15.728l-2.25-6H6.386l-2.25 6ZM6.5 17a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},2362:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6c0-.67-.051-1.338-.153-2H20V5H4v3.153A13.1 13.1 0 0 0 2 8V4a1 1 0 0 1 1-1Zm10 18h-2a9 9 0 0 0-9-9v-2c6.075 0 11 4.925 11 11Zm-4 0H7a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7Zm-4 0H2v-3a3 3 0 0 1 3 3Zm9.373-4A13.033 13.033 0 0 0 6 8.627V7h12v10h-3.627Z"})}),e=s},89992:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M16 16a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM6 12c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4Zm8.5-10a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Z"})}),e=s},10473:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M11 2.05v3.02a7 7 0 1 0 5.192 12.536l2.137 2.137A9.966 9.966 0 0 1 12 22C6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95ZM21.95 13a9.947 9.947 0 0 1-2.207 5.328l-2.137-2.136A6.958 6.958 0 0 0 18.929 13h3.022-.001ZM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95H18.93a7.005 7.005 0 0 0-5.928-5.929V2.049v.001Z"})}),e=s},95971:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M11 2.05V13h10.95c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95Zm2-1.507C18.553 1.02 22.979 5.447 23.457 11H13V.543Z"})}),e=s},68312:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M17 7a8.003 8.003 0 0 0-7.493 5.19l1.874.703A6.002 6.002 0 0 1 23.001 15a6 6 0 0 1-6 6H7A6 6 0 0 1 5.007 9.339a7 7 0 0 1 13.757-2.143A8.027 8.027 0 0 0 17 7Z"})}),e=s},80601:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"m9.8 15.5-6.3-3.7 6.3-3.6V5.3l-8.8 5v3l8.8 5v-2.8Zm4.4-7 6.3 3.6-6.3 3.7v2.9l8.8-5.1v-2.9l-8.8-5v2.8Z"})}),e=s},74464:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 22 22",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"M5 5H0v2.5h7.5V0H5v5Zm17 0h-5.1V0h-2.5v7.5h7.5V5ZM7.5 14.4H0v2.5h5v5h2.5v-7.5Zm9.4 2.5h5v-2.5h-7.5v7.5h2.5v-5Z"})}),e=s},70809:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fillRule:"evenodd",d:"M3.98.027a4.485 4.485 0 0 0-1.64.507C.885 1.308 0 2.802 0 4.485 0 6.759 1.577 8.628 3.828 9.02c.267.047.715.06 2.037.06H7.56v5.84H5.95c-.928 0-1.762.019-1.97.044a4.474 4.474 0 0 0-1.445.435C.974 16.165 0 17.747 0 19.515c0 1.229.451 2.328 1.304 3.181a4.387 4.387 0 0 0 6.234.002c.573-.572.945-1.225 1.174-2.058l.105-.38.014-2.01.014-2.01h6.31l.014 2.01.014 2.01.105.38c.39 1.419 1.329 2.5 2.624 3.022.536.217.902.296 1.491.326a4.345 4.345 0 0 0 3.294-1.293c.85-.85 1.303-1.955 1.303-3.18 0-2.327-1.7-4.271-3.98-4.551-.208-.025-1.042-.044-1.97-.044h-1.61V9.08h1.695c1.832 0 2.058-.019 2.712-.224C22.719 8.269 24 6.492 24 4.485c0-1.185-.44-2.297-1.231-3.109C21.429-.001 19.426-.381 17.73.42c-1.244.588-2.069 1.58-2.442 2.94l-.105.38-.014 2.03-.014 2.03h-6.31l-.014-2.03-.014-2.03-.105-.38C8.427 2.323 7.877 1.498 7.06.883 6.712.621 5.998.269 5.6.163 5.094.028 4.427-.028 3.98.027m1.132 1.317c.932.192 1.765.871 2.185 1.782.249.539.263.691.263 2.816v1.906l-1.73-.019c-1.853-.02-1.992-.034-2.509-.242-.422-.171-.689-.355-1.081-.747-.526-.527-.779-.982-.902-1.625-.077-.399-.074-1.102.006-1.487.234-1.136 1.227-2.14 2.357-2.382a4.203 4.203 0 0 1 1.411-.002m15.16 0c1.15.237 2.147 1.234 2.384 2.384.08.385.083 1.088.006 1.487-.123.643-.376 1.098-.902 1.625-.392.392-.659.576-1.081.747-.517.208-.656.222-2.509.242l-1.73.019V5.942c0-2.125.014-2.277.263-2.816.414-.898 1.247-1.584 2.158-1.78a4.203 4.203 0 0 1 1.411-.002M15.16 12v2.96H8.84V9.04h6.32V12m-7.6 6.082c0 2.099-.015 2.254-.263 2.792a3.182 3.182 0 0 1-2.19 1.788c-.36.081-1.019.079-1.392-.005-1.16-.26-2.136-1.241-2.371-2.385-.129-.622-.063-1.504.15-2.032.347-.859 1.148-1.614 2.017-1.898.371-.121.558-.133 2.319-.137l1.73-.005v1.882m12.86-1.766c.943.314 1.728 1.037 2.086 1.924.208.516.279 1.426.156 2.007a3.185 3.185 0 0 1-2.377 2.41c-.373.084-1.032.086-1.392.005a3.182 3.182 0 0 1-2.19-1.788c-.248-.538-.263-.693-.263-2.795v-1.884l1.85.014c1.811.014 1.856.016 2.13.107"})}),e=s},1176:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6F6F9",stroke:"#DCDCE4",rx:2.5}),(0,n.jsx)("path",{fill:"#666687",fillRule:"evenodd",d:"M13.535 8.768c0 .116-.011.229-.032.339l3.013 1.776 2.985-1.76a1.768 1.768 0 1 1 .519.93l-2.982 1.757v2.477a1.768 1.768 0 1 1-1.048-.044v-2.435l-2.997-1.767a1.768 1.768 0 1 1 .542-1.274Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#666687",d:"m13.503 9.107-.05-.01-.006.035.03.018.026-.043Zm3.013 1.776-.025.043.025.014.025-.014-.025-.043Zm2.985-1.76.025.044.031-.018-.007-.035-.05.01Zm.518.93.035-.036-.027-.026-.033.02.026.042Zm-2.98 1.757-.026-.043-.025.014v.029h.05Zm0 2.477h-.05v.035l.032.012.017-.047Zm-1.049-.044.013.048.037-.01v-.038h-.05Zm0-2.435h.05v-.029l-.024-.014-.026.043Zm-2.997-1.767.025-.043-.033-.019-.027.027.035.035Zm.559-.925c.022-.113.033-.23.033-.348h-.1c0 .112-.01.223-.031.33l.098.018Zm2.99 1.723-3.014-1.775-.05.086 3.013 1.775.05-.086Zm2.933-1.758-2.984 1.758.05.086 2.985-1.758-.05-.086Zm-.06-.313c0 .125.013.247.037.366l.098-.02a1.723 1.723 0 0 1-.035-.346h-.1Zm1.818-1.818a1.818 1.818 0 0 0-1.818 1.818h.1c0-.949.769-1.718 1.718-1.718v-.1Zm1.817 1.818a1.818 1.818 0 0 0-1.817-1.818v.1c.948 0 1.717.769 1.717 1.718h.1Zm-1.817 1.817a1.818 1.818 0 0 0 1.817-1.817h-.1c0 .948-.769 1.717-1.717 1.717v.1Zm-1.248-.495c.326.307.765.495 1.248.495v-.1c-.457 0-.872-.178-1.18-.468l-.068.073Zm-2.921 1.763 2.98-1.757-.05-.086-2.981 1.757.05.086Zm.024 2.434V11.81h-.1v2.477h.1Zm-.067.047a1.718 1.718 0 0 1 1.14 1.618h.1c0-.79-.503-1.46-1.206-1.712l-.034.094Zm1.14 1.618c0 .948-.77 1.717-1.718 1.717v.1a1.817 1.817 0 0 0 1.817-1.817h-.1Zm-1.718 1.717a1.718 1.718 0 0 1-1.718-1.717h-.1c0 1.004.814 1.817 1.818 1.817v-.1Zm-1.718-1.717c0-.797.543-1.467 1.278-1.66l-.026-.098a1.818 1.818 0 0 0-1.352 1.758h.1Zm1.215-4.144v2.435h.1v-2.435h-.1Zm-2.973-1.723 2.998 1.766.05-.086-2.997-1.767-.05.087Zm-1.2.5c.49 0 .934-.193 1.26-.507l-.069-.072c-.309.296-.728.48-1.19.48v.1ZM9.95 8.768c0 1.003.814 1.817 1.818 1.817v-.1a1.718 1.718 0 0 1-1.718-1.717h-.1Zm1.818-1.818A1.818 1.818 0 0 0 9.95 8.768h.1c0-.949.769-1.718 1.717-1.718v-.1Zm1.817 1.818a1.818 1.818 0 0 0-1.818-1.818v.1c.95 0 1.718.769 1.718 1.718h.1Z"})]}),e=s},98148:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M8 5h3v9H8v3H6v-3H3V5h3V2h2v3Zm10 5h3v9h-3v3h-2v-3h-3v-9h3V7h2v3Z"})}),e=s},69317:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M2.8 5.2 7 8l4.186-5.86a1 1 0 0 1 1.628 0L17 8l4.2-2.8a1 1 0 0 1 1.547.95l-1.643 13.967a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883L1.253 6.149A1 1 0 0 1 2.8 5.2ZM12 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},25789:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",viewBox:"0 0 448 512",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M216.3 2c4.8-2.6 10.5-2.6 15.3 0l190.7 104c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L216.3 2zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14v216c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8.3L8.3 414c-5.1-2.8-8.3-8.1-8.3-14V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8.3s7.8 8.1 7.8 13.8V400c0 5.9-3.2 11.2-8.3 14l-176 96c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8V280c0-5.9 3.2-11.2 8.3-14l176-96z"})}),e=s},77359:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M5 3h15a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v3a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V4a1 1 0 0 1 1-1Zm13 2v3h2V5h-2ZM2 19h18v2H2v-2Z"})}),e=s},50416:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M13.91 12.36 17 20.854l-2.818 1.026-3.092-8.494-4.172 3.156 1.49-14.909 10.726 10.463-5.224.264Z"})}),e=s},20015:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M3 13h8V3H3v10Zm0 8h8v-6H3v6Zm10 0h8V11h-8v10Zm0-18v6h8V3h-8Z"})}),e=s},20276:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M21 9.5v3c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5v-3c0 2.485 4.03 4.5 9 4.5s9-2.015 9-4.5Zm-18 5c0 2.485 4.03 4.5 9 4.5s9-2.015 9-4.5v3c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5v-3Zm9-2.5c-4.97 0-9-2.015-9-4.5S7.03 3 12 3s9 2.015 9 4.5-4.03 4.5-9 4.5Z"})}),e=s},88675:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("path",{fill:"#FDF4DC",stroke:"#FAE7B9",d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z"}),(0,n.jsx)("path",{fill:"#D9822F",fillRule:"evenodd",d:"M11.934 7.495V6h1.45v1.495h5.232V6h1.45v1.495h.314c1.385 0 1.602.249 1.62 1.463V16.5c0 1.062-.096 1.5-1.4 1.5h-9.19c-1.306 0-1.41-.318-1.41-1.607V9.105c.018-1.025.117-1.61 1.5-1.61h.434Zm-.774 8.687c0 .406.123.433.388.433h8.953c.265 0 .34-.007.34-.413v-6.087c-.008-.314-.11-.369-.316-.369h-9.072c-.206 0-.296.045-.293.287v6.15Z",clipRule:"evenodd"})]}),e=s},82068:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M16.8 19 14 22.5 11.2 19H6a1 1 0 0 1-1-1V7.103a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1h-5.2ZM2 2h17v2H3v11H1V3a1 1 0 0 1 1-1Z"})}),e=s},41645:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M8 3v2H6v4c0 2.21 1.79 4 4 4s4-1.79 4-4V5h-2V3h3a1 1 0 0 1 1 1v5a6.002 6.002 0 0 1-5 5.917V16.5a3.5 3.5 0 0 0 6.775 1.237 3 3 0 1 1 2.049.148A5.5 5.5 0 0 1 9 16.5v-1.583A6 6 0 0 1 4 9V4a1 1 0 0 1 1-1h3Z"})}),e=s},56243:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 4 4",..._,children:(0,n.jsx)("rect",{width:4,height:4,fill:"#A5A5BA",rx:2})}),e=s},15431:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6F6F9",stroke:"#DCDCE4",rx:2.5}),(0,n.jsx)("path",{fill:"#666687",d:"M20.573 8c-1.484 0-2.666.745-3.397 1.37l-.026.023-.416.452.919 1.51.68-.682c.711-.6 1.506-.93 2.24-.93 1.48 0 2.685 1.171 2.685 2.612 0 1.44-1.205 2.613-2.685 2.613-2.25 0-3.78-2.974-3.795-3.004C16.69 11.784 14.75 8 11.428 8 8.985 8 7 9.954 7 12.355c0 2.401 1.986 4.355 4.427 4.355 1.196 0 2.373-.476 3.404-1.376l.022-.02.413-.45-.919-1.51-.683.686c-.712.616-1.465.928-2.237.928-1.48 0-2.685-1.172-2.685-2.613 0-1.44 1.205-2.613 2.685-2.613 2.25 0 3.78 2.974 3.795 3.004.088.18 2.028 3.964 5.35 3.964 2.442 0 4.428-1.954 4.428-4.355C25 9.954 23.014 8 20.573 8Z"})]}),e=s},22348:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#FCECEA",stroke:"#F5C0B8",rx:2.5}),(0,n.jsx)("path",{fill:"#D02B20",d:"M16.767 17.49c.724 0 1.428-.089 1.962-.253v-1.093c-.383.143-1.128.239-1.86.239-2.905 0-4.744-1.764-4.744-4.546v-.014c0-2.734 1.839-4.641 4.484-4.641 2.598 0 4.307 1.62 4.307 4.088v.013c0 1.402-.444 2.304-1.135 2.304-.417 0-.656-.287-.656-.772V9.157h-1.38v.82h-.124c-.273-.608-.868-.97-1.6-.97-1.367 0-2.296 1.135-2.296 2.789v.014c0 1.73.943 2.884 2.365 2.884.793 0 1.353-.362 1.64-1.052h.123l.007.04c.158.636.78 1.033 1.62 1.033 1.655 0 2.687-1.367 2.687-3.534v-.014c0-3.008-2.242-5.072-5.517-5.072-3.418 0-5.776 2.324-5.776 5.694v.014c0 3.431 2.331 5.687 5.893 5.687Zm-.342-4.053c-.718 0-1.149-.602-1.149-1.586v-.014c0-.991.431-1.586 1.156-1.586.724 0 1.182.608 1.182 1.586v.014c0 .977-.458 1.585-1.19 1.585Z"})]}),e=s},65943:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-4-9a4 4 0 1 0 8 0H8Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},8606:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-5-5h2a3 3 0 0 1 6 0h2a5 5 0 1 0-10 0Zm1-6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},7184:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6ECFC",stroke:"#E0C1F4",rx:2.5}),(0,n.jsx)("path",{fill:"#9736E8",fillRule:"evenodd",d:"M10.167 7a1.167 1.167 0 1 0 0 2.333 1.167 1.167 0 0 0 0-2.333Zm0 4.03a1.167 1.167 0 1 0 0 2.334 1.167 1.167 0 0 0 0-2.334ZM9 16.23a1.167 1.167 0 1 1 2.333 0 1.167 1.167 0 0 1-2.333 0Zm4.005-9.02a.4.4 0 0 0-.4.4v1.11c0 .22.18.4.4.4H22.6a.4.4 0 0 0 .4-.4V7.61a.4.4 0 0 0-.4-.4h-9.594Zm-.399 4.432a.4.4 0 0 1 .4-.4H22.6c.22 0 .4.18.4.4v1.11a.4.4 0 0 1-.4.4h-9.594a.4.4 0 0 1-.4-.4v-1.11Zm.4 3.63a.4.4 0 0 0-.4.4v1.11c0 .22.18.4.4.4H22.6a.4.4 0 0 0 .4-.4v-1.11a.4.4 0 0 0-.4-.4h-9.594Z",clipRule:"evenodd"})]}),e=s},7961:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:[(0,n.jsx)("path",{fill:"#32324D",d:"M0 2.8A.8.8 0 0 1 .8 2h22.4a.8.8 0 0 1 .8.8v2.71a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2.8Z"}),(0,n.jsx)("path",{fill:"#32324D",d:"M1.922 7.991C.197 6.675 0 6.252 0 5.289h23.953c.305 1.363-1.594 2.506-2.297 3.125-1.953 1.363-6.253 4.36-7.828 5.45-1.575 1.09-3.031.455-3.562 0-2.063-1.41-6.62-4.557-8.344-5.873ZM22.8 18H1.2c-.663 0-1.2.471-1.2 1.053v1.894C0 21.529.537 22 1.2 22h21.6c.663 0 1.2-.471 1.2-1.053v-1.894c0-.582-.537-1.053-1.2-1.053Z"}),(0,n.jsx)("path",{fill:"#32324D",d:"M0 9.555v10.972h24V9.554c-2.633 1.95-8.367 6.113-9.96 7.166-1.595 1.052-3.352.438-4.032 0L0 9.555Z"})]}),e=s},18070:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"M15.5 3.5h5v5H23V1h-7.5v2.5Zm5 17h-5V23H23v-7.5h-2.5v5Zm-17-17h5V1H1v7.5h2.5v-5ZM1 23.3h7.5v-2.5h-5v-5H1v7.5Z"})}),e=s},30285:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M21 2C6 2 4 16 3 22h1.998c.666-3.333 2.333-5.166 5.002-5.5 4-.5 7-4 8-7l-1.5-1 1-1c1-1 2.004-2.5 3.5-5.5Z"})}),e=s},47041:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 32",..._,children:(0,n.jsx)("path",{fill:"#D02B20",fillRule:"evenodd",d:"M23.305 8.118 16.39.74C15.947.27 15.347 0 14.747 0H2.337c-.632 0-1.2.27-1.642.741A2.529 2.529 0 0 0 0 2.493v27.014C0 30.888 1.042 32 2.337 32h19.326C22.958 32 24 30.888 24 29.507V9.87c0-.64-.253-1.28-.695-1.751Zm-1.326.606h-5.116c-.568 0-1.042-.505-1.042-1.111V2.189l6.158 6.535Zm-.316 21.828H2.337c-.537 0-.98-.472-.98-1.045V2.493c0-.27.096-.54.285-.741a.949.949 0 0 1 .695-.304h12.126v6.165c0 1.414 1.074 2.56 2.4 2.56h5.78v19.334c0 .573-.443 1.045-.98 1.045ZM10.477 19.734 6.512 23.7a.73.73 0 0 0 0 1.024.73.73 0 0 0 1.023 0l3.965-3.965 3.965 3.965a.73.73 0 0 0 1.023 0 .73.73 0 0 0 0-1.024l-3.965-3.965 4.2-4.2a.73.73 0 0 0 0-1.023c-.28-.279-.768-.255-1.047.024L11.5 18.71l-4.176-4.176c-.28-.28-.768-.303-1.047-.024a.73.73 0 0 0 0 1.024l4.2 4.2Z",clipRule:"evenodd"})}),e=s},63717:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M18.901 10a3 3 0 0 0 4.075 1.113 3.5 3.5 0 0 1-1.975 3.55V21h-6v-2a3 3 0 0 0-5.996-.176L9 19v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553A2.999 2.999 0 0 0 5.098 10h13.803Zm-1.865-7a3.5 3.5 0 0 0 4.446 2.86 3.5 3.5 0 0 1-3.29 3.135L18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3h10.072Z"})}),e=s},24609:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M15 2a4 4 0 0 1 3.464 6.001L23 8v2h-2v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V10H1V8l4.536.001A4 4 0 0 1 12 3.355 3.983 3.983 0 0 1 15 2Zm-2 8h-2v10h2V10ZM9 4a2 2 0 0 0-.15 3.995L9 8h2V6a2 2 0 0 0-1.697-1.977l-.154-.018L9 4Zm6 0a2 2 0 0 0-1.995 1.85L13 6v2h2a2 2 0 0 0 1.995-1.85L17 6a2 2 0 0 0-2-2Z"})}),e=s},86543:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M13 21h5v2H6v-2h5v-1.05a10.001 10.001 0 0 1-7.684-4.988l1.737-.992A8 8 0 1 0 15.97 3.053l.992-1.737A9.996 9.996 0 0 1 22 10c0 5.185-3.947 9.449-9 9.95V21Zm-1-4a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"})}),e=s},92989:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M9.33 11.5h2.17A4.5 4.5 0 0 1 16 16H8.999L9 17h8v-1a5.579 5.579 0 0 0-.886-3H19a5 5 0 0 1 4.516 2.851C21.151 18.972 17.322 21 13 21c-2.761 0-5.1-.59-7-1.625v-9.304A6.967 6.967 0 0 1 9.33 11.5ZM4 9a1 1 0 0 1 .993.883L5 10v9a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h2Zm9.646-5.425L14 3.93l.354-.354a2.5 2.5 0 1 1 3.535 3.536L14 11l-3.89-3.89a2.5 2.5 0 1 1 3.536-3.535Z"})}),e=s},49886:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m7.784 14 .42-4H4V8h4.415l.525-5h2.011l-.525 5h3.989l.525-5h2.011l-.525 5H20v2h-3.784l-.42 4H20v2h-4.415l-.525 5h-2.011l.525-5H9.585l-.525 5H7.049l.525-5H4v-2h3.784Zm2.011 0h3.99l.42-4h-3.99l-.42 4Z"})}),e=s},47052:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M4 12h3a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3a8 8 0 0 0-16 0Z"})}),e=s},50694:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5C9.5 20 2 16 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2Z"})}),e=s},81875:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Z"})}),e=s},49844:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"M19.7 1H9.4v3h3.1l-4 16H4.2v3h10.3v-3h-3.3l4.2-16h4.2V1Z"})}),e=s},872:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#EAF5FF",stroke:"#B8E1FF",rx:2.5}),(0,n.jsx)("path",{fill:"#0C75AF",fillRule:"evenodd",d:"M8.243 11.907v.157c.835.093 1.287.516 1.287 1.223V14.5c0 .693.236.959.855.959h.216V16.5h-.364c-1.459 0-2.078-.56-2.078-1.857v-.973c0-.722-.314-.992-1.159-1.002v-1.366c.84-.005 1.16-.275 1.16-1.002v-.968c0-1.282.618-1.832 2.077-1.832h.364v1.041h-.216c-.624 0-.855.266-.855.958v1.184c0 .713-.452 1.135-1.287 1.224Zm15.804.181v-.157c-.835-.088-1.287-.51-1.287-1.223V9.495c0-.693-.236-.954-.855-.954h-.216V7.5h.363c1.454 0 2.073.56 2.073 1.852v.973c0 .722.32.997 1.165 1.002v1.366c-.845.005-1.165.28-1.165 1.002v.973c0 1.282-.613 1.832-2.073 1.832h-.363v-1.046h.216c.619 0 .855-.26.855-.954v-1.188c0-.708.452-1.13 1.287-1.224ZM13.15 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"})]}),e=s},11631:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M17 14h-4.34a6 6 0 1 1 0-4H23v4h-2v4h-4v-4ZM7 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},2669:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M4.8.2c0-.11.09-.2.2-.2h18.8c.11 0 .2.09.2.2v4.4a.2.2 0 0 1-.2.2H5a.2.2 0 0 1-.2-.2V.2ZM0 9.8c0-.11.09-.2.2-.2H19c.11 0 .2.09.2.2v4.4a.2.2 0 0 1-.2.2H.2a.2.2 0 0 1-.2-.2V9.8ZM5 19.2a.2.2 0 0 0-.2.2v4.4c0 .11.09.2.2.2h18.8a.2.2 0 0 0 .2-.2v-4.4a.2.2 0 0 0-.2-.2H5Z"})}),e=s},20258:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M11 18H7.941c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H13v-5h-2v5Zm5 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8Z"})}),e=s},45147:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 14 0v1Zm-2 0V9A5 5 0 0 0 7 9v1h10Zm-6 4v4h2v-4h-2Z"})}),e=s},23154:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m15.224 15.508-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.357-.182l-5.107-.668a.6.6 0 0 1-.449-.881l2.462-4.524a.6.6 0 0 0 .062-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.063.943a.6.6 0 0 0 .396-.062l4.524-2.462a.6.6 0 0 1 .881.45l.668 5.106a.6.6 0 0 0 .182.357l3.739 3.542a.601.601 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284Zm.797 1.927 1.414-1.414 4.243 4.242-1.415 1.415-4.242-4.243Z"})}),e=s},26253:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:[(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M20.4 14.4a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM3.6 14.4a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 22.8a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 6a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M6.24 11.28H18v1.44H6.24v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 22.8a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM3.6 6a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.328 13.863 6.49 19.765l-.652-1.307 11.838-5.902.652 1.307ZM18.358 10.078 6.398 4.115l-.646 1.294 11.961 5.963.645-1.294Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.323 18.83 6.252 12.813l-.643 1.29 12.071 6.019.643-1.29ZM18.136 5.228 6.207 11.176l-.653-1.311 11.928-5.948.654 1.311Z"})]}),e=s},79634:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 25",..._,children:[(0,n.jsx)("path",{fill:"#212134",d:"M17.76 11.28H6v1.44h11.76v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.129 10.699 9.782 4.523l-.86 1.162 8.347 6.177.86-1.163ZM18.101 13.354 9.755 19.53l-.864-1.167 8.347-6.176.863 1.167Z"}),(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M20.4 14.399a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM3.6 14.399a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM7.2 22.8a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM7.2 6a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2Z",clipRule:"evenodd"})]}),e=s},32548:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:[(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 14.132a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M6.24 11.011h13.44v1.44H6.24v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",d:"m5.872 10.43 8.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"}),(0,n.jsx)("path",{fill:"#212134",d:"M12.72 2.633 18.82 2 16.43 7.649 12.72 2.633ZM12.72 21.307l6.1.633-2.389-5.649-3.711 5.016Z"})]}),e=s},43475:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6ECFC",stroke:"#E0C1F4",rx:2.5}),(0,n.jsx)("path",{fill:"#9736E8",fillRule:"evenodd",d:"M22 8.759a2 2 0 0 0-2-2h-8c-1.105 0-2 .902-2 2.006v6.068a2 2 0 0 0 .985 1.724l3.66-3.74 3.31 3.381 1.471-1.502 1.731 1.769c.51-.363.843-.958.843-1.632V8.76ZM18.5 9c-.84 0-1.5.66-1.5 1.5s.66 1.5 1.5 1.5 1.5-.66 1.5-1.5S19.34 9 18.5 9Z",clipRule:"evenodd"})]}),e=s},99482:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#12100E",fillRule:"evenodd",d:"M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm3.524 7.5a.624.624 0 0 1 .203.527v7.126a.82.82 0 0 1-.218.707l-1.694 2.054v.271h4.803v-.27L6.924 15.86a.85.85 0 0 1-.233-.707V8.99l4.215 9.195h.49l3.62-9.195v7.33c0 .195 0 .232-.128.36l-1.302 1.265v.27h6.322v-.27l-1.257-1.235a.376.376 0 0 1-.143-.36V7.281a.376.376 0 0 1 .143-.362l1.288-1.234v-.27h-4.457l-3.176 7.923-3.613-7.924H4.019v.271L5.524 7.5Z",clipRule:"evenodd"})}),e=s},45323:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.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"})}),e=s},76994:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 1a5 5 0 0 1 5 5v4a5 5 0 1 1-10 0V6a5 5 0 0 1 5-5ZM3.055 11H5.07a7.002 7.002 0 0 0 13.858 0h2.016A9.003 9.003 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11Z"})}),e=s},88777:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M13 18v2h4v2H7v-2h4v-2H2.992A1 1 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13Z"})}),e=s},95703:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22 6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981Z"})}),e=s},8981:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M20 3v14a4 4 0 1 1-2-3.465V6H9v11a4 4 0 1 1-2-3.465V3h13Z"})}),e=s},32031:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#FCECEA",stroke:"#F5C0B8",rx:2.5}),(0,n.jsx)("path",{fill:"#D02B20",d:"M9.815 16h1.475V8.954H9.82L8 10.22v1.328l1.729-1.201h.087V16Zm3.394 0h5.083v-1.187h-3.106v-.112l1.304-1.216c1.284-1.186 1.7-1.85 1.7-2.651v-.015c0-1.215-1.016-2.046-2.466-2.046-1.543 0-2.598.928-2.598 2.28l.005.02h1.362v-.024c0-.67.474-1.128 1.162-1.128.674 0 1.084.42 1.084 1.02v.015c0 .493-.268.85-1.26 1.812l-2.27 2.24V16Zm9.067.156c1.646 0 2.744-.864 2.744-2.143v-.01c0-.957-.683-1.563-1.733-1.66v-.03c.825-.17 1.47-.742 1.47-1.62v-.01c0-1.123-.977-1.885-2.49-1.885-1.48 0-2.471.82-2.574 2.08l-.005.059h1.358l.005-.044c.058-.586.522-.962 1.216-.962.693 0 1.098.361 1.098.947v.01c0 .571-.478.962-1.22.962h-.787v1.05h.806c.855 0 1.357.37 1.357 1.044v.01c0 .596-.493 1.016-1.245 1.016-.761 0-1.264-.39-1.328-.938l-.005-.053h-1.41l.004.063c.098 1.26 1.148 2.114 2.74 2.114Z"})]}),e=s},7733:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 25",..._,children:[(0,n.jsx)("path",{fill:"#212134",d:"M6.24 11.28H18v1.44H6.24v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",d:"m5.871 10.699 8.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"}),(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 14.399a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 14.399a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM16.8 22.8a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM16.8 6a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"})]}),e=s},10168:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:[(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 14a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 14a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M6.24 10.881H18v1.44H6.24v-1.44Z"})]}),e=s},25449:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M7.128 12.321a3.601 3.601 0 1 1 0-1.44H18.72v-2.4L24 11.6l-5.28 3.12v-2.4H7.128ZM6 11.6a2.4 2.4 0 1 1-4.8 0 2.4 2.4 0 0 1 4.8 0Z",clipRule:"evenodd"})}),e=s},83900:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 2c5.522 0 10 3.978 10 8.889a5.558 5.558 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667 0 .422.167.811.422 1.1.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22 6.478 22 2 17.522 2 12S6.478 2 12 2ZM7.5 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},32645:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M4 3h16a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm2 9h6a1 1 0 0 1 1 1v3h1v6h-4v-6h1v-2H5a1 1 0 0 1-1-1v-2h2v1Zm11.732 1.732 1.768-1.768 1.768 1.768a2.5 2.5 0 1 1-3.536 0Z"})}),e=s},78429:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.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"})}),e=s},9882:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M21 16.42v3.536a1 1 0 0 1-.93.998c-.437.03-.794.046-1.07.046-8.837 0-16-7.163-16-16 0-.276.015-.633.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45c.023.23.044.413.064.552A13.9 13.9 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.047 13.047 0 0 0 6.844 6.844l1.54-2.154a.462.462 0 0 1 .573-.149 13.9 13.9 0 0 0 4 1.205c.139.02.322.042.55.064a.5.5 0 0 1 .449.498H21Z"})}),e=s},11417:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",fillRule:"evenodd",d:"M2.719 19.316V4.682H21.28v14.634H2.72ZM1 3.288c0-.192.154-.348.344-.348h21.312c.19 0 .344.156.344.348V20.71a.346.346 0 0 1-.344.349H1.344a.346.346 0 0 1-.344-.35V3.29Zm14.812 8.02a1.919 1.919 0 1 0 0-3.837 1.919 1.919 0 0 0 0 3.837ZM5.443 17.263h12.783a.547.547 0 0 0 .456-.87l-1.763-2.394a.547.547 0 0 0-.825-.072l-1.812 1.725-4.206-5.71a.547.547 0 0 0-.9.025L4.972 16.42a.547.547 0 0 0 .472.844Z",clipRule:"evenodd"})}),e=s},39698:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m22.314 10.172-1.415 1.414-.707-.707-4.242 4.242-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.242 1.414-1.415L8.88 8.05l4.242-4.242-.707-.707 1.414-1.415 8.485 8.486Z"})}),e=s},92168:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M18.364 17.364 12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0ZM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},69621:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M14 8.947 22 14v2l-8-2.526v5.36l3 1.666V22l-4.5-1L8 22v-1.5l3-1.667v-5.36L3 16v-2l8-5.053V3.5a1.5 1.5 0 1 1 3 0v5.447Z"})}),e=s},2438:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 8 8",..._,children:(0,n.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"})}),e=s},92254:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m10.9 2.1 9.9 1.415 1.413 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414L10.9 2.1Zm2.828 8.486a2 2 0 1 0 2.828-2.83 2 2 0 0 0-2.828 2.83Z"})}),e=s},29685:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 15 14",..._,children:(0,n.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"})}),e=s},65663:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"M10.479 6.329c-1.206.642-2.267 1.655-2.992 2.788-.758 1.185-1.161 2.521-.951 3.715l.03.175.173-.04a4.1 4.1 0 0 1 1.713.01c.62.137 1.21.425 1.607.923.538.683.805 1.527.805 2.516 0 1.133-.358 2.022-1.089 2.674-.737.658-1.674.992-2.811.992-2.573 0-4.432-2.067-4.825-5.3C1.523 9.74 5.075 5.72 8.757 3.914l1.722 2.415Zm7.16 6.503.03.175.173-.04a4.076 4.076 0 0 1 1.707.01c.618.137 1.21.425 1.613.924.538.683.804 1.527.804 2.515 0 1.133-.358 2.022-1.088 2.674-.737.658-1.675.992-2.812.992-2.572 0-4.417-2.067-4.811-5.3-.616-5.043 2.923-9.062 6.605-10.868l1.721 2.415c-1.205.642-2.266 1.655-2.991 2.788-.759 1.185-1.162 2.521-.952 3.715Z"})}),e=s},82512:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("path",{fill:"#F0F0FF",stroke:"#D9D8FF",d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z"}),(0,n.jsx)("path",{fill:"#4945FF",fillRule:"evenodd",d:"M21.375 16.316c.417-.407.625-.904.625-1.492 0-.589-.206-1.089-.618-1.5l-1.53-1.53a2.042 2.042 0 0 0-1.5-.617 2.06 2.06 0 0 0-1.529.646l-.646-.646c.43-.422.646-.934.646-1.537a2.03 2.03 0 0 0-.61-1.493l-1.515-1.522a2.014 2.014 0 0 0-1.5-.625 2.03 2.03 0 0 0-1.492.61l-1.081 1.074A2.006 2.006 0 0 0 10 9.176c0 .589.206 1.089.618 1.5l1.53 1.53c.41.412.91.617 1.5.617a2.06 2.06 0 0 0 1.529-.646l.646.646a2.069 2.069 0 0 0-.646 1.537c0 .588.203 1.086.61 1.493l1.514 1.522c.407.417.907.625 1.5.625a2.03 2.03 0 0 0 1.493-.61l1.081-1.074Zm-5.956-6.678a.68.68 0 0 0-.205-.5l-1.515-1.522a.68.68 0 0 0-.5-.206.71.71 0 0 0-.5.199l-1.081 1.073a.672.672 0 0 0-.206.493.68.68 0 0 0 .206.5l1.53 1.53a.678.678 0 0 0 .5.198.71.71 0 0 0 .529-.228l-.14-.136a4.46 4.46 0 0 1-.158-.158 1.756 1.756 0 0 1-.11-.14.593.593 0 0 1-.122-.39.68.68 0 0 1 .206-.5.68.68 0 0 1 .5-.206.59.59 0 0 1 .39.121c.064.047.11.084.14.111.03.027.082.08.158.158l.136.14a.713.713 0 0 0 .242-.537Zm5.168 5.187a.68.68 0 0 0-.206-.5l-1.529-1.53a.68.68 0 0 0-.5-.205.7.7 0 0 0-.53.235l.14.136c.079.076.132.129.159.158.027.03.063.076.11.14a.591.591 0 0 1 .121.39.681.681 0 0 1-.206.5.681.681 0 0 1-.5.206.591.591 0 0 1-.39-.121 1.746 1.746 0 0 1-.14-.111 4.395 4.395 0 0 1-.157-.158 20.642 20.642 0 0 0-.136-.14.714.714 0 0 0-.037 1.037l1.515 1.522a.678.678 0 0 0 .5.198.708.708 0 0 0 .5-.19l1.08-1.074a.672.672 0 0 0 .206-.493Z",clipRule:"evenodd"})]}),e=s},5502:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4v3Zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4-5 4v-3Z"})}),e=s},31047:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M21 2v20h-2v-8h-3V7a5 5 0 0 1 5-5ZM9 13.9V22H7v-8.1A5.002 5.002 0 0 1 3 9V3h2v7h2V3h2v7h2V3h2v6a5.002 5.002 0 0 1-4 4.9Z"})}),e=s},93307:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M8.498 20h7.004A6.523 6.523 0 0 1 12 23.502 6.523 6.523 0 0 1 8.498 20ZM18 14.805l2 2.268V19H4v-1.927l2-2.268V9c0-3.483 2.504-6.447 6-7.545C15.496 2.553 18 5.517 18 9v5.805ZM12 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},78055:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 8 9",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M8 .23a.1.1 0 0 0-.1-.1H5.55a.39.39 0 0 0-.39.39v2.35c0 .05.05.1.1.1h.58a.1.1 0 0 0 .1-.1V1.62c.72.55.97 1.17 1.06 2.08.09.9-.29 1.8-.9 2.47C5.49 6.85 4.9 7 4 7h-.16a.1.1 0 0 0-.1.1v.8c0 .05.05.1.1.1H4A4 4 0 0 0 6.52.9H7.9A.1.1 0 0 0 8 .8V.23ZM2.84 7.49V5.13a.1.1 0 0 0-.1-.1h-.58a.1.1 0 0 0-.1.1v1.25C1.34 5.83 1.08 5.21 1 4.31c-.09-.91.2-1.8.82-2.48.6-.67 1.27-.86 2.18-.86h.14c.06 0 .12-.04.12-.1V.1a.1.1 0 0 0-.1-.1H4a4 4 0 0 0-2.53 7.1H.1a.1.1 0 0 0-.1.1v.57c0 .06.04.1.1.1h2.35a.39.39 0 0 0 .39-.38Z"})}),e=s},51239:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m12 14.121-2.317 2.317a4 4 0 1 1-2.12-2.121L9.88 12 4.21 6.333a2 2 0 0 1 0-2.829l.708-.707L12 9.88l7.081-7.082.708.707a1.999 1.999 0 0 1 0 2.829L14.12 12l2.317 2.317a4 4 0 1 1-2.12 2.121L12 14.12v.001ZM6 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},75156:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 7v2.5a6.499 6.499 0 0 1-6.5 6.5H13v5h-2v-7l.019-1A6.5 6.5 0 0 1 17.5 7H22ZM6 3a7.004 7.004 0 0 1 6.643 4.786A7.477 7.477 0 0 0 10.016 13H9a7 7 0 0 1-7-7V3h4Z"})}),e=s},80683:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M4 3h16a1 1 0 0 1 1 1v7H3V4a1 1 0 0 1 1-1ZM3 13h18v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7Zm4 3v2h3v-2H7ZM7 6v2h3V6H7Z"})}),e=s},2689:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M11.738 23.966C4.905 21.624 0 18.49 0 11.043V3.772c0-.331.275-.6.615-.6C4.971 3.17 9.159 1.792 11.647.074A.516.516 0 0 1 11.942 0h.115c.103 0 .21.016.295.074 2.535 1.72 6.676 3.096 11.033 3.098.34 0 .615.269.615.6v7.271c0 7.447-4.906 10.582-11.739 12.923a.63.63 0 0 1-.204.034h-.115a.631.631 0 0 1-.204-.034Zm.16-11.175c-2.944 0-5.334 1.153-5.334 4.003H17.23c0-2.85-2.39-4.003-5.333-4.003ZM12 6.188a2.501 2.501 0 0 1 0 5 2.501 2.501 0 0 1 0-5Z",clipRule:"evenodd"})}),e=s},40202:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m14.515 5 2.606-2.607a1 1 0 0 1 1.415 0l4.242 4.243a1 1 0 0 1 0 1.414L19 11.828V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9.172L1.222 8.05a1 1 0 0 1 0-1.414l4.242-4.243a1 1 0 0 1 1.415 0L9.485 5h5.03Z"})}),e=s},75444:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M13 17v3h5v2H6v-2h5v-3H4a1 1 0 0 1-1-1V4H2V2h20v2h-1v12a1 1 0 0 1-1 1h-7ZM10 6v7l5-3.5L10 6Z"})}),e=s},92003:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m20.083 10.5 1.202.721a.501.501 0 0 1 0 .858L12 17.65l-9.285-5.571a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85Zm0 4.7 1.202.721a.501.501 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85ZM12.514 1.309l8.771 5.262a.5.5 0 0 1 0 .858L12 13 2.715 7.429a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0Z"})}),e=s},4511:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m12 18.26-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928L12 18.26Z"})}),e=s},2847:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 20v2H2v-2h1v-6.758A4.496 4.496 0 0 1 1 9.5c0-.827.224-1.624.633-2.303L4.345 2.5a1 1 0 0 1 .866-.5H18.79a1 1 0 0 1 .866.5l2.702 4.682A4.496 4.496 0 0 1 21 13.242V20h1ZM5.789 4 3.356 8.213a2.5 2.5 0 0 0 4.466 2.216c.335-.837 1.52-.837 1.856 0a2.5 2.5 0 0 0 4.644 0c.335-.837 1.52-.837 1.856 0a2.501 2.501 0 1 0 4.457-2.232L18.21 4H5.789Z"})}),e=s},83139:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"M16.39 2.17c.68.1 1.17.2 1.46.39.39.2.58.39.78.58.2.3.3.78.39 1.18l.78 3.5h1.95V1H2.84l-.59 6.83H4l.98-3.9a5 5 0 0 1 .39-.98c.2-.2.49-.39.88-.58.39-.1.88-.3 1.56-.3.58 0 1.36-.1 2.34-.1v8.78h-7.8v1.95h7.8v7.41c0 .2.1.3-.1.39-.2.1-.39.2-.88.2l-2.04.39-.1 1.36h9.94l-.1-1.36-2.04-.3c-.49 0-.69-.1-.78-.2-.2-.09-.1-.19-.1-.38V12.7h7.8v-1.95h-7.8V1.97c.98 0 1.85.1 2.44.2Z"})}),e=s},53779:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12ZM11 1h2v3h-2V1Zm0 19h2v3h-2v-3ZM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93v-.001ZM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121Zm2.121-14.85 1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121v-.001ZM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121ZM23 11v2h-3v-2h3ZM4 11v2H1v-2h3Z"})}),e=s},72890:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M15.414 5h5.594c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.996.996 0 0 1 2 20V6c0-.552.455-1 .992-1h5.594L6.05 2.464 7.464 1.05 11.414 5h1.172l3.95-3.95 1.414 1.414L15.414 5Z"})}),e=s},83218:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#EAFBE7",stroke:"#C6F0C2",rx:2.5}),(0,n.jsx)("path",{fill:"#328048",d:"M8.62 16h1.857l.627-2.05h2.982l.627 2.05h1.863l-2.941-8.455h-2.08L8.619 16Zm3.925-6.768h.105l1.032 3.393h-2.174l1.037-3.393ZM21.65 16.1c1.612 0 2.62-1.26 2.62-3.323v-.011c0-2.075-.985-3.323-2.62-3.323-.884 0-1.605.434-1.933 1.137h-.106V7.082h-1.71V16h1.71v-1.002h.106c.334.697 1.02 1.102 1.933 1.102Zm-.585-1.418c-.903 0-1.471-.715-1.471-1.899v-.011c0-1.184.574-1.91 1.47-1.91.903 0 1.465.726 1.465 1.904v.011c0 1.19-.556 1.905-1.465 1.905Z"})]}),e=s},84411:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 15h-3V3h3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Zm-5.293 1.293-6.4 6.4a.5.5 0 0 1-.654.047L8.8 22.1a1.5 1.5 0 0 1-.553-1.57L9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H16a1 1 0 0 1 1 1v11.586a1 1 0 0 1-.293.707Z"})}),e=s},37193:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M2 9h3v12H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1Zm5.293-1.293 6.4-6.4a.5.5 0 0 1 .654-.047l.853.64a1.5 1.5 0 0 1 .553 1.57L14.6 8H21a2 2 0 0 1 2 2v2.104a2 2 0 0 1-.15.762l-3.095 7.515a1 1 0 0 1-.925.619H8a1 1 0 0 1-1-1V8.414a1 1 0 0 1 .293-.707Z"})}),e=s},74831:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m17.2 20 1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v11a2 2 0 0 1-2 2h-1.8ZM11 12V5H7a2 2 0 0 0-2 2v5h6Zm2 0h6V7a2 2 0 0 0-2-2h-4v7Zm-5.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},99221:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#1DA1F2",d:"M24 4.557a9.83 9.83 0 0 1-2.828.775 4.932 4.932 0 0 0 2.165-2.724 9.864 9.864 0 0 1-3.127 1.195 4.916 4.916 0 0 0-3.594-1.555c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 3.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 19.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 4.557Z"})}),e=s},34119:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"m17.654 1.7-2.782 2.533a9.138 9.138 0 0 1 3.49 1.973c3.512 3.2 3.512 8.388 0 11.588-2.592 2.36-6.598 3.862-12.016 4.506l2.782-2.533a9.138 9.138 0 0 1-3.49-1.973c-3.512-3.2-3.533-8.369 0-11.588C8.23 3.846 12.237 2.344 17.655 1.7h-.001ZM12 8c-2.485 0-4.5 1.79-4.5 4s2.015 4 4.5 4 4.5-1.79 4.5-4-2.015-4-4.5-4Z"})}),e=s},17757:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",..._,children:[(0,n.jsx)("path",{fill:"#F0F0FF",stroke:"#D9D8FF",d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z"}),(0,n.jsx)("path",{fill:"#4945FF",d:"M14.907 9.438c0 .375 0 .738.118 1.078-1.243 1.46-4.526 5.317-4.832 5.611a.582.582 0 0 0-.193.433c0 .245.15.481.277.614.19.2 1.004.952 1.154.808.444-.433.533-.548.715-.727.274-.268-.029-.816.066-1.039.096-.222.197-.265.361-.3.165-.034.456.084.684.087.24.003.369-.098.548-.265.144-.133.248-.257.25-.45.007-.26-.368-.603-.089-.877.28-.274.684.178.981.144.297-.035.658-.447.695-.623.038-.176-.337-.629-.28-.886.02-.086.197-.288.33-.317.132-.029.72.199.853.17.162-.034.35-.205.502-.3.447.193.854.271 1.376.271C20.4 12.87 22 11.33 22 9.432 22 7.534 20.399 6 18.423 6s-3.516 1.54-3.516 3.438Zm5.247-.669a.923.923 0 1 1-1.847 0 .923.923 0 0 1 1.847 0Z"})]}),e=s},99283:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#32324D",d:"M12 17.3c1.99 0 3.9-.74 5.3-2.07a6.9 6.9 0 0 0 2.2-5.01V1h-3v9.22c0 1.13-.47 2.2-1.32 3A4.63 4.63 0 0 1 12 14.48c-1.2 0-2.34-.45-3.18-1.24a4.14 4.14 0 0 1-1.32-3.01V1h-3v9.22a6.9 6.9 0 0 0 2.2 5.01 7.73 7.73 0 0 0 5.3 2.08Zm9.75 2.14H2.25v2.83h19.5v-2.83Z"})}),e=s},21371:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M20 22H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v2Zm-8-9A6 6 0 1 1 12 .998 6 6 0 0 1 12 13Z"})}),e=s},70727:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16h-.001Zm14.525-4 3.536 3.536-1.414 1.414L19 13.414l-3.536 3.536-1.414-1.414L17.586 12 14.05 8.464l1.414-1.414L19 10.586l3.536-3.536 1.414 1.414L20.414 12Z"})}),e=s},42213:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"M5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16h-.001Zm13.517 4.134-1.416-1.416A8.977 8.977 0 0 0 21 12a8.983 8.983 0 0 0-3.304-6.968l1.42-1.42A10.977 10.977 0 0 1 23 12c0 3.223-1.386 6.122-3.594 8.134Zm-3.543-3.543-1.422-1.422A3.992 3.992 0 0 0 16 12c0-1.43-.75-2.685-1.88-3.392l1.439-1.439A5.99 5.99 0 0 1 18 12c0 1.842-.83 3.49-2.137 4.591Z"})}),e=s},8611:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",d:"m7.617 8.712 3.205-2.328c.36-.263.797-.398 1.243-.384a2.616 2.616 0 0 1 2.427 1.82c.186.583.356.977.51 1.182A4.992 4.992 0 0 0 19 11v2a6.987 6.987 0 0 1-5.402-2.547l-.697 3.955 2.061 1.73 2.223 6.108-1.88.684-2.04-5.604-3.39-2.845a2 2 0 0 1-.713-1.904l.509-2.885-.677.492-2.127 2.928-1.618-1.176L7.6 8.7l.017.012ZM13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm-2.972 13.181-3.214 3.83-1.532-1.285 2.976-3.546.746-2.18 1.791 1.5-.767 1.681Z"})}),e=s},20448:function(l,i,t){"use strict";t.d(i,{Z:function(){return e}});var n=t(74512);const s=_=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",..._,children:(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M16.557 6.762a2.381 2.381 0 1 0 0-4.762 2.381 2.381 0 0 0 0 4.762Zm-2.655-.5a.962.962 0 0 1 .12.066l2.397 1.556a.952.952 0 0 1 .28 1.318l-2.536 3.905c.07.104.138.212.201.322h4.67c.056 0 .112.005.165.016a1.258 1.258 0 0 1 1.044 1.807l-2.492 5.103a1.258 1.258 0 0 1-2.26-1.104L17.077 16h-1.957a5.714 5.714 0 1 1-5.017-5.387l1.818-2.798-1.642-1.067-1.173 1.463a.96.96 0 0 1-1.525-1.165L8.94 5.182a1.905 1.905 0 0 1 2.593-.465l.246.163-.002.002 2.125 1.38ZM9.414 20.095a3.81 3.81 0 1 0 0-7.619 3.81 3.81 0 0 0 0 7.62Z",clipRule:"evenodd"})}),e=s}}]);
@@ -0,0 +1,7 @@
1
+ (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8261],{88261:function(D,C,c){"use strict";c.r(C),c.d(C,{AuthResponse:function(){return o}});var f=c(32735),a=c(19565),l=c(49189),d=c.n(l),_=c(67879),t=c(53038);const o=()=>{const{params:{authResponse:p}}=(0,t.$B)("/auth/login/:authResponse"),{formatMessage:g}=(0,_.Z)(),{push:n}=(0,t.k6)(),r=(0,f.useRef)(g);let e=(0,f.useCallback)(()=>{n(`/auth/oops?info=${encodeURIComponent(r.current({id:"Auth.form.button.login.providers.error",defaultMessage:"We cannot connect you through the selected provider."}))}`)},[n]);const{get:E}=(0,a.kY)(),u=(0,f.useCallback)(async()=>{try{const i=d().get("jwtToken");if(a.I8.clearAppStorage(),i){a.I8.setToken(i,!0);const s="/admin/users/me",{data:{data:h}}=await E(s);a.I8.setUserInfo(h,!0),d().remove("jwtToken"),n("/auth/login")}}catch{e()}},[E,n,e]);return(0,f.useEffect)(()=>{p==="error"&&e(),p==="success"&&u()},[p,u,e]),f.createElement(a.dO,null)};C.default=o},49189:function(D,C,c){var f,a;/*!
2
+ * JavaScript Cookie v2.2.1
3
+ * https://github.com/js-cookie/js-cookie
4
+ *
5
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
6
+ * Released under the MIT license
7
+ */(function(l){var d;if(f=l,a=typeof f=="function"?f.call(C,c,C,D):f,a!==void 0&&(D.exports=a),d=!0,D.exports=l(),d=!0,!d){var _=window.Cookies,t=window.Cookies=l();t.noConflict=function(){return window.Cookies=_,t}}})(function(){function l(){for(var t=0,o={};t<arguments.length;t++){var p=arguments[t];for(var g in p)o[g]=p[g]}return o}function d(t){return t.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}function _(t){function o(){}function p(n,r,e){if(!(typeof document>"u")){e=l({path:"/"},o.defaults,e),typeof e.expires=="number"&&(e.expires=new Date(new Date*1+e.expires*864e5)),e.expires=e.expires?e.expires.toUTCString():"";try{var E=JSON.stringify(r);/^[\{\[]/.test(E)&&(r=E)}catch{}r=t.write?t.write(r,n):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),n=encodeURIComponent(String(n)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var u="";for(var i in e)e[i]&&(u+="; "+i,e[i]!==!0&&(u+="="+e[i].split(";")[0]));return document.cookie=n+"="+r+u}}function g(n,r){if(!(typeof document>"u")){for(var e={},E=document.cookie?document.cookie.split("; "):[],u=0;u<E.length;u++){var i=E[u].split("="),s=i.slice(1).join("=");!r&&s.charAt(0)==='"'&&(s=s.slice(1,-1));try{var h=d(i[0]);if(s=(t.read||t)(s,h)||d(s),r)try{s=JSON.parse(s)}catch{}if(e[h]=s,n===h)break}catch{}}return n?e[n]:e}}return o.set=p,o.get=function(n){return g(n,!1)},o.getJSON=function(n){return g(n,!0)},o.remove=function(n,r){p(n,"",l(r,{expires:-1}))},o.defaults={},o.withConverter=_,o}return _(function(){})})}}]);
@@ -0,0 +1,26 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8276],{70606:function(M,d,e){e.d(d,{p:function(){return o}});var t=e(32735),u=e(19565),c=e(20108);const o=(l={})=>{const{get:r}=(0,u.kY)(),{data:m,isLoading:a}=(0,c.useQuery)(["ee","providers"],async()=>{const{data:g}=await r("/admin/providers");return g},l);return{providers:t.useMemo(()=>m??[],[m]),isLoading:a}}},68726:function(M,d,e){var t=e(32735),u=e(87933),c=e(63919),o=e(49372),l=e(15335),r=e(5803),m=e(60216),a=e.n(m),h=e(67879),g=e(14911),P=e(8471);const O=P.ZP.a`
2
+ width: ${136/16}rem;
3
+ display: flex;
4
+ justify-content: center;
5
+ align-items: center;
6
+ height: ${48/16}rem;
7
+ border: 1px solid ${({theme:n})=>n.colors.neutral150};
8
+ border-radius: ${({theme:n})=>n.borderRadius};
9
+ text-decoration: inherit;
10
+ &:link {
11
+ text-decoration: none;
12
+ }
13
+ color: ${({theme:n})=>n.colors.neutral600};
14
+ `,f=(0,P.ZP)(u.k)`
15
+ & a:not(:first-child):not(:last-child) {
16
+ margin: 0 ${({theme:n})=>n.spaces[2]};
17
+ }
18
+ & a:first-child {
19
+ margin-right: ${({theme:n})=>n.spaces[2]};
20
+ }
21
+ & a:last-child {
22
+ margin-left: ${({theme:n})=>n.spaces[2]};
23
+ }
24
+ `,i=({provider:n})=>t.createElement(c.u,{label:n.displayName},t.createElement(O,{href:`${window.strapi.backendURL}/admin/connect/${n.uid}`},n.icon?t.createElement("img",{src:n.icon,"aria-hidden":!0,alt:"",height:"32px"}):t.createElement(o.Z,null,n.displayName)));i.propTypes={provider:a().shape({icon:a().string,displayName:a().string.isRequired,uid:a().string.isRequired}).isRequired};const p=({providers:n,displayAllProviders:v})=>{const{formatMessage:D}=(0,h.Z)();return v?t.createElement(l.r,{gap:4},n.map(s=>t.createElement(r.P,{key:s.uid,col:4},t.createElement(i,{provider:s})))):n.length>2&&!v?t.createElement(l.r,{gap:4},n.slice(0,2).map(s=>t.createElement(r.P,{key:s.uid,col:4},t.createElement(i,{provider:s}))),t.createElement(r.P,{col:4},t.createElement(c.u,{label:D({id:"global.see-more"})},t.createElement(O,{as:g.rU,to:"/auth/providers"},t.createElement("span",{"aria-hidden":!0},"\u2022\u2022\u2022"))))):t.createElement(f,{justifyContent:"center"},n.map(s=>t.createElement(i,{key:s.uid,provider:s})))};p.defaultProps={displayAllProviders:!0},p.propTypes={providers:a().arrayOf(a().object).isRequired,displayAllProviders:a().bool},d.Z=p},18276:function(M,d,e){e.r(d),e.d(d,{FORMS:function(){return R}});var t=e(32735),u=e(9026),c=e(27649),o=e(72850),l=e(49372),r=e(87933),m=e(23866),a=e(41415),h=e(19565),g=e(67879),P=e(53038),O=e(8471),f=e(73678),i=e(11060),p=e(70606),n=e(68726);const v=(0,O.ZP)(u.i)`
25
+ flex: 1;
26
+ `;var s=()=>{const{push:A}=(0,P.k6)(),{formatMessage:E}=(0,g.Z)(),{isLoading:y,providers:C}=(0,p.p)({enabled:window.strapi.features.isEnabled(window.strapi.features.SSO)}),L=()=>{A("/auth/login")};return!window.strapi.features.isEnabled(window.strapi.features.SSO)||!y&&C.length===0?t.createElement(P.l_,{to:"/auth/login"}):t.createElement(i.ZP,null,t.createElement(c.o,null,t.createElement(i.bU,null,t.createElement(i.sg,null,t.createElement(f.Z,null),t.createElement(o.x,{paddingTop:6,paddingBottom:1},t.createElement(l.Z,{as:"h1",variant:"alpha"},E({id:"Auth.form.welcome.title"}))),t.createElement(o.x,{paddingBottom:7},t.createElement(l.Z,{variant:"epsilon",textColor:"neutral600"},E({id:"Auth.login.sso.subtitle"})))),t.createElement(r.k,{direction:"column",alignItems:"stretch",gap:7},y?t.createElement(r.k,{justifyContent:"center"},t.createElement(m.a,null,E({id:"Auth.login.sso.loading"}))):t.createElement(n.Z,{providers:C}),t.createElement(r.k,null,t.createElement(v,null),t.createElement(o.x,{paddingLeft:3,paddingRight:3},t.createElement(l.Z,{variant:"sigma",textColor:"neutral600"},E({id:"or"}))),t.createElement(v,null)),t.createElement(a.z,{fullWidth:!0,size:"L",onClick:L},E({id:"Auth.form.button.login.strapi"})))),t.createElement(r.k,{justifyContent:"center"},t.createElement(o.x,{paddingTop:4},t.createElement(h.rU,{to:"/auth/forgot-password"},t.createElement(l.Z,{variant:"pi"},E({id:"Auth.link.forgot-password"})))))))};const R={providers:{Component:s,endPoint:null,fieldsToDisable:[],fieldsToOmit:[],schema:null,inputsPrefix:""}}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8299],{38299:function(E,t,n){n.r(t),n.d(t,{AUTH_ROUTES_EE:function(){return h}});var s=n(32735);const h=[{component:s.lazy(()=>n.e(8261).then(n.bind(n,88261)).then(u=>({default:u.AuthResponse}))),path:"/auth/login/:authResponse"}]}}]);
@@ -0,0 +1,35 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8826],{51399:function(Q,M,t){var e=t(32735),a=t(33229);const w=()=>{const{changeLocale:P,localeNames:y,messages:T}=(0,e.useContext)(a.Z);return{changeLocale:P,localeNames:y,messages:T}};M.Z=w},73678:function(Q,M,t){var e=t(32735),a=t(8471),w=t(63465);const P=a.ZP.img`
2
+ height: ${72/16}rem;
3
+ `,y=()=>{const{logos:{auth:T}}=(0,w.um)();return e.createElement(P,{src:T?.custom??T.default,"aria-hidden":!0,alt:""})};M.Z=y},11060:function(Q,M,t){t.d(M,{sg:function(){return ae},bU:function(){return H},ZP:function(){return se}});var e=t(32735),a=t(72850),w=t(87933),P=t(60216),y=t.n(P),T=t(8471),b=t(77035),te=t(67879),z=t(51399),u=()=>{const{changeLocale:i,localeNames:q}=(0,z.Z)(),{locale:J}=(0,te.Z)();return e.createElement(b.q4,{value:J,onChange:n=>i(n)},Object.entries(q).map(([n,S])=>e.createElement(b.ag,{key:n,value:n},S)))};const j=(0,T.ZP)(a.x)`
4
+ margin: 0 auto;
5
+ width: 552px;
6
+ `,ae=(0,T.ZP)(w.k)`
7
+ flex-direction: column;
8
+ `,H=({children:i})=>e.createElement(j,{shadow:"tableShadow",hasRadius:!0,paddingTop:9,paddingBottom:9,paddingLeft:10,paddingRight:10,background:"neutral0",justifyContent:"center"},i);H.propTypes={children:y().node.isRequired};const G=({children:i})=>e.createElement("div",null,e.createElement(w.k,{as:"header",justifyContent:"flex-end"},e.createElement(a.x,{paddingTop:6,paddingRight:8},e.createElement(u,null))),e.createElement(a.x,{paddingTop:2,paddingBottom:11},i));G.propTypes={children:y().node.isRequired};var se=G},24018:function(Q,M,t){var e=t(63642),a=t(8471);const w=(0,a.ZP)(e.E)`
9
+ svg {
10
+ height: 1rem;
11
+ width: 1rem;
12
+ path {
13
+ fill: ${({theme:P})=>P.colors.neutral600};
14
+ }
15
+ }
16
+ `;M.Z=w},24436:function(Q,M,t){var e=t(32735),a=t(10369),w=t(27649),P=t(72850),y=t(49372),T=t(87933),b=t(8284),te=t(41415),z=t(19565),ie=t(54894),u=t(60492),j=t(92802),ae=t(60216),H=t.n(ae),G=t(67879),se=t(8471),i=t(73678),q=t(11060),J=t(24018);const n=(0,se.ZP)(a.o)`
17
+ ::-ms-reveal {
18
+ display: none;
19
+ }
20
+ `,S=({onSubmit:I,schema:A,children:L})=>{const[B,ne]=(0,e.useState)(!1),{formatMessage:v}=(0,G.Z)();return e.createElement(w.o,null,e.createElement(q.bU,null,e.createElement(j.J9,{enableReinitialize:!0,initialValues:{email:"",password:"",rememberMe:!1},onSubmit:I,validationSchema:A,validateOnChange:!1},({values:V,errors:R,handleChange:X})=>e.createElement(z.l0,{noValidate:!0},e.createElement(q.sg,null,e.createElement(i.Z,null),e.createElement(P.x,{paddingTop:6,paddingBottom:1},e.createElement(y.Z,{variant:"alpha",as:"h1"},v({id:"Auth.form.welcome.title",defaultMessage:"Welcome!"}))),e.createElement(P.x,{paddingBottom:7},e.createElement(y.Z,{variant:"epsilon",textColor:"neutral600"},v({id:"Auth.form.welcome.subtitle",defaultMessage:"Log in to your Strapi account"}))),R.errorMessage&&e.createElement(y.Z,{id:"global-form-error",role:"alert",tabIndex:-1,textColor:"danger600"},R.errorMessage)),e.createElement(T.k,{direction:"column",alignItems:"stretch",gap:6},e.createElement(a.o,{error:R.email?v({id:R.email,defaultMessage:"This value is required."}):"",value:V.email,onChange:X,label:v({id:"Auth.form.email.label",defaultMessage:"Email"}),placeholder:v({id:"Auth.form.email.placeholder",defaultMessage:"kai@doe.com"}),name:"email",required:!0}),e.createElement(n,{error:R.password?v({id:R.password,defaultMessage:"This value is required."}):"",onChange:X,value:V.password,label:v({id:"global.password",defaultMessage:"Password"}),name:"password",type:B?"text":"password",endAction:e.createElement(J.Z,{onClick:re=>{re.stopPropagation(),ne(Me=>!Me)},label:v(B?{id:"Auth.form.password.show-password",defaultMessage:"Show password"}:{id:"Auth.form.password.hide-password",defaultMessage:"Hide password"})},B?e.createElement(ie.Z,null):e.createElement(u.Z,null)),required:!0}),e.createElement(b.X,{onValueChange:re=>{X({target:{value:re,name:"rememberMe"}})},value:V.rememberMe,"aria-label":"rememberMe",name:"rememberMe"},v({id:"Auth.form.rememberMe.label",defaultMessage:"Remember me"})),e.createElement(te.z,{fullWidth:!0,type:"submit"},v({id:"Auth.form.button.login",defaultMessage:"Login"}))))),L),e.createElement(T.k,{justifyContent:"center"},e.createElement(P.x,{paddingTop:4},e.createElement(z.rU,{to:"/auth/forgot-password"},v({id:"Auth.link.forgot-password",defaultMessage:"Forgot your password?"})))))};S.defaultProps={children:null,onSubmit(){}},S.propTypes={children:H().node,onSubmit:H().func,schema:H().shape({type:H().string.isRequired}).isRequired},M.Z=S},27129:function(Q,M,t){t.r(M),t.d(M,{AuthPage:function(){return ge}});var e=t(32735),a=t(19565),w=t(84306),P=t(39935),y=t.n(P),T=t(33795),b=t.n(T),te=t(9086),z=t.n(te),ie=t(60216),u=t.n(ie),j=t(53038),ae=t(96030),H=t(51399),G=t(9592),se=t(5074),i=t(11060),q=t(24436);const J=s=>e.createElement(i.ZP,null,e.createElement(q.Z,{...s}));J.defaultProps={onSubmit:s=>s.preventDefault()},J.propTypes={onSubmit:u().func};var n=t(24346),S=t(27649),I=t(72850),A=t(49372),L=t(87933),B=t(10369),ne=t(41415),v=t(92802),V=t(67879),R=t(73678);const X=({onSubmit:s,schema:E})=>{const{formatMessage:r}=(0,V.Z)();return e.createElement(i.ZP,null,e.createElement(S.o,null,e.createElement(i.bU,null,e.createElement(v.J9,{enableReinitialize:!0,initialValues:{email:""},onSubmit:s,validationSchema:E,validateOnChange:!1},({values:$,errors:U,handleChange:Y})=>e.createElement(a.l0,{noValidate:!0},e.createElement(i.sg,null,e.createElement(R.Z,null),e.createElement(I.x,{paddingTop:6,paddingBottom:7},e.createElement(A.Z,{as:"h1",variant:"alpha"},r({id:"Auth.form.button.password-recovery",defaultMessage:"Password Recovery"}))),U.errorMessage&&e.createElement(A.Z,{id:"global-form-error",role:"alert",tabIndex:-1,textColor:"danger600"},r({id:U.errorMessage,defaultMessage:"An error occurred"}))),e.createElement(L.k,{direction:"column",alignItems:"stretch",gap:6},e.createElement(B.o,{error:U.email?r({id:U.email,defaultMessage:"This email is invalid."}):"",value:$.email,onChange:Y,label:r({id:"Auth.form.email.label",defaultMessage:"Email"}),placeholder:r({id:"Auth.form.email.placeholder",defaultMessage:"kai@doe.com"}),name:"email",required:!0}),e.createElement(ne.z,{type:"submit",fullWidth:!0},r({id:"Auth.form.button.forgot-password",defaultMessage:"Send Email"})))))),e.createElement(L.k,{justifyContent:"center"},e.createElement(I.x,{paddingTop:4},e.createElement(a.rU,{to:"/auth/login"},r({id:"Auth.link.ready",defaultMessage:"Ready to sign in?"}))))))};X.defaultProps={onSubmit:s=>s.preventDefault()},X.propTypes={onSubmit:u().func,schema:u().shape({type:u().string.isRequired}).isRequired};var re=X,De=()=>{const{formatMessage:s}=(0,V.Z)();return e.createElement(i.ZP,null,e.createElement(S.o,null,e.createElement(i.bU,null,e.createElement(i.sg,null,e.createElement(R.Z,null),e.createElement(I.x,{paddingTop:6,paddingBottom:7},e.createElement(A.Z,{as:"h1",variant:"alpha"},s({id:"app.containers.AuthPage.ForgotPasswordSuccess.title",defaultMessage:"Email sent"}))),e.createElement(A.Z,null,s({id:"app.containers.AuthPage.ForgotPasswordSuccess.text.email",defaultMessage:"It can take a few minutes to receive your password recovery link."})),e.createElement(I.x,{paddingTop:4},e.createElement(A.Z,null,s({id:"app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin",defaultMessage:"If you do not receive this link, please contact your administrator."}))))),e.createElement(L.k,{justifyContent:"center"},e.createElement(I.x,{paddingTop:4},e.createElement(a.rU,{to:"/auth/login"},s({id:"Auth.link.signin",defaultMessage:"Sign in"}))))))},Se=()=>{const{formatMessage:s}=(0,V.Z)(),r=(0,a.aM)().get("info")||s({id:"Auth.components.Oops.text",defaultMessage:"Your account has been suspended."});return e.createElement(i.ZP,null,e.createElement(S.o,null,e.createElement(i.bU,null,e.createElement(i.sg,null,e.createElement(R.Z,null),e.createElement(I.x,{paddingTop:6,paddingBottom:7},e.createElement(A.Z,{as:"h1",variant:"alpha"},s({id:"Auth.components.Oops.title",defaultMessage:"Oops..."}))),e.createElement(A.Z,null,r),e.createElement(I.x,{paddingTop:4},e.createElement(A.Z,null,s({id:"Auth.components.Oops.text.admin",defaultMessage:"If this is a mistake, please contact your administrator."}))))),e.createElement(L.k,{justifyContent:"center"},e.createElement(I.x,{paddingTop:4},e.createElement(a.rU,{to:"/auth/login"},s({id:"Auth.link.signin",defaultMessage:"Sign in"}))))))},Le=t(15335),we=t(5803),Ue=t(8284),de=t(54894),me=t(60492),ue=t(8471),ce=t(24018);const ye=ue.ZP.a`
21
+ color: ${({theme:s})=>s.colors.primary600};
22
+ `,Te=(0,ue.ZP)(B.o)`
23
+ ::-ms-reveal {
24
+ display: none;
25
+ }
26
+ `,pe=({authType:s,fieldsToDisable:E,noSignin:r,onSubmit:$,schema:U})=>{const Y=(0,a.lm)(),{push:g}=(0,j.k6)(),[d,x]=(0,e.useState)(!1),[W,K]=(0,e.useState)(!1),[N,Ee]=(0,e.useState)(0),[oe,_]=(0,e.useState)({}),{trackUsage:Re}=(0,a.rS)(),{formatMessage:o}=(0,V.Z)(),he=(0,a.aM)(),{formatAPIError:Pe}=(0,a.So)(),{get:le}=(0,a.kY)(),k=he.get("registrationToken");(0,e.useEffect)(()=>{k&&(async()=>{try{const{data:{data:l}}=await le("/admin/registration-info",{params:{registrationToken:k}});l&&_(l)}catch(l){const p=Pe(l);Y({type:"warning",message:p}),g(`/auth/oops?info=${encodeURIComponent(p)}`)}})()},[k]);function ve(C){return Object.entries(C).reduce((l,[p,Z])=>{let O=Z;return!["password","confirmPassword"].includes(p)&&typeof Z=="string"&&(O=O.trim(),p==="lastname"&&(O=O||null)),l[p]=O,l},{})}return e.createElement(i.ZP,null,e.createElement(i.bU,null,e.createElement(v.J9,{enableReinitialize:!0,initialValues:{firstname:oe.firstname||"",lastname:oe.lastname||"",email:oe.email||"",password:"",confirmPassword:"",registrationToken:k||void 0,news:!1},onSubmit:async(C,l)=>{const p=ve(C);try{await U.validate(p,{abortEarly:!1}),N>0&&s==="register-admin"&&Re("didSubmitWithErrorsFirstAdmin",{count:N.toString()}),$(k?{userInfo:z()(p,["registrationToken"]),registrationToken:k}:p,l)}catch(Z){const O=(0,a.CJ)(Z);Ee(N+1),l.setErrors(O)}},validateOnChange:!1},({values:C,errors:l,handleChange:p})=>e.createElement(a.l0,{noValidate:!0},e.createElement(S.o,null,e.createElement(L.k,{direction:"column",alignItems:"center",gap:3},e.createElement(R.Z,null),e.createElement(A.Z,{as:"h1",variant:"alpha",textAlign:"center"},o({id:"Auth.form.welcome.title",defaultMessage:"Welcome to Strapi!"})),e.createElement(A.Z,{variant:"epsilon",textColor:"neutral600",textAlign:"center"},o({id:"Auth.form.register.subtitle",defaultMessage:"Credentials are only used to authenticate in Strapi. All saved data will be stored in your database."}))),e.createElement(L.k,{direction:"column",alignItems:"stretch",gap:6,marginTop:7},e.createElement(Le.r,{gap:4},e.createElement(we.P,{col:6},e.createElement(B.o,{name:"firstname",required:!0,value:C.firstname,error:l.firstname?o(l.firstname):void 0,onChange:p,label:o({id:"Auth.form.firstname.label",defaultMessage:"Firstname"})})),e.createElement(we.P,{col:6},e.createElement(B.o,{name:"lastname",value:C.lastname,onChange:p,label:o({id:"Auth.form.lastname.label",defaultMessage:"Lastname"})}))),e.createElement(B.o,{name:"email",disabled:E.includes("email"),value:C.email,onChange:p,error:l.email?o(l.email):void 0,required:!0,label:o({id:"Auth.form.email.label",defaultMessage:"Email"}),type:"email"}),e.createElement(Te,{name:"password",onChange:p,value:C.password,error:l.password?o(l.password):void 0,endAction:e.createElement(ce.Z,{onClick:Z=>{Z.preventDefault(),x(O=>!O)},label:o(d?{id:"Auth.form.password.show-password",defaultMessage:"Show password"}:{id:"Auth.form.password.hide-password",defaultMessage:"Hide password"})},d?e.createElement(de.Z,null):e.createElement(me.Z,null)),hint:o({id:"Auth.form.password.hint",defaultMessage:"Must be at least 8 characters, 1 uppercase, 1 lowercase & 1 number"}),required:!0,label:o({id:"global.password",defaultMessage:"Password"}),type:d?"text":"password"}),e.createElement(Te,{name:"confirmPassword",onChange:p,value:C.confirmPassword,error:l.confirmPassword?o(l.confirmPassword):void 0,endAction:e.createElement(ce.Z,{onClick:Z=>{Z.preventDefault(),K(O=>!O)},label:o(W?{id:"Auth.form.password.show-password",defaultMessage:"Show password"}:{id:"Auth.form.password.hide-password",defaultMessage:"Hide password"})},W?e.createElement(de.Z,null):e.createElement(me.Z,null)),required:!0,label:o({id:"Auth.form.confirmPassword.label",defaultMessage:"Confirm Password"}),type:W?"text":"password"}),e.createElement(Ue.X,{onValueChange:Z=>{p({target:{value:Z,name:"news"}})},value:C.news,name:"news","aria-label":"news"},o({id:"Auth.form.register.news.label",defaultMessage:"Keep me updated about new features & upcoming improvements (by doing this you accept the {terms} and the {policy})."},{terms:e.createElement(ye,{target:"_blank",href:"https://strapi.io/terms",rel:"noreferrer"},o({id:"Auth.privacy-policy-agreement.terms",defaultMessage:"terms"})),policy:e.createElement(ye,{target:"_blank",href:"https://strapi.io/privacy",rel:"noreferrer"},o({id:"Auth.privacy-policy-agreement.policy",defaultMessage:"policy"}))})),e.createElement(ne.z,{fullWidth:!0,size:"L",type:"submit"},o({id:"Auth.form.button.register",defaultMessage:"Let's start"})))))),!r&&e.createElement(I.x,{paddingTop:4},e.createElement(L.k,{justifyContent:"center"},e.createElement(a.rU,{label:"Auth.link.signin",to:"/auth/login"},o({id:"Auth.link.signin.account",defaultMessage:"Already have an account?"}))))))};pe.defaultProps={fieldsToDisable:[],noSignin:!1,onSubmit:s=>s.preventDefault()},pe.propTypes={authType:u().string.isRequired,fieldsToDisable:u().array,noSignin:u().bool,onSubmit:u().func,schema:u().shape({validate:u().func.isRequired,type:u().string.isRequired}).isRequired};var Ae=pe;const Ie=(0,ue.ZP)(B.o)`
27
+ ::-ms-reveal {
28
+ display: none;
29
+ }
30
+ `,fe=({onSubmit:s,schema:E})=>{const[r,$]=(0,e.useState)(!1),[U,Y]=(0,e.useState)(!1),{formatMessage:g}=(0,V.Z)();return e.createElement(i.ZP,null,e.createElement(S.o,null,e.createElement(i.bU,null,e.createElement(v.J9,{enableReinitialize:!0,initialValues:{password:"",confirmPassword:""},onSubmit:s,validationSchema:E,validateOnChange:!1},({values:d,errors:x,handleChange:W})=>e.createElement(a.l0,{noValidate:!0},e.createElement(i.sg,null,e.createElement(R.Z,null),e.createElement(I.x,{paddingTop:6,paddingBottom:7},e.createElement(A.Z,{as:"h1",variant:"alpha"},g({id:"global.reset-password",defaultMessage:"Reset password"}))),x.errorMessage&&e.createElement(A.Z,{id:"global-form-error",role:"alert",tabIndex:-1,textColor:"danger600"},g({id:x.errorMessage,defaultMessage:"An error occurred"}))),e.createElement(L.k,{direction:"column",alignItems:"stretch",gap:6},e.createElement(Ie,{name:"password",onChange:W,value:d.password,error:x.password?g({id:x.password,defaultMessage:"This field is required."}):void 0,endAction:e.createElement(ce.Z,{onClick:K=>{K.preventDefault(),$(N=>!N)},label:g(r?{id:"Auth.form.password.show-password",defaultMessage:"Show password"}:{id:"Auth.form.password.hide-password",defaultMessage:"Hide password"})},r?e.createElement(de.Z,null):e.createElement(me.Z,null)),hint:g({id:"Auth.form.password.hint",defaultMessage:"Password must contain at least 8 characters, 1 uppercase, 1 lowercase and 1 number"}),required:!0,label:g({id:"global.password",defaultMessage:"Password"}),type:r?"text":"password"}),e.createElement(Ie,{name:"confirmPassword",onChange:W,value:d.confirmPassword,error:x.confirmPassword?g({id:x.confirmPassword,defaultMessage:"This value is required."}):void 0,endAction:e.createElement(ce.Z,{onClick:K=>{K.preventDefault(),Y(N=>!N)},label:g(r?{id:"Auth.form.password.show-password",defaultMessage:"Show password"}:{id:"Auth.form.password.hide-password",defaultMessage:"Hide password"})},U?e.createElement(de.Z,null):e.createElement(me.Z,null)),required:!0,label:g({id:"Auth.form.confirmPassword.label",defaultMessage:"Confirm Password"}),type:U?"text":"password"}),e.createElement(ne.z,{fullwidth:!0,type:"submit"},g({id:"global.change-password",defaultMessage:"Change password"})))))),e.createElement(L.k,{justifyContent:"center"},e.createElement(I.x,{paddingTop:4},e.createElement(a.rU,{to:"/auth/login"},g({id:"Auth.link.ready",defaultMessage:"Ready to sign in?"}))))))};fe.defaultProps={onSubmit:s=>s.preventDefault()},fe.propTypes={onSubmit:u().func,schema:u().shape({type:u().string.isRequired}).isRequired};var xe=fe;const Ce={"forgot-password":{Component:re,endPoint:"forgot-password",fieldsToDisable:[],fieldsToOmit:[],schema:n.Ry().shape({email:n.Z_().email(a.I0.email).required(a.I0.required)}),inputsPrefix:""},"forgot-password-success":{Component:De,endPoint:"",fieldsToDisable:[],fieldsToOmit:[],schema:null,inputsPrefix:""},login:{endPoint:"login",fieldsToDisable:[],fieldsToOmit:["rememberMe"],schema:n.Ry().shape({email:n.Z_().email(a.I0.email).required(a.I0.required),password:n.Z_().required(a.I0.required),rememberMe:n.Xg().nullable()}),inputsPrefix:""},oops:{Component:Se,endPoint:null,fieldsToDisable:[],fieldsToOmit:[],schema:null,inputsPrefix:""},register:{Component:Ae,endPoint:"register",fieldsToDisable:["email"],fieldsToOmit:["userInfo.confirmPassword","userInfo.news","userInfo.email"],schema:n.Ry().shape({firstname:n.Z_().trim().required(a.I0.required),lastname:n.Z_().nullable(),password:n.Z_().min(8,a.I0.minLength).matches(/[a-z]/,"components.Input.error.contain.lowercase").matches(/[A-Z]/,"components.Input.error.contain.uppercase").matches(/\d/,"components.Input.error.contain.number").required(a.I0.required),confirmPassword:n.Z_().oneOf([n.iH("password"),null],"components.Input.error.password.noMatch").required(a.I0.required),registrationToken:n.Z_().required(a.I0.required)}),inputsPrefix:"userInfo."},"register-admin":{Component:Ae,endPoint:"register-admin",noSignin:!0,fieldsToDisable:[],fieldsToOmit:["confirmPassword","news"],schema:n.Ry().shape({firstname:n.Z_().trim().required(a.I0.required),lastname:n.Z_().nullable(),password:n.Z_().min(8,a.I0.minLength).matches(/[a-z]/,"components.Input.error.contain.lowercase").matches(/[A-Z]/,"components.Input.error.contain.uppercase").matches(/\d/,"components.Input.error.contain.number").required(a.I0.required),email:n.Z_().email(a.I0.email).strict().lowercase(a.I0.lowercase).required(a.I0.required),confirmPassword:n.Z_().oneOf([n.iH("password"),null],"components.Input.error.password.noMatch").required(a.I0.required)}),inputsPrefix:""},"reset-password":{Component:xe,endPoint:"reset-password",fieldsToDisable:[],fieldsToOmit:["confirmPassword"],schema:n.Ry().shape({password:n.Z_().min(8,a.I0.minLength).matches(/[a-z]/,"components.Input.error.contain.lowercase").matches(/[A-Z]/,"components.Input.error.contain.uppercase").matches(/\d/,"components.Input.error.contain.number").required(a.I0.required),confirmPassword:n.Z_().oneOf([n.iH("password"),null],"components.Input.error.password.noMatch").required(a.I0.required)})}};var be=s=>s,Be=t(97889),We=t(3040),Ke=t.n(We);const Oe={formErrors:{},modifiedData:{},requestError:null},Fe=(s,E)=>(0,Be.ZP)(s,r=>{switch(E.type){case"ON_CHANGE":{Ke()(r.modifiedData,E.keys.split("."),E.value);break}case"RESET_PROPS":return Oe;case"SET_DATA":{r.modifiedData=E.data;break}case"SET_ERRORS":{r.formErrors=E.errors;break}case"SET_REQUEST_ERROR":{r.requestError={errorMessage:E.errorMessage,errorStatus:E.errorStatus};break}default:return r}}),ge=({hasAdmin:s,setHasAdmin:E})=>{const{push:r,location:{search:$}}=(0,j.k6)(),{changeLocale:U}=(0,H.Z)(),{setSkipped:Y}=(0,a.c1)(),{trackUsage:g}=(0,a.rS)(),{params:{authType:d}}=(0,j.$B)("/auth/:authType"),x=(0,a.aM)(),W=(0,G.c)(J,async()=>(await t.e(2395).then(t.bind(t,82395))).LoginEE),K=(0,G.c)(Ce,async()=>(await t.e(8276).then(t.bind(t,18276))).FORMS,{combine(m,f){return{...m,...f}},defaultValue:Ce}),[{formErrors:N,modifiedData:Ee,requestError:oe},_]=(0,e.useReducer)(Fe,Oe,be),o=w.default.CancelToken.source(),{endPoint:he,fieldsToDisable:Pe,fieldsToOmit:le,inputsPrefix:k,schema:ve,...C}=K?.[d]??{};(0,e.useEffect)(()=>()=>{o.cancel("Component unmounted")},[]);const{post:l}=(0,a.kY)();(0,e.useEffect)(()=>{_({type:"RESET_PROPS"})},[d]);const p=({target:{name:m,value:f}})=>{_({type:"ON_CHANGE",keys:m,value:f})},Z=async(m,{setSubmitting:f,setErrors:D})=>{f(!0);const F=z()(m,le),c=`/admin/${he}`;d==="login"&&await ze(m,c,{setSubmitting:f,setErrors:D}),(d==="register"||d==="register-admin")&&await je(m,c,{setSubmitting:f,setErrors:D}),d==="forgot-password"&&await O(F,c,{setSubmitting:f,setErrors:D}),d==="reset-password"&&await He(F,c,{setSubmitting:f,setErrors:D})},O=async(m,f,{setSubmitting:D,setErrors:F})=>{try{await l(f,m,{cancelToken:o.token}),r("/auth/forgot-password-success")}catch(c){console.error(c),F({errorMessage:"notification.error"})}finally{D(!1)}},ze=async(m,f,{setSubmitting:D,setErrors:F})=>{try{const{data:{data:{token:c,user:h}}}=await l(f,z()(m,le),{cancelToken:o.token});h.preferedLanguage&&U(h.preferedLanguage),a.I8.setToken(c,m.rememberMe),a.I8.setUserInfo(h,m.rememberMe),Ze()}catch(c){if(c.response){const h=b()(c,["response","data","error","message"],"Something went wrong");if(y()(h).toLowerCase()==="usernotactive"){r("/auth/oops"),_({type:"RESET_PROPS"});return}F({errorMessage:h})}}finally{D(!1)}},je=async(m,f,{setSubmitting:D,setErrors:F})=>{try{g("willCreateFirstAdmin");const{data:{data:{token:c,user:h}}}=await l(f,z()(m,le),{cancelToken:o.token});a.I8.setToken(c,!1),a.I8.setUserInfo(h,!1),D(!1),E(!0);const{roles:ee}=h;if(ee&&ee.find(({code:Ne})=>Ne==="strapi-super-admin")&&(ae.ZP.setSkipped(!1),Y(!1),g("didLaunchGuidedtour")),d==="register"&&m.userInfo.news===!0||d==="register-admin"&&m.news===!0){r({pathname:"/usecase",search:`?hasAdmin=${s}`});return}Ze()}catch(c){if(g("didNotCreateFirstAdmin"),c.response){const{data:h}=c.response,ee=(0,se.I)(h);F({apiErrors:ee})}}},He=async(m,f,{setErrors:D,setSubmitting:F})=>{try{const{data:{data:{token:c,user:h}}}=await l(f,{...m,resetPasswordToken:x.get("code")},{cancelToken:o.token});a.I8.setToken(c,!1),a.I8.setUserInfo(h,!1),r("/")}catch(c){if(c.response){const h=b()(c,["response","data","message"],"Something went wrong"),ee=b()(c,["response","data","statusCode"],400);_({type:"SET_REQUEST_ERROR",errorMessage:h,errorStatus:ee}),D({errorMessage:h})}}finally{F(!1)}},Ze=()=>{if(d==="login"){const m=x.get("redirectTo"),f=m?decodeURIComponent(m):"/";r(f)}else r("/")};if(!K[d]||s&&d==="register-admin"||a.I8.getToken())return e.createElement(j.l_,{to:"/"});if(!s&&d!=="register-admin")return e.createElement(j.l_,{to:{pathname:"/auth/register-admin",search:$}});if(W&&(K.login.Component=W),!W)return null;const{Component:Ve}=K?.[d]??{};return e.createElement(Ve,{...C,authType:d,fieldsToDisable:Pe,formErrors:N,inputsPrefix:k,modifiedData:Ee,onChange:p,onSubmit:Z,requestError:oe,schema:ve})};ge.defaultProps={hasAdmin:!1},ge.propTypes={hasAdmin:u().bool,setHasAdmin:u().func.isRequired}},27649:function(Q,M,t){t.d(M,{o:function(){return y}});var e=t(74512),a=t(8471),w=t(72850);const P=(0,a.ZP)(w.x)`
31
+ // To prevent global outline on focus visible to force an outline when Main is focused
32
+ &:focus-visible {
33
+ outline: none;
34
+ }
35
+ `,y=({labelledBy:T="main-content-title",...b})=>(0,e.jsx)(P,{"aria-labelledby":T,as:"main",id:"main-content",tabIndex:-1,...b})}}]);
@@ -0,0 +1,24 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[3349],{46590:function(Z,y,e){e.r(y),e.d(y,{AuthenticatedApp:function(){return Dt}});var t=e(32735),s=e(19565),C=e(20108),f=e(54770),W={i8:"4.12.6"},A=e(63465),x=e(87933),E=e(72850),h=e(74506),S=e(51968),I=e(15062),r=e(53038),tt=e(9026),et=e(67563),H=e(49372),nt=e(15300),at=e(61450),st=e(1897),B=e(78464),G=e(42889),ot=e(25390),lt=e(64838),rt=e(9371),it=e(73165),ct=e(92967),dt=e(60216),O=e.n(dt),mt=e(67879),T=e(14911),V=e(8471);const ut=(0,V.ZP)(E.x)`
2
+ width: ${150/16}rem;
3
+ position: absolute;
4
+ bottom: ${({theme:n})=>n.spaces[9]};
5
+ left: ${({theme:n})=>n.spaces[5]};
6
+ `,Y=(0,V.ZP)(T.OL)`
7
+ display: flex;
8
+ justify-content: space-between;
9
+ align-items: center;
10
+ text-decoration: none;
11
+ padding: ${({theme:n})=>`${n.spaces[2]} ${n.spaces[4]}`};
12
+ border-radius: ${({theme:n})=>n.spaces[1]};
13
+
14
+ &:hover {
15
+ background: ${({theme:n,logout:l})=>l?n.colors.danger100:n.colors.primary100};
16
+ text-decoration: none;
17
+ }
18
+
19
+ svg {
20
+ path {
21
+ fill: ${({theme:n})=>n.colors.danger600};
22
+ }
23
+ }
24
+ `,J=({generalSectionLinks:n,pluginsSectionLinks:l})=>{const i=(0,t.useRef)(),[m,d]=(0,t.useState)(!1),{logos:{menu:u}}=(0,A.um)(),[g,P]=(0,s.Yw)("navbar-condensed",!1),{userDisplayName:L}=(0,s.L7)(),{formatMessage:o}=(0,mt.Z)(),{trackUsage:p}=(0,s.rS)(),{pathname:R}=(0,r.TH)(),U=(0,r.k6)(),{post:j}=(0,s.tg)(),D=L.split(" ").map(a=>a.substring(0,1)).join("").substring(0,2),M=()=>d(a=>!a),z=async()=>{await j("/admin/logout"),s.I8.clearAppStorage(),M(),U.push("/auth/login")},$=a=>{!a.currentTarget.contains(a.relatedTarget)&&a.relatedTarget?.parentElement?.id!=="main-nav-user-button"&&d(!1)},v=(a=null)=>{p("willNavigate",{from:R,to:a})},K=o({id:"app.components.LeftMenu.navbrand.title",defaultMessage:"Strapi Dashboard"});return t.createElement(nt.$,{condensed:g},t.createElement(at.D,{as:T.OL,workplace:o({id:"app.components.LeftMenu.navbrand.workplace",defaultMessage:"Workplace"}),title:K,icon:t.createElement("img",{src:u.custom||u.default,alt:o({id:"app.components.LeftMenu.logo.alt",defaultMessage:"Application logo"})})}),t.createElement(tt.i,null),t.createElement(st._,null,t.createElement(B.O,{as:T.OL,to:"/content-manager",icon:t.createElement(it.Z,null),onClick:()=>v("/content-manager")},o({id:"global.content-manager",defaultMessage:"Content manager"})),l.length>0?t.createElement(G.y,{label:o({id:"app.components.LeftMenu.plugins",defaultMessage:"Plugins"})},l.map(a=>{const c=a.icon;return t.createElement(B.O,{as:T.OL,to:a.to,key:a.to,icon:t.createElement(c,null),onClick:()=>v(a.to)},o(a.intlLabel))})):null,n.length>0?t.createElement(G.y,{label:o({id:"app.components.LeftMenu.general",defaultMessage:"General"})},n.map(a=>{const c=a.icon;return t.createElement(B.O,{as:T.OL,badgeContent:a.notificationsCount>0&&a.notificationsCount.toString()||void 0,to:a.to,key:a.to,icon:t.createElement(c,null),onClick:()=>v(a.to)},o(a.intlLabel))})):null),t.createElement(ot.q,null,t.createElement(lt.r,{id:"main-nav-user-button",ref:i,onClick:M,initials:D},L),m&&t.createElement(ut,{onBlur:$,padding:1,shadow:"tableShadow",background:"neutral0",hasRadius:!0},t.createElement(et.i,{onEscape:M},t.createElement(x.k,{direction:"column",alignItems:"stretch",gap:0},t.createElement(Y,{tabIndex:0,onClick:M,to:"/me"},t.createElement(H.Z,null,o({id:"global.profile",defaultMessage:"Profile"}))),t.createElement(Y,{tabIndex:0,onClick:z,to:"/auth/login"},t.createElement(H.Z,{textColor:"danger600"},o({id:"app.components.LeftMenu.logout",defaultMessage:"Logout"})),t.createElement(ct.Z,null))))),t.createElement(rt.w,{onClick:()=>P(a=>!a)},o(g?{id:"app.components.LeftMenu.expand",defaultMessage:"Expand the navbar"}:{id:"app.components.LeftMenu.collapse",defaultMessage:"Collapse the navbar"}))))};J.propTypes={generalSectionLinks:O().array.isRequired,pluginsSectionLinks:O().array.isRequired};var gt=J,pt=e(47446),ft=e(93051),Et=e(63602),ht=e(4556);const vt=t.lazy(()=>Promise.all([e.e(7826),e.e(2747),e.e(4546),e.e(994)]).then(e.bind(e,2046)).then(n=>({default:n.ContentManger}))),yt=t.lazy(()=>e.e(891).then(e.bind(e,38438)).then(n=>({default:n.GuidedTourModal}))),Pt=t.lazy(()=>e.e(3981).then(e.bind(e,83555)).then(n=>({default:n.HomePage}))),Lt=t.lazy(()=>e.e(3677).then(e.bind(e,91534)).then(n=>({default:n.PluginsPage}))),Mt=t.lazy(()=>e.e(5516).then(e.bind(e,95018))),Ct=t.lazy(()=>e.e(6033).then(e.bind(e,51661)).then(n=>({default:n.Onboarding}))),At=t.lazy(()=>e.e(9497).then(e.bind(e,94987)).then(n=>({default:n.ProfilePage}))),Q=t.lazy(()=>e.e(5895).then(e.bind(e,87211)).then(n=>({default:n.SettingsPage}))),St=()=>{const{isLoading:n,generalSectionLinks:l,pluginsSectionLinks:i}=(0,ft.Z)(),{menu:m}=(0,s.j1)(),{showTutorials:d}=(0,pt.Z)(),{trackUsage:u}=(0,s.rS)(),g=(0,I.I0)(),P=(0,I.v9)(o=>o.admin_app.status);t.useEffect(()=>{P==="init"&&(u("didAccessAuthenticatedAdministration"),g({type:ht.eb}))},[P,g,u]);const L=m.filter(o=>o.Component).map(({to:o,Component:p,exact:R})=>(0,Et.o)(p,o,R));return n?t.createElement(s.dO,null):t.createElement(h.DndProvider,{backend:S.PD},t.createElement(x.k,{alignItems:"stretch"},t.createElement(gt,{generalSectionLinks:l,pluginsSectionLinks:i}),t.createElement(E.x,{flex:"1"},t.createElement(t.Suspense,{fallback:t.createElement(s.dO,null)},t.createElement(r.rs,null,t.createElement(r.AW,{path:"/",component:Pt,exact:!0}),t.createElement(r.AW,{path:"/me",component:At,exact:!0}),t.createElement(r.AW,{path:"/content-manager",component:vt}),L,t.createElement(r.AW,{path:"/settings/:settingId",component:Q}),t.createElement(r.AW,{path:"/settings",component:Q,exact:!0}),t.createElement(r.AW,{path:"/marketplace",component:Mt}),t.createElement(r.AW,{path:"/list-plugins",component:Lt,exact:!0})))),t.createElement(yt,null),d&&t.createElement(Ct,null)))};var It=e(35663);const Ot={bufferToHex(n){return[...new Uint8Array(n)].map(l=>l.toString(16).padStart(2,"0")).join("")},async digestMessage(n){const l=new TextEncoder().encode(n),i=await crypto.subtle.digest("SHA-256",l);return this.bufferToHex(i)}};async function Tt(n){return Ot.digestMessage(n.email)}var X=e(82702);const Rt=()=>({type:X.l}),Ut=n=>({type:X.m,permissions:n}),b=({children:n,permissions:l,refetchPermissions:i})=>{const{allPermissions:m}=(0,I.v9)(u=>u.rbacProvider),d=(0,I.I0)();return(0,t.useEffect)(()=>(d(Ut(l)),()=>{d(Rt())}),[l,d]),m?t.createElement(s.oL.Provider,{value:{allPermissions:m,refetchPermissions:i}},n):t.createElement(s.dO,null)};b.propTypes={children:O().element.isRequired,permissions:O().array.isRequired,refetchPermissions:O().func.isRequired};var xt=b;const F=W.i8,k=(n,l)=>!(0,f.valid)(n)||!(0,f.valid)(l)?!1:(0,f.lt)(n,l),Dt=()=>{const{setGuidedTourVisibility:n}=(0,s.c1)(),l=(0,s.lm)(),i=s.I8.getUserInfo(),{get:m}=(0,s.kY)(),[d,u]=t.useState(i?.userName??(0,It.P)(i.firstname,i.lastname)),[g,P]=t.useState(null),{showReleaseNotification:L}=(0,A.um)(),{plugins:o={}}=(0,s.j1)(),[p,R]=t.useState(o),[{data:U,isLoading:j},{data:D},{data:M,isLoading:z,refetch:$},{data:v}]=(0,C.useQueries)([{queryKey:"information",async queryFn(){const{data:{data:a}}=await m("/admin/information");return a}},{queryKey:"strapi-release",async queryFn(){const a=await fetch("https://api.github.com/repos/strapi/strapi/releases/latest");if(!a.ok)throw new Error("Failed to fetch latest Strapi version.");const{tag_name:c}=await a.json();return c},enabled:L,initialData:F,onSuccess(a){k(F,a.tag_name)&&!JSON.parse(localStorage.getItem("STRAPI_UPDATE_NOTIF"))&&l({type:"info",message:{id:"notification.version.update.message"},link:{url:`https://github.com/strapi/strapi/releases/tag/${a.tag_name}`,label:{id:"global.see-more"}},blockTransition:!0,onClose:()=>localStorage.setItem("STRAPI_UPDATE_NOTIF",!0)})},retry:!1},{queryKey:["users","me","permissions"],async queryFn(){const{data:{data:a}}=await m("/admin/users/me/permissions");return a},initialData:[]},{queryKey:["users","me"],async queryFn(){const{data:{data:{roles:a}}}=await m("/admin/users/me");return a}}]);t.useEffect(()=>{v&&v.find(({code:c})=>c==="strapi-super-admin")&&U?.currentEnvironment==="development"&&n(!0)},[v,U,n]),t.useEffect(()=>{i&&(async c=>{const N=await Tt(c);P(N)})(i)},[i]);const K=Object.values(p).some(a=>a.isReady===!1);if(!d||!g||j||z||K){const a=Object.keys(p).reduce((c,N)=>{const w=p[N].initializer;if(w){const Nt=p[N].pluginId;c.push(t.createElement(w,{key:Nt,setPlugin:q=>{R(_=>({..._,[q]:{..._[q],isReady:!0}}))}}))}return c},[]);return t.createElement(t.Fragment,null,a,t.createElement(s.dO,null))}return t.createElement(s.iq,{...U,userId:g,latestStrapiReleaseTag:D,setUserDisplayName:u,shouldUpdateStrapi:k(F,D),userDisplayName:d},t.createElement(xt,{permissions:M,refetchPermissions:$},t.createElement(St,null)))}},63602:function(Z,y,e){e.d(y,{o:function(){return x}});var t=e(32735),s=e(19565),C=e(60216),f=e.n(C),W=e(53038);const A=({loadComponent:E})=>{const[h,S]=(0,t.useState)(null);return(0,t.useEffect)(()=>{(async()=>{try{const r=await E();S(()=>r.default)}catch(r){console.log(r)}})()},[E]),h?t.createElement(h,null):t.createElement(s.dO,null)};A.propTypes={loadComponent:f().func.isRequired};const x=(E,h,S)=>t.createElement(W.AW,{render:()=>t.createElement(A,{loadComponent:E}),key:h,path:h,exact:S||!1})},35663:function(Z,y,e){e.d(y,{P:function(){return t}});const t=(s,C="")=>[s,C].filter(f=>f).join(" ")}}]);
@@ -0,0 +1,13 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[9884],{51399:function(m,o,e){var t=e(32735),n=e(33229);const a=()=>{const{changeLocale:i,localeNames:l,messages:s}=(0,t.useContext)(n.Z);return{changeLocale:i,localeNames:l,messages:s}};o.Z=a},73678:function(m,o,e){var t=e(32735),n=e(8471),a=e(63465);const i=n.ZP.img`
2
+ height: ${72/16}rem;
3
+ `,l=()=>{const{logos:{auth:s}}=(0,a.um)();return t.createElement(i,{src:s?.custom??s.default,"aria-hidden":!0,alt:""})};o.Z=l},11060:function(m,o,e){e.d(o,{sg:function(){return D},bU:function(){return M},ZP:function(){return P}});var t=e(32735),n=e(72850),a=e(87933),i=e(60216),l=e.n(i),s=e(8471),d=e(77035),f=e(67879),p=e(51399),g=()=>{const{changeLocale:r,localeNames:L}=(0,p.Z)(),{locale:y}=(0,f.Z)();return t.createElement(d.q4,{value:y,onChange:c=>r(c)},Object.entries(L).map(([c,U])=>t.createElement(d.ag,{key:c,value:c},U)))};const C=(0,s.ZP)(n.x)`
4
+ margin: 0 auto;
5
+ width: 552px;
6
+ `,D=(0,s.ZP)(a.k)`
7
+ flex-direction: column;
8
+ `,M=({children:r})=>t.createElement(C,{shadow:"tableShadow",hasRadius:!0,paddingTop:9,paddingBottom:9,paddingLeft:10,paddingRight:10,background:"neutral0",justifyContent:"center"},r);M.propTypes={children:l().node.isRequired};const v=({children:r})=>t.createElement("div",null,t.createElement(a.k,{as:"header",justifyContent:"flex-end"},t.createElement(n.x,{paddingTop:6,paddingRight:8},t.createElement(g,null))),t.createElement(n.x,{paddingTop:2,paddingBottom:11},r));v.propTypes={children:l().node.isRequired};var P=v},48066:function(m,o,e){e.r(o),e.d(o,{UseCasePage:function(){return L},options:function(){return r}});var t=e(32735),n=e(27649),a=e(87933),i=e(49372),l=e(68465),s=e(84967),d=e(10369),f=e(41415),p=e(7563),O=e(19565),g=e(33348),C=e.n(g),D=e(67879),M=e(53038),v=e(73678),P=e(11060);const r=[{intlLabel:{id:"Usecase.front-end",defaultMessage:"Front-end developer"},value:"front_end_developer"},{intlLabel:{id:"Usecase.back-end",defaultMessage:"Back-end developer"},value:"back_end_developer"},{intlLabel:{id:"Usecase.full-stack",defaultMessage:"Full-stack developer"},value:"full_stack_developer"},{intlLabel:{id:"global.content-manager",defaultMessage:"Content Manager"},value:"content_manager"},{intlLabel:{id:"Usecase.content-creator",defaultMessage:"Content Creator"},value:"content_creator"},{intlLabel:{id:"Usecase.other",defaultMessage:"Other"},value:"other"}],L=()=>{const y=(0,O.lm)(),{push:c,location:U}=(0,M.k6)(),{formatMessage:u}=(0,D.Z)(),[h,B]=t.useState(),[T,R]=t.useState(""),{firstname:I,email:A}=O.I8.getUserInfo(),{hasAdmin:W}=(0,g.parse)(U?.search,{ignoreQueryPrefix:!0}),K=async E=>{E.preventDefault();const _=E.nativeEvent?.submitter?.name==="skip";await fetch("https://analytics.strapi.io/register",{body:JSON.stringify({email:A,username:I,firstAdmin:Boolean(!W),persona:{role:_?void 0:h,otherRole:_?void 0:T}}),headers:{"Content-Type":"application/json"},method:"POST"}),y({type:"success",message:{id:"Usecase.notification.success.project-created",defaultMessage:"Project has been successfully created"}}),c("/")};return t.createElement(P.ZP,null,t.createElement(n.o,{labelledBy:"usecase-title"},t.createElement("form",{onSubmit:K},t.createElement(P.bU,null,t.createElement(a.k,{direction:"column",alignItems:"stretch",gap:7},t.createElement(a.k,{direction:"column",gap:6},t.createElement(v.Z,null),t.createElement(i.Z,{textAlign:"center",variant:"alpha",as:"h1",id:"usecase-title"},u({id:"Usecase.title",defaultMessage:"Tell us a bit more about yourself"}))),t.createElement(a.k,{direction:"column",alignItems:"stretch",gap:6},t.createElement(l.P,{id:"usecase","data-testid":"usecase",label:u({id:"Usecase.input.work-type",defaultMessage:"What type of work do you do?"}),onChange:B,value:h},r.map(({intlLabel:E,value:_})=>t.createElement(s.W,{key:_,value:_},u(E)))),h==="other"&&t.createElement(d.o,{name:"other",label:u({id:"Usecase.other",defaultMessage:"Other"}),value:T,onChange:E=>R(E.target.value),"data-testid":"other"}),t.createElement(f.z,{type:"submit",size:"L",fullWidth:!0,disabled:!h},u({id:"global.finish",defaultMessage:"Finish"}))))),t.createElement(a.k,{justifyContent:"center",paddingTop:4},t.createElement(p.A,{type:"submit",name:"skip"},u({id:"Usecase.button.skip",defaultMessage:"Skip this question"}))))))}},27649:function(m,o,e){e.d(o,{o:function(){return l}});var t=e(74512),n=e(8471),a=e(72850);const i=(0,n.ZP)(a.x)`
9
+ // To prevent global outline on focus visible to force an outline when Main is focused
10
+ &:focus-visible {
11
+ outline: none;
12
+ }
13
+ `,l=({labelledBy:s="main-content-title",...d})=>(0,t.jsx)(i,{"aria-labelledby":s,as:"main",id:"main-content",tabIndex:-1,...d})}}]);
@@ -0,0 +1,12 @@
1
+ (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[891],{38438:function(g,d,t){"use strict";t.r(d),t.d(d,{GuidedTourModal:function(){return le}});var e=t(32735),a=t(19565),c=t(88311),u=t.n(c),l=t(75974),i=t(87933),p=t(71933),f=t(67563),m=t(50563),h=t(72850),v=t(41415),x=t(35331),V=t(60216),o=t.n(V),O=t(67879),W=t(8471);const z=(0,W.ZP)(i.k)`
2
+ position: fixed;
3
+ z-index: 4;
4
+ inset: 0;
5
+ /* this is theme.colors.neutral800 with opacity */
6
+ background: ${({theme:n})=>`${n.colors.neutral800}1F`};
7
+ `,b=({onClose:n,onSkip:s,children:r,hideSkip:T})=>{const{formatMessage:E}=(0,O.Z)();return e.createElement(p.h,null,e.createElement(z,{onClick:n,padding:8,justifyContent:"center"},e.createElement(f.i,{onEscape:n},e.createElement(i.k,{direction:"column",alignItems:"stretch",background:"neutral0",width:(0,a.Q1)(660),shadow:"popupShadow",hasRadius:!0,padding:4,gap:8,role:"dialog","aria-modal":!0,onClick:R=>R.stopPropagation()},e.createElement(i.k,{justifyContent:"flex-end"},e.createElement(m.h,{onClick:n,"aria-label":E({id:"app.utils.close-label",defaultMessage:"Close"}),icon:e.createElement(x.Z,null)})),e.createElement(h.x,{paddingLeft:7,paddingRight:7,paddingBottom:T?8:0},r),!T&&e.createElement(i.k,{justifyContent:"flex-end"},e.createElement(v.z,{variant:"tertiary",onClick:s},E({id:"app.components.GuidedTour.skip",defaultMessage:"Skip the tour"})))))))};b.propTypes={children:o().node.isRequired,onClose:o().func.isRequired,onSkip:o().func.isRequired,hideSkip:o().bool.isRequired};var Y=b,M=t(49372),Z=t(8482),y=t(47806),I=t(79348);const $=W.ZP.li`
8
+ list-style: disc;
9
+ &::marker {
10
+ color: ${({theme:n})=>n.colors.neutral800};
11
+ }
12
+ `,U=({id:n,defaultMessage:s})=>{const{formatMessage:r}=(0,O.Z)();return e.createElement(i.k,{direction:"column",alignItems:"stretch",gap:4,paddingBottom:6},r({id:n,defaultMessage:s},{documentationLink:J,b:X,p:q,light:ee,ul:te,li:ne}))},J=n=>e.createElement(M.Z,{as:"a",textColor:"primary600",target:"_blank",rel:"noopener noreferrer",href:"https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest-api.html#api-parameters"},n),X=n=>e.createElement(M.Z,{fontWeight:"semiBold"},n),q=n=>e.createElement(M.Z,null,n),ee=n=>e.createElement(M.Z,{textColor:"neutral600"},n),te=n=>e.createElement(h.x,{paddingLeft:6},e.createElement("ul",null,n)),ne=n=>e.createElement($,null,n);U.propTypes={id:o().string.isRequired,defaultMessage:o().string.isRequired};var oe=U,ae=t(13856);const P=({number:n,last:s,type:r})=>e.createElement(h.x,{paddingTop:3,paddingBottom:s?0:3},e.createElement(ae.Z,{number:n,type:r}));P.defaultProps={number:void 0,last:!1,type:""},P.propTypes={number:o().number,last:o().bool,type:o().string};var F=P;const D=({title:n,content:s,cta:r,onCtaClick:T,sectionIndex:E,stepIndex:R,hasSectionAfter:A})=>{const{formatMessage:C}=(0,O.Z)(),k=E>0,S=R>0,B=E+1;return e.createElement(e.Fragment,null,e.createElement(i.k,{alignItems:"stretch"},e.createElement(i.k,{marginRight:8,justifyContent:"center",minWidth:(0,a.Q1)(30)},k&&e.createElement(I.Z,{type:y.hx,minHeight:(0,a.Q1)(24)})),e.createElement(M.Z,{variant:"sigma",textColor:"primary600"},C({id:"app.components.GuidedTour.title",defaultMessage:"3 steps to get started"}))),e.createElement(i.k,null,e.createElement(i.k,{marginRight:8,minWidth:(0,a.Q1)(30)},e.createElement(F,{number:E+1,type:S?y.hx:y.lW})),e.createElement(M.Z,{variant:"alpha",fontWeight:"bold",textColor:"neutral800",as:"h3",id:"title"},C(n))),e.createElement(i.k,{alignItems:"stretch"},e.createElement(i.k,{marginRight:8,direction:"column",justifyContent:"center",minWidth:(0,a.Q1)(30)},A&&e.createElement(e.Fragment,null,e.createElement(I.Z,{type:y.hx}),S&&e.createElement(F,{number:B+1,type:y.lW,last:!0}))),e.createElement(h.x,null,e.createElement(oe,{...s}),r&&(r.target?e.createElement(a.Qj,{endIcon:e.createElement(Z.Z,null),onClick:T,to:r.target},C(r.title)):e.createElement(v.z,{endIcon:e.createElement(Z.Z,null),onClick:T},C(r.title))))),S&&A&&e.createElement(h.x,{paddingTop:3},e.createElement(i.k,{marginRight:8,justifyContent:"center",width:(0,a.Q1)(30)},e.createElement(I.Z,{type:y.hx,minHeight:(0,a.Q1)(24)}))))};D.defaultProps={currentStep:null,cta:void 0},D.propTypes={sectionIndex:o().number.isRequired,stepIndex:o().number.isRequired,hasSectionAfter:o().bool.isRequired,content:o().shape({id:o().string.isRequired,defaultMessage:o().string.isRequired}).isRequired,cta:o().shape({target:o().string,title:o().shape({id:o().string.isRequired,defaultMessage:o().string.isRequired})}),currentStep:o().string,onCtaClick:o().func.isRequired,title:o().shape({id:o().string.isRequired,defaultMessage:o().string.isRequired}).isRequired};var ie=D,se=t(97889);const K={stepContent:null,sectionIndex:null,stepIndex:null,hasSectionAfter:!1,hasStepAfter:!1};var re=(n=K,s)=>(0,se.ZP)(n,r=>{switch(s.type){case"UPDATE_MODAL":{r.stepContent=s.content,r.sectionIndex=s.newSectionIndex,r.stepIndex=s.newStepIndex,r.hasSectionAfter=s.newHasSectionAfter,r.hasStepAfter=s.newHasStepAfter;break}default:return r}});const le=()=>{const{currentStep:n,guidedTourState:s,setCurrentStep:r,setStepState:T,isGuidedTourVisible:E,setSkipped:R}=(0,a.c1)(),[A,C]=(0,e.useState)(n),[{stepContent:k,sectionIndex:S,stepIndex:B,hasSectionAfter:Q,hasStepAfter:de},ce]=(0,e.useReducer)(re,K),{trackUsage:j}=(0,a.rS)();(0,e.useEffect)(()=>{if(!n){C(!1);return}const[G]=u()(s,n);C(!G&&E)},[n,s,E]),(0,e.useEffect)(()=>{if(n){const[G]=u()(l.Z,n),_=Object.keys(s),[L,pe]=n.split("."),H=_.indexOf(L),N=Object.keys(s[L]).indexOf(pe),me=H<_.length-1,ge=N<Object.keys(s[L]).length-1;ce({type:"UPDATE_MODAL",content:G,newSectionIndex:H,newStepIndex:N,newHasSectionAfter:me,newHasStepAfter:ge})}},[n,s]);const w=()=>{T(n,!0),j(k.trackingEvent),r(null)},ue=()=>{R(!0),r(null),j("didSkipGuidedtour")};return A&&k?e.createElement(Y,{hideSkip:!de&&!Q,onSkip:ue,onClose:w},e.createElement(ie,{...k,onCtaClick:w,currentStep:n,sectionIndex:S,stepIndex:B,hasSectionAfter:Q})):null}},79348:function(g,d,t){"use strict";var e=t(32735),a=t(72850),c=t(19565),u=t(60216),l=t.n(u),i=t(47806);const p=({type:f,...m})=>e.createElement(a.x,{width:(0,c.Q1)(2),height:"100%",background:f===i.VM?"neutral300":"primary500",hasRadius:!0,...m});p.defaultProps={type:i.VM},p.propTypes={type:l().oneOf([i.lW,i.hx,i.VM])},d.Z=p},13856:function(g,d,t){"use strict";var e=t(32735),a=t(87933),c=t(99140),u=t(49372),l=t(19565),i=t(66456),p=t(60216),f=t.n(p),m=t(47806);const h=({type:v,number:x})=>v===m.hx?e.createElement(a.k,{background:"primary600",padding:2,borderRadius:"50%",width:(0,l.Q1)(30),height:(0,l.Q1)(30),justifyContent:"center"},e.createElement(c.J,{as:i.Z,"aria-hidden":!0,width:(0,l.Q1)(16),color:"neutral0"})):v===m.lW?e.createElement(a.k,{background:"primary600",padding:2,borderRadius:"50%",width:(0,l.Q1)(30),height:(0,l.Q1)(30),justifyContent:"center"},e.createElement(u.Z,{fontWeight:"semiBold",textColor:"neutral0"},x)):e.createElement(a.k,{borderColor:"neutral500",borderWidth:"1px",borderStyle:"solid",padding:2,borderRadius:"50%",width:(0,l.Q1)(30),height:(0,l.Q1)(30),justifyContent:"center"},e.createElement(u.Z,{fontWeight:"semiBold",textColor:"neutral600"},x));h.defaultProps={number:void 0,type:m.VM},h.propTypes={number:f().number,type:f().oneOf([m.lW,m.hx,m.VM])},d.Z=h},47806:function(g,d,t){"use strict";t.d(d,{VM:function(){return c},hx:function(){return a},lW:function(){return e}});const e="isActive",a="isDone",c="isNotDone"},75974:function(g,d){"use strict";const t={contentTypeBuilder:{home:{title:{id:"app.components.GuidedTour.home.CTB.title",defaultMessage:"\u{1F9E0} Build the content structure"},cta:{title:{id:"app.components.GuidedTour.home.CTB.cta.title",defaultMessage:"Go to the Content type Builder"},type:"REDIRECT",target:"/plugins/content-type-builder"},trackingEvent:"didClickGuidedTourHomepageContentTypeBuilder"},create:{title:{id:"app.components.GuidedTour.CTB.create.title",defaultMessage:"\u{1F9E0} Create a first Collection type"},content:{id:"app.components.GuidedTour.CTB.create.content",defaultMessage:"<p>Collection types help you manage several entries, Single types are suitable to manage only one entry.</p> <p>Ex: For a Blog website, Articles would be a Collection type whereas a Homepage would be a Single type.</p>"},cta:{title:{id:"app.components.GuidedTour.CTB.create.cta.title",defaultMessage:"Build a Collection type"},type:"CLOSE"},trackingEvent:"didClickGuidedTourStep1CollectionType"},success:{title:{id:"app.components.GuidedTour.CTB.success.title",defaultMessage:"Step 1: Completed \u2705"},content:{id:"app.components.GuidedTour.CTB.success.content",defaultMessage:"<p>Good going!</p><b>\u26A1\uFE0F What would you like to share with the world?</b>"},cta:{title:{id:"app.components.GuidedTour.create-content",defaultMessage:"Create content"},type:"REDIRECT",target:"/content-manager"},trackingEvent:"didCreateGuidedTourCollectionType"}},contentManager:{home:{title:{id:"app.components.GuidedTour.home.CM.title",defaultMessage:"\u26A1\uFE0F What would you like to share with the world?"},cta:{title:{id:"app.components.GuidedTour.create-content",defaultMessage:"Create content"},type:"REDIRECT",target:"/content-manager"},trackingEvent:"didClickGuidedTourHomepageContentManager"},create:{title:{id:"app.components.GuidedTour.CM.create.title",defaultMessage:"\u26A1\uFE0F Create content"},content:{id:"app.components.GuidedTour.CM.create.content",defaultMessage:"<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.</p><p>\u{1F4A1} Quick tip - Don't forget to hit publish on the content you create.</p>"},cta:{title:{id:"app.components.GuidedTour.create-content",defaultMessage:"Create content"},type:"CLOSE"},trackingEvent:"didClickGuidedTourStep2ContentManager"},success:{title:{id:"app.components.GuidedTour.CM.success.title",defaultMessage:"Step 2: Completed \u2705"},content:{id:"app.components.GuidedTour.CM.success.content",defaultMessage:"<p>Awesome, one last step to go!</p><b>\u{1F680} See content in action</b>"},cta:{title:{id:"app.components.GuidedTour.CM.success.cta.title",defaultMessage:"Test the API"},type:"REDIRECT",target:"/settings/api-tokens"},trackingEvent:"didCreateGuidedTourEntry"}},apiTokens:{home:{title:{id:"app.components.GuidedTour.apiTokens.create.title",defaultMessage:"\u{1F680} See content in action"},cta:{title:{id:"app.components.GuidedTour.home.apiTokens.cta.title",defaultMessage:"Test the API"},type:"REDIRECT",target:"/settings/api-tokens"},trackingEvent:"didClickGuidedTourHomepageApiTokens"},create:{title:{id:"app.components.GuidedTour.apiTokens.create.title",defaultMessage:"\u{1F680} See content in action"},content:{id:"app.components.GuidedTour.apiTokens.create.content",defaultMessage:"<p>Generate an authentication token here and retrieve the content you just created.</p>"},cta:{title:{id:"app.components.GuidedTour.apiTokens.create.cta.title",defaultMessage:"Generate an API Token"},type:"CLOSE"},trackingEvent:"didClickGuidedTourStep3ApiTokens"},success:{title:{id:"app.components.GuidedTour.apiTokens.success.title",defaultMessage:"Step 3: Completed \u2705"},content:{id:"app.components.GuidedTour.apiTokens.success.content",defaultMessage:"<p>See content in action by making an HTTP request:</p><ul><li><p>To this URL: <light>https://'<'YOUR_DOMAIN'>'/api/'<'YOUR_CT'>'</light></p></li><li><p>With the header: <light>Authorization: bearer '<'YOUR_API_TOKEN'>'</light></p></li></ul><p>For more ways to interact with content, see the <documentationLink>documentation</documentationLink>.</p>"},trackingEvent:"didGenerateGuidedTourApiTokens"}}};d.Z=t},93994:function(g,d,t){var e=t(33795);function a(c,u){for(var l=-1,i=u.length,p=Array(i),f=c==null;++l<i;)p[l]=f?void 0:e(c,u[l]);return p}g.exports=a},88311:function(g,d,t){var e=t(93994),a=t(83368),c=a(e);g.exports=c},8482:function(g,d,t){"use strict";t.d(d,{Z:function(){return c}});var e=t(74512);const a=u=>(0,e.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...u,children:(0,e.jsx)("path",{fill:"#212134",d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z"})}),c=a}}]);
@@ -0,0 +1,9 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[9501],{53165:function(m,l,n){n.r(l),n.d(l,{InternalErrorPage:function(){return v}});var t=n(32735),s=n(27649),c=n(82055),u=n(17e3),x=n(9695),E=n(19565),i=n(8482),_=n(25386),g=n(67879);const v=()=>{const{formatMessage:f}=(0,g.Z)();return(0,E.go)(),t.createElement(s.o,{labelledBy:"title"},t.createElement(c.T,{id:"title",title:f({id:"content-manager.pageNotFound",defaultMessage:"Page not found"})}),t.createElement(u.D,null,t.createElement(x.x,{action:t.createElement(E.Qj,{variant:"secondary",endIcon:t.createElement(i.Z,null),to:"/"},f({id:"app.components.NotFoundPage.back",defaultMessage:"Back to homepage"})),content:f({id:"notification.error",defaultMessage:"An error occured"}),hasRadius:!0,icon:t.createElement(_.Z,{width:"10rem"}),shadow:"tableShadow"})))}},17e3:function(m,l,n){n.d(l,{D:function(){return c}});var t=n(74512),s=n(72850);const c=({children:u})=>(0,t.jsx)(s.x,{paddingLeft:10,paddingRight:10,children:u})},82055:function(m,l,n){n.d(l,{T:function(){return v}});var t=n(74512),s=n(32735),c=n(8471);const u=e=>{const a=(0,s.useRef)(null),[o,r]=(0,s.useState)(!0),d=([h])=>{r(h.isIntersecting)};return(0,s.useEffect)(()=>{const h=a.current,p=new IntersectionObserver(d,e);return h&&p.observe(a.current),()=>{h&&p.disconnect()}},[a,e]),[a,o]};var x=n(81957);const E=(e,a)=>{const o=(0,x.W)(a);(0,s.useLayoutEffect)(()=>{const r=new ResizeObserver(o);return Array.isArray(e)?e.forEach(d=>{d.current&&r.observe(d.current)}):e.current&&r.observe(e.current),()=>{r.disconnect()}},[e,o])};var i=n(72850),_=n(87933),g=n(49372);const v=e=>{const a=(0,s.useRef)(null),[o,r]=(0,s.useState)(null),[d,h]=u({root:null,rootMargin:"0px",threshold:0});return E(d,()=>{d.current&&r(d.current.getBoundingClientRect())}),(0,s.useEffect)(()=>{a.current&&r(a.current.getBoundingClientRect())},[a]),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{style:{height:o?.height},ref:d,children:h&&(0,t.jsx)(M,{ref:a,...e})}),!h&&(0,t.jsx)(M,{...e,sticky:!0,width:o?.width})]})};v.displayName="HeaderLayout";const f=(0,c.ZP)(i.x)`
2
+ width: ${({width:e})=>e?`${e/16}rem`:void 0};
3
+ z-index: ${({theme:e})=>e.zIndices[1]};
4
+ `,M=s.forwardRef(({navigationAction:e,primaryAction:a,secondaryAction:o,subtitle:r,title:d,sticky:h,width:p,...P},D)=>{const j=typeof r=="string";return h?(0,t.jsx)(f,{paddingLeft:6,paddingRight:6,paddingTop:3,paddingBottom:3,position:"fixed",top:0,right:0,background:"neutral0",shadow:"tableShadow",width:p,"data-strapi-header-sticky":!0,children:(0,t.jsxs)(_.k,{justifyContent:"space-between",children:[(0,t.jsxs)(_.k,{children:[e&&(0,t.jsx)(i.x,{paddingRight:3,children:e}),(0,t.jsxs)(i.x,{children:[(0,t.jsx)(g.Z,{variant:"beta",as:"h1",...P,children:d}),j?(0,t.jsx)(g.Z,{variant:"pi",textColor:"neutral600",children:r}):r]}),o?(0,t.jsx)(i.x,{paddingLeft:4,children:o}):null]}),(0,t.jsx)(_.k,{children:a?(0,t.jsx)(i.x,{paddingLeft:2,children:a}):void 0})]})}):(0,t.jsxs)(i.x,{ref:D,paddingLeft:10,paddingRight:10,paddingBottom:8,paddingTop:e?6:8,background:"neutral100","data-strapi-header":!0,children:[e?(0,t.jsx)(i.x,{paddingBottom:2,children:e}):null,(0,t.jsxs)(_.k,{justifyContent:"space-between",children:[(0,t.jsxs)(_.k,{minWidth:0,children:[(0,t.jsx)(g.Z,{as:"h1",variant:"alpha",...P,children:d}),o?(0,t.jsx)(i.x,{paddingLeft:4,children:o}):null]}),a]}),j?(0,t.jsx)(g.Z,{variant:"epsilon",textColor:"neutral600",as:"p",children:r}):r]})})},27649:function(m,l,n){n.d(l,{o:function(){return x}});var t=n(74512),s=n(8471),c=n(72850);const u=(0,s.ZP)(c.x)`
5
+ // To prevent global outline on focus visible to force an outline when Main is focused
6
+ &:focus-visible {
7
+ outline: none;
8
+ }
9
+ `,x=({labelledBy:E="main-content-title",...i})=>(0,t.jsx)(u,{"aria-labelledby":E,as:"main",id:"main-content",tabIndex:-1,...i})},8482:function(m,l,n){n.d(l,{Z:function(){return c}});var t=n(74512);const s=u=>(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...u,children:(0,t.jsx)("path",{fill:"#212134",d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z"})}),c=s}}]);
@@ -0,0 +1,9 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[5788],{1708:function(m,l,n){n.r(l),n.d(l,{NotFoundPage:function(){return p}});var t=n(32735),s=n(27649),c=n(82055),u=n(17e3),x=n(9695),g=n(19565),i=n(8482),_=n(25386),E=n(67879);const p=()=>{const{formatMessage:f}=(0,E.Z)();return(0,g.go)(),t.createElement(s.o,{labelledBy:"title"},t.createElement(c.T,{id:"title",title:f({id:"content-manager.pageNotFound",defaultMessage:"Page not found"})}),t.createElement(u.D,null,t.createElement(x.x,{action:t.createElement(g.Qj,{variant:"secondary",endIcon:t.createElement(i.Z,null),to:"/"},f({id:"app.components.NotFoundPage.back",defaultMessage:"Back to homepage"})),content:f({id:"app.page.not.found",defaultMessage:"Oops! We can't seem to find the page you're looging for..."}),hasRadius:!0,icon:t.createElement(_.Z,{width:"10rem"}),shadow:"tableShadow"})))}},17e3:function(m,l,n){n.d(l,{D:function(){return c}});var t=n(74512),s=n(72850);const c=({children:u})=>(0,t.jsx)(s.x,{paddingLeft:10,paddingRight:10,children:u})},82055:function(m,l,n){n.d(l,{T:function(){return p}});var t=n(74512),s=n(32735),c=n(8471);const u=e=>{const a=(0,s.useRef)(null),[d,o]=(0,s.useState)(!0),r=([h])=>{o(h.isIntersecting)};return(0,s.useEffect)(()=>{const h=a.current,v=new IntersectionObserver(r,e);return h&&v.observe(a.current),()=>{h&&v.disconnect()}},[a,e]),[a,d]};var x=n(81957);const g=(e,a)=>{const d=(0,x.W)(a);(0,s.useLayoutEffect)(()=>{const o=new ResizeObserver(d);return Array.isArray(e)?e.forEach(r=>{r.current&&o.observe(r.current)}):e.current&&o.observe(e.current),()=>{o.disconnect()}},[e,d])};var i=n(72850),_=n(87933),E=n(49372);const p=e=>{const a=(0,s.useRef)(null),[d,o]=(0,s.useState)(null),[r,h]=u({root:null,rootMargin:"0px",threshold:0});return g(r,()=>{r.current&&o(r.current.getBoundingClientRect())}),(0,s.useEffect)(()=>{a.current&&o(a.current.getBoundingClientRect())},[a]),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{style:{height:d?.height},ref:r,children:h&&(0,t.jsx)(M,{ref:a,...e})}),!h&&(0,t.jsx)(M,{...e,sticky:!0,width:d?.width})]})};p.displayName="HeaderLayout";const f=(0,c.ZP)(i.x)`
2
+ width: ${({width:e})=>e?`${e/16}rem`:void 0};
3
+ z-index: ${({theme:e})=>e.zIndices[1]};
4
+ `,M=s.forwardRef(({navigationAction:e,primaryAction:a,secondaryAction:d,subtitle:o,title:r,sticky:h,width:v,...P},O)=>{const j=typeof o=="string";return h?(0,t.jsx)(f,{paddingLeft:6,paddingRight:6,paddingTop:3,paddingBottom:3,position:"fixed",top:0,right:0,background:"neutral0",shadow:"tableShadow",width:v,"data-strapi-header-sticky":!0,children:(0,t.jsxs)(_.k,{justifyContent:"space-between",children:[(0,t.jsxs)(_.k,{children:[e&&(0,t.jsx)(i.x,{paddingRight:3,children:e}),(0,t.jsxs)(i.x,{children:[(0,t.jsx)(E.Z,{variant:"beta",as:"h1",...P,children:r}),j?(0,t.jsx)(E.Z,{variant:"pi",textColor:"neutral600",children:o}):o]}),d?(0,t.jsx)(i.x,{paddingLeft:4,children:d}):null]}),(0,t.jsx)(_.k,{children:a?(0,t.jsx)(i.x,{paddingLeft:2,children:a}):void 0})]})}):(0,t.jsxs)(i.x,{ref:O,paddingLeft:10,paddingRight:10,paddingBottom:8,paddingTop:e?6:8,background:"neutral100","data-strapi-header":!0,children:[e?(0,t.jsx)(i.x,{paddingBottom:2,children:e}):null,(0,t.jsxs)(_.k,{justifyContent:"space-between",children:[(0,t.jsxs)(_.k,{minWidth:0,children:[(0,t.jsx)(E.Z,{as:"h1",variant:"alpha",...P,children:r}),d?(0,t.jsx)(i.x,{paddingLeft:4,children:d}):null]}),a]}),j?(0,t.jsx)(E.Z,{variant:"epsilon",textColor:"neutral600",as:"p",children:o}):o]})})},27649:function(m,l,n){n.d(l,{o:function(){return x}});var t=n(74512),s=n(8471),c=n(72850);const u=(0,s.ZP)(c.x)`
5
+ // To prevent global outline on focus visible to force an outline when Main is focused
6
+ &:focus-visible {
7
+ outline: none;
8
+ }
9
+ `,x=({labelledBy:g="main-content-title",...i})=>(0,t.jsx)(u,{"aria-labelledby":g,as:"main",id:"main-content",tabIndex:-1,...i})},8482:function(m,l,n){n.d(l,{Z:function(){return c}});var t=n(74512);const s=u=>(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...u,children:(0,t.jsx)("path",{fill:"#212134",d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z"})}),c=s}}]);