@opensite/ui 0.1.6 → 0.1.7

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 (49) hide show
  1. package/dist/alternating-blocks.cjs +2 -1
  2. package/dist/alternating-blocks.cjs.map +1 -1
  3. package/dist/alternating-blocks.js +2 -1
  4. package/dist/alternating-blocks.js.map +1 -1
  5. package/dist/badge.d.cts +1 -1
  6. package/dist/badge.d.ts +1 -1
  7. package/dist/{button-variants-BTHtgG6W.d.cts → button-variants-OIpPF9yW.d.cts} +2 -2
  8. package/dist/{button-variants-BTHtgG6W.d.ts → button-variants-OIpPF9yW.d.ts} +2 -2
  9. package/dist/button.d.cts +1 -1
  10. package/dist/button.d.ts +1 -1
  11. package/dist/components.cjs +2 -1
  12. package/dist/components.cjs.map +1 -1
  13. package/dist/components.d.cts +1 -1
  14. package/dist/components.d.ts +1 -1
  15. package/dist/components.js +2 -1
  16. package/dist/components.js.map +1 -1
  17. package/dist/container.cjs +1 -1
  18. package/dist/container.cjs.map +1 -1
  19. package/dist/container.js +1 -1
  20. package/dist/container.js.map +1 -1
  21. package/dist/index.cjs +2 -1
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +2 -1
  26. package/dist/index.js.map +1 -1
  27. package/dist/page-hero-banner.cjs +1 -1
  28. package/dist/page-hero-banner.cjs.map +1 -1
  29. package/dist/page-hero-banner.js +1 -1
  30. package/dist/page-hero-banner.js.map +1 -1
  31. package/dist/pressable.d.cts +1 -1
  32. package/dist/pressable.d.ts +1 -1
  33. package/dist/registry.cjs +4715 -754
  34. package/dist/registry.cjs.map +1 -1
  35. package/dist/registry.d.cts +1 -1
  36. package/dist/registry.d.ts +1 -1
  37. package/dist/registry.js +4448 -487
  38. package/dist/registry.js.map +1 -1
  39. package/dist/section.cjs +2 -1
  40. package/dist/section.cjs.map +1 -1
  41. package/dist/section.js +2 -1
  42. package/dist/section.js.map +1 -1
  43. package/dist/team-media-showcase.cjs +2 -1
  44. package/dist/team-media-showcase.cjs.map +1 -1
  45. package/dist/team-media-showcase.js +2 -1
  46. package/dist/team-media-showcase.js.map +1 -1
  47. package/dist/types.d.cts +1 -1
  48. package/dist/types.d.ts +1 -1
  49. package/package.json +2470 -1429
@@ -22,7 +22,7 @@ interface BlockRegistryEntry<T = any> {
22
22
  props: string;
23
23
  exampleUsage: string;
24
24
  }
25
- type BlockCategory = "about" | "features" | "cta" | "testimonials" | "services" | "hero" | "footer" | "header" | "pricing" | "team" | "stats" | "faq" | "contact" | "gallery" | "timeline" | "process" | "benefits" | "comparison" | "background-pattern-hero" | "blog" | "article" | "case-studies-list" | "case-study-detail" | "navbar" | "logos" | "project-list" | "project-detail" | "list" | "offer-modal" | "banner" | "industries" | "resource-detail" | "service-detail" | "services-list" | "resource-list" | "link-page";
25
+ type BlockCategory = "about" | "features" | "cta" | "testimonials" | "services" | "hero" | "footer" | "header" | "pricing" | "team" | "stats" | "faq" | "contact" | "carousel" | "gallery" | "timeline" | "process" | "benefits" | "comparison" | "background-pattern-hero" | "blog" | "article" | "case-studies-list" | "case-study-detail" | "navbar" | "logos" | "project-list" | "project-detail" | "list" | "offer-modal" | "banner" | "industries" | "resource-detail" | "service-detail" | "services-list" | "resource-list" | "link-page";
26
26
  /**
27
27
  * Block Registry - Central registry of all available UI blocks
28
28
  */
@@ -22,7 +22,7 @@ interface BlockRegistryEntry<T = any> {
22
22
  props: string;
23
23
  exampleUsage: string;
24
24
  }
25
- type BlockCategory = "about" | "features" | "cta" | "testimonials" | "services" | "hero" | "footer" | "header" | "pricing" | "team" | "stats" | "faq" | "contact" | "gallery" | "timeline" | "process" | "benefits" | "comparison" | "background-pattern-hero" | "blog" | "article" | "case-studies-list" | "case-study-detail" | "navbar" | "logos" | "project-list" | "project-detail" | "list" | "offer-modal" | "banner" | "industries" | "resource-detail" | "service-detail" | "services-list" | "resource-list" | "link-page";
25
+ type BlockCategory = "about" | "features" | "cta" | "testimonials" | "services" | "hero" | "footer" | "header" | "pricing" | "team" | "stats" | "faq" | "contact" | "carousel" | "gallery" | "timeline" | "process" | "benefits" | "comparison" | "background-pattern-hero" | "blog" | "article" | "case-studies-list" | "case-study-detail" | "navbar" | "logos" | "project-list" | "project-detail" | "list" | "offer-modal" | "banner" | "industries" | "resource-detail" | "service-detail" | "services-list" | "resource-list" | "link-page";
26
26
  /**
27
27
  * Block Registry - Central registry of all available UI blocks
28
28
  */