@camunda/play 1.8.0 → 1.8.1

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.
Files changed (2) hide show
  1. package/build/index.js +2 -2
  2. package/package.json +122 -122
package/build/index.js CHANGED
@@ -106848,7 +106848,7 @@ const P6t = Q(a9e)`
106848
106848
  kind: "secondary",
106849
106849
  onClick: a.onClick,
106850
106850
  renderIcon: () => a.icon,
106851
- className: a.className,
106851
+ id: a.id,
106852
106852
  $hasIcon: a.icon !== void 0,
106853
106853
  disabled: a.disabled,
106854
106854
  title: a.title,
@@ -144345,7 +144345,7 @@ const eFt = Q.div`
144345
144345
  primaryButtonLabel: "Retry incident",
144346
144346
  secondaryButton: {
144347
144347
  label: a ? "Copy and ask AI" : "Enable incident copilot",
144348
- className: o ? "camunda-ai-button" : void 0,
144348
+ id: o ? "camunda-ai-button" : void 0,
144349
144349
  icon: /* @__PURE__ */ S.jsx(dtt, {}),
144350
144350
  disabled: !l,
144351
144351
  title: l ? void 0 : "Contact your admin to enable this feature",
package/package.json CHANGED
@@ -1,124 +1,124 @@
1
1
  {
2
- "name": "@camunda/play",
3
- "version": "1.8.0",
4
- "type": "module",
5
- "scripts": {
6
- "start": "vite",
7
- "build": "tsc && vite build",
8
- "build:dev": "tsc && vite build --mode development",
9
- "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
10
- "build:e2e": "yarn build --mode e2e",
11
- "playwright": "playwright test",
12
- "test:e2e": "yarn playwright e2e/tests",
13
- "test:e2e:ci": "IS_E2E=true yarn playwright e2e/tests",
14
- "eslint": "eslint .",
15
- "lint": "yarn tsc && yarn eslint",
16
- "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
17
- "test": "vitest",
18
- "coverage": "yarn test run --coverage --changed",
19
- "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
20
- "publish-local": "yarn build:dev && npx yalc push --sig"
21
- },
22
- "peerDependencies": {
23
- "@bpmn-io/element-template-icon-renderer": "0.x",
24
- "@bpmn-io/form-js": "1.x",
25
- "@camunda/improved-canvas": "1.x",
26
- "@carbon/react": "1.x",
27
- "@monaco-editor/react": "4.x",
28
- "bpmn-moddle": "8.x || 9.x",
29
- "camunda-bpmn-js": "3.x || 4.x",
30
- "diagram-js-grid": "1.x",
31
- "diagram-js-minimap": "4.x || 5.x",
32
- "lodash": "4.x",
33
- "mobx": "6.x",
34
- "mobx-react": "7.x",
35
- "monaco-editor": "0.x",
36
- "react": "18.x",
37
- "react-dom": "18.x",
38
- "styled-components": "6.x"
39
- },
40
- "devDependencies": {
41
- "@bpmn-io/element-template-icon-renderer": "0.5.2",
42
- "@bpmn-io/form-js": "1.8.7",
43
- "@camunda/form-js-assistant-module": "0.5.0",
44
- "@camunda/form-playground": "0.14.0",
45
- "@camunda/improved-canvas": "1.7.0",
46
- "@carbon/react": "1.55.0",
47
- "@types/carbon__elements": "11.10.3",
48
- "@monaco-editor/react": "4.6.0",
49
- "@playwright/test": "1.44.1",
50
- "@testing-library/jest-dom": "6.4.5",
51
- "@testing-library/react": "15.0.7",
52
- "@testing-library/react-hooks": "8.0.1",
53
- "@testing-library/user-event": "14.5.2",
54
- "@types/bpmn-moddle": "5.1.11",
55
- "@types/carbon-components-react": "7.55.10",
56
- "@types/jest": "29.5.12",
57
- "@types/lodash": "4.17.4",
58
- "@types/mixpanel-browser": "2.49.0",
59
- "@types/node": "20.12.13",
60
- "@types/prop-types": "15.7.12",
61
- "@types/react": "18.2.79",
62
- "@types/react-dom": "18.2.25",
63
- "@types/vimeo__player": "2.18.3",
64
- "@typescript-eslint/eslint-plugin": "7.11.0",
65
- "@typescript-eslint/parser": "7.11.0",
66
- "@vitejs/plugin-react": "4.3.0",
67
- "@vitest/coverage-istanbul": "1.6.0",
68
- "@vitest/ui": "1.6.0",
69
- "bpmn-js-headless": "0.1.0",
70
- "bpmn-moddle": "9.0.1",
71
- "camunda-bpmn-js": "4.5.1",
72
- "diagram-js-grid": "1.0.0",
73
- "diagram-js-minimap": "5.1.0",
74
- "eslint": "8.57.0",
75
- "eslint-config-prettier": "9.1.0",
76
- "eslint-plugin-camunda-licensed": "0.4.6",
77
- "eslint-plugin-prettier": "5.1.3",
78
- "eslint-plugin-react-hooks": "4.6.0",
79
- "eslint-plugin-react-refresh": "0.4.7",
80
- "eslint-plugin-testing-library": "6.2.2",
81
- "jsdom": "24.1.0",
82
- "lodash": "4.17.21",
83
- "mixpanel-browser": "2.51.0",
84
- "mobx": "6.12.3",
85
- "mobx-react": "7.6.0",
86
- "monaco-editor": "0.49.0",
87
- "prettier": "3.2.5",
88
- "prop-types": "15.8.1",
89
- "react": "18.2.0",
90
- "react-dom": "18.2.0",
91
- "react-router-dom": "6.20.1",
92
- "sass": "1.77.4",
93
- "source-map-explorer": "2.5.3",
94
- "styled-components": "6.1.11",
95
- "ts-toolbelt": "9.6.0",
96
- "tsc-watch": "6.2.0",
97
- "typescript": "5.4.5",
98
- "vite": "5.2.12",
99
- "vite-plugin-svgr": "4.2.0",
100
- "vite-svg-loader": "5.1.0",
101
- "vite-tsconfig-paths": "4.3.2",
102
- "vitest": "1.6.0"
103
- },
104
- "lint-staged": {
105
- "*": [
106
- "prettier --write"
107
- ],
108
- "*.{js,jsx,ts,tsx}": [
109
- "yarn lint"
110
- ]
111
- },
112
- "description": "Camunda Play",
113
- "main": "./build/play.js",
114
- "files": [
115
- "/build"
116
- ],
117
- "author": "Camunda",
118
- "license": "Apache-2.0",
119
- "packageManager": "yarn@1.22.22",
120
- "dependencies": {
121
- "@carbon/elements": "11.46.0",
122
- "@vimeo/player": "2.23.0"
123
- }
2
+ "name": "@camunda/play",
3
+ "version": "1.8.1",
4
+ "type": "module",
5
+ "scripts": {
6
+ "start": "vite",
7
+ "build": "tsc && vite build",
8
+ "build:dev": "tsc && vite build --mode development",
9
+ "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
10
+ "build:e2e": "yarn build --mode e2e",
11
+ "playwright": "playwright test",
12
+ "test:e2e": "yarn playwright e2e/tests",
13
+ "test:e2e:ci": "IS_E2E=true yarn playwright e2e/tests",
14
+ "eslint": "eslint .",
15
+ "lint": "yarn tsc && yarn eslint",
16
+ "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
17
+ "test": "vitest",
18
+ "coverage": "yarn test run --coverage --changed",
19
+ "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
20
+ "publish-local": "yarn build:dev && npx yalc push --sig"
21
+ },
22
+ "peerDependencies": {
23
+ "@bpmn-io/element-template-icon-renderer": "0.x",
24
+ "@bpmn-io/form-js": "1.x",
25
+ "@camunda/improved-canvas": "1.x",
26
+ "@carbon/react": "1.x",
27
+ "@monaco-editor/react": "4.x",
28
+ "bpmn-moddle": "8.x || 9.x",
29
+ "camunda-bpmn-js": "3.x || 4.x",
30
+ "diagram-js-grid": "1.x",
31
+ "diagram-js-minimap": "4.x || 5.x",
32
+ "lodash": "4.x",
33
+ "mobx": "6.x",
34
+ "mobx-react": "7.x",
35
+ "monaco-editor": "0.x",
36
+ "react": "18.x",
37
+ "react-dom": "18.x",
38
+ "styled-components": "6.x"
39
+ },
40
+ "devDependencies": {
41
+ "@bpmn-io/element-template-icon-renderer": "0.5.2",
42
+ "@bpmn-io/form-js": "1.8.7",
43
+ "@camunda/form-js-assistant-module": "0.5.0",
44
+ "@camunda/form-playground": "0.14.0",
45
+ "@camunda/improved-canvas": "1.7.0",
46
+ "@carbon/react": "1.55.0",
47
+ "@types/carbon__elements": "11.10.3",
48
+ "@monaco-editor/react": "4.6.0",
49
+ "@playwright/test": "1.44.1",
50
+ "@testing-library/jest-dom": "6.4.5",
51
+ "@testing-library/react": "15.0.7",
52
+ "@testing-library/react-hooks": "8.0.1",
53
+ "@testing-library/user-event": "14.5.2",
54
+ "@types/bpmn-moddle": "5.1.11",
55
+ "@types/carbon-components-react": "7.55.10",
56
+ "@types/jest": "29.5.12",
57
+ "@types/lodash": "4.17.4",
58
+ "@types/mixpanel-browser": "2.49.0",
59
+ "@types/node": "20.12.13",
60
+ "@types/prop-types": "15.7.12",
61
+ "@types/react": "18.2.79",
62
+ "@types/react-dom": "18.2.25",
63
+ "@types/vimeo__player": "2.18.3",
64
+ "@typescript-eslint/eslint-plugin": "7.11.0",
65
+ "@typescript-eslint/parser": "7.11.0",
66
+ "@vitejs/plugin-react": "4.3.0",
67
+ "@vitest/coverage-istanbul": "1.6.0",
68
+ "@vitest/ui": "1.6.0",
69
+ "bpmn-js-headless": "0.1.0",
70
+ "bpmn-moddle": "9.0.1",
71
+ "camunda-bpmn-js": "4.5.1",
72
+ "diagram-js-grid": "1.0.0",
73
+ "diagram-js-minimap": "5.1.0",
74
+ "eslint": "8.57.0",
75
+ "eslint-config-prettier": "9.1.0",
76
+ "eslint-plugin-camunda-licensed": "0.4.6",
77
+ "eslint-plugin-prettier": "5.1.3",
78
+ "eslint-plugin-react-hooks": "4.6.0",
79
+ "eslint-plugin-react-refresh": "0.4.7",
80
+ "eslint-plugin-testing-library": "6.2.2",
81
+ "jsdom": "24.1.0",
82
+ "lodash": "4.17.21",
83
+ "mixpanel-browser": "2.51.0",
84
+ "mobx": "6.12.3",
85
+ "mobx-react": "7.6.0",
86
+ "monaco-editor": "0.49.0",
87
+ "prettier": "3.2.5",
88
+ "prop-types": "15.8.1",
89
+ "react": "18.2.0",
90
+ "react-dom": "18.2.0",
91
+ "react-router-dom": "6.20.1",
92
+ "sass": "1.77.4",
93
+ "source-map-explorer": "2.5.3",
94
+ "styled-components": "6.1.11",
95
+ "ts-toolbelt": "9.6.0",
96
+ "tsc-watch": "6.2.0",
97
+ "typescript": "5.4.5",
98
+ "vite": "5.2.12",
99
+ "vite-plugin-svgr": "4.2.0",
100
+ "vite-svg-loader": "5.1.0",
101
+ "vite-tsconfig-paths": "4.3.2",
102
+ "vitest": "1.6.0"
103
+ },
104
+ "lint-staged": {
105
+ "*": [
106
+ "prettier --write"
107
+ ],
108
+ "*.{js,jsx,ts,tsx}": [
109
+ "yarn lint"
110
+ ]
111
+ },
112
+ "description": "Camunda Play",
113
+ "main": "./build/play.js",
114
+ "files": [
115
+ "/build"
116
+ ],
117
+ "author": "Camunda",
118
+ "license": "Apache-2.0",
119
+ "packageManager": "yarn@1.22.22",
120
+ "dependencies": {
121
+ "@carbon/elements": "11.46.0",
122
+ "@vimeo/player": "2.23.0"
123
+ }
124
124
  }