@g4rcez/components 0.0.19 → 0.0.21

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.
@@ -32,7 +32,7 @@ var config = {
32
32
  calendar: "2",
33
33
  },
34
34
  boxShadow: {
35
- floating: "rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.2) 0px 3px 6px, rgba(15, 15, 15, 0.4) 0px 9px 24px",
35
+ floating: "rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 5px 12px",
36
36
  },
37
37
  },
38
38
  },
@@ -18,7 +18,7 @@ export var defaultDarkTheme = {
18
18
  hover: "hsla(199, 97%, 40%)",
19
19
  },
20
20
  secondary: {
21
- DEFAULT: "hsla(210, 14%, 35%)",
21
+ DEFAULT: "hsla(210, 20%, 80%)",
22
22
  subtle: "hsla(210, 27%, 88%)",
23
23
  hover: "hsla(210, 21%, 27%)",
24
24
  foreground: "hsla(210, 40%, 98%)",
@@ -18,7 +18,7 @@ export const defaultDarkTheme = {
18
18
  hover: "hsla(199, 97%, 40%)",
19
19
  },
20
20
  secondary: {
21
- DEFAULT: "hsla(210, 14%, 35%)",
21
+ DEFAULT: "hsla(210, 20%, 80%)",
22
22
  subtle: "hsla(210, 27%, 88%)",
23
23
  hover: "hsla(210, 21%, 27%)",
24
24
  foreground: "hsla(210, 40%, 98%)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@g4rcez/components",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "sideEffects": false,
5
5
  "private": false,
6
6
  "packageManager": "pnpm@8.15.3",