@@ -5906,9 +5906,9 @@ var getIcon = (name) => {
59065906 return IconsMap . find ( ( icon3 ) => icon3 . name === name ) ?. Icon ;
59075907} ;
59085908var OverviewCard = ( { icon : icon3 , link : link2 , children } ) => {
5909- const Icon31 = getIcon ( icon3 ) ;
5909+ const Icon32 = getIcon ( icon3 ) ;
59105910 return /* @__PURE__ */ jsx2 ( Link , { href : link2 , children : /* @__PURE__ */ jsxs2 ( Flex , { sx : styles_default . overviewCard , children : [
5911- Icon31 && /* @__PURE__ */ jsx2 ( Icon31 , { sx : styles_default . overviewIcon } ) ,
5911+ Icon32 && /* @__PURE__ */ jsx2 ( Icon32 , { sx : styles_default . overviewIcon } ) ,
59125912 /* @__PURE__ */ jsx2 ( Box , { children } )
59135913 ] } ) } ) ;
59145914} ;
@@ -8637,12 +8637,12 @@ var DocumentationCard = ({
86378637 description : description4 ,
86388638 link : link2 ,
86398639 containerType,
8640- Icon : Icon31 ,
8640+ Icon : Icon32 ,
86418641 onClick
86428642} ) => {
86438643 return /* @__PURE__ */ jsx23 ( Link6 , { href : link2 , legacyBehavior : true , children : /* @__PURE__ */ jsx23 ( "a" , { onClick, style : { width : "100%" } , children : /* @__PURE__ */ jsxs17 ( Box13 , { sx : cardContainer3 ( containerType ) , children : [
86448644 /* @__PURE__ */ jsxs17 ( Flex11 , { sx : titleContainer2 ( containerType ) , children : [
8645- /* @__PURE__ */ jsx23 ( Icon31 , { sx : { color : "#4A596B" } , size : 24 } ) ,
8645+ /* @__PURE__ */ jsx23 ( Icon32 , { sx : { color : "#4A596B" } , size : 24 } ) ,
86468646 /* @__PURE__ */ jsx23 ( Text7 , { className : "title" , sx : cardTitle ( containerType ) , children : title6 } )
86478647 ] } ) ,
86488648 /* @__PURE__ */ jsx23 ( Text7 , { className : "description" , sx : styles_default14 . description , children : description4 } )
@@ -10734,7 +10734,7 @@ var expanded_results_icon_default = ExpandedResultsIcon;
1073410734// src/components/search-card/index.tsx
1073510735import { jsx as jsx57 , jsxs as jsxs45 } from "react/jsx-runtime" ;
1073610736var SearchCard = ( {
10737- Icon : Icon31 ,
10737+ Icon : Icon32 ,
1073810738 title : title6 ,
1073910739 method,
1074010740 breadcrumbs,
@@ -10748,7 +10748,7 @@ var SearchCard = ({
1074810748 return /* @__PURE__ */ jsx57 ( Link9 , { href : url , legacyBehavior : true , children : /* @__PURE__ */ jsxs45 ( Flex18 , { sx : styles_default21 . containerActive ( method ) , children : [
1074910749 /* @__PURE__ */ jsxs45 ( Box21 , { children : [
1075010750 /* @__PURE__ */ jsxs45 ( Text14 , { className : "searchCardTitle" , sx : styles_default21 . title , children : [
10751- Icon31 && /* @__PURE__ */ jsx57 ( Icon31 , { sx : styles_default21 . icon } ) ,
10751+ Icon32 && /* @__PURE__ */ jsx57 ( Icon32 , { sx : styles_default21 . icon } ) ,
1075210752 method ? /* @__PURE__ */ jsx57 (
1075310753 method_category_default ,
1075410754 {
@@ -11231,6 +11231,17 @@ var CookieBar = ({ onAccept }) => {
1123111231 ) ;
1123211232} ;
1123311233var cookie_bar_default = CookieBar ;
11234+
11235+ // src/components/copy-link-button/index.tsx
11236+ import { Button as Button8 } from "@vtex/brand-ui" ;
11237+
11238+ // src/components/icons/copy-icon.tsx
11239+ import { Icon as Icon31 } from "@vtex/brand-ui" ;
11240+ import { jsx as jsx63 , jsxs as jsxs51 } from "react/jsx-runtime" ;
11241+
11242+ // src/components/copy-link-button/index.tsx
11243+ import { useState as useState16 } from "react" ;
11244+ import { jsx as jsx64 } from "react/jsx-runtime" ;
1123411245export {
1123511246 cookie_bar_default as CookieBar ,
1123611247 feedback_section_default as FeedbackSection ,
0 commit comments