@florid-kit/components 0.8.2 → 0.8.3

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.
Files changed (3) hide show
  1. package/index.js +6 -6
  2. package/index.mjs +6 -6
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -1736,7 +1736,7 @@
1736
1736
  padding: var(--spacing-xl);
1737
1737
 
1738
1738
  &:has(img) {
1739
- padding: var(--spacing-2-xs) var(--spacing-s) var(--spacing-2-xs) var(--spacing-2-xs);
1739
+ padding: 3px var(--spacing-s) 3px var(--spacing-2-xs);
1740
1740
  }
1741
1741
 
1742
1742
  &.clickable {
@@ -1779,6 +1779,11 @@
1779
1779
  letter-spacing: var(--letter-spacing-400);
1780
1780
  text-transform: uppercase;
1781
1781
  margin: var(--spacing-4-xs);
1782
+ display: -webkit-box;
1783
+ -webkit-line-clamp: 1;
1784
+ line-clamp: 1;
1785
+ -webkit-box-orient: vertical;
1786
+ overflow: hidden;
1782
1787
  }
1783
1788
 
1784
1789
  .a-reassurance-description {
@@ -1793,11 +1798,6 @@
1793
1798
  line-clamp: 2;
1794
1799
  -webkit-box-orient: vertical;
1795
1800
  overflow: hidden;
1796
-
1797
- @media (min-width: 1025px) {
1798
- -webkit-line-clamp: 3;
1799
- line-clamp: 3;
1800
- }
1801
1801
  }
1802
1802
  }
1803
1803
  `;St([a({type:Object,reflect:!0})],it.prototype,"option",2);St([a({type:Number,reflect:!0})],it.prototype,"imageSize",2);it=St([x("o-reassurance")],it);
package/index.mjs CHANGED
@@ -3194,7 +3194,7 @@ it.styles = m`
3194
3194
  padding: var(--spacing-xl);
3195
3195
 
3196
3196
  &:has(img) {
3197
- padding: var(--spacing-2-xs) var(--spacing-s) var(--spacing-2-xs) var(--spacing-2-xs);
3197
+ padding: 3px var(--spacing-s) 3px var(--spacing-2-xs);
3198
3198
  }
3199
3199
 
3200
3200
  &.clickable {
@@ -3237,6 +3237,11 @@ it.styles = m`
3237
3237
  letter-spacing: var(--letter-spacing-400);
3238
3238
  text-transform: uppercase;
3239
3239
  margin: var(--spacing-4-xs);
3240
+ display: -webkit-box;
3241
+ -webkit-line-clamp: 1;
3242
+ line-clamp: 1;
3243
+ -webkit-box-orient: vertical;
3244
+ overflow: hidden;
3240
3245
  }
3241
3246
 
3242
3247
  .a-reassurance-description {
@@ -3251,11 +3256,6 @@ it.styles = m`
3251
3256
  line-clamp: 2;
3252
3257
  -webkit-box-orient: vertical;
3253
3258
  overflow: hidden;
3254
-
3255
- @media (min-width: 1025px) {
3256
- -webkit-line-clamp: 3;
3257
- line-clamp: 3;
3258
- }
3259
3259
  }
3260
3260
  }
3261
3261
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",