@retray-dev/ui-kit 6.2.0 → 9.0.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/COMPONENTS.md +997 -20
- package/EXAMPLES.md +250 -2
- package/README.md +21 -14
- package/dist/Accordion.d.mts +28 -0
- package/dist/Accordion.d.ts +28 -0
- package/dist/Accordion.js +392 -0
- package/dist/Accordion.mjs +7 -0
- package/dist/AlertBanner.d.mts +16 -0
- package/dist/AlertBanner.d.ts +16 -0
- package/dist/AlertBanner.js +250 -0
- package/dist/AlertBanner.mjs +6 -0
- package/dist/AppHeader.d.mts +40 -0
- package/dist/AppHeader.d.ts +40 -0
- package/dist/AppHeader.js +515 -0
- package/dist/AppHeader.mjs +10 -0
- package/dist/Avatar.d.mts +20 -0
- package/dist/Avatar.d.ts +20 -0
- package/dist/Avatar.js +244 -0
- package/dist/Avatar.mjs +4 -0
- package/dist/Badge.d.mts +26 -0
- package/dist/Badge.d.ts +26 -0
- package/dist/Badge.js +257 -0
- package/dist/Badge.mjs +5 -0
- package/dist/Button.d.mts +30 -0
- package/dist/Button.d.ts +30 -0
- package/dist/Button.js +432 -0
- package/dist/Button.mjs +9 -0
- package/dist/ButtonGroup.d.mts +26 -0
- package/dist/ButtonGroup.d.ts +26 -0
- package/dist/ButtonGroup.js +52 -0
- package/dist/ButtonGroup.mjs +3 -0
- package/dist/Card.d.mts +39 -0
- package/dist/Card.d.ts +39 -0
- package/dist/Card.js +349 -0
- package/dist/Card.mjs +8 -0
- package/dist/CategoryStrip.d.mts +26 -0
- package/dist/CategoryStrip.d.ts +26 -0
- package/dist/CategoryStrip.js +453 -0
- package/dist/CategoryStrip.mjs +9 -0
- package/dist/Checkbox.d.mts +14 -0
- package/dist/Checkbox.d.ts +14 -0
- package/dist/Checkbox.js +336 -0
- package/dist/Checkbox.mjs +7 -0
- package/dist/Chip.d.mts +31 -0
- package/dist/Chip.d.ts +31 -0
- package/dist/Chip.js +403 -0
- package/dist/Chip.mjs +8 -0
- package/dist/ConfirmDialog.d.mts +15 -0
- package/dist/ConfirmDialog.d.ts +15 -0
- package/dist/ConfirmDialog.js +560 -0
- package/dist/ConfirmDialog.mjs +10 -0
- package/dist/CurrencyDisplay.d.mts +24 -0
- package/dist/CurrencyDisplay.d.ts +24 -0
- package/dist/CurrencyDisplay.js +189 -0
- package/dist/CurrencyDisplay.mjs +4 -0
- package/dist/CurrencyInput.d.mts +26 -0
- package/dist/CurrencyInput.d.ts +26 -0
- package/dist/CurrencyInput.js +408 -0
- package/dist/CurrencyInput.mjs +8 -0
- package/dist/DetailRow.d.mts +32 -0
- package/dist/DetailRow.d.ts +32 -0
- package/dist/DetailRow.js +275 -0
- package/dist/DetailRow.mjs +5 -0
- package/dist/EmptyState.d.mts +27 -0
- package/dist/EmptyState.d.ts +27 -0
- package/dist/EmptyState.js +523 -0
- package/dist/EmptyState.mjs +10 -0
- package/dist/ErrorBoundary.d.mts +42 -0
- package/dist/ErrorBoundary.d.ts +42 -0
- package/dist/ErrorBoundary.js +351 -0
- package/dist/ErrorBoundary.mjs +7 -0
- package/dist/Form.d.mts +52 -0
- package/dist/Form.d.ts +52 -0
- package/dist/Form.js +204 -0
- package/dist/Form.mjs +4 -0
- package/dist/HolographicCard.d.mts +55 -0
- package/dist/HolographicCard.d.ts +55 -0
- package/dist/HolographicCard.js +316 -0
- package/dist/HolographicCard.mjs +191 -0
- package/dist/IconButton.d.mts +27 -0
- package/dist/IconButton.d.ts +27 -0
- package/dist/IconButton.js +400 -0
- package/dist/IconButton.mjs +8 -0
- package/dist/ImageViewer.d.mts +23 -0
- package/dist/ImageViewer.d.ts +23 -0
- package/dist/ImageViewer.js +582 -0
- package/dist/ImageViewer.mjs +8 -0
- package/dist/Input.d.mts +23 -0
- package/dist/Input.d.ts +23 -0
- package/dist/Input.js +351 -0
- package/dist/Input.mjs +7 -0
- package/dist/LabelValue.d.mts +16 -0
- package/dist/LabelValue.d.ts +16 -0
- package/dist/LabelValue.js +225 -0
- package/dist/LabelValue.mjs +5 -0
- package/dist/ListGroup.d.mts +34 -0
- package/dist/ListGroup.d.ts +34 -0
- package/dist/ListGroup.js +217 -0
- package/dist/ListGroup.mjs +5 -0
- package/dist/ListItem.d.mts +64 -0
- package/dist/ListItem.d.ts +64 -0
- package/dist/ListItem.js +444 -0
- package/dist/ListItem.mjs +9 -0
- package/dist/MediaCard.d.mts +39 -0
- package/dist/MediaCard.d.ts +39 -0
- package/dist/MediaCard.js +475 -0
- package/dist/MediaCard.mjs +9 -0
- package/dist/MenuGroup.d.mts +34 -0
- package/dist/MenuGroup.d.ts +34 -0
- package/dist/MenuGroup.js +217 -0
- package/dist/MenuGroup.mjs +5 -0
- package/dist/MenuItem.d.mts +48 -0
- package/dist/MenuItem.d.ts +48 -0
- package/dist/MenuItem.js +415 -0
- package/dist/MenuItem.mjs +9 -0
- package/dist/MonthPicker.d.mts +28 -0
- package/dist/MonthPicker.d.ts +28 -0
- package/dist/MonthPicker.js +297 -0
- package/dist/MonthPicker.mjs +5 -0
- package/dist/PagerDots.d.mts +35 -0
- package/dist/PagerDots.d.ts +35 -0
- package/dist/PagerDots.js +392 -0
- package/dist/PagerDots.mjs +7 -0
- package/dist/Pressable.d.mts +34 -0
- package/dist/Pressable.d.ts +34 -0
- package/dist/Pressable.js +143 -0
- package/dist/Pressable.mjs +5 -0
- package/dist/PricingCard.d.mts +50 -0
- package/dist/PricingCard.d.ts +50 -0
- package/dist/PricingCard.js +636 -0
- package/dist/PricingCard.mjs +11 -0
- package/dist/Progress.d.mts +14 -0
- package/dist/Progress.d.ts +14 -0
- package/dist/Progress.js +191 -0
- package/dist/Progress.mjs +5 -0
- package/dist/RadioGroup.d.mts +19 -0
- package/dist/RadioGroup.d.ts +19 -0
- package/dist/RadioGroup.js +392 -0
- package/dist/RadioGroup.mjs +7 -0
- package/dist/RetrayProvider.d.mts +2 -0
- package/dist/RetrayProvider.d.ts +2 -0
- package/dist/RetrayProvider.js +214 -0
- package/dist/RetrayProvider.mjs +5 -0
- package/dist/Select.d.mts +22 -0
- package/dist/Select.d.ts +22 -0
- package/dist/Select.js +488 -0
- package/dist/Select.mjs +7 -0
- package/dist/SelectableGrid.d.mts +44 -0
- package/dist/SelectableGrid.d.ts +44 -0
- package/dist/SelectableGrid.js +448 -0
- package/dist/SelectableGrid.mjs +9 -0
- package/dist/Separator.d.mts +10 -0
- package/dist/Separator.d.ts +10 -0
- package/dist/Separator.js +156 -0
- package/dist/Separator.mjs +3 -0
- package/dist/Sheet.d.mts +93 -0
- package/dist/Sheet.d.ts +93 -0
- package/dist/Sheet.js +450 -0
- package/dist/Sheet.mjs +6 -0
- package/dist/Skeleton.d.mts +67 -0
- package/dist/Skeleton.d.ts +67 -0
- package/dist/Skeleton.js +266 -0
- package/dist/Skeleton.mjs +6 -0
- package/dist/Slider.d.mts +20 -0
- package/dist/Slider.d.ts +20 -0
- package/dist/Slider.js +279 -0
- package/dist/Slider.mjs +5 -0
- package/dist/Spinner.d.mts +12 -0
- package/dist/Spinner.d.ts +12 -0
- package/dist/Spinner.js +193 -0
- package/dist/Spinner.mjs +4 -0
- package/dist/Switch.d.mts +13 -0
- package/dist/Switch.d.ts +13 -0
- package/dist/Switch.js +311 -0
- package/dist/Switch.mjs +6 -0
- package/dist/TabBar.d.mts +42 -0
- package/dist/TabBar.d.ts +42 -0
- package/dist/TabBar.js +361 -0
- package/dist/TabBar.mjs +6 -0
- package/dist/Tabs.d.mts +27 -0
- package/dist/Tabs.d.ts +27 -0
- package/dist/Tabs.js +419 -0
- package/dist/Tabs.mjs +7 -0
- package/dist/Text.d.mts +12 -0
- package/dist/Text.d.ts +12 -0
- package/dist/Text.js +327 -0
- package/dist/Text.mjs +5 -0
- package/dist/Textarea.d.mts +16 -0
- package/dist/Textarea.d.ts +16 -0
- package/dist/Textarea.js +333 -0
- package/dist/Textarea.mjs +7 -0
- package/dist/Toast.d.mts +47 -0
- package/dist/Toast.d.ts +47 -0
- package/dist/Toast.js +185 -0
- package/dist/Toast.mjs +4 -0
- package/dist/Toggle.d.mts +36 -0
- package/dist/Toggle.d.ts +36 -0
- package/dist/Toggle.js +412 -0
- package/dist/Toggle.mjs +8 -0
- package/dist/VirtualList.d.mts +19 -0
- package/dist/VirtualList.d.ts +19 -0
- package/dist/VirtualList.js +38 -0
- package/dist/VirtualList.mjs +2 -0
- package/dist/chunk-26BCI223.mjs +14 -0
- package/dist/chunk-2CE3TQVY.mjs +11 -0
- package/dist/chunk-2TFTAWVJ.mjs +131 -0
- package/dist/chunk-2UYENBLV.mjs +49 -0
- package/dist/chunk-3BBOZ3OQ.mjs +41 -0
- package/dist/chunk-3DKJ2GIC.mjs +30 -0
- package/dist/chunk-3U4SSNWP.mjs +120 -0
- package/dist/chunk-4I7D47FH.mjs +139 -0
- package/dist/chunk-4K625MVM.mjs +142 -0
- package/dist/chunk-6OAZJ577.mjs +98 -0
- package/dist/chunk-6Q64UFIA.mjs +71 -0
- package/dist/chunk-756RAKE4.mjs +145 -0
- package/dist/chunk-7QHVVCB3.mjs +115 -0
- package/dist/chunk-A3A6KNQN.mjs +245 -0
- package/dist/chunk-A4MDAP7G.mjs +42 -0
- package/dist/chunk-AJ7ZDNBT.mjs +120 -0
- package/dist/chunk-AV4EMIRH.mjs +94 -0
- package/dist/chunk-AZJF2BLK.mjs +115 -0
- package/dist/chunk-BNP626TY.mjs +159 -0
- package/dist/chunk-BRKYVJVV.mjs +60 -0
- package/dist/chunk-DVK4G2GT.mjs +59 -0
- package/dist/chunk-EH745HE5.mjs +127 -0
- package/dist/chunk-EJ7ZPXOH.mjs +163 -0
- package/dist/chunk-GD6KXMG5.mjs +106 -0
- package/dist/chunk-GQYFLP3D.mjs +187 -0
- package/dist/chunk-ID72TK46.mjs +111 -0
- package/dist/chunk-IRRY3CRZ.mjs +82 -0
- package/dist/chunk-JB67UOB5.mjs +92 -0
- package/dist/chunk-JMOZEC77.mjs +90 -0
- package/dist/chunk-JT7HKXRB.mjs +114 -0
- package/dist/chunk-KIHCWCWL.mjs +124 -0
- package/dist/chunk-LXJIIOYQ.mjs +104 -0
- package/dist/chunk-M6ZXVBTK.mjs +64 -0
- package/dist/chunk-MAC465BB.mjs +61 -0
- package/dist/chunk-MBMXYJJV.mjs +36 -0
- package/dist/chunk-MLF3EZFW.mjs +119 -0
- package/dist/chunk-MX6HRKMI.mjs +29 -0
- package/dist/chunk-NA7PARID.mjs +147 -0
- package/dist/chunk-NC5ZTR2Y.mjs +32 -0
- package/dist/chunk-O3HA6TYM.mjs +139 -0
- package/dist/chunk-OB4JUQ3O.mjs +51 -0
- package/dist/chunk-PFZTM6D5.mjs +238 -0
- package/dist/chunk-QKH5ZOD5.mjs +97 -0
- package/dist/chunk-QY3X2UYR.mjs +191 -0
- package/dist/chunk-SOA2Z4RB.mjs +82 -0
- package/dist/chunk-SOYNZDVY.mjs +151 -0
- package/dist/chunk-T7XZ7H7Y.mjs +57 -0
- package/dist/chunk-TERDKCLE.mjs +74 -0
- package/dist/chunk-UREA2GYY.mjs +113 -0
- package/dist/chunk-VGTDN7SW.mjs +164 -0
- package/dist/chunk-VQ57HWPL.mjs +144 -0
- package/dist/chunk-WBOOUHSS.mjs +62 -0
- package/dist/chunk-WJLKJMKR.mjs +78 -0
- package/dist/chunk-X4G6APW6.mjs +134 -0
- package/dist/chunk-Y6FXYEAI.mjs +8 -0
- package/dist/chunk-YFZ3ELX5.mjs +16 -0
- package/dist/chunk-YNROWHQJ.mjs +46 -0
- package/dist/chunk-Z4BVUWW6.mjs +196 -0
- package/dist/chunk-ZJKGQMYH.mjs +131 -0
- package/dist/index-wt-orHUi.d.mts +85 -0
- package/dist/index-wt-orHUi.d.ts +85 -0
- package/dist/index.d.mts +149 -920
- package/dist/index.d.ts +149 -920
- package/dist/index.js +2560 -970
- package/dist/index.mjs +60 -3895
- package/package.json +55 -16
- package/src/assets/fonts/Sohne-Bold.otf +0 -0
- package/src/assets/fonts/Sohne-BoldItalic.otf +0 -0
- package/src/assets/fonts/Sohne-ExtraBold.otf +0 -0
- package/src/assets/fonts/Sohne-ExtraBoldItalic.otf +0 -0
- package/src/assets/fonts/Sohne-ExtraLight.otf +0 -0
- package/src/assets/fonts/Sohne-ExtraLightItalic.otf +0 -0
- package/src/assets/fonts/Sohne-Italic.otf +0 -0
- package/src/assets/fonts/Sohne-Light.otf +0 -0
- package/src/assets/fonts/Sohne-LightItalic.otf +0 -0
- package/src/assets/fonts/Sohne-Medium.otf +0 -0
- package/src/assets/fonts/Sohne-MediumItalic.otf +0 -0
- package/src/assets/fonts/Sohne-Regular.otf +0 -0
- package/src/assets/fonts/Sohne-SemiBold.otf +0 -0
- package/src/assets/fonts/Sohne-SemiBoldItalic.otf +0 -0
- package/src/assets/fonts/SohneMono-Bold.otf +0 -0
- package/src/assets/fonts/SohneMono-BoldItalic.otf +0 -0
- package/src/assets/fonts/SohneMono-ExtraBold.otf +0 -0
- package/src/assets/fonts/SohneMono-ExtraBoldItalic.otf +0 -0
- package/src/assets/fonts/SohneMono-ExtraLight.otf +0 -0
- package/src/assets/fonts/SohneMono-ExtraLightItalic.otf +0 -0
- package/src/assets/fonts/SohneMono-Italic.otf +0 -0
- package/src/assets/fonts/SohneMono-Light.otf +0 -0
- package/src/assets/fonts/SohneMono-LightItalic.otf +0 -0
- package/src/assets/fonts/SohneMono-Medium.otf +0 -0
- package/src/assets/fonts/SohneMono-MediumItalic.otf +0 -0
- package/src/assets/fonts/SohneMono-Regular.otf +0 -0
- package/src/assets/fonts/SohneMono-SemiBold.otf +0 -0
- package/src/assets/fonts/SohneMono-SemiBoldItalic.otf +0 -0
- package/src/components/Accordion/Accordion.tsx +15 -4
- package/src/components/AlertBanner/AlertBanner.tsx +38 -12
- package/src/components/AppHeader/AppHeader.tsx +172 -0
- package/src/components/AppHeader/index.ts +1 -0
- package/src/components/Avatar/Avatar.tsx +14 -4
- package/src/components/Badge/Badge.tsx +12 -3
- package/src/components/Button/Button.tsx +30 -38
- package/src/components/ButtonGroup/ButtonGroup.tsx +13 -10
- package/src/components/Card/Card.tsx +29 -57
- package/src/components/CategoryStrip/CategoryStrip.tsx +41 -42
- package/src/components/Checkbox/Checkbox.tsx +36 -45
- package/src/components/Chip/Chip.tsx +41 -48
- package/src/components/ConfirmDialog/ConfirmDialog.tsx +2 -2
- package/src/components/CurrencyDisplay/CurrencyDisplay.tsx +4 -2
- package/src/components/CurrencyInput/CurrencyInput.tsx +12 -10
- package/src/components/DetailRow/DetailRow.tsx +9 -7
- package/src/components/EmptyState/EmptyState.tsx +4 -3
- package/src/components/ErrorBoundary/ErrorBoundary.tsx +153 -0
- package/src/components/ErrorBoundary/index.ts +1 -0
- package/src/components/Form/Form.tsx +149 -0
- package/src/components/Form/index.ts +1 -0
- package/src/components/HolographicCard/HolographicCard.tsx +315 -0
- package/src/components/HolographicCard/index.ts +1 -0
- package/src/components/IconButton/IconButton.tsx +23 -29
- package/src/components/ImageViewer/ImageViewer.tsx +290 -0
- package/src/components/ImageViewer/index.ts +1 -0
- package/src/components/Input/Input.tsx +27 -31
- package/src/components/LabelValue/LabelValue.tsx +6 -4
- package/src/components/ListGroup/ListGroup.tsx +145 -0
- package/src/components/ListGroup/index.ts +1 -0
- package/src/components/ListItem/ListItem.tsx +78 -76
- package/src/components/MediaCard/MediaCard.tsx +15 -7
- package/src/components/MenuGroup/MenuGroup.tsx +145 -0
- package/src/components/MenuGroup/index.ts +1 -0
- package/src/components/MenuItem/MenuItem.tsx +16 -33
- package/src/components/MonthPicker/MonthPicker.tsx +41 -15
- package/src/components/MonthPicker/index.ts +1 -1
- package/src/components/PagerDots/PagerDots.tsx +200 -0
- package/src/components/PagerDots/index.ts +1 -0
- package/src/components/Pressable/Pressable.tsx +19 -35
- package/src/components/PricingCard/PricingCard.tsx +220 -0
- package/src/components/PricingCard/index.ts +1 -0
- package/src/components/RadioGroup/RadioGroup.tsx +23 -39
- package/src/components/RetrayProvider/RetrayProvider.tsx +59 -0
- package/src/components/RetrayProvider/index.ts +1 -0
- package/src/components/Select/Select.tsx +6 -6
- package/src/components/SelectableGrid/SelectableGrid.tsx +205 -0
- package/src/components/SelectableGrid/index.ts +1 -0
- package/src/components/Separator/Separator.tsx +1 -3
- package/src/components/Sheet/Sheet.tsx +146 -18
- package/src/components/Skeleton/Skeleton.tsx +143 -2
- package/src/components/Slider/Slider.tsx +2 -2
- package/src/components/Spinner/Spinner.tsx +18 -3
- package/src/components/Switch/Switch.tsx +44 -49
- package/src/components/TabBar/TabBar.tsx +169 -0
- package/src/components/TabBar/index.ts +1 -0
- package/src/components/Tabs/Tabs.tsx +45 -44
- package/src/components/Text/Text.tsx +5 -1
- package/src/components/Textarea/Textarea.tsx +18 -14
- package/src/components/Toast/Toast.tsx +6 -6
- package/src/components/Toggle/Toggle.tsx +80 -72
- package/src/components/VirtualList/VirtualList.tsx +60 -0
- package/src/components/VirtualList/index.ts +1 -0
- package/src/fonts.ts +41 -20
- package/src/index.ts +28 -3
- package/src/theme/colors.ts +53 -39
- package/src/theme/types.ts +3 -0
- package/src/tokens.ts +49 -39
- package/src/utils/animations.ts +29 -1
- package/src/utils/fontGuard.ts +34 -0
- package/src/utils/haptics.ts +211 -9
- package/src/utils/icons.ts +47 -20
- package/src/utils/pressable.ts +66 -0
- package/src/utils/usePressScale.ts +2 -0
- package/src/assets/fonts/Poppins-Black.ttf +0 -0
- package/src/assets/fonts/Poppins-BlackItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-Bold.ttf +0 -0
- package/src/assets/fonts/Poppins-BoldItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-ExtraBold.ttf +0 -0
- package/src/assets/fonts/Poppins-ExtraBoldItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-ExtraLight.ttf +0 -0
- package/src/assets/fonts/Poppins-ExtraLightItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-Italic.ttf +0 -0
- package/src/assets/fonts/Poppins-Light.ttf +0 -0
- package/src/assets/fonts/Poppins-LightItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-Medium.ttf +0 -0
- package/src/assets/fonts/Poppins-MediumItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-Regular.ttf +0 -0
- package/src/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/src/assets/fonts/Poppins-SemiBoldItalic.ttf +0 -0
- package/src/assets/fonts/Poppins-Thin.ttf +0 -0
- package/src/assets/fonts/Poppins-ThinItalic.ttf +0 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import React, { createContext, useMemo, useContext } from 'react';
|
|
2
|
+
import { useColorScheme } from 'react-native';
|
|
3
|
+
|
|
4
|
+
// src/theme/colorUtils.ts
|
|
5
|
+
function hexToRgb(hex) {
|
|
6
|
+
const clean = hex.replace("#", "");
|
|
7
|
+
const full = clean.length === 3 ? clean.split("").map((c) => c + c).join("") : clean;
|
|
8
|
+
if (full.length !== 6) return null;
|
|
9
|
+
return {
|
|
10
|
+
r: parseInt(full.slice(0, 2), 16),
|
|
11
|
+
g: parseInt(full.slice(2, 4), 16),
|
|
12
|
+
b: parseInt(full.slice(4, 6), 16)
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
function componentToHex(c) {
|
|
16
|
+
return Math.round(Math.max(0, Math.min(255, c))).toString(16).padStart(2, "0");
|
|
17
|
+
}
|
|
18
|
+
function rgbToHex(r, g, b) {
|
|
19
|
+
return `#${componentToHex(r)}${componentToHex(g)}${componentToHex(b)}`;
|
|
20
|
+
}
|
|
21
|
+
function withAlphaOnWhite(hex, alpha) {
|
|
22
|
+
const rgb = hexToRgb(hex);
|
|
23
|
+
if (!rgb) return hex;
|
|
24
|
+
const r = rgb.r * alpha + 255 * (1 - alpha);
|
|
25
|
+
const g = rgb.g * alpha + 255 * (1 - alpha);
|
|
26
|
+
const b = rgb.b * alpha + 255 * (1 - alpha);
|
|
27
|
+
return rgbToHex(r, g, b);
|
|
28
|
+
}
|
|
29
|
+
function withAlphaOnDark(hex, alpha, bgHex = "#0f0f0f") {
|
|
30
|
+
const rgb = hexToRgb(hex);
|
|
31
|
+
const bg = hexToRgb(bgHex);
|
|
32
|
+
if (!rgb || !bg) return hex;
|
|
33
|
+
const r = rgb.r * alpha + bg.r * (1 - alpha);
|
|
34
|
+
const g = rgb.g * alpha + bg.g * (1 - alpha);
|
|
35
|
+
const b = rgb.b * alpha + bg.b * (1 - alpha);
|
|
36
|
+
return rgbToHex(r, g, b);
|
|
37
|
+
}
|
|
38
|
+
function mixWithBackground(fgHex, bgHex, opacity) {
|
|
39
|
+
const fg = hexToRgb(fgHex);
|
|
40
|
+
const bg = hexToRgb(bgHex);
|
|
41
|
+
if (!fg || !bg) return fgHex;
|
|
42
|
+
const r = fg.r * opacity + bg.r * (1 - opacity);
|
|
43
|
+
const g = fg.g * opacity + bg.g * (1 - opacity);
|
|
44
|
+
const b = fg.b * opacity + bg.b * (1 - opacity);
|
|
45
|
+
return rgbToHex(r, g, b);
|
|
46
|
+
}
|
|
47
|
+
function lighten(hex, amount) {
|
|
48
|
+
return withAlphaOnWhite(hex, 1 - amount);
|
|
49
|
+
}
|
|
50
|
+
function darken(hex, amount) {
|
|
51
|
+
const rgb = hexToRgb(hex);
|
|
52
|
+
if (!rgb) return hex;
|
|
53
|
+
return rgbToHex(rgb.r * (1 - amount), rgb.g * (1 - amount), rgb.b * (1 - amount));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// src/theme/colors.ts
|
|
57
|
+
var defaultLight = {
|
|
58
|
+
background: "#ffffff",
|
|
59
|
+
foreground: "#1a1a1a",
|
|
60
|
+
card: "#ffffff",
|
|
61
|
+
primary: "#1a1a1a",
|
|
62
|
+
primaryForeground: "#ffffff",
|
|
63
|
+
// AUDIT FIX: brand accent — was undefined; falls back to primary when omitted
|
|
64
|
+
accent: "#d4561d",
|
|
65
|
+
accentForeground: "#ffffff",
|
|
66
|
+
border: "#dddddd",
|
|
67
|
+
// AUDIT FIX: was #e53935 (4.22:1 on white — fails AA); #c72828 = 5.59:1 ✓
|
|
68
|
+
destructive: "#c72828",
|
|
69
|
+
destructiveForeground: "#ffffff",
|
|
70
|
+
success: "#1a7a45",
|
|
71
|
+
successForeground: "#ffffff",
|
|
72
|
+
// AUDIT FIX: was #e67e00 (2.86:1 — severe fail); #9a5200 = 5.86:1 ✓ AAA-near
|
|
73
|
+
warning: "#9a5200",
|
|
74
|
+
warningForeground: "#ffffff"
|
|
75
|
+
};
|
|
76
|
+
var defaultDark = {
|
|
77
|
+
background: "#0f0f0f",
|
|
78
|
+
foreground: "#fafafa",
|
|
79
|
+
card: "#1c1c1c",
|
|
80
|
+
primary: "#fafafa",
|
|
81
|
+
primaryForeground: "#0f0f0f",
|
|
82
|
+
// AUDIT FIX: lighter accent for dark surfaces (warm amber-orange)
|
|
83
|
+
accent: "#e87645",
|
|
84
|
+
accentForeground: "#ffffff",
|
|
85
|
+
border: "#303030",
|
|
86
|
+
destructive: "#ef5350",
|
|
87
|
+
destructiveForeground: "#ffffff",
|
|
88
|
+
success: "#2e7d52",
|
|
89
|
+
successForeground: "#ffffff",
|
|
90
|
+
// AUDIT FIX: brighter amber for dark-bg visibility; dark text for contrast
|
|
91
|
+
// #f5a623 on #0f0f0f = 8.6:1 ✓ as indicator; #0f0f0f text on #f5a623 = 8.6:1 ✓
|
|
92
|
+
warning: "#f5a623",
|
|
93
|
+
warningForeground: "#0f0f0f"
|
|
94
|
+
};
|
|
95
|
+
function deriveColors(t, scheme) {
|
|
96
|
+
const dark = scheme === "dark";
|
|
97
|
+
const bg = t.background;
|
|
98
|
+
const foregroundSubtle = mixWithBackground(t.foreground, bg, 0.7);
|
|
99
|
+
const foregroundMuted = mixWithBackground(t.foreground, bg, 0.62);
|
|
100
|
+
const surface = dark ? lighten(bg, -0.06) : darken(bg, 0.04);
|
|
101
|
+
const surfaceStrong = dark ? lighten(bg, -0.12) : darken(bg, 0.08);
|
|
102
|
+
const destructiveTint = dark ? withAlphaOnDark(t.destructive, 0.15, bg) : withAlphaOnWhite(t.destructive, 0.08);
|
|
103
|
+
const destructiveBorder = dark ? withAlphaOnDark(t.destructive, 0.45, bg) : withAlphaOnWhite(t.destructive, 0.3);
|
|
104
|
+
const successTint = dark ? withAlphaOnDark(t.success, 0.15, bg) : withAlphaOnWhite(t.success, 0.08);
|
|
105
|
+
const successBorder = dark ? withAlphaOnDark(t.success, 0.45, bg) : withAlphaOnWhite(t.success, 0.3);
|
|
106
|
+
const warningTint = dark ? withAlphaOnDark(t.warning, 0.15, bg) : withAlphaOnWhite(t.warning, 0.08);
|
|
107
|
+
const warningBorder = dark ? withAlphaOnDark(t.warning, 0.45, bg) : withAlphaOnWhite(t.warning, 0.3);
|
|
108
|
+
return {
|
|
109
|
+
...t,
|
|
110
|
+
foregroundSubtle,
|
|
111
|
+
foregroundMuted,
|
|
112
|
+
surface,
|
|
113
|
+
surfaceStrong,
|
|
114
|
+
destructiveTint,
|
|
115
|
+
destructiveBorder,
|
|
116
|
+
successTint,
|
|
117
|
+
successBorder,
|
|
118
|
+
warningTint,
|
|
119
|
+
warningBorder,
|
|
120
|
+
overlay: t.overlay ?? "rgba(0,0,0,0.45)",
|
|
121
|
+
accentResolved: t.accent ?? t.primary,
|
|
122
|
+
accentForegroundResolved: t.accentForeground ?? t.primaryForeground,
|
|
123
|
+
ring: t.accent ?? t.primary,
|
|
124
|
+
input: t.border,
|
|
125
|
+
separator: dark ? lighten(t.border, 0.22) : darken(t.border, 0.16)
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
var ThemeContext = createContext({
|
|
129
|
+
colors: deriveColors(defaultLight, "light"),
|
|
130
|
+
colorScheme: "light"
|
|
131
|
+
});
|
|
132
|
+
function ThemeProvider({ children, theme, colorScheme = "system" }) {
|
|
133
|
+
const systemScheme = useColorScheme() ?? "light";
|
|
134
|
+
const resolvedScheme = colorScheme === "system" ? systemScheme : colorScheme;
|
|
135
|
+
const colors = useMemo(() => {
|
|
136
|
+
const base = resolvedScheme === "dark" ? defaultDark : defaultLight;
|
|
137
|
+
const override = resolvedScheme === "dark" ? theme?.dark : theme?.light;
|
|
138
|
+
const merged = override ? { ...base, ...override } : base;
|
|
139
|
+
return deriveColors(merged, resolvedScheme);
|
|
140
|
+
}, [resolvedScheme, theme]);
|
|
141
|
+
return /* @__PURE__ */ React.createElement(ThemeContext.Provider, { value: { colors, colorScheme: resolvedScheme } }, children);
|
|
142
|
+
}
|
|
143
|
+
function useTheme() {
|
|
144
|
+
const context = useContext(ThemeContext);
|
|
145
|
+
if (!context) {
|
|
146
|
+
throw new Error("useTheme must be used within a ThemeProvider");
|
|
147
|
+
}
|
|
148
|
+
return context;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export { ThemeProvider, defaultDark, defaultLight, deriveColors, useTheme };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AntDesign from '@expo/vector-icons/AntDesign';
|
|
3
|
+
import Entypo from '@expo/vector-icons/Entypo';
|
|
4
|
+
import Feather from '@expo/vector-icons/Feather';
|
|
5
|
+
import FontAwesome5 from '@expo/vector-icons/FontAwesome5';
|
|
6
|
+
import MaterialIcons from '@expo/vector-icons/MaterialIcons';
|
|
7
|
+
import Ionicons from '@expo/vector-icons/Ionicons';
|
|
8
|
+
|
|
9
|
+
// src/utils/icons.ts
|
|
10
|
+
var glyphMapOf = (mod) => mod.glyphMap ?? {};
|
|
11
|
+
var ALL_FAMILIES = [
|
|
12
|
+
{ name: "Ionicons", component: Ionicons, getGlyphMap: () => glyphMapOf(Ionicons) },
|
|
13
|
+
{ name: "MaterialIcons", component: MaterialIcons, getGlyphMap: () => glyphMapOf(MaterialIcons) },
|
|
14
|
+
{ name: "FontAwesome5", component: FontAwesome5, getGlyphMap: () => glyphMapOf(FontAwesome5) },
|
|
15
|
+
{ name: "Entypo", component: Entypo, getGlyphMap: () => glyphMapOf(Entypo) },
|
|
16
|
+
{ name: "AntDesign", component: AntDesign, getGlyphMap: () => glyphMapOf(AntDesign) },
|
|
17
|
+
{ name: "Feather", component: Feather, getGlyphMap: () => glyphMapOf(Feather) }
|
|
18
|
+
];
|
|
19
|
+
var activeFamilies = ALL_FAMILIES;
|
|
20
|
+
var resolvedCache = null;
|
|
21
|
+
function configureIconFamilies(families) {
|
|
22
|
+
const order = families.map((n) => ALL_FAMILIES.find((f) => f.name === n)).filter((f) => f !== void 0);
|
|
23
|
+
activeFamilies = order.length > 0 ? order : ALL_FAMILIES;
|
|
24
|
+
resolvedCache = null;
|
|
25
|
+
}
|
|
26
|
+
function buildCache() {
|
|
27
|
+
const cache = /* @__PURE__ */ new Map();
|
|
28
|
+
for (const family of activeFamilies) {
|
|
29
|
+
const glyphMap = family.getGlyphMap();
|
|
30
|
+
for (const iconName of Object.keys(glyphMap)) {
|
|
31
|
+
cache.set(iconName, family);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return cache;
|
|
35
|
+
}
|
|
36
|
+
function resolveFamily(name) {
|
|
37
|
+
if (!resolvedCache) {
|
|
38
|
+
resolvedCache = buildCache();
|
|
39
|
+
}
|
|
40
|
+
return resolvedCache.get(name) ?? null;
|
|
41
|
+
}
|
|
42
|
+
function Icon({ name, size, color, family }) {
|
|
43
|
+
let resolved = null;
|
|
44
|
+
if (family) {
|
|
45
|
+
resolved = ALL_FAMILIES.find((f) => f.name === family) ?? null;
|
|
46
|
+
} else {
|
|
47
|
+
resolved = resolveFamily(name);
|
|
48
|
+
}
|
|
49
|
+
if (!resolved) return null;
|
|
50
|
+
const Component = resolved.component;
|
|
51
|
+
return React.createElement(Component, { name, size, color });
|
|
52
|
+
}
|
|
53
|
+
function renderIcon(name, size, color) {
|
|
54
|
+
return React.createElement(Icon, { name, size, color });
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export { Icon, configureIconFamilies, renderIcon };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { renderIcon } from './chunk-T7XZ7H7Y.mjs';
|
|
2
|
+
import { useTheme } from './chunk-SOYNZDVY.mjs';
|
|
3
|
+
import { vs, s, ms } from './chunk-2CE3TQVY.mjs';
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { StyleSheet, View, Text } from 'react-native';
|
|
6
|
+
|
|
7
|
+
var sizePadding = {
|
|
8
|
+
sm: { paddingHorizontal: s(8), paddingVertical: vs(2) },
|
|
9
|
+
md: { paddingHorizontal: s(10), paddingVertical: vs(4) },
|
|
10
|
+
lg: { paddingHorizontal: s(12), paddingVertical: vs(6) }
|
|
11
|
+
};
|
|
12
|
+
var sizeFontSize = {
|
|
13
|
+
sm: { fontSize: ms(11) },
|
|
14
|
+
md: { fontSize: ms(13) },
|
|
15
|
+
lg: { fontSize: ms(15) }
|
|
16
|
+
};
|
|
17
|
+
var sizeIconGap = {
|
|
18
|
+
sm: s(4),
|
|
19
|
+
md: s(6),
|
|
20
|
+
lg: s(6)
|
|
21
|
+
};
|
|
22
|
+
var sizeIconSize = { sm: 10, md: 12, lg: 14 };
|
|
23
|
+
function BadgeBase({ label, children, variant = "default", size = "md", icon, iconName, iconColor, style }) {
|
|
24
|
+
const { colors } = useTheme();
|
|
25
|
+
const containerStyle = {
|
|
26
|
+
default: { backgroundColor: colors.primary },
|
|
27
|
+
secondary: { backgroundColor: colors.surface },
|
|
28
|
+
destructive: { backgroundColor: colors.destructive },
|
|
29
|
+
outline: { backgroundColor: "transparent", borderWidth: 1, borderColor: colors.border },
|
|
30
|
+
success: { backgroundColor: colors.success },
|
|
31
|
+
warning: { backgroundColor: colors.warning },
|
|
32
|
+
successOutline: { backgroundColor: colors.successTint, borderWidth: 1, borderColor: colors.successBorder },
|
|
33
|
+
destructiveOutline: { backgroundColor: colors.destructiveTint, borderWidth: 1, borderColor: colors.destructiveBorder },
|
|
34
|
+
warningOutline: { backgroundColor: colors.warningTint, borderWidth: 1, borderColor: colors.warningBorder }
|
|
35
|
+
}[variant];
|
|
36
|
+
const textColor = {
|
|
37
|
+
default: colors.primaryForeground,
|
|
38
|
+
secondary: colors.foreground,
|
|
39
|
+
destructive: colors.destructiveForeground,
|
|
40
|
+
outline: colors.foreground,
|
|
41
|
+
success: colors.successForeground,
|
|
42
|
+
warning: colors.warningForeground,
|
|
43
|
+
successOutline: colors.success,
|
|
44
|
+
destructiveOutline: colors.destructive,
|
|
45
|
+
warningOutline: colors.warning
|
|
46
|
+
}[variant];
|
|
47
|
+
const effectiveIcon = iconName ? renderIcon(iconName, sizeIconSize[size], iconColor ?? textColor) : icon;
|
|
48
|
+
const content = children ?? label;
|
|
49
|
+
const a11yLabel = typeof content === "string" ? content : label;
|
|
50
|
+
return /* @__PURE__ */ React.createElement(
|
|
51
|
+
View,
|
|
52
|
+
{
|
|
53
|
+
style: [styles.container, containerStyle, sizePadding[size], { gap: sizeIconGap[size] }, style],
|
|
54
|
+
accessibilityRole: "text",
|
|
55
|
+
accessibilityLabel: a11yLabel
|
|
56
|
+
},
|
|
57
|
+
effectiveIcon,
|
|
58
|
+
typeof content === "string" ? /* @__PURE__ */ React.createElement(Text, { style: [styles.label, { color: textColor }, sizeFontSize[size]], allowFontScaling: true }, content) : content
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
var Badge = React.memo(BadgeBase);
|
|
62
|
+
var styles = StyleSheet.create({
|
|
63
|
+
container: {
|
|
64
|
+
borderRadius: 9999,
|
|
65
|
+
alignSelf: "flex-start",
|
|
66
|
+
flexDirection: "row",
|
|
67
|
+
alignItems: "center"
|
|
68
|
+
},
|
|
69
|
+
label: {
|
|
70
|
+
fontFamily: "Sohne-Medium"
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
export { Badge };
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { PressableChip } from './chunk-3DKJ2GIC.mjs';
|
|
2
|
+
import { selectionAsync } from './chunk-EJ7ZPXOH.mjs';
|
|
3
|
+
import { COLOR_TRANSITION } from './chunk-DVK4G2GT.mjs';
|
|
4
|
+
import { renderIcon } from './chunk-T7XZ7H7Y.mjs';
|
|
5
|
+
import { useTheme } from './chunk-SOYNZDVY.mjs';
|
|
6
|
+
import { s, mvs, ms, vs } from './chunk-2CE3TQVY.mjs';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { StyleSheet, View, Text } from 'react-native';
|
|
9
|
+
import { EaseView } from 'react-native-ease';
|
|
10
|
+
|
|
11
|
+
function ChipBase({ label, selected = false, onPress, icon, iconName, style, accessibilityLabel }) {
|
|
12
|
+
const { colors } = useTheme();
|
|
13
|
+
const handlePress = () => {
|
|
14
|
+
selectionAsync();
|
|
15
|
+
onPress?.();
|
|
16
|
+
};
|
|
17
|
+
const resolvedIcon = iconName ? renderIcon(iconName, ms(13), selected ? colors.primaryForeground : colors.foreground) : icon;
|
|
18
|
+
return /* @__PURE__ */ React.createElement(View, { style: [styles.wrapper, style] }, /* @__PURE__ */ React.createElement(
|
|
19
|
+
PressableChip,
|
|
20
|
+
{
|
|
21
|
+
onPress: handlePress,
|
|
22
|
+
rippleColor: "transparent",
|
|
23
|
+
touchSoundDisabled: true,
|
|
24
|
+
accessibilityRole: "button",
|
|
25
|
+
accessibilityLabel: accessibilityLabel ?? label,
|
|
26
|
+
accessibilityState: { selected }
|
|
27
|
+
},
|
|
28
|
+
/* @__PURE__ */ React.createElement(
|
|
29
|
+
EaseView,
|
|
30
|
+
{
|
|
31
|
+
style: styles.chip,
|
|
32
|
+
animate: {
|
|
33
|
+
backgroundColor: selected ? colors.primary : colors.surface,
|
|
34
|
+
borderColor: selected ? colors.primary : colors.border
|
|
35
|
+
},
|
|
36
|
+
transition: COLOR_TRANSITION
|
|
37
|
+
},
|
|
38
|
+
resolvedIcon ? /* @__PURE__ */ React.createElement(View, { style: styles.chipIcon }, resolvedIcon) : null,
|
|
39
|
+
/* @__PURE__ */ React.createElement(
|
|
40
|
+
Text,
|
|
41
|
+
{
|
|
42
|
+
style: [styles.label, { color: selected ? colors.primaryForeground : colors.foreground }],
|
|
43
|
+
allowFontScaling: true
|
|
44
|
+
},
|
|
45
|
+
label
|
|
46
|
+
)
|
|
47
|
+
)
|
|
48
|
+
));
|
|
49
|
+
}
|
|
50
|
+
var Chip = React.memo(ChipBase);
|
|
51
|
+
function ChipGroup({ options, value, onValueChange, multiSelect = false, style }) {
|
|
52
|
+
const handlePress = (optionValue) => {
|
|
53
|
+
if (!multiSelect) {
|
|
54
|
+
onValueChange?.(optionValue);
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
const currentArray = Array.isArray(value) ? value : value ? [value] : [];
|
|
58
|
+
const isSelected2 = currentArray.includes(optionValue);
|
|
59
|
+
const newArray = isSelected2 ? currentArray.filter((v) => v !== optionValue) : [...currentArray, optionValue];
|
|
60
|
+
onValueChange?.(newArray);
|
|
61
|
+
};
|
|
62
|
+
const isSelected = (optionValue) => {
|
|
63
|
+
if (Array.isArray(value)) return value.includes(optionValue);
|
|
64
|
+
return optionValue === value;
|
|
65
|
+
};
|
|
66
|
+
return /* @__PURE__ */ React.createElement(View, { style: [styles.group, style] }, options.map((opt) => /* @__PURE__ */ React.createElement(
|
|
67
|
+
Chip,
|
|
68
|
+
{
|
|
69
|
+
key: opt.value,
|
|
70
|
+
label: opt.label,
|
|
71
|
+
selected: isSelected(opt.value),
|
|
72
|
+
onPress: opt.disabled ? void 0 : () => handlePress(opt.value),
|
|
73
|
+
iconName: opt.iconName,
|
|
74
|
+
style: opt.disabled ? styles.chipDisabled : void 0,
|
|
75
|
+
accessibilityLabel: opt.disabled ? `${opt.label}, unavailable` : opt.label
|
|
76
|
+
}
|
|
77
|
+
)));
|
|
78
|
+
}
|
|
79
|
+
var styles = StyleSheet.create({
|
|
80
|
+
wrapper: {},
|
|
81
|
+
chip: {
|
|
82
|
+
borderRadius: 999,
|
|
83
|
+
paddingHorizontal: s(14),
|
|
84
|
+
// AUDIT FIX: was vs(5) → ~28px total height — below WCAG 44px tap target.
|
|
85
|
+
// vs(10) → ~44px total height meets WCAG 2.5.5 (AAA) minimum.
|
|
86
|
+
paddingVertical: vs(10),
|
|
87
|
+
minHeight: 44,
|
|
88
|
+
borderWidth: 1,
|
|
89
|
+
alignItems: "center",
|
|
90
|
+
justifyContent: "center",
|
|
91
|
+
flexDirection: "row",
|
|
92
|
+
gap: s(5)
|
|
93
|
+
},
|
|
94
|
+
chipDisabled: {
|
|
95
|
+
opacity: 0.4
|
|
96
|
+
},
|
|
97
|
+
chipIcon: {
|
|
98
|
+
alignItems: "center",
|
|
99
|
+
justifyContent: "center"
|
|
100
|
+
},
|
|
101
|
+
label: {
|
|
102
|
+
fontFamily: "Sohne-Medium",
|
|
103
|
+
fontSize: ms(13),
|
|
104
|
+
lineHeight: mvs(18)
|
|
105
|
+
},
|
|
106
|
+
group: {
|
|
107
|
+
flexDirection: "row",
|
|
108
|
+
flexWrap: "wrap",
|
|
109
|
+
gap: s(8)
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
export { Chip, ChipGroup };
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { useHover, usePressScale } from './chunk-YNROWHQJ.mjs';
|
|
2
|
+
import { impactLight } from './chunk-EJ7ZPXOH.mjs';
|
|
3
|
+
import { SPRINGS, PRESS_SCALE } from './chunk-DVK4G2GT.mjs';
|
|
4
|
+
import { RADIUS, SHADOWS } from './chunk-QY3X2UYR.mjs';
|
|
5
|
+
import { renderIcon } from './chunk-T7XZ7H7Y.mjs';
|
|
6
|
+
import { useTheme } from './chunk-SOYNZDVY.mjs';
|
|
7
|
+
import { mvs, ms, vs, s } from './chunk-2CE3TQVY.mjs';
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { StyleSheet, View, Platform, Image, TouchableOpacity, Text } from 'react-native';
|
|
10
|
+
import Animated from 'react-native-reanimated';
|
|
11
|
+
|
|
12
|
+
var aspectRatioMap = {
|
|
13
|
+
"1:1": 1,
|
|
14
|
+
"4:3": 3 / 4,
|
|
15
|
+
"16:9": 9 / 16,
|
|
16
|
+
"4:5": 5 / 4,
|
|
17
|
+
"3:2": 2 / 3
|
|
18
|
+
};
|
|
19
|
+
function MediaCardBase({
|
|
20
|
+
imageSource,
|
|
21
|
+
aspectRatio = "4:3",
|
|
22
|
+
badge,
|
|
23
|
+
actionIcon,
|
|
24
|
+
actionIconName,
|
|
25
|
+
actionActive = false,
|
|
26
|
+
onActionPress,
|
|
27
|
+
title,
|
|
28
|
+
subtitle,
|
|
29
|
+
caption,
|
|
30
|
+
onPress,
|
|
31
|
+
style,
|
|
32
|
+
imageStyle,
|
|
33
|
+
footer,
|
|
34
|
+
accessibilityLabel
|
|
35
|
+
}) {
|
|
36
|
+
const { colors } = useTheme();
|
|
37
|
+
const { hovered, hoverHandlers } = useHover();
|
|
38
|
+
const { animatedStyle, onPressIn, onPressOut } = usePressScale({
|
|
39
|
+
pressScale: PRESS_SCALE.card,
|
|
40
|
+
pressInSpring: SPRINGS.surfacePressIn,
|
|
41
|
+
pressOutSpring: SPRINGS.surfacePressOut,
|
|
42
|
+
disabled: !onPress
|
|
43
|
+
});
|
|
44
|
+
const handlePress = () => {
|
|
45
|
+
if (!onPress) return;
|
|
46
|
+
impactLight();
|
|
47
|
+
onPress();
|
|
48
|
+
};
|
|
49
|
+
const ratio = aspectRatioMap[aspectRatio];
|
|
50
|
+
const resolvedActionIcon = actionIconName ? renderIcon(actionIconName, 18, actionActive ? colors.primary : colors.background) : actionIcon ?? renderIcon("heart", 18, actionActive ? colors.primary : colors.background);
|
|
51
|
+
const a11yLabel = accessibilityLabel ?? [title, subtitle].filter(Boolean).join(". ");
|
|
52
|
+
const cardContent = /* @__PURE__ */ React.createElement(
|
|
53
|
+
View,
|
|
54
|
+
{
|
|
55
|
+
style: [
|
|
56
|
+
styles.card,
|
|
57
|
+
hovered && styles.cardHovered,
|
|
58
|
+
style
|
|
59
|
+
],
|
|
60
|
+
...Platform.OS === "web" ? hoverHandlers : {}
|
|
61
|
+
},
|
|
62
|
+
/* @__PURE__ */ React.createElement(View, { style: [styles.imageContainer, imageStyle] }, /* @__PURE__ */ React.createElement(View, { style: { paddingTop: `${ratio * 100}%` } }, /* @__PURE__ */ React.createElement(View, { style: StyleSheet.absoluteFill }, imageSource ? /* @__PURE__ */ React.createElement(
|
|
63
|
+
Image,
|
|
64
|
+
{
|
|
65
|
+
source: imageSource,
|
|
66
|
+
style: styles.image,
|
|
67
|
+
resizeMode: "cover"
|
|
68
|
+
}
|
|
69
|
+
) : /* @__PURE__ */ React.createElement(View, { style: [styles.imagePlaceholder, { backgroundColor: colors.surface }] }))), badge && /* @__PURE__ */ React.createElement(View, { style: styles.badgeContainer }, badge), (onActionPress || actionIcon || actionIconName) && /* @__PURE__ */ React.createElement(
|
|
70
|
+
TouchableOpacity,
|
|
71
|
+
{
|
|
72
|
+
style: [styles.actionButton, { backgroundColor: "rgba(0,0,0,0.24)" }],
|
|
73
|
+
onPress: (e) => {
|
|
74
|
+
e?.stopPropagation?.();
|
|
75
|
+
impactLight();
|
|
76
|
+
onActionPress?.();
|
|
77
|
+
},
|
|
78
|
+
activeOpacity: 0.8,
|
|
79
|
+
touchSoundDisabled: true,
|
|
80
|
+
accessibilityRole: Platform.OS === "web" && onPress ? void 0 : "button",
|
|
81
|
+
accessibilityLabel: actionIconName ?? "action",
|
|
82
|
+
accessibilityState: { selected: actionActive }
|
|
83
|
+
},
|
|
84
|
+
resolvedActionIcon
|
|
85
|
+
)),
|
|
86
|
+
(title || subtitle || caption || footer) && /* @__PURE__ */ React.createElement(View, { style: styles.meta }, title ? /* @__PURE__ */ React.createElement(Text, { style: [styles.title, { color: colors.foreground }], numberOfLines: 2, allowFontScaling: true }, title) : null, subtitle ? /* @__PURE__ */ React.createElement(Text, { style: [styles.subtitle, { color: colors.foregroundSubtle }], numberOfLines: 1, allowFontScaling: true }, subtitle) : null, caption ? /* @__PURE__ */ React.createElement(Text, { style: [styles.caption, { color: colors.foregroundMuted }], numberOfLines: 1, allowFontScaling: true }, caption) : null, footer)
|
|
87
|
+
);
|
|
88
|
+
if (onPress) {
|
|
89
|
+
return /* @__PURE__ */ React.createElement(Animated.View, { style: animatedStyle }, /* @__PURE__ */ React.createElement(
|
|
90
|
+
TouchableOpacity,
|
|
91
|
+
{
|
|
92
|
+
onPress: handlePress,
|
|
93
|
+
onPressIn,
|
|
94
|
+
onPressOut,
|
|
95
|
+
activeOpacity: 1,
|
|
96
|
+
touchSoundDisabled: true,
|
|
97
|
+
accessibilityRole: "button",
|
|
98
|
+
accessibilityLabel: a11yLabel
|
|
99
|
+
},
|
|
100
|
+
cardContent
|
|
101
|
+
));
|
|
102
|
+
}
|
|
103
|
+
return cardContent;
|
|
104
|
+
}
|
|
105
|
+
var MediaCard = React.memo(MediaCardBase);
|
|
106
|
+
var styles = StyleSheet.create({
|
|
107
|
+
card: {
|
|
108
|
+
borderRadius: RADIUS.md,
|
|
109
|
+
overflow: "hidden",
|
|
110
|
+
backgroundColor: "transparent"
|
|
111
|
+
},
|
|
112
|
+
cardHovered: {
|
|
113
|
+
...SHADOWS.md
|
|
114
|
+
},
|
|
115
|
+
imageContainer: {
|
|
116
|
+
borderRadius: RADIUS.md,
|
|
117
|
+
overflow: "hidden"
|
|
118
|
+
},
|
|
119
|
+
image: {
|
|
120
|
+
width: "100%",
|
|
121
|
+
height: "100%"
|
|
122
|
+
},
|
|
123
|
+
imagePlaceholder: {
|
|
124
|
+
width: "100%",
|
|
125
|
+
height: "100%"
|
|
126
|
+
},
|
|
127
|
+
badgeContainer: {
|
|
128
|
+
position: "absolute",
|
|
129
|
+
top: s(8),
|
|
130
|
+
left: s(8)
|
|
131
|
+
},
|
|
132
|
+
actionButton: {
|
|
133
|
+
position: "absolute",
|
|
134
|
+
top: s(8),
|
|
135
|
+
right: s(8),
|
|
136
|
+
width: s(32),
|
|
137
|
+
height: s(32),
|
|
138
|
+
borderRadius: 9999,
|
|
139
|
+
alignItems: "center",
|
|
140
|
+
justifyContent: "center"
|
|
141
|
+
},
|
|
142
|
+
meta: {
|
|
143
|
+
paddingTop: vs(8),
|
|
144
|
+
paddingBottom: vs(4),
|
|
145
|
+
gap: vs(2)
|
|
146
|
+
},
|
|
147
|
+
title: {
|
|
148
|
+
fontFamily: "Sohne-SemiBold",
|
|
149
|
+
fontSize: ms(14),
|
|
150
|
+
lineHeight: mvs(20)
|
|
151
|
+
},
|
|
152
|
+
subtitle: {
|
|
153
|
+
fontFamily: "Sohne-Regular",
|
|
154
|
+
fontSize: ms(13),
|
|
155
|
+
lineHeight: mvs(18)
|
|
156
|
+
},
|
|
157
|
+
caption: {
|
|
158
|
+
fontFamily: "Sohne-Regular",
|
|
159
|
+
fontSize: ms(12),
|
|
160
|
+
lineHeight: mvs(16)
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
export { MediaCard };
|