@devalok/shilp-sutra 0.44.1 → 0.45.1

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 (142) hide show
  1. package/AGENTS.md +13 -11
  2. package/BREAKING.json +209 -27
  3. package/MIGRATION.md +34 -0
  4. package/README.md +12 -0
  5. package/dist/_chunks/badge-group.js +1 -0
  6. package/dist/_chunks/badge-group.js.map +1 -1
  7. package/dist/_chunks/block-shell.js +25 -0
  8. package/dist/_chunks/block-shell.js.map +1 -0
  9. package/dist/_chunks/chat.js +153 -150
  10. package/dist/_chunks/chat.js.map +1 -1
  11. package/dist/_chunks/document-preview.js +1 -1
  12. package/dist/_chunks/image-preview.js +4 -4
  13. package/dist/_chunks/mention.js +5 -0
  14. package/dist/_chunks/mention.js.map +1 -0
  15. package/dist/_chunks/shared.js +65 -78
  16. package/dist/_chunks/shared.js.map +1 -1
  17. package/dist/_chunks/success.js +108 -106
  18. package/dist/_chunks/success.js.map +1 -1
  19. package/dist/ai/blocks/block-shell.d.ts +19 -0
  20. package/dist/ai/blocks/block-shell.d.ts.map +1 -0
  21. package/dist/ai/blocks/block-table.d.ts.map +1 -1
  22. package/dist/ai/blocks/confirm.d.ts.map +1 -1
  23. package/dist/ai/blocks/error.d.ts.map +1 -1
  24. package/dist/ai/blocks/error.js +5 -5
  25. package/dist/ai/blocks/error.js.map +1 -1
  26. package/dist/ai/blocks/success.d.ts.map +1 -1
  27. package/dist/ai/blocks/text.d.ts.map +1 -1
  28. package/dist/ai/blocks/text.js +4 -3
  29. package/dist/ai/blocks/text.js.map +1 -1
  30. package/dist/composed/activity-feed.d.ts.map +1 -1
  31. package/dist/composed/activity-feed.js +14 -12
  32. package/dist/composed/activity-feed.js.map +1 -1
  33. package/dist/composed/file-preview/audio-preview.d.ts.map +1 -1
  34. package/dist/composed/file-preview/shared.d.ts +10 -0
  35. package/dist/composed/file-preview/shared.d.ts.map +1 -1
  36. package/dist/composed/file-preview/video-preview.d.ts.map +1 -1
  37. package/dist/composed/file-preview.js +151 -188
  38. package/dist/composed/file-preview.js.map +1 -1
  39. package/dist/composed/master-detail.d.ts.map +1 -1
  40. package/dist/composed/master-detail.js +13 -4
  41. package/dist/composed/master-detail.js.map +1 -1
  42. package/dist/composed/rich-chat-input.d.ts.map +1 -1
  43. package/dist/composed/rich-chat-input.js +514 -503
  44. package/dist/composed/rich-chat-input.js.map +1 -1
  45. package/dist/composed/rich-text-editor.d.ts.map +1 -1
  46. package/dist/composed/rich-text-editor.js +144 -143
  47. package/dist/composed/rich-text-editor.js.map +1 -1
  48. package/dist/composed/schedule-view.d.ts.map +1 -1
  49. package/dist/composed/schedule-view.js +52 -39
  50. package/dist/composed/schedule-view.js.map +1 -1
  51. package/dist/shell/notification-preferences.d.ts.map +1 -1
  52. package/dist/shell/notification-preferences.js +115 -114
  53. package/dist/shell/notification-preferences.js.map +1 -1
  54. package/dist/ui/badge-group.d.ts.map +1 -1
  55. package/dist/ui/card.d.ts +66 -16
  56. package/dist/ui/card.d.ts.map +1 -1
  57. package/dist/ui/card.js +85 -60
  58. package/dist/ui/card.js.map +1 -1
  59. package/dist/ui/chat/message.d.ts.map +1 -1
  60. package/dist/ui/color-input.d.ts.map +1 -1
  61. package/dist/ui/color-input.js +18 -18
  62. package/dist/ui/color-input.js.map +1 -1
  63. package/dist/ui/data-table-body.d.ts.map +1 -1
  64. package/dist/ui/data-table-body.js +94 -64
  65. package/dist/ui/data-table-body.js.map +1 -1
  66. package/dist/ui/data-table-card.d.ts.map +1 -1
  67. package/dist/ui/data-table-card.js +50 -43
  68. package/dist/ui/data-table-card.js.map +1 -1
  69. package/dist/ui/data-table-context.d.ts +0 -4
  70. package/dist/ui/data-table-context.d.ts.map +1 -1
  71. package/dist/ui/data-table-context.js +8 -12
  72. package/dist/ui/data-table-context.js.map +1 -1
  73. package/dist/ui/data-table-header.d.ts.map +1 -1
  74. package/dist/ui/data-table-header.js +2 -2
  75. package/dist/ui/data-table-header.js.map +1 -1
  76. package/dist/ui/data-table.d.ts.map +1 -1
  77. package/dist/ui/data-table.js +185 -182
  78. package/dist/ui/data-table.js.map +1 -1
  79. package/dist/ui/index.d.ts +3 -2
  80. package/dist/ui/index.d.ts.map +1 -1
  81. package/dist/ui/index.js +59 -58
  82. package/dist/ui/index.js.map +1 -1
  83. package/dist/ui/lib/mention.d.ts +11 -0
  84. package/dist/ui/lib/mention.d.ts.map +1 -0
  85. package/dist/ui/segmented-control.js +4 -4
  86. package/dist/ui/segmented-control.js.map +1 -1
  87. package/dist/ui/separator.d.ts +6 -5
  88. package/dist/ui/separator.d.ts.map +1 -1
  89. package/dist/ui/separator.js +7 -10
  90. package/dist/ui/separator.js.map +1 -1
  91. package/dist/ui/split-button.d.ts.map +1 -1
  92. package/dist/ui/split-button.js +62 -129
  93. package/dist/ui/split-button.js.map +1 -1
  94. package/dist/ui/stat-card.d.ts +7 -0
  95. package/dist/ui/stat-card.d.ts.map +1 -1
  96. package/dist/ui/stat-card.js +144 -126
  97. package/dist/ui/stat-card.js.map +1 -1
  98. package/dist/ui/table-row-link.d.ts +45 -0
  99. package/dist/ui/table-row-link.d.ts.map +1 -0
  100. package/dist/ui/table-row-link.js +16 -0
  101. package/dist/ui/table-row-link.js.map +1 -0
  102. package/dist/ui/table.d.ts +49 -5
  103. package/dist/ui/table.d.ts.map +1 -1
  104. package/dist/ui/table.js +39 -29
  105. package/dist/ui/table.js.map +1 -1
  106. package/dist/ui/toast-types.d.ts +10 -0
  107. package/dist/ui/toast-types.d.ts.map +1 -1
  108. package/dist/ui/toast.d.ts +6 -2
  109. package/dist/ui/toast.d.ts.map +1 -1
  110. package/dist/ui/toast.js +56 -54
  111. package/dist/ui/toast.js.map +1 -1
  112. package/docs/components/composed/content-card.md +2 -0
  113. package/docs/components/ui/button.md +3 -3
  114. package/docs/components/ui/card.md +27 -10
  115. package/docs/components/ui/chat.md +1 -1
  116. package/docs/components/ui/color-input.md +2 -2
  117. package/docs/components/ui/data-table.md +8 -1
  118. package/docs/components/ui/segmented-control.md +2 -2
  119. package/docs/components/ui/separator.md +3 -1
  120. package/docs/components/ui/split-button.md +3 -0
  121. package/docs/components/ui/stat-card.md +10 -2
  122. package/docs/components/ui/table-row-link.md +41 -0
  123. package/docs/components/ui/table.md +69 -0
  124. package/docs/components/ui/toast.md +10 -6
  125. package/docs/recipes/install-next-app-router.md +1 -1
  126. package/docs/recipes/troubleshoot.md +1 -1
  127. package/llms.txt +159 -781
  128. package/make-kit/components/card.md +54 -16
  129. package/make-kit/components/table.md +45 -7
  130. package/make-kit/foundations/spacing.md +3 -1
  131. package/make-kit/foundations/surfaces.md +1 -1
  132. package/mcp-manifest.json +12349 -0
  133. package/mcp-manifest.schema.json +232 -0
  134. package/package.json +8 -3
  135. package/skill/README.md +0 -1
  136. package/skill/SKILL.md +9 -8
  137. package/skill/references/components.md +159 -781
  138. package/skill/references/setup-next-app-router.md +1 -1
  139. package/skill/references/troubleshoot.md +1 -1
  140. package/llms-full.txt +0 -7198
  141. package/llms-quick.txt +0 -251
  142. package/skill/references/components-full.md +0 -7200
@@ -278,5 +278,5 @@ If anything is off, see [troubleshoot.md](./troubleshoot.md).
278
278
  ## 10. Optional next steps
279
279
 
280
280
  - **Brand customization** — swap accent color, radius scale, or fonts: see [customize-brand.md](./customize-brand.md).
281
- - **App shell** — add a sidebar + topbar layout: read `llms-full.txt` sections for `AppSidebar` and `TopBar`.
281
+ - **App shell** — add a sidebar + topbar layout: read `docs/components/shell/app-sidebar.md` and `docs/components/shell/top-bar.md` (or `get_component` via the shilp-sutra MCP).
282
282
  - **Server-safe components** — push as much rendering as possible into Server Components: see [server-components.md](./server-components.md).
@@ -214,7 +214,7 @@ And open an issue at <https://github.com/devalok-design/shilp-sutra/issues> with
214
214
  Check 1 — `pnpm dev` is running and `http://localhost:6006/` shows the Storybook UI.
215
215
  Check 2 — the MCP endpoint requires Storybook 9+ with the MCP plugin enabled. Older versions of this repo's Storybook setup may need an upgrade.
216
216
 
217
- The MCP server is a development convenience for AI agents — `llms.txt` and `llms-full.txt` are the authoritative docs and do not require a running server.
217
+ The MCP server is a development convenience for AI agents — `llms.txt`, the per-component docs at `docs/components/`, and `mcp-manifest.json` are the authoritative shipped docs and do not require a running server.
218
218
 
219
219
  ## Still stuck
220
220