@umami/react-zen 0.169.0 → 0.171.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/index.css +13 -14
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2960 -2075
- package/dist/index.mjs +2037 -1152
- package/package.json +21 -21
- package/styles.css +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.171.0",
|
|
4
4
|
"description": "Modern, minimalist React component library",
|
|
5
5
|
"author": "Umami <hello@umami.is>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,21 +46,21 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@fontsource/jetbrains-mono": "^5.2.5",
|
|
49
|
-
"@internationalized/date": "^3.
|
|
50
|
-
"@react-aria/focus": "^3.
|
|
49
|
+
"@internationalized/date": "^3.9.0",
|
|
50
|
+
"@react-aria/focus": "^3.21.1",
|
|
51
51
|
"@react-spring/web": "^9.7.5",
|
|
52
52
|
"classnames": "^2.5.1",
|
|
53
53
|
"glob": "^10.3.10",
|
|
54
54
|
"highlight.js": "^11.11.1",
|
|
55
55
|
"lucide-react": "^0.511.0",
|
|
56
|
-
"next": "^15.
|
|
57
|
-
"react": "^19.1.
|
|
56
|
+
"next": "^15.5.2",
|
|
57
|
+
"react": "^19.1.1",
|
|
58
58
|
"react-aria-components": "1.9.0",
|
|
59
|
-
"react-dom": "^19.1.
|
|
60
|
-
"react-hook-form": "^7.
|
|
59
|
+
"react-dom": "^19.1.1",
|
|
60
|
+
"react-hook-form": "^7.62.0",
|
|
61
61
|
"react-icons": "^5.4.0",
|
|
62
62
|
"thenby": "^1.3.4",
|
|
63
|
-
"zustand": "^5.0.
|
|
63
|
+
"zustand": "^5.0.8"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@hyrious/esbuild-plugin-commonjs": "^0.2.6",
|
|
@@ -69,37 +69,37 @@
|
|
|
69
69
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
70
70
|
"@svgr/cli": "^8.1.0",
|
|
71
71
|
"@types/mdx": "^2.0.11",
|
|
72
|
-
"@types/node": "^22.
|
|
73
|
-
"@types/react": "^19.1.
|
|
74
|
-
"@types/react-dom": "^19.1.
|
|
72
|
+
"@types/node": "^22.18.0",
|
|
73
|
+
"@types/react": "^19.1.12",
|
|
74
|
+
"@types/react-dom": "^19.1.9",
|
|
75
75
|
"@umami/esbuild-plugin-css-modules": "0.4.0",
|
|
76
76
|
"@umami/shiso": "^0.55.0",
|
|
77
77
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
78
78
|
"dts-bundle": "^0.7.3",
|
|
79
|
-
"esbuild": "^0.25.
|
|
80
|
-
"esbuild-css-modules-plugin": "^3.1.
|
|
79
|
+
"esbuild": "^0.25.9",
|
|
80
|
+
"esbuild-css-modules-plugin": "^3.1.5",
|
|
81
81
|
"esbuild-plugin-svgr": "^3.1.1",
|
|
82
82
|
"esbuild-postcss": "^0.0.4",
|
|
83
83
|
"eslint": "^8.16.0",
|
|
84
84
|
"eslint-config-next": "15.2.2",
|
|
85
|
-
"eslint-config-prettier": "^10.1.
|
|
85
|
+
"eslint-config-prettier": "^10.1.8",
|
|
86
86
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
87
|
-
"eslint-plugin-import": "^2.
|
|
88
|
-
"eslint-plugin-prettier": "^5.4
|
|
87
|
+
"eslint-plugin-import": "^2.32.0",
|
|
88
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
89
89
|
"husky": "^9.1.1",
|
|
90
90
|
"lint-staged": "^15.5.2",
|
|
91
91
|
"npm-run-all": "^4.1.5",
|
|
92
|
-
"prettier": "^3.
|
|
93
|
-
"rollup": "^4.
|
|
92
|
+
"prettier": "^3.6.2",
|
|
93
|
+
"rollup": "^4.49.0",
|
|
94
94
|
"rollup-plugin-copy": "^3.5.0",
|
|
95
95
|
"rollup-plugin-delete": "^2.0.0",
|
|
96
|
-
"rollup-plugin-dts": "^6.2.
|
|
96
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
97
97
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
98
98
|
"rollup-plugin-postcss": "^4.0.2",
|
|
99
|
-
"stylelint": "^16.
|
|
99
|
+
"stylelint": "^16.23.1",
|
|
100
100
|
"stylelint-config-recommended": "^15.0.0",
|
|
101
101
|
"tsup": "^8.5.0",
|
|
102
|
-
"typescript": "^5.
|
|
102
|
+
"typescript": "^5.9.2"
|
|
103
103
|
},
|
|
104
104
|
"pnpm": {
|
|
105
105
|
"onlyBuiltDependencies": [
|
package/styles.css
CHANGED
|
@@ -4512,7 +4512,7 @@ body a.Button_button__NGQyO {
|
|
|
4512
4512
|
}
|
|
4513
4513
|
|
|
4514
4514
|
/* virtual-css:css:3130df15a3cfaee8cb812b182afb7ee1 */
|
|
4515
|
-
.
|
|
4515
|
+
.Menu_menu__MDc3M {
|
|
4516
4516
|
min-width: 200px;
|
|
4517
4517
|
border: var(--border);
|
|
4518
4518
|
border-radius: var(--border-radius);
|
|
@@ -4521,22 +4521,21 @@ body a.Button_button__NGQyO {
|
|
|
4521
4521
|
background: var(--background-color);
|
|
4522
4522
|
overflow: hidden;
|
|
4523
4523
|
}
|
|
4524
|
-
.
|
|
4524
|
+
.Menu_separator__MWI1M {
|
|
4525
4525
|
border-bottom: var(--border);
|
|
4526
4526
|
margin: var(--spacing-2) calc(-1 * var(--spacing-3));
|
|
4527
4527
|
}
|
|
4528
|
-
.
|
|
4528
|
+
.Menu_section__OTMzY:not(:last-child) {
|
|
4529
4529
|
margin-bottom: var(--spacing-4);
|
|
4530
4530
|
}
|
|
4531
|
-
.
|
|
4531
|
+
.Menu_header__YjkwY {
|
|
4532
4532
|
font-size: var(--font-size-3);
|
|
4533
4533
|
font-weight: var(--font-weight-bold);
|
|
4534
4534
|
padding: var(--padding);
|
|
4535
4535
|
}
|
|
4536
|
-
.
|
|
4536
|
+
.Menu_item__ODRkY {
|
|
4537
4537
|
display: flex;
|
|
4538
4538
|
align-items: center;
|
|
4539
|
-
justify-content: space-between;
|
|
4540
4539
|
gap: var(--gap);
|
|
4541
4540
|
font-size: var(--font-size);
|
|
4542
4541
|
color: var(--font-color);
|
|
@@ -4547,28 +4546,28 @@ body a.Button_button__NGQyO {
|
|
|
4547
4546
|
outline: none;
|
|
4548
4547
|
width: 100%;
|
|
4549
4548
|
}
|
|
4550
|
-
.
|
|
4549
|
+
.Menu_item__ODRkY[data-disabled] {
|
|
4551
4550
|
color: var(--font-color-disabled);
|
|
4552
4551
|
}
|
|
4553
|
-
.
|
|
4554
|
-
.
|
|
4552
|
+
.Menu_item__ODRkY[data-focus],
|
|
4553
|
+
.Menu_item__ODRkY[data-focus-visible] {
|
|
4555
4554
|
outline: var(--outline);
|
|
4556
4555
|
background: var(--highlight-color);
|
|
4557
4556
|
}
|
|
4558
|
-
.
|
|
4557
|
+
.Menu_item__ODRkY:hover {
|
|
4559
4558
|
background: var(--highlight-color);
|
|
4560
4559
|
}
|
|
4561
|
-
.
|
|
4560
|
+
.Menu_item__ODRkY[data-selected] {
|
|
4562
4561
|
font-weight: bold;
|
|
4563
|
-
& .
|
|
4562
|
+
& .Menu_checkmark__ZmU2Y {
|
|
4564
4563
|
display: flex;
|
|
4565
4564
|
justify-content: flex-end;
|
|
4566
4565
|
}
|
|
4567
4566
|
}
|
|
4568
|
-
.
|
|
4567
|
+
.Menu_checkmark__ZmU2Y {
|
|
4569
4568
|
display: none;
|
|
4570
4569
|
}
|
|
4571
|
-
.
|
|
4570
|
+
.Menu_hideCheckmark__NGQ4Y .Menu_checkmark__ZmU2Y {
|
|
4572
4571
|
display: none;
|
|
4573
4572
|
}
|
|
4574
4573
|
|