@versaur/react 1.0.12 → 1.0.13
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/blocks.d.ts +1 -6
- package/dist/blocks.js +170 -172
- package/dist/primitive.d.ts +4 -6
- package/dist/primitive.js +2 -2
- package/dist/tooltip-_eEMRSo8.js +268 -0
- package/package.json +2 -2
- package/dist/tooltip-Zuq8gd0f.js +0 -210
package/dist/blocks.d.ts
CHANGED
|
@@ -748,7 +748,7 @@ export declare interface MenuProps extends Omit<HTMLAttributes<HTMLDivElement>,
|
|
|
748
748
|
children: ReactNode;
|
|
749
749
|
/**
|
|
750
750
|
* Placement relative to trigger button
|
|
751
|
-
* @default "
|
|
751
|
+
* @default "undefined" (auto placement by Tooltip)
|
|
752
752
|
*/
|
|
753
753
|
placement?: MenuPlacement;
|
|
754
754
|
/**
|
|
@@ -756,11 +756,6 @@ export declare interface MenuProps extends Omit<HTMLAttributes<HTMLDivElement>,
|
|
|
756
756
|
* @default 400
|
|
757
757
|
*/
|
|
758
758
|
maxHeight?: number;
|
|
759
|
-
/**
|
|
760
|
-
* Minimum width of the menu list in pixels
|
|
761
|
-
* @default 160
|
|
762
|
-
*/
|
|
763
|
-
minWidth?: number;
|
|
764
759
|
/**
|
|
765
760
|
* Maximum width of the menu list in pixels
|
|
766
761
|
* @default 320
|