@teamturing/react-native-kit 1.2.0 → 1.2.1
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/lib/commonjs/component/Banner/BannerRectangle.js +7 -8
- package/lib/commonjs/component/Banner/BannerRectangle.js.map +1 -1
- package/lib/commonjs/component/Btn/BaseBtn.js +3 -5
- package/lib/commonjs/component/Btn/BaseBtn.js.map +1 -1
- package/lib/commonjs/component/Btn/FixedBottomCTABtn.js +2 -3
- package/lib/commonjs/component/Btn/FixedBottomCTABtn.js.map +1 -1
- package/lib/commonjs/component/Btn/IconBtn.js +2 -2
- package/lib/commonjs/component/Btn/IconBtn.js.map +1 -1
- package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js +2 -3
- package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js.map +1 -1
- package/lib/commonjs/component/Btn/index.js +4 -5
- package/lib/commonjs/component/Btn/index.js.map +1 -1
- package/lib/commonjs/component/EmptyState.js +1 -2
- package/lib/commonjs/component/EmptyState.js.map +1 -1
- package/lib/commonjs/component/Icon/AnimatedIcon.js +2 -2
- package/lib/commonjs/component/Icon/AnimatedIcon.js.map +1 -1
- package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js +6 -7
- package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js.map +1 -1
- package/lib/commonjs/component/Layout/SectionLayout/Section.js +2 -2
- package/lib/commonjs/component/Layout/SectionLayout/Section.js.map +1 -1
- package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js +2 -2
- package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js.map +1 -1
- package/lib/commonjs/component/Layout/SectionLayout/index.js +20 -13
- package/lib/commonjs/component/Layout/SectionLayout/index.js.map +1 -1
- package/lib/commonjs/component/Pressable/PressableDelayed.js +2 -3
- package/lib/commonjs/component/Pressable/PressableDelayed.js.map +1 -1
- package/lib/commonjs/component/TagHorizontalList.js +7 -9
- package/lib/commonjs/component/TagHorizontalList.js.map +1 -1
- package/lib/commonjs/component/TextField/BaseTextField.js +5 -6
- package/lib/commonjs/component/TextField/BaseTextField.js.map +1 -1
- package/lib/commonjs/component/TextField/CoreTextField.js +3 -3
- package/lib/commonjs/component/TextField/CoreTextField.js.map +1 -1
- package/lib/commonjs/component/TextField/index.js +2 -3
- package/lib/commonjs/component/TextField/index.js.map +1 -1
- package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js +3 -5
- package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js.map +1 -1
- package/lib/commonjs/component/dialog/base/ModalBox.js +5 -5
- package/lib/commonjs/component/dialog/base/ModalBox.js.map +1 -1
- package/lib/commonjs/util/Px.js +2 -3
- package/lib/commonjs/util/Px.js.map +1 -1
- package/lib/commonjs/util/index.js +10 -16
- package/lib/commonjs/util/index.js.map +1 -1
- package/lib/commonjs/util/is.js +2 -3
- package/lib/commonjs/util/is.js.map +1 -1
- package/lib/module/component/Banner/BannerRectangle.js +1 -1
- package/lib/module/component/Banner/BannerRectangle.js.map +1 -1
- package/lib/module/component/Btn/BaseBtn.js +2 -3
- package/lib/module/component/Btn/BaseBtn.js.map +1 -1
- package/lib/module/component/Btn/FixedBottomCTABtn.js +2 -2
- package/lib/module/component/Btn/FixedBottomCTABtn.js.map +1 -1
- package/lib/module/component/Btn/IconBtn.js +1 -1
- package/lib/module/component/Btn/IconBtn.js.map +1 -1
- package/lib/module/component/Btn/InteractiveToggledIconBtn.js +1 -1
- package/lib/module/component/Btn/InteractiveToggledIconBtn.js.map +1 -1
- package/lib/module/component/Btn/index.js +2 -2
- package/lib/module/component/Btn/index.js.map +1 -1
- package/lib/module/component/EmptyState.js +1 -2
- package/lib/module/component/EmptyState.js.map +1 -1
- package/lib/module/component/Icon/AnimatedIcon.js +1 -1
- package/lib/module/component/Icon/AnimatedIcon.js.map +1 -1
- package/lib/module/component/Layout/AdaptiveWindowLayout.js +2 -2
- package/lib/module/component/Layout/AdaptiveWindowLayout.js.map +1 -1
- package/lib/module/component/Layout/SectionLayout/Section.js +1 -1
- package/lib/module/component/Layout/SectionLayout/Section.js.map +1 -1
- package/lib/module/component/Layout/SectionLayout/SectionLayout.js +1 -2
- package/lib/module/component/Layout/SectionLayout/SectionLayout.js.map +1 -1
- package/lib/module/component/Layout/SectionLayout/index.js +2 -3
- package/lib/module/component/Layout/SectionLayout/index.js.map +1 -1
- package/lib/module/component/Pressable/PressableDelayed.js +1 -1
- package/lib/module/component/Pressable/PressableDelayed.js.map +1 -1
- package/lib/module/component/TagHorizontalList.js +2 -3
- package/lib/module/component/TagHorizontalList.js.map +1 -1
- package/lib/module/component/TextField/BaseTextField.js +4 -4
- package/lib/module/component/TextField/BaseTextField.js.map +1 -1
- package/lib/module/component/TextField/CoreTextField.js +3 -3
- package/lib/module/component/TextField/CoreTextField.js.map +1 -1
- package/lib/module/component/TextField/index.js +1 -1
- package/lib/module/component/TextField/index.js.map +1 -1
- package/lib/module/component/dialog/CommonBottomSheetDialog.js +1 -2
- package/lib/module/component/dialog/CommonBottomSheetDialog.js.map +1 -1
- package/lib/module/component/dialog/base/ModalBox.js +1 -1
- package/lib/module/component/dialog/base/ModalBox.js.map +1 -1
- package/lib/module/util/Px.js +1 -1
- package/lib/module/util/Px.js.map +1 -1
- package/lib/module/util/index.js +1 -1
- package/lib/module/util/index.js.map +1 -1
- package/lib/module/util/is.js +1 -2
- package/lib/module/util/is.js.map +1 -1
- package/lib/typescript/commonjs/src/component/Box/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Btn/index.d.ts +2 -2
- package/lib/typescript/commonjs/src/component/Btn/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/EmptyState.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts +2 -2
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts +2 -3
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/TagHorizontalList.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts +3 -4
- package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts +2 -3
- package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/TextField/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/component/TextField/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +2 -2
- package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/util/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/util/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/util/is.d.ts +2 -2
- package/lib/typescript/commonjs/src/util/is.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Box/index.d.ts +1 -1
- package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts +1 -1
- package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Btn/IconBtn.d.ts +1 -1
- package/lib/typescript/module/src/component/Btn/IconBtn.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Btn/index.d.ts +2 -2
- package/lib/typescript/module/src/component/Btn/index.d.ts.map +1 -1
- package/lib/typescript/module/src/component/EmptyState.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts +1 -1
- package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts +1 -1
- package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts +1 -1
- package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts +2 -2
- package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -1
- package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts +2 -3
- package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts.map +1 -1
- package/lib/typescript/module/src/component/TagHorizontalList.d.ts.map +1 -1
- package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts +3 -4
- package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts.map +1 -1
- package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts +2 -3
- package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts.map +1 -1
- package/lib/typescript/module/src/component/TextField/index.d.ts +1 -1
- package/lib/typescript/module/src/component/TextField/index.d.ts.map +1 -1
- package/lib/typescript/module/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -1
- package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +2 -2
- package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -1
- package/lib/typescript/module/src/util/index.d.ts +1 -1
- package/lib/typescript/module/src/util/index.d.ts.map +1 -1
- package/lib/typescript/module/src/util/is.d.ts +2 -2
- package/lib/typescript/module/src/util/is.d.ts.map +1 -1
- package/package.json +4 -2
- package/src/component/Banner/BannerRectangle.tsx +1 -1
- package/src/component/Btn/BaseBtn.tsx +2 -3
- package/src/component/Btn/FixedBottomCTABtn.tsx +2 -3
- package/src/component/Btn/IconBtn.tsx +1 -1
- package/src/component/Btn/InteractiveToggledIconBtn.tsx +1 -1
- package/src/component/Btn/index.ts +3 -2
- package/src/component/EmptyState.tsx +1 -2
- package/src/component/Icon/AnimatedIcon.tsx +1 -1
- package/src/component/Layout/AdaptiveWindowLayout.tsx +3 -3
- package/src/component/Layout/SectionLayout/Section.tsx +1 -1
- package/src/component/Layout/SectionLayout/SectionLayout.tsx +1 -3
- package/src/component/Layout/SectionLayout/index.ts +2 -4
- package/src/component/Pressable/PressableDelayed.tsx +1 -1
- package/src/component/TagHorizontalList.tsx +2 -3
- package/src/component/TextField/BaseTextField.tsx +4 -4
- package/src/component/TextField/CoreTextField.tsx +4 -3
- package/src/component/TextField/index.ts +1 -1
- package/src/component/dialog/CommonBottomSheetDialog.tsx +1 -1
- package/src/component/dialog/ItemSelectBottomSheetDialog.tsx +1 -1
- package/src/component/dialog/base/ModalBox.tsx +1 -1
- package/src/util/Px.ts +1 -1
- package/src/util/index.ts +1 -1
- package/src/util/is.ts +1 -3
|
@@ -9,5 +9,5 @@ type Props = {
|
|
|
9
9
|
animatedStyle?: AnimatedStyle;
|
|
10
10
|
};
|
|
11
11
|
declare const AnimatedIcon: ({ name, size, layout, animatedStyle }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export
|
|
12
|
+
export { AnimatedIcon };
|
|
13
13
|
//# sourceMappingURL=AnimatedIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimatedIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Icon/AnimatedIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,KAAK,CAAC;AAC1C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,QAAA,MAAM,YAAY,0CAAgD,KAAK,4CAQtE,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"AnimatedIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Icon/AnimatedIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,KAAK,CAAC;AAC1C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,QAAA,MAAM,YAAY,0CAAgD,KAAK,4CAQtE,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
import type { WindowSizeClass } from './Layout
|
|
2
|
+
import type { WindowSizeClass } from './Layout';
|
|
3
3
|
export type AdaptiveLayoutProps = {
|
|
4
4
|
ifElement?: React.ReactElement | null;
|
|
5
5
|
elseElement?: React.ReactElement | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdaptiveWindowLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Layout/AdaptiveWindowLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"AdaptiveWindowLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Layout/AdaptiveWindowLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhD,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IACxC,uBAAuB,CAAC,EAAE,eAAe,CAAC;IAC1C,wBAAwB,CAAC,EAAE,eAAe,CAAC;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AACF;;;KAGK;AACL,QAAA,MAAM,oBAAoB,UAAW,mBAAmB,8EAkBvD,CAAC;AAiBF,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -5,6 +5,6 @@ type Props = {
|
|
|
5
5
|
style?: StyleProp<ViewStyle>;
|
|
6
6
|
} & Pick<ViewProps, 'onLayout'> & SxProps;
|
|
7
7
|
declare const Section: (props: React.PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export
|
|
8
|
+
export { Section };
|
|
9
9
|
export type { Props as SectionProps };
|
|
10
10
|
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,GAC7B,OAAO,CAAC;AAEV,QAAA,MAAM,OAAO,UAAW,MAAM,iBAAiB,CAAC,KAAK,CAAC,4CAQrD,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,GAC7B,OAAO,CAAC;AAEV,QAAA,MAAM,OAAO,UAAW,MAAM,iBAAiB,CAAC,KAAK,CAAC,4CAQrD,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,YAAY,EAAE,KAAK,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -5,7 +5,7 @@ import { type ColumnProps } from '../Column';
|
|
|
5
5
|
type Props = {
|
|
6
6
|
style?: StyleProp<ViewStyle>;
|
|
7
7
|
} & SxProps;
|
|
8
|
-
declare const SectionLayout: (props: React.PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const SectionLayout: (props: React.PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export declare const SectionDivider: (props: ColumnProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export
|
|
10
|
+
export {};
|
|
11
11
|
//# sourceMappingURL=SectionLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/SectionLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAGhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzD,OAAO,EAAE,KAAK,WAAW,EAAU,MAAM,WAAW,CAAC;AAIrD,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,OAAO,CAAC;AAEZ,
|
|
1
|
+
{"version":3,"file":"SectionLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/SectionLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAGhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzD,OAAO,EAAE,KAAK,WAAW,EAAU,MAAM,WAAW,CAAC;AAIrD,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,OAAO,CAAC;AAEZ,eAAO,MAAM,aAAa,UAAW,MAAM,iBAAiB,CAAC,KAAK,CAAC,4CAwBlE,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,WAAW,4CAEhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagHorizontalList.d.ts","sourceRoot":"","sources":["../../../../../src/component/TagHorizontalList.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAE,KAAK,QAAQ,EAAoC,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"TagHorizontalList.d.ts","sourceRoot":"","sources":["../../../../../src/component/TagHorizontalList.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAE,KAAK,QAAQ,EAAoC,MAAM,8BAA8B,CAAC;AAgB/F,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACtD,CAAC;AAsEF,eAAO,MAAM,iBAAiB;UA5EtB,CAAC,QAAQ,GAAG;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,EAAE;;;kEA4EgB,CAAC"}
|
|
@@ -17,10 +17,10 @@ type Props = {
|
|
|
17
17
|
style?: StyleProp<ViewStyle>;
|
|
18
18
|
textFieldStyle?: TextStyle;
|
|
19
19
|
} & Omit<CoreTextFieldProps, 'style'>;
|
|
20
|
-
declare const
|
|
20
|
+
export declare const BaseTextField: React.ForwardRefExoticComponent<{
|
|
21
21
|
label?: string | undefined;
|
|
22
|
-
leadingIcon?: "
|
|
23
|
-
trailingIcon?: "
|
|
22
|
+
leadingIcon?: "filter" | "scroll" | "link" | "picture" | "search" | "time" | "video" | "top" | "new" | "set" | "repeat" | "ai" | "ai_color" | "ai_sad" | "aim_point" | "alarm" | "apple_color" | "arrow_down" | "arrow_left" | "arrow_left_circle" | "arrow_left_limit" | "arrow_left_right" | "arrow_right" | "arrow_right_circle" | "arrow_right_limit" | "arrow_up" | "arrow_up_down" | "arrow_up_limit" | "barchart" | "book" | "bookmark" | "box" | "bus_color" | "calendar_check" | "calendar_check_color" | "calendar_color" | "camera" | "card" | "cards_percent" | "cards_percent_color" | "caret_down" | "caret_left" | "caret_right" | "caret_up" | "cart" | "chat_bubble" | "chat_bubble_badge_color" | "chat_bubble_correct" | "chat_bubble_correct_color" | "chat_bubble_dots" | "chat_bubble_question" | "check" | "check_in_circle" | "check_in_circle_color" | "check_in_circle_line" | "chevron_down" | "chevron_down_two" | "chevron_left" | "chevron_right" | "chevron_right_two" | "chevron_up" | "chevron_up_two" | "circles" | "clip" | "close" | "close_in_circle" | "coin" | "contact" | "copy" | "correct" | "coupon" | "crown" | "curriculum" | "curriculum_color" | "delete" | "document" | "dots" | "download" | "emoji" | "emoji_plus" | "emoji_plus_dash" | "eng" | "enter" | "equal" | "eraser" | "exclamation_point_in_circle" | "eye_off" | "eye_on" | "face_happy" | "face_sad" | "facebook" | "facebook_color" | "fire" | "fire_color" | "folder" | "frame" | "glasses" | "graph" | "gun" | "gun_color" | "hair" | "headphone" | "heart" | "home" | "infinite" | "info_in_circle" | "instagram" | "kakao_color" | "kor" | "league" | "letter" | "letter_crown_color" | "letter_crown_open_color" | "letter_heart_color" | "letter_heart_open_color" | "line_three" | "lock" | "lock_color" | "logo_apple" | "logo_color" | "logo_facebook" | "logo_kakao" | "logo_naver" | "maxsize" | "minsize" | "minus" | "minus_in_circle" | "moneybag" | "moneybag_color" | "more" | "my_bubble" | "naver_color" | "note" | "note_color" | "note_pen_color" | "number_five_filled" | "number_five_outlined" | "number_four_filled" | "number_four_outlined" | "number_one_filled" | "number_one_outlined" | "number_three_filled" | "number_three_outlined" | "number_two_filled" | "number_two_outlined" | "out" | "palm_tree_color" | "paper_check" | "paper_pen" | "paper_pen_color" | "paper_two" | "pause" | "pen" | "percent_in_circle" | "pill" | "pill_color" | "pin" | "pin_color_red" | "play" | "plug" | "plug_color" | "plus" | "plus_in_circle" | "point_in_circle" | "point_in_circle_color" | "present" | "present_color" | "problem" | "profile" | "progress_gradient" | "question_mark_in_circle" | "question_mark_in_circle_outlined" | "raffle_color" | "receipt" | "refresh" | "school" | "school_color" | "setting" | "share" | "shield_check" | "siren" | "skipback" | "skipforward" | "sound_off" | "sound_on" | "speaker" | "stackup" | "star" | "star_color" | "store" | "sync" | "test_upload_color" | "thumbdown" | "thumbup" | "thunder" | "ticket" | "ticket_color" | "timer" | "touch" | "trash" | "treasurebox" | "trophy" | "twinkle" | "undo" | "university" | "user_blocked" | "user_check" | "user_plus" | "user_two" | "video_color" | "vote_color" | "warning" | "wifi" | "workbook" | "workbook_color" | "wrong" | "youtube" | "bookmark_animation" | "chat_bubble_question_animation" | undefined;
|
|
23
|
+
trailingIcon?: "filter" | "scroll" | "link" | "picture" | "search" | "time" | "video" | "top" | "new" | "set" | "repeat" | "ai" | "ai_color" | "ai_sad" | "aim_point" | "alarm" | "apple_color" | "arrow_down" | "arrow_left" | "arrow_left_circle" | "arrow_left_limit" | "arrow_left_right" | "arrow_right" | "arrow_right_circle" | "arrow_right_limit" | "arrow_up" | "arrow_up_down" | "arrow_up_limit" | "barchart" | "book" | "bookmark" | "box" | "bus_color" | "calendar_check" | "calendar_check_color" | "calendar_color" | "camera" | "card" | "cards_percent" | "cards_percent_color" | "caret_down" | "caret_left" | "caret_right" | "caret_up" | "cart" | "chat_bubble" | "chat_bubble_badge_color" | "chat_bubble_correct" | "chat_bubble_correct_color" | "chat_bubble_dots" | "chat_bubble_question" | "check" | "check_in_circle" | "check_in_circle_color" | "check_in_circle_line" | "chevron_down" | "chevron_down_two" | "chevron_left" | "chevron_right" | "chevron_right_two" | "chevron_up" | "chevron_up_two" | "circles" | "clip" | "close" | "close_in_circle" | "coin" | "contact" | "copy" | "correct" | "coupon" | "crown" | "curriculum" | "curriculum_color" | "delete" | "document" | "dots" | "download" | "emoji" | "emoji_plus" | "emoji_plus_dash" | "eng" | "enter" | "equal" | "eraser" | "exclamation_point_in_circle" | "eye_off" | "eye_on" | "face_happy" | "face_sad" | "facebook" | "facebook_color" | "fire" | "fire_color" | "folder" | "frame" | "glasses" | "graph" | "gun" | "gun_color" | "hair" | "headphone" | "heart" | "home" | "infinite" | "info_in_circle" | "instagram" | "kakao_color" | "kor" | "league" | "letter" | "letter_crown_color" | "letter_crown_open_color" | "letter_heart_color" | "letter_heart_open_color" | "line_three" | "lock" | "lock_color" | "logo_apple" | "logo_color" | "logo_facebook" | "logo_kakao" | "logo_naver" | "maxsize" | "minsize" | "minus" | "minus_in_circle" | "moneybag" | "moneybag_color" | "more" | "my_bubble" | "naver_color" | "note" | "note_color" | "note_pen_color" | "number_five_filled" | "number_five_outlined" | "number_four_filled" | "number_four_outlined" | "number_one_filled" | "number_one_outlined" | "number_three_filled" | "number_three_outlined" | "number_two_filled" | "number_two_outlined" | "out" | "palm_tree_color" | "paper_check" | "paper_pen" | "paper_pen_color" | "paper_two" | "pause" | "pen" | "percent_in_circle" | "pill" | "pill_color" | "pin" | "pin_color_red" | "play" | "plug" | "plug_color" | "plus" | "plus_in_circle" | "point_in_circle" | "point_in_circle_color" | "present" | "present_color" | "problem" | "profile" | "progress_gradient" | "question_mark_in_circle" | "question_mark_in_circle_outlined" | "raffle_color" | "receipt" | "refresh" | "school" | "school_color" | "setting" | "share" | "shield_check" | "siren" | "skipback" | "skipforward" | "sound_off" | "sound_on" | "speaker" | "stackup" | "star" | "star_color" | "store" | "sync" | "test_upload_color" | "thumbdown" | "thumbup" | "thunder" | "ticket" | "ticket_color" | "timer" | "touch" | "trash" | "treasurebox" | "trophy" | "twinkle" | "undo" | "university" | "user_blocked" | "user_check" | "user_plus" | "user_two" | "video_color" | "vote_color" | "warning" | "wifi" | "workbook" | "workbook_color" | "wrong" | "youtube" | "bookmark_animation" | "chat_bubble_question_animation" | undefined;
|
|
24
24
|
trailingIconFill?: ColorValue | undefined;
|
|
25
25
|
trailingElements?: React.ReactElement<any, string | React.JSXElementConstructor<any>>[] | undefined;
|
|
26
26
|
disabled?: boolean | undefined;
|
|
@@ -32,6 +32,5 @@ declare const _default: React.ForwardRefExoticComponent<{
|
|
|
32
32
|
style?: StyleProp<ViewStyle>;
|
|
33
33
|
textFieldStyle?: TextStyle | undefined;
|
|
34
34
|
} & Omit<CoreTextFieldProps, "style"> & React.RefAttributes<TextInput>>;
|
|
35
|
-
export default _default;
|
|
36
35
|
export type { Props as BaseTextFieldProps };
|
|
37
36
|
//# sourceMappingURL=BaseTextField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/BaseTextField.tsx"],"names":[],"mappings":"AAUA,OAAO,
|
|
1
|
+
{"version":3,"file":"BaseTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/BaseTextField.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAQ,MAAM,cAAc,CAAC;AAGrH,OAAO,EAAE,KAAK,QAAQ,EAAQ,MAAM,SAAS,CAAC;AAE9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAG1D,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B,gBAAgB,CAAC,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;AAyHtC,eAAO,MAAM,aAAa;;;;;;;;;;;qBA5HR,IAAI;YACZ,UAAU,SAAS,CAAC;;uEA2HyB,CAAC;AACxD,YAAY,EAAE,KAAK,IAAI,kBAAkB,EAAE,CAAC"}
|
|
@@ -16,7 +16,7 @@ type Props = {
|
|
|
16
16
|
numericFormatType?: NumericFormatType;
|
|
17
17
|
onChangeText?: (formattedValue: string, internalValue: string) => void;
|
|
18
18
|
} & Pick<TextInputProps, 'textContentType' | 'maxLength' | 'multiline' | 'onFocus' | 'onBlur' | 'placeholder' | 'placeholderTextColor' | 'value' | 'keyboardType' | 'onSubmitEditing' | 'returnKeyType' | 'autoFocus' | 'secureTextEntry' | 'enablesReturnKeyAutomatically' | 'scrollEnabled' | 'testID'>;
|
|
19
|
-
declare const
|
|
19
|
+
export declare const CoreTextField: React.ForwardRefExoticComponent<{
|
|
20
20
|
style?: StyleProp<TextStyle>;
|
|
21
21
|
disabled?: boolean | undefined;
|
|
22
22
|
readonly?: boolean | undefined;
|
|
@@ -29,7 +29,6 @@ declare const _default: React.ForwardRefExoticComponent<{
|
|
|
29
29
|
*/
|
|
30
30
|
numericFormatType?: NumericFormatType | undefined;
|
|
31
31
|
onChangeText?: ((formattedValue: string, internalValue: string) => void) | undefined;
|
|
32
|
-
} & Pick<TextInputProps, "
|
|
33
|
-
export default _default;
|
|
32
|
+
} & Pick<TextInputProps, "value" | "testID" | "onBlur" | "onFocus" | "scrollEnabled" | "textContentType" | "maxLength" | "multiline" | "placeholder" | "placeholderTextColor" | "keyboardType" | "onSubmitEditing" | "returnKeyType" | "autoFocus" | "secureTextEntry" | "enablesReturnKeyAutomatically"> & React.RefAttributes<TextInput>>;
|
|
34
33
|
export type { Props as CoreTextFieldProps };
|
|
35
34
|
//# sourceMappingURL=CoreTextField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoreTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/CoreTextField.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"CoreTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/CoreTextField.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAGvE,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,YAAY,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;CACxE,GAAG,IAAI,CACN,cAAc,EACZ,iBAAiB,GACjB,WAAW,GACX,WAAW,GACX,SAAS,GACT,QAAQ,GACR,aAAa,GACb,sBAAsB,GACtB,OAAO,GACP,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,iBAAiB,GACjB,+BAA+B,GAC/B,eAAe,GACf,QAAQ,CACX,CAAC;AAuEF,eAAO,MAAM,aAAa;YArGhB,UAAU,SAAS,CAAC;;;IAG5B;;;;;;OAMG;;qCAE6B,MAAM,iBAAiB,MAAM,KAAK,IAAI;2UA0FjB,CAAC;AAExD,YAAY,EAAE,KAAK,IAAI,kBAAkB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/CommonBottomSheetDialog.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,QAAQ,EACb,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"CommonBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/CommonBottomSheetDialog.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,QAAQ,EACb,KAAK,SAAS,EAQf,MAAM,8BAA8B,CAAC;AAQtC,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,CAAC,MAAM,EAAE,iCAAiC,KAAK,IAAI,CAAC;IAC1D,KAAK,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,6CAA6C,MAAM,CAAC;AAEjE,QAAA,MAAM,uBAAuB,qIA8K3B,CAAC;AAEH,eAAO,MAAM,+BAA+B,+CAG3C,CAAC;AAEF,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type BottomSheetDialogProps } from './base/BottomSheetDialog';
|
|
3
|
-
import type { DialogRef } from './base
|
|
3
|
+
import type { DialogRef } from './base';
|
|
4
4
|
type Option<T> = Readonly<{
|
|
5
5
|
id: T;
|
|
6
6
|
value: string;
|
|
@@ -36,7 +36,7 @@ export declare const ItemSelectBottomSheetDialog: <T>(props: {
|
|
|
36
36
|
}) => void) | undefined;
|
|
37
37
|
disabledSelect?: boolean | undefined;
|
|
38
38
|
testID?: string | undefined;
|
|
39
|
-
} & Omit<BottomSheetDialogProps, "
|
|
39
|
+
} & Omit<BottomSheetDialogProps, "children" | "style" | "excludeSafeAreaBottomPadding"> & {
|
|
40
40
|
ref?: React.ForwardedRef<DialogRef> | undefined;
|
|
41
41
|
}) => ReturnType<typeof _ItemSelectBottomSheetDialog>;
|
|
42
42
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSelectBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/ItemSelectBottomSheetDialog.tsx"],"names":[],"mappings":"AAYA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAGpE,OAAO,EAAE,KAAK,sBAAsB,EAAqB,MAAM,0BAA0B,CAAC;AAC1F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ItemSelectBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/ItemSelectBottomSheetDialog.tsx"],"names":[],"mappings":"AAYA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAGpE,OAAO,EAAE,KAAK,sBAAsB,EAAqB,MAAM,0BAA0B,CAAC;AAC1F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAExC,KAAK,MAAM,CAAC,CAAC,IAAI,QAAQ,CAAC;IAAE,EAAE,EAAE,CAAC,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAEjH,MAAM,MAAM,gCAAgC,CAAC,CAAC,IAAI;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,CAAC;IACnD,gBAAgB,CAAC,EAAE,CAAC,CAAC;IACrB,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,CAAC,CAAA;KAAE,KAAK,IAAI,CAAC;IACrE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,8BAA8B,GAAG,OAAO,CAAC,CAAC;AACxF,QAAA,MAAM,4BAA4B,iJAU3B,MAAM,GAAG,CAAC,SAAS,CAAC,4CAuE1B,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;eA7FE,MAAM;;;;;;;eAMF,MAAM;;UAAc,IAAI;;;;;MAyFjE,WAAW,mCAAmC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/util/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAC;AACrB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,MAAM,CAAC;AACrB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
type Falsy = undefined | null | 0 | false | '';
|
|
2
2
|
type Func = (...args: any[]) => any;
|
|
3
|
-
declare const is: {
|
|
3
|
+
export declare const is: {
|
|
4
4
|
iOS: () => boolean;
|
|
5
5
|
android: () => boolean;
|
|
6
6
|
notEmptyString: (candidate: any) => candidate is string;
|
|
@@ -23,5 +23,5 @@ declare const is: {
|
|
|
23
23
|
boolean: (candidate: any) => candidate is boolean;
|
|
24
24
|
promise: <T_5>(p: any) => p is Promise<T_5>;
|
|
25
25
|
};
|
|
26
|
-
export
|
|
26
|
+
export {};
|
|
27
27
|
//# sourceMappingURL=is.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is.d.ts","sourceRoot":"","sources":["../../../../../src/util/is.ts"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,GAAG,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC;AAC/C,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AAoEpC,
|
|
1
|
+
{"version":3,"file":"is.d.ts","sourceRoot":"","sources":["../../../../../src/util/is.ts"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,GAAG,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC;AAC/C,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AAoEpC,eAAO,MAAM,EAAE;eAhCJ,OAAO;mBACH,OAAO;gCARQ,GAAG;6BACN,GAAG;4BACJ,GAAG,KAAG,OAAO;kCACP,GAAG;wBA7Bb,GAAG;wBACH,GAAG;+BACI,GAAG;8BAEJ,GAAG;sBAEX,GAAG;2BACE,GAAG;iCACG,GAAG;;;;wBAIZ,GAAG;6BACE,GAAG;4BACN,GAAG;yBACJ,GAAG;;CAsDzB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-native-kit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "React Native Common Module for Team Turing",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"example": "yarn workspace @teamturing/react-native-kit-example",
|
|
7
7
|
"dev": "yarn example start",
|
|
8
8
|
"check:type": "tsc",
|
|
9
9
|
"check:lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
10
|
+
"t": "yarn check:lint && yarn check:type",
|
|
10
11
|
"build": "yarn gen:icon && yarn gen:theme && bob build",
|
|
11
12
|
"gen:icon": "bash ./script/gen_icon.sh",
|
|
12
13
|
"gen:theme": "generate-theme-type src/theme/StyledSystemTheme.ts ../../node_modules/@react-native-styled-system/core/lib/typescript/src/@types/ThemedTypings.d.ts",
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"source": "./src/index.tsx",
|
|
66
67
|
"main": "./lib/commonjs/index.js",
|
|
67
68
|
"module": "./lib/module/index.js",
|
|
69
|
+
"types": "./lib/typescript/module/src/index.d.ts",
|
|
68
70
|
"exports": {
|
|
69
71
|
".": {
|
|
70
72
|
"import": {
|
|
@@ -154,5 +156,5 @@
|
|
|
154
156
|
"bugs": {
|
|
155
157
|
"url": "https://github.com/weareteamturing/bombe/issues"
|
|
156
158
|
},
|
|
157
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "276a437e3f6533f415cd2f87d959a747d8f3ff13"
|
|
158
160
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import type { SxProps } from '@react-native-styled-system/core';
|
|
2
2
|
import { useSx } from '@react-native-styled-system/core';
|
|
3
|
-
import { spacing, palette, gradient, Txt, PressableDelayed, LoadingIndicator } from '@teamturing/react-native-kit';
|
|
3
|
+
import { spacing, palette, gradient, Txt, PressableDelayed, LoadingIndicator, is } from '@teamturing/react-native-kit';
|
|
4
4
|
import { mix } from 'polished';
|
|
5
5
|
import type { PressableProps, StyleProp, ViewStyle } from 'react-native';
|
|
6
6
|
import { StyleSheet } from 'react-native';
|
|
7
7
|
|
|
8
|
-
import is from '../../util/is';
|
|
9
8
|
import { type GradientCollecitonProps, GradientCollection } from '../GradientCollection';
|
|
10
9
|
import { type IconName, Icon } from '../Icon';
|
|
11
10
|
import type { LayoutStyle } from '../Layout/LayoutStyle';
|
|
@@ -342,5 +341,5 @@ const BaseBtn = (props: Props) => {
|
|
|
342
341
|
);
|
|
343
342
|
};
|
|
344
343
|
|
|
345
|
-
export
|
|
344
|
+
export { BaseBtn };
|
|
346
345
|
export type { Props as BaseBtnProps };
|
|
@@ -3,9 +3,8 @@ import type { ReactElement } from 'react';
|
|
|
3
3
|
import { is } from '../../util';
|
|
4
4
|
import { Box } from '../Box';
|
|
5
5
|
import { WhiteGradientFixedBottomLayout, FixedBottomLayout } from '../Layout';
|
|
6
|
-
|
|
6
|
+
import { Btn } from './index';
|
|
7
7
|
import type { BaseBtnProps } from './BaseBtn';
|
|
8
|
-
import BaseBtn from './BaseBtn';
|
|
9
8
|
|
|
10
9
|
type Props = {
|
|
11
10
|
excludeSafeAreaBottom?: boolean;
|
|
@@ -15,7 +14,7 @@ type Props = {
|
|
|
15
14
|
|
|
16
15
|
const FixedBottomCTABtn = ({ excludeSafeAreaBottom, enableGradient = true, wrapper, ...props }: Props) => {
|
|
17
16
|
const Wrapper = enableGradient ? WhiteGradientFixedBottomLayout : FixedBottomLayout;
|
|
18
|
-
const button = <
|
|
17
|
+
const button = <Btn size={'l'} variant={'primary'} fullWidth {...props} />;
|
|
19
18
|
return (
|
|
20
19
|
<Wrapper excludeSafeAreaBottom={excludeSafeAreaBottom}>
|
|
21
20
|
<Box px={'sidePadding'}>{is.function(wrapper) ? wrapper(button) : button}</Box>
|
|
@@ -16,7 +16,7 @@ import Animated, {
|
|
|
16
16
|
} from 'react-native-reanimated';
|
|
17
17
|
|
|
18
18
|
import type { IconName } from '../Icon';
|
|
19
|
-
import AnimatedIcon from '../Icon/AnimatedIcon';
|
|
19
|
+
import { AnimatedIcon } from '../Icon/AnimatedIcon';
|
|
20
20
|
|
|
21
21
|
type Variant = 'gray-primary' | 'lightgray-darkgray';
|
|
22
22
|
const ColorByVariant: Record<
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import {
|
|
2
|
+
BaseBtn as Btn,
|
|
2
3
|
type BaseBtnProps as BtnProps,
|
|
3
4
|
type BaseBtnSize as BtnSize,
|
|
4
5
|
type BaseBtnVariant as BtnVariant,
|
|
5
6
|
} from './BaseBtn';
|
|
6
|
-
import IconBtn,
|
|
7
|
+
import { IconBtn, type IconBtnProps } from './IconBtn';
|
|
7
8
|
|
|
8
9
|
export { IconBtn, Btn, type BtnProps, type BtnSize, type BtnVariant, type IconBtnProps };
|
|
9
10
|
export * from './FixedBottomCTABtn';
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { SxProps } from '@react-native-styled-system/core';
|
|
2
2
|
import { useSx } from '@react-native-styled-system/core';
|
|
3
|
-
import { spacing, Txt, palette, is } from '@teamturing/react-native-kit';
|
|
3
|
+
import { spacing, Txt, palette, is, Btn } from '@teamturing/react-native-kit';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import type { StyleProp, ViewStyle } from 'react-native';
|
|
6
6
|
import { View } from 'react-native';
|
|
7
7
|
|
|
8
8
|
import type { BaseBtnProps } from './Btn/BaseBtn';
|
|
9
|
-
import Btn from './Btn/BaseBtn';
|
|
10
9
|
import type { IconName, IconProps } from './Icon';
|
|
11
10
|
import { Icon } from './Icon';
|
|
12
11
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
|
|
3
|
-
import is from '../../util
|
|
3
|
+
import { is } from '../../util';
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
5
|
+
import type { WindowSizeClass } from './Layout';
|
|
6
|
+
import { useDynamicLayout } from './Layout';
|
|
7
7
|
|
|
8
8
|
export type AdaptiveLayoutProps = {
|
|
9
9
|
ifElement?: React.ReactElement | null;
|
|
@@ -13,7 +13,7 @@ type Props = {
|
|
|
13
13
|
style?: StyleProp<ViewStyle>;
|
|
14
14
|
} & SxProps;
|
|
15
15
|
|
|
16
|
-
const SectionLayout = (props: React.PropsWithChildren<Props>) => {
|
|
16
|
+
export const SectionLayout = (props: React.PropsWithChildren<Props>) => {
|
|
17
17
|
const { getStyle } = useSx(props, { fallback: { bg: 'gray100' } });
|
|
18
18
|
const { children } = props;
|
|
19
19
|
|
|
@@ -42,5 +42,3 @@ const SectionLayout = (props: React.PropsWithChildren<Props>) => {
|
|
|
42
42
|
export const SectionDivider = (props: ColumnProps) => (
|
|
43
43
|
<Column {...props} style={[props?.style, { height: spacing[4], backgroundColor: palette.gray100 }]} />
|
|
44
44
|
);
|
|
45
|
-
|
|
46
|
-
export default SectionLayout;
|
|
@@ -6,10 +6,9 @@ import { useRef, forwardRef, useImperativeHandle, useCallback } from 'react';
|
|
|
6
6
|
import type { ScrollView } from 'react-native';
|
|
7
7
|
import { View } from 'react-native';
|
|
8
8
|
|
|
9
|
-
import is from '../util
|
|
9
|
+
import { is } from '../util';
|
|
10
10
|
|
|
11
|
-
import { useDynamicLayout } from './Layout
|
|
12
|
-
import { RowCenter } from './Layout/Row';
|
|
11
|
+
import { useDynamicLayout, RowCenter } from './Layout';
|
|
13
12
|
import { StyledScrollView } from './StyledScrollView';
|
|
14
13
|
|
|
15
14
|
type Props = {
|
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
type ImperativeAnimationRef,
|
|
9
9
|
Touch,
|
|
10
10
|
} from '@teamturing/react-native-kit';
|
|
11
|
-
import React, { useEffect, useRef } from 'react';
|
|
11
|
+
import React, { useEffect, useRef, forwardRef } from 'react';
|
|
12
12
|
import { type TextInput, type StyleProp, type ViewStyle, type ColorValue, type TextStyle, View } from 'react-native';
|
|
13
13
|
|
|
14
14
|
import { IconBtn } from '../Btn';
|
|
15
15
|
import { type IconName, Icon } from '../Icon';
|
|
16
16
|
|
|
17
17
|
import type { CoreTextFieldProps } from './CoreTextField';
|
|
18
|
-
import CoreTextField from './CoreTextField';
|
|
18
|
+
import { CoreTextField } from './CoreTextField';
|
|
19
19
|
|
|
20
20
|
type Props = {
|
|
21
21
|
label?: string;
|
|
@@ -33,7 +33,7 @@ type Props = {
|
|
|
33
33
|
textFieldStyle?: TextStyle;
|
|
34
34
|
} & Omit<CoreTextFieldProps, 'style'>;
|
|
35
35
|
|
|
36
|
-
const
|
|
36
|
+
const _BaseTextField = (
|
|
37
37
|
{
|
|
38
38
|
label,
|
|
39
39
|
leadingIcon,
|
|
@@ -152,5 +152,5 @@ const BaseTextField = (
|
|
|
152
152
|
);
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
-
export
|
|
155
|
+
export const BaseTextField = forwardRef(_BaseTextField);
|
|
156
156
|
export type { Props as BaseTextFieldProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FontWeight, is, palette, spacing } from '@teamturing/react-native-kit';
|
|
2
|
-
import React, { useState, useEffect } from 'react';
|
|
2
|
+
import React, { useState, useEffect, forwardRef } from 'react';
|
|
3
3
|
import type { TextInputProps, StyleProp, TextStyle } from 'react-native';
|
|
4
4
|
import { TextInput } from 'react-native';
|
|
5
5
|
|
|
@@ -39,7 +39,7 @@ type Props = {
|
|
|
39
39
|
| 'testID'
|
|
40
40
|
>;
|
|
41
41
|
|
|
42
|
-
const
|
|
42
|
+
const _CoreTextField = (
|
|
43
43
|
{
|
|
44
44
|
disabled,
|
|
45
45
|
readonly,
|
|
@@ -108,5 +108,6 @@ const CoreTextField = (
|
|
|
108
108
|
);
|
|
109
109
|
};
|
|
110
110
|
|
|
111
|
-
export
|
|
111
|
+
export const CoreTextField = forwardRef(_CoreTextField);
|
|
112
|
+
|
|
112
113
|
export type { Props as CoreTextFieldProps };
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
Txt,
|
|
10
10
|
Btn,
|
|
11
11
|
runAfterFlushMacroQueue,
|
|
12
|
+
is,
|
|
12
13
|
} from '@teamturing/react-native-kit';
|
|
13
14
|
import { forwardRef, useCallback, useImperativeHandle, useRef, useState } from 'react';
|
|
14
15
|
|
|
15
|
-
import is from '../../util/is';
|
|
16
16
|
import { type BaseBtnProps } from '../Btn/BaseBtn';
|
|
17
17
|
|
|
18
18
|
import { useDialogContext } from './DialogProvider';
|
|
@@ -14,7 +14,7 @@ import React, { useRef, useImperativeHandle, useMemo } from 'react';
|
|
|
14
14
|
import { ScrollView, TouchableHighlight } from 'react-native';
|
|
15
15
|
|
|
16
16
|
import { type BottomSheetDialogProps, BottomSheetDialog } from './base/BottomSheetDialog';
|
|
17
|
-
import type { DialogRef } from './base
|
|
17
|
+
import type { DialogRef } from './base';
|
|
18
18
|
|
|
19
19
|
type Option<T> = Readonly<{ id: T; value: string; description?: string; disabled?: boolean; chevron?: boolean }>;
|
|
20
20
|
|
package/src/util/Px.ts
CHANGED
package/src/util/index.ts
CHANGED