@meowdown/react 0.35.0 → 0.36.1
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/style.css +3 -1
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -530,9 +530,10 @@
|
|
|
530
530
|
}
|
|
531
531
|
.meow_Positioner_Dqll0G {
|
|
532
532
|
z-index: 50;
|
|
533
|
+
flex-direction: column;
|
|
533
534
|
width: min(24rem, 100vw - 1rem);
|
|
534
535
|
height: min-content;
|
|
535
|
-
display:
|
|
536
|
+
display: flex;
|
|
536
537
|
overflow: visible;
|
|
537
538
|
}
|
|
538
539
|
|
|
@@ -548,6 +549,7 @@
|
|
|
548
549
|
width: 100%;
|
|
549
550
|
min-width: min(15rem, 100%);
|
|
550
551
|
max-width: 100%;
|
|
552
|
+
min-height: 0;
|
|
551
553
|
max-height: 25rem;
|
|
552
554
|
padding: .25rem;
|
|
553
555
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meowdown/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.36.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@prosekit/react": "^0.8.0-beta.17",
|
|
26
26
|
"clsx": "^2.1.1",
|
|
27
27
|
"lucide-react": "^1.21.0",
|
|
28
|
-
"@meowdown/core": "0.
|
|
28
|
+
"@meowdown/core": "0.36.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^19.0.0",
|