@bpmn-io/properties-panel 3.25.0 → 3.26.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.
@@ -15,13 +15,14 @@
15
15
  --color-grey-0-0-22: hsl(0, 0%, 22%);
16
16
 
17
17
  --color-blue-205-100-35: hsl(205, 100%, 35%);
18
+ --color-blue-205-100-40: hsl(205, 100%, 40%);
19
+ --color-green-150-86-44: hsl(150, 86%, 44%);
18
20
  --color-blue-205-100-45: hsl(205, 100%, 45%);
19
21
  --color-blue-205-100-50: hsl(205, 100%, 50%);
20
- --color-blue-205-100-85: hsl(205, 100%, 85%);
21
- --color-blue-205-100-95: hsl(205, 100%, 95%);
22
22
  --color-blue-219-99-53: hsl(219, 99%, 53%);
23
23
  --color-blue-218-100-74: hsl(218, 100%, 74%);
24
- --color-green-150-86-44: hsl(150, 86%, 44%);
24
+ --color-blue-205-100-85: hsl(205, 100%, 85%);
25
+ --color-blue-205-100-95: hsl(205, 100%, 95%);
25
26
 
26
27
  --color-red-360-100-40: hsl(360, 100%, 40%);
27
28
  --color-red-360-100-45: hsl(360, 100%, 45%);
@@ -78,6 +79,7 @@
78
79
 
79
80
  --input-focus-background-color: var(--color-blue-205-100-95);
80
81
  --input-focus-border-color: var(--color-blue-205-100-50);
82
+ --focus-outline-color: var(--color-blue-205-100-40);
81
83
 
82
84
  --input-error-background-color: var(--color-red-360-100-97);
83
85
  --input-error-border-color: var(--color-red-360-100-45);
@@ -299,6 +301,11 @@
299
301
  background: none;
300
302
  }
301
303
 
304
+ .bio-properties-panel-group-header-button:focus {
305
+ outline-offset: 2px;
306
+ outline-color: var(--focus-outline-color);
307
+ }
308
+
302
309
  .bio-properties-panel-group-header-buttons .bio-properties-panel-group-header-buttons:last-child {
303
310
  margin-right: 0;
304
311
  }
@@ -537,8 +544,9 @@ select.bio-properties-panel-input {
537
544
  }
538
545
 
539
546
  .bio-properties-panel-input[type="checkbox"]:focus {
540
- outline: 2px solid var(--input-focus-border-color);
541
- outline-offset: 0;
547
+ outline: auto;
548
+ outline-color: var(--focus-outline-color);
549
+ outline-offset: 2px;
542
550
  }
543
551
 
544
552
  .bio-properties-panel-checkbox > .bio-properties-panel-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/properties-panel",
3
- "version": "3.25.0",
3
+ "version": "3.26.0",
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.9.0",
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",
@@ -51,7 +51,7 @@
51
51
  "@babel/plugin-transform-react-jsx": "^7.23.4",
52
52
  "@rollup/plugin-babel": "^6.0.4",
53
53
  "@rollup/plugin-json": "^6.1.0",
54
- "@rollup/plugin-node-resolve": "^15.2.3",
54
+ "@rollup/plugin-node-resolve": "^16.0.0",
55
55
  "@testing-library/preact": "^3.2.4",
56
56
  "axe-core": "^4.3.5",
57
57
  "babel-loader": "^9.1.3",
@@ -62,7 +62,7 @@
62
62
  "copy-webpack-plugin": "^12.0.0",
63
63
  "cross-env": "^7.0.3",
64
64
  "del-cli": "^6.0.0",
65
- "diagram-js": "^14.0.0",
65
+ "diagram-js": "^15.1.0",
66
66
  "eslint": "^9.12.0",
67
67
  "eslint-plugin-bpmn-io": "^2.0.2",
68
68
  "eslint-plugin-import": "^2.30.0",
@@ -79,7 +79,7 @@
79
79
  "mocha-test-container-support": "^0.2.0",
80
80
  "npm-run-all2": "^7.0.0",
81
81
  "preact": "^10.19.3",
82
- "puppeteer": "^23.0.0",
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",