@iit/precision-ui 0.7.1 → 0.7.3
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/cards/License.d.ts.map +1 -1
- package/dist/components/ui/carousel.d.ts +2 -1
- package/dist/components/ui/carousel.d.ts.map +1 -1
- package/dist/components/ui/textarea/TextareaWithLabel.d.ts.map +1 -1
- package/dist/decorators/CarouselWrapper.d.ts +2 -1
- package/dist/decorators/CarouselWrapper.d.ts.map +1 -1
- package/dist/index.d.ts +5 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +51 -49
- 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.es14.js +1 -1
- package/dist/index.es15.js +1 -1
- package/dist/index.es16.js +15 -15
- package/dist/index.es16.js.map +1 -1
- package/dist/index.es17.js +1 -1
- package/dist/index.es18.js +2 -2
- package/dist/index.es2.js +1 -1
- package/dist/index.es20.js +1 -1
- package/dist/index.es21.js +1 -1
- package/dist/index.es22.js +1 -1
- package/dist/index.es23.js +2 -2
- package/dist/index.es24.js +3 -3
- package/dist/index.es25.js +3 -3
- package/dist/index.es26.js +3 -3
- package/dist/index.es27.js +1 -1
- package/dist/index.es28.js +1 -1
- package/dist/index.es29.js +3 -3
- package/dist/index.es3.js +2 -2
- package/dist/index.es30.js +10 -9
- package/dist/index.es30.js.map +1 -1
- package/dist/index.es31.js +3 -3
- package/dist/index.es32.js +3 -3
- package/dist/index.es33.js +3 -3
- package/dist/index.es34.js +3 -3
- package/dist/index.es35.js +1 -1
- package/dist/index.es36.js +1 -1
- package/dist/index.es37.js +1 -1
- package/dist/index.es38.js +2 -2
- package/dist/index.es39.js +2 -2
- package/dist/index.es4.js +1 -1
- package/dist/index.es40.js +4 -4
- package/dist/index.es41.js +2 -2
- package/dist/index.es42.js +3 -3
- package/dist/index.es44.js +47 -18
- package/dist/index.es44.js.map +1 -1
- package/dist/index.es45.js +10 -9
- package/dist/index.es45.js.map +1 -1
- package/dist/index.es46.js +19 -91
- package/dist/index.es46.js.map +1 -1
- package/dist/index.es47.js +90 -89
- package/dist/index.es47.js.map +1 -1
- package/dist/index.es48.js +82 -25
- package/dist/index.es48.js.map +1 -1
- package/dist/index.es49.js +27 -71
- package/dist/index.es49.js.map +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.es50.js +70 -36
- package/dist/index.es50.js.map +1 -1
- package/dist/index.es51.js +42 -10
- package/dist/index.es51.js.map +1 -1
- package/dist/index.es52.js +11 -6
- package/dist/index.es52.js.map +1 -1
- package/dist/index.es53.js +6 -22
- package/dist/index.es53.js.map +1 -1
- package/dist/index.es54.js +21 -19
- package/dist/index.es54.js.map +1 -1
- package/dist/index.es55.js +17 -17
- package/dist/index.es55.js.map +1 -1
- package/dist/index.es56.js +20 -47
- package/dist/index.es56.js.map +1 -1
- package/dist/index.es57.js +4 -27
- package/dist/index.es57.js.map +1 -1
- package/dist/index.es58.js +246 -14
- package/dist/index.es58.js.map +1 -1
- package/dist/index.es59.js +24 -239
- package/dist/index.es59.js.map +1 -1
- package/dist/index.es6.js +1 -1
- package/dist/index.es60.js +16 -4
- package/dist/index.es60.js.map +1 -1
- package/dist/index.es7.js +1 -1
- package/dist/index.es8.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"License.d.ts","sourceRoot":"","sources":["../../../src/components/cards/License.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"License.d.ts","sourceRoot":"","sources":["../../../src/components/cards/License.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyC3C,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -21,7 +21,8 @@ type CarouselProps = {
|
|
|
21
21
|
};
|
|
22
22
|
interface CustomProps {
|
|
23
23
|
hideControlsOnDesktop?: boolean;
|
|
24
|
-
variant?:
|
|
24
|
+
variant?: 'default' | 'white';
|
|
25
|
+
controlsAlign?: 'left' | 'center';
|
|
25
26
|
}
|
|
26
27
|
declare const Carousel: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & CarouselProps & CustomProps & React.RefAttributes<HTMLDivElement>>;
|
|
27
28
|
declare const CarouselContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/ui/carousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,gBAAgB,EAAE,EACvB,KAAK,oBAAoB,EAC1B,MAAM,sBAAsB,CAAA;AAQ7B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/ui/carousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,gBAAgB,EAAE,EACvB,KAAK,oBAAoB,EAC1B,MAAM,sBAAsB,CAAA;AAQ7B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,cAAc;;;8EAyBnB,CAAA;AAED,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAkBD,KAAK,WAAW,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAAA;AAC1C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAChE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAA;AAC/C,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAA;AAE9C,KAAK,aAAa,GAAG;IACnB,IAAI,CAAC,EAAE,eAAe,CAAA;IACtB,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACvC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAA;CACpC,CAAA;AAuBD,UAAU,WAAW;IACnB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CAClC;AAED,QAAA,MAAM,QAAQ,2IAyLb,CAAA;AAGD,QAAA,MAAM,eAAe,6GAmBnB,CAAA;AAGF,QAAA,MAAM,YAAY,6GAmBhB,CAAA;AAGF,QAAA,MAAM,gBAAgB,6IA0BpB,CAAA;AAGF,QAAA,MAAM,YAAY,6IA0BhB,CAAA;AAGF,OAAO,EACL,KAAK,WAAW,EAChB,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,gBAAgB,EAChB,YAAY,GACb,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextareaWithLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea/TextareaWithLabel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextareaWithLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea/TextareaWithLabel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAI7C,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,iBAAiB,CAAC,EAChC,EAAE,EACF,OAAmB,EACnB,KAAK,EACL,SAAS,GACV,EAAE,sBAAsB,+CA8BxB"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
|
|
3
|
-
export declare const CarouselWrapper: <T>({ items, renderItem, columns, hideControlsOnDesktop, className, variant, }: {
|
|
3
|
+
export declare const CarouselWrapper: <T>({ items, renderItem, columns, hideControlsOnDesktop, className, variant, controlsAlign, }: {
|
|
4
4
|
items: T[];
|
|
5
5
|
renderItem: (item: T, index: number) => React.ReactNode;
|
|
6
6
|
columns: number;
|
|
7
7
|
hideControlsOnDesktop: boolean;
|
|
8
8
|
className?: string;
|
|
9
9
|
variant?: 'default' | 'white';
|
|
10
|
+
controlsAlign?: 'left' | 'center';
|
|
10
11
|
}) => import("react/jsx-dev-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=CarouselWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselWrapper.d.ts","sourceRoot":"","sources":["../../src/decorators/CarouselWrapper.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"CarouselWrapper.d.ts","sourceRoot":"","sources":["../../src/decorators/CarouselWrapper.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,eAAe,iGAQzB;IACD,KAAK,EAAE,CAAC,EAAE,CAAA;IACV,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,SAAS,CAAA;IACvD,OAAO,EAAE,MAAM,CAAA;IACf,qBAAqB,EAAE,OAAO,CAAA;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CAClC,gDAsCA,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { default as ButtonText, ButtonTextProps } from './components/ui/button/B
|
|
|
6
6
|
import { default as ButtonUnique, ButtonUniqueProps } from './components/ui/button/ButtonUnique';
|
|
7
7
|
import { default as AppLink } from './components/ui/Link';
|
|
8
8
|
import { registerAdapter } from './Adapters';
|
|
9
|
-
import { ConsultButtonProps } from './sections/common';
|
|
9
|
+
import { ConsultButtonProps, CommonButtonProps } from './sections/common';
|
|
10
10
|
import { Input } from './components/ui/input/Input';
|
|
11
11
|
import { InputWithLabel } from './components/ui/input/InputWithLabel';
|
|
12
12
|
import { default as SearchInput } from './components/ui/input/SearchInput';
|
|
@@ -28,7 +28,7 @@ import { default as LicenseCard, LicenseCardProps } from './components/cards/Lic
|
|
|
28
28
|
import { default as PackageCard, PackageCardProps, PackageCardPropsWithoutHTMLAttributes } from './components/cards/Package';
|
|
29
29
|
import { default as Plate, PlateCardProps } from './components/cards/Plate';
|
|
30
30
|
import { default as Product, ProductCardProps, ProductCardPropsWithoutHtmlAttributes } from './components/cards/Product';
|
|
31
|
-
import { default as Rate, RateCardProps, RateCardPropsWithoutHTMLAttributes } from './components/cards/Rate';
|
|
31
|
+
import { default as Rate, RateCardProps, RateCardPropsWithoutHTMLAttributes, RateButtonProps } from './components/cards/Rate';
|
|
32
32
|
import { default as ShowMoreAccordionTrigger } from './components/pieces/ShowMoreAccordionTrigger';
|
|
33
33
|
import { default as ArticlePreviewTag } from './components/ArticlePreviewTag';
|
|
34
34
|
import { default as GridIterator } from './components/GridIterator';
|
|
@@ -47,7 +47,7 @@ export { ButtonPrimary, type ButtonPrimaryProps };
|
|
|
47
47
|
export { ButtonSecondary, type ButtonSecondaryProps };
|
|
48
48
|
export { ButtonText, type ButtonTextProps };
|
|
49
49
|
export { ButtonUnique, type ButtonUniqueProps };
|
|
50
|
-
export type { ConsultButtonProps };
|
|
50
|
+
export type { ConsultButtonProps, CommonButtonProps };
|
|
51
51
|
export { AppLink };
|
|
52
52
|
export { registerAdapter };
|
|
53
53
|
export { Input, InputWithLabel, SearchInput, SearchInputWithButton };
|
|
@@ -58,10 +58,11 @@ export { SafeHtmlRenderer };
|
|
|
58
58
|
export { Checkbox, CheckboxWithLabel };
|
|
59
59
|
export { Tag, type TagProps, type TagItemProps };
|
|
60
60
|
export { Breadcrumbs, type BreadcrumbProps } from './components/breadcrumbs';
|
|
61
|
-
export { Advantage, Advantage2, AdvantageWithAccordion, ConnectCard, DocCard, FAQCard, FeaturedCard, LicenseCard, PackageCard, Plate, Product, Rate, type AdvantageProps, type Advantage2Props, type AdvantageWithAccordionProps, type ConnectCardProps, type DocCardProps, type FAQCardProps, type FAQItem, type FeaturedCardProps, type LicenseCardProps, type PackageCardProps, type PackageCardPropsWithoutHTMLAttributes, type PlateCardProps, type ProductCardProps, type ProductCardPropsWithoutHtmlAttributes, type RateCardProps, type RateCardPropsWithoutHTMLAttributes, };
|
|
61
|
+
export { Advantage, Advantage2, AdvantageWithAccordion, ConnectCard, DocCard, FAQCard, FeaturedCard, LicenseCard, PackageCard, Plate, Product, Rate, type AdvantageProps, type Advantage2Props, type AdvantageWithAccordionProps, type ConnectCardProps, type DocCardProps, type FAQCardProps, type FAQItem, type FeaturedCardProps, type LicenseCardProps, type PackageCardProps, type PackageCardPropsWithoutHTMLAttributes, type PlateCardProps, type ProductCardProps, type ProductCardPropsWithoutHtmlAttributes, type RateCardProps, type RateCardPropsWithoutHTMLAttributes, type RateButtonProps, };
|
|
62
62
|
export { ShowMoreAccordionTrigger };
|
|
63
63
|
export { TagLink, type TagLinkProps } from './components/ui/TagLink';
|
|
64
64
|
export { ArticlePreviewTag };
|
|
65
|
+
export { CarouselWrapper } from './decorators/CarouselWrapper';
|
|
65
66
|
export { GridIterator };
|
|
66
67
|
export { CTA, type CTAProps };
|
|
67
68
|
export { Hero, HeroButton, type HeroProps };
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AACnE,OAAO,UAAU,EAAE,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAA;AAC/E,OAAO,aAAa,EAAE,EACpB,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,eAAe,EAAE,EACtB,KAAK,oBAAoB,EAC1B,MAAM,wCAAwC,CAAA;AAC/C,OAAO,UAAU,EAAE,EACjB,KAAK,eAAe,EACrB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,YAAY,EAAE,EACnB,KAAK,iBAAiB,EACvB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,OAAO,MAAM,sBAAsB,CAAA;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAG5C,OAAO,EAAE,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAE3E,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,CAAA;AACnC,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,CAAA;AACjD,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,CAAA;AACrD,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,CAAA;AAC3C,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,CAAA;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Button as e } from "./index.es2.js";
|
|
2
2
|
import { default as a } from "./index.es3.js";
|
|
3
3
|
import { default as l } from "./index.es4.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as p } from "./index.es5.js";
|
|
5
5
|
import { default as x } from "./index.es6.js";
|
|
6
6
|
import { default as u } from "./index.es7.js";
|
|
7
7
|
import { default as n } from "./index.es8.js";
|
|
@@ -11,8 +11,8 @@ import { Input as b } from "./index.es11.js";
|
|
|
11
11
|
import { InputWithLabel as B } from "./index.es12.js";
|
|
12
12
|
import { default as L } from "./index.es13.js";
|
|
13
13
|
import { default as P } from "./index.es14.js";
|
|
14
|
-
import { Textarea as
|
|
15
|
-
import { TextareaWithLabel as
|
|
14
|
+
import { Textarea as k } from "./index.es15.js";
|
|
15
|
+
import { TextareaWithLabel as H } from "./index.es16.js";
|
|
16
16
|
import { Label as w } from "./index.es17.js";
|
|
17
17
|
import { default as M } from "./index.es18.js";
|
|
18
18
|
import { default as q } from "./index.es19.js";
|
|
@@ -27,7 +27,7 @@ import { default as rr } from "./index.es27.js";
|
|
|
27
27
|
import { default as er } from "./index.es28.js";
|
|
28
28
|
import { default as ar } from "./index.es29.js";
|
|
29
29
|
import { default as lr } from "./index.es30.js";
|
|
30
|
-
import { default as
|
|
30
|
+
import { default as pr } from "./index.es31.js";
|
|
31
31
|
import { default as xr } from "./index.es32.js";
|
|
32
32
|
import { default as ur } from "./index.es33.js";
|
|
33
33
|
import { default as nr } from "./index.es34.js";
|
|
@@ -37,22 +37,23 @@ import { default as Dr } from "./index.es37.js";
|
|
|
37
37
|
import { default as br } from "./index.es38.js";
|
|
38
38
|
import { default as Br } from "./index.es39.js";
|
|
39
39
|
import { default as Lr, HeroButton as Sr } from "./index.es40.js";
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
40
|
+
import { default as Wr } from "./index.es41.js";
|
|
41
|
+
import { default as vr } from "./index.es42.js";
|
|
42
42
|
import { default as yr } from "./index.es43.js";
|
|
43
|
-
import {
|
|
43
|
+
import { CarouselWrapper as Gr } from "./index.es44.js";
|
|
44
44
|
import { default as Rr } from "./index.es45.js";
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
45
|
+
import { default as Or } from "./index.es46.js";
|
|
46
|
+
import { Form as Ur, FormControl as jr, FormDescription as zr, FormField as Er, FormItem as Jr, FormLabel as Kr, FormMessage as Nr, useFormField as Vr } from "./index.es47.js";
|
|
47
|
+
import { Dialog as Yr, DialogClose as Zr, DialogDescription as _r, DialogFooter as $r, DialogHeader as ro, DialogOverlay as oo, DialogPortal as eo, DialogTitle as to, DialogTrigger as ao } from "./index.es48.js";
|
|
48
|
+
import { ScrollArea as lo, ScrollBar as mo } from "./index.es49.js";
|
|
49
|
+
import { Accordion as xo, AccordionContent as so, AccordionItem as uo, AccordionTrigger as io } from "./index.es50.js";
|
|
50
|
+
import { Tabs as co, TabsContent as go, TabsList as Ao, TabsTrigger as To } from "./index.es51.js";
|
|
51
|
+
import { default as Do } from "./index.es52.js";
|
|
51
52
|
export {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
xo as Accordion,
|
|
54
|
+
so as AccordionContent,
|
|
55
|
+
uo as AccordionItem,
|
|
56
|
+
io as AccordionTrigger,
|
|
56
57
|
K as Advantage,
|
|
57
58
|
V as Advantage2,
|
|
58
59
|
Y as AdvantageWithAccordion,
|
|
@@ -61,39 +62,40 @@ export {
|
|
|
61
62
|
D as AlertTitle,
|
|
62
63
|
n as AppLink,
|
|
63
64
|
Dr as ArticlePreviewTag,
|
|
64
|
-
|
|
65
|
+
Do as Breadcrumbs,
|
|
65
66
|
e as Button,
|
|
66
67
|
a as ButtonIcon,
|
|
67
68
|
l as ButtonPrimary,
|
|
68
|
-
|
|
69
|
+
p as ButtonSecondary,
|
|
69
70
|
x as ButtonText,
|
|
70
71
|
u as ButtonUnique,
|
|
71
72
|
Br as CTA,
|
|
72
73
|
yr as CardsGridSection,
|
|
74
|
+
Gr as CarouselWrapper,
|
|
73
75
|
Q as Checkbox,
|
|
74
76
|
j as CheckboxWithLabel,
|
|
75
77
|
_ as ConnectCard,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
Yr as Dialog,
|
|
79
|
+
Zr as DialogClose,
|
|
80
|
+
_r as DialogDescription,
|
|
81
|
+
$r as DialogFooter,
|
|
82
|
+
ro as DialogHeader,
|
|
83
|
+
oo as DialogOverlay,
|
|
84
|
+
eo as DialogPortal,
|
|
85
|
+
to as DialogTitle,
|
|
86
|
+
ao as DialogTrigger,
|
|
85
87
|
rr as DocCard,
|
|
86
88
|
er as FAQCard,
|
|
87
89
|
ar as FeaturedCard,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
90
|
+
Ur as Form,
|
|
91
|
+
jr as FormControl,
|
|
92
|
+
zr as FormDescription,
|
|
93
|
+
Er as FormField,
|
|
94
|
+
Jr as FormItem,
|
|
95
|
+
Kr as FormLabel,
|
|
96
|
+
Nr as FormMessage,
|
|
95
97
|
br as GridIterator,
|
|
96
|
-
|
|
98
|
+
Rr as Heading,
|
|
97
99
|
Lr as Hero,
|
|
98
100
|
Sr as HeroButton,
|
|
99
101
|
M as Informer,
|
|
@@ -101,28 +103,28 @@ export {
|
|
|
101
103
|
B as InputWithLabel,
|
|
102
104
|
w as Label,
|
|
103
105
|
lr as LicenseCard,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
+
pr as PackageCard,
|
|
107
|
+
Wr as Partners,
|
|
106
108
|
xr as Plate,
|
|
107
109
|
ur as Product,
|
|
108
110
|
nr as Rate,
|
|
109
111
|
q as SafeHtmlRenderer,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
+
lo as ScrollArea,
|
|
113
|
+
mo as ScrollBar,
|
|
112
114
|
L as SearchInput,
|
|
113
115
|
P as SearchInputWithButton,
|
|
114
|
-
|
|
116
|
+
vr as Section,
|
|
115
117
|
gr as ShowMoreAccordionTrigger,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
co as Tabs,
|
|
119
|
+
go as TabsContent,
|
|
120
|
+
Ao as TabsList,
|
|
121
|
+
To as TabsTrigger,
|
|
120
122
|
E as Tag,
|
|
121
123
|
Tr as TagLink,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
124
|
+
Or as Text,
|
|
125
|
+
k as Textarea,
|
|
126
|
+
H as TextareaWithLabel,
|
|
125
127
|
g as registerAdapter,
|
|
126
|
-
|
|
128
|
+
Vr as useFormField
|
|
127
129
|
};
|
|
128
130
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.es10.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "react";
|
|
2
2
|
import { cva as d } from "class-variance-authority";
|
|
3
|
-
import { cn as l } from "./index.
|
|
3
|
+
import { cn as l } from "./index.es53.js";
|
|
4
4
|
const i = d(
|
|
5
5
|
"relative w-full rounded-lg border p-4 [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",
|
|
6
6
|
{
|
package/dist/index.es11.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as r from "react";
|
|
2
2
|
import { cva as n } from "class-variance-authority";
|
|
3
|
-
import { cn as d } from "./index.
|
|
3
|
+
import { cn as d } from "./index.es53.js";
|
|
4
4
|
const l = n(
|
|
5
5
|
"flex h-11 w-full rounded-lg border border-transparent border-b bg-background px-3 pt-[14px] pb-[11px] typo_variant_small-body ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50 duration-200 transition-colors aria-invalid:border-red-500",
|
|
6
6
|
{
|
package/dist/index.es14.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Button as m } from "./index.es2.js";
|
|
|
3
3
|
import { Close16X16 as S } from "@iit/precision-ui-icons";
|
|
4
4
|
import { Input as k } from "./index.es11.js";
|
|
5
5
|
import { SearchIcon as R } from "lucide-react";
|
|
6
|
-
import { cn as a } from "./index.
|
|
6
|
+
import { cn as a } from "./index.es53.js";
|
|
7
7
|
const B = ({
|
|
8
8
|
id: h,
|
|
9
9
|
placeholder: f,
|
package/dist/index.es15.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import { cva as i } from "class-variance-authority";
|
|
3
|
-
import { cn as n } from "./index.
|
|
3
|
+
import { cn as n } from "./index.es53.js";
|
|
4
4
|
const s = i(
|
|
5
5
|
"flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible0:ring-2 focus-visible0:ring-ring focus-visible0:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
6
6
|
{
|
package/dist/index.es16.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import t, { useId as n } from "react";
|
|
2
|
+
import { Label as l } from "./index.es17.js";
|
|
3
|
+
import { Textarea as m } from "./index.es15.js";
|
|
4
4
|
function p({
|
|
5
|
-
id:
|
|
5
|
+
id: s,
|
|
6
6
|
variant: e = "default",
|
|
7
|
-
label:
|
|
7
|
+
label: a,
|
|
8
8
|
className: c
|
|
9
9
|
}) {
|
|
10
|
-
const
|
|
11
|
-
return /* @__PURE__ */
|
|
12
|
-
|
|
10
|
+
const i = n(), o = s || i, r = e === "default" ? "group-focus-within:text-navy-opacity-40" : "group-focus-within:text-whitish-opacity-60";
|
|
11
|
+
return /* @__PURE__ */ t.createElement("div", { className: `grid w-full items-center gap-1 group ${c}` }, a && /* @__PURE__ */ t.createElement(
|
|
12
|
+
l,
|
|
13
13
|
{
|
|
14
14
|
variant: e,
|
|
15
|
-
htmlFor:
|
|
16
|
-
className:
|
|
15
|
+
htmlFor: o,
|
|
16
|
+
className: r
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
), /* @__PURE__ */
|
|
20
|
-
|
|
18
|
+
a
|
|
19
|
+
), /* @__PURE__ */ t.createElement(
|
|
20
|
+
m,
|
|
21
21
|
{
|
|
22
|
-
id:
|
|
22
|
+
id: o,
|
|
23
23
|
variant: e,
|
|
24
|
-
className: `focus:outline-none '${
|
|
24
|
+
className: `focus:outline-none '${r}'`
|
|
25
25
|
}
|
|
26
26
|
));
|
|
27
27
|
}
|
package/dist/index.es16.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es16.js","sources":["../src/components/ui/textarea/TextareaWithLabel.tsx"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.es16.js","sources":["../src/components/ui/textarea/TextareaWithLabel.tsx"],"sourcesContent":["import React, { useId } from 'react'\r\n\r\nimport { InputVariant } from '../input/types'\r\nimport { Label } from '../label'\r\nimport { Textarea } from './Textarea'\r\n\r\ninterface TextareaWithLabelProps {\r\n variant?: InputVariant\r\n label?: string\r\n id?: string\r\n className?: string\r\n}\r\n\r\nexport function TextareaWithLabel({\r\n id,\r\n variant = 'default',\r\n label,\r\n className,\r\n}: TextareaWithLabelProps) {\r\n const generatedId = useId()\r\n const textareaId = id || generatedId\r\n\r\n const textareaClasses =\r\n variant === 'default'\r\n ? 'group-focus-within:text-navy-opacity-40'\r\n : 'group-focus-within:text-whitish-opacity-60'\r\n\r\n return (\r\n <div className={`grid w-full items-center gap-1 group ${className}`}>\r\n {label && (\r\n <Label\r\n variant={variant}\r\n htmlFor={textareaId}\r\n className={textareaClasses}\r\n >\r\n {label}\r\n </Label>\r\n )}\r\n\r\n <Textarea\r\n id={textareaId}\r\n variant={variant}\r\n className={`focus:outline-none '${textareaClasses}'`}\r\n />\r\n\r\n {/* {desc && <p className=\"text-sm text-muted-foreground\">{desc}</p>} */}\r\n </div>\r\n )\r\n}\r\n"],"names":["TextareaWithLabel","id","variant","label","className","generatedId","useId","textareaId","textareaClasses","React","Label","Textarea"],"mappings":";;;AAaO,SAASA,EAAkB;AAAA,EAChC,IAAAC;AAAA,EACA,SAAAC,IAAU;AAAA,EACV,OAAAC;AAAA,EACA,WAAAC;AACF,GAA2B;AACzB,QAAMC,IAAcC,KACdC,IAAaN,KAAMI,GAEnBG,IACJN,MAAY,YACR,4CACA;AAEN,yCACG,OAAI,EAAA,WAAW,wCAAwCE,CAAS,MAC9DD,KACCM,gBAAAA,EAAA;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,SAAAR;AAAA,MACA,SAASK;AAAA,MACT,WAAWC;AAAA,IAAA;AAAA,IAEVL;AAAA,EAIL,GAAAM,gBAAAA,EAAA;AAAA,IAACE;AAAA,IAAA;AAAA,MACC,IAAIJ;AAAA,MACJ,SAAAL;AAAA,MACA,WAAW,uBAAuBM,CAAe;AAAA,IAAA;AAAA,EAAA,CAIrD;AAEJ;"}
|
package/dist/index.es17.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as a from "react";
|
|
2
2
|
import * as t from "@radix-ui/react-label";
|
|
3
3
|
import { cva as l } from "class-variance-authority";
|
|
4
|
-
import { cn as n } from "./index.
|
|
4
|
+
import { cn as n } from "./index.es53.js";
|
|
5
5
|
const s = l(
|
|
6
6
|
"typo_variant_h6 leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 duration-200",
|
|
7
7
|
{
|
package/dist/index.es18.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Popover as n, PopoverTrigger as a, PopoverContent as l } from "./index.
|
|
2
|
-
import { TooltipProvider as m, Tooltip as i, TooltipTrigger as c, TooltipContent as s } from "./index.
|
|
1
|
+
import { Popover as n, PopoverTrigger as a, PopoverContent as l } from "./index.es55.js";
|
|
2
|
+
import { TooltipProvider as m, Tooltip as i, TooltipTrigger as c, TooltipContent as s } from "./index.es56.js";
|
|
3
3
|
import { Button as r } from "./index.es2.js";
|
|
4
4
|
import { Info as o } from "lucide-react";
|
|
5
5
|
import e from "react";
|
package/dist/index.es2.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "react";
|
|
2
2
|
import { Slot as d } from "@radix-ui/react-slot";
|
|
3
3
|
import { cva as c } from "class-variance-authority";
|
|
4
|
-
import { cn as u } from "./index.
|
|
4
|
+
import { cn as u } from "./index.es53.js";
|
|
5
5
|
const l = c(
|
|
6
6
|
"inline-flex items-center justify-center whitespace-nowrap rounded-full typo_variant_button ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 disabled:cursor-not-allowed border-none",
|
|
7
7
|
{
|
package/dist/index.es20.js
CHANGED
|
@@ -2,7 +2,7 @@ import * as t from "@radix-ui/react-checkbox";
|
|
|
2
2
|
import * as e from "react";
|
|
3
3
|
import { Check16X16 as c } from "@iit/precision-ui-icons";
|
|
4
4
|
import { cva as d } from "class-variance-authority";
|
|
5
|
-
import { cn as a } from "./index.
|
|
5
|
+
import { cn as a } from "./index.es53.js";
|
|
6
6
|
const n = d(
|
|
7
7
|
"peer h-[18px] w-[18px] shrink-0 rounded-sm border ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 duration-200 aria-invalid:border-red-500",
|
|
8
8
|
{
|
package/dist/index.es21.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e, { useId as l } from "react";
|
|
2
2
|
import { cva as c } from "class-variance-authority";
|
|
3
|
-
import { cn as s } from "./index.
|
|
3
|
+
import { cn as s } from "./index.es53.js";
|
|
4
4
|
import { Checkbox as m } from "./index.es20.js";
|
|
5
5
|
const d = c("items-top flex space-x-2", {
|
|
6
6
|
variants: {
|
package/dist/index.es22.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import t from "react";
|
|
2
2
|
import { cva as n } from "class-variance-authority";
|
|
3
|
-
import { cn as o } from "./index.
|
|
3
|
+
import { cn as o } from "./index.es53.js";
|
|
4
4
|
const p = n(
|
|
5
5
|
"inline-flex items-center rounded-sm pt-[9px] pb-[4px] px-[13px] typo_variant_caption",
|
|
6
6
|
{
|
package/dist/index.es23.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import l from "./index.
|
|
1
|
+
import l from "./index.es45.js";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import n from "./index.es19.js";
|
|
4
|
-
import o from "./index.
|
|
4
|
+
import o from "./index.es46.js";
|
|
5
5
|
import { getAdapter as c } from "./index.es9.js";
|
|
6
6
|
const i = ({ title: t, desc: a, icon: r }) => {
|
|
7
7
|
const m = c("ImageWrapper");
|
package/dist/index.es24.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import e, { Fragment as v } from "react";
|
|
2
2
|
import { Tag as u } from "./index.es22.js";
|
|
3
3
|
import E from "./index.es6.js";
|
|
4
|
-
import g from "./index.
|
|
4
|
+
import g from "./index.es45.js";
|
|
5
5
|
import h from "./index.es19.js";
|
|
6
|
-
import x from "./index.
|
|
7
|
-
import { cn as N } from "./index.
|
|
6
|
+
import x from "./index.es46.js";
|
|
7
|
+
import { cn as N } from "./index.es53.js";
|
|
8
8
|
import { getAdapter as o } from "./index.es9.js";
|
|
9
9
|
const y = ({
|
|
10
10
|
title: t,
|
package/dist/index.es25.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Accordion as m, AccordionItem as s, AccordionContent as p, AccordionTrigger as d } from "./index.
|
|
1
|
+
import { Accordion as m, AccordionItem as s, AccordionContent as p, AccordionTrigger as d } from "./index.es50.js";
|
|
2
2
|
import e, { useId as g } from "react";
|
|
3
|
-
import f from "./index.
|
|
3
|
+
import f from "./index.es45.js";
|
|
4
4
|
import u from "./index.es19.js";
|
|
5
|
-
import { cn as h } from "./index.
|
|
5
|
+
import { cn as h } from "./index.es53.js";
|
|
6
6
|
import { getAdapter as v } from "./index.es9.js";
|
|
7
7
|
const b = ({
|
|
8
8
|
title: t,
|
package/dist/index.es26.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import m from "./index.es5.js";
|
|
2
|
-
import i from "./index.
|
|
2
|
+
import i from "./index.es45.js";
|
|
3
3
|
import e from "react";
|
|
4
|
-
import n from "./index.
|
|
5
|
-
import { cn as E } from "./index.
|
|
4
|
+
import n from "./index.es46.js";
|
|
5
|
+
import { cn as E } from "./index.es53.js";
|
|
6
6
|
import { getAdapter as y } from "./index.es9.js";
|
|
7
7
|
const g = ({
|
|
8
8
|
topContent: c,
|
package/dist/index.es27.js
CHANGED
package/dist/index.es28.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Accordion as c, AccordionItem as m, AccordionTrigger as n, AccordionContent as o } from "./index.
|
|
1
|
+
import { Accordion as c, AccordionItem as m, AccordionTrigger as n, AccordionContent as o } from "./index.es50.js";
|
|
2
2
|
import i from "./index.es6.js";
|
|
3
3
|
import e from "react";
|
|
4
4
|
import s from "./index.es19.js";
|
package/dist/index.es29.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Tag as E } from "./index.es22.js";
|
|
2
2
|
import b from "./index.es6.js";
|
|
3
|
-
import s from "./index.
|
|
3
|
+
import s from "./index.es45.js";
|
|
4
4
|
import e from "react";
|
|
5
|
-
import m from "./index.
|
|
6
|
-
import { cn as h } from "./index.
|
|
5
|
+
import m from "./index.es46.js";
|
|
6
|
+
import { cn as h } from "./index.es53.js";
|
|
7
7
|
import { cva as y } from "class-variance-authority";
|
|
8
8
|
import { getAdapter as N } from "./index.es9.js";
|
|
9
9
|
const g = ({
|
package/dist/index.es3.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import e, { Fragment as c } from "react";
|
|
2
2
|
import { Button as h } from "./index.es2.js";
|
|
3
3
|
import { cva as l } from "class-variance-authority";
|
|
4
|
-
import { cn as u } from "./index.
|
|
5
|
-
import { iconDefiner as d } from "./index.
|
|
4
|
+
import { cn as u } from "./index.es53.js";
|
|
5
|
+
import { iconDefiner as d } from "./index.es54.js";
|
|
6
6
|
const m = l(
|
|
7
7
|
"rounded-lg p-[10px] transition-all hover:rounded-[24px]",
|
|
8
8
|
{
|
package/dist/index.es30.js
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { Dialog as r, DialogTrigger as m, DialogContent as c, DialogTitle as s } from "./index.
|
|
1
|
+
import { Dialog as r, DialogTrigger as m, DialogContent as c, DialogTitle as s } from "./index.es48.js";
|
|
2
2
|
import i from "./index.es37.js";
|
|
3
3
|
import e from "react";
|
|
4
|
-
import n from "./index.
|
|
5
|
-
|
|
4
|
+
import n from "./index.es46.js";
|
|
5
|
+
import o from "./index.es57.js";
|
|
6
|
+
const d = ({ title: a, date: t, img: l }) => /* @__PURE__ */ e.createElement("div", { "data-test-id": "license-card", className: "bg-whitish rounded-lg" }, t && /* @__PURE__ */ e.createElement(
|
|
6
7
|
i,
|
|
7
8
|
{
|
|
8
9
|
icon: "date",
|
|
9
|
-
label:
|
|
10
|
+
label: t,
|
|
10
11
|
className: "p-4 border-b border-navy-opacity-16"
|
|
11
12
|
}
|
|
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
|
+
), /* @__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" }, o(a, 229)), /* @__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
14
|
"img",
|
|
14
15
|
{
|
|
15
|
-
src:
|
|
16
|
+
src: l,
|
|
16
17
|
alt: a,
|
|
17
18
|
className: "grayscale1 mix-blend-luminosity min-h-[150px] w-full"
|
|
18
19
|
}
|
|
19
20
|
))))), /* @__PURE__ */ e.createElement(c, { className: "sm:max-w-[480px]" }, /* @__PURE__ */ e.createElement(s, null, a.slice(0, 50).concat("...")), /* @__PURE__ */ e.createElement(
|
|
20
21
|
"img",
|
|
21
22
|
{
|
|
22
|
-
src:
|
|
23
|
+
src: l,
|
|
23
24
|
alt: `Изображение для ${a}`,
|
|
24
25
|
className: "max-w-full"
|
|
25
26
|
}
|
|
26
|
-
)))),
|
|
27
|
+
)))), f = d;
|
|
27
28
|
export {
|
|
28
|
-
|
|
29
|
+
f as default
|
|
29
30
|
};
|
|
30
31
|
//# sourceMappingURL=index.es30.js.map
|
package/dist/index.es30.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es30.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":"
|
|
1
|
+
{"version":3,"file":"index.es30.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\nimport truncateText from '@/lib/utils/truncateText'\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\">{truncateText(title, 229)}</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","truncateText","DialogContent","DialogTitle","LicenseCard$1"],"mappings":";;;;;AAaA,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,GAAA,GACnBH,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,+CAAA,GACZA,gBAAAA,EAAA,cAAAI,GAAA,EAAK,SAAQ,aAAA,GAAcC,EAAaR,GAAO,GAAG,CAAE,GACrDG,gBAAAA,EAAA,cAAC,OAAI,EAAA,WAAU,+BACb,GAAAA,gBAAAA,EAAA,cAAC,OAAI,EAAA,WAAU,sDAIbA,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,cAACM,KAAc,WAAU,sDACtBC,GAAa,MAAAV,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,GAIJW,IAAeZ;"}
|