@blotoutio/providers-evo-search-sdk 1.46.1 → 1.47.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/index.cjs.js CHANGED
@@ -4999,6 +4999,14 @@ class BTCardWrapper extends TwLitElement$1 {
4999
4999
  </div>`;
5000
5000
  }
5001
5001
  }
5002
+ BTCardWrapper.styles = i$3 `
5003
+ :host {
5004
+ display: block;
5005
+ width: 100%;
5006
+ max-width: 100%;
5007
+ box-sizing: border-box;
5008
+ }
5009
+ `;
5002
5010
  __decorate([
5003
5011
  n$1({ type: String, attribute: 'card-wrapper-class' }),
5004
5012
  __metadata("design:type", Object)
package/index.js CHANGED
@@ -5000,6 +5000,14 @@ var ProvidersEvoSearchSdk = (function () {
5000
5000
  </div>`;
5001
5001
  }
5002
5002
  }
5003
+ BTCardWrapper.styles = i$3 `
5004
+ :host {
5005
+ display: block;
5006
+ width: 100%;
5007
+ max-width: 100%;
5008
+ box-sizing: border-box;
5009
+ }
5010
+ `;
5003
5011
  __decorate([
5004
5012
  n$1({ type: String, attribute: 'card-wrapper-class' }),
5005
5013
  __metadata("design:type", Object)
package/index.mjs CHANGED
@@ -4997,6 +4997,14 @@ class BTCardWrapper extends TwLitElement$1 {
4997
4997
  </div>`;
4998
4998
  }
4999
4999
  }
5000
+ BTCardWrapper.styles = i$3 `
5001
+ :host {
5002
+ display: block;
5003
+ width: 100%;
5004
+ max-width: 100%;
5005
+ box-sizing: border-box;
5006
+ }
5007
+ `;
5000
5008
  __decorate([
5001
5009
  n$1({ type: String, attribute: 'card-wrapper-class' }),
5002
5010
  __metadata("design:type", Object)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-evo-search-sdk",
3
- "version": "1.46.1",
3
+ "version": "1.47.0",
4
4
  "description": "Evo Search SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",