lucentia-ui 0.2.13 → 0.2.14

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.
@@ -62,7 +62,7 @@
62
62
  --color-on-background: #161d1d;
63
63
 
64
64
  --color-surface: #f4fbfabf;
65
- --color-on-surface: #161d1d;
65
+ --color-on-surface: #3a4444;
66
66
  --color-on-surface-variant: #161d1d80;
67
67
  --color-surface-container: #e9efeebf;
68
68
 
@@ -121,7 +121,7 @@ html[data-theme="dark"] {
121
121
  --color-on-background: #dde4e3;
122
122
 
123
123
  --color-surface: #2b3a38bf;
124
- --color-on-surface: #dde4e3;
124
+ --color-on-surface: #c3cbca;
125
125
  --color-on-surface-variant: #dde4e380;
126
126
  --color-surface-container: #262d2d;
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucentia-ui",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
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",