@florid-kit/components 0.8.49 → 0.8.51

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 +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -1268,7 +1268,7 @@
1268
1268
  }
1269
1269
 
1270
1270
  :host(:not([type$="percentage"])) .tag {
1271
- @media (max-width: 375px) {
1271
+ @media (max-width: 480px) {
1272
1272
  overflow: hidden;
1273
1273
  white-space: nowrap;
1274
1274
  text-overflow: ellipsis;
package/index.mjs CHANGED
@@ -2683,7 +2683,7 @@ lt.styles = m`
2683
2683
  }
2684
2684
 
2685
2685
  :host(:not([type$="percentage"])) .tag {
2686
- @media (max-width: 375px) {
2686
+ @media (max-width: 480px) {
2687
2687
  overflow: hidden;
2688
2688
  white-space: nowrap;
2689
2689
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.49",
3
+ "version": "0.8.51",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",