@getflip/swirl-components 0.511.0 → 0.513.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/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-07-02T07:29:49",
2
+ "timestamp": "2026-07-08T09:04:13",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.1",
@@ -76767,7 +76767,52 @@
76767
76767
  "setter": false
76768
76768
  }
76769
76769
  ],
76770
- "methods": [],
76770
+ "methods": [
76771
+ {
76772
+ "name": "focusSearchInput",
76773
+ "returns": {
76774
+ "type": "Promise<void>",
76775
+ "docs": ""
76776
+ },
76777
+ "complexType": {
76778
+ "signature": "() => Promise<void>",
76779
+ "parameters": [],
76780
+ "references": {
76781
+ "Promise": {
76782
+ "location": "global",
76783
+ "id": "global::Promise"
76784
+ }
76785
+ },
76786
+ "return": "Promise<void>"
76787
+ },
76788
+ "signature": "focusSearchInput() => Promise<void>",
76789
+ "parameters": [],
76790
+ "docs": "",
76791
+ "docsTags": []
76792
+ },
76793
+ {
76794
+ "name": "selectSearchInput",
76795
+ "returns": {
76796
+ "type": "Promise<void>",
76797
+ "docs": ""
76798
+ },
76799
+ "complexType": {
76800
+ "signature": "() => Promise<void>",
76801
+ "parameters": [],
76802
+ "references": {
76803
+ "Promise": {
76804
+ "location": "global",
76805
+ "id": "global::Promise"
76806
+ }
76807
+ },
76808
+ "return": "Promise<void>"
76809
+ },
76810
+ "signature": "selectSearchInput() => Promise<void>",
76811
+ "parameters": [],
76812
+ "docs": "",
76813
+ "docsTags": []
76814
+ }
76815
+ ],
76771
76816
  "events": [
76772
76817
  {
76773
76818
  "event": "searchChange",