@react-xp/aeiou 0.1.0-beta.6 → 0.1.0-beta.8
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/dist/cjs/components/a/a.native.js +2 -2
- package/dist/cjs/components/a/a.web.js +2 -2
- package/dist/cjs/components/d/d.native.js +2 -2
- package/dist/cjs/components/d/d.web.js +3 -3
- package/dist/cjs/components/e/e.native.js +4 -2
- package/dist/cjs/components/e/e.web.js +3 -2
- package/dist/cjs/components/i/i.native.js +2 -8
- package/dist/cjs/components/i/i.web.js +2 -2
- package/dist/cjs/components/l/l.web.js +2 -2
- package/dist/cjs/components/o/o.web.js +2 -2
- package/dist/cjs/components/p/p.web.js +2 -2
- package/dist/cjs/hooks/index.js +1 -0
- package/dist/cjs/hooks/index.native.js +1 -0
- package/dist/cjs/hooks/index.web.js +1 -0
- package/dist/cjs/hooks/useOnHoverOrPress.js +21 -0
- package/dist/esm/components/a/a.native.js +2 -2
- package/dist/esm/components/a/a.web.js +2 -2
- package/dist/esm/components/d/d.native.js +2 -2
- package/dist/esm/components/d/d.web.js +3 -3
- package/dist/esm/components/e/e.native.js +5 -3
- package/dist/esm/components/e/e.web.js +4 -3
- package/dist/esm/components/i/i.native.js +2 -8
- package/dist/esm/components/i/i.web.js +2 -2
- package/dist/esm/components/l/l.web.js +2 -2
- package/dist/esm/components/o/o.web.js +2 -2
- package/dist/esm/components/p/p.web.js +2 -2
- package/dist/esm/hooks/index.js +1 -0
- package/dist/esm/hooks/index.native.js +1 -0
- package/dist/esm/hooks/index.web.js +1 -0
- package/dist/esm/hooks/useOnHoverOrPress.js +17 -0
- package/dist/native/cjs/components/a/a.native.js +2 -2
- package/dist/native/cjs/components/a/a.web.js +2 -2
- package/dist/native/cjs/components/d/d.native.js +2 -2
- package/dist/native/cjs/components/d/d.web.js +3 -3
- package/dist/native/cjs/components/e/e.native.js +4 -2
- package/dist/native/cjs/components/e/e.web.js +3 -2
- package/dist/native/cjs/components/i/i.native.js +2 -8
- package/dist/native/cjs/components/i/i.web.js +2 -2
- package/dist/native/cjs/components/l/l.web.js +2 -2
- package/dist/native/cjs/components/o/o.web.js +2 -2
- package/dist/native/cjs/components/p/p.web.js +2 -2
- package/dist/native/cjs/hooks/index.js +1 -0
- package/dist/native/cjs/hooks/index.native.js +1 -0
- package/dist/native/cjs/hooks/index.web.js +1 -0
- package/dist/native/cjs/hooks/useOnHoverOrPress.js +21 -0
- package/dist/native/esm/components/a/a.native.js +2 -2
- package/dist/native/esm/components/a/a.web.js +2 -2
- package/dist/native/esm/components/d/d.native.js +2 -2
- package/dist/native/esm/components/d/d.web.js +3 -3
- package/dist/native/esm/components/e/e.native.js +5 -3
- package/dist/native/esm/components/e/e.web.js +4 -3
- package/dist/native/esm/components/i/i.native.js +2 -8
- package/dist/native/esm/components/i/i.web.js +2 -2
- package/dist/native/esm/components/l/l.web.js +2 -2
- package/dist/native/esm/components/o/o.web.js +2 -2
- package/dist/native/esm/components/p/p.web.js +2 -2
- package/dist/native/esm/hooks/index.js +1 -0
- package/dist/native/esm/hooks/index.native.js +1 -0
- package/dist/native/esm/hooks/index.web.js +1 -0
- package/dist/native/esm/hooks/useOnHoverOrPress.js +17 -0
- package/dist/native/tsconfig.native.cjs.tsbuildinfo +1 -1
- package/dist/native/tsconfig.native.esm.tsbuildinfo +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/types/components/a/a.native.d.ts +1 -4
- package/dist/types/components/a/a.native.d.ts.map +1 -1
- package/dist/types/components/a/a.web.d.ts +1 -4
- package/dist/types/components/a/a.web.d.ts.map +1 -1
- package/dist/types/components/d/d.native.d.ts +1 -4
- package/dist/types/components/d/d.native.d.ts.map +1 -1
- package/dist/types/components/d/d.web.d.ts +1 -4
- package/dist/types/components/d/d.web.d.ts.map +1 -1
- package/dist/types/components/e/e.native.d.ts +1 -4
- package/dist/types/components/e/e.native.d.ts.map +1 -1
- package/dist/types/components/e/e.web.d.ts +1 -4
- package/dist/types/components/e/e.web.d.ts.map +1 -1
- package/dist/types/components/i/i.native.d.ts +1 -4
- package/dist/types/components/i/i.native.d.ts.map +1 -1
- package/dist/types/components/i/i.web.d.ts +1 -4
- package/dist/types/components/i/i.web.d.ts.map +1 -1
- package/dist/types/components/i/useIUtils.d.ts +1 -1
- package/dist/types/components/l/l.native.d.ts +1 -4
- package/dist/types/components/l/l.native.d.ts.map +1 -1
- package/dist/types/components/l/l.web.d.ts +1 -4
- package/dist/types/components/l/l.web.d.ts.map +1 -1
- package/dist/types/components/o/o.native.d.ts +1 -4
- package/dist/types/components/o/o.native.d.ts.map +1 -1
- package/dist/types/components/o/o.web.d.ts +1 -4
- package/dist/types/components/o/o.web.d.ts.map +1 -1
- package/dist/types/components/p/p.native.d.ts +1 -4
- package/dist/types/components/p/p.native.d.ts.map +1 -1
- package/dist/types/components/p/p.web.d.ts +1 -3
- package/dist/types/components/p/p.web.d.ts.map +1 -1
- package/dist/types/components/s/s.native.d.ts +1 -4
- package/dist/types/components/s/s.native.d.ts.map +1 -1
- package/dist/types/components/s/s.web.d.ts +1 -4
- package/dist/types/components/s/s.web.d.ts.map +1 -1
- package/dist/types/components/t/t.native.d.ts +1 -4
- package/dist/types/components/t/t.native.d.ts.map +1 -1
- package/dist/types/components/t/t.web.d.ts +1 -4
- package/dist/types/components/t/t.web.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/index.native.d.ts +1 -0
- package/dist/types/hooks/index.native.d.ts.map +1 -1
- package/dist/types/hooks/index.web.d.ts +1 -0
- package/dist/types/hooks/index.web.d.ts.map +1 -1
- package/dist/types/hooks/useOnHoverOrPress.d.ts +12 -0
- package/dist/types/hooks/useOnHoverOrPress.d.ts.map +1 -0
- package/dist/types/types/base.d.ts +13 -2
- package/dist/types/types/base.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { type ModalProps as TRNModalProps } from 'react-native';
|
|
2
1
|
import type { TDialogProps } from '../../types';
|
|
3
|
-
export declare function D({ open, onOpenChange, placement, className, backdropClassName, containerClassName, contentClassName, children, ref, ...rest }: Omit<TDialogProps, 'closeOnBackdropClick'>
|
|
4
|
-
style?: TRNModalProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function D({ open, onOpenChange, placement, className, backdropClassName, containerClassName, contentClassName, children, ref, containerStyle, contentStyle, ...rest }: Omit<TDialogProps, 'closeOnBackdropClick' | 'style'>): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Dialog: typeof D;
|
|
7
4
|
//# sourceMappingURL=d.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"d.native.d.ts","sourceRoot":"","sources":["../../../../src/components/d/d.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"d.native.d.ts","sourceRoot":"","sources":["../../../../src/components/d/d.native.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,aAAa,CAAC;AAGlE,wBAAgB,CAAC,CAAC,EAChB,IAAI,EACJ,YAAY,EACZ,SAAoB,EACpB,SAAS,EACT,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,QAAQ,EACR,GAAG,EACH,cAAc,EACd,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,IAAI,CAAC,YAAY,EAAE,sBAAsB,GAAG,OAAO,CAAC,2CA+CtD;AAED,eAAO,MAAM,MAAM,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TDialogProps } from '../../types';
|
|
3
|
-
export declare function D({ open, onOpenChange, placement, className, backdropClassName, containerClassName, contentClassName, closeOnBackdropClick, children, ref, ...rest }: TDialogProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react").ReactPortal | null;
|
|
2
|
+
export declare function D({ open, onOpenChange, placement, className, backdropClassName, containerClassName, contentClassName, closeOnBackdropClick, children, ref, containerStyle, contentStyle, ...rest }: Omit<TDialogProps, 'style'>): import("react").ReactPortal | null;
|
|
6
3
|
export declare const Dialog: typeof D;
|
|
7
4
|
//# sourceMappingURL=d.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"d.web.d.ts","sourceRoot":"","sources":["../../../../src/components/d/d.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"d.web.d.ts","sourceRoot":"","sources":["../../../../src/components/d/d.web.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAoB,YAAY,EAAa,MAAM,aAAa,CAAC;AAG7E,wBAAgB,CAAC,CAAC,EAChB,IAAI,EACJ,YAAY,EACZ,SAAoB,EACpB,SAAS,EACT,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,oBAA2B,EAC3B,QAAQ,EACR,GAAG,EACH,cAAc,EACd,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC,sCA0D7B;AAED,eAAO,MAAM,MAAM,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { type ViewProps } from 'react-native';
|
|
2
1
|
import type { TElementProps } from '../../types';
|
|
3
|
-
export declare function E({ className, children,
|
|
4
|
-
style?: ViewProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function E({ className, children, onIn, onOut, onClick, onPress, ref, style, ...rest }: Omit<TElementProps, 'role'>): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Element: typeof E;
|
|
7
4
|
//# sourceMappingURL=e.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e.native.d.ts","sourceRoot":"","sources":["../../../../src/components/e/e.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"e.native.d.ts","sourceRoot":"","sources":["../../../../src/components/e/e.native.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAgB,MAAM,aAAa,CAAC;AAG/D,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,OAAO,EACP,OAAO,EACP,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,2CA0B7B;AAED,eAAO,MAAM,OAAO,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TElementProps } from '../../types';
|
|
3
|
-
export declare function E({ className, children, onPress, onClick, ref, ...rest }: TElementProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function E({ className, children, onIn, onOut, onPress, onClick, ref, style, ...rest }: TElementProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Element: typeof E;
|
|
7
4
|
//# sourceMappingURL=e.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e.web.d.ts","sourceRoot":"","sources":["../../../../src/components/e/e.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"e.web.d.ts","sourceRoot":"","sources":["../../../../src/components/e/e.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,aAAa,CAAC;AAE5D,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,OAAO,EACP,OAAO,EACP,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,aAAa,2CAqBf;AAED,eAAO,MAAM,OAAO,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { type TextInputProps } from 'react-native';
|
|
2
1
|
import type { TInputProps } from '../../types';
|
|
3
|
-
export declare function I({ className, value, defaultValue, placeholder, onChange, onChangeValue, type, inputMode, keyboardType, editable, disabled, ref, ...rest }: TInputProps
|
|
4
|
-
style?: TextInputProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function I({ className, value, defaultValue, placeholder, onChange, onChangeValue, type, inputMode, keyboardType, editable, disabled, ref, style, ...rest }: TInputProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Input: typeof I;
|
|
7
4
|
//# sourceMappingURL=i.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i.native.d.ts","sourceRoot":"","sources":["../../../../src/components/i/i.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"i.native.d.ts","sourceRoot":"","sources":["../../../../src/components/i/i.native.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAgB,MAAM,aAAa,CAAC;AAG7D,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,KAAK,EACL,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,aAAa,EACb,IAAI,EACJ,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,WAAW,2CA+Bb;AAED,eAAO,MAAM,KAAK,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TInputProps } from '../../types';
|
|
3
|
-
export declare function I({ className, value, defaultValue, placeholder, onChange, onChangeValue, type, inputMode, keyboardType, disabled, editable, ref, ...rest }: TInputProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function I({ className, value, defaultValue, placeholder, onChange, onChangeValue, type, inputMode, keyboardType, disabled, editable, ref, style, ...rest }: TInputProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Input: typeof I;
|
|
7
4
|
//# sourceMappingURL=i.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i.web.d.ts","sourceRoot":"","sources":["../../../../src/components/i/i.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"i.web.d.ts","sourceRoot":"","sources":["../../../../src/components/i/i.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAa,MAAM,aAAa,CAAC;AAG1D,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,KAAK,EACL,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,aAAa,EACb,IAAI,EACJ,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,WAAW,2CAkCb;AAED,eAAO,MAAM,KAAK,UAAI,CAAC"}
|
|
@@ -3,7 +3,7 @@ export declare const useIUtils: () => {
|
|
|
3
3
|
treatTypeModeAndKeyboardType: ({ inputMode, keyboardType, type, }: Pick<TInputProps, "inputMode" | "keyboardType" | "type">) => {
|
|
4
4
|
masterInputKeyboardType: "url" | "numeric" | "default" | "email-address" | "phone-pad" | "decimal-pad" | undefined;
|
|
5
5
|
masterInputMode: "text" | "email" | "url" | "tel" | "search" | "numeric" | "decimal" | undefined;
|
|
6
|
-
masterInputType: "number" | "text" | "password" | "email" | "url" | "tel" | (string & {});
|
|
6
|
+
masterInputType: "number" | "checkbox" | "text" | "password" | "email" | "url" | "tel" | "date" | "file" | "hidden" | (string & {});
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=useIUtils.d.ts.map
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { ViewProps } from 'react-native';
|
|
2
1
|
import type { TLinkProps } from '../../types';
|
|
3
|
-
export declare function L(props: Omit<TLinkProps, 'href'>
|
|
4
|
-
style?: ViewProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function L(props: Omit<TLinkProps, 'href'>): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Link: typeof L;
|
|
7
4
|
//# sourceMappingURL=l.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"l.native.d.ts","sourceRoot":"","sources":["../../../../src/components/l/l.native.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"l.native.d.ts","sourceRoot":"","sources":["../../../../src/components/l/l.native.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,wBAAgB,CAAC,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,2CAEhD;AAED,eAAO,MAAM,IAAI,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TLinkProps } from '../../types';
|
|
3
|
-
export declare function L({ className, children, to, href, onClick, onPress, preventDefault, ref, ...rest }: TLinkProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function L({ className, children, to, href, onClick, onPress, preventDefault, ref, style, ...rest }: TLinkProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Link: typeof L;
|
|
7
4
|
//# sourceMappingURL=l.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"l.web.d.ts","sourceRoot":"","sources":["../../../../src/components/l/l.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"l.web.d.ts","sourceRoot":"","sources":["../../../../src/components/l/l.web.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAa,MAAM,aAAa,CAAC;AAEzD,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,EAAE,EACF,IAAI,EACJ,OAAO,EACP,OAAO,EACP,cAAc,EACd,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,UAAU,2CAoBZ;AAED,eAAO,MAAM,IAAI,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { type ScrollViewProps } from 'react-native';
|
|
2
1
|
import type { TOverflowProps } from '../../types';
|
|
3
|
-
export declare function O({ className, children, horizontal, ref, ...rest }: TOverflowProps
|
|
4
|
-
style?: ScrollViewProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function O({ className, children, horizontal, ref, ...rest }: TOverflowProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Overflow: typeof O;
|
|
7
4
|
//# sourceMappingURL=o.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o.native.d.ts","sourceRoot":"","sources":["../../../../src/components/o/o.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"o.native.d.ts","sourceRoot":"","sources":["../../../../src/components/o/o.native.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,UAAU,EACV,GAAG,EACH,GAAG,IAAI,EACR,EAAE,cAAc,2CAahB;AAED,eAAO,MAAM,QAAQ,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TOverflowProps } from '../../types';
|
|
3
|
-
export declare function O({ className, children, horizontal, ref, ...rest }: TOverflowProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function O({ className, children, horizontal, ref, style, ...rest }: TOverflowProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Overflow: typeof O;
|
|
7
4
|
//# sourceMappingURL=o.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o.web.d.ts","sourceRoot":"","sources":["../../../../src/components/o/o.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"o.web.d.ts","sourceRoot":"","sources":["../../../../src/components/o/o.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,aAAa,CAAC;AAE7D,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,UAAU,EACV,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,cAAc,2CAchB;AAED,eAAO,MAAM,QAAQ,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { type ImageProps as RNImageProps } from 'react-native';
|
|
2
1
|
import type { TPictureProps } from '../../types';
|
|
3
|
-
export declare function P({ className, src, source, ref, ...rest }: TPictureProps
|
|
4
|
-
style?: RNImageProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function P({ className, src, source, ref, ...rest }: TPictureProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Picture: typeof P;
|
|
7
4
|
//# sourceMappingURL=p.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"p.native.d.ts","sourceRoot":"","sources":["../../../../src/components/p/p.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"p.native.d.ts","sourceRoot":"","sources":["../../../../src/components/p/p.native.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,wBAAgB,CAAC,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,EAAE,aAAa,2CAYxE;AAED,eAAO,MAAM,OAAO,UAAI,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TPictureProps } from '../../types';
|
|
3
|
-
export declare function P({ alt, className, ref, ...rest }: TPictureProps & {
|
|
2
|
+
export declare function P({ alt, className, ref, style, ...rest }: TPictureProps & {
|
|
4
3
|
alt: string;
|
|
5
|
-
style?: CSSProperties;
|
|
6
4
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
5
|
export declare const Picture: typeof P;
|
|
8
6
|
//# sourceMappingURL=p.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"p.web.d.ts","sourceRoot":"","sources":["../../../../src/components/p/p.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"p.web.d.ts","sourceRoot":"","sources":["../../../../src/components/p/p.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,aAAa,CAAC;AAE5D,wBAAgB,CAAC,CAAC,EAChB,GAAG,EACH,SAAS,EACT,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,aAAa,GAAG;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,2CAcjC;AAED,eAAO,MAAM,OAAO,UAAI,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { type SafeAreaViewProps } from 'react-native-safe-area-context';
|
|
2
1
|
import type { TSafeProps } from '../../types';
|
|
3
|
-
export declare function S({ className, children, ref, ...rest }: TSafeProps
|
|
4
|
-
style?: SafeAreaViewProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function S({ className, children, ref, ...rest }: TSafeProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
//# sourceMappingURL=s.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"s.native.d.ts","sourceRoot":"","sources":["../../../../src/components/s/s.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"s.native.d.ts","sourceRoot":"","sources":["../../../../src/components/s/s.native.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,wBAAgB,CAAC,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,EAAE,UAAU,2CAYlE"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TSafeProps } from '../../types';
|
|
3
|
-
export declare function S(props: TSafeProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function S(props: TSafeProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Safe: typeof S;
|
|
7
4
|
//# sourceMappingURL=s.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"s.web.d.ts","sourceRoot":"","sources":["../../../../src/components/s/s.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"s.web.d.ts","sourceRoot":"","sources":["../../../../src/components/s/s.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,wBAAgB,CAAC,CAAC,KAAK,EAAE,UAAU,2CAElC;AAED,eAAO,MAAM,IAAI,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { type TextProps } from 'react-native';
|
|
2
1
|
import type { TTextProps } from '../../types';
|
|
3
|
-
export declare function T({ className, children, onClick, onPress, ref, ...rest }: Omit<TTextProps, 'as'>
|
|
4
|
-
style?: TextProps['style'];
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function T({ className, children, onClick, onPress, ref, ...rest }: Omit<TTextProps, 'as'>): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Text: typeof T;
|
|
7
4
|
//# sourceMappingURL=t.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t.native.d.ts","sourceRoot":"","sources":["../../../../src/components/t/t.native.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t.native.d.ts","sourceRoot":"","sources":["../../../../src/components/t/t.native.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,OAAO,EACP,OAAO,EACP,GAAG,EACH,GAAG,IAAI,EACR,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,2CAiBxB;AAED,eAAO,MAAM,IAAI,UAAI,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
1
|
import type { TTextProps } from '../../types';
|
|
3
|
-
export declare function T({ className, children, as, onClick, onPress, ref, ...rest }: TTextProps
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function T({ className, children, as, onClick, onPress, ref, ...rest }: TTextProps): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export declare const Text: typeof T;
|
|
7
4
|
//# sourceMappingURL=t.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t.web.d.ts","sourceRoot":"","sources":["../../../../src/components/t/t.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t.web.d.ts","sourceRoot":"","sources":["../../../../src/components/t/t.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,UAAU,EAAE,MAAM,aAAa,CAAC;AAEpD,wBAAgB,CAAC,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,EAAW,EACX,OAAO,EACP,OAAO,EACP,GAAG,EACH,GAAG,IAAI,EACR,EAAE,UAAU,2CAkBZ;AAED,eAAO,MAAM,IAAI,UAAI,CAAC"}
|
|
@@ -2,5 +2,6 @@ export * from './useAction/useAction.web';
|
|
|
2
2
|
export * from './useCn';
|
|
3
3
|
export * from './useInteractiveState/useInteractiveState.web';
|
|
4
4
|
export * from './useOnChange';
|
|
5
|
+
export * from './useOnHoverOrPress';
|
|
5
6
|
export * from './useProps';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC;AACxB,cAAc,+CAA+C,CAAC;AAC9D,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC;AACxB,cAAc,+CAA+C,CAAC;AAC9D,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
|
|
@@ -2,5 +2,6 @@ export * from './useAction/useAction.native';
|
|
|
2
2
|
export * from './useCn';
|
|
3
3
|
export * from './useInteractiveState/useInteractiveState.native';
|
|
4
4
|
export * from './useOnChange';
|
|
5
|
+
export * from './useOnHoverOrPress';
|
|
5
6
|
export * from './useProps';
|
|
6
7
|
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.native.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,SAAS,CAAC;AACxB,cAAc,kDAAkD,CAAC;AACjE,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.native.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,SAAS,CAAC;AACxB,cAAc,kDAAkD,CAAC;AACjE,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
|
|
@@ -2,5 +2,6 @@ export * from './useAction/useAction.web';
|
|
|
2
2
|
export * from './useCn';
|
|
3
3
|
export * from './useInteractiveState/useInteractiveState.web';
|
|
4
4
|
export * from './useOnChange';
|
|
5
|
+
export * from './useOnHoverOrPress';
|
|
5
6
|
export * from './useProps';
|
|
6
7
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.web.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.web.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC;AACxB,cAAc,+CAA+C,CAAC;AAC9D,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.web.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.web.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC;AACxB,cAAc,+CAA+C,CAAC;AAC9D,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TAny } from '../types';
|
|
2
|
+
type TUseOnHoverOrPressProps = {
|
|
3
|
+
onIn: ((event?: TAny) => void) | undefined;
|
|
4
|
+
onOut: ((event?: TAny) => void) | undefined;
|
|
5
|
+
};
|
|
6
|
+
export declare const useOnHoverOrPress: ({ onIn, onOut }: TUseOnHoverOrPressProps) => {
|
|
7
|
+
onMouseEnter: ((event?: TAny) => void) | undefined;
|
|
8
|
+
onMouseLeave: ((event?: TAny) => void) | undefined;
|
|
9
|
+
onPress: (event?: TAny) => void;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=useOnHoverOrPress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOnHoverOrPress.d.ts","sourceRoot":"","sources":["../../../src/hooks/useOnHoverOrPress.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAErC,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC3C,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,iBAAiB,uBAAuB;4BAJxD,IAAI,KAAK,IAAI;4BACZ,IAAI,KAAK,IAAI;sBAUR,IAAI;CAgB3B,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import type { ReactNode, Ref } from 'react';
|
|
1
|
+
import type { CSSProperties, ReactNode, Ref } from 'react';
|
|
2
|
+
import type { StyleProp, TextStyle } from 'react-native';
|
|
2
3
|
export type TAny = any;
|
|
4
|
+
export type TNativeStyle<TStyle = TextStyle> = StyleProp<TStyle>;
|
|
5
|
+
export type TWebStyle = CSSProperties;
|
|
6
|
+
export type TUniversalStyle = TNativeStyle | TWebStyle;
|
|
3
7
|
export type TBasePrimitiveProps = {
|
|
4
8
|
children?: ReactNode;
|
|
5
9
|
className?: string;
|
|
6
10
|
ref?: Ref<TAny>;
|
|
11
|
+
style?: TUniversalStyle;
|
|
7
12
|
};
|
|
8
13
|
export type TBasePrimitiveWithActionProps = TBasePrimitiveProps & {
|
|
9
14
|
onClick?: (event?: TAny) => void;
|
|
@@ -14,15 +19,19 @@ export type TActionProps = TBasePrimitiveWithActionProps & {
|
|
|
14
19
|
};
|
|
15
20
|
export type TElementProps = TBasePrimitiveWithActionProps & {
|
|
16
21
|
disabled?: boolean;
|
|
22
|
+
onIn?: (event?: TAny) => void;
|
|
23
|
+
onOut?: (event?: TAny) => void;
|
|
17
24
|
role?: string;
|
|
18
25
|
};
|
|
19
26
|
export type TInputProps = TBasePrimitiveProps & {
|
|
27
|
+
id?: string;
|
|
28
|
+
name?: string;
|
|
20
29
|
value?: string;
|
|
21
30
|
defaultValue?: string;
|
|
22
31
|
placeholder?: string;
|
|
23
32
|
onChange?: (event: TAny) => void;
|
|
24
33
|
onChangeValue?: (value: string) => void;
|
|
25
|
-
type?: 'text' | 'password' | 'email' | 'number' | 'url' | 'tel';
|
|
34
|
+
type?: 'checkbox' | 'text' | 'password' | 'email' | 'number' | 'url' | 'tel' | 'date' | 'file' | 'hidden';
|
|
26
35
|
inputMode?: 'text' | 'search' | 'email' | 'numeric' | 'decimal' | 'tel' | 'url';
|
|
27
36
|
keyboardType?: 'default' | 'email-address' | 'numeric' | 'phone-pad' | 'url' | 'decimal-pad';
|
|
28
37
|
editable?: boolean;
|
|
@@ -52,7 +61,9 @@ export type TDialogProps = TBasePrimitiveProps & {
|
|
|
52
61
|
placement?: TDialogPlacement;
|
|
53
62
|
backdropClassName?: string;
|
|
54
63
|
containerClassName?: string;
|
|
64
|
+
containerStyle?: TUniversalStyle;
|
|
55
65
|
contentClassName?: string;
|
|
66
|
+
contentStyle?: TUniversalStyle;
|
|
56
67
|
closeOnBackdropClick?: boolean;
|
|
57
68
|
};
|
|
58
69
|
export type TSafeProps = TBasePrimitiveProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/types/base.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/types/base.ts"],"names":[],"mappings":"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"}
|