@rogieking/figui3 2.29.0 → 2.29.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 (2) hide show
  1. package/components.css +1 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -1447,7 +1447,7 @@ fig-3d-rotate {
1447
1447
  }
1448
1448
 
1449
1449
  > fig-input-number {
1450
- flex: 1 0 4rem;
1450
+ flex: 1 0 3rem;
1451
1451
  }
1452
1452
 
1453
1453
  .fig-3d-rotate-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.29.0",
3
+ "version": "2.29.1",
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",