@protonradio/proton-ui 0.5.1 → 0.5.2
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/proton-ui.es.d.ts +1 -2
- package/dist/proton-ui.es.js +4255 -4435
- package/dist/proton-ui.es.js.map +1 -1
- package/dist/proton-ui.umd.js +9 -11
- package/dist/proton-ui.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +27 -27
package/dist/proton-ui.es.d.ts
CHANGED
|
@@ -402,7 +402,7 @@ export declare function TooltipTrigger({ children, delay, closeDelay, isDisabled
|
|
|
402
402
|
|
|
403
403
|
export declare interface TooltipTriggerProps extends TooltipProps, TooltipTriggerComponentProps {
|
|
404
404
|
children: React.ReactNode;
|
|
405
|
-
content: string;
|
|
405
|
+
content: string | React.ReactNode;
|
|
406
406
|
disableTriggerClick?: boolean;
|
|
407
407
|
}
|
|
408
408
|
|
|
@@ -432,4 +432,3 @@ export { }
|
|
|
432
432
|
declare namespace ButtonGroup {
|
|
433
433
|
var Option: (props: ButtonGroupOptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
434
434
|
}
|
|
435
|
-
|