@opensite/ui 1.3.7 → 1.3.8
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 +159 -83
- package/dist/components.js +159 -83
- package/dist/feature-showcase.cjs +3 -3
- package/dist/feature-showcase.js +3 -3
- package/dist/footer-accordion-social.cjs +18 -0
- package/dist/footer-accordion-social.js +18 -0
- package/dist/footer-animated-social.cjs +18 -0
- package/dist/footer-animated-social.js +18 -0
- package/dist/footer-brand-description.cjs +18 -0
- package/dist/footer-brand-description.js +18 -0
- package/dist/footer-brand-links-contact.cjs +18 -0
- package/dist/footer-brand-links-contact.js +18 -0
- package/dist/footer-comprehensive-links.cjs +18 -0
- package/dist/footer-comprehensive-links.js +18 -0
- package/dist/footer-contact-card.cjs +18 -0
- package/dist/footer-contact-card.js +18 -0
- package/dist/footer-cta-banner.cjs +18 -0
- package/dist/footer-cta-banner.js +18 -0
- package/dist/footer-cta-social.cjs +18 -0
- package/dist/footer-cta-social.js +18 -0
- package/dist/footer-info-cards-accordion.cjs +18 -0
- package/dist/footer-info-cards-accordion.js +18 -0
- package/dist/footer-links-grid.cjs +9 -14
- package/dist/footer-links-grid.d.cts +5 -1
- package/dist/footer-links-grid.d.ts +5 -1
- package/dist/footer-links-grid.js +9 -14
- package/dist/footer-nav-social.cjs +18 -0
- package/dist/footer-nav-social.js +18 -0
- package/dist/footer-newsletter-contact.cjs +18 -0
- package/dist/footer-newsletter-contact.js +18 -0
- package/dist/footer-newsletter-grid.cjs +18 -0
- package/dist/footer-newsletter-grid.js +18 -0
- package/dist/footer-newsletter-minimal.cjs +18 -0
- package/dist/footer-newsletter-minimal.js +18 -0
- package/dist/footer-social-apps.cjs +18 -0
- package/dist/footer-social-apps.js +18 -0
- package/dist/footer-social-newsletter.cjs +150 -99
- package/dist/footer-social-newsletter.d.cts +5 -1
- package/dist/footer-social-newsletter.d.ts +5 -1
- package/dist/footer-social-newsletter.js +150 -99
- package/dist/footer-split-image-accordion.cjs +18 -0
- package/dist/footer-split-image-accordion.js +18 -0
- package/dist/index.cjs +159 -83
- package/dist/index.js +159 -83
- package/dist/navbar-fullscreen-menu.cjs +18 -0
- package/dist/navbar-fullscreen-menu.js +18 -0
- package/dist/navbar-transparent-overlay.cjs +18 -0
- package/dist/navbar-transparent-overlay.js +18 -0
- package/dist/registry.cjs +162 -86
- package/dist/registry.js +162 -86
- package/dist/social-link-icon.cjs +18 -0
- package/dist/social-link-icon.js +18 -0
- package/package.json +2 -2
|
@@ -1203,7 +1203,7 @@ function FeatureShowcase({
|
|
|
1203
1203
|
},
|
|
1204
1204
|
style: equalizeOnMobile && mobileSlideHeight ? { minHeight: mobileSlideHeight } : void 0,
|
|
1205
1205
|
className: cn(
|
|
1206
|
-
"flex flex-col gap-8 md:gap-14 md:flex-row md:items-center md:justify-between",
|
|
1206
|
+
"flex flex-col-reverse gap-8 md:gap-14 md:flex-row md:items-center md:justify-between",
|
|
1207
1207
|
slideClassName
|
|
1208
1208
|
),
|
|
1209
1209
|
children: [
|
|
@@ -1212,7 +1212,7 @@ function FeatureShowcase({
|
|
|
1212
1212
|
"div",
|
|
1213
1213
|
{
|
|
1214
1214
|
className: cn(
|
|
1215
|
-
"w-full",
|
|
1215
|
+
"relative w-full min-h-[25dvh] h-[25dvh] max-h-[35dvh] md:min-h-0 md:h-auto md:max-h-none [&>*]:h-full [&>*]:object-cover",
|
|
1216
1216
|
mediaWrapperClassName,
|
|
1217
1217
|
mediaClassName
|
|
1218
1218
|
),
|
|
@@ -1229,7 +1229,7 @@ function FeatureShowcase({
|
|
|
1229
1229
|
onNext: () => api?.scrollNext(),
|
|
1230
1230
|
canScrollPrevious,
|
|
1231
1231
|
canScrollNext,
|
|
1232
|
-
className: "absolute bottom-
|
|
1232
|
+
className: "absolute bottom-[calc(25dvh+2rem)] right-4 md:bottom-6 md:right-0"
|
|
1233
1233
|
}
|
|
1234
1234
|
)
|
|
1235
1235
|
] });
|
package/dist/feature-showcase.js
CHANGED
|
@@ -1179,7 +1179,7 @@ function FeatureShowcase({
|
|
|
1179
1179
|
},
|
|
1180
1180
|
style: equalizeOnMobile && mobileSlideHeight ? { minHeight: mobileSlideHeight } : void 0,
|
|
1181
1181
|
className: cn(
|
|
1182
|
-
"flex flex-col gap-8 md:gap-14 md:flex-row md:items-center md:justify-between",
|
|
1182
|
+
"flex flex-col-reverse gap-8 md:gap-14 md:flex-row md:items-center md:justify-between",
|
|
1183
1183
|
slideClassName
|
|
1184
1184
|
),
|
|
1185
1185
|
children: [
|
|
@@ -1188,7 +1188,7 @@ function FeatureShowcase({
|
|
|
1188
1188
|
"div",
|
|
1189
1189
|
{
|
|
1190
1190
|
className: cn(
|
|
1191
|
-
"w-full",
|
|
1191
|
+
"relative w-full min-h-[25dvh] h-[25dvh] max-h-[35dvh] md:min-h-0 md:h-auto md:max-h-none [&>*]:h-full [&>*]:object-cover",
|
|
1192
1192
|
mediaWrapperClassName,
|
|
1193
1193
|
mediaClassName
|
|
1194
1194
|
),
|
|
@@ -1205,7 +1205,7 @@ function FeatureShowcase({
|
|
|
1205
1205
|
onNext: () => api?.scrollNext(),
|
|
1206
1206
|
canScrollPrevious,
|
|
1207
1207
|
canScrollNext,
|
|
1208
|
-
className: "absolute bottom-
|
|
1208
|
+
className: "absolute bottom-[calc(25dvh+2rem)] right-4 md:bottom-6 md:right-0"
|
|
1209
1209
|
}
|
|
1210
1210
|
)
|
|
1211
1211
|
] });
|
|
@@ -1136,6 +1136,24 @@ var platformIconMap = {
|
|
|
1136
1136
|
spotify: "cib/spotify",
|
|
1137
1137
|
apple: "cib/apple",
|
|
1138
1138
|
x: "line-md/twitter-x",
|
|
1139
|
+
github: "cib/github",
|
|
1140
|
+
snapchat: "cib/snapchat",
|
|
1141
|
+
discord: "cib/discord",
|
|
1142
|
+
dev: "simple-icons/devdotto",
|
|
1143
|
+
substack: "simple-icons/substack",
|
|
1144
|
+
reddit: "cib/reddit",
|
|
1145
|
+
pinterest: "cib/pinterest",
|
|
1146
|
+
threads: "simple-icons/threads",
|
|
1147
|
+
twitch: "cib/twitch",
|
|
1148
|
+
whatsapp: "cib/whatsapp",
|
|
1149
|
+
telegram: "cib/telegram",
|
|
1150
|
+
medium: "simple-icons/medium",
|
|
1151
|
+
patreon: "cib/patreon",
|
|
1152
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1153
|
+
eventbrite: "cib/eventbrite",
|
|
1154
|
+
npmjs: "simple-icons/npm",
|
|
1155
|
+
crates: "cib/rust",
|
|
1156
|
+
rubygems: "cib/rubygems",
|
|
1139
1157
|
unknown: "icon-park-solid/circular-connection"
|
|
1140
1158
|
};
|
|
1141
1159
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1115,6 +1115,24 @@ var platformIconMap = {
|
|
|
1115
1115
|
spotify: "cib/spotify",
|
|
1116
1116
|
apple: "cib/apple",
|
|
1117
1117
|
x: "line-md/twitter-x",
|
|
1118
|
+
github: "cib/github",
|
|
1119
|
+
snapchat: "cib/snapchat",
|
|
1120
|
+
discord: "cib/discord",
|
|
1121
|
+
dev: "simple-icons/devdotto",
|
|
1122
|
+
substack: "simple-icons/substack",
|
|
1123
|
+
reddit: "cib/reddit",
|
|
1124
|
+
pinterest: "cib/pinterest",
|
|
1125
|
+
threads: "simple-icons/threads",
|
|
1126
|
+
twitch: "cib/twitch",
|
|
1127
|
+
whatsapp: "cib/whatsapp",
|
|
1128
|
+
telegram: "cib/telegram",
|
|
1129
|
+
medium: "simple-icons/medium",
|
|
1130
|
+
patreon: "cib/patreon",
|
|
1131
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1132
|
+
eventbrite: "cib/eventbrite",
|
|
1133
|
+
npmjs: "simple-icons/npm",
|
|
1134
|
+
crates: "cib/rust",
|
|
1135
|
+
rubygems: "cib/rubygems",
|
|
1118
1136
|
unknown: "icon-park-solid/circular-connection"
|
|
1119
1137
|
};
|
|
1120
1138
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -567,6 +567,24 @@ var platformIconMap = {
|
|
|
567
567
|
spotify: "cib/spotify",
|
|
568
568
|
apple: "cib/apple",
|
|
569
569
|
x: "line-md/twitter-x",
|
|
570
|
+
github: "cib/github",
|
|
571
|
+
snapchat: "cib/snapchat",
|
|
572
|
+
discord: "cib/discord",
|
|
573
|
+
dev: "simple-icons/devdotto",
|
|
574
|
+
substack: "simple-icons/substack",
|
|
575
|
+
reddit: "cib/reddit",
|
|
576
|
+
pinterest: "cib/pinterest",
|
|
577
|
+
threads: "simple-icons/threads",
|
|
578
|
+
twitch: "cib/twitch",
|
|
579
|
+
whatsapp: "cib/whatsapp",
|
|
580
|
+
telegram: "cib/telegram",
|
|
581
|
+
medium: "simple-icons/medium",
|
|
582
|
+
patreon: "cib/patreon",
|
|
583
|
+
onlyfans: "simple-icons/onlyfans",
|
|
584
|
+
eventbrite: "cib/eventbrite",
|
|
585
|
+
npmjs: "simple-icons/npm",
|
|
586
|
+
crates: "cib/rust",
|
|
587
|
+
rubygems: "cib/rubygems",
|
|
570
588
|
unknown: "icon-park-solid/circular-connection"
|
|
571
589
|
};
|
|
572
590
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -546,6 +546,24 @@ var platformIconMap = {
|
|
|
546
546
|
spotify: "cib/spotify",
|
|
547
547
|
apple: "cib/apple",
|
|
548
548
|
x: "line-md/twitter-x",
|
|
549
|
+
github: "cib/github",
|
|
550
|
+
snapchat: "cib/snapchat",
|
|
551
|
+
discord: "cib/discord",
|
|
552
|
+
dev: "simple-icons/devdotto",
|
|
553
|
+
substack: "simple-icons/substack",
|
|
554
|
+
reddit: "cib/reddit",
|
|
555
|
+
pinterest: "cib/pinterest",
|
|
556
|
+
threads: "simple-icons/threads",
|
|
557
|
+
twitch: "cib/twitch",
|
|
558
|
+
whatsapp: "cib/whatsapp",
|
|
559
|
+
telegram: "cib/telegram",
|
|
560
|
+
medium: "simple-icons/medium",
|
|
561
|
+
patreon: "cib/patreon",
|
|
562
|
+
onlyfans: "simple-icons/onlyfans",
|
|
563
|
+
eventbrite: "cib/eventbrite",
|
|
564
|
+
npmjs: "simple-icons/npm",
|
|
565
|
+
crates: "cib/rust",
|
|
566
|
+
rubygems: "cib/rubygems",
|
|
549
567
|
unknown: "icon-park-solid/circular-connection"
|
|
550
568
|
};
|
|
551
569
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1013,6 +1013,24 @@ var platformIconMap = {
|
|
|
1013
1013
|
spotify: "cib/spotify",
|
|
1014
1014
|
apple: "cib/apple",
|
|
1015
1015
|
x: "line-md/twitter-x",
|
|
1016
|
+
github: "cib/github",
|
|
1017
|
+
snapchat: "cib/snapchat",
|
|
1018
|
+
discord: "cib/discord",
|
|
1019
|
+
dev: "simple-icons/devdotto",
|
|
1020
|
+
substack: "simple-icons/substack",
|
|
1021
|
+
reddit: "cib/reddit",
|
|
1022
|
+
pinterest: "cib/pinterest",
|
|
1023
|
+
threads: "simple-icons/threads",
|
|
1024
|
+
twitch: "cib/twitch",
|
|
1025
|
+
whatsapp: "cib/whatsapp",
|
|
1026
|
+
telegram: "cib/telegram",
|
|
1027
|
+
medium: "simple-icons/medium",
|
|
1028
|
+
patreon: "cib/patreon",
|
|
1029
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1030
|
+
eventbrite: "cib/eventbrite",
|
|
1031
|
+
npmjs: "simple-icons/npm",
|
|
1032
|
+
crates: "cib/rust",
|
|
1033
|
+
rubygems: "cib/rubygems",
|
|
1016
1034
|
unknown: "icon-park-solid/circular-connection"
|
|
1017
1035
|
};
|
|
1018
1036
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -992,6 +992,24 @@ var platformIconMap = {
|
|
|
992
992
|
spotify: "cib/spotify",
|
|
993
993
|
apple: "cib/apple",
|
|
994
994
|
x: "line-md/twitter-x",
|
|
995
|
+
github: "cib/github",
|
|
996
|
+
snapchat: "cib/snapchat",
|
|
997
|
+
discord: "cib/discord",
|
|
998
|
+
dev: "simple-icons/devdotto",
|
|
999
|
+
substack: "simple-icons/substack",
|
|
1000
|
+
reddit: "cib/reddit",
|
|
1001
|
+
pinterest: "cib/pinterest",
|
|
1002
|
+
threads: "simple-icons/threads",
|
|
1003
|
+
twitch: "cib/twitch",
|
|
1004
|
+
whatsapp: "cib/whatsapp",
|
|
1005
|
+
telegram: "cib/telegram",
|
|
1006
|
+
medium: "simple-icons/medium",
|
|
1007
|
+
patreon: "cib/patreon",
|
|
1008
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1009
|
+
eventbrite: "cib/eventbrite",
|
|
1010
|
+
npmjs: "simple-icons/npm",
|
|
1011
|
+
crates: "cib/rust",
|
|
1012
|
+
rubygems: "cib/rubygems",
|
|
995
1013
|
unknown: "icon-park-solid/circular-connection"
|
|
996
1014
|
};
|
|
997
1015
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -567,6 +567,24 @@ var platformIconMap = {
|
|
|
567
567
|
spotify: "cib/spotify",
|
|
568
568
|
apple: "cib/apple",
|
|
569
569
|
x: "line-md/twitter-x",
|
|
570
|
+
github: "cib/github",
|
|
571
|
+
snapchat: "cib/snapchat",
|
|
572
|
+
discord: "cib/discord",
|
|
573
|
+
dev: "simple-icons/devdotto",
|
|
574
|
+
substack: "simple-icons/substack",
|
|
575
|
+
reddit: "cib/reddit",
|
|
576
|
+
pinterest: "cib/pinterest",
|
|
577
|
+
threads: "simple-icons/threads",
|
|
578
|
+
twitch: "cib/twitch",
|
|
579
|
+
whatsapp: "cib/whatsapp",
|
|
580
|
+
telegram: "cib/telegram",
|
|
581
|
+
medium: "simple-icons/medium",
|
|
582
|
+
patreon: "cib/patreon",
|
|
583
|
+
onlyfans: "simple-icons/onlyfans",
|
|
584
|
+
eventbrite: "cib/eventbrite",
|
|
585
|
+
npmjs: "simple-icons/npm",
|
|
586
|
+
crates: "cib/rust",
|
|
587
|
+
rubygems: "cib/rubygems",
|
|
570
588
|
unknown: "icon-park-solid/circular-connection"
|
|
571
589
|
};
|
|
572
590
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -546,6 +546,24 @@ var platformIconMap = {
|
|
|
546
546
|
spotify: "cib/spotify",
|
|
547
547
|
apple: "cib/apple",
|
|
548
548
|
x: "line-md/twitter-x",
|
|
549
|
+
github: "cib/github",
|
|
550
|
+
snapchat: "cib/snapchat",
|
|
551
|
+
discord: "cib/discord",
|
|
552
|
+
dev: "simple-icons/devdotto",
|
|
553
|
+
substack: "simple-icons/substack",
|
|
554
|
+
reddit: "cib/reddit",
|
|
555
|
+
pinterest: "cib/pinterest",
|
|
556
|
+
threads: "simple-icons/threads",
|
|
557
|
+
twitch: "cib/twitch",
|
|
558
|
+
whatsapp: "cib/whatsapp",
|
|
559
|
+
telegram: "cib/telegram",
|
|
560
|
+
medium: "simple-icons/medium",
|
|
561
|
+
patreon: "cib/patreon",
|
|
562
|
+
onlyfans: "simple-icons/onlyfans",
|
|
563
|
+
eventbrite: "cib/eventbrite",
|
|
564
|
+
npmjs: "simple-icons/npm",
|
|
565
|
+
crates: "cib/rust",
|
|
566
|
+
rubygems: "cib/rubygems",
|
|
549
567
|
unknown: "icon-park-solid/circular-connection"
|
|
550
568
|
};
|
|
551
569
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -597,6 +597,24 @@ var platformIconMap = {
|
|
|
597
597
|
spotify: "cib/spotify",
|
|
598
598
|
apple: "cib/apple",
|
|
599
599
|
x: "line-md/twitter-x",
|
|
600
|
+
github: "cib/github",
|
|
601
|
+
snapchat: "cib/snapchat",
|
|
602
|
+
discord: "cib/discord",
|
|
603
|
+
dev: "simple-icons/devdotto",
|
|
604
|
+
substack: "simple-icons/substack",
|
|
605
|
+
reddit: "cib/reddit",
|
|
606
|
+
pinterest: "cib/pinterest",
|
|
607
|
+
threads: "simple-icons/threads",
|
|
608
|
+
twitch: "cib/twitch",
|
|
609
|
+
whatsapp: "cib/whatsapp",
|
|
610
|
+
telegram: "cib/telegram",
|
|
611
|
+
medium: "simple-icons/medium",
|
|
612
|
+
patreon: "cib/patreon",
|
|
613
|
+
onlyfans: "simple-icons/onlyfans",
|
|
614
|
+
eventbrite: "cib/eventbrite",
|
|
615
|
+
npmjs: "simple-icons/npm",
|
|
616
|
+
crates: "cib/rust",
|
|
617
|
+
rubygems: "cib/rubygems",
|
|
600
618
|
unknown: "icon-park-solid/circular-connection"
|
|
601
619
|
};
|
|
602
620
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -576,6 +576,24 @@ var platformIconMap = {
|
|
|
576
576
|
spotify: "cib/spotify",
|
|
577
577
|
apple: "cib/apple",
|
|
578
578
|
x: "line-md/twitter-x",
|
|
579
|
+
github: "cib/github",
|
|
580
|
+
snapchat: "cib/snapchat",
|
|
581
|
+
discord: "cib/discord",
|
|
582
|
+
dev: "simple-icons/devdotto",
|
|
583
|
+
substack: "simple-icons/substack",
|
|
584
|
+
reddit: "cib/reddit",
|
|
585
|
+
pinterest: "cib/pinterest",
|
|
586
|
+
threads: "simple-icons/threads",
|
|
587
|
+
twitch: "cib/twitch",
|
|
588
|
+
whatsapp: "cib/whatsapp",
|
|
589
|
+
telegram: "cib/telegram",
|
|
590
|
+
medium: "simple-icons/medium",
|
|
591
|
+
patreon: "cib/patreon",
|
|
592
|
+
onlyfans: "simple-icons/onlyfans",
|
|
593
|
+
eventbrite: "cib/eventbrite",
|
|
594
|
+
npmjs: "simple-icons/npm",
|
|
595
|
+
crates: "cib/rust",
|
|
596
|
+
rubygems: "cib/rubygems",
|
|
579
597
|
unknown: "icon-park-solid/circular-connection"
|
|
580
598
|
};
|
|
581
599
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1043,6 +1043,24 @@ var platformIconMap = {
|
|
|
1043
1043
|
spotify: "cib/spotify",
|
|
1044
1044
|
apple: "cib/apple",
|
|
1045
1045
|
x: "line-md/twitter-x",
|
|
1046
|
+
github: "cib/github",
|
|
1047
|
+
snapchat: "cib/snapchat",
|
|
1048
|
+
discord: "cib/discord",
|
|
1049
|
+
dev: "simple-icons/devdotto",
|
|
1050
|
+
substack: "simple-icons/substack",
|
|
1051
|
+
reddit: "cib/reddit",
|
|
1052
|
+
pinterest: "cib/pinterest",
|
|
1053
|
+
threads: "simple-icons/threads",
|
|
1054
|
+
twitch: "cib/twitch",
|
|
1055
|
+
whatsapp: "cib/whatsapp",
|
|
1056
|
+
telegram: "cib/telegram",
|
|
1057
|
+
medium: "simple-icons/medium",
|
|
1058
|
+
patreon: "cib/patreon",
|
|
1059
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1060
|
+
eventbrite: "cib/eventbrite",
|
|
1061
|
+
npmjs: "simple-icons/npm",
|
|
1062
|
+
crates: "cib/rust",
|
|
1063
|
+
rubygems: "cib/rubygems",
|
|
1046
1064
|
unknown: "icon-park-solid/circular-connection"
|
|
1047
1065
|
};
|
|
1048
1066
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -1022,6 +1022,24 @@ var platformIconMap = {
|
|
|
1022
1022
|
spotify: "cib/spotify",
|
|
1023
1023
|
apple: "cib/apple",
|
|
1024
1024
|
x: "line-md/twitter-x",
|
|
1025
|
+
github: "cib/github",
|
|
1026
|
+
snapchat: "cib/snapchat",
|
|
1027
|
+
discord: "cib/discord",
|
|
1028
|
+
dev: "simple-icons/devdotto",
|
|
1029
|
+
substack: "simple-icons/substack",
|
|
1030
|
+
reddit: "cib/reddit",
|
|
1031
|
+
pinterest: "cib/pinterest",
|
|
1032
|
+
threads: "simple-icons/threads",
|
|
1033
|
+
twitch: "cib/twitch",
|
|
1034
|
+
whatsapp: "cib/whatsapp",
|
|
1035
|
+
telegram: "cib/telegram",
|
|
1036
|
+
medium: "simple-icons/medium",
|
|
1037
|
+
patreon: "cib/patreon",
|
|
1038
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1039
|
+
eventbrite: "cib/eventbrite",
|
|
1040
|
+
npmjs: "simple-icons/npm",
|
|
1041
|
+
crates: "cib/rust",
|
|
1042
|
+
rubygems: "cib/rubygems",
|
|
1025
1043
|
unknown: "icon-park-solid/circular-connection"
|
|
1026
1044
|
};
|
|
1027
1045
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -1013,6 +1013,24 @@ var platformIconMap = {
|
|
|
1013
1013
|
spotify: "cib/spotify",
|
|
1014
1014
|
apple: "cib/apple",
|
|
1015
1015
|
x: "line-md/twitter-x",
|
|
1016
|
+
github: "cib/github",
|
|
1017
|
+
snapchat: "cib/snapchat",
|
|
1018
|
+
discord: "cib/discord",
|
|
1019
|
+
dev: "simple-icons/devdotto",
|
|
1020
|
+
substack: "simple-icons/substack",
|
|
1021
|
+
reddit: "cib/reddit",
|
|
1022
|
+
pinterest: "cib/pinterest",
|
|
1023
|
+
threads: "simple-icons/threads",
|
|
1024
|
+
twitch: "cib/twitch",
|
|
1025
|
+
whatsapp: "cib/whatsapp",
|
|
1026
|
+
telegram: "cib/telegram",
|
|
1027
|
+
medium: "simple-icons/medium",
|
|
1028
|
+
patreon: "cib/patreon",
|
|
1029
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1030
|
+
eventbrite: "cib/eventbrite",
|
|
1031
|
+
npmjs: "simple-icons/npm",
|
|
1032
|
+
crates: "cib/rust",
|
|
1033
|
+
rubygems: "cib/rubygems",
|
|
1016
1034
|
unknown: "icon-park-solid/circular-connection"
|
|
1017
1035
|
};
|
|
1018
1036
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -992,6 +992,24 @@ var platformIconMap = {
|
|
|
992
992
|
spotify: "cib/spotify",
|
|
993
993
|
apple: "cib/apple",
|
|
994
994
|
x: "line-md/twitter-x",
|
|
995
|
+
github: "cib/github",
|
|
996
|
+
snapchat: "cib/snapchat",
|
|
997
|
+
discord: "cib/discord",
|
|
998
|
+
dev: "simple-icons/devdotto",
|
|
999
|
+
substack: "simple-icons/substack",
|
|
1000
|
+
reddit: "cib/reddit",
|
|
1001
|
+
pinterest: "cib/pinterest",
|
|
1002
|
+
threads: "simple-icons/threads",
|
|
1003
|
+
twitch: "cib/twitch",
|
|
1004
|
+
whatsapp: "cib/whatsapp",
|
|
1005
|
+
telegram: "cib/telegram",
|
|
1006
|
+
medium: "simple-icons/medium",
|
|
1007
|
+
patreon: "cib/patreon",
|
|
1008
|
+
onlyfans: "simple-icons/onlyfans",
|
|
1009
|
+
eventbrite: "cib/eventbrite",
|
|
1010
|
+
npmjs: "simple-icons/npm",
|
|
1011
|
+
crates: "cib/rust",
|
|
1012
|
+
rubygems: "cib/rubygems",
|
|
995
1013
|
unknown: "icon-park-solid/circular-connection"
|
|
996
1014
|
};
|
|
997
1015
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -941,6 +941,24 @@ var platformIconMap = {
|
|
|
941
941
|
spotify: "cib/spotify",
|
|
942
942
|
apple: "cib/apple",
|
|
943
943
|
x: "line-md/twitter-x",
|
|
944
|
+
github: "cib/github",
|
|
945
|
+
snapchat: "cib/snapchat",
|
|
946
|
+
discord: "cib/discord",
|
|
947
|
+
dev: "simple-icons/devdotto",
|
|
948
|
+
substack: "simple-icons/substack",
|
|
949
|
+
reddit: "cib/reddit",
|
|
950
|
+
pinterest: "cib/pinterest",
|
|
951
|
+
threads: "simple-icons/threads",
|
|
952
|
+
twitch: "cib/twitch",
|
|
953
|
+
whatsapp: "cib/whatsapp",
|
|
954
|
+
telegram: "cib/telegram",
|
|
955
|
+
medium: "simple-icons/medium",
|
|
956
|
+
patreon: "cib/patreon",
|
|
957
|
+
onlyfans: "simple-icons/onlyfans",
|
|
958
|
+
eventbrite: "cib/eventbrite",
|
|
959
|
+
npmjs: "simple-icons/npm",
|
|
960
|
+
crates: "cib/rust",
|
|
961
|
+
rubygems: "cib/rubygems",
|
|
944
962
|
unknown: "icon-park-solid/circular-connection"
|
|
945
963
|
};
|
|
946
964
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -920,6 +920,24 @@ var platformIconMap = {
|
|
|
920
920
|
spotify: "cib/spotify",
|
|
921
921
|
apple: "cib/apple",
|
|
922
922
|
x: "line-md/twitter-x",
|
|
923
|
+
github: "cib/github",
|
|
924
|
+
snapchat: "cib/snapchat",
|
|
925
|
+
discord: "cib/discord",
|
|
926
|
+
dev: "simple-icons/devdotto",
|
|
927
|
+
substack: "simple-icons/substack",
|
|
928
|
+
reddit: "cib/reddit",
|
|
929
|
+
pinterest: "cib/pinterest",
|
|
930
|
+
threads: "simple-icons/threads",
|
|
931
|
+
twitch: "cib/twitch",
|
|
932
|
+
whatsapp: "cib/whatsapp",
|
|
933
|
+
telegram: "cib/telegram",
|
|
934
|
+
medium: "simple-icons/medium",
|
|
935
|
+
patreon: "cib/patreon",
|
|
936
|
+
onlyfans: "simple-icons/onlyfans",
|
|
937
|
+
eventbrite: "cib/eventbrite",
|
|
938
|
+
npmjs: "simple-icons/npm",
|
|
939
|
+
crates: "cib/rust",
|
|
940
|
+
rubygems: "cib/rubygems",
|
|
923
941
|
unknown: "icon-park-solid/circular-connection"
|
|
924
942
|
};
|
|
925
943
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -640,6 +640,24 @@ var platformIconMap = {
|
|
|
640
640
|
spotify: "cib/spotify",
|
|
641
641
|
apple: "cib/apple",
|
|
642
642
|
x: "line-md/twitter-x",
|
|
643
|
+
github: "cib/github",
|
|
644
|
+
snapchat: "cib/snapchat",
|
|
645
|
+
discord: "cib/discord",
|
|
646
|
+
dev: "simple-icons/devdotto",
|
|
647
|
+
substack: "simple-icons/substack",
|
|
648
|
+
reddit: "cib/reddit",
|
|
649
|
+
pinterest: "cib/pinterest",
|
|
650
|
+
threads: "simple-icons/threads",
|
|
651
|
+
twitch: "cib/twitch",
|
|
652
|
+
whatsapp: "cib/whatsapp",
|
|
653
|
+
telegram: "cib/telegram",
|
|
654
|
+
medium: "simple-icons/medium",
|
|
655
|
+
patreon: "cib/patreon",
|
|
656
|
+
onlyfans: "simple-icons/onlyfans",
|
|
657
|
+
eventbrite: "cib/eventbrite",
|
|
658
|
+
npmjs: "simple-icons/npm",
|
|
659
|
+
crates: "cib/rust",
|
|
660
|
+
rubygems: "cib/rubygems",
|
|
643
661
|
unknown: "icon-park-solid/circular-connection"
|
|
644
662
|
};
|
|
645
663
|
var SocialLinkIcon = React__namespace.forwardRef(
|
|
@@ -618,6 +618,24 @@ var platformIconMap = {
|
|
|
618
618
|
spotify: "cib/spotify",
|
|
619
619
|
apple: "cib/apple",
|
|
620
620
|
x: "line-md/twitter-x",
|
|
621
|
+
github: "cib/github",
|
|
622
|
+
snapchat: "cib/snapchat",
|
|
623
|
+
discord: "cib/discord",
|
|
624
|
+
dev: "simple-icons/devdotto",
|
|
625
|
+
substack: "simple-icons/substack",
|
|
626
|
+
reddit: "cib/reddit",
|
|
627
|
+
pinterest: "cib/pinterest",
|
|
628
|
+
threads: "simple-icons/threads",
|
|
629
|
+
twitch: "cib/twitch",
|
|
630
|
+
whatsapp: "cib/whatsapp",
|
|
631
|
+
telegram: "cib/telegram",
|
|
632
|
+
medium: "simple-icons/medium",
|
|
633
|
+
patreon: "cib/patreon",
|
|
634
|
+
onlyfans: "simple-icons/onlyfans",
|
|
635
|
+
eventbrite: "cib/eventbrite",
|
|
636
|
+
npmjs: "simple-icons/npm",
|
|
637
|
+
crates: "cib/rust",
|
|
638
|
+
rubygems: "cib/rubygems",
|
|
621
639
|
unknown: "icon-park-solid/circular-connection"
|
|
622
640
|
};
|
|
623
641
|
var SocialLinkIcon = React.forwardRef(
|
|
@@ -906,10 +906,11 @@ function FooterLinksGrid({
|
|
|
906
906
|
attributionHref,
|
|
907
907
|
bottomLinks,
|
|
908
908
|
background,
|
|
909
|
-
spacing,
|
|
910
909
|
pattern,
|
|
911
910
|
patternOpacity,
|
|
912
|
-
optixFlowConfig
|
|
911
|
+
optixFlowConfig,
|
|
912
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
913
|
+
spacing = "py-6 md:py-32"
|
|
913
914
|
}) {
|
|
914
915
|
const currentYear = React.useMemo(() => (/* @__PURE__ */ new Date()).getFullYear(), []);
|
|
915
916
|
const copyrightText = copyright ?? `\xA9 ${currentYear}`;
|
|
@@ -921,9 +922,10 @@ function FooterLinksGrid({
|
|
|
921
922
|
pattern,
|
|
922
923
|
patternOpacity,
|
|
923
924
|
className: cn(className),
|
|
925
|
+
containerClassName,
|
|
924
926
|
children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
|
|
925
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-8
|
|
926
|
-
(logo || tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "col-span-2 mb-
|
|
927
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-4 md:gap-8 md:grid-cols-6", children: [
|
|
928
|
+
(logo || tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex space-y-2 col-span-2 flex-col mb-6 md:mb-0 pr-0 md:pr-6", children: [
|
|
927
929
|
logo && /* @__PURE__ */ jsxRuntime.jsx(
|
|
928
930
|
FooterLogo,
|
|
929
931
|
{
|
|
@@ -936,17 +938,10 @@ function FooterLinksGrid({
|
|
|
936
938
|
] }),
|
|
937
939
|
menuItems && menuItems.length > 0 && menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
938
940
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
|
|
939
|
-
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4
|
|
940
|
-
"li",
|
|
941
|
-
{
|
|
942
|
-
className: "font-medium hover:text-primary",
|
|
943
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.url, children: link.text })
|
|
944
|
-
},
|
|
945
|
-
linkIdx
|
|
946
|
-
)) })
|
|
941
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "text-sm font-medium", children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
|
|
947
942
|
] }, sectionIdx))
|
|
948
943
|
] }),
|
|
949
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-24 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium
|
|
944
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-24 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium md:flex-row md:items-center", children: [
|
|
950
945
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
|
|
951
946
|
/* @__PURE__ */ jsxRuntime.jsx("p", { children: copyrightText }),
|
|
952
947
|
attributionText && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -958,7 +953,7 @@ function FooterLinksGrid({
|
|
|
958
953
|
}
|
|
959
954
|
)
|
|
960
955
|
] }),
|
|
961
|
-
bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex gap-4", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "underline
|
|
956
|
+
bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex gap-4", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "underline", children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
|
|
962
957
|
] })
|
|
963
958
|
] })
|
|
964
959
|
}
|
|
@@ -48,6 +48,10 @@ interface FooterLinksGridProps {
|
|
|
48
48
|
}[];
|
|
49
49
|
/** Section background variant */
|
|
50
50
|
background?: SectionBackground;
|
|
51
|
+
/**
|
|
52
|
+
* Additional CSS classes for the container
|
|
53
|
+
*/
|
|
54
|
+
containerClassName?: string;
|
|
51
55
|
/** Section spacing variant */
|
|
52
56
|
spacing?: SectionSpacing;
|
|
53
57
|
/** Optional background pattern name */
|
|
@@ -67,6 +71,6 @@ interface FooterLinksGridProps {
|
|
|
67
71
|
* company branding, and bottom legal links. Ideal for corporate websites,
|
|
68
72
|
* SaaS products, and marketing sites that need organized footer navigation.
|
|
69
73
|
*/
|
|
70
|
-
declare function FooterLinksGrid({ logo, className, tagline, menuItems, copyright, attributionText, attributionHref, bottomLinks, background,
|
|
74
|
+
declare function FooterLinksGrid({ logo, className, tagline, menuItems, copyright, attributionText, attributionHref, bottomLinks, background, pattern, patternOpacity, optixFlowConfig, containerClassName, spacing, }: FooterLinksGridProps): React.JSX.Element;
|
|
71
75
|
|
|
72
76
|
export { FooterLinksGrid, type FooterLinksGridMenuItem, type FooterLinksGridProps };
|
|
@@ -48,6 +48,10 @@ interface FooterLinksGridProps {
|
|
|
48
48
|
}[];
|
|
49
49
|
/** Section background variant */
|
|
50
50
|
background?: SectionBackground;
|
|
51
|
+
/**
|
|
52
|
+
* Additional CSS classes for the container
|
|
53
|
+
*/
|
|
54
|
+
containerClassName?: string;
|
|
51
55
|
/** Section spacing variant */
|
|
52
56
|
spacing?: SectionSpacing;
|
|
53
57
|
/** Optional background pattern name */
|
|
@@ -67,6 +71,6 @@ interface FooterLinksGridProps {
|
|
|
67
71
|
* company branding, and bottom legal links. Ideal for corporate websites,
|
|
68
72
|
* SaaS products, and marketing sites that need organized footer navigation.
|
|
69
73
|
*/
|
|
70
|
-
declare function FooterLinksGrid({ logo, className, tagline, menuItems, copyright, attributionText, attributionHref, bottomLinks, background,
|
|
74
|
+
declare function FooterLinksGrid({ logo, className, tagline, menuItems, copyright, attributionText, attributionHref, bottomLinks, background, pattern, patternOpacity, optixFlowConfig, containerClassName, spacing, }: FooterLinksGridProps): React.JSX.Element;
|
|
71
75
|
|
|
72
76
|
export { FooterLinksGrid, type FooterLinksGridMenuItem, type FooterLinksGridProps };
|