@bpmn-io/properties-panel 3.32.0 → 3.33.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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Compatibility with @bpmn-io/properties-panel < v3.4.0
3
3
  */
4
- @import '../dist/assets/properties-panel.css'
4
+ @import '../dist/assets/properties-panel.css';
@@ -1467,7 +1467,7 @@ textarea.bio-properties-panel-input {
1467
1467
  top: 0;
1468
1468
  right: 0;
1469
1469
  line-height: 1;
1470
- padding: 2px 4px;
1470
+ padding: 3px 4px;
1471
1471
  margin: 3px;
1472
1472
  display: none;
1473
1473
  background: none;
@@ -1476,6 +1476,12 @@ textarea.bio-properties-panel-input {
1476
1476
  cursor: pointer;
1477
1477
  }
1478
1478
 
1479
+ .bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup svg,
1480
+ .bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup svg {
1481
+ width: 16px;
1482
+ height: 16px;
1483
+ }
1484
+
1479
1485
  .bio-properties-panel-feelers-editor-container:hover .bio-properties-panel-open-feel-popup,
1480
1486
  .bio-properties-panel-feel-container:hover .bio-properties-panel-open-feel-popup,
1481
1487
  .bio-properties-panel-feelers-editor-container:focus-within .bio-properties-panel-open-feel-popup,
package/dist/index.esm.js CHANGED
@@ -141,22 +141,16 @@ LaunchIcon.defaultProps = {
141
141
  viewBox: "0 0 32 32"
142
142
  };
143
143
  var OpenPopupIcon = function OpenPopupIcon(props) {
144
- return jsxs("svg", {
144
+ return jsx("svg", {
145
145
  ...props,
146
- children: [jsx("path", {
147
- fill: "currentColor",
148
- d: "M28 4H10a2.006 2.006 0 0 0-2 2v14a2.006 2.006 0 0 0 2 2h18a2.006 2.006 0 0 0 2-2V6a2.006 2.006 0 0 0-2-2Zm0 16H10V6h18Z"
149
- }), jsx("path", {
150
- fill: "currentColor",
151
- d: "M18 26H4V16h2v-2H4a2.006 2.006 0 0 0-2 2v10a2.006 2.006 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2v-2h-2Z"
152
- })]
146
+ children: jsx("path", {
147
+ d: "M6 15v-1H2.7L7 9.7 6.3 9 2 13.3V10H1v5zm4-14v1h3.3L9 6.3l.7.7L14 2.7V6h1V1z"
148
+ })
153
149
  });
154
150
  };
155
151
  OpenPopupIcon.defaultProps = {
156
152
  xmlns: "http://www.w3.org/2000/svg",
157
- width: "16",
158
- height: "16",
159
- viewBox: "0 0 32 32"
153
+ viewBox: "0 0 16 16"
160
154
  };
161
155
 
162
156
  function Header(props) {