@opensite/ui 1.5.1 → 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 +3 -1
- package/dist/footer-split-image-accordion.js +3 -1
- 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 +3 -1
- package/dist/registry.js +3 -1
- 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(
|
|
@@ -1217,7 +1217,7 @@ var platformIconMap = {
|
|
|
1217
1217
|
yelp: "cib/yelp",
|
|
1218
1218
|
spotify: "cib/spotify",
|
|
1219
1219
|
apple: "cib/apple",
|
|
1220
|
-
x: "line-md/twitter-x",
|
|
1220
|
+
x: "line-md/twitter-x-alt",
|
|
1221
1221
|
github: "cib/github",
|
|
1222
1222
|
snapchat: "cib/snapchat",
|
|
1223
1223
|
discord: "cib/discord",
|
|
@@ -1236,6 +1236,8 @@ var platformIconMap = {
|
|
|
1236
1236
|
npmjs: "simple-icons/npm",
|
|
1237
1237
|
crates: "cib/rust",
|
|
1238
1238
|
rubygems: "cib/rubygems",
|
|
1239
|
+
behance: "cib/behance",
|
|
1240
|
+
dribbble: "cib/dribbble",
|
|
1239
1241
|
unknown: "icon-park-solid/circular-connection"
|
|
1240
1242
|
};
|
|
1241
1243
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1195,7 +1195,7 @@ var platformIconMap = {
|
|
|
1195
1195
|
yelp: "cib/yelp",
|
|
1196
1196
|
spotify: "cib/spotify",
|
|
1197
1197
|
apple: "cib/apple",
|
|
1198
|
-
x: "line-md/twitter-x",
|
|
1198
|
+
x: "line-md/twitter-x-alt",
|
|
1199
1199
|
github: "cib/github",
|
|
1200
1200
|
snapchat: "cib/snapchat",
|
|
1201
1201
|
discord: "cib/discord",
|
|
@@ -1214,6 +1214,8 @@ var platformIconMap = {
|
|
|
1214
1214
|
npmjs: "simple-icons/npm",
|
|
1215
1215
|
crates: "cib/rust",
|
|
1216
1216
|
rubygems: "cib/rubygems",
|
|
1217
|
+
behance: "cib/behance",
|
|
1218
|
+
dribbble: "cib/dribbble",
|
|
1217
1219
|
unknown: "icon-park-solid/circular-connection"
|
|
1218
1220
|
};
|
|
1219
1221
|
var SocialLinkIcon = React.forwardRef(
|
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(
|
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(
|
|
@@ -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",
|