@umami/react-zen 0.28.0 → 0.29.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/README.md +1 -1
- package/dist/index.css +15 -0
- package/dist/index.d.ts +13 -6
- package/dist/index.js +373 -323
- package/dist/index.mjs +373 -323
- package/package.json +10 -7
- package/styles.css +15 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"description": "React components built by Umami",
|
|
5
5
|
"author": "Umami <hello@umami.is>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"build": "next build",
|
|
25
25
|
"start": "next start",
|
|
26
26
|
"lint": "next lint",
|
|
27
|
+
"icons": "svgr ./src/assets --out-dir ./src/components/icons --typescript",
|
|
27
28
|
"types": "tsc -p tsconfig.build.json",
|
|
28
29
|
"esbuild": "node esbuild.mjs",
|
|
29
30
|
"rollup": "rollup -c",
|
|
@@ -48,15 +49,15 @@
|
|
|
48
49
|
"@fontsource/jetbrains-mono": "^5.0.18",
|
|
49
50
|
"@react-spring/web": "^9.7.5",
|
|
50
51
|
"@umami/esbuild-plugin-css-modules": "0.2.0",
|
|
51
|
-
"@umami/shiso": "^0.
|
|
52
|
+
"@umami/shiso": "^0.13.0",
|
|
52
53
|
"classnames": "^2.5.1",
|
|
53
54
|
"dts-bundle": "^0.7.3",
|
|
54
55
|
"glob": "^10.3.10",
|
|
55
|
-
"next": "15.1.
|
|
56
|
+
"next": "15.1.2",
|
|
56
57
|
"react": "^19.0.0",
|
|
57
58
|
"react-aria-components": "^1.5.0",
|
|
58
59
|
"react-dom": "^19.0.0",
|
|
59
|
-
"react-hook-form": "^7.54.
|
|
60
|
+
"react-hook-form": "^7.54.2",
|
|
60
61
|
"react-icons": "^5.4.0",
|
|
61
62
|
"thenby": "^1.3.4",
|
|
62
63
|
"zustand": "^5.0.2"
|
|
@@ -68,14 +69,16 @@
|
|
|
68
69
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
69
70
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
70
71
|
"@svgr/rollup": "^8.1.0",
|
|
72
|
+
"@svgr/webpack": "^8.1.0",
|
|
71
73
|
"@types/mdx": "^2.0.11",
|
|
72
74
|
"@types/node": "^22.4.0",
|
|
73
|
-
"@types/react": "^19.0.
|
|
74
|
-
"@types/react-dom": "^
|
|
75
|
+
"@types/react": "^19.0.2",
|
|
76
|
+
"@types/react-dom": "^19.0.2",
|
|
75
77
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
76
78
|
"babel-plugin-syntax-hermes-parser": "^0.21.1",
|
|
77
|
-
"esbuild": "^0.24.
|
|
79
|
+
"esbuild": "^0.24.2",
|
|
78
80
|
"esbuild-css-modules-plugin": "^3.1.2",
|
|
81
|
+
"esbuild-plugin-svgr": "^3.1.0",
|
|
79
82
|
"esbuild-postcss": "^0.0.4",
|
|
80
83
|
"eslint": "^8",
|
|
81
84
|
"eslint-config-next": "14.2.3",
|
package/styles.css
CHANGED
|
@@ -3914,6 +3914,21 @@ body a.Button_button__N2NhN {
|
|
|
3914
3914
|
resize: vertical;
|
|
3915
3915
|
}
|
|
3916
3916
|
|
|
3917
|
+
/* virtual-css:css:04c6b0f5cbb11ac9b89fc4bc9e30282b */
|
|
3918
|
+
.ThemeButton_button__OWVmZ {
|
|
3919
|
+
width: 50px;
|
|
3920
|
+
display: flex;
|
|
3921
|
+
justify-content: center;
|
|
3922
|
+
align-items: center;
|
|
3923
|
+
cursor: pointer;
|
|
3924
|
+
}
|
|
3925
|
+
.ThemeButton_button__OWVmZ > div {
|
|
3926
|
+
display: flex;
|
|
3927
|
+
justify-content: center;
|
|
3928
|
+
align-items: center;
|
|
3929
|
+
position: absolute;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3917
3932
|
/* virtual-css:css:c9eac90a05e89ee225af69af2088e8fb */
|
|
3918
3933
|
.Toggle_toggle__NGNlM {
|
|
3919
3934
|
font-size: var(--font-size);
|