@once-ui-system/core 1.7.11 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/ai/catalog.json +1650 -0
  2. package/ai/catalog.seed.json +411 -0
  3. package/ai/components/Accordion.json +136 -0
  4. package/ai/components/AccordionGroup.json +128 -0
  5. package/ai/components/Animation.json +146 -0
  6. package/ai/components/Arrow.json +128 -0
  7. package/ai/components/AutoScroll.json +130 -0
  8. package/ai/components/Avatar.json +133 -0
  9. package/ai/components/AvatarGroup.json +129 -0
  10. package/ai/components/Background.json +131 -0
  11. package/ai/components/Badge.json +132 -0
  12. package/ai/components/Banner.json +122 -0
  13. package/ai/components/BarChart.json +123 -0
  14. package/ai/components/BlobFx.json +125 -0
  15. package/ai/components/BlockQuote.json +132 -0
  16. package/ai/components/Button.json +26 -0
  17. package/ai/components/Card.json +129 -0
  18. package/ai/components/Carousel.json +134 -0
  19. package/ai/components/CelebrationFx.json +132 -0
  20. package/ai/components/ChartHeader.json +130 -0
  21. package/ai/components/ChartStatus.json +12 -0
  22. package/ai/components/Checkbox.json +13 -0
  23. package/ai/components/Chip.json +132 -0
  24. package/ai/components/CodeBlock.json +122 -0
  25. package/ai/components/ColorInput.json +13 -0
  26. package/ai/components/Column.json +128 -0
  27. package/ai/components/CompareImage.json +126 -0
  28. package/ai/components/ContextMenu.json +22 -0
  29. package/ai/components/CountFx.json +82 -0
  30. package/ai/components/CountdownFx.json +11 -0
  31. package/ai/components/Cursor.json +9 -0
  32. package/ai/components/CursorCard.json +128 -0
  33. package/ai/components/DataTooltip.json +15 -0
  34. package/ai/components/DateInput.json +21 -0
  35. package/ai/components/DatePicker.json +143 -0
  36. package/ai/components/DateRangeInput.json +18 -0
  37. package/ai/components/DateRangePicker.json +129 -0
  38. package/ai/components/Dialog.json +134 -0
  39. package/ai/components/DialogProvider.json +8 -0
  40. package/ai/components/Dropdown.json +128 -0
  41. package/ai/components/DropdownWrapper.json +28 -0
  42. package/ai/components/EmojiPicker.json +129 -0
  43. package/ai/components/EmojiPickerDropdown.json +13 -0
  44. package/ai/components/Fade.json +130 -0
  45. package/ai/components/FadingLettersFx.json +77 -0
  46. package/ai/components/Feedback.json +132 -0
  47. package/ai/components/Flex.json +125 -0
  48. package/ai/components/FlipFx.json +133 -0
  49. package/ai/components/GlitchFx.json +128 -0
  50. package/ai/components/Grid.json +121 -0
  51. package/ai/components/Heading.json +75 -0
  52. package/ai/components/HeadingLink.json +127 -0
  53. package/ai/components/HeadingNav.json +124 -0
  54. package/ai/components/HoloFx.json +128 -0
  55. package/ai/components/Hover.json +130 -0
  56. package/ai/components/HoverCard.json +122 -0
  57. package/ai/components/Icon.json +132 -0
  58. package/ai/components/IconButton.json +22 -0
  59. package/ai/components/InfiniteScroll.json +130 -0
  60. package/ai/components/InlineCode.json +126 -0
  61. package/ai/components/Input.json +24 -0
  62. package/ai/components/InteractiveDetails.json +14 -0
  63. package/ai/components/Kbar.json +10 -0
  64. package/ai/components/Kbd.json +127 -0
  65. package/ai/components/Legend.json +14 -0
  66. package/ai/components/LetterFx.json +14 -0
  67. package/ai/components/Line.json +125 -0
  68. package/ai/components/LineBarChart.json +123 -0
  69. package/ai/components/LineChart.json +123 -0
  70. package/ai/components/LinearGauge.json +130 -0
  71. package/ai/components/LinearGradient.json +15 -0
  72. package/ai/components/List.json +127 -0
  73. package/ai/components/ListItem.json +77 -0
  74. package/ai/components/Logo.json +16 -0
  75. package/ai/components/LogoCloud.json +124 -0
  76. package/ai/components/Mask.json +131 -0
  77. package/ai/components/MasonryGrid.json +132 -0
  78. package/ai/components/MatrixFx.json +135 -0
  79. package/ai/components/Media.json +142 -0
  80. package/ai/components/MediaUpload.json +122 -0
  81. package/ai/components/MegaMenu.json +125 -0
  82. package/ai/components/MobileMegaMenu.json +125 -0
  83. package/ai/components/Modal.json +12 -0
  84. package/ai/components/NavIcon.json +127 -0
  85. package/ai/components/NumberInput.json +16 -0
  86. package/ai/components/OTPInput.json +13 -0
  87. package/ai/components/OgCard.json +135 -0
  88. package/ai/components/Option.json +137 -0
  89. package/ai/components/Particle.json +135 -0
  90. package/ai/components/PasswordInput.json +8 -0
  91. package/ai/components/PieChart.json +123 -0
  92. package/ai/components/ProgressBar.json +131 -0
  93. package/ai/components/Pulse.json +129 -0
  94. package/ai/components/RadialGauge.json +134 -0
  95. package/ai/components/RadialGradient.json +16 -0
  96. package/ai/components/RadioButton.json +17 -0
  97. package/ai/components/RevealFx.json +131 -0
  98. package/ai/components/Row.json +128 -0
  99. package/ai/components/Schema.json +17 -0
  100. package/ai/components/ScrollContainer.json +126 -0
  101. package/ai/components/ScrollToTop.json +124 -0
  102. package/ai/components/Scroller.json +128 -0
  103. package/ai/components/SegmentedControl.json +132 -0
  104. package/ai/components/Select.json +21 -0
  105. package/ai/components/ShineFx.json +80 -0
  106. package/ai/components/Skeleton.json +129 -0
  107. package/ai/components/Slider.json +17 -0
  108. package/ai/components/SmartLink.json +17 -0
  109. package/ai/components/Spinner.json +127 -0
  110. package/ai/components/SplitView.json +129 -0
  111. package/ai/components/StatusIndicator.json +128 -0
  112. package/ai/components/StyleOverlay.json +126 -0
  113. package/ai/components/StylePanel.json +125 -0
  114. package/ai/components/Swiper.json +130 -0
  115. package/ai/components/Switch.json +20 -0
  116. package/ai/components/Table.json +125 -0
  117. package/ai/components/Tag.json +129 -0
  118. package/ai/components/TagInput.json +12 -0
  119. package/ai/components/Text.json +72 -0
  120. package/ai/components/Textarea.json +24 -0
  121. package/ai/components/ThemeSwitcher.json +122 -0
  122. package/ai/components/TiltFx.json +126 -0
  123. package/ai/components/Timeline.json +126 -0
  124. package/ai/components/Toast.json +13 -0
  125. package/ai/components/Toaster.json +14 -0
  126. package/ai/components/ToggleButton.json +24 -0
  127. package/ai/components/Tooltip.json +129 -0
  128. package/ai/components/TypeFx.json +15 -0
  129. package/ai/components/User.json +15 -0
  130. package/ai/components/UserMenu.json +16 -0
  131. package/ai/components/WeatherFx.json +133 -0
  132. package/ai/examples/auth.tsx +105 -0
  133. package/ai/examples/blocks/Background6.tsx +25 -0
  134. package/ai/examples/blocks/Chat1.tsx +70 -0
  135. package/ai/examples/blocks/Dashboard1.tsx +404 -0
  136. package/ai/examples/blocks/Feed3.tsx +151 -0
  137. package/ai/examples/blocks/Footer1.tsx +30 -0
  138. package/ai/examples/blocks/Footer2.tsx +96 -0
  139. package/ai/examples/blocks/Footer3.tsx +127 -0
  140. package/ai/examples/blocks/Footer4.tsx +406 -0
  141. package/ai/examples/blocks/Header1.tsx +370 -0
  142. package/ai/examples/blocks/Header2.tsx +98 -0
  143. package/ai/examples/blocks/Header3.tsx +133 -0
  144. package/ai/examples/blocks/Header4.tsx +123 -0
  145. package/ai/examples/blocks/Productivity1.tsx +318 -0
  146. package/ai/examples/blocks/Roadmap1.tsx +133 -0
  147. package/ai/examples/blocks/Sidebar1.tsx +34 -0
  148. package/ai/examples/blocks/Sidebar2.tsx +17 -0
  149. package/ai/examples/blocks/Sidebar4.tsx +92 -0
  150. package/ai/examples/blocks/Sidebar5.tsx +73 -0
  151. package/ai/examples/blocks/Streaming1.tsx +353 -0
  152. package/ai/examples/blocks/Table1.tsx +303 -0
  153. package/ai/examples/blocks/Waitlist1.tsx +141 -0
  154. package/ai/examples/blocks/content/chat1content.ts +65 -0
  155. package/ai/examples/blocks/content/resources.ts +5 -0
  156. package/ai/examples/blocks/content/roadmap1content.ts +51 -0
  157. package/ai/examples/blocks/manifest.json +191 -0
  158. package/ai/examples/dashboard.tsx +150 -0
  159. package/ai/examples/marketing-hero.tsx +152 -0
  160. package/ai/examples/pricing.tsx +219 -0
  161. package/ai/examples/settings.tsx +140 -0
  162. package/ai/gotchas.json +85 -0
  163. package/ai/manifest.json +21 -0
  164. package/ai/rules.compact.md +73 -0
  165. package/ai/spec.json +2679 -2701
  166. package/ai/tasks/auth.json +23 -0
  167. package/ai/tasks/chat.json +28 -0
  168. package/ai/tasks/dashboard.json +39 -0
  169. package/ai/tasks/index.json +12 -0
  170. package/ai/tasks/marketing-hero.json +38 -0
  171. package/ai/tasks/pricing.json +42 -0
  172. package/ai/tasks/roadmap.json +22 -0
  173. package/ai/tasks/settings.json +34 -0
  174. package/dist/ai/catalog.json +1650 -0
  175. package/dist/ai/catalog.seed.json +411 -0
  176. package/dist/ai/components/Accordion.json +136 -0
  177. package/dist/ai/components/AccordionGroup.json +128 -0
  178. package/dist/ai/components/Animation.json +146 -0
  179. package/dist/ai/components/Arrow.json +128 -0
  180. package/dist/ai/components/AutoScroll.json +130 -0
  181. package/dist/ai/components/Avatar.json +133 -0
  182. package/dist/ai/components/AvatarGroup.json +129 -0
  183. package/dist/ai/components/Background.json +131 -0
  184. package/dist/ai/components/Badge.json +132 -0
  185. package/dist/ai/components/Banner.json +122 -0
  186. package/dist/ai/components/BarChart.json +123 -0
  187. package/dist/ai/components/BlobFx.json +125 -0
  188. package/dist/ai/components/BlockQuote.json +132 -0
  189. package/dist/ai/components/Button.json +26 -0
  190. package/dist/ai/components/Card.json +129 -0
  191. package/dist/ai/components/Carousel.json +134 -0
  192. package/dist/ai/components/CelebrationFx.json +132 -0
  193. package/dist/ai/components/ChartHeader.json +130 -0
  194. package/dist/ai/components/ChartStatus.json +12 -0
  195. package/dist/ai/components/Checkbox.json +13 -0
  196. package/dist/ai/components/Chip.json +132 -0
  197. package/dist/ai/components/CodeBlock.json +122 -0
  198. package/dist/ai/components/ColorInput.json +13 -0
  199. package/dist/ai/components/Column.json +128 -0
  200. package/dist/ai/components/CompareImage.json +126 -0
  201. package/dist/ai/components/ContextMenu.json +22 -0
  202. package/dist/ai/components/CountFx.json +82 -0
  203. package/dist/ai/components/CountdownFx.json +11 -0
  204. package/dist/ai/components/Cursor.json +9 -0
  205. package/dist/ai/components/CursorCard.json +128 -0
  206. package/dist/ai/components/DataTooltip.json +15 -0
  207. package/dist/ai/components/DateInput.json +21 -0
  208. package/dist/ai/components/DatePicker.json +143 -0
  209. package/dist/ai/components/DateRangeInput.json +18 -0
  210. package/dist/ai/components/DateRangePicker.json +129 -0
  211. package/dist/ai/components/Dialog.json +134 -0
  212. package/dist/ai/components/DialogProvider.json +8 -0
  213. package/dist/ai/components/Dropdown.json +128 -0
  214. package/dist/ai/components/DropdownWrapper.json +28 -0
  215. package/dist/ai/components/EmojiPicker.json +129 -0
  216. package/dist/ai/components/EmojiPickerDropdown.json +13 -0
  217. package/dist/ai/components/Fade.json +130 -0
  218. package/dist/ai/components/FadingLettersFx.json +77 -0
  219. package/dist/ai/components/Feedback.json +132 -0
  220. package/dist/ai/components/Flex.json +125 -0
  221. package/dist/ai/components/FlipFx.json +133 -0
  222. package/dist/ai/components/GlitchFx.json +128 -0
  223. package/dist/ai/components/Grid.json +121 -0
  224. package/dist/ai/components/Heading.json +75 -0
  225. package/dist/ai/components/HeadingLink.json +127 -0
  226. package/dist/ai/components/HeadingNav.json +124 -0
  227. package/dist/ai/components/HoloFx.json +128 -0
  228. package/dist/ai/components/Hover.json +130 -0
  229. package/dist/ai/components/HoverCard.json +122 -0
  230. package/dist/ai/components/Icon.json +132 -0
  231. package/dist/ai/components/IconButton.json +22 -0
  232. package/dist/ai/components/InfiniteScroll.json +130 -0
  233. package/dist/ai/components/InlineCode.json +126 -0
  234. package/dist/ai/components/Input.json +24 -0
  235. package/dist/ai/components/InteractiveDetails.json +14 -0
  236. package/dist/ai/components/Kbar.json +10 -0
  237. package/dist/ai/components/Kbd.json +127 -0
  238. package/dist/ai/components/Legend.json +14 -0
  239. package/dist/ai/components/LetterFx.json +14 -0
  240. package/dist/ai/components/Line.json +125 -0
  241. package/dist/ai/components/LineBarChart.json +123 -0
  242. package/dist/ai/components/LineChart.json +123 -0
  243. package/dist/ai/components/LinearGauge.json +130 -0
  244. package/dist/ai/components/LinearGradient.json +15 -0
  245. package/dist/ai/components/List.json +127 -0
  246. package/dist/ai/components/ListItem.json +77 -0
  247. package/dist/ai/components/Logo.json +16 -0
  248. package/dist/ai/components/LogoCloud.json +124 -0
  249. package/dist/ai/components/Mask.json +131 -0
  250. package/dist/ai/components/MasonryGrid.json +132 -0
  251. package/dist/ai/components/MatrixFx.json +135 -0
  252. package/dist/ai/components/Media.json +142 -0
  253. package/dist/ai/components/MediaUpload.json +122 -0
  254. package/dist/ai/components/MegaMenu.json +125 -0
  255. package/dist/ai/components/MobileMegaMenu.json +125 -0
  256. package/dist/ai/components/Modal.json +12 -0
  257. package/dist/ai/components/NavIcon.json +127 -0
  258. package/dist/ai/components/NumberInput.json +16 -0
  259. package/dist/ai/components/OTPInput.json +13 -0
  260. package/dist/ai/components/OgCard.json +135 -0
  261. package/dist/ai/components/Option.json +137 -0
  262. package/dist/ai/components/Particle.json +135 -0
  263. package/dist/ai/components/PasswordInput.json +8 -0
  264. package/dist/ai/components/PieChart.json +123 -0
  265. package/dist/ai/components/ProgressBar.json +131 -0
  266. package/dist/ai/components/Pulse.json +129 -0
  267. package/dist/ai/components/RadialGauge.json +134 -0
  268. package/dist/ai/components/RadialGradient.json +16 -0
  269. package/dist/ai/components/RadioButton.json +17 -0
  270. package/dist/ai/components/RevealFx.json +131 -0
  271. package/dist/ai/components/Row.json +128 -0
  272. package/dist/ai/components/Schema.json +17 -0
  273. package/dist/ai/components/ScrollContainer.json +126 -0
  274. package/dist/ai/components/ScrollToTop.json +124 -0
  275. package/dist/ai/components/Scroller.json +128 -0
  276. package/dist/ai/components/SegmentedControl.json +132 -0
  277. package/dist/ai/components/Select.json +21 -0
  278. package/dist/ai/components/ShineFx.json +80 -0
  279. package/dist/ai/components/Skeleton.json +129 -0
  280. package/dist/ai/components/Slider.json +17 -0
  281. package/dist/ai/components/SmartLink.json +17 -0
  282. package/dist/ai/components/Spinner.json +127 -0
  283. package/dist/ai/components/SplitView.json +129 -0
  284. package/dist/ai/components/StatusIndicator.json +128 -0
  285. package/dist/ai/components/StyleOverlay.json +126 -0
  286. package/dist/ai/components/StylePanel.json +125 -0
  287. package/dist/ai/components/Swiper.json +130 -0
  288. package/dist/ai/components/Switch.json +20 -0
  289. package/dist/ai/components/Table.json +125 -0
  290. package/dist/ai/components/Tag.json +129 -0
  291. package/dist/ai/components/TagInput.json +12 -0
  292. package/dist/ai/components/Text.json +72 -0
  293. package/dist/ai/components/Textarea.json +24 -0
  294. package/dist/ai/components/ThemeSwitcher.json +122 -0
  295. package/dist/ai/components/TiltFx.json +126 -0
  296. package/dist/ai/components/Timeline.json +126 -0
  297. package/dist/ai/components/Toast.json +13 -0
  298. package/dist/ai/components/Toaster.json +14 -0
  299. package/dist/ai/components/ToggleButton.json +24 -0
  300. package/dist/ai/components/Tooltip.json +129 -0
  301. package/dist/ai/components/TypeFx.json +15 -0
  302. package/dist/ai/components/User.json +15 -0
  303. package/dist/ai/components/UserMenu.json +16 -0
  304. package/dist/ai/components/WeatherFx.json +133 -0
  305. package/dist/ai/eval-tasks.md +71 -0
  306. package/dist/ai/examples/blocks/manifest.json +191 -0
  307. package/dist/ai/gotchas.json +85 -0
  308. package/dist/ai/manifest.json +21 -0
  309. package/dist/ai/recipes.md +149 -0
  310. package/dist/ai/rules.compact.md +73 -0
  311. package/dist/ai/rules.md +217 -0
  312. package/dist/ai/spec.json +2680 -0
  313. package/dist/ai/tasks/auth.json +23 -0
  314. package/dist/ai/tasks/chat.json +28 -0
  315. package/dist/ai/tasks/dashboard.json +39 -0
  316. package/dist/ai/tasks/index.json +12 -0
  317. package/dist/ai/tasks/marketing-hero.json +38 -0
  318. package/dist/ai/tasks/pricing.json +42 -0
  319. package/dist/ai/tasks/roadmap.json +22 -0
  320. package/dist/ai/tasks/settings.json +34 -0
  321. package/dist/data/emoji-data.json +0 -18
  322. package/dist/package.json +13 -2
  323. package/package.json +139 -127
  324. package/LICENSE.md +0 -21
  325. package/next-env.d.ts +0 -5
@@ -0,0 +1,23 @@
1
+ {
2
+ "id": "auth",
3
+ "title": "Auth flow",
4
+ "description": "Sign-up / login with social auth, email form, stacked dialog for OTP",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "Grid",
9
+ "Heading",
10
+ "Text",
11
+ "Button",
12
+ "Input",
13
+ "PasswordInput",
14
+ "OTPInput",
15
+ "Dialog",
16
+ "Media",
17
+ "SmartLink",
18
+ "Line"
19
+ ],
20
+ "recipes": [],
21
+ "example": "examples/auth.tsx",
22
+ "gotchas": ["Card.interactive", "layout.shorthands", "color.tokens"]
23
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "id": "chat",
3
+ "title": "Chat UI",
4
+ "description": "Message list with avatars, streaming indicator, input bar with emoji picker",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "SplitView",
9
+ "Avatar",
10
+ "Text",
11
+ "Input",
12
+ "IconButton",
13
+ "EmojiPickerDropdown",
14
+ "Fade",
15
+ "Spinner",
16
+ "Kbd",
17
+ "User",
18
+ "Line"
19
+ ],
20
+ "recipes": [],
21
+ "example": "examples/chat.tsx",
22
+ "blocks": {
23
+ "manifest": "examples/blocks/manifest.json",
24
+ "primary": ["Chat1", "Feed3", "Sidebar4"],
25
+ "compose": ["Sidebar5", "Table1"]
26
+ },
27
+ "gotchas": ["Fade.edge", "Badge.duplicate", "layout.shorthands"]
28
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "id": "dashboard",
3
+ "title": "Analytics dashboard",
4
+ "description": "KPI stat cards, charts area, recent-activity list",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "Grid",
9
+ "Heading",
10
+ "Text",
11
+ "Background",
12
+ "CountFx",
13
+ "StatusIndicator",
14
+ "Table",
15
+ "SegmentedControl",
16
+ "Tag",
17
+ "Icon",
18
+ "RevealFx",
19
+ "Line"
20
+ ],
21
+ "recipes": ["reveal-stagger"],
22
+ "example": "examples/dashboard.tsx",
23
+ "blocks": {
24
+ "manifest": "examples/blocks/manifest.json",
25
+ "primary": ["Dashboard1", "Table1"],
26
+ "compose": ["Header1", "Sidebar1"]
27
+ },
28
+ "gotchas": [
29
+ "Card.interactive",
30
+ "CountFx.trigger",
31
+ "RevealFx.delay",
32
+ "layout.shorthands",
33
+ "LogoCloud.columns"
34
+ ],
35
+ "quality": {
36
+ "statCard": "Column surface recipe — not Card",
37
+ "kpiNumber": "CountFx or display-strong-s with viewport latch"
38
+ }
39
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "version": 1,
3
+ "tasks": [
4
+ { "id": "marketing-hero", "file": "tasks/marketing-hero.json", "priority": 1 },
5
+ { "id": "pricing", "file": "tasks/pricing.json", "priority": 2 },
6
+ { "id": "settings", "file": "tasks/settings.json", "priority": 3 },
7
+ { "id": "dashboard", "file": "tasks/dashboard.json", "priority": 4 },
8
+ { "id": "chat", "file": "tasks/chat.json", "priority": 5 },
9
+ { "id": "auth", "file": "tasks/auth.json", "priority": 6 },
10
+ { "id": "roadmap", "file": "tasks/roadmap.json", "priority": 7 }
11
+ ]
12
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "id": "marketing-hero",
3
+ "title": "Marketing hero",
4
+ "description": "Headline with text effect, CTA pair, social proof logos, background effect",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "Heading",
9
+ "Text",
10
+ "Button",
11
+ "Background",
12
+ "RevealFx",
13
+ "LetterFx",
14
+ "LogoCloud",
15
+ "Grid",
16
+ "Line"
17
+ ],
18
+ "recipes": ["hero-glow-dots", "reveal-stagger"],
19
+ "example": "examples/marketing-hero.tsx",
20
+ "blocks": {
21
+ "manifest": "examples/blocks/manifest.json",
22
+ "primary": ["Waitlist1", "Header1", "Footer4"],
23
+ "patterns": ["Background6", "Footer3"]
24
+ },
25
+ "gotchas": [
26
+ "Background.gradient.width",
27
+ "Background.absolute",
28
+ "section.gaps",
29
+ "heading.scale",
30
+ "animation.budget",
31
+ "overflow.hero"
32
+ ],
33
+ "quality": {
34
+ "sectionGap": "104",
35
+ "heroHeading": "display-strong-l",
36
+ "eyebrow": "label-default-s onBackground=\"brand-medium\""
37
+ }
38
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "id": "pricing",
3
+ "title": "Pricing page",
4
+ "description": "Three tiers, highlighted middle tier, feature comparison table, FAQ accordion",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "Grid",
9
+ "Heading",
10
+ "Text",
11
+ "Button",
12
+ "Background",
13
+ "MatrixFx",
14
+ "BlobFx",
15
+ "RevealFx",
16
+ "CountFx",
17
+ "SegmentedControl",
18
+ "Table",
19
+ "AccordionGroup",
20
+ "Tag",
21
+ "Icon"
22
+ ],
23
+ "recipes": ["hero-matrix-strip", "highlighted-card-glow", "blob-ambient-panel"],
24
+ "example": "examples/pricing.tsx",
25
+ "blocks": {
26
+ "manifest": "examples/blocks/manifest.json",
27
+ "patterns": ["Header2", "Footer2"]
28
+ },
29
+ "gotchas": [
30
+ "Card.interactive",
31
+ "RevealFx.delay",
32
+ "LogoCloud.columns",
33
+ "layout.shorthands",
34
+ "section.gaps",
35
+ "animation.budget"
36
+ ],
37
+ "quality": {
38
+ "sectionGap": "104",
39
+ "tierPanel": "Column background=\"surface\" border radius=\"l\" — not Card",
40
+ "highlightedTier": "border=\"brand-alpha-medium\" + Background gradient glow"
41
+ }
42
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "id": "roadmap",
3
+ "title": "Product roadmap",
4
+ "description": "Kanban-style roadmap with status columns and task cards",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "Heading",
9
+ "Text",
10
+ "Card",
11
+ "StatusIndicator",
12
+ "User",
13
+ "Scroller"
14
+ ],
15
+ "recipes": [],
16
+ "example": "examples/blocks/Roadmap1.tsx",
17
+ "blocks": {
18
+ "manifest": "examples/blocks/manifest.json",
19
+ "primary": ["Roadmap1"]
20
+ },
21
+ "gotchas": ["Card.interactive", "layout.shorthands", "heading.scale"]
22
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "id": "settings",
3
+ "title": "Settings page",
4
+ "description": "Sidebar sections, profile form, danger zone",
5
+ "components": [
6
+ "Column",
7
+ "Row",
8
+ "SplitView",
9
+ "Heading",
10
+ "Text",
11
+ "Button",
12
+ "Input",
13
+ "Select",
14
+ "Switch",
15
+ "Checkbox",
16
+ "Slider",
17
+ "MediaUpload",
18
+ "Avatar",
19
+ "Line",
20
+ "Tag"
21
+ ],
22
+ "recipes": [],
23
+ "example": "examples/settings.tsx",
24
+ "gotchas": [
25
+ "Card.interactive",
26
+ "layout.shorthands",
27
+ "color.tokens",
28
+ "layout.defaults"
29
+ ],
30
+ "quality": {
31
+ "surfaceRecipe": "background=\"surface\" border=\"neutral-alpha-weak\" radius=\"l\" padding=\"24\"",
32
+ "dangerZone": "border=\"danger-alpha-medium\" on danger actions only"
33
+ }
34
+ }
@@ -6293,16 +6293,6 @@
6293
6293
  "fly"
6294
6294
  ]
6295
6295
  },
6296
- {
6297
- "char": "🪿",
6298
- "description": "goose",
6299
- "aliases": [
6300
- "goose"
6301
- ],
6302
- "tags": [
6303
- "honk"
6304
- ]
6305
- },
6306
6296
  {
6307
6297
  "char": "🐸",
6308
6298
  "description": "frog",
@@ -15088,14 +15078,6 @@
15088
15078
  ],
15089
15079
  "tags": []
15090
15080
  },
15091
- {
15092
- "char": "🇱🇰",
15093
- "description": "flag: Sri Lanka",
15094
- "aliases": [
15095
- "sri_lanka"
15096
- ],
15097
- "tags": []
15098
- },
15099
15081
  {
15100
15082
  "char": "🇱🇷",
15101
15083
  "description": "flag: Liberia",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@once-ui-system/core",
3
- "version": "1.7.11",
3
+ "version": "1.7.12",
4
4
  "description": "Once UI for Next.js NPM package",
5
5
  "keywords": [
6
6
  "once-ui",
@@ -69,7 +69,18 @@
69
69
  "./server": {
70
70
  "import": "./dist/server/index.js",
71
71
  "require": "./dist/server/index.js"
72
- }
72
+ },
73
+ "./ai/manifest.json": "./ai/manifest.json",
74
+ "./ai/spec.json": "./ai/spec.json",
75
+ "./ai/catalog.json": "./ai/catalog.json",
76
+ "./ai/gotchas.json": "./ai/gotchas.json",
77
+ "./ai/rules.compact.md": "./ai/rules.compact.md",
78
+ "./ai/rules.md": "./ai/rules.md",
79
+ "./ai/recipes.md": "./ai/recipes.md",
80
+ "./ai/tasks/*": "./ai/tasks/*",
81
+ "./ai/components/*": "./ai/components/*",
82
+ "./ai/examples/*": "./ai/examples/*",
83
+ "./ai/examples/blocks/*": "./ai/examples/blocks/*"
73
84
  },
74
85
  "dependencies": {
75
86
  "@floating-ui/react-dom": "^2.1.8",
package/package.json CHANGED
@@ -1,127 +1,139 @@
1
- {
2
- "name": "@once-ui-system/core",
3
- "version": "1.7.11",
4
- "description": "Once UI for Next.js NPM package",
5
- "keywords": [
6
- "once-ui",
7
- "react",
8
- "nextjs",
9
- "scss",
10
- "design system",
11
- "design framework",
12
- "nextjs design system"
13
- ],
14
- "author": "Once UI",
15
- "license": "MIT",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/once-ui-system/core.git",
19
- "directory": "packages/core"
20
- },
21
- "bugs": {
22
- "url": "https://github.com/once-ui-system/core/issues"
23
- },
24
- "homepage": "https://docs.once-ui.com",
25
- "main": "dist/index.js",
26
- "exports": {
27
- ".": {
28
- "import": "./dist/index.js",
29
- "require": "./dist/index.js"
30
- },
31
- "./components": {
32
- "import": "./dist/components/index.js",
33
- "require": "./dist/components/index.js"
34
- },
35
- "./components/*": {
36
- "import": "./dist/components/*.js",
37
- "require": "./dist/components/*.js"
38
- },
39
- "./contexts": {
40
- "import": "./dist/contexts/index.js",
41
- "require": "./dist/contexts/index.js"
42
- },
43
- "./modules": {
44
- "import": "./dist/modules/index.js",
45
- "require": "./dist/modules/index.js"
46
- },
47
- "./icons": {
48
- "import": "./dist/icons/index.js",
49
- "require": "./dist/icons/index.js"
50
- },
51
- "./types": {
52
- "import": "./dist/types/index.js",
53
- "require": "./dist/types/index.js"
54
- },
55
- "./interfaces": {
56
- "import": "./dist/interfaces/index.js",
57
- "require": "./dist/interfaces/index.js"
58
- },
59
- "./css/styles.css": "./dist/css/styles.css",
60
- "./css/tokens.css": "./dist/css/tokens.css",
61
- "./utils": {
62
- "import": "./dist/utils/index.js",
63
- "require": "./dist/utils/index.js"
64
- },
65
- "./hooks": {
66
- "import": "./dist/hooks/index.js",
67
- "require": "./dist/hooks/index.js"
68
- },
69
- "./server": {
70
- "import": "./dist/server/index.js",
71
- "require": "./dist/server/index.js"
72
- }
73
- },
74
- "dependencies": {
75
- "@floating-ui/react-dom": "^2.1.8",
76
- "classnames": "^2.5.1",
77
- "compressorjs": "^1.3.0",
78
- "date-fns": "^4.1.0",
79
- "prismjs": "^1.30.0",
80
- "react-icons": "^5.6.0",
81
- "recharts": "^3.8.1"
82
- },
83
- "peerDependencies": {
84
- "next": ">=15.5",
85
- "react": ">=18",
86
- "react-dom": ">=18",
87
- "sass": "^1.77.6",
88
- "sharp": "^0.33.4 || ^0.34"
89
- },
90
- "peerDependenciesMeta": {
91
- "sharp": {
92
- "optional": true
93
- }
94
- },
95
- "devDependencies": {
96
- "@biomejs/biome": "2.4.13",
97
- "@testing-library/jest-dom": "^6.9.1",
98
- "@testing-library/react": "^16.3.0",
99
- "@testing-library/user-event": "^14.6.1",
100
- "@types/node": "20.17.23",
101
- "@types/react": "19.2.5",
102
- "@types/react-dom": "19.2.3",
103
- "@vitest/ui": "^4.1.5",
104
- "jsdom": "^27.0.0",
105
- "rimraf": "^5.0.10",
106
- "typescript": "5.8.2",
107
- "vitest": "^4.1.5"
108
- },
109
- "overrides": {
110
- "@types/react": "19.2.5",
111
- "@types/react-dom": "19.2.3"
112
- },
113
- "scripts": {
114
- "build": "pnpm clean && pnpm generate-emoji-data && tsc --project tsconfig.build.json && pnpm copy-files && pnpm build:css",
115
- "build:css": "sass src/styles/index.scss:dist/css/styles.css src/tokens/index.scss:dist/css/tokens.css --style=compressed",
116
- "copy-files": "node scripts/copy-files.js",
117
- "clean": "rimraf dist",
118
- "lint": "biome check .",
119
- "format": "biome format --write .",
120
- "test": "vitest run",
121
- "test:watch": "vitest",
122
- "typecheck": "tsc --noEmit",
123
- "dev": "tsc --watch --preserveWatchOutput",
124
- "generate-emoji-data": "node scripts/generate-emoji-data.js",
125
- "generate-ai-spec": "node scripts/generate-ai-spec.js"
126
- }
127
- }
1
+ {
2
+ "name": "@once-ui-system/core",
3
+ "version": "1.7.12",
4
+ "description": "Once UI for Next.js NPM package",
5
+ "keywords": [
6
+ "once-ui",
7
+ "react",
8
+ "nextjs",
9
+ "scss",
10
+ "design system",
11
+ "design framework",
12
+ "nextjs design system"
13
+ ],
14
+ "author": "Once UI",
15
+ "license": "MIT",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/once-ui-system/core.git",
19
+ "directory": "packages/core"
20
+ },
21
+ "bugs": {
22
+ "url": "https://github.com/once-ui-system/core/issues"
23
+ },
24
+ "homepage": "https://docs.once-ui.com",
25
+ "main": "dist/index.js",
26
+ "exports": {
27
+ ".": {
28
+ "import": "./dist/index.js",
29
+ "require": "./dist/index.js"
30
+ },
31
+ "./components": {
32
+ "import": "./dist/components/index.js",
33
+ "require": "./dist/components/index.js"
34
+ },
35
+ "./components/*": {
36
+ "import": "./dist/components/*.js",
37
+ "require": "./dist/components/*.js"
38
+ },
39
+ "./contexts": {
40
+ "import": "./dist/contexts/index.js",
41
+ "require": "./dist/contexts/index.js"
42
+ },
43
+ "./modules": {
44
+ "import": "./dist/modules/index.js",
45
+ "require": "./dist/modules/index.js"
46
+ },
47
+ "./icons": {
48
+ "import": "./dist/icons/index.js",
49
+ "require": "./dist/icons/index.js"
50
+ },
51
+ "./types": {
52
+ "import": "./dist/types/index.js",
53
+ "require": "./dist/types/index.js"
54
+ },
55
+ "./interfaces": {
56
+ "import": "./dist/interfaces/index.js",
57
+ "require": "./dist/interfaces/index.js"
58
+ },
59
+ "./css/styles.css": "./dist/css/styles.css",
60
+ "./css/tokens.css": "./dist/css/tokens.css",
61
+ "./utils": {
62
+ "import": "./dist/utils/index.js",
63
+ "require": "./dist/utils/index.js"
64
+ },
65
+ "./hooks": {
66
+ "import": "./dist/hooks/index.js",
67
+ "require": "./dist/hooks/index.js"
68
+ },
69
+ "./server": {
70
+ "import": "./dist/server/index.js",
71
+ "require": "./dist/server/index.js"
72
+ },
73
+ "./ai/manifest.json": "./ai/manifest.json",
74
+ "./ai/spec.json": "./ai/spec.json",
75
+ "./ai/catalog.json": "./ai/catalog.json",
76
+ "./ai/gotchas.json": "./ai/gotchas.json",
77
+ "./ai/rules.compact.md": "./ai/rules.compact.md",
78
+ "./ai/rules.md": "./ai/rules.md",
79
+ "./ai/recipes.md": "./ai/recipes.md",
80
+ "./ai/tasks/*": "./ai/tasks/*",
81
+ "./ai/components/*": "./ai/components/*",
82
+ "./ai/examples/*": "./ai/examples/*",
83
+ "./ai/examples/blocks/*": "./ai/examples/blocks/*"
84
+ },
85
+ "scripts": {
86
+ "build": "pnpm clean && pnpm generate-emoji-data && pnpm generate-ai-spec && tsc --project tsconfig.build.json && pnpm copy-files && pnpm build:css",
87
+ "build:css": "sass src/styles/index.scss:dist/css/styles.css src/tokens/index.scss:dist/css/tokens.css --style=compressed",
88
+ "copy-files": "node scripts/copy-files.js",
89
+ "clean": "rimraf dist",
90
+ "prepare": "pnpm build",
91
+ "lint": "biome check .",
92
+ "format": "biome format --write .",
93
+ "test": "vitest run",
94
+ "test:watch": "vitest",
95
+ "typecheck": "tsc --noEmit",
96
+ "dev": "tsc --watch --preserveWatchOutput",
97
+ "prepack": "pnpm build",
98
+ "generate-emoji-data": "node scripts/generate-emoji-data.js",
99
+ "generate-ai-spec": "node scripts/generate-ai-spec.js",
100
+ "validate-ai-code": "node scripts/validate-ai-code.js"
101
+ },
102
+ "dependencies": {
103
+ "@floating-ui/react-dom": "^2.1.8",
104
+ "classnames": "^2.5.1",
105
+ "compressorjs": "^1.3.0",
106
+ "date-fns": "^4.1.0",
107
+ "prismjs": "^1.30.0",
108
+ "react-icons": "^5.6.0",
109
+ "recharts": "^3.8.1"
110
+ },
111
+ "peerDependencies": {
112
+ "next": ">=15.5",
113
+ "react": ">=18",
114
+ "react-dom": ">=18",
115
+ "sass": "^1.77.6",
116
+ "sharp": "^0.33.4 || ^0.34"
117
+ },
118
+ "peerDependenciesMeta": {
119
+ "sharp": { "optional": true }
120
+ },
121
+ "devDependencies": {
122
+ "@biomejs/biome": "2.4.13",
123
+ "@testing-library/jest-dom": "^6.9.1",
124
+ "@testing-library/react": "^16.3.0",
125
+ "@testing-library/user-event": "^14.6.1",
126
+ "@types/node": "20.17.23",
127
+ "@types/react": "19.2.5",
128
+ "@types/react-dom": "19.2.3",
129
+ "@vitest/ui": "^4.1.5",
130
+ "jsdom": "^27.0.0",
131
+ "rimraf": "^5.0.10",
132
+ "typescript": "5.8.2",
133
+ "vitest": "^4.1.5"
134
+ },
135
+ "overrides": {
136
+ "@types/react": "19.2.5",
137
+ "@types/react-dom": "19.2.3"
138
+ }
139
+ }
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2024-2025 Once UI
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/next-env.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /// <reference types="next" />
2
- /// <reference types="next/image-types/global" />
3
-
4
- // NOTE: This file should not be edited
5
- // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.