You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Breaking changes *
- The `Popover` now uses a different markup. The trigger becomes a child of the component.
- The new `PopoverContent` becomes an additional child of the `Popover` component.
- remove `relative` property
| open | No | <code>let</code> | Yes | <code>boolean</code> | <code>false</code> | Set to `true` to display the popover |
2803
-
| closeOnOutsideClick | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to close the popover on an outside click |
2804
-
|caret| No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` render a caret |
2805
-
|align| No | <code>let</code> | No | <code>"top" | "top-left" | "top-right" | "bottom" | "bottom-left" | "bottom-right" | "left" | "left-bottom" | "left-top" | "right" | "right-bottom" | "right-top"</code> | <code>"top"</code> |Specify the alignment of the caret |
2806
-
|light| No | <code>let</code> | No | <code>boolean</code> | <code>false</code> |Set to `true` to enable the light variant|
2807
-
|highContrast| No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the high contrast variant|
2808
-
|relative| No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to use a relative position |
2801
+
| Prop name | Required | Kind | Reactive | Type | Default value | Description |
| open | No | <code>let</code> | Yes | <code>boolean</code> | <code>false</code> | Set to `true` to display the popover |
2804
+
| closeOnOutsideClick | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to close the popover on an outside click |
2805
+
|isTabTip| No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true`to render the tab tip variant|
2806
+
|caret| No | <code>let</code> | No | <code>boolean</code> | <code>undefined</code> |Set to `true` render a caret|
2807
+
|align| No | <code>let</code> | No | <code>"top" | "top-left" | "top-right" | "bottom" | "bottom-left" | "bottom-right" | "left" | "left-bottom" | "left-top" | "right" | "right-bottom" | "right-top"</code> | <code>undefined</code> |Specify the alignment of the caret |
2808
+
|dropShadow| No | <code>let</code> | No | <code>boolean</code> | <code>true</code> | Set to `false` to omit the drop shadow |
2809
+
|highContrast| No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the high contrast variant|
0 commit comments