@rogieking/figui3 8.9.1 → 8.9.2

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.
package/fig-editor.css CHANGED
@@ -859,6 +859,10 @@ fig-select-option {
859
859
  user-select: none;
860
860
  white-space: nowrap;
861
861
 
862
+ h3{
863
+ margin: 0 0 var(--spacer-1) 0;
864
+ }
865
+
862
866
  &::before {
863
867
  content: "";
864
868
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "8.9.1",
3
+ "version": "8.9.2",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",