@umami/react-zen 0.110.0 → 0.112.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 +4 -7
- package/dist/index.d.ts +3 -2
- package/dist/index.js +190 -219
- package/dist/index.mjs +190 -219
- package/package.json +2 -2
- package/styles.css +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.112.0",
|
|
4
4
|
"description": "Modern, minimalist React component library",
|
|
5
5
|
"author": "Umami <hello@umami.is>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lucide-react": "^0.479.0",
|
|
56
56
|
"next": "^15.3.2",
|
|
57
57
|
"react": "^19.1.0",
|
|
58
|
-
"react-aria-components": "
|
|
58
|
+
"react-aria-components": "1.7.1",
|
|
59
59
|
"react-dom": "^19.1.0",
|
|
60
60
|
"react-hook-form": "^7.56.4",
|
|
61
61
|
"react-icons": "^5.4.0",
|
package/styles.css
CHANGED
|
@@ -3645,23 +3645,20 @@ body a.Button_button__NDYwM {
|
|
|
3645
3645
|
}
|
|
3646
3646
|
|
|
3647
3647
|
/* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
|
|
3648
|
-
.
|
|
3649
|
-
color: var(--font-color);
|
|
3650
|
-
}
|
|
3651
|
-
.Text_truncate__OTFiO {
|
|
3648
|
+
.Text_truncate__NjQ2M {
|
|
3652
3649
|
display: inline-block;
|
|
3653
3650
|
white-space: nowrap;
|
|
3654
3651
|
overflow: hidden;
|
|
3655
3652
|
text-overflow: ellipsis;
|
|
3656
3653
|
max-width: 100%;
|
|
3657
3654
|
}
|
|
3658
|
-
.
|
|
3655
|
+
.Text_italic__MmI4Y {
|
|
3659
3656
|
font-style: italic;
|
|
3660
3657
|
}
|
|
3661
|
-
.
|
|
3658
|
+
.Text_underline__MzZmN {
|
|
3662
3659
|
text-decoration: underline;
|
|
3663
3660
|
}
|
|
3664
|
-
.
|
|
3661
|
+
.Text_strikethrough__ZTg3Y {
|
|
3665
3662
|
text-decoration: line-through;
|
|
3666
3663
|
}
|
|
3667
3664
|
|