@open-pioneer/selection 1.3.0-dev.20260512095810 → 1.3.0-dev.20260519140411
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 +3 -1
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @open-pioneer/selection
|
|
2
2
|
|
|
3
|
-
## 1.3.0-dev.
|
|
3
|
+
## 1.3.0-dev.20260519140411
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
|
+
- e464791: Update to Chakra UI @ 3.35.0
|
|
13
14
|
- 0f1277f: minor changes to support dark color mode
|
|
15
|
+
- 0704cd6: Use `classnames` from `@open-pioneer/react-utils` instead of `classnames` package.
|
|
14
16
|
|
|
15
17
|
## 1.2.0
|
|
16
18
|
|
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.
|
|
4
|
+
"version": "1.3.0-dev.20260519140411",
|
|
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"
|
|
@@ -14,20 +14,19 @@
|
|
|
14
14
|
"directory": "src/packages/selection"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@chakra-ui/react": "^3.
|
|
18
|
-
"@open-pioneer/core": "4.6.0-dev.
|
|
19
|
-
"@open-pioneer/notifier": "4.6.0-dev.
|
|
20
|
-
"@open-pioneer/react-utils": "4.6.0-dev.
|
|
21
|
-
"@open-pioneer/runtime": "4.6.0-dev.
|
|
22
|
-
"classnames": "^2.5.1",
|
|
17
|
+
"@chakra-ui/react": "^3.35.0",
|
|
18
|
+
"@open-pioneer/core": "4.6.0-dev.20260519125519",
|
|
19
|
+
"@open-pioneer/notifier": "4.6.0-dev.20260519125519",
|
|
20
|
+
"@open-pioneer/react-utils": "4.6.0-dev.20260519125519",
|
|
21
|
+
"@open-pioneer/runtime": "4.6.0-dev.20260519125519",
|
|
23
22
|
"ol": "^10.9.0",
|
|
24
|
-
"react": "^19.2.
|
|
23
|
+
"react": "^19.2.6",
|
|
25
24
|
"react-icons": "^5.6.0",
|
|
26
25
|
"uuid": "^14.0.0",
|
|
27
|
-
"@conterra/reactivity-core": "^0.8.
|
|
28
|
-
"@open-pioneer/reactivity": "4.6.0-dev.
|
|
29
|
-
"@open-pioneer/chakra-snippets": "4.6.0-dev.
|
|
30
|
-
"@open-pioneer/map": "1.3.0-dev.
|
|
26
|
+
"@conterra/reactivity-core": "^0.8.5",
|
|
27
|
+
"@open-pioneer/reactivity": "4.6.0-dev.20260519125519",
|
|
28
|
+
"@open-pioneer/chakra-snippets": "4.6.0-dev.20260519125519",
|
|
29
|
+
"@open-pioneer/map": "1.3.0-dev.20260519140411"
|
|
31
30
|
},
|
|
32
31
|
"exports": {
|
|
33
32
|
"./package.json": "./package.json",
|
|
@@ -70,6 +69,6 @@
|
|
|
70
69
|
]
|
|
71
70
|
},
|
|
72
71
|
"properties": [],
|
|
73
|
-
"packageFormatVersion": "1.0.
|
|
72
|
+
"packageFormatVersion": "1.0.1"
|
|
74
73
|
}
|
|
75
74
|
}
|