@webiny/app-serverless-cms 0.0.0-unstable.e622468070 → 0.0.0-unstable.e6f0dc8ca7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Admin.js CHANGED
@@ -4,6 +4,7 @@ import { HeadlessCMS } from "@webiny/app-headless-cms";
4
4
  import { AdminUI } from "@webiny/app-admin-ui";
5
5
  import { FileManager } from "@webiny/app-file-manager/app.js";
6
6
  import { GraphQLPlayground } from "@webiny/app-graphql-playground";
7
+ import { SdkPlayground } from "@webiny/app-sdk-playground";
7
8
  import { AccessManagement } from "@webiny/app-security-access-management";
8
9
  import { imagePlugin } from "@webiny/app/plugins/index.js";
9
10
  import fileStorageS3Plugin from "@webiny/app-file-manager-s3";
@@ -17,10 +18,12 @@ import { RecordLocking } from "@webiny/app-record-locking";
17
18
  import { TrashBinConfigs } from "@webiny/app-trash-bin";
18
19
  import { AdvancedContentOrganisation } from "@webiny/app-aco";
19
20
  import { Extension as WebsiteBuilder } from "@webiny/app-website-builder/Extension.js";
20
- import { SchedulerConfigs } from "@webiny/app-headless-cms-scheduler";
21
+ import { SchedulerConfigs } from "@webiny/app-scheduler";
22
+ import { CmsScheduler } from "@webiny/app-headless-cms-scheduler";
21
23
  import { Components as WorkflowComponents } from "@webiny/app-workflows";
22
24
  import { CmsWorkflows } from "@webiny/app-headless-cms-workflows";
23
25
  import { WebsiteBuilderWorkflows } from "@webiny/app-website-builder-workflows";
26
+ import { WbScheduler } from "@webiny/app-website-builder-scheduler";
24
27
  const App = props => {
25
28
  const createLegacyPlugins = container => {
26
29
  return [imagePlugin(), fileStorageS3Plugin(), apolloLinks(container)];
@@ -30,9 +33,9 @@ const App = props => {
30
33
  createLegacyPlugins: createLegacyPlugins
31
34
  }, /*#__PURE__*/React.createElement(AdminUI, null), /*#__PURE__*/React.createElement(AccessManagement, null), /*#__PURE__*/React.createElement(SystemInstallerProvider, null), /*#__PURE__*/React.createElement(FileManager, null), /*#__PURE__*/React.createElement(GraphQLPlayground, {
32
35
  createApolloClient: createApolloClient
33
- }), /*#__PURE__*/React.createElement(Websockets, null), /*#__PURE__*/React.createElement(RecordLocking, null), /*#__PURE__*/React.createElement(LexicalEditorActions, null), /*#__PURE__*/React.createElement(HeadlessCMS, {
36
+ }), /*#__PURE__*/React.createElement(SdkPlayground, null), /*#__PURE__*/React.createElement(Websockets, null), /*#__PURE__*/React.createElement(RecordLocking, null), /*#__PURE__*/React.createElement(LexicalEditorActions, null), /*#__PURE__*/React.createElement(HeadlessCMS, {
34
37
  createApolloClient: createApolloClient
35
- }), /*#__PURE__*/React.createElement(AuditLogs, null), /*#__PURE__*/React.createElement(MailerSettings, null), /*#__PURE__*/React.createElement(SchedulerConfigs, null), /*#__PURE__*/React.createElement(TrashBinConfigs, null), /*#__PURE__*/React.createElement(AdvancedContentOrganisation, null), /*#__PURE__*/React.createElement(WebsiteBuilder, null), /*#__PURE__*/React.createElement(WorkflowComponents.App.WorkflowsAdminApp, null), /*#__PURE__*/React.createElement(CmsWorkflows, null), /*#__PURE__*/React.createElement(WebsiteBuilderWorkflows, null), props.children);
38
+ }), /*#__PURE__*/React.createElement(AuditLogs, null), /*#__PURE__*/React.createElement(MailerSettings, null), /*#__PURE__*/React.createElement(SchedulerConfigs, null), /*#__PURE__*/React.createElement(CmsScheduler, null), /*#__PURE__*/React.createElement(TrashBinConfigs, null), /*#__PURE__*/React.createElement(AdvancedContentOrganisation, null), /*#__PURE__*/React.createElement(WebsiteBuilder, null), /*#__PURE__*/React.createElement(WorkflowComponents.App.WorkflowsAdminApp, null), /*#__PURE__*/React.createElement(CmsWorkflows, null), /*#__PURE__*/React.createElement(WebsiteBuilderWorkflows, null), /*#__PURE__*/React.createElement(WbScheduler, null), props.children);
36
39
  };
37
40
  export const Admin = /*#__PURE__*/memo(App);
38
41
 
package/Admin.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["React","memo","Admin","BaseAdmin","SystemInstallerProvider","HeadlessCMS","AdminUI","FileManager","GraphQLPlayground","AccessManagement","imagePlugin","fileStorageS3Plugin","createApolloClient","apolloLinks","AuditLogs","LexicalEditorActions","Module","MailerSettings","Websockets","RecordLocking","TrashBinConfigs","AdvancedContentOrganisation","Extension","WebsiteBuilder","SchedulerConfigs","Components","WorkflowComponents","CmsWorkflows","WebsiteBuilderWorkflows","App","props","createLegacyPlugins","container","createElement","WorkflowsAdminApp","children"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport type { AdminProps as BaseAdminProps } from \"@webiny/app-admin\";\nimport { Admin as BaseAdmin, SystemInstallerProvider } from \"@webiny/app-admin\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { AdminUI } from \"@webiny/app-admin-ui\";\nimport { FileManager } from \"@webiny/app-file-manager/app.js\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins/index.js\";\nimport fileStorageS3Plugin from \"@webiny/app-file-manager-s3\";\nimport { createApolloClient } from \"./apolloClientFactory.js\";\nimport apolloLinks from \"./apolloLinks.js\";\nimport { AuditLogs } from \"@webiny/app-audit-logs\";\nimport { LexicalEditorActions } from \"@webiny/lexical-editor-actions\";\nimport { Module as MailerSettings } from \"@webiny/app-mailer\";\nimport { Websockets } from \"@webiny/app-websockets\";\nimport { RecordLocking } from \"@webiny/app-record-locking\";\nimport { TrashBinConfigs } from \"@webiny/app-trash-bin\";\nimport { AdvancedContentOrganisation } from \"@webiny/app-aco\";\nimport { Extension as WebsiteBuilder } from \"@webiny/app-website-builder/Extension.js\";\nimport { SchedulerConfigs } from \"@webiny/app-headless-cms-scheduler\";\nimport { Components as WorkflowComponents } from \"@webiny/app-workflows\";\nimport { CmsWorkflows } from \"@webiny/app-headless-cms-workflows\";\nimport { WebsiteBuilderWorkflows } from \"@webiny/app-website-builder-workflows\";\nimport { Container } from \"@webiny/di\";\nimport type { PluginCollection } from \"@webiny/plugins/types.js\";\n\nexport interface AdminProps\n extends Omit<BaseAdminProps, \"createApolloClient\" | \"createLegacyPlugins\"> {\n children?: React.ReactNode;\n}\n\nconst App = (props: AdminProps) => {\n const createLegacyPlugins = (container: Container): PluginCollection => {\n return [imagePlugin(), fileStorageS3Plugin(), apolloLinks(container)];\n };\n\n return (\n <BaseAdmin\n createApolloClient={createApolloClient}\n createLegacyPlugins={createLegacyPlugins}\n >\n <AdminUI />\n <AccessManagement />\n <SystemInstallerProvider />\n <FileManager />\n <GraphQLPlayground createApolloClient={createApolloClient} />\n <Websockets />\n <RecordLocking />\n <LexicalEditorActions />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AuditLogs />\n <MailerSettings />\n <SchedulerConfigs />\n <TrashBinConfigs />\n <AdvancedContentOrganisation />\n <WebsiteBuilder />\n <WorkflowComponents.App.WorkflowsAdminApp />\n <CmsWorkflows />\n <WebsiteBuilderWorkflows />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,IAAI,QAAQ,OAAO;AAEnC,SAASC,KAAK,IAAIC,SAAS,EAAEC,uBAAuB,QAAQ,mBAAmB;AAC/E,SAASC,WAAW,QAAQ,0BAA0B;AACtD,SAASC,OAAO,QAAQ,sBAAsB;AAC9C,SAASC,WAAW,QAAQ,iCAAiC;AAC7D,SAASC,iBAAiB,QAAQ,gCAAgC;AAClE,SAASC,gBAAgB,QAAQ,wCAAwC;AACzE,SAASC,WAAW,QAAQ,8BAA8B;AAC1D,OAAOC,mBAAmB,MAAM,6BAA6B;AAC7D,SAASC,kBAAkB;AAC3B,OAAOC,WAAW;AAClB,SAASC,SAAS,QAAQ,wBAAwB;AAClD,SAASC,oBAAoB,QAAQ,gCAAgC;AACrE,SAASC,MAAM,IAAIC,cAAc,QAAQ,oBAAoB;AAC7D,SAASC,UAAU,QAAQ,wBAAwB;AACnD,SAASC,aAAa,QAAQ,4BAA4B;AAC1D,SAASC,eAAe,QAAQ,uBAAuB;AACvD,SAASC,2BAA2B,QAAQ,iBAAiB;AAC7D,SAASC,SAAS,IAAIC,cAAc,QAAQ,0CAA0C;AACtF,SAASC,gBAAgB,QAAQ,oCAAoC;AACrE,SAASC,UAAU,IAAIC,kBAAkB,QAAQ,uBAAuB;AACxE,SAASC,YAAY,QAAQ,oCAAoC;AACjE,SAASC,uBAAuB,QAAQ,uCAAuC;AAS/E,MAAMC,GAAG,GAAIC,KAAiB,IAAK;EAC/B,MAAMC,mBAAmB,GAAIC,SAAoB,IAAuB;IACpE,OAAO,CAACtB,WAAW,CAAC,CAAC,EAAEC,mBAAmB,CAAC,CAAC,EAAEE,WAAW,CAACmB,SAAS,CAAC,CAAC;EACzE,CAAC;EAED,oBACIhC,KAAA,CAAAiC,aAAA,CAAC9B,SAAS;IACNS,kBAAkB,EAAEA,kBAAmB;IACvCmB,mBAAmB,EAAEA;EAAoB,gBAEzC/B,KAAA,CAAAiC,aAAA,CAAC3B,OAAO,MAAE,CAAC,eACXN,KAAA,CAAAiC,aAAA,CAACxB,gBAAgB,MAAE,CAAC,eACpBT,KAAA,CAAAiC,aAAA,CAAC7B,uBAAuB,MAAE,CAAC,eAC3BJ,KAAA,CAAAiC,aAAA,CAAC1B,WAAW,MAAE,CAAC,eACfP,KAAA,CAAAiC,aAAA,CAACzB,iBAAiB;IAACI,kBAAkB,EAAEA;EAAmB,CAAE,CAAC,eAC7DZ,KAAA,CAAAiC,aAAA,CAACf,UAAU,MAAE,CAAC,eACdlB,KAAA,CAAAiC,aAAA,CAACd,aAAa,MAAE,CAAC,eACjBnB,KAAA,CAAAiC,aAAA,CAAClB,oBAAoB,MAAE,CAAC,eACxBf,KAAA,CAAAiC,aAAA,CAAC5B,WAAW;IAACO,kBAAkB,EAAEA;EAAmB,CAAE,CAAC,eACvDZ,KAAA,CAAAiC,aAAA,CAACnB,SAAS,MAAE,CAAC,eACbd,KAAA,CAAAiC,aAAA,CAAChB,cAAc,MAAE,CAAC,eAClBjB,KAAA,CAAAiC,aAAA,CAACT,gBAAgB,MAAE,CAAC,eACpBxB,KAAA,CAAAiC,aAAA,CAACb,eAAe,MAAE,CAAC,eACnBpB,KAAA,CAAAiC,aAAA,CAACZ,2BAA2B,MAAE,CAAC,eAC/BrB,KAAA,CAAAiC,aAAA,CAACV,cAAc,MAAE,CAAC,eAClBvB,KAAA,CAAAiC,aAAA,CAACP,kBAAkB,CAACG,GAAG,CAACK,iBAAiB,MAAE,CAAC,eAC5ClC,KAAA,CAAAiC,aAAA,CAACN,YAAY,MAAE,CAAC,eAChB3B,KAAA,CAAAiC,aAAA,CAACL,uBAAuB,MAAE,CAAC,EAC1BE,KAAK,CAACK,QACA,CAAC;AAEpB,CAAC;AAED,OAAO,MAAMjC,KAAK,gBAAGD,IAAI,CAAa4B,GAAG,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","memo","Admin","BaseAdmin","SystemInstallerProvider","HeadlessCMS","AdminUI","FileManager","GraphQLPlayground","SdkPlayground","AccessManagement","imagePlugin","fileStorageS3Plugin","createApolloClient","apolloLinks","AuditLogs","LexicalEditorActions","Module","MailerSettings","Websockets","RecordLocking","TrashBinConfigs","AdvancedContentOrganisation","Extension","WebsiteBuilder","SchedulerConfigs","CmsScheduler","Components","WorkflowComponents","CmsWorkflows","WebsiteBuilderWorkflows","WbScheduler","App","props","createLegacyPlugins","container","createElement","WorkflowsAdminApp","children"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport type { AdminProps as BaseAdminProps } from \"@webiny/app-admin\";\nimport { Admin as BaseAdmin, SystemInstallerProvider } from \"@webiny/app-admin\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { AdminUI } from \"@webiny/app-admin-ui\";\nimport { FileManager } from \"@webiny/app-file-manager/app.js\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { SdkPlayground } from \"@webiny/app-sdk-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins/index.js\";\nimport fileStorageS3Plugin from \"@webiny/app-file-manager-s3\";\nimport { createApolloClient } from \"./apolloClientFactory.js\";\nimport apolloLinks from \"./apolloLinks.js\";\nimport { AuditLogs } from \"@webiny/app-audit-logs\";\nimport { LexicalEditorActions } from \"@webiny/lexical-editor-actions\";\nimport { Module as MailerSettings } from \"@webiny/app-mailer\";\nimport { Websockets } from \"@webiny/app-websockets\";\nimport { RecordLocking } from \"@webiny/app-record-locking\";\nimport { TrashBinConfigs } from \"@webiny/app-trash-bin\";\nimport { AdvancedContentOrganisation } from \"@webiny/app-aco\";\nimport { Extension as WebsiteBuilder } from \"@webiny/app-website-builder/Extension.js\";\nimport { SchedulerConfigs } from \"@webiny/app-scheduler\";\nimport { CmsScheduler } from \"@webiny/app-headless-cms-scheduler\";\nimport { Components as WorkflowComponents } from \"@webiny/app-workflows\";\nimport { CmsWorkflows } from \"@webiny/app-headless-cms-workflows\";\nimport { WebsiteBuilderWorkflows } from \"@webiny/app-website-builder-workflows\";\nimport { Container } from \"@webiny/di\";\nimport type { PluginCollection } from \"@webiny/plugins/types.js\";\nimport { WbScheduler } from \"@webiny/app-website-builder-scheduler\";\n\nexport interface AdminProps extends Omit<\n BaseAdminProps,\n \"createApolloClient\" | \"createLegacyPlugins\"\n> {\n children?: React.ReactNode;\n}\n\nconst App = (props: AdminProps) => {\n const createLegacyPlugins = (container: Container): PluginCollection => {\n return [imagePlugin(), fileStorageS3Plugin(), apolloLinks(container)];\n };\n\n return (\n <BaseAdmin\n createApolloClient={createApolloClient}\n createLegacyPlugins={createLegacyPlugins}\n >\n <AdminUI />\n <AccessManagement />\n <SystemInstallerProvider />\n <FileManager />\n <GraphQLPlayground createApolloClient={createApolloClient} />\n <SdkPlayground />\n <Websockets />\n <RecordLocking />\n <LexicalEditorActions />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AuditLogs />\n <MailerSettings />\n <SchedulerConfigs />\n <CmsScheduler />\n <TrashBinConfigs />\n <AdvancedContentOrganisation />\n <WebsiteBuilder />\n <WorkflowComponents.App.WorkflowsAdminApp />\n <CmsWorkflows />\n <WebsiteBuilderWorkflows />\n <WbScheduler />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@webiny/app-serverless-cms",
3
- "version": "0.0.0-unstable.e622468070",
3
+ "version": "0.0.0-unstable.e6f0dc8ca7",
4
4
  "type": "module",
5
- "main": "index.js",
5
+ "exports": {
6
+ ".": "./index.js",
7
+ "./*": "./*"
8
+ },
6
9
  "repository": {
7
10
  "type": "git",
8
11
  "url": "https://github.com/webiny/webiny-js.git"
@@ -10,43 +13,46 @@
10
13
  "author": "Webiny Ltd.",
11
14
  "license": "MIT",
12
15
  "dependencies": {
13
- "@emotion/react": "11.10.8",
14
- "@webiny/app": "0.0.0-unstable.e622468070",
15
- "@webiny/app-aco": "0.0.0-unstable.e622468070",
16
- "@webiny/app-admin": "0.0.0-unstable.e622468070",
17
- "@webiny/app-admin-ui": "0.0.0-unstable.e622468070",
18
- "@webiny/app-audit-logs": "0.0.0-unstable.e622468070",
19
- "@webiny/app-file-manager": "0.0.0-unstable.e622468070",
20
- "@webiny/app-file-manager-s3": "0.0.0-unstable.e622468070",
21
- "@webiny/app-graphql-playground": "0.0.0-unstable.e622468070",
22
- "@webiny/app-headless-cms": "0.0.0-unstable.e622468070",
23
- "@webiny/app-headless-cms-scheduler": "0.0.0-unstable.e622468070",
24
- "@webiny/app-headless-cms-workflows": "0.0.0-unstable.e622468070",
25
- "@webiny/app-mailer": "0.0.0-unstable.e622468070",
26
- "@webiny/app-record-locking": "0.0.0-unstable.e622468070",
27
- "@webiny/app-security-access-management": "0.0.0-unstable.e622468070",
28
- "@webiny/app-trash-bin": "0.0.0-unstable.e622468070",
29
- "@webiny/app-website-builder": "0.0.0-unstable.e622468070",
30
- "@webiny/app-website-builder-workflows": "0.0.0-unstable.e622468070",
31
- "@webiny/app-websockets": "0.0.0-unstable.e622468070",
32
- "@webiny/app-workflows": "0.0.0-unstable.e622468070",
16
+ "@emotion/react": "11.14.0",
17
+ "@webiny/app": "0.0.0-unstable.e6f0dc8ca7",
18
+ "@webiny/app-aco": "0.0.0-unstable.e6f0dc8ca7",
19
+ "@webiny/app-admin": "0.0.0-unstable.e6f0dc8ca7",
20
+ "@webiny/app-admin-ui": "0.0.0-unstable.e6f0dc8ca7",
21
+ "@webiny/app-audit-logs": "0.0.0-unstable.e6f0dc8ca7",
22
+ "@webiny/app-file-manager": "0.0.0-unstable.e6f0dc8ca7",
23
+ "@webiny/app-file-manager-s3": "0.0.0-unstable.e6f0dc8ca7",
24
+ "@webiny/app-graphql-playground": "0.0.0-unstable.e6f0dc8ca7",
25
+ "@webiny/app-headless-cms": "0.0.0-unstable.e6f0dc8ca7",
26
+ "@webiny/app-headless-cms-scheduler": "0.0.0-unstable.e6f0dc8ca7",
27
+ "@webiny/app-headless-cms-workflows": "0.0.0-unstable.e6f0dc8ca7",
28
+ "@webiny/app-mailer": "0.0.0-unstable.e6f0dc8ca7",
29
+ "@webiny/app-record-locking": "0.0.0-unstable.e6f0dc8ca7",
30
+ "@webiny/app-scheduler": "0.0.0-unstable.e6f0dc8ca7",
31
+ "@webiny/app-sdk-playground": "0.0.0-unstable.e6f0dc8ca7",
32
+ "@webiny/app-security-access-management": "0.0.0-unstable.e6f0dc8ca7",
33
+ "@webiny/app-trash-bin": "0.0.0-unstable.e6f0dc8ca7",
34
+ "@webiny/app-website-builder": "0.0.0-unstable.e6f0dc8ca7",
35
+ "@webiny/app-website-builder-scheduler": "0.0.0-unstable.e6f0dc8ca7",
36
+ "@webiny/app-website-builder-workflows": "0.0.0-unstable.e6f0dc8ca7",
37
+ "@webiny/app-websockets": "0.0.0-unstable.e6f0dc8ca7",
38
+ "@webiny/app-workflows": "0.0.0-unstable.e6f0dc8ca7",
33
39
  "@webiny/di": "0.2.3",
34
- "@webiny/lexical-editor-actions": "0.0.0-unstable.e622468070",
35
- "@webiny/lexical-theme": "0.0.0-unstable.e622468070",
36
- "@webiny/plugins": "0.0.0-unstable.e622468070",
40
+ "@webiny/lexical-editor-actions": "0.0.0-unstable.e6f0dc8ca7",
41
+ "@webiny/lexical-theme": "0.0.0-unstable.e6f0dc8ca7",
42
+ "@webiny/plugins": "0.0.0-unstable.e6f0dc8ca7",
37
43
  "apollo-cache": "1.3.5",
38
44
  "apollo-client": "2.6.10",
39
45
  "apollo-link": "1.2.14",
40
46
  "apollo-link-batch-http": "1.2.14",
41
47
  "apollo-utilities": "1.3.4",
42
- "react": "18.2.0",
43
- "react-dom": "18.2.0"
48
+ "react": "18.3.1",
49
+ "react-dom": "18.3.1"
44
50
  },
45
51
  "devDependencies": {
46
52
  "@emotion/babel-plugin": "11.13.5",
47
- "@webiny/build-tools": "0.0.0-unstable.e622468070",
48
- "rimraf": "6.1.2",
49
- "typescript": "5.9.3"
53
+ "@webiny/build-tools": "0.0.0-unstable.e6f0dc8ca7",
54
+ "rimraf": "6.1.3",
55
+ "typescript": "6.0.3"
50
56
  },
51
57
  "publishConfig": {
52
58
  "access": "public",
@@ -64,5 +70,5 @@
64
70
  ]
65
71
  }
66
72
  },
67
- "gitHead": "e622468070839dc3f9552c85bf2bbac12d2ef88f"
73
+ "gitHead": "e6f0dc8ca741c1fcc3fec9a5b9e86fdd49544641"
68
74
  }
package/styles.scss CHANGED
@@ -1,9 +1,5 @@
1
1
  // Import `app-admin-ui` styles
2
2
  @use "~@webiny/app-admin-ui/styles.scss" as *;
3
3
 
4
- // Import `ui` styles
5
- // ⚠️ DEPRECATED but needed for backward compatibility ⚠️
6
- @use "~@webiny/ui/styles.scss" as *;
7
-
8
4
  // Import Lexical theme styles
9
5
  @import "@webiny/lexical-theme/theme.css";