@open-pioneer/editing 1.3.0-dev.20260408130821 → 1.3.0-dev.20260422120518

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/CHANGELOG.md CHANGED
@@ -1,12 +1,16 @@
1
1
  # @open-pioneer/editing
2
2
 
3
- ## 1.3.0-dev.20260408130821
3
+ ## 1.3.0-dev.20260422120518
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - d54ccfd: Update to Chakra UI 3.34.0
8
8
  - 206b397: Update to trails core packages 4.5.0
9
9
 
10
+ ### Patch Changes
11
+
12
+ - 0f1277f: minor changes to support dark color mode
13
+
10
14
  ## 1.2.0
11
15
 
12
16
  ### Patch Changes
package/editing.css CHANGED
@@ -1,8 +1,8 @@
1
1
  .editing-tooltip {
2
2
  position: relative;
3
- background: rgba(255, 255, 255, 0.8);
3
+ background: rgb(from var(--chakra-colors-bg) r g b / 80%);
4
4
  border-radius: 4px;
5
- color: black;
5
+ color: var(--chakra-colors-fg);
6
6
  padding: 4px 8px;
7
7
  opacity: 1;
8
8
  white-space: nowrap;
package/editing.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["editing.css"],"names":[],"mappings":"AAAA;IACI,kBAAkB;IAClB,oCAAoC;IACpC,kBAAkB;IAClB,YAAY;IACZ,gBAAgB;IAChB,UAAU;IACV,mBAAmB;IACnB,eAAe;IACf,eAAe;IACf,iBAAiB;IACjB,iBAAiB;AACrB;;AAEA;IACI,kBAAkB;AACtB","file":"editing.css","sourcesContent":[".editing-tooltip {\n position: relative;\n background: rgba(255, 255, 255, 0.8);\n border-radius: 4px;\n color: black;\n padding: 4px 8px;\n opacity: 1;\n white-space: nowrap;\n font-size: 12px;\n cursor: default;\n user-select: none;\n font-weight: bold;\n}\n\n.editing-tooltip-hidden {\n visibility: hidden;\n}\n"]}
1
+ {"version":3,"sources":["editing.css"],"names":[],"mappings":"AAAA;IACI,kBAAkB;IAClB,yDAAyD;IACzD,kBAAkB;IAClB,8BAA8B;IAC9B,gBAAgB;IAChB,UAAU;IACV,mBAAmB;IACnB,eAAe;IACf,eAAe;IACf,iBAAiB;IACjB,iBAAiB;AACrB;;AAEA;IACI,kBAAkB;AACtB","file":"editing.css","sourcesContent":[".editing-tooltip {\n position: relative;\n background: rgb(from var(--chakra-colors-bg) r g b / 80%);\n border-radius: 4px;\n color: var(--chakra-colors-fg);\n padding: 4px 8px;\n opacity: 1;\n white-space: nowrap;\n font-size: 12px;\n cursor: default;\n user-select: none;\n font-weight: bold;\n}\n\n.editing-tooltip-hidden {\n visibility: hidden;\n}\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/editing",
4
- "version": "1.3.0-dev.20260408130821",
4
+ "version": "1.3.0-dev.20260422120518",
5
5
  "description": "This package provides an editing service that allows to start and handle geometry editing workflows.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,12 +14,12 @@
14
14
  "directory": "src/packages/editing"
15
15
  },
16
16
  "dependencies": {
17
- "@open-pioneer/core": "^4.5.0",
18
- "@open-pioneer/http": "^4.5.0",
19
- "@open-pioneer/runtime": "^4.5.0",
20
- "ol": "^10.8.0",
21
- "@conterra/reactivity-core": "^0.8.1",
22
- "@open-pioneer/map": "1.3.0-dev.20260408130821"
17
+ "@open-pioneer/core": "4.6.0-dev.20260420101935",
18
+ "@open-pioneer/http": "4.6.0-dev.20260420101935",
19
+ "@open-pioneer/runtime": "4.6.0-dev.20260420101935",
20
+ "ol": "^10.9.0",
21
+ "@conterra/reactivity-core": "^0.8.2",
22
+ "@open-pioneer/map": "1.3.0-dev.20260422120518"
23
23
  },
24
24
  "exports": {
25
25
  "./package.json": "./package.json",