@zonos/amino 5.2.18 → 5.2.20
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),o=require("clsx"),l=require("../../style-inject.es-d4ddeae4.js");function a(e){return e&&e.__esModule?e:{default:e}}var
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),o=require("clsx"),l=require("../../style-inject.es-d4ddeae4.js");function a(e){return e&&e.__esModule?e:{default:e}}var r=a(o),t="Amino_TableRow-module__styledTableRow--cWSfc",i="Amino_TableRow-module__withHover--sSmM2",c="Amino_TableRow-module__active---KQVs";l.styleInject(".Amino_TableRow-module__styledTableRow--cWSfc.Amino_TableRow-module__withHover--sSmM2:hover{background-color:var(--amino-gray-50)}.Amino_TableRow-module__styledTableRow--cWSfc th{color:var(--amino-gray-800)}.Amino_TableRow-module__styledTableRow--cWSfc th>*{font-size:var(--amino-font-size-s)}tbody .Amino_TableRow-module__styledTableRow--cWSfc.Amino_TableRow-module__active---KQVs{background:var(--amino-gray-50)}"),exports.TableRow=function(o){var l=o.active,a=o.children,n=o.className,s=o.onClick,_=o.style,m=o.withHover;return e.jsx("tr",{className:r.default(n,t,l&&c,m&&i),onClick:s,style:_,children:a})};
|
|
@@ -24,11 +24,11 @@ export type TooltipProps = BaseProps & {
|
|
|
24
24
|
*/
|
|
25
25
|
subtitle?: ReactNode;
|
|
26
26
|
/**
|
|
27
|
-
* Set to `
|
|
27
|
+
* Set to `null` to use current theme. Our default tooltips are designed to be dark.
|
|
28
28
|
*
|
|
29
29
|
* @default 'night'
|
|
30
30
|
*/
|
|
31
|
-
themeOverride?: Theme;
|
|
31
|
+
themeOverride?: Theme | null;
|
|
32
32
|
/**
|
|
33
33
|
* The content of the tooltip.
|
|
34
34
|
*/
|