@bpmn-io/properties-panel 3.18.0 → 3.18.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.
|
@@ -1433,10 +1433,6 @@ textarea.bio-properties-panel-input {
|
|
|
1433
1433
|
display: block;
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup {
|
|
1437
|
-
bottom: 0;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
1436
|
.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup:hover,
|
|
1441
1437
|
.bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup:hover {
|
|
1442
1438
|
color: var(--feel-open-popup-hover-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/properties-panel",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.1",
|
|
4
4
|
"description": "Library for creating bpmn-io properties panels.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"karma-webpack": "^5.0.0",
|
|
79
79
|
"mocha": "^10.2.0",
|
|
80
80
|
"mocha-test-container-support": "^0.2.0",
|
|
81
|
-
"npm-run-all2": "^
|
|
81
|
+
"npm-run-all2": "^6.0.0",
|
|
82
82
|
"preact": "^10.19.3",
|
|
83
83
|
"puppeteer": "^21.6.1",
|
|
84
84
|
"raw-loader": "^4.0.2",
|