@elliemae/ds-menu-button 3.51.0-rc.19 → 3.51.0-rc.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.
package/dist/cjs/index.js
CHANGED
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
26
26
|
mod
|
27
27
|
));
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
-
var
|
30
|
-
__export(
|
29
|
+
var index_exports = {};
|
30
|
+
__export(index_exports, {
|
31
31
|
DSMenuButton: () => import_DSMenuButton.DSMenuButton,
|
32
32
|
DSMenuButtonPropTypes: () => import_react_desc_prop_types.DSMenuButtonPropTypes,
|
33
33
|
DSMenuButtonWithSchema: () => import_DSMenuButton.DSMenuButtonWithSchema,
|
@@ -37,7 +37,7 @@ __export(src_exports, {
|
|
37
37
|
isFocusableNode: () => import_nodesTypeguardsAndGetters.isFocusableNode,
|
38
38
|
useOptionsArrayToDsTree: () => import_useOptionsArrayToDsTree.useOptionsArrayToDsTree
|
39
39
|
});
|
40
|
-
module.exports = __toCommonJS(
|
40
|
+
module.exports = __toCommonJS(index_exports);
|
41
41
|
var React = __toESM(require("react"));
|
42
42
|
var import_DSMenuButton = require("./DSMenuButton.js");
|
43
43
|
var import_react_desc_prop_types = require("./react-desc-prop-types.js");
|
@@ -25,10 +25,7 @@ export declare const useOpinionatedButton: (propsFromUser: DSOpinionatedButtonT.
|
|
25
25
|
onBlur: () => void;
|
26
26
|
};
|
27
27
|
isOpen: boolean;
|
28
|
-
arrowStyles:
|
29
|
-
style: import("styled-components").CSSProperties;
|
30
|
-
placement: string;
|
31
|
-
};
|
28
|
+
arrowStyles: import("@elliemae/ds-floating-context/dist/types/parts/PopoverArrow.js").PopoverArrowT;
|
32
29
|
hideTooltip: () => void;
|
33
30
|
showTooltip: () => void;
|
34
31
|
context: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-menu-button",
|
3
|
-
"version": "3.51.0-rc.
|
3
|
+
"version": "3.51.0-rc.20",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Menu Button",
|
6
6
|
"files": [
|
@@ -37,23 +37,23 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"@xstyled/styled-components": "~3.7.3",
|
40
|
-
"@elliemae/ds-floating-context": "3.51.0-rc.
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-hooks-on-blur-out": "3.51.0-rc.
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-
|
46
|
-
"@elliemae/ds-
|
47
|
-
"@elliemae/ds-system": "3.51.0-rc.
|
48
|
-
"@elliemae/ds-tree-model": "3.51.0-rc.
|
40
|
+
"@elliemae/ds-floating-context": "3.51.0-rc.20",
|
41
|
+
"@elliemae/ds-grid": "3.51.0-rc.20",
|
42
|
+
"@elliemae/ds-button-v2": "3.51.0-rc.20",
|
43
|
+
"@elliemae/ds-hooks-on-blur-out": "3.51.0-rc.20",
|
44
|
+
"@elliemae/ds-menu-items-commons": "3.51.0-rc.20",
|
45
|
+
"@elliemae/ds-props-helpers": "3.51.0-rc.20",
|
46
|
+
"@elliemae/ds-icons": "3.51.0-rc.20",
|
47
|
+
"@elliemae/ds-system": "3.51.0-rc.20",
|
48
|
+
"@elliemae/ds-tree-model": "3.51.0-rc.20"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
52
52
|
"@elliemae/pui-theme": "~2.11.0",
|
53
53
|
"jest": "~29.7.0",
|
54
54
|
"styled-components": "~5.3.9",
|
55
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-rc.
|
56
|
-
"@elliemae/ds-typescript-helpers": "3.51.0-rc.
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-rc.20",
|
56
|
+
"@elliemae/ds-typescript-helpers": "3.51.0-rc.20"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
59
|
"@testing-library/jest-dom": "^6.6.3",
|