koylu-vampir-design 1.0.33 → 1.0.34
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FadeInView.d.ts","sourceRoot":"","sources":["../../src/Views/FadeInView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAG3D,aAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"FadeInView.d.ts","sourceRoot":"","sources":["../../src/Views/FadeInView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAG3D,aAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA2CtC,CAAC"}
|
package/dist/Views/FadeInView.js
CHANGED
|
@@ -23,7 +23,7 @@ exports.FadeInView = void 0;
|
|
|
23
23
|
const react_1 = __importStar(require("react"));
|
|
24
24
|
const react_native_1 = require("react-native");
|
|
25
25
|
const Utils_1 = require("../Utils");
|
|
26
|
-
const FadeInView = ({ children, style, visible = true, duration = 500, delay = 0 }) => {
|
|
26
|
+
const FadeInView = ({ children, style, visible = true, duration = 500, delay = 0, }) => {
|
|
27
27
|
const animation = new react_native_1.Animated.Value(0);
|
|
28
28
|
const animationRef = react_1.useRef(animation);
|
|
29
29
|
const easing = react_native_1.Easing.out(react_native_1.Easing.linear);
|
|
@@ -37,7 +37,7 @@ const FadeInView = ({ children, style, visible = true, duration = 500, delay = 0
|
|
|
37
37
|
duration,
|
|
38
38
|
delay,
|
|
39
39
|
easing,
|
|
40
|
-
useNativeDriver: true
|
|
40
|
+
useNativeDriver: true,
|
|
41
41
|
}).start();
|
|
42
42
|
}
|
|
43
43
|
else {
|
|
@@ -49,7 +49,7 @@ const FadeInView = ({ children, style, visible = true, duration = 500, delay = 0
|
|
|
49
49
|
duration,
|
|
50
50
|
delay,
|
|
51
51
|
easing,
|
|
52
|
-
useNativeDriver: true
|
|
52
|
+
useNativeDriver: true,
|
|
53
53
|
}).start();
|
|
54
54
|
}
|
|
55
55
|
}, [visible]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { GestureResponderEvent, StyleProp
|
|
2
|
+
import { AccessibilityState, GestureResponderEvent, StyleProp } from "react-native";
|
|
3
3
|
export declare type TouchableViewProps = {
|
|
4
4
|
style?: StyleProp<any>;
|
|
5
5
|
wrapperStyle?: StyleProp<any>;
|
|
@@ -12,6 +12,7 @@ export declare type TouchableViewProps = {
|
|
|
12
12
|
accessibilityState?: AccessibilityState;
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
flex?: number;
|
|
15
|
+
children?: React.ReactNode;
|
|
15
16
|
};
|
|
16
17
|
export declare const TouchableView: React.FC<TouchableViewProps>;
|
|
17
18
|
//# sourceMappingURL=TouchableView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TouchableView.d.ts","sourceRoot":"","sources":["../../src/Views/TouchableView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,
|
|
1
|
+
{"version":3,"file":"TouchableView.d.ts","sourceRoot":"","sources":["../../src/Views/TouchableView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EACL,kBAAkB,EAGlB,qBAAqB,EACrB,SAAS,EAGV,MAAM,cAAc,CAAC;AAEtB,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAC9B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACpD,WAAW,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACtD,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6GtD,CAAC"}
|