@rogieking/figui3 1.5.5 → 1.5.6

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 (2) hide show
  1. package/components.css +2 -2
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -839,11 +839,11 @@ fig-button {
839
839
  *[fill] {
840
840
  fill: currentColor;
841
841
  }
842
- *[stroke] {
842
+ *[stroke][stroke!="none"] {
843
843
  stroke: currentColor;
844
844
  }
845
845
  }
846
- &:has(svg:first-child) {
846
+ &:has(svg:first-child):not([icon]) {
847
847
  padding-left: var(--spacer-1);
848
848
  }
849
849
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {