@bpmn-io/form-js-editor 1.18.0 → 1.19.0
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/form-js-editor.css +6 -0
- package/dist/assets/properties-panel.css +6 -0
- package/dist/index.cjs +386 -64
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +386 -64
- package/dist/index.es.js.map +1 -1
- package/package.json +7 -7
|
@@ -2333,3 +2333,9 @@ textarea.bio-properties-panel-input {
|
|
|
2333
2333
|
.bio-properties-panel-feel-popup .cm-gutters .cm-lineNumbers .cm-gutterElement {
|
|
2334
2334
|
text-align: center;
|
|
2335
2335
|
}
|
|
2336
|
+
|
|
2337
|
+
/* Checkbox Group */
|
|
2338
|
+
.bio-properties-panel-checkbox-group .bio-properties-panel-checkbox-group-entries > .bio-properties-panel-entry {
|
|
2339
|
+
margin: 0;
|
|
2340
|
+
padding: 0;
|
|
2341
|
+
}
|
|
@@ -1532,3 +1532,9 @@ textarea.bio-properties-panel-input {
|
|
|
1532
1532
|
.bio-properties-panel-feel-popup .cm-gutters .cm-lineNumbers .cm-gutterElement {
|
|
1533
1533
|
text-align: center;
|
|
1534
1534
|
}
|
|
1535
|
+
|
|
1536
|
+
/* Checkbox Group */
|
|
1537
|
+
.bio-properties-panel-checkbox-group .bio-properties-panel-checkbox-group-entries > .bio-properties-panel-entry {
|
|
1538
|
+
margin: 0;
|
|
1539
|
+
padding: 0;
|
|
1540
|
+
}
|