@jamadd/react-native-template-ui 0.1.7 → 0.1.9

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.
Files changed (69) hide show
  1. package/lib/commonjs/components/btn/ThemedBtn.js +1 -1
  2. package/lib/commonjs/components/btn/ThemedBtn.js.map +1 -1
  3. package/lib/commonjs/components/btn/ThemedIconTextBtn.js +1 -1
  4. package/lib/commonjs/components/btn/ThemedIconTextBtn.js.map +1 -1
  5. package/lib/commonjs/components/icon/ThemedIcon.js +1 -1
  6. package/lib/commonjs/components/icon/ThemedIcon.js.map +1 -1
  7. package/lib/commonjs/components/loading/ThemedLoading.js +1 -1
  8. package/lib/commonjs/components/loading/ThemedLoading.js.map +1 -1
  9. package/lib/commonjs/components/overlay/alert/AlertBtn.js +2 -2
  10. package/lib/commonjs/components/overlay/alert/AlertBtn.js.map +1 -1
  11. package/lib/commonjs/components/overlay/alert/AlertBtns.js.map +1 -1
  12. package/lib/commonjs/hooks/switch.js +16 -16
  13. package/lib/commonjs/hooks/switch.js.map +1 -1
  14. package/lib/commonjs/utils/theme/const.js +15 -16
  15. package/lib/commonjs/utils/theme/const.js.map +1 -1
  16. package/lib/module/components/btn/ThemedBtn.js +1 -1
  17. package/lib/module/components/btn/ThemedBtn.js.map +1 -1
  18. package/lib/module/components/btn/ThemedIconTextBtn.js +1 -1
  19. package/lib/module/components/btn/ThemedIconTextBtn.js.map +1 -1
  20. package/lib/module/components/icon/ThemedIcon.js +1 -1
  21. package/lib/module/components/icon/ThemedIcon.js.map +1 -1
  22. package/lib/module/components/loading/ThemedLoading.js +1 -1
  23. package/lib/module/components/loading/ThemedLoading.js.map +1 -1
  24. package/lib/module/components/overlay/alert/AlertBtn.js +2 -2
  25. package/lib/module/components/overlay/alert/AlertBtn.js.map +1 -1
  26. package/lib/module/components/overlay/alert/AlertBtns.js.map +1 -1
  27. package/lib/module/hooks/switch.js +16 -16
  28. package/lib/module/hooks/switch.js.map +1 -1
  29. package/lib/module/utils/theme/const.js +15 -21
  30. package/lib/module/utils/theme/const.js.map +1 -1
  31. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts +2 -2
  32. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts.map +1 -1
  33. package/lib/typescript/commonjs/src/components/text/Text.d.ts +56 -20
  34. package/lib/typescript/commonjs/src/components/text/Text.d.ts.map +1 -1
  35. package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts +29 -15
  36. package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts.map +1 -1
  37. package/lib/typescript/commonjs/src/components/view/Box.d.ts +58 -30
  38. package/lib/typescript/commonjs/src/components/view/Box.d.ts.map +1 -1
  39. package/lib/typescript/commonjs/src/hooks/btn.d.ts +20 -20
  40. package/lib/typescript/commonjs/src/hooks/theme.d.ts +6 -2
  41. package/lib/typescript/commonjs/src/hooks/theme.d.ts.map +1 -1
  42. package/lib/typescript/commonjs/src/test/utils/func.d.ts +3 -1
  43. package/lib/typescript/commonjs/src/test/utils/func.d.ts.map +1 -1
  44. package/lib/typescript/commonjs/src/types/overlay.d.ts +2 -2
  45. package/lib/typescript/commonjs/src/types/overlay.d.ts.map +1 -1
  46. package/lib/typescript/commonjs/src/utils/theme/const.d.ts +54 -1
  47. package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +1 -1
  48. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts +18 -6
  49. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +1 -1
  50. package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts +2 -2
  51. package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts.map +1 -1
  52. package/lib/typescript/module/src/components/text/Text.d.ts +56 -20
  53. package/lib/typescript/module/src/components/text/Text.d.ts.map +1 -1
  54. package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +29 -15
  55. package/lib/typescript/module/src/components/view/AnimatedBox.d.ts.map +1 -1
  56. package/lib/typescript/module/src/components/view/Box.d.ts +58 -30
  57. package/lib/typescript/module/src/components/view/Box.d.ts.map +1 -1
  58. package/lib/typescript/module/src/hooks/btn.d.ts +20 -20
  59. package/lib/typescript/module/src/hooks/theme.d.ts +6 -2
  60. package/lib/typescript/module/src/hooks/theme.d.ts.map +1 -1
  61. package/lib/typescript/module/src/test/utils/func.d.ts +3 -1
  62. package/lib/typescript/module/src/test/utils/func.d.ts.map +1 -1
  63. package/lib/typescript/module/src/types/overlay.d.ts +2 -2
  64. package/lib/typescript/module/src/types/overlay.d.ts.map +1 -1
  65. package/lib/typescript/module/src/utils/theme/const.d.ts +54 -1
  66. package/lib/typescript/module/src/utils/theme/const.d.ts.map +1 -1
  67. package/lib/typescript/module/src/utils/theme/restyle.d.ts +18 -6
  68. package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +1 -1
  69. package/package.json +1 -1
@@ -114,7 +114,7 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
114
114
  testOnly_pressed?: null | boolean | undefined | undefined;
115
115
  unstable_pressDelay?: number | undefined | undefined;
116
116
  scaleRatio?: BtnScaleRatio;
117
- backgroundColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
117
+ backgroundColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
118
118
  smallPhone: number;
119
119
  phone: number;
120
120
  smallTablet: number;
@@ -464,49 +464,49 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
464
464
  tablet: number;
465
465
  desktop: number;
466
466
  }>;
467
- borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
467
+ borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
468
468
  smallPhone: number;
469
469
  phone: number;
470
470
  smallTablet: number;
471
471
  tablet: number;
472
472
  desktop: number;
473
473
  }> | undefined;
474
- borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
474
+ borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
475
475
  smallPhone: number;
476
476
  phone: number;
477
477
  smallTablet: number;
478
478
  tablet: number;
479
479
  desktop: number;
480
480
  }> | undefined;
481
- borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
481
+ borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
482
482
  smallPhone: number;
483
483
  phone: number;
484
484
  smallTablet: number;
485
485
  tablet: number;
486
486
  desktop: number;
487
487
  }> | undefined;
488
- borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
488
+ borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
489
489
  smallPhone: number;
490
490
  phone: number;
491
491
  smallTablet: number;
492
492
  tablet: number;
493
493
  desktop: number;
494
494
  }> | undefined;
495
- borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
495
+ borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
496
496
  smallPhone: number;
497
497
  phone: number;
498
498
  smallTablet: number;
499
499
  tablet: number;
500
500
  desktop: number;
501
501
  }> | undefined;
502
- borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
502
+ borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
503
503
  smallPhone: number;
504
504
  phone: number;
505
505
  smallTablet: number;
506
506
  tablet: number;
507
507
  desktop: number;
508
508
  }> | undefined;
509
- borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
509
+ borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
510
510
  smallPhone: number;
511
511
  phone: number;
512
512
  smallTablet: number;
@@ -607,7 +607,7 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
607
607
  tablet: number;
608
608
  desktop: number;
609
609
  }>;
610
- shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
610
+ shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
611
611
  smallPhone: number;
612
612
  phone: number;
613
613
  smallTablet: number;
@@ -817,7 +817,7 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
817
817
  tablet: number;
818
818
  desktop: number;
819
819
  }> | undefined;
820
- bg?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
820
+ bg?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
821
821
  smallPhone: number;
822
822
  phone: number;
823
823
  smallTablet: number;
@@ -1175,49 +1175,49 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
1175
1175
  tablet: number;
1176
1176
  desktop: number;
1177
1177
  }>;
1178
- borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1178
+ borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1179
1179
  smallPhone: number;
1180
1180
  phone: number;
1181
1181
  smallTablet: number;
1182
1182
  tablet: number;
1183
1183
  desktop: number;
1184
1184
  }> | undefined;
1185
- borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1185
+ borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1186
1186
  smallPhone: number;
1187
1187
  phone: number;
1188
1188
  smallTablet: number;
1189
1189
  tablet: number;
1190
1190
  desktop: number;
1191
1191
  }> | undefined;
1192
- borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1192
+ borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1193
1193
  smallPhone: number;
1194
1194
  phone: number;
1195
1195
  smallTablet: number;
1196
1196
  tablet: number;
1197
1197
  desktop: number;
1198
1198
  }> | undefined;
1199
- borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1199
+ borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1200
1200
  smallPhone: number;
1201
1201
  phone: number;
1202
1202
  smallTablet: number;
1203
1203
  tablet: number;
1204
1204
  desktop: number;
1205
1205
  }> | undefined;
1206
- borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1206
+ borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1207
1207
  smallPhone: number;
1208
1208
  phone: number;
1209
1209
  smallTablet: number;
1210
1210
  tablet: number;
1211
1211
  desktop: number;
1212
1212
  }> | undefined;
1213
- borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1213
+ borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1214
1214
  smallPhone: number;
1215
1215
  phone: number;
1216
1216
  smallTablet: number;
1217
1217
  tablet: number;
1218
1218
  desktop: number;
1219
1219
  }> | undefined;
1220
- borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1220
+ borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1221
1221
  smallPhone: number;
1222
1222
  phone: number;
1223
1223
  smallTablet: number;
@@ -1493,14 +1493,14 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
1493
1493
  tablet: number;
1494
1494
  desktop: number;
1495
1495
  }> | undefined;
1496
- backgroundColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1496
+ backgroundColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1497
1497
  smallPhone: number;
1498
1498
  phone: number;
1499
1499
  smallTablet: number;
1500
1500
  tablet: number;
1501
1501
  desktop: number;
1502
1502
  }> | undefined;
1503
- bg?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1503
+ bg?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1504
1504
  smallPhone: number;
1505
1505
  phone: number;
1506
1506
  smallTablet: number;
@@ -1579,7 +1579,7 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
1579
1579
  accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
1580
1580
  accessibilityLargeContentTitle?: string | undefined | undefined;
1581
1581
  accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
1582
- shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "theme" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1582
+ shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textBtn" | "border" | "separator" | "err", {
1583
1583
  smallPhone: number;
1584
1584
  phone: number;
1585
1585
  smallTablet: number;
@@ -3,7 +3,9 @@ import { type ColorSchemeName } from 'react-native';
3
3
  import type { Theme, ThemeBreakpoints } from '../types/theme';
4
4
  export declare function useThemeColors(): {
5
5
  transparent: import("..").Palette;
6
- theme: import("..").Palette;
6
+ themePri: import("..").Palette;
7
+ themeSec: import("..").Palette;
8
+ themePriT: import("..").Palette;
7
9
  background: import("..").Palette;
8
10
  backgroundOverlay: import("..").Palette;
9
11
  text: import("..").Palette;
@@ -111,7 +113,9 @@ export declare function useIsDarkColorScheme(overrideColorScheme?: ColorSchemeNa
111
113
  export declare function useColorSchemeTheme(overrideColorScheme?: ColorSchemeName): {
112
114
  colors: {
113
115
  transparent: import("..").Palette;
114
- theme: import("..").Palette;
116
+ themePri: import("..").Palette;
117
+ themeSec: import("..").Palette;
118
+ themePriT: import("..").Palette;
115
119
  background: import("..").Palette;
116
120
  backgroundOverlay: import("..").Palette;
117
121
  text: import("..").Palette;
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAQ9D,wBAAgB,cAAc;;;;;;;;;;;EAE7B;AAED,wBAAgB,eAAe;;;;;;;;;;;EAE9B;AAED,wBAAgB,mBAAmB;;;;;;EAElC;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,EAC1D,SAAS,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,iBAGpD;AAED,wBAAgB,kBAAkB,IASkB,gBAAgB,CACnE;AAED,wBAAgB,gBAAgB;;;;EAE/B;AAED,wBAAgB,mBAAmB;;;;;EAElC;AAED,wBAAgB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC;AAED,wBAAgB,oBAAoB,CAAC,mBAAmB,CAAC,EAAE,eAAe,WAIzE;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,CAAC,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExE"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAQ9D,wBAAgB,cAAc;;;;;;;;;;;;;EAE7B;AAED,wBAAgB,eAAe;;;;;;;;;;;EAE9B;AAED,wBAAgB,mBAAmB;;;;;;EAElC;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,EAC1D,SAAS,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,iBAGpD;AAED,wBAAgB,kBAAkB,IASkB,gBAAgB,CACnE;AAED,wBAAgB,gBAAgB;;;;EAE/B;AAED,wBAAgB,mBAAmB;;;;;EAElC;AAED,wBAAgB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC;AAED,wBAAgB,oBAAoB,CAAC,mBAAmB,CAAC,EAAE,eAAe,WAIzE;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,CAAC,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExE"}
@@ -1,6 +1,8 @@
1
1
  export declare function getThemeColors(): Promise<{
2
2
  transparent: import("../..").Palette;
3
- theme: import("../..").Palette;
3
+ themePri: import("../..").Palette;
4
+ themeSec: import("../..").Palette;
5
+ themePriT: import("../..").Palette;
4
6
  background: import("../..").Palette;
5
7
  backgroundOverlay: import("../..").Palette;
6
8
  text: import("../..").Palette;
@@ -1 +1 @@
1
- {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/test/utils/func.ts"],"names":[],"mappings":"AAQA,wBAAsB,cAAc;;;;;;;;;;;GAEnC;AAED,wBAAsB,eAAe;;;;;;;;;;;GAEpC;AAED,wBAAsB,mBAAmB;;;;;;GAExC;AAED,wBAAsB,gBAAgB;;;;GAErC;AAED,wBAAsB,mBAAmB;;;;;GAExC;AAED,wBAAsB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzC;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,UAsBnC"}
1
+ {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/test/utils/func.ts"],"names":[],"mappings":"AAQA,wBAAsB,cAAc;;;;;;;;;;;;;GAEnC;AAED,wBAAsB,eAAe;;;;;;;;;;;GAEpC;AAED,wBAAsB,mBAAmB;;;;;;GAExC;AAED,wBAAsB,gBAAgB;;;;GAErC;AAED,wBAAsB,mBAAmB;;;;;GAExC;AAED,wBAAsB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzC;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,UAsBnC"}
@@ -27,17 +27,17 @@ export type AlertProps = Omit<OverlayProps, 'onDismiss'> & {
27
27
  titleTextProps?: Omit<CustomThemedTextProps, 'text'>;
28
28
  desc?: string;
29
29
  descTextProps?: Omit<CustomThemedTextProps, 'text'>;
30
- btns?: AlertBtnsProps;
30
+ btns?: AlertBtnProps[][];
31
31
  btnsWrapProps?: Omit<ThemedViewProps, 'children'>;
32
32
  btnProps?: Omit<ThemedBtnProps, 'onPress' | 'text'>;
33
33
  onDismiss?: OverlayOnDismiss<OverlayDismissAlertResult>;
34
34
  };
35
+ export type AlertBtnsProps = Pick<AlertProps, 'btns' | 'btnsWrapProps'>;
35
36
  export type AlertBtnProps = Pick<ThemedBtnProps, 'text'> & {
36
37
  type?: AlertBtnType;
37
38
  onPress?: ThemedBtnProps['onPress'];
38
39
  props?: Omit<ThemedBtnProps, 'onPress' | 'text'>;
39
40
  };
40
- export type AlertBtnsProps = AlertBtnProps[][];
41
41
  export type ActionSheetProps = (Omit<OverlayProps, 'onDismiss'> & Omit<ActionSheetWrapProps, 'children'> & ActionSheetHeaderProps & {
42
42
  title?: string;
43
43
  expandable?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../../../src/types/overlay.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../../../src/types/overlay.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,42 @@
1
+ export declare enum Palette {
2
+ Transparent = "transparent",
3
+ ThemePri = "#7ccf6b",
4
+ ThemeSec = "#5aa85a",
5
+ ThemePriT = "#7ccf6b80",
6
+ Black = "#1a1a1a",
7
+ BlackT = "#1a1a1a80",
8
+ White = "#fafafa",
9
+ WhiteT = "#fafafa80",
10
+ Silver = "#c4c4c4",
11
+ Grey = "#7a7a7a",
12
+ Red = "#ff3b30"
13
+ }
14
+ export declare enum Spacing {
15
+ None = 0,
16
+ XXXS = 2,
17
+ XXS = 4,
18
+ XS = 6,
19
+ S = 10,
20
+ M = 16,
21
+ L = 26,
22
+ XL = 42,
23
+ XXL = 68,
24
+ XXXL = 110
25
+ }
26
+ export declare enum FontSize {
27
+ XS = 12,
28
+ S = 16,
29
+ M = 20,
30
+ L = 24,
31
+ XL = 28
32
+ }
33
+ export declare enum FontLineHeight {
34
+ XS = 14.399999999999999,
35
+ S = 19.2,
36
+ M = 24,
37
+ L = 28.799999999999997,
38
+ XL = 33.6
39
+ }
1
40
  export declare enum SwitchSize {
2
41
  S = 16,
3
42
  M = 22,
@@ -10,10 +49,24 @@ export declare enum BorderSize {
10
49
  L = 4,
11
50
  XL = 8
12
51
  }
52
+ export declare enum BorderRadius {
53
+ S = 12,
54
+ M = 24,
55
+ L = 36,
56
+ Circle = 9999
57
+ }
58
+ export declare enum ZIndex {
59
+ Base = 0,
60
+ Bottom = 1,
61
+ Middle = 2,
62
+ Top = 3
63
+ }
13
64
  export declare const lightTheme: {
14
65
  colors: {
15
66
  transparent: Palette;
16
- theme: Palette;
67
+ themePri: Palette;
68
+ themeSec: Palette;
69
+ themePriT: Palette;
17
70
  background: Palette;
18
71
  backgroundOverlay: Palette;
19
72
  text: Palette;
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAiDA,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;AA+CD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}
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,MAAM,OAAO;CACd;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"}
@@ -8,7 +8,9 @@ export declare const themedPressableRestyleFuncs: {
8
8
  theme: {
9
9
  colors: {
10
10
  transparent: import("./const").Palette;
11
- theme: import("./const").Palette;
11
+ themePri: import("./const").Palette;
12
+ themeSec: import("./const").Palette;
13
+ themePriT: import("./const").Palette;
12
14
  background: import("./const").Palette;
13
15
  backgroundOverlay: import("./const").Palette;
14
16
  text: import("./const").Palette;
@@ -223,7 +225,9 @@ export declare const themedLoadingRestyleFuncs: {
223
225
  theme: {
224
226
  colors: {
225
227
  transparent: import("./const").Palette;
226
- theme: import("./const").Palette;
228
+ themePri: import("./const").Palette;
229
+ themeSec: import("./const").Palette;
230
+ themePriT: import("./const").Palette;
227
231
  background: import("./const").Palette;
228
232
  backgroundOverlay: import("./const").Palette;
229
233
  text: import("./const").Palette;
@@ -407,7 +411,9 @@ export declare const themedLoadingColorRestyleFuncs: {
407
411
  theme: {
408
412
  colors: {
409
413
  transparent: import("./const").Palette;
410
- theme: import("./const").Palette;
414
+ themePri: import("./const").Palette;
415
+ themeSec: import("./const").Palette;
416
+ themePriT: import("./const").Palette;
411
417
  background: import("./const").Palette;
412
418
  backgroundOverlay: import("./const").Palette;
413
419
  text: import("./const").Palette;
@@ -522,7 +528,9 @@ export declare const themedIconRestyleFuncs: {
522
528
  theme: {
523
529
  colors: {
524
530
  transparent: import("./const").Palette;
525
- theme: import("./const").Palette;
531
+ themePri: import("./const").Palette;
532
+ themeSec: import("./const").Palette;
533
+ themePriT: import("./const").Palette;
526
534
  background: import("./const").Palette;
527
535
  backgroundOverlay: import("./const").Palette;
528
536
  text: import("./const").Palette;
@@ -706,7 +714,9 @@ export declare const themedIconColorRestyleFuncs: {
706
714
  theme: {
707
715
  colors: {
708
716
  transparent: import("./const").Palette;
709
- theme: import("./const").Palette;
717
+ themePri: import("./const").Palette;
718
+ themeSec: import("./const").Palette;
719
+ themePriT: import("./const").Palette;
710
720
  background: import("./const").Palette;
711
721
  backgroundOverlay: import("./const").Palette;
712
722
  text: import("./const").Palette;
@@ -821,7 +831,9 @@ export declare const themedScrollViewRestyleFuncs: {
821
831
  theme: {
822
832
  colors: {
823
833
  transparent: import("./const").Palette;
824
- theme: import("./const").Palette;
834
+ themePri: import("./const").Palette;
835
+ themeSec: import("./const").Palette;
836
+ themePriT: import("./const").Palette;
825
837
  background: import("./const").Palette;
826
838
  backgroundOverlay: import("./const").Palette;
827
839
  text: import("./const").Palette;
@@ -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,iBAAiB,CAAC;AAC5E,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"}
1
+ {"version":3,"file":"restyle.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/restyle.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC5E,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"}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
- import type { AlertProps } from '../../../types/overlay';
3
- declare const AlertBtns: FC<Pick<AlertProps, 'btns' | 'btnsWrapProps'>>;
2
+ import type { AlertBtnsProps } from '../../../types/overlay';
3
+ declare const AlertBtns: FC<AlertBtnsProps>;
4
4
  export default AlertBtns;
5
5
  //# sourceMappingURL=AlertBtns.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertBtns.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertBtns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAkB,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAIzE,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,eAAe,CAAC,CAqB7D,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"AlertBtns.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertBtns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAI7D,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAoBjC,CAAC;AAEF,eAAe,SAAS,CAAC"}