@reltio/components 1.4.1574 → 1.4.1575
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.
|
@@ -23,7 +23,7 @@ var DropdownIndicator = function (props) {
|
|
|
23
23
|
var _a, _b;
|
|
24
24
|
var _c = props.selectProps, classes = _c.classes, menuIsOpen = _c.menuIsOpen, isDisabled = _c.isDisabled, innerProps = props.innerProps;
|
|
25
25
|
var styles = (0, arrowIndicatorStyles_1.useArrowIndicatorStyles)();
|
|
26
|
-
return (react_1.default.createElement(ArrowDropDown_1.default, __assign({}, innerProps, { className: (0, classnames_1.default)(classes.dropdownIndicator, (_a = {}, _a[styles.expanded] = menuIsOpen, _a), (_b = {}, _b[styles.disabled] = isDisabled, _b)) })));
|
|
26
|
+
return (react_1.default.createElement(ArrowDropDown_1.default, __assign({ "data-reltio-id": "select-dropdown-indicator" }, innerProps, { className: (0, classnames_1.default)(classes.dropdownIndicator, (_a = {}, _a[styles.expanded] = menuIsOpen, _a), (_b = {}, _b[styles.disabled] = isDisabled, _b)) })));
|
|
27
27
|
};
|
|
28
28
|
DropdownIndicator.propTypes = {
|
|
29
29
|
innerProps: prop_types_1.default.object.isRequired,
|
|
@@ -18,7 +18,7 @@ var DropdownIndicator = function (props) {
|
|
|
18
18
|
var _a, _b;
|
|
19
19
|
var _c = props.selectProps, classes = _c.classes, menuIsOpen = _c.menuIsOpen, isDisabled = _c.isDisabled, innerProps = props.innerProps;
|
|
20
20
|
var styles = useArrowIndicatorStyles();
|
|
21
|
-
return (React.createElement(ArrowDropDownIcon, __assign({}, innerProps, { className: classnames(classes.dropdownIndicator, (_a = {}, _a[styles.expanded] = menuIsOpen, _a), (_b = {}, _b[styles.disabled] = isDisabled, _b)) })));
|
|
21
|
+
return (React.createElement(ArrowDropDownIcon, __assign({ "data-reltio-id": "select-dropdown-indicator" }, innerProps, { className: classnames(classes.dropdownIndicator, (_a = {}, _a[styles.expanded] = menuIsOpen, _a), (_b = {}, _b[styles.disabled] = isDisabled, _b)) })));
|
|
22
22
|
};
|
|
23
23
|
DropdownIndicator.propTypes = {
|
|
24
24
|
innerProps: PropTypes.object.isRequired,
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1575",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@date-io/moment": "^1.3.5",
|
|
9
9
|
"@react-google-maps/api": "2.7.0",
|
|
10
|
-
"@reltio/mdm-module": "^1.4.
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-module": "^1.4.1575",
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.1575",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"d3-cloud": "^1.2.5",
|
|
14
14
|
"d3-geo": "^2.0.1",
|