@rogieking/figui3 3.8.0 → 3.8.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 +5 -5
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -1390,10 +1390,10 @@ fig-easing-curve {
1390
1390
  flex-direction: column;
1391
1391
  gap: var(--spacer-2);
1392
1392
  --stroke-width: 1;
1393
- --easing-bezier-handle-radius: 6;
1394
- --easing-spring-handle-radius: 6;
1393
+ --easing-bezier-handle-radius: 5;
1394
+ --easing-spring-handle-radius: 5;
1395
1395
  --easing-handle-fill: var(--figma-color-border-strong);
1396
- --easing-duration-bar-width: 4.25;
1396
+ --easing-duration-bar-width: 5;
1397
1397
  --easing-duration-bar-height: 16;
1398
1398
  --easing-duration-bar-radius: 3;
1399
1399
  --aspect-ratio: 1 / 1;
@@ -1460,8 +1460,8 @@ fig-easing-curve {
1460
1460
  cursor: default;
1461
1461
 
1462
1462
  fig-handle {
1463
- width: 100%;
1464
- height: 100%;
1463
+ --width: calc(var(--easing-bezier-handle-radius) * 2px);
1464
+ --height: calc(var(--easing-bezier-handle-radius) * 2px);
1465
1465
  pointer-events: all;
1466
1466
  cursor: default;
1467
1467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "3.8.0",
3
+ "version": "3.8.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",