@once-ui-system/core 1.7.11 → 1.7.12

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 (325) hide show
  1. package/ai/catalog.json +1650 -0
  2. package/ai/catalog.seed.json +411 -0
  3. package/ai/components/Accordion.json +136 -0
  4. package/ai/components/AccordionGroup.json +128 -0
  5. package/ai/components/Animation.json +146 -0
  6. package/ai/components/Arrow.json +128 -0
  7. package/ai/components/AutoScroll.json +130 -0
  8. package/ai/components/Avatar.json +133 -0
  9. package/ai/components/AvatarGroup.json +129 -0
  10. package/ai/components/Background.json +131 -0
  11. package/ai/components/Badge.json +132 -0
  12. package/ai/components/Banner.json +122 -0
  13. package/ai/components/BarChart.json +123 -0
  14. package/ai/components/BlobFx.json +125 -0
  15. package/ai/components/BlockQuote.json +132 -0
  16. package/ai/components/Button.json +26 -0
  17. package/ai/components/Card.json +129 -0
  18. package/ai/components/Carousel.json +134 -0
  19. package/ai/components/CelebrationFx.json +132 -0
  20. package/ai/components/ChartHeader.json +130 -0
  21. package/ai/components/ChartStatus.json +12 -0
  22. package/ai/components/Checkbox.json +13 -0
  23. package/ai/components/Chip.json +132 -0
  24. package/ai/components/CodeBlock.json +122 -0
  25. package/ai/components/ColorInput.json +13 -0
  26. package/ai/components/Column.json +128 -0
  27. package/ai/components/CompareImage.json +126 -0
  28. package/ai/components/ContextMenu.json +22 -0
  29. package/ai/components/CountFx.json +82 -0
  30. package/ai/components/CountdownFx.json +11 -0
  31. package/ai/components/Cursor.json +9 -0
  32. package/ai/components/CursorCard.json +128 -0
  33. package/ai/components/DataTooltip.json +15 -0
  34. package/ai/components/DateInput.json +21 -0
  35. package/ai/components/DatePicker.json +143 -0
  36. package/ai/components/DateRangeInput.json +18 -0
  37. package/ai/components/DateRangePicker.json +129 -0
  38. package/ai/components/Dialog.json +134 -0
  39. package/ai/components/DialogProvider.json +8 -0
  40. package/ai/components/Dropdown.json +128 -0
  41. package/ai/components/DropdownWrapper.json +28 -0
  42. package/ai/components/EmojiPicker.json +129 -0
  43. package/ai/components/EmojiPickerDropdown.json +13 -0
  44. package/ai/components/Fade.json +130 -0
  45. package/ai/components/FadingLettersFx.json +77 -0
  46. package/ai/components/Feedback.json +132 -0
  47. package/ai/components/Flex.json +125 -0
  48. package/ai/components/FlipFx.json +133 -0
  49. package/ai/components/GlitchFx.json +128 -0
  50. package/ai/components/Grid.json +121 -0
  51. package/ai/components/Heading.json +75 -0
  52. package/ai/components/HeadingLink.json +127 -0
  53. package/ai/components/HeadingNav.json +124 -0
  54. package/ai/components/HoloFx.json +128 -0
  55. package/ai/components/Hover.json +130 -0
  56. package/ai/components/HoverCard.json +122 -0
  57. package/ai/components/Icon.json +132 -0
  58. package/ai/components/IconButton.json +22 -0
  59. package/ai/components/InfiniteScroll.json +130 -0
  60. package/ai/components/InlineCode.json +126 -0
  61. package/ai/components/Input.json +24 -0
  62. package/ai/components/InteractiveDetails.json +14 -0
  63. package/ai/components/Kbar.json +10 -0
  64. package/ai/components/Kbd.json +127 -0
  65. package/ai/components/Legend.json +14 -0
  66. package/ai/components/LetterFx.json +14 -0
  67. package/ai/components/Line.json +125 -0
  68. package/ai/components/LineBarChart.json +123 -0
  69. package/ai/components/LineChart.json +123 -0
  70. package/ai/components/LinearGauge.json +130 -0
  71. package/ai/components/LinearGradient.json +15 -0
  72. package/ai/components/List.json +127 -0
  73. package/ai/components/ListItem.json +77 -0
  74. package/ai/components/Logo.json +16 -0
  75. package/ai/components/LogoCloud.json +124 -0
  76. package/ai/components/Mask.json +131 -0
  77. package/ai/components/MasonryGrid.json +132 -0
  78. package/ai/components/MatrixFx.json +135 -0
  79. package/ai/components/Media.json +142 -0
  80. package/ai/components/MediaUpload.json +122 -0
  81. package/ai/components/MegaMenu.json +125 -0
  82. package/ai/components/MobileMegaMenu.json +125 -0
  83. package/ai/components/Modal.json +12 -0
  84. package/ai/components/NavIcon.json +127 -0
  85. package/ai/components/NumberInput.json +16 -0
  86. package/ai/components/OTPInput.json +13 -0
  87. package/ai/components/OgCard.json +135 -0
  88. package/ai/components/Option.json +137 -0
  89. package/ai/components/Particle.json +135 -0
  90. package/ai/components/PasswordInput.json +8 -0
  91. package/ai/components/PieChart.json +123 -0
  92. package/ai/components/ProgressBar.json +131 -0
  93. package/ai/components/Pulse.json +129 -0
  94. package/ai/components/RadialGauge.json +134 -0
  95. package/ai/components/RadialGradient.json +16 -0
  96. package/ai/components/RadioButton.json +17 -0
  97. package/ai/components/RevealFx.json +131 -0
  98. package/ai/components/Row.json +128 -0
  99. package/ai/components/Schema.json +17 -0
  100. package/ai/components/ScrollContainer.json +126 -0
  101. package/ai/components/ScrollToTop.json +124 -0
  102. package/ai/components/Scroller.json +128 -0
  103. package/ai/components/SegmentedControl.json +132 -0
  104. package/ai/components/Select.json +21 -0
  105. package/ai/components/ShineFx.json +80 -0
  106. package/ai/components/Skeleton.json +129 -0
  107. package/ai/components/Slider.json +17 -0
  108. package/ai/components/SmartLink.json +17 -0
  109. package/ai/components/Spinner.json +127 -0
  110. package/ai/components/SplitView.json +129 -0
  111. package/ai/components/StatusIndicator.json +128 -0
  112. package/ai/components/StyleOverlay.json +126 -0
  113. package/ai/components/StylePanel.json +125 -0
  114. package/ai/components/Swiper.json +130 -0
  115. package/ai/components/Switch.json +20 -0
  116. package/ai/components/Table.json +125 -0
  117. package/ai/components/Tag.json +129 -0
  118. package/ai/components/TagInput.json +12 -0
  119. package/ai/components/Text.json +72 -0
  120. package/ai/components/Textarea.json +24 -0
  121. package/ai/components/ThemeSwitcher.json +122 -0
  122. package/ai/components/TiltFx.json +126 -0
  123. package/ai/components/Timeline.json +126 -0
  124. package/ai/components/Toast.json +13 -0
  125. package/ai/components/Toaster.json +14 -0
  126. package/ai/components/ToggleButton.json +24 -0
  127. package/ai/components/Tooltip.json +129 -0
  128. package/ai/components/TypeFx.json +15 -0
  129. package/ai/components/User.json +15 -0
  130. package/ai/components/UserMenu.json +16 -0
  131. package/ai/components/WeatherFx.json +133 -0
  132. package/ai/examples/auth.tsx +105 -0
  133. package/ai/examples/blocks/Background6.tsx +25 -0
  134. package/ai/examples/blocks/Chat1.tsx +70 -0
  135. package/ai/examples/blocks/Dashboard1.tsx +404 -0
  136. package/ai/examples/blocks/Feed3.tsx +151 -0
  137. package/ai/examples/blocks/Footer1.tsx +30 -0
  138. package/ai/examples/blocks/Footer2.tsx +96 -0
  139. package/ai/examples/blocks/Footer3.tsx +127 -0
  140. package/ai/examples/blocks/Footer4.tsx +406 -0
  141. package/ai/examples/blocks/Header1.tsx +370 -0
  142. package/ai/examples/blocks/Header2.tsx +98 -0
  143. package/ai/examples/blocks/Header3.tsx +133 -0
  144. package/ai/examples/blocks/Header4.tsx +123 -0
  145. package/ai/examples/blocks/Productivity1.tsx +318 -0
  146. package/ai/examples/blocks/Roadmap1.tsx +133 -0
  147. package/ai/examples/blocks/Sidebar1.tsx +34 -0
  148. package/ai/examples/blocks/Sidebar2.tsx +17 -0
  149. package/ai/examples/blocks/Sidebar4.tsx +92 -0
  150. package/ai/examples/blocks/Sidebar5.tsx +73 -0
  151. package/ai/examples/blocks/Streaming1.tsx +353 -0
  152. package/ai/examples/blocks/Table1.tsx +303 -0
  153. package/ai/examples/blocks/Waitlist1.tsx +141 -0
  154. package/ai/examples/blocks/content/chat1content.ts +65 -0
  155. package/ai/examples/blocks/content/resources.ts +5 -0
  156. package/ai/examples/blocks/content/roadmap1content.ts +51 -0
  157. package/ai/examples/blocks/manifest.json +191 -0
  158. package/ai/examples/dashboard.tsx +150 -0
  159. package/ai/examples/marketing-hero.tsx +152 -0
  160. package/ai/examples/pricing.tsx +219 -0
  161. package/ai/examples/settings.tsx +140 -0
  162. package/ai/gotchas.json +85 -0
  163. package/ai/manifest.json +21 -0
  164. package/ai/rules.compact.md +73 -0
  165. package/ai/spec.json +2679 -2701
  166. package/ai/tasks/auth.json +23 -0
  167. package/ai/tasks/chat.json +28 -0
  168. package/ai/tasks/dashboard.json +39 -0
  169. package/ai/tasks/index.json +12 -0
  170. package/ai/tasks/marketing-hero.json +38 -0
  171. package/ai/tasks/pricing.json +42 -0
  172. package/ai/tasks/roadmap.json +22 -0
  173. package/ai/tasks/settings.json +34 -0
  174. package/dist/ai/catalog.json +1650 -0
  175. package/dist/ai/catalog.seed.json +411 -0
  176. package/dist/ai/components/Accordion.json +136 -0
  177. package/dist/ai/components/AccordionGroup.json +128 -0
  178. package/dist/ai/components/Animation.json +146 -0
  179. package/dist/ai/components/Arrow.json +128 -0
  180. package/dist/ai/components/AutoScroll.json +130 -0
  181. package/dist/ai/components/Avatar.json +133 -0
  182. package/dist/ai/components/AvatarGroup.json +129 -0
  183. package/dist/ai/components/Background.json +131 -0
  184. package/dist/ai/components/Badge.json +132 -0
  185. package/dist/ai/components/Banner.json +122 -0
  186. package/dist/ai/components/BarChart.json +123 -0
  187. package/dist/ai/components/BlobFx.json +125 -0
  188. package/dist/ai/components/BlockQuote.json +132 -0
  189. package/dist/ai/components/Button.json +26 -0
  190. package/dist/ai/components/Card.json +129 -0
  191. package/dist/ai/components/Carousel.json +134 -0
  192. package/dist/ai/components/CelebrationFx.json +132 -0
  193. package/dist/ai/components/ChartHeader.json +130 -0
  194. package/dist/ai/components/ChartStatus.json +12 -0
  195. package/dist/ai/components/Checkbox.json +13 -0
  196. package/dist/ai/components/Chip.json +132 -0
  197. package/dist/ai/components/CodeBlock.json +122 -0
  198. package/dist/ai/components/ColorInput.json +13 -0
  199. package/dist/ai/components/Column.json +128 -0
  200. package/dist/ai/components/CompareImage.json +126 -0
  201. package/dist/ai/components/ContextMenu.json +22 -0
  202. package/dist/ai/components/CountFx.json +82 -0
  203. package/dist/ai/components/CountdownFx.json +11 -0
  204. package/dist/ai/components/Cursor.json +9 -0
  205. package/dist/ai/components/CursorCard.json +128 -0
  206. package/dist/ai/components/DataTooltip.json +15 -0
  207. package/dist/ai/components/DateInput.json +21 -0
  208. package/dist/ai/components/DatePicker.json +143 -0
  209. package/dist/ai/components/DateRangeInput.json +18 -0
  210. package/dist/ai/components/DateRangePicker.json +129 -0
  211. package/dist/ai/components/Dialog.json +134 -0
  212. package/dist/ai/components/DialogProvider.json +8 -0
  213. package/dist/ai/components/Dropdown.json +128 -0
  214. package/dist/ai/components/DropdownWrapper.json +28 -0
  215. package/dist/ai/components/EmojiPicker.json +129 -0
  216. package/dist/ai/components/EmojiPickerDropdown.json +13 -0
  217. package/dist/ai/components/Fade.json +130 -0
  218. package/dist/ai/components/FadingLettersFx.json +77 -0
  219. package/dist/ai/components/Feedback.json +132 -0
  220. package/dist/ai/components/Flex.json +125 -0
  221. package/dist/ai/components/FlipFx.json +133 -0
  222. package/dist/ai/components/GlitchFx.json +128 -0
  223. package/dist/ai/components/Grid.json +121 -0
  224. package/dist/ai/components/Heading.json +75 -0
  225. package/dist/ai/components/HeadingLink.json +127 -0
  226. package/dist/ai/components/HeadingNav.json +124 -0
  227. package/dist/ai/components/HoloFx.json +128 -0
  228. package/dist/ai/components/Hover.json +130 -0
  229. package/dist/ai/components/HoverCard.json +122 -0
  230. package/dist/ai/components/Icon.json +132 -0
  231. package/dist/ai/components/IconButton.json +22 -0
  232. package/dist/ai/components/InfiniteScroll.json +130 -0
  233. package/dist/ai/components/InlineCode.json +126 -0
  234. package/dist/ai/components/Input.json +24 -0
  235. package/dist/ai/components/InteractiveDetails.json +14 -0
  236. package/dist/ai/components/Kbar.json +10 -0
  237. package/dist/ai/components/Kbd.json +127 -0
  238. package/dist/ai/components/Legend.json +14 -0
  239. package/dist/ai/components/LetterFx.json +14 -0
  240. package/dist/ai/components/Line.json +125 -0
  241. package/dist/ai/components/LineBarChart.json +123 -0
  242. package/dist/ai/components/LineChart.json +123 -0
  243. package/dist/ai/components/LinearGauge.json +130 -0
  244. package/dist/ai/components/LinearGradient.json +15 -0
  245. package/dist/ai/components/List.json +127 -0
  246. package/dist/ai/components/ListItem.json +77 -0
  247. package/dist/ai/components/Logo.json +16 -0
  248. package/dist/ai/components/LogoCloud.json +124 -0
  249. package/dist/ai/components/Mask.json +131 -0
  250. package/dist/ai/components/MasonryGrid.json +132 -0
  251. package/dist/ai/components/MatrixFx.json +135 -0
  252. package/dist/ai/components/Media.json +142 -0
  253. package/dist/ai/components/MediaUpload.json +122 -0
  254. package/dist/ai/components/MegaMenu.json +125 -0
  255. package/dist/ai/components/MobileMegaMenu.json +125 -0
  256. package/dist/ai/components/Modal.json +12 -0
  257. package/dist/ai/components/NavIcon.json +127 -0
  258. package/dist/ai/components/NumberInput.json +16 -0
  259. package/dist/ai/components/OTPInput.json +13 -0
  260. package/dist/ai/components/OgCard.json +135 -0
  261. package/dist/ai/components/Option.json +137 -0
  262. package/dist/ai/components/Particle.json +135 -0
  263. package/dist/ai/components/PasswordInput.json +8 -0
  264. package/dist/ai/components/PieChart.json +123 -0
  265. package/dist/ai/components/ProgressBar.json +131 -0
  266. package/dist/ai/components/Pulse.json +129 -0
  267. package/dist/ai/components/RadialGauge.json +134 -0
  268. package/dist/ai/components/RadialGradient.json +16 -0
  269. package/dist/ai/components/RadioButton.json +17 -0
  270. package/dist/ai/components/RevealFx.json +131 -0
  271. package/dist/ai/components/Row.json +128 -0
  272. package/dist/ai/components/Schema.json +17 -0
  273. package/dist/ai/components/ScrollContainer.json +126 -0
  274. package/dist/ai/components/ScrollToTop.json +124 -0
  275. package/dist/ai/components/Scroller.json +128 -0
  276. package/dist/ai/components/SegmentedControl.json +132 -0
  277. package/dist/ai/components/Select.json +21 -0
  278. package/dist/ai/components/ShineFx.json +80 -0
  279. package/dist/ai/components/Skeleton.json +129 -0
  280. package/dist/ai/components/Slider.json +17 -0
  281. package/dist/ai/components/SmartLink.json +17 -0
  282. package/dist/ai/components/Spinner.json +127 -0
  283. package/dist/ai/components/SplitView.json +129 -0
  284. package/dist/ai/components/StatusIndicator.json +128 -0
  285. package/dist/ai/components/StyleOverlay.json +126 -0
  286. package/dist/ai/components/StylePanel.json +125 -0
  287. package/dist/ai/components/Swiper.json +130 -0
  288. package/dist/ai/components/Switch.json +20 -0
  289. package/dist/ai/components/Table.json +125 -0
  290. package/dist/ai/components/Tag.json +129 -0
  291. package/dist/ai/components/TagInput.json +12 -0
  292. package/dist/ai/components/Text.json +72 -0
  293. package/dist/ai/components/Textarea.json +24 -0
  294. package/dist/ai/components/ThemeSwitcher.json +122 -0
  295. package/dist/ai/components/TiltFx.json +126 -0
  296. package/dist/ai/components/Timeline.json +126 -0
  297. package/dist/ai/components/Toast.json +13 -0
  298. package/dist/ai/components/Toaster.json +14 -0
  299. package/dist/ai/components/ToggleButton.json +24 -0
  300. package/dist/ai/components/Tooltip.json +129 -0
  301. package/dist/ai/components/TypeFx.json +15 -0
  302. package/dist/ai/components/User.json +15 -0
  303. package/dist/ai/components/UserMenu.json +16 -0
  304. package/dist/ai/components/WeatherFx.json +133 -0
  305. package/dist/ai/eval-tasks.md +71 -0
  306. package/dist/ai/examples/blocks/manifest.json +191 -0
  307. package/dist/ai/gotchas.json +85 -0
  308. package/dist/ai/manifest.json +21 -0
  309. package/dist/ai/recipes.md +149 -0
  310. package/dist/ai/rules.compact.md +73 -0
  311. package/dist/ai/rules.md +217 -0
  312. package/dist/ai/spec.json +2680 -0
  313. package/dist/ai/tasks/auth.json +23 -0
  314. package/dist/ai/tasks/chat.json +28 -0
  315. package/dist/ai/tasks/dashboard.json +39 -0
  316. package/dist/ai/tasks/index.json +12 -0
  317. package/dist/ai/tasks/marketing-hero.json +38 -0
  318. package/dist/ai/tasks/pricing.json +42 -0
  319. package/dist/ai/tasks/roadmap.json +22 -0
  320. package/dist/ai/tasks/settings.json +34 -0
  321. package/dist/data/emoji-data.json +0 -18
  322. package/dist/package.json +13 -2
  323. package/package.json +139 -127
  324. package/LICENSE.md +0 -21
  325. package/next-env.d.ts +0 -5
@@ -0,0 +1,2680 @@
1
+ {
2
+ "name": "@once-ui-system/core",
3
+ "version": "1.7.12",
4
+ "generated": "2026-07-05",
5
+ "format": "props are 'type', 'type = default', or '!type' (required). Components with 'mixins' also accept all props of those mixins. 'extends' means all props of that component are accepted.",
6
+ "tokens": {
7
+ "StaticSpacingToken": "\"0\" | \"1\" | \"2\" | \"4\" | \"8\" | \"12\" | \"16\" | \"20\" | \"24\" | \"32\" | \"40\" | \"48\" | \"56\" | \"64\" | \"80\" | \"104\" | \"128\" | \"160\"",
8
+ "TShirtSizes": "CondensedTShirtSizes | \"xs\" | \"xl\"",
9
+ "ResponsiveSpacingToken": "TShirtSizes",
10
+ "ShadowSize": "TShirtSizes",
11
+ "SpacingToken": "StaticSpacingToken | ResponsiveSpacingToken",
12
+ "CSSUnit": "`${number}%` | `${number}vh` | `${number}dvh` | `${number}vw` | `calc(${string})`",
13
+ "ColorScheme": "\"neutral\" | \"brand\" | \"accent\" | \"info\" | \"danger\" | \"warning\" | \"success\"",
14
+ "ColorWeight": "\"weak\" | \"medium\" | \"strong\"",
15
+ "Colors": "`${ColorScheme}-${ColorWeight}` | `${ColorScheme}-alpha-${ColorWeight}`",
16
+ "RadiusSize": "TShirtSizes | \"full\" | \"none\"",
17
+ "TextType": "\"body\" | \"heading\" | \"display\" | \"label\" | \"code\"",
18
+ "TextWeight": "\"default\" | \"strong\"",
19
+ "TextSize": "TShirtSizes",
20
+ "TextVariant": "`${TextType}-${TextWeight}-${TextSize}`",
21
+ "IconName": "\"chevronUp\" | \"chevronDown\" | \"chevronRight\" | \"chevronLeft\" | \"chevronsLeftRight\" | \"refresh\" | \"light\" | \"dark\" | \"help\" | \"info\" | \"warning\" | \"danger\" | \"checkbox\" | \"check\" | \"copy\" | \"eyeDropper\" | \"clipboard\" | \"person\" | \"close\" | \"link\" | \"arrowUpRight\" | \"minus\" | \"plus\" | \"calendar\" | \"eye\" | \"eyeOff\" | \"search\" | \"security\" | \"sparkle\" | \"computer\" | \"minimize\" | \"maximize\" | \"smiley\" | \"paw\" | \"food\" | \"ball\" | \"world\" | \"gift\" | \"symbol\" | \"flag\" | \"wordmark\" | \"enter\" | \"play\" | \"pause\" | \"screen\" | \"document\" | \"radialGauge\" | \"linearGauge\" | \"opacity\""
22
+ },
23
+ "mixins": {
24
+ "CommonProps": {
25
+ "onBackground": "Colors",
26
+ "onSolid": "Colors",
27
+ "align": "CSSProperties[\"textAlign\"]"
28
+ },
29
+ "DisplayProps": {
30
+ "as": "ElementType",
31
+ "inline": "boolean",
32
+ "hide": "boolean",
33
+ "pointerEvents": "\"none\" | \"all\" | \"auto\"",
34
+ "position": "CSSProperties[\"position\"]",
35
+ "overflow": "CSSProperties[\"overflow\"]",
36
+ "overflowX": "CSSProperties[\"overflowX\"]",
37
+ "overflowY": "CSSProperties[\"overflowY\"]",
38
+ "scrollbar": "\"default\" | \"minimal\"",
39
+ "transition": "\"micro-short\" | \"micro-medium\" | \"micro-long\" | \"macro-short\" | \"macro-medium\" | \"macro-long\"",
40
+ "opacity": "Opacity",
41
+ "zIndex": "-1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | \"-1\" | \"0\" | \"1\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\" | \"10\"",
42
+ "dark": "boolean",
43
+ "light": "boolean"
44
+ },
45
+ "FlexBreakpointProps": {
46
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
47
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
48
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
49
+ "center": "boolean",
50
+ "overflow": "CSSProperties[\"overflow\"]",
51
+ "overflowX": "CSSProperties[\"overflowX\"]",
52
+ "overflowY": "CSSProperties[\"overflowY\"]",
53
+ "top": "SpacingToken",
54
+ "right": "SpacingToken",
55
+ "bottom": "SpacingToken",
56
+ "left": "SpacingToken",
57
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]",
58
+ "style": "CSSProperties"
59
+ },
60
+ "FlexProps": {
61
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
62
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
63
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
64
+ "center": "boolean",
65
+ "wrap": "boolean",
66
+ "flex": "FlexValue"
67
+ },
68
+ "GridBreakpointProps": {
69
+ "columns": "GridProps[\"columns\"]",
70
+ "overflow": "CSSProperties[\"overflow\"]",
71
+ "overflowX": "CSSProperties[\"overflowX\"]",
72
+ "overflowY": "CSSProperties[\"overflowY\"]",
73
+ "top": "SpacingToken",
74
+ "right": "SpacingToken",
75
+ "bottom": "SpacingToken",
76
+ "left": "SpacingToken",
77
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]",
78
+ "style": "CSSProperties"
79
+ },
80
+ "GridProps": {
81
+ "columns": "GridSize",
82
+ "rows": "GridSize"
83
+ },
84
+ "SizeProps": {
85
+ "width": "number | SpacingToken | CSSUnit",
86
+ "height": "number | SpacingToken | CSSUnit",
87
+ "maxWidth": "number | SpacingToken | CSSUnit",
88
+ "minWidth": "number | SpacingToken | CSSUnit",
89
+ "minHeight": "number | SpacingToken | CSSUnit",
90
+ "maxHeight": "number | SpacingToken | CSSUnit",
91
+ "fit": "boolean",
92
+ "fitWidth": "boolean",
93
+ "fitHeight": "boolean",
94
+ "fill": "boolean",
95
+ "fillWidth": "boolean",
96
+ "fillHeight": "boolean",
97
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]"
98
+ },
99
+ "SpacingProps": {
100
+ "padding": "SpacingToken | number",
101
+ "paddingLeft": "SpacingToken | number",
102
+ "paddingRight": "SpacingToken | number",
103
+ "paddingTop": "SpacingToken | number",
104
+ "paddingBottom": "SpacingToken | number",
105
+ "paddingX": "SpacingToken | number",
106
+ "paddingY": "SpacingToken | number",
107
+ "margin": "SpacingToken | number",
108
+ "marginLeft": "SpacingToken | number",
109
+ "marginRight": "SpacingToken | number",
110
+ "marginTop": "SpacingToken | number",
111
+ "marginBottom": "SpacingToken | number",
112
+ "marginX": "SpacingToken | number",
113
+ "marginY": "SpacingToken | number",
114
+ "gap": "SpacingToken | number | \"-1\"",
115
+ "top": "SpacingToken | number | CSSUnit",
116
+ "right": "SpacingToken | number | CSSUnit",
117
+ "bottom": "SpacingToken | number | CSSUnit",
118
+ "left": "SpacingToken | number | CSSUnit",
119
+ "translateX": "SpacingToken | number | CSSUnit",
120
+ "translateY": "SpacingToken | number | CSSUnit"
121
+ },
122
+ "StyleProps": {
123
+ "textVariant": "TextVariant",
124
+ "textSize": "TextSize",
125
+ "textType": "TextType",
126
+ "textWeight": "TextWeight",
127
+ "background": "Colors | \"surface\" | \"overlay\" | \"page\" | \"transparent\"",
128
+ "solid": "Colors",
129
+ "borderTop": "Colors | \"surface\" | \"transparent\" | boolean",
130
+ "borderRight": "Colors | \"surface\" | \"transparent\" | boolean",
131
+ "borderBottom": "Colors | \"surface\" | \"transparent\" | boolean",
132
+ "borderLeft": "Colors | \"surface\" | \"transparent\" | boolean",
133
+ "borderX": "Colors | \"surface\" | \"transparent\" | boolean",
134
+ "borderY": "Colors | \"surface\" | \"transparent\" | boolean",
135
+ "border": "Colors | \"surface\" | \"transparent\" | boolean",
136
+ "borderStyle": "\"solid\" | \"dashed\"",
137
+ "borderWidth": "1 | 2 | 4 | 8 | \"1\" | \"2\" | \"4\" | \"8\"",
138
+ "topRadius": "RadiusSize",
139
+ "rightRadius": "RadiusSize",
140
+ "bottomRadius": "RadiusSize",
141
+ "leftRadius": "RadiusSize",
142
+ "topLeftRadius": "RadiusSize",
143
+ "topRightRadius": "RadiusSize",
144
+ "bottomLeftRadius": "RadiusSize",
145
+ "bottomRightRadius": "RadiusSize",
146
+ "shadow": "ShadowSize",
147
+ "cursor": "CSSProperties[\"cursor\"] | \"interactive\" | ReactNode",
148
+ "radius": "RadiusSize | `${RadiusSize}-${RadiusNest}`"
149
+ },
150
+ "TextProps": {
151
+ "as": "T",
152
+ "variant": "TextVariant",
153
+ "wrap": "CSSProperties[\"textWrap\"]",
154
+ "size": "TextSize",
155
+ "weight": "TextWeight",
156
+ "family": "TextType",
157
+ "truncate": "boolean"
158
+ }
159
+ },
160
+ "components": {
161
+ "Accordion": {
162
+ "group": "components",
163
+ "extends": [
164
+ "Flex"
165
+ ],
166
+ "mixins": [
167
+ "CommonProps",
168
+ "DisplayProps",
169
+ "FlexProps",
170
+ "SizeProps",
171
+ "SpacingProps",
172
+ "StyleProps"
173
+ ],
174
+ "props": {
175
+ "title": "!React.ReactNode",
176
+ "children": "!React.ReactNode",
177
+ "icon": "string = chevronDown",
178
+ "iconRotation": "number = 180",
179
+ "size": "CondensedTShirtSizes = m",
180
+ "radius": "\"xs\" | \"s\" | \"m\" | \"l\" | \"xl\" | \"full\" = m",
181
+ "open": "boolean = false",
182
+ "onToggle": "() => void",
183
+ "className": "string",
184
+ "style": "React.CSSProperties",
185
+ "headerProps": "React.ComponentProps<typeof Row>",
186
+ "contentProps": "React.ComponentProps<typeof Column>",
187
+ "toggleOnHeaderClick": "boolean = true"
188
+ }
189
+ },
190
+ "AccordionGroup": {
191
+ "group": "components",
192
+ "extends": [
193
+ "Flex"
194
+ ],
195
+ "mixins": [
196
+ "CommonProps",
197
+ "DisplayProps",
198
+ "FlexProps",
199
+ "SizeProps",
200
+ "SpacingProps",
201
+ "StyleProps"
202
+ ],
203
+ "props": {
204
+ "items": "!AccordionItem[]",
205
+ "size": "CondensedTShirtSizes = m",
206
+ "autoCollapse": "boolean = true",
207
+ "className": "string",
208
+ "style": "React.CSSProperties"
209
+ }
210
+ },
211
+ "Animation": {
212
+ "group": "components",
213
+ "extends": [
214
+ "Flex"
215
+ ],
216
+ "mixins": [
217
+ "CommonProps",
218
+ "DisplayProps",
219
+ "FlexProps",
220
+ "SizeProps",
221
+ "SpacingProps",
222
+ "StyleProps"
223
+ ],
224
+ "props": {
225
+ "trigger": "ReactNode",
226
+ "children": "!ReactNode",
227
+ "fade": "number",
228
+ "scale": "number",
229
+ "blur": "number",
230
+ "slideUp": "number",
231
+ "slideDown": "number",
232
+ "slideLeft": "number",
233
+ "slideRight": "number",
234
+ "zoomIn": "number",
235
+ "zoomOut": "number",
236
+ "triggerType": "TriggerType = manual",
237
+ "active": "boolean",
238
+ "delay": "number = 0",
239
+ "duration": "number = 300",
240
+ "easing": "EasingCurve = ease-out",
241
+ "transformOrigin": "string = center",
242
+ "childrenPosition": "CSSProperties[\"position\"] = absolute",
243
+ "reverse": "boolean = false",
244
+ "touch": "\"disable\" | \"enable\" | \"display\" = enable",
245
+ "portal": "boolean = false",
246
+ "placement": "Placement = top",
247
+ "offsetDistance": "SpacingToken = 8"
248
+ }
249
+ },
250
+ "Arrow": {
251
+ "group": "components",
252
+ "extends": [
253
+ "Flex"
254
+ ],
255
+ "mixins": [
256
+ "CommonProps",
257
+ "DisplayProps",
258
+ "FlexProps",
259
+ "SizeProps",
260
+ "SpacingProps",
261
+ "StyleProps"
262
+ ],
263
+ "props": {
264
+ "trigger": "!string",
265
+ "scale": "number = 0.8",
266
+ "color": "\"onBackground\" | \"onSolid\" = onBackground",
267
+ "style": "React.CSSProperties",
268
+ "className": "string"
269
+ }
270
+ },
271
+ "AutoScroll": {
272
+ "group": "components",
273
+ "extends": [
274
+ "Flex"
275
+ ],
276
+ "mixins": [
277
+ "CommonProps",
278
+ "DisplayProps",
279
+ "FlexProps",
280
+ "SizeProps",
281
+ "SpacingProps",
282
+ "StyleProps"
283
+ ],
284
+ "props": {
285
+ "children": "!React.ReactNode",
286
+ "speed": "\"slow\" | \"medium\" | \"fast\" = medium",
287
+ "hover": "\"slow\" | \"pause\" | \"none\" = slow",
288
+ "reverse": "boolean = false",
289
+ "className": "string",
290
+ "style": "React.CSSProperties",
291
+ "scrollGap": "number | string"
292
+ }
293
+ },
294
+ "Avatar": {
295
+ "group": "components",
296
+ "extends": [
297
+ "Flex"
298
+ ],
299
+ "mixins": [
300
+ "CommonProps",
301
+ "DisplayProps",
302
+ "FlexProps",
303
+ "SizeProps",
304
+ "SpacingProps",
305
+ "StyleProps"
306
+ ],
307
+ "props": {
308
+ "size": "TShirtSizes | number = m",
309
+ "value": "string",
310
+ "src": "string",
311
+ "unoptimized": "boolean",
312
+ "loading": "boolean",
313
+ "empty": "boolean",
314
+ "icon": "IconName",
315
+ "statusIndicator": "{ color: \"green\" | \"yellow\" | \"red\" | \"gray\"; }",
316
+ "style": "React.CSSProperties = {}",
317
+ "className": "string"
318
+ }
319
+ },
320
+ "AvatarGroup": {
321
+ "group": "components",
322
+ "extends": [
323
+ "Flex"
324
+ ],
325
+ "mixins": [
326
+ "CommonProps",
327
+ "DisplayProps",
328
+ "FlexProps",
329
+ "SizeProps",
330
+ "SpacingProps",
331
+ "StyleProps"
332
+ ],
333
+ "props": {
334
+ "avatars": "!AvatarProps[]",
335
+ "size": "TShirtSizes = m",
336
+ "reverse": "boolean = false",
337
+ "limit": "number",
338
+ "className": "string",
339
+ "style": "React.CSSProperties"
340
+ }
341
+ },
342
+ "Badge": {
343
+ "group": "components",
344
+ "extends": [
345
+ "Flex"
346
+ ],
347
+ "mixins": [
348
+ "CommonProps",
349
+ "DisplayProps",
350
+ "FlexProps",
351
+ "SizeProps",
352
+ "SpacingProps",
353
+ "StyleProps"
354
+ ],
355
+ "props": {
356
+ "title": "string",
357
+ "icon": "IconName",
358
+ "arrow": "boolean = href ? true : false",
359
+ "children": "React.ReactNode",
360
+ "href": "string",
361
+ "effect": "boolean = true",
362
+ "className": "string",
363
+ "style": "React.CSSProperties",
364
+ "id": "string"
365
+ }
366
+ },
367
+ "BlobFx": {
368
+ "group": "components",
369
+ "extends": [
370
+ "Flex",
371
+ "Row"
372
+ ],
373
+ "mixins": [
374
+ "CommonProps",
375
+ "DisplayProps",
376
+ "FlexProps",
377
+ "SizeProps",
378
+ "SpacingProps",
379
+ "StyleProps"
380
+ ],
381
+ "props": {
382
+ "seed": "number = 0"
383
+ }
384
+ },
385
+ "Banner": {
386
+ "group": "components",
387
+ "extends": [
388
+ "Flex",
389
+ "Row"
390
+ ],
391
+ "mixins": [
392
+ "CommonProps",
393
+ "DisplayProps",
394
+ "FlexProps",
395
+ "SizeProps",
396
+ "SpacingProps",
397
+ "StyleProps"
398
+ ]
399
+ },
400
+ "Background": {
401
+ "group": "components",
402
+ "extends": [
403
+ "Flex"
404
+ ],
405
+ "mixins": [
406
+ "CommonProps",
407
+ "DisplayProps",
408
+ "FlexProps",
409
+ "SizeProps",
410
+ "SpacingProps",
411
+ "StyleProps"
412
+ ],
413
+ "props": {
414
+ "gradient": "GradientProps = {}",
415
+ "dots": "DotsProps = {}",
416
+ "grid": "GridProps = {}",
417
+ "lines": "LinesProps = {}",
418
+ "mask": "MaskProps",
419
+ "className": "string",
420
+ "style": "React.CSSProperties",
421
+ "children": "React.ReactNode"
422
+ }
423
+ },
424
+ "BlockQuote": {
425
+ "group": "components",
426
+ "extends": [
427
+ "Flex"
428
+ ],
429
+ "mixins": [
430
+ "CommonProps",
431
+ "DisplayProps",
432
+ "FlexProps",
433
+ "SizeProps",
434
+ "SpacingProps",
435
+ "StyleProps"
436
+ ],
437
+ "props": {
438
+ "children": "!React.ReactNode",
439
+ "preline": "React.ReactNode",
440
+ "subline": "React.ReactNode",
441
+ "separator": "\"top\" | \"bottom\" | \"both\" | \"none\" = both",
442
+ "author": "{ name?: React.ReactNode, avatar?: string, }",
443
+ "link": "{ href: string, label: string }",
444
+ "style": "React.CSSProperties",
445
+ "className": "string",
446
+ "align": "\"center\" | \"left\" | \"right\" = center"
447
+ }
448
+ },
449
+ "Button": {
450
+ "group": "components",
451
+ "props": {
452
+ "variant": "\"primary\" | \"secondary\" | \"tertiary\" | \"quaternary\" | \"subtle\" | \"danger\" | \"success\" | \"warning\" | \"ghost\" | \"link\" = primary",
453
+ "size": "TShirtSizes = m",
454
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
455
+ "label": "string",
456
+ "weight": "\"default\" | \"strong\" = strong",
457
+ "rounded": "boolean",
458
+ "prefixIcon": "IconName",
459
+ "suffixIcon": "IconName",
460
+ "loading": "boolean = false",
461
+ "disabled": "boolean = false",
462
+ "fillWidth": "boolean = false",
463
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" = center",
464
+ "children": "ReactNode",
465
+ "href": "string",
466
+ "className": "string",
467
+ "style": "React.CSSProperties",
468
+ "id": "string",
469
+ "arrowIcon": "boolean = false",
470
+ "color": "`${ColorScheme}-${ColorWeight}`"
471
+ }
472
+ },
473
+ "MatrixFx": {
474
+ "group": "components",
475
+ "extends": [
476
+ "Flex"
477
+ ],
478
+ "mixins": [
479
+ "CommonProps",
480
+ "DisplayProps",
481
+ "FlexProps",
482
+ "SizeProps",
483
+ "SpacingProps",
484
+ "StyleProps"
485
+ ],
486
+ "props": {
487
+ "speed": "number = 1",
488
+ "colors": "string[] = [\"brand-solid-medium\"]",
489
+ "size": "number = 3",
490
+ "spacing": "number = 3",
491
+ "revealFrom": "\"center\" | \"top\" | \"bottom\" | \"left\" | \"right\" = center",
492
+ "trigger": "\"hover\" | \"instant\" | \"mount\" | \"click\" | \"manual\" = instant",
493
+ "active": "boolean = false",
494
+ "flicker": "boolean = false",
495
+ "bulge": "BulgeConfig",
496
+ "fps": "number = 60",
497
+ "reducedMotion": "boolean | \"auto\" = auto",
498
+ "children": "React.ReactNode"
499
+ }
500
+ },
501
+ "WeatherFx": {
502
+ "group": "components",
503
+ "extends": [
504
+ "Flex"
505
+ ],
506
+ "mixins": [
507
+ "CommonProps",
508
+ "DisplayProps",
509
+ "FlexProps",
510
+ "SizeProps",
511
+ "SpacingProps",
512
+ "StyleProps"
513
+ ],
514
+ "props": {
515
+ "type": "WeatherType = rain",
516
+ "speed": "number = 1",
517
+ "colors": "string[] = [\"brand-solid-medium\"]",
518
+ "intensity": "number = 50",
519
+ "angle": "number = 0",
520
+ "duration": "number",
521
+ "trigger": "\"mount\" | \"hover\" | \"click\" | \"manual\" = mount",
522
+ "active": "boolean = false",
523
+ "reducedMotion": "boolean | \"auto\" = auto",
524
+ "children": "React.ReactNode"
525
+ }
526
+ },
527
+ "Carousel": {
528
+ "group": "components",
529
+ "extends": [
530
+ "Flex"
531
+ ],
532
+ "mixins": [
533
+ "CommonProps",
534
+ "DisplayProps",
535
+ "FlexProps",
536
+ "SizeProps",
537
+ "SpacingProps",
538
+ "StyleProps"
539
+ ],
540
+ "props": {
541
+ "items": "!CarouselItem[] = []",
542
+ "controls": "boolean = true",
543
+ "priority": "boolean = false",
544
+ "fill": "boolean = false",
545
+ "indicator": "\"line\" | \"thumbnail\" | false = line",
546
+ "translateY": "SpacingToken | number",
547
+ "aspectRatio": "string = original",
548
+ "sizes": "string",
549
+ "revealedByDefault": "boolean = false",
550
+ "thumbnail": "ThumbnailItem = { scaling: 1, height: \"80\", sizes: \"120px\" }",
551
+ "play": "{ auto?: boolean; interval?: number; controls?: boolean; progress?: boolean; } = { auto: false, interval: 3000, controls: true }"
552
+ }
553
+ },
554
+ "Swiper": {
555
+ "group": "components",
556
+ "extends": [
557
+ "Flex"
558
+ ],
559
+ "mixins": [
560
+ "CommonProps",
561
+ "DisplayProps",
562
+ "FlexProps",
563
+ "SizeProps",
564
+ "SpacingProps",
565
+ "StyleProps"
566
+ ],
567
+ "props": {
568
+ "items": "!SwiperItem[] = []",
569
+ "controls": "boolean | \"contained\" = true",
570
+ "priority": "boolean = false",
571
+ "fill": "boolean = false",
572
+ "aspectRatio": "string = 16 / 9",
573
+ "sizes": "string",
574
+ "indicator": "boolean = true"
575
+ }
576
+ },
577
+ "Card": {
578
+ "group": "components",
579
+ "extends": [
580
+ "Flex"
581
+ ],
582
+ "mixins": [
583
+ "CommonProps",
584
+ "DisplayProps",
585
+ "FlexProps",
586
+ "SizeProps",
587
+ "SpacingProps",
588
+ "StyleProps"
589
+ ],
590
+ "props": {
591
+ "children": "React.ReactNode",
592
+ "href": "string",
593
+ "onClick": "() => void",
594
+ "fillHeight": "boolean",
595
+ "style": "React.CSSProperties",
596
+ "className": "string"
597
+ }
598
+ },
599
+ "CursorCard": {
600
+ "group": "components",
601
+ "extends": [
602
+ "Flex"
603
+ ],
604
+ "mixins": [
605
+ "CommonProps",
606
+ "DisplayProps",
607
+ "FlexProps",
608
+ "SizeProps",
609
+ "SpacingProps",
610
+ "StyleProps"
611
+ ],
612
+ "props": {
613
+ "trigger": "ReactNode",
614
+ "overlay": "ReactNode",
615
+ "placement": "Placement = bottom-left",
616
+ "className": "string",
617
+ "style": "React.CSSProperties"
618
+ }
619
+ },
620
+ "Cursor": {
621
+ "group": "components",
622
+ "props": {
623
+ "cursor": "!React.ReactNode",
624
+ "elementRef": "!React.RefObject<HTMLElement | null>"
625
+ }
626
+ },
627
+ "CountFx": {
628
+ "group": "components",
629
+ "mixins": [
630
+ "CommonProps",
631
+ "DisplayProps",
632
+ "SpacingProps",
633
+ "TextProps"
634
+ ],
635
+ "props": {
636
+ "value": "!number",
637
+ "speed": "number = 1000",
638
+ "easing": "\"linear\" | \"ease-out\" | \"ease-in-out\" = ease-out",
639
+ "format": "(value: number) => string",
640
+ "separator": "string",
641
+ "decimals": "number",
642
+ "effect": "\"simple\" | \"wheel\" | \"smooth\" = simple",
643
+ "children": "React.ReactNode"
644
+ }
645
+ },
646
+ "CountdownFx": {
647
+ "group": "components",
648
+ "props": {
649
+ "targetDate": "!Date | string",
650
+ "format": "\"HH:MM:SS\" | \"DD:HH:MM:SS\" | \"MM:SS\" = HH:MM:SS",
651
+ "effect": "CountFxProps['effect'] = wheel",
652
+ "onComplete": "() => void"
653
+ }
654
+ },
655
+ "Column": {
656
+ "group": "components",
657
+ "extends": [
658
+ "Flex"
659
+ ],
660
+ "mixins": [
661
+ "CommonProps",
662
+ "DisplayProps",
663
+ "FlexProps",
664
+ "SizeProps",
665
+ "SpacingProps",
666
+ "StyleProps"
667
+ ],
668
+ "props": {
669
+ "children": "React.ReactNode"
670
+ },
671
+ "preset": {
672
+ "direction": "column"
673
+ },
674
+ "preferOver": "Flex with direction=\"column\""
675
+ },
676
+ "Checkbox": {
677
+ "group": "components",
678
+ "extends": [
679
+ "InteractiveDetails"
680
+ ],
681
+ "props": {
682
+ "isChecked": "boolean",
683
+ "isIndeterminate": "boolean = false",
684
+ "onToggle": "() => void"
685
+ }
686
+ },
687
+ "Chip": {
688
+ "group": "components",
689
+ "extends": [
690
+ "Flex"
691
+ ],
692
+ "mixins": [
693
+ "CommonProps",
694
+ "DisplayProps",
695
+ "FlexProps",
696
+ "SizeProps",
697
+ "SpacingProps",
698
+ "StyleProps"
699
+ ],
700
+ "props": {
701
+ "label": "!string",
702
+ "selected": "boolean = true",
703
+ "prefixIcon": "IconName",
704
+ "onRemove": "() => void",
705
+ "onClick": "MouseEventHandler<HTMLDivElement>",
706
+ "children": "ReactNode",
707
+ "iconButtonProps": "Partial<IconButtonProps> = {}",
708
+ "style": "React.CSSProperties",
709
+ "className": "string"
710
+ }
711
+ },
712
+ "ColorInput": {
713
+ "group": "components",
714
+ "extends": [
715
+ "Input"
716
+ ],
717
+ "props": {
718
+ "value": "!string",
719
+ "onChange": "!(e: React.ChangeEvent<HTMLInputElement>) => void",
720
+ "supportAlpha": "boolean = false"
721
+ }
722
+ },
723
+ "CompareImage": {
724
+ "group": "components",
725
+ "extends": [
726
+ "Flex"
727
+ ],
728
+ "mixins": [
729
+ "CommonProps",
730
+ "DisplayProps",
731
+ "FlexProps",
732
+ "SizeProps",
733
+ "SpacingProps",
734
+ "StyleProps"
735
+ ],
736
+ "props": {
737
+ "leftContent": "!SideContent",
738
+ "rightContent": "!SideContent",
739
+ "aspectRatio": "string"
740
+ }
741
+ },
742
+ "ContextMenu": {
743
+ "group": "components",
744
+ "props": {
745
+ "children": "!ReactNode",
746
+ "dropdown": "!ReactNode",
747
+ "placement": "Placement = bottom-end",
748
+ "fillWidth": "boolean = false",
749
+ "minWidth": "number = 12",
750
+ "maxWidth": "number",
751
+ "minHeight": "number",
752
+ "style": "React.CSSProperties",
753
+ "className": "string",
754
+ "onSelect": "(value: string) => void",
755
+ "closeAfterClick": "boolean = true",
756
+ "isOpen": "boolean",
757
+ "onOpenChange": "(isOpen: boolean) => void",
758
+ "selectedOption": "string",
759
+ "disabled": "boolean = false"
760
+ }
761
+ },
762
+ "DateInput": {
763
+ "group": "components",
764
+ "extends": [
765
+ "Input"
766
+ ],
767
+ "props": {
768
+ "id": "!string",
769
+ "label": "string",
770
+ "placeholder": "string",
771
+ "value": "Date",
772
+ "onChange": "(date: Date) => void",
773
+ "minHeight": "number",
774
+ "className": "string",
775
+ "style": "React.CSSProperties",
776
+ "timePicker": "boolean = false",
777
+ "minDate": "Date",
778
+ "maxDate": "Date"
779
+ }
780
+ },
781
+ "DatePicker": {
782
+ "group": "components",
783
+ "extends": [
784
+ "Flex"
785
+ ],
786
+ "mixins": [
787
+ "CommonProps",
788
+ "DisplayProps",
789
+ "FlexProps",
790
+ "SizeProps",
791
+ "SpacingProps",
792
+ "StyleProps"
793
+ ],
794
+ "props": {
795
+ "value": "Date",
796
+ "onChange": "(date: Date) => void",
797
+ "minDate": "Date",
798
+ "maxDate": "Date",
799
+ "previousMonth": "boolean = true",
800
+ "nextMonth": "boolean = true",
801
+ "timePicker": "boolean = false",
802
+ "defaultDate": "Date",
803
+ "defaultTime": "{ hours: number; minutes: number; }",
804
+ "size": "CondensedTShirtSizes = m",
805
+ "isNested": "boolean = false",
806
+ "className": "string",
807
+ "style": "React.CSSProperties",
808
+ "currentMonth": "number",
809
+ "currentYear": "number",
810
+ "onMonthChange": "(increment: number) => void",
811
+ "range": "{ startDate?: Date; endDate?: Date; }",
812
+ "onHover": "(date: Date | null) => void",
813
+ "autoFocus": "boolean = false",
814
+ "isOpen": "boolean"
815
+ }
816
+ },
817
+ "DateRangeInput": {
818
+ "group": "components",
819
+ "extends": [
820
+ "Input"
821
+ ],
822
+ "props": {
823
+ "id": "!string",
824
+ "startLabel": "!string = Start",
825
+ "endLabel": "!string = End",
826
+ "value": "DateRange",
827
+ "onChange": "(range: DateRange) => void",
828
+ "minHeight": "number",
829
+ "className": "string",
830
+ "style": "React.CSSProperties"
831
+ }
832
+ },
833
+ "DateRangePicker": {
834
+ "group": "components",
835
+ "extends": [
836
+ "Flex"
837
+ ],
838
+ "mixins": [
839
+ "CommonProps",
840
+ "DisplayProps",
841
+ "FlexProps",
842
+ "SizeProps",
843
+ "SpacingProps",
844
+ "StyleProps"
845
+ ],
846
+ "props": {
847
+ "value": "DateRange",
848
+ "onChange": "(range: DateRange) => void",
849
+ "minDate": "Date",
850
+ "maxDate": "Date",
851
+ "dual": "boolean",
852
+ "size": "CondensedTShirtSizes = m"
853
+ }
854
+ },
855
+ "DialogProvider": {
856
+ "group": "components",
857
+ "props": {
858
+ "children": "!React.ReactNode"
859
+ }
860
+ },
861
+ "Dialog": {
862
+ "group": "components",
863
+ "extends": [
864
+ "Flex"
865
+ ],
866
+ "mixins": [
867
+ "CommonProps",
868
+ "DisplayProps",
869
+ "FlexProps",
870
+ "SizeProps",
871
+ "SpacingProps",
872
+ "StyleProps"
873
+ ],
874
+ "props": {
875
+ "isOpen": "!boolean",
876
+ "onClose": "!() => void",
877
+ "title": "!ReactNode | string",
878
+ "description": "ReactNode",
879
+ "children": "ReactNode",
880
+ "footer": "ReactNode",
881
+ "base": "boolean",
882
+ "stack": "boolean",
883
+ "onHeightChange": "(height: number) => void",
884
+ "minHeight": "number",
885
+ "closeOnClickaway": "boolean = true"
886
+ }
887
+ },
888
+ "Dropdown": {
889
+ "group": "components",
890
+ "extends": [
891
+ "Flex"
892
+ ],
893
+ "mixins": [
894
+ "CommonProps",
895
+ "DisplayProps",
896
+ "FlexProps",
897
+ "SizeProps",
898
+ "SpacingProps",
899
+ "StyleProps"
900
+ ],
901
+ "props": {
902
+ "selectedOption": "string",
903
+ "children": "ReactNode",
904
+ "onEscape": "() => void",
905
+ "onSelect": "(event: string) => void",
906
+ "disabled": "boolean = false"
907
+ }
908
+ },
909
+ "DropdownWrapper": {
910
+ "group": "components",
911
+ "props": {
912
+ "fillWidth": "boolean = false",
913
+ "minWidth": "number",
914
+ "maxWidth": "number",
915
+ "minHeight": "number",
916
+ "placement": "Placement = bottom-start",
917
+ "trigger": "!ReactNode",
918
+ "dropdown": "!ReactNode",
919
+ "selectedOption": "string",
920
+ "style": "React.CSSProperties",
921
+ "className": "string",
922
+ "onSelect": "(value: string) => void",
923
+ "closeAfterClick": "boolean = true",
924
+ "handleArrowNavigation": "boolean = true",
925
+ "isOpen": "boolean",
926
+ "onOpenChange": "(isOpen: boolean) => void",
927
+ "isNested": "boolean = false",
928
+ "navigationLayout": "NavigationLayout",
929
+ "columns": "number | string = 8",
930
+ "optionsCount": "number",
931
+ "dropdownId": "string",
932
+ "disableTriggerClick": "boolean = false"
933
+ }
934
+ },
935
+ "EmojiPicker": {
936
+ "group": "components",
937
+ "extends": [
938
+ "Flex"
939
+ ],
940
+ "mixins": [
941
+ "CommonProps",
942
+ "DisplayProps",
943
+ "FlexProps",
944
+ "SizeProps",
945
+ "SpacingProps",
946
+ "StyleProps"
947
+ ],
948
+ "props": {
949
+ "onSelect": "!(emoji: string) => void",
950
+ "onClose": "() => void",
951
+ "className": "string",
952
+ "background": "StyleProps[\"background\"]",
953
+ "columns": "GridSize = 8",
954
+ "style": "React.CSSProperties"
955
+ }
956
+ },
957
+ "EmojiPickerDropdown": {
958
+ "group": "components",
959
+ "extends": [
960
+ "DropdownWrapper"
961
+ ],
962
+ "props": {
963
+ "onSelect": "!(emoji: string) => void",
964
+ "background": "StyleProps[\"background\"] = surface",
965
+ "columns": "GridSize = 8"
966
+ }
967
+ },
968
+ "Fade": {
969
+ "group": "components",
970
+ "extends": [
971
+ "Flex"
972
+ ],
973
+ "mixins": [
974
+ "CommonProps",
975
+ "DisplayProps",
976
+ "FlexProps",
977
+ "SizeProps",
978
+ "SpacingProps",
979
+ "StyleProps"
980
+ ],
981
+ "props": {
982
+ "className": "string",
983
+ "to": "\"bottom\" | \"top\" | \"left\" | \"right\" = bottom",
984
+ "base": "BaseColor = page",
985
+ "blur": "number = 0.5",
986
+ "pattern": "{ display?: boolean; size?: SpacingToken; } = {\r\n display: false,\r\n size: \"4\",\r\n }",
987
+ "style": "React.CSSProperties",
988
+ "children": "ReactNode"
989
+ }
990
+ },
991
+ "Feedback": {
992
+ "group": "components",
993
+ "extends": [
994
+ "Flex"
995
+ ],
996
+ "mixins": [
997
+ "CommonProps",
998
+ "DisplayProps",
999
+ "FlexProps",
1000
+ "SizeProps",
1001
+ "SpacingProps",
1002
+ "StyleProps"
1003
+ ],
1004
+ "props": {
1005
+ "variant": "\"info\" | \"danger\" | \"warning\" | \"success\" = info",
1006
+ "icon": "boolean = true",
1007
+ "title": "string",
1008
+ "description": "string",
1009
+ "showCloseButton": "boolean = false",
1010
+ "onClose": "() => void",
1011
+ "className": "string",
1012
+ "style": "React.CSSProperties",
1013
+ "children": "ReactNode"
1014
+ }
1015
+ },
1016
+ "Flex": {
1017
+ "group": "components",
1018
+ "mixins": [
1019
+ "CommonProps",
1020
+ "DisplayProps",
1021
+ "FlexProps",
1022
+ "SizeProps",
1023
+ "SpacingProps",
1024
+ "StyleProps"
1025
+ ],
1026
+ "props": {
1027
+ "xl": "FlexBreakpointProps",
1028
+ "l": "FlexBreakpointProps",
1029
+ "m": "FlexBreakpointProps",
1030
+ "s": "FlexBreakpointProps",
1031
+ "xs": "FlexBreakpointProps"
1032
+ }
1033
+ },
1034
+ "FlipFx": {
1035
+ "group": "components",
1036
+ "extends": [
1037
+ "Flex"
1038
+ ],
1039
+ "mixins": [
1040
+ "CommonProps",
1041
+ "DisplayProps",
1042
+ "FlexProps",
1043
+ "SizeProps",
1044
+ "SpacingProps",
1045
+ "StyleProps"
1046
+ ],
1047
+ "props": {
1048
+ "flipDirection": "\"horizontal\" | \"vertical\"",
1049
+ "timing": "number",
1050
+ "flipped": "boolean",
1051
+ "onFlip": "(flipped: boolean) => void",
1052
+ "disableClickFlip": "boolean",
1053
+ "autoFlipInterval": "number",
1054
+ "front": "!React.ReactNode",
1055
+ "back": "!React.ReactNode",
1056
+ "className": "string",
1057
+ "style": "React.CSSProperties"
1058
+ }
1059
+ },
1060
+ "GlitchFx": {
1061
+ "group": "components",
1062
+ "extends": [
1063
+ "Flex"
1064
+ ],
1065
+ "mixins": [
1066
+ "CommonProps",
1067
+ "DisplayProps",
1068
+ "FlexProps",
1069
+ "SizeProps",
1070
+ "SpacingProps",
1071
+ "StyleProps"
1072
+ ],
1073
+ "props": {
1074
+ "children": "!React.ReactNode",
1075
+ "speed": "\"slow\" | \"medium\" | \"fast\" = medium",
1076
+ "interval": "number = 2500",
1077
+ "trigger": "\"instant\" | \"hover\" | \"custom\" = instant",
1078
+ "continuous": "boolean = true"
1079
+ }
1080
+ },
1081
+ "Grid": {
1082
+ "group": "components",
1083
+ "mixins": [
1084
+ "CommonProps",
1085
+ "DisplayProps",
1086
+ "GridProps",
1087
+ "SizeProps",
1088
+ "SpacingProps",
1089
+ "StyleProps"
1090
+ ],
1091
+ "props": {
1092
+ "xl": "GridBreakpointProps",
1093
+ "l": "GridBreakpointProps",
1094
+ "m": "GridBreakpointProps",
1095
+ "s": "GridBreakpointProps",
1096
+ "xs": "GridBreakpointProps"
1097
+ }
1098
+ },
1099
+ "Heading": {
1100
+ "group": "components",
1101
+ "mixins": [
1102
+ "CommonProps",
1103
+ "DisplayProps",
1104
+ "SpacingProps",
1105
+ "TextProps"
1106
+ ],
1107
+ "props": {
1108
+ "wrap": "CSSProperties[\"textWrap\"] = balance"
1109
+ }
1110
+ },
1111
+ "HoloFx": {
1112
+ "group": "components",
1113
+ "extends": [
1114
+ "Flex"
1115
+ ],
1116
+ "mixins": [
1117
+ "CommonProps",
1118
+ "DisplayProps",
1119
+ "FlexProps",
1120
+ "SizeProps",
1121
+ "SpacingProps",
1122
+ "StyleProps"
1123
+ ],
1124
+ "props": {
1125
+ "children": "!React.ReactNode",
1126
+ "reducedMotion": "boolean | \"auto\" = auto",
1127
+ "shine": "{ opacity?: number; filter?: string; blending?: CSSProperties[\"mixBlendMode\"]; mask?: MaskOptions; }",
1128
+ "burn": "{ opacity?: number; filter?: string; blending?: CSSProperties[\"mixBlendMode\"]; mask?: MaskOptions; }",
1129
+ "texture": "{ opacity?: number; filter?: string; blending?: CSSProperties[\"mixBlendMode\"]; image?: string; mask?: MaskOptions; }"
1130
+ }
1131
+ },
1132
+ "Hover": {
1133
+ "group": "components",
1134
+ "extends": [
1135
+ "Flex"
1136
+ ],
1137
+ "mixins": [
1138
+ "CommonProps",
1139
+ "DisplayProps",
1140
+ "FlexProps",
1141
+ "SizeProps",
1142
+ "SpacingProps",
1143
+ "StyleProps"
1144
+ ],
1145
+ "props": {
1146
+ "trigger": "!ReactNode",
1147
+ "overlay": "!ReactNode",
1148
+ "interactive": "boolean = false",
1149
+ "delay": "number = 0",
1150
+ "hideDelay": "number = 0",
1151
+ "disabled": "boolean = false",
1152
+ "touch": "\"disable\" | \"enable\" | \"display\" = disable"
1153
+ }
1154
+ },
1155
+ "HoverCard": {
1156
+ "group": "components",
1157
+ "extends": [
1158
+ "Flex",
1159
+ "Animation"
1160
+ ],
1161
+ "mixins": [
1162
+ "CommonProps",
1163
+ "DisplayProps",
1164
+ "FlexProps",
1165
+ "SizeProps",
1166
+ "SpacingProps",
1167
+ "StyleProps"
1168
+ ]
1169
+ },
1170
+ "Icon": {
1171
+ "group": "components",
1172
+ "extends": [
1173
+ "Flex"
1174
+ ],
1175
+ "mixins": [
1176
+ "CommonProps",
1177
+ "DisplayProps",
1178
+ "FlexProps",
1179
+ "SizeProps",
1180
+ "SpacingProps",
1181
+ "StyleProps"
1182
+ ],
1183
+ "props": {
1184
+ "name": "!IconName",
1185
+ "onBackground": "`${ColorScheme}-${ColorWeight}`",
1186
+ "onSolid": "`${ColorScheme}-${ColorWeight}`",
1187
+ "size": "TShirtSizes = m",
1188
+ "decorative": "boolean = true",
1189
+ "tooltip": "ReactNode",
1190
+ "tooltipPosition": "\"top\" | \"bottom\" | \"left\" | \"right\" = top",
1191
+ "className": "string",
1192
+ "style": "React.CSSProperties"
1193
+ }
1194
+ },
1195
+ "IconButton": {
1196
+ "group": "components",
1197
+ "props": {
1198
+ "icon": "IconName = refresh",
1199
+ "id": "string",
1200
+ "size": "TShirtSizes = m",
1201
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
1202
+ "rounded": "boolean = false",
1203
+ "tooltip": "ReactNode",
1204
+ "tooltipPosition": "\"top\" | \"bottom\" | \"left\" | \"right\" = top",
1205
+ "variant": "\"primary\" | \"secondary\" | \"tertiary\" | \"quaternary\" | \"subtle\" | \"danger\" | \"success\" | \"warning\" | \"ghost\" | \"link\" = primary",
1206
+ "loading": "boolean = false",
1207
+ "disabled": "boolean = false",
1208
+ "className": "string",
1209
+ "style": "React.CSSProperties",
1210
+ "href": "string",
1211
+ "children": "ReactNode",
1212
+ "color": "`${ColorScheme}-${ColorWeight}`"
1213
+ }
1214
+ },
1215
+ "InfiniteScroll": {
1216
+ "group": "components",
1217
+ "extends": [
1218
+ "Flex",
1219
+ "Row"
1220
+ ],
1221
+ "mixins": [
1222
+ "CommonProps",
1223
+ "DisplayProps",
1224
+ "FlexProps",
1225
+ "SizeProps",
1226
+ "SpacingProps",
1227
+ "StyleProps"
1228
+ ],
1229
+ "props": {
1230
+ "items": "!T[]",
1231
+ "renderItem": "!(item: T, index: number) => ReactNode",
1232
+ "loadMore": "!() => Promise<boolean>",
1233
+ "loading": "boolean = false",
1234
+ "threshold": "number = 200",
1235
+ "className": "string"
1236
+ }
1237
+ },
1238
+ "InlineCode": {
1239
+ "group": "components",
1240
+ "extends": [
1241
+ "Flex"
1242
+ ],
1243
+ "mixins": [
1244
+ "CommonProps",
1245
+ "DisplayProps",
1246
+ "FlexProps",
1247
+ "SizeProps",
1248
+ "SpacingProps",
1249
+ "StyleProps"
1250
+ ],
1251
+ "props": {
1252
+ "children": "!ReactNode",
1253
+ "className": "string",
1254
+ "style": "React.CSSProperties"
1255
+ }
1256
+ },
1257
+ "Input": {
1258
+ "group": "components",
1259
+ "props": {
1260
+ "id": "!string",
1261
+ "label": "string",
1262
+ "placeholder": "string",
1263
+ "height": "TShirtSizes = m",
1264
+ "error": "boolean = false",
1265
+ "errorMessage": "ReactNode",
1266
+ "description": "ReactNode",
1267
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
1268
+ "className": "string",
1269
+ "style": "React.CSSProperties",
1270
+ "hasPrefix": "ReactNode",
1271
+ "hasSuffix": "ReactNode",
1272
+ "variant": "\"default\" | \"ghost\" = default",
1273
+ "characterCount": "boolean",
1274
+ "cursor": "undefined | \"interactive\"",
1275
+ "validate": "(value: ReactNode) => ReactNode | null",
1276
+ "loading": "boolean = false"
1277
+ }
1278
+ },
1279
+ "InteractiveDetails": {
1280
+ "group": "components",
1281
+ "props": {
1282
+ "label": "React.ReactNode",
1283
+ "description": "React.ReactNode",
1284
+ "disabled": "boolean",
1285
+ "iconButtonProps": "IconButtonProps",
1286
+ "onClick": "!() => void",
1287
+ "className": "string",
1288
+ "id": "string"
1289
+ }
1290
+ },
1291
+ "Kbd": {
1292
+ "group": "components",
1293
+ "extends": [
1294
+ "Flex"
1295
+ ],
1296
+ "mixins": [
1297
+ "CommonProps",
1298
+ "DisplayProps",
1299
+ "FlexProps",
1300
+ "SizeProps",
1301
+ "SpacingProps",
1302
+ "StyleProps"
1303
+ ],
1304
+ "props": {
1305
+ "label": "string",
1306
+ "children": "ReactNode",
1307
+ "className": "string",
1308
+ "style": "React.CSSProperties"
1309
+ }
1310
+ },
1311
+ "LetterFx": {
1312
+ "group": "components",
1313
+ "props": {
1314
+ "children": "!ReactNode",
1315
+ "trigger": "\"hover\" | \"instant\" | \"custom\" = hover",
1316
+ "speed": "\"fast\" | \"medium\" | \"slow\" = medium",
1317
+ "charset": "string[] = defaultCharset",
1318
+ "onTrigger": "(triggerFn: () => void) => void",
1319
+ "className": "string",
1320
+ "style": "React.CSSProperties"
1321
+ }
1322
+ },
1323
+ "Line": {
1324
+ "group": "components",
1325
+ "extends": [
1326
+ "Flex"
1327
+ ],
1328
+ "mixins": [
1329
+ "CommonProps",
1330
+ "DisplayProps",
1331
+ "FlexProps",
1332
+ "SizeProps",
1333
+ "SpacingProps",
1334
+ "StyleProps"
1335
+ ],
1336
+ "props": {
1337
+ "vert": "boolean",
1338
+ "style": "React.CSSProperties"
1339
+ }
1340
+ },
1341
+ "List": {
1342
+ "group": "components",
1343
+ "extends": [
1344
+ "Flex"
1345
+ ],
1346
+ "mixins": [
1347
+ "CommonProps",
1348
+ "DisplayProps",
1349
+ "FlexProps",
1350
+ "SizeProps",
1351
+ "SpacingProps",
1352
+ "StyleProps"
1353
+ ],
1354
+ "props": {
1355
+ "as": "\"ul\" | \"ol\" = ul",
1356
+ "children": "React.ReactNode",
1357
+ "className": "string",
1358
+ "style": "React.CSSProperties"
1359
+ }
1360
+ },
1361
+ "ListItem": {
1362
+ "group": "components",
1363
+ "mixins": [
1364
+ "CommonProps",
1365
+ "DisplayProps",
1366
+ "SpacingProps",
1367
+ "TextProps"
1368
+ ],
1369
+ "props": {
1370
+ "children": "React.ReactNode",
1371
+ "className": "string",
1372
+ "style": "React.CSSProperties"
1373
+ }
1374
+ },
1375
+ "Logo": {
1376
+ "group": "components",
1377
+ "props": {
1378
+ "className": "string",
1379
+ "size": "TShirtSizes = m",
1380
+ "style": "React.CSSProperties",
1381
+ "icon": "string",
1382
+ "wordmark": "string",
1383
+ "href": "string",
1384
+ "dark": "boolean",
1385
+ "light": "boolean",
1386
+ "brand": "{ copy?: boolean; url?: string }"
1387
+ }
1388
+ },
1389
+ "LogoCloud": {
1390
+ "group": "components",
1391
+ "extends": [
1392
+ "Grid"
1393
+ ],
1394
+ "mixins": [
1395
+ "CommonProps",
1396
+ "DisplayProps",
1397
+ "GridProps",
1398
+ "SizeProps",
1399
+ "SpacingProps",
1400
+ "StyleProps"
1401
+ ],
1402
+ "props": {
1403
+ "logos": "!LogoProps[]",
1404
+ "className": "string",
1405
+ "style": "React.CSSProperties",
1406
+ "limit": "number = 6",
1407
+ "rotationInterval": "number = ANIMATION_DURATION"
1408
+ }
1409
+ },
1410
+ "Mask": {
1411
+ "group": "components",
1412
+ "extends": [
1413
+ "Flex"
1414
+ ],
1415
+ "mixins": [
1416
+ "CommonProps",
1417
+ "DisplayProps",
1418
+ "FlexProps",
1419
+ "SizeProps",
1420
+ "SpacingProps",
1421
+ "StyleProps"
1422
+ ],
1423
+ "props": {
1424
+ "cursor": "boolean = false",
1425
+ "x": "number",
1426
+ "y": "number",
1427
+ "radius": "number = 50",
1428
+ "reducedMotion": "boolean | \"auto\" = auto",
1429
+ "className": "string",
1430
+ "style": "React.CSSProperties",
1431
+ "children": "React.ReactNode"
1432
+ }
1433
+ },
1434
+ "MasonryGrid": {
1435
+ "group": "components",
1436
+ "extends": [
1437
+ "Flex"
1438
+ ],
1439
+ "mixins": [
1440
+ "CommonProps",
1441
+ "DisplayProps",
1442
+ "FlexProps",
1443
+ "SizeProps",
1444
+ "SpacingProps",
1445
+ "StyleProps"
1446
+ ],
1447
+ "props": {
1448
+ "children": "!ReactNode",
1449
+ "gap": "SpacingToken | \"-1\" | undefined = 8",
1450
+ "columns": "number = 3",
1451
+ "style": "CSSProperties",
1452
+ "className": "string",
1453
+ "l": "MasonryBreakpointProps",
1454
+ "m": "MasonryBreakpointProps",
1455
+ "s": "MasonryBreakpointProps",
1456
+ "xs": "MasonryBreakpointProps"
1457
+ }
1458
+ },
1459
+ "Media": {
1460
+ "group": "components",
1461
+ "extends": [
1462
+ "Flex"
1463
+ ],
1464
+ "mixins": [
1465
+ "CommonProps",
1466
+ "DisplayProps",
1467
+ "FlexProps",
1468
+ "SizeProps",
1469
+ "SpacingProps",
1470
+ "StyleProps"
1471
+ ],
1472
+ "props": {
1473
+ "aspectRatio": "string = original",
1474
+ "height": "number",
1475
+ "alt": "string = ",
1476
+ "loading": "boolean = false",
1477
+ "objectFit": "CSSProperties[\"objectFit\"] = cover",
1478
+ "enlarge": "boolean = false",
1479
+ "src": "!string",
1480
+ "unoptimized": "boolean = false",
1481
+ "sizes": "string | number = 100vw",
1482
+ "priority": "boolean",
1483
+ "caption": "ReactNode",
1484
+ "fill": "boolean = false",
1485
+ "fillWidth": "boolean = true",
1486
+ "loop": "boolean = true",
1487
+ "autoplay": "boolean = true",
1488
+ "sound": "boolean = false",
1489
+ "controls": "boolean = false",
1490
+ "style": "CSSProperties",
1491
+ "className": "string"
1492
+ }
1493
+ },
1494
+ "Modal": {
1495
+ "group": "components",
1496
+ "props": {
1497
+ "children": "!React.ReactNode",
1498
+ "backdrop": "React.ReactNode",
1499
+ "title": "!React.ReactNode",
1500
+ "isOpen": "!boolean",
1501
+ "onClose": "!() => void"
1502
+ }
1503
+ },
1504
+ "NavIcon": {
1505
+ "group": "components",
1506
+ "extends": [
1507
+ "Flex"
1508
+ ],
1509
+ "mixins": [
1510
+ "CommonProps",
1511
+ "DisplayProps",
1512
+ "FlexProps",
1513
+ "SizeProps",
1514
+ "SpacingProps",
1515
+ "StyleProps"
1516
+ ],
1517
+ "props": {
1518
+ "className": "string",
1519
+ "style": "React.CSSProperties",
1520
+ "onClick": "() => void",
1521
+ "isActive": "boolean"
1522
+ }
1523
+ },
1524
+ "NumberInput": {
1525
+ "group": "components",
1526
+ "extends": [
1527
+ "Input"
1528
+ ],
1529
+ "props": {
1530
+ "value": "number",
1531
+ "onChange": "(value: number) => void",
1532
+ "min": "number",
1533
+ "max": "number",
1534
+ "step": "number = 1",
1535
+ "padStart": "number"
1536
+ }
1537
+ },
1538
+ "OgCard": {
1539
+ "group": "components",
1540
+ "extends": [
1541
+ "Flex",
1542
+ "Card"
1543
+ ],
1544
+ "mixins": [
1545
+ "CommonProps",
1546
+ "DisplayProps",
1547
+ "FlexProps",
1548
+ "SizeProps",
1549
+ "SpacingProps",
1550
+ "StyleProps"
1551
+ ],
1552
+ "props": {
1553
+ "url": "string",
1554
+ "sizes": "string = 320px",
1555
+ "size": "CondensedTShirtSizes = m",
1556
+ "ogData": "Partial<OgData> | null",
1557
+ "direction": "\"column\" | \"row\" | \"column-reverse\" | \"row-reverse\" = column",
1558
+ "serviceConfig": "OgServiceConfig = {}",
1559
+ "title": "string | false",
1560
+ "description": "string | false",
1561
+ "favicon": "string | false",
1562
+ "image": "string | false",
1563
+ "cardUrl": "string | false"
1564
+ }
1565
+ },
1566
+ "Option": {
1567
+ "group": "components",
1568
+ "extends": [
1569
+ "Flex"
1570
+ ],
1571
+ "mixins": [
1572
+ "CommonProps",
1573
+ "DisplayProps",
1574
+ "FlexProps",
1575
+ "SizeProps",
1576
+ "SpacingProps",
1577
+ "StyleProps"
1578
+ ],
1579
+ "props": {
1580
+ "label": "React.ReactNode",
1581
+ "href": "string",
1582
+ "value": "!string",
1583
+ "hasPrefix": "React.ReactNode",
1584
+ "hasSuffix": "React.ReactNode",
1585
+ "description": "React.ReactNode",
1586
+ "danger": "boolean",
1587
+ "selected": "boolean",
1588
+ "disabled": "boolean = false",
1589
+ "highlighted": "boolean",
1590
+ "tabIndex": "number",
1591
+ "children": "React.ReactNode",
1592
+ "onClick": "(value: string) => void",
1593
+ "onLinkClick": "() => void"
1594
+ }
1595
+ },
1596
+ "OTPInput": {
1597
+ "group": "components",
1598
+ "props": {
1599
+ "length": "number = 4",
1600
+ "onComplete": "(code: string) => void",
1601
+ "error": "boolean = false",
1602
+ "errorMessage": "React.ReactNode",
1603
+ "disabled": "boolean = false",
1604
+ "autoFocus": "boolean = false"
1605
+ }
1606
+ },
1607
+ "Particle": {
1608
+ "group": "components",
1609
+ "extends": [
1610
+ "Flex"
1611
+ ],
1612
+ "mixins": [
1613
+ "CommonProps",
1614
+ "DisplayProps",
1615
+ "FlexProps",
1616
+ "SizeProps",
1617
+ "SpacingProps",
1618
+ "StyleProps"
1619
+ ],
1620
+ "props": {
1621
+ "density": "number = 100",
1622
+ "color": "string = brand-on-background-weak",
1623
+ "size": "SpacingToken = 2",
1624
+ "speed": "number = 0.3",
1625
+ "interactive": "boolean = false",
1626
+ "mode": "\"repel\" | \"attract\" = repel",
1627
+ "intensity": "number = 20",
1628
+ "opacity": "DisplayProps[\"opacity\"] = 100",
1629
+ "reducedMotion": "boolean | \"auto\" = auto",
1630
+ "className": "string",
1631
+ "style": "React.CSSProperties",
1632
+ "children": "React.ReactNode"
1633
+ }
1634
+ },
1635
+ "PasswordInput": {
1636
+ "group": "components",
1637
+ "extends": [
1638
+ "Input"
1639
+ ]
1640
+ },
1641
+ "ProgressBar": {
1642
+ "group": "components",
1643
+ "extends": [
1644
+ "Flex"
1645
+ ],
1646
+ "mixins": [
1647
+ "CommonProps",
1648
+ "DisplayProps",
1649
+ "FlexProps",
1650
+ "SizeProps",
1651
+ "SpacingProps",
1652
+ "StyleProps"
1653
+ ],
1654
+ "props": {
1655
+ "value": "!number",
1656
+ "min": "number = 0",
1657
+ "max": "number = 100",
1658
+ "label": "boolean = true",
1659
+ "labelPosition": "\"top\" | \"bottom\" | \"left\" | \"right\" = bottom",
1660
+ "barBackground": "StyleProps[\"solid\"] = brand-strong",
1661
+ "className": "string",
1662
+ "style": "React.CSSProperties"
1663
+ }
1664
+ },
1665
+ "Pulse": {
1666
+ "group": "components",
1667
+ "extends": [
1668
+ "Flex"
1669
+ ],
1670
+ "mixins": [
1671
+ "CommonProps",
1672
+ "DisplayProps",
1673
+ "FlexProps",
1674
+ "SizeProps",
1675
+ "SpacingProps",
1676
+ "StyleProps"
1677
+ ],
1678
+ "props": {
1679
+ "variant": "ColorScheme = brand",
1680
+ "size": "CondensedTShirtSizes = m",
1681
+ "pulseSize": "string | number",
1682
+ "children": "ReactNode",
1683
+ "className": "string",
1684
+ "style": "React.CSSProperties"
1685
+ }
1686
+ },
1687
+ "RadioButton": {
1688
+ "group": "components",
1689
+ "extends": [
1690
+ "InteractiveDetails"
1691
+ ],
1692
+ "props": {
1693
+ "style": "React.CSSProperties",
1694
+ "className": "string",
1695
+ "isChecked": "boolean",
1696
+ "name": "string",
1697
+ "value": "string",
1698
+ "disabled": "boolean",
1699
+ "onToggle": "() => void"
1700
+ }
1701
+ },
1702
+ "RevealFx": {
1703
+ "group": "components",
1704
+ "extends": [
1705
+ "Flex"
1706
+ ],
1707
+ "mixins": [
1708
+ "CommonProps",
1709
+ "DisplayProps",
1710
+ "FlexProps",
1711
+ "SizeProps",
1712
+ "SpacingProps",
1713
+ "StyleProps"
1714
+ ],
1715
+ "props": {
1716
+ "children": "!React.ReactNode",
1717
+ "speed": "\"slow\" | \"medium\" | \"fast\" | number = medium",
1718
+ "delay": "number = 0",
1719
+ "revealedByDefault": "boolean = false",
1720
+ "translateY": "number | SpacingToken",
1721
+ "trigger": "boolean",
1722
+ "style": "React.CSSProperties",
1723
+ "className": "string"
1724
+ }
1725
+ },
1726
+ "Row": {
1727
+ "group": "components",
1728
+ "extends": [
1729
+ "Flex"
1730
+ ],
1731
+ "mixins": [
1732
+ "CommonProps",
1733
+ "DisplayProps",
1734
+ "FlexProps",
1735
+ "SizeProps",
1736
+ "SpacingProps",
1737
+ "StyleProps"
1738
+ ],
1739
+ "props": {
1740
+ "children": "React.ReactNode"
1741
+ },
1742
+ "preset": {
1743
+ "direction": "row"
1744
+ },
1745
+ "preferOver": "Flex with direction=\"row\""
1746
+ },
1747
+ "Scroller": {
1748
+ "group": "components",
1749
+ "extends": [
1750
+ "Flex"
1751
+ ],
1752
+ "mixins": [
1753
+ "CommonProps",
1754
+ "DisplayProps",
1755
+ "FlexProps",
1756
+ "SizeProps",
1757
+ "SpacingProps",
1758
+ "StyleProps"
1759
+ ],
1760
+ "props": {
1761
+ "children": "React.ReactNode",
1762
+ "direction": "\"row\" | \"column\" = row",
1763
+ "fadeColor": "BaseColor = transparent",
1764
+ "onItemClick": "(index: number) => void",
1765
+ "radius": "RadiusSize"
1766
+ }
1767
+ },
1768
+ "ScrollContainer": {
1769
+ "group": "components",
1770
+ "extends": [
1771
+ "Flex",
1772
+ "Row"
1773
+ ],
1774
+ "mixins": [
1775
+ "CommonProps",
1776
+ "DisplayProps",
1777
+ "FlexProps",
1778
+ "SizeProps",
1779
+ "SpacingProps",
1780
+ "StyleProps"
1781
+ ],
1782
+ "props": {
1783
+ "items": "!React.ReactNode[]",
1784
+ "controlPlacement": "\"top-start\" | \"top-center\" | \"top-end\" | \"top-between\" | \"bottom-start\" | \"bottom-center\" | \"bottom-end\" | \"bottom-between\" = top-start"
1785
+ }
1786
+ },
1787
+ "ScrollToTop": {
1788
+ "group": "components",
1789
+ "extends": [
1790
+ "Flex"
1791
+ ],
1792
+ "mixins": [
1793
+ "CommonProps",
1794
+ "DisplayProps",
1795
+ "FlexProps",
1796
+ "SizeProps",
1797
+ "SpacingProps",
1798
+ "StyleProps"
1799
+ ],
1800
+ "props": {
1801
+ "offset": "number = 300"
1802
+ }
1803
+ },
1804
+ "SegmentedControl": {
1805
+ "group": "components",
1806
+ "extends": [
1807
+ "Flex",
1808
+ "Scroller"
1809
+ ],
1810
+ "mixins": [
1811
+ "CommonProps",
1812
+ "DisplayProps",
1813
+ "FlexProps",
1814
+ "SizeProps",
1815
+ "SpacingProps",
1816
+ "StyleProps"
1817
+ ],
1818
+ "props": {
1819
+ "buttons": "!ButtonOption[]",
1820
+ "onToggle": "!(value: string, event?: React.MouseEvent<HTMLButtonElement>) => void",
1821
+ "defaultSelected": "string",
1822
+ "fillWidth": "boolean = true",
1823
+ "selected": "string",
1824
+ "compact": "boolean = false",
1825
+ "className": "string",
1826
+ "style": "React.CSSProperties"
1827
+ }
1828
+ },
1829
+ "Select": {
1830
+ "group": "components",
1831
+ "extends": [
1832
+ "Input",
1833
+ "DropdownWrapper"
1834
+ ],
1835
+ "props": {
1836
+ "options": "!SelectOptionType[]",
1837
+ "value": "string | string[] = ",
1838
+ "emptyState": "ReactNode = No results",
1839
+ "onSelect": "(value: any) => void",
1840
+ "placement": "Placement",
1841
+ "searchable": "boolean = false",
1842
+ "className": "string",
1843
+ "style": "React.CSSProperties",
1844
+ "fillWidth": "boolean = true",
1845
+ "multiple": "boolean = false"
1846
+ }
1847
+ },
1848
+ "ShineFx": {
1849
+ "group": "components",
1850
+ "mixins": [
1851
+ "CommonProps",
1852
+ "DisplayProps",
1853
+ "SpacingProps",
1854
+ "TextProps"
1855
+ ],
1856
+ "props": {
1857
+ "speed": "number = 1",
1858
+ "disabled": "boolean = false",
1859
+ "inverse": "boolean = false",
1860
+ "baseOpacity": "number = 0.3",
1861
+ "reducedMotion": "boolean | \"auto\" = auto",
1862
+ "children": "React.ReactNode"
1863
+ }
1864
+ },
1865
+ "Skeleton": {
1866
+ "group": "components",
1867
+ "extends": [
1868
+ "Flex"
1869
+ ],
1870
+ "mixins": [
1871
+ "CommonProps",
1872
+ "DisplayProps",
1873
+ "FlexProps",
1874
+ "SizeProps",
1875
+ "SpacingProps",
1876
+ "StyleProps"
1877
+ ],
1878
+ "props": {
1879
+ "shape": "!\"line\" | \"circle\" | \"block\" = line",
1880
+ "width": "\"xl\" | \"l\" | \"m\" | \"s\" | \"xs\" = m",
1881
+ "height": "\"xl\" | \"l\" | \"m\" | \"s\" | \"xs\" = m",
1882
+ "delay": "\"1\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\"",
1883
+ "style": "React.CSSProperties",
1884
+ "className": "string"
1885
+ }
1886
+ },
1887
+ "Slider": {
1888
+ "group": "components",
1889
+ "props": {
1890
+ "value": "!number",
1891
+ "onChange": "!(value: number) => void",
1892
+ "min": "number = 0",
1893
+ "max": "number = 100",
1894
+ "step": "number = 1",
1895
+ "label": "string",
1896
+ "showValue": "boolean = false",
1897
+ "disabled": "boolean = false",
1898
+ "className": "string",
1899
+ "style": "React.CSSProperties"
1900
+ }
1901
+ },
1902
+ "SmartLink": {
1903
+ "group": "components",
1904
+ "props": {
1905
+ "prefixIcon": "IconName",
1906
+ "suffixIcon": "IconName",
1907
+ "fillWidth": "boolean = false",
1908
+ "iconSize": "TShirtSizes = xs",
1909
+ "selected": "boolean",
1910
+ "unstyled": "boolean = false",
1911
+ "children": "!ReactNode",
1912
+ "href": "string",
1913
+ "style": "React.CSSProperties",
1914
+ "className": "string"
1915
+ }
1916
+ },
1917
+ "Spinner": {
1918
+ "group": "components",
1919
+ "extends": [
1920
+ "Flex"
1921
+ ],
1922
+ "mixins": [
1923
+ "CommonProps",
1924
+ "DisplayProps",
1925
+ "FlexProps",
1926
+ "SizeProps",
1927
+ "SpacingProps",
1928
+ "StyleProps"
1929
+ ],
1930
+ "props": {
1931
+ "size": "TShirtSizes = m",
1932
+ "ariaLabel": "string = Loading",
1933
+ "className": "string",
1934
+ "style": "React.CSSProperties"
1935
+ }
1936
+ },
1937
+ "SplitView": {
1938
+ "group": "components",
1939
+ "extends": [
1940
+ "Flex",
1941
+ "Row"
1942
+ ],
1943
+ "mixins": [
1944
+ "CommonProps",
1945
+ "DisplayProps",
1946
+ "FlexProps",
1947
+ "SizeProps",
1948
+ "SpacingProps",
1949
+ "StyleProps"
1950
+ ],
1951
+ "props": {
1952
+ "leftPanel": "!ReactNode",
1953
+ "rightPanel": "!ReactNode",
1954
+ "defaultSplit": "number = 0.3",
1955
+ "minSplit": "number = 0.2",
1956
+ "maxSplit": "number = 0.8"
1957
+ }
1958
+ },
1959
+ "StatusIndicator": {
1960
+ "group": "components",
1961
+ "extends": [
1962
+ "Flex"
1963
+ ],
1964
+ "mixins": [
1965
+ "CommonProps",
1966
+ "DisplayProps",
1967
+ "FlexProps",
1968
+ "SizeProps",
1969
+ "SpacingProps",
1970
+ "StyleProps"
1971
+ ],
1972
+ "props": {
1973
+ "size": "CondensedTShirtSizes = m",
1974
+ "color": "!\"blue\" | \"indigo\" | \"violet\" | \"magenta\" | \"pink\" | \"red\" | \"orange\" | \"yellow\" | \"moss\" | \"green\" | \"emerald\" | \"aqua\" | \"cyan\" | \"gray\" = blue",
1975
+ "ariaLabel": "string = `${color} status indicator`",
1976
+ "className": "string",
1977
+ "style": "React.CSSProperties"
1978
+ }
1979
+ },
1980
+ "StylePanel": {
1981
+ "group": "components",
1982
+ "extends": [
1983
+ "Flex"
1984
+ ],
1985
+ "mixins": [
1986
+ "CommonProps",
1987
+ "DisplayProps",
1988
+ "FlexProps",
1989
+ "SizeProps",
1990
+ "SpacingProps",
1991
+ "StyleProps"
1992
+ ],
1993
+ "props": {
1994
+ "style": "React.CSSProperties",
1995
+ "className": "string"
1996
+ }
1997
+ },
1998
+ "StyleOverlay": {
1999
+ "group": "components",
2000
+ "extends": [
2001
+ "Flex"
2002
+ ],
2003
+ "mixins": [
2004
+ "CommonProps",
2005
+ "DisplayProps",
2006
+ "FlexProps",
2007
+ "SizeProps",
2008
+ "SpacingProps",
2009
+ "StyleProps"
2010
+ ],
2011
+ "props": {
2012
+ "iconButtonProps": "Partial<React.ComponentProps<typeof IconButton>>",
2013
+ "children": "!React.ReactNode",
2014
+ "zIndex": "DisplayProps[\"zIndex\"] = 2"
2015
+ }
2016
+ },
2017
+ "Switch": {
2018
+ "group": "components",
2019
+ "extends": [
2020
+ "InteractiveDetails"
2021
+ ],
2022
+ "props": {
2023
+ "style": "React.CSSProperties",
2024
+ "className": "string",
2025
+ "isChecked": "!boolean",
2026
+ "loading": "boolean = false",
2027
+ "name": "string",
2028
+ "value": "string",
2029
+ "disabled": "boolean",
2030
+ "reverse": "boolean = false",
2031
+ "ariaLabel": "string = Toggle switch",
2032
+ "onToggle": "!() => void"
2033
+ }
2034
+ },
2035
+ "Table": {
2036
+ "group": "components",
2037
+ "extends": [
2038
+ "Flex"
2039
+ ],
2040
+ "mixins": [
2041
+ "CommonProps",
2042
+ "DisplayProps",
2043
+ "FlexProps",
2044
+ "SizeProps",
2045
+ "SpacingProps",
2046
+ "StyleProps"
2047
+ ],
2048
+ "props": {
2049
+ "data": "!{ headers: { content: ReactNode; key: string; sortable?: boolean; }[]; rows: ReactNode[][]; }",
2050
+ "onRowClick": "(rowIndex: number) => void"
2051
+ }
2052
+ },
2053
+ "Tag": {
2054
+ "group": "components",
2055
+ "extends": [
2056
+ "Flex"
2057
+ ],
2058
+ "mixins": [
2059
+ "CommonProps",
2060
+ "DisplayProps",
2061
+ "FlexProps",
2062
+ "SizeProps",
2063
+ "SpacingProps",
2064
+ "StyleProps"
2065
+ ],
2066
+ "props": {
2067
+ "variant": "ColorScheme | \"gradient\" = neutral",
2068
+ "size": "CondensedTShirtSizes = m",
2069
+ "label": "string = ",
2070
+ "prefixIcon": "IconName",
2071
+ "suffixIcon": "IconName",
2072
+ "children": "ReactNode"
2073
+ }
2074
+ },
2075
+ "TagInput": {
2076
+ "group": "components",
2077
+ "extends": [
2078
+ "Input"
2079
+ ],
2080
+ "props": {
2081
+ "value": "!string[]",
2082
+ "onChange": "!(value: string[]) => void"
2083
+ }
2084
+ },
2085
+ "Text": {
2086
+ "group": "components",
2087
+ "mixins": [
2088
+ "CommonProps",
2089
+ "DisplayProps",
2090
+ "SpacingProps",
2091
+ "TextProps"
2092
+ ]
2093
+ },
2094
+ "Textarea": {
2095
+ "group": "components",
2096
+ "props": {
2097
+ "id": "!string",
2098
+ "label": "string",
2099
+ "placeholder": "string",
2100
+ "lines": "number | \"auto\" = 3",
2101
+ "height": "TShirtSizes = m",
2102
+ "error": "boolean = false",
2103
+ "errorMessage": "ReactNode",
2104
+ "description": "ReactNode",
2105
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
2106
+ "className": "string",
2107
+ "hasPrefix": "ReactNode",
2108
+ "hasSuffix": "ReactNode",
2109
+ "variant": "\"default\" | \"ghost\" = default",
2110
+ "characterCount": "boolean",
2111
+ "resize": "\"horizontal\" | \"vertical\" | \"both\" | \"none\" = vertical",
2112
+ "validate": "(value: ReactNode) => ReactNode | null",
2113
+ "disabled": "boolean = false"
2114
+ }
2115
+ },
2116
+ "TiltFx": {
2117
+ "group": "components",
2118
+ "extends": [
2119
+ "Flex"
2120
+ ],
2121
+ "mixins": [
2122
+ "CommonProps",
2123
+ "DisplayProps",
2124
+ "FlexProps",
2125
+ "SizeProps",
2126
+ "SpacingProps",
2127
+ "StyleProps"
2128
+ ],
2129
+ "props": {
2130
+ "children": "!React.ReactNode",
2131
+ "intensity": "number = 1",
2132
+ "reducedMotion": "boolean | \"auto\" = auto"
2133
+ }
2134
+ },
2135
+ "Timeline": {
2136
+ "group": "components",
2137
+ "extends": [
2138
+ "Flex"
2139
+ ],
2140
+ "mixins": [
2141
+ "CommonProps",
2142
+ "DisplayProps",
2143
+ "FlexProps",
2144
+ "SizeProps",
2145
+ "SpacingProps",
2146
+ "StyleProps"
2147
+ ],
2148
+ "props": {
2149
+ "items": "!TimelineItem[]",
2150
+ "alignment": "\"left\" | \"right\" = left",
2151
+ "size": "TShirtSizes = m"
2152
+ }
2153
+ },
2154
+ "Toast": {
2155
+ "group": "components",
2156
+ "props": {
2157
+ "className": "string",
2158
+ "variant": "!\"success\" | \"danger\" | \"warning\" | \"info\"",
2159
+ "icon": "boolean = true",
2160
+ "onClose": "() => void",
2161
+ "action": "React.ReactNode",
2162
+ "children": "!React.ReactNode"
2163
+ }
2164
+ },
2165
+ "Toaster": {
2166
+ "group": "components",
2167
+ "props": {
2168
+ "toasts": "!{ id: string; variant: \"success\" | \"danger\" | \"warning\" | \"info\"; message: React.ReactNode; action?: React.ReactNode; }[]",
2169
+ "removeToast": "!(id: string) => void",
2170
+ "xl": "ToastPosition",
2171
+ "l": "ToastPosition",
2172
+ "m": "ToastPosition",
2173
+ "s": "ToastPosition",
2174
+ "xs": "ToastPosition"
2175
+ }
2176
+ },
2177
+ "ToggleButton": {
2178
+ "group": "components",
2179
+ "props": {
2180
+ "label": "ReactNode",
2181
+ "selected": "boolean = false",
2182
+ "variant": "\"ghost\" | \"outline\" | \"subtle\" = ghost",
2183
+ "size": "TShirtSizes = m",
2184
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
2185
+ "rounded": "boolean = false",
2186
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" = center",
2187
+ "fillWidth": "boolean = false",
2188
+ "weight": "\"default\" | \"strong\" = default",
2189
+ "truncate": "boolean = false",
2190
+ "disabled": "boolean = false",
2191
+ "prefixIcon": "IconName",
2192
+ "suffixIcon": "IconName",
2193
+ "className": "string",
2194
+ "style": "React.CSSProperties",
2195
+ "children": "ReactNode",
2196
+ "href": "string"
2197
+ }
2198
+ },
2199
+ "Tooltip": {
2200
+ "group": "components",
2201
+ "extends": [
2202
+ "Flex",
2203
+ "Row"
2204
+ ],
2205
+ "mixins": [
2206
+ "CommonProps",
2207
+ "DisplayProps",
2208
+ "FlexProps",
2209
+ "SizeProps",
2210
+ "SpacingProps",
2211
+ "StyleProps"
2212
+ ],
2213
+ "props": {
2214
+ "label": "!ReactNode",
2215
+ "prefixIcon": "IconName",
2216
+ "suffixIcon": "IconName",
2217
+ "className": "string",
2218
+ "style": "React.CSSProperties"
2219
+ }
2220
+ },
2221
+ "TypeFx": {
2222
+ "group": "components",
2223
+ "props": {
2224
+ "words": "!string | string[]",
2225
+ "speed": "number = 100",
2226
+ "delay": "number = 0",
2227
+ "hold": "number = 2000",
2228
+ "trigger": "\"instant\" | \"custom\" = instant",
2229
+ "onTrigger": "(triggerFn: () => void) => void",
2230
+ "loop": "boolean = true",
2231
+ "children": "React.ReactNode"
2232
+ }
2233
+ },
2234
+ "ThemeSwitcher": {
2235
+ "group": "components",
2236
+ "extends": [
2237
+ "Flex",
2238
+ "Row"
2239
+ ],
2240
+ "mixins": [
2241
+ "CommonProps",
2242
+ "DisplayProps",
2243
+ "FlexProps",
2244
+ "SizeProps",
2245
+ "SpacingProps",
2246
+ "StyleProps"
2247
+ ]
2248
+ },
2249
+ "User": {
2250
+ "group": "components",
2251
+ "props": {
2252
+ "name": "string",
2253
+ "children": "React.ReactNode",
2254
+ "subline": "React.ReactNode",
2255
+ "tag": "string",
2256
+ "tagProps": "TagProps = {}",
2257
+ "loading": "boolean = false",
2258
+ "avatarProps": "AvatarProps = {}",
2259
+ "className": "string"
2260
+ }
2261
+ },
2262
+ "UserMenu": {
2263
+ "group": "components",
2264
+ "extends": [
2265
+ "User",
2266
+ "DropdownWrapper"
2267
+ ],
2268
+ "props": {
2269
+ "selected": "boolean = false",
2270
+ "placement": "Placement",
2271
+ "dropdown": "React.ReactNode",
2272
+ "className": "string",
2273
+ "style": "React.CSSProperties"
2274
+ }
2275
+ },
2276
+ "CelebrationFx": {
2277
+ "group": "components",
2278
+ "extends": [
2279
+ "Flex"
2280
+ ],
2281
+ "mixins": [
2282
+ "CommonProps",
2283
+ "DisplayProps",
2284
+ "FlexProps",
2285
+ "SizeProps",
2286
+ "SpacingProps",
2287
+ "StyleProps"
2288
+ ],
2289
+ "props": {
2290
+ "type": "CelebrationType = confetti",
2291
+ "speed": "number = 1",
2292
+ "colors": "string[] = [\"brand-solid-medium\", \"accent-solid-medium\"]",
2293
+ "intensity": "number = 50",
2294
+ "duration": "number",
2295
+ "trigger": "\"mount\" | \"hover\" | \"manual\" | \"click\" = mount",
2296
+ "active": "boolean = true",
2297
+ "reducedMotion": "boolean | \"auto\" = auto",
2298
+ "children": "React.ReactNode"
2299
+ }
2300
+ },
2301
+ "FadingLettersFx": {
2302
+ "group": "components",
2303
+ "mixins": [
2304
+ "CommonProps",
2305
+ "DisplayProps",
2306
+ "SpacingProps",
2307
+ "TextProps"
2308
+ ],
2309
+ "props": {
2310
+ "text": "!string",
2311
+ "animationState": "!AnimationState",
2312
+ "messageIdx": "number = 0"
2313
+ }
2314
+ },
2315
+ "Kbar": {
2316
+ "group": "modules",
2317
+ "props": {
2318
+ "items": "!KbarItem[]",
2319
+ "children": "!React.ReactNode",
2320
+ "inputSize": "TShirtSizes"
2321
+ }
2322
+ },
2323
+ "MobileMegaMenu": {
2324
+ "group": "modules",
2325
+ "extends": [
2326
+ "Flex"
2327
+ ],
2328
+ "mixins": [
2329
+ "CommonProps",
2330
+ "DisplayProps",
2331
+ "FlexProps",
2332
+ "SizeProps",
2333
+ "SpacingProps",
2334
+ "StyleProps"
2335
+ ],
2336
+ "props": {
2337
+ "menuGroups": "!MenuGroup[]",
2338
+ "onClose": "() => void"
2339
+ }
2340
+ },
2341
+ "MegaMenu": {
2342
+ "group": "modules",
2343
+ "extends": [
2344
+ "Flex"
2345
+ ],
2346
+ "mixins": [
2347
+ "CommonProps",
2348
+ "DisplayProps",
2349
+ "FlexProps",
2350
+ "SizeProps",
2351
+ "SpacingProps",
2352
+ "StyleProps"
2353
+ ],
2354
+ "props": {
2355
+ "menuGroups": "!MenuGroup[]",
2356
+ "className": "string"
2357
+ }
2358
+ },
2359
+ "HeadingLink": {
2360
+ "group": "modules",
2361
+ "extends": [
2362
+ "Flex"
2363
+ ],
2364
+ "mixins": [
2365
+ "CommonProps",
2366
+ "DisplayProps",
2367
+ "FlexProps",
2368
+ "SizeProps",
2369
+ "SpacingProps",
2370
+ "StyleProps"
2371
+ ],
2372
+ "props": {
2373
+ "id": "!string",
2374
+ "as": "!\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
2375
+ "children": "!React.ReactNode",
2376
+ "style": "React.CSSProperties"
2377
+ }
2378
+ },
2379
+ "HeadingNav": {
2380
+ "group": "modules",
2381
+ "extends": [
2382
+ "Flex"
2383
+ ],
2384
+ "mixins": [
2385
+ "CommonProps",
2386
+ "DisplayProps",
2387
+ "FlexProps",
2388
+ "SizeProps",
2389
+ "SpacingProps",
2390
+ "StyleProps"
2391
+ ],
2392
+ "props": {
2393
+ "header": "boolean = true"
2394
+ }
2395
+ },
2396
+ "ChartHeader": {
2397
+ "group": "modules",
2398
+ "extends": [
2399
+ "Flex",
2400
+ "Column"
2401
+ ],
2402
+ "mixins": [
2403
+ "CommonProps",
2404
+ "DisplayProps",
2405
+ "FlexProps",
2406
+ "SizeProps",
2407
+ "SpacingProps",
2408
+ "StyleProps"
2409
+ ],
2410
+ "props": {
2411
+ "title": "React.ReactNode",
2412
+ "description": "React.ReactNode",
2413
+ "dateRange": "DateRange",
2414
+ "date": "DateConfig",
2415
+ "onDateRangeChange": "(range: DateRange) => void",
2416
+ "presets": "PresetsConfig = { display: true, granularity: \"week\" }"
2417
+ }
2418
+ },
2419
+ "ChartStatus": {
2420
+ "group": "modules",
2421
+ "props": {
2422
+ "loading": "boolean = false",
2423
+ "empty": "boolean = false",
2424
+ "error": "boolean = false",
2425
+ "emptyState": "React.ReactNode = No data available for the selected period",
2426
+ "errorState": "React.ReactNode = An error occurred while fetching data"
2427
+ }
2428
+ },
2429
+ "LinearGradient": {
2430
+ "group": "modules",
2431
+ "props": {
2432
+ "id": "!string",
2433
+ "color": "!string",
2434
+ "x1": "string = 0",
2435
+ "y1": "string = 0",
2436
+ "x2": "string = 0",
2437
+ "y2": "string = 1",
2438
+ "stops": "GradientStop[]",
2439
+ "variant": "ChartVariant = useDataTheme().variant"
2440
+ }
2441
+ },
2442
+ "RadialGradient": {
2443
+ "group": "modules",
2444
+ "props": {
2445
+ "id": "!string",
2446
+ "color": "!string",
2447
+ "cx": "string = 50%",
2448
+ "cy": "string = 50%",
2449
+ "r": "string = 50%",
2450
+ "fx": "string = 50%",
2451
+ "fy": "string = 50%",
2452
+ "stops": "GradientStop[]",
2453
+ "variant": "ChartVariant = useDataTheme().variant"
2454
+ }
2455
+ },
2456
+ "BarChart": {
2457
+ "group": "modules",
2458
+ "extends": [
2459
+ "BarChart.impl",
2460
+ "interfaces",
2461
+ "Flex"
2462
+ ],
2463
+ "mixins": [
2464
+ "CommonProps",
2465
+ "DisplayProps",
2466
+ "FlexProps",
2467
+ "SizeProps",
2468
+ "SpacingProps",
2469
+ "StyleProps"
2470
+ ]
2471
+ },
2472
+ "LineChart": {
2473
+ "group": "modules",
2474
+ "extends": [
2475
+ "LineChart.impl",
2476
+ "interfaces",
2477
+ "Flex"
2478
+ ],
2479
+ "mixins": [
2480
+ "CommonProps",
2481
+ "DisplayProps",
2482
+ "FlexProps",
2483
+ "SizeProps",
2484
+ "SpacingProps",
2485
+ "StyleProps"
2486
+ ]
2487
+ },
2488
+ "PieChart": {
2489
+ "group": "modules",
2490
+ "extends": [
2491
+ "PieChart.impl",
2492
+ "interfaces",
2493
+ "Flex"
2494
+ ],
2495
+ "mixins": [
2496
+ "CommonProps",
2497
+ "DisplayProps",
2498
+ "FlexProps",
2499
+ "SizeProps",
2500
+ "SpacingProps",
2501
+ "StyleProps"
2502
+ ]
2503
+ },
2504
+ "LineBarChart": {
2505
+ "group": "modules",
2506
+ "extends": [
2507
+ "LineBarChart.impl",
2508
+ "interfaces",
2509
+ "Flex"
2510
+ ],
2511
+ "mixins": [
2512
+ "CommonProps",
2513
+ "DisplayProps",
2514
+ "FlexProps",
2515
+ "SizeProps",
2516
+ "SpacingProps",
2517
+ "StyleProps"
2518
+ ]
2519
+ },
2520
+ "DataTooltip": {
2521
+ "group": "modules",
2522
+ "props": {
2523
+ "active": "boolean",
2524
+ "payload": "readonly Record<string, any>[]",
2525
+ "label": "string | number",
2526
+ "dataKey": "string = name",
2527
+ "DataTooltip": "React.ReactNode",
2528
+ "date": "DateConfig = { format: \"MMM d\" }",
2529
+ "colors": "boolean = true",
2530
+ "variant": "ChartVariant = gradient"
2531
+ }
2532
+ },
2533
+ "Legend": {
2534
+ "group": "modules",
2535
+ "props": {
2536
+ "payload": "readonly Record<string, any>[]",
2537
+ "labels": "\"x\" | \"y\" | \"both\" | \"none\" = both",
2538
+ "colors": "string[]",
2539
+ "reverseY": "boolean",
2540
+ "direction": "\"row\" | \"column\"",
2541
+ "position": "\"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"bottom-center\" = top-left",
2542
+ "variant": "ChartVariant = useDataTheme().variant"
2543
+ }
2544
+ },
2545
+ "RadialGauge": {
2546
+ "group": "modules",
2547
+ "extends": [
2548
+ "Flex"
2549
+ ],
2550
+ "mixins": [
2551
+ "CommonProps",
2552
+ "DisplayProps",
2553
+ "FlexProps",
2554
+ "SizeProps",
2555
+ "SpacingProps",
2556
+ "StyleProps"
2557
+ ],
2558
+ "props": {
2559
+ "width": "number = 300",
2560
+ "height": "number = 300",
2561
+ "line": "{ count?: number; width?: number; length?: number; }",
2562
+ "unit": "React.ReactNode",
2563
+ "value": "number = 7",
2564
+ "angle": "{ start: number; sweep: number; } = {\r\n start: 0,\r\n sweep: 360,\r\n }",
2565
+ "direction": "'cw' | 'ccw' = cw",
2566
+ "edgePad": "number = 0",
2567
+ "children": "React.ReactNode",
2568
+ "hue": "\"success\" | \"neutral\" | \"danger\" | [number, number]",
2569
+ "color": "string = contrast"
2570
+ }
2571
+ },
2572
+ "LinearGauge": {
2573
+ "group": "modules",
2574
+ "extends": [
2575
+ "Flex"
2576
+ ],
2577
+ "mixins": [
2578
+ "CommonProps",
2579
+ "DisplayProps",
2580
+ "FlexProps",
2581
+ "SizeProps",
2582
+ "SpacingProps",
2583
+ "StyleProps"
2584
+ ],
2585
+ "props": {
2586
+ "width": "number = 400",
2587
+ "height": "number = 80",
2588
+ "line": "{ count?: number; width?: number; length?: number; }",
2589
+ "value": "number = 50",
2590
+ "labels": "\"none\" | \"percentage\" | string[] = none",
2591
+ "hue": "\"success\" | \"neutral\" | \"danger\" | [number, number]",
2592
+ "color": "string = contrast"
2593
+ }
2594
+ },
2595
+ "CodeBlock": {
2596
+ "group": "modules",
2597
+ "extends": [
2598
+ "CodeBlock.impl",
2599
+ "Flex"
2600
+ ],
2601
+ "mixins": [
2602
+ "CommonProps",
2603
+ "DisplayProps",
2604
+ "FlexProps",
2605
+ "SizeProps",
2606
+ "SpacingProps",
2607
+ "StyleProps"
2608
+ ]
2609
+ },
2610
+ "MediaUpload": {
2611
+ "group": "modules",
2612
+ "extends": [
2613
+ "MediaUpload.impl",
2614
+ "Flex"
2615
+ ],
2616
+ "mixins": [
2617
+ "CommonProps",
2618
+ "DisplayProps",
2619
+ "FlexProps",
2620
+ "SizeProps",
2621
+ "SpacingProps",
2622
+ "StyleProps"
2623
+ ]
2624
+ },
2625
+ "Schema": {
2626
+ "group": "modules",
2627
+ "props": {
2628
+ "as": "!\"website\" | \"article\" | \"blogPosting\" | \"techArticle\" | \"webPage\" | \"organization\"",
2629
+ "title": "!string",
2630
+ "description": "!string",
2631
+ "baseURL": "!string",
2632
+ "path": "!string",
2633
+ "datePublished": "string",
2634
+ "dateModified": "string",
2635
+ "image": "string",
2636
+ "sameAs": "string[] = []",
2637
+ "author": "{ name: string; url?: string; image?: string; }"
2638
+ }
2639
+ }
2640
+ },
2641
+ "shorthands": {
2642
+ "fill": {
2643
+ "replaces": "fillWidth fillHeight",
2644
+ "on": [
2645
+ "Row",
2646
+ "Column",
2647
+ "Flex",
2648
+ "Grid"
2649
+ ]
2650
+ },
2651
+ "fit": {
2652
+ "replaces": "fitWidth fitHeight",
2653
+ "on": [
2654
+ "Row",
2655
+ "Column",
2656
+ "Flex",
2657
+ "Grid"
2658
+ ]
2659
+ },
2660
+ "center": {
2661
+ "replaces": "horizontal=\"center\" vertical=\"center\"",
2662
+ "on": [
2663
+ "Row",
2664
+ "Column",
2665
+ "Flex"
2666
+ ]
2667
+ },
2668
+ "layout": {
2669
+ "Column": {
2670
+ "preferOver": "Flex direction=\"column\""
2671
+ },
2672
+ "Row": {
2673
+ "preferOver": "Flex direction=\"row\""
2674
+ },
2675
+ "Flex": {
2676
+ "useWhen": "direction changes at breakpoints only"
2677
+ }
2678
+ }
2679
+ }
2680
+ }