diff --git a/app/package.json b/app/package.json index bcbf8abfd3..fc053fa272 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "camunda-modeler", - "version": "5.31.0-rc.0", + "version": "5.31.0-dev", "description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io", "private": true, "main": "prod.js", diff --git a/client/package.json b/client/package.json index ea95dd1912..587f2349b8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "camunda-modeler-client", - "version": "5.31.0-rc.0", + "version": "5.31.0-dev", "description": "Camunda Modeler client application", "private": true, "license": "MIT", @@ -21,6 +21,7 @@ "@camunda/linting": "^3.30.0", "@camunda/rpa-integration": "0.0.1-alpha.0", "@carbon/icons-react": "^11.53.0", + "@carbon/styles": "^1.71.0", "@codemirror/commands": "^6.6.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", diff --git a/client/src/app/tabs/rpa/RPAEditor.less b/client/src/app/tabs/rpa/RPAEditor.less index e8f1a4e21d..585232909b 100644 --- a/client/src/app/tabs/rpa/RPAEditor.less +++ b/client/src/app/tabs/rpa/RPAEditor.less @@ -1,3 +1,5 @@ +@import (css) '@carbon/styles/css/styles.css'; + :local(.RPAEditor) { display: flex; flex: 1; diff --git a/lerna.json b/lerna.json index 72d3c6b17d..9925c82aa1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "5.31.0-rc.0" + "version": "5.31.0-dev" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 588f1b4664..be85d05a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ }, "app": { "name": "camunda-modeler", - "version": "5.31.0-rc.0", + "version": "5.31.0-dev", "license": "MIT", "dependencies": { "@sentry/integrations": "^7.113.0", @@ -88,7 +88,7 @@ }, "client": { "name": "camunda-modeler-client", - "version": "5.31.0-rc.0", + "version": "5.31.0-dev", "license": "MIT", "dependencies": { "@bpmn-io/add-exporter": "^0.2.0", @@ -106,6 +106,7 @@ "@camunda/linting": "^3.30.0", "@camunda/rpa-integration": "0.0.1-alpha.0", "@carbon/icons-react": "^11.53.0", + "@carbon/styles": "^1.71.0", "@codemirror/commands": "^6.6.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", @@ -3322,9 +3323,9 @@ "license": "MIT" }, "node_modules/@carbon/styles": { - "version": "1.70.0", - "resolved": "http://registry.npmjs.org/@carbon/styles/-/styles-1.70.0.tgz", - "integrity": "sha512-iL3dQHufX/2mYhTu7GUbUF3MMn3fua3CaQ4oKSdVGtW2J3+eeZ7m90WUGjgnp/IevVJj+RY06am5k+5l0m2/yg==", + "version": "1.71.0", + "resolved": "https://registry.npmjs.org/@carbon/styles/-/styles-1.71.0.tgz", + "integrity": "sha512-tkQ/Ub7QYHCyFqXJMCe7+Dbpypx7pCefJCeEEluEqpeVSfLu1qtRMZUftfndvzChIZUXtm+ImpHtRknRnyS3+g==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -37584,9 +37585,9 @@ } }, "@carbon/styles": { - "version": "1.70.0", - "resolved": "http://registry.npmjs.org/@carbon/styles/-/styles-1.70.0.tgz", - "integrity": "sha512-iL3dQHufX/2mYhTu7GUbUF3MMn3fua3CaQ4oKSdVGtW2J3+eeZ7m90WUGjgnp/IevVJj+RY06am5k+5l0m2/yg==", + "version": "1.71.0", + "resolved": "https://registry.npmjs.org/@carbon/styles/-/styles-1.71.0.tgz", + "integrity": "sha512-tkQ/Ub7QYHCyFqXJMCe7+Dbpypx7pCefJCeEEluEqpeVSfLu1qtRMZUftfndvzChIZUXtm+ImpHtRknRnyS3+g==", "requires": { "@carbon/colors": "^11.28.0", "@carbon/feature-flags": "^0.24.0", @@ -44335,6 +44336,7 @@ "@camunda/linting": "^3.30.0", "@camunda/rpa-integration": "0.0.1-alpha.0", "@carbon/icons-react": "^11.53.0", + "@carbon/styles": "^1.71.0", "@codemirror/commands": "^6.6.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0",