@camunda/camunda-composite-components 0.6.3 → 0.6.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.
package/lib/esm/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/camunda-cloud/camunda-composite-components.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.6.3-rc.
|
|
7
|
+
"version": "0.6.3-rc.4",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"clean": "rimraf lib/",
|
|
10
10
|
"build": "yarn clean && tsc",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@types/react": "18.2.74",
|
|
61
61
|
"@types/react-dom": "18.2.24",
|
|
62
62
|
"@types/styled-components": "5.1.34",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
64
|
-
"@typescript-eslint/parser": "7.
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "7.7.1",
|
|
64
|
+
"@typescript-eslint/parser": "7.7.1",
|
|
65
65
|
"axe-playwright": "2.0.1",
|
|
66
66
|
"babel-loader": "9.1.3",
|
|
67
67
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
@@ -10,8 +10,8 @@ export const C3AppTeaser = ({ appName: app, hasTrialExpired, hasSleepingCluster,
|
|
|
10
10
|
const variants = {
|
|
11
11
|
upgrade: {
|
|
12
12
|
title: `Upgrade your plan${appName ? ` to use ${appName}` : ""}`,
|
|
13
|
-
subtitle: `
|
|
14
|
-
|
|
13
|
+
subtitle: `Creating a cluster and accessing the ${appName} app and features
|
|
14
|
+
are not available with the Modeling plan`,
|
|
15
15
|
ctaText: "Upgrade plan",
|
|
16
16
|
ctaIcon: ArrowUp,
|
|
17
17
|
disabledMessage: "Contact your admin to upgrade",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/camunda-cloud/camunda-composite-components.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.6.
|
|
7
|
+
"version": "0.6.4",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"clean": "rimraf lib/",
|
|
10
10
|
"build": "yarn clean && tsc",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@types/react": "18.2.74",
|
|
61
61
|
"@types/react-dom": "18.2.24",
|
|
62
62
|
"@types/styled-components": "5.1.34",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
64
|
-
"@typescript-eslint/parser": "7.
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "7.7.1",
|
|
64
|
+
"@typescript-eslint/parser": "7.7.1",
|
|
65
65
|
"axe-playwright": "2.0.1",
|
|
66
66
|
"babel-loader": "9.1.3",
|
|
67
67
|
"conventional-changelog-conventionalcommits": "7.0.2",
|