canvas-ui-sdk 0.1.6 → 0.2.0

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 (153) hide show
  1. package/dist/cli/index.js +516 -0
  2. package/dist/index.d.ts +67 -3
  3. package/dist/index.js +2588 -301
  4. package/dist/index.js.map +1 -1
  5. package/mcp/dist/index.js +5 -1
  6. package/package.json +18 -2
  7. package/registry/blocks/activity-feed.json +19 -0
  8. package/registry/blocks/blog-cards.json +16 -0
  9. package/registry/blocks/bottom-input-chat-widget.json +19 -0
  10. package/registry/blocks/canvas-item.json +18 -0
  11. package/registry/blocks/category-grid.json +16 -0
  12. package/registry/blocks/centered-hero.json +14 -0
  13. package/registry/blocks/chat-message.json +18 -0
  14. package/registry/blocks/circular-progress-bar-list.json +18 -0
  15. package/registry/blocks/component-palette.json +21 -0
  16. package/registry/blocks/component-search.json +19 -0
  17. package/registry/blocks/content-dropzone.json +16 -0
  18. package/registry/blocks/content-with-image.json +14 -0
  19. package/registry/blocks/core-values-grid.json +16 -0
  20. package/registry/blocks/credit-card-display.json +16 -0
  21. package/registry/blocks/cta-banner.json +14 -0
  22. package/registry/blocks/custom-component-helper.json +19 -0
  23. package/registry/blocks/destination-cards.json +16 -0
  24. package/registry/blocks/empty-state.json +16 -0
  25. package/registry/blocks/faq-accordion.json +16 -0
  26. package/registry/blocks/faqs-table.json +18 -0
  27. package/registry/blocks/feature-with-image.json +16 -0
  28. package/registry/blocks/featured-news-cards.json +16 -0
  29. package/registry/blocks/featured-places.json +16 -0
  30. package/registry/blocks/features-comparison.json +16 -0
  31. package/registry/blocks/filter-popover.json +28 -0
  32. package/registry/blocks/fixed-column-data-table.json +20 -0
  33. package/registry/blocks/flair-banner.json +16 -0
  34. package/registry/blocks/footer-navbar.json +17 -0
  35. package/registry/blocks/form-group.json +29 -0
  36. package/registry/blocks/gallery-section.json +14 -0
  37. package/registry/blocks/gradient-banner.json +16 -0
  38. package/registry/blocks/graph-metric-tiles.json +20 -0
  39. package/registry/blocks/grid-tiles-list.json +20 -0
  40. package/registry/blocks/hero-dark-centered.json +16 -0
  41. package/registry/blocks/hero-dark-with-image.json +16 -0
  42. package/registry/blocks/hero-fullwidth-image.json +16 -0
  43. package/registry/blocks/hero-section.json +16 -0
  44. package/registry/blocks/how-it-works.json +16 -0
  45. package/registry/blocks/image-feed-with-nested-comments.json +20 -0
  46. package/registry/blocks/infinity-canvas.json +58 -0
  47. package/registry/blocks/large-image-labels-list.json +19 -0
  48. package/registry/blocks/loader.json +19 -0
  49. package/registry/blocks/login-branding-panel.json +16 -0
  50. package/registry/blocks/menu-section.json +18 -0
  51. package/registry/blocks/menufocus-template.json +19 -0
  52. package/registry/blocks/messenger-sidebar.json +19 -0
  53. package/registry/blocks/metrics-section.json +14 -0
  54. package/registry/blocks/mobile-bottom-nav.json +18 -0
  55. package/registry/blocks/monthly-calendar-widget.json +20 -0
  56. package/registry/blocks/nested-comments-table.json +21 -0
  57. package/registry/blocks/nested-data-table.json +22 -0
  58. package/registry/blocks/office-locations.json +14 -0
  59. package/registry/blocks/page-header-section.json +17 -0
  60. package/registry/blocks/page-previews.json +29 -0
  61. package/registry/blocks/pagination.json +20 -0
  62. package/registry/blocks/participant-list.json +17 -0
  63. package/registry/blocks/persona-card.json +18 -0
  64. package/registry/blocks/pill-tabs.json +19 -0
  65. package/registry/blocks/pricing-cards.json +16 -0
  66. package/registry/blocks/pricing-cta.json +14 -0
  67. package/registry/blocks/profile-card.json +20 -0
  68. package/registry/blocks/profile-grid-tiles-list.json +21 -0
  69. package/registry/blocks/profile-image-uploader.json +19 -0
  70. package/registry/blocks/profile-info-cards.json +19 -0
  71. package/registry/blocks/progress-bar.json +16 -0
  72. package/registry/blocks/prompt-template.json +18 -0
  73. package/registry/blocks/reviews-grid.json +14 -0
  74. package/registry/blocks/reviews-table.json +19 -0
  75. package/registry/blocks/screen-flowchart.json +19 -0
  76. package/registry/blocks/screen-prompt-builder.json +19 -0
  77. package/registry/blocks/screen-prompt-template.json +18 -0
  78. package/registry/blocks/search-bar.json +19 -0
  79. package/registry/blocks/search-sidebar.json +25 -0
  80. package/registry/blocks/settings-list-row.json +20 -0
  81. package/registry/blocks/sidebar-cards.json +18 -0
  82. package/registry/blocks/sidebar-profile-card.json +21 -0
  83. package/registry/blocks/slideshow-grid-tiles.json +21 -0
  84. package/registry/blocks/social-feed.json +20 -0
  85. package/registry/blocks/social-proof.json +14 -0
  86. package/registry/blocks/standard-data-table.json +20 -0
  87. package/registry/blocks/standard-list-with-image.json +17 -0
  88. package/registry/blocks/step-tracker.json +16 -0
  89. package/registry/blocks/team-cards-grid.json +16 -0
  90. package/registry/blocks/team-circular-grid.json +16 -0
  91. package/registry/blocks/testimonial-carousel.json +16 -0
  92. package/registry/blocks/upvoting-posts-table.json +22 -0
  93. package/registry/blocks/vertical-how-it-works.json +16 -0
  94. package/registry/blocks/vertical-step-tracker.json +17 -0
  95. package/registry/blocks/video-chat-controls.json +18 -0
  96. package/registry/blocks/video-content-section.json +16 -0
  97. package/registry/blocks/video-playlist.json +18 -0
  98. package/registry/blocks/webcam-preview.json +18 -0
  99. package/registry/blocks/youtube-player.json +16 -0
  100. package/registry/hooks/use-css-variable-sync.json +14 -0
  101. package/registry/hooks/use-mobile.json +14 -0
  102. package/registry/index.json +730 -0
  103. package/registry/layout/account-settings-shell.json +20 -0
  104. package/registry/layout/dashboard-shell.json +23 -0
  105. package/registry/layout/double-sidebar-shell.json +23 -0
  106. package/registry/layout/double-sidebar.json +20 -0
  107. package/registry/layout/header.json +22 -0
  108. package/registry/layout/icon-sidebar-shell.json +23 -0
  109. package/registry/layout/icon-sidebar.json +19 -0
  110. package/registry/layout/mobile-menu-shell.json +19 -0
  111. package/registry/layout/multistep-progressbar-shell.json +23 -0
  112. package/registry/layout/multistep-shell.json +21 -0
  113. package/registry/layout/multistep-sidebar-shell.json +22 -0
  114. package/registry/layout/project-context-shell.json +20 -0
  115. package/registry/layout/search-bar-shell.json +22 -0
  116. package/registry/layout/sidebar-nav.json +18 -0
  117. package/registry/layout/sidebar.json +20 -0
  118. package/registry/layout/standard-page-shell.json +21 -0
  119. package/registry/layout/vertical-multistep-shell.json +23 -0
  120. package/registry/lib/utils.json +17 -0
  121. package/registry/ui/avatar.json +18 -0
  122. package/registry/ui/button.json +19 -0
  123. package/registry/ui/calendar.json +20 -0
  124. package/registry/ui/checkbox.json +19 -0
  125. package/registry/ui/date-input.json +18 -0
  126. package/registry/ui/dialog.json +19 -0
  127. package/registry/ui/dropdown-menu.json +19 -0
  128. package/registry/ui/file-uploader.json +18 -0
  129. package/registry/ui/image-uploader.json +18 -0
  130. package/registry/ui/input.json +16 -0
  131. package/registry/ui/label.json +18 -0
  132. package/registry/ui/line-tabs.json +16 -0
  133. package/registry/ui/multiselect-checkbox-field.json +18 -0
  134. package/registry/ui/multiselect-tags.json +18 -0
  135. package/registry/ui/popover.json +18 -0
  136. package/registry/ui/radio-group.json +19 -0
  137. package/registry/ui/range-input.json +17 -0
  138. package/registry/ui/scroll-area.json +18 -0
  139. package/registry/ui/searchbox.json +18 -0
  140. package/registry/ui/select.json +20 -0
  141. package/registry/ui/selectable-pills.json +16 -0
  142. package/registry/ui/separator.json +18 -0
  143. package/registry/ui/sheet.json +19 -0
  144. package/registry/ui/sidebar.json +27 -0
  145. package/registry/ui/skeleton.json +16 -0
  146. package/registry/ui/slider.json +18 -0
  147. package/registry/ui/switch.json +18 -0
  148. package/registry/ui/tabs.json +18 -0
  149. package/registry/ui/text-input.json +16 -0
  150. package/registry/ui/textarea.json +18 -0
  151. package/registry/ui/tooltip.json +18 -0
  152. package/registry/ui/typography.json +16 -0
  153. package/styles/tokens.reference.css +35 -3

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.