@florid-kit/components 2.5.0 → 2.5.1
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 +17 -0
- package/index.mjs +17 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5227,6 +5227,16 @@
|
|
|
5227
5227
|
width: 100%;
|
|
5228
5228
|
}
|
|
5229
5229
|
|
|
5230
|
+
@media (min-width: 1025px) {
|
|
5231
|
+
:host {
|
|
5232
|
+
width: 184px;
|
|
5233
|
+
}
|
|
5234
|
+
|
|
5235
|
+
:host([fullwidth]) {
|
|
5236
|
+
width: 100%;
|
|
5237
|
+
}
|
|
5238
|
+
}
|
|
5239
|
+
|
|
5230
5240
|
.tile {
|
|
5231
5241
|
display: flex;
|
|
5232
5242
|
padding: var(--spacing-l, 12px);
|
|
@@ -5258,6 +5268,13 @@
|
|
|
5258
5268
|
background: linear-gradient(to bottom, #f9f5f0, #f7f2ea);
|
|
5259
5269
|
}
|
|
5260
5270
|
|
|
5271
|
+
@media (min-width: 1025px) {
|
|
5272
|
+
.image-wrapper {
|
|
5273
|
+
width: 160px;
|
|
5274
|
+
height: 160px;
|
|
5275
|
+
}
|
|
5276
|
+
}
|
|
5277
|
+
|
|
5261
5278
|
.product-image {
|
|
5262
5279
|
width: 100%;
|
|
5263
5280
|
height: 100%;
|
package/index.mjs
CHANGED
|
@@ -8765,6 +8765,16 @@ b.styles = C`
|
|
|
8765
8765
|
width: 100%;
|
|
8766
8766
|
}
|
|
8767
8767
|
|
|
8768
|
+
@media (min-width: 1025px) {
|
|
8769
|
+
:host {
|
|
8770
|
+
width: 184px;
|
|
8771
|
+
}
|
|
8772
|
+
|
|
8773
|
+
:host([fullwidth]) {
|
|
8774
|
+
width: 100%;
|
|
8775
|
+
}
|
|
8776
|
+
}
|
|
8777
|
+
|
|
8768
8778
|
.tile {
|
|
8769
8779
|
display: flex;
|
|
8770
8780
|
padding: var(--spacing-l, 12px);
|
|
@@ -8796,6 +8806,13 @@ b.styles = C`
|
|
|
8796
8806
|
background: linear-gradient(to bottom, #f9f5f0, #f7f2ea);
|
|
8797
8807
|
}
|
|
8798
8808
|
|
|
8809
|
+
@media (min-width: 1025px) {
|
|
8810
|
+
.image-wrapper {
|
|
8811
|
+
width: 160px;
|
|
8812
|
+
height: 160px;
|
|
8813
|
+
}
|
|
8814
|
+
}
|
|
8815
|
+
|
|
8799
8816
|
.product-image {
|
|
8800
8817
|
width: 100%;
|
|
8801
8818
|
height: 100%;
|