@redsift/popovers 7.5.0-alpha.1 → 7.5.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.
- package/index.d.ts +0 -3
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React$1, { Ref, ReactElement, Dispatch, SetStateAction, ReactNode, ComponentProps } from 'react';
|
|
2
2
|
import * as _floating_ui_react from '@floating-ui/react';
|
|
3
|
-
import { PressEvent } from '@react-types/shared';
|
|
4
3
|
|
|
5
4
|
/** Component Type. */
|
|
6
5
|
type Comp<P, T = HTMLElement> = {
|
|
@@ -429,8 +428,6 @@ declare const DialogContent: Comp<DialogContentProps, HTMLDivElement> & {
|
|
|
429
428
|
* Component props.
|
|
430
429
|
*/
|
|
431
430
|
interface DialogTriggerProps extends Omit<ComponentProps<'button'>, 'onClick'>, StylingProps {
|
|
432
|
-
/** Preferred method to handle click, press and touch. */
|
|
433
|
-
onPress?: (e: PressEvent) => void;
|
|
434
431
|
}
|
|
435
432
|
|
|
436
433
|
/**
|
package/package.json
CHANGED
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"test": "NODE_ENV=test jest --verbose"
|
|
29
29
|
},
|
|
30
30
|
"types": "index.d.ts",
|
|
31
|
-
"version": "7.5.0
|
|
31
|
+
"version": "7.5.0",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@floating-ui/react": "^0.19.2",
|
|
34
34
|
"@react-aria/button": "^3.6.4",
|
|
35
35
|
"@react-types/button": "^3.7.0",
|
|
36
36
|
"@react-types/shared": "^3.16.0",
|
|
37
|
-
"@redsift/icons": "^7.5.0
|
|
37
|
+
"@redsift/icons": "^7.5.0",
|
|
38
38
|
"classnames": "^2.3.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"react-dom": "17 || 18",
|
|
98
98
|
"styled-components": "^5.3.3"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "ff1044f74075e317dbc08ddbdd91bb8a8e79b0ce"
|
|
101
101
|
}
|