@tet/tet-components 1.3.118-testing → 1.3.119-testing

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.
@@ -19,7 +19,7 @@ const TetCompareCardV2 = class {
19
19
  * Renders the loader.
20
20
  */
21
21
  this.renderLoader = () => {
22
- return (index.h("div", { class: "cards" }, [...Array(1)].map(() => [index.h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "21.5rem" })])));
22
+ return (index.h("div", { class: "cards" }, [...Array(1)].map(() => [index.h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "20.5rem" })])));
23
23
  };
24
24
  this.clickCallback = () => null;
25
25
  this.cardType = 'static';
@@ -12,7 +12,7 @@ export class TetCompareCardV2 {
12
12
  * Renders the loader.
13
13
  */
14
14
  this.renderLoader = () => {
15
- return (h("div", { class: "cards" }, [...Array(1)].map(() => [h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "21.5rem" })])));
15
+ return (h("div", { class: "cards" }, [...Array(1)].map(() => [h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "20.5rem" })])));
16
16
  };
17
17
  this.clickCallback = () => null;
18
18
  this.cardType = 'static';
@@ -23,7 +23,7 @@ const TetCompareCardV2$1 = /*@__PURE__*/ proxyCustomElement(class TetCompareCard
23
23
  * Renders the loader.
24
24
  */
25
25
  this.renderLoader = () => {
26
- return (h("div", { class: "cards" }, [...Array(1)].map(() => [h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "21.5rem" })])));
26
+ return (h("div", { class: "cards" }, [...Array(1)].map(() => [h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "20.5rem" })])));
27
27
  };
28
28
  this.clickCallback = () => null;
29
29
  this.cardType = 'static';
@@ -15,7 +15,7 @@ const TetCompareCardV2 = class {
15
15
  * Renders the loader.
16
16
  */
17
17
  this.renderLoader = () => {
18
- return (h("div", { class: "cards" }, [...Array(1)].map(() => [h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "21.5rem" })])));
18
+ return (h("div", { class: "cards" }, [...Array(1)].map(() => [h("tet-placeholder", { class: "tet-placeholder", height: "37rem", width: "20.5rem" })])));
19
19
  };
20
20
  this.clickCallback = () => null;
21
21
  this.cardType = 'static';