@open-pioneer/selection 1.3.0-dev-css-prop.20260210130215 → 1.3.0-dev-attributions.20260212134347

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,20 +1,22 @@
1
1
  # @open-pioneer/selection
2
2
 
3
- ## 1.3.0-dev-css-prop.20260210130215
3
+ ## 1.3.0-dev-attributions.20260212134347
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 911fda5: Support for new common container props (role, aria-_, data-_ and css)
7
+ - 9b5d5f3: Support for new common container props (role, aria-_, data-_ and css)
8
8
  - d54ccfd: Update to Chakra UI 3.32.0
9
9
 
10
10
  ### Patch Changes
11
11
 
12
- - Updated dependencies [911fda5]
12
+ - Updated dependencies [9b5d5f3]
13
+ - Updated dependencies [6b1e2a3]
13
14
  - Updated dependencies [2ceb1ca]
15
+ - Updated dependencies [99a08e6]
14
16
  - Updated dependencies [d54ccfd]
15
17
  - Updated dependencies [4bcc8ce]
16
18
  - Updated dependencies [2ceb1ca]
17
- - @open-pioneer/map@1.3.0-dev-css-prop.20260210130215
19
+ - @open-pioneer/map@1.3.0-dev-attributions.20260212134347
18
20
 
19
21
  ## 1.2.0
20
22
 
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-css-prop.20260210130215",
4
+ "version": "1.3.0-dev-attributions.20260212134347",
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.32.0",
18
- "@open-pioneer/core": "4.5.0-dev-css-prop.20260210120105",
19
- "@open-pioneer/notifier": "4.5.0-dev-css-prop.20260210120105",
20
- "@open-pioneer/react-utils": "4.5.0-dev-css-prop.20260210120105",
21
- "@open-pioneer/runtime": "4.5.0-dev-css-prop.20260210120105",
18
+ "@open-pioneer/core": "4.5.0-dev.20260211105402",
19
+ "@open-pioneer/notifier": "4.5.0-dev.20260211105402",
20
+ "@open-pioneer/react-utils": "4.5.0-dev.20260211105402",
21
+ "@open-pioneer/runtime": "4.5.0-dev.20260211105402",
22
22
  "classnames": "^2.5.1",
23
23
  "ol": "^10.7.0",
24
24
  "react": "^19.2.4",
25
25
  "react-icons": "^5.5.0",
26
26
  "uuid": "^13.0.0",
27
27
  "@conterra/reactivity-core": "^0.8.1",
28
- "@open-pioneer/reactivity": "4.5.0-dev-css-prop.20260210120105",
29
- "@open-pioneer/chakra-snippets": "4.5.0-dev-css-prop.20260210120105",
30
- "@open-pioneer/map": "1.3.0-dev-css-prop.20260210130215"
28
+ "@open-pioneer/reactivity": "4.5.0-dev.20260211105402",
29
+ "@open-pioneer/chakra-snippets": "4.5.0-dev.20260211105402",
30
+ "@open-pioneer/map": "1.3.0-dev-attributions.20260212134347"
31
31
  },
32
32
  "exports": {
33
33
  "./package.json": "./package.json",