@webiny/app-workflows 6.2.0-beta.0 → 6.3.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.
@@ -1 +1 @@
1
- {"version":3,"names":["React","TimeAgo","Identity","identity","createElement","Fragment","displayName","id","WorkflowStateRowDescription","props","state","currentStep","title","savedBy","datetime","savedOn"],"sources":["WorkflowStateRowDescription.tsx"],"sourcesContent":["import React from \"react\";\nimport type { IIdentity, IWorkflowState } from \"~/types.js\";\nimport { TimeAgo } from \"@webiny/admin-ui\";\n\ninterface IWorkflowStateRowDescriptionProps {\n state: IWorkflowState;\n}\n\ninterface IIdentityProps {\n identity: IIdentity | undefined | null;\n}\n\nconst Identity = ({ identity }: IIdentityProps) => {\n if (!identity) {\n return null;\n }\n return <> - {identity.displayName || identity.id}</>;\n};\n\nexport const WorkflowStateRowDescription = (props: IWorkflowStateRowDescriptionProps) => {\n const { state } = props;\n return (\n <>\n {state.currentStep.title}\n <Identity identity={state.currentStep.savedBy} />\n , <TimeAgo datetime={state.savedOn} />\n </>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,OAAO,QAAQ,kBAAkB;AAU1C,MAAMC,QAAQ,GAAGA,CAAC;EAAEC;AAAyB,CAAC,KAAK;EAC/C,IAAI,CAACA,QAAQ,EAAE;IACX,OAAO,IAAI;EACf;EACA,oBAAOH,KAAA,CAAAI,aAAA,CAAAJ,KAAA,CAAAK,QAAA,QAAE,KAAG,EAACF,QAAQ,CAACG,WAAW,IAAIH,QAAQ,CAACI,EAAK,CAAC;AACxD,CAAC;AAED,OAAO,MAAMC,2BAA2B,GAAIC,KAAwC,IAAK;EACrF,MAAM;IAAEC;EAAM,CAAC,GAAGD,KAAK;EACvB,oBACIT,KAAA,CAAAI,aAAA,CAAAJ,KAAA,CAAAK,QAAA,QACKK,KAAK,CAACC,WAAW,CAACC,KAAK,eACxBZ,KAAA,CAAAI,aAAA,CAACF,QAAQ;IAACC,QAAQ,EAAEO,KAAK,CAACC,WAAW,CAACE;EAAQ,CAAE,CAAC,MAC/C,eAAAb,KAAA,CAAAI,aAAA,CAACH,OAAO;IAACa,QAAQ,EAAEJ,KAAK,CAACK;EAAQ,CAAE,CACvC,CAAC;AAEX,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","TimeAgo","Identity","identity","createElement","Fragment","displayName","id","WorkflowStateRowDescription","props","state","currentStep","title","savedBy","datetime","savedOn"],"sources":["WorkflowStateRowDescription.tsx"],"sourcesContent":["import React from \"react\";\nimport type { IIdentity, IWorkflowState } from \"~/types.js\";\nimport { TimeAgo } from \"@webiny/admin-ui\";\n\ninterface IWorkflowStateRowDescriptionProps {\n state: IWorkflowState;\n}\n\ninterface IIdentityProps {\n identity: IIdentity | undefined | null;\n}\n\nconst Identity = ({ identity }: IIdentityProps) => {\n if (!identity) {\n return null;\n }\n return <> - {identity.displayName || identity.id}</>;\n};\n\nexport const WorkflowStateRowDescription = (props: IWorkflowStateRowDescriptionProps) => {\n const { state } = props;\n return (\n <>\n {state.currentStep.title}\n <Identity identity={state.currentStep.savedBy} />, <TimeAgo datetime={state.savedOn} />\n </>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,OAAO,QAAQ,kBAAkB;AAU1C,MAAMC,QAAQ,GAAGA,CAAC;EAAEC;AAAyB,CAAC,KAAK;EAC/C,IAAI,CAACA,QAAQ,EAAE;IACX,OAAO,IAAI;EACf;EACA,oBAAOH,KAAA,CAAAI,aAAA,CAAAJ,KAAA,CAAAK,QAAA,QAAE,KAAG,EAACF,QAAQ,CAACG,WAAW,IAAIH,QAAQ,CAACI,EAAK,CAAC;AACxD,CAAC;AAED,OAAO,MAAMC,2BAA2B,GAAIC,KAAwC,IAAK;EACrF,MAAM;IAAEC;EAAM,CAAC,GAAGD,KAAK;EACvB,oBACIT,KAAA,CAAAI,aAAA,CAAAJ,KAAA,CAAAK,QAAA,QACKK,KAAK,CAACC,WAAW,CAACC,KAAK,eACxBZ,KAAA,CAAAI,aAAA,CAACF,QAAQ;IAACC,QAAQ,EAAEO,KAAK,CAACC,WAAW,CAACE;EAAQ,CAAE,CAAC,MAAE,eAAAb,KAAA,CAAAI,aAAA,CAACH,OAAO;IAACa,QAAQ,EAAEJ,KAAK,CAACK;EAAQ,CAAE,CACxF,CAAC;AAEX,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-workflows",
3
- "version": "6.2.0-beta.0",
3
+ "version": "6.3.0-beta.0",
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.2.0-beta.0",
15
- "@webiny/app": "6.2.0-beta.0",
16
- "@webiny/app-admin": "6.2.0-beta.0",
17
- "@webiny/error": "6.2.0-beta.0",
18
- "@webiny/form": "6.2.0-beta.0",
19
- "@webiny/icons": "6.2.0-beta.0",
20
- "@webiny/ui": "6.2.0-beta.0",
21
- "@webiny/utils": "6.2.0-beta.0",
22
- "@webiny/validation": "6.2.0-beta.0",
14
+ "@webiny/admin-ui": "6.3.0-beta.0",
15
+ "@webiny/app": "6.3.0-beta.0",
16
+ "@webiny/app-admin": "6.3.0-beta.0",
17
+ "@webiny/error": "6.3.0-beta.0",
18
+ "@webiny/form": "6.3.0-beta.0",
19
+ "@webiny/icons": "6.3.0-beta.0",
20
+ "@webiny/ui": "6.3.0-beta.0",
21
+ "@webiny/utils": "6.3.0-beta.0",
22
+ "@webiny/validation": "6.3.0-beta.0",
23
23
  "apollo-client": "2.6.10",
24
24
  "graphql-tag": "2.12.6",
25
25
  "lodash": "4.18.1",
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/react": "18.3.28",
34
- "@webiny/build-tools": "6.2.0-beta.0",
34
+ "@webiny/build-tools": "6.3.0-beta.0",
35
35
  "rimraf": "6.1.3",
36
- "typescript": "5.9.3"
36
+ "typescript": "6.0.3"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",
@@ -44,5 +44,5 @@
44
44
  "removeViewBox": false
45
45
  }
46
46
  },
47
- "gitHead": "3d3148358b6febbc857371930871743bec3b3939"
47
+ "gitHead": "94c21e58aebc9855bf1ae972423281faa0f5c135"
48
48
  }