@elliemae/ds-menu-button 3.52.0-rc.21 → 3.52.0-rc.23
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.
@@ -173,8 +173,6 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
|
|
173
173
|
onProgressCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
174
174
|
onRateChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
175
175
|
onRateChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
176
|
-
onResize?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
177
|
-
onResizeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
178
176
|
onSeeked?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
179
177
|
onSeekedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
180
178
|
onSeeking?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-menu-button",
|
3
|
-
"version": "3.52.0-rc.
|
3
|
+
"version": "3.52.0-rc.23",
|
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-button-v2": "3.52.0-rc.
|
41
|
-
"@elliemae/ds-grid": "3.52.0-rc.
|
42
|
-
"@elliemae/ds-floating-context": "3.52.0-rc.
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-
|
46
|
-
"@elliemae/ds-
|
47
|
-
"@elliemae/ds-
|
48
|
-
"@elliemae/ds-
|
40
|
+
"@elliemae/ds-button-v2": "3.52.0-rc.23",
|
41
|
+
"@elliemae/ds-grid": "3.52.0-rc.23",
|
42
|
+
"@elliemae/ds-floating-context": "3.52.0-rc.23",
|
43
|
+
"@elliemae/ds-icons": "3.52.0-rc.23",
|
44
|
+
"@elliemae/ds-menu-items-commons": "3.52.0-rc.23",
|
45
|
+
"@elliemae/ds-hooks-on-blur-out": "3.52.0-rc.23",
|
46
|
+
"@elliemae/ds-props-helpers": "3.52.0-rc.23",
|
47
|
+
"@elliemae/ds-system": "3.52.0-rc.23",
|
48
|
+
"@elliemae/ds-tree-model": "3.52.0-rc.23"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
51
|
+
"@elliemae/pui-cli": "9.0.0-next.63",
|
52
52
|
"@elliemae/pui-theme": "~2.12.0",
|
53
53
|
"jest": "~29.7.0",
|
54
54
|
"styled-components": "~5.3.9",
|
55
|
-
"@elliemae/ds-
|
56
|
-
"@elliemae/ds-
|
55
|
+
"@elliemae/ds-typescript-helpers": "3.52.0-rc.23",
|
56
|
+
"@elliemae/ds-monorepo-devops": "3.52.0-rc.23"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
59
|
"@testing-library/jest-dom": "^6.6.3",
|