@bpmn-io/properties-panel 3.25.1 → 3.26.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.
- package/dist/assets/properties-panel.css +4 -0
- package/package.json +18 -18
|
@@ -1502,6 +1502,10 @@ textarea.bio-properties-panel-input {
|
|
|
1502
1502
|
padding-left: 4px;
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
1505
|
+
.bio-properties-panel-feel-popup .bio-properties-panel-input {
|
|
1506
|
+
border: none;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1505
1509
|
.bio-properties-panel-feel-popup .cm-gutters {
|
|
1506
1510
|
background-color: var(--feel-popup-gutters-background-color);
|
|
1507
1511
|
border: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/properties-panel",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.1",
|
|
4
4
|
"description": "Library for creating bpmn-io properties panels.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@bpmn-io/feel-editor": "^1.
|
|
41
|
+
"@bpmn-io/feel-editor": "^1.10.0",
|
|
42
42
|
"@codemirror/view": "^6.28.1",
|
|
43
43
|
"classnames": "^2.3.1",
|
|
44
44
|
"feelers": "^1.4.0",
|
|
@@ -47,45 +47,45 @@
|
|
|
47
47
|
"min-dom": "^4.0.3"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@babel/core": "^7.
|
|
51
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
50
|
+
"@babel/core": "^7.26.0",
|
|
51
|
+
"@babel/plugin-transform-react-jsx": "^7.25.9",
|
|
52
52
|
"@rollup/plugin-babel": "^6.0.4",
|
|
53
53
|
"@rollup/plugin-json": "^6.1.0",
|
|
54
|
-
"@rollup/plugin-node-resolve": "^
|
|
54
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
55
55
|
"@testing-library/preact": "^3.2.4",
|
|
56
56
|
"axe-core": "^4.3.5",
|
|
57
|
-
"babel-loader": "^9.1
|
|
57
|
+
"babel-loader": "^9.2.1",
|
|
58
58
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
59
59
|
"babel-plugin-istanbul": "^7.0.0",
|
|
60
|
-
"babel-plugin-module-resolver": "^5.0.
|
|
61
|
-
"chai": "^4.
|
|
62
|
-
"copy-webpack-plugin": "^12.0.
|
|
60
|
+
"babel-plugin-module-resolver": "^5.0.2",
|
|
61
|
+
"chai": "^4.5.0",
|
|
62
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
63
63
|
"cross-env": "^7.0.3",
|
|
64
64
|
"del-cli": "^6.0.0",
|
|
65
65
|
"diagram-js": "^15.1.0",
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"eslint-plugin-bpmn-io": "^2.0
|
|
66
|
+
"eslint": "^9.18.0",
|
|
67
|
+
"eslint-plugin-bpmn-io": "^2.1.0",
|
|
68
68
|
"eslint-plugin-import": "^2.30.0",
|
|
69
|
-
"eslint-plugin-react-hooks": "^5.
|
|
70
|
-
"karma": "^6.4.
|
|
69
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
70
|
+
"karma": "^6.4.4",
|
|
71
71
|
"karma-chrome-launcher": "^3.2.0",
|
|
72
72
|
"karma-coverage": "^2.2.1",
|
|
73
73
|
"karma-debug-launcher": "^0.0.5",
|
|
74
74
|
"karma-env-preprocessor": "^0.1.1",
|
|
75
75
|
"karma-mocha": "^2.0.1",
|
|
76
76
|
"karma-sinon-chai": "^2.0.2",
|
|
77
|
-
"karma-webpack": "^5.0.
|
|
78
|
-
"mocha": "^10.2
|
|
77
|
+
"karma-webpack": "^5.0.1",
|
|
78
|
+
"mocha": "^10.8.2",
|
|
79
79
|
"mocha-test-container-support": "^0.2.0",
|
|
80
|
-
"npm-run-all2": "^7.0.
|
|
80
|
+
"npm-run-all2": "^7.0.2",
|
|
81
81
|
"preact": "^10.19.3",
|
|
82
|
-
"puppeteer": "^
|
|
82
|
+
"puppeteer": "^24.0.0",
|
|
83
83
|
"raw-loader": "^4.0.2",
|
|
84
84
|
"replace-in-file": "^7.0.2",
|
|
85
85
|
"rollup": "^4.9.1",
|
|
86
86
|
"rollup-plugin-copy": "^3.5.0",
|
|
87
87
|
"sinon": "^17.0.1",
|
|
88
88
|
"sinon-chai": "^3.7.0",
|
|
89
|
-
"webpack": "^5.
|
|
89
|
+
"webpack": "^5.97.1"
|
|
90
90
|
}
|
|
91
91
|
}
|