@rogieking/figui3 1.8.5 → 1.8.6

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 +4 -7
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -418,9 +418,7 @@
418
418
  --body-medium-strong-fontWeight: 550;
419
419
  --body-large-strong-fontWeight: 500;
420
420
  --body-medium-fontWeight: 450;
421
- --handle-shadow: 0px 0 0 0.75px rgba(0, 0, 0, 0.05),
422
- 0px 1px 3px 0px rgba(0, 0, 0, 0.05), 0px 3px 8px 0px rgba(0, 0, 0, 0.05),
423
- 0px 0px 0.5px 0px rgba(0, 0, 0, 0.1), var(--figma-elevation-200);
421
+ --handle-shadow: 0px 0 0 0.5px rgba(0, 0, 0, 0.1), var(--figma-elevation-200);
424
422
  --handle-color: #fff;
425
423
 
426
424
  --popover-min-width: 15rem;
@@ -1586,11 +1584,9 @@ fig-slider {
1586
1584
  --slider-tick-size: calc(var(--slider-height) / 4);
1587
1585
  --slider-handle-shadow: inset 0 0 0 calc(4px + 0.5rem * var(--unchanged))
1588
1586
  var(--handle-color),
1589
- inset 0 0 0 5px rgba(0, 0, 0, 0.1), var(--figma-elevation-200);
1587
+ var(--handle-shadow);
1590
1588
  --slider-handle-shadow-focus: inset 0 0 0 4px var(--handle-color),
1591
- inset 0 0 0 5px rgba(0, 0, 0, 0.1), 0px 0 0 0.75px rgba(0, 0, 0, 0.1),
1592
- 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 8px 0px rgba(0, 0, 0, 0.1),
1593
- 0px 0px 0.5px 0px rgba(0, 0, 0, 0.18),
1589
+ inset 0 0 0 5px rgba(0, 0, 0, 0.1), var(--handle-shadow),
1594
1590
  0 0 0 1px var(--figma-color-border-selected);
1595
1591
  --slider-transition: all 0.1s ease-in-out;
1596
1592
  --handle-transition: var(--slider-transition);
@@ -2240,6 +2236,7 @@ fig-input-text {
2240
2236
  justify-content: center;
2241
2237
  user-select: all;
2242
2238
  gap: 0;
2239
+ color: var(--figma-color-text);
2243
2240
 
2244
2241
  &[multiline] {
2245
2242
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {