@once-ui-system/core 1.7.10 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (518) hide show
  1. package/ai/catalog.json +1650 -0
  2. package/ai/catalog.seed.json +411 -0
  3. package/ai/components/Accordion.json +136 -0
  4. package/ai/components/AccordionGroup.json +128 -0
  5. package/ai/components/Animation.json +146 -0
  6. package/ai/components/Arrow.json +128 -0
  7. package/ai/components/AutoScroll.json +130 -0
  8. package/ai/components/Avatar.json +133 -0
  9. package/ai/components/AvatarGroup.json +129 -0
  10. package/ai/components/Background.json +131 -0
  11. package/ai/components/Badge.json +132 -0
  12. package/ai/components/Banner.json +122 -0
  13. package/ai/components/BarChart.json +123 -0
  14. package/ai/components/BlobFx.json +125 -0
  15. package/ai/components/BlockQuote.json +132 -0
  16. package/ai/components/Button.json +26 -0
  17. package/ai/components/Card.json +129 -0
  18. package/ai/components/Carousel.json +134 -0
  19. package/ai/components/CelebrationFx.json +132 -0
  20. package/ai/components/ChartHeader.json +130 -0
  21. package/ai/components/ChartStatus.json +12 -0
  22. package/ai/components/Checkbox.json +13 -0
  23. package/ai/components/Chip.json +132 -0
  24. package/ai/components/CodeBlock.json +122 -0
  25. package/ai/components/ColorInput.json +13 -0
  26. package/ai/components/Column.json +128 -0
  27. package/ai/components/CompareImage.json +126 -0
  28. package/ai/components/ContextMenu.json +22 -0
  29. package/ai/components/CountFx.json +82 -0
  30. package/ai/components/CountdownFx.json +11 -0
  31. package/ai/components/Cursor.json +9 -0
  32. package/ai/components/CursorCard.json +128 -0
  33. package/ai/components/DataTooltip.json +15 -0
  34. package/ai/components/DateInput.json +21 -0
  35. package/ai/components/DatePicker.json +143 -0
  36. package/ai/components/DateRangeInput.json +18 -0
  37. package/ai/components/DateRangePicker.json +129 -0
  38. package/ai/components/Dialog.json +134 -0
  39. package/ai/components/DialogProvider.json +8 -0
  40. package/ai/components/Dropdown.json +128 -0
  41. package/ai/components/DropdownWrapper.json +28 -0
  42. package/ai/components/EmojiPicker.json +129 -0
  43. package/ai/components/EmojiPickerDropdown.json +13 -0
  44. package/ai/components/Fade.json +130 -0
  45. package/ai/components/FadingLettersFx.json +77 -0
  46. package/ai/components/Feedback.json +132 -0
  47. package/ai/components/Flex.json +125 -0
  48. package/ai/components/FlipFx.json +133 -0
  49. package/ai/components/GlitchFx.json +128 -0
  50. package/ai/components/Grid.json +121 -0
  51. package/ai/components/Heading.json +75 -0
  52. package/ai/components/HeadingLink.json +127 -0
  53. package/ai/components/HeadingNav.json +124 -0
  54. package/ai/components/HoloFx.json +128 -0
  55. package/ai/components/Hover.json +130 -0
  56. package/ai/components/HoverCard.json +122 -0
  57. package/ai/components/Icon.json +132 -0
  58. package/ai/components/IconButton.json +22 -0
  59. package/ai/components/InfiniteScroll.json +130 -0
  60. package/ai/components/InlineCode.json +126 -0
  61. package/ai/components/Input.json +24 -0
  62. package/ai/components/InteractiveDetails.json +14 -0
  63. package/ai/components/Kbar.json +10 -0
  64. package/ai/components/Kbd.json +127 -0
  65. package/ai/components/Legend.json +14 -0
  66. package/ai/components/LetterFx.json +14 -0
  67. package/ai/components/Line.json +125 -0
  68. package/ai/components/LineBarChart.json +123 -0
  69. package/ai/components/LineChart.json +123 -0
  70. package/ai/components/LinearGauge.json +130 -0
  71. package/ai/components/LinearGradient.json +15 -0
  72. package/ai/components/List.json +127 -0
  73. package/ai/components/ListItem.json +77 -0
  74. package/ai/components/Logo.json +16 -0
  75. package/ai/components/LogoCloud.json +124 -0
  76. package/ai/components/Mask.json +131 -0
  77. package/ai/components/MasonryGrid.json +132 -0
  78. package/ai/components/MatrixFx.json +135 -0
  79. package/ai/components/Media.json +142 -0
  80. package/ai/components/MediaUpload.json +122 -0
  81. package/ai/components/MegaMenu.json +125 -0
  82. package/ai/components/MobileMegaMenu.json +125 -0
  83. package/ai/components/Modal.json +12 -0
  84. package/ai/components/NavIcon.json +127 -0
  85. package/ai/components/NumberInput.json +16 -0
  86. package/ai/components/OTPInput.json +13 -0
  87. package/ai/components/OgCard.json +135 -0
  88. package/ai/components/Option.json +137 -0
  89. package/ai/components/Particle.json +135 -0
  90. package/ai/components/PasswordInput.json +8 -0
  91. package/ai/components/PieChart.json +123 -0
  92. package/ai/components/ProgressBar.json +131 -0
  93. package/ai/components/Pulse.json +129 -0
  94. package/ai/components/RadialGauge.json +134 -0
  95. package/ai/components/RadialGradient.json +16 -0
  96. package/ai/components/RadioButton.json +17 -0
  97. package/ai/components/RevealFx.json +131 -0
  98. package/ai/components/Row.json +128 -0
  99. package/ai/components/Schema.json +17 -0
  100. package/ai/components/ScrollContainer.json +126 -0
  101. package/ai/components/ScrollToTop.json +124 -0
  102. package/ai/components/Scroller.json +128 -0
  103. package/ai/components/SegmentedControl.json +132 -0
  104. package/ai/components/Select.json +21 -0
  105. package/ai/components/ShineFx.json +80 -0
  106. package/ai/components/Skeleton.json +129 -0
  107. package/ai/components/Slider.json +17 -0
  108. package/ai/components/SmartLink.json +17 -0
  109. package/ai/components/Spinner.json +127 -0
  110. package/ai/components/SplitView.json +129 -0
  111. package/ai/components/StatusIndicator.json +128 -0
  112. package/ai/components/StyleOverlay.json +126 -0
  113. package/ai/components/StylePanel.json +125 -0
  114. package/ai/components/Swiper.json +130 -0
  115. package/ai/components/Switch.json +20 -0
  116. package/ai/components/Table.json +125 -0
  117. package/ai/components/Tag.json +129 -0
  118. package/ai/components/TagInput.json +12 -0
  119. package/ai/components/Text.json +72 -0
  120. package/ai/components/Textarea.json +24 -0
  121. package/ai/components/ThemeSwitcher.json +122 -0
  122. package/ai/components/TiltFx.json +126 -0
  123. package/ai/components/Timeline.json +126 -0
  124. package/ai/components/Toast.json +13 -0
  125. package/ai/components/Toaster.json +14 -0
  126. package/ai/components/ToggleButton.json +24 -0
  127. package/ai/components/Tooltip.json +129 -0
  128. package/ai/components/TypeFx.json +15 -0
  129. package/ai/components/User.json +15 -0
  130. package/ai/components/UserMenu.json +16 -0
  131. package/ai/components/WeatherFx.json +133 -0
  132. package/ai/examples/auth.tsx +105 -0
  133. package/ai/examples/blocks/Background6.tsx +25 -0
  134. package/ai/examples/blocks/Chat1.tsx +70 -0
  135. package/ai/examples/blocks/Dashboard1.tsx +404 -0
  136. package/ai/examples/blocks/Feed3.tsx +151 -0
  137. package/ai/examples/blocks/Footer1.tsx +30 -0
  138. package/ai/examples/blocks/Footer2.tsx +96 -0
  139. package/ai/examples/blocks/Footer3.tsx +127 -0
  140. package/ai/examples/blocks/Footer4.tsx +406 -0
  141. package/ai/examples/blocks/Header1.tsx +370 -0
  142. package/ai/examples/blocks/Header2.tsx +98 -0
  143. package/ai/examples/blocks/Header3.tsx +133 -0
  144. package/ai/examples/blocks/Header4.tsx +123 -0
  145. package/ai/examples/blocks/Productivity1.tsx +318 -0
  146. package/ai/examples/blocks/Roadmap1.tsx +133 -0
  147. package/ai/examples/blocks/Sidebar1.tsx +34 -0
  148. package/ai/examples/blocks/Sidebar2.tsx +17 -0
  149. package/ai/examples/blocks/Sidebar4.tsx +92 -0
  150. package/ai/examples/blocks/Sidebar5.tsx +73 -0
  151. package/ai/examples/blocks/Streaming1.tsx +353 -0
  152. package/ai/examples/blocks/Table1.tsx +303 -0
  153. package/ai/examples/blocks/Waitlist1.tsx +141 -0
  154. package/ai/examples/blocks/content/chat1content.ts +65 -0
  155. package/ai/examples/blocks/content/resources.ts +5 -0
  156. package/ai/examples/blocks/content/roadmap1content.ts +51 -0
  157. package/ai/examples/blocks/manifest.json +191 -0
  158. package/ai/examples/dashboard.tsx +150 -0
  159. package/ai/examples/marketing-hero.tsx +152 -0
  160. package/ai/examples/pricing.tsx +219 -0
  161. package/ai/examples/settings.tsx +140 -0
  162. package/ai/gotchas.json +85 -0
  163. package/ai/manifest.json +21 -0
  164. package/ai/rules.compact.md +73 -0
  165. package/ai/spec.json +2679 -2701
  166. package/ai/tasks/auth.json +23 -0
  167. package/ai/tasks/chat.json +28 -0
  168. package/ai/tasks/dashboard.json +39 -0
  169. package/ai/tasks/index.json +12 -0
  170. package/ai/tasks/marketing-hero.json +38 -0
  171. package/ai/tasks/pricing.json +42 -0
  172. package/ai/tasks/roadmap.json +22 -0
  173. package/ai/tasks/settings.json +34 -0
  174. package/dist/ai/catalog.json +1650 -0
  175. package/dist/ai/catalog.seed.json +411 -0
  176. package/dist/ai/components/Accordion.json +136 -0
  177. package/dist/ai/components/AccordionGroup.json +128 -0
  178. package/dist/ai/components/Animation.json +146 -0
  179. package/dist/ai/components/Arrow.json +128 -0
  180. package/dist/ai/components/AutoScroll.json +130 -0
  181. package/dist/ai/components/Avatar.json +133 -0
  182. package/dist/ai/components/AvatarGroup.json +129 -0
  183. package/dist/ai/components/Background.json +131 -0
  184. package/dist/ai/components/Badge.json +132 -0
  185. package/dist/ai/components/Banner.json +122 -0
  186. package/dist/ai/components/BarChart.json +123 -0
  187. package/dist/ai/components/BlobFx.json +125 -0
  188. package/dist/ai/components/BlockQuote.json +132 -0
  189. package/dist/ai/components/Button.json +26 -0
  190. package/dist/ai/components/Card.json +129 -0
  191. package/dist/ai/components/Carousel.json +134 -0
  192. package/dist/ai/components/CelebrationFx.json +132 -0
  193. package/dist/ai/components/ChartHeader.json +130 -0
  194. package/dist/ai/components/ChartStatus.json +12 -0
  195. package/dist/ai/components/Checkbox.json +13 -0
  196. package/dist/ai/components/Chip.json +132 -0
  197. package/dist/ai/components/CodeBlock.json +122 -0
  198. package/dist/ai/components/ColorInput.json +13 -0
  199. package/dist/ai/components/Column.json +128 -0
  200. package/dist/ai/components/CompareImage.json +126 -0
  201. package/dist/ai/components/ContextMenu.json +22 -0
  202. package/dist/ai/components/CountFx.json +82 -0
  203. package/dist/ai/components/CountdownFx.json +11 -0
  204. package/dist/ai/components/Cursor.json +9 -0
  205. package/dist/ai/components/CursorCard.json +128 -0
  206. package/dist/ai/components/DataTooltip.json +15 -0
  207. package/dist/ai/components/DateInput.json +21 -0
  208. package/dist/ai/components/DatePicker.json +143 -0
  209. package/dist/ai/components/DateRangeInput.json +18 -0
  210. package/dist/ai/components/DateRangePicker.json +129 -0
  211. package/dist/ai/components/Dialog.json +134 -0
  212. package/dist/ai/components/DialogProvider.json +8 -0
  213. package/dist/ai/components/Dropdown.json +128 -0
  214. package/dist/ai/components/DropdownWrapper.json +28 -0
  215. package/dist/ai/components/EmojiPicker.json +129 -0
  216. package/dist/ai/components/EmojiPickerDropdown.json +13 -0
  217. package/dist/ai/components/Fade.json +130 -0
  218. package/dist/ai/components/FadingLettersFx.json +77 -0
  219. package/dist/ai/components/Feedback.json +132 -0
  220. package/dist/ai/components/Flex.json +125 -0
  221. package/dist/ai/components/FlipFx.json +133 -0
  222. package/dist/ai/components/GlitchFx.json +128 -0
  223. package/dist/ai/components/Grid.json +121 -0
  224. package/dist/ai/components/Heading.json +75 -0
  225. package/dist/ai/components/HeadingLink.json +127 -0
  226. package/dist/ai/components/HeadingNav.json +124 -0
  227. package/dist/ai/components/HoloFx.json +128 -0
  228. package/dist/ai/components/Hover.json +130 -0
  229. package/dist/ai/components/HoverCard.json +122 -0
  230. package/dist/ai/components/Icon.json +132 -0
  231. package/dist/ai/components/IconButton.json +22 -0
  232. package/dist/ai/components/InfiniteScroll.json +130 -0
  233. package/dist/ai/components/InlineCode.json +126 -0
  234. package/dist/ai/components/Input.json +24 -0
  235. package/dist/ai/components/InteractiveDetails.json +14 -0
  236. package/dist/ai/components/Kbar.json +10 -0
  237. package/dist/ai/components/Kbd.json +127 -0
  238. package/dist/ai/components/Legend.json +14 -0
  239. package/dist/ai/components/LetterFx.json +14 -0
  240. package/dist/ai/components/Line.json +125 -0
  241. package/dist/ai/components/LineBarChart.json +123 -0
  242. package/dist/ai/components/LineChart.json +123 -0
  243. package/dist/ai/components/LinearGauge.json +130 -0
  244. package/dist/ai/components/LinearGradient.json +15 -0
  245. package/dist/ai/components/List.json +127 -0
  246. package/dist/ai/components/ListItem.json +77 -0
  247. package/dist/ai/components/Logo.json +16 -0
  248. package/dist/ai/components/LogoCloud.json +124 -0
  249. package/dist/ai/components/Mask.json +131 -0
  250. package/dist/ai/components/MasonryGrid.json +132 -0
  251. package/dist/ai/components/MatrixFx.json +135 -0
  252. package/dist/ai/components/Media.json +142 -0
  253. package/dist/ai/components/MediaUpload.json +122 -0
  254. package/dist/ai/components/MegaMenu.json +125 -0
  255. package/dist/ai/components/MobileMegaMenu.json +125 -0
  256. package/dist/ai/components/Modal.json +12 -0
  257. package/dist/ai/components/NavIcon.json +127 -0
  258. package/dist/ai/components/NumberInput.json +16 -0
  259. package/dist/ai/components/OTPInput.json +13 -0
  260. package/dist/ai/components/OgCard.json +135 -0
  261. package/dist/ai/components/Option.json +137 -0
  262. package/dist/ai/components/Particle.json +135 -0
  263. package/dist/ai/components/PasswordInput.json +8 -0
  264. package/dist/ai/components/PieChart.json +123 -0
  265. package/dist/ai/components/ProgressBar.json +131 -0
  266. package/dist/ai/components/Pulse.json +129 -0
  267. package/dist/ai/components/RadialGauge.json +134 -0
  268. package/dist/ai/components/RadialGradient.json +16 -0
  269. package/dist/ai/components/RadioButton.json +17 -0
  270. package/dist/ai/components/RevealFx.json +131 -0
  271. package/dist/ai/components/Row.json +128 -0
  272. package/dist/ai/components/Schema.json +17 -0
  273. package/dist/ai/components/ScrollContainer.json +126 -0
  274. package/dist/ai/components/ScrollToTop.json +124 -0
  275. package/dist/ai/components/Scroller.json +128 -0
  276. package/dist/ai/components/SegmentedControl.json +132 -0
  277. package/dist/ai/components/Select.json +21 -0
  278. package/dist/ai/components/ShineFx.json +80 -0
  279. package/dist/ai/components/Skeleton.json +129 -0
  280. package/dist/ai/components/Slider.json +17 -0
  281. package/dist/ai/components/SmartLink.json +17 -0
  282. package/dist/ai/components/Spinner.json +127 -0
  283. package/dist/ai/components/SplitView.json +129 -0
  284. package/dist/ai/components/StatusIndicator.json +128 -0
  285. package/dist/ai/components/StyleOverlay.json +126 -0
  286. package/dist/ai/components/StylePanel.json +125 -0
  287. package/dist/ai/components/Swiper.json +130 -0
  288. package/dist/ai/components/Switch.json +20 -0
  289. package/dist/ai/components/Table.json +125 -0
  290. package/dist/ai/components/Tag.json +129 -0
  291. package/dist/ai/components/TagInput.json +12 -0
  292. package/dist/ai/components/Text.json +72 -0
  293. package/dist/ai/components/Textarea.json +24 -0
  294. package/dist/ai/components/ThemeSwitcher.json +122 -0
  295. package/dist/ai/components/TiltFx.json +126 -0
  296. package/dist/ai/components/Timeline.json +126 -0
  297. package/dist/ai/components/Toast.json +13 -0
  298. package/dist/ai/components/Toaster.json +14 -0
  299. package/dist/ai/components/ToggleButton.json +24 -0
  300. package/dist/ai/components/Tooltip.json +129 -0
  301. package/dist/ai/components/TypeFx.json +15 -0
  302. package/dist/ai/components/User.json +15 -0
  303. package/dist/ai/components/UserMenu.json +16 -0
  304. package/dist/ai/components/WeatherFx.json +133 -0
  305. package/dist/ai/eval-tasks.md +71 -0
  306. package/dist/ai/examples/blocks/manifest.json +191 -0
  307. package/dist/ai/gotchas.json +85 -0
  308. package/dist/ai/manifest.json +21 -0
  309. package/dist/ai/recipes.md +149 -0
  310. package/dist/ai/rules.compact.md +73 -0
  311. package/dist/ai/rules.md +217 -0
  312. package/dist/ai/spec.json +2680 -0
  313. package/dist/ai/tasks/auth.json +23 -0
  314. package/dist/ai/tasks/chat.json +28 -0
  315. package/dist/ai/tasks/dashboard.json +39 -0
  316. package/dist/ai/tasks/index.json +12 -0
  317. package/dist/ai/tasks/marketing-hero.json +38 -0
  318. package/dist/ai/tasks/pricing.json +42 -0
  319. package/dist/ai/tasks/roadmap.json +22 -0
  320. package/dist/ai/tasks/settings.json +34 -0
  321. package/dist/components/Accordion.d.ts +2 -1
  322. package/dist/components/Accordion.d.ts.map +1 -1
  323. package/dist/components/Accordion.js.map +1 -1
  324. package/dist/components/Accordion.module.scss +1 -0
  325. package/dist/components/AccordionGroup.d.ts +2 -1
  326. package/dist/components/AccordionGroup.d.ts.map +1 -1
  327. package/dist/components/AccordionGroup.js +17 -1
  328. package/dist/components/AccordionGroup.js.map +1 -1
  329. package/dist/components/Avatar.d.ts +2 -1
  330. package/dist/components/Avatar.d.ts.map +1 -1
  331. package/dist/components/Avatar.js.map +1 -1
  332. package/dist/components/AvatarGroup.d.ts +2 -1
  333. package/dist/components/AvatarGroup.d.ts.map +1 -1
  334. package/dist/components/AvatarGroup.js.map +1 -1
  335. package/dist/components/Button.d.ts +7 -5
  336. package/dist/components/Button.d.ts.map +1 -1
  337. package/dist/components/Button.js +3 -3
  338. package/dist/components/Button.js.map +1 -1
  339. package/dist/components/Button.module.scss +233 -111
  340. package/dist/components/Carousel.d.ts.map +1 -1
  341. package/dist/components/Carousel.js +14 -3
  342. package/dist/components/Carousel.js.map +1 -1
  343. package/dist/components/ColorInput.d.ts.map +1 -1
  344. package/dist/components/ColorInput.js +11 -11
  345. package/dist/components/ColorInput.js.map +1 -1
  346. package/dist/components/CompareImage.d.ts.map +1 -1
  347. package/dist/components/CompareImage.js +24 -23
  348. package/dist/components/CompareImage.js.map +1 -1
  349. package/dist/components/CompareImage.module.scss +0 -2
  350. package/dist/components/CursorCard.d.ts.map +1 -1
  351. package/dist/components/CursorCard.js.map +1 -1
  352. package/dist/components/CursorCard.module.scss +1 -1
  353. package/dist/components/DatePicker.d.ts +2 -1
  354. package/dist/components/DatePicker.d.ts.map +1 -1
  355. package/dist/components/DatePicker.js +11 -15
  356. package/dist/components/DatePicker.js.map +1 -1
  357. package/dist/components/DateRangePicker.d.ts +2 -1
  358. package/dist/components/DateRangePicker.d.ts.map +1 -1
  359. package/dist/components/DateRangePicker.js.map +1 -1
  360. package/dist/components/DropdownWrapper.d.ts.map +1 -1
  361. package/dist/components/DropdownWrapper.js +9 -9
  362. package/dist/components/DropdownWrapper.js.map +1 -1
  363. package/dist/components/ElementType.d.ts +5 -6
  364. package/dist/components/ElementType.d.ts.map +1 -1
  365. package/dist/components/ElementType.js.map +1 -1
  366. package/dist/components/EmojiPicker.d.ts +2 -2
  367. package/dist/components/EmojiPickerDropdown.d.ts +2 -2
  368. package/dist/components/Feedback.d.ts.map +1 -1
  369. package/dist/components/Feedback.js +1 -1
  370. package/dist/components/Feedback.js.map +1 -1
  371. package/dist/components/Heading.d.ts +3 -3
  372. package/dist/components/Heading.d.ts.map +1 -1
  373. package/dist/components/Heading.js +6 -3
  374. package/dist/components/Heading.js.map +1 -1
  375. package/dist/components/Icon.d.ts +2 -2
  376. package/dist/components/Icon.d.ts.map +1 -1
  377. package/dist/components/IconButton.d.ts +7 -5
  378. package/dist/components/IconButton.d.ts.map +1 -1
  379. package/dist/components/IconButton.js +2 -2
  380. package/dist/components/IconButton.js.map +1 -1
  381. package/dist/components/Input.d.ts +2 -1
  382. package/dist/components/Input.d.ts.map +1 -1
  383. package/dist/components/Input.js.map +1 -1
  384. package/dist/components/Input.module.scss +1 -196
  385. package/dist/components/Logo.d.ts +2 -1
  386. package/dist/components/Logo.d.ts.map +1 -1
  387. package/dist/components/MatrixFx.d.ts.map +1 -1
  388. package/dist/components/MatrixFx.js +521 -481
  389. package/dist/components/MatrixFx.js.map +1 -1
  390. package/dist/components/Media.d.ts.map +1 -1
  391. package/dist/components/Media.js +5 -1
  392. package/dist/components/Media.js.map +1 -1
  393. package/dist/components/ProgressBar.d.ts +1 -0
  394. package/dist/components/ProgressBar.d.ts.map +1 -1
  395. package/dist/components/ProgressBar.js +9 -3
  396. package/dist/components/ProgressBar.js.map +1 -1
  397. package/dist/components/Pulse.d.ts +1 -0
  398. package/dist/components/Pulse.d.ts.map +1 -1
  399. package/dist/components/Pulse.js +2 -2
  400. package/dist/components/Pulse.js.map +1 -1
  401. package/dist/components/Scroller.js +1 -1
  402. package/dist/components/Scroller.js.map +1 -1
  403. package/dist/components/ServerFlex.d.ts +2 -2
  404. package/dist/components/ServerFlex.d.ts.map +1 -1
  405. package/dist/components/ServerFlex.js +4 -1
  406. package/dist/components/ServerFlex.js.map +1 -1
  407. package/dist/components/ServerGrid.d.ts +2 -2
  408. package/dist/components/ServerGrid.d.ts.map +1 -1
  409. package/dist/components/SmartLink.d.ts +5 -4
  410. package/dist/components/SmartLink.d.ts.map +1 -1
  411. package/dist/components/SmartLink.js.map +1 -1
  412. package/dist/components/Spinner.d.ts +2 -1
  413. package/dist/components/Spinner.d.ts.map +1 -1
  414. package/dist/components/Spinner.js.map +1 -1
  415. package/dist/components/SplitView.d.ts +1 -1
  416. package/dist/components/SplitView.d.ts.map +1 -1
  417. package/dist/components/SplitView.js +1 -1
  418. package/dist/components/SplitView.js.map +1 -1
  419. package/dist/components/StatusIndicator.d.ts +2 -1
  420. package/dist/components/StatusIndicator.d.ts.map +1 -1
  421. package/dist/components/StatusIndicator.js.map +1 -1
  422. package/dist/components/Swiper.d.ts.map +1 -1
  423. package/dist/components/Swiper.js +3 -3
  424. package/dist/components/Swiper.js.map +1 -1
  425. package/dist/components/Tag.d.ts +2 -2
  426. package/dist/components/Tag.d.ts.map +1 -1
  427. package/dist/components/Text.d.ts +3 -3
  428. package/dist/components/Text.d.ts.map +1 -1
  429. package/dist/components/Text.js +6 -3
  430. package/dist/components/Text.js.map +1 -1
  431. package/dist/components/Textarea.d.ts +2 -1
  432. package/dist/components/Textarea.d.ts.map +1 -1
  433. package/dist/components/Textarea.js.map +1 -1
  434. package/dist/components/Toast.d.ts +1 -1
  435. package/dist/components/Toast.d.ts.map +1 -1
  436. package/dist/components/Toast.js +2 -0
  437. package/dist/components/Toast.js.map +1 -1
  438. package/dist/components/Toaster.d.ts +1 -1
  439. package/dist/components/Toaster.d.ts.map +1 -1
  440. package/dist/components/ToggleButton.d.ts +6 -5
  441. package/dist/components/ToggleButton.d.ts.map +1 -1
  442. package/dist/components/ToggleButton.js.map +1 -1
  443. package/dist/components/ToggleButton.module.scss +19 -0
  444. package/dist/components/index.d.ts +0 -3
  445. package/dist/components/index.d.ts.map +1 -1
  446. package/dist/components/index.js +0 -3
  447. package/dist/components/index.js.map +1 -1
  448. package/dist/contexts/ToastProvider.d.ts +1 -1
  449. package/dist/contexts/ToastProvider.d.ts.map +1 -1
  450. package/dist/css/tokens.css +1 -1
  451. package/dist/css/tokens.css.map +1 -1
  452. package/dist/interfaces.d.ts +9 -10
  453. package/dist/interfaces.d.ts.map +1 -1
  454. package/dist/modules/code/CodeBlock.impl.d.ts +2 -0
  455. package/dist/modules/code/CodeBlock.impl.d.ts.map +1 -1
  456. package/dist/modules/code/CodeBlock.impl.js +48 -16
  457. package/dist/modules/code/CodeBlock.impl.js.map +1 -1
  458. package/dist/modules/code/index.d.ts +3 -0
  459. package/dist/modules/code/index.d.ts.map +1 -0
  460. package/dist/modules/code/index.js +2 -0
  461. package/dist/modules/code/index.js.map +1 -0
  462. package/dist/modules/data/BarChart.impl.d.ts +2 -2
  463. package/dist/modules/data/DataTooltip.d.ts +1 -1
  464. package/dist/modules/data/DataTooltip.d.ts.map +1 -1
  465. package/dist/modules/data/DataTooltip.js.map +1 -1
  466. package/dist/modules/data/Legend.d.ts +1 -1
  467. package/dist/modules/data/Legend.d.ts.map +1 -1
  468. package/dist/modules/data/Legend.js.map +1 -1
  469. package/dist/modules/data/LineBarChart.impl.d.ts +2 -2
  470. package/dist/modules/data/LinearGauge.d.ts +1 -2
  471. package/dist/modules/data/LinearGauge.d.ts.map +1 -1
  472. package/dist/modules/data/RadialGauge.d.ts +1 -2
  473. package/dist/modules/data/RadialGauge.d.ts.map +1 -1
  474. package/dist/modules/data/interfaces.d.ts +4 -4
  475. package/dist/modules/index.d.ts +3 -4
  476. package/dist/modules/index.d.ts.map +1 -1
  477. package/dist/modules/index.js +3 -4
  478. package/dist/modules/index.js.map +1 -1
  479. package/dist/modules/media/index.d.ts +3 -0
  480. package/dist/modules/media/index.d.ts.map +1 -0
  481. package/dist/modules/media/index.js +2 -0
  482. package/dist/modules/media/index.js.map +1 -0
  483. package/dist/modules/navigation/HeadingLink.d.ts +1 -2
  484. package/dist/modules/navigation/HeadingLink.d.ts.map +1 -1
  485. package/dist/modules/navigation/HeadingNav.d.ts +2 -2
  486. package/dist/modules/navigation/HeadingNav.d.ts.map +1 -1
  487. package/dist/modules/navigation/HeadingNav.js.map +1 -1
  488. package/dist/modules/navigation/Kbar.d.ts +6 -5
  489. package/dist/modules/navigation/Kbar.d.ts.map +1 -1
  490. package/dist/modules/navigation/Kbar.js +20 -12
  491. package/dist/modules/navigation/Kbar.js.map +1 -1
  492. package/dist/modules/navigation/MobileMegaMenu.d.ts +4 -4
  493. package/dist/modules/navigation/MobileMegaMenu.d.ts.map +1 -1
  494. package/dist/modules/navigation/index.d.ts +2 -2
  495. package/dist/modules/navigation/index.d.ts.map +1 -1
  496. package/dist/modules/navigation/index.js +2 -2
  497. package/dist/modules/navigation/index.js.map +1 -1
  498. package/dist/modules/seo/index.d.ts +5 -0
  499. package/dist/modules/seo/index.d.ts.map +1 -0
  500. package/dist/modules/seo/index.js +3 -0
  501. package/dist/modules/seo/index.js.map +1 -0
  502. package/dist/package.json +13 -2
  503. package/dist/tokens/theme.scss +20 -2
  504. package/dist/types.d.ts +3 -3
  505. package/dist/types.d.ts.map +1 -1
  506. package/dist/types.js +5 -5
  507. package/dist/types.js.map +1 -1
  508. package/dist/utils/dropdownState.d.ts +4 -0
  509. package/dist/utils/dropdownState.d.ts.map +1 -0
  510. package/dist/utils/dropdownState.js +9 -0
  511. package/dist/utils/dropdownState.js.map +1 -0
  512. package/dist/utils/index.d.ts +1 -0
  513. package/dist/utils/index.d.ts.map +1 -1
  514. package/dist/utils/index.js +1 -0
  515. package/dist/utils/index.js.map +1 -1
  516. package/package.json +139 -127
  517. package/LICENSE.md +0 -21
  518. package/next-env.d.ts +0 -5
@@ -0,0 +1,146 @@
1
+ {
2
+ "name": "Animation",
3
+ "group": "components",
4
+ "extends": [
5
+ "Flex"
6
+ ],
7
+ "mixins": [
8
+ "CommonProps",
9
+ "DisplayProps",
10
+ "FlexProps",
11
+ "SizeProps",
12
+ "SpacingProps",
13
+ "StyleProps"
14
+ ],
15
+ "props": {
16
+ "trigger": "ReactNode",
17
+ "children": "!ReactNode",
18
+ "fade": "number",
19
+ "scale": "number",
20
+ "blur": "number",
21
+ "slideUp": "number",
22
+ "slideDown": "number",
23
+ "slideLeft": "number",
24
+ "slideRight": "number",
25
+ "zoomIn": "number",
26
+ "zoomOut": "number",
27
+ "triggerType": "TriggerType = manual",
28
+ "active": "boolean",
29
+ "delay": "number = 0",
30
+ "duration": "number = 300",
31
+ "easing": "EasingCurve = ease-out",
32
+ "transformOrigin": "string = center",
33
+ "childrenPosition": "CSSProperties[\"position\"] = absolute",
34
+ "reverse": "boolean = false",
35
+ "touch": "\"disable\" | \"enable\" | \"display\" = enable",
36
+ "portal": "boolean = false",
37
+ "placement": "Placement = top",
38
+ "offsetDistance": "SpacingToken = 8"
39
+ },
40
+ "mixinsRef": [
41
+ "CommonProps",
42
+ "DisplayProps",
43
+ "FlexProps",
44
+ "SizeProps",
45
+ "SpacingProps",
46
+ "StyleProps"
47
+ ],
48
+ "tokensRef": "see spec.json mixins",
49
+ "resolvedMixins": {
50
+ "CommonProps": {
51
+ "onBackground": "Colors",
52
+ "onSolid": "Colors",
53
+ "align": "CSSProperties[\"textAlign\"]"
54
+ },
55
+ "DisplayProps": {
56
+ "as": "ElementType",
57
+ "inline": "boolean",
58
+ "hide": "boolean",
59
+ "pointerEvents": "\"none\" | \"all\" | \"auto\"",
60
+ "position": "CSSProperties[\"position\"]",
61
+ "overflow": "CSSProperties[\"overflow\"]",
62
+ "overflowX": "CSSProperties[\"overflowX\"]",
63
+ "overflowY": "CSSProperties[\"overflowY\"]",
64
+ "scrollbar": "\"default\" | \"minimal\"",
65
+ "transition": "\"micro-short\" | \"micro-medium\" | \"micro-long\" | \"macro-short\" | \"macro-medium\" | \"macro-long\"",
66
+ "opacity": "Opacity",
67
+ "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\"",
68
+ "dark": "boolean",
69
+ "light": "boolean"
70
+ },
71
+ "FlexProps": {
72
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
73
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
74
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
75
+ "center": "boolean",
76
+ "wrap": "boolean",
77
+ "flex": "FlexValue"
78
+ },
79
+ "SizeProps": {
80
+ "width": "number | SpacingToken | CSSUnit",
81
+ "height": "number | SpacingToken | CSSUnit",
82
+ "maxWidth": "number | SpacingToken | CSSUnit",
83
+ "minWidth": "number | SpacingToken | CSSUnit",
84
+ "minHeight": "number | SpacingToken | CSSUnit",
85
+ "maxHeight": "number | SpacingToken | CSSUnit",
86
+ "fit": "boolean",
87
+ "fitWidth": "boolean",
88
+ "fitHeight": "boolean",
89
+ "fill": "boolean",
90
+ "fillWidth": "boolean",
91
+ "fillHeight": "boolean",
92
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]"
93
+ },
94
+ "SpacingProps": {
95
+ "padding": "SpacingToken | number",
96
+ "paddingLeft": "SpacingToken | number",
97
+ "paddingRight": "SpacingToken | number",
98
+ "paddingTop": "SpacingToken | number",
99
+ "paddingBottom": "SpacingToken | number",
100
+ "paddingX": "SpacingToken | number",
101
+ "paddingY": "SpacingToken | number",
102
+ "margin": "SpacingToken | number",
103
+ "marginLeft": "SpacingToken | number",
104
+ "marginRight": "SpacingToken | number",
105
+ "marginTop": "SpacingToken | number",
106
+ "marginBottom": "SpacingToken | number",
107
+ "marginX": "SpacingToken | number",
108
+ "marginY": "SpacingToken | number",
109
+ "gap": "SpacingToken | number | \"-1\"",
110
+ "top": "SpacingToken | number | CSSUnit",
111
+ "right": "SpacingToken | number | CSSUnit",
112
+ "bottom": "SpacingToken | number | CSSUnit",
113
+ "left": "SpacingToken | number | CSSUnit",
114
+ "translateX": "SpacingToken | number | CSSUnit",
115
+ "translateY": "SpacingToken | number | CSSUnit"
116
+ },
117
+ "StyleProps": {
118
+ "textVariant": "TextVariant",
119
+ "textSize": "TextSize",
120
+ "textType": "TextType",
121
+ "textWeight": "TextWeight",
122
+ "background": "Colors | \"surface\" | \"overlay\" | \"page\" | \"transparent\"",
123
+ "solid": "Colors",
124
+ "borderTop": "Colors | \"surface\" | \"transparent\" | boolean",
125
+ "borderRight": "Colors | \"surface\" | \"transparent\" | boolean",
126
+ "borderBottom": "Colors | \"surface\" | \"transparent\" | boolean",
127
+ "borderLeft": "Colors | \"surface\" | \"transparent\" | boolean",
128
+ "borderX": "Colors | \"surface\" | \"transparent\" | boolean",
129
+ "borderY": "Colors | \"surface\" | \"transparent\" | boolean",
130
+ "border": "Colors | \"surface\" | \"transparent\" | boolean",
131
+ "borderStyle": "\"solid\" | \"dashed\"",
132
+ "borderWidth": "1 | 2 | 4 | 8 | \"1\" | \"2\" | \"4\" | \"8\"",
133
+ "topRadius": "RadiusSize",
134
+ "rightRadius": "RadiusSize",
135
+ "bottomRadius": "RadiusSize",
136
+ "leftRadius": "RadiusSize",
137
+ "topLeftRadius": "RadiusSize",
138
+ "topRightRadius": "RadiusSize",
139
+ "bottomLeftRadius": "RadiusSize",
140
+ "bottomRightRadius": "RadiusSize",
141
+ "shadow": "ShadowSize",
142
+ "cursor": "CSSProperties[\"cursor\"] | \"interactive\" | ReactNode",
143
+ "radius": "RadiusSize | `${RadiusSize}-${RadiusNest}`"
144
+ }
145
+ }
146
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "name": "Arrow",
3
+ "group": "components",
4
+ "extends": [
5
+ "Flex"
6
+ ],
7
+ "mixins": [
8
+ "CommonProps",
9
+ "DisplayProps",
10
+ "FlexProps",
11
+ "SizeProps",
12
+ "SpacingProps",
13
+ "StyleProps"
14
+ ],
15
+ "props": {
16
+ "trigger": "!string",
17
+ "scale": "number = 0.8",
18
+ "color": "\"onBackground\" | \"onSolid\" = onBackground",
19
+ "style": "React.CSSProperties",
20
+ "className": "string"
21
+ },
22
+ "mixinsRef": [
23
+ "CommonProps",
24
+ "DisplayProps",
25
+ "FlexProps",
26
+ "SizeProps",
27
+ "SpacingProps",
28
+ "StyleProps"
29
+ ],
30
+ "tokensRef": "see spec.json mixins",
31
+ "resolvedMixins": {
32
+ "CommonProps": {
33
+ "onBackground": "Colors",
34
+ "onSolid": "Colors",
35
+ "align": "CSSProperties[\"textAlign\"]"
36
+ },
37
+ "DisplayProps": {
38
+ "as": "ElementType",
39
+ "inline": "boolean",
40
+ "hide": "boolean",
41
+ "pointerEvents": "\"none\" | \"all\" | \"auto\"",
42
+ "position": "CSSProperties[\"position\"]",
43
+ "overflow": "CSSProperties[\"overflow\"]",
44
+ "overflowX": "CSSProperties[\"overflowX\"]",
45
+ "overflowY": "CSSProperties[\"overflowY\"]",
46
+ "scrollbar": "\"default\" | \"minimal\"",
47
+ "transition": "\"micro-short\" | \"micro-medium\" | \"micro-long\" | \"macro-short\" | \"macro-medium\" | \"macro-long\"",
48
+ "opacity": "Opacity",
49
+ "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\"",
50
+ "dark": "boolean",
51
+ "light": "boolean"
52
+ },
53
+ "FlexProps": {
54
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
55
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
56
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
57
+ "center": "boolean",
58
+ "wrap": "boolean",
59
+ "flex": "FlexValue"
60
+ },
61
+ "SizeProps": {
62
+ "width": "number | SpacingToken | CSSUnit",
63
+ "height": "number | SpacingToken | CSSUnit",
64
+ "maxWidth": "number | SpacingToken | CSSUnit",
65
+ "minWidth": "number | SpacingToken | CSSUnit",
66
+ "minHeight": "number | SpacingToken | CSSUnit",
67
+ "maxHeight": "number | SpacingToken | CSSUnit",
68
+ "fit": "boolean",
69
+ "fitWidth": "boolean",
70
+ "fitHeight": "boolean",
71
+ "fill": "boolean",
72
+ "fillWidth": "boolean",
73
+ "fillHeight": "boolean",
74
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]"
75
+ },
76
+ "SpacingProps": {
77
+ "padding": "SpacingToken | number",
78
+ "paddingLeft": "SpacingToken | number",
79
+ "paddingRight": "SpacingToken | number",
80
+ "paddingTop": "SpacingToken | number",
81
+ "paddingBottom": "SpacingToken | number",
82
+ "paddingX": "SpacingToken | number",
83
+ "paddingY": "SpacingToken | number",
84
+ "margin": "SpacingToken | number",
85
+ "marginLeft": "SpacingToken | number",
86
+ "marginRight": "SpacingToken | number",
87
+ "marginTop": "SpacingToken | number",
88
+ "marginBottom": "SpacingToken | number",
89
+ "marginX": "SpacingToken | number",
90
+ "marginY": "SpacingToken | number",
91
+ "gap": "SpacingToken | number | \"-1\"",
92
+ "top": "SpacingToken | number | CSSUnit",
93
+ "right": "SpacingToken | number | CSSUnit",
94
+ "bottom": "SpacingToken | number | CSSUnit",
95
+ "left": "SpacingToken | number | CSSUnit",
96
+ "translateX": "SpacingToken | number | CSSUnit",
97
+ "translateY": "SpacingToken | number | CSSUnit"
98
+ },
99
+ "StyleProps": {
100
+ "textVariant": "TextVariant",
101
+ "textSize": "TextSize",
102
+ "textType": "TextType",
103
+ "textWeight": "TextWeight",
104
+ "background": "Colors | \"surface\" | \"overlay\" | \"page\" | \"transparent\"",
105
+ "solid": "Colors",
106
+ "borderTop": "Colors | \"surface\" | \"transparent\" | boolean",
107
+ "borderRight": "Colors | \"surface\" | \"transparent\" | boolean",
108
+ "borderBottom": "Colors | \"surface\" | \"transparent\" | boolean",
109
+ "borderLeft": "Colors | \"surface\" | \"transparent\" | boolean",
110
+ "borderX": "Colors | \"surface\" | \"transparent\" | boolean",
111
+ "borderY": "Colors | \"surface\" | \"transparent\" | boolean",
112
+ "border": "Colors | \"surface\" | \"transparent\" | boolean",
113
+ "borderStyle": "\"solid\" | \"dashed\"",
114
+ "borderWidth": "1 | 2 | 4 | 8 | \"1\" | \"2\" | \"4\" | \"8\"",
115
+ "topRadius": "RadiusSize",
116
+ "rightRadius": "RadiusSize",
117
+ "bottomRadius": "RadiusSize",
118
+ "leftRadius": "RadiusSize",
119
+ "topLeftRadius": "RadiusSize",
120
+ "topRightRadius": "RadiusSize",
121
+ "bottomLeftRadius": "RadiusSize",
122
+ "bottomRightRadius": "RadiusSize",
123
+ "shadow": "ShadowSize",
124
+ "cursor": "CSSProperties[\"cursor\"] | \"interactive\" | ReactNode",
125
+ "radius": "RadiusSize | `${RadiusSize}-${RadiusNest}`"
126
+ }
127
+ }
128
+ }
@@ -0,0 +1,130 @@
1
+ {
2
+ "name": "AutoScroll",
3
+ "group": "components",
4
+ "extends": [
5
+ "Flex"
6
+ ],
7
+ "mixins": [
8
+ "CommonProps",
9
+ "DisplayProps",
10
+ "FlexProps",
11
+ "SizeProps",
12
+ "SpacingProps",
13
+ "StyleProps"
14
+ ],
15
+ "props": {
16
+ "children": "!React.ReactNode",
17
+ "speed": "\"slow\" | \"medium\" | \"fast\" = medium",
18
+ "hover": "\"slow\" | \"pause\" | \"none\" = slow",
19
+ "reverse": "boolean = false",
20
+ "className": "string",
21
+ "style": "React.CSSProperties",
22
+ "scrollGap": "number | string"
23
+ },
24
+ "mixinsRef": [
25
+ "CommonProps",
26
+ "DisplayProps",
27
+ "FlexProps",
28
+ "SizeProps",
29
+ "SpacingProps",
30
+ "StyleProps"
31
+ ],
32
+ "tokensRef": "see spec.json mixins",
33
+ "resolvedMixins": {
34
+ "CommonProps": {
35
+ "onBackground": "Colors",
36
+ "onSolid": "Colors",
37
+ "align": "CSSProperties[\"textAlign\"]"
38
+ },
39
+ "DisplayProps": {
40
+ "as": "ElementType",
41
+ "inline": "boolean",
42
+ "hide": "boolean",
43
+ "pointerEvents": "\"none\" | \"all\" | \"auto\"",
44
+ "position": "CSSProperties[\"position\"]",
45
+ "overflow": "CSSProperties[\"overflow\"]",
46
+ "overflowX": "CSSProperties[\"overflowX\"]",
47
+ "overflowY": "CSSProperties[\"overflowY\"]",
48
+ "scrollbar": "\"default\" | \"minimal\"",
49
+ "transition": "\"micro-short\" | \"micro-medium\" | \"micro-long\" | \"macro-short\" | \"macro-medium\" | \"macro-long\"",
50
+ "opacity": "Opacity",
51
+ "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\"",
52
+ "dark": "boolean",
53
+ "light": "boolean"
54
+ },
55
+ "FlexProps": {
56
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
57
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
58
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
59
+ "center": "boolean",
60
+ "wrap": "boolean",
61
+ "flex": "FlexValue"
62
+ },
63
+ "SizeProps": {
64
+ "width": "number | SpacingToken | CSSUnit",
65
+ "height": "number | SpacingToken | CSSUnit",
66
+ "maxWidth": "number | SpacingToken | CSSUnit",
67
+ "minWidth": "number | SpacingToken | CSSUnit",
68
+ "minHeight": "number | SpacingToken | CSSUnit",
69
+ "maxHeight": "number | SpacingToken | CSSUnit",
70
+ "fit": "boolean",
71
+ "fitWidth": "boolean",
72
+ "fitHeight": "boolean",
73
+ "fill": "boolean",
74
+ "fillWidth": "boolean",
75
+ "fillHeight": "boolean",
76
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]"
77
+ },
78
+ "SpacingProps": {
79
+ "padding": "SpacingToken | number",
80
+ "paddingLeft": "SpacingToken | number",
81
+ "paddingRight": "SpacingToken | number",
82
+ "paddingTop": "SpacingToken | number",
83
+ "paddingBottom": "SpacingToken | number",
84
+ "paddingX": "SpacingToken | number",
85
+ "paddingY": "SpacingToken | number",
86
+ "margin": "SpacingToken | number",
87
+ "marginLeft": "SpacingToken | number",
88
+ "marginRight": "SpacingToken | number",
89
+ "marginTop": "SpacingToken | number",
90
+ "marginBottom": "SpacingToken | number",
91
+ "marginX": "SpacingToken | number",
92
+ "marginY": "SpacingToken | number",
93
+ "gap": "SpacingToken | number | \"-1\"",
94
+ "top": "SpacingToken | number | CSSUnit",
95
+ "right": "SpacingToken | number | CSSUnit",
96
+ "bottom": "SpacingToken | number | CSSUnit",
97
+ "left": "SpacingToken | number | CSSUnit",
98
+ "translateX": "SpacingToken | number | CSSUnit",
99
+ "translateY": "SpacingToken | number | CSSUnit"
100
+ },
101
+ "StyleProps": {
102
+ "textVariant": "TextVariant",
103
+ "textSize": "TextSize",
104
+ "textType": "TextType",
105
+ "textWeight": "TextWeight",
106
+ "background": "Colors | \"surface\" | \"overlay\" | \"page\" | \"transparent\"",
107
+ "solid": "Colors",
108
+ "borderTop": "Colors | \"surface\" | \"transparent\" | boolean",
109
+ "borderRight": "Colors | \"surface\" | \"transparent\" | boolean",
110
+ "borderBottom": "Colors | \"surface\" | \"transparent\" | boolean",
111
+ "borderLeft": "Colors | \"surface\" | \"transparent\" | boolean",
112
+ "borderX": "Colors | \"surface\" | \"transparent\" | boolean",
113
+ "borderY": "Colors | \"surface\" | \"transparent\" | boolean",
114
+ "border": "Colors | \"surface\" | \"transparent\" | boolean",
115
+ "borderStyle": "\"solid\" | \"dashed\"",
116
+ "borderWidth": "1 | 2 | 4 | 8 | \"1\" | \"2\" | \"4\" | \"8\"",
117
+ "topRadius": "RadiusSize",
118
+ "rightRadius": "RadiusSize",
119
+ "bottomRadius": "RadiusSize",
120
+ "leftRadius": "RadiusSize",
121
+ "topLeftRadius": "RadiusSize",
122
+ "topRightRadius": "RadiusSize",
123
+ "bottomLeftRadius": "RadiusSize",
124
+ "bottomRightRadius": "RadiusSize",
125
+ "shadow": "ShadowSize",
126
+ "cursor": "CSSProperties[\"cursor\"] | \"interactive\" | ReactNode",
127
+ "radius": "RadiusSize | `${RadiusSize}-${RadiusNest}`"
128
+ }
129
+ }
130
+ }
@@ -0,0 +1,133 @@
1
+ {
2
+ "name": "Avatar",
3
+ "group": "components",
4
+ "extends": [
5
+ "Flex"
6
+ ],
7
+ "mixins": [
8
+ "CommonProps",
9
+ "DisplayProps",
10
+ "FlexProps",
11
+ "SizeProps",
12
+ "SpacingProps",
13
+ "StyleProps"
14
+ ],
15
+ "props": {
16
+ "size": "TShirtSizes | number = m",
17
+ "value": "string",
18
+ "src": "string",
19
+ "unoptimized": "boolean",
20
+ "loading": "boolean",
21
+ "empty": "boolean",
22
+ "icon": "IconName",
23
+ "statusIndicator": "{ color: \"green\" | \"yellow\" | \"red\" | \"gray\"; }",
24
+ "style": "React.CSSProperties = {}",
25
+ "className": "string"
26
+ },
27
+ "mixinsRef": [
28
+ "CommonProps",
29
+ "DisplayProps",
30
+ "FlexProps",
31
+ "SizeProps",
32
+ "SpacingProps",
33
+ "StyleProps"
34
+ ],
35
+ "tokensRef": "see spec.json mixins",
36
+ "resolvedMixins": {
37
+ "CommonProps": {
38
+ "onBackground": "Colors",
39
+ "onSolid": "Colors",
40
+ "align": "CSSProperties[\"textAlign\"]"
41
+ },
42
+ "DisplayProps": {
43
+ "as": "ElementType",
44
+ "inline": "boolean",
45
+ "hide": "boolean",
46
+ "pointerEvents": "\"none\" | \"all\" | \"auto\"",
47
+ "position": "CSSProperties[\"position\"]",
48
+ "overflow": "CSSProperties[\"overflow\"]",
49
+ "overflowX": "CSSProperties[\"overflowX\"]",
50
+ "overflowY": "CSSProperties[\"overflowY\"]",
51
+ "scrollbar": "\"default\" | \"minimal\"",
52
+ "transition": "\"micro-short\" | \"micro-medium\" | \"micro-long\" | \"macro-short\" | \"macro-medium\" | \"macro-long\"",
53
+ "opacity": "Opacity",
54
+ "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\"",
55
+ "dark": "boolean",
56
+ "light": "boolean"
57
+ },
58
+ "FlexProps": {
59
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
60
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
61
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
62
+ "center": "boolean",
63
+ "wrap": "boolean",
64
+ "flex": "FlexValue"
65
+ },
66
+ "SizeProps": {
67
+ "width": "number | SpacingToken | CSSUnit",
68
+ "height": "number | SpacingToken | CSSUnit",
69
+ "maxWidth": "number | SpacingToken | CSSUnit",
70
+ "minWidth": "number | SpacingToken | CSSUnit",
71
+ "minHeight": "number | SpacingToken | CSSUnit",
72
+ "maxHeight": "number | SpacingToken | CSSUnit",
73
+ "fit": "boolean",
74
+ "fitWidth": "boolean",
75
+ "fitHeight": "boolean",
76
+ "fill": "boolean",
77
+ "fillWidth": "boolean",
78
+ "fillHeight": "boolean",
79
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]"
80
+ },
81
+ "SpacingProps": {
82
+ "padding": "SpacingToken | number",
83
+ "paddingLeft": "SpacingToken | number",
84
+ "paddingRight": "SpacingToken | number",
85
+ "paddingTop": "SpacingToken | number",
86
+ "paddingBottom": "SpacingToken | number",
87
+ "paddingX": "SpacingToken | number",
88
+ "paddingY": "SpacingToken | number",
89
+ "margin": "SpacingToken | number",
90
+ "marginLeft": "SpacingToken | number",
91
+ "marginRight": "SpacingToken | number",
92
+ "marginTop": "SpacingToken | number",
93
+ "marginBottom": "SpacingToken | number",
94
+ "marginX": "SpacingToken | number",
95
+ "marginY": "SpacingToken | number",
96
+ "gap": "SpacingToken | number | \"-1\"",
97
+ "top": "SpacingToken | number | CSSUnit",
98
+ "right": "SpacingToken | number | CSSUnit",
99
+ "bottom": "SpacingToken | number | CSSUnit",
100
+ "left": "SpacingToken | number | CSSUnit",
101
+ "translateX": "SpacingToken | number | CSSUnit",
102
+ "translateY": "SpacingToken | number | CSSUnit"
103
+ },
104
+ "StyleProps": {
105
+ "textVariant": "TextVariant",
106
+ "textSize": "TextSize",
107
+ "textType": "TextType",
108
+ "textWeight": "TextWeight",
109
+ "background": "Colors | \"surface\" | \"overlay\" | \"page\" | \"transparent\"",
110
+ "solid": "Colors",
111
+ "borderTop": "Colors | \"surface\" | \"transparent\" | boolean",
112
+ "borderRight": "Colors | \"surface\" | \"transparent\" | boolean",
113
+ "borderBottom": "Colors | \"surface\" | \"transparent\" | boolean",
114
+ "borderLeft": "Colors | \"surface\" | \"transparent\" | boolean",
115
+ "borderX": "Colors | \"surface\" | \"transparent\" | boolean",
116
+ "borderY": "Colors | \"surface\" | \"transparent\" | boolean",
117
+ "border": "Colors | \"surface\" | \"transparent\" | boolean",
118
+ "borderStyle": "\"solid\" | \"dashed\"",
119
+ "borderWidth": "1 | 2 | 4 | 8 | \"1\" | \"2\" | \"4\" | \"8\"",
120
+ "topRadius": "RadiusSize",
121
+ "rightRadius": "RadiusSize",
122
+ "bottomRadius": "RadiusSize",
123
+ "leftRadius": "RadiusSize",
124
+ "topLeftRadius": "RadiusSize",
125
+ "topRightRadius": "RadiusSize",
126
+ "bottomLeftRadius": "RadiusSize",
127
+ "bottomRightRadius": "RadiusSize",
128
+ "shadow": "ShadowSize",
129
+ "cursor": "CSSProperties[\"cursor\"] | \"interactive\" | ReactNode",
130
+ "radius": "RadiusSize | `${RadiusSize}-${RadiusNest}`"
131
+ }
132
+ }
133
+ }
@@ -0,0 +1,129 @@
1
+ {
2
+ "name": "AvatarGroup",
3
+ "group": "components",
4
+ "extends": [
5
+ "Flex"
6
+ ],
7
+ "mixins": [
8
+ "CommonProps",
9
+ "DisplayProps",
10
+ "FlexProps",
11
+ "SizeProps",
12
+ "SpacingProps",
13
+ "StyleProps"
14
+ ],
15
+ "props": {
16
+ "avatars": "!AvatarProps[]",
17
+ "size": "TShirtSizes = m",
18
+ "reverse": "boolean = false",
19
+ "limit": "number",
20
+ "className": "string",
21
+ "style": "React.CSSProperties"
22
+ },
23
+ "mixinsRef": [
24
+ "CommonProps",
25
+ "DisplayProps",
26
+ "FlexProps",
27
+ "SizeProps",
28
+ "SpacingProps",
29
+ "StyleProps"
30
+ ],
31
+ "tokensRef": "see spec.json mixins",
32
+ "resolvedMixins": {
33
+ "CommonProps": {
34
+ "onBackground": "Colors",
35
+ "onSolid": "Colors",
36
+ "align": "CSSProperties[\"textAlign\"]"
37
+ },
38
+ "DisplayProps": {
39
+ "as": "ElementType",
40
+ "inline": "boolean",
41
+ "hide": "boolean",
42
+ "pointerEvents": "\"none\" | \"all\" | \"auto\"",
43
+ "position": "CSSProperties[\"position\"]",
44
+ "overflow": "CSSProperties[\"overflow\"]",
45
+ "overflowX": "CSSProperties[\"overflowX\"]",
46
+ "overflowY": "CSSProperties[\"overflowY\"]",
47
+ "scrollbar": "\"default\" | \"minimal\"",
48
+ "transition": "\"micro-short\" | \"micro-medium\" | \"micro-long\" | \"macro-short\" | \"macro-medium\" | \"macro-long\"",
49
+ "opacity": "Opacity",
50
+ "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\"",
51
+ "dark": "boolean",
52
+ "light": "boolean"
53
+ },
54
+ "FlexProps": {
55
+ "direction": "\"row\" | \"column\" | \"row-reverse\" | \"column-reverse\"",
56
+ "horizontal": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
57
+ "vertical": "\"start\" | \"center\" | \"end\" | \"between\" | \"around\" | \"even\" | \"stretch\"",
58
+ "center": "boolean",
59
+ "wrap": "boolean",
60
+ "flex": "FlexValue"
61
+ },
62
+ "SizeProps": {
63
+ "width": "number | SpacingToken | CSSUnit",
64
+ "height": "number | SpacingToken | CSSUnit",
65
+ "maxWidth": "number | SpacingToken | CSSUnit",
66
+ "minWidth": "number | SpacingToken | CSSUnit",
67
+ "minHeight": "number | SpacingToken | CSSUnit",
68
+ "maxHeight": "number | SpacingToken | CSSUnit",
69
+ "fit": "boolean",
70
+ "fitWidth": "boolean",
71
+ "fitHeight": "boolean",
72
+ "fill": "boolean",
73
+ "fillWidth": "boolean",
74
+ "fillHeight": "boolean",
75
+ "aspectRatio": "CSSProperties[\"aspectRatio\"]"
76
+ },
77
+ "SpacingProps": {
78
+ "padding": "SpacingToken | number",
79
+ "paddingLeft": "SpacingToken | number",
80
+ "paddingRight": "SpacingToken | number",
81
+ "paddingTop": "SpacingToken | number",
82
+ "paddingBottom": "SpacingToken | number",
83
+ "paddingX": "SpacingToken | number",
84
+ "paddingY": "SpacingToken | number",
85
+ "margin": "SpacingToken | number",
86
+ "marginLeft": "SpacingToken | number",
87
+ "marginRight": "SpacingToken | number",
88
+ "marginTop": "SpacingToken | number",
89
+ "marginBottom": "SpacingToken | number",
90
+ "marginX": "SpacingToken | number",
91
+ "marginY": "SpacingToken | number",
92
+ "gap": "SpacingToken | number | \"-1\"",
93
+ "top": "SpacingToken | number | CSSUnit",
94
+ "right": "SpacingToken | number | CSSUnit",
95
+ "bottom": "SpacingToken | number | CSSUnit",
96
+ "left": "SpacingToken | number | CSSUnit",
97
+ "translateX": "SpacingToken | number | CSSUnit",
98
+ "translateY": "SpacingToken | number | CSSUnit"
99
+ },
100
+ "StyleProps": {
101
+ "textVariant": "TextVariant",
102
+ "textSize": "TextSize",
103
+ "textType": "TextType",
104
+ "textWeight": "TextWeight",
105
+ "background": "Colors | \"surface\" | \"overlay\" | \"page\" | \"transparent\"",
106
+ "solid": "Colors",
107
+ "borderTop": "Colors | \"surface\" | \"transparent\" | boolean",
108
+ "borderRight": "Colors | \"surface\" | \"transparent\" | boolean",
109
+ "borderBottom": "Colors | \"surface\" | \"transparent\" | boolean",
110
+ "borderLeft": "Colors | \"surface\" | \"transparent\" | boolean",
111
+ "borderX": "Colors | \"surface\" | \"transparent\" | boolean",
112
+ "borderY": "Colors | \"surface\" | \"transparent\" | boolean",
113
+ "border": "Colors | \"surface\" | \"transparent\" | boolean",
114
+ "borderStyle": "\"solid\" | \"dashed\"",
115
+ "borderWidth": "1 | 2 | 4 | 8 | \"1\" | \"2\" | \"4\" | \"8\"",
116
+ "topRadius": "RadiusSize",
117
+ "rightRadius": "RadiusSize",
118
+ "bottomRadius": "RadiusSize",
119
+ "leftRadius": "RadiusSize",
120
+ "topLeftRadius": "RadiusSize",
121
+ "topRightRadius": "RadiusSize",
122
+ "bottomLeftRadius": "RadiusSize",
123
+ "bottomRightRadius": "RadiusSize",
124
+ "shadow": "ShadowSize",
125
+ "cursor": "CSSProperties[\"cursor\"] | \"interactive\" | ReactNode",
126
+ "radius": "RadiusSize | `${RadiusSize}-${RadiusNest}`"
127
+ }
128
+ }
129
+ }