@webiny/app-admin-ui 6.3.0-beta.4 → 6.4.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/Dashboard/Welcome.js +29 -33
  2. package/Dashboard/Welcome.js.map +1 -1
  3. package/Dashboard/components/AssistanceWidget.js +51 -52
  4. package/Dashboard/components/AssistanceWidget.js.map +1 -1
  5. package/Dashboard/components/CommunityWidget.js +55 -63
  6. package/Dashboard/components/CommunityWidget.js.map +1 -1
  7. package/Dashboard/components/MissingPermissionsWidget.js +13 -14
  8. package/Dashboard/components/MissingPermissionsWidget.js.map +1 -1
  9. package/Dashboard/components/assets/github.js +14 -0
  10. package/Dashboard/components/assets/github.js.map +1 -0
  11. package/Dashboard/components/assets/slack.js +27 -0
  12. package/Dashboard/components/assets/slack.js.map +1 -0
  13. package/Dashboard/components/assets/x-twitter.js +18 -0
  14. package/Dashboard/components/assets/x-twitter.js.map +1 -0
  15. package/Dashboard/components/assets/youtube.js +28 -0
  16. package/Dashboard/components/assets/youtube.js.map +1 -0
  17. package/Dashboard/components/index.js +0 -2
  18. package/Dashboard.js +6 -7
  19. package/Dashboard.js.map +1 -1
  20. package/Dialog/DialogContainer.js +54 -66
  21. package/Dialog/DialogContainer.js.map +1 -1
  22. package/Dialog/DialogProvider.js +5 -8
  23. package/Dialog/DialogProvider.js.map +1 -1
  24. package/Dialog.js +5 -9
  25. package/Dialog.js.map +1 -1
  26. package/Layout.js +22 -30
  27. package/Layout.js.map +1 -1
  28. package/Logo.js +12 -16
  29. package/Logo.js.map +1 -1
  30. package/Navigation/Navigation.js +30 -34
  31. package/Navigation/Navigation.js.map +1 -1
  32. package/Navigation/SidebarMenuItems.js +32 -44
  33. package/Navigation/SidebarMenuItems.js.map +1 -1
  34. package/Navigation/SidebarProvider.js +21 -29
  35. package/Navigation/SidebarProvider.js.map +1 -1
  36. package/Navigation.js +6 -7
  37. package/Navigation.js.map +1 -1
  38. package/NotFound/notFound.js +297 -0
  39. package/NotFound/notFound.js.map +1 -0
  40. package/NotFound.js +17 -18
  41. package/NotFound.js.map +1 -1
  42. package/UserMenu/UserMenu.js +17 -25
  43. package/UserMenu/UserMenu.js.map +1 -1
  44. package/UserMenu/UserMenuHandle.js +33 -46
  45. package/UserMenu/UserMenuHandle.js.map +1 -1
  46. package/UserMenu/UserMenuItem.js +9 -12
  47. package/UserMenu/UserMenuItem.js.map +1 -1
  48. package/UserMenu/UserMenuLink.js +9 -12
  49. package/UserMenu/UserMenuLink.js.map +1 -1
  50. package/UserMenu/UserMenuSeparator.js +9 -9
  51. package/UserMenu/UserMenuSeparator.js.map +1 -1
  52. package/UserMenu.js +4 -5
  53. package/UserMenu.js.map +1 -1
  54. package/index.js +13 -14
  55. package/index.js.map +1 -1
  56. package/package.json +7 -8
  57. package/static/svg/github.08a73b00.svg +1 -0
  58. package/static/svg/notFound.e8b15981.svg +1 -0
  59. package/static/svg/slack.1b2ba162.svg +8 -0
  60. package/static/svg/x-twitter.46e7218c.svg +5 -0
  61. package/static/svg/youtube.3c232651.svg +11 -0
  62. package/Dashboard/components/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"names":["React","DropdownMenu","UserMenuItemRenderer","UserMenuItemIconRenderer","UserMenuItem","createDecorator","props","createElement","Item","UserMenuItemIcon","Icon"],"sources":["UserMenuItem.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\nimport { UserMenuItemRenderer, UserMenuItemIconRenderer } from \"@webiny/app-admin\";\n\nexport const UserMenuItem = UserMenuItemRenderer.createDecorator(() => {\n return function UserMenuItemRenderer(props) {\n return <DropdownMenu.Item {...props} />;\n };\n});\n\nexport const UserMenuItemIcon = UserMenuItemIconRenderer.createDecorator(() => {\n return function UserMenuItemRenderer(props) {\n return <DropdownMenu.Item.Icon {...props} />;\n };\n});\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,YAAY,QAAQ,kBAAkB;AAC/C,SAASC,oBAAoB,EAAEC,wBAAwB,QAAQ,mBAAmB;AAElF,OAAO,MAAMC,YAAY,GAAGF,oBAAoB,CAACG,eAAe,CAAC,MAAM;EACnE,OAAO,SAASH,oBAAoBA,CAACI,KAAK,EAAE;IACxC,oBAAON,KAAA,CAAAO,aAAA,CAACN,YAAY,CAACO,IAAI,EAAKF,KAAQ,CAAC;EAC3C,CAAC;AACL,CAAC,CAAC;AAEF,OAAO,MAAMG,gBAAgB,GAAGN,wBAAwB,CAACE,eAAe,CAAC,MAAM;EAC3E,OAAO,SAASH,oBAAoBA,CAACI,KAAK,EAAE;IACxC,oBAAON,KAAA,CAAAO,aAAA,CAACN,YAAY,CAACO,IAAI,CAACE,IAAI,EAAKJ,KAAQ,CAAC;EAChD,CAAC;AACL,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"UserMenu/UserMenuItem.js","sources":["../../src/UserMenu/UserMenuItem.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\nimport { UserMenuItemRenderer, UserMenuItemIconRenderer } from \"@webiny/app-admin\";\n\nexport const UserMenuItem = UserMenuItemRenderer.createDecorator(() => {\n return function UserMenuItemRenderer(props) {\n return <DropdownMenu.Item {...props} />;\n };\n});\n\nexport const UserMenuItemIcon = UserMenuItemIconRenderer.createDecorator(() => {\n return function UserMenuItemRenderer(props) {\n return <DropdownMenu.Item.Icon {...props} />;\n };\n});\n"],"names":["UserMenuItem","UserMenuItemRenderer","props","DropdownMenu","UserMenuItemIcon","UserMenuItemIconRenderer"],"mappings":";;;AAIO,MAAMA,eAAeC,+BAAAA,eAAoC,CAAC,IACtD,SAA8BC,KAAK;QACtC,OAAO,WAAP,GAAO,oBAACC,aAAa,IAAI,EAAKD;IAClC;AAGG,MAAME,mBAAmBC,yBAAyB,eAAe,CAAC,IAC9D,SAA8BH,KAAK;QACtC,OAAO,WAAP,GAAO,oBAACC,aAAa,IAAI,CAAC,IAAI,EAAKD;IACvC"}
@@ -1,15 +1,12 @@
1
- import React from "react";
1
+ import react from "react";
2
2
  import { DropdownMenu } from "@webiny/admin-ui";
3
- import { UserMenuLinkRenderer, UserMenuLinkIconRenderer } from "@webiny/app-admin";
4
- export const UserMenuLink = UserMenuLinkRenderer.createDecorator(() => {
5
- return function UserMenuLinkRenderer(props) {
6
- return /*#__PURE__*/React.createElement(DropdownMenu.Link, props);
7
- };
8
- });
9
- export const UserMenuLinkIcon = UserMenuLinkIconRenderer.createDecorator(() => {
10
- return function UserMenuLinkRenderer(props) {
11
- return /*#__PURE__*/React.createElement(DropdownMenu.Link.Icon, props);
12
- };
13
- });
3
+ import { UserMenuLinkIconRenderer, UserMenuLinkRenderer as app_admin_UserMenuLinkRenderer } from "@webiny/app-admin";
4
+ const UserMenuLink = app_admin_UserMenuLinkRenderer.createDecorator(()=>function(props) {
5
+ return /*#__PURE__*/ react.createElement(DropdownMenu.Link, props);
6
+ });
7
+ const UserMenuLinkIcon = UserMenuLinkIconRenderer.createDecorator(()=>function(props) {
8
+ return /*#__PURE__*/ react.createElement(DropdownMenu.Link.Icon, props);
9
+ });
10
+ export { UserMenuLink, UserMenuLinkIcon };
14
11
 
15
12
  //# sourceMappingURL=UserMenuLink.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","DropdownMenu","UserMenuLinkRenderer","UserMenuLinkIconRenderer","UserMenuLink","createDecorator","props","createElement","Link","UserMenuLinkIcon","Icon"],"sources":["UserMenuLink.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\nimport { UserMenuLinkRenderer, UserMenuLinkIconRenderer } from \"@webiny/app-admin\";\n\nexport const UserMenuLink = UserMenuLinkRenderer.createDecorator(() => {\n return function UserMenuLinkRenderer(props) {\n return <DropdownMenu.Link {...props} />;\n };\n});\n\nexport const UserMenuLinkIcon = UserMenuLinkIconRenderer.createDecorator(() => {\n return function UserMenuLinkRenderer(props) {\n return <DropdownMenu.Link.Icon {...props} />;\n };\n});\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,YAAY,QAAQ,kBAAkB;AAC/C,SAASC,oBAAoB,EAAEC,wBAAwB,QAAQ,mBAAmB;AAElF,OAAO,MAAMC,YAAY,GAAGF,oBAAoB,CAACG,eAAe,CAAC,MAAM;EACnE,OAAO,SAASH,oBAAoBA,CAACI,KAAK,EAAE;IACxC,oBAAON,KAAA,CAAAO,aAAA,CAACN,YAAY,CAACO,IAAI,EAAKF,KAAQ,CAAC;EAC3C,CAAC;AACL,CAAC,CAAC;AAEF,OAAO,MAAMG,gBAAgB,GAAGN,wBAAwB,CAACE,eAAe,CAAC,MAAM;EAC3E,OAAO,SAASH,oBAAoBA,CAACI,KAAK,EAAE;IACxC,oBAAON,KAAA,CAAAO,aAAA,CAACN,YAAY,CAACO,IAAI,CAACE,IAAI,EAAKJ,KAAQ,CAAC;EAChD,CAAC;AACL,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"UserMenu/UserMenuLink.js","sources":["../../src/UserMenu/UserMenuLink.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\nimport { UserMenuLinkRenderer, UserMenuLinkIconRenderer } from \"@webiny/app-admin\";\n\nexport const UserMenuLink = UserMenuLinkRenderer.createDecorator(() => {\n return function UserMenuLinkRenderer(props) {\n return <DropdownMenu.Link {...props} />;\n };\n});\n\nexport const UserMenuLinkIcon = UserMenuLinkIconRenderer.createDecorator(() => {\n return function UserMenuLinkRenderer(props) {\n return <DropdownMenu.Link.Icon {...props} />;\n };\n});\n"],"names":["UserMenuLink","UserMenuLinkRenderer","props","DropdownMenu","UserMenuLinkIcon","UserMenuLinkIconRenderer"],"mappings":";;;AAIO,MAAMA,eAAeC,+BAAAA,eAAoC,CAAC,IACtD,SAA8BC,KAAK;QACtC,OAAO,WAAP,GAAO,oBAACC,aAAa,IAAI,EAAKD;IAClC;AAGG,MAAME,mBAAmBC,yBAAyB,eAAe,CAAC,IAC9D,SAA8BH,KAAK;QACtC,OAAO,WAAP,GAAO,oBAACC,aAAa,IAAI,CAAC,IAAI,EAAKD;IACvC"}
@@ -1,12 +1,12 @@
1
- import React from "react";
1
+ import react from "react";
2
2
  import { DropdownMenu } from "@webiny/admin-ui";
3
- import { UserMenuSeparatorRenderer } from "@webiny/app-admin";
4
- export const UserMenuSeparator = UserMenuSeparatorRenderer.createDecorator(() => {
5
- return function UserMenuSeparatorRenderer(props) {
6
- return /*#__PURE__*/React.createElement(DropdownMenu.Separator, Object.assign({
7
- variant: "dimmed"
8
- }, props));
9
- };
10
- });
3
+ import { UserMenuSeparatorRenderer as app_admin_UserMenuSeparatorRenderer } from "@webiny/app-admin";
4
+ const UserMenuSeparator = app_admin_UserMenuSeparatorRenderer.createDecorator(()=>function(props) {
5
+ return /*#__PURE__*/ react.createElement(DropdownMenu.Separator, {
6
+ variant: "dimmed",
7
+ ...props
8
+ });
9
+ });
10
+ export { UserMenuSeparator };
11
11
 
12
12
  //# sourceMappingURL=UserMenuSeparator.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","DropdownMenu","UserMenuSeparatorRenderer","UserMenuSeparator","createDecorator","props","createElement","Separator","Object","assign","variant"],"sources":["UserMenuSeparator.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\nimport { UserMenuSeparatorRenderer } from \"@webiny/app-admin\";\n\nexport const UserMenuSeparator = UserMenuSeparatorRenderer.createDecorator(() => {\n return function UserMenuSeparatorRenderer(props) {\n return <DropdownMenu.Separator variant={\"dimmed\"} {...props} />;\n };\n});\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,YAAY,QAAQ,kBAAkB;AAC/C,SAASC,yBAAyB,QAAQ,mBAAmB;AAE7D,OAAO,MAAMC,iBAAiB,GAAGD,yBAAyB,CAACE,eAAe,CAAC,MAAM;EAC7E,OAAO,SAASF,yBAAyBA,CAACG,KAAK,EAAE;IAC7C,oBAAOL,KAAA,CAAAM,aAAA,CAACL,YAAY,CAACM,SAAS,EAAAC,MAAA,CAAAC,MAAA;MAACC,OAAO,EAAE;IAAS,GAAKL,KAAK,CAAG,CAAC;EACnE,CAAC;AACL,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"UserMenu/UserMenuSeparator.js","sources":["../../src/UserMenu/UserMenuSeparator.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\nimport { UserMenuSeparatorRenderer } from \"@webiny/app-admin\";\n\nexport const UserMenuSeparator = UserMenuSeparatorRenderer.createDecorator(() => {\n return function UserMenuSeparatorRenderer(props) {\n return <DropdownMenu.Separator variant={\"dimmed\"} {...props} />;\n };\n});\n"],"names":["UserMenuSeparator","UserMenuSeparatorRenderer","props","DropdownMenu"],"mappings":";;;AAIO,MAAMA,oBAAoBC,oCAAAA,eAAyC,CAAC,IAChE,SAAmCC,KAAK;QAC3C,OAAO,WAAP,GAAO,oBAACC,aAAa,SAAS;YAAC,SAAS;YAAW,GAAGD,KAAK;;IAC/D"}
package/UserMenu.js CHANGED
@@ -1,11 +1,10 @@
1
- import React from "react";
2
- import { UserMenu as BaseUserMenu } from "./UserMenu/UserMenu.js";
1
+ import react from "react";
2
+ import { UserMenu } from "./UserMenu/UserMenu.js";
3
3
  import { UserMenuHandle } from "./UserMenu/UserMenuHandle.js";
4
4
  import { UserMenuItem, UserMenuItemIcon } from "./UserMenu/UserMenuItem.js";
5
5
  import { UserMenuLink, UserMenuLinkIcon } from "./UserMenu/UserMenuLink.js";
6
6
  import { UserMenuSeparator } from "./UserMenu/UserMenuSeparator.js";
7
- export const UserMenu = () => {
8
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(UserMenuHandle, null), /*#__PURE__*/React.createElement(BaseUserMenu, null), /*#__PURE__*/React.createElement(UserMenuItem, null), /*#__PURE__*/React.createElement(UserMenuItemIcon, null), /*#__PURE__*/React.createElement(UserMenuLink, null), /*#__PURE__*/React.createElement(UserMenuLinkIcon, null), /*#__PURE__*/React.createElement(UserMenuSeparator, null));
9
- };
7
+ const UserMenu_UserMenu = ()=>/*#__PURE__*/ react.createElement(react.Fragment, null, /*#__PURE__*/ react.createElement(UserMenuHandle, null), /*#__PURE__*/ react.createElement(UserMenu, null), /*#__PURE__*/ react.createElement(UserMenuItem, null), /*#__PURE__*/ react.createElement(UserMenuItemIcon, null), /*#__PURE__*/ react.createElement(UserMenuLink, null), /*#__PURE__*/ react.createElement(UserMenuLinkIcon, null), /*#__PURE__*/ react.createElement(UserMenuSeparator, null));
8
+ export { UserMenu_UserMenu as UserMenu };
10
9
 
11
10
  //# sourceMappingURL=UserMenu.js.map
package/UserMenu.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["React","UserMenu","BaseUserMenu","UserMenuHandle","UserMenuItem","UserMenuItemIcon","UserMenuLink","UserMenuLinkIcon","UserMenuSeparator","createElement","Fragment"],"sources":["UserMenu.tsx"],"sourcesContent":["import React from \"react\";\nimport { UserMenu as BaseUserMenu } from \"./UserMenu/UserMenu.js\";\nimport { UserMenuHandle } from \"./UserMenu/UserMenuHandle.js\";\nimport { UserMenuItem, UserMenuItemIcon } from \"./UserMenu/UserMenuItem.js\";\nimport { UserMenuLink, UserMenuLinkIcon } from \"./UserMenu/UserMenuLink.js\";\nimport { UserMenuSeparator } from \"./UserMenu/UserMenuSeparator.js\";\n\nexport const UserMenu = () => {\n return (\n <>\n <UserMenuHandle />\n <BaseUserMenu />\n <UserMenuItem />\n <UserMenuItemIcon />\n <UserMenuLink />\n <UserMenuLinkIcon />\n <UserMenuSeparator />\n </>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,IAAIC,YAAY;AACjC,SAASC,cAAc;AACvB,SAASC,YAAY,EAAEC,gBAAgB;AACvC,SAASC,YAAY,EAAEC,gBAAgB;AACvC,SAASC,iBAAiB;AAE1B,OAAO,MAAMP,QAAQ,GAAGA,CAAA,KAAM;EAC1B,oBACID,KAAA,CAAAS,aAAA,CAAAT,KAAA,CAAAU,QAAA,qBACIV,KAAA,CAAAS,aAAA,CAACN,cAAc,MAAE,CAAC,eAClBH,KAAA,CAAAS,aAAA,CAACP,YAAY,MAAE,CAAC,eAChBF,KAAA,CAAAS,aAAA,CAACL,YAAY,MAAE,CAAC,eAChBJ,KAAA,CAAAS,aAAA,CAACJ,gBAAgB,MAAE,CAAC,eACpBL,KAAA,CAAAS,aAAA,CAACH,YAAY,MAAE,CAAC,eAChBN,KAAA,CAAAS,aAAA,CAACF,gBAAgB,MAAE,CAAC,eACpBP,KAAA,CAAAS,aAAA,CAACD,iBAAiB,MAAE,CACtB,CAAC;AAEX,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"UserMenu.js","sources":["../src/UserMenu.tsx"],"sourcesContent":["import React from \"react\";\nimport { UserMenu as BaseUserMenu } from \"./UserMenu/UserMenu.js\";\nimport { UserMenuHandle } from \"./UserMenu/UserMenuHandle.js\";\nimport { UserMenuItem, UserMenuItemIcon } from \"./UserMenu/UserMenuItem.js\";\nimport { UserMenuLink, UserMenuLinkIcon } from \"./UserMenu/UserMenuLink.js\";\nimport { UserMenuSeparator } from \"./UserMenu/UserMenuSeparator.js\";\n\nexport const UserMenu = () => {\n return (\n <>\n <UserMenuHandle />\n <BaseUserMenu />\n <UserMenuItem />\n <UserMenuItemIcon />\n <UserMenuLink />\n <UserMenuLinkIcon />\n <UserMenuSeparator />\n </>\n );\n};\n"],"names":["UserMenu","UserMenuHandle","BaseUserMenu","UserMenuItem","UserMenuItemIcon","UserMenuLink","UserMenuLinkIcon","UserMenuSeparator"],"mappings":";;;;;;AAOO,MAAMA,oBAAW,IACb,WAAP,GACI,wDACI,oBAACC,gBAAcA,OAAAA,WAAAA,GACf,oBAACC,UAAYA,OAAAA,WAAAA,GACb,oBAACC,cAAYA,OAAAA,WAAAA,GACb,oBAACC,kBAAgBA,OAAAA,WAAAA,GACjB,oBAACC,cAAYA,OAAAA,WAAAA,GACb,oBAACC,kBAAgBA,OAAAA,WAAAA,GACjB,oBAACC,mBAAiBA"}
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import react from "react";
2
2
  import { AdminConfig } from "@webiny/app-admin";
3
3
  import { Layout } from "./Layout.js";
4
4
  import { Navigation } from "./Navigation.js";
@@ -8,18 +8,17 @@ import { NotFound } from "./NotFound.js";
8
8
  import { Dashboard } from "./Dashboard.js";
9
9
  import { Logo } from "./Logo.js";
10
10
  import { AssistanceWidget, CommunityWidget } from "./Dashboard/components/index.js";
11
- export const AdminUI = () => {
12
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(AdminConfig, null, /*#__PURE__*/React.createElement(AdminConfig.Dashboard.Widget, {
13
- name: "admin.assistance",
14
- column: "right",
15
- pin: "last",
16
- element: /*#__PURE__*/React.createElement(AssistanceWidget, null)
17
- }), /*#__PURE__*/React.createElement(AdminConfig.Dashboard.Widget, {
18
- name: "admin.community",
19
- pin: "last",
20
- column: "right",
21
- element: /*#__PURE__*/React.createElement(CommunityWidget, null)
22
- })), /*#__PURE__*/React.createElement(Dashboard, null), /*#__PURE__*/React.createElement(Dialog, null), /*#__PURE__*/React.createElement(Layout, null), /*#__PURE__*/React.createElement(Navigation, null), /*#__PURE__*/React.createElement(NotFound, null), /*#__PURE__*/React.createElement(UserMenu, null), /*#__PURE__*/React.createElement(Logo, null));
23
- };
11
+ const AdminUI = ()=>/*#__PURE__*/ react.createElement(react.Fragment, null, /*#__PURE__*/ react.createElement(AdminConfig, null, /*#__PURE__*/ react.createElement(AdminConfig.Dashboard.Widget, {
12
+ name: "admin.assistance",
13
+ column: "right",
14
+ pin: "last",
15
+ element: /*#__PURE__*/ react.createElement(AssistanceWidget, null)
16
+ }), /*#__PURE__*/ react.createElement(AdminConfig.Dashboard.Widget, {
17
+ name: "admin.community",
18
+ pin: "last",
19
+ column: "right",
20
+ element: /*#__PURE__*/ react.createElement(CommunityWidget, null)
21
+ })), /*#__PURE__*/ react.createElement(Dashboard, null), /*#__PURE__*/ react.createElement(Dialog, null), /*#__PURE__*/ react.createElement(Layout, null), /*#__PURE__*/ react.createElement(Navigation, null), /*#__PURE__*/ react.createElement(NotFound, null), /*#__PURE__*/ react.createElement(UserMenu, null), /*#__PURE__*/ react.createElement(Logo, null));
22
+ export { AdminUI };
24
23
 
25
24
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["React","AdminConfig","Layout","Navigation","UserMenu","Dialog","NotFound","Dashboard","Logo","AssistanceWidget","CommunityWidget","AdminUI","createElement","Fragment","Widget","name","column","pin","element"],"sources":["index.tsx"],"sourcesContent":["import React from \"react\";\nimport { AdminConfig } from \"@webiny/app-admin\";\nimport { Layout } from \"./Layout.js\";\nimport { Navigation } from \"./Navigation.js\";\nimport { UserMenu } from \"~/UserMenu.js\";\nimport { Dialog } from \"./Dialog.js\";\nimport { NotFound } from \"./NotFound.js\";\nimport { Dashboard } from \"./Dashboard.js\";\nimport { Logo } from \"./Logo.js\";\nimport { AssistanceWidget, CommunityWidget } from \"./Dashboard/components/index.js\";\n\nexport const AdminUI = () => {\n return (\n <>\n <AdminConfig>\n <AdminConfig.Dashboard.Widget\n name=\"admin.assistance\"\n column=\"right\"\n pin=\"last\"\n element={<AssistanceWidget />}\n />\n <AdminConfig.Dashboard.Widget\n name=\"admin.community\"\n pin=\"last\"\n column=\"right\"\n element={<CommunityWidget />}\n />\n </AdminConfig>\n <Dashboard />\n <Dialog />\n <Layout />\n <Navigation />\n <NotFound />\n <UserMenu />\n <Logo />\n </>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,WAAW,QAAQ,mBAAmB;AAC/C,SAASC,MAAM;AACf,SAASC,UAAU;AACnB,SAASC,QAAQ;AACjB,SAASC,MAAM;AACf,SAASC,QAAQ;AACjB,SAASC,SAAS;AAClB,SAASC,IAAI;AACb,SAASC,gBAAgB,EAAEC,eAAe;AAE1C,OAAO,MAAMC,OAAO,GAAGA,CAAA,KAAM;EACzB,oBACIX,KAAA,CAAAY,aAAA,CAAAZ,KAAA,CAAAa,QAAA,qBACIb,KAAA,CAAAY,aAAA,CAACX,WAAW,qBACRD,KAAA,CAAAY,aAAA,CAACX,WAAW,CAACM,SAAS,CAACO,MAAM;IACzBC,IAAI,EAAC,kBAAkB;IACvBC,MAAM,EAAC,OAAO;IACdC,GAAG,EAAC,MAAM;IACVC,OAAO,eAAElB,KAAA,CAAAY,aAAA,CAACH,gBAAgB,MAAE;EAAE,CACjC,CAAC,eACFT,KAAA,CAAAY,aAAA,CAACX,WAAW,CAACM,SAAS,CAACO,MAAM;IACzBC,IAAI,EAAC,iBAAiB;IACtBE,GAAG,EAAC,MAAM;IACVD,MAAM,EAAC,OAAO;IACdE,OAAO,eAAElB,KAAA,CAAAY,aAAA,CAACF,eAAe,MAAE;EAAE,CAChC,CACQ,CAAC,eACdV,KAAA,CAAAY,aAAA,CAACL,SAAS,MAAE,CAAC,eACbP,KAAA,CAAAY,aAAA,CAACP,MAAM,MAAE,CAAC,eACVL,KAAA,CAAAY,aAAA,CAACV,MAAM,MAAE,CAAC,eACVF,KAAA,CAAAY,aAAA,CAACT,UAAU,MAAE,CAAC,eACdH,KAAA,CAAAY,aAAA,CAACN,QAAQ,MAAE,CAAC,eACZN,KAAA,CAAAY,aAAA,CAACR,QAAQ,MAAE,CAAC,eACZJ,KAAA,CAAAY,aAAA,CAACJ,IAAI,MAAE,CACT,CAAC;AAEX,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"index.js","sources":["../src/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { AdminConfig } from \"@webiny/app-admin\";\nimport { Layout } from \"./Layout.js\";\nimport { Navigation } from \"./Navigation.js\";\nimport { UserMenu } from \"~/UserMenu.js\";\nimport { Dialog } from \"./Dialog.js\";\nimport { NotFound } from \"./NotFound.js\";\nimport { Dashboard } from \"./Dashboard.js\";\nimport { Logo } from \"./Logo.js\";\nimport { AssistanceWidget, CommunityWidget } from \"./Dashboard/components/index.js\";\n\nexport const AdminUI = () => {\n return (\n <>\n <AdminConfig>\n <AdminConfig.Dashboard.Widget\n name=\"admin.assistance\"\n column=\"right\"\n pin=\"last\"\n element={<AssistanceWidget />}\n />\n <AdminConfig.Dashboard.Widget\n name=\"admin.community\"\n pin=\"last\"\n column=\"right\"\n element={<CommunityWidget />}\n />\n </AdminConfig>\n <Dashboard />\n <Dialog />\n <Layout />\n <Navigation />\n <NotFound />\n <UserMenu />\n <Logo />\n </>\n );\n};\n"],"names":["AdminUI","AdminConfig","AssistanceWidget","CommunityWidget","Dashboard","Dialog","Layout","Navigation","NotFound","UserMenu","Logo"],"mappings":";;;;;;;;;;AAWO,MAAMA,UAAU,IACZ,WAAP,GACI,wDACI,oBAACC,aAAWA,MAAAA,WAAAA,GACR,oBAACA,YAAY,SAAS,CAAC,MAAM;QACzB,MAAK;QACL,QAAO;QACP,KAAI;QACJ,uBAAS,oBAACC,kBAAgBA;sBAE9B,oBAACD,YAAY,SAAS,CAAC,MAAM;QACzB,MAAK;QACL,KAAI;QACJ,QAAO;QACP,uBAAS,oBAACE,iBAAeA;uBAGjC,oBAACC,WAASA,OAAAA,WAAAA,GACV,oBAACC,QAAMA,OAAAA,WAAAA,GACP,oBAACC,QAAMA,OAAAA,WAAAA,GACP,oBAACC,YAAUA,OAAAA,WAAAA,GACX,oBAACC,UAAQA,OAAAA,WAAAA,GACT,oBAACC,UAAQA,OAAAA,WAAAA,GACT,oBAACC,MAAIA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-admin-ui",
3
- "version": "6.3.0-beta.4",
3
+ "version": "6.4.0-beta.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -14,18 +14,17 @@
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
16
  "@types/react": "18.3.28",
17
- "@webiny/admin-ui": "6.3.0-beta.4",
18
- "@webiny/app": "6.3.0-beta.4",
19
- "@webiny/app-admin": "6.3.0-beta.4",
20
- "@webiny/icons": "6.3.0-beta.4",
17
+ "@webiny/admin-ui": "6.4.0-beta.0",
18
+ "@webiny/app": "6.4.0-beta.0",
19
+ "@webiny/app-admin": "6.4.0-beta.0",
20
+ "@webiny/icons": "6.4.0-beta.0",
21
21
  "react": "18.3.1",
22
22
  "react-dom": "18.3.1",
23
23
  "react-helmet": "6.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@emotion/babel-plugin": "11.13.5",
27
26
  "@types/react-helmet": "6.1.11",
28
- "@webiny/build-tools": "6.3.0-beta.4",
27
+ "@webiny/build-tools": "6.4.0-beta.0",
29
28
  "rimraf": "6.1.3",
30
29
  "typescript": "6.0.3"
31
30
  },
@@ -38,5 +37,5 @@
38
37
  "removeViewBox": false
39
38
  }
40
39
  },
41
- "gitHead": "7cefe15431dbd65504e1f58147dc9e55bcbfa693"
40
+ "gitHead": "a545d7529828af07d08d49c3da1bcb967483b9ce"
42
41
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="ffa0e257-4b46-4632-a8d6-93195cbf254d" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="895.68" height="517.48" viewBox="0 0 895.68 517.48"><defs><linearGradient id="74471b12-b6be-488b-b2aa-2815e91483d9" x1="790.94" y1="640.76" x2="790.94" y2="264.76" gradientTransform="translate(1229.99 -336.2) rotate(90)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient><linearGradient id="f5c756da-9879-448e-9194-9478f83d355f" x1="785.97" y1="446.14" x2="785.97" y2="321.91" gradientTransform="translate(1166.67 -399.94) rotate(90)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="5c9be04e-db0f-4829-87c1-2cfa193e30b8" x1="660.92" y1="518.19" x2="660.92" y2="494.17" gradientTransform="translate(1146.84 -172.9) rotate(90)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="b92f3a53-b4d2-4abd-916c-aeb632188996" x1="433.66" y1="605.23" x2="433.66" y2="235.23" gradientTransform="translate(13.58 8.51)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="44577794-7f8e-40ae-89fc-019e5bfac17e" x1="428.36" y1="413.71" x2="428.36" y2="291.46" gradientTransform="translate(-1.05 11.3)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="666bb7d3-84d0-4835-ad07-c313c2384f21" x1="295.22" y1="484.61" x2="295.22" y2="460.98" gradientTransform="translate(28.38 37.45)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="59939605-05af-4a9a-9980-f700897f3f8b" x1="455.07" y1="464.48" x2="455.07" y2="10.48" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="6c0ba2ee-2d81-48f4-b4cf-f21b525fcc13" x1="449.07" y1="229.48" x2="449.07" y2="79.48" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="45b0c09d-2995-447e-8cb2-7f6b59b5e20c" x1="298.07" y1="316.48" x2="298.07" y2="287.48" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="e5b0a96a-81f6-4370-afe3-5a7d6a35b55e" x1="457.07" y1="517.48" x2="457.07" y2="364.48" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="a1850e5a-cf77-4889-926a-0125112ab273" x1="611.23" y1="564.74" x2="611.23" y2="464.74" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/><linearGradient id="66998849-614e-4d8a-b9ff-f14bbc588ed8" x1="611.23" y1="660.74" x2="611.23" y2="602.74" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#74471b12-b6be-488b-b2aa-2815e91483d9"/></defs><title>safe</title><rect x="792.23" y="49.92" width="19.88" height="470.41" transform="translate(247.6 844.09) rotate(-81.36)" fill="#f5f5f5"/><rect x="589.23" y="209.59" width="376" height="490.29" transform="translate(58.72 963.57) rotate(-81.36)" fill="url(#74471b12-b6be-488b-b2aa-2815e91483d9)"/><rect x="603.48" y="229.23" width="342.87" height="470.41" transform="translate(47.16 969.52) rotate(-81.36)" fill="#f5f5f5"/><circle cx="580.99" cy="251.51" r="4.86" transform="translate(92.88 596.86) rotate(-81.36)" fill="#ff5252"/><circle cx="594.2" cy="253.52" r="4.86" transform="translate(102.12 611.62) rotate(-81.36)" fill="#ff0"/><circle cx="607.41" cy="255.53" r="4.86" transform="translate(111.36 626.39) rotate(-81.36)" fill="#69f0ae"/><rect x="720.53" y="174.84" width="124.23" height="422.38" transform="translate(131.25 910.54) rotate(-81.36)" fill="url(#f5c756da-9879-448e-9194-9478f83d355f)"/><rect x="576.36" y="328.95" width="413.27" height="115.12" transform="translate(-85.2 -304.51) rotate(8.64)" fill="#fa5a28"/><rect x="628.65" y="473.94" width="24.02" height="28.16" transform="translate(-90.24 856.82) rotate(-81.36)" fill="url(#5c9be04e-db0f-4829-87c1-2cfa193e30b8)"/><rect x="627.88" y="477.73" width="26.5" height="19.88" transform="translate(-71.61 -282.05) rotate(8.64)" fill="#fa5a28"/><rect x="622.77" y="511.3" width="26.5" height="19.88" transform="translate(-66.63 -280.9) rotate(8.64)" fill="#ff5252"/><rect x="617.67" y="544.87" width="26.5" height="19.88" transform="translate(-61.64 -279.75) rotate(8.64)" fill="#ff9800"/><rect x="696.41" y="506.51" width="213.67" height="11.59" transform="translate(-66.07 -306.13) rotate(8.64)" fill="#fa5a28" opacity="0.4"/><rect x="691.31" y="540.08" width="213.67" height="11.59" transform="translate(-61.09 -304.98) rotate(8.64)" fill="#fa5a28" opacity="0.4"/><rect x="686.21" y="573.65" width="213.67" height="11.59" transform="translate(-56.1 -303.83) rotate(8.64)" fill="#fa5a28" opacity="0.4"/><rect x="159.15" y="254.51" width="500.84" height="19.56" transform="translate(-199.95 -95.55) rotate(-12.6)" fill="#f5f5f5"/><rect x="186.23" y="243.74" width="522" height="370" transform="translate(-234.92 -83.38) rotate(-12.6)" fill="url(#b92f3a53-b4d2-4abd-916c-aeb632188996)"/><rect x="198.08" y="269.78" width="500.84" height="337.4" transform="translate(-237.01 -82.86) rotate(-12.6)" fill="#f5f5f5"/><ellipse cx="177.11" cy="316.25" rx="5.17" ry="4.78" transform="translate(-216.88 -145.01) rotate(-12.6)" fill="#ff5252"/><ellipse cx="191" cy="313.15" rx="5.17" ry="4.78" transform="translate(-215.87 -142.05) rotate(-12.6)" fill="#ff0"/><ellipse cx="204.88" cy="310.05" rx="5.17" ry="4.78" transform="translate(-214.86 -139.1) rotate(-12.6)" fill="#69f0ae"/><rect x="202.46" y="302.76" width="449.7" height="122.25" transform="translate(-221.25 -89.28) rotate(-12.6)" fill="url(#44577794-7f8e-40ae-89fc-019e5bfac17e)"/><rect x="207.83" y="307.54" width="440" height="113.28" transform="translate(-221.3 -89.16) rotate(-12.6)" fill="#fa5a28"/><rect x="308.61" y="498.42" width="29.98" height="23.63" transform="translate(-255.67 -108.38) rotate(-12.6)" fill="url(#666bb7d3-84d0-4835-ad07-c313c2384f21)"/><rect x="309.83" y="499.96" width="28.22" height="19.56" transform="matrix(0.98, -0.22, 0.22, 0.98, -255.56, -108.32)" fill="#fa5a28"/><rect x="317.12" y="532.57" width="28.22" height="19.56" transform="translate(-262.49 -105.94) rotate(-12.6)" fill="#ff5252"/><rect x="324.41" y="565.18" width="28.22" height="19.56" transform="matrix(0.98, -0.22, 0.22, 0.98, -269.43, -103.57)" fill="#ff9800"/><rect x="380.57" y="465.95" width="227.49" height="11.41" transform="translate(-243.14 -72.07) rotate(-12.6)" fill="#fa5a28" opacity="0.4"/><rect x="387.86" y="498.56" width="227.49" height="11.41" transform="translate(-250.08 -69.69) rotate(-12.6)" fill="#fa5a28" opacity="0.4"/><rect x="395.15" y="531.17" width="227.49" height="11.41" transform="translate(-257.02 -67.32) rotate(-12.6)" fill="#fa5a28" opacity="0.4"/><rect x="170.07" y="18.48" width="568" height="24" fill="#f5f5f5"/><rect x="159.07" y="10.48" width="592" height="454" fill="url(#59939605-05af-4a9a-9980-f700897f3f8b)"/><rect x="170.07" y="42.48" width="568" height="414" fill="#fff"/><circle cx="183.94" cy="30.48" r="5.87" fill="#ff5252"/><circle cx="200.07" cy="30.48" r="5.87" fill="#ff0"/><circle cx="216.2" cy="30.48" r="5.87" fill="#69f0ae"/><rect x="194.07" y="79.48" width="510" height="150" fill="url(#6c0ba2ee-2d81-48f4-b4cf-f21b525fcc13)"/><rect x="200.07" y="85.48" width="499" height="139" fill="#fa5a28"/><rect x="281.07" y="287.48" width="34" height="29" fill="url(#45b0c09d-2995-447e-8cb2-7f6b59b5e20c)"/><rect x="282.57" y="289.48" width="32" height="24" fill="#fa5a28"/><rect x="282.57" y="330.48" width="32" height="24" fill="#ff5252"/><rect x="282.57" y="371.48" width="32" height="24" fill="#ff9800"/><rect x="367.57" y="294.48" width="258" height="14" fill="#fa5a28" opacity="0.4"/><rect x="367.57" y="335.48" width="258" height="14" fill="#fa5a28" opacity="0.4"/><rect x="367.57" y="376.48" width="258" height="14" fill="#fa5a28" opacity="0.4"/><rect x="364.07" y="364.48" width="186" height="153" fill="url(#e5b0a96a-81f6-4370-afe3-5a7d6a35b55e)"/><path d="M559.15,531.41a52.08,52.08,0,0,1,104.17,0v33.33H677.9V531.41a66.67,66.67,0,1,0-133.33,0v33.33h14.58Z" transform="translate(-152.16 -191.26)" fill="url(#a1850e5a-cf77-4889-926a-0125112ab273)"/><path d="M561.23,530.74a50,50,0,0,1,100,0v32h14v-32a64,64,0,0,0-128,0v32h14Z" transform="translate(-152.16 -191.26)" fill="#fff"/><rect x="372.07" y="369.48" width="174" height="142" fill="#fa5a28"/><rect x="372.07" y="369.48" width="174" height="142" fill="#fff"/><rect x="372.07" y="397.48" width="174" height="86" fill="#fa5a28"/><path d="M624,615.5a12.76,12.76,0,1,0-22,8.74v27.22a9.28,9.28,0,0,0,18.56,0V624.24A12.7,12.7,0,0,0,624,615.5Z" transform="translate(-152.16 -191.26)" fill="url(#66998849-614e-4d8a-b9ff-f14bbc588ed8)"/><path d="M622.23,617.74a11,11,0,1,0-19,7.53v23.47a8,8,0,1,0,16,0V625.27A11,11,0,0,0,622.23,617.74Z" transform="translate(-152.16 -191.26)" opacity="0.2"/></svg>
@@ -0,0 +1,8 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Vector">
3
+ <path d="M17.8752 9.24984C18.9106 9.24984 19.75 8.41045 19.75 7.375C19.75 6.33956 18.9105 5.50016 17.8751 5.50016C16.8395 5.50016 16 6.33963 16 7.37516V9.24984H17.8752ZM12.625 9.24984C13.6605 9.24984 14.5 8.41037 14.5 7.37484V2.12516C14.5 1.08963 13.6605 0.250159 12.625 0.250159C11.5895 0.250159 10.75 1.08963 10.75 2.12516V7.37484C10.75 8.41037 11.5895 9.24984 12.625 9.24984Z" fill="#2EB67D"/>
4
+ <path d="M2.12484 10.7502C1.08939 10.7502 0.25 11.5896 0.25 12.625C0.25 13.6604 1.08947 14.4998 2.12492 14.4998C3.16045 14.4998 4 13.6604 4 12.6248V10.7502H2.12484ZM7.375 10.7502C6.33947 10.7502 5.5 11.5896 5.5 12.6252V17.8748C5.5 18.9104 6.33947 19.7498 7.375 19.7498C8.41053 19.7498 9.25 18.9104 9.25 17.8748V12.6252C9.25 11.5896 8.41053 10.7502 7.375 10.7502Z" fill="#E01E5A"/>
5
+ <path d="M10.7501 17.8752C10.7501 18.9106 11.5895 19.75 12.625 19.75C13.6604 19.75 14.4998 18.9105 14.4998 17.8751C14.4998 16.8395 13.6603 16 12.6248 16H10.7501V17.8752ZM10.7501 12.625C10.7501 13.6605 11.5896 14.5 12.6251 14.5H17.8748C18.9104 14.5 19.7498 13.6605 19.7498 12.625C19.7498 11.5895 18.9104 10.75 17.8748 10.75H12.6251C11.5896 10.75 10.7501 11.5895 10.7501 12.625Z" fill="#ECB22E"/>
6
+ <path d="M9.24981 2.12484C9.24982 1.08939 8.41042 0.25 7.37498 0.25C6.33953 0.25 5.50014 1.08947 5.50014 2.12492C5.50014 3.16045 6.3396 4 7.37514 4H9.24981V2.12484ZM9.24981 7.375C9.24982 6.33947 8.41035 5.5 7.37482 5.5L2.12514 5.5C1.0896 5.5 0.250137 6.33947 0.250137 7.375C0.250137 8.41053 1.0896 9.25 2.12514 9.25H7.37482C8.41035 9.25 9.24981 8.41053 9.24981 7.375Z" fill="#36C5F0"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Social Icons">
3
+ <path id="Vector" d="M18.3263 1.90393H21.6998L14.3297 10.3274L23 21.7899H16.2112L10.894 14.838L4.80995 21.7899H1.43443L9.31743 12.78L1 1.90393H7.96111L12.7674 8.25826L18.3263 1.90393ZM17.1423 19.7707H19.0116L6.94539 3.81706H4.93946L17.1423 19.7707Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Social Icons" clip-path="url(#clip0_2021_7937)">
3
+ <path id="Vector" d="M23.5221 6.18547C23.3864 5.67489 23.119 5.20889 22.7466 4.83413C22.3743 4.45936 21.91 4.18897 21.4003 4.05002C19.5239 3.54547 12.0239 3.54547 12.0239 3.54547C12.0239 3.54547 4.52393 3.54547 2.64756 4.05002C2.13786 4.18897 1.67358 4.45936 1.30121 4.83413C0.928842 5.20889 0.661431 5.67489 0.525744 6.18547C0.0239258 8.07002 0.0239258 12 0.0239258 12C0.0239258 12 0.0239258 15.93 0.525744 17.8146C0.661431 18.3251 0.928842 18.7911 1.30121 19.1659C1.67358 19.5407 2.13786 19.8111 2.64756 19.95C4.52393 20.4546 12.0239 20.4546 12.0239 20.4546C12.0239 20.4546 19.5239 20.4546 21.4003 19.95C21.91 19.8111 22.3743 19.5407 22.7466 19.1659C23.119 18.7911 23.3864 18.3251 23.5221 17.8146C24.0239 15.93 24.0239 12 24.0239 12C24.0239 12 24.0239 8.07002 23.5221 6.18547Z" fill="#FF0302"/>
4
+ <path id="Vector_2" d="M9.56934 15.5687V8.4314L15.8421 12L9.56934 15.5687Z" fill="#FEFEFE"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_2021_7937">
8
+ <rect width="24" height="24" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./AssistanceWidget.js\";\nexport * from \"./CommunityWidget.js\";\nexport * from \"./MissingPermissionsWidget.js\";\n"],"mappings":"AAAA;AACA;AACA","ignoreList":[]}