matsuri-ui 17.0.1 → 17.0.2-alpha-1744436880353-cd10d5a.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/Alert/Alert.js +48 -24
- package/Alert/Alert.js.map +1 -1
- package/ImageViewer/ImageViewer.js +34 -33
- package/ImageViewer/ImageViewer.js.map +1 -1
- package/cjs/Alert/Alert.js +64 -40
- package/cjs/Alert/Alert.js.map +1 -1
- package/cjs/ImageViewer/ImageViewer.js +51 -50
- package/cjs/ImageViewer/ImageViewer.js.map +1 -1
- package/esm/Alert/Alert.js +48 -24
- package/esm/Alert/Alert.js.map +1 -1
- package/esm/ImageViewer/ImageViewer.js +34 -33
- package/esm/ImageViewer/ImageViewer.js.map +1 -1
- package/package.json +3 -4
- package/Alert/useAlertMotion.d.ts +0 -10
- package/Alert/useAlertMotion.js +0 -50
- package/Alert/useAlertMotion.js.map +0 -1
- package/cjs/Alert/useAlertMotion.js +0 -54
- package/cjs/Alert/useAlertMotion.js.map +0 -1
- package/cjs/react-spring.d.js +0 -4
- package/cjs/react-spring.d.js.map +0 -1
- package/esm/Alert/useAlertMotion.js +0 -50
- package/esm/Alert/useAlertMotion.js.map +0 -1
- package/esm/react-spring.d.js +0 -2
- package/esm/react-spring.d.js.map +0 -1
- package/react-spring.d.js +0 -2
- package/react-spring.d.js.map +0 -1
- package/types/Alert/useAlertMotion.d.ts +0 -10
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-spring.d.js","names":[],"sources":["../../src/react-spring.d.ts"],"sourcesContent":["import { WithAnimated } from \"react-spring\";\n\ntype Animated = {\n [Tag in keyof React.JSX.IntrinsicElements]: AnimatedComponent;\n};\n\ndeclare module \"react-spring\" {\n export const animated: Animated & WithAnimated;\n}\n"],"mappings":"","ignoreList":[]}
|
package/react-spring.d.js
DELETED
package/react-spring.d.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-spring.d.js","names":[],"sources":["../../src/react-spring.d.ts"],"sourcesContent":["import { WithAnimated } from \"react-spring\";\n\ntype Animated = {\n [Tag in keyof React.JSX.IntrinsicElements]: AnimatedComponent;\n};\n\ndeclare module \"react-spring\" {\n export const animated: Animated & WithAnimated;\n}\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AlertDuration } from "./Alert";
|
|
2
|
-
export declare const useAlertMotion: ({ duration, id, }: {
|
|
3
|
-
duration: AlertDuration;
|
|
4
|
-
id?: string;
|
|
5
|
-
}) => {
|
|
6
|
-
transitions: import("react-spring").TransitionFn<boolean, {
|
|
7
|
-
opacity: number;
|
|
8
|
-
}>;
|
|
9
|
-
handleClick: () => void;
|
|
10
|
-
};
|