@zenpatient-org/healthspan-marketing-ui 0.1.22 → 0.1.24
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/README.md +11 -1
- package/dist/components/Accordion/Accordion.cjs.js +1 -0
- package/dist/components/Accordion/Accordion.d.ts +8 -0
- package/dist/components/Accordion/Accordion.es.js +27 -0
- package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
- package/dist/components/Accordion/accordion.module.css.es.js +7 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +3 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +31 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +2 -0
- package/dist/components/Accordion/components/AccordionItem/types.d.ts +9 -0
- package/dist/components/Accordion/components/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/types.d.ts +6 -0
- package/dist/components/Button/Button.es.js +24 -6
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +3 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +135 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +19 -0
- package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
- package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +17 -15
- package/dist/components/FilterMenu/FilterMenu.d.ts +1 -1
- package/dist/components/FilterMenu/FilterMenu.es.js +17 -2
- package/dist/components/Icon/constants.cjs.js +1 -1
- package/dist/components/Icon/constants.d.ts +3 -0
- package/dist/components/Icon/constants.es.js +4 -1
- package/dist/components/Icon/iconsMap.cjs.js +1 -1
- package/dist/components/Icon/iconsMap.es.js +104 -98
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -0
- package/dist/components/IconBracket/IconBracket.d.ts +3 -0
- package/dist/components/IconBracket/IconBracket.es.js +16 -0
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +1 -0
- package/dist/components/IconBracket/iconBracket.module.css.es.js +9 -0
- package/dist/components/IconBracket/index.d.ts +1 -0
- package/dist/components/IconBracket/types.d.ts +8 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +9 -1
- package/dist/components/Label/Label.es.js +9 -1
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -0
- package/dist/components/PlayButton/PlayButton.d.ts +8 -0
- package/dist/components/PlayButton/PlayButton.es.js +9 -0
- package/dist/components/PlayButton/index.d.ts +1 -0
- package/dist/components/PlayButton/playButton.module.css.cjs.js +1 -0
- package/dist/components/PlayButton/playButton.module.css.es.js +11 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -0
- package/dist/components/Pricing/Pricing.d.ts +3 -0
- package/dist/components/Pricing/Pricing.es.js +41 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +8 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +10 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +7 -0
- package/dist/components/Pricing/components/BenefitItem/index.d.ts +1 -0
- package/dist/components/Pricing/components/index.d.ts +1 -0
- package/dist/components/Pricing/index.d.ts +2 -0
- package/dist/components/Pricing/pricing.module.css.cjs.js +1 -0
- package/dist/components/Pricing/pricing.module.css.es.js +25 -0
- package/dist/components/Pricing/types.d.ts +17 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +1 -1
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +24 -3
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
- package/dist/components/ProgressButton/ProgressButton.d.ts +2 -1
- package/dist/components/ProgressButton/ProgressButton.es.js +24 -12
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -0
- package/dist/components/RatingStars/RatingStars.d.ts +6 -0
- package/dist/components/RatingStars/RatingStars.es.js +18 -0
- package/dist/components/RatingStars/index.d.ts +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.es.js +13 -0
- package/dist/components/StepsCarousel/StepsCarousel.es.js +47 -13
- package/dist/components/StudyGridCard/StudyGridCard.es.js +36 -6
- package/dist/components/Tabs/TabsWithFade.es.js +10 -1
- package/dist/components/Typography/Typography.es.js +8 -1
- package/dist/healthspan-marketing-ui.css +1 -1
- package/dist/icons/action/bracket-left.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-left.svg.es.js +5 -0
- package/dist/icons/action/bracket-right.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-right.svg.es.js +5 -0
- package/dist/icons/action/play.svg.cjs.js +1 -0
- package/dist/icons/action/play.svg.es.js +5 -0
- package/dist/modules/Benefits/Benefits.es.js +3 -26
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +3 -27
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +1 -10
- package/dist/modules/Compare/Compare.cjs.js +1 -0
- package/dist/modules/Compare/Compare.d.ts +3 -0
- package/dist/modules/Compare/Compare.es.js +26 -0
- package/dist/modules/Compare/compare.module.css.cjs.js +1 -0
- package/dist/modules/Compare/compare.module.css.es.js +13 -0
- package/dist/modules/Compare/index.d.ts +1 -0
- package/dist/modules/Compare/types.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.es.js +20 -5
- package/dist/modules/FAQ/FAQ.cjs.js +1 -0
- package/dist/modules/FAQ/FAQ.d.ts +3 -0
- package/dist/modules/FAQ/FAQ.es.js +17 -0
- package/dist/modules/FAQ/faq.module.css.cjs.js +1 -0
- package/dist/modules/FAQ/faq.module.css.es.js +17 -0
- package/dist/modules/FAQ/index.d.ts +1 -0
- package/dist/modules/FAQ/types.d.ts +10 -0
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +14 -5
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +9 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +32 -17
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +21 -2
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -0
- package/dist/modules/ImageWithText/ImageWithText.d.ts +3 -0
- package/dist/modules/ImageWithText/ImageWithText.es.js +35 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +1 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +21 -0
- package/dist/modules/ImageWithText/index.d.ts +1 -0
- package/dist/modules/ImageWithText/types.d.ts +9 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -0
- package/dist/modules/LongevityPathways/LongevityPathways.d.ts +3 -0
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +19 -0
- package/dist/modules/LongevityPathways/index.d.ts +2 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +1 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +9 -0
- package/dist/modules/LongevityPathways/types.d.ts +9 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +24 -7
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +53 -31
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +25 -5
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -1
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +17 -15
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
- package/dist/modules/OurProcess/OurProcess.d.ts +3 -2
- package/dist/modules/OurProcess/OurProcess.es.js +17 -8
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
- package/dist/modules/PairedProducts/PairedProducts.d.ts +2 -2
- package/dist/modules/PairedProducts/PairedProducts.es.js +1 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +9 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +102 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +29 -0
- package/dist/modules/SlidingTabsGallery/index.d.ts +1 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -0
- package/dist/modules/Testimonial/Testimonial.d.ts +13 -0
- package/dist/modules/Testimonial/Testimonial.es.js +88 -0
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/Product.d.ts +7 -0
- package/dist/modules/Testimonial/components/Product/Product.es.js +23 -0
- package/dist/modules/Testimonial/components/Product/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +17 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +3 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +31 -0
- package/dist/modules/Testimonial/components/TextCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +13 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +11 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +62 -0
- package/dist/modules/Testimonial/components/VideoCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +17 -0
- package/dist/modules/Testimonial/index.d.ts +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.es.js +25 -0
- package/dist/modules/Testimonial/types.d.ts +26 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -0
- package/dist/modules/TrackProgress/TrackProgress.d.ts +10 -0
- package/dist/modules/TrackProgress/TrackProgress.es.js +24 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +7 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +90 -0
- package/dist/modules/TrackProgress/components/TimelineContent/index.d.ts +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +25 -0
- package/dist/modules/TrackProgress/index.d.ts +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +13 -0
- package/dist/modules/TrackProgress/types.d.ts +6 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +86 -47
- package/dist/modules/TypesOfTests/types.d.ts +4 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -1
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +14 -12
- package/dist/modules/YourProtocol/YourProtocol.es.js +19 -2
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +18 -5
- package/dist/node_modules/@gsap/react/src/index.cjs.js +9 -0
- package/dist/node_modules/@gsap/react/src/index.es.js +29 -0
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +8 -0
- package/dist/node_modules/gsap/CSSPlugin.es.js +423 -0
- package/dist/node_modules/gsap/Flip.cjs.js +8 -0
- package/dist/node_modules/gsap/Flip.es.js +525 -0
- package/dist/node_modules/gsap/Observer.cjs.js +8 -0
- package/dist/node_modules/gsap/Observer.es.js +242 -0
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +8 -0
- package/dist/node_modules/gsap/ScrollTrigger.es.js +859 -0
- package/dist/node_modules/gsap/gsap-core.cjs.js +8 -0
- package/dist/node_modules/gsap/gsap-core.es.js +1651 -0
- package/dist/node_modules/gsap/index.cjs.js +1 -0
- package/dist/node_modules/gsap/index.es.js +13 -0
- package/dist/node_modules/gsap/utils/matrix.cjs.js +8 -0
- package/dist/node_modules/gsap/utils/matrix.es.js +104 -0
- package/dist/pageComponents/Gradient/Gradient.d.ts +5 -0
- package/dist/pageComponents/Gradient/index.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/index.d.ts +1 -0
- package/package.json +95 -4
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.cjs.js +0 -1
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.es.js +0 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),m=require("../../utils/cn/cn.cjs.js"),o=require("../Icon/Icon.cjs.js"),n=require("../Icon/constants.cjs.js"),a=require("./ratingStars.module.css.cjs.js"),u=(t,s)=>{const r=s<Math.floor(t),c=!r&&s<t;return r?n.EIconName.STAR_FILL:c?n.EIconName.STAR_HALF:n.EIconName.STAR_OUTLINE},i=({rating:t,className:s})=>e.jsx("div",{className:m.cn(a.default.stars,s),children:Array.from({length:5}).map((r,c)=>{const l=u(t,c);return e.jsx("div",{className:a.default.starContainer,children:l===n.EIconName.STAR_HALF?e.jsxs(e.Fragment,{children:[e.jsx(o.Icon,{name:n.EIconName.STAR_OUTLINE,className:a.default.starIcon}),e.jsx(o.Icon,{name:n.EIconName.STAR_HALF,className:a.default.starIconHalf})]}):e.jsx(o.Icon,{name:l,className:a.default.starIcon})},c)})});exports.RatingStars=i;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as a, jsxs as l, Fragment as f } from "react/jsx-runtime";
|
|
2
|
+
import { cn as i } from "../../utils/cn/cn.es.js";
|
|
3
|
+
import { Icon as m } from "../Icon/Icon.es.js";
|
|
4
|
+
import { EIconName as r } from "../Icon/constants.es.js";
|
|
5
|
+
import s from "./ratingStars.module.css.es.js";
|
|
6
|
+
const A = (t, o) => {
|
|
7
|
+
const e = o < Math.floor(t), n = !e && o < t;
|
|
8
|
+
return e ? r.STAR_FILL : n ? r.STAR_HALF : r.STAR_OUTLINE;
|
|
9
|
+
}, R = ({ rating: t, className: o }) => /* @__PURE__ */ a("div", { className: i(s.stars, o), children: Array.from({ length: 5 }).map((e, n) => {
|
|
10
|
+
const c = A(t, n);
|
|
11
|
+
return /* @__PURE__ */ a("div", { className: s.starContainer, children: c === r.STAR_HALF ? /* @__PURE__ */ l(f, { children: [
|
|
12
|
+
/* @__PURE__ */ a(m, { name: r.STAR_OUTLINE, className: s.starIcon }),
|
|
13
|
+
/* @__PURE__ */ a(m, { name: r.STAR_HALF, className: s.starIconHalf })
|
|
14
|
+
] }) : /* @__PURE__ */ a(m, { name: c, className: s.starIcon }) }, n);
|
|
15
|
+
}) });
|
|
16
|
+
export {
|
|
17
|
+
R as RatingStars
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RatingStars } from './RatingStars';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="ratingStars-module__stars___s-x3L",s="ratingStars-module__starContainer___2ch9S",a="ratingStars-module__starIcon___skV9D",r="ratingStars-module__starIconHalf___Jkk4j",n={stars:t,starContainer:s,starIcon:a,starIconHalf:r};exports.default=n;exports.starContainer=s;exports.starIcon=a;exports.starIconHalf=r;exports.stars=t;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const t = "ratingStars-module__stars___s-x3L", s = "ratingStars-module__starContainer___2ch9S", a = "ratingStars-module__starIcon___skV9D", r = "ratingStars-module__starIconHalf___Jkk4j", n = {
|
|
2
|
+
stars: t,
|
|
3
|
+
starContainer: s,
|
|
4
|
+
starIcon: a,
|
|
5
|
+
starIconHalf: r
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
n as default,
|
|
9
|
+
s as starContainer,
|
|
10
|
+
a as starIcon,
|
|
11
|
+
r as starIconHalf,
|
|
12
|
+
t as stars
|
|
13
|
+
};
|
|
@@ -48,21 +48,55 @@ const B = ({ steps: s, colorScheme: i }) => {
|
|
|
48
48
|
children: [
|
|
49
49
|
/* @__PURE__ */ n("div", { className: f(t.imageWrapper, a && t.imageWrapperActive), children: /* @__PURE__ */ n("img", { src: e.image, alt: e.title, className: t.image }) }),
|
|
50
50
|
/* @__PURE__ */ n("div", { className: t.stepLabel, children: a ? /* @__PURE__ */ l(T, { children: [
|
|
51
|
-
/* @__PURE__ */ l(
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
51
|
+
/* @__PURE__ */ l(
|
|
52
|
+
N,
|
|
53
|
+
{
|
|
54
|
+
size: "lg",
|
|
55
|
+
className: t.desktop,
|
|
56
|
+
color: i === "dark" ? "white" : "black",
|
|
57
|
+
children: [
|
|
58
|
+
"Step ",
|
|
59
|
+
r + 1
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
),
|
|
63
|
+
/* @__PURE__ */ l(
|
|
64
|
+
N,
|
|
65
|
+
{
|
|
66
|
+
size: "sm",
|
|
67
|
+
className: t.mobile,
|
|
68
|
+
color: i === "dark" ? "white" : "black",
|
|
69
|
+
children: [
|
|
70
|
+
"Step ",
|
|
71
|
+
r + 1
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
] }) : /* @__PURE__ */ l(
|
|
76
|
+
p,
|
|
77
|
+
{
|
|
78
|
+
defaultVariant: "labelSm",
|
|
79
|
+
mobileVariant: "labelXs",
|
|
80
|
+
emphasis: !0,
|
|
81
|
+
className: t.labelText,
|
|
82
|
+
children: [
|
|
83
|
+
"Step ",
|
|
84
|
+
r + 1
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
) }),
|
|
63
88
|
/* @__PURE__ */ l("div", { className: t.textContainer, children: [
|
|
64
89
|
/* @__PURE__ */ n(p, { as: "h3", defaultVariant: "headingXs", mobileVariant: "headingXxs", children: e.title }),
|
|
65
|
-
e.description && /* @__PURE__ */ n(
|
|
90
|
+
e.description && /* @__PURE__ */ n(
|
|
91
|
+
p,
|
|
92
|
+
{
|
|
93
|
+
as: "p",
|
|
94
|
+
defaultVariant: "bodyMd",
|
|
95
|
+
mobileVariant: "bodySm",
|
|
96
|
+
className: t.cardDescription,
|
|
97
|
+
children: e.description
|
|
98
|
+
}
|
|
99
|
+
)
|
|
66
100
|
] })
|
|
67
101
|
]
|
|
68
102
|
},
|
|
@@ -17,13 +17,43 @@ function S({ title: i, link: l, inverted: o, image: c, date: u, label: n, readTi
|
|
|
17
17
|
/* @__PURE__ */ a("div", { className: e.imagePart, style: { backgroundImage: `url(${c})` }, children: n && /* @__PURE__ */ a(f, { ...n }) }),
|
|
18
18
|
/* @__PURE__ */ t("div", { className: e.dataPart, children: [
|
|
19
19
|
/* @__PURE__ */ t("div", { className: e.info, children: [
|
|
20
|
-
/* @__PURE__ */ a(
|
|
20
|
+
/* @__PURE__ */ a(
|
|
21
|
+
r,
|
|
22
|
+
{
|
|
23
|
+
defaultVariant: "labelSm",
|
|
24
|
+
mobileVariant: "labelXs",
|
|
25
|
+
emphasis: !0,
|
|
26
|
+
weight: "medium",
|
|
27
|
+
color: "color-neutral-500",
|
|
28
|
+
children: b(u)
|
|
29
|
+
}
|
|
30
|
+
),
|
|
21
31
|
!!m && /* @__PURE__ */ t(h, { children: [
|
|
22
|
-
/* @__PURE__ */ a(
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
32
|
+
/* @__PURE__ */ a(
|
|
33
|
+
r,
|
|
34
|
+
{
|
|
35
|
+
defaultVariant: "labelSm",
|
|
36
|
+
mobileVariant: "labelXs",
|
|
37
|
+
emphasis: !0,
|
|
38
|
+
weight: "medium",
|
|
39
|
+
color: "color-neutral-500",
|
|
40
|
+
children: "•"
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ t(
|
|
44
|
+
r,
|
|
45
|
+
{
|
|
46
|
+
defaultVariant: "labelSm",
|
|
47
|
+
mobileVariant: "labelXs",
|
|
48
|
+
emphasis: !0,
|
|
49
|
+
weight: "medium",
|
|
50
|
+
color: "color-neutral-500",
|
|
51
|
+
children: [
|
|
52
|
+
m,
|
|
53
|
+
" MIN READ"
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
)
|
|
27
57
|
] })
|
|
28
58
|
] }),
|
|
29
59
|
/* @__PURE__ */ a(r, { className: e.title, defaultVariant: "headingSm", mobileVariant: "bodySm", as: "h6", children: i }),
|
|
@@ -22,7 +22,16 @@ function g({ tabs: n, activeTab: l, onTabChange: c }) {
|
|
|
22
22
|
[r.showFadeLeft]: a,
|
|
23
23
|
[r.showFadeRight]: d
|
|
24
24
|
}),
|
|
25
|
-
children: /* @__PURE__ */ o("div", { ref: s, className: r.tabsTape, children: /* @__PURE__ */ o(
|
|
25
|
+
children: /* @__PURE__ */ o("div", { ref: s, className: r.tabsTape, children: /* @__PURE__ */ o(
|
|
26
|
+
L,
|
|
27
|
+
{
|
|
28
|
+
activeTab: l,
|
|
29
|
+
tabs: n,
|
|
30
|
+
size: "lg",
|
|
31
|
+
activeLinePosition: "bottom",
|
|
32
|
+
onTabClick: c
|
|
33
|
+
}
|
|
34
|
+
) })
|
|
26
35
|
}
|
|
27
36
|
);
|
|
28
37
|
}
|
|
@@ -16,7 +16,14 @@ const _ = ({
|
|
|
16
16
|
let s = e;
|
|
17
17
|
l && !e && (s = "medium");
|
|
18
18
|
const n = s ? o[`weight${s.charAt(0).toUpperCase()}${s.slice(1)}`] : "", h = t.startsWith("label") && l ? o.labelEmphasis : "", f = r ? o[`mobile__${r}`] : "";
|
|
19
|
-
return /* @__PURE__ */ y(
|
|
19
|
+
return /* @__PURE__ */ y(
|
|
20
|
+
i,
|
|
21
|
+
{
|
|
22
|
+
style: g(p),
|
|
23
|
+
className: C(c, n, h, f, m),
|
|
24
|
+
children: a
|
|
25
|
+
}
|
|
26
|
+
);
|
|
20
27
|
};
|
|
21
28
|
export {
|
|
22
29
|
_ as Typography
|