@salesmind-ai/design-system 0.1.8 → 0.1.9
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/core/index.cjs +1 -1
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.css.map +1 -1
- package/dist/core/index.d.cts +5 -4
- package/dist/core/index.d.ts +5 -4
- package/dist/core/index.js +1 -1
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +36 -8
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/marketing/index.cjs +5 -3
- package/dist/marketing/index.cjs.map +1 -1
- package/dist/marketing/index.css +25 -0
- package/dist/marketing/index.css.map +1 -1
- package/dist/marketing/index.js +6 -4
- package/dist/marketing/index.js.map +1 -1
- package/dist/report/index.cjs +1 -1
- package/dist/report/index.cjs.map +1 -1
- package/dist/report/index.css.map +1 -1
- package/dist/report/index.js +1 -1
- package/dist/report/index.js.map +1 -1
- package/dist/styles/styles.css +3 -3
- package/dist/web/index.cjs +1 -1
- package/dist/web/index.cjs.map +1 -1
- package/dist/web/index.css.map +1 -1
- package/dist/web/index.d.cts +1 -1
- package/dist/web/index.d.ts +1 -1
- package/dist/web/index.js +1 -1
- package/dist/web/index.js.map +1 -1
- package/package.json +14 -12
package/dist/marketing/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
4
4
|
import { motion, useInView } from 'framer-motion';
|
|
5
5
|
import { Slot } from '@radix-ui/react-slot';
|
|
6
6
|
import { Input } from '@base-ui/react/input';
|
|
7
|
-
import { ArrowRight, Clock, X, Check } from 'lucide-react';
|
|
7
|
+
import { ArrowRight, FileText, Clock, X, Check } from 'lucide-react';
|
|
8
8
|
import { Dialog as Dialog$1 } from '@base-ui/react/dialog';
|
|
9
9
|
import { Tabs as Tabs$1 } from '@base-ui/react/tabs';
|
|
10
10
|
import { useIntl } from 'react-intl';
|
|
@@ -2283,7 +2283,7 @@ var ArticleCard = forwardRef(
|
|
|
2283
2283
|
onClick: handleClick,
|
|
2284
2284
|
...props,
|
|
2285
2285
|
children: [
|
|
2286
|
-
imageUrl
|
|
2286
|
+
imageUrl ? /* @__PURE__ */ jsxs("div", { className: "ds-article-card__image-wrapper", children: [
|
|
2287
2287
|
/* @__PURE__ */ jsx(
|
|
2288
2288
|
"img",
|
|
2289
2289
|
{
|
|
@@ -2294,9 +2294,11 @@ var ArticleCard = forwardRef(
|
|
|
2294
2294
|
}
|
|
2295
2295
|
),
|
|
2296
2296
|
category && /* @__PURE__ */ jsx("span", { className: "ds-article-card__category-badge", children: category })
|
|
2297
|
+
] }) : /* @__PURE__ */ jsxs("div", { className: "ds-article-card__placeholder", children: [
|
|
2298
|
+
/* @__PURE__ */ jsx(FileText, { className: "ds-article-card__placeholder-icon", "aria-hidden": "true" }),
|
|
2299
|
+
category && /* @__PURE__ */ jsx("span", { className: "ds-article-card__category-badge", children: category })
|
|
2297
2300
|
] }),
|
|
2298
2301
|
/* @__PURE__ */ jsxs("div", { className: "ds-article-card__content", children: [
|
|
2299
|
-
!imageUrl && category && /* @__PURE__ */ jsx("span", { className: "ds-article-card__category-text", children: category }),
|
|
2300
2302
|
/* @__PURE__ */ jsx("h3", { className: "ds-article-card__title", children: title }),
|
|
2301
2303
|
/* @__PURE__ */ jsx("p", { className: "ds-article-card__excerpt", children: excerpt }),
|
|
2302
2304
|
/* @__PURE__ */ jsxs("div", { className: "ds-article-card__meta", children: [
|
|
@@ -3891,5 +3893,5 @@ var IntentCTA = forwardRef(
|
|
|
3891
3893
|
IntentCTA.displayName = "IntentCTA";
|
|
3892
3894
|
|
|
3893
3895
|
export { AnnouncementBar, ArchitectureDiagram, ArticleCard, ArticleLayout, AuthorBio, BeforeAfterBlock, BookingEmbed, BrowserFrame, CTASection, CaseStudyCard, CaseStudySection, ComparisonTable, CompetitorDiff, ComplianceGrid, ExitIntentOverlay, FeatureSection, GuaranteeHighlight, HeroSection, ICPFilter, IntegrationShowcase, IntentCTA, LeadCaptureForm, ManifestoBlock, MetricCounter, MotionContainer, MotionText, ObjectionFAQ, PricingCard, PricingSection, PricingToggle, ProblemAgitation, ProcessTimeline, ROICalculator, RelatedContent, SecurityBlock, SegmentSwitch, SocialProof, SocialProofCard, SocialProofCarousel, SocialProofFeatured, SocialProofGrid, SocialProofLogos, StakeholderTabs, StatsSection, StickyActionBar, TableOfContents, ValueAnchor, VerticalVideoGrid, VideoEmbed };
|
|
3894
|
-
//# sourceMappingURL=
|
|
3896
|
+
//# sourceMappingURL=out.js.map
|
|
3895
3897
|
//# sourceMappingURL=index.js.map
|