@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.
- package/dist/components.cjs +1511 -3
- package/dist/components.cjs.map +1 -1
- package/dist/components.d.cts +13 -0
- package/dist/components.d.ts +13 -0
- package/dist/components.js +1499 -4
- package/dist/components.js.map +1 -1
- package/dist/footer-animated-social.cjs +272 -0
- package/dist/footer-animated-social.cjs.map +1 -0
- package/dist/footer-animated-social.d.cts +41 -0
- package/dist/footer-animated-social.d.ts +41 -0
- package/dist/footer-animated-social.js +250 -0
- package/dist/footer-animated-social.js.map +1 -0
- package/dist/footer-background-card.cjs +149 -0
- package/dist/footer-background-card.cjs.map +1 -0
- package/dist/footer-background-card.d.cts +74 -0
- package/dist/footer-background-card.d.ts +74 -0
- package/dist/footer-background-card.js +147 -0
- package/dist/footer-background-card.js.map +1 -0
- package/dist/footer-brand-description.cjs +244 -0
- package/dist/footer-brand-description.cjs.map +1 -0
- package/dist/footer-brand-description.d.cts +65 -0
- package/dist/footer-brand-description.d.ts +65 -0
- package/dist/footer-brand-description.js +222 -0
- package/dist/footer-brand-description.js.map +1 -0
- package/dist/footer-contact-card.cjs +238 -0
- package/dist/footer-contact-card.cjs.map +1 -0
- package/dist/footer-contact-card.d.cts +65 -0
- package/dist/footer-contact-card.d.ts +65 -0
- package/dist/footer-contact-card.js +216 -0
- package/dist/footer-contact-card.js.map +1 -0
- package/dist/footer-cta-banner.cjs +282 -0
- package/dist/footer-cta-banner.cjs.map +1 -0
- package/dist/footer-cta-banner.d.cts +77 -0
- package/dist/footer-cta-banner.d.ts +77 -0
- package/dist/footer-cta-banner.js +260 -0
- package/dist/footer-cta-banner.js.map +1 -0
- package/dist/footer-cta-social.cjs +221 -0
- package/dist/footer-cta-social.cjs.map +1 -0
- package/dist/footer-cta-social.d.cts +45 -0
- package/dist/footer-cta-social.d.ts +45 -0
- package/dist/footer-cta-social.js +199 -0
- package/dist/footer-cta-social.js.map +1 -0
- package/dist/footer-links-grid.cjs +119 -0
- package/dist/footer-links-grid.cjs.map +1 -0
- package/dist/footer-links-grid.d.cts +54 -0
- package/dist/footer-links-grid.d.ts +54 -0
- package/dist/footer-links-grid.js +117 -0
- package/dist/footer-links-grid.js.map +1 -0
- package/dist/footer-nav-social.cjs +273 -0
- package/dist/footer-nav-social.cjs.map +1 -0
- package/dist/footer-nav-social.d.cts +72 -0
- package/dist/footer-nav-social.d.ts +72 -0
- package/dist/footer-nav-social.js +251 -0
- package/dist/footer-nav-social.js.map +1 -0
- package/dist/footer-newsletter-grid.cjs +271 -0
- package/dist/footer-newsletter-grid.cjs.map +1 -0
- package/dist/footer-newsletter-grid.d.cts +74 -0
- package/dist/footer-newsletter-grid.d.ts +74 -0
- package/dist/footer-newsletter-grid.js +249 -0
- package/dist/footer-newsletter-grid.js.map +1 -0
- package/dist/footer-newsletter-minimal.cjs +271 -0
- package/dist/footer-newsletter-minimal.cjs.map +1 -0
- package/dist/footer-newsletter-minimal.d.cts +57 -0
- package/dist/footer-newsletter-minimal.d.ts +57 -0
- package/dist/footer-newsletter-minimal.js +249 -0
- package/dist/footer-newsletter-minimal.js.map +1 -0
- package/dist/footer-simple-centered.cjs +101 -0
- package/dist/footer-simple-centered.cjs.map +1 -0
- package/dist/footer-simple-centered.d.cts +52 -0
- package/dist/footer-simple-centered.d.ts +52 -0
- package/dist/footer-simple-centered.js +99 -0
- package/dist/footer-simple-centered.js.map +1 -0
- package/dist/footer-social-apps.cjs +247 -0
- package/dist/footer-social-apps.cjs.map +1 -0
- package/dist/footer-social-apps.d.cts +75 -0
- package/dist/footer-social-apps.d.ts +75 -0
- package/dist/footer-social-apps.js +225 -0
- package/dist/footer-social-apps.js.map +1 -0
- package/dist/footer-social-newsletter.cjs +267 -0
- package/dist/footer-social-newsletter.cjs.map +1 -0
- package/dist/footer-social-newsletter.d.cts +68 -0
- package/dist/footer-social-newsletter.d.ts +68 -0
- package/dist/footer-social-newsletter.js +245 -0
- package/dist/footer-social-newsletter.js.map +1 -0
- package/dist/index.cjs +1511 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +1499 -4
- package/dist/index.js.map +1 -1
- package/dist/pressable.cjs +10 -3
- package/dist/pressable.cjs.map +1 -1
- package/dist/pressable.js +10 -3
- package/dist/pressable.js.map +1 -1
- package/dist/registry.cjs +1971 -1
- package/dist/registry.cjs.map +1 -1
- package/dist/registry.js +1971 -1
- package/dist/registry.js.map +1 -1
- package/dist/team-media-showcase.cjs +182 -0
- package/dist/team-media-showcase.cjs.map +1 -0
- package/dist/team-media-showcase.d.cts +145 -0
- package/dist/team-media-showcase.d.ts +145 -0
- package/dist/team-media-showcase.js +160 -0
- package/dist/team-media-showcase.js.map +1 -0
- package/package.json +71 -1
package/dist/components.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, MediaHoverCtaItem, MediaHoverCtaType, MediaHoverCtasProps, PageHeroBannerProps, SectionBackground, SectionProps, SectionSpacing } from './types.cjs';
|
|
14
27
|
import 'react';
|
|
15
28
|
import 'react/jsx-runtime';
|
package/dist/components.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, MediaHoverCtaItem, MediaHoverCtaType, MediaHoverCtasProps, PageHeroBannerProps, SectionBackground, SectionProps, SectionSpacing } from './types.js';
|
|
14
27
|
import 'react';
|
|
15
28
|
import 'react/jsx-runtime';
|