@rogieking/figui3 1.8.6 → 1.8.7

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 -0
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -1912,6 +1912,7 @@ fig-slider {
1912
1912
  fig-input-text {
1913
1913
  border-top-left-radius: 0;
1914
1914
  border-bottom-left-radius: 0;
1915
+ border-left: 1px solid var(--figma-color-bg);
1915
1916
  }
1916
1917
 
1917
1918
  &:hover,
@@ -2296,6 +2297,9 @@ fig-input-text {
2296
2297
  box-shadow: inset 0 0 0 1px var(--figma-color-border-selected);
2297
2298
  outline: 0;
2298
2299
  }
2300
+ &:hover {
2301
+ box-shadow: inset 0 0 0 1px var(--figma-color-border);
2302
+ }
2299
2303
  /* Disabled */
2300
2304
  &[disabled]:not([disabled="false"]) {
2301
2305
  background-color: var(--figma-color-bg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {