@idealyst/mcp-server 1.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +202 -0
- package/dist/data/cli-commands.d.ts +2 -0
- package/dist/data/cli-commands.d.ts.map +1 -0
- package/dist/data/cli-commands.js +100 -0
- package/dist/data/cli-commands.js.map +1 -0
- package/dist/data/components/Accordion.d.ts +15 -0
- package/dist/data/components/Accordion.d.ts.map +1 -0
- package/dist/data/components/Accordion.js +112 -0
- package/dist/data/components/Accordion.js.map +1 -0
- package/dist/data/components/ActivityIndicator.d.ts +15 -0
- package/dist/data/components/ActivityIndicator.d.ts.map +1 -0
- package/dist/data/components/ActivityIndicator.js +82 -0
- package/dist/data/components/ActivityIndicator.js.map +1 -0
- package/dist/data/components/Alert.d.ts +15 -0
- package/dist/data/components/Alert.d.ts.map +1 -0
- package/dist/data/components/Alert.js +132 -0
- package/dist/data/components/Alert.js.map +1 -0
- package/dist/data/components/Avatar.d.ts +15 -0
- package/dist/data/components/Avatar.d.ts.map +1 -0
- package/dist/data/components/Avatar.js +93 -0
- package/dist/data/components/Avatar.js.map +1 -0
- package/dist/data/components/Badge.d.ts +15 -0
- package/dist/data/components/Badge.d.ts.map +1 -0
- package/dist/data/components/Badge.js +64 -0
- package/dist/data/components/Badge.js.map +1 -0
- package/dist/data/components/Breadcrumb.d.ts +15 -0
- package/dist/data/components/Breadcrumb.d.ts.map +1 -0
- package/dist/data/components/Breadcrumb.js +96 -0
- package/dist/data/components/Breadcrumb.js.map +1 -0
- package/dist/data/components/Button.d.ts +15 -0
- package/dist/data/components/Button.d.ts.map +1 -0
- package/dist/data/components/Button.js +87 -0
- package/dist/data/components/Button.js.map +1 -0
- package/dist/data/components/Card.d.ts +15 -0
- package/dist/data/components/Card.d.ts.map +1 -0
- package/dist/data/components/Card.js +67 -0
- package/dist/data/components/Card.js.map +1 -0
- package/dist/data/components/Checkbox.d.ts +15 -0
- package/dist/data/components/Checkbox.d.ts.map +1 -0
- package/dist/data/components/Checkbox.js +118 -0
- package/dist/data/components/Checkbox.js.map +1 -0
- package/dist/data/components/Chip.d.ts +15 -0
- package/dist/data/components/Chip.d.ts.map +1 -0
- package/dist/data/components/Chip.js +76 -0
- package/dist/data/components/Chip.js.map +1 -0
- package/dist/data/components/Dialog.d.ts +15 -0
- package/dist/data/components/Dialog.d.ts.map +1 -0
- package/dist/data/components/Dialog.js +137 -0
- package/dist/data/components/Dialog.js.map +1 -0
- package/dist/data/components/Divider.d.ts +15 -0
- package/dist/data/components/Divider.d.ts.map +1 -0
- package/dist/data/components/Divider.js +71 -0
- package/dist/data/components/Divider.js.map +1 -0
- package/dist/data/components/Icon.d.ts +15 -0
- package/dist/data/components/Icon.d.ts.map +1 -0
- package/dist/data/components/Icon.js +70 -0
- package/dist/data/components/Icon.js.map +1 -0
- package/dist/data/components/Image.d.ts +15 -0
- package/dist/data/components/Image.d.ts.map +1 -0
- package/dist/data/components/Image.js +122 -0
- package/dist/data/components/Image.js.map +1 -0
- package/dist/data/components/Input.d.ts +15 -0
- package/dist/data/components/Input.d.ts.map +1 -0
- package/dist/data/components/Input.js +109 -0
- package/dist/data/components/Input.js.map +1 -0
- package/dist/data/components/List.d.ts +15 -0
- package/dist/data/components/List.d.ts.map +1 -0
- package/dist/data/components/List.js +113 -0
- package/dist/data/components/List.js.map +1 -0
- package/dist/data/components/Menu.d.ts +15 -0
- package/dist/data/components/Menu.d.ts.map +1 -0
- package/dist/data/components/Menu.js +132 -0
- package/dist/data/components/Menu.js.map +1 -0
- package/dist/data/components/Popover.d.ts +15 -0
- package/dist/data/components/Popover.d.ts.map +1 -0
- package/dist/data/components/Popover.js +159 -0
- package/dist/data/components/Popover.js.map +1 -0
- package/dist/data/components/Pressable.d.ts +15 -0
- package/dist/data/components/Pressable.d.ts.map +1 -0
- package/dist/data/components/Pressable.js +125 -0
- package/dist/data/components/Pressable.js.map +1 -0
- package/dist/data/components/Progress.d.ts +15 -0
- package/dist/data/components/Progress.d.ts.map +1 -0
- package/dist/data/components/Progress.js +95 -0
- package/dist/data/components/Progress.js.map +1 -0
- package/dist/data/components/RadioButton.d.ts +15 -0
- package/dist/data/components/RadioButton.d.ts.map +1 -0
- package/dist/data/components/RadioButton.js +140 -0
- package/dist/data/components/RadioButton.js.map +1 -0
- package/dist/data/components/SVGImage.d.ts +15 -0
- package/dist/data/components/SVGImage.d.ts.map +1 -0
- package/dist/data/components/SVGImage.js +112 -0
- package/dist/data/components/SVGImage.js.map +1 -0
- package/dist/data/components/Screen.d.ts +15 -0
- package/dist/data/components/Screen.d.ts.map +1 -0
- package/dist/data/components/Screen.js +99 -0
- package/dist/data/components/Screen.js.map +1 -0
- package/dist/data/components/Select.d.ts +15 -0
- package/dist/data/components/Select.d.ts.map +1 -0
- package/dist/data/components/Select.js +146 -0
- package/dist/data/components/Select.js.map +1 -0
- package/dist/data/components/Skeleton.d.ts +15 -0
- package/dist/data/components/Skeleton.d.ts.map +1 -0
- package/dist/data/components/Skeleton.js +110 -0
- package/dist/data/components/Skeleton.js.map +1 -0
- package/dist/data/components/Slider.d.ts +15 -0
- package/dist/data/components/Slider.d.ts.map +1 -0
- package/dist/data/components/Slider.js +129 -0
- package/dist/data/components/Slider.js.map +1 -0
- package/dist/data/components/Switch.d.ts +15 -0
- package/dist/data/components/Switch.d.ts.map +1 -0
- package/dist/data/components/Switch.js +127 -0
- package/dist/data/components/Switch.js.map +1 -0
- package/dist/data/components/TabBar.d.ts +15 -0
- package/dist/data/components/TabBar.d.ts.map +1 -0
- package/dist/data/components/TabBar.js +145 -0
- package/dist/data/components/TabBar.js.map +1 -0
- package/dist/data/components/Table.d.ts +15 -0
- package/dist/data/components/Table.d.ts.map +1 -0
- package/dist/data/components/Table.js +151 -0
- package/dist/data/components/Table.js.map +1 -0
- package/dist/data/components/Tabs.d.ts +15 -0
- package/dist/data/components/Tabs.d.ts.map +1 -0
- package/dist/data/components/Tabs.js +150 -0
- package/dist/data/components/Tabs.js.map +1 -0
- package/dist/data/components/Text.d.ts +15 -0
- package/dist/data/components/Text.d.ts.map +1 -0
- package/dist/data/components/Text.js +85 -0
- package/dist/data/components/Text.js.map +1 -0
- package/dist/data/components/TextArea.d.ts +15 -0
- package/dist/data/components/TextArea.d.ts.map +1 -0
- package/dist/data/components/TextArea.js +155 -0
- package/dist/data/components/TextArea.js.map +1 -0
- package/dist/data/components/Tooltip.d.ts +15 -0
- package/dist/data/components/Tooltip.d.ts.map +1 -0
- package/dist/data/components/Tooltip.js +105 -0
- package/dist/data/components/Tooltip.js.map +1 -0
- package/dist/data/components/Video.d.ts +15 -0
- package/dist/data/components/Video.d.ts.map +1 -0
- package/dist/data/components/Video.js +168 -0
- package/dist/data/components/Video.js.map +1 -0
- package/dist/data/components/View.d.ts +15 -0
- package/dist/data/components/View.d.ts.map +1 -0
- package/dist/data/components/View.js +126 -0
- package/dist/data/components/View.js.map +1 -0
- package/dist/data/components/index.d.ts +37 -0
- package/dist/data/components/index.d.ts.map +1 -0
- package/dist/data/components/index.js +110 -0
- package/dist/data/components/index.js.map +1 -0
- package/dist/data/framework-guides.d.ts +2 -0
- package/dist/data/framework-guides.d.ts.map +1 -0
- package/dist/data/framework-guides.js +589 -0
- package/dist/data/framework-guides.js.map +1 -0
- package/dist/data/icon-guide.d.ts +2 -0
- package/dist/data/icon-guide.d.ts.map +1 -0
- package/dist/data/icon-guide.js +285 -0
- package/dist/data/icon-guide.js.map +1 -0
- package/dist/data/icons.json +7452 -0
- package/dist/data/navigation-guides.d.ts +2 -0
- package/dist/data/navigation-guides.d.ts.map +1 -0
- package/dist/data/navigation-guides.js +1196 -0
- package/dist/data/navigation-guides.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +422 -0
- package/dist/index.js.map +1 -0
- package/package.json +34 -0
- package/src/data/cli-commands.ts +103 -0
- package/src/data/components/Accordion.ts +106 -0
- package/src/data/components/ActivityIndicator.ts +82 -0
- package/src/data/components/Alert.ts +132 -0
- package/src/data/components/Avatar.ts +93 -0
- package/src/data/components/Badge.ts +63 -0
- package/src/data/components/Breadcrumb.ts +94 -0
- package/src/data/components/Button.ts +86 -0
- package/src/data/components/Card.ts +67 -0
- package/src/data/components/Checkbox.ts +117 -0
- package/src/data/components/Chip.ts +93 -0
- package/src/data/components/Dialog.ts +136 -0
- package/src/data/components/Divider.ts +70 -0
- package/src/data/components/Icon.ts +70 -0
- package/src/data/components/Image.ts +121 -0
- package/src/data/components/Input.ts +150 -0
- package/src/data/components/List.ts +103 -0
- package/src/data/components/Menu.ts +125 -0
- package/src/data/components/Popover.ts +159 -0
- package/src/data/components/Pressable.ts +123 -0
- package/src/data/components/Progress.ts +95 -0
- package/src/data/components/RadioButton.ts +130 -0
- package/src/data/components/SVGImage.ts +114 -0
- package/src/data/components/Screen.ts +103 -0
- package/src/data/components/Select.ts +140 -0
- package/src/data/components/Skeleton.ts +102 -0
- package/src/data/components/Slider.ts +150 -0
- package/src/data/components/Switch.ts +127 -0
- package/src/data/components/TabBar.ts +142 -0
- package/src/data/components/Table.ts +153 -0
- package/src/data/components/Tabs.ts +152 -0
- package/src/data/components/Text.ts +85 -0
- package/src/data/components/TextArea.ts +155 -0
- package/src/data/components/Tooltip.ts +105 -0
- package/src/data/components/Video.ts +168 -0
- package/src/data/components/View.ts +126 -0
- package/src/data/components/index.ts +109 -0
- package/src/data/framework-guides.ts +593 -0
- package/src/data/icon-guide.ts +284 -0
- package/src/data/icons.json +7452 -0
- package/src/data/navigation-guides.ts +1199 -0
- package/src/index.ts +473 -0
- package/test-client.js +86 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
export const Video = {
|
|
2
|
+
category: "media",
|
|
3
|
+
description: "Video player component with playback controls and event handlers",
|
|
4
|
+
props: `
|
|
5
|
+
- \`source\`: VideoSource | string - Video source ({ uri, type } or string URL)
|
|
6
|
+
- \`poster\`: string - Poster image URL (shown before playback)
|
|
7
|
+
- \`width\`: number | string - Video width
|
|
8
|
+
- \`height\`: number | string - Video height
|
|
9
|
+
- \`aspectRatio\`: number - Aspect ratio (width/height)
|
|
10
|
+
- \`controls\`: boolean - Show playback controls (default: true)
|
|
11
|
+
- \`autoPlay\`: boolean - Start playing automatically
|
|
12
|
+
- \`loop\`: boolean - Loop playback
|
|
13
|
+
- \`muted\`: boolean - Mute audio
|
|
14
|
+
- \`playsInline\`: boolean - Play inline (not fullscreen on mobile)
|
|
15
|
+
- \`preload\`: 'auto' | 'metadata' | 'none' - Preload strategy (web)
|
|
16
|
+
- \`onLoad\`: () => void - Called when video loads
|
|
17
|
+
- \`onError\`: (error: any) => void - Called on load error
|
|
18
|
+
- \`onPlay\`: () => void - Called when playback starts
|
|
19
|
+
- \`onPause\`: () => void - Called when playback pauses
|
|
20
|
+
- \`onEnd\`: () => void - Called when playback ends
|
|
21
|
+
- \`onProgress\`: (progress) => void - Called during playback with current time
|
|
22
|
+
- \`borderRadius\`: number - Border radius in pixels
|
|
23
|
+
- \`style\`: ViewStyle - Additional styles
|
|
24
|
+
- \`testID\`: string - Test identifier
|
|
25
|
+
`,
|
|
26
|
+
features: [
|
|
27
|
+
"Remote and local video sources",
|
|
28
|
+
"Poster image support",
|
|
29
|
+
"Playback controls",
|
|
30
|
+
"Auto-play and loop",
|
|
31
|
+
"Multiple event callbacks",
|
|
32
|
+
"Progress tracking",
|
|
33
|
+
"Aspect ratio control",
|
|
34
|
+
"Border radius support",
|
|
35
|
+
],
|
|
36
|
+
bestPractices: [
|
|
37
|
+
"Always provide a poster image",
|
|
38
|
+
"Use appropriate video formats for cross-platform",
|
|
39
|
+
"Enable controls for user control",
|
|
40
|
+
"Avoid autoPlay with audio (UX best practice)",
|
|
41
|
+
"Use playsInline for better mobile experience",
|
|
42
|
+
"Provide onError fallback",
|
|
43
|
+
"Set explicit dimensions or aspect ratio",
|
|
44
|
+
"Use preload: 'metadata' for better performance",
|
|
45
|
+
],
|
|
46
|
+
usage: `
|
|
47
|
+
import { Video } from '@idealyst/components';
|
|
48
|
+
|
|
49
|
+
<Video
|
|
50
|
+
source={{ uri: 'https://example.com/video.mp4', type: 'video/mp4' }}
|
|
51
|
+
poster="https://example.com/poster.jpg"
|
|
52
|
+
width="100%"
|
|
53
|
+
aspectRatio={16/9}
|
|
54
|
+
controls
|
|
55
|
+
playsInline
|
|
56
|
+
onLoad={() => console.log('Video loaded')}
|
|
57
|
+
onError={(error) => console.error('Video error:', error)}
|
|
58
|
+
/>
|
|
59
|
+
`,
|
|
60
|
+
examples: {
|
|
61
|
+
basic: `import { Video } from '@idealyst/components';
|
|
62
|
+
|
|
63
|
+
<Video
|
|
64
|
+
source="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
|
|
65
|
+
width={640}
|
|
66
|
+
height={360}
|
|
67
|
+
controls
|
|
68
|
+
/>`,
|
|
69
|
+
variants: `import { Video, View } from '@idealyst/components';
|
|
70
|
+
|
|
71
|
+
<View spacing="md">
|
|
72
|
+
{/* With controls */}
|
|
73
|
+
<Video
|
|
74
|
+
source={{ uri: 'https://example.com/video.mp4' }}
|
|
75
|
+
width="100%"
|
|
76
|
+
aspectRatio={16/9}
|
|
77
|
+
controls
|
|
78
|
+
/>
|
|
79
|
+
|
|
80
|
+
{/* Auto-play, looped, muted */}
|
|
81
|
+
<Video
|
|
82
|
+
source={{ uri: 'https://example.com/video.mp4' }}
|
|
83
|
+
width="100%"
|
|
84
|
+
aspectRatio={16/9}
|
|
85
|
+
autoPlay
|
|
86
|
+
loop
|
|
87
|
+
muted
|
|
88
|
+
controls={false}
|
|
89
|
+
/>
|
|
90
|
+
</View>`,
|
|
91
|
+
"with-icons": `import { Video, Card, View, Text } from '@idealyst/components';
|
|
92
|
+
|
|
93
|
+
<Card variant="elevated" padding="none">
|
|
94
|
+
<Video
|
|
95
|
+
source="https://example.com/video.mp4"
|
|
96
|
+
poster="https://example.com/poster.jpg"
|
|
97
|
+
width="100%"
|
|
98
|
+
aspectRatio={16/9}
|
|
99
|
+
controls
|
|
100
|
+
borderRadius={8}
|
|
101
|
+
/>
|
|
102
|
+
<View spacing="sm" style={{ padding: 16 }}>
|
|
103
|
+
<Text weight="bold">Video Title</Text>
|
|
104
|
+
<Text size="small">Video description and details</Text>
|
|
105
|
+
</View>
|
|
106
|
+
</Card>`,
|
|
107
|
+
interactive: `import { Video, View, Text, Button } from '@idealyst/components';
|
|
108
|
+
import { useState, useRef } from 'react';
|
|
109
|
+
|
|
110
|
+
function Example() {
|
|
111
|
+
const [playing, setPlaying] = useState(false);
|
|
112
|
+
const [progress, setProgress] = useState(0);
|
|
113
|
+
const videoRef = useRef(null);
|
|
114
|
+
|
|
115
|
+
const handleProgress = ({ currentTime, playableDuration }) => {
|
|
116
|
+
if (playableDuration > 0) {
|
|
117
|
+
setProgress((currentTime / playableDuration) * 100);
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
return (
|
|
122
|
+
<View spacing="md">
|
|
123
|
+
<Video
|
|
124
|
+
ref={videoRef}
|
|
125
|
+
source={{ uri: 'https://example.com/video.mp4' }}
|
|
126
|
+
poster="https://example.com/poster.jpg"
|
|
127
|
+
width="100%"
|
|
128
|
+
aspectRatio={16/9}
|
|
129
|
+
controls
|
|
130
|
+
playsInline
|
|
131
|
+
onPlay={() => setPlaying(true)}
|
|
132
|
+
onPause={() => setPlaying(false)}
|
|
133
|
+
onEnd={() => {
|
|
134
|
+
setPlaying(false);
|
|
135
|
+
setProgress(0);
|
|
136
|
+
}}
|
|
137
|
+
onProgress={handleProgress}
|
|
138
|
+
onError={(error) => console.error('Video error:', error)}
|
|
139
|
+
/>
|
|
140
|
+
|
|
141
|
+
<View spacing="sm">
|
|
142
|
+
<Text>
|
|
143
|
+
Status: {playing ? 'Playing' : 'Paused'} | Progress: {progress.toFixed(1)}%
|
|
144
|
+
</Text>
|
|
145
|
+
|
|
146
|
+
<View style={{ flexDirection: 'row', gap: 8 }}>
|
|
147
|
+
<Button
|
|
148
|
+
size="small"
|
|
149
|
+
variant="outlined"
|
|
150
|
+
onPress={() => videoRef.current?.play()}
|
|
151
|
+
>
|
|
152
|
+
Play
|
|
153
|
+
</Button>
|
|
154
|
+
<Button
|
|
155
|
+
size="small"
|
|
156
|
+
variant="outlined"
|
|
157
|
+
onPress={() => videoRef.current?.pause()}
|
|
158
|
+
>
|
|
159
|
+
Pause
|
|
160
|
+
</Button>
|
|
161
|
+
</View>
|
|
162
|
+
</View>
|
|
163
|
+
</View>
|
|
164
|
+
);
|
|
165
|
+
}`,
|
|
166
|
+
},
|
|
167
|
+
};
|
|
168
|
+
//# sourceMappingURL=Video.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Video.js","sourceRoot":"","sources":["../../../src/data/components/Video.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG;IACnB,QAAQ,EAAE,OAAO;IACjB,WAAW,EAAE,kEAAkE;IAC/E,KAAK,EAAE;;;;;;;;;;;;;;;;;;;;;CAqBR;IACC,QAAQ,EAAE;QACR,gCAAgC;QAChC,sBAAsB;QACtB,mBAAmB;QACnB,oBAAoB;QACpB,0BAA0B;QAC1B,mBAAmB;QACnB,sBAAsB;QACtB,uBAAuB;KACxB;IACD,aAAa,EAAE;QACb,+BAA+B;QAC/B,kDAAkD;QAClD,kCAAkC;QAClC,8CAA8C;QAC9C,8CAA8C;QAC9C,0BAA0B;QAC1B,yCAAyC;QACzC,gDAAgD;KACjD;IACD,KAAK,EAAE;;;;;;;;;;;;;CAaR;IACC,QAAQ,EAAE;QACR,KAAK,EAAE;;;;;;;GAOR;QAEC,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;QAqBN;QAEJ,YAAY,EAAE;;;;;;;;;;;;;;;QAeV;QAEJ,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0Df;KACC;CACF,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const View: {
|
|
2
|
+
category: string;
|
|
3
|
+
description: string;
|
|
4
|
+
props: string;
|
|
5
|
+
features: string[];
|
|
6
|
+
bestPractices: string[];
|
|
7
|
+
usage: string;
|
|
8
|
+
examples: {
|
|
9
|
+
basic: string;
|
|
10
|
+
variants: string;
|
|
11
|
+
"with-icons": string;
|
|
12
|
+
interactive: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=View.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"View.d.ts","sourceRoot":"","sources":["../../../src/data/components/View.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;CA+HhB,CAAC"}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export const View = {
|
|
2
|
+
category: "layout",
|
|
3
|
+
description: "Container component with spacing, padding, and background variants",
|
|
4
|
+
props: `
|
|
5
|
+
- \`children\`: ReactNode - Content to display inside the view
|
|
6
|
+
- \`spacing\`: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' - Gap between children
|
|
7
|
+
- \`marginVariant\`: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' - Margin variant
|
|
8
|
+
- \`background\`: 'transparent' | 'surface' | 'primary' | 'secondary' - Background variant
|
|
9
|
+
- \`radius\`: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' - Border radius variant
|
|
10
|
+
- \`border\`: 'none' | 'thin' | 'thick' - Border variant
|
|
11
|
+
- \`backgroundColor\`: string - Custom background color (overrides variant)
|
|
12
|
+
- \`padding\`: number - Custom padding (overrides spacing)
|
|
13
|
+
- \`margin\`: number - Custom margin (overrides marginVariant)
|
|
14
|
+
- \`borderRadius\`: number - Custom border radius (overrides radius)
|
|
15
|
+
- \`borderWidth\`: number - Custom border width (overrides border)
|
|
16
|
+
- \`borderColor\`: string - Custom border color
|
|
17
|
+
- \`style\`: any - Additional custom styles
|
|
18
|
+
- \`testID\`: string - Test identifier
|
|
19
|
+
`,
|
|
20
|
+
features: [
|
|
21
|
+
"Automatic gap spacing between children",
|
|
22
|
+
"Six spacing/margin variants",
|
|
23
|
+
"Four background variants",
|
|
24
|
+
"Six border radius variants",
|
|
25
|
+
"Border support",
|
|
26
|
+
"Custom overrides for all variants",
|
|
27
|
+
"Flexbox-based layout",
|
|
28
|
+
],
|
|
29
|
+
bestPractices: [
|
|
30
|
+
"Use View for all layout containers",
|
|
31
|
+
"Use spacing prop for consistent gaps",
|
|
32
|
+
"Prefer variants over custom values",
|
|
33
|
+
"Use 'md' spacing for standard layouts",
|
|
34
|
+
"Combine with Screen for full-screen layouts",
|
|
35
|
+
"Use background variants for semantic colors",
|
|
36
|
+
],
|
|
37
|
+
usage: `
|
|
38
|
+
import { View, Text, Button } from '@idealyst/components';
|
|
39
|
+
|
|
40
|
+
<View spacing="md" background="surface" radius="md" style={{ padding: 16 }}>
|
|
41
|
+
<Text size="large" weight="bold">Card Title</Text>
|
|
42
|
+
<Text>Card content with consistent spacing</Text>
|
|
43
|
+
<Button>Action</Button>
|
|
44
|
+
</View>
|
|
45
|
+
`,
|
|
46
|
+
examples: {
|
|
47
|
+
basic: `import { View, Text } from '@idealyst/components';
|
|
48
|
+
|
|
49
|
+
<View spacing="md">
|
|
50
|
+
<Text>Item 1</Text>
|
|
51
|
+
<Text>Item 2</Text>
|
|
52
|
+
<Text>Item 3</Text>
|
|
53
|
+
</View>`,
|
|
54
|
+
variants: `import { View, Text } from '@idealyst/components';
|
|
55
|
+
|
|
56
|
+
<View spacing="lg">
|
|
57
|
+
<View spacing="xs" background="surface" radius="sm" style={{ padding: 12 }}>
|
|
58
|
+
<Text>Extra small spacing</Text>
|
|
59
|
+
<Text>Second item</Text>
|
|
60
|
+
</View>
|
|
61
|
+
|
|
62
|
+
<View spacing="md" background="surface" radius="md" style={{ padding: 16 }}>
|
|
63
|
+
<Text>Medium spacing</Text>
|
|
64
|
+
<Text>Second item</Text>
|
|
65
|
+
</View>
|
|
66
|
+
|
|
67
|
+
<View spacing="xl" background="surface" radius="lg" style={{ padding: 20 }}>
|
|
68
|
+
<Text>Extra large spacing</Text>
|
|
69
|
+
<Text>Second item</Text>
|
|
70
|
+
</View>
|
|
71
|
+
</View>`,
|
|
72
|
+
"with-icons": `import { View, Icon, Text } from '@idealyst/components';
|
|
73
|
+
|
|
74
|
+
<View
|
|
75
|
+
spacing="sm"
|
|
76
|
+
background="surface"
|
|
77
|
+
radius="md"
|
|
78
|
+
border="thin"
|
|
79
|
+
style={{ padding: 16 }}
|
|
80
|
+
>
|
|
81
|
+
<View style={{ flexDirection: 'row', alignItems: 'center', gap: 12 }}>
|
|
82
|
+
<Icon name="information-outline" size="lg" color="primary" />
|
|
83
|
+
<View spacing="xs" style={{ flex: 1 }}>
|
|
84
|
+
<Text weight="bold">Important Information</Text>
|
|
85
|
+
<Text size="small">This is an informational message</Text>
|
|
86
|
+
</View>
|
|
87
|
+
</View>
|
|
88
|
+
</View>`,
|
|
89
|
+
interactive: `import { View, Text, Button, Card } from '@idealyst/components';
|
|
90
|
+
import { useState } from 'react';
|
|
91
|
+
|
|
92
|
+
function Example() {
|
|
93
|
+
const [items, setItems] = useState(['Item 1', 'Item 2']);
|
|
94
|
+
|
|
95
|
+
const addItem = () => {
|
|
96
|
+
setItems([...items, \`Item \${items.length + 1}\`]);
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
return (
|
|
100
|
+
<View spacing="lg" style={{ padding: 16 }}>
|
|
101
|
+
<Card variant="outlined" padding="medium">
|
|
102
|
+
<View spacing="md">
|
|
103
|
+
<Text weight="bold">Dynamic List</Text>
|
|
104
|
+
<View spacing="sm">
|
|
105
|
+
{items.map((item, index) => (
|
|
106
|
+
<View
|
|
107
|
+
key={index}
|
|
108
|
+
background="surface"
|
|
109
|
+
radius="sm"
|
|
110
|
+
style={{ padding: 12 }}
|
|
111
|
+
>
|
|
112
|
+
<Text>{item}</Text>
|
|
113
|
+
</View>
|
|
114
|
+
))}
|
|
115
|
+
</View>
|
|
116
|
+
<Button onPress={addItem} variant="outlined">
|
|
117
|
+
Add Item
|
|
118
|
+
</Button>
|
|
119
|
+
</View>
|
|
120
|
+
</Card>
|
|
121
|
+
</View>
|
|
122
|
+
);
|
|
123
|
+
}`,
|
|
124
|
+
},
|
|
125
|
+
};
|
|
126
|
+
//# sourceMappingURL=View.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"View.js","sourceRoot":"","sources":["../../../src/data/components/View.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;IAClB,QAAQ,EAAE,QAAQ;IAClB,WAAW,EAAE,oEAAoE;IACjF,KAAK,EAAE;;;;;;;;;;;;;;;CAeR;IACC,QAAQ,EAAE;QACR,wCAAwC;QACxC,6BAA6B;QAC7B,0BAA0B;QAC1B,4BAA4B;QAC5B,gBAAgB;QAChB,mCAAmC;QACnC,sBAAsB;KACvB;IACD,aAAa,EAAE;QACb,oCAAoC;QACpC,sCAAsC;QACtC,oCAAoC;QACpC,uCAAuC;QACvC,6CAA6C;QAC7C,6CAA6C;KAC9C;IACD,KAAK,EAAE;;;;;;;;CAQR;IACC,QAAQ,EAAE;QACR,KAAK,EAAE;;;;;;QAMH;QAEJ,QAAQ,EAAE;;;;;;;;;;;;;;;;;QAiBN;QAEJ,YAAY,EAAE;;;;;;;;;;;;;;;;QAgBV;QAEJ,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkCf;KACC;CACF,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export { Accordion } from './Accordion.js';
|
|
2
|
+
export { ActivityIndicator } from './ActivityIndicator.js';
|
|
3
|
+
export { Alert } from './Alert.js';
|
|
4
|
+
export { Avatar } from './Avatar.js';
|
|
5
|
+
export { Badge } from './Badge.js';
|
|
6
|
+
export { Breadcrumb } from './Breadcrumb.js';
|
|
7
|
+
export { Button } from './Button.js';
|
|
8
|
+
export { Card } from './Card.js';
|
|
9
|
+
export { Checkbox } from './Checkbox.js';
|
|
10
|
+
export { Chip } from './Chip.js';
|
|
11
|
+
export { Dialog } from './Dialog.js';
|
|
12
|
+
export { Divider } from './Divider.js';
|
|
13
|
+
export { Icon } from './Icon.js';
|
|
14
|
+
export { Image } from './Image.js';
|
|
15
|
+
export { Input } from './Input.js';
|
|
16
|
+
export { List } from './List.js';
|
|
17
|
+
export { Menu } from './Menu.js';
|
|
18
|
+
export { Popover } from './Popover.js';
|
|
19
|
+
export { Pressable } from './Pressable.js';
|
|
20
|
+
export { Progress } from './Progress.js';
|
|
21
|
+
export { RadioButton } from './RadioButton.js';
|
|
22
|
+
export { Screen } from './Screen.js';
|
|
23
|
+
export { Select } from './Select.js';
|
|
24
|
+
export { Skeleton } from './Skeleton.js';
|
|
25
|
+
export { Slider } from './Slider.js';
|
|
26
|
+
export { SVGImage } from './SVGImage.js';
|
|
27
|
+
export { Switch } from './Switch.js';
|
|
28
|
+
export { TabBar } from './TabBar.js';
|
|
29
|
+
export { Table } from './Table.js';
|
|
30
|
+
export { Tabs } from './Tabs.js';
|
|
31
|
+
export { Text } from './Text.js';
|
|
32
|
+
export { TextArea } from './TextArea.js';
|
|
33
|
+
export { Tooltip } from './Tooltip.js';
|
|
34
|
+
export { Video } from './Video.js';
|
|
35
|
+
export { View } from './View.js';
|
|
36
|
+
export declare const components: Record<string, any>;
|
|
37
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAuCjC,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAoC1C,CAAC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
// Component documentation exports
|
|
2
|
+
export { Accordion } from './Accordion.js';
|
|
3
|
+
export { ActivityIndicator } from './ActivityIndicator.js';
|
|
4
|
+
export { Alert } from './Alert.js';
|
|
5
|
+
export { Avatar } from './Avatar.js';
|
|
6
|
+
export { Badge } from './Badge.js';
|
|
7
|
+
export { Breadcrumb } from './Breadcrumb.js';
|
|
8
|
+
export { Button } from './Button.js';
|
|
9
|
+
export { Card } from './Card.js';
|
|
10
|
+
export { Checkbox } from './Checkbox.js';
|
|
11
|
+
export { Chip } from './Chip.js';
|
|
12
|
+
export { Dialog } from './Dialog.js';
|
|
13
|
+
export { Divider } from './Divider.js';
|
|
14
|
+
export { Icon } from './Icon.js';
|
|
15
|
+
export { Image } from './Image.js';
|
|
16
|
+
export { Input } from './Input.js';
|
|
17
|
+
export { List } from './List.js';
|
|
18
|
+
export { Menu } from './Menu.js';
|
|
19
|
+
export { Popover } from './Popover.js';
|
|
20
|
+
export { Pressable } from './Pressable.js';
|
|
21
|
+
export { Progress } from './Progress.js';
|
|
22
|
+
export { RadioButton } from './RadioButton.js';
|
|
23
|
+
export { Screen } from './Screen.js';
|
|
24
|
+
export { Select } from './Select.js';
|
|
25
|
+
export { Skeleton } from './Skeleton.js';
|
|
26
|
+
export { Slider } from './Slider.js';
|
|
27
|
+
export { SVGImage } from './SVGImage.js';
|
|
28
|
+
export { Switch } from './Switch.js';
|
|
29
|
+
export { TabBar } from './TabBar.js';
|
|
30
|
+
export { Table } from './Table.js';
|
|
31
|
+
export { Tabs } from './Tabs.js';
|
|
32
|
+
export { Text } from './Text.js';
|
|
33
|
+
export { TextArea } from './TextArea.js';
|
|
34
|
+
export { Tooltip } from './Tooltip.js';
|
|
35
|
+
export { Video } from './Video.js';
|
|
36
|
+
export { View } from './View.js';
|
|
37
|
+
// Collect all components into a single object
|
|
38
|
+
import { Accordion } from './Accordion.js';
|
|
39
|
+
import { ActivityIndicator } from './ActivityIndicator.js';
|
|
40
|
+
import { Alert } from './Alert.js';
|
|
41
|
+
import { Avatar } from './Avatar.js';
|
|
42
|
+
import { Badge } from './Badge.js';
|
|
43
|
+
import { Breadcrumb } from './Breadcrumb.js';
|
|
44
|
+
import { Button } from './Button.js';
|
|
45
|
+
import { Card } from './Card.js';
|
|
46
|
+
import { Checkbox } from './Checkbox.js';
|
|
47
|
+
import { Chip } from './Chip.js';
|
|
48
|
+
import { Dialog } from './Dialog.js';
|
|
49
|
+
import { Divider } from './Divider.js';
|
|
50
|
+
import { Icon } from './Icon.js';
|
|
51
|
+
import { Image } from './Image.js';
|
|
52
|
+
import { Input } from './Input.js';
|
|
53
|
+
import { List } from './List.js';
|
|
54
|
+
import { Menu } from './Menu.js';
|
|
55
|
+
import { Popover } from './Popover.js';
|
|
56
|
+
import { Pressable } from './Pressable.js';
|
|
57
|
+
import { Progress } from './Progress.js';
|
|
58
|
+
import { RadioButton } from './RadioButton.js';
|
|
59
|
+
import { Screen } from './Screen.js';
|
|
60
|
+
import { Select } from './Select.js';
|
|
61
|
+
import { Skeleton } from './Skeleton.js';
|
|
62
|
+
import { Slider } from './Slider.js';
|
|
63
|
+
import { SVGImage } from './SVGImage.js';
|
|
64
|
+
import { Switch } from './Switch.js';
|
|
65
|
+
import { TabBar } from './TabBar.js';
|
|
66
|
+
import { Table } from './Table.js';
|
|
67
|
+
import { Tabs } from './Tabs.js';
|
|
68
|
+
import { Text } from './Text.js';
|
|
69
|
+
import { TextArea } from './TextArea.js';
|
|
70
|
+
import { Tooltip } from './Tooltip.js';
|
|
71
|
+
import { Video } from './Video.js';
|
|
72
|
+
import { View } from './View.js';
|
|
73
|
+
export const components = {
|
|
74
|
+
Accordion,
|
|
75
|
+
ActivityIndicator,
|
|
76
|
+
Alert,
|
|
77
|
+
Avatar,
|
|
78
|
+
Badge,
|
|
79
|
+
Breadcrumb,
|
|
80
|
+
Button,
|
|
81
|
+
Card,
|
|
82
|
+
Checkbox,
|
|
83
|
+
Chip,
|
|
84
|
+
Dialog,
|
|
85
|
+
Divider,
|
|
86
|
+
Icon,
|
|
87
|
+
Image,
|
|
88
|
+
Input,
|
|
89
|
+
List,
|
|
90
|
+
Menu,
|
|
91
|
+
Popover,
|
|
92
|
+
Pressable,
|
|
93
|
+
Progress,
|
|
94
|
+
RadioButton,
|
|
95
|
+
Screen,
|
|
96
|
+
Select,
|
|
97
|
+
Skeleton,
|
|
98
|
+
Slider,
|
|
99
|
+
SVGImage,
|
|
100
|
+
Switch,
|
|
101
|
+
TabBar,
|
|
102
|
+
Table,
|
|
103
|
+
Tabs,
|
|
104
|
+
Text,
|
|
105
|
+
TextArea,
|
|
106
|
+
Tooltip,
|
|
107
|
+
Video,
|
|
108
|
+
View,
|
|
109
|
+
};
|
|
110
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"framework-guides.d.ts","sourceRoot":"","sources":["../../src/data/framework-guides.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA8kBlD,CAAC"}
|