@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.
@@ -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.0",
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.4.0",
64
- "@typescript-eslint/parser": "7.4.0",
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: `Your plan has expired, which means you won't be able to
14
- create a cluster or access the ${appName} app and features.`,
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.3",
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.4.0",
64
- "@typescript-eslint/parser": "7.4.0",
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",