@florid-kit/components 2.0.0 → 2.0.1

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
@@ -950,7 +950,7 @@
950
950
  }
951
951
 
952
952
  .icon-button.none-light svg path {
953
- stroke: var(--color-content-action-primary);
953
+ stroke: none;
954
954
  fill: var(--color-content-action-primary);
955
955
  }
956
956
 
package/index.mjs CHANGED
@@ -1937,7 +1937,7 @@ k.styles = g`
1937
1937
  }
1938
1938
 
1939
1939
  .icon-button.none-light svg path {
1940
- stroke: var(--color-content-action-primary);
1940
+ stroke: none;
1941
1941
  fill: var(--color-content-action-primary);
1942
1942
  }
1943
1943
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",