@reltio/components 1.4.2186 → 1.4.2188
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,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const RecommendedIconWithTooltip: React.ForwardRefExoticComponent<{
|
|
2
|
+
export declare const RecommendedIconWithTooltip: React.ForwardRefExoticComponent<Omit<{
|
|
3
3
|
tooltipTitle?: import("@mui/material").TooltipProps["title"];
|
|
4
4
|
tooltipPlacement?: import("@mui/material").TooltipProps["placement"];
|
|
5
5
|
showForDisabled?: boolean;
|
|
6
|
-
} & React.
|
|
6
|
+
} & React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
7
7
|
export type Props = {
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
title: string;
|
|
@@ -6,7 +6,7 @@ import { CollapseButton } from '../CollapseButton';
|
|
|
6
6
|
import { SmallIconButtonWithTooltip } from '../SmallIconButton';
|
|
7
7
|
import { withTooltip } from '../HOCs/withTooltip';
|
|
8
8
|
import FacetTitle from './components/FacetTitle/FacetTitle';
|
|
9
|
-
import RecommendedIcon from '
|
|
9
|
+
import RecommendedIcon from '../icons/Recommended';
|
|
10
10
|
import styles from './FacetContainer.module.css';
|
|
11
11
|
export var RecommendedIconWithTooltip = withTooltip(RecommendedIcon);
|
|
12
12
|
export var FacetContainer = function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const RecommendedIconWithTooltip: React.ForwardRefExoticComponent<{
|
|
2
|
+
export declare const RecommendedIconWithTooltip: React.ForwardRefExoticComponent<Omit<{
|
|
3
3
|
tooltipTitle?: import("@mui/material").TooltipProps["title"];
|
|
4
4
|
tooltipPlacement?: import("@mui/material").TooltipProps["placement"];
|
|
5
5
|
showForDisabled?: boolean;
|
|
6
|
-
} & React.
|
|
6
|
+
} & React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
7
7
|
export type Props = {
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
title: string;
|
|
@@ -35,9 +35,9 @@ var CollapseButton_1 = require("../CollapseButton");
|
|
|
35
35
|
var SmallIconButton_1 = require("../SmallIconButton");
|
|
36
36
|
var withTooltip_1 = require("../HOCs/withTooltip");
|
|
37
37
|
var FacetTitle_1 = __importDefault(require("./components/FacetTitle/FacetTitle"));
|
|
38
|
-
var
|
|
38
|
+
var Recommended_1 = __importDefault(require("../icons/Recommended"));
|
|
39
39
|
var FacetContainer_module_css_1 = __importDefault(require("./FacetContainer.module.css"));
|
|
40
|
-
exports.RecommendedIconWithTooltip = (0, withTooltip_1.withTooltip)(
|
|
40
|
+
exports.RecommendedIconWithTooltip = (0, withTooltip_1.withTooltip)(Recommended_1.default);
|
|
41
41
|
var FacetContainer = function (_a) {
|
|
42
42
|
var _b;
|
|
43
43
|
var children = _a.children, title = _a.title, chipLabel = _a.chipLabel, pathToTitle = _a.pathToTitle, _c = _a.isOpenByDefault, isOpenByDefault = _c === void 0 ? true : _c, _d = _a.isHighlighted, isHighlighted = _d === void 0 ? false : _d, _e = _a.isRecommended, isRecommended = _e === void 0 ? false : _e, onDeleteChip = _a.onDeleteChip, onClose = _a.onClose;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2188",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
12
12
|
"@googlemaps/markerclusterer": "^2.5.3",
|
|
13
13
|
"@react-sigma/core": "3.4.0",
|
|
14
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
14
|
+
"@reltio/mdm-sdk": "^1.4.1995",
|
|
15
15
|
"@vis.gl/react-google-maps": "^1.3.0",
|
|
16
16
|
"d3-cloud": "^1.2.5",
|
|
17
17
|
"d3-geo": "^2.0.1",
|