lucentia-ui 0.2.16 → 0.2.18

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.
@@ -24,15 +24,15 @@
24
24
  .sm.ghost:hover:not(:disabled) {
25
25
  border: 2px solid var(--color-border);
26
26
  box-shadow:
27
- 0 0 2px var(--color-primary),
28
- 0 0 4px var(--color-primary);
27
+ 0 0 2px var(--color-border),
28
+ 0 0 4px var(--color-border);
29
29
  }
30
30
 
31
31
  .md.ghost:hover:not(:disabled) {
32
32
  border: 2px solid var(--color-border);
33
33
  box-shadow:
34
- 0 0 4px var(--color-shadow-d),
35
- 0 0 8px var(--color-shadow-d);
34
+ 0 0 4px var(--color-border),
35
+ 0 0 8px var(--color-border);
36
36
  }
37
37
 
38
38
  .sm.ghost:active:not(:disabled),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucentia-ui",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "React UI design token and component system based on neumorphism, featuring two color themes: light and dark.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",