@cryptlex/web-components 1.3.0 → 1.3.1

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.
package/lib/index.css CHANGED
@@ -8,7 +8,7 @@
8
8
  --background: var(--neutral-1);
9
9
  --foreground: var(--neutral-10);
10
10
 
11
- --card: var(--background);
11
+ --card: var(--neutral-2);
12
12
  --card-foreground: var(--foreground);
13
13
  --popover: var(--background);
14
14
  --popover-foreground: var(--foreground);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "React component library for Cryptlex web applications",
5
5
  "author": "Cryptlex",
6
6
  "type": "module",
@@ -60,7 +60,7 @@ export default {
60
60
  "heading-3": [
61
61
  "var(--font-xl)",
62
62
  {
63
- lineHeight: "1.3",
63
+ lineHeight: "1.1",
64
64
  fontWeight: 500
65
65
  },
66
66
  ],
@@ -69,7 +69,8 @@ export default {
69
69
  "heading-2": [
70
70
  "var(--font-2xl)",
71
71
  {
72
- lineHeight: "1.3",
72
+ lineHeight: "1",
73
+ fontWeight: 300
73
74
  },
74
75
  ],
75
76