@rogieking/figui3 2.1.1 → 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 +8 -0
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -326,6 +326,10 @@
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: 0px 3px 8px rgba(0, 0, 0, 0.35),
330
+ 0px 1px 3px rgba(0, 0, 0, 0.5),
331
+ inset 0px 0.5px 0px rgba(255, 255, 255, 0.08),
332
+ inset 0px 0px 0.5px rgba(255, 255, 255, 0.3);
329
333
  --figma-elevation-400-menu-panel: 0px 0.5px 0px 0px
330
334
  rgba(255, 255, 255, 0.08) inset,
331
335
  0px 10px 16px 0px rgba(0, 0, 0, 0.35),
@@ -344,6 +348,10 @@
344
348
  --figma-elevation-100: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.5),
345
349
  0px 0.75px 0px 0px rgba(255, 255, 255, 0.1) inset,
346
350
  0px 1px 3px 0px rgba(0, 0, 0, 0.4);
351
+ --figma-elevation-200: 0px 3px 8px rgba(0, 0, 0, 0.35),
352
+ 0px 1px 3px rgba(0, 0, 0, 0.5),
353
+ inset 0px 0.5px 0px rgba(255, 255, 255, 0.08),
354
+ inset 0px 0px 0.5px rgba(255, 255, 255, 0.3);
347
355
  --figma-elevation-400-menu-panel: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.08)
348
356
  inset,
349
357
  0px 10px 16px 0px rgba(0, 0, 0, 0.35),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {