@florid-kit/components 0.8.18 → 0.8.19

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 +0 -1
  2. package/index.mjs +0 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -631,7 +631,6 @@
631
631
  fill: var(--color-content-disabled);
632
632
 
633
633
  path {
634
- stroke: var(--color-content-disabled);
635
634
  fill: var(--color-content-disabled);
636
635
  }
637
636
  }
package/index.mjs CHANGED
@@ -1481,7 +1481,6 @@ _.styles = g`
1481
1481
  fill: var(--color-content-disabled);
1482
1482
 
1483
1483
  path {
1484
- stroke: var(--color-content-disabled);
1485
1484
  fill: var(--color-content-disabled);
1486
1485
  }
1487
1486
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.18",
3
+ "version": "0.8.19",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",