@gleich/ui 1.3.1 → 1.3.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.
@@ -13,7 +13,7 @@
13
13
  width: var(--width);
14
14
  height: var(--height);
15
15
  border: 1px solid var(--border);
16
- box-shadow: inset var(--box-shadow);
16
+ box-shadow: inset 0px 0px 4px var(--box-shadow-color);
17
17
  background-color: var(--background);
18
18
  border-radius: var(--border-radius);
19
19
  padding: 3px;
package/dist/styles.css CHANGED
@@ -27,8 +27,8 @@
27
27
 
28
28
  @media (prefers-color-scheme: light) {
29
29
  :root {
30
- --box-shadow-color: rgb(188, 188, 188);
31
- --box-shadow: 0px 4px 8px var(--box-shadow-color);
30
+ --box-shadow-color: rgb(221, 221, 221);
31
+ --box-shadow: 0px 3px 5px var(--box-shadow-color);
32
32
 
33
33
  --button-background: rgb(238, 238, 238);
34
34
  --button-foreground: black;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gleich/ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "license": "MIT",
5
5
  "packageManager": "pnpm@10.11.0",
6
6
  "scripts": {