@idealyst/mcp-server 1.0.93 → 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.
Files changed (182) hide show
  1. package/dist/data/cli-commands.d.ts +2 -0
  2. package/dist/data/cli-commands.d.ts.map +1 -0
  3. package/dist/data/cli-commands.js +100 -0
  4. package/dist/data/cli-commands.js.map +1 -0
  5. package/dist/data/components/Accordion.d.ts +15 -0
  6. package/dist/data/components/Accordion.d.ts.map +1 -0
  7. package/{src/data/components/Accordion.ts → dist/data/components/Accordion.js} +26 -28
  8. package/dist/data/components/Accordion.js.map +1 -0
  9. package/dist/data/components/ActivityIndicator.d.ts +15 -0
  10. package/dist/data/components/ActivityIndicator.d.ts.map +1 -0
  11. package/{src/data/components/ActivityIndicator.ts → dist/data/components/ActivityIndicator.js} +26 -28
  12. package/dist/data/components/ActivityIndicator.js.map +1 -0
  13. package/dist/data/components/Alert.d.ts +15 -0
  14. package/dist/data/components/Alert.d.ts.map +1 -0
  15. package/{src/data/components/Alert.ts → dist/data/components/Alert.js} +28 -30
  16. package/dist/data/components/Alert.js.map +1 -0
  17. package/dist/data/components/Avatar.d.ts +15 -0
  18. package/dist/data/components/Avatar.d.ts.map +1 -0
  19. package/{src/data/components/Avatar.ts → dist/data/components/Avatar.js} +26 -28
  20. package/dist/data/components/Avatar.js.map +1 -0
  21. package/dist/data/components/Badge.d.ts +15 -0
  22. package/dist/data/components/Badge.d.ts.map +1 -0
  23. package/{src/data/components/Badge.ts → dist/data/components/Badge.js} +16 -15
  24. package/dist/data/components/Badge.js.map +1 -0
  25. package/dist/data/components/Breadcrumb.d.ts +15 -0
  26. package/dist/data/components/Breadcrumb.d.ts.map +1 -0
  27. package/{src/data/components/Breadcrumb.ts → dist/data/components/Breadcrumb.js} +27 -29
  28. package/dist/data/components/Breadcrumb.js.map +1 -0
  29. package/dist/data/components/Button.d.ts +15 -0
  30. package/dist/data/components/Button.d.ts.map +1 -0
  31. package/{src/data/components/Button.ts → dist/data/components/Button.js} +18 -17
  32. package/dist/data/components/Button.js.map +1 -0
  33. package/dist/data/components/Card.d.ts +15 -0
  34. package/dist/data/components/Card.d.ts.map +1 -0
  35. package/{src/data/components/Card.ts → dist/data/components/Card.js} +16 -15
  36. package/dist/data/components/Card.js.map +1 -0
  37. package/dist/data/components/Checkbox.d.ts +15 -0
  38. package/dist/data/components/Checkbox.d.ts.map +1 -0
  39. package/{src/data/components/Checkbox.ts → dist/data/components/Checkbox.js} +27 -29
  40. package/dist/data/components/Checkbox.js.map +1 -0
  41. package/dist/data/components/Chip.d.ts +15 -0
  42. package/dist/data/components/Chip.d.ts.map +1 -0
  43. package/{src/data/components/Chip.ts → dist/data/components/Chip.js} +19 -18
  44. package/dist/data/components/Chip.js.map +1 -0
  45. package/dist/data/components/Dialog.d.ts +15 -0
  46. package/dist/data/components/Dialog.d.ts.map +1 -0
  47. package/{src/data/components/Dialog.ts → dist/data/components/Dialog.js} +18 -17
  48. package/dist/data/components/Dialog.js.map +1 -0
  49. package/dist/data/components/Divider.d.ts +15 -0
  50. package/dist/data/components/Divider.d.ts.map +1 -0
  51. package/{src/data/components/Divider.ts → dist/data/components/Divider.js} +26 -28
  52. package/dist/data/components/Divider.js.map +1 -0
  53. package/dist/data/components/Icon.d.ts +15 -0
  54. package/dist/data/components/Icon.d.ts.map +1 -0
  55. package/{src/data/components/Icon.ts → dist/data/components/Icon.js} +26 -28
  56. package/dist/data/components/Icon.js.map +1 -0
  57. package/dist/data/components/Image.d.ts +15 -0
  58. package/dist/data/components/Image.d.ts.map +1 -0
  59. package/{src/data/components/Image.ts → dist/data/components/Image.js} +29 -31
  60. package/dist/data/components/Image.js.map +1 -0
  61. package/dist/data/components/Input.d.ts +15 -0
  62. package/dist/data/components/Input.d.ts.map +1 -0
  63. package/{src/data/components/Input.ts → dist/data/components/Input.js} +20 -19
  64. package/dist/data/components/Input.js.map +1 -0
  65. package/dist/data/components/List.d.ts +15 -0
  66. package/dist/data/components/List.d.ts.map +1 -0
  67. package/{src/data/components/List.ts → dist/data/components/List.js} +18 -17
  68. package/dist/data/components/List.js.map +1 -0
  69. package/dist/data/components/Menu.d.ts +15 -0
  70. package/dist/data/components/Menu.d.ts.map +1 -0
  71. package/{src/data/components/Menu.ts → dist/data/components/Menu.js} +27 -29
  72. package/dist/data/components/Menu.js.map +1 -0
  73. package/dist/data/components/Popover.d.ts +15 -0
  74. package/dist/data/components/Popover.d.ts.map +1 -0
  75. package/{src/data/components/Popover.ts → dist/data/components/Popover.js} +28 -30
  76. package/dist/data/components/Popover.js.map +1 -0
  77. package/dist/data/components/Pressable.d.ts +15 -0
  78. package/dist/data/components/Pressable.d.ts.map +1 -0
  79. package/{src/data/components/Pressable.ts → dist/data/components/Pressable.js} +27 -29
  80. package/dist/data/components/Pressable.js.map +1 -0
  81. package/dist/data/components/Progress.d.ts +15 -0
  82. package/dist/data/components/Progress.d.ts.map +1 -0
  83. package/{src/data/components/Progress.ts → dist/data/components/Progress.js} +27 -29
  84. package/dist/data/components/Progress.js.map +1 -0
  85. package/dist/data/components/RadioButton.d.ts +15 -0
  86. package/dist/data/components/RadioButton.d.ts.map +1 -0
  87. package/{src/data/components/RadioButton.ts → dist/data/components/RadioButton.js} +28 -30
  88. package/dist/data/components/RadioButton.js.map +1 -0
  89. package/dist/data/components/SVGImage.d.ts +15 -0
  90. package/dist/data/components/SVGImage.d.ts.map +1 -0
  91. package/{src/data/components/SVGImage.ts → dist/data/components/SVGImage.js} +27 -29
  92. package/dist/data/components/SVGImage.js.map +1 -0
  93. package/dist/data/components/Screen.d.ts +15 -0
  94. package/dist/data/components/Screen.d.ts.map +1 -0
  95. package/{src/data/components/Screen.ts → dist/data/components/Screen.js} +27 -29
  96. package/dist/data/components/Screen.js.map +1 -0
  97. package/dist/data/components/Select.d.ts +15 -0
  98. package/dist/data/components/Select.d.ts.map +1 -0
  99. package/{src/data/components/Select.ts → dist/data/components/Select.js} +30 -32
  100. package/dist/data/components/Select.js.map +1 -0
  101. package/dist/data/components/Skeleton.d.ts +15 -0
  102. package/dist/data/components/Skeleton.d.ts.map +1 -0
  103. package/{src/data/components/Skeleton.ts → dist/data/components/Skeleton.js} +27 -29
  104. package/dist/data/components/Skeleton.js.map +1 -0
  105. package/dist/data/components/Slider.d.ts +15 -0
  106. package/dist/data/components/Slider.d.ts.map +1 -0
  107. package/{src/data/components/Slider.ts → dist/data/components/Slider.js} +31 -33
  108. package/dist/data/components/Slider.js.map +1 -0
  109. package/dist/data/components/Switch.d.ts +15 -0
  110. package/dist/data/components/Switch.d.ts.map +1 -0
  111. package/{src/data/components/Switch.ts → dist/data/components/Switch.js} +28 -30
  112. package/dist/data/components/Switch.js.map +1 -0
  113. package/dist/data/components/TabBar.d.ts +15 -0
  114. package/dist/data/components/TabBar.d.ts.map +1 -0
  115. package/{src/data/components/TabBar.ts → dist/data/components/TabBar.js} +27 -29
  116. package/dist/data/components/TabBar.js.map +1 -0
  117. package/dist/data/components/Table.d.ts +15 -0
  118. package/dist/data/components/Table.d.ts.map +1 -0
  119. package/{src/data/components/Table.ts → dist/data/components/Table.js} +29 -31
  120. package/dist/data/components/Table.js.map +1 -0
  121. package/dist/data/components/Tabs.d.ts +15 -0
  122. package/dist/data/components/Tabs.d.ts.map +1 -0
  123. package/{src/data/components/Tabs.ts → dist/data/components/Tabs.js} +28 -30
  124. package/dist/data/components/Tabs.js.map +1 -0
  125. package/dist/data/components/Text.d.ts +15 -0
  126. package/dist/data/components/Text.d.ts.map +1 -0
  127. package/{src/data/components/Text.ts → dist/data/components/Text.js} +27 -29
  128. package/dist/data/components/Text.js.map +1 -0
  129. package/dist/data/components/TextArea.d.ts +15 -0
  130. package/dist/data/components/TextArea.d.ts.map +1 -0
  131. package/{src/data/components/TextArea.ts → dist/data/components/TextArea.js} +31 -33
  132. package/dist/data/components/TextArea.js.map +1 -0
  133. package/dist/data/components/Tooltip.d.ts +15 -0
  134. package/dist/data/components/Tooltip.d.ts.map +1 -0
  135. package/{src/data/components/Tooltip.ts → dist/data/components/Tooltip.js} +28 -30
  136. package/dist/data/components/Tooltip.js.map +1 -0
  137. package/dist/data/components/Video.d.ts +15 -0
  138. package/dist/data/components/Video.d.ts.map +1 -0
  139. package/{src/data/components/Video.ts → dist/data/components/Video.js} +31 -33
  140. package/dist/data/components/Video.js.map +1 -0
  141. package/dist/data/components/View.d.ts +15 -0
  142. package/dist/data/components/View.d.ts.map +1 -0
  143. package/{src/data/components/View.ts → dist/data/components/View.js} +28 -30
  144. package/dist/data/components/View.js.map +1 -0
  145. package/dist/data/components/index.d.ts +37 -0
  146. package/dist/data/components/index.d.ts.map +1 -0
  147. package/{src/data/components/index.ts → dist/data/components/index.js} +37 -38
  148. package/dist/data/components/index.js.map +1 -0
  149. package/dist/data/framework-guides.d.ts +2 -0
  150. package/dist/data/framework-guides.d.ts.map +1 -0
  151. package/{src/data/framework-guides.ts → dist/data/framework-guides.js} +8 -12
  152. package/dist/data/framework-guides.js.map +1 -0
  153. package/dist/data/icon-guide.d.ts +2 -0
  154. package/dist/data/icon-guide.d.ts.map +1 -0
  155. package/{src/data/icon-guide.ts → dist/data/icon-guide.js} +1 -0
  156. package/dist/data/icon-guide.js.map +1 -0
  157. package/dist/data/icons.json +7452 -0
  158. package/dist/data/navigation-guides.d.ts +2 -0
  159. package/dist/data/navigation-guides.d.ts.map +1 -0
  160. package/{src/data/navigation-guides.ts → dist/data/navigation-guides.js} +7 -10
  161. package/dist/data/navigation-guides.js.map +1 -0
  162. package/dist/generated/types.json +2556 -0
  163. package/dist/index.d.ts +3 -0
  164. package/dist/index.d.ts.map +1 -0
  165. package/dist/index.js.map +1 -0
  166. package/dist/tools/get-types.d.ts +26 -0
  167. package/dist/tools/get-types.d.ts.map +1 -0
  168. package/dist/tools/get-types.js +123 -0
  169. package/dist/tools/get-types.js.map +1 -0
  170. package/package.json +7 -2
  171. package/ARCHITECTURE.md +0 -313
  172. package/TYPE-SYSTEM.md +0 -397
  173. package/scripts/extract-types.ts +0 -71
  174. package/scripts/type-extractor.ts +0 -286
  175. package/scripts/validate-examples.ts +0 -142
  176. package/src/data/cli-commands.ts +0 -103
  177. package/src/data/icons.json +0 -7452
  178. package/src/index.ts +0 -653
  179. package/src/tools/get-types.ts +0 -169
  180. package/test-client.js +0 -86
  181. package/tsconfig.examples.json +0 -14
  182. package/tsconfig.json +0 -20
@@ -1,7 +1,7 @@
1
1
  export const TextArea = {
2
- category: "form",
3
- description: "Multi-line text input field for longer text content",
4
- props: `
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
- 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: `
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
- examples: {
66
- basic: `import { TextArea } from '@idealyst/components';
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
- category: "overlay",
3
- description: "Contextual tooltip that displays information on hover or focus",
4
- props: `
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
- 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: `
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
- examples: {
37
- basic: `import { Tooltip, Button } from '@idealyst/components';
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
- category: "media",
3
- description: "Video player component with playback controls and event handlers",
4
- props: `
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
- 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: `
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
- examples: {
59
- basic: `import { Video } from '@idealyst/components';
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
- category: "layout",
3
- description: "Container component with spacing, padding, and background variants",
4
- props: `
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
- 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: `
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
- examples: {
45
- basic: `import { View, Text } from '@idealyst/components';
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
- export const components: Record<string, any> = {
76
- Accordion,
77
- ActivityIndicator,
78
- Alert,
79
- Avatar,
80
- Badge,
81
- Breadcrumb,
82
- Button,
83
- Card,
84
- Checkbox,
85
- Chip,
86
- Dialog,
87
- Divider,
88
- Icon,
89
- Image,
90
- Input,
91
- List,
92
- Menu,
93
- Popover,
94
- Pressable,
95
- Progress,
96
- RadioButton,
97
- Screen,
98
- Select,
99
- Skeleton,
100
- Slider,
101
- SVGImage,
102
- Switch,
103
- TabBar,
104
- Table,
105
- Tabs,
106
- Text,
107
- TextArea,
108
- Tooltip,
109
- Video,
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,2 @@
1
+ export declare const frameworkGuides: Record<string, string>;
2
+ //# sourceMappingURL=framework-guides.d.ts.map
@@ -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"}