@open-pioneer/search 1.3.0-dev.20260519140411 → 1.3.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.
- package/CHANGELOG.md +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @open-pioneer/search
|
|
2
2
|
|
|
3
|
-
## 1.3.0
|
|
3
|
+
## 1.3.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
NOTE: This causes changes to many internal CSS classes and attributes.
|
|
11
11
|
The UX of the control should be the same.
|
|
12
12
|
|
|
13
|
-
- d54ccfd: Update to Chakra UI 3.
|
|
14
|
-
- 206b397: Update to trails core packages 4.
|
|
13
|
+
- d54ccfd: Update to Chakra UI 3.35.0
|
|
14
|
+
- 206b397: Update to trails core packages 4.6.0
|
|
15
15
|
|
|
16
16
|
### Patch Changes
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/search",
|
|
4
|
-
"version": "1.3.0
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"description": "This package provides a UI component to perform a search on given search sources.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@chakra-ui/react": "^3.35.0",
|
|
18
|
-
"@open-pioneer/chakra-snippets": "4.6.0
|
|
19
|
-
"@open-pioneer/core": "4.6.0
|
|
20
|
-
"@open-pioneer/react-utils": "4.6.0
|
|
21
|
-
"@open-pioneer/runtime": "4.6.0
|
|
18
|
+
"@open-pioneer/chakra-snippets": "^4.6.0",
|
|
19
|
+
"@open-pioneer/core": "^4.6.0",
|
|
20
|
+
"@open-pioneer/react-utils": "^4.6.0",
|
|
21
|
+
"@open-pioneer/runtime": "^4.6.0",
|
|
22
22
|
"ol": "^10.9.0",
|
|
23
23
|
"react": "^19.2.6",
|
|
24
24
|
"react-icons": "^5.6.0",
|
|
25
|
-
"@open-pioneer/map": "1.3.0
|
|
25
|
+
"@open-pioneer/map": "1.3.0"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
"./package.json": "./package.json",
|