@opensite/ui 1.5.1 → 1.5.3
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/about-location-info-hero.cjs +26 -48
- package/dist/about-location-info-hero.d.cts +1 -1
- package/dist/about-location-info-hero.d.ts +1 -1
- package/dist/about-location-info-hero.js +26 -48
- package/dist/components.cjs +338 -133
- package/dist/components.js +338 -133
- package/dist/footer-accordion-social.cjs +3 -1
- package/dist/footer-accordion-social.js +3 -1
- package/dist/footer-animated-social.cjs +13 -2
- package/dist/footer-animated-social.js +13 -2
- package/dist/footer-background-card.cjs +239 -69
- package/dist/footer-background-card.d.cts +9 -1
- package/dist/footer-background-card.d.ts +9 -1
- package/dist/footer-background-card.js +240 -70
- package/dist/footer-brand-description.cjs +3 -1
- package/dist/footer-brand-description.js +3 -1
- package/dist/footer-brand-links-contact.cjs +3 -1
- package/dist/footer-brand-links-contact.js +3 -1
- package/dist/footer-comprehensive-links.cjs +3 -1
- package/dist/footer-comprehensive-links.js +3 -1
- package/dist/footer-contact-card.cjs +3 -1
- package/dist/footer-contact-card.js +3 -1
- package/dist/footer-cta-banner.cjs +3 -1
- package/dist/footer-cta-banner.js +3 -1
- package/dist/footer-cta-social.cjs +3 -1
- package/dist/footer-cta-social.js +3 -1
- package/dist/footer-info-cards-accordion.cjs +3 -1
- package/dist/footer-info-cards-accordion.js +3 -1
- package/dist/footer-nav-social.cjs +159 -62
- package/dist/footer-nav-social.d.cts +9 -1
- package/dist/footer-nav-social.d.ts +9 -1
- package/dist/footer-nav-social.js +159 -62
- package/dist/footer-newsletter-contact.cjs +3 -1
- package/dist/footer-newsletter-contact.js +3 -1
- package/dist/footer-newsletter-grid.cjs +3 -1
- package/dist/footer-newsletter-grid.js +3 -1
- package/dist/footer-newsletter-minimal.cjs +3 -1
- package/dist/footer-newsletter-minimal.js +3 -1
- package/dist/footer-simple-centered.cjs +1 -1
- package/dist/footer-simple-centered.d.cts +1 -1
- package/dist/footer-simple-centered.d.ts +1 -1
- package/dist/footer-simple-centered.js +1 -1
- package/dist/footer-social-apps.cjs +3 -1
- package/dist/footer-social-apps.js +3 -1
- package/dist/footer-social-newsletter.cjs +3 -1
- package/dist/footer-social-newsletter.js +3 -1
- package/dist/footer-split-image-accordion.cjs +3 -1
- package/dist/footer-split-image-accordion.js +3 -1
- package/dist/hero-centered-screenshot.cjs +46 -59
- package/dist/hero-centered-screenshot.d.cts +1 -1
- package/dist/hero-centered-screenshot.d.ts +1 -1
- package/dist/hero-centered-screenshot.js +46 -59
- package/dist/index.cjs +338 -133
- package/dist/index.js +338 -133
- package/dist/navbar-fullscreen-menu.cjs +3 -1
- package/dist/navbar-fullscreen-menu.js +3 -1
- package/dist/navbar-transparent-overlay.cjs +3 -1
- package/dist/navbar-transparent-overlay.js +3 -1
- package/dist/registry.cjs +410 -166
- package/dist/registry.js +410 -166
- package/dist/social-link-icon.cjs +3 -1
- package/dist/social-link-icon.js +3 -1
- package/package.json +2 -2
|
@@ -564,7 +564,7 @@ var platformIconMap = {
|
|
|
564
564
|
yelp: "cib/yelp",
|
|
565
565
|
spotify: "cib/spotify",
|
|
566
566
|
apple: "cib/apple",
|
|
567
|
-
x: "line-md/twitter-x",
|
|
567
|
+
x: "line-md/twitter-x-alt",
|
|
568
568
|
github: "cib/github",
|
|
569
569
|
snapchat: "cib/snapchat",
|
|
570
570
|
discord: "cib/discord",
|
|
@@ -583,6 +583,8 @@ var platformIconMap = {
|
|
|
583
583
|
npmjs: "simple-icons/npm",
|
|
584
584
|
crates: "cib/rust",
|
|
585
585
|
rubygems: "cib/rubygems",
|
|
586
|
+
behance: "cib/behance",
|
|
587
|
+
dribbble: "cib/dribbble",
|
|
586
588
|
unknown: "icon-park-solid/circular-connection"
|
|
587
589
|
};
|
|
588
590
|
var SocialLinkIcon = React__namespace.forwardRef(
|
package/dist/social-link-icon.js
CHANGED
|
@@ -542,7 +542,7 @@ var platformIconMap = {
|
|
|
542
542
|
yelp: "cib/yelp",
|
|
543
543
|
spotify: "cib/spotify",
|
|
544
544
|
apple: "cib/apple",
|
|
545
|
-
x: "line-md/twitter-x",
|
|
545
|
+
x: "line-md/twitter-x-alt",
|
|
546
546
|
github: "cib/github",
|
|
547
547
|
snapchat: "cib/snapchat",
|
|
548
548
|
discord: "cib/discord",
|
|
@@ -561,6 +561,8 @@ var platformIconMap = {
|
|
|
561
561
|
npmjs: "simple-icons/npm",
|
|
562
562
|
crates: "cib/rust",
|
|
563
563
|
rubygems: "cib/rubygems",
|
|
564
|
+
behance: "cib/behance",
|
|
565
|
+
dribbble: "cib/dribbble",
|
|
564
566
|
unknown: "icon-park-solid/circular-connection"
|
|
565
567
|
};
|
|
566
568
|
var SocialLinkIcon = React.forwardRef(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensite/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -3368,7 +3368,7 @@
|
|
|
3368
3368
|
"vitest": "^4.0.10"
|
|
3369
3369
|
},
|
|
3370
3370
|
"dependencies": {
|
|
3371
|
-
"@opensite/hooks": "2.0.
|
|
3371
|
+
"@opensite/hooks": "2.0.6",
|
|
3372
3372
|
"@page-speed/forms": "0.3.4",
|
|
3373
3373
|
"@page-speed/img": "0.4.3",
|
|
3374
3374
|
"@page-speed/lightbox": "0.2.1",
|