@rogieking/figui3 8.9.34 → 8.9.35

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-lab.css CHANGED
@@ -1709,6 +1709,7 @@ propskit-wheel {
1709
1709
  fig-input-number {
1710
1710
  background-color: transparent;
1711
1711
  box-shadow: none !important;
1712
+ font-variant-numeric: var(--font-variant-numeric);
1712
1713
  position: absolute;
1713
1714
  right: var(--propskit-wheel-number-right);
1714
1715
  top: 50%;
@@ -1732,7 +1733,6 @@ propskit-wheel {
1732
1733
 
1733
1734
  input {
1734
1735
  field-sizing: content;
1735
- font-variant-numeric: tabular-nums;
1736
1736
  width: auto;
1737
1737
  flex: 0 0 auto;
1738
1738
  text-align: right;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "8.9.34",
3
+ "version": "8.9.35",
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": "SEE LICENSE IN LICENSE",