@jamadd/react-native-template-ui 0.1.16 → 0.2.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/README.md +7 -7
- package/lib/commonjs/components/button/AnimatedPressable.js.map +1 -0
- package/lib/commonjs/components/{btn → button}/AnimatedThemedPressable.js +2 -2
- package/lib/commonjs/components/button/AnimatedThemedPressable.js.map +1 -0
- package/lib/commonjs/components/{btn/ThemedBtn.js → button/ThemedButton.js} +6 -6
- package/lib/commonjs/components/button/ThemedButton.js.map +1 -0
- package/lib/commonjs/components/{btn/ThemedIconBtn.js → button/ThemedIconButton.js} +5 -5
- package/lib/commonjs/components/button/ThemedIconButton.js.map +1 -0
- package/lib/commonjs/components/{btn/ThemedIconTextBtn.js → button/ThemedIconTextButton.js} +5 -5
- package/lib/commonjs/components/button/ThemedIconTextButton.js.map +1 -0
- package/lib/commonjs/components/{btn → button}/ThemedPressable.js +2 -2
- package/lib/commonjs/components/button/ThemedPressable.js.map +1 -0
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +6 -6
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +4 -4
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +2 -2
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +4 -4
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +4 -4
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
- package/lib/commonjs/components/overlay/alert/Alert.js +16 -16
- package/lib/commonjs/components/overlay/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/overlay/alert/{AlertBtn.js → AlertButton.js} +15 -15
- package/lib/commonjs/components/overlay/alert/AlertButton.js.map +1 -0
- package/lib/commonjs/components/overlay/alert/{AlertBtns.js → AlertButtons.js} +19 -19
- package/lib/commonjs/components/overlay/alert/AlertButtons.js.map +1 -0
- package/lib/commonjs/components/overlay/alert/AlertWrap.js +4 -4
- package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +1 -1
- package/lib/commonjs/components/overlay/modal/ThemedModal.js +1 -1
- package/lib/commonjs/components/switch/ThemedSwitch.js +1 -1
- package/lib/commonjs/hooks/{btn.js → button.js} +2 -2
- package/lib/commonjs/hooks/button.js.map +1 -0
- package/lib/commonjs/hooks/switch.js +2 -2
- package/lib/commonjs/hooks/switch.js.map +1 -1
- package/lib/commonjs/index.js +23 -23
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/types/{btn.js → button.js} +1 -1
- package/lib/commonjs/types/{btn.js.map → button.js.map} +1 -1
- package/lib/commonjs/utils/button/const.js +17 -0
- package/lib/commonjs/utils/button/const.js.map +1 -0
- package/lib/commonjs/utils/overlay/const.js +6 -6
- package/lib/commonjs/utils/overlay/const.js.map +1 -1
- package/lib/commonjs/utils/theme/const.js +3 -3
- package/lib/commonjs/utils/theme/const.js.map +1 -1
- package/lib/module/components/button/AnimatedPressable.js.map +1 -0
- package/lib/module/components/{btn → button}/AnimatedThemedPressable.js +1 -1
- package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -0
- package/lib/module/components/{btn/ThemedBtn.js → button/ThemedButton.js} +6 -6
- package/lib/module/components/button/ThemedButton.js.map +1 -0
- package/lib/module/components/{btn/ThemedIconBtn.js → button/ThemedIconButton.js} +5 -5
- package/lib/module/components/button/ThemedIconButton.js.map +1 -0
- package/lib/module/components/{btn/ThemedIconTextBtn.js → button/ThemedIconTextButton.js} +5 -5
- package/lib/module/components/button/ThemedIconTextButton.js.map +1 -0
- package/lib/module/components/{btn → button}/ThemedPressable.js +1 -1
- package/lib/module/components/button/ThemedPressable.js.map +1 -0
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +6 -6
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +4 -4
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +2 -2
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +4 -4
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +4 -4
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
- package/lib/module/components/overlay/alert/Alert.js +16 -16
- package/lib/module/components/overlay/alert/Alert.js.map +1 -1
- package/lib/module/components/overlay/alert/{AlertBtn.js → AlertButton.js} +16 -16
- package/lib/module/components/overlay/alert/AlertButton.js.map +1 -0
- package/lib/module/components/overlay/alert/{AlertBtns.js → AlertButtons.js} +19 -19
- package/lib/module/components/overlay/alert/AlertButtons.js.map +1 -0
- package/lib/module/components/overlay/alert/AlertWrap.js +4 -4
- package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
- package/lib/module/components/overlay/modal/ThemedModal.js +1 -1
- package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -1
- package/lib/module/components/switch/ThemedSwitch.js +1 -1
- package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
- package/lib/module/hooks/{btn.js → button.js} +2 -2
- package/lib/module/hooks/button.js.map +1 -0
- package/lib/module/hooks/switch.js +1 -1
- package/lib/module/hooks/switch.js.map +1 -1
- package/lib/module/index.js +8 -8
- package/lib/module/index.js.map +1 -1
- package/lib/module/types/button.js +4 -0
- package/lib/module/types/{btn.js.map → button.js.map} +1 -1
- package/lib/module/utils/button/const.js +13 -0
- package/lib/module/utils/button/const.js.map +1 -0
- package/lib/module/utils/overlay/const.js +5 -5
- package/lib/module/utils/overlay/const.js.map +1 -1
- package/lib/module/utils/theme/const.js +3 -3
- package/lib/module/utils/theme/const.js.map +1 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedPressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/{btn → button}/AnimatedThemedPressable.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/{btn → button}/ThemedPressable.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/button/ThemedPressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/text/Text.d.ts +38 -38
- package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts +31 -31
- package/lib/typescript/commonjs/src/components/view/Box.d.ts +62 -62
- package/lib/typescript/commonjs/src/hooks/{btn.d.ts → button.d.ts} +42 -42
- package/lib/typescript/commonjs/src/hooks/{btn.d.ts.map → button.d.ts.map} +1 -1
- package/lib/typescript/commonjs/src/hooks/theme.d.ts +6 -6
- package/lib/typescript/commonjs/src/index.d.ts +8 -8
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/test/utils/func.d.ts +2 -2
- package/lib/typescript/commonjs/src/types/{btn.d.ts → button.d.ts} +7 -7
- package/lib/typescript/commonjs/src/types/button.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/overlay.d.ts +15 -15
- package/lib/typescript/commonjs/src/types/overlay.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/switch.d.ts +1 -1
- package/lib/typescript/commonjs/src/types/switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/{btn → button}/const.d.ts +1 -1
- package/lib/typescript/commonjs/src/utils/button/const.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/utils/overlay/const.d.ts +1 -1
- package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/overlay/func.d.ts +1 -1
- package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/theme/const.d.ts +3 -3
- package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts +13 -13
- package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts.map +1 -0
- package/lib/typescript/module/src/components/{btn → button}/AnimatedThemedPressable.d.ts +1 -1
- package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/{btn → button}/ThemedPressable.d.ts +1 -1
- package/lib/typescript/module/src/components/button/ThemedPressable.d.ts.map +1 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts +5 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts +5 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +1 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +1 -1
- package/lib/typescript/module/src/components/text/Text.d.ts +38 -38
- package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +31 -31
- package/lib/typescript/module/src/components/view/Box.d.ts +62 -62
- package/lib/typescript/module/src/hooks/{btn.d.ts → button.d.ts} +42 -42
- package/lib/typescript/module/src/hooks/{btn.d.ts.map → button.d.ts.map} +1 -1
- package/lib/typescript/module/src/hooks/theme.d.ts +6 -6
- package/lib/typescript/module/src/index.d.ts +8 -8
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/test/utils/func.d.ts +2 -2
- package/lib/typescript/module/src/types/{btn.d.ts → button.d.ts} +7 -7
- package/lib/typescript/module/src/types/button.d.ts.map +1 -0
- package/lib/typescript/module/src/types/overlay.d.ts +15 -15
- package/lib/typescript/module/src/types/overlay.d.ts.map +1 -1
- package/lib/typescript/module/src/types/switch.d.ts +1 -1
- package/lib/typescript/module/src/types/switch.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/{btn → button}/const.d.ts +1 -1
- package/lib/typescript/module/src/utils/button/const.d.ts.map +1 -0
- package/lib/typescript/module/src/utils/overlay/const.d.ts +1 -1
- package/lib/typescript/module/src/utils/overlay/const.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/overlay/func.d.ts +1 -1
- package/lib/typescript/module/src/utils/overlay/func.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/theme/const.d.ts +3 -3
- package/lib/typescript/module/src/utils/theme/const.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/theme/restyle.d.ts +13 -13
- package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +1 -1
- package/package.json +3 -3
- package/lib/commonjs/components/btn/AnimatedPressable.js.map +0 -1
- package/lib/commonjs/components/btn/AnimatedThemedPressable.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedBtn.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedIconBtn.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedIconTextBtn.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedPressable.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertBtn.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertBtns.js.map +0 -1
- package/lib/commonjs/hooks/btn.js.map +0 -1
- package/lib/commonjs/utils/btn/const.js +0 -17
- package/lib/commonjs/utils/btn/const.js.map +0 -1
- package/lib/module/components/btn/AnimatedPressable.js.map +0 -1
- package/lib/module/components/btn/AnimatedThemedPressable.js.map +0 -1
- package/lib/module/components/btn/ThemedBtn.js.map +0 -1
- package/lib/module/components/btn/ThemedIconBtn.js.map +0 -1
- package/lib/module/components/btn/ThemedIconTextBtn.js.map +0 -1
- package/lib/module/components/btn/ThemedPressable.js.map +0 -1
- package/lib/module/components/overlay/alert/AlertBtn.js.map +0 -1
- package/lib/module/components/overlay/alert/AlertBtns.js.map +0 -1
- package/lib/module/hooks/btn.js.map +0 -1
- package/lib/module/types/btn.js +0 -4
- package/lib/module/utils/btn/const.js +0 -13
- package/lib/module/utils/btn/const.js.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/btn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/btn/const.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts.map +0 -1
- package/lib/typescript/module/src/types/btn.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/btn/const.d.ts.map +0 -1
- /package/lib/commonjs/components/{btn → button}/AnimatedPressable.js +0 -0
- /package/lib/module/components/{btn → button}/AnimatedPressable.js +0 -0
- /package/lib/typescript/commonjs/src/components/{btn → button}/AnimatedPressable.d.ts +0 -0
- /package/lib/typescript/module/src/components/{btn → button}/AnimatedPressable.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ViewStyle } from 'react-native';
|
|
2
2
|
import type { SwitchSize } from '../utils/theme/const';
|
|
3
|
-
import type { AnimatedThemedPressableProps, OnPressDelayConfig } from './
|
|
3
|
+
import type { AnimatedThemedPressableProps, OnPressDelayConfig } from './button';
|
|
4
4
|
import type { CustomAnimation } from './reanimated';
|
|
5
5
|
import type { StyleOrStyleProp } from './style';
|
|
6
6
|
import type { ThemeColors } from './theme';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/types/switch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/types/switch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EACV,4BAA4B,EAC5B,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,4BAA4B,EAC5B,SAAS,GAAG,UAAU,CACvB,GAAG;IACF,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,qBAAqB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC3C,sBAAsB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC5C,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,KAAK,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/button/const.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,MAAM,MAAM;IACZ,SAAS,OAAO;CACjB;AAED,oBAAY,gBAAgB;IAC1B,QAAQ,IAAA;IACR,QAAQ,IAAA;CACT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/const.ts"],"names":[],"mappings":"AAWA,oBAAY,wBAAwB;IAClC,KAAK,UAAU;IACf,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,+BAA+B,iBAAiB,CAAC;AAE9D,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,aAAa;IACvB,KAAK,OAAO;IACZ,IAAI,OAAO;CACZ;AAKD,oBAAY,
|
|
1
|
+
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/const.ts"],"names":[],"mappings":"AAWA,oBAAY,wBAAwB;IAClC,KAAK,UAAU;IACf,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,+BAA+B,iBAAiB,CAAC;AAE9D,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,aAAa;IACvB,KAAK,OAAO;IACZ,IAAI,OAAO;CACZ;AAKD,oBAAY,eAAe;IACzB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare function getAlertContext(): Partial<Pick<import("../..").AlertProps, "
|
|
1
|
+
export declare function getAlertContext(): Partial<Pick<import("../..").AlertProps, "buttonProps"> & {
|
|
2
2
|
onDismiss: (result?: Partial<import("../..").OverlayDismissAlertResult>) => void;
|
|
3
3
|
}>;
|
|
4
4
|
export declare function getActionSheetMaxHeight(expandable?: boolean): number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/func.ts"],"names":[],"mappings":"AASA,wBAAgB,eAAe;
|
|
1
|
+
{"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/func.ts"],"names":[],"mappings":"AASA,wBAAgB,eAAe;sBAiFzB,CAAH;GA/EF;AAQD,wBAAgB,uBAAuB,CAAC,UAAU,GAAE,OAAe,UAMlE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,UAElD;AAED,wBAAgB,8BAA8B,WAE7C;AAED,wBAAgB,kCAAkC,WAIjD;AAgBD,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,OAAO,UAKtB;AAED,wBAAgB,kCAAkC,CAChD,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,OAAO,UAmCtB;AAED,wBAAgB,qBAAqB,mDAEpC"}
|
|
@@ -53,7 +53,7 @@ export declare enum BorderRadius {
|
|
|
53
53
|
S = 12,
|
|
54
54
|
M = 24,
|
|
55
55
|
L = 36,
|
|
56
|
-
|
|
56
|
+
Round = 9999
|
|
57
57
|
}
|
|
58
58
|
export declare enum ZIndex {
|
|
59
59
|
Base = 0,
|
|
@@ -71,7 +71,7 @@ export declare const lightTheme: {
|
|
|
71
71
|
backgroundOverlay: Palette;
|
|
72
72
|
text: Palette;
|
|
73
73
|
textOverlay: Palette;
|
|
74
|
-
|
|
74
|
+
textButton: Palette;
|
|
75
75
|
border: Palette;
|
|
76
76
|
separator: Palette;
|
|
77
77
|
err: Palette;
|
|
@@ -104,7 +104,7 @@ export declare const lightTheme: {
|
|
|
104
104
|
s: BorderRadius;
|
|
105
105
|
m: BorderRadius;
|
|
106
106
|
l: BorderRadius;
|
|
107
|
-
|
|
107
|
+
round: BorderRadius;
|
|
108
108
|
};
|
|
109
109
|
textVariants: {
|
|
110
110
|
textXSBold: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAGA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,YAAY;IACpB,QAAQ,YAAY;IACpB,SAAS,cAAc;IACvB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,MAAM,YAAY;IAClB,IAAI,YAAY;IAChB,GAAG,YAAY;CAChB;AAED,oBAAY,OAAO;IACjB,IAAI,IAAI;IACR,IAAI,IAAI;IACR,GAAG,IAAI;IACP,EAAE,IAAI;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;IACP,GAAG,KAAK;IACR,IAAI,MAAM;CACX;AAED,oBAAY,QAAQ;IAClB,EAAE,KAAK;IACP,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;CACR;AAKD,oBAAY,cAAc;IACxB,EAAE,qBAAoC;IACtC,CAAC,OAAmC;IACpC,CAAC,KAAmC;IACpC,CAAC,qBAAmC;IACpC,EAAE,OAAoC;CACvC;AAED,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AAED,oBAAY,YAAY;IACtB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,
|
|
1
|
+
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAGA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,YAAY;IACpB,QAAQ,YAAY;IACpB,SAAS,cAAc;IACvB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,MAAM,YAAY;IAClB,IAAI,YAAY;IAChB,GAAG,YAAY;CAChB;AAED,oBAAY,OAAO;IACjB,IAAI,IAAI;IACR,IAAI,IAAI;IACR,GAAG,IAAI;IACP,EAAE,IAAI;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;IACP,GAAG,KAAK;IACR,IAAI,MAAM;CACX;AAED,oBAAY,QAAQ;IAClB,EAAE,KAAK;IACP,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;CACR;AAKD,oBAAY,cAAc;IACxB,EAAE,qBAAoC;IACtC,CAAC,OAAmC;IACpC,CAAC,KAAmC;IACpC,CAAC,qBAAmC;IACpC,EAAE,OAAoC;CACvC;AAED,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AAED,oBAAY,YAAY;IACtB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,KAAK,OAAO;CACb;AAED,oBAAY,MAAM;IAChB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,GAAG,IAAI;CACR;AA+BD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ThemedPressableProps } from '../../types/
|
|
1
|
+
import type { ThemedPressableProps } from '../../types/button';
|
|
2
2
|
import type { IconProps, ThemedIconProps } from '../../types/icon';
|
|
3
3
|
import type { ThemedLoadingProps } from '../../types/loading';
|
|
4
4
|
import type { InsetsStyleConfig } from '../../types/style';
|
|
@@ -15,7 +15,7 @@ export declare const themedPressableRestyleFuncs: {
|
|
|
15
15
|
backgroundOverlay: import("./const").Palette;
|
|
16
16
|
text: import("./const").Palette;
|
|
17
17
|
textOverlay: import("./const").Palette;
|
|
18
|
-
|
|
18
|
+
textButton: import("./const").Palette;
|
|
19
19
|
border: import("./const").Palette;
|
|
20
20
|
separator: import("./const").Palette;
|
|
21
21
|
err: import("./const").Palette;
|
|
@@ -48,7 +48,7 @@ export declare const themedPressableRestyleFuncs: {
|
|
|
48
48
|
s: import("./const").BorderRadius;
|
|
49
49
|
m: import("./const").BorderRadius;
|
|
50
50
|
l: import("./const").BorderRadius;
|
|
51
|
-
|
|
51
|
+
round: import("./const").BorderRadius;
|
|
52
52
|
};
|
|
53
53
|
textVariants: {
|
|
54
54
|
textXSBold: {
|
|
@@ -232,7 +232,7 @@ export declare const themedLoadingRestyleFuncs: {
|
|
|
232
232
|
backgroundOverlay: import("./const").Palette;
|
|
233
233
|
text: import("./const").Palette;
|
|
234
234
|
textOverlay: import("./const").Palette;
|
|
235
|
-
|
|
235
|
+
textButton: import("./const").Palette;
|
|
236
236
|
border: import("./const").Palette;
|
|
237
237
|
separator: import("./const").Palette;
|
|
238
238
|
err: import("./const").Palette;
|
|
@@ -265,7 +265,7 @@ export declare const themedLoadingRestyleFuncs: {
|
|
|
265
265
|
s: import("./const").BorderRadius;
|
|
266
266
|
m: import("./const").BorderRadius;
|
|
267
267
|
l: import("./const").BorderRadius;
|
|
268
|
-
|
|
268
|
+
round: import("./const").BorderRadius;
|
|
269
269
|
};
|
|
270
270
|
textVariants: {
|
|
271
271
|
textXSBold: {
|
|
@@ -418,7 +418,7 @@ export declare const themedLoadingColorRestyleFuncs: {
|
|
|
418
418
|
backgroundOverlay: import("./const").Palette;
|
|
419
419
|
text: import("./const").Palette;
|
|
420
420
|
textOverlay: import("./const").Palette;
|
|
421
|
-
|
|
421
|
+
textButton: import("./const").Palette;
|
|
422
422
|
border: import("./const").Palette;
|
|
423
423
|
separator: import("./const").Palette;
|
|
424
424
|
err: import("./const").Palette;
|
|
@@ -451,7 +451,7 @@ export declare const themedLoadingColorRestyleFuncs: {
|
|
|
451
451
|
s: import("./const").BorderRadius;
|
|
452
452
|
m: import("./const").BorderRadius;
|
|
453
453
|
l: import("./const").BorderRadius;
|
|
454
|
-
|
|
454
|
+
round: import("./const").BorderRadius;
|
|
455
455
|
};
|
|
456
456
|
textVariants: {
|
|
457
457
|
textXSBold: {
|
|
@@ -535,7 +535,7 @@ export declare const themedIconRestyleFuncs: {
|
|
|
535
535
|
backgroundOverlay: import("./const").Palette;
|
|
536
536
|
text: import("./const").Palette;
|
|
537
537
|
textOverlay: import("./const").Palette;
|
|
538
|
-
|
|
538
|
+
textButton: import("./const").Palette;
|
|
539
539
|
border: import("./const").Palette;
|
|
540
540
|
separator: import("./const").Palette;
|
|
541
541
|
err: import("./const").Palette;
|
|
@@ -568,7 +568,7 @@ export declare const themedIconRestyleFuncs: {
|
|
|
568
568
|
s: import("./const").BorderRadius;
|
|
569
569
|
m: import("./const").BorderRadius;
|
|
570
570
|
l: import("./const").BorderRadius;
|
|
571
|
-
|
|
571
|
+
round: import("./const").BorderRadius;
|
|
572
572
|
};
|
|
573
573
|
textVariants: {
|
|
574
574
|
textXSBold: {
|
|
@@ -721,7 +721,7 @@ export declare const themedIconColorRestyleFuncs: {
|
|
|
721
721
|
backgroundOverlay: import("./const").Palette;
|
|
722
722
|
text: import("./const").Palette;
|
|
723
723
|
textOverlay: import("./const").Palette;
|
|
724
|
-
|
|
724
|
+
textButton: import("./const").Palette;
|
|
725
725
|
border: import("./const").Palette;
|
|
726
726
|
separator: import("./const").Palette;
|
|
727
727
|
err: import("./const").Palette;
|
|
@@ -754,7 +754,7 @@ export declare const themedIconColorRestyleFuncs: {
|
|
|
754
754
|
s: import("./const").BorderRadius;
|
|
755
755
|
m: import("./const").BorderRadius;
|
|
756
756
|
l: import("./const").BorderRadius;
|
|
757
|
-
|
|
757
|
+
round: import("./const").BorderRadius;
|
|
758
758
|
};
|
|
759
759
|
textVariants: {
|
|
760
760
|
textXSBold: {
|
|
@@ -838,7 +838,7 @@ export declare const themedScrollViewRestyleFuncs: {
|
|
|
838
838
|
backgroundOverlay: import("./const").Palette;
|
|
839
839
|
text: import("./const").Palette;
|
|
840
840
|
textOverlay: import("./const").Palette;
|
|
841
|
-
|
|
841
|
+
textButton: import("./const").Palette;
|
|
842
842
|
border: import("./const").Palette;
|
|
843
843
|
separator: import("./const").Palette;
|
|
844
844
|
err: import("./const").Palette;
|
|
@@ -871,7 +871,7 @@ export declare const themedScrollViewRestyleFuncs: {
|
|
|
871
871
|
s: import("./const").BorderRadius;
|
|
872
872
|
m: import("./const").BorderRadius;
|
|
873
873
|
l: import("./const").BorderRadius;
|
|
874
|
-
|
|
874
|
+
round: import("./const").BorderRadius;
|
|
875
875
|
};
|
|
876
876
|
textVariants: {
|
|
877
877
|
textXSBold: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"restyle.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/restyle.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"restyle.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/restyle.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,KAAK,EAAgB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAM9D,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGoC,CAAC;AAE7E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC;AAEpB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC;AAEpB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/AnimatedPressable.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,wLAA8C,CAAC;AAE7E,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
|
-
import type { AnimatedThemedPressableProps } from '../../types/
|
|
2
|
+
import type { AnimatedThemedPressableProps } from '../../types/button';
|
|
3
3
|
declare const AnimatedThemedPressable: FC<AnimatedThemedPressableProps>;
|
|
4
4
|
export default AnimatedThemedPressable;
|
|
5
5
|
//# sourceMappingURL=AnimatedThemedPressable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedThemedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/AnimatedThemedPressable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGvE,QAAA,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAI7D,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemedButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAK5D,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAgCvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemedIconButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAKhE,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAwB/C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemedIconTextButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedIconTextButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAKpE,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CA+CvD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import type { ThemedPressableProps } from '../../types/
|
|
2
|
+
import type { ThemedPressableProps } from '../../types/button';
|
|
3
3
|
declare const ThemedPressable: FC<ThemedPressableProps>;
|
|
4
4
|
export default ThemedPressable;
|
|
5
5
|
//# sourceMappingURL=ThemedPressable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedPressable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAI7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAM/D,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8BrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertButtons.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAIhE,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAwBvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -3,7 +3,7 @@ import type { AlertProps } from '../../../types/overlay';
|
|
|
3
3
|
import type { SetState } from '../../../types/react';
|
|
4
4
|
import type { AnimationSharedValue } from '../../../types/reanimated';
|
|
5
5
|
import type { PropsWithRequiredChildren } from '../../../types/view';
|
|
6
|
-
declare const AlertWrap: FC<PropsWithRequiredChildren<Pick<AlertProps, 'customShowAnimation' | 'wrapProps' | 'title' | 'desc' | '
|
|
6
|
+
declare const AlertWrap: FC<PropsWithRequiredChildren<Pick<AlertProps, 'customShowAnimation' | 'wrapProps' | 'title' | 'desc' | 'buttons' | 'dismissable'> & {
|
|
7
7
|
visible: boolean;
|
|
8
8
|
setVisible: SetState<boolean>;
|
|
9
9
|
showSharedVal: AnimationSharedValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWrap.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertWrap.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,UAAU,EAAoB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAOrE,QAAA,MAAM,SAAS,EAAE,EAAE,CACjB,yBAAyB,CACvB,IAAI,CACF,UAAU,EACR,qBAAqB,GACrB,WAAW,GACX,OAAO,GACP,MAAM,GACN,
|
|
1
|
+
{"version":3,"file":"AlertWrap.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertWrap.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,UAAU,EAAoB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAOrE,QAAA,MAAM,SAAS,EAAE,EAAE,CACjB,yBAAyB,CACvB,IAAI,CACF,UAAU,EACR,qBAAqB,GACrB,WAAW,GACX,OAAO,GACP,MAAM,GACN,SAAS,GACT,aAAa,CAChB,GAAG;IACF,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,aAAa,EAAE,oBAAoB,CAAC;CACrC,CACF,CAwDF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|