@iit/precision-ui 0.6.0 → 0.7.0
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/ArticlePreviewTag.d.ts +11 -0
- package/dist/components/ArticlePreviewTag.d.ts.map +1 -0
- package/dist/components/cards/AdvantageWithAccordion.d.ts +12 -0
- package/dist/components/cards/AdvantageWithAccordion.d.ts.map +1 -0
- package/dist/components/cards/Connect.d.ts +19 -0
- package/dist/components/cards/Connect.d.ts.map +1 -0
- package/dist/components/cards/Doc.d.ts +11 -0
- package/dist/components/cards/Doc.d.ts.map +1 -0
- package/dist/components/cards/FAQ.d.ts +14 -0
- package/dist/components/cards/FAQ.d.ts.map +1 -0
- package/dist/components/cards/License.d.ts +10 -0
- package/dist/components/cards/License.d.ts.map +1 -0
- package/dist/components/cards/Package.d.ts +28 -0
- package/dist/components/cards/Package.d.ts.map +1 -0
- package/dist/components/pieces/ShowMoreAccordionTrigger.d.ts +8 -0
- package/dist/components/pieces/ShowMoreAccordionTrigger.d.ts.map +1 -0
- package/dist/components/ui/TagLink.d.ts +14 -0
- package/dist/components/ui/TagLink.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +15 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/icons/comet.svg +5 -0
- package/dist/index.d.ts +23 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +105 -63
- package/dist/index.es.js.map +1 -1
- package/dist/index.es10.js +1 -1
- package/dist/index.es11.js +1 -1
- package/dist/index.es13.js +1 -1
- package/dist/index.es15.js +1 -1
- package/dist/index.es16.js +2 -2
- package/dist/index.es18.js +1 -1
- package/dist/index.es19.js +1 -1
- package/dist/index.es2.js +1 -1
- package/dist/index.es20.js +1 -1
- package/dist/index.es21.js +14 -23
- package/dist/index.es21.js.map +1 -1
- package/dist/index.es22.js +37 -201
- package/dist/index.es22.js.map +1 -1
- package/dist/index.es23.js +31 -46
- package/dist/index.es23.js.map +1 -1
- package/dist/index.es24.js +48 -52
- package/dist/index.es24.js.map +1 -1
- package/dist/index.es25.js +14 -61
- package/dist/index.es25.js.map +1 -1
- package/dist/index.es26.js +6 -20
- package/dist/index.es26.js.map +1 -1
- package/dist/index.es27.js +52 -18
- package/dist/index.es27.js.map +1 -1
- package/dist/index.es28.js +27 -91
- package/dist/index.es28.js.map +1 -1
- package/dist/index.es29.js +88 -81
- package/dist/index.es29.js.map +1 -1
- package/dist/index.es3.js +2 -2
- package/dist/index.es30.js +54 -31
- package/dist/index.es30.js.map +1 -1
- package/dist/index.es31.js +92 -6
- package/dist/index.es31.js.map +1 -1
- package/dist/index.es32.js +97 -21
- package/dist/index.es32.js.map +1 -1
- package/dist/index.es33.js +12 -19
- package/dist/index.es33.js.map +1 -1
- package/dist/index.es34.js +43 -18
- package/dist/index.es34.js.map +1 -1
- package/dist/index.es35.js +23 -10
- package/dist/index.es35.js.map +1 -1
- package/dist/index.es36.js +26 -83
- package/dist/index.es36.js.map +1 -1
- package/dist/index.es37.js +207 -16
- package/dist/index.es37.js.map +1 -1
- package/dist/index.es38.js +47 -41
- package/dist/index.es38.js.map +1 -1
- package/dist/index.es39.js +53 -48
- package/dist/index.es39.js.map +1 -1
- package/dist/index.es4.js +1 -1
- package/dist/index.es40.js +59 -37
- package/dist/index.es40.js.map +1 -1
- package/dist/index.es41.js +18 -54
- package/dist/index.es41.js.map +1 -1
- package/dist/index.es42.js +17 -90
- package/dist/index.es42.js.map +1 -1
- package/dist/index.es43.js +88 -95
- package/dist/index.es43.js.map +1 -1
- package/dist/index.es44.js +88 -25
- package/dist/index.es44.js.map +1 -1
- package/dist/index.es45.js +33 -47
- package/dist/index.es45.js.map +1 -1
- package/dist/index.es46.js +65 -230
- package/dist/index.es46.js.map +1 -1
- package/dist/index.es47.js +43 -16
- package/dist/index.es47.js.map +1 -1
- package/dist/index.es48.js +10 -3
- package/dist/index.es48.js.map +1 -1
- package/dist/index.es49.js +9 -0
- package/dist/index.es49.js.map +1 -0
- package/dist/index.es5.js +1 -1
- package/dist/index.es50.js +25 -0
- package/dist/index.es50.js.map +1 -0
- package/dist/index.es51.js +23 -0
- package/dist/index.es51.js.map +1 -0
- package/dist/index.es52.js +23 -0
- package/dist/index.es52.js.map +1 -0
- package/dist/index.es53.js +88 -0
- package/dist/index.es53.js.map +1 -0
- package/dist/index.es54.js +42 -0
- package/dist/index.es54.js.map +1 -0
- package/dist/index.es55.js +30 -0
- package/dist/index.es55.js.map +1 -0
- package/dist/index.es56.js +19 -0
- package/dist/index.es56.js.map +1 -0
- package/dist/index.es57.js +50 -0
- package/dist/index.es57.js.map +1 -0
- package/dist/index.es58.js +7 -0
- package/dist/index.es58.js.map +1 -0
- package/dist/index.es59.js +245 -0
- package/dist/index.es59.js.map +1 -0
- package/dist/index.es6.js +1 -1
- package/dist/index.es7.js +1 -1
- package/dist/index.es8.js +1 -1
- package/dist/styles.css +206 -0
- package/package.json +5 -3
package/dist/index.es25.js
CHANGED
|
@@ -1,64 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import e from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Product: _,
|
|
15
|
-
FeaturedCard: R,
|
|
16
|
-
Plate: I
|
|
17
|
-
}, y = ({
|
|
18
|
-
title: r,
|
|
19
|
-
sectionId: o,
|
|
20
|
-
desc: a,
|
|
21
|
-
items: m,
|
|
22
|
-
component: n = "Advantage",
|
|
23
|
-
withoutTopPadding: d = !1,
|
|
24
|
-
withTopMargin: f = !1,
|
|
25
|
-
withBottomMargin: i = !1,
|
|
26
|
-
withoutBottomPadding: c = !1,
|
|
27
|
-
variant: p,
|
|
28
|
-
corners: l,
|
|
29
|
-
columns: s,
|
|
30
|
-
hideControlsOnDesktop: C,
|
|
31
|
-
withoutCarousel: u,
|
|
32
|
-
footnote: P
|
|
33
|
-
}) => {
|
|
34
|
-
const g = x[n] || e;
|
|
35
|
-
return /* @__PURE__ */ t.createElement(
|
|
36
|
-
E,
|
|
37
|
-
{
|
|
38
|
-
title: r,
|
|
39
|
-
sectionId: o,
|
|
40
|
-
desc: a,
|
|
41
|
-
variant: p,
|
|
42
|
-
corners: l,
|
|
43
|
-
withoutTopPadding: d,
|
|
44
|
-
withTopMargin: f,
|
|
45
|
-
withBottomMargin: i,
|
|
46
|
-
withoutBottomPadding: c
|
|
47
|
-
},
|
|
48
|
-
/* @__PURE__ */ t.createElement(
|
|
49
|
-
S,
|
|
50
|
-
{
|
|
51
|
-
items: m,
|
|
52
|
-
columns: s,
|
|
53
|
-
hideControlsOnDesktop: C,
|
|
54
|
-
withoutCarousel: u,
|
|
55
|
-
renderItem: (v, A) => /* @__PURE__ */ t.createElement(g, { key: A, ...v }),
|
|
56
|
-
footnote: P
|
|
57
|
-
}
|
|
58
|
-
)
|
|
59
|
-
);
|
|
60
|
-
}, B = y;
|
|
1
|
+
import { FileDownIcon as c } from "lucide-react";
|
|
2
|
+
import e from "react";
|
|
3
|
+
import a from "./index.es42.js";
|
|
4
|
+
const s = ({ title: r, format: t, link: o, date: n }) => /* @__PURE__ */ e.createElement(
|
|
5
|
+
"a",
|
|
6
|
+
{
|
|
7
|
+
href: o,
|
|
8
|
+
download: !0,
|
|
9
|
+
className: "flex bg-whitish p-4 pr-8 rounded-lg space-x-2 transition-colors border border-transparent hover:bg-navy-opacity-41 hover:border-navy-opacity-16"
|
|
10
|
+
},
|
|
11
|
+
/* @__PURE__ */ e.createElement(c, { className: "w-8 h-8 shrink-0" }),
|
|
12
|
+
/* @__PURE__ */ e.createElement("div", { className: "space-y-1" }, /* @__PURE__ */ e.createElement(a, { variant: "body", as: "div" }, r), /* @__PURE__ */ e.createElement(a, { variant: "caption", className: "text-navy-opacity-40" }, t, " · ", n))
|
|
13
|
+
), d = s;
|
|
61
14
|
export {
|
|
62
|
-
|
|
15
|
+
d as default
|
|
63
16
|
};
|
|
64
17
|
//# sourceMappingURL=index.es25.js.map
|
package/dist/index.es25.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es25.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.es25.js","sources":["../src/components/cards/Doc.tsx"],"sourcesContent":["import { FileDownIcon } from 'lucide-react'\r\nimport React from 'react'\r\nimport Text from '../core/typography/Text'\r\n\r\nexport interface DocCardProps {\r\n title: string\r\n format: string\r\n link: string\r\n date: string\r\n}\r\n\r\nconst DocCard: React.FC<DocCardProps> = ({ title, format, link, date }) => {\r\n return (\r\n <a\r\n href={link}\r\n download\r\n className=\"flex bg-whitish p-4 pr-8 rounded-lg space-x-2 transition-colors border border-transparent hover:bg-navy-opacity-41 hover:border-navy-opacity-16\"\r\n >\r\n {/* TODO: Add correct icon from ui kit */}\r\n <FileDownIcon className=\"w-8 h-8 shrink-0\" />\r\n <div className=\"space-y-1\">\r\n <Text variant=\"body\" as=\"div\">\r\n {title}\r\n </Text>\r\n <Text variant=\"caption\" className=\"text-navy-opacity-40\">\r\n {format} · {date}\r\n </Text>\r\n </div>\r\n </a>\r\n )\r\n}\r\n\r\nexport default DocCard\r\n"],"names":["DocCard","title","format","link","date","React","FileDownIcon","Text","DocCard$1"],"mappings":";;;AAWA,MAAMA,IAAkC,CAAC,EAAE,OAAAC,GAAO,QAAAC,GAAQ,MAAAC,GAAM,MAAAC,QAE5DC,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAMF;AAAA,IACN,UAAQ;AAAA,IACR,WAAU;AAAA,EAAA;AAAA,EAGVE,gBAAAA,EAAA,cAACC,GAAa,EAAA,WAAU,mBAAmB,CAAA;AAAA,EAC3CD,gBAAAA,EAAA,cAAC,SAAI,WAAU,YAAA,mCACZE,GAAK,EAAA,SAAQ,QAAO,IAAG,SACrBN,CACH,GACAI,gBAAAA,EAAA,cAACE,KAAK,SAAQ,WAAU,WAAU,uBAC/B,GAAAL,GAAO,OAAIE,CACd,CACF;AAAA,GAKNI,IAAeR;"}
|
package/dist/index.es26.js
CHANGED
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
import c,
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
return /* @__PURE__ */ c.createElement(
|
|
7
|
-
d,
|
|
8
|
-
{
|
|
9
|
-
ref: s,
|
|
10
|
-
id: o,
|
|
11
|
-
className: `${m}${t ? ` ${t}` : ""}`,
|
|
12
|
-
...i
|
|
13
|
-
},
|
|
14
|
-
r
|
|
15
|
-
);
|
|
16
|
-
}
|
|
17
|
-
);
|
|
18
|
-
e.displayName = "Heading";
|
|
19
|
-
const l = e;
|
|
1
|
+
import { Accordion as c, AccordionItem as m, AccordionTrigger as n, AccordionContent as o } from "./index.es46.js";
|
|
2
|
+
import i from "./index.es6.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
import s from "./index.es17.js";
|
|
5
|
+
const d = ({ questions: l, type: a }) => /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(c, { type: a, collapsible: !0, className: "space-y-3" }, l.map((t, r) => /* @__PURE__ */ e.createElement(m, { key: r, value: `item-${r}` }, /* @__PURE__ */ e.createElement(n, { size: "small" }, t.question), /* @__PURE__ */ e.createElement(o, null, /* @__PURE__ */ e.createElement(s, { html: t.answer }), t.linkToFull && /* @__PURE__ */ e.createElement("div", { className: "pt-6 no-content-rules" }, /* @__PURE__ */ e.createElement(i, { icon: "arrowRight", asChild: !0 }, /* @__PURE__ */ e.createElement("a", { href: t.linkToFull, className: "more-link" }, "Читать полностью")))))))), A = d;
|
|
20
6
|
export {
|
|
21
|
-
|
|
7
|
+
A as default
|
|
22
8
|
};
|
|
23
9
|
//# sourceMappingURL=index.es26.js.map
|
package/dist/index.es26.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es26.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"index.es26.js","sources":["../src/components/cards/FAQ.tsx"],"sourcesContent":["import {\r\n Accordion,\r\n AccordionContent,\r\n AccordionItem,\r\n AccordionTrigger,\r\n} from '../ui/accordion'\r\n\r\nimport { ButtonText } from '../ui/button'\r\nimport React from 'react'\r\nimport SafeHtmlRenderer from '../SafeHtml'\r\n\r\nexport interface FAQItem {\r\n question: string\r\n answer: string\r\n linkToFull?: string\r\n}\r\n\r\nexport interface FAQCardProps {\r\n questions: FAQItem[]\r\n type: 'single' | 'multiple'\r\n}\r\n\r\nconst FAQCard: React.FC<FAQCardProps> = ({ questions, type }) => {\r\n return (\r\n <div>\r\n <Accordion type={type} collapsible className=\"space-y-3\">\r\n {questions.map((question, index) => (\r\n <AccordionItem key={index} value={`item-${index}`}>\r\n <AccordionTrigger size=\"small\">\r\n {question.question}\r\n </AccordionTrigger>\r\n <AccordionContent>\r\n <SafeHtmlRenderer html={question.answer} />\r\n\r\n {question.linkToFull && (\r\n <div className=\"pt-6 no-content-rules\">\r\n <ButtonText icon=\"arrowRight\" asChild>\r\n <a href={question.linkToFull} className=\"more-link\">\r\n Читать полностью\r\n </a>\r\n </ButtonText>\r\n </div>\r\n )}\r\n </AccordionContent>\r\n </AccordionItem>\r\n ))}\r\n </Accordion>\r\n </div>\r\n )\r\n}\r\n\r\nexport default FAQCard\r\n"],"names":["FAQCard","questions","type","React","Accordion","question","index","AccordionItem","AccordionTrigger","AccordionContent","SafeHtmlRenderer","ButtonText","FAQCard$1"],"mappings":";;;;AAsBA,MAAMA,IAAkC,CAAC,EAAE,WAAAC,GAAW,MAAAC,QAEjDC,gBAAAA,EAAA,cAAA,OAAA,MACEA,gBAAAA,EAAA,cAAAC,GAAA,EAAU,MAAAF,GAAY,aAAW,IAAC,WAAU,eAC1CD,EAAU,IAAI,CAACI,GAAUC,MACvBH,gBAAAA,EAAA,cAAAI,GAAA,EAAc,KAAKD,GAAO,OAAO,QAAQA,CAAK,MAC5CH,gBAAAA,EAAA,cAAAK,GAAA,EAAiB,MAAK,QAAA,GACpBH,EAAS,QACZ,GACCF,gBAAAA,EAAA,cAAAM,GAAA,MACEN,gBAAAA,EAAA,cAAAO,GAAA,EAAiB,MAAML,EAAS,OAAQ,CAAA,GAExCA,EAAS,cACPF,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,wBAAA,GACZA,gBAAAA,EAAA,cAAAQ,GAAA,EAAW,MAAK,cAAa,SAAO,GACnC,GAAAR,gBAAAA,EAAA,cAAC,KAAE,EAAA,MAAME,EAAS,YAAY,WAAU,eAAY,kBAEpD,CACF,CACF,CAEJ,CACF,CACD,CACH,CACF,GAIJO,IAAeZ;"}
|
package/dist/index.es27.js
CHANGED
|
@@ -1,22 +1,56 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { Tag as E } from "./index.es20.js";
|
|
2
|
+
import b from "./index.es6.js";
|
|
3
|
+
import s from "./index.es41.js";
|
|
4
|
+
import e from "react";
|
|
5
|
+
import m from "./index.es42.js";
|
|
6
|
+
import { cn as h } from "./index.es49.js";
|
|
7
|
+
import { cva as y } from "class-variance-authority";
|
|
8
|
+
import { getAdapter as N } from "./index.es9.js";
|
|
9
|
+
const g = ({
|
|
10
|
+
size: o,
|
|
11
|
+
tags: l,
|
|
12
|
+
link: n,
|
|
13
|
+
title: c,
|
|
14
|
+
desc: t,
|
|
15
|
+
className: i,
|
|
16
|
+
showDivider: p,
|
|
17
|
+
price: d,
|
|
18
|
+
oldPrice: a,
|
|
19
|
+
detailsText: v
|
|
20
|
+
}) => {
|
|
21
|
+
const f = y(
|
|
22
|
+
"p-6 pb-4 bg-whitish rounded-lg transition-all bottom-0 transform duration-300 hover:scale1-[1.015] border border-transparent hover:border-sapphire1 relative hover:bottom-1 cursor-pointer col-span-1 flex flex-col justify-between items-start sm:min-h-[264px] h-full",
|
|
23
|
+
{
|
|
24
|
+
variants: {
|
|
25
|
+
size: {
|
|
26
|
+
1: "sm:col-span-1",
|
|
27
|
+
2: "sm:col-span-2",
|
|
28
|
+
3: "sm:col-span-3",
|
|
29
|
+
4: "sm:col-span-4"
|
|
30
|
+
}
|
|
12
31
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
32
|
+
defaultVariants: {
|
|
33
|
+
size: 1
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
), u = N("LinkWrapper");
|
|
37
|
+
return /* @__PURE__ */ e.createElement(u, { href: n, className: h(f({ size: o, className: i })) }, /* @__PURE__ */ e.createElement("div", { "data-test-id": "content-container" }, /* @__PURE__ */ e.createElement("div", { className: "flex space-x-2" }, l.map((r, x) => /* @__PURE__ */ e.createElement(E, { key: x, variant: r.color }, r.title))), /* @__PURE__ */ e.createElement("div", { className: "space-y-2" }, /* @__PURE__ */ e.createElement(s, { level: 5, className: "mt-6 lg:max-w-sm", as: "div" }, c), t && /* @__PURE__ */ e.createElement(
|
|
38
|
+
m,
|
|
39
|
+
{
|
|
40
|
+
variant: "small-body",
|
|
41
|
+
className: "text-navy-opacity-60 lg:max-w-sm"
|
|
42
|
+
},
|
|
43
|
+
t
|
|
44
|
+
))), /* @__PURE__ */ e.createElement("div", { className: "mt-2 sm:mt-6 space-y-6 w-full" }, p && /* @__PURE__ */ e.createElement("div", { className: "border-t border-navy-opacity-16" }), /* @__PURE__ */ e.createElement("div", { className: "flex space-x-4 items-baseline" }, a && /* @__PURE__ */ e.createElement(
|
|
45
|
+
m,
|
|
46
|
+
{
|
|
47
|
+
variant: "caption",
|
|
48
|
+
className: "text-navy-opacity-40 line-through"
|
|
49
|
+
},
|
|
50
|
+
a
|
|
51
|
+
), /* @__PURE__ */ e.createElement(s, { level: 4, as: "div" }, d)), /* @__PURE__ */ e.createElement(b, { icon: "arrowRight" }, v || "Подробнее")));
|
|
52
|
+
}, W = g;
|
|
19
53
|
export {
|
|
20
|
-
|
|
54
|
+
W as default
|
|
21
55
|
};
|
|
22
56
|
//# sourceMappingURL=index.es27.js.map
|
package/dist/index.es27.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es27.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"index.es27.js","sources":["../src/components/cards/FeaturedCard.tsx"],"sourcesContent":["import { Tag, TagItemProps } from '../ui/Tag'\r\n\r\nimport { ButtonText } from '../ui/button'\r\nimport Heading from '../core/typography/Heading'\r\nimport React from 'react'\r\nimport Text from '../core/typography/Text'\r\nimport { cn } from '@/lib/utils/cn'\r\nimport { cva } from 'class-variance-authority'\r\nimport { getAdapter } from '@/Adapters'\r\n\r\nexport interface FeaturedCardProps {\r\n size: 1 | 2 | 3 | 4\r\n tags: TagItemProps[]\r\n link: string\r\n title: string\r\n desc?: string\r\n className?: string\r\n showDivider?: boolean\r\n price?: string\r\n oldPrice?: string\r\n detailsText?: string\r\n}\r\n\r\nconst FeaturedCard: React.FC<FeaturedCardProps> = ({\r\n size,\r\n tags,\r\n link,\r\n title,\r\n desc,\r\n className,\r\n showDivider,\r\n price,\r\n oldPrice,\r\n detailsText,\r\n}) => {\r\n const cardStyles = cva(\r\n 'p-6 pb-4 bg-whitish rounded-lg transition-all bottom-0 transform duration-300 hover:scale1-[1.015] border border-transparent hover:border-sapphire1 relative hover:bottom-1 cursor-pointer col-span-1 flex flex-col justify-between items-start sm:min-h-[264px] h-full',\r\n {\r\n variants: {\r\n size: {\r\n 1: 'sm:col-span-1',\r\n 2: 'sm:col-span-2',\r\n 3: 'sm:col-span-3',\r\n 4: 'sm:col-span-4',\r\n },\r\n },\r\n defaultVariants: {\r\n size: 1,\r\n },\r\n }\r\n )\r\n\r\n const LinkWrapper = getAdapter('LinkWrapper')\r\n\r\n return (\r\n <LinkWrapper href={link} className={cn(cardStyles({ size, className }))}>\r\n <div data-test-id=\"content-container\">\r\n <div className=\"flex space-x-2\">\r\n {tags.map((tag, index) => (\r\n <Tag key={index} variant={tag.color}>\r\n {tag.title}\r\n </Tag>\r\n ))}\r\n </div>\r\n <div className=\"space-y-2\">\r\n <Heading level={5} className=\"mt-6 lg:max-w-sm\" as={'div'}>\r\n {title}\r\n </Heading>\r\n {desc && (\r\n <Text\r\n variant=\"small-body\"\r\n className=\"text-navy-opacity-60 lg:max-w-sm\"\r\n >\r\n {desc}\r\n </Text>\r\n )}\r\n </div>\r\n </div>\r\n {/* TODO: here is the button, should be a link */}\r\n <div className=\"mt-2 sm:mt-6 space-y-6 w-full\">\r\n {showDivider && <div className=\"border-t border-navy-opacity-16\"></div>}\r\n <div className=\"flex space-x-4 items-baseline\">\r\n {oldPrice && (\r\n <Text\r\n variant=\"caption\"\r\n className=\"text-navy-opacity-40 line-through\"\r\n >\r\n {oldPrice}\r\n </Text>\r\n )}\r\n <Heading level={4} as={'div'}>\r\n {price}\r\n </Heading>\r\n </div>\r\n <ButtonText icon=\"arrowRight\">{detailsText || 'Подробнее'}</ButtonText>\r\n </div>\r\n </LinkWrapper>\r\n )\r\n}\r\n\r\nexport default FeaturedCard\r\n"],"names":["FeaturedCard","size","tags","link","title","desc","className","showDivider","price","oldPrice","detailsText","cardStyles","cva","LinkWrapper","getAdapter","React","cn","tag","index","Tag","Heading","Text","ButtonText","FeaturedCard$1"],"mappings":";;;;;;;;AAuBA,MAAMA,IAA4C,CAAC;AAAA,EACjD,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,MAAAC;AAAA,EACA,WAAAC;AAAA,EACA,aAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,aAAAC;AACF,MAAM;AACJ,QAAMC,IAAaC;AAAA,IACjB;AAAA,IACA;AAAA,MACE,UAAU;AAAA,QACR,MAAM;AAAA,UACJ,GAAG;AAAA,UACH,GAAG;AAAA,UACH,GAAG;AAAA,UACH,GAAG;AAAA,QACL;AAAA,MACF;AAAA,MACA,iBAAiB;AAAA,QACf,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EAAA,GAGIC,IAAcC,EAAW,aAAa;AAG1C,SAAAC,gBAAAA,EAAA,cAACF,GAAY,EAAA,MAAMV,GAAM,WAAWa,EAAGL,EAAW,EAAE,MAAAV,GAAM,WAAAK,EAAW,CAAA,CAAC,KACnES,gBAAAA,EAAA,cAAA,OAAA,EAAI,gBAAa,oBAAA,GACfA,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,iBACZ,GAAAb,EAAK,IAAI,CAACe,GAAKC,sCACbC,GAAI,EAAA,KAAKD,GAAO,SAASD,EAAI,MAAA,GAC3BA,EAAI,KACP,CACD,CACH,GACCF,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,YACb,GAAAA,gBAAAA,EAAA,cAACK,GAAQ,EAAA,OAAO,GAAG,WAAU,oBAAmB,IAAI,MAAA,GACjDhB,CACH,GACCC,KACCU,gBAAAA,EAAA;AAAA,IAACM;AAAA,IAAA;AAAA,MACC,SAAQ;AAAA,MACR,WAAU;AAAA,IAAA;AAAA,IAEThB;AAAA,EAGP,CAAA,CACF,GAECU,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,mCACZR,KAAgBQ,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,kCAAkC,CAAA,mCAChE,OAAI,EAAA,WAAU,mCACZN,KACCM,gBAAAA,EAAA;AAAA,IAACM;AAAA,IAAA;AAAA,MACC,SAAQ;AAAA,MACR,WAAU;AAAA,IAAA;AAAA,IAETZ;AAAA,EAAA,GAGJM,gBAAAA,EAAA,cAAAK,GAAA,EAAQ,OAAO,GAAG,IAAI,MACpB,GAAAZ,CACH,CACF,mCACCc,GAAW,EAAA,MAAK,gBAAcZ,KAAe,WAAY,CAC5D,CACF;AAEJ,GAEAa,IAAevB;"}
|
package/dist/index.es28.js
CHANGED
|
@@ -1,94 +1,30 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
return /* @__PURE__ */ e.createElement(l.Provider, { value: { id: m } }, /* @__PURE__ */ e.createElement("div", { ref: r, className: a("space-y-2", t), ...o }));
|
|
28
|
-
});
|
|
29
|
-
x.displayName = "FormItem";
|
|
30
|
-
const C = e.forwardRef(({ className: t, ...o }, r) => {
|
|
31
|
-
const { error: m, formItemId: n } = i();
|
|
32
|
-
return /* @__PURE__ */ e.createElement(
|
|
33
|
-
p,
|
|
34
|
-
{
|
|
35
|
-
ref: r,
|
|
36
|
-
className: a(m && "text-destructive", t),
|
|
37
|
-
htmlFor: n,
|
|
38
|
-
...o
|
|
39
|
-
}
|
|
40
|
-
);
|
|
41
|
-
});
|
|
42
|
-
C.displayName = "FormLabel";
|
|
43
|
-
const g = e.forwardRef(({ ...t }, o) => {
|
|
44
|
-
const { error: r, formItemId: m, formDescriptionId: n, formMessageId: s } = i();
|
|
45
|
-
return /* @__PURE__ */ e.createElement(
|
|
46
|
-
I,
|
|
47
|
-
{
|
|
48
|
-
ref: o,
|
|
49
|
-
id: m,
|
|
50
|
-
"aria-describedby": r ? `${n} ${s}` : `${n}`,
|
|
51
|
-
"aria-invalid": !!r,
|
|
52
|
-
...t
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
});
|
|
56
|
-
g.displayName = "FormControl";
|
|
57
|
-
const v = e.forwardRef(({ className: t, ...o }, r) => {
|
|
58
|
-
const { formDescriptionId: m } = i();
|
|
59
|
-
return /* @__PURE__ */ e.createElement(
|
|
60
|
-
"p",
|
|
61
|
-
{
|
|
62
|
-
ref: r,
|
|
63
|
-
id: m,
|
|
64
|
-
className: a("text-sm text-muted-foreground", t),
|
|
65
|
-
...o
|
|
66
|
-
}
|
|
67
|
-
);
|
|
68
|
-
});
|
|
69
|
-
v.displayName = "FormDescription";
|
|
70
|
-
const E = e.forwardRef(({ className: t, children: o, ...r }, m) => {
|
|
71
|
-
const { error: n, formMessageId: s } = i(), d = n ? String(n?.message) : o;
|
|
72
|
-
return d ? /* @__PURE__ */ e.createElement(
|
|
73
|
-
"p",
|
|
74
|
-
{
|
|
75
|
-
ref: m,
|
|
76
|
-
id: s,
|
|
77
|
-
className: a("text-sm font-medium text-destructive", t),
|
|
78
|
-
...r
|
|
79
|
-
},
|
|
80
|
-
d
|
|
81
|
-
) : null;
|
|
82
|
-
});
|
|
83
|
-
E.displayName = "FormMessage";
|
|
1
|
+
import { Dialog as r, DialogTrigger as m, DialogContent as c, DialogTitle as s } from "./index.es44.js";
|
|
2
|
+
import i from "./index.es35.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
import n from "./index.es42.js";
|
|
5
|
+
const o = ({ title: a, date: l, img: t }) => /* @__PURE__ */ e.createElement("div", { "data-test-id": "license-card", className: "bg-whitish rounded-lg" }, l && /* @__PURE__ */ e.createElement(
|
|
6
|
+
i,
|
|
7
|
+
{
|
|
8
|
+
icon: "date",
|
|
9
|
+
label: l,
|
|
10
|
+
className: "p-4 border-b border-navy-opacity-16"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ e.createElement(r, null, /* @__PURE__ */ e.createElement(m, { asChild: !0 }, /* @__PURE__ */ e.createElement("div", { className: "p-8 gap-4 flex flex-col hover:cursor-pointer" }, /* @__PURE__ */ e.createElement(n, { variant: "small-body" }, a), /* @__PURE__ */ e.createElement("div", { className: "bg-navy-opacity-4 rounded-sm" }, /* @__PURE__ */ e.createElement("div", { className: "relative mx-auto w-1/3 my-4 max-w-32 bg-sapphire" }, /* @__PURE__ */ e.createElement(
|
|
13
|
+
"img",
|
|
14
|
+
{
|
|
15
|
+
src: t,
|
|
16
|
+
alt: a,
|
|
17
|
+
className: "grayscale1 mix-blend-luminosity min-h-[150px] w-full"
|
|
18
|
+
}
|
|
19
|
+
))))), /* @__PURE__ */ e.createElement(c, { className: "sm:max-w-[480px]" }, /* @__PURE__ */ e.createElement(s, null, a.slice(0, 50).concat("...")), /* @__PURE__ */ e.createElement(
|
|
20
|
+
"img",
|
|
21
|
+
{
|
|
22
|
+
src: t,
|
|
23
|
+
alt: `Изображение для ${a}`,
|
|
24
|
+
className: "max-w-full"
|
|
25
|
+
}
|
|
26
|
+
)))), E = o;
|
|
84
27
|
export {
|
|
85
|
-
|
|
86
|
-
g as FormControl,
|
|
87
|
-
v as FormDescription,
|
|
88
|
-
$ as FormField,
|
|
89
|
-
x as FormItem,
|
|
90
|
-
C as FormLabel,
|
|
91
|
-
E as FormMessage,
|
|
92
|
-
i as useFormField
|
|
28
|
+
E as default
|
|
93
29
|
};
|
|
94
30
|
//# sourceMappingURL=index.es28.js.map
|
package/dist/index.es28.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es28.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"index.es28.js","sources":["../src/components/cards/License.tsx"],"sourcesContent":["import { Dialog, DialogContent, DialogTitle, DialogTrigger } from '../ui/dialog'\r\n\r\nimport ArticlePreviewTag from '../ArticlePreviewTag'\r\nimport React from 'react'\r\nimport Text from '../core/typography/Text'\r\n\r\nexport interface LicenseCardProps {\r\n title: string\r\n date?: string\r\n img: string\r\n}\r\n\r\nconst LicenseCard: React.FC<LicenseCardProps> = ({ title, date, img }) => {\r\n return (\r\n <div data-test-id=\"license-card\" className=\"bg-whitish rounded-lg\">\r\n {date && (\r\n <ArticlePreviewTag\r\n icon=\"date\"\r\n label={date}\r\n className=\"p-4 border-b border-navy-opacity-16\"\r\n />\r\n )}\r\n\r\n <Dialog>\r\n <DialogTrigger asChild>\r\n <div className=\"p-8 gap-4 flex flex-col hover:cursor-pointer\">\r\n <Text variant=\"small-body\">{title}</Text>\r\n <div className=\"bg-navy-opacity-4 rounded-sm\">\r\n <div className=\"relative mx-auto w-1/3 my-4 max-w-32 bg-sapphire\">\r\n {/* <div\r\n className={`bg-[url('/licenses/license-1.png')] bg-cover w-[130px] h-[180px] bg-no-repeat background-tint mx-auto`}\r\n /> */}\r\n <img\r\n src={img}\r\n alt={title}\r\n className=\"grayscale1 mix-blend-luminosity min-h-[150px] w-full\"\r\n />\r\n {/* <div className=\"absolute top-0 left-0 w-full h-full bg-navy-opacity-401\"></div> */}\r\n </div>\r\n </div>\r\n </div>\r\n </DialogTrigger>\r\n <DialogContent className=\"sm:max-w-[480px]\">\r\n <DialogTitle>{title.slice(0, 50).concat('...')}</DialogTitle>\r\n <img\r\n src={img}\r\n alt={`Изображение для ${title}`}\r\n className=\"max-w-full\"\r\n />\r\n </DialogContent>\r\n </Dialog>\r\n </div>\r\n )\r\n}\r\n\r\nexport default LicenseCard\r\n"],"names":["LicenseCard","title","date","img","React","ArticlePreviewTag","Dialog","DialogTrigger","Text","DialogContent","DialogTitle","LicenseCard$1"],"mappings":";;;;AAYA,MAAMA,IAA0C,CAAC,EAAE,OAAAC,GAAO,MAAAC,GAAM,KAAAC,wCAE3D,OAAI,EAAA,gBAAa,gBAAe,WAAU,2BACxCD,KACCE,gBAAAA,EAAA;AAAA,EAACC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAOH;AAAA,IACP,WAAU;AAAA,EAAA;AAAA,GAIbE,gBAAAA,EAAA,cAAAE,GAAA,MACEF,gBAAAA,EAAA,cAAAG,GAAA,EAAc,SAAO,MACpBH,gBAAAA,EAAA,cAAC,OAAI,EAAA,WAAU,+CACb,GAAAA,gBAAAA,EAAA,cAACI,KAAK,SAAQ,gBAAcP,CAAM,GACjCG,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,kCACbA,gBAAAA,EAAA,cAAC,OAAI,EAAA,WAAU,mDAIb,GAAAA,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAKD;AAAA,IACL,KAAKF;AAAA,IACL,WAAU;AAAA,EAAA;AAAA,CAGd,CACF,CACF,CACF,GACAG,gBAAAA,EAAA,cAACK,KAAc,WAAU,sDACtBC,GAAa,MAAAT,EAAM,MAAM,GAAG,EAAE,EAAE,OAAO,KAAK,CAAE,GAC/CG,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAKD;AAAA,IACL,KAAK,mBAAmBF,CAAK;AAAA,IAC7B,WAAU;AAAA,EAAA;AAEd,CAAA,CACF,CACF,GAIJU,IAAeX;"}
|
package/dist/index.es29.js
CHANGED
|
@@ -1,93 +1,100 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { RateButton as N } from "./index.es32.js";
|
|
2
|
+
import { Tag as b } from "./index.es20.js";
|
|
3
|
+
import { cva as i } from "class-variance-authority";
|
|
4
|
+
import k from "./index.es8.js";
|
|
5
|
+
import d from "./index.es41.js";
|
|
6
|
+
import w from "./index.es16.js";
|
|
7
|
+
import e from "react";
|
|
8
|
+
import f from "./index.es17.js";
|
|
9
|
+
import l from "./index.es42.js";
|
|
10
|
+
import { cn as r } from "./index.es49.js";
|
|
11
|
+
const V = i(
|
|
12
|
+
"group p-6 rounded-lg min-h-[360px] flex flex-col justify-between",
|
|
8
13
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
variants: {
|
|
15
|
+
variant: {
|
|
16
|
+
default: "text-navy bg-whitish hover1:bg-navy-opacity-4 hover1:text-navy",
|
|
17
|
+
navy: "text-whitish bg-gradient-to-b from-navy to-sapphire hover1:from-sapphire hover1:to-navy"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
defaultVariants: {
|
|
21
|
+
variant: "default"
|
|
22
|
+
}
|
|
15
23
|
}
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
24
|
+
), y = i("", {
|
|
25
|
+
variants: {
|
|
26
|
+
variant: {
|
|
27
|
+
default: "text-navy-opacity-60",
|
|
28
|
+
navy: "text-whitish-opacity-60"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
defaultVariants: {
|
|
32
|
+
variant: "default"
|
|
33
|
+
}
|
|
34
|
+
}), C = i("w-full h-[1px]", {
|
|
35
|
+
variants: {
|
|
36
|
+
variant: {
|
|
37
|
+
default: "bg-grey-1",
|
|
38
|
+
navy: "bg-whitish-opacity-16"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
defaultVariants: {
|
|
42
|
+
variant: "default"
|
|
43
|
+
}
|
|
44
|
+
}), B = ({
|
|
45
|
+
variant: t,
|
|
46
|
+
className: E,
|
|
47
|
+
title: m,
|
|
48
|
+
oldPrice: c,
|
|
49
|
+
price: h,
|
|
50
|
+
priceDesc: s,
|
|
51
|
+
desc: o,
|
|
52
|
+
link: u,
|
|
53
|
+
onClickBuyButton: x,
|
|
54
|
+
buttons: g,
|
|
55
|
+
tags: v,
|
|
56
|
+
titleInformer: p
|
|
57
|
+
}) => /* @__PURE__ */ e.createElement("div", { className: r(V({ variant: t, className: E })) }, /* @__PURE__ */ e.createElement("div", null, v && /* @__PURE__ */ e.createElement("div", { className: "flex space-x-2 mb-6" }, v.map((a, n) => /* @__PURE__ */ e.createElement(b, { key: n, variant: a.color }, a.title))), /* @__PURE__ */ e.createElement("div", { className: "space-y-12 mb-12" }, /* @__PURE__ */ e.createElement("div", { className: "space-y-6" }, /* @__PURE__ */ e.createElement("div", { className: "flex space-x-2 items-center relative" }, /* @__PURE__ */ e.createElement(
|
|
58
|
+
k,
|
|
20
59
|
{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"fixed left-[50%] top-[50%] z-50 grid max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg overflow-hidden max-h-[calc(100dvh-0.75rem)] w-[calc(100dvw-0.75rem)] p-0",
|
|
24
|
-
t
|
|
25
|
-
),
|
|
26
|
-
...s
|
|
60
|
+
href: u,
|
|
61
|
+
variant: t === "navy" ? "white" : "navy"
|
|
27
62
|
},
|
|
28
|
-
/* @__PURE__ */ e.createElement(
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
m.displayName = a.Content.displayName;
|
|
32
|
-
const f = ({
|
|
33
|
-
className: t,
|
|
34
|
-
...o
|
|
35
|
-
}) => /* @__PURE__ */ e.createElement(
|
|
36
|
-
"div",
|
|
63
|
+
/* @__PURE__ */ e.createElement(d, { level: 4, as: "span" }, m)
|
|
64
|
+
), p && /* @__PURE__ */ e.createElement(w, { content: p })), /* @__PURE__ */ e.createElement(
|
|
65
|
+
l,
|
|
37
66
|
{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
f.displayName = "DialogHeader";
|
|
46
|
-
const p = ({
|
|
47
|
-
className: t,
|
|
48
|
-
...o
|
|
49
|
-
}) => /* @__PURE__ */ e.createElement(
|
|
50
|
-
"div",
|
|
67
|
+
variant: "small-body",
|
|
68
|
+
as: "div",
|
|
69
|
+
className: r(y({ variant: t }), "content")
|
|
70
|
+
},
|
|
71
|
+
o && /* @__PURE__ */ e.createElement(f, { html: o })
|
|
72
|
+
)))), /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement("div", { className: "space-y-6 mb-6" }, /* @__PURE__ */ e.createElement("div", { className: r(C({ variant: t })) }), /* @__PURE__ */ e.createElement("div", { className: "space-y-3" }, /* @__PURE__ */ e.createElement("div", { className: "flex space-x-4 items-baseline" }, c && /* @__PURE__ */ e.createElement(
|
|
73
|
+
l,
|
|
51
74
|
{
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
);
|
|
59
|
-
p.displayName = "DialogFooter";
|
|
60
|
-
const g = e.forwardRef(({ className: t, ...o }, s) => /* @__PURE__ */ e.createElement(
|
|
61
|
-
a.Title,
|
|
75
|
+
variant: "caption",
|
|
76
|
+
className: "text-navy-opacity-40 line-through"
|
|
77
|
+
},
|
|
78
|
+
c
|
|
79
|
+
), /* @__PURE__ */ e.createElement(d, { level: 5, as: "div" }, h)), s && /* @__PURE__ */ e.createElement(
|
|
80
|
+
l,
|
|
62
81
|
{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
));
|
|
71
|
-
g.displayName = a.Title.displayName;
|
|
72
|
-
const u = e.forwardRef(({ className: t, ...o }, s) => /* @__PURE__ */ e.createElement(
|
|
73
|
-
a.Description,
|
|
82
|
+
variant: "small-body",
|
|
83
|
+
as: "div",
|
|
84
|
+
className: r(y({ variant: t }), "content")
|
|
85
|
+
},
|
|
86
|
+
/* @__PURE__ */ e.createElement(f, { html: s })
|
|
87
|
+
))), /* @__PURE__ */ e.createElement("div", { className: "w-full gap-2 flex" }, g?.map((a, n) => /* @__PURE__ */ e.createElement(
|
|
88
|
+
N,
|
|
74
89
|
{
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
90
|
+
key: n,
|
|
91
|
+
variant: a.variant,
|
|
92
|
+
title: a.title,
|
|
93
|
+
link: a.link,
|
|
94
|
+
onClick: () => a.isBuyButton && x?.(m)
|
|
78
95
|
}
|
|
79
|
-
));
|
|
80
|
-
u.displayName = a.Description.displayName;
|
|
96
|
+
))))), q = B;
|
|
81
97
|
export {
|
|
82
|
-
|
|
83
|
-
E as DialogClose,
|
|
84
|
-
m as DialogContent,
|
|
85
|
-
u as DialogDescription,
|
|
86
|
-
p as DialogFooter,
|
|
87
|
-
f as DialogHeader,
|
|
88
|
-
n as DialogOverlay,
|
|
89
|
-
c as DialogPortal,
|
|
90
|
-
g as DialogTitle,
|
|
91
|
-
v as DialogTrigger
|
|
98
|
+
q as default
|
|
92
99
|
};
|
|
93
100
|
//# sourceMappingURL=index.es29.js.map
|