@chayns-components/swipeable-wrapper 5.0.0-beta.592 → 5.0.0-beta.594
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
/// <reference types="react" />
|
|
3
|
-
export declare const StyledMotionSwipeableWrapper: import("styled-components").
|
|
3
|
+
export declare const StyledMotionSwipeableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
4
4
|
title?: string | undefined;
|
|
5
5
|
slot?: string | undefined;
|
|
6
6
|
defaultChecked?: boolean | undefined;
|
|
@@ -264,5 +264,5 @@ export declare const StyledMotionSwipeableWrapper: import("styled-components").I
|
|
|
264
264
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
265
265
|
}, {
|
|
266
266
|
theme: import("@chayns-components/core/lib/types/components/color-scheme-provider/ColorSchemeProvider").Theme;
|
|
267
|
-
}>> & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
268
|
-
export declare const StyledSwipeableWrapperContent: import("styled-components").
|
|
267
|
+
}>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
268
|
+
export declare const StyledSwipeableWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -3,7 +3,7 @@ type StyledSwipeableActionProps = {
|
|
|
3
3
|
$position: 'left' | 'right';
|
|
4
4
|
$backgroundColor: CSSProperties['backgroundColor'];
|
|
5
5
|
};
|
|
6
|
-
export declare const StyledMotionSwipeableAction: import("styled-components").
|
|
6
|
+
export declare const StyledMotionSwipeableAction: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
7
7
|
title?: string | undefined;
|
|
8
8
|
slot?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
@@ -265,10 +265,10 @@ export declare const StyledMotionSwipeableAction: import("styled-components").IS
|
|
|
265
265
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
266
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
267
267
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
268
|
-
}, StyledSwipeableActionProps>> & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
268
|
+
}, StyledSwipeableActionProps>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
269
269
|
type StyledSwipeableActionButtonsProps = {
|
|
270
270
|
$width: CSSProperties['width'];
|
|
271
271
|
$color: CSSProperties['color'];
|
|
272
272
|
};
|
|
273
|
-
export declare const StyledSwipeableActionButton: import("styled-components").
|
|
273
|
+
export declare const StyledSwipeableActionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, StyledSwipeableActionButtonsProps>> & string;
|
|
274
274
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/swipeable-wrapper",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.594",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -49,25 +49,25 @@
|
|
|
49
49
|
"url": "https://github.com/TobitSoftware/chayns-components/issues"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/cli": "^7.24.
|
|
53
|
-
"@babel/core": "^7.24.
|
|
54
|
-
"@babel/preset-env": "^7.24.
|
|
52
|
+
"@babel/cli": "^7.24.5",
|
|
53
|
+
"@babel/core": "^7.24.5",
|
|
54
|
+
"@babel/preset-env": "^7.24.5",
|
|
55
55
|
"@babel/preset-react": "^7.24.1",
|
|
56
56
|
"@babel/preset-typescript": "^7.24.1",
|
|
57
|
-
"@types/react": "^18.2
|
|
58
|
-
"@types/react-dom": "^18.
|
|
57
|
+
"@types/react": "^18.3.2",
|
|
58
|
+
"@types/react-dom": "^18.3.0",
|
|
59
59
|
"@types/styled-components": "^5.1.34",
|
|
60
60
|
"@types/uuid": "^9.0.8",
|
|
61
61
|
"babel-loader": "^9.1.3",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
63
|
-
"lerna": "^8.1.
|
|
64
|
-
"react": "^18.
|
|
65
|
-
"react-dom": "^18.
|
|
66
|
-
"styled-components": "^6.1.
|
|
63
|
+
"lerna": "^8.1.3",
|
|
64
|
+
"react": "^18.3.1",
|
|
65
|
+
"react-dom": "^18.3.1",
|
|
66
|
+
"styled-components": "^6.1.11",
|
|
67
67
|
"typescript": "^5.4.5"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
70
|
+
"@chayns-components/core": "^5.0.0-beta.594"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"chayns-api": ">=1.0.50",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "7a04d9e9b5bb14dba9041c4ac95335a25032d06d"
|
|
83
83
|
}
|