@rogieking/figui3 1.0.55 → 1.0.56

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/fig.css +1 -1
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -703,7 +703,7 @@ fig-button {
703
703
  &[icon] > button {
704
704
  width: var(--spacer-4);
705
705
  padding: 0;
706
- flex-grow: 0
706
+ flex-grow: 0;
707
707
  flex-shrink: 0;
708
708
 
709
709
  &:hover {
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.55"
3
+ "version": "1.0.56"
4
4
  }