@elliemae/ds-form 2.3.2-next.0 → 2.4.0-rc.0
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.
|
@@ -40,7 +40,6 @@ const MultiMenuItem = props => {
|
|
|
40
40
|
isActive: isActive,
|
|
41
41
|
isSelected: isSelected,
|
|
42
42
|
isFocus: isFocus,
|
|
43
|
-
onClick: onClick,
|
|
44
43
|
ref: innerRef,
|
|
45
44
|
onMouseDown: onMouseDown,
|
|
46
45
|
onMouseEnter: onMouseEnter,
|
|
@@ -50,6 +49,7 @@ const MultiMenuItem = props => {
|
|
|
50
49
|
"aria-selected": isSelected,
|
|
51
50
|
style: wrapperStyles,
|
|
52
51
|
pr: render ? 0 : 40,
|
|
52
|
+
onClick: onClick,
|
|
53
53
|
"data-testid": "combobox-option",
|
|
54
54
|
children: /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
55
55
|
children: render ? render(props) : /*#__PURE__*/_jsx__default["default"](Grid.Grid, {
|
|
@@ -64,10 +64,9 @@ const MultiMenuItem = props => {
|
|
|
64
64
|
name: value,
|
|
65
65
|
"aria-label": label,
|
|
66
66
|
id: value,
|
|
67
|
-
onChange:
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}, void 0, /*#__PURE__*/_jsx__default["default"](styled.StyleMenuItemLabel, {}, void 0, label)))
|
|
67
|
+
onChange: () => {},
|
|
68
|
+
tabIndex: tabIndex
|
|
69
|
+
}), /*#__PURE__*/_jsx__default["default"](styled$1.StyledMultiMenuItemLabel, {}, void 0, /*#__PURE__*/_jsx__default["default"](styled.StyleMenuItemLabel, {}, void 0, label)))
|
|
71
70
|
})
|
|
72
71
|
});
|
|
73
72
|
};
|
|
@@ -32,7 +32,6 @@ const MultiMenuItem = props => {
|
|
|
32
32
|
isActive: isActive,
|
|
33
33
|
isSelected: isSelected,
|
|
34
34
|
isFocus: isFocus,
|
|
35
|
-
onClick: onClick,
|
|
36
35
|
ref: innerRef,
|
|
37
36
|
onMouseDown: onMouseDown,
|
|
38
37
|
onMouseEnter: onMouseEnter,
|
|
@@ -42,6 +41,7 @@ const MultiMenuItem = props => {
|
|
|
42
41
|
"aria-selected": isSelected,
|
|
43
42
|
style: wrapperStyles,
|
|
44
43
|
pr: render ? 0 : 40,
|
|
44
|
+
onClick: onClick,
|
|
45
45
|
"data-testid": "combobox-option",
|
|
46
46
|
children: /*#__PURE__*/jsx(Fragment, {
|
|
47
47
|
children: render ? render(props) : /*#__PURE__*/_jsx(Grid, {
|
|
@@ -56,10 +56,9 @@ const MultiMenuItem = props => {
|
|
|
56
56
|
name: value,
|
|
57
57
|
"aria-label": label,
|
|
58
58
|
id: value,
|
|
59
|
-
onChange:
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}, void 0, /*#__PURE__*/_jsx(StyleMenuItemLabel, {}, void 0, label)))
|
|
59
|
+
onChange: () => {},
|
|
60
|
+
tabIndex: tabIndex
|
|
61
|
+
}), /*#__PURE__*/_jsx(StyledMultiMenuItemLabel, {}, void 0, /*#__PURE__*/_jsx(StyleMenuItemLabel, {}, void 0, label)))
|
|
63
62
|
})
|
|
64
63
|
});
|
|
65
64
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -748,25 +748,25 @@
|
|
|
748
748
|
"build": "node ../../scripts/build/build.js"
|
|
749
749
|
},
|
|
750
750
|
"dependencies": {
|
|
751
|
-
"@elliemae/ds-button": "2.
|
|
752
|
-
"@elliemae/ds-circular-progress-indicator": "2.
|
|
753
|
-
"@elliemae/ds-classnames": "2.
|
|
754
|
-
"@elliemae/ds-controlled-form": "2.
|
|
755
|
-
"@elliemae/ds-dropdownmenu": "2.
|
|
756
|
-
"@elliemae/ds-grid": "2.
|
|
757
|
-
"@elliemae/ds-icon": "2.
|
|
758
|
-
"@elliemae/ds-icons": "2.
|
|
759
|
-
"@elliemae/ds-menu": "2.
|
|
760
|
-
"@elliemae/ds-overlay": "2.
|
|
761
|
-
"@elliemae/ds-popper": "2.
|
|
762
|
-
"@elliemae/ds-props-helpers": "2.
|
|
763
|
-
"@elliemae/ds-separator": "2.
|
|
764
|
-
"@elliemae/ds-shared": "2.
|
|
765
|
-
"@elliemae/ds-system": "2.
|
|
766
|
-
"@elliemae/ds-text-wrapper": "2.
|
|
767
|
-
"@elliemae/ds-tooltip": "2.
|
|
768
|
-
"@elliemae/ds-truncated-tooltip-text": "2.
|
|
769
|
-
"@elliemae/ds-utilities": "2.
|
|
751
|
+
"@elliemae/ds-button": "2.4.0-rc.0",
|
|
752
|
+
"@elliemae/ds-circular-progress-indicator": "2.4.0-rc.0",
|
|
753
|
+
"@elliemae/ds-classnames": "2.4.0-rc.0",
|
|
754
|
+
"@elliemae/ds-controlled-form": "2.4.0-rc.0",
|
|
755
|
+
"@elliemae/ds-dropdownmenu": "2.4.0-rc.0",
|
|
756
|
+
"@elliemae/ds-grid": "2.4.0-rc.0",
|
|
757
|
+
"@elliemae/ds-icon": "2.4.0-rc.0",
|
|
758
|
+
"@elliemae/ds-icons": "2.4.0-rc.0",
|
|
759
|
+
"@elliemae/ds-menu": "2.4.0-rc.0",
|
|
760
|
+
"@elliemae/ds-overlay": "2.4.0-rc.0",
|
|
761
|
+
"@elliemae/ds-popper": "2.4.0-rc.0",
|
|
762
|
+
"@elliemae/ds-props-helpers": "2.4.0-rc.0",
|
|
763
|
+
"@elliemae/ds-separator": "2.4.0-rc.0",
|
|
764
|
+
"@elliemae/ds-shared": "2.4.0-rc.0",
|
|
765
|
+
"@elliemae/ds-system": "2.4.0-rc.0",
|
|
766
|
+
"@elliemae/ds-text-wrapper": "2.4.0-rc.0",
|
|
767
|
+
"@elliemae/ds-tooltip": "2.4.0-rc.0",
|
|
768
|
+
"@elliemae/ds-truncated-tooltip-text": "2.4.0-rc.0",
|
|
769
|
+
"@elliemae/ds-utilities": "2.4.0-rc.0",
|
|
770
770
|
"@elliemae/react-popper": "1.0.2",
|
|
771
771
|
"@xstyled/styled-components": "~3.1.1",
|
|
772
772
|
"csstype": "~3.0.9",
|