@florid-kit/components 0.8.45 → 0.8.46

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
@@ -1200,7 +1200,7 @@
1200
1200
  background-color: var(--color-content-success);
1201
1201
  }
1202
1202
 
1203
- :host(:not([type$="percentage"])) .tag, {
1203
+ :host(:not([type$="percentage"])) .tag {
1204
1204
  @media (max-width: 375px) {
1205
1205
  overflow: hidden;
1206
1206
  white-space: nowrap;
package/index.mjs CHANGED
@@ -2590,7 +2590,7 @@ lt.styles = y`
2590
2590
  background-color: var(--color-content-success);
2591
2591
  }
2592
2592
 
2593
- :host(:not([type$="percentage"])) .tag, {
2593
+ :host(:not([type$="percentage"])) .tag {
2594
2594
  @media (max-width: 375px) {
2595
2595
  overflow: hidden;
2596
2596
  white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.45",
3
+ "version": "0.8.46",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",