@ssa-ui-kit/core 2.21.2 → 2.21.3
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,2 +1,6 @@
|
|
|
1
1
|
import { TooltipProps } from '@nivo/treemap';
|
|
2
|
+
export declare const TreeMapTooltipBase: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme;
|
|
4
|
+
as?: React.ElementType;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
6
|
export declare const TreeMapChartTooltip: ({ node }: TooltipProps<object>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -215,6 +215,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
215
215
|
TranslationProvider: () => (/* reexport */ TranslationProvider),
|
|
216
216
|
TreeMapChart: () => (/* reexport */ TreeMapChart),
|
|
217
217
|
TreeMapChartComponent: () => (/* reexport */ TreeMapChartComponent),
|
|
218
|
+
TreeMapTooltipBase: () => (/* reexport */ TreeMapTooltipBase),
|
|
218
219
|
Typeahead: () => (/* reexport */ Typeahead),
|
|
219
220
|
TypeaheadItemIcon: () => (/* reexport */ TypeaheadItemIcon),
|
|
220
221
|
TypeaheadItemImage: () => (/* reexport */ TypeaheadItemImage),
|
|
@@ -9961,7 +9962,7 @@ const TreeMapChartHeader = ({
|
|
|
9961
9962
|
|
|
9962
9963
|
function TreeMapChartTooltip_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
9963
9964
|
|
|
9964
|
-
const
|
|
9965
|
+
const TreeMapTooltipBase = /*#__PURE__*/base_default()("div", true ? {
|
|
9965
9966
|
target: "eikatys0"
|
|
9966
9967
|
} : 0)("background-color:", ({
|
|
9967
9968
|
theme
|
|
@@ -9975,7 +9976,7 @@ var TreeMapChartTooltip_ref = true ? {
|
|
|
9975
9976
|
const TreeMapChartTooltip = ({
|
|
9976
9977
|
node
|
|
9977
9978
|
}) => {
|
|
9978
|
-
return (0,jsx_runtime_namespaceObject.jsxs)(
|
|
9979
|
+
return (0,jsx_runtime_namespaceObject.jsxs)(TreeMapTooltipBase, {
|
|
9979
9980
|
children: [(0,jsx_runtime_namespaceObject.jsx)("span", {
|
|
9980
9981
|
children: node.id
|
|
9981
9982
|
}), (0,jsx_runtime_namespaceObject.jsx)("span", {
|
|
@@ -10054,6 +10055,7 @@ const TreeMapChartComponent = ({
|
|
|
10054
10055
|
const TreeMapChart = WithFullscreenMode(TreeMapChartComponent);
|
|
10055
10056
|
;// ./src/components/Charts/TreeMapChart/index.ts
|
|
10056
10057
|
|
|
10058
|
+
|
|
10057
10059
|
;// ./src/components/Charts/common/index.ts
|
|
10058
10060
|
|
|
10059
10061
|
;// ./src/components/Charts/hooks/index.ts
|