@clay-ds/react 0.3.0 → 0.3.1
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/catalog.json +13 -13
- package/dist/{footerDefaults-BILm5CMK.cjs → footerDefaults-C-9-hOSt.cjs} +220 -183
- package/dist/footerDefaults-C-9-hOSt.cjs.map +1 -0
- package/dist/{footerDefaults-Dx94Jc_F.js → footerDefaults-DRDmvQb8.js} +236 -199
- package/dist/footerDefaults-DRDmvQb8.js.map +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +323 -245
- package/dist/index.d.ts +19 -0
- package/dist/index.js +17 -16
- package/dist/render.cjs +1 -1
- package/dist/render.js +1 -1
- package/package.json +1 -1
- package/dist/footerDefaults-BILm5CMK.cjs.map +0 -1
- package/dist/footerDefaults-Dx94Jc_F.js.map +0 -1
|
@@ -669,7 +669,7 @@ const logo = "_logo_waxuh_51";
|
|
|
669
669
|
const logoImg$2 = "_logoImg_waxuh_62";
|
|
670
670
|
const nav = "_nav_waxuh_2";
|
|
671
671
|
const full = "_full_waxuh_81";
|
|
672
|
-
const short = "_short_waxuh_91";
|
|
672
|
+
const short$1 = "_short_waxuh_91";
|
|
673
673
|
const navList = "_navList_waxuh_96";
|
|
674
674
|
const navItem = "_navItem_waxuh_106";
|
|
675
675
|
const navLink = "_navLink_waxuh_112";
|
|
@@ -722,7 +722,7 @@ const styles$f = {
|
|
|
722
722
|
logoImg: logoImg$2,
|
|
723
723
|
nav,
|
|
724
724
|
full,
|
|
725
|
-
short,
|
|
725
|
+
short: short$1,
|
|
726
726
|
navList,
|
|
727
727
|
navItem,
|
|
728
728
|
navLink,
|
|
@@ -2847,101 +2847,101 @@ const FeaturesSection = forwardRef(
|
|
|
2847
2847
|
] }) });
|
|
2848
2848
|
}
|
|
2849
2849
|
);
|
|
2850
|
-
const section$8 = "
|
|
2851
|
-
const container$5 = "
|
|
2852
|
-
const card$3 = "
|
|
2853
|
-
const inner$1 = "
|
|
2854
|
-
const textContent$1 = "
|
|
2855
|
-
const textBlock$1 = "
|
|
2856
|
-
const titleGroup = "
|
|
2857
|
-
const miniTitle$2 = "
|
|
2858
|
-
const heading$9 = "
|
|
2859
|
-
const description$5 = "
|
|
2860
|
-
const actions$3 = "
|
|
2861
|
-
const media = "
|
|
2862
|
-
const sideBySide$1 = "_side-by-
|
|
2863
|
-
const grid$3 = "
|
|
2864
|
-
const gridWrapper = "
|
|
2865
|
-
const gridCard = "
|
|
2866
|
-
const gridMedia = "
|
|
2867
|
-
const gridContent = "
|
|
2868
|
-
const gridTexts = "
|
|
2869
|
-
const gridHeading = "
|
|
2870
|
-
const gridDescription = "
|
|
2871
|
-
const gridActions = "
|
|
2872
|
-
const valueCards = "_value-
|
|
2873
|
-
const vcHeading = "
|
|
2874
|
-
const vcRow = "
|
|
2875
|
-
const vcCard = "
|
|
2876
|
-
const vcCardInner = "
|
|
2877
|
-
const vcTextGroup = "
|
|
2878
|
-
const vcIcon = "
|
|
2879
|
-
const vcTexts = "
|
|
2880
|
-
const vcCardHeading = "
|
|
2881
|
-
const vcCardDescription = "
|
|
2882
|
-
const vcFooter = "
|
|
2883
|
-
const vcPlusBtn = "
|
|
2884
|
-
const oneMedia = "_one-
|
|
2885
|
-
const mmHeading = "
|
|
2886
|
-
const mmRow = "
|
|
2887
|
-
const mmFeatureCard = "
|
|
2888
|
-
const mmIcon = "
|
|
2889
|
-
const mmTexts = "
|
|
2890
|
-
const mmCardHeading = "
|
|
2891
|
-
const mmCardDescription = "
|
|
2892
|
-
const mmMediaCard = "
|
|
2893
|
-
const mediaTop = "_media-
|
|
2894
|
-
const mtRow = "
|
|
2895
|
-
const mtCard = "
|
|
2896
|
-
const mtMediaArea = "
|
|
2897
|
-
const mtContent = "
|
|
2898
|
-
const mtContentTop = "
|
|
2899
|
-
const mtTag = "
|
|
2900
|
-
const mtTexts = "
|
|
2901
|
-
const mtCardHeading = "
|
|
2902
|
-
const mtCardDescription = "
|
|
2903
|
-
const mtActions = "
|
|
2904
|
-
const iconWithLink = "_icon-with-
|
|
2905
|
-
const fgHeading = "
|
|
2906
|
-
const fgRow = "
|
|
2907
|
-
const fgCard = "
|
|
2908
|
-
const fgTop = "
|
|
2909
|
-
const fgIcon = "
|
|
2910
|
-
const fgContent = "
|
|
2911
|
-
const fgHeadline = "
|
|
2912
|
-
const fgCardHeading = "
|
|
2913
|
-
const fgCardDescription = "
|
|
2914
|
-
const fgLink = "
|
|
2915
|
-
const fgLinkText = "
|
|
2916
|
-
const horizontalReveal = "_horizontal-
|
|
2917
|
-
const sectionHeader = "
|
|
2918
|
-
const sectionHeaderInner = "
|
|
2919
|
-
const tagline = "
|
|
2920
|
-
const cardRow = "
|
|
2921
|
-
const marqueeWrapper = "
|
|
2922
|
-
const cardRowMarquee$1 = "
|
|
2923
|
-
const marquee = "
|
|
2924
|
-
const marqueeTrack = "
|
|
2925
|
-
const revealCard = "
|
|
2926
|
-
const revealed = "
|
|
2927
|
-
const revealFront = "
|
|
2928
|
-
const revealMedia = "
|
|
2929
|
-
const revealBack = "
|
|
2930
|
-
const revealHeader = "
|
|
2931
|
-
const revealAvatar = "
|
|
2932
|
-
const revealName = "
|
|
2933
|
-
const revealList = "
|
|
2934
|
-
const revealListItem = "
|
|
2935
|
-
const bulletIcon$1 = "
|
|
2936
|
-
const revealFooter = "
|
|
2937
|
-
const revealFooterContent = "
|
|
2938
|
-
const revealFooterName = "
|
|
2939
|
-
const revealTags = "
|
|
2940
|
-
const revealTag = "
|
|
2941
|
-
const revealToggle = "
|
|
2942
|
-
const navDots = "
|
|
2943
|
-
const containerWide$5 = "
|
|
2944
|
-
const containerFull$5 = "
|
|
2850
|
+
const section$8 = "_section_14jny_4";
|
|
2851
|
+
const container$5 = "_container_14jny_13";
|
|
2852
|
+
const card$3 = "_card_14jny_23";
|
|
2853
|
+
const inner$1 = "_inner_14jny_32";
|
|
2854
|
+
const textContent$1 = "_textContent_14jny_40";
|
|
2855
|
+
const textBlock$1 = "_textBlock_14jny_47";
|
|
2856
|
+
const titleGroup = "_titleGroup_14jny_55";
|
|
2857
|
+
const miniTitle$2 = "_miniTitle_14jny_61";
|
|
2858
|
+
const heading$9 = "_heading_14jny_70";
|
|
2859
|
+
const description$5 = "_description_14jny_78";
|
|
2860
|
+
const actions$3 = "_actions_14jny_86";
|
|
2861
|
+
const media = "_media_14jny_92";
|
|
2862
|
+
const sideBySide$1 = "_side-by-side_14jny_107";
|
|
2863
|
+
const grid$3 = "_grid_14jny_221";
|
|
2864
|
+
const gridWrapper = "_gridWrapper_14jny_225";
|
|
2865
|
+
const gridCard = "_gridCard_14jny_232";
|
|
2866
|
+
const gridMedia = "_gridMedia_14jny_242";
|
|
2867
|
+
const gridContent = "_gridContent_14jny_255";
|
|
2868
|
+
const gridTexts = "_gridTexts_14jny_262";
|
|
2869
|
+
const gridHeading = "_gridHeading_14jny_270";
|
|
2870
|
+
const gridDescription = "_gridDescription_14jny_278";
|
|
2871
|
+
const gridActions = "_gridActions_14jny_286";
|
|
2872
|
+
const valueCards = "_value-cards_14jny_329";
|
|
2873
|
+
const vcHeading = "_vcHeading_14jny_340";
|
|
2874
|
+
const vcRow = "_vcRow_14jny_352";
|
|
2875
|
+
const vcCard = "_vcCard_14jny_360";
|
|
2876
|
+
const vcCardInner = "_vcCardInner_14jny_368";
|
|
2877
|
+
const vcTextGroup = "_vcTextGroup_14jny_374";
|
|
2878
|
+
const vcIcon = "_vcIcon_14jny_380";
|
|
2879
|
+
const vcTexts = "_vcTexts_14jny_386";
|
|
2880
|
+
const vcCardHeading = "_vcCardHeading_14jny_394";
|
|
2881
|
+
const vcCardDescription = "_vcCardDescription_14jny_402";
|
|
2882
|
+
const vcFooter = "_vcFooter_14jny_409";
|
|
2883
|
+
const vcPlusBtn = "_vcPlusBtn_14jny_415";
|
|
2884
|
+
const oneMedia = "_one-media_14jny_481";
|
|
2885
|
+
const mmHeading = "_mmHeading_14jny_486";
|
|
2886
|
+
const mmRow = "_mmRow_14jny_497";
|
|
2887
|
+
const mmFeatureCard = "_mmFeatureCard_14jny_503";
|
|
2888
|
+
const mmIcon = "_mmIcon_14jny_518";
|
|
2889
|
+
const mmTexts = "_mmTexts_14jny_524";
|
|
2890
|
+
const mmCardHeading = "_mmCardHeading_14jny_532";
|
|
2891
|
+
const mmCardDescription = "_mmCardDescription_14jny_540";
|
|
2892
|
+
const mmMediaCard = "_mmMediaCard_14jny_547";
|
|
2893
|
+
const mediaTop = "_media-top_14jny_609";
|
|
2894
|
+
const mtRow = "_mtRow_14jny_615";
|
|
2895
|
+
const mtCard = "_mtCard_14jny_622";
|
|
2896
|
+
const mtMediaArea = "_mtMediaArea_14jny_629";
|
|
2897
|
+
const mtContent = "_mtContent_14jny_645";
|
|
2898
|
+
const mtContentTop = "_mtContentTop_14jny_657";
|
|
2899
|
+
const mtTag = "_mtTag_14jny_664";
|
|
2900
|
+
const mtTexts = "_mtTexts_14jny_680";
|
|
2901
|
+
const mtCardHeading = "_mtCardHeading_14jny_688";
|
|
2902
|
+
const mtCardDescription = "_mtCardDescription_14jny_696";
|
|
2903
|
+
const mtActions = "_mtActions_14jny_703";
|
|
2904
|
+
const iconWithLink = "_icon-with-link_14jny_747";
|
|
2905
|
+
const fgHeading = "_fgHeading_14jny_752";
|
|
2906
|
+
const fgRow = "_fgRow_14jny_763";
|
|
2907
|
+
const fgCard = "_fgCard_14jny_770";
|
|
2908
|
+
const fgTop = "_fgTop_14jny_785";
|
|
2909
|
+
const fgIcon = "_fgIcon_14jny_792";
|
|
2910
|
+
const fgContent = "_fgContent_14jny_799";
|
|
2911
|
+
const fgHeadline = "_fgHeadline_14jny_807";
|
|
2912
|
+
const fgCardHeading = "_fgCardHeading_14jny_811";
|
|
2913
|
+
const fgCardDescription = "_fgCardDescription_14jny_819";
|
|
2914
|
+
const fgLink = "_fgLink_14jny_826";
|
|
2915
|
+
const fgLinkText = "_fgLinkText_14jny_845";
|
|
2916
|
+
const horizontalReveal = "_horizontal-reveal_14jny_878";
|
|
2917
|
+
const sectionHeader = "_sectionHeader_14jny_887";
|
|
2918
|
+
const sectionHeaderInner = "_sectionHeaderInner_14jny_895";
|
|
2919
|
+
const tagline = "_tagline_14jny_906";
|
|
2920
|
+
const cardRow = "_cardRow_14jny_928";
|
|
2921
|
+
const marqueeWrapper = "_marqueeWrapper_14jny_944";
|
|
2922
|
+
const cardRowMarquee$1 = "_cardRowMarquee_14jny_950";
|
|
2923
|
+
const marquee = "_marquee_14jny_944";
|
|
2924
|
+
const marqueeTrack = "_marqueeTrack_14jny_960";
|
|
2925
|
+
const revealCard = "_revealCard_14jny_978";
|
|
2926
|
+
const revealed = "_revealed_14jny_999";
|
|
2927
|
+
const revealFront = "_revealFront_14jny_1005";
|
|
2928
|
+
const revealMedia = "_revealMedia_14jny_1013";
|
|
2929
|
+
const revealBack = "_revealBack_14jny_1040";
|
|
2930
|
+
const revealHeader = "_revealHeader_14jny_1053";
|
|
2931
|
+
const revealAvatar = "_revealAvatar_14jny_1059";
|
|
2932
|
+
const revealName = "_revealName_14jny_1074";
|
|
2933
|
+
const revealList = "_revealList_14jny_1082";
|
|
2934
|
+
const revealListItem = "_revealListItem_14jny_1091";
|
|
2935
|
+
const bulletIcon$1 = "_bulletIcon_14jny_1102";
|
|
2936
|
+
const revealFooter = "_revealFooter_14jny_1114";
|
|
2937
|
+
const revealFooterContent = "_revealFooterContent_14jny_1122";
|
|
2938
|
+
const revealFooterName = "_revealFooterName_14jny_1129";
|
|
2939
|
+
const revealTags = "_revealTags_14jny_1139";
|
|
2940
|
+
const revealTag = "_revealTag_14jny_1139";
|
|
2941
|
+
const revealToggle = "_revealToggle_14jny_1157";
|
|
2942
|
+
const navDots = "_navDots_14jny_1181";
|
|
2943
|
+
const containerWide$5 = "_containerWide_14jny_1218";
|
|
2944
|
+
const containerFull$5 = "_containerFull_14jny_1222";
|
|
2945
2945
|
const styles$b = {
|
|
2946
2946
|
section: section$8,
|
|
2947
2947
|
container: container$5,
|
|
@@ -2955,7 +2955,7 @@ const styles$b = {
|
|
|
2955
2955
|
description: description$5,
|
|
2956
2956
|
actions: actions$3,
|
|
2957
2957
|
media,
|
|
2958
|
-
"side-by-side": "_side-by-
|
|
2958
|
+
"side-by-side": "_side-by-side_14jny_107",
|
|
2959
2959
|
sideBySide: sideBySide$1,
|
|
2960
2960
|
grid: grid$3,
|
|
2961
2961
|
gridWrapper,
|
|
@@ -2966,7 +2966,7 @@ const styles$b = {
|
|
|
2966
2966
|
gridHeading,
|
|
2967
2967
|
gridDescription,
|
|
2968
2968
|
gridActions,
|
|
2969
|
-
"value-cards": "_value-
|
|
2969
|
+
"value-cards": "_value-cards_14jny_329",
|
|
2970
2970
|
valueCards,
|
|
2971
2971
|
vcHeading,
|
|
2972
2972
|
vcRow,
|
|
@@ -2979,7 +2979,7 @@ const styles$b = {
|
|
|
2979
2979
|
vcCardDescription,
|
|
2980
2980
|
vcFooter,
|
|
2981
2981
|
vcPlusBtn,
|
|
2982
|
-
"one-media": "_one-
|
|
2982
|
+
"one-media": "_one-media_14jny_481",
|
|
2983
2983
|
oneMedia,
|
|
2984
2984
|
mmHeading,
|
|
2985
2985
|
mmRow,
|
|
@@ -2989,7 +2989,7 @@ const styles$b = {
|
|
|
2989
2989
|
mmCardHeading,
|
|
2990
2990
|
mmCardDescription,
|
|
2991
2991
|
mmMediaCard,
|
|
2992
|
-
"media-top": "_media-
|
|
2992
|
+
"media-top": "_media-top_14jny_609",
|
|
2993
2993
|
mediaTop,
|
|
2994
2994
|
mtRow,
|
|
2995
2995
|
mtCard,
|
|
@@ -3001,7 +3001,7 @@ const styles$b = {
|
|
|
3001
3001
|
mtCardHeading,
|
|
3002
3002
|
mtCardDescription,
|
|
3003
3003
|
mtActions,
|
|
3004
|
-
"icon-with-link": "_icon-with-
|
|
3004
|
+
"icon-with-link": "_icon-with-link_14jny_747",
|
|
3005
3005
|
iconWithLink,
|
|
3006
3006
|
fgHeading,
|
|
3007
3007
|
fgRow,
|
|
@@ -3014,7 +3014,7 @@ const styles$b = {
|
|
|
3014
3014
|
fgCardDescription,
|
|
3015
3015
|
fgLink,
|
|
3016
3016
|
fgLinkText,
|
|
3017
|
-
"horizontal-reveal": "_horizontal-
|
|
3017
|
+
"horizontal-reveal": "_horizontal-reveal_14jny_878",
|
|
3018
3018
|
horizontalReveal,
|
|
3019
3019
|
sectionHeader,
|
|
3020
3020
|
sectionHeaderInner,
|
|
@@ -3146,7 +3146,7 @@ const CardsSection = forwardRef(
|
|
|
3146
3146
|
const c = cards ?? [];
|
|
3147
3147
|
const filler = c[0] ?? { heading: "" };
|
|
3148
3148
|
const displayCards = c.length >= 2 ? c : [...c, ...Array(2 - c.length).fill(filler)];
|
|
3149
|
-
return displayCards.map((card2, i) => /* @__PURE__ */ jsx("div", { className: styles$b.card, style: { "--clay-sticky-top":
|
|
3149
|
+
return displayCards.map((card2, i) => /* @__PURE__ */ jsx("div", { className: styles$b.card, style: { "--clay-sticky-top": "15%" }, children: /* @__PURE__ */ jsxs("div", { className: styles$b.inner, children: [
|
|
3150
3150
|
/* @__PURE__ */ jsxs("div", { className: styles$b.textContent, children: [
|
|
3151
3151
|
/* @__PURE__ */ jsxs("div", { className: styles$b.textBlock, children: [
|
|
3152
3152
|
/* @__PURE__ */ jsxs("div", { className: styles$b.titleGroup, children: [
|
|
@@ -11806,42 +11806,43 @@ const NumbersSection = forwardRef(
|
|
|
11806
11806
|
] }) });
|
|
11807
11807
|
}
|
|
11808
11808
|
);
|
|
11809
|
-
const footer = "
|
|
11810
|
-
const dividerTop = "
|
|
11811
|
-
const dividerBottom = "
|
|
11812
|
-
const navContainer = "
|
|
11813
|
-
const navGrid = "
|
|
11814
|
-
const column = "
|
|
11815
|
-
const columnBrand = "
|
|
11816
|
-
const brand = "
|
|
11817
|
-
const logoImg = "
|
|
11818
|
-
const heading = "
|
|
11819
|
-
const links = "
|
|
11820
|
-
const linkItem = "
|
|
11821
|
-
const linkIcon = "
|
|
11822
|
-
const link = "
|
|
11823
|
-
const subGroup = "
|
|
11824
|
-
const bottomContainer = "
|
|
11825
|
-
const bottomContent = "
|
|
11826
|
-
const bottomLeft = "
|
|
11827
|
-
const languageSelector = "
|
|
11828
|
-
const complianceBadges = "
|
|
11829
|
-
const complianceBadge = "
|
|
11830
|
-
const bottomCenter = "
|
|
11831
|
-
const socialLinks = "
|
|
11832
|
-
const socialLink = "
|
|
11833
|
-
const legalBlock = "
|
|
11834
|
-
const legalLinks = "
|
|
11835
|
-
const legalItem = "
|
|
11836
|
-
const legalLink = "
|
|
11837
|
-
const pipe = "
|
|
11838
|
-
const copyright = "
|
|
11839
|
-
const bottomRight = "
|
|
11840
|
-
const appStoreBadges = "
|
|
11841
|
-
const appStoreBadge = "
|
|
11842
|
-
const accessibility = "
|
|
11843
|
-
const accessibilityIcon = "
|
|
11844
|
-
const accessibilityLink = "
|
|
11809
|
+
const footer = "_footer_17cq5_3";
|
|
11810
|
+
const dividerTop = "_dividerTop_17cq5_10";
|
|
11811
|
+
const dividerBottom = "_dividerBottom_17cq5_11";
|
|
11812
|
+
const navContainer = "_navContainer_17cq5_19";
|
|
11813
|
+
const navGrid = "_navGrid_17cq5_27";
|
|
11814
|
+
const column = "_column_17cq5_33";
|
|
11815
|
+
const columnBrand = "_columnBrand_17cq5_40";
|
|
11816
|
+
const brand = "_brand_17cq5_44";
|
|
11817
|
+
const logoImg = "_logoImg_17cq5_48";
|
|
11818
|
+
const heading = "_heading_17cq5_56";
|
|
11819
|
+
const links = "_links_17cq5_67";
|
|
11820
|
+
const linkItem = "_linkItem_17cq5_76";
|
|
11821
|
+
const linkIcon = "_linkIcon_17cq5_82";
|
|
11822
|
+
const link = "_link_17cq5_67";
|
|
11823
|
+
const subGroup = "_subGroup_17cq5_113";
|
|
11824
|
+
const bottomContainer = "_bottomContainer_17cq5_118";
|
|
11825
|
+
const bottomContent = "_bottomContent_17cq5_126";
|
|
11826
|
+
const bottomLeft = "_bottomLeft_17cq5_133";
|
|
11827
|
+
const languageSelector = "_languageSelector_17cq5_140";
|
|
11828
|
+
const complianceBadges = "_complianceBadges_17cq5_144";
|
|
11829
|
+
const complianceBadge = "_complianceBadge_17cq5_144";
|
|
11830
|
+
const bottomCenter = "_bottomCenter_17cq5_159";
|
|
11831
|
+
const socialLinks = "_socialLinks_17cq5_166";
|
|
11832
|
+
const socialLink = "_socialLink_17cq5_166";
|
|
11833
|
+
const legalBlock = "_legalBlock_17cq5_194";
|
|
11834
|
+
const legalLinks = "_legalLinks_17cq5_200";
|
|
11835
|
+
const legalItem = "_legalItem_17cq5_207";
|
|
11836
|
+
const legalLink = "_legalLink_17cq5_200";
|
|
11837
|
+
const pipe = "_pipe_17cq5_226";
|
|
11838
|
+
const copyright = "_copyright_17cq5_230";
|
|
11839
|
+
const bottomRight = "_bottomRight_17cq5_240";
|
|
11840
|
+
const appStoreBadges = "_appStoreBadges_17cq5_247";
|
|
11841
|
+
const appStoreBadge = "_appStoreBadge_17cq5_247";
|
|
11842
|
+
const accessibility = "_accessibility_17cq5_258";
|
|
11843
|
+
const accessibilityIcon = "_accessibilityIcon_17cq5_264";
|
|
11844
|
+
const accessibilityLink = "_accessibilityLink_17cq5_280";
|
|
11845
|
+
const short = "_short_17cq5_448";
|
|
11845
11846
|
const styles = {
|
|
11846
11847
|
footer,
|
|
11847
11848
|
dividerTop,
|
|
@@ -11878,10 +11879,12 @@ const styles = {
|
|
|
11878
11879
|
appStoreBadge,
|
|
11879
11880
|
accessibility,
|
|
11880
11881
|
accessibilityIcon,
|
|
11881
|
-
accessibilityLink
|
|
11882
|
+
accessibilityLink,
|
|
11883
|
+
short
|
|
11882
11884
|
};
|
|
11883
11885
|
const FooterSection = forwardRef(
|
|
11884
11886
|
function FooterSection2({
|
|
11887
|
+
variant = "full",
|
|
11885
11888
|
logo: logo2,
|
|
11886
11889
|
columns,
|
|
11887
11890
|
socialLinks: socialLinks2,
|
|
@@ -11896,54 +11899,57 @@ const FooterSection = forwardRef(
|
|
|
11896
11899
|
className = "",
|
|
11897
11900
|
...rest
|
|
11898
11901
|
}, ref) {
|
|
11902
|
+
const isShort = variant === "short";
|
|
11903
|
+
const logoImg2 = logo2 && /* @__PURE__ */ jsx("img", { src: logo2.src, alt: logo2.alt, className: styles.logoImg });
|
|
11904
|
+
const brand2 = logo2 && /* @__PURE__ */ jsx("div", { className: styles.brand, children: logo2.href ? /* @__PURE__ */ jsx("a", { href: logo2.href, "aria-label": "Home", children: logoImg2 }) : logoImg2 });
|
|
11899
11905
|
return /* @__PURE__ */ jsxs(
|
|
11900
11906
|
"footer",
|
|
11901
11907
|
{
|
|
11902
11908
|
ref,
|
|
11903
|
-
className: [styles.footer, className].filter(Boolean).join(" "),
|
|
11909
|
+
className: [styles.footer, isShort ? styles.short : "", className].filter(Boolean).join(" "),
|
|
11904
11910
|
...rest,
|
|
11905
11911
|
children: [
|
|
11906
11912
|
/* @__PURE__ */ jsx("div", { className: styles.dividerTop, role: "separator" }),
|
|
11907
|
-
/* @__PURE__ */ jsx("div", { className: styles.navContainer, children:
|
|
11908
|
-
"nav"
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11915
|
-
|
|
11916
|
-
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
|
|
11920
|
-
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
|
|
11929
|
-
|
|
11930
|
-
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
|
|
11938
|
-
|
|
11939
|
-
|
|
11940
|
-
|
|
11941
|
-
|
|
11942
|
-
|
|
11943
|
-
|
|
11944
|
-
|
|
11945
|
-
|
|
11946
|
-
)) })
|
|
11913
|
+
/* @__PURE__ */ jsx("div", { className: styles.navContainer, children: (() => {
|
|
11914
|
+
const GridTag = isShort ? "nav" : "div";
|
|
11915
|
+
const ColumnTag = isShort ? "div" : "nav";
|
|
11916
|
+
return /* @__PURE__ */ jsxs(
|
|
11917
|
+
GridTag,
|
|
11918
|
+
{
|
|
11919
|
+
className: styles.navGrid,
|
|
11920
|
+
"aria-label": isShort ? "Footer" : void 0,
|
|
11921
|
+
children: [
|
|
11922
|
+
isShort && brand2 && /* @__PURE__ */ jsx("div", { className: [styles.column, styles.columnBrand].join(" "), children: brand2 }),
|
|
11923
|
+
columns.map((col, index2) => /* @__PURE__ */ jsxs(
|
|
11924
|
+
ColumnTag,
|
|
11925
|
+
{
|
|
11926
|
+
className: [
|
|
11927
|
+
styles.column,
|
|
11928
|
+
!isShort && index2 === 0 && !col.heading ? styles.columnBrand : ""
|
|
11929
|
+
].filter(Boolean).join(" "),
|
|
11930
|
+
"aria-label": isShort ? void 0 : col.heading ?? "Footer navigation",
|
|
11931
|
+
children: [
|
|
11932
|
+
!isShort && index2 === 0 && brand2,
|
|
11933
|
+
col.heading && /* @__PURE__ */ jsx("h3", { className: styles.heading, children: col.heading }),
|
|
11934
|
+
/* @__PURE__ */ jsx("ul", { className: styles.links, children: col.links.map((link2) => /* @__PURE__ */ jsxs("li", { className: styles.linkItem, children: [
|
|
11935
|
+
link2.icon && /* @__PURE__ */ jsx("span", { className: styles.linkIcon, children: link2.icon }),
|
|
11936
|
+
link2.href ? /* @__PURE__ */ jsx("a", { href: link2.href, className: styles.link, children: link2.label }) : /* @__PURE__ */ jsx("span", { className: styles.link, children: link2.label })
|
|
11937
|
+
] }, link2.label)) }),
|
|
11938
|
+
col.groups && col.groups.map((group) => /* @__PURE__ */ jsxs("div", { className: styles.subGroup, children: [
|
|
11939
|
+
group.heading && /* @__PURE__ */ jsx("h3", { className: styles.heading, children: group.heading }),
|
|
11940
|
+
/* @__PURE__ */ jsx("ul", { className: styles.links, children: group.links.map((link2) => /* @__PURE__ */ jsxs("li", { className: styles.linkItem, children: [
|
|
11941
|
+
link2.icon && /* @__PURE__ */ jsx("span", { className: styles.linkIcon, children: link2.icon }),
|
|
11942
|
+
link2.href ? /* @__PURE__ */ jsx("a", { href: link2.href, className: styles.link, children: link2.label }) : /* @__PURE__ */ jsx("span", { className: styles.link, children: link2.label })
|
|
11943
|
+
] }, link2.label)) })
|
|
11944
|
+
] }, group.heading ?? "sub"))
|
|
11945
|
+
]
|
|
11946
|
+
},
|
|
11947
|
+
col.heading ?? `col-${index2}`
|
|
11948
|
+
))
|
|
11949
|
+
]
|
|
11950
|
+
}
|
|
11951
|
+
);
|
|
11952
|
+
})() }),
|
|
11947
11953
|
/* @__PURE__ */ jsx("div", { className: styles.dividerBottom, role: "separator" }),
|
|
11948
11954
|
/* @__PURE__ */ jsx("div", { className: styles.bottomContainer, children: /* @__PURE__ */ jsxs("div", { className: styles.bottomContent, children: [
|
|
11949
11955
|
/* @__PURE__ */ jsxs("div", { className: styles.bottomLeft, children: [
|
|
@@ -12178,6 +12184,36 @@ const FOOTER_DEFAULTS = {
|
|
|
12178
12184
|
accessibilityHref: "#",
|
|
12179
12185
|
accessibilityIcon: /* @__PURE__ */ jsx("img", { src: iconAccessibility, alt: "", width: 21, height: 21 })
|
|
12180
12186
|
};
|
|
12187
|
+
const FOOTER_SHORT_DEFAULTS = {
|
|
12188
|
+
...FOOTER_DEFAULTS,
|
|
12189
|
+
variant: "short",
|
|
12190
|
+
columns: [
|
|
12191
|
+
{
|
|
12192
|
+
links: [
|
|
12193
|
+
{ label: "Pricing", href: "#" },
|
|
12194
|
+
{ label: "About us", href: "#" }
|
|
12195
|
+
]
|
|
12196
|
+
},
|
|
12197
|
+
{
|
|
12198
|
+
links: [
|
|
12199
|
+
{ label: "24/7 support", href: "#" },
|
|
12200
|
+
{ label: "Customer stories", href: "#" }
|
|
12201
|
+
]
|
|
12202
|
+
},
|
|
12203
|
+
{
|
|
12204
|
+
links: [
|
|
12205
|
+
{ label: "Contact sales", href: "#" },
|
|
12206
|
+
{ label: "Enterprise", href: "#" }
|
|
12207
|
+
]
|
|
12208
|
+
},
|
|
12209
|
+
{
|
|
12210
|
+
links: [
|
|
12211
|
+
{ label: "Integrations", href: "#" },
|
|
12212
|
+
{ label: "Templates", href: "#" }
|
|
12213
|
+
]
|
|
12214
|
+
}
|
|
12215
|
+
]
|
|
12216
|
+
};
|
|
12181
12217
|
export {
|
|
12182
12218
|
BulletsSection as B,
|
|
12183
12219
|
CardsSection as C,
|
|
@@ -12195,20 +12231,21 @@ export {
|
|
|
12195
12231
|
CustomerLogo as e,
|
|
12196
12232
|
CustomerLogoSection as f,
|
|
12197
12233
|
FOOTER_DEFAULTS as g,
|
|
12198
|
-
|
|
12199
|
-
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
|
|
12205
|
-
|
|
12206
|
-
|
|
12207
|
-
|
|
12208
|
-
|
|
12209
|
-
|
|
12210
|
-
|
|
12211
|
-
|
|
12212
|
-
|
|
12213
|
-
|
|
12214
|
-
|
|
12234
|
+
FOOTER_SHORT_DEFAULTS as h,
|
|
12235
|
+
FaqSection as i,
|
|
12236
|
+
FeaturesSection as j,
|
|
12237
|
+
FooterSection as k,
|
|
12238
|
+
IntegrationLogo as l,
|
|
12239
|
+
Integrations as m,
|
|
12240
|
+
NumbersSection as n,
|
|
12241
|
+
SliderDots as o,
|
|
12242
|
+
TabList as p,
|
|
12243
|
+
TabPanel as q,
|
|
12244
|
+
Tabs as r,
|
|
12245
|
+
Tag as s,
|
|
12246
|
+
TestimonialsSection as t,
|
|
12247
|
+
TrustBadge as u,
|
|
12248
|
+
TrustBentoSection as v,
|
|
12249
|
+
TrustSection as w
|
|
12250
|
+
};
|
|
12251
|
+
//# sourceMappingURL=footerDefaults-DRDmvQb8.js.map
|