@iit/precision-ui 0.1.0 → 0.3.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.
Files changed (176) hide show
  1. package/dist/Adapters.d.ts +1 -0
  2. package/dist/Adapters.d.ts.map +1 -1
  3. package/dist/components/CarouselDotButton.d.ts +13 -0
  4. package/dist/components/CarouselDotButton.d.ts.map +1 -0
  5. package/dist/components/GridIterator.d.ts +13 -0
  6. package/dist/components/GridIterator.d.ts.map +1 -0
  7. package/dist/components/Informer.d.ts +6 -0
  8. package/dist/components/Informer.d.ts.map +1 -0
  9. package/dist/components/SafeHtml.d.ts +6 -0
  10. package/dist/components/SafeHtml.d.ts.map +1 -0
  11. package/dist/components/breadcrumbs/Breadcrumb.d.ts +9 -0
  12. package/dist/components/breadcrumbs/Breadcrumb.d.ts.map +1 -0
  13. package/dist/components/breadcrumbs/Breadcrumbs.d.ts +9 -0
  14. package/dist/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  15. package/dist/components/breadcrumbs/index.d.ts +5 -0
  16. package/dist/components/breadcrumbs/index.d.ts.map +1 -0
  17. package/dist/components/cards/Advantage.d.ts +10 -0
  18. package/dist/components/cards/Advantage.d.ts.map +1 -0
  19. package/dist/components/cards/Advantage2.d.ts +14 -0
  20. package/dist/components/cards/Advantage2.d.ts.map +1 -0
  21. package/dist/components/cards/FeaturedCard.d.ts +18 -0
  22. package/dist/components/cards/FeaturedCard.d.ts.map +1 -0
  23. package/dist/components/cards/Plate.d.ts +15 -0
  24. package/dist/components/cards/Plate.d.ts.map +1 -0
  25. package/dist/components/cards/Product.d.ts +28 -0
  26. package/dist/components/cards/Product.d.ts.map +1 -0
  27. package/dist/components/cards/Rate.d.ts +35 -0
  28. package/dist/components/cards/Rate.d.ts.map +1 -0
  29. package/dist/components/core/typography/Heading.d.ts +11 -0
  30. package/dist/components/core/typography/Heading.d.ts.map +1 -0
  31. package/dist/components/core/typography/Text.d.ts +11 -0
  32. package/dist/components/core/typography/Text.d.ts.map +1 -0
  33. package/dist/components/core/typography/typeVariants.d.ts +4 -0
  34. package/dist/components/core/typography/typeVariants.d.ts.map +1 -0
  35. package/dist/components/ui/Tag.d.ts +16 -0
  36. package/dist/components/ui/Tag.d.ts.map +1 -0
  37. package/dist/components/ui/alert.d.ts +2 -1
  38. package/dist/components/ui/alert.d.ts.map +1 -1
  39. package/dist/components/ui/button/index.d.ts +8 -0
  40. package/dist/components/ui/button/index.d.ts.map +1 -1
  41. package/dist/components/ui/carousel.d.ts +28 -0
  42. package/dist/components/ui/carousel.d.ts.map +1 -0
  43. package/dist/components/ui/checkbox/CheckboxWithLabel.d.ts +14 -0
  44. package/dist/components/ui/checkbox/CheckboxWithLabel.d.ts.map +1 -0
  45. package/dist/components/ui/checkbox/checkbox.d.ts +12 -0
  46. package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -0
  47. package/dist/components/ui/checkbox/index.d.ts +5 -0
  48. package/dist/components/ui/checkbox/index.d.ts.map +1 -0
  49. package/dist/components/ui/input/Input.d.ts +11 -0
  50. package/dist/components/ui/input/Input.d.ts.map +1 -0
  51. package/dist/components/ui/input/InputWithLabel.d.ts +13 -0
  52. package/dist/components/ui/input/InputWithLabel.d.ts.map +1 -0
  53. package/dist/components/ui/input/SearchInput.d.ts +12 -0
  54. package/dist/components/ui/input/SearchInput.d.ts.map +1 -0
  55. package/dist/components/ui/input/SearchInputWithButton.d.ts +17 -0
  56. package/dist/components/ui/input/SearchInputWithButton.d.ts.map +1 -0
  57. package/dist/components/ui/input/index.d.ts +5 -0
  58. package/dist/components/ui/input/index.d.ts.map +1 -0
  59. package/dist/components/ui/input/types.d.ts +2 -0
  60. package/dist/components/ui/input/types.d.ts.map +1 -0
  61. package/dist/components/ui/label.d.ts +8 -0
  62. package/dist/components/ui/label.d.ts.map +1 -0
  63. package/dist/components/ui/popover.d.ts +7 -0
  64. package/dist/components/ui/popover.d.ts.map +1 -0
  65. package/dist/components/ui/tooltip.d.ts +8 -0
  66. package/dist/components/ui/tooltip.d.ts.map +1 -0
  67. package/dist/decorators/CarouselWrapper.d.ts +10 -0
  68. package/dist/decorators/CarouselWrapper.d.ts.map +1 -0
  69. package/dist/decorators/ImageWrapper.d.ts +11 -0
  70. package/dist/decorators/ImageWrapper.d.ts.map +1 -0
  71. package/dist/index.d.ts +24 -0
  72. package/dist/index.d.ts.map +1 -1
  73. package/dist/index.es.js +40 -12
  74. package/dist/index.es.js.map +1 -1
  75. package/dist/index.es10.js +5 -5
  76. package/dist/index.es10.js.map +1 -1
  77. package/dist/index.es11.js +32 -6
  78. package/dist/index.es11.js.map +1 -1
  79. package/dist/index.es12.js +24 -22
  80. package/dist/index.es12.js.map +1 -1
  81. package/dist/index.es13.js +28 -0
  82. package/dist/index.es13.js.map +1 -0
  83. package/dist/index.es14.js +76 -0
  84. package/dist/index.es14.js.map +1 -0
  85. package/dist/index.es15.js +38 -0
  86. package/dist/index.es15.js.map +1 -0
  87. package/dist/index.es16.js +35 -0
  88. package/dist/index.es16.js.map +1 -0
  89. package/dist/index.es17.js +33 -0
  90. package/dist/index.es17.js.map +1 -0
  91. package/dist/index.es18.js +31 -0
  92. package/dist/index.es18.js.map +1 -0
  93. package/dist/index.es19.js +186 -0
  94. package/dist/index.es19.js.map +1 -0
  95. package/dist/index.es2.js +1 -1
  96. package/dist/index.es20.js +55 -0
  97. package/dist/index.es20.js.map +1 -0
  98. package/dist/index.es21.js +60 -0
  99. package/dist/index.es21.js.map +1 -0
  100. package/dist/index.es22.js +62 -0
  101. package/dist/index.es22.js.map +1 -0
  102. package/dist/index.es23.js +22 -0
  103. package/dist/index.es23.js.map +1 -0
  104. package/dist/index.es24.js +22 -0
  105. package/dist/index.es24.js.map +1 -0
  106. package/dist/index.es25.js +9 -0
  107. package/dist/index.es25.js.map +1 -0
  108. package/dist/index.es26.js +25 -0
  109. package/dist/index.es26.js.map +1 -0
  110. package/dist/index.es27.js +30 -0
  111. package/dist/index.es27.js.map +1 -0
  112. package/dist/index.es28.js +23 -0
  113. package/dist/index.es28.js.map +1 -0
  114. package/dist/index.es29.js +23 -0
  115. package/dist/index.es29.js.map +1 -0
  116. package/dist/index.es3.js +2 -2
  117. package/dist/index.es30.js +14 -0
  118. package/dist/index.es30.js.map +1 -0
  119. package/dist/index.es31.js +88 -0
  120. package/dist/index.es31.js.map +1 -0
  121. package/dist/index.es32.js +22 -0
  122. package/dist/index.es32.js.map +1 -0
  123. package/dist/index.es33.js +49 -0
  124. package/dist/index.es33.js.map +1 -0
  125. package/dist/index.es34.js +48 -0
  126. package/dist/index.es34.js.map +1 -0
  127. package/dist/index.es35.js +40 -0
  128. package/dist/index.es35.js.map +1 -0
  129. package/dist/index.es36.js +59 -0
  130. package/dist/index.es36.js.map +1 -0
  131. package/dist/index.es37.js +95 -0
  132. package/dist/index.es37.js.map +1 -0
  133. package/dist/index.es38.js +101 -0
  134. package/dist/index.es38.js.map +1 -0
  135. package/dist/index.es39.js +30 -0
  136. package/dist/index.es39.js.map +1 -0
  137. package/dist/index.es4.js +1 -1
  138. package/dist/index.es40.js +48 -0
  139. package/dist/index.es40.js.map +1 -0
  140. package/dist/index.es41.js +225 -0
  141. package/dist/index.es41.js.map +1 -0
  142. package/dist/index.es42.js +19 -0
  143. package/dist/index.es42.js.map +1 -0
  144. package/dist/index.es43.js +7 -0
  145. package/dist/index.es43.js.map +1 -0
  146. package/dist/index.es5.js +1 -1
  147. package/dist/index.es6.js +1 -1
  148. package/dist/index.es7.js +1 -1
  149. package/dist/index.es8.js +1 -1
  150. package/dist/index.es9.js.map +1 -1
  151. package/dist/lib/utils/truncateText.d.ts +3 -0
  152. package/dist/lib/utils/truncateText.d.ts.map +1 -0
  153. package/dist/partners/alfa.svg +3 -0
  154. package/dist/partners/mts.svg +6 -0
  155. package/dist/partners/otkrytie.svg +8 -0
  156. package/dist/partners/pochtabank.svg +11 -0
  157. package/dist/partners/rosbank.svg +10 -0
  158. package/dist/partners/rostelekom.svg +7 -0
  159. package/dist/partners/sberbank.svg +33 -0
  160. package/dist/partners/uralsib.svg +12 -0
  161. package/dist/partners/vtb.svg +16 -0
  162. package/dist/sections/CTA.d.ts +12 -0
  163. package/dist/sections/CTA.d.ts.map +1 -0
  164. package/dist/sections/CardsGridSection.d.ts +21 -0
  165. package/dist/sections/CardsGridSection.d.ts.map +1 -0
  166. package/dist/sections/Hero.d.ts +21 -0
  167. package/dist/sections/Hero.d.ts.map +1 -0
  168. package/dist/sections/Partners.d.ts +13 -0
  169. package/dist/sections/Partners.d.ts.map +1 -0
  170. package/dist/sections/Section.d.ts +22 -0
  171. package/dist/sections/Section.d.ts.map +1 -0
  172. package/dist/sections/common.d.ts +14 -0
  173. package/dist/sections/common.d.ts.map +1 -0
  174. package/dist/slides/crossed-circles.svg +59 -0
  175. package/dist/styles.css +2280 -730
  176. package/package.json +110 -101
@@ -13,6 +13,7 @@ interface Adapters {
13
13
  width?: number;
14
14
  height?: number;
15
15
  className?: string;
16
+ objectFit?: string;
16
17
  }>;
17
18
  }
18
19
  export declare const registerAdapter: <T extends keyof Adapters>(key: T, adapter: NonNullable<Adapters[T]>) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"Adapters.d.ts","sourceRoot":"","sources":["../src/Adapters.tsx"],"names":[],"mappings":"AAAA,KAAK,gBAAgB,CAAC,MAAM,GAAG,OAAO,IAAI,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAA;AAE1D,UAAU,QAAQ;IAChB,WAAW,CAAC,EAAE,gBAAgB,CAAC;QAC7B,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;QACzB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,GAAG,CAAC,EAAE,MAAM,CAAA;KACb,CAAC,CAAA;IACF,YAAY,CAAC,EAAE,gBAAgB,CAAC;QAC9B,GAAG,EAAE,MAAM,CAAA;QACX,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAC,CAAA;CACH;AAID,eAAO,MAAM,eAAe,kCACrB,CAAC,WACG,YAAY,QAAQ,CAAC,CAAC,CAAC,CAAC,SAGlC,CAAA;AAED,eAAO,MAAM,UAAU,kCAChB,CAAC,KACL,YAAY,QAAQ,CAAC,CAAC,CAAC,CAMzB,CAAA"}
1
+ {"version":3,"file":"Adapters.d.ts","sourceRoot":"","sources":["../src/Adapters.tsx"],"names":[],"mappings":"AAAA,KAAK,gBAAgB,CAAC,MAAM,GAAG,OAAO,IAAI,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAA;AAE1D,UAAU,QAAQ;IAChB,WAAW,CAAC,EAAE,gBAAgB,CAAC;QAC7B,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;QACzB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,GAAG,CAAC,EAAE,MAAM,CAAA;KACb,CAAC,CAAA;IACF,YAAY,CAAC,EAAE,gBAAgB,CAAC;QAC9B,GAAG,EAAE,MAAM,CAAA;QACX,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAC,CAAA;CAQH;AAID,eAAO,MAAM,eAAe,kCACrB,CAAC,WACG,YAAY,QAAQ,CAAC,CAAC,CAAC,CAAC,SAGlC,CAAA;AAED,eAAO,MAAM,UAAU,kCAChB,CAAC,KACL,YAAY,QAAQ,CAAC,CAAC,CAAC,CAMzB,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { default as React, ComponentPropsWithRef } from 'react';
2
+ import { EmblaCarouselType } from 'embla-carousel';
3
+
4
+ type UseDotButtonType = {
5
+ selectedIndex: number;
6
+ scrollSnaps: number[];
7
+ onDotButtonClick: (index: number) => void;
8
+ };
9
+ export declare const useDotButton: (emblaApi: EmblaCarouselType | undefined) => UseDotButtonType;
10
+ type PropType = ComponentPropsWithRef<'button'>;
11
+ export declare const DotButton: React.FC<PropType>;
12
+ export {};
13
+ //# sourceMappingURL=CarouselDotButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselDotButton.d.ts","sourceRoot":"","sources":["../../src/components/CarouselDotButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,qBAAqB,EAItB,MAAM,OAAO,CAAA;AAEd,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAElD,KAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAC1C,CAAA;AAED,eAAO,MAAM,YAAY,aACb,iBAAiB,GAAG,SAAS,KACtC,gBAiCF,CAAA;AAED,KAAK,QAAQ,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAA;AAE/C,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAQxC,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface GridIteratorProps<T> {
4
+ items: T[];
5
+ renderItem: (item: T, index: number) => React.ReactNode;
6
+ columns?: number;
7
+ showControlsOnDesktop?: boolean;
8
+ withoutCarousel?: boolean;
9
+ footnote?: string;
10
+ }
11
+ declare const GridIterator: <T>({ items, renderItem, columns, showControlsOnDesktop, withoutCarousel, footnote, }: GridIteratorProps<T>) => import("react/jsx-dev-runtime").JSX.Element;
12
+ export default GridIterator;
13
+ //# sourceMappingURL=GridIterator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GridIterator.d.ts","sourceRoot":"","sources":["../../src/components/GridIterator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,UAAU,iBAAiB,CAAC,CAAC;IAC3B,KAAK,EAAE,CAAC,EAAE,CAAA;IACV,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAA;IACvD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,QAAA,MAAM,YAAY,yFAOf,kBAAkB,CAAC,CAAC,gDA8CtB,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -0,0 +1,6 @@
1
+ interface InformerProps {
2
+ content: string;
3
+ }
4
+ declare const Informer: ({ content }: InformerProps) => import("react/jsx-dev-runtime").JSX.Element;
5
+ export default Informer;
6
+ //# sourceMappingURL=Informer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Informer.d.ts","sourceRoot":"","sources":["../../src/components/Informer.tsx"],"names":[],"mappings":"AAgBA,UAAU,aAAa;IACrB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,QAAQ,gBAAiB,aAAa,gDAuC3C,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,6 @@
1
+ declare const SafeHtmlRenderer: ({ html, className, }: {
2
+ html: string;
3
+ className?: string;
4
+ }) => import("react/jsx-dev-runtime").JSX.Element;
5
+ export default SafeHtmlRenderer;
6
+ //# sourceMappingURL=SafeHtml.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafeHtml.d.ts","sourceRoot":"","sources":["../../src/components/SafeHtml.tsx"],"names":[],"mappings":"AAkKA,QAAA,MAAM,gBAAgB,yBAGnB;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,gDAgBA,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+
3
+ export interface BreadcrumbProps {
4
+ title: string;
5
+ href?: string;
6
+ }
7
+ declare const Breadcrumb: React.FC<BreadcrumbProps>;
8
+ export default Breadcrumb;
9
+ //# sourceMappingURL=Breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumbs/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAoBzC,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { BreadcrumbProps } from './Breadcrumb';
2
+ import { default as React } from 'react';
3
+
4
+ interface BreadcrumbsProps {
5
+ list: BreadcrumbProps[];
6
+ }
7
+ declare const Breadcrumbs: React.FC<BreadcrumbsProps>;
8
+ export default Breadcrumbs;
9
+ //# sourceMappingURL=Breadcrumbs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA,OAAmB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,gBAAgB;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;CACzB;AAMD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAa3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { BreadcrumbProps } from './Breadcrumb';
2
+ import { default as Breadcrumbs } from './Breadcrumbs';
3
+
4
+ export { Breadcrumbs, type BreadcrumbProps };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumbs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,KAAK,eAAe,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+
3
+ export interface AdvantageProps {
4
+ title: string;
5
+ desc?: string;
6
+ icon: string;
7
+ }
8
+ declare const Advantage: React.FC<AdvantageProps>;
9
+ export default Advantage;
10
+ //# sourceMappingURL=Advantage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Advantage.d.ts","sourceRoot":"","sources":["../../../src/components/cards/Advantage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAwBvC,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { default as React } from 'react';
2
+ import { TagItemProps } from '../ui/Tag';
3
+
4
+ export interface Advantage2Props {
5
+ title: string;
6
+ desc?: string;
7
+ icon?: string;
8
+ tags: TagItemProps[];
9
+ link?: string;
10
+ size?: 1 | 2;
11
+ }
12
+ declare const Advantage2: React.FC<Advantage2Props>;
13
+ export default Advantage2;
14
+ //# sourceMappingURL=Advantage2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Advantage2.d.ts","sourceRoot":"","sources":["../../../src/components/cards/Advantage2.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AACvC,OAAO,EAAO,YAAY,EAAE,MAAM,WAAW,CAAA;AAS7C,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,YAAY,EAAE,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,CAAA;CACb;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwEzC,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,18 @@
1
+ import { TagItemProps } from '../ui/Tag';
2
+ import { default as React } from 'react';
3
+
4
+ export interface FeaturedCardProps {
5
+ size: 1 | 2 | 3;
6
+ tags: TagItemProps[];
7
+ link: string;
8
+ title: string;
9
+ desc?: string;
10
+ className?: string;
11
+ showDivider?: boolean;
12
+ price?: string;
13
+ oldPrice?: string;
14
+ detailsText?: string;
15
+ }
16
+ declare const FeaturedCard: React.FC<FeaturedCardProps>;
17
+ export default FeaturedCard;
18
+ //# sourceMappingURL=FeaturedCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeaturedCard.d.ts","sourceRoot":"","sources":["../../../src/components/cards/FeaturedCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,YAAY,EAAE,MAAM,WAAW,CAAA;AAI7C,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IACf,IAAI,EAAE,YAAY,EAAE,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuE7C,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { default as React } from 'react';
3
+
4
+ declare const plateCardVariants: (props?: ({
5
+ variant?: "default" | "sapphire" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ export interface PlateCardProps extends VariantProps<typeof plateCardVariants> {
8
+ title: string;
9
+ desc: string;
10
+ link?: string;
11
+ detailsText?: string;
12
+ }
13
+ declare const PlateCard: React.FC<PlateCardProps>;
14
+ export default PlateCard;
15
+ //# sourceMappingURL=Plate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plate.d.ts","sourceRoot":"","sources":["../../../src/components/cards/Plate.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAA;AAI5D,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,QAAA,MAAM,iBAAiB;;8EAUrB,CAAA;AAcF,MAAM,WAAW,cAAe,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA2CvC,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,28 @@
1
+ import { ButtonTextIconName, ButtonTextPropsWithoutHTMLAttributes } from '../ui/button/ButtonText';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { default as React } from 'react';
4
+
5
+ declare const productCardVariants: (props?: ({
6
+ variant?: "default" | "navy" | null | undefined;
7
+ size?: 1 | 2 | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export interface ProductCardButtonProps extends ButtonTextPropsWithoutHTMLAttributes {
10
+ href?: string;
11
+ target?: '_blank' | '_self';
12
+ icon?: ButtonTextIconName;
13
+ download?: boolean;
14
+ }
15
+ export interface ProductCardProps extends React.HTMLAttributes<HTMLAnchorElement>, VariantProps<typeof productCardVariants> {
16
+ title: string;
17
+ desc: string;
18
+ icon: string;
19
+ link?: string;
20
+ size?: 1 | 2;
21
+ buttons?: ProductCardButtonProps[];
22
+ }
23
+ export interface ProductCardPropsWithoutHtmlAttributes extends Omit<ProductCardProps, keyof React.HTMLAttributes<HTMLDivElement>> {
24
+ title: string;
25
+ }
26
+ declare const ProductCard: React.FC<ProductCardProps>;
27
+ export default ProductCard;
28
+ //# sourceMappingURL=Product.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../../../src/components/cards/Product.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,oCAAoC,EACrC,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,YAAY,EAAO,MAAM,0BAA0B,CAAA;AAI5D,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,QAAA,MAAM,mBAAmB;;;8EAoBxB,CAAA;AAcD,MAAM,WAAW,sBACf,SAAQ,oCAAoC;IAC5C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IAC3B,IAAI,CAAC,EAAE,kBAAkB,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,gBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAC7C,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAC1C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,CAAA;IACZ,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAA;CACnC;AAED,MAAM,WAAW,qCACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,MAAM,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAC1E,KAAK,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAsF3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,35 @@
1
+ import { default as React } from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { ButtonSecondaryProps } from '../ui/button/ButtonSecondary';
4
+ import { TagItemProps } from '../ui/Tag';
5
+
6
+ declare const rateCardVariants: (props?: ({
7
+ variant?: "default" | "navy" | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export interface RateButtonProps {
10
+ variant?: ButtonSecondaryProps['variant'];
11
+ title?: string;
12
+ link?: string;
13
+ isBuyButton?: boolean;
14
+ onClick?: () => void;
15
+ }
16
+ export declare const RateButton: React.FC<RateButtonProps>;
17
+ export interface RateCardProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof rateCardVariants> {
18
+ className?: string;
19
+ title: string;
20
+ oldPrice?: string;
21
+ price: string;
22
+ desc: string;
23
+ link: string;
24
+ onClickBuyButton?: (title: string) => void;
25
+ buttons?: RateButtonProps[];
26
+ tags?: TagItemProps[];
27
+ titleInformer?: string;
28
+ }
29
+ export interface RateCardPropsWithoutHTMLAttributes extends Omit<RateCardProps, keyof React.HTMLAttributes<HTMLDivElement>> {
30
+ className?: string;
31
+ title: string;
32
+ }
33
+ declare const RateCard: React.FC<RateCardProps>;
34
+ export default RateCard;
35
+ //# sourceMappingURL=Rate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rate.d.ts","sourceRoot":"","sources":["../../../src/components/cards/Rate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAMjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AACnE,OAAO,EAAO,YAAY,EAAE,MAAM,WAAW,CAAA;AAM7C,QAAA,MAAM,gBAAgB;;8EAcrB,CAAA;AA0BD,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAA;IACzC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmBhD,CAAA;AAED,MAAM,WAAW,aACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,OAAO,CAAC,EAAE,eAAe,EAAE,CAAA;IAC3B,IAAI,CAAC,EAAE,YAAY,EAAE,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,kCACf,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACvE,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA8ErC,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { default as React, ElementType, ReactNode } from 'react';
2
+
3
+ interface HeadingProps {
4
+ level: 1 | 2 | 3 | 4 | 5 | 6;
5
+ as?: ElementType;
6
+ className?: string;
7
+ children: ReactNode;
8
+ }
9
+ declare const Heading: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLHeadingElement>>;
10
+ export default Heading;
11
+ //# sourceMappingURL=Heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../src/components/core/typography/Heading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAIlE,UAAU,YAAY;IACpB,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC7B,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,OAAO,yFAeZ,CAAC;AAIF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React, ElementType, ReactNode } from 'react';
2
+
3
+ interface TextProps {
4
+ variant?: "factoid" | "subtitle-1" | "subtitle-2" | "overline" | "lead-text" | "body" | "small-body" | "caption" | "button" | "link";
5
+ as?: ElementType;
6
+ className?: string;
7
+ children: ReactNode;
8
+ }
9
+ declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
10
+ export default Text;
11
+ //# sourceMappingURL=Text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/components/core/typography/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAIlE,UAAU,SAAS;IACjB,OAAO,CAAC,EACJ,SAAS,GACT,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,WAAW,GACX,MAAM,GACN,YAAY,GACZ,SAAS,GACT,QAAQ,GACR,MAAM,CAAC;IACX,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,IAAI,wFAeT,CAAC;AAIF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const typeVariants: (props?: ({
2
+ variant?: "link" | "button" | "body" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "factoid" | "subtitle-1" | "subtitle-2" | "overline" | "lead-text" | "small-body" | null | undefined;
3
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
4
+ //# sourceMappingURL=typeVariants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeVariants.d.ts","sourceRoot":"","sources":["../../../../src/components/core/typography/typeVariants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;8EAwBvB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { default as React } from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+
4
+ declare const tagVariants: (props?: ({
5
+ variant?: "default" | "white" | "turquoise" | "lightWhite" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ export interface TagProps extends React.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof tagVariants> {
8
+ className?: string;
9
+ }
10
+ export interface TagItemProps {
11
+ title: string;
12
+ color?: TagProps['variant'];
13
+ }
14
+ declare const Tag: React.ForwardRefExoticComponent<TagProps & React.RefAttributes<HTMLSpanElement>>;
15
+ export { Tag };
16
+ //# sourceMappingURL=Tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/components/ui/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,WAAW;;8EAehB,CAAA;AAED,MAAM,WAAW,QACf,SAAQ,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EAC3C,YAAY,CAAC,OAAO,WAAW,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;CAC5B;AAED,QAAA,MAAM,GAAG,kFAUR,CAAA;AAGD,OAAO,EAAE,GAAG,EAAE,CAAA"}
@@ -1,5 +1,6 @@
1
+ import { default as React } from 'react';
1
2
  import { VariantProps } from 'class-variance-authority';
2
- import * as React from 'react';
3
+
3
4
  declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
4
5
  variant?: "default" | "destructive" | null | undefined;
5
6
  } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<HTMLDivElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAoBjE,QAAA,MAAM,KAAK;;sHAUT,CAAA;AAGF,QAAA,MAAM,UAAU,uHASd,CAAA;AAGF,QAAA,MAAM,gBAAgB,yHASpB,CAAA;AAGF,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAoBjE,QAAA,MAAM,KAAK;;sHAUT,CAAA;AAGF,QAAA,MAAM,UAAU,uHASd,CAAA;AAGF,QAAA,MAAM,gBAAgB,yHASpB,CAAA;AAGF,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAA"}
@@ -1 +1,9 @@
1
+ import { Button } from './button';
2
+ import { default as ButtonIcon } from './ButtonIcon';
3
+ import { default as ButtonPrimary } from './ButtonPrimary';
4
+ import { default as ButtonSecondary } from './ButtonSecondary';
5
+ import { default as ButtonText } from './ButtonText';
6
+ import { default as ButtonUnique } from './ButtonUnique';
7
+
8
+ export { Button, ButtonPrimary, ButtonSecondary, ButtonText, ButtonUnique, ButtonIcon, };
1
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/index.tsx"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,UAAU,MAAM,cAAc,CAAA;AACrC,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAC3C,OAAO,eAAe,MAAM,mBAAmB,CAAA;AAC/C,OAAO,UAAU,MAAM,cAAc,CAAA;AACrC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EACL,MAAM,EACN,aAAa,EACb,eAAe,EACf,UAAU,EACV,YAAY,EACZ,UAAU,GACX,CAAA"}
@@ -0,0 +1,28 @@
1
+ import { default as React } from 'react';
2
+ import { default as useEmblaCarousel, UseEmblaCarouselType } from 'embla-carousel-react';
3
+ import { VariantProps } from 'class-variance-authority';
4
+
5
+ declare const buttonVariants: (props?: ({
6
+ variant?: "default" | "destructive" | "outline" | "ghost" | "link" | null | undefined;
7
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
10
+ asChild?: boolean;
11
+ }
12
+ type CarouselApi = UseEmblaCarouselType[1];
13
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
14
+ type CarouselOptions = UseCarouselParameters[0];
15
+ type CarouselPlugin = UseCarouselParameters[1];
16
+ type CarouselProps = {
17
+ opts?: CarouselOptions;
18
+ plugins?: CarouselPlugin;
19
+ orientation?: 'horizontal' | 'vertical';
20
+ setApi?: (api: CarouselApi) => void;
21
+ };
22
+ declare const Carousel: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & CarouselProps & React.RefAttributes<HTMLDivElement>>;
23
+ declare const CarouselContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
24
+ declare const CarouselItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
25
+ declare const CarouselPrevious: React.ForwardRefExoticComponent<Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
26
+ declare const CarouselNext: React.ForwardRefExoticComponent<Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
27
+ export { type CarouselApi, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, };
28
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +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;AAEjE,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,QAAA,MAAM,QAAQ,6HA6Jb,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"}
@@ -0,0 +1,14 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { default as React } from 'react';
3
+
4
+ declare const CheckboxWithLabelVariants: (props?: ({
5
+ variant?: "default" | "white" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ interface CheckboxWithLabelProps extends VariantProps<typeof CheckboxWithLabelVariants> {
8
+ id?: string;
9
+ children?: React.ReactNode;
10
+ desc?: string;
11
+ }
12
+ export declare function CheckboxWithLabel({ id, children, desc, variant, }: CheckboxWithLabelProps): import("react/jsx-dev-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=CheckboxWithLabel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxWithLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/CheckboxWithLabel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,QAAA,MAAM,yBAAyB;;8EAU7B,CAAA;AAEF,UAAU,sBACR,SAAQ,YAAY,CAAC,OAAO,yBAAyB,CAAC;IACtD,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,wBAAgB,iBAAiB,CAAC,EAChC,EAAE,EACF,QAAQ,EACR,IAAI,EACJ,OAAO,GACR,EAAE,sBAAsB,+CAoBxB"}
@@ -0,0 +1,12 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
3
+ import * as React from 'react';
4
+ declare const checkboxVariants: (props?: ({
5
+ variant?: "default" | "white" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ interface CheckboxProps extends React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, VariantProps<typeof checkboxVariants> {
8
+ className?: string;
9
+ }
10
+ declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
11
+ export { Checkbox };
12
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,gBAAgB;;8EAerB,CAAA;AAED,UAAU,aACR,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EACnE,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,QAAQ,yFAeZ,CAAA;AAGF,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { Checkbox } from './checkbox';
2
+ import { CheckboxWithLabel } from './CheckboxWithLabel';
3
+
4
+ export { Checkbox, CheckboxWithLabel };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ declare const inputVariants: (props?: ({
4
+ variant?: "default" | "blue" | null | undefined;
5
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
+ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof inputVariants> {
7
+ className?: string;
8
+ }
9
+ declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
10
+ export { Input };
11
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,aAAa;;8EAclB,CAAA;AAED,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EACjD,YAAY,CAAC,OAAO,aAAa,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,KAAK,qFAkBV,CAAA;AAGD,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { InputVariant } from './types';
2
+
3
+ interface InputWithLabelProps {
4
+ variant?: InputVariant;
5
+ label?: string;
6
+ type?: string;
7
+ id?: string;
8
+ placeholder?: string;
9
+ className?: string;
10
+ }
11
+ export declare function InputWithLabel({ variant, label, type, id, placeholder, className, }: InputWithLabelProps): import("react/jsx-dev-runtime").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=InputWithLabel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputWithLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/InputWithLabel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAKtC,UAAU,mBAAmB;IAC3B,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,cAAc,CAAC,EAC7B,OAAmB,EACnB,KAAK,EACL,IAAa,EACb,EAAE,EACF,WAAW,EACX,SAAS,GACV,EAAE,mBAAmB,+CAyBrB"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface SearchInputProps {
4
+ id?: string;
5
+ placeholder?: string;
6
+ className?: string;
7
+ value?: string;
8
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
9
+ }
10
+ declare const SearchInput: React.FC<SearchInputProps>;
11
+ export default SearchInput;
12
+ //# sourceMappingURL=SearchInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAA;AAO1D,UAAU,gBAAgB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;CAChE;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6D3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { default as React } from 'react';
2
+
3
+ interface SearchInputWithButtonProps {
4
+ id?: string;
5
+ placeholder?: string;
6
+ className?: string;
7
+ containerClassName?: string;
8
+ value?: string;
9
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
10
+ onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
11
+ onClickSubmitButton?: () => void;
12
+ onClickClearButton?: () => void;
13
+ withoutBottomBorder?: boolean;
14
+ }
15
+ declare const SearchInputWithButton: React.FC<SearchInputWithButtonProps>;
16
+ export default SearchInputWithButton;
17
+ //# sourceMappingURL=SearchInputWithButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchInputWithButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/SearchInputWithButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAQ3D,UAAU,0BAA0B;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAChE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACnE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CA0F/D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { Input } from './Input';
2
+ import { default as SearchInput } from './SearchInput';
3
+
4
+ export { Input, SearchInput };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,WAAW,MAAM,eAAe,CAAA;AAEvC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export type InputVariant = 'default' | 'blue';
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ import * as LabelPrimitive from '@radix-ui/react-label';
4
+ declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: ({
5
+ variant?: "default" | "blue" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
7
+ export { Label };
8
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AACvD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAmBjE,QAAA,MAAM,KAAK;;wHAUT,CAAA;AAGF,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
2
+ import * as React from 'react';
3
+ declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ export { Popover, PopoverTrigger, PopoverContent };
7
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAC3D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,QAAA,MAAM,OAAO,yCAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,gHAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,gKAgBlB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
3
+ declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
4
+ declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
5
+ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
8
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAI3D,QAAA,MAAM,eAAe,iDAA4B,CAAA;AAEjD,QAAA,MAAM,OAAO,yCAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,gHAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,gKAalB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+
3
+ export declare const CarouselWrapper: <T>({ items, renderItem, columns, showControlsOnDesktop, className, }: {
4
+ items: T[];
5
+ renderItem: (item: T, index: number) => React.ReactNode;
6
+ columns: number;
7
+ showControlsOnDesktop: boolean;
8
+ className?: string;
9
+ }) => import("react/jsx-dev-runtime").JSX.Element;
10
+ //# sourceMappingURL=CarouselWrapper.d.ts.map