@rogieking/figui3 2.1.2 → 2.1.3

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 +2 -2
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -326,7 +326,7 @@
326
326
  --figma-elevation-100: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.5),
327
327
  0px 0.75px 0px 0px rgba(255, 255, 255, 0.1) inset,
328
328
  0px 1px 3px 0px rgba(0, 0, 0, 0.4);
329
- --figma-elevation-200: px 3px 8px rgba(0, 0, 0, 0.35),
329
+ --figma-elevation-200: 0px 3px 8px rgba(0, 0, 0, 0.35),
330
330
  0px 1px 3px rgba(0, 0, 0, 0.5),
331
331
  inset 0px 0.5px 0px rgba(255, 255, 255, 0.08),
332
332
  inset 0px 0px 0.5px rgba(255, 255, 255, 0.3);
@@ -348,7 +348,7 @@
348
348
  --figma-elevation-100: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.5),
349
349
  0px 0.75px 0px 0px rgba(255, 255, 255, 0.1) inset,
350
350
  0px 1px 3px 0px rgba(0, 0, 0, 0.4);
351
- --figma-elevation-200: px 3px 8px rgba(0, 0, 0, 0.35),
351
+ --figma-elevation-200: 0px 3px 8px rgba(0, 0, 0, 0.35),
352
352
  0px 1px 3px rgba(0, 0, 0, 0.5),
353
353
  inset 0px 0.5px 0px rgba(255, 255, 255, 0.08),
354
354
  inset 0px 0px 0.5px rgba(255, 255, 255, 0.3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {