@florid-kit/components 2.4.3 → 2.4.4
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.js +1 -6
- package/index.mjs +1 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2653,7 +2653,7 @@
|
|
|
2653
2653
|
<h3 class="a-reassurance-text">${V(n)}</h3>
|
|
2654
2654
|
<p class="a-reassurance-description">${V(i)}</p>
|
|
2655
2655
|
</div>
|
|
2656
|
-
`;return t?a`<a href="${V(this.option.url)}" class="reassurance-item clickable">${s}</a>`:a`<div class="reassurance-item ${this.fullwidth?"fullwidth":""}">${s}</div>`}};V1.styles=C`
|
|
2656
|
+
`;return t?a`<a href="${V(this.option.url)}" class="reassurance-item ${this.fullwidth?"fullwidth":""} clickable">${s}</a>`:a`<div class="reassurance-item ${this.fullwidth?"fullwidth":""}">${s}</div>`}};V1.styles=C`
|
|
2657
2657
|
:host {
|
|
2658
2658
|
display: inline-block;
|
|
2659
2659
|
position: relative;
|
|
@@ -2670,11 +2670,6 @@
|
|
|
2670
2670
|
padding: var(--spacing-xl);
|
|
2671
2671
|
}
|
|
2672
2672
|
|
|
2673
|
-
.tile.fullwidth {
|
|
2674
|
-
width: 100%;
|
|
2675
|
-
max-width: 100%;
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
2673
|
.reassurance-item.fullwidth {
|
|
2679
2674
|
width: 100%;
|
|
2680
2675
|
max-width: 100%;
|
package/index.mjs
CHANGED
|
@@ -4710,7 +4710,7 @@ let V1 = class extends p {
|
|
|
4710
4710
|
<p class="a-reassurance-description">${V(i)}</p>
|
|
4711
4711
|
</div>
|
|
4712
4712
|
`;
|
|
4713
|
-
return t ? a`<a href="${V(this.option.url)}" class="reassurance-item clickable">${s}</a>` : a`<div class="reassurance-item ${this.fullwidth ? "fullwidth" : ""}">${s}</div>`;
|
|
4713
|
+
return t ? a`<a href="${V(this.option.url)}" class="reassurance-item ${this.fullwidth ? "fullwidth" : ""} clickable">${s}</a>` : a`<div class="reassurance-item ${this.fullwidth ? "fullwidth" : ""}">${s}</div>`;
|
|
4714
4714
|
}
|
|
4715
4715
|
};
|
|
4716
4716
|
V1.styles = C`
|
|
@@ -4730,11 +4730,6 @@ V1.styles = C`
|
|
|
4730
4730
|
padding: var(--spacing-xl);
|
|
4731
4731
|
}
|
|
4732
4732
|
|
|
4733
|
-
.tile.fullwidth {
|
|
4734
|
-
width: 100%;
|
|
4735
|
-
max-width: 100%;
|
|
4736
|
-
}
|
|
4737
|
-
|
|
4738
4733
|
.reassurance-item.fullwidth {
|
|
4739
4734
|
width: 100%;
|
|
4740
4735
|
max-width: 100%;
|