@tamagui/themes 1.47.8 → 1.48.0
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/dist/cjs/generated-new.js +497 -495
- package/dist/cjs/generated-new.js.map +1 -1
- package/dist/cjs/palettes.js +5 -5
- package/dist/cjs/shadows.js +2 -2
- package/dist/esm/generated-new.js +497 -495
- package/dist/esm/generated-new.js.map +1 -1
- package/dist/esm/palettes.js +5 -5
- package/dist/esm/shadows.js +2 -2
- package/package.json +6 -6
- package/src/generated-new.ts +497 -495
- package/src/palettes.tsx +5 -5
- package/src/shadows.tsx +2 -2
- package/types/generated-new.d.ts.map +1 -1
package/dist/cjs/palettes.js
CHANGED
|
@@ -45,12 +45,12 @@ const palettes = (() => {
|
|
|
45
45
|
const lightPalette = [
|
|
46
46
|
lightTransparent,
|
|
47
47
|
"#fff",
|
|
48
|
-
"#
|
|
49
|
-
"hsl(0, 0%,
|
|
50
|
-
"hsl(0, 0%,
|
|
51
|
-
"hsl(0, 0%, 94.0%)",
|
|
48
|
+
"#f8f8f8",
|
|
49
|
+
"hsl(0, 0%, 96.3%)",
|
|
50
|
+
"hsl(0, 0%, 94.1%)",
|
|
52
51
|
"hsl(0, 0%, 92.0%)",
|
|
53
|
-
"hsl(0, 0%,
|
|
52
|
+
"hsl(0, 0%, 90.0%)",
|
|
53
|
+
"hsl(0, 0%, 88.5%)",
|
|
54
54
|
"hsl(0, 0%, 81.0%)",
|
|
55
55
|
"hsl(0, 0%, 56.1%)",
|
|
56
56
|
"hsl(0, 0%, 50.3%)",
|
package/dist/cjs/shadows.js
CHANGED
|
@@ -21,8 +21,8 @@ __export(shadows_exports, {
|
|
|
21
21
|
shadows: () => shadows
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(shadows_exports);
|
|
24
|
-
const lightShadowColor = "rgba(0,0,0,0.
|
|
25
|
-
const lightShadowColorStrong = "rgba(0,0,0,0.
|
|
24
|
+
const lightShadowColor = "rgba(0,0,0,0.04)";
|
|
25
|
+
const lightShadowColorStrong = "rgba(0,0,0,0.1)";
|
|
26
26
|
const darkShadowColor = "rgba(0,0,0,0.2)";
|
|
27
27
|
const darkShadowColorStrong = "rgba(0,0,0,0.3)";
|
|
28
28
|
const shadows = {
|