@almadar/mobile 1.1.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-S2IT7WZT.js → chunk-5JVEVV74.js} +1 -1
- package/dist/{chunk-DY52O4T3.js → chunk-5U5Z65ZO.js} +46 -83
- package/dist/chunk-5U5Z65ZO.js.map +1 -0
- package/dist/chunk-A56SRZKI.js +59 -0
- package/dist/chunk-A56SRZKI.js.map +1 -0
- package/dist/{chunk-DMLYJFYQ.js → chunk-BFRVXKSP.js} +594 -88
- package/dist/chunk-BFRVXKSP.js.map +1 -0
- package/dist/{chunk-YMJZLYLV.js → chunk-ETD72PHO.js} +1991 -466
- package/dist/chunk-ETD72PHO.js.map +1 -0
- package/dist/{chunk-LFHVNHVA.js → chunk-GMR5FKKB.js} +3 -83
- package/dist/chunk-GMR5FKKB.js.map +1 -0
- package/dist/chunk-K2JGK2QD.js +17 -0
- package/dist/chunk-K2JGK2QD.js.map +1 -0
- package/dist/chunk-MLTSQPVN.js +337 -0
- package/dist/chunk-MLTSQPVN.js.map +1 -0
- package/dist/{chunk-T77JPOTP.js → chunk-PBO6ZN2M.js} +1206 -1269
- package/dist/chunk-PBO6ZN2M.js.map +1 -0
- package/dist/{chunk-7C5JCLLY.js → chunk-QUFLYKWA.js} +125 -45
- package/dist/chunk-QUFLYKWA.js.map +1 -0
- package/dist/chunk-TRYFJDL3.js +7 -0
- package/dist/chunk-TRYFJDL3.js.map +1 -0
- package/dist/components/atoms/AnimatedCounter.d.ts +15 -0
- package/dist/components/atoms/AnimatedCounter.d.ts.map +1 -0
- package/dist/components/atoms/DayCell.d.ts +18 -0
- package/dist/components/atoms/DayCell.d.ts.map +1 -0
- package/dist/components/atoms/InfiniteScrollSentinel.d.ts +14 -0
- package/dist/components/atoms/InfiniteScrollSentinel.d.ts.map +1 -0
- package/dist/components/atoms/RangeSlider.d.ts +20 -0
- package/dist/components/atoms/RangeSlider.d.ts.map +1 -0
- package/dist/components/atoms/StatusDot.d.ts +16 -0
- package/dist/components/atoms/StatusDot.d.ts.map +1 -0
- package/dist/components/atoms/TextHighlight.d.ts +17 -0
- package/dist/components/atoms/TextHighlight.d.ts.map +1 -0
- package/dist/components/atoms/ThemeToggle.d.ts +13 -0
- package/dist/components/atoms/ThemeToggle.d.ts.map +1 -0
- package/dist/components/atoms/TrendIndicator.d.ts +16 -0
- package/dist/components/atoms/TrendIndicator.d.ts.map +1 -0
- package/dist/components/atoms/TypewriterText.d.ts +16 -0
- package/dist/components/atoms/TypewriterText.d.ts.map +1 -0
- package/dist/components/atoms/index.d.ts +18 -0
- package/dist/components/atoms/index.d.ts.map +1 -1
- package/dist/components/atoms/index.js +30 -10
- package/dist/components/index.js +59 -18
- package/dist/components/molecules/Accordion.d.ts +20 -0
- package/dist/components/molecules/Accordion.d.ts.map +1 -0
- package/dist/components/molecules/CalendarGrid.d.ts +22 -0
- package/dist/components/molecules/CalendarGrid.d.ts.map +1 -0
- package/dist/components/molecules/Carousel.d.ts +17 -0
- package/dist/components/molecules/Carousel.d.ts.map +1 -0
- package/dist/components/molecules/DataGrid.d.ts +43 -0
- package/dist/components/molecules/DataGrid.d.ts.map +1 -0
- package/dist/components/molecules/DataList.d.ts +43 -0
- package/dist/components/molecules/DataList.d.ts.map +1 -0
- package/dist/components/molecules/FlipCard.d.ts +16 -0
- package/dist/components/molecules/FlipCard.d.ts.map +1 -0
- package/dist/components/molecules/Lightbox.d.ts +19 -0
- package/dist/components/molecules/Lightbox.d.ts.map +1 -0
- package/dist/components/molecules/NumberStepper.d.ts +19 -0
- package/dist/components/molecules/NumberStepper.d.ts.map +1 -0
- package/dist/components/molecules/PullToRefresh.d.ts +14 -0
- package/dist/components/molecules/PullToRefresh.d.ts.map +1 -0
- package/dist/components/molecules/SortableList.d.ts +17 -0
- package/dist/components/molecules/SortableList.d.ts.map +1 -0
- package/dist/components/molecules/StarRating.d.ts +19 -0
- package/dist/components/molecules/StarRating.d.ts.map +1 -0
- package/dist/components/molecules/SwipeableRow.d.ts +20 -0
- package/dist/components/molecules/SwipeableRow.d.ts.map +1 -0
- package/dist/components/molecules/index.d.ts +24 -0
- package/dist/components/molecules/index.d.ts.map +1 -1
- package/dist/components/molecules/index.js +30 -5
- package/dist/components/organisms/FormSection.d.ts +7 -0
- package/dist/components/organisms/FormSection.d.ts.map +1 -1
- package/dist/components/organisms/index.d.ts +0 -4
- package/dist/components/organisms/index.d.ts.map +1 -1
- package/dist/components/organisms/index.js +4 -8
- package/dist/index.js +72 -26
- package/dist/index.js.map +1 -1
- package/dist/lib/getNestedValue.d.ts +5 -0
- package/dist/lib/getNestedValue.d.ts.map +1 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +6 -2
- package/dist/providers/ThemeProvider.d.ts +7 -0
- package/dist/providers/ThemeProvider.d.ts.map +1 -1
- package/dist/providers/index.d.ts +2 -2
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/providers/index.js +8 -4
- package/package.json +30 -29
- package/dist/chunk-6RVITGGH.js +0 -167
- package/dist/chunk-6RVITGGH.js.map +0 -1
- package/dist/chunk-7C5JCLLY.js.map +0 -1
- package/dist/chunk-DMLYJFYQ.js.map +0 -1
- package/dist/chunk-DY52O4T3.js.map +0 -1
- package/dist/chunk-LFHVNHVA.js.map +0 -1
- package/dist/chunk-T77JPOTP.js.map +0 -1
- package/dist/chunk-VLUJ7BXN.js +0 -36
- package/dist/chunk-VLUJ7BXN.js.map +0 -1
- package/dist/chunk-YMJZLYLV.js.map +0 -1
- package/dist/components/organisms/EntityCard.d.ts +0 -11
- package/dist/components/organisms/EntityCard.d.ts.map +0 -1
- package/dist/components/organisms/EntityList.d.ts +0 -17
- package/dist/components/organisms/EntityList.d.ts.map +0 -1
- /package/dist/{chunk-S2IT7WZT.js.map → chunk-5JVEVV74.js.map} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export type ThemeToggleSize = 'sm' | 'md' | 'lg';
|
|
4
|
+
export interface ThemeToggleProps {
|
|
5
|
+
size?: ThemeToggleSize;
|
|
6
|
+
showLabel?: boolean;
|
|
7
|
+
style?: ViewStyle;
|
|
8
|
+
isLoading?: boolean;
|
|
9
|
+
error?: Error | null;
|
|
10
|
+
entity?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const ThemeToggle: React.FC<ThemeToggleProps>;
|
|
13
|
+
//# sourceMappingURL=ThemeToggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeToggle.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/ThemeToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyB,SAAS,EAAE,MAAM,cAAc,CAAC;AAOhE,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAQD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAuClD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export type TrendDirection = 'up' | 'down' | 'neutral';
|
|
4
|
+
export type TrendSize = 'sm' | 'md' | 'lg';
|
|
5
|
+
export interface TrendIndicatorProps {
|
|
6
|
+
value?: number;
|
|
7
|
+
direction?: TrendDirection;
|
|
8
|
+
showValue?: boolean;
|
|
9
|
+
size?: TrendSize;
|
|
10
|
+
style?: ViewStyle;
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
error?: Error | null;
|
|
13
|
+
entity?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const TrendIndicator: React.FC<TrendIndicatorProps>;
|
|
16
|
+
//# sourceMappingURL=TrendIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrendIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/TrendIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAMrD,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC;AACvD,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE3C,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAQD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAmCxD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
+
export interface TypewriterTextProps {
|
|
4
|
+
text: string;
|
|
5
|
+
speed?: number;
|
|
6
|
+
startDelay?: number;
|
|
7
|
+
onComplete?: () => void;
|
|
8
|
+
showCursor?: boolean;
|
|
9
|
+
style?: ViewStyle;
|
|
10
|
+
textStyle?: TextStyle;
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
error?: Error | null;
|
|
13
|
+
entity?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const TypewriterText: React.FC<TypewriterTextProps>;
|
|
16
|
+
//# sourceMappingURL=TypewriterText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypewriterText.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/TypewriterText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAwB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI1E,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2FxD,CAAC"}
|
|
@@ -40,6 +40,24 @@ export { Spacer } from './Spacer';
|
|
|
40
40
|
export type { SpacerProps, SpacerSize } from './Spacer';
|
|
41
41
|
export { ConditionalWrapper } from './ConditionalWrapper';
|
|
42
42
|
export type { ConditionalWrapperProps, ConditionalContext } from './ConditionalWrapper';
|
|
43
|
+
export { StatusDot } from './StatusDot';
|
|
44
|
+
export type { StatusDotProps, StatusDotStatus, StatusDotSize } from './StatusDot';
|
|
45
|
+
export { TrendIndicator } from './TrendIndicator';
|
|
46
|
+
export type { TrendIndicatorProps, TrendDirection, TrendSize } from './TrendIndicator';
|
|
47
|
+
export { TextHighlight } from './TextHighlight';
|
|
48
|
+
export type { TextHighlightProps, HighlightType } from './TextHighlight';
|
|
49
|
+
export { AnimatedCounter } from './AnimatedCounter';
|
|
50
|
+
export type { AnimatedCounterProps } from './AnimatedCounter';
|
|
51
|
+
export { TypewriterText } from './TypewriterText';
|
|
52
|
+
export type { TypewriterTextProps } from './TypewriterText';
|
|
53
|
+
export { DayCell } from './DayCell';
|
|
54
|
+
export type { DayCellProps } from './DayCell';
|
|
55
|
+
export { ThemeToggle } from './ThemeToggle';
|
|
56
|
+
export type { ThemeToggleProps, ThemeToggleSize } from './ThemeToggle';
|
|
57
|
+
export { RangeSlider } from './RangeSlider';
|
|
58
|
+
export type { RangeSliderProps } from './RangeSlider';
|
|
59
|
+
export { InfiniteScrollSentinel } from './InfiniteScrollSentinel';
|
|
60
|
+
export type { InfiniteScrollSentinelProps } from './InfiniteScrollSentinel';
|
|
43
61
|
export { HealthBar, ControlButton, ScoreDisplay, Sprite, StateIndicator } from './game';
|
|
44
62
|
export type { HealthBarProps, ControlButtonProps, ScoreDisplayProps, SpriteProps, StateIndicatorProps, StateStyle, } from './game';
|
|
45
63
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,42 +1,54 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AnimatedCounter,
|
|
2
3
|
Avatar,
|
|
3
4
|
Center,
|
|
4
5
|
ConditionalWrapper,
|
|
5
6
|
Overlay,
|
|
6
7
|
Radio,
|
|
8
|
+
RangeSlider,
|
|
7
9
|
Spacer,
|
|
8
|
-
Spinner,
|
|
9
10
|
Sprite,
|
|
10
11
|
StateIndicator,
|
|
12
|
+
StatusDot,
|
|
11
13
|
Switch,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
TextHighlight,
|
|
15
|
+
Textarea,
|
|
16
|
+
ThemeToggle,
|
|
17
|
+
TrendIndicator,
|
|
18
|
+
TypewriterText
|
|
19
|
+
} from "../../chunk-BFRVXKSP.js";
|
|
20
|
+
import "../../chunk-A56SRZKI.js";
|
|
21
|
+
import "../../chunk-MFU7Q7LU.js";
|
|
14
22
|
import {
|
|
15
23
|
ControlButton,
|
|
16
|
-
|
|
17
|
-
|
|
24
|
+
DayCell,
|
|
25
|
+
InfiniteScrollSentinel,
|
|
26
|
+
Label,
|
|
27
|
+
Spinner
|
|
28
|
+
} from "../../chunk-MLTSQPVN.js";
|
|
18
29
|
import {
|
|
19
|
-
Checkbox
|
|
20
|
-
|
|
21
|
-
Icon
|
|
22
|
-
} from "../../chunk-LFHVNHVA.js";
|
|
30
|
+
Checkbox
|
|
31
|
+
} from "../../chunk-GMR5FKKB.js";
|
|
23
32
|
import {
|
|
24
33
|
Badge,
|
|
25
34
|
Box,
|
|
26
35
|
Button,
|
|
27
36
|
Card,
|
|
37
|
+
Divider,
|
|
28
38
|
HStack,
|
|
29
39
|
HealthBar,
|
|
40
|
+
Icon,
|
|
30
41
|
Input,
|
|
31
42
|
ProgressBar,
|
|
32
43
|
ScoreDisplay,
|
|
33
44
|
Select,
|
|
34
45
|
Typography,
|
|
35
46
|
VStack
|
|
36
|
-
} from "../../chunk-
|
|
47
|
+
} from "../../chunk-QUFLYKWA.js";
|
|
37
48
|
import "../../chunk-YTVYMEKU.js";
|
|
38
49
|
import "../../chunk-CUAWHLEK.js";
|
|
39
50
|
export {
|
|
51
|
+
AnimatedCounter,
|
|
40
52
|
Avatar,
|
|
41
53
|
Badge,
|
|
42
54
|
Box,
|
|
@@ -46,23 +58,31 @@ export {
|
|
|
46
58
|
Checkbox,
|
|
47
59
|
ConditionalWrapper,
|
|
48
60
|
ControlButton,
|
|
61
|
+
DayCell,
|
|
49
62
|
Divider,
|
|
50
63
|
HStack,
|
|
51
64
|
HealthBar,
|
|
52
65
|
Icon,
|
|
66
|
+
InfiniteScrollSentinel,
|
|
53
67
|
Input,
|
|
54
68
|
Label,
|
|
55
69
|
Overlay,
|
|
56
70
|
ProgressBar,
|
|
57
71
|
Radio,
|
|
72
|
+
RangeSlider,
|
|
58
73
|
ScoreDisplay,
|
|
59
74
|
Select,
|
|
60
75
|
Spacer,
|
|
61
76
|
Spinner,
|
|
62
77
|
Sprite,
|
|
63
78
|
StateIndicator,
|
|
79
|
+
StatusDot,
|
|
64
80
|
Switch,
|
|
81
|
+
TextHighlight,
|
|
65
82
|
Textarea,
|
|
83
|
+
ThemeToggle,
|
|
84
|
+
TrendIndicator,
|
|
85
|
+
TypewriterText,
|
|
66
86
|
Typography,
|
|
67
87
|
VStack
|
|
68
88
|
};
|
package/dist/components/index.js
CHANGED
|
@@ -1,37 +1,55 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AnimatedCounter,
|
|
2
3
|
Avatar,
|
|
3
4
|
Center,
|
|
4
5
|
ConditionalWrapper,
|
|
5
6
|
Overlay,
|
|
6
7
|
Radio,
|
|
8
|
+
RangeSlider,
|
|
7
9
|
Spacer,
|
|
8
|
-
Spinner,
|
|
9
10
|
Sprite,
|
|
10
11
|
StateIndicator,
|
|
12
|
+
StatusDot,
|
|
11
13
|
Switch,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
TextHighlight,
|
|
15
|
+
Textarea,
|
|
16
|
+
ThemeToggle,
|
|
17
|
+
TrendIndicator,
|
|
18
|
+
TypewriterText
|
|
19
|
+
} from "../chunk-BFRVXKSP.js";
|
|
20
|
+
import "../chunk-A56SRZKI.js";
|
|
21
|
+
import "../chunk-MFU7Q7LU.js";
|
|
14
22
|
import {
|
|
23
|
+
Accordion,
|
|
15
24
|
ActionButtons,
|
|
16
25
|
Alert,
|
|
17
26
|
Breadcrumb,
|
|
18
27
|
ButtonGroup,
|
|
28
|
+
CalendarGrid,
|
|
29
|
+
Carousel,
|
|
19
30
|
Container,
|
|
20
31
|
DPad,
|
|
32
|
+
DataGrid,
|
|
33
|
+
DataList,
|
|
21
34
|
ErrorBoundary,
|
|
22
35
|
FilterGroup,
|
|
23
36
|
Flex,
|
|
37
|
+
FlipCard,
|
|
24
38
|
FloatingActionButton,
|
|
25
39
|
FormField,
|
|
26
40
|
FormSectionHeader,
|
|
27
41
|
Grid,
|
|
28
42
|
InputGroup,
|
|
43
|
+
Lightbox,
|
|
44
|
+
List,
|
|
29
45
|
MarkdownContent,
|
|
30
46
|
Menu,
|
|
31
47
|
Meter,
|
|
32
48
|
Navigation,
|
|
49
|
+
NumberStepper,
|
|
33
50
|
Pagination,
|
|
34
51
|
Popover,
|
|
52
|
+
PullToRefresh,
|
|
35
53
|
QuizBlock,
|
|
36
54
|
RelationSelect,
|
|
37
55
|
RepeatableFormSection,
|
|
@@ -40,14 +58,21 @@ import {
|
|
|
40
58
|
SidePanel,
|
|
41
59
|
SimpleGrid,
|
|
42
60
|
Skeleton,
|
|
61
|
+
SortableList,
|
|
62
|
+
StarRating,
|
|
63
|
+
SwipeableRow,
|
|
43
64
|
Tooltip,
|
|
44
65
|
WizardNavigation,
|
|
45
66
|
WizardProgress
|
|
46
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-ETD72PHO.js";
|
|
68
|
+
import "../chunk-K2JGK2QD.js";
|
|
47
69
|
import {
|
|
48
70
|
ControlButton,
|
|
49
|
-
|
|
50
|
-
|
|
71
|
+
DayCell,
|
|
72
|
+
InfiniteScrollSentinel,
|
|
73
|
+
Label,
|
|
74
|
+
Spinner
|
|
75
|
+
} from "../chunk-MLTSQPVN.js";
|
|
51
76
|
import {
|
|
52
77
|
ActionPalette,
|
|
53
78
|
ActionTile,
|
|
@@ -77,8 +102,6 @@ import {
|
|
|
77
102
|
DialogueBox,
|
|
78
103
|
DocumentViewer,
|
|
79
104
|
DrawerSlot,
|
|
80
|
-
EntityCard,
|
|
81
|
-
EntityList,
|
|
82
105
|
EventHandlerBoard,
|
|
83
106
|
EventLog,
|
|
84
107
|
Form,
|
|
@@ -128,31 +151,30 @@ import {
|
|
|
128
151
|
WizardContainer,
|
|
129
152
|
WorldMapBoard,
|
|
130
153
|
useGameAudio
|
|
131
|
-
} from "../chunk-
|
|
154
|
+
} from "../chunk-PBO6ZN2M.js";
|
|
132
155
|
import {
|
|
133
|
-
Checkbox
|
|
134
|
-
|
|
135
|
-
Icon
|
|
136
|
-
} from "../chunk-LFHVNHVA.js";
|
|
156
|
+
Checkbox
|
|
157
|
+
} from "../chunk-GMR5FKKB.js";
|
|
137
158
|
import {
|
|
138
159
|
CodeBlock,
|
|
139
160
|
ConfirmModal,
|
|
140
161
|
Drawer,
|
|
141
162
|
EmptyState,
|
|
142
|
-
List,
|
|
143
163
|
Modal,
|
|
144
164
|
StatBadge,
|
|
145
165
|
Tabs,
|
|
146
166
|
Toast
|
|
147
|
-
} from "../chunk-
|
|
167
|
+
} from "../chunk-5U5Z65ZO.js";
|
|
148
168
|
import {
|
|
149
169
|
Badge,
|
|
150
170
|
Box,
|
|
151
171
|
Button,
|
|
152
172
|
Card,
|
|
173
|
+
Divider,
|
|
153
174
|
ErrorState,
|
|
154
175
|
HStack,
|
|
155
176
|
HealthBar,
|
|
177
|
+
Icon,
|
|
156
178
|
Input,
|
|
157
179
|
LoadingState,
|
|
158
180
|
ProgressBar,
|
|
@@ -160,14 +182,16 @@ import {
|
|
|
160
182
|
Select,
|
|
161
183
|
Typography,
|
|
162
184
|
VStack
|
|
163
|
-
} from "../chunk-
|
|
185
|
+
} from "../chunk-QUFLYKWA.js";
|
|
164
186
|
import "../chunk-YTVYMEKU.js";
|
|
165
187
|
import "../chunk-CUAWHLEK.js";
|
|
166
188
|
export {
|
|
189
|
+
Accordion,
|
|
167
190
|
ActionButtons,
|
|
168
191
|
ActionPalette,
|
|
169
192
|
ActionTile,
|
|
170
193
|
Alert,
|
|
194
|
+
AnimatedCounter,
|
|
171
195
|
Avatar,
|
|
172
196
|
Badge,
|
|
173
197
|
BattleBoard,
|
|
@@ -181,9 +205,11 @@ export {
|
|
|
181
205
|
BuilderBoard,
|
|
182
206
|
Button,
|
|
183
207
|
ButtonGroup,
|
|
208
|
+
CalendarGrid,
|
|
184
209
|
CanvasEffect,
|
|
185
210
|
Card,
|
|
186
211
|
CardGrid,
|
|
212
|
+
Carousel,
|
|
187
213
|
CastleBoard,
|
|
188
214
|
Center,
|
|
189
215
|
Chart,
|
|
@@ -203,7 +229,10 @@ export {
|
|
|
203
229
|
CustomPattern,
|
|
204
230
|
DPad,
|
|
205
231
|
DashboardGrid,
|
|
232
|
+
DataGrid,
|
|
233
|
+
DataList,
|
|
206
234
|
DataTable,
|
|
235
|
+
DayCell,
|
|
207
236
|
DebuggerBoard,
|
|
208
237
|
DetailPanel,
|
|
209
238
|
DialogueBox,
|
|
@@ -212,14 +241,13 @@ export {
|
|
|
212
241
|
Drawer,
|
|
213
242
|
DrawerSlot,
|
|
214
243
|
EmptyState,
|
|
215
|
-
EntityCard,
|
|
216
|
-
EntityList,
|
|
217
244
|
ErrorBoundary,
|
|
218
245
|
ErrorState,
|
|
219
246
|
EventHandlerBoard,
|
|
220
247
|
EventLog,
|
|
221
248
|
FilterGroup,
|
|
222
249
|
Flex,
|
|
250
|
+
FlipCard,
|
|
223
251
|
FloatingActionButton,
|
|
224
252
|
Form,
|
|
225
253
|
FormField,
|
|
@@ -236,12 +264,14 @@ export {
|
|
|
236
264
|
Header,
|
|
237
265
|
HealthBar,
|
|
238
266
|
Icon,
|
|
267
|
+
InfiniteScrollSentinel,
|
|
239
268
|
Input,
|
|
240
269
|
InputGroup,
|
|
241
270
|
InventoryPanel,
|
|
242
271
|
IsometricCanvas,
|
|
243
272
|
Label,
|
|
244
273
|
LayoutPatterns,
|
|
274
|
+
Lightbox,
|
|
245
275
|
List,
|
|
246
276
|
LoadingState,
|
|
247
277
|
MarkdownContent,
|
|
@@ -253,14 +283,17 @@ export {
|
|
|
253
283
|
ModalSlot,
|
|
254
284
|
Navigation,
|
|
255
285
|
NegotiatorBoard,
|
|
286
|
+
NumberStepper,
|
|
256
287
|
ObjectRulePanel,
|
|
257
288
|
Overlay,
|
|
258
289
|
PageHeader,
|
|
259
290
|
Pagination,
|
|
260
291
|
Popover,
|
|
261
292
|
ProgressBar,
|
|
293
|
+
PullToRefresh,
|
|
262
294
|
QuizBlock,
|
|
263
295
|
Radio,
|
|
296
|
+
RangeSlider,
|
|
264
297
|
RelationSelect,
|
|
265
298
|
RepeatableFormSection,
|
|
266
299
|
RuleEditor,
|
|
@@ -280,22 +313,28 @@ export {
|
|
|
280
313
|
SimulationGraph,
|
|
281
314
|
SimulatorBoard,
|
|
282
315
|
Skeleton,
|
|
316
|
+
SortableList,
|
|
283
317
|
Spacer,
|
|
284
318
|
Spinner,
|
|
285
319
|
Split,
|
|
286
320
|
SplitPane,
|
|
287
321
|
Sprite,
|
|
322
|
+
StarRating,
|
|
288
323
|
StatBadge,
|
|
289
324
|
StatCard,
|
|
290
325
|
StateArchitectBoard,
|
|
291
326
|
StateIndicator,
|
|
292
327
|
StateMachineView,
|
|
293
328
|
StateNode,
|
|
329
|
+
StatusDot,
|
|
330
|
+
SwipeableRow,
|
|
294
331
|
Switch,
|
|
295
332
|
TabbedContainer,
|
|
296
333
|
Table,
|
|
297
334
|
Tabs,
|
|
335
|
+
TextHighlight,
|
|
298
336
|
Textarea,
|
|
337
|
+
ThemeToggle,
|
|
299
338
|
Timeline,
|
|
300
339
|
Toast,
|
|
301
340
|
ToastSlot,
|
|
@@ -303,6 +342,8 @@ export {
|
|
|
303
342
|
TraitSlot,
|
|
304
343
|
TraitStateViewer,
|
|
305
344
|
TransitionArrow,
|
|
345
|
+
TrendIndicator,
|
|
346
|
+
TypewriterText,
|
|
306
347
|
Typography,
|
|
307
348
|
UISlotRenderer,
|
|
308
349
|
UncontrolledBattleBoard,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export interface AccordionItem {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
content: React.ReactNode;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface AccordionProps {
|
|
10
|
+
items: AccordionItem[];
|
|
11
|
+
multiple?: boolean;
|
|
12
|
+
defaultOpenItems?: string[];
|
|
13
|
+
toggleEvent?: string;
|
|
14
|
+
style?: ViewStyle;
|
|
15
|
+
isLoading?: boolean;
|
|
16
|
+
error?: Error | null;
|
|
17
|
+
entity?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare const Accordion: React.FC<AccordionProps>;
|
|
20
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAA0C,SAAS,EAAQ,MAAM,cAAc,CAAC;AAUvF,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAuF9C,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export interface CalendarEvent {
|
|
4
|
+
id: string;
|
|
5
|
+
date: string;
|
|
6
|
+
title: string;
|
|
7
|
+
color?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface CalendarGridProps {
|
|
10
|
+
weekStart?: 0 | 1;
|
|
11
|
+
events?: CalendarEvent[];
|
|
12
|
+
onSlotClick?: (date: string) => void;
|
|
13
|
+
slotClickEvent?: string;
|
|
14
|
+
initialMonth?: number;
|
|
15
|
+
initialYear?: number;
|
|
16
|
+
style?: ViewStyle;
|
|
17
|
+
isLoading?: boolean;
|
|
18
|
+
error?: Error | null;
|
|
19
|
+
entity?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const CalendarGrid: React.FC<CalendarGridProps>;
|
|
22
|
+
//# sourceMappingURL=CalendarGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/CalendarGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAA2C,SAAS,EAAE,MAAM,cAAc,CAAC;AAUlF,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAClB,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAKD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2IpD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export interface CarouselProps<T = unknown> {
|
|
4
|
+
items: T[];
|
|
5
|
+
renderItem: (item: T, index: number) => React.ReactNode;
|
|
6
|
+
autoPlay?: boolean;
|
|
7
|
+
autoPlayInterval?: number;
|
|
8
|
+
showDots?: boolean;
|
|
9
|
+
showArrows?: boolean;
|
|
10
|
+
itemWidth?: number;
|
|
11
|
+
style?: ViewStyle;
|
|
12
|
+
isLoading?: boolean;
|
|
13
|
+
error?: Error | null;
|
|
14
|
+
entity?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare const Carousel: <T>({ items, renderItem, autoPlay, autoPlayInterval, showDots, itemWidth, style, isLoading, error, }: CarouselProps<T>) => React.ReactElement | null;
|
|
17
|
+
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Carousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAC;AAKtB,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,OAAO;IACxC,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IACxD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,kGAU1B,aAAa,CAAC,CAAC,CAAC,KAAG,KAAK,CAAC,YAAY,GAAG,IAqE1C,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataGrid Molecule
|
|
3
|
+
*
|
|
4
|
+
* Schema-driven card grid for iterating over entity data.
|
|
5
|
+
* Parity with @almadar/ui DataGrid: field variants, formats, badges,
|
|
6
|
+
* image field, item actions, selection, pagination, infinite scroll.
|
|
7
|
+
*/
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { ViewStyle } from 'react-native';
|
|
10
|
+
export interface DataGridField {
|
|
11
|
+
name: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
icon?: string;
|
|
14
|
+
variant?: 'h3' | 'h4' | 'body' | 'caption' | 'badge' | 'small' | 'progress';
|
|
15
|
+
format?: 'date' | 'currency' | 'number' | 'boolean' | 'percent';
|
|
16
|
+
}
|
|
17
|
+
export interface DataGridItemAction {
|
|
18
|
+
label: string;
|
|
19
|
+
event: string;
|
|
20
|
+
icon?: string;
|
|
21
|
+
variant?: 'primary' | 'secondary' | 'ghost' | 'danger';
|
|
22
|
+
}
|
|
23
|
+
export interface DataGridProps {
|
|
24
|
+
entity: unknown | readonly unknown[];
|
|
25
|
+
fields: readonly DataGridField[];
|
|
26
|
+
columns?: readonly DataGridField[];
|
|
27
|
+
itemActions?: readonly DataGridItemAction[];
|
|
28
|
+
cols?: 1 | 2 | 3 | 4;
|
|
29
|
+
gap?: 'none' | 'sm' | 'md' | 'lg';
|
|
30
|
+
style?: ViewStyle;
|
|
31
|
+
isLoading?: boolean;
|
|
32
|
+
error?: Error | null;
|
|
33
|
+
imageField?: string;
|
|
34
|
+
selectable?: boolean;
|
|
35
|
+
selectionEvent?: string;
|
|
36
|
+
infiniteScroll?: boolean;
|
|
37
|
+
loadMoreEvent?: string;
|
|
38
|
+
hasMore?: boolean;
|
|
39
|
+
children?: (item: Record<string, unknown>, index: number) => React.ReactNode;
|
|
40
|
+
pageSize?: number;
|
|
41
|
+
}
|
|
42
|
+
export declare const DataGrid: React.FC<DataGridProps>;
|
|
43
|
+
//# sourceMappingURL=DataGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/DataGrid.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAgD,SAAS,EAAc,MAAM,cAAc,CAAC;AAiBnG,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC;IAC5E,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;CACjE;AAID,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAC;CACxD;AAID,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,OAAO,GAAG,SAAS,OAAO,EAAE,CAAC;IACrC,MAAM,EAAE,SAAS,aAAa,EAAE,CAAC;IACjC,OAAO,CAAC,EAAE,SAAS,aAAa,EAAE,CAAC;IACnC,WAAW,CAAC,EAAE,SAAS,kBAAkB,EAAE,CAAC;IAC5C,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IAC7E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AA6CD,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAgS5C,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataList Molecule
|
|
3
|
+
*
|
|
4
|
+
* Schema-driven list for iterating over entity data.
|
|
5
|
+
* Parity with @almadar/ui DataList: field variants, formats, badges,
|
|
6
|
+
* progress, item actions, grouping, message variant, pagination.
|
|
7
|
+
*/
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { ViewStyle } from 'react-native';
|
|
10
|
+
export interface DataListField {
|
|
11
|
+
name: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
icon?: string;
|
|
14
|
+
variant?: 'h3' | 'h4' | 'body' | 'caption' | 'badge' | 'small' | 'progress';
|
|
15
|
+
format?: 'date' | 'currency' | 'number' | 'boolean' | 'percent';
|
|
16
|
+
}
|
|
17
|
+
export interface DataListItemAction {
|
|
18
|
+
label: string;
|
|
19
|
+
event: string;
|
|
20
|
+
icon?: string;
|
|
21
|
+
variant?: 'primary' | 'secondary' | 'ghost' | 'danger';
|
|
22
|
+
}
|
|
23
|
+
export interface DataListProps {
|
|
24
|
+
entity: unknown | readonly unknown[];
|
|
25
|
+
fields: readonly DataListField[];
|
|
26
|
+
columns?: readonly DataListField[];
|
|
27
|
+
itemActions?: readonly DataListItemAction[];
|
|
28
|
+
gap?: 'none' | 'sm' | 'md' | 'lg';
|
|
29
|
+
variant?: 'default' | 'card' | 'compact' | 'message';
|
|
30
|
+
groupBy?: string;
|
|
31
|
+
senderField?: string;
|
|
32
|
+
currentUser?: string;
|
|
33
|
+
style?: ViewStyle;
|
|
34
|
+
isLoading?: boolean;
|
|
35
|
+
error?: Error | null;
|
|
36
|
+
infiniteScroll?: boolean;
|
|
37
|
+
loadMoreEvent?: string;
|
|
38
|
+
hasMore?: boolean;
|
|
39
|
+
children?: (item: Record<string, unknown>, index: number) => React.ReactNode;
|
|
40
|
+
pageSize?: number;
|
|
41
|
+
}
|
|
42
|
+
export declare const DataList: React.FC<DataListProps>;
|
|
43
|
+
//# sourceMappingURL=DataList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataList.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/DataList.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAA8B,SAAS,EAAE,MAAM,cAAc,CAAC;AAiBrE,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC;IAC5E,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;CACjE;AAID,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAC;CACxD;AAID,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,OAAO,GAAG,SAAS,OAAO,EAAE,CAAC;IACrC,MAAM,EAAE,SAAS,aAAa,EAAE,CAAC;IACjC,OAAO,CAAC,EAAE,SAAS,aAAa,EAAE,CAAC;IACnC,WAAW,CAAC,EAAE,SAAS,kBAAkB,EAAE,CAAC;IAC5C,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IACrD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IAC7E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AA6DD,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAqS5C,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export interface FlipCardProps {
|
|
4
|
+
front: React.ReactNode;
|
|
5
|
+
back: React.ReactNode;
|
|
6
|
+
flipped?: boolean;
|
|
7
|
+
onFlip?: (isFlipped: boolean) => void;
|
|
8
|
+
duration?: number;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
style?: ViewStyle;
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
error?: Error | null;
|
|
13
|
+
entity?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const FlipCard: React.FC<FlipCardProps>;
|
|
16
|
+
//# sourceMappingURL=FlipCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlipCard.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FlipCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAmC,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAsE5C,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
export interface LightboxImage {
|
|
4
|
+
uri: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface LightboxProps {
|
|
8
|
+
images: LightboxImage[];
|
|
9
|
+
currentIndex?: number;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
closeAction?: string;
|
|
12
|
+
onClose?: () => void;
|
|
13
|
+
style?: ViewStyle;
|
|
14
|
+
isLoading?: boolean;
|
|
15
|
+
error?: Error | null;
|
|
16
|
+
entity?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const Lightbox: React.FC<LightboxProps>;
|
|
19
|
+
//# sourceMappingURL=Lightbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lightbox.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Lightbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAQL,SAAS,EAGV,MAAM,cAAc,CAAC;AAKtB,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAuF5C,CAAC"}
|