@opensite/ui 1.5.0 → 1.5.2
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 +3 -1
- package/dist/components.js +3 -1
- package/dist/footer-accordion-social.cjs +3 -1
- package/dist/footer-accordion-social.js +3 -1
- package/dist/footer-animated-social.cjs +3 -1
- package/dist/footer-animated-social.js +3 -1
- 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 +3 -1
- package/dist/footer-nav-social.js +3 -1
- 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-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 +12 -11
- package/dist/footer-split-image-accordion.js +12 -11
- package/dist/index.cjs +3 -1
- package/dist/index.js +3 -1
- 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 +12 -9
- package/dist/registry.js +12 -9
- package/dist/social-link-icon.cjs +3 -1
- package/dist/social-link-icon.js +3 -1
- package/package.json +2 -2
package/dist/components.cjs
CHANGED
|
@@ -1657,7 +1657,7 @@ var platformIconMap = {
|
|
|
1657
1657
|
yelp: "cib/yelp",
|
|
1658
1658
|
spotify: "cib/spotify",
|
|
1659
1659
|
apple: "cib/apple",
|
|
1660
|
-
x: "line-md/twitter-x",
|
|
1660
|
+
x: "line-md/twitter-x-alt",
|
|
1661
1661
|
github: "cib/github",
|
|
1662
1662
|
snapchat: "cib/snapchat",
|
|
1663
1663
|
discord: "cib/discord",
|
|
@@ -1676,6 +1676,8 @@ var platformIconMap = {
|
|
|
1676
1676
|
npmjs: "simple-icons/npm",
|
|
1677
1677
|
crates: "cib/rust",
|
|
1678
1678
|
rubygems: "cib/rubygems",
|
|
1679
|
+
behance: "cib/behance",
|
|
1680
|
+
dribbble: "cib/dribbble",
|
|
1679
1681
|
unknown: "icon-park-solid/circular-connection"
|
|
1680
1682
|
};
|
|
1681
1683
|
var SocialLinkIcon = React4__namespace.forwardRef(
|
package/dist/components.js
CHANGED
|
@@ -1634,7 +1634,7 @@ var platformIconMap = {
|
|
|
1634
1634
|
yelp: "cib/yelp",
|
|
1635
1635
|
spotify: "cib/spotify",
|
|
1636
1636
|
apple: "cib/apple",
|
|
1637
|
-
x: "line-md/twitter-x",
|
|
1637
|
+
x: "line-md/twitter-x-alt",
|
|
1638
1638
|
github: "cib/github",
|
|
1639
1639
|
snapchat: "cib/snapchat",
|
|
1640
1640
|
discord: "cib/discord",
|
|
@@ -1653,6 +1653,8 @@ var platformIconMap = {
|
|
|
1653
1653
|
npmjs: "simple-icons/npm",
|
|
1654
1654
|
crates: "cib/rust",
|
|
1655
1655
|
rubygems: "cib/rubygems",
|
|
1656
|
+
behance: "cib/behance",
|
|
1657
|
+
dribbble: "cib/dribbble",
|
|
1656
1658
|
unknown: "icon-park-solid/circular-connection"
|
|
1657
1659
|
};
|
|
1658
1660
|
var SocialLinkIcon = React4.forwardRef(
|
|
@@ -1667,7 +1667,7 @@ var platformIconMap = {
|
|
|
1667
1667
|
yelp: "cib/yelp",
|
|
1668
1668
|
spotify: "cib/spotify",
|
|
1669
1669
|
apple: "cib/apple",
|
|
1670
|
-
x: "line-md/twitter-x",
|
|
1670
|
+
x: "line-md/twitter-x-alt",
|
|
1671
1671
|
github: "cib/github",
|
|
1672
1672
|
snapchat: "cib/snapchat",
|
|
1673
1673
|
discord: "cib/discord",
|
|
@@ -1686,6 +1686,8 @@ var platformIconMap = {
|
|
|
1686
1686
|
npmjs: "simple-icons/npm",
|
|
1687
1687
|
crates: "cib/rust",
|
|
1688
1688
|
rubygems: "cib/rubygems",
|
|
1689
|
+
behance: "cib/behance",
|
|
1690
|
+
dribbble: "cib/dribbble",
|
|
1689
1691
|
unknown: "icon-park-solid/circular-connection"
|
|
1690
1692
|
};
|
|
1691
1693
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1646,7 +1646,7 @@ var platformIconMap = {
|
|
|
1646
1646
|
yelp: "cib/yelp",
|
|
1647
1647
|
spotify: "cib/spotify",
|
|
1648
1648
|
apple: "cib/apple",
|
|
1649
|
-
x: "line-md/twitter-x",
|
|
1649
|
+
x: "line-md/twitter-x-alt",
|
|
1650
1650
|
github: "cib/github",
|
|
1651
1651
|
snapchat: "cib/snapchat",
|
|
1652
1652
|
discord: "cib/discord",
|
|
@@ -1665,6 +1665,8 @@ var platformIconMap = {
|
|
|
1665
1665
|
npmjs: "simple-icons/npm",
|
|
1666
1666
|
crates: "cib/rust",
|
|
1667
1667
|
rubygems: "cib/rubygems",
|
|
1668
|
+
behance: "cib/behance",
|
|
1669
|
+
dribbble: "cib/dribbble",
|
|
1668
1670
|
unknown: "icon-park-solid/circular-connection"
|
|
1669
1671
|
};
|
|
1670
1672
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1098,7 +1098,7 @@ var platformIconMap = {
|
|
|
1098
1098
|
yelp: "cib/yelp",
|
|
1099
1099
|
spotify: "cib/spotify",
|
|
1100
1100
|
apple: "cib/apple",
|
|
1101
|
-
x: "line-md/twitter-x",
|
|
1101
|
+
x: "line-md/twitter-x-alt",
|
|
1102
1102
|
github: "cib/github",
|
|
1103
1103
|
snapchat: "cib/snapchat",
|
|
1104
1104
|
discord: "cib/discord",
|
|
@@ -1117,6 +1117,8 @@ var platformIconMap = {
|
|
|
1117
1117
|
npmjs: "simple-icons/npm",
|
|
1118
1118
|
crates: "cib/rust",
|
|
1119
1119
|
rubygems: "cib/rubygems",
|
|
1120
|
+
behance: "cib/behance",
|
|
1121
|
+
dribbble: "cib/dribbble",
|
|
1120
1122
|
unknown: "icon-park-solid/circular-connection"
|
|
1121
1123
|
};
|
|
1122
1124
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1077,7 +1077,7 @@ var platformIconMap = {
|
|
|
1077
1077
|
yelp: "cib/yelp",
|
|
1078
1078
|
spotify: "cib/spotify",
|
|
1079
1079
|
apple: "cib/apple",
|
|
1080
|
-
x: "line-md/twitter-x",
|
|
1080
|
+
x: "line-md/twitter-x-alt",
|
|
1081
1081
|
github: "cib/github",
|
|
1082
1082
|
snapchat: "cib/snapchat",
|
|
1083
1083
|
discord: "cib/discord",
|
|
@@ -1096,6 +1096,8 @@ var platformIconMap = {
|
|
|
1096
1096
|
npmjs: "simple-icons/npm",
|
|
1097
1097
|
crates: "cib/rust",
|
|
1098
1098
|
rubygems: "cib/rubygems",
|
|
1099
|
+
behance: "cib/behance",
|
|
1100
|
+
dribbble: "cib/dribbble",
|
|
1099
1101
|
unknown: "icon-park-solid/circular-connection"
|
|
1100
1102
|
};
|
|
1101
1103
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1098,7 +1098,7 @@ var platformIconMap = {
|
|
|
1098
1098
|
yelp: "cib/yelp",
|
|
1099
1099
|
spotify: "cib/spotify",
|
|
1100
1100
|
apple: "cib/apple",
|
|
1101
|
-
x: "line-md/twitter-x",
|
|
1101
|
+
x: "line-md/twitter-x-alt",
|
|
1102
1102
|
github: "cib/github",
|
|
1103
1103
|
snapchat: "cib/snapchat",
|
|
1104
1104
|
discord: "cib/discord",
|
|
@@ -1117,6 +1117,8 @@ var platformIconMap = {
|
|
|
1117
1117
|
npmjs: "simple-icons/npm",
|
|
1118
1118
|
crates: "cib/rust",
|
|
1119
1119
|
rubygems: "cib/rubygems",
|
|
1120
|
+
behance: "cib/behance",
|
|
1121
|
+
dribbble: "cib/dribbble",
|
|
1120
1122
|
unknown: "icon-park-solid/circular-connection"
|
|
1121
1123
|
};
|
|
1122
1124
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1077,7 +1077,7 @@ var platformIconMap = {
|
|
|
1077
1077
|
yelp: "cib/yelp",
|
|
1078
1078
|
spotify: "cib/spotify",
|
|
1079
1079
|
apple: "cib/apple",
|
|
1080
|
-
x: "line-md/twitter-x",
|
|
1080
|
+
x: "line-md/twitter-x-alt",
|
|
1081
1081
|
github: "cib/github",
|
|
1082
1082
|
snapchat: "cib/snapchat",
|
|
1083
1083
|
discord: "cib/discord",
|
|
@@ -1096,6 +1096,8 @@ var platformIconMap = {
|
|
|
1096
1096
|
npmjs: "simple-icons/npm",
|
|
1097
1097
|
crates: "cib/rust",
|
|
1098
1098
|
rubygems: "cib/rubygems",
|
|
1099
|
+
behance: "cib/behance",
|
|
1100
|
+
dribbble: "cib/dribbble",
|
|
1099
1101
|
unknown: "icon-park-solid/circular-connection"
|
|
1100
1102
|
};
|
|
1101
1103
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1098,7 +1098,7 @@ var platformIconMap = {
|
|
|
1098
1098
|
yelp: "cib/yelp",
|
|
1099
1099
|
spotify: "cib/spotify",
|
|
1100
1100
|
apple: "cib/apple",
|
|
1101
|
-
x: "line-md/twitter-x",
|
|
1101
|
+
x: "line-md/twitter-x-alt",
|
|
1102
1102
|
github: "cib/github",
|
|
1103
1103
|
snapchat: "cib/snapchat",
|
|
1104
1104
|
discord: "cib/discord",
|
|
@@ -1117,6 +1117,8 @@ var platformIconMap = {
|
|
|
1117
1117
|
npmjs: "simple-icons/npm",
|
|
1118
1118
|
crates: "cib/rust",
|
|
1119
1119
|
rubygems: "cib/rubygems",
|
|
1120
|
+
behance: "cib/behance",
|
|
1121
|
+
dribbble: "cib/dribbble",
|
|
1120
1122
|
unknown: "icon-park-solid/circular-connection"
|
|
1121
1123
|
};
|
|
1122
1124
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1077,7 +1077,7 @@ var platformIconMap = {
|
|
|
1077
1077
|
yelp: "cib/yelp",
|
|
1078
1078
|
spotify: "cib/spotify",
|
|
1079
1079
|
apple: "cib/apple",
|
|
1080
|
-
x: "line-md/twitter-x",
|
|
1080
|
+
x: "line-md/twitter-x-alt",
|
|
1081
1081
|
github: "cib/github",
|
|
1082
1082
|
snapchat: "cib/snapchat",
|
|
1083
1083
|
discord: "cib/discord",
|
|
@@ -1096,6 +1096,8 @@ var platformIconMap = {
|
|
|
1096
1096
|
npmjs: "simple-icons/npm",
|
|
1097
1097
|
crates: "cib/rust",
|
|
1098
1098
|
rubygems: "cib/rubygems",
|
|
1099
|
+
behance: "cib/behance",
|
|
1100
|
+
dribbble: "cib/dribbble",
|
|
1099
1101
|
unknown: "icon-park-solid/circular-connection"
|
|
1100
1102
|
};
|
|
1101
1103
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1472,7 +1472,7 @@ var platformIconMap = {
|
|
|
1472
1472
|
yelp: "cib/yelp",
|
|
1473
1473
|
spotify: "cib/spotify",
|
|
1474
1474
|
apple: "cib/apple",
|
|
1475
|
-
x: "line-md/twitter-x",
|
|
1475
|
+
x: "line-md/twitter-x-alt",
|
|
1476
1476
|
github: "cib/github",
|
|
1477
1477
|
snapchat: "cib/snapchat",
|
|
1478
1478
|
discord: "cib/discord",
|
|
@@ -1491,6 +1491,8 @@ var platformIconMap = {
|
|
|
1491
1491
|
npmjs: "simple-icons/npm",
|
|
1492
1492
|
crates: "cib/rust",
|
|
1493
1493
|
rubygems: "cib/rubygems",
|
|
1494
|
+
behance: "cib/behance",
|
|
1495
|
+
dribbble: "cib/dribbble",
|
|
1494
1496
|
unknown: "icon-park-solid/circular-connection"
|
|
1495
1497
|
};
|
|
1496
1498
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1451,7 +1451,7 @@ var platformIconMap = {
|
|
|
1451
1451
|
yelp: "cib/yelp",
|
|
1452
1452
|
spotify: "cib/spotify",
|
|
1453
1453
|
apple: "cib/apple",
|
|
1454
|
-
x: "line-md/twitter-x",
|
|
1454
|
+
x: "line-md/twitter-x-alt",
|
|
1455
1455
|
github: "cib/github",
|
|
1456
1456
|
snapchat: "cib/snapchat",
|
|
1457
1457
|
discord: "cib/discord",
|
|
@@ -1470,6 +1470,8 @@ var platformIconMap = {
|
|
|
1470
1470
|
npmjs: "simple-icons/npm",
|
|
1471
1471
|
crates: "cib/rust",
|
|
1472
1472
|
rubygems: "cib/rubygems",
|
|
1473
|
+
behance: "cib/behance",
|
|
1474
|
+
dribbble: "cib/dribbble",
|
|
1473
1475
|
unknown: "icon-park-solid/circular-connection"
|
|
1474
1476
|
};
|
|
1475
1477
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1215,7 +1215,7 @@ var platformIconMap = {
|
|
|
1215
1215
|
yelp: "cib/yelp",
|
|
1216
1216
|
spotify: "cib/spotify",
|
|
1217
1217
|
apple: "cib/apple",
|
|
1218
|
-
x: "line-md/twitter-x",
|
|
1218
|
+
x: "line-md/twitter-x-alt",
|
|
1219
1219
|
github: "cib/github",
|
|
1220
1220
|
snapchat: "cib/snapchat",
|
|
1221
1221
|
discord: "cib/discord",
|
|
@@ -1234,6 +1234,8 @@ var platformIconMap = {
|
|
|
1234
1234
|
npmjs: "simple-icons/npm",
|
|
1235
1235
|
crates: "cib/rust",
|
|
1236
1236
|
rubygems: "cib/rubygems",
|
|
1237
|
+
behance: "cib/behance",
|
|
1238
|
+
dribbble: "cib/dribbble",
|
|
1237
1239
|
unknown: "icon-park-solid/circular-connection"
|
|
1238
1240
|
};
|
|
1239
1241
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1193,7 +1193,7 @@ var platformIconMap = {
|
|
|
1193
1193
|
yelp: "cib/yelp",
|
|
1194
1194
|
spotify: "cib/spotify",
|
|
1195
1195
|
apple: "cib/apple",
|
|
1196
|
-
x: "line-md/twitter-x",
|
|
1196
|
+
x: "line-md/twitter-x-alt",
|
|
1197
1197
|
github: "cib/github",
|
|
1198
1198
|
snapchat: "cib/snapchat",
|
|
1199
1199
|
discord: "cib/discord",
|
|
@@ -1212,6 +1212,8 @@ var platformIconMap = {
|
|
|
1212
1212
|
npmjs: "simple-icons/npm",
|
|
1213
1213
|
crates: "cib/rust",
|
|
1214
1214
|
rubygems: "cib/rubygems",
|
|
1215
|
+
behance: "cib/behance",
|
|
1216
|
+
dribbble: "cib/dribbble",
|
|
1215
1217
|
unknown: "icon-park-solid/circular-connection"
|
|
1216
1218
|
};
|
|
1217
1219
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1175,7 +1175,7 @@ var platformIconMap = {
|
|
|
1175
1175
|
yelp: "cib/yelp",
|
|
1176
1176
|
spotify: "cib/spotify",
|
|
1177
1177
|
apple: "cib/apple",
|
|
1178
|
-
x: "line-md/twitter-x",
|
|
1178
|
+
x: "line-md/twitter-x-alt",
|
|
1179
1179
|
github: "cib/github",
|
|
1180
1180
|
snapchat: "cib/snapchat",
|
|
1181
1181
|
discord: "cib/discord",
|
|
@@ -1194,6 +1194,8 @@ var platformIconMap = {
|
|
|
1194
1194
|
npmjs: "simple-icons/npm",
|
|
1195
1195
|
crates: "cib/rust",
|
|
1196
1196
|
rubygems: "cib/rubygems",
|
|
1197
|
+
behance: "cib/behance",
|
|
1198
|
+
dribbble: "cib/dribbble",
|
|
1197
1199
|
unknown: "icon-park-solid/circular-connection"
|
|
1198
1200
|
};
|
|
1199
1201
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1153,7 +1153,7 @@ var platformIconMap = {
|
|
|
1153
1153
|
yelp: "cib/yelp",
|
|
1154
1154
|
spotify: "cib/spotify",
|
|
1155
1155
|
apple: "cib/apple",
|
|
1156
|
-
x: "line-md/twitter-x",
|
|
1156
|
+
x: "line-md/twitter-x-alt",
|
|
1157
1157
|
github: "cib/github",
|
|
1158
1158
|
snapchat: "cib/snapchat",
|
|
1159
1159
|
discord: "cib/discord",
|
|
@@ -1172,6 +1172,8 @@ var platformIconMap = {
|
|
|
1172
1172
|
npmjs: "simple-icons/npm",
|
|
1173
1173
|
crates: "cib/rust",
|
|
1174
1174
|
rubygems: "cib/rubygems",
|
|
1175
|
+
behance: "cib/behance",
|
|
1176
|
+
dribbble: "cib/dribbble",
|
|
1175
1177
|
unknown: "icon-park-solid/circular-connection"
|
|
1176
1178
|
};
|
|
1177
1179
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1102,7 +1102,7 @@ var platformIconMap = {
|
|
|
1102
1102
|
yelp: "cib/yelp",
|
|
1103
1103
|
spotify: "cib/spotify",
|
|
1104
1104
|
apple: "cib/apple",
|
|
1105
|
-
x: "line-md/twitter-x",
|
|
1105
|
+
x: "line-md/twitter-x-alt",
|
|
1106
1106
|
github: "cib/github",
|
|
1107
1107
|
snapchat: "cib/snapchat",
|
|
1108
1108
|
discord: "cib/discord",
|
|
@@ -1121,6 +1121,8 @@ var platformIconMap = {
|
|
|
1121
1121
|
npmjs: "simple-icons/npm",
|
|
1122
1122
|
crates: "cib/rust",
|
|
1123
1123
|
rubygems: "cib/rubygems",
|
|
1124
|
+
behance: "cib/behance",
|
|
1125
|
+
dribbble: "cib/dribbble",
|
|
1124
1126
|
unknown: "icon-park-solid/circular-connection"
|
|
1125
1127
|
};
|
|
1126
1128
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1081,7 +1081,7 @@ var platformIconMap = {
|
|
|
1081
1081
|
yelp: "cib/yelp",
|
|
1082
1082
|
spotify: "cib/spotify",
|
|
1083
1083
|
apple: "cib/apple",
|
|
1084
|
-
x: "line-md/twitter-x",
|
|
1084
|
+
x: "line-md/twitter-x-alt",
|
|
1085
1085
|
github: "cib/github",
|
|
1086
1086
|
snapchat: "cib/snapchat",
|
|
1087
1087
|
discord: "cib/discord",
|
|
@@ -1100,6 +1100,8 @@ var platformIconMap = {
|
|
|
1100
1100
|
npmjs: "simple-icons/npm",
|
|
1101
1101
|
crates: "cib/rust",
|
|
1102
1102
|
rubygems: "cib/rubygems",
|
|
1103
|
+
behance: "cib/behance",
|
|
1104
|
+
dribbble: "cib/dribbble",
|
|
1103
1105
|
unknown: "icon-park-solid/circular-connection"
|
|
1104
1106
|
};
|
|
1105
1107
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1544,7 +1544,7 @@ var platformIconMap = {
|
|
|
1544
1544
|
yelp: "cib/yelp",
|
|
1545
1545
|
spotify: "cib/spotify",
|
|
1546
1546
|
apple: "cib/apple",
|
|
1547
|
-
x: "line-md/twitter-x",
|
|
1547
|
+
x: "line-md/twitter-x-alt",
|
|
1548
1548
|
github: "cib/github",
|
|
1549
1549
|
snapchat: "cib/snapchat",
|
|
1550
1550
|
discord: "cib/discord",
|
|
@@ -1563,6 +1563,8 @@ var platformIconMap = {
|
|
|
1563
1563
|
npmjs: "simple-icons/npm",
|
|
1564
1564
|
crates: "cib/rust",
|
|
1565
1565
|
rubygems: "cib/rubygems",
|
|
1566
|
+
behance: "cib/behance",
|
|
1567
|
+
dribbble: "cib/dribbble",
|
|
1566
1568
|
unknown: "icon-park-solid/circular-connection"
|
|
1567
1569
|
};
|
|
1568
1570
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1523,7 +1523,7 @@ var platformIconMap = {
|
|
|
1523
1523
|
yelp: "cib/yelp",
|
|
1524
1524
|
spotify: "cib/spotify",
|
|
1525
1525
|
apple: "cib/apple",
|
|
1526
|
-
x: "line-md/twitter-x",
|
|
1526
|
+
x: "line-md/twitter-x-alt",
|
|
1527
1527
|
github: "cib/github",
|
|
1528
1528
|
snapchat: "cib/snapchat",
|
|
1529
1529
|
discord: "cib/discord",
|
|
@@ -1542,6 +1542,8 @@ var platformIconMap = {
|
|
|
1542
1542
|
npmjs: "simple-icons/npm",
|
|
1543
1543
|
crates: "cib/rust",
|
|
1544
1544
|
rubygems: "cib/rubygems",
|
|
1545
|
+
behance: "cib/behance",
|
|
1546
|
+
dribbble: "cib/dribbble",
|
|
1545
1547
|
unknown: "icon-park-solid/circular-connection"
|
|
1546
1548
|
};
|
|
1547
1549
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
var forms = require('@page-speed/forms');
|
|
5
|
-
var inputs = require('@page-speed/forms/inputs');
|
|
6
5
|
var clsx = require('clsx');
|
|
7
6
|
var tailwindMerge = require('tailwind-merge');
|
|
8
7
|
var img = require('@page-speed/img');
|
|
@@ -35,7 +34,6 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
35
34
|
var SeparatorPrimitive__namespace = /*#__PURE__*/_interopNamespace(SeparatorPrimitive);
|
|
36
35
|
|
|
37
36
|
// components/blocks/footers/footer-split-image-accordion.tsx
|
|
38
|
-
var TextInput = inputs.TextInput;
|
|
39
37
|
function cn(...inputs) {
|
|
40
38
|
return tailwindMerge.twMerge(clsx.clsx(inputs));
|
|
41
39
|
}
|
|
@@ -1219,7 +1217,7 @@ var platformIconMap = {
|
|
|
1219
1217
|
yelp: "cib/yelp",
|
|
1220
1218
|
spotify: "cib/spotify",
|
|
1221
1219
|
apple: "cib/apple",
|
|
1222
|
-
x: "line-md/twitter-x",
|
|
1220
|
+
x: "line-md/twitter-x-alt",
|
|
1223
1221
|
github: "cib/github",
|
|
1224
1222
|
snapchat: "cib/snapchat",
|
|
1225
1223
|
discord: "cib/discord",
|
|
@@ -1238,6 +1236,8 @@ var platformIconMap = {
|
|
|
1238
1236
|
npmjs: "simple-icons/npm",
|
|
1239
1237
|
crates: "cib/rust",
|
|
1240
1238
|
rubygems: "cib/rubygems",
|
|
1239
|
+
behance: "cib/behance",
|
|
1240
|
+
dribbble: "cib/dribbble",
|
|
1241
1241
|
unknown: "icon-park-solid/circular-connection"
|
|
1242
1242
|
};
|
|
1243
1243
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1928,14 +1928,13 @@ function FooterSplitImageAccordion({
|
|
|
1928
1928
|
method: formMethod,
|
|
1929
1929
|
className: cn("flex items-stretch", newsletterFormClassName),
|
|
1930
1930
|
children: [
|
|
1931
|
-
/* @__PURE__ */ jsxRuntime.jsx(forms.Field, { name: "email", className: "flex-1", children: ({ field
|
|
1932
|
-
|
|
1931
|
+
/* @__PURE__ */ jsxRuntime.jsx(forms.Field, { name: "email", className: "flex-1", children: ({ field }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1932
|
+
"input",
|
|
1933
1933
|
{
|
|
1934
1934
|
...field,
|
|
1935
1935
|
type: "email",
|
|
1936
1936
|
placeholder: emailPlaceholder,
|
|
1937
|
-
|
|
1938
|
-
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
1937
|
+
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
1939
1938
|
"aria-label": emailPlaceholder
|
|
1940
1939
|
}
|
|
1941
1940
|
) }),
|
|
@@ -1944,8 +1943,10 @@ function FooterSplitImageAccordion({
|
|
|
1944
1943
|
{
|
|
1945
1944
|
componentType: "button",
|
|
1946
1945
|
type: "submit",
|
|
1947
|
-
|
|
1948
|
-
|
|
1946
|
+
variant: "default",
|
|
1947
|
+
size: "icon",
|
|
1948
|
+
asButton: true,
|
|
1949
|
+
className: "rounded-l-none rounded-r-md shrink-0 h-10",
|
|
1949
1950
|
disabled: form.isSubmitting,
|
|
1950
1951
|
children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 16 })
|
|
1951
1952
|
}
|
|
@@ -2011,6 +2012,7 @@ function FooterSplitImageAccordion({
|
|
|
2011
2012
|
] }, section.id))
|
|
2012
2013
|
}
|
|
2013
2014
|
),
|
|
2015
|
+
/* @__PURE__ */ jsxRuntime.jsx(Separator, {}),
|
|
2014
2016
|
paymentPlatforms && paymentPlatforms.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
2015
2017
|
"ul",
|
|
2016
2018
|
{
|
|
@@ -2018,10 +2020,9 @@ function FooterSplitImageAccordion({
|
|
|
2018
2020
|
"flex flex-wrap items-center gap-3",
|
|
2019
2021
|
paymentMethodsClassName
|
|
2020
2022
|
),
|
|
2021
|
-
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(PaymentPlatformIcon, { platform, size:
|
|
2023
|
+
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(PaymentPlatformIcon, { platform, size: 30 }) }, idx))
|
|
2022
2024
|
}
|
|
2023
2025
|
),
|
|
2024
|
-
/* @__PURE__ */ jsxRuntime.jsx(Separator, {}),
|
|
2025
2026
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
2026
2027
|
"div",
|
|
2027
2028
|
{
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { useForm, Form, Field } from '@page-speed/forms';
|
|
3
|
-
import { TextInput as TextInput$1 } from '@page-speed/forms/inputs';
|
|
4
3
|
import { clsx } from 'clsx';
|
|
5
4
|
import { twMerge } from 'tailwind-merge';
|
|
6
5
|
import { Img } from '@page-speed/img';
|
|
@@ -13,7 +12,6 @@ import { serializeForRails, deserializeErrors } from '@page-speed/forms/integrat
|
|
|
13
12
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
14
13
|
|
|
15
14
|
// components/blocks/footers/footer-split-image-accordion.tsx
|
|
16
|
-
var TextInput = TextInput$1;
|
|
17
15
|
function cn(...inputs) {
|
|
18
16
|
return twMerge(clsx(inputs));
|
|
19
17
|
}
|
|
@@ -1197,7 +1195,7 @@ var platformIconMap = {
|
|
|
1197
1195
|
yelp: "cib/yelp",
|
|
1198
1196
|
spotify: "cib/spotify",
|
|
1199
1197
|
apple: "cib/apple",
|
|
1200
|
-
x: "line-md/twitter-x",
|
|
1198
|
+
x: "line-md/twitter-x-alt",
|
|
1201
1199
|
github: "cib/github",
|
|
1202
1200
|
snapchat: "cib/snapchat",
|
|
1203
1201
|
discord: "cib/discord",
|
|
@@ -1216,6 +1214,8 @@ var platformIconMap = {
|
|
|
1216
1214
|
npmjs: "simple-icons/npm",
|
|
1217
1215
|
crates: "cib/rust",
|
|
1218
1216
|
rubygems: "cib/rubygems",
|
|
1217
|
+
behance: "cib/behance",
|
|
1218
|
+
dribbble: "cib/dribbble",
|
|
1219
1219
|
unknown: "icon-park-solid/circular-connection"
|
|
1220
1220
|
};
|
|
1221
1221
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1906,14 +1906,13 @@ function FooterSplitImageAccordion({
|
|
|
1906
1906
|
method: formMethod,
|
|
1907
1907
|
className: cn("flex items-stretch", newsletterFormClassName),
|
|
1908
1908
|
children: [
|
|
1909
|
-
/* @__PURE__ */ jsx(Field, { name: "email", className: "flex-1", children: ({ field
|
|
1910
|
-
|
|
1909
|
+
/* @__PURE__ */ jsx(Field, { name: "email", className: "flex-1", children: ({ field }) => /* @__PURE__ */ jsx(
|
|
1910
|
+
"input",
|
|
1911
1911
|
{
|
|
1912
1912
|
...field,
|
|
1913
1913
|
type: "email",
|
|
1914
1914
|
placeholder: emailPlaceholder,
|
|
1915
|
-
|
|
1916
|
-
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
1915
|
+
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
1917
1916
|
"aria-label": emailPlaceholder
|
|
1918
1917
|
}
|
|
1919
1918
|
) }),
|
|
@@ -1922,8 +1921,10 @@ function FooterSplitImageAccordion({
|
|
|
1922
1921
|
{
|
|
1923
1922
|
componentType: "button",
|
|
1924
1923
|
type: "submit",
|
|
1925
|
-
|
|
1926
|
-
|
|
1924
|
+
variant: "default",
|
|
1925
|
+
size: "icon",
|
|
1926
|
+
asButton: true,
|
|
1927
|
+
className: "rounded-l-none rounded-r-md shrink-0 h-10",
|
|
1927
1928
|
disabled: form.isSubmitting,
|
|
1928
1929
|
children: /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/arrow-right", size: 16 })
|
|
1929
1930
|
}
|
|
@@ -1989,6 +1990,7 @@ function FooterSplitImageAccordion({
|
|
|
1989
1990
|
] }, section.id))
|
|
1990
1991
|
}
|
|
1991
1992
|
),
|
|
1993
|
+
/* @__PURE__ */ jsx(Separator, {}),
|
|
1992
1994
|
paymentPlatforms && paymentPlatforms.length > 0 && /* @__PURE__ */ jsx(
|
|
1993
1995
|
"ul",
|
|
1994
1996
|
{
|
|
@@ -1996,10 +1998,9 @@ function FooterSplitImageAccordion({
|
|
|
1996
1998
|
"flex flex-wrap items-center gap-3",
|
|
1997
1999
|
paymentMethodsClassName
|
|
1998
2000
|
),
|
|
1999
|
-
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(PaymentPlatformIcon, { platform, size:
|
|
2001
|
+
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(PaymentPlatformIcon, { platform, size: 30 }) }, idx))
|
|
2000
2002
|
}
|
|
2001
2003
|
),
|
|
2002
|
-
/* @__PURE__ */ jsx(Separator, {}),
|
|
2003
2004
|
/* @__PURE__ */ jsxs(
|
|
2004
2005
|
"div",
|
|
2005
2006
|
{
|
package/dist/index.cjs
CHANGED
|
@@ -1688,7 +1688,7 @@ var platformIconMap = {
|
|
|
1688
1688
|
yelp: "cib/yelp",
|
|
1689
1689
|
spotify: "cib/spotify",
|
|
1690
1690
|
apple: "cib/apple",
|
|
1691
|
-
x: "line-md/twitter-x",
|
|
1691
|
+
x: "line-md/twitter-x-alt",
|
|
1692
1692
|
github: "cib/github",
|
|
1693
1693
|
snapchat: "cib/snapchat",
|
|
1694
1694
|
discord: "cib/discord",
|
|
@@ -1707,6 +1707,8 @@ var platformIconMap = {
|
|
|
1707
1707
|
npmjs: "simple-icons/npm",
|
|
1708
1708
|
crates: "cib/rust",
|
|
1709
1709
|
rubygems: "cib/rubygems",
|
|
1710
|
+
behance: "cib/behance",
|
|
1711
|
+
dribbble: "cib/dribbble",
|
|
1710
1712
|
unknown: "icon-park-solid/circular-connection"
|
|
1711
1713
|
};
|
|
1712
1714
|
var SocialLinkIcon = React4__namespace.forwardRef(
|
package/dist/index.js
CHANGED
|
@@ -1665,7 +1665,7 @@ var platformIconMap = {
|
|
|
1665
1665
|
yelp: "cib/yelp",
|
|
1666
1666
|
spotify: "cib/spotify",
|
|
1667
1667
|
apple: "cib/apple",
|
|
1668
|
-
x: "line-md/twitter-x",
|
|
1668
|
+
x: "line-md/twitter-x-alt",
|
|
1669
1669
|
github: "cib/github",
|
|
1670
1670
|
snapchat: "cib/snapchat",
|
|
1671
1671
|
discord: "cib/discord",
|
|
@@ -1684,6 +1684,8 @@ var platformIconMap = {
|
|
|
1684
1684
|
npmjs: "simple-icons/npm",
|
|
1685
1685
|
crates: "cib/rust",
|
|
1686
1686
|
rubygems: "cib/rubygems",
|
|
1687
|
+
behance: "cib/behance",
|
|
1688
|
+
dribbble: "cib/dribbble",
|
|
1687
1689
|
unknown: "icon-park-solid/circular-connection"
|
|
1688
1690
|
};
|
|
1689
1691
|
var SocialLinkIcon = React4.forwardRef(
|
|
@@ -1001,7 +1001,7 @@ var platformIconMap = {
|
|
|
1001
1001
|
yelp: "cib/yelp",
|
|
1002
1002
|
spotify: "cib/spotify",
|
|
1003
1003
|
apple: "cib/apple",
|
|
1004
|
-
x: "line-md/twitter-x",
|
|
1004
|
+
x: "line-md/twitter-x-alt",
|
|
1005
1005
|
github: "cib/github",
|
|
1006
1006
|
snapchat: "cib/snapchat",
|
|
1007
1007
|
discord: "cib/discord",
|
|
@@ -1020,6 +1020,8 @@ var platformIconMap = {
|
|
|
1020
1020
|
npmjs: "simple-icons/npm",
|
|
1021
1021
|
crates: "cib/rust",
|
|
1022
1022
|
rubygems: "cib/rubygems",
|
|
1023
|
+
behance: "cib/behance",
|
|
1024
|
+
dribbble: "cib/dribbble",
|
|
1023
1025
|
unknown: "icon-park-solid/circular-connection"
|
|
1024
1026
|
};
|
|
1025
1027
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -980,7 +980,7 @@ var platformIconMap = {
|
|
|
980
980
|
yelp: "cib/yelp",
|
|
981
981
|
spotify: "cib/spotify",
|
|
982
982
|
apple: "cib/apple",
|
|
983
|
-
x: "line-md/twitter-x",
|
|
983
|
+
x: "line-md/twitter-x-alt",
|
|
984
984
|
github: "cib/github",
|
|
985
985
|
snapchat: "cib/snapchat",
|
|
986
986
|
discord: "cib/discord",
|
|
@@ -999,6 +999,8 @@ var platformIconMap = {
|
|
|
999
999
|
npmjs: "simple-icons/npm",
|
|
1000
1000
|
crates: "cib/rust",
|
|
1001
1001
|
rubygems: "cib/rubygems",
|
|
1002
|
+
behance: "cib/behance",
|
|
1003
|
+
dribbble: "cib/dribbble",
|
|
1002
1004
|
unknown: "icon-park-solid/circular-connection"
|
|
1003
1005
|
};
|
|
1004
1006
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1073,7 +1073,7 @@ var platformIconMap = {
|
|
|
1073
1073
|
yelp: "cib/yelp",
|
|
1074
1074
|
spotify: "cib/spotify",
|
|
1075
1075
|
apple: "cib/apple",
|
|
1076
|
-
x: "line-md/twitter-x",
|
|
1076
|
+
x: "line-md/twitter-x-alt",
|
|
1077
1077
|
github: "cib/github",
|
|
1078
1078
|
snapchat: "cib/snapchat",
|
|
1079
1079
|
discord: "cib/discord",
|
|
@@ -1092,6 +1092,8 @@ var platformIconMap = {
|
|
|
1092
1092
|
npmjs: "simple-icons/npm",
|
|
1093
1093
|
crates: "cib/rust",
|
|
1094
1094
|
rubygems: "cib/rubygems",
|
|
1095
|
+
behance: "cib/behance",
|
|
1096
|
+
dribbble: "cib/dribbble",
|
|
1095
1097
|
unknown: "icon-park-solid/circular-connection"
|
|
1096
1098
|
};
|
|
1097
1099
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1051,7 +1051,7 @@ var platformIconMap = {
|
|
|
1051
1051
|
yelp: "cib/yelp",
|
|
1052
1052
|
spotify: "cib/spotify",
|
|
1053
1053
|
apple: "cib/apple",
|
|
1054
|
-
x: "line-md/twitter-x",
|
|
1054
|
+
x: "line-md/twitter-x-alt",
|
|
1055
1055
|
github: "cib/github",
|
|
1056
1056
|
snapchat: "cib/snapchat",
|
|
1057
1057
|
discord: "cib/discord",
|
|
@@ -1070,6 +1070,8 @@ var platformIconMap = {
|
|
|
1070
1070
|
npmjs: "simple-icons/npm",
|
|
1071
1071
|
crates: "cib/rust",
|
|
1072
1072
|
rubygems: "cib/rubygems",
|
|
1073
|
+
behance: "cib/behance",
|
|
1074
|
+
dribbble: "cib/dribbble",
|
|
1073
1075
|
unknown: "icon-park-solid/circular-connection"
|
|
1074
1076
|
};
|
|
1075
1077
|
var SocialLinkIcon = React.forwardRef(
|
package/dist/registry.cjs
CHANGED
|
@@ -21000,7 +21000,7 @@ var platformIconMap = {
|
|
|
21000
21000
|
yelp: "cib/yelp",
|
|
21001
21001
|
spotify: "cib/spotify",
|
|
21002
21002
|
apple: "cib/apple",
|
|
21003
|
-
x: "line-md/twitter-x",
|
|
21003
|
+
x: "line-md/twitter-x-alt",
|
|
21004
21004
|
github: "cib/github",
|
|
21005
21005
|
snapchat: "cib/snapchat",
|
|
21006
21006
|
discord: "cib/discord",
|
|
@@ -21019,6 +21019,8 @@ var platformIconMap = {
|
|
|
21019
21019
|
npmjs: "simple-icons/npm",
|
|
21020
21020
|
crates: "cib/rust",
|
|
21021
21021
|
rubygems: "cib/rubygems",
|
|
21022
|
+
behance: "cib/behance",
|
|
21023
|
+
dribbble: "cib/dribbble",
|
|
21022
21024
|
unknown: "icon-park-solid/circular-connection"
|
|
21023
21025
|
};
|
|
21024
21026
|
var SocialLinkIcon = React52__namespace.forwardRef(
|
|
@@ -44055,14 +44057,13 @@ function FooterSplitImageAccordion({
|
|
|
44055
44057
|
method: formMethod,
|
|
44056
44058
|
className: cn("flex items-stretch", newsletterFormClassName),
|
|
44057
44059
|
children: [
|
|
44058
|
-
/* @__PURE__ */ jsxRuntime.jsx(forms.Field, { name: "email", className: "flex-1", children: ({ field
|
|
44059
|
-
|
|
44060
|
+
/* @__PURE__ */ jsxRuntime.jsx(forms.Field, { name: "email", className: "flex-1", children: ({ field }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
44061
|
+
"input",
|
|
44060
44062
|
{
|
|
44061
44063
|
...field,
|
|
44062
44064
|
type: "email",
|
|
44063
44065
|
placeholder: emailPlaceholder,
|
|
44064
|
-
|
|
44065
|
-
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
44066
|
+
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
44066
44067
|
"aria-label": emailPlaceholder
|
|
44067
44068
|
}
|
|
44068
44069
|
) }),
|
|
@@ -44071,8 +44072,10 @@ function FooterSplitImageAccordion({
|
|
|
44071
44072
|
{
|
|
44072
44073
|
componentType: "button",
|
|
44073
44074
|
type: "submit",
|
|
44074
|
-
|
|
44075
|
-
|
|
44075
|
+
variant: "default",
|
|
44076
|
+
size: "icon",
|
|
44077
|
+
asButton: true,
|
|
44078
|
+
className: "rounded-l-none rounded-r-md shrink-0 h-10",
|
|
44076
44079
|
disabled: form.isSubmitting,
|
|
44077
44080
|
children: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 16 })
|
|
44078
44081
|
}
|
|
@@ -44138,6 +44141,7 @@ function FooterSplitImageAccordion({
|
|
|
44138
44141
|
] }, section.id))
|
|
44139
44142
|
}
|
|
44140
44143
|
),
|
|
44144
|
+
/* @__PURE__ */ jsxRuntime.jsx(Separator, {}),
|
|
44141
44145
|
paymentPlatforms && paymentPlatforms.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
44142
44146
|
"ul",
|
|
44143
44147
|
{
|
|
@@ -44145,10 +44149,9 @@ function FooterSplitImageAccordion({
|
|
|
44145
44149
|
"flex flex-wrap items-center gap-3",
|
|
44146
44150
|
paymentMethodsClassName
|
|
44147
44151
|
),
|
|
44148
|
-
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(PaymentPlatformIcon, { platform, size:
|
|
44152
|
+
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(PaymentPlatformIcon, { platform, size: 30 }) }, idx))
|
|
44149
44153
|
}
|
|
44150
44154
|
),
|
|
44151
|
-
/* @__PURE__ */ jsxRuntime.jsx(Separator, {}),
|
|
44152
44155
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
44153
44156
|
"div",
|
|
44154
44157
|
{
|
package/dist/registry.js
CHANGED
|
@@ -20960,7 +20960,7 @@ var platformIconMap = {
|
|
|
20960
20960
|
yelp: "cib/yelp",
|
|
20961
20961
|
spotify: "cib/spotify",
|
|
20962
20962
|
apple: "cib/apple",
|
|
20963
|
-
x: "line-md/twitter-x",
|
|
20963
|
+
x: "line-md/twitter-x-alt",
|
|
20964
20964
|
github: "cib/github",
|
|
20965
20965
|
snapchat: "cib/snapchat",
|
|
20966
20966
|
discord: "cib/discord",
|
|
@@ -20979,6 +20979,8 @@ var platformIconMap = {
|
|
|
20979
20979
|
npmjs: "simple-icons/npm",
|
|
20980
20980
|
crates: "cib/rust",
|
|
20981
20981
|
rubygems: "cib/rubygems",
|
|
20982
|
+
behance: "cib/behance",
|
|
20983
|
+
dribbble: "cib/dribbble",
|
|
20982
20984
|
unknown: "icon-park-solid/circular-connection"
|
|
20983
20985
|
};
|
|
20984
20986
|
var SocialLinkIcon = React52.forwardRef(
|
|
@@ -44015,14 +44017,13 @@ function FooterSplitImageAccordion({
|
|
|
44015
44017
|
method: formMethod,
|
|
44016
44018
|
className: cn("flex items-stretch", newsletterFormClassName),
|
|
44017
44019
|
children: [
|
|
44018
|
-
/* @__PURE__ */ jsx(Field, { name: "email", className: "flex-1", children: ({ field
|
|
44019
|
-
|
|
44020
|
+
/* @__PURE__ */ jsx(Field, { name: "email", className: "flex-1", children: ({ field }) => /* @__PURE__ */ jsx(
|
|
44021
|
+
"input",
|
|
44020
44022
|
{
|
|
44021
44023
|
...field,
|
|
44022
44024
|
type: "email",
|
|
44023
44025
|
placeholder: emailPlaceholder,
|
|
44024
|
-
|
|
44025
|
-
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
44026
|
+
className: "flex h-10 w-full rounded-l-md rounded-r-none border border-r-0 border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
44026
44027
|
"aria-label": emailPlaceholder
|
|
44027
44028
|
}
|
|
44028
44029
|
) }),
|
|
@@ -44031,8 +44032,10 @@ function FooterSplitImageAccordion({
|
|
|
44031
44032
|
{
|
|
44032
44033
|
componentType: "button",
|
|
44033
44034
|
type: "submit",
|
|
44034
|
-
|
|
44035
|
-
|
|
44035
|
+
variant: "default",
|
|
44036
|
+
size: "icon",
|
|
44037
|
+
asButton: true,
|
|
44038
|
+
className: "rounded-l-none rounded-r-md shrink-0 h-10",
|
|
44036
44039
|
disabled: form.isSubmitting,
|
|
44037
44040
|
children: /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/arrow-right", size: 16 })
|
|
44038
44041
|
}
|
|
@@ -44098,6 +44101,7 @@ function FooterSplitImageAccordion({
|
|
|
44098
44101
|
] }, section.id))
|
|
44099
44102
|
}
|
|
44100
44103
|
),
|
|
44104
|
+
/* @__PURE__ */ jsx(Separator, {}),
|
|
44101
44105
|
paymentPlatforms && paymentPlatforms.length > 0 && /* @__PURE__ */ jsx(
|
|
44102
44106
|
"ul",
|
|
44103
44107
|
{
|
|
@@ -44105,10 +44109,9 @@ function FooterSplitImageAccordion({
|
|
|
44105
44109
|
"flex flex-wrap items-center gap-3",
|
|
44106
44110
|
paymentMethodsClassName
|
|
44107
44111
|
),
|
|
44108
|
-
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(PaymentPlatformIcon, { platform, size:
|
|
44112
|
+
children: paymentPlatforms.map((platform, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(PaymentPlatformIcon, { platform, size: 30 }) }, idx))
|
|
44109
44113
|
}
|
|
44110
44114
|
),
|
|
44111
|
-
/* @__PURE__ */ jsx(Separator, {}),
|
|
44112
44115
|
/* @__PURE__ */ jsxs(
|
|
44113
44116
|
"div",
|
|
44114
44117
|
{
|
|
@@ -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.2",
|
|
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",
|