@umami/react-zen 0.168.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 +20 -19
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2961 -2076
- package/dist/index.mjs +2038 -1153
- package/package.json +21 -21
- package/styles.css +20 -19
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
|
@@ -3799,31 +3799,33 @@ body a.Button_button__NGQyO {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
|
|
3801
3801
|
/* virtual-css:css:190b71b0b870ea6c0882d0c839c39b19 */
|
|
3802
|
-
.
|
|
3802
|
+
.Dialog_dialog__OWY2M {
|
|
3803
3803
|
position: relative;
|
|
3804
3804
|
outline: none;
|
|
3805
|
+
max-height: 100vh;
|
|
3806
|
+
max-width: 100vw;
|
|
3805
3807
|
overflow: auto;
|
|
3806
3808
|
}
|
|
3807
|
-
.
|
|
3809
|
+
.Dialog_title__MzNlY {
|
|
3808
3810
|
font-size: var(--font-size-5);
|
|
3809
3811
|
font-weight: 700;
|
|
3810
3812
|
margin-bottom: var(--spacing-3);
|
|
3811
3813
|
}
|
|
3812
|
-
.
|
|
3814
|
+
.Dialog_modal__ZWZjN {
|
|
3813
3815
|
padding: var(--spacing-6);
|
|
3814
3816
|
box-shadow: var(--box-shadow-4);
|
|
3815
3817
|
background: var(--background-color);
|
|
3816
3818
|
border: var(--border);
|
|
3817
3819
|
border-radius: var(--border-radius);
|
|
3818
3820
|
}
|
|
3819
|
-
.
|
|
3821
|
+
.Dialog_menu__NWYyN {
|
|
3820
3822
|
padding: var(--spacing-2);
|
|
3821
3823
|
box-shadow: var(--box-shadow-3);
|
|
3822
3824
|
background: var(--background-color);
|
|
3823
3825
|
border: var(--border);
|
|
3824
3826
|
border-radius: var(--border-radius);
|
|
3825
3827
|
}
|
|
3826
|
-
.
|
|
3828
|
+
.Dialog_sheet__MmJjY {
|
|
3827
3829
|
background: var(--background-color);
|
|
3828
3830
|
width: 100%;
|
|
3829
3831
|
height: 100%;
|
|
@@ -4510,7 +4512,7 @@ body a.Button_button__NGQyO {
|
|
|
4510
4512
|
}
|
|
4511
4513
|
|
|
4512
4514
|
/* virtual-css:css:3130df15a3cfaee8cb812b182afb7ee1 */
|
|
4513
|
-
.
|
|
4515
|
+
.Menu_menu__MDc3M {
|
|
4514
4516
|
min-width: 200px;
|
|
4515
4517
|
border: var(--border);
|
|
4516
4518
|
border-radius: var(--border-radius);
|
|
@@ -4519,22 +4521,21 @@ body a.Button_button__NGQyO {
|
|
|
4519
4521
|
background: var(--background-color);
|
|
4520
4522
|
overflow: hidden;
|
|
4521
4523
|
}
|
|
4522
|
-
.
|
|
4524
|
+
.Menu_separator__MWI1M {
|
|
4523
4525
|
border-bottom: var(--border);
|
|
4524
4526
|
margin: var(--spacing-2) calc(-1 * var(--spacing-3));
|
|
4525
4527
|
}
|
|
4526
|
-
.
|
|
4528
|
+
.Menu_section__OTMzY:not(:last-child) {
|
|
4527
4529
|
margin-bottom: var(--spacing-4);
|
|
4528
4530
|
}
|
|
4529
|
-
.
|
|
4531
|
+
.Menu_header__YjkwY {
|
|
4530
4532
|
font-size: var(--font-size-3);
|
|
4531
4533
|
font-weight: var(--font-weight-bold);
|
|
4532
4534
|
padding: var(--padding);
|
|
4533
4535
|
}
|
|
4534
|
-
.
|
|
4536
|
+
.Menu_item__ODRkY {
|
|
4535
4537
|
display: flex;
|
|
4536
4538
|
align-items: center;
|
|
4537
|
-
justify-content: space-between;
|
|
4538
4539
|
gap: var(--gap);
|
|
4539
4540
|
font-size: var(--font-size);
|
|
4540
4541
|
color: var(--font-color);
|
|
@@ -4545,28 +4546,28 @@ body a.Button_button__NGQyO {
|
|
|
4545
4546
|
outline: none;
|
|
4546
4547
|
width: 100%;
|
|
4547
4548
|
}
|
|
4548
|
-
.
|
|
4549
|
+
.Menu_item__ODRkY[data-disabled] {
|
|
4549
4550
|
color: var(--font-color-disabled);
|
|
4550
4551
|
}
|
|
4551
|
-
.
|
|
4552
|
-
.
|
|
4552
|
+
.Menu_item__ODRkY[data-focus],
|
|
4553
|
+
.Menu_item__ODRkY[data-focus-visible] {
|
|
4553
4554
|
outline: var(--outline);
|
|
4554
4555
|
background: var(--highlight-color);
|
|
4555
4556
|
}
|
|
4556
|
-
.
|
|
4557
|
+
.Menu_item__ODRkY:hover {
|
|
4557
4558
|
background: var(--highlight-color);
|
|
4558
4559
|
}
|
|
4559
|
-
.
|
|
4560
|
+
.Menu_item__ODRkY[data-selected] {
|
|
4560
4561
|
font-weight: bold;
|
|
4561
|
-
& .
|
|
4562
|
+
& .Menu_checkmark__ZmU2Y {
|
|
4562
4563
|
display: flex;
|
|
4563
4564
|
justify-content: flex-end;
|
|
4564
4565
|
}
|
|
4565
4566
|
}
|
|
4566
|
-
.
|
|
4567
|
+
.Menu_checkmark__ZmU2Y {
|
|
4567
4568
|
display: none;
|
|
4568
4569
|
}
|
|
4569
|
-
.
|
|
4570
|
+
.Menu_hideCheckmark__NGQ4Y .Menu_checkmark__ZmU2Y {
|
|
4570
4571
|
display: none;
|
|
4571
4572
|
}
|
|
4572
4573
|
|