@webiny/app-workflows 6.0.0-rc.2 → 6.0.0-rc.4

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.
@@ -13,7 +13,6 @@ export const SecurityPermissions = () => {
13
13
  schema: {
14
14
  prefix: "workflows",
15
15
  fullAccess: {
16
- name: "workflows",
17
16
  editor: true
18
17
  }
19
18
  }
@@ -1 +1 @@
1
- {"version":3,"names":["React","AdminConfig","ReactComponent","PermissionsIcon","Security","SecurityPermissions","createElement","Permissions","name","title","description","icon","schema","prefix","fullAccess","editor"],"sources":["SecurityPermissions.tsx"],"sourcesContent":["import React from \"react\";\nimport { AdminConfig } from \"@webiny/app-admin\";\nimport { ReactComponent as PermissionsIcon } from \"@webiny/icons/flowchart.svg\";\n\nconst { Security } = AdminConfig;\n\nexport const SecurityPermissions = () => {\n return (\n <AdminConfig>\n <Security.Permissions\n name=\"workflows\"\n title=\"Workflows\"\n description=\"Manage Workflows permissions.\"\n icon={<PermissionsIcon />}\n schema={{\n prefix: \"workflows\",\n fullAccess: { name: \"workflows\", editor: true }\n }}\n />\n </AdminConfig>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,WAAW,QAAQ,mBAAmB;AAC/C,SAASC,cAAc,IAAIC,eAAe,QAAQ,6BAA6B;AAE/E,MAAM;EAAEC;AAAS,CAAC,GAAGH,WAAW;AAEhC,OAAO,MAAMI,mBAAmB,GAAGA,CAAA,KAAM;EACrC,oBACIL,KAAA,CAAAM,aAAA,CAACL,WAAW,qBACRD,KAAA,CAAAM,aAAA,CAACF,QAAQ,CAACG,WAAW;IACjBC,IAAI,EAAC,WAAW;IAChBC,KAAK,EAAC,WAAW;IACjBC,WAAW,EAAC,+BAA+B;IAC3CC,IAAI,eAAEX,KAAA,CAAAM,aAAA,CAACH,eAAe,MAAE,CAAE;IAC1BS,MAAM,EAAE;MACJC,MAAM,EAAE,WAAW;MACnBC,UAAU,EAAE;QAAEN,IAAI,EAAE,WAAW;QAAEO,MAAM,EAAE;MAAK;IAClD;EAAE,CACL,CACQ,CAAC;AAEtB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","AdminConfig","ReactComponent","PermissionsIcon","Security","SecurityPermissions","createElement","Permissions","name","title","description","icon","schema","prefix","fullAccess","editor"],"sources":["SecurityPermissions.tsx"],"sourcesContent":["import React from \"react\";\nimport { AdminConfig } from \"@webiny/app-admin\";\nimport { ReactComponent as PermissionsIcon } from \"@webiny/icons/flowchart.svg\";\n\nconst { Security } = AdminConfig;\n\nexport const SecurityPermissions = () => {\n return (\n <AdminConfig>\n <Security.Permissions\n name=\"workflows\"\n title=\"Workflows\"\n description=\"Manage Workflows permissions.\"\n icon={<PermissionsIcon />}\n schema={{\n prefix: \"workflows\",\n fullAccess: { editor: true }\n }}\n />\n </AdminConfig>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,WAAW,QAAQ,mBAAmB;AAC/C,SAASC,cAAc,IAAIC,eAAe,QAAQ,6BAA6B;AAE/E,MAAM;EAAEC;AAAS,CAAC,GAAGH,WAAW;AAEhC,OAAO,MAAMI,mBAAmB,GAAGA,CAAA,KAAM;EACrC,oBACIL,KAAA,CAAAM,aAAA,CAACL,WAAW,qBACRD,KAAA,CAAAM,aAAA,CAACF,QAAQ,CAACG,WAAW;IACjBC,IAAI,EAAC,WAAW;IAChBC,KAAK,EAAC,WAAW;IACjBC,WAAW,EAAC,+BAA+B;IAC3CC,IAAI,eAAEX,KAAA,CAAAM,aAAA,CAACH,eAAe,MAAE,CAAE;IAC1BS,MAAM,EAAE;MACJC,MAAM,EAAE,WAAW;MACnBC,UAAU,EAAE;QAAEC,MAAM,EAAE;MAAK;IAC/B;EAAE,CACL,CACQ,CAAC;AAEtB,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-workflows",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0-rc.4",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -11,15 +11,15 @@
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@apollo/react-hooks": "3.1.5",
14
- "@webiny/admin-ui": "6.0.0-rc.2",
15
- "@webiny/app": "6.0.0-rc.2",
16
- "@webiny/app-admin": "6.0.0-rc.2",
17
- "@webiny/error": "6.0.0-rc.2",
18
- "@webiny/form": "6.0.0-rc.2",
19
- "@webiny/icons": "6.0.0-rc.2",
20
- "@webiny/ui": "6.0.0-rc.2",
21
- "@webiny/utils": "6.0.0-rc.2",
22
- "@webiny/validation": "6.0.0-rc.2",
14
+ "@webiny/admin-ui": "6.0.0-rc.4",
15
+ "@webiny/app": "6.0.0-rc.4",
16
+ "@webiny/app-admin": "6.0.0-rc.4",
17
+ "@webiny/error": "6.0.0-rc.4",
18
+ "@webiny/form": "6.0.0-rc.4",
19
+ "@webiny/icons": "6.0.0-rc.4",
20
+ "@webiny/ui": "6.0.0-rc.4",
21
+ "@webiny/utils": "6.0.0-rc.4",
22
+ "@webiny/validation": "6.0.0-rc.4",
23
23
  "apollo-client": "2.6.10",
24
24
  "graphql-tag": "2.12.6",
25
25
  "lodash": "4.17.23",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/react": "18.2.79",
35
- "@webiny/build-tools": "6.0.0-rc.2",
35
+ "@webiny/build-tools": "6.0.0-rc.4",
36
36
  "rimraf": "6.1.3",
37
37
  "typescript": "5.9.3"
38
38
  },
@@ -45,5 +45,5 @@
45
45
  "removeViewBox": false
46
46
  }
47
47
  },
48
- "gitHead": "5facada4cbb8617cc60e3c98be0f1839f44be38e"
48
+ "gitHead": "e2758ee1cfa3b9a7152e9bb995a90ccabd33266f"
49
49
  }