@bpmn-io/properties-panel 3.27.4 → 3.28.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 +6 -6
- package/dist/index.esm.js +2572 -2609
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2678 -2716
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1226,8 +1226,8 @@ textarea.bio-properties-panel-input {
|
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
1228
|
.bio-properties-panel-tooltip .bio-properties-panel-tooltip-arrow {
|
|
1229
|
-
width: 0;
|
|
1230
|
-
height: 0;
|
|
1229
|
+
width: 0;
|
|
1230
|
+
height: 0;
|
|
1231
1231
|
border-top: 5px solid transparent;
|
|
1232
1232
|
border-bottom: 5px solid transparent;
|
|
1233
1233
|
border-left: 5px solid var(--tooltip-background-color);
|
|
@@ -1291,9 +1291,9 @@ textarea.bio-properties-panel-input {
|
|
|
1291
1291
|
font-size: 14px;
|
|
1292
1292
|
}
|
|
1293
1293
|
|
|
1294
|
-
.bio-properties-panel-popup h1,
|
|
1295
|
-
.bio-properties-panel-popup h2,
|
|
1296
|
-
.bio-properties-panel-popup h3,
|
|
1294
|
+
.bio-properties-panel-popup h1,
|
|
1295
|
+
.bio-properties-panel-popup h2,
|
|
1296
|
+
.bio-properties-panel-popup h3,
|
|
1297
1297
|
.bio-properties-panel-popup h4 {
|
|
1298
1298
|
font-weight: 500;
|
|
1299
1299
|
font-size: inherit;
|
|
@@ -1405,7 +1405,7 @@ textarea.bio-properties-panel-input {
|
|
|
1405
1405
|
}
|
|
1406
1406
|
|
|
1407
1407
|
.bio-properties-panel-feel-popup__title-link {
|
|
1408
|
-
margin-left: 8px;
|
|
1408
|
+
margin-left: 8px;
|
|
1409
1409
|
display: flex;
|
|
1410
1410
|
}
|
|
1411
1411
|
|