@idealyst/mcp-server 1.0.92 → 1.0.94
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/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/{src/data/components/Accordion.ts → dist/data/components/Accordion.js} +26 -28
- 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/{src/data/components/ActivityIndicator.ts → dist/data/components/ActivityIndicator.js} +26 -28
- 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/{src/data/components/Alert.ts → dist/data/components/Alert.js} +28 -30
- 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/{src/data/components/Avatar.ts → dist/data/components/Avatar.js} +26 -28
- 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/{src/data/components/Badge.ts → dist/data/components/Badge.js} +16 -15
- 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/{src/data/components/Breadcrumb.ts → dist/data/components/Breadcrumb.js} +27 -29
- 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/{src/data/components/Button.ts → dist/data/components/Button.js} +18 -17
- 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/{src/data/components/Card.ts → dist/data/components/Card.js} +16 -15
- 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/{src/data/components/Checkbox.ts → dist/data/components/Checkbox.js} +27 -29
- 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/{src/data/components/Chip.ts → dist/data/components/Chip.js} +19 -18
- 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/{src/data/components/Dialog.ts → dist/data/components/Dialog.js} +18 -17
- 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/{src/data/components/Divider.ts → dist/data/components/Divider.js} +26 -28
- 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/{src/data/components/Icon.ts → dist/data/components/Icon.js} +26 -28
- 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/{src/data/components/Image.ts → dist/data/components/Image.js} +29 -31
- 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/{src/data/components/Input.ts → dist/data/components/Input.js} +20 -19
- 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/{src/data/components/List.ts → dist/data/components/List.js} +18 -17
- 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/{src/data/components/Menu.ts → dist/data/components/Menu.js} +27 -29
- 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/{src/data/components/Popover.ts → dist/data/components/Popover.js} +28 -30
- 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/{src/data/components/Pressable.ts → dist/data/components/Pressable.js} +27 -29
- 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/{src/data/components/Progress.ts → dist/data/components/Progress.js} +27 -29
- 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/{src/data/components/RadioButton.ts → dist/data/components/RadioButton.js} +28 -30
- 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/{src/data/components/SVGImage.ts → dist/data/components/SVGImage.js} +27 -29
- 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/{src/data/components/Screen.ts → dist/data/components/Screen.js} +27 -29
- 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/{src/data/components/Select.ts → dist/data/components/Select.js} +30 -32
- 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/{src/data/components/Skeleton.ts → dist/data/components/Skeleton.js} +27 -29
- 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/{src/data/components/Slider.ts → dist/data/components/Slider.js} +31 -33
- 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/{src/data/components/Switch.ts → dist/data/components/Switch.js} +28 -30
- 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/{src/data/components/TabBar.ts → dist/data/components/TabBar.js} +27 -29
- 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/{src/data/components/Table.ts → dist/data/components/Table.js} +29 -31
- 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/{src/data/components/Tabs.ts → dist/data/components/Tabs.js} +28 -30
- 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/{src/data/components/Text.ts → dist/data/components/Text.js} +27 -29
- 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/{src/data/components/TextArea.ts → dist/data/components/TextArea.js} +31 -33
- 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/{src/data/components/Tooltip.ts → dist/data/components/Tooltip.js} +28 -30
- 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/{src/data/components/Video.ts → dist/data/components/Video.js} +31 -33
- 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/{src/data/components/View.ts → dist/data/components/View.js} +28 -30
- 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/{src/data/components/index.ts → dist/data/components/index.js} +37 -38
- 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/{src/data/framework-guides.ts → dist/data/framework-guides.js} +307 -8
- 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/{src/data/icon-guide.ts → dist/data/icon-guide.js} +1 -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/{src/data/navigation-guides.ts → dist/data/navigation-guides.js} +7 -10
- package/dist/data/navigation-guides.js.map +1 -0
- package/dist/generated/types.json +2556 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -0
- package/dist/tools/get-types.d.ts +26 -0
- package/dist/tools/get-types.d.ts.map +1 -0
- package/dist/tools/get-types.js +123 -0
- package/dist/tools/get-types.js.map +1 -0
- package/package.json +10 -5
- package/ARCHITECTURE.md +0 -313
- package/TYPE-SYSTEM.md +0 -397
- package/scripts/extract-types.ts +0 -71
- package/scripts/type-extractor.ts +0 -286
- package/scripts/validate-examples.ts +0 -142
- package/src/data/cli-commands.ts +0 -103
- package/src/data/icons.json +0 -7452
- package/src/index.ts +0 -653
- package/src/tools/get-types.ts +0 -169
- package/test-client.js +0 -86
- package/tsconfig.examples.json +0 -14
- package/tsconfig.json +0 -20
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const TextArea = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
category: "form",
|
|
3
|
+
description: "Multi-line text input field for longer text content",
|
|
4
|
+
props: `
|
|
5
5
|
- \`value\`: string - The current value of the textarea (controlled)
|
|
6
6
|
- \`defaultValue\`: string - The default value for uncontrolled usage
|
|
7
7
|
- \`onChange\`: function - Called when the text content changes
|
|
@@ -21,27 +21,27 @@ export const TextArea = {
|
|
|
21
21
|
- \`size\`: TextAreaSizeVariant - The size variant of the textarea
|
|
22
22
|
- \`textareaStyle\`: StyleProp<TextStyle> - Additional custom styles for the textarea element
|
|
23
23
|
`,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
24
|
+
features: [
|
|
25
|
+
"Multi-line text input",
|
|
26
|
+
"Auto-grow to fit content",
|
|
27
|
+
"Character count display",
|
|
28
|
+
"Min/max height constraints",
|
|
29
|
+
"Max length validation",
|
|
30
|
+
"Label and helper text",
|
|
31
|
+
"Error state",
|
|
32
|
+
"Resize control (web)",
|
|
33
|
+
"Three sizes",
|
|
34
|
+
],
|
|
35
|
+
bestPractices: [
|
|
36
|
+
"Always provide a label",
|
|
37
|
+
"Use helperText to guide users",
|
|
38
|
+
"Set maxLength to prevent excessive input",
|
|
39
|
+
"Show character count for limited fields",
|
|
40
|
+
"Use autoGrow for dynamic content",
|
|
41
|
+
"Set minHeight for comfortable input area",
|
|
42
|
+
"Show inline error messages",
|
|
43
|
+
],
|
|
44
|
+
usage: `
|
|
45
45
|
import { TextArea } from '@idealyst/components';
|
|
46
46
|
import { useState } from 'react';
|
|
47
47
|
|
|
@@ -62,24 +62,22 @@ function Example() {
|
|
|
62
62
|
);
|
|
63
63
|
}
|
|
64
64
|
`,
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
examples: {
|
|
66
|
+
basic: `import { TextArea } from '@idealyst/components';
|
|
67
67
|
|
|
68
68
|
<TextArea
|
|
69
69
|
label="Message"
|
|
70
70
|
placeholder="Enter your message"
|
|
71
71
|
rows={4}
|
|
72
72
|
/>`,
|
|
73
|
-
|
|
74
|
-
variants: `import { TextArea, View } from '@idealyst/components';
|
|
73
|
+
variants: `import { TextArea, View } from '@idealyst/components';
|
|
75
74
|
|
|
76
75
|
<View spacing="md">
|
|
77
76
|
<TextArea label="Small" size="sm" rows={3} />
|
|
78
77
|
<TextArea label="Medium" size="md" rows={4} />
|
|
79
78
|
<TextArea label="Large" size="lg" rows={5} />
|
|
80
79
|
</View>`,
|
|
81
|
-
|
|
82
|
-
"with-icons": `import { TextArea, View, Text } from '@idealyst/components';
|
|
80
|
+
"with-icons": `import { TextArea, View, Text } from '@idealyst/components';
|
|
83
81
|
import { useState } from 'react';
|
|
84
82
|
|
|
85
83
|
function Example() {
|
|
@@ -105,8 +103,7 @@ function Example() {
|
|
|
105
103
|
</View>
|
|
106
104
|
);
|
|
107
105
|
}`,
|
|
108
|
-
|
|
109
|
-
interactive: `import { TextArea, View, Button, Text } from '@idealyst/components';
|
|
106
|
+
interactive: `import { TextArea, View, Button, Text } from '@idealyst/components';
|
|
110
107
|
import { useState } from 'react';
|
|
111
108
|
|
|
112
109
|
function Example() {
|
|
@@ -151,5 +148,6 @@ function Example() {
|
|
|
151
148
|
</View>
|
|
152
149
|
);
|
|
153
150
|
}`,
|
|
154
|
-
|
|
151
|
+
},
|
|
155
152
|
};
|
|
153
|
+
//# sourceMappingURL=TextArea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.js","sourceRoot":"","sources":["../../../src/data/components/TextArea.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,qDAAqD;IAC9D,KAAK,EAAE;;;;;;;;;;;;;;;;;;;CAmBZ;IACC,QAAQ,EAAE;QACR,uBAAuB;QACvB,0BAA0B;QAC1B,yBAAyB;QACzB,4BAA4B;QAC5B,uBAAuB;QACvB,uBAAuB;QACvB,aAAa;QACb,sBAAsB;QACtB,aAAa;KACd;IACD,aAAa,EAAE;QACb,wBAAwB;QACxB,+BAA+B;QAC/B,0CAA0C;QAC1C,yCAAyC;QACzC,kCAAkC;QAClC,0CAA0C;QAC1C,4BAA4B;KAC7B;IACD,KAAK,EAAE;;;;;;;;;;;;;;;;;;;;CAoBR;IACC,QAAQ,EAAE;QACR,KAAK,EAAE;;;;;;GAMR;QAEC,QAAQ,EAAE;;;;;;QAMN;QAEJ,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;EAyBhB;QAEE,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4Cf;KACC;CACF,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const Tooltip: {
|
|
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=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/data/components/Tooltip.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAwGnB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const Tooltip = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
category: "overlay",
|
|
3
|
+
description: "Contextual tooltip that displays information on hover or focus",
|
|
4
|
+
props: `
|
|
5
5
|
- \`content\`: string | React.ReactNode - The tooltip content to display
|
|
6
6
|
- \`children\`: React.ReactNode - The element that triggers the tooltip on hover/focus
|
|
7
7
|
- \`placement\`: TooltipPlacement - The placement of the tooltip relative to the trigger
|
|
@@ -9,38 +9,37 @@ export const Tooltip = {
|
|
|
9
9
|
- \`intent\`: TooltipIntentVariant - The intent/color scheme of the tooltip
|
|
10
10
|
- \`size\`: TooltipSizeVariant - The size variant of the tooltip
|
|
11
11
|
`,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
12
|
+
features: [
|
|
13
|
+
"Hover and focus triggers",
|
|
14
|
+
"Four placement options",
|
|
15
|
+
"Configurable delay",
|
|
16
|
+
"Five intent colors",
|
|
17
|
+
"Three sizes",
|
|
18
|
+
"String or custom content",
|
|
19
|
+
"Auto-positioning on overflow",
|
|
20
|
+
],
|
|
21
|
+
bestPractices: [
|
|
22
|
+
"Keep tooltip content concise",
|
|
23
|
+
"Use for supplementary information only",
|
|
24
|
+
"Don't hide critical information in tooltips",
|
|
25
|
+
"Ensure tooltips are keyboard accessible",
|
|
26
|
+
"Use appropriate placement to avoid obscuring content",
|
|
27
|
+
"Add small delay to prevent flashing",
|
|
28
|
+
],
|
|
29
|
+
usage: `
|
|
30
30
|
import { Tooltip, Button } from '@idealyst/components';
|
|
31
31
|
|
|
32
32
|
<Tooltip content="Click to save your changes" placement="top">
|
|
33
33
|
<Button icon="content-save">Save</Button>
|
|
34
34
|
</Tooltip>
|
|
35
35
|
`,
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
examples: {
|
|
37
|
+
basic: `import { Tooltip, Button } from '@idealyst/components';
|
|
38
38
|
|
|
39
39
|
<Tooltip content="This is a tooltip">
|
|
40
40
|
<Button>Hover me</Button>
|
|
41
41
|
</Tooltip>`,
|
|
42
|
-
|
|
43
|
-
variants: `import { Tooltip, Button, View } from '@idealyst/components';
|
|
42
|
+
variants: `import { Tooltip, Button, View } from '@idealyst/components';
|
|
44
43
|
|
|
45
44
|
<View spacing="md">
|
|
46
45
|
<Tooltip content="Top placement" placement="top">
|
|
@@ -56,8 +55,7 @@ import { Tooltip, Button } from '@idealyst/components';
|
|
|
56
55
|
<Button>Right</Button>
|
|
57
56
|
</Tooltip>
|
|
58
57
|
</View>`,
|
|
59
|
-
|
|
60
|
-
"with-icons": `import { Tooltip, Icon, Text, View } from '@idealyst/components';
|
|
58
|
+
"with-icons": `import { Tooltip, Icon, Text, View } from '@idealyst/components';
|
|
61
59
|
|
|
62
60
|
<View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
|
|
63
61
|
<Text>Need help?</Text>
|
|
@@ -69,8 +67,7 @@ import { Tooltip, Button } from '@idealyst/components';
|
|
|
69
67
|
<Icon name="help-circle" size="md" color="primary" />
|
|
70
68
|
</Tooltip>
|
|
71
69
|
</View>`,
|
|
72
|
-
|
|
73
|
-
interactive: `import { Tooltip, Button, View, Text } from '@idealyst/components';
|
|
70
|
+
interactive: `import { Tooltip, Button, View, Text } from '@idealyst/components';
|
|
74
71
|
|
|
75
72
|
function ActionButtons() {
|
|
76
73
|
return (
|
|
@@ -101,5 +98,6 @@ function ActionButtons() {
|
|
|
101
98
|
</View>
|
|
102
99
|
);
|
|
103
100
|
}`,
|
|
104
|
-
|
|
101
|
+
},
|
|
105
102
|
};
|
|
103
|
+
//# sourceMappingURL=Tooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.js","sourceRoot":"","sources":["../../../src/data/components/Tooltip.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,QAAQ,EAAE,SAAS;IACnB,WAAW,EAAE,gEAAgE;IACzE,KAAK,EAAE;;;;;;;CAOZ;IACC,QAAQ,EAAE;QACR,0BAA0B;QAC1B,wBAAwB;QACxB,oBAAoB;QACpB,oBAAoB;QACpB,aAAa;QACb,0BAA0B;QAC1B,8BAA8B;KAC/B;IACD,aAAa,EAAE;QACb,8BAA8B;QAC9B,wCAAwC;QACxC,6CAA6C;QAC7C,yCAAyC;QACzC,sDAAsD;QACtD,qCAAqC;KACtC;IACD,KAAK,EAAE;;;;;;CAMR;IACC,QAAQ,EAAE;QACR,KAAK,EAAE;;;;WAIA;QAEP,QAAQ,EAAE;;;;;;;;;;;;;;;QAeN;QAEJ,YAAY,EAAE;;;;;;;;;;;QAWV;QAEJ,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8Bf;KACC;CACF,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const Video: {
|
|
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=Video.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/data/components/Video.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAuKjB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const Video = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
category: "media",
|
|
3
|
+
description: "Video player component with playback controls and event handlers",
|
|
4
|
+
props: `
|
|
5
5
|
- \`source\`: VideoSource | string - The video source URL or source object with uri and type
|
|
6
6
|
- \`poster\`: string - URL of the poster image to display before playback
|
|
7
7
|
- \`width\`: number | string - The width of the video player
|
|
@@ -21,27 +21,27 @@ export const Video = {
|
|
|
21
21
|
- \`onProgress\`: function - Called periodically during playback with progress information
|
|
22
22
|
- \`borderRadius\`: number - The border radius of the video player
|
|
23
23
|
`,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
24
|
+
features: [
|
|
25
|
+
"Remote and local video sources",
|
|
26
|
+
"Poster image support",
|
|
27
|
+
"Playback controls",
|
|
28
|
+
"Auto-play and loop",
|
|
29
|
+
"Multiple event callbacks",
|
|
30
|
+
"Progress tracking",
|
|
31
|
+
"Aspect ratio control",
|
|
32
|
+
"Border radius support",
|
|
33
|
+
],
|
|
34
|
+
bestPractices: [
|
|
35
|
+
"Always provide a poster image",
|
|
36
|
+
"Use appropriate video formats for cross-platform",
|
|
37
|
+
"Enable controls for user control",
|
|
38
|
+
"Avoid autoPlay with audio (UX best practice)",
|
|
39
|
+
"Use playsInline for better mobile experience",
|
|
40
|
+
"Provide onError fallback",
|
|
41
|
+
"Set explicit dimensions or aspect ratio",
|
|
42
|
+
"Use preload: 'metadata' for better performance",
|
|
43
|
+
],
|
|
44
|
+
usage: `
|
|
45
45
|
import { Video } from '@idealyst/components';
|
|
46
46
|
|
|
47
47
|
<Video
|
|
@@ -55,8 +55,8 @@ import { Video } from '@idealyst/components';
|
|
|
55
55
|
onError={(error) => console.error('Video error:', error)}
|
|
56
56
|
/>
|
|
57
57
|
`,
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
examples: {
|
|
59
|
+
basic: `import { Video } from '@idealyst/components';
|
|
60
60
|
|
|
61
61
|
<Video
|
|
62
62
|
source="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
|
|
@@ -64,8 +64,7 @@ import { Video } from '@idealyst/components';
|
|
|
64
64
|
height={360}
|
|
65
65
|
controls
|
|
66
66
|
/>`,
|
|
67
|
-
|
|
68
|
-
variants: `import { Video, View } from '@idealyst/components';
|
|
67
|
+
variants: `import { Video, View } from '@idealyst/components';
|
|
69
68
|
|
|
70
69
|
<View spacing="md">
|
|
71
70
|
{/* With controls */}
|
|
@@ -87,8 +86,7 @@ import { Video } from '@idealyst/components';
|
|
|
87
86
|
controls={false}
|
|
88
87
|
/>
|
|
89
88
|
</View>`,
|
|
90
|
-
|
|
91
|
-
"with-icons": `import { Video, Card, View, Text } from '@idealyst/components';
|
|
89
|
+
"with-icons": `import { Video, Card, View, Text } from '@idealyst/components';
|
|
92
90
|
|
|
93
91
|
<Card type="elevated" padding="none">
|
|
94
92
|
<Video
|
|
@@ -104,8 +102,7 @@ import { Video } from '@idealyst/components';
|
|
|
104
102
|
<Text size="sm">Video description and details</Text>
|
|
105
103
|
</View>
|
|
106
104
|
</Card>`,
|
|
107
|
-
|
|
108
|
-
interactive: `import { Video, View, Text, Button } from '@idealyst/components';
|
|
105
|
+
interactive: `import { Video, View, Text, Button } from '@idealyst/components';
|
|
109
106
|
import { useState, useRef } from 'react';
|
|
110
107
|
|
|
111
108
|
function Example() {
|
|
@@ -164,5 +161,6 @@ function Example() {
|
|
|
164
161
|
</View>
|
|
165
162
|
);
|
|
166
163
|
}`,
|
|
167
|
-
|
|
164
|
+
},
|
|
168
165
|
};
|
|
166
|
+
//# 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;IAC3E,KAAK,EAAE;;;;;;;;;;;;;;;;;;;CAmBZ;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;;;;;;;;;;;;;CA6HhB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const View = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
category: "layout",
|
|
3
|
+
description: "Container component with spacing, padding, and background variants",
|
|
4
|
+
props: `
|
|
5
5
|
- \`children\`: React.ReactNode - The content to display inside the view
|
|
6
6
|
- \`spacing\`: ViewSpacingVariant - Padding/spacing variant
|
|
7
7
|
- \`marginVariant\`: ViewSpacingVariant - Margin variant
|
|
@@ -15,24 +15,24 @@ export const View = {
|
|
|
15
15
|
- \`borderWidth\`: number - Custom border width (overrides border variant)
|
|
16
16
|
- \`borderColor\`: string - Custom border color
|
|
17
17
|
`,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
18
|
+
features: [
|
|
19
|
+
"Automatic gap spacing between children",
|
|
20
|
+
"Six spacing/margin variants",
|
|
21
|
+
"Four background variants",
|
|
22
|
+
"Six border radius variants",
|
|
23
|
+
"Border support",
|
|
24
|
+
"Custom overrides for all variants",
|
|
25
|
+
"Flexbox-based layout",
|
|
26
|
+
],
|
|
27
|
+
bestPractices: [
|
|
28
|
+
"Use View for all layout containers",
|
|
29
|
+
"Use spacing prop for consistent gaps",
|
|
30
|
+
"Prefer variants over custom values",
|
|
31
|
+
"Use 'md' spacing for standard layouts",
|
|
32
|
+
"Combine with Screen for full-screen layouts",
|
|
33
|
+
"Use background variants for semantic colors",
|
|
34
|
+
],
|
|
35
|
+
usage: `
|
|
36
36
|
import { View, Text, Button } from '@idealyst/components';
|
|
37
37
|
|
|
38
38
|
<View spacing="md" background="surface" radius="md" style={{ padding: 16 }}>
|
|
@@ -41,16 +41,15 @@ import { View, Text, Button } from '@idealyst/components';
|
|
|
41
41
|
<Button>Action</Button>
|
|
42
42
|
</View>
|
|
43
43
|
`,
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
examples: {
|
|
45
|
+
basic: `import { View, Text } from '@idealyst/components';
|
|
46
46
|
|
|
47
47
|
<View spacing="md">
|
|
48
48
|
<Text>Item 1</Text>
|
|
49
49
|
<Text>Item 2</Text>
|
|
50
50
|
<Text>Item 3</Text>
|
|
51
51
|
</View>`,
|
|
52
|
-
|
|
53
|
-
variants: `import { View, Text } from '@idealyst/components';
|
|
52
|
+
variants: `import { View, Text } from '@idealyst/components';
|
|
54
53
|
|
|
55
54
|
<View spacing="lg">
|
|
56
55
|
<View spacing="xs" background="surface" radius="sm" style={{ padding: 12 }}>
|
|
@@ -68,8 +67,7 @@ import { View, Text, Button } from '@idealyst/components';
|
|
|
68
67
|
<Text>Second item</Text>
|
|
69
68
|
</View>
|
|
70
69
|
</View>`,
|
|
71
|
-
|
|
72
|
-
"with-icons": `import { View, Icon, Text } from '@idealyst/components';
|
|
70
|
+
"with-icons": `import { View, Icon, Text } from '@idealyst/components';
|
|
73
71
|
|
|
74
72
|
<View
|
|
75
73
|
spacing="sm"
|
|
@@ -86,8 +84,7 @@ import { View, Text, Button } from '@idealyst/components';
|
|
|
86
84
|
</View>
|
|
87
85
|
</View>
|
|
88
86
|
</View>`,
|
|
89
|
-
|
|
90
|
-
interactive: `import { View, Text, Button, Card } from '@idealyst/components';
|
|
87
|
+
interactive: `import { View, Text, Button, Card } from '@idealyst/components';
|
|
91
88
|
import { useState } from 'react';
|
|
92
89
|
|
|
93
90
|
function Example() {
|
|
@@ -122,5 +119,6 @@ function Example() {
|
|
|
122
119
|
</View>
|
|
123
120
|
);
|
|
124
121
|
}`,
|
|
125
|
-
|
|
122
|
+
},
|
|
126
123
|
};
|
|
124
|
+
//# 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;IAC7E,KAAK,EAAE;;;;;;;;;;;;;CAaZ;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"}
|
|
@@ -34,7 +34,6 @@ export { TextArea } from './TextArea.js';
|
|
|
34
34
|
export { Tooltip } from './Tooltip.js';
|
|
35
35
|
export { Video } from './Video.js';
|
|
36
36
|
export { View } from './View.js';
|
|
37
|
-
|
|
38
37
|
// Collect all components into a single object
|
|
39
38
|
import { Accordion } from './Accordion.js';
|
|
40
39
|
import { ActivityIndicator } from './ActivityIndicator.js';
|
|
@@ -71,41 +70,41 @@ import { TextArea } from './TextArea.js';
|
|
|
71
70
|
import { Tooltip } from './Tooltip.js';
|
|
72
71
|
import { Video } from './Video.js';
|
|
73
72
|
import { View } from './View.js';
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
View,
|
|
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,
|
|
111
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,CA+3BlD,CAAC"}
|