@conterra/ct-mapapps-typings 4.19.2-next.20250403093508 → 4.19.2-next.20250404041438

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.2-next.20250403093508",
3
+ "version": "4.19.2-next.20250404041438",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"
@@ -53,7 +53,8 @@ interface SearchUiService extends EventSource<SearchUiServiceEvents> {
53
53
  }
54
54
  /**
55
55
  * Interface to react on the 'Enter' key pressed event of the search-ui input field. It will provide the
56
- * current text from the input field to another component. This interface is used by the product `smart.finder`
56
+ * current text from the input field to another component.
57
+ *
57
58
  * Only one action is allowed. It must be registered as a service which provides `search-ui.EnterKeyAction`.
58
59
  */
59
60
  interface SearchUiEnterKeyAction {