@imput/helium-prism 0.1.1 → 0.1.2

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/dist/styles.css +3 -3
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -13,7 +13,8 @@
13
13
  --bg-surface: #fbfcff;
14
14
  --bg-gradient-start: #f4f7ff;
15
15
  --bg-gradient-end: #acbbff;
16
- --background: var(--bg-gradient-start);
16
+
17
+ --background: var(--bg-surface);
17
18
 
18
19
  --tooltip-bg: #eaedfd;
19
20
  --tooltip-shadow: color-mix(in srgb, #9ba6d8 50%, transparent);
@@ -66,7 +67,6 @@
66
67
  --bg-surface: #0e1123;
67
68
  --bg-gradient-start: #151932;
68
69
  --bg-gradient-end: #2d3c7f;
69
- --background: var(--bg-gradient-start);
70
70
 
71
71
  --helium-elevated: #b3beec;
72
72
  --glass-filter: blur(12px);
@@ -83,7 +83,7 @@
83
83
  }
84
84
 
85
85
  html {
86
- background: var(--bg-gradient-start);
86
+ background: var(--background);
87
87
  }
88
88
 
89
89
  ::selection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imput/helium-prism",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared UI components of Helium web interfaces for Svelte",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",