@open-pioneer/search 1.3.0-dev.20260225083007 → 1.3.0-dev.20260225133423

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/search
2
2
 
3
- ## 1.3.0-dev.20260225083007
3
+ ## 1.3.0-dev.20260225133423
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,11 +17,12 @@
17
17
  - Updated dependencies [9b5d5f3]
18
18
  - Updated dependencies [fcbd505]
19
19
  - Updated dependencies [2ceb1ca]
20
+ - Updated dependencies [73453af]
20
21
  - Updated dependencies [fcbd505]
21
22
  - Updated dependencies [d54ccfd]
22
23
  - Updated dependencies [4bcc8ce]
23
24
  - Updated dependencies [2ceb1ca]
24
- - @open-pioneer/map@1.3.0-dev.20260225083007
25
+ - @open-pioneer/map@1.3.0-dev.20260225133423
25
26
 
26
27
  ## 1.2.0
27
28
 
package/i18n/de.yaml CHANGED
@@ -5,8 +5,4 @@ messages:
5
5
  searchPlaceholder: "Suche..."
6
6
  ariaLabel:
7
7
  search: "Suchleiste"
8
- instructions: "Benutze die Pfeiltasten Hoch und Runter um durch die Suchergebnisse zu scrollen, drücke Enter um das Suchergebnis zu selektieren, drücke Escape um zurückzukehren"
9
- searchFocus: "fokussiert"
10
- searchSelect: "selektiert"
11
- searchClear: "gelöscht"
12
8
  clearButton: "Suche leeren"
package/i18n/en.yaml CHANGED
@@ -5,8 +5,4 @@ messages:
5
5
  searchPlaceholder: "Search..."
6
6
  ariaLabel:
7
7
  search: "Search bar"
8
- instructions: "Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu, press Tab to select the option and exit the menu."
9
- searchFocus: "focused"
10
- searchSelect: "selected"
11
- searchClear: "cleared"
12
8
  clearButton: "Empty the search"
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-dev.20260225083007",
4
+ "version": "1.3.0-dev.20260225133423",
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,15 +15,15 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@chakra-ui/react": "^3.32.0",
18
- "@open-pioneer/chakra-snippets": "4.5.0-dev.20260211105402",
19
- "@open-pioneer/core": "4.5.0-dev.20260211105402",
20
- "@open-pioneer/react-utils": "4.5.0-dev.20260211105402",
21
- "@open-pioneer/runtime": "4.5.0-dev.20260211105402",
18
+ "@open-pioneer/chakra-snippets": "4.5.0-dev.20260225121659",
19
+ "@open-pioneer/core": "4.5.0-dev.20260225121659",
20
+ "@open-pioneer/react-utils": "4.5.0-dev.20260225121659",
21
+ "@open-pioneer/runtime": "4.5.0-dev.20260225121659",
22
22
  "classnames": "^2.5.1",
23
- "ol": "^10.7.0",
23
+ "ol": "^10.8.0",
24
24
  "react": "^19.2.4",
25
25
  "react-icons": "^5.5.0",
26
- "@open-pioneer/map": "1.3.0-dev.20260225083007"
26
+ "@open-pioneer/map": "1.3.0-dev.20260225133423"
27
27
  },
28
28
  "exports": {
29
29
  "./package.json": "./package.json",