@once-ui-system/core 1.7.11 → 1.7.13

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 (392) hide show
  1. package/AGENTS.md +53 -0
  2. package/README.md +27 -0
  3. package/agent/once-ui-codegen.mdc +27 -0
  4. package/ai/catalog.json +1650 -0
  5. package/ai/catalog.seed.json +411 -0
  6. package/ai/components/Accordion.json +136 -0
  7. package/ai/components/AccordionGroup.json +128 -0
  8. package/ai/components/Animation.json +146 -0
  9. package/ai/components/Arrow.json +128 -0
  10. package/ai/components/AutoScroll.json +130 -0
  11. package/ai/components/Avatar.json +133 -0
  12. package/ai/components/AvatarGroup.json +129 -0
  13. package/ai/components/Background.json +131 -0
  14. package/ai/components/Badge.json +132 -0
  15. package/ai/components/Banner.json +122 -0
  16. package/ai/components/BarChart.json +123 -0
  17. package/ai/components/BlobFx.json +125 -0
  18. package/ai/components/BlockQuote.json +132 -0
  19. package/ai/components/Button.json +26 -0
  20. package/ai/components/Card.json +129 -0
  21. package/ai/components/Carousel.json +134 -0
  22. package/ai/components/CelebrationFx.json +132 -0
  23. package/ai/components/ChartHeader.json +130 -0
  24. package/ai/components/ChartStatus.json +12 -0
  25. package/ai/components/Checkbox.json +13 -0
  26. package/ai/components/Chip.json +132 -0
  27. package/ai/components/CodeBlock.json +122 -0
  28. package/ai/components/ColorInput.json +13 -0
  29. package/ai/components/Column.json +128 -0
  30. package/ai/components/CompareImage.json +126 -0
  31. package/ai/components/ContextMenu.json +22 -0
  32. package/ai/components/CountFx.json +82 -0
  33. package/ai/components/CountdownFx.json +11 -0
  34. package/ai/components/Cursor.json +9 -0
  35. package/ai/components/CursorCard.json +128 -0
  36. package/ai/components/DataTooltip.json +15 -0
  37. package/ai/components/DateInput.json +21 -0
  38. package/ai/components/DatePicker.json +143 -0
  39. package/ai/components/DateRangeInput.json +18 -0
  40. package/ai/components/DateRangePicker.json +129 -0
  41. package/ai/components/Dialog.json +134 -0
  42. package/ai/components/DialogProvider.json +8 -0
  43. package/ai/components/Dropdown.json +128 -0
  44. package/ai/components/DropdownWrapper.json +28 -0
  45. package/ai/components/EmojiPicker.json +129 -0
  46. package/ai/components/EmojiPickerDropdown.json +13 -0
  47. package/ai/components/Fade.json +130 -0
  48. package/ai/components/FadingLettersFx.json +77 -0
  49. package/ai/components/Feedback.json +132 -0
  50. package/ai/components/Flex.json +125 -0
  51. package/ai/components/FlipFx.json +133 -0
  52. package/ai/components/GlitchFx.json +128 -0
  53. package/ai/components/Grid.json +121 -0
  54. package/ai/components/Heading.json +75 -0
  55. package/ai/components/HeadingLink.json +127 -0
  56. package/ai/components/HeadingNav.json +124 -0
  57. package/ai/components/HoloFx.json +128 -0
  58. package/ai/components/Hover.json +130 -0
  59. package/ai/components/HoverCard.json +122 -0
  60. package/ai/components/Icon.json +132 -0
  61. package/ai/components/IconButton.json +22 -0
  62. package/ai/components/InfiniteScroll.json +130 -0
  63. package/ai/components/InlineCode.json +126 -0
  64. package/ai/components/Input.json +24 -0
  65. package/ai/components/InteractiveDetails.json +14 -0
  66. package/ai/components/Kbar.json +10 -0
  67. package/ai/components/Kbd.json +127 -0
  68. package/ai/components/Legend.json +14 -0
  69. package/ai/components/LetterFx.json +14 -0
  70. package/ai/components/Line.json +125 -0
  71. package/ai/components/LineBarChart.json +123 -0
  72. package/ai/components/LineChart.json +123 -0
  73. package/ai/components/LinearGauge.json +130 -0
  74. package/ai/components/LinearGradient.json +15 -0
  75. package/ai/components/List.json +127 -0
  76. package/ai/components/ListItem.json +77 -0
  77. package/ai/components/Logo.json +16 -0
  78. package/ai/components/LogoCloud.json +124 -0
  79. package/ai/components/Mask.json +131 -0
  80. package/ai/components/MasonryGrid.json +132 -0
  81. package/ai/components/MatrixFx.json +135 -0
  82. package/ai/components/Media.json +142 -0
  83. package/ai/components/MediaUpload.json +122 -0
  84. package/ai/components/MegaMenu.json +125 -0
  85. package/ai/components/MobileMegaMenu.json +125 -0
  86. package/ai/components/Modal.json +12 -0
  87. package/ai/components/NavIcon.json +127 -0
  88. package/ai/components/NumberInput.json +16 -0
  89. package/ai/components/OTPInput.json +13 -0
  90. package/ai/components/OgCard.json +135 -0
  91. package/ai/components/Option.json +137 -0
  92. package/ai/components/Particle.json +135 -0
  93. package/ai/components/PasswordInput.json +8 -0
  94. package/ai/components/PieChart.json +123 -0
  95. package/ai/components/ProgressBar.json +131 -0
  96. package/ai/components/Pulse.json +129 -0
  97. package/ai/components/RadialGauge.json +134 -0
  98. package/ai/components/RadialGradient.json +16 -0
  99. package/ai/components/RadioButton.json +17 -0
  100. package/ai/components/RevealFx.json +131 -0
  101. package/ai/components/Row.json +128 -0
  102. package/ai/components/Schema.json +17 -0
  103. package/ai/components/ScrollContainer.json +126 -0
  104. package/ai/components/ScrollToTop.json +124 -0
  105. package/ai/components/Scroller.json +128 -0
  106. package/ai/components/SegmentedControl.json +132 -0
  107. package/ai/components/Select.json +21 -0
  108. package/ai/components/ShineFx.json +80 -0
  109. package/ai/components/Skeleton.json +129 -0
  110. package/ai/components/Slider.json +17 -0
  111. package/ai/components/SmartLink.json +17 -0
  112. package/ai/components/Spinner.json +127 -0
  113. package/ai/components/SplitView.json +129 -0
  114. package/ai/components/StatusIndicator.json +128 -0
  115. package/ai/components/StyleOverlay.json +126 -0
  116. package/ai/components/StylePanel.json +125 -0
  117. package/ai/components/Swiper.json +130 -0
  118. package/ai/components/Switch.json +20 -0
  119. package/ai/components/Table.json +140 -0
  120. package/ai/components/Tag.json +129 -0
  121. package/ai/components/TagInput.json +12 -0
  122. package/ai/components/Text.json +72 -0
  123. package/ai/components/Textarea.json +24 -0
  124. package/ai/components/ThemeSwitcher.json +122 -0
  125. package/ai/components/TiltFx.json +126 -0
  126. package/ai/components/Timeline.json +126 -0
  127. package/ai/components/Toast.json +13 -0
  128. package/ai/components/Toaster.json +14 -0
  129. package/ai/components/ToggleButton.json +24 -0
  130. package/ai/components/Tooltip.json +129 -0
  131. package/ai/components/TypeFx.json +15 -0
  132. package/ai/components/User.json +15 -0
  133. package/ai/components/UserMenu.json +16 -0
  134. package/ai/components/WeatherFx.json +133 -0
  135. package/ai/examples/auth.tsx +105 -0
  136. package/ai/examples/blocks/Background6.tsx +25 -0
  137. package/ai/examples/blocks/Chat1.tsx +70 -0
  138. package/ai/examples/blocks/Dashboard1.tsx +404 -0
  139. package/ai/examples/blocks/Feed3.tsx +151 -0
  140. package/ai/examples/blocks/Footer1.tsx +30 -0
  141. package/ai/examples/blocks/Footer2.tsx +96 -0
  142. package/ai/examples/blocks/Footer3.tsx +127 -0
  143. package/ai/examples/blocks/Footer4.tsx +406 -0
  144. package/ai/examples/blocks/Header1.tsx +370 -0
  145. package/ai/examples/blocks/Header2.tsx +98 -0
  146. package/ai/examples/blocks/Header3.tsx +133 -0
  147. package/ai/examples/blocks/Header4.tsx +123 -0
  148. package/ai/examples/blocks/Productivity1.tsx +318 -0
  149. package/ai/examples/blocks/Roadmap1.tsx +133 -0
  150. package/ai/examples/blocks/Sidebar1.tsx +34 -0
  151. package/ai/examples/blocks/Sidebar2.tsx +17 -0
  152. package/ai/examples/blocks/Sidebar4.tsx +92 -0
  153. package/ai/examples/blocks/Sidebar5.tsx +73 -0
  154. package/ai/examples/blocks/Streaming1.tsx +353 -0
  155. package/ai/examples/blocks/Table1.tsx +303 -0
  156. package/ai/examples/blocks/Waitlist1.tsx +141 -0
  157. package/ai/examples/blocks/content/chat1content.ts +65 -0
  158. package/ai/examples/blocks/content/resources.ts +5 -0
  159. package/ai/examples/blocks/content/roadmap1content.ts +51 -0
  160. package/ai/examples/blocks/manifest.json +191 -0
  161. package/ai/examples/dashboard.tsx +150 -0
  162. package/ai/examples/marketing-hero.tsx +152 -0
  163. package/ai/examples/pricing.tsx +219 -0
  164. package/ai/examples/settings.tsx +140 -0
  165. package/ai/gotchas.json +85 -0
  166. package/ai/manifest.json +21 -0
  167. package/ai/rules.compact.md +73 -0
  168. package/ai/spec.json +2694 -2701
  169. package/ai/tasks/auth.json +23 -0
  170. package/ai/tasks/chat.json +28 -0
  171. package/ai/tasks/dashboard.json +39 -0
  172. package/ai/tasks/index.json +12 -0
  173. package/ai/tasks/marketing-hero.json +38 -0
  174. package/ai/tasks/pricing.json +42 -0
  175. package/ai/tasks/roadmap.json +22 -0
  176. package/ai/tasks/settings.json +34 -0
  177. package/dist/AGENTS.md +53 -0
  178. package/dist/README.md +27 -0
  179. package/dist/agent/once-ui-codegen.mdc +27 -0
  180. package/dist/ai/catalog.json +1650 -0
  181. package/dist/ai/catalog.seed.json +411 -0
  182. package/dist/ai/components/Accordion.json +136 -0
  183. package/dist/ai/components/AccordionGroup.json +128 -0
  184. package/dist/ai/components/Animation.json +146 -0
  185. package/dist/ai/components/Arrow.json +128 -0
  186. package/dist/ai/components/AutoScroll.json +130 -0
  187. package/dist/ai/components/Avatar.json +133 -0
  188. package/dist/ai/components/AvatarGroup.json +129 -0
  189. package/dist/ai/components/Background.json +131 -0
  190. package/dist/ai/components/Badge.json +132 -0
  191. package/dist/ai/components/Banner.json +122 -0
  192. package/dist/ai/components/BarChart.json +123 -0
  193. package/dist/ai/components/BlobFx.json +125 -0
  194. package/dist/ai/components/BlockQuote.json +132 -0
  195. package/dist/ai/components/Button.json +26 -0
  196. package/dist/ai/components/Card.json +129 -0
  197. package/dist/ai/components/Carousel.json +134 -0
  198. package/dist/ai/components/CelebrationFx.json +132 -0
  199. package/dist/ai/components/ChartHeader.json +130 -0
  200. package/dist/ai/components/ChartStatus.json +12 -0
  201. package/dist/ai/components/Checkbox.json +13 -0
  202. package/dist/ai/components/Chip.json +132 -0
  203. package/dist/ai/components/CodeBlock.json +122 -0
  204. package/dist/ai/components/ColorInput.json +13 -0
  205. package/dist/ai/components/Column.json +128 -0
  206. package/dist/ai/components/CompareImage.json +126 -0
  207. package/dist/ai/components/ContextMenu.json +22 -0
  208. package/dist/ai/components/CountFx.json +82 -0
  209. package/dist/ai/components/CountdownFx.json +11 -0
  210. package/dist/ai/components/Cursor.json +9 -0
  211. package/dist/ai/components/CursorCard.json +128 -0
  212. package/dist/ai/components/DataTooltip.json +15 -0
  213. package/dist/ai/components/DateInput.json +21 -0
  214. package/dist/ai/components/DatePicker.json +143 -0
  215. package/dist/ai/components/DateRangeInput.json +18 -0
  216. package/dist/ai/components/DateRangePicker.json +129 -0
  217. package/dist/ai/components/Dialog.json +134 -0
  218. package/dist/ai/components/DialogProvider.json +8 -0
  219. package/dist/ai/components/Dropdown.json +128 -0
  220. package/dist/ai/components/DropdownWrapper.json +28 -0
  221. package/dist/ai/components/EmojiPicker.json +129 -0
  222. package/dist/ai/components/EmojiPickerDropdown.json +13 -0
  223. package/dist/ai/components/Fade.json +130 -0
  224. package/dist/ai/components/FadingLettersFx.json +77 -0
  225. package/dist/ai/components/Feedback.json +132 -0
  226. package/dist/ai/components/Flex.json +125 -0
  227. package/dist/ai/components/FlipFx.json +133 -0
  228. package/dist/ai/components/GlitchFx.json +128 -0
  229. package/dist/ai/components/Grid.json +121 -0
  230. package/dist/ai/components/Heading.json +75 -0
  231. package/dist/ai/components/HeadingLink.json +127 -0
  232. package/dist/ai/components/HeadingNav.json +124 -0
  233. package/dist/ai/components/HoloFx.json +128 -0
  234. package/dist/ai/components/Hover.json +130 -0
  235. package/dist/ai/components/HoverCard.json +122 -0
  236. package/dist/ai/components/Icon.json +132 -0
  237. package/dist/ai/components/IconButton.json +22 -0
  238. package/dist/ai/components/InfiniteScroll.json +130 -0
  239. package/dist/ai/components/InlineCode.json +126 -0
  240. package/dist/ai/components/Input.json +24 -0
  241. package/dist/ai/components/InteractiveDetails.json +14 -0
  242. package/dist/ai/components/Kbar.json +10 -0
  243. package/dist/ai/components/Kbd.json +127 -0
  244. package/dist/ai/components/Legend.json +14 -0
  245. package/dist/ai/components/LetterFx.json +14 -0
  246. package/dist/ai/components/Line.json +125 -0
  247. package/dist/ai/components/LineBarChart.json +123 -0
  248. package/dist/ai/components/LineChart.json +123 -0
  249. package/dist/ai/components/LinearGauge.json +130 -0
  250. package/dist/ai/components/LinearGradient.json +15 -0
  251. package/dist/ai/components/List.json +127 -0
  252. package/dist/ai/components/ListItem.json +77 -0
  253. package/dist/ai/components/Logo.json +16 -0
  254. package/dist/ai/components/LogoCloud.json +124 -0
  255. package/dist/ai/components/Mask.json +131 -0
  256. package/dist/ai/components/MasonryGrid.json +132 -0
  257. package/dist/ai/components/MatrixFx.json +135 -0
  258. package/dist/ai/components/Media.json +142 -0
  259. package/dist/ai/components/MediaUpload.json +122 -0
  260. package/dist/ai/components/MegaMenu.json +125 -0
  261. package/dist/ai/components/MobileMegaMenu.json +125 -0
  262. package/dist/ai/components/Modal.json +12 -0
  263. package/dist/ai/components/NavIcon.json +127 -0
  264. package/dist/ai/components/NumberInput.json +16 -0
  265. package/dist/ai/components/OTPInput.json +13 -0
  266. package/dist/ai/components/OgCard.json +135 -0
  267. package/dist/ai/components/Option.json +137 -0
  268. package/dist/ai/components/Particle.json +135 -0
  269. package/dist/ai/components/PasswordInput.json +8 -0
  270. package/dist/ai/components/PieChart.json +123 -0
  271. package/dist/ai/components/ProgressBar.json +131 -0
  272. package/dist/ai/components/Pulse.json +129 -0
  273. package/dist/ai/components/RadialGauge.json +134 -0
  274. package/dist/ai/components/RadialGradient.json +16 -0
  275. package/dist/ai/components/RadioButton.json +17 -0
  276. package/dist/ai/components/RevealFx.json +131 -0
  277. package/dist/ai/components/Row.json +128 -0
  278. package/dist/ai/components/Schema.json +17 -0
  279. package/dist/ai/components/ScrollContainer.json +126 -0
  280. package/dist/ai/components/ScrollToTop.json +124 -0
  281. package/dist/ai/components/Scroller.json +128 -0
  282. package/dist/ai/components/SegmentedControl.json +132 -0
  283. package/dist/ai/components/Select.json +21 -0
  284. package/dist/ai/components/ShineFx.json +80 -0
  285. package/dist/ai/components/Skeleton.json +129 -0
  286. package/dist/ai/components/Slider.json +17 -0
  287. package/dist/ai/components/SmartLink.json +17 -0
  288. package/dist/ai/components/Spinner.json +127 -0
  289. package/dist/ai/components/SplitView.json +129 -0
  290. package/dist/ai/components/StatusIndicator.json +128 -0
  291. package/dist/ai/components/StyleOverlay.json +126 -0
  292. package/dist/ai/components/StylePanel.json +125 -0
  293. package/dist/ai/components/Swiper.json +130 -0
  294. package/dist/ai/components/Switch.json +20 -0
  295. package/dist/ai/components/Table.json +140 -0
  296. package/dist/ai/components/Tag.json +129 -0
  297. package/dist/ai/components/TagInput.json +12 -0
  298. package/dist/ai/components/Text.json +72 -0
  299. package/dist/ai/components/Textarea.json +24 -0
  300. package/dist/ai/components/ThemeSwitcher.json +122 -0
  301. package/dist/ai/components/TiltFx.json +126 -0
  302. package/dist/ai/components/Timeline.json +126 -0
  303. package/dist/ai/components/Toast.json +13 -0
  304. package/dist/ai/components/Toaster.json +14 -0
  305. package/dist/ai/components/ToggleButton.json +24 -0
  306. package/dist/ai/components/Tooltip.json +129 -0
  307. package/dist/ai/components/TypeFx.json +15 -0
  308. package/dist/ai/components/User.json +15 -0
  309. package/dist/ai/components/UserMenu.json +16 -0
  310. package/dist/ai/components/WeatherFx.json +133 -0
  311. package/dist/ai/eval-tasks.md +71 -0
  312. package/dist/ai/examples/blocks/manifest.json +191 -0
  313. package/dist/ai/gotchas.json +85 -0
  314. package/dist/ai/manifest.json +21 -0
  315. package/dist/ai/recipes.md +149 -0
  316. package/dist/ai/rules.compact.md +73 -0
  317. package/dist/ai/rules.md +217 -0
  318. package/dist/ai/spec.json +2695 -0
  319. package/dist/ai/tasks/auth.json +23 -0
  320. package/dist/ai/tasks/chat.json +28 -0
  321. package/dist/ai/tasks/dashboard.json +39 -0
  322. package/dist/ai/tasks/index.json +12 -0
  323. package/dist/ai/tasks/marketing-hero.json +38 -0
  324. package/dist/ai/tasks/pricing.json +42 -0
  325. package/dist/ai/tasks/roadmap.json +22 -0
  326. package/dist/ai/tasks/settings.json +34 -0
  327. package/dist/components/ContextMenu.d.ts +2 -2
  328. package/dist/components/ContextMenu.d.ts.map +1 -1
  329. package/dist/components/ContextMenu.js +3 -3
  330. package/dist/components/ContextMenu.js.map +1 -1
  331. package/dist/components/ElementType.d.ts.map +1 -1
  332. package/dist/components/ElementType.js +6 -4
  333. package/dist/components/ElementType.js.map +1 -1
  334. package/dist/components/Media.d.ts.map +1 -1
  335. package/dist/components/Media.js +6 -3
  336. package/dist/components/Media.js.map +1 -1
  337. package/dist/components/MediaVideoPlayer.d.ts +12 -0
  338. package/dist/components/MediaVideoPlayer.d.ts.map +1 -0
  339. package/dist/components/MediaVideoPlayer.js +246 -0
  340. package/dist/components/MediaVideoPlayer.js.map +1 -0
  341. package/dist/components/MediaVideoPlayer.module.scss +90 -0
  342. package/dist/components/Table.d.ts +34 -6
  343. package/dist/components/Table.d.ts.map +1 -1
  344. package/dist/components/Table.js +114 -30
  345. package/dist/components/Table.js.map +1 -1
  346. package/dist/components/Table.module.scss +174 -3
  347. package/dist/components/ThemeInit.d.ts.map +1 -1
  348. package/dist/components/ThemeInit.js +2 -1
  349. package/dist/components/ThemeInit.js.map +1 -1
  350. package/dist/components/Timeline.d.ts +1 -1
  351. package/dist/components/Timeline.d.ts.map +1 -1
  352. package/dist/components/Timeline.js +16 -52
  353. package/dist/components/Timeline.js.map +1 -1
  354. package/dist/data/emoji-data.json +0 -10
  355. package/dist/icons.d.ts.map +1 -1
  356. package/dist/icons.js +7 -2
  357. package/dist/icons.js.map +1 -1
  358. package/dist/index.d.ts +0 -1
  359. package/dist/index.d.ts.map +1 -1
  360. package/dist/index.js +0 -1
  361. package/dist/index.js.map +1 -1
  362. package/dist/modules/code/CodeBlock.impl.d.ts.map +1 -1
  363. package/dist/modules/code/CodeBlock.impl.js +11 -5
  364. package/dist/modules/code/CodeBlock.impl.js.map +1 -1
  365. package/dist/modules/seo/Schema.d.ts.map +1 -1
  366. package/dist/modules/seo/Schema.js +3 -4
  367. package/dist/modules/seo/Schema.js.map +1 -1
  368. package/dist/package.json +33 -3
  369. package/dist/server/og-url-validation.d.ts +10 -0
  370. package/dist/server/og-url-validation.d.ts.map +1 -0
  371. package/dist/server/og-url-validation.js +234 -0
  372. package/dist/server/og-url-validation.js.map +1 -0
  373. package/dist/server/og-utils.d.ts +5 -2
  374. package/dist/server/og-utils.d.ts.map +1 -1
  375. package/dist/server/og-utils.js +39 -14
  376. package/dist/server/og-utils.js.map +1 -1
  377. package/dist/utils/index.d.ts +1 -0
  378. package/dist/utils/index.d.ts.map +1 -1
  379. package/dist/utils/index.js +1 -0
  380. package/dist/utils/index.js.map +1 -1
  381. package/dist/utils/safe-html.d.ts +19 -0
  382. package/dist/utils/safe-html.d.ts.map +1 -0
  383. package/dist/utils/safe-html.js +43 -0
  384. package/dist/utils/safe-html.js.map +1 -0
  385. package/package.json +159 -127
  386. package/scripts/copy-files.js +103 -0
  387. package/scripts/generate-ai-spec.js +464 -0
  388. package/scripts/generate-emoji-data.js +128 -0
  389. package/scripts/init-agent.js +156 -0
  390. package/scripts/validate-ai-code.js +149 -0
  391. package/LICENSE.md +0 -21
  392. package/next-env.d.ts +0 -5
@@ -0,0 +1,2695 @@
1
+ {
2
+ "name": "@once-ui-system/core",
3
+ "version": "1.7.13",
4
+ "generated": "2026-07-24",
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\" | \"volume\" | \"volumeOff\" | \"screen\" | \"document\" | \"radialGauge\" | \"linearGauge\" | \"edit\" | \"trash\" | \"mail\" | \"download\""
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
+ "open": "boolean",
757
+ "onOpenChange": "(open: 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: TableHeader[]; rows: ReactNode[][]; }",
2050
+ "onRowClick": "(rowIndex: number) => void",
2051
+ "searchable": "boolean = false",
2052
+ "searchPlaceholder": "string = Search...",
2053
+ "striped": "boolean = false",
2054
+ "hoverable": "boolean = true",
2055
+ "compact": "boolean = false",
2056
+ "loading": "boolean = false",
2057
+ "emptyState": "ReactNode",
2058
+ "actions": "TableAction[]",
2059
+ "stickyHeader": "boolean = false",
2060
+ "rowClassName": "(rowIndex: number) => string",
2061
+ "cellClassName": "(rowIndex: number, cellIndex: number) => string",
2062
+ "paginated": "boolean = false",
2063
+ "defaultPageSize": "number = 10",
2064
+ "pageSizeOptions": "number[] = [5, 10, 20, 50]",
2065
+ "loadingState": "ReactNode"
2066
+ }
2067
+ },
2068
+ "Tag": {
2069
+ "group": "components",
2070
+ "extends": [
2071
+ "Flex"
2072
+ ],
2073
+ "mixins": [
2074
+ "CommonProps",
2075
+ "DisplayProps",
2076
+ "FlexProps",
2077
+ "SizeProps",
2078
+ "SpacingProps",
2079
+ "StyleProps"
2080
+ ],
2081
+ "props": {
2082
+ "variant": "ColorScheme | \"gradient\" = neutral",
2083
+ "size": "CondensedTShirtSizes = m",
2084
+ "label": "string = ",
2085
+ "prefixIcon": "IconName",
2086
+ "suffixIcon": "IconName",
2087
+ "children": "ReactNode"
2088
+ }
2089
+ },
2090
+ "TagInput": {
2091
+ "group": "components",
2092
+ "extends": [
2093
+ "Input"
2094
+ ],
2095
+ "props": {
2096
+ "value": "!string[]",
2097
+ "onChange": "!(value: string[]) => void"
2098
+ }
2099
+ },
2100
+ "Text": {
2101
+ "group": "components",
2102
+ "mixins": [
2103
+ "CommonProps",
2104
+ "DisplayProps",
2105
+ "SpacingProps",
2106
+ "TextProps"
2107
+ ]
2108
+ },
2109
+ "Textarea": {
2110
+ "group": "components",
2111
+ "props": {
2112
+ "id": "!string",
2113
+ "label": "string",
2114
+ "placeholder": "string",
2115
+ "lines": "number | \"auto\" = 3",
2116
+ "height": "TShirtSizes = m",
2117
+ "error": "boolean = false",
2118
+ "errorMessage": "ReactNode",
2119
+ "description": "ReactNode",
2120
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
2121
+ "className": "string",
2122
+ "hasPrefix": "ReactNode",
2123
+ "hasSuffix": "ReactNode",
2124
+ "variant": "\"default\" | \"ghost\" = default",
2125
+ "characterCount": "boolean",
2126
+ "resize": "\"horizontal\" | \"vertical\" | \"both\" | \"none\" = vertical",
2127
+ "validate": "(value: ReactNode) => ReactNode | null",
2128
+ "disabled": "boolean = false"
2129
+ }
2130
+ },
2131
+ "TiltFx": {
2132
+ "group": "components",
2133
+ "extends": [
2134
+ "Flex"
2135
+ ],
2136
+ "mixins": [
2137
+ "CommonProps",
2138
+ "DisplayProps",
2139
+ "FlexProps",
2140
+ "SizeProps",
2141
+ "SpacingProps",
2142
+ "StyleProps"
2143
+ ],
2144
+ "props": {
2145
+ "children": "!React.ReactNode",
2146
+ "intensity": "number = 1",
2147
+ "reducedMotion": "boolean | \"auto\" = auto"
2148
+ }
2149
+ },
2150
+ "Timeline": {
2151
+ "group": "components",
2152
+ "extends": [
2153
+ "Flex"
2154
+ ],
2155
+ "mixins": [
2156
+ "CommonProps",
2157
+ "DisplayProps",
2158
+ "FlexProps",
2159
+ "SizeProps",
2160
+ "SpacingProps",
2161
+ "StyleProps"
2162
+ ],
2163
+ "props": {
2164
+ "items": "!TimelineItem[]",
2165
+ "alignment": "\"left\" | \"right\" = left",
2166
+ "size": "TShirtSizes = m"
2167
+ }
2168
+ },
2169
+ "Toast": {
2170
+ "group": "components",
2171
+ "props": {
2172
+ "className": "string",
2173
+ "variant": "!\"success\" | \"danger\" | \"warning\" | \"info\"",
2174
+ "icon": "boolean = true",
2175
+ "onClose": "() => void",
2176
+ "action": "React.ReactNode",
2177
+ "children": "!React.ReactNode"
2178
+ }
2179
+ },
2180
+ "Toaster": {
2181
+ "group": "components",
2182
+ "props": {
2183
+ "toasts": "!{ id: string; variant: \"success\" | \"danger\" | \"warning\" | \"info\"; message: React.ReactNode; action?: React.ReactNode; }[]",
2184
+ "removeToast": "!(id: string) => void",
2185
+ "xl": "ToastPosition",
2186
+ "l": "ToastPosition",
2187
+ "m": "ToastPosition",
2188
+ "s": "ToastPosition",
2189
+ "xs": "ToastPosition"
2190
+ }
2191
+ },
2192
+ "ToggleButton": {
2193
+ "group": "components",
2194
+ "props": {
2195
+ "label": "ReactNode",
2196
+ "selected": "boolean = false",
2197
+ "variant": "\"ghost\" | \"outline\" | \"subtle\" = ghost",
2198
+ "size": "TShirtSizes = m",
2199
+ "radius": "\"none\" | \"top\" | \"right\" | \"bottom\" | \"left\" | \"top-left\" | \"top-right\" | \"bottom-right\" | \"bottom-left\"",
2200
+ "rounded": "boolean = false",
2201
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" = center",
2202
+ "fillWidth": "boolean = false",
2203
+ "weight": "\"default\" | \"strong\" = default",
2204
+ "truncate": "boolean = false",
2205
+ "disabled": "boolean = false",
2206
+ "prefixIcon": "IconName",
2207
+ "suffixIcon": "IconName",
2208
+ "className": "string",
2209
+ "style": "React.CSSProperties",
2210
+ "children": "ReactNode",
2211
+ "href": "string"
2212
+ }
2213
+ },
2214
+ "Tooltip": {
2215
+ "group": "components",
2216
+ "extends": [
2217
+ "Flex",
2218
+ "Row"
2219
+ ],
2220
+ "mixins": [
2221
+ "CommonProps",
2222
+ "DisplayProps",
2223
+ "FlexProps",
2224
+ "SizeProps",
2225
+ "SpacingProps",
2226
+ "StyleProps"
2227
+ ],
2228
+ "props": {
2229
+ "label": "!ReactNode",
2230
+ "prefixIcon": "IconName",
2231
+ "suffixIcon": "IconName",
2232
+ "className": "string",
2233
+ "style": "React.CSSProperties"
2234
+ }
2235
+ },
2236
+ "TypeFx": {
2237
+ "group": "components",
2238
+ "props": {
2239
+ "words": "!string | string[]",
2240
+ "speed": "number = 100",
2241
+ "delay": "number = 0",
2242
+ "hold": "number = 2000",
2243
+ "trigger": "\"instant\" | \"custom\" = instant",
2244
+ "onTrigger": "(triggerFn: () => void) => void",
2245
+ "loop": "boolean = true",
2246
+ "children": "React.ReactNode"
2247
+ }
2248
+ },
2249
+ "ThemeSwitcher": {
2250
+ "group": "components",
2251
+ "extends": [
2252
+ "Flex",
2253
+ "Row"
2254
+ ],
2255
+ "mixins": [
2256
+ "CommonProps",
2257
+ "DisplayProps",
2258
+ "FlexProps",
2259
+ "SizeProps",
2260
+ "SpacingProps",
2261
+ "StyleProps"
2262
+ ]
2263
+ },
2264
+ "User": {
2265
+ "group": "components",
2266
+ "props": {
2267
+ "name": "string",
2268
+ "children": "React.ReactNode",
2269
+ "subline": "React.ReactNode",
2270
+ "tag": "string",
2271
+ "tagProps": "TagProps = {}",
2272
+ "loading": "boolean = false",
2273
+ "avatarProps": "AvatarProps = {}",
2274
+ "className": "string"
2275
+ }
2276
+ },
2277
+ "UserMenu": {
2278
+ "group": "components",
2279
+ "extends": [
2280
+ "User",
2281
+ "DropdownWrapper"
2282
+ ],
2283
+ "props": {
2284
+ "selected": "boolean = false",
2285
+ "placement": "Placement",
2286
+ "dropdown": "React.ReactNode",
2287
+ "className": "string",
2288
+ "style": "React.CSSProperties"
2289
+ }
2290
+ },
2291
+ "CelebrationFx": {
2292
+ "group": "components",
2293
+ "extends": [
2294
+ "Flex"
2295
+ ],
2296
+ "mixins": [
2297
+ "CommonProps",
2298
+ "DisplayProps",
2299
+ "FlexProps",
2300
+ "SizeProps",
2301
+ "SpacingProps",
2302
+ "StyleProps"
2303
+ ],
2304
+ "props": {
2305
+ "type": "CelebrationType = confetti",
2306
+ "speed": "number = 1",
2307
+ "colors": "string[] = [\"brand-solid-medium\", \"accent-solid-medium\"]",
2308
+ "intensity": "number = 50",
2309
+ "duration": "number",
2310
+ "trigger": "\"mount\" | \"hover\" | \"manual\" | \"click\" = mount",
2311
+ "active": "boolean = true",
2312
+ "reducedMotion": "boolean | \"auto\" = auto",
2313
+ "children": "React.ReactNode"
2314
+ }
2315
+ },
2316
+ "FadingLettersFx": {
2317
+ "group": "components",
2318
+ "mixins": [
2319
+ "CommonProps",
2320
+ "DisplayProps",
2321
+ "SpacingProps",
2322
+ "TextProps"
2323
+ ],
2324
+ "props": {
2325
+ "text": "!string",
2326
+ "animationState": "!AnimationState",
2327
+ "messageIdx": "number = 0"
2328
+ }
2329
+ },
2330
+ "Kbar": {
2331
+ "group": "modules",
2332
+ "props": {
2333
+ "items": "!KbarItem[]",
2334
+ "children": "!React.ReactNode",
2335
+ "inputSize": "TShirtSizes"
2336
+ }
2337
+ },
2338
+ "MobileMegaMenu": {
2339
+ "group": "modules",
2340
+ "extends": [
2341
+ "Flex"
2342
+ ],
2343
+ "mixins": [
2344
+ "CommonProps",
2345
+ "DisplayProps",
2346
+ "FlexProps",
2347
+ "SizeProps",
2348
+ "SpacingProps",
2349
+ "StyleProps"
2350
+ ],
2351
+ "props": {
2352
+ "menuGroups": "!MenuGroup[]",
2353
+ "onClose": "() => void"
2354
+ }
2355
+ },
2356
+ "MegaMenu": {
2357
+ "group": "modules",
2358
+ "extends": [
2359
+ "Flex"
2360
+ ],
2361
+ "mixins": [
2362
+ "CommonProps",
2363
+ "DisplayProps",
2364
+ "FlexProps",
2365
+ "SizeProps",
2366
+ "SpacingProps",
2367
+ "StyleProps"
2368
+ ],
2369
+ "props": {
2370
+ "menuGroups": "!MenuGroup[]",
2371
+ "className": "string"
2372
+ }
2373
+ },
2374
+ "HeadingLink": {
2375
+ "group": "modules",
2376
+ "extends": [
2377
+ "Flex"
2378
+ ],
2379
+ "mixins": [
2380
+ "CommonProps",
2381
+ "DisplayProps",
2382
+ "FlexProps",
2383
+ "SizeProps",
2384
+ "SpacingProps",
2385
+ "StyleProps"
2386
+ ],
2387
+ "props": {
2388
+ "id": "!string",
2389
+ "as": "!\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
2390
+ "children": "!React.ReactNode",
2391
+ "style": "React.CSSProperties"
2392
+ }
2393
+ },
2394
+ "HeadingNav": {
2395
+ "group": "modules",
2396
+ "extends": [
2397
+ "Flex"
2398
+ ],
2399
+ "mixins": [
2400
+ "CommonProps",
2401
+ "DisplayProps",
2402
+ "FlexProps",
2403
+ "SizeProps",
2404
+ "SpacingProps",
2405
+ "StyleProps"
2406
+ ],
2407
+ "props": {
2408
+ "header": "boolean = true"
2409
+ }
2410
+ },
2411
+ "ChartHeader": {
2412
+ "group": "modules",
2413
+ "extends": [
2414
+ "Flex",
2415
+ "Column"
2416
+ ],
2417
+ "mixins": [
2418
+ "CommonProps",
2419
+ "DisplayProps",
2420
+ "FlexProps",
2421
+ "SizeProps",
2422
+ "SpacingProps",
2423
+ "StyleProps"
2424
+ ],
2425
+ "props": {
2426
+ "title": "React.ReactNode",
2427
+ "description": "React.ReactNode",
2428
+ "dateRange": "DateRange",
2429
+ "date": "DateConfig",
2430
+ "onDateRangeChange": "(range: DateRange) => void",
2431
+ "presets": "PresetsConfig = { display: true, granularity: \"week\" }"
2432
+ }
2433
+ },
2434
+ "ChartStatus": {
2435
+ "group": "modules",
2436
+ "props": {
2437
+ "loading": "boolean = false",
2438
+ "empty": "boolean = false",
2439
+ "error": "boolean = false",
2440
+ "emptyState": "React.ReactNode = No data available for the selected period",
2441
+ "errorState": "React.ReactNode = An error occurred while fetching data"
2442
+ }
2443
+ },
2444
+ "LinearGradient": {
2445
+ "group": "modules",
2446
+ "props": {
2447
+ "id": "!string",
2448
+ "color": "!string",
2449
+ "x1": "string = 0",
2450
+ "y1": "string = 0",
2451
+ "x2": "string = 0",
2452
+ "y2": "string = 1",
2453
+ "stops": "GradientStop[]",
2454
+ "variant": "ChartVariant = useDataTheme().variant"
2455
+ }
2456
+ },
2457
+ "RadialGradient": {
2458
+ "group": "modules",
2459
+ "props": {
2460
+ "id": "!string",
2461
+ "color": "!string",
2462
+ "cx": "string = 50%",
2463
+ "cy": "string = 50%",
2464
+ "r": "string = 50%",
2465
+ "fx": "string = 50%",
2466
+ "fy": "string = 50%",
2467
+ "stops": "GradientStop[]",
2468
+ "variant": "ChartVariant = useDataTheme().variant"
2469
+ }
2470
+ },
2471
+ "BarChart": {
2472
+ "group": "modules",
2473
+ "extends": [
2474
+ "BarChart.impl",
2475
+ "interfaces",
2476
+ "Flex"
2477
+ ],
2478
+ "mixins": [
2479
+ "CommonProps",
2480
+ "DisplayProps",
2481
+ "FlexProps",
2482
+ "SizeProps",
2483
+ "SpacingProps",
2484
+ "StyleProps"
2485
+ ]
2486
+ },
2487
+ "LineChart": {
2488
+ "group": "modules",
2489
+ "extends": [
2490
+ "LineChart.impl",
2491
+ "interfaces",
2492
+ "Flex"
2493
+ ],
2494
+ "mixins": [
2495
+ "CommonProps",
2496
+ "DisplayProps",
2497
+ "FlexProps",
2498
+ "SizeProps",
2499
+ "SpacingProps",
2500
+ "StyleProps"
2501
+ ]
2502
+ },
2503
+ "PieChart": {
2504
+ "group": "modules",
2505
+ "extends": [
2506
+ "PieChart.impl",
2507
+ "interfaces",
2508
+ "Flex"
2509
+ ],
2510
+ "mixins": [
2511
+ "CommonProps",
2512
+ "DisplayProps",
2513
+ "FlexProps",
2514
+ "SizeProps",
2515
+ "SpacingProps",
2516
+ "StyleProps"
2517
+ ]
2518
+ },
2519
+ "LineBarChart": {
2520
+ "group": "modules",
2521
+ "extends": [
2522
+ "LineBarChart.impl",
2523
+ "interfaces",
2524
+ "Flex"
2525
+ ],
2526
+ "mixins": [
2527
+ "CommonProps",
2528
+ "DisplayProps",
2529
+ "FlexProps",
2530
+ "SizeProps",
2531
+ "SpacingProps",
2532
+ "StyleProps"
2533
+ ]
2534
+ },
2535
+ "DataTooltip": {
2536
+ "group": "modules",
2537
+ "props": {
2538
+ "active": "boolean",
2539
+ "payload": "readonly Record<string, any>[]",
2540
+ "label": "string | number",
2541
+ "dataKey": "string = name",
2542
+ "DataTooltip": "React.ReactNode",
2543
+ "date": "DateConfig = { format: \"MMM d\" }",
2544
+ "colors": "boolean = true",
2545
+ "variant": "ChartVariant = gradient"
2546
+ }
2547
+ },
2548
+ "Legend": {
2549
+ "group": "modules",
2550
+ "props": {
2551
+ "payload": "readonly Record<string, any>[]",
2552
+ "labels": "\"x\" | \"y\" | \"both\" | \"none\" = both",
2553
+ "colors": "string[]",
2554
+ "reverseY": "boolean",
2555
+ "direction": "\"row\" | \"column\"",
2556
+ "position": "\"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"bottom-center\" = top-left",
2557
+ "variant": "ChartVariant = useDataTheme().variant"
2558
+ }
2559
+ },
2560
+ "RadialGauge": {
2561
+ "group": "modules",
2562
+ "extends": [
2563
+ "Flex"
2564
+ ],
2565
+ "mixins": [
2566
+ "CommonProps",
2567
+ "DisplayProps",
2568
+ "FlexProps",
2569
+ "SizeProps",
2570
+ "SpacingProps",
2571
+ "StyleProps"
2572
+ ],
2573
+ "props": {
2574
+ "width": "number = 300",
2575
+ "height": "number = 300",
2576
+ "line": "{ count?: number; width?: number; length?: number; }",
2577
+ "unit": "React.ReactNode",
2578
+ "value": "number = 7",
2579
+ "angle": "{ start: number; sweep: number; } = {\r\n start: 0,\r\n sweep: 360,\r\n }",
2580
+ "direction": "'cw' | 'ccw' = cw",
2581
+ "edgePad": "number = 0",
2582
+ "children": "React.ReactNode",
2583
+ "hue": "\"success\" | \"neutral\" | \"danger\" | [number, number]",
2584
+ "color": "string = contrast"
2585
+ }
2586
+ },
2587
+ "LinearGauge": {
2588
+ "group": "modules",
2589
+ "extends": [
2590
+ "Flex"
2591
+ ],
2592
+ "mixins": [
2593
+ "CommonProps",
2594
+ "DisplayProps",
2595
+ "FlexProps",
2596
+ "SizeProps",
2597
+ "SpacingProps",
2598
+ "StyleProps"
2599
+ ],
2600
+ "props": {
2601
+ "width": "number = 400",
2602
+ "height": "number = 80",
2603
+ "line": "{ count?: number; width?: number; length?: number; }",
2604
+ "value": "number = 50",
2605
+ "labels": "\"none\" | \"percentage\" | string[] = none",
2606
+ "hue": "\"success\" | \"neutral\" | \"danger\" | [number, number]",
2607
+ "color": "string = contrast"
2608
+ }
2609
+ },
2610
+ "CodeBlock": {
2611
+ "group": "modules",
2612
+ "extends": [
2613
+ "CodeBlock.impl",
2614
+ "Flex"
2615
+ ],
2616
+ "mixins": [
2617
+ "CommonProps",
2618
+ "DisplayProps",
2619
+ "FlexProps",
2620
+ "SizeProps",
2621
+ "SpacingProps",
2622
+ "StyleProps"
2623
+ ]
2624
+ },
2625
+ "MediaUpload": {
2626
+ "group": "modules",
2627
+ "extends": [
2628
+ "MediaUpload.impl",
2629
+ "Flex"
2630
+ ],
2631
+ "mixins": [
2632
+ "CommonProps",
2633
+ "DisplayProps",
2634
+ "FlexProps",
2635
+ "SizeProps",
2636
+ "SpacingProps",
2637
+ "StyleProps"
2638
+ ]
2639
+ },
2640
+ "Schema": {
2641
+ "group": "modules",
2642
+ "props": {
2643
+ "as": "!\"website\" | \"article\" | \"blogPosting\" | \"techArticle\" | \"webPage\" | \"organization\"",
2644
+ "title": "!string",
2645
+ "description": "!string",
2646
+ "baseURL": "!string",
2647
+ "path": "!string",
2648
+ "datePublished": "string",
2649
+ "dateModified": "string",
2650
+ "image": "string",
2651
+ "sameAs": "string[] = []",
2652
+ "author": "{ name: string; url?: string; image?: string; }"
2653
+ }
2654
+ }
2655
+ },
2656
+ "shorthands": {
2657
+ "fill": {
2658
+ "replaces": "fillWidth fillHeight",
2659
+ "on": [
2660
+ "Row",
2661
+ "Column",
2662
+ "Flex",
2663
+ "Grid"
2664
+ ]
2665
+ },
2666
+ "fit": {
2667
+ "replaces": "fitWidth fitHeight",
2668
+ "on": [
2669
+ "Row",
2670
+ "Column",
2671
+ "Flex",
2672
+ "Grid"
2673
+ ]
2674
+ },
2675
+ "center": {
2676
+ "replaces": "horizontal=\"center\" vertical=\"center\"",
2677
+ "on": [
2678
+ "Row",
2679
+ "Column",
2680
+ "Flex"
2681
+ ]
2682
+ },
2683
+ "layout": {
2684
+ "Column": {
2685
+ "preferOver": "Flex direction=\"column\""
2686
+ },
2687
+ "Row": {
2688
+ "preferOver": "Flex direction=\"row\""
2689
+ },
2690
+ "Flex": {
2691
+ "useWhen": "direction changes at breakpoints only"
2692
+ }
2693
+ }
2694
+ }
2695
+ }