@opensite/ui 0.1.2 → 0.1.4

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 (105) hide show
  1. package/dist/components.cjs +1511 -3
  2. package/dist/components.cjs.map +1 -1
  3. package/dist/components.d.cts +13 -0
  4. package/dist/components.d.ts +13 -0
  5. package/dist/components.js +1499 -4
  6. package/dist/components.js.map +1 -1
  7. package/dist/footer-animated-social.cjs +272 -0
  8. package/dist/footer-animated-social.cjs.map +1 -0
  9. package/dist/footer-animated-social.d.cts +41 -0
  10. package/dist/footer-animated-social.d.ts +41 -0
  11. package/dist/footer-animated-social.js +250 -0
  12. package/dist/footer-animated-social.js.map +1 -0
  13. package/dist/footer-background-card.cjs +149 -0
  14. package/dist/footer-background-card.cjs.map +1 -0
  15. package/dist/footer-background-card.d.cts +74 -0
  16. package/dist/footer-background-card.d.ts +74 -0
  17. package/dist/footer-background-card.js +147 -0
  18. package/dist/footer-background-card.js.map +1 -0
  19. package/dist/footer-brand-description.cjs +244 -0
  20. package/dist/footer-brand-description.cjs.map +1 -0
  21. package/dist/footer-brand-description.d.cts +65 -0
  22. package/dist/footer-brand-description.d.ts +65 -0
  23. package/dist/footer-brand-description.js +222 -0
  24. package/dist/footer-brand-description.js.map +1 -0
  25. package/dist/footer-contact-card.cjs +238 -0
  26. package/dist/footer-contact-card.cjs.map +1 -0
  27. package/dist/footer-contact-card.d.cts +65 -0
  28. package/dist/footer-contact-card.d.ts +65 -0
  29. package/dist/footer-contact-card.js +216 -0
  30. package/dist/footer-contact-card.js.map +1 -0
  31. package/dist/footer-cta-banner.cjs +282 -0
  32. package/dist/footer-cta-banner.cjs.map +1 -0
  33. package/dist/footer-cta-banner.d.cts +77 -0
  34. package/dist/footer-cta-banner.d.ts +77 -0
  35. package/dist/footer-cta-banner.js +260 -0
  36. package/dist/footer-cta-banner.js.map +1 -0
  37. package/dist/footer-cta-social.cjs +221 -0
  38. package/dist/footer-cta-social.cjs.map +1 -0
  39. package/dist/footer-cta-social.d.cts +45 -0
  40. package/dist/footer-cta-social.d.ts +45 -0
  41. package/dist/footer-cta-social.js +199 -0
  42. package/dist/footer-cta-social.js.map +1 -0
  43. package/dist/footer-links-grid.cjs +119 -0
  44. package/dist/footer-links-grid.cjs.map +1 -0
  45. package/dist/footer-links-grid.d.cts +54 -0
  46. package/dist/footer-links-grid.d.ts +54 -0
  47. package/dist/footer-links-grid.js +117 -0
  48. package/dist/footer-links-grid.js.map +1 -0
  49. package/dist/footer-nav-social.cjs +273 -0
  50. package/dist/footer-nav-social.cjs.map +1 -0
  51. package/dist/footer-nav-social.d.cts +72 -0
  52. package/dist/footer-nav-social.d.ts +72 -0
  53. package/dist/footer-nav-social.js +251 -0
  54. package/dist/footer-nav-social.js.map +1 -0
  55. package/dist/footer-newsletter-grid.cjs +271 -0
  56. package/dist/footer-newsletter-grid.cjs.map +1 -0
  57. package/dist/footer-newsletter-grid.d.cts +74 -0
  58. package/dist/footer-newsletter-grid.d.ts +74 -0
  59. package/dist/footer-newsletter-grid.js +249 -0
  60. package/dist/footer-newsletter-grid.js.map +1 -0
  61. package/dist/footer-newsletter-minimal.cjs +271 -0
  62. package/dist/footer-newsletter-minimal.cjs.map +1 -0
  63. package/dist/footer-newsletter-minimal.d.cts +57 -0
  64. package/dist/footer-newsletter-minimal.d.ts +57 -0
  65. package/dist/footer-newsletter-minimal.js +249 -0
  66. package/dist/footer-newsletter-minimal.js.map +1 -0
  67. package/dist/footer-simple-centered.cjs +101 -0
  68. package/dist/footer-simple-centered.cjs.map +1 -0
  69. package/dist/footer-simple-centered.d.cts +52 -0
  70. package/dist/footer-simple-centered.d.ts +52 -0
  71. package/dist/footer-simple-centered.js +99 -0
  72. package/dist/footer-simple-centered.js.map +1 -0
  73. package/dist/footer-social-apps.cjs +247 -0
  74. package/dist/footer-social-apps.cjs.map +1 -0
  75. package/dist/footer-social-apps.d.cts +75 -0
  76. package/dist/footer-social-apps.d.ts +75 -0
  77. package/dist/footer-social-apps.js +225 -0
  78. package/dist/footer-social-apps.js.map +1 -0
  79. package/dist/footer-social-newsletter.cjs +267 -0
  80. package/dist/footer-social-newsletter.cjs.map +1 -0
  81. package/dist/footer-social-newsletter.d.cts +68 -0
  82. package/dist/footer-social-newsletter.d.ts +68 -0
  83. package/dist/footer-social-newsletter.js +245 -0
  84. package/dist/footer-social-newsletter.js.map +1 -0
  85. package/dist/index.cjs +1511 -3
  86. package/dist/index.cjs.map +1 -1
  87. package/dist/index.d.cts +13 -0
  88. package/dist/index.d.ts +13 -0
  89. package/dist/index.js +1499 -4
  90. package/dist/index.js.map +1 -1
  91. package/dist/pressable.cjs +10 -3
  92. package/dist/pressable.cjs.map +1 -1
  93. package/dist/pressable.js +10 -3
  94. package/dist/pressable.js.map +1 -1
  95. package/dist/registry.cjs +1971 -1
  96. package/dist/registry.cjs.map +1 -1
  97. package/dist/registry.js +1971 -1
  98. package/dist/registry.js.map +1 -1
  99. package/dist/team-media-showcase.cjs +182 -0
  100. package/dist/team-media-showcase.cjs.map +1 -0
  101. package/dist/team-media-showcase.d.cts +145 -0
  102. package/dist/team-media-showcase.d.ts +145 -0
  103. package/dist/team-media-showcase.js +160 -0
  104. package/dist/team-media-showcase.js.map +1 -0
  105. package/package.json +71 -1
package/dist/index.d.cts CHANGED
@@ -10,6 +10,19 @@ export { DynamicIcon } from './dynamic-icon.cjs';
10
10
  export { Pressable, PressableProps } from './pressable.cjs';
11
11
  export { AlternatingBlocks } from './alternating-blocks.cjs';
12
12
  export { MediaHoverCtas } from './media-hover-ctas.cjs';
13
+ export { FooterLinksGrid } from './footer-links-grid.cjs';
14
+ export { FooterSocialNewsletter } from './footer-social-newsletter.cjs';
15
+ export { FooterSocialApps } from './footer-social-apps.cjs';
16
+ export { FooterSimpleCentered } from './footer-simple-centered.cjs';
17
+ export { FooterBrandDescription } from './footer-brand-description.cjs';
18
+ export { FooterNewsletterGrid } from './footer-newsletter-grid.cjs';
19
+ export { FooterCtaBanner } from './footer-cta-banner.cjs';
20
+ export { FooterContactCard } from './footer-contact-card.cjs';
21
+ export { FooterBackgroundCard } from './footer-background-card.cjs';
22
+ export { FooterAnimatedSocial } from './footer-animated-social.cjs';
23
+ export { FooterNewsletterMinimal } from './footer-newsletter-minimal.cjs';
24
+ export { FooterCtaSocial } from './footer-cta-social.cjs';
25
+ export { FooterNavSocial } from './footer-nav-social.cjs';
13
26
  export { AlternatingBlockSection, AlternatingBlocksProps, AnimatedDialogProps, AnimatedDialogSize, ContainerMaxWidth, ContainerProps, FeatureShowcaseItem, FeatureShowcaseProps, MediaHoverCtaItem, MediaHoverCtaType, MediaHoverCtasProps, PageHeroBannerProps, SectionBackground, SectionProps, SectionSpacing } from './types.cjs';
14
27
  export { LinkType, UseNavigationArgs, UseNavigationReturn, useNavigation } from './use-navigation.cjs';
15
28
  export { cn } from './utils.cjs';
package/dist/index.d.ts CHANGED
@@ -10,6 +10,19 @@ export { DynamicIcon } from './dynamic-icon.js';
10
10
  export { Pressable, PressableProps } from './pressable.js';
11
11
  export { AlternatingBlocks } from './alternating-blocks.js';
12
12
  export { MediaHoverCtas } from './media-hover-ctas.js';
13
+ export { FooterLinksGrid } from './footer-links-grid.js';
14
+ export { FooterSocialNewsletter } from './footer-social-newsletter.js';
15
+ export { FooterSocialApps } from './footer-social-apps.js';
16
+ export { FooterSimpleCentered } from './footer-simple-centered.js';
17
+ export { FooterBrandDescription } from './footer-brand-description.js';
18
+ export { FooterNewsletterGrid } from './footer-newsletter-grid.js';
19
+ export { FooterCtaBanner } from './footer-cta-banner.js';
20
+ export { FooterContactCard } from './footer-contact-card.js';
21
+ export { FooterBackgroundCard } from './footer-background-card.js';
22
+ export { FooterAnimatedSocial } from './footer-animated-social.js';
23
+ export { FooterNewsletterMinimal } from './footer-newsletter-minimal.js';
24
+ export { FooterCtaSocial } from './footer-cta-social.js';
25
+ export { FooterNavSocial } from './footer-nav-social.js';
13
26
  export { AlternatingBlockSection, AlternatingBlocksProps, AnimatedDialogProps, AnimatedDialogSize, ContainerMaxWidth, ContainerProps, FeatureShowcaseItem, FeatureShowcaseProps, MediaHoverCtaItem, MediaHoverCtaType, MediaHoverCtasProps, PageHeroBannerProps, SectionBackground, SectionProps, SectionSpacing } from './types.js';
14
27
  export { LinkType, UseNavigationArgs, UseNavigationReturn, useNavigation } from './use-navigation.js';
15
28
  export { cn } from './utils.js';