@meowdown/react 0.54.0 → 0.55.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.
Files changed (2) hide show
  1. package/dist/style.css +2 -2
  2. package/package.json +2 -2
package/dist/style.css CHANGED
@@ -783,9 +783,9 @@
783
783
  }
784
784
  .meow_Positioner_HMEwgW {
785
785
  z-index: 50;
786
+ width: var(--positioner-width);
787
+ height: var(--positioner-height);
786
788
  pointer-events: none;
787
- max-width: calc(100vw - 1rem);
788
- max-height: calc(100vh - 1rem);
789
789
  transition-property: top, left, right, bottom, transform;
790
790
  transition-duration: .35s;
791
791
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meowdown/react",
3
3
  "type": "module",
4
- "version": "0.54.0",
4
+ "version": "0.55.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "github-slugger": "^2.0.0",
32
32
  "lucide-react": "^1.24.0",
33
33
  "react-property": "^2.0.2",
34
- "@meowdown/core": "0.54.0"
34
+ "@meowdown/core": "0.55.1"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^19.0.0",