@florid-kit/components 2.1.4 → 2.1.5

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 +5 -1
  2. package/index.mjs +5 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -1014,7 +1014,11 @@
1014
1014
  stroke: none;
1015
1015
  fill: var(--color-content-action-primary);
1016
1016
  }
1017
-
1017
+
1018
+ .icon-button.icon-wishlist.none-light svg path {
1019
+ stroke: var(--color-content-action-primary);
1020
+ }
1021
+
1018
1022
  .icon-button.none-light.icon-wishlist svg path {
1019
1023
  fill: none;
1020
1024
  }
package/index.mjs CHANGED
@@ -2004,7 +2004,11 @@ Z.styles = C`
2004
2004
  stroke: none;
2005
2005
  fill: var(--color-content-action-primary);
2006
2006
  }
2007
-
2007
+
2008
+ .icon-button.icon-wishlist.none-light svg path {
2009
+ stroke: var(--color-content-action-primary);
2010
+ }
2011
+
2008
2012
  .icon-button.none-light.icon-wishlist svg path {
2009
2013
  fill: none;
2010
2014
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",