bonsai-search 3.1.4 → 3.1.5

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/README.md CHANGED
@@ -70,7 +70,7 @@ Open http://localhost:5173 and you're done.
70
70
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
71
71
  <title>Bonsai Search</title>
72
72
  <script
73
- src="https://assets.hibonsai.com/sdk/bonsai-search-webcomponent-3.1.3.js"
73
+ src="https://assets.hibonsai.com/sdk/bonsai-search-webcomponent-3.1.5.js"
74
74
  defer>
75
75
  </script>
76
76
  <style>
@@ -104,7 +104,7 @@ Open http://localhost:5173 and you're done.
104
104
  ### Searchbar Only (CDN)
105
105
 
106
106
  ```html
107
- <script src="https://assets.hibonsai.com/sdk/bonsai-searchbar-webcomponent-3.1.3.js" defer></script>
107
+ <script src="https://assets.hibonsai.com/sdk/bonsai-searchbar-webcomponent-3.1.5.js" defer></script>
108
108
 
109
109
  <bonsai-searchbar
110
110
  api-key="your-api-key"
@@ -911,7 +911,7 @@
911
911
 
912
912
  //#endregion
913
913
  //#region src/index.ts
914
- const VERSION = "3.1.4";
914
+ const VERSION = "3.1.5";
915
915
  const ICONS = {
916
916
  search: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
917
917
  <circle cx="11" cy="11" r="8"></circle>
@@ -1148,7 +1148,7 @@ Please report this to https://github.com/markedjs/marked.`,i){let n="<p>An error
1148
1148
  --bonsai-muted-color: #a1a1aa;
1149
1149
  --bonsai-input-bg: #1f2229;
1150
1150
  }
1151
- `}}typeof window<"u"&&!customElements.get("bonsai-searchbar")&&customElements.define("bonsai-searchbar",kt);const wt="3.1.4",P={search:`<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
1151
+ `}}typeof window<"u"&&!customElements.get("bonsai-searchbar")&&customElements.define("bonsai-searchbar",kt);const wt="3.1.5",P={search:`<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
1152
1152
  <circle cx="11" cy="11" r="8"></circle>
1153
1153
  <path d="m21 21-4.35-4.35"></path>
1154
1154
  </svg>`,arrowRight:`<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
@@ -2503,7 +2503,7 @@ class vt extends HTMLElement {
2503
2503
  }
2504
2504
  }
2505
2505
  typeof window < "u" && !customElements.get("bonsai-searchbar") && customElements.define("bonsai-searchbar", vt);
2506
- const yt = "3.1.4", E = {
2506
+ const yt = "3.1.5", E = {
2507
2507
  search: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2508
2508
  <circle cx="11" cy="11" r="8"></circle>
2509
2509
  <path d="m21 21-4.35-4.35"></path>
package/dist/index.cjs CHANGED
@@ -910,7 +910,7 @@ if (typeof window !== "undefined" && !customElements.get("bonsai-searchbar")) cu
910
910
 
911
911
  //#endregion
912
912
  //#region src/index.ts
913
- const VERSION = "3.1.4";
913
+ const VERSION = "3.1.5";
914
914
  const ICONS = {
915
915
  search: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
916
916
  <circle cx="11" cy="11" r="8"></circle>
package/dist/index.js CHANGED
@@ -910,7 +910,7 @@ if (typeof window !== "undefined" && !customElements.get("bonsai-searchbar")) cu
910
910
 
911
911
  //#endregion
912
912
  //#region src/index.ts
913
- const VERSION = "3.1.4";
913
+ const VERSION = "3.1.5";
914
914
  const ICONS = {
915
915
  search: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
916
916
  <circle cx="11" cy="11" r="8"></circle>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bonsai-search",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Bonsai Search SDK",
5
5
  "type": "module",
6
6
  "files": [