@open-pioneer/selection 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,6 +1,6 @@
1
1
  # @open-pioneer/selection
2
2
 
3
- ## 1.3.0-dev.20260408130821
3
+ ## 1.3.0-dev.20260422120518
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,10 @@
8
8
  - d54ccfd: Update to Chakra UI 3.34.0
9
9
  - 206b397: Update to trails core packages 4.5.0
10
10
 
11
+ ### Patch Changes
12
+
13
+ - 0f1277f: minor changes to support dark color mode
14
+
11
15
  ## 1.2.0
12
16
 
13
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/selection",
4
- "version": "1.3.0-dev.20260408130821",
4
+ "version": "1.3.0-dev.20260422120518",
5
5
  "description": "This package provides a UI component to perform a selection on given selection sources from the map.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -15,19 +15,19 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@chakra-ui/react": "^3.34.0",
18
- "@open-pioneer/core": "^4.5.0",
19
- "@open-pioneer/notifier": "^4.5.0",
20
- "@open-pioneer/react-utils": "^4.5.0",
21
- "@open-pioneer/runtime": "^4.5.0",
18
+ "@open-pioneer/core": "4.6.0-dev.20260420101935",
19
+ "@open-pioneer/notifier": "4.6.0-dev.20260420101935",
20
+ "@open-pioneer/react-utils": "4.6.0-dev.20260420101935",
21
+ "@open-pioneer/runtime": "4.6.0-dev.20260420101935",
22
22
  "classnames": "^2.5.1",
23
- "ol": "^10.8.0",
24
- "react": "^19.2.4",
23
+ "ol": "^10.9.0",
24
+ "react": "^19.2.5",
25
25
  "react-icons": "^5.6.0",
26
26
  "uuid": "^13.0.0",
27
- "@conterra/reactivity-core": "^0.8.1",
28
- "@open-pioneer/reactivity": "^4.5.0",
29
- "@open-pioneer/chakra-snippets": "^4.5.0",
30
- "@open-pioneer/map": "1.3.0-dev.20260408130821"
27
+ "@conterra/reactivity-core": "^0.8.2",
28
+ "@open-pioneer/reactivity": "4.6.0-dev.20260420101935",
29
+ "@open-pioneer/chakra-snippets": "4.6.0-dev.20260420101935",
30
+ "@open-pioneer/map": "1.3.0-dev.20260422120518"
31
31
  },
32
32
  "exports": {
33
33
  "./package.json": "./package.json",
package/selection.css CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  .selection-tooltip {
7
7
  position: relative;
8
- background: rgba(255, 255, 255, 0.8);
8
+ background: rgb(from var(--chakra-colors-bg) r g b / 80%);
9
9
  border-radius: 4px;
10
- color: black;
10
+ color: var(--chakra-colors-fg);
11
11
  padding: 4px 8px;
12
12
  opacity: 1;
13
13
  white-space: nowrap;
package/selection.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["selection.css"],"names":[],"mappings":"AAAA;IACI,qDAAqD;IACrD,8DAA8D;AAClE;;AAEA;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,iBAAiB;AACrB;;AAEA;IACI,eAAe;AACnB;;AAEA;IACI,YAAY;AAChB;;AAEA;IACI,uBAAuB;AAC3B","file":"selection.css","sourcesContent":[".selection-drag-box {\n background-color: rgba(255, 255, 255, 0.3) !important;\n border: 3px solid var(--chakra-colors-trails-solid) !important;\n}\n\n.selection-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.map-container .selection-active {\n cursor: crosshair;\n}\n\n.map-container .selection-inactive {\n cursor: no-drop;\n}\n\n.selection-source-value.selection-source-value--disabled {\n opacity: 0.4;\n}\n\n.selection-source-value.selection-source-value--disabled span {\n margin: 0px 6px 0px 0px;\n}\n"]}
1
+ {"version":3,"sources":["selection.css"],"names":[],"mappings":"AAAA;IACI,qDAAqD;IACrD,8DAA8D;AAClE;;AAEA;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,iBAAiB;AACrB;;AAEA;IACI,eAAe;AACnB;;AAEA;IACI,YAAY;AAChB;;AAEA;IACI,uBAAuB;AAC3B","file":"selection.css","sourcesContent":[".selection-drag-box {\n background-color: rgba(255, 255, 255, 0.3) !important;\n border: 3px solid var(--chakra-colors-trails-solid) !important;\n}\n\n.selection-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.map-container .selection-active {\n cursor: crosshair;\n}\n\n.map-container .selection-inactive {\n cursor: no-drop;\n}\n\n.selection-source-value.selection-source-value--disabled {\n opacity: 0.4;\n}\n\n.selection-source-value.selection-source-value--disabled span {\n margin: 0px 6px 0px 0px;\n}\n"]}