@fluidattacks/design 1.6.0 → 2.0.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 (224) hide show
  1. package/dist/index.js +428 -0
  2. package/dist/index.mjs +10813 -0
  3. package/dist/types/components/@core/index.d.ts +5 -0
  4. package/dist/types/components/@core/styles.d.ts +6 -0
  5. package/dist/{src → types}/components/@core/types.d.ts +2 -2
  6. package/dist/{src → types}/components/@core/utils.d.ts +2 -2
  7. package/dist/{src → types}/components/@core/variants/utils.d.ts +2 -2
  8. package/dist/{src → types}/components/accordion/accordion-content/index.d.ts +1 -1
  9. package/dist/types/components/accordion/index.d.ts +4 -0
  10. package/dist/types/components/alert/index.d.ts +4 -0
  11. package/dist/types/components/alert/styles.d.ts +9 -0
  12. package/dist/{src → types}/components/alert/types.d.ts +2 -2
  13. package/dist/types/components/button/index.d.ts +4 -0
  14. package/dist/types/components/button/styles.d.ts +9 -0
  15. package/dist/{src → types}/components/button/types.d.ts +3 -3
  16. package/dist/types/components/carousel/index.d.ts +4 -0
  17. package/dist/types/components/carousel/styles.d.ts +10 -0
  18. package/dist/types/components/checkbox/index.d.ts +3 -0
  19. package/dist/types/components/checkbox/styles.d.ts +7 -0
  20. package/dist/{src → types}/components/checkbox/types.d.ts +1 -1
  21. package/dist/{src → types}/components/cloud-image/index.d.ts +2 -2
  22. package/dist/{src → types}/components/cloud-image/types.d.ts +1 -1
  23. package/dist/{src → types}/components/code-snippet/index.d.ts +1 -1
  24. package/dist/types/components/code-snippet/location-code/index.d.ts +5 -0
  25. package/dist/types/components/code-snippet/styles.d.ts +3 -0
  26. package/dist/{src → types}/components/colors/index.d.ts +3 -3
  27. package/dist/types/components/container/index.d.ts +4 -0
  28. package/dist/types/components/container/styles.d.ts +9 -0
  29. package/dist/{src → types}/components/container/types.d.ts +2 -2
  30. package/dist/{src → types}/components/content-card/index.d.ts +1 -1
  31. package/dist/types/components/content-card/styles.d.ts +2 -0
  32. package/dist/{src → types}/components/content-card/types.d.ts +1 -1
  33. package/dist/{src → types}/components/content-card-carousel/index.d.ts +1 -1
  34. package/dist/{src → types}/components/content-card-carousel/scroll-buttons/index.d.ts +1 -1
  35. package/dist/types/components/content-card-carousel/styles.d.ts +3 -0
  36. package/dist/{src → types}/components/content-card-carousel/types.d.ts +1 -1
  37. package/dist/types/components/divider/index.d.ts +3 -0
  38. package/dist/{src → types}/components/divider/types.d.ts +1 -1
  39. package/dist/{src → types}/components/file-preview/index.d.ts +1 -1
  40. package/dist/types/components/file-preview/styles.d.ts +6 -0
  41. package/dist/{src → types}/components/file-preview/utils.d.ts +1 -1
  42. package/dist/{src → types}/components/form/index.d.ts +3 -3
  43. package/dist/types/components/form/styles.d.ts +4 -0
  44. package/dist/types/components/grid-layout/styles.d.ts +12 -0
  45. package/dist/types/components/icon/index.d.ts +3 -0
  46. package/dist/types/components/icon/styles.d.ts +14 -0
  47. package/dist/{src → types}/components/icon/types.d.ts +2 -2
  48. package/dist/types/components/icon-button/index.d.ts +3 -0
  49. package/dist/types/components/icon-button/styles.d.ts +9 -0
  50. package/dist/{src → types}/components/icon-button/types.d.ts +4 -4
  51. package/dist/types/components/inputs/fields/phone/index.d.ts +3 -0
  52. package/dist/types/components/inputs/fields/phone/styles.d.ts +6 -0
  53. package/dist/types/components/inputs/fields/text-input/index.d.ts +3 -0
  54. package/dist/types/components/inputs/index.d.ts +4 -0
  55. package/dist/{src → types}/components/inputs/label/index.d.ts +1 -1
  56. package/dist/{src → types}/components/inputs/outline-container/index.d.ts +2 -2
  57. package/dist/types/components/inputs/styles.d.ts +3 -0
  58. package/dist/{src → types}/components/inputs/types.d.ts +2 -2
  59. package/dist/{src → types}/components/interactive-card/icon/index.d.ts +1 -1
  60. package/dist/{src → types}/components/interactive-card/index.d.ts +1 -1
  61. package/dist/types/components/interactive-card/styles.d.ts +3 -0
  62. package/dist/{src → types}/components/interactive-card/types.d.ts +1 -1
  63. package/dist/{src → types}/components/language-selector/index.d.ts +1 -1
  64. package/dist/{src → types}/components/language-selector/item-list/index.d.ts +1 -1
  65. package/dist/types/components/language-selector/styles.d.ts +5 -0
  66. package/dist/{src → types}/components/language-selector/types.d.ts +1 -1
  67. package/dist/{src → types}/components/link/index.d.ts +2 -2
  68. package/dist/types/components/link/styles.d.ts +8 -0
  69. package/dist/{src → types}/components/list-item/index.d.ts +2 -2
  70. package/dist/types/components/list-item/styles.d.ts +3 -0
  71. package/dist/{src → types}/components/list-item/types.d.ts +2 -2
  72. package/dist/{src → types}/components/little-flag/index.d.ts +1 -1
  73. package/dist/{src → types}/components/little-flag/styles.d.ts +1 -1
  74. package/dist/{src → types}/components/logo/index.d.ts +1 -1
  75. package/dist/{src → types}/components/logo-carousel/index.d.ts +1 -1
  76. package/dist/types/components/logo-carousel/styles.d.ts +4 -0
  77. package/dist/{src → types}/components/lottie/index.d.ts +1 -1
  78. package/dist/types/components/lottie/styles.d.ts +41 -0
  79. package/dist/{src → types}/components/lottie/types.d.ts +1 -1
  80. package/dist/{src → types}/components/message-banner/index.d.ts +1 -1
  81. package/dist/types/components/message-banner/styles.d.ts +2 -0
  82. package/dist/{src → types}/components/message-banner/types.d.ts +3 -3
  83. package/dist/{src → types}/components/message-banner/utils.d.ts +2 -2
  84. package/dist/{src → types}/components/notification/index.d.ts +1 -1
  85. package/dist/types/components/notification/styles.d.ts +7 -0
  86. package/dist/types/components/notification/utils.d.ts +4 -0
  87. package/dist/types/components/notification-sign/index.d.ts +3 -0
  88. package/dist/types/components/notification-sign/styles.d.ts +9 -0
  89. package/dist/{src → types}/components/notification-sign/types.d.ts +1 -1
  90. package/dist/{src → types}/components/number-input/index.d.ts +2 -2
  91. package/dist/types/components/number-input/styles.d.ts +3 -0
  92. package/dist/{src → types}/components/number-input/types.d.ts +1 -1
  93. package/dist/{src → types}/components/plan-card/index.d.ts +1 -1
  94. package/dist/types/components/plan-card/styles.d.ts +3 -0
  95. package/dist/{src → types}/components/plan-card/types.d.ts +1 -1
  96. package/dist/{src → types}/components/plan-card/utils.d.ts +1 -1
  97. package/dist/{src → types}/components/progress-bar/index.d.ts +1 -1
  98. package/dist/types/components/progress-bar/styles.d.ts +6 -0
  99. package/dist/{src → types}/components/progress-bar/types.d.ts +1 -1
  100. package/dist/types/components/radio-button/index.d.ts +3 -0
  101. package/dist/types/components/radio-button/styles.d.ts +7 -0
  102. package/dist/{src → types}/components/radio-button/types.d.ts +1 -1
  103. package/dist/{src → types}/components/search-bar/index.d.ts +1 -1
  104. package/dist/{src → types}/components/search-bar/item-searching/index.d.ts +1 -1
  105. package/dist/types/components/search-bar/styles.d.ts +15 -0
  106. package/dist/{src → types}/components/search-bar/types.d.ts +1 -1
  107. package/dist/{src → types}/components/search-bar/utils.d.ts +1 -1
  108. package/dist/{src → types}/components/step-lapse/index.d.ts +1 -1
  109. package/dist/types/components/step-lapse/styles.d.ts +8 -0
  110. package/dist/{src → types}/components/step-lapse/types.d.ts +1 -1
  111. package/dist/{src → types}/components/table-button/index.d.ts +1 -1
  112. package/dist/types/components/table-button/styles.d.ts +2 -0
  113. package/dist/{src → types}/components/table-button/types.d.ts +2 -2
  114. package/dist/{src → types}/components/tabs/fixed-tabs/index.d.ts +1 -1
  115. package/dist/{src → types}/components/tabs/index.d.ts +3 -3
  116. package/dist/types/components/tabs/styles.d.ts +4 -0
  117. package/dist/{src → types}/components/tabs/tab/index.d.ts +1 -1
  118. package/dist/{src → types}/components/tabs/types.d.ts +1 -1
  119. package/dist/{src → types}/components/tag/index.d.ts +1 -1
  120. package/dist/types/components/tag/styles.d.ts +7 -0
  121. package/dist/{src → types}/components/tag/types.d.ts +1 -1
  122. package/dist/{src → types}/components/toggle/index.d.ts +2 -2
  123. package/dist/types/components/toggle/styles.d.ts +4 -0
  124. package/dist/{src → types}/components/toggle/types.d.ts +2 -2
  125. package/dist/{src → types}/components/toggle-buttons/index.d.ts +1 -1
  126. package/dist/types/components/toggle-buttons/styles.d.ts +3 -0
  127. package/dist/types/components/tooltip/index.d.ts +4 -0
  128. package/dist/types/components/tooltip/styles.d.ts +7 -0
  129. package/dist/{src → types}/components/tooltip/types.d.ts +2 -2
  130. package/dist/{src → types}/components/tour/index.d.ts +2 -2
  131. package/dist/{src → types}/components/tour/types.d.ts +1 -1
  132. package/dist/types/components/typography/heading/index.d.ts +3 -0
  133. package/dist/types/components/typography/index.d.ts +3 -0
  134. package/dist/types/components/typography/styles.d.ts +23 -0
  135. package/dist/types/components/typography/text/index.d.ts +3 -0
  136. package/dist/{src → types}/components/typography/types.d.ts +2 -2
  137. package/dist/types/hooks/index.d.ts +4 -0
  138. package/dist/{src → types}/hooks/use-cloudinary-image.d.ts +1 -1
  139. package/dist/types/index.d.ts +42 -0
  140. package/package.json +8 -7
  141. package/dist/design.js +0 -2256
  142. package/dist/design.mjs +0 -22131
  143. package/dist/src/components/@core/index.d.ts +0 -5
  144. package/dist/src/components/@core/styles.d.ts +0 -6
  145. package/dist/src/components/accordion/index.d.ts +0 -4
  146. package/dist/src/components/alert/index.d.ts +0 -4
  147. package/dist/src/components/alert/styles.d.ts +0 -9
  148. package/dist/src/components/button/index.d.ts +0 -4
  149. package/dist/src/components/button/styles.d.ts +0 -9
  150. package/dist/src/components/carousel/index.d.ts +0 -4
  151. package/dist/src/components/carousel/styles.d.ts +0 -10
  152. package/dist/src/components/checkbox/index.d.ts +0 -3
  153. package/dist/src/components/checkbox/styles.d.ts +0 -7
  154. package/dist/src/components/code-snippet/location-code/index.d.ts +0 -3
  155. package/dist/src/components/code-snippet/styles.d.ts +0 -3
  156. package/dist/src/components/container/index.d.ts +0 -4
  157. package/dist/src/components/container/styles.d.ts +0 -9
  158. package/dist/src/components/content-card/styles.d.ts +0 -2
  159. package/dist/src/components/content-card-carousel/styles.d.ts +0 -3
  160. package/dist/src/components/divider/index.d.ts +0 -3
  161. package/dist/src/components/file-preview/styles.d.ts +0 -6
  162. package/dist/src/components/form/styles.d.ts +0 -4
  163. package/dist/src/components/grid-layout/styles.d.ts +0 -12
  164. package/dist/src/components/icon/index.d.ts +0 -3
  165. package/dist/src/components/icon/styles.d.ts +0 -14
  166. package/dist/src/components/icon-button/index.d.ts +0 -3
  167. package/dist/src/components/icon-button/styles.d.ts +0 -9
  168. package/dist/src/components/inputs/fields/phone/index.d.ts +0 -3
  169. package/dist/src/components/inputs/fields/phone/styles.d.ts +0 -6
  170. package/dist/src/components/inputs/fields/text-input/index.d.ts +0 -3
  171. package/dist/src/components/inputs/index.d.ts +0 -4
  172. package/dist/src/components/inputs/styles.d.ts +0 -3
  173. package/dist/src/components/interactive-card/styles.d.ts +0 -3
  174. package/dist/src/components/language-selector/styles.d.ts +0 -5
  175. package/dist/src/components/link/styles.d.ts +0 -8
  176. package/dist/src/components/list-item/styles.d.ts +0 -3
  177. package/dist/src/components/logo-carousel/styles.d.ts +0 -4
  178. package/dist/src/components/lottie/styles.d.ts +0 -41
  179. package/dist/src/components/message-banner/styles.d.ts +0 -2
  180. package/dist/src/components/notification/styles.d.ts +0 -7
  181. package/dist/src/components/notification/utils.d.ts +0 -4
  182. package/dist/src/components/notification-sign/index.d.ts +0 -3
  183. package/dist/src/components/notification-sign/styles.d.ts +0 -9
  184. package/dist/src/components/number-input/styles.d.ts +0 -3
  185. package/dist/src/components/plan-card/styles.d.ts +0 -3
  186. package/dist/src/components/progress-bar/styles.d.ts +0 -6
  187. package/dist/src/components/radio-button/index.d.ts +0 -3
  188. package/dist/src/components/radio-button/styles.d.ts +0 -7
  189. package/dist/src/components/search-bar/styles.d.ts +0 -15
  190. package/dist/src/components/step-lapse/styles.d.ts +0 -8
  191. package/dist/src/components/table-button/styles.d.ts +0 -2
  192. package/dist/src/components/tabs/styles.d.ts +0 -4
  193. package/dist/src/components/tag/styles.d.ts +0 -7
  194. package/dist/src/components/toggle/styles.d.ts +0 -4
  195. package/dist/src/components/toggle-buttons/styles.d.ts +0 -3
  196. package/dist/src/components/tooltip/index.d.ts +0 -4
  197. package/dist/src/components/tooltip/styles.d.ts +0 -7
  198. package/dist/src/components/typography/heading/index.d.ts +0 -3
  199. package/dist/src/components/typography/index.d.ts +0 -3
  200. package/dist/src/components/typography/styles.d.ts +0 -23
  201. package/dist/src/components/typography/text/index.d.ts +0 -3
  202. package/dist/src/hooks/index.d.ts +0 -4
  203. package/dist/src/index.d.ts +0 -41
  204. package/dist/vite.config.d.ts +0 -3
  205. /package/dist/{src → types}/components/@core/constants.d.ts +0 -0
  206. /package/dist/{src → types}/components/accordion/types.d.ts +0 -0
  207. /package/dist/{src → types}/components/carousel/types.d.ts +0 -0
  208. /package/dist/{src → types}/components/code-snippet/types.d.ts +0 -0
  209. /package/dist/{src → types}/components/content-card/category-tag/index.d.ts +0 -0
  210. /package/dist/{src → types}/components/content-card/event-date/index.d.ts +0 -0
  211. /package/dist/{src → types}/components/file-preview/types.d.ts +0 -0
  212. /package/dist/{src → types}/components/form/types.d.ts +0 -0
  213. /package/dist/{src → types}/components/link/types.d.ts +0 -0
  214. /package/dist/{src → types}/components/little-flag/types.d.ts +0 -0
  215. /package/dist/{src → types}/components/logo/types.d.ts +0 -0
  216. /package/dist/{src → types}/components/logo-carousel/types.d.ts +0 -0
  217. /package/dist/{src → types}/components/logo-carousel/utils.d.ts +0 -0
  218. /package/dist/{src → types}/components/notification/types.d.ts +0 -0
  219. /package/dist/{src → types}/components/plan-card/recommended-tag/index.d.ts +0 -0
  220. /package/dist/{src → types}/components/progress-bar/utils.d.ts +0 -0
  221. /package/dist/{src → types}/components/toggle-buttons/types.d.ts +0 -0
  222. /package/dist/{src → types}/hooks/use-carousel.d.ts +0 -0
  223. /package/dist/{src → types}/hooks/use-click-outside.d.ts +0 -0
  224. /package/dist/{src → types}/utils/open-url.d.ts +0 -0
@@ -2,5 +2,5 @@ interface IStyledLittleFlagProps {
2
2
  $bgColor?: string;
3
3
  $txtDecoration?: string;
4
4
  }
5
- declare const LittleFlag: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IStyledLittleFlagProps>> & string;
5
+ declare const LittleFlag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IStyledLittleFlagProps>> & string;
6
6
  export { LittleFlag };
@@ -1,3 +1,3 @@
1
- import { ILogoProps } from './types';
1
+ import { ILogoProps } from "./types";
2
2
  declare const Logo: ({ publicId, variant }: Readonly<ILogoProps>) => JSX.Element;
3
3
  export { Logo };
@@ -1,3 +1,3 @@
1
- import { ILogoCarouselProps } from './types';
1
+ import { ILogoCarouselProps } from "./types";
2
2
  declare const LogoCarousel: ({ fusion, logos, }: Readonly<ILogoCarouselProps>) => JSX.Element;
3
3
  export { LogoCarousel };
@@ -0,0 +1,4 @@
1
+ declare const ClientsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const Rectangle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ declare const SlideShow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export { ClientsContainer, Rectangle, SlideShow };
@@ -1,3 +1,3 @@
1
- import { ILottieProps } from './types';
1
+ import { ILottieProps } from "./types";
2
2
  declare const Lottie: (props: Readonly<ILottieProps>) => JSX.Element;
3
3
  export { Lottie };
@@ -0,0 +1,41 @@
1
+ import { ILottieProps } from "./types";
2
+ interface IStyledLottieProps extends Partial<ILottieProps> {
3
+ $size?: ILottieProps["size"];
4
+ }
5
+ declare const StyledLottie: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<Omit<import("lottie-web").AnimationConfigWithData<"svg">, "container" | "animationData"> & {
6
+ animationData: unknown;
7
+ lottieRef?: import("lottie-light-react").LottieRef;
8
+ onComplete?: import("react").AnimationEventHandler | null;
9
+ onLoopComplete?: import("react").AnimationEventHandler | null;
10
+ onEnterFrame?: import("react").AnimationEventHandler | null;
11
+ onSegmentStart?: import("react").AnimationEventHandler | null;
12
+ onConfigReady?: import("react").AnimationEventHandler | null;
13
+ onDataReady?: import("react").AnimationEventHandler | null;
14
+ onDataFailed?: import("react").AnimationEventHandler | null;
15
+ onLoadedImages?: import("react").AnimationEventHandler | null;
16
+ onDOMLoaded?: import("react").AnimationEventHandler | null;
17
+ onDestroy?: import("react").AnimationEventHandler | null;
18
+ } & Omit<import("react").HTMLProps<HTMLDivElement>, "loop"> & {
19
+ interactivity?: Omit<import("lottie-light-react").InteractivityProps, "lottieObj">;
20
+ }, "ref"> & {
21
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
22
+ }, Omit<Omit<import("lottie-web").AnimationConfigWithData<"svg">, "container" | "animationData"> & {
23
+ animationData: unknown;
24
+ lottieRef?: import("lottie-light-react").LottieRef;
25
+ onComplete?: import("react").AnimationEventHandler | null;
26
+ onLoopComplete?: import("react").AnimationEventHandler | null;
27
+ onEnterFrame?: import("react").AnimationEventHandler | null;
28
+ onSegmentStart?: import("react").AnimationEventHandler | null;
29
+ onConfigReady?: import("react").AnimationEventHandler | null;
30
+ onDataReady?: import("react").AnimationEventHandler | null;
31
+ onDataFailed?: import("react").AnimationEventHandler | null;
32
+ onLoadedImages?: import("react").AnimationEventHandler | null;
33
+ onDOMLoaded?: import("react").AnimationEventHandler | null;
34
+ onDestroy?: import("react").AnimationEventHandler | null;
35
+ } & Omit<import("react").HTMLProps<HTMLDivElement>, "loop"> & {
36
+ interactivity?: Omit<import("lottie-light-react").InteractivityProps, "lottieObj">;
37
+ }, "ref"> & {
38
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
39
+ }>, never>, IStyledLottieProps>> & string & Omit<(props: import("lottie-light-react").LottieComponentProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
40
+ export type { IStyledLottieProps };
41
+ export { StyledLottie };
@@ -1,4 +1,4 @@
1
- import { LottieComponentProps } from 'lottie-light-react';
1
+ import type { LottieComponentProps } from "lottie-light-react";
2
2
  /**
3
3
  * Lottie component props.
4
4
  * @interface ILottieProps
@@ -1,3 +1,3 @@
1
- import { IMessageBannerProps } from './types';
1
+ import type { IMessageBannerProps } from "./types";
2
2
  declare const MessageBanner: ({ message, onClickButton, buttonText, buttonFontWeight, icon, onClose, variant, }: Readonly<IMessageBannerProps>) => JSX.Element;
3
3
  export { MessageBanner };
@@ -0,0 +1,2 @@
1
+ declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
2
+ export { Button };
@@ -1,6 +1,6 @@
1
- import { IconName } from '@fortawesome/free-solid-svg-icons';
2
- import { Property } from 'csstype';
3
- import { MouseEventHandler } from 'react';
1
+ import { IconName } from "@fortawesome/free-solid-svg-icons";
2
+ import type { Property } from "csstype";
3
+ import type { MouseEventHandler } from "react";
4
4
  type TVariant = "web" | "platform";
5
5
  /**
6
6
  * Message banner props.
@@ -1,5 +1,5 @@
1
- import { TVariant } from './types';
2
- import { TSize } from '../@core';
1
+ import { TVariant } from "./types";
2
+ import { TSize } from "components/@core";
3
3
  declare const getFontSize: (variant: TVariant) => {
4
4
  normal: TSize;
5
5
  small: TSize | undefined;
@@ -1,3 +1,3 @@
1
- import { INotificationProps } from './types';
1
+ import type { INotificationProps } from "./types";
2
2
  declare const Notification: ({ description, onClose, title, variant, }: Readonly<INotificationProps>) => JSX.Element;
3
3
  export { Notification };
@@ -0,0 +1,7 @@
1
+ import { TNotificationVariant } from "./types";
2
+ interface IAlertAndNotifyBoxProps {
3
+ $variant: TNotificationVariant;
4
+ }
5
+ declare const NotificationContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IAlertAndNotifyBoxProps>> & string;
6
+ declare const IconsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IAlertAndNotifyBoxProps>> & string;
7
+ export { IconsContainer, NotificationContainer };
@@ -0,0 +1,4 @@
1
+ import type { IconName } from "@fortawesome/free-solid-svg-icons";
2
+ import { TNotificationVariant } from "./types";
3
+ declare const getIcon: (variant: TNotificationVariant) => IconName;
4
+ export { getIcon };
@@ -0,0 +1,3 @@
1
+ import type { INotificationSignProps } from "./types";
2
+ declare const NotificationSign: import("react").ForwardRefExoticComponent<Readonly<INotificationSignProps> & import("react").RefAttributes<HTMLDivElement>>;
3
+ export { NotificationSign };
@@ -0,0 +1,9 @@
1
+ import type { INotificationSignProps } from "./types";
2
+ interface IStyledNotificationSignProps {
3
+ $variant?: INotificationSignProps["variant"];
4
+ }
5
+ declare const NotificationSignButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("components/@core").IPaddingModifiable | keyof import("components/@core").IMarginModifiable | keyof import("components/@core").IPositionModifiable | keyof import("components/@core").IBorderModifiable | keyof import("components/@core").IDisplayModifiable | keyof import("components/@core").ITextModifiable | keyof import("components/@core").IInteractionModifiable> & import("components/@core").IBorderModifiable & import("components/@core").IDisplayModifiable & import("components/@core").IInteractionModifiable & import("components/@core").IMarginModifiable & import("components/@core").IPaddingModifiable & import("components/@core").IPositionModifiable & import("components/@core").ITextModifiable, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
+ }, IStyledNotificationSignProps>> & string;
8
+ declare const NumberIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export { NotificationSignButton, NumberIndicator };
@@ -1,4 +1,4 @@
1
- import { IPositionModifiable } from '../@core';
1
+ import { IPositionModifiable } from "components/@core";
2
2
  type TVariant = "error" | "warning";
3
3
  /**
4
4
  * Notification sign component props.
@@ -1,5 +1,5 @@
1
- import { default as React } from 'react';
2
- import { INumberInputProps } from './types';
1
+ import React from "react";
2
+ import type { INumberInputProps } from "./types";
3
3
  declare const NumberInput: React.ForwardRefExoticComponent<Readonly<INumberInputProps> & React.RefAttributes<HTMLInputElement>>;
4
4
  export type { INumberInputProps };
5
5
  export { NumberInput };
@@ -0,0 +1,3 @@
1
+ declare const StyledInputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
3
+ export { StyledInputContainer, StyledInput };
@@ -1,4 +1,4 @@
1
- import { InputHTMLAttributes } from 'react';
1
+ import { InputHTMLAttributes } from "react";
2
2
  /**
3
3
  * Number input component props.
4
4
  * @interface INumberInputProps
@@ -1,3 +1,3 @@
1
- import { IPlanCardProps } from './types';
1
+ import { IPlanCardProps } from "./types";
2
2
  declare const PlanCard: ({ description: customDescription, onClick, plan, }: Readonly<IPlanCardProps>) => JSX.Element;
3
3
  export { PlanCard };
@@ -0,0 +1,3 @@
1
+ declare const OverviewCardContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const FullCardContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export { OverviewCardContainer, FullCardContainer };
@@ -1,4 +1,4 @@
1
- import { IconName } from '@fortawesome/free-solid-svg-icons';
1
+ import { IconName } from "@fortawesome/free-solid-svg-icons";
2
2
  type TPlan = "advanced" | "essential";
3
3
  type TVersion = "full" | "overview";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { IPlanFeatureProps, IPlanProps, TPlan } from './types';
1
+ import { IPlanFeatureProps, IPlanProps, TPlan } from "./types";
2
2
  declare const plans: Record<TPlan, IPlanProps>;
3
3
  declare const advancedPlanFeatures: IPlanFeatureProps[];
4
4
  declare const essentialPlanFeatures: IPlanFeatureProps[];
@@ -1,4 +1,4 @@
1
- import { IProgressBarProps } from './types';
1
+ import type { IProgressBarProps } from "./types";
2
2
  declare const ProgressBar: ({ progressTime, onComplete, }: Readonly<IProgressBarProps>) => JSX.Element;
3
3
  export { ProgressBar };
4
4
  export type { IProgressBarProps };
@@ -0,0 +1,6 @@
1
+ declare const ProgressLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("components/@core").IPaddingModifiable | keyof import("components/@core").IMarginModifiable | keyof import("components/@core").IPositionModifiable | keyof import("components/@core").IBorderModifiable | keyof import("components/@core").IDisplayModifiable | keyof import("components/@core").ITextModifiable | keyof import("components/@core").IInteractionModifiable> & import("components/@core").IBorderModifiable & import("components/@core").IDisplayModifiable & import("components/@core").IInteractionModifiable & import("components/@core").IMarginModifiable & import("components/@core").IPaddingModifiable & import("components/@core").IPositionModifiable & import("components/@core").ITextModifiable, "ref"> & {
2
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
+ }, {
4
+ $animationTime: number;
5
+ }>> & string;
6
+ export { ProgressLine };
@@ -1,4 +1,4 @@
1
- import { IDisplayModifiable } from '../@core';
1
+ import { IDisplayModifiable } from "components/@core";
2
2
  /**
3
3
  * Progress bar component props
4
4
  * @interface IProgressBarProps
@@ -0,0 +1,3 @@
1
+ import type { IRadioButtonProps } from "./types";
2
+ declare const RadioButton: import("react").ForwardRefExoticComponent<Omit<Readonly<IRadioButtonProps>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
3
+ export { RadioButton };
@@ -0,0 +1,7 @@
1
+ declare const LabelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {
2
+ $disabled: boolean;
3
+ }>> & string;
4
+ declare const CheckMark: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
5
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
6
+ }>, never>, never>> & string;
7
+ export { CheckMark, LabelContainer };
@@ -1,4 +1,4 @@
1
- import { HTMLAttributes, HTMLProps } from 'react';
1
+ import type { HTMLAttributes, HTMLProps } from "react";
2
2
  /**
3
3
  * Radio button props.
4
4
  * @interface IRadioButtonProps
@@ -1,3 +1,3 @@
1
- import { ISearchBarProps } from './types';
1
+ import { ISearchBarProps } from "./types";
2
2
  declare const SearchBar: ({ items, placeholder, refine, query, }: Readonly<ISearchBarProps>) => JSX.Element;
3
3
  export { SearchBar };
@@ -1,3 +1,3 @@
1
- import { IItemSearchingProps } from '../types';
1
+ import { IItemSearchingProps } from "../types";
2
2
  declare const ItemSearching: ({ hit, icon, showIcon, }: Readonly<IItemSearchingProps>) => JSX.Element;
3
3
  export { ItemSearching };
@@ -0,0 +1,15 @@
1
+ declare const StyledItemSearching: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
2
+ declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }>, never>, never>> & string;
5
+ declare const StyledSearchBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ declare const StyledSearchBar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, never>> & string;
7
+ declare const StyledSearchInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
8
+ declare const StyledSearchReset: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
9
+ declare const StyledDropdownItems: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
10
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
11
+ }>, never>, {
12
+ $empty?: boolean;
13
+ $showHits?: boolean;
14
+ }>> & string;
15
+ export { IconWrapper, StyledDropdownItems, StyledItemSearching, StyledSearchBar, StyledSearchBox, StyledSearchInput, StyledSearchReset, };
@@ -1,4 +1,4 @@
1
- import { IIconModifiable } from '../@core';
1
+ import { IIconModifiable } from "components/@core";
2
2
  type THit = Record<string, unknown>;
3
3
  /**
4
4
  * Item searching component props.
@@ -1,4 +1,4 @@
1
- import { IItemSearchingProps } from './types';
1
+ import { IItemSearchingProps } from "./types";
2
2
  declare const itemsSuggested: IItemSearchingProps[];
3
3
  declare const itemContact: IItemSearchingProps;
4
4
  export { itemContact, itemsSuggested };
@@ -1,3 +1,3 @@
1
- import { IStepLapseProps } from './types';
1
+ import type { IStepLapseProps } from "./types";
2
2
  declare const StepLapse: ({ button: { disabled, text, type, onClick }, steps, }: Readonly<IStepLapseProps>) => JSX.Element;
3
3
  export { StepLapse };
@@ -0,0 +1,8 @@
1
+ import { TStepVariant } from "./types";
2
+ declare const StepperContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ declare const StepContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ declare const StyledButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ declare const StyledStepLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
6
+ $variant: TStepVariant;
7
+ }>> & string;
8
+ export { StyledStepLabel, StyledButtonsContainer, StepContainer, StepperContainer, };
@@ -1,4 +1,4 @@
1
- import { ButtonHTMLAttributes, ReactNode } from 'react';
1
+ import type { ButtonHTMLAttributes, ReactNode } from "react";
2
2
  type TStepVariant = "completed" | "current" | "disabled";
3
3
  /**
4
4
  * Step component props.
@@ -1,3 +1,3 @@
1
- import { ITableButtonProps } from './types';
1
+ import type { ITableButtonProps } from "./types";
2
2
  declare const TableButton: ({ disabled, icon, id, label, name, onClick, type, variant, }: Readonly<ITableButtonProps>) => JSX.Element;
3
3
  export { TableButton };
@@ -0,0 +1,2 @@
1
+ declare const StyledTableButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
2
+ export { StyledTableButton };
@@ -1,5 +1,5 @@
1
- import { ButtonHTMLAttributes } from 'react';
2
- import { IIconModifiable } from '../@core';
1
+ import type { ButtonHTMLAttributes } from "react";
2
+ import { IIconModifiable } from "components/@core";
3
3
  type TVariant = "add" | "approve" | "disabled" | "reject" | "submit" | "success";
4
4
  /**
5
5
  * Table button component props.
@@ -1,3 +1,3 @@
1
- import { IFixedTabsProps } from '../types';
1
+ import { IFixedTabsProps } from "../types";
2
2
  declare const FixedTabs: ({ items }: Readonly<IFixedTabsProps>) => JSX.Element;
3
3
  export { FixedTabs };
@@ -1,5 +1,5 @@
1
- import { FixedTabs } from './fixed-tabs';
2
- import { Tab } from './tab';
3
- import { ITabsProps } from './types';
1
+ import { FixedTabs } from "./fixed-tabs";
2
+ import { Tab } from "./tab";
3
+ import { ITabsProps } from "./types";
4
4
  declare const Tabs: ({ items, borders, box, }: Readonly<ITabsProps>) => JSX.Element;
5
5
  export { FixedTabs, Tabs, Tab };
@@ -0,0 +1,4 @@
1
+ declare const StyledFixedTab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
2
+ declare const StyledFixedTabs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ declare const TabLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
4
+ export { StyledFixedTab, StyledFixedTabs, TabLink };
@@ -1,4 +1,4 @@
1
- import { ITabProps } from '../types';
1
+ import type { ITabProps } from "../types";
2
2
  declare const Tab: ({ label, id, isActive, link, notificationSign, onClick, tooltip, }: Readonly<ITabProps>) => JSX.Element;
3
3
  export type { ITabProps };
4
4
  export { Tab };
@@ -1,4 +1,4 @@
1
- import { INotificationSignProps } from '../notification-sign/types';
1
+ import { INotificationSignProps } from "components/notification-sign/types";
2
2
  /**
3
3
  * Individual tab props.
4
4
  * @property {boolean} [isActive] - Set the current tab active.
@@ -1,4 +1,4 @@
1
- import { ITagProps, TTagVariant } from './types';
1
+ import type { ITagProps, TTagVariant } from "./types";
2
2
  declare const Tag: ({ children, disabled, icon, iconColor, id, fontSize, onClose, variant, }: Readonly<ITagProps>) => JSX.Element;
3
3
  export type { ITagProps, TTagVariant };
4
4
  export { Tag };
@@ -0,0 +1,7 @@
1
+ import type { TTagVariant } from "./types";
2
+ interface IStyledTag {
3
+ $fontSize?: string;
4
+ $variant: TTagVariant;
5
+ }
6
+ declare const StyledTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IStyledTag>> & string;
7
+ export { StyledTag };
@@ -1,4 +1,4 @@
1
- import { IIconModifiable } from '../@core';
1
+ import { IIconModifiable } from "components/@core";
2
2
  type TTagVariant = "default" | "error" | "inactive" | "new" | "reachable" | "remediation" | "review" | "role" | "success" | "technique" | "warning";
3
3
  /**
4
4
  * Tag component props.
@@ -1,4 +1,4 @@
1
- import { default as React } from 'react';
2
- import { IToggleProps } from './types';
1
+ import React from "react";
2
+ import type { IToggleProps } from "./types";
3
3
  declare const Toggle: React.ForwardRefExoticComponent<Readonly<IToggleProps> & React.RefAttributes<HTMLInputElement>>;
4
4
  export { Toggle };
@@ -0,0 +1,4 @@
1
+ declare const Slider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const Ball: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ declare const ToggleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
4
+ export { Slider, ToggleContainer, Ball };
@@ -1,5 +1,5 @@
1
- import { Property } from 'csstype';
2
- import { InputHTMLAttributes } from 'react';
1
+ import type { Property } from "csstype";
2
+ import type { InputHTMLAttributes } from "react";
3
3
  /**
4
4
  * Toggle component props.
5
5
  * @interface ILabel
@@ -1,3 +1,3 @@
1
- import { IToggleButtonProps } from './types';
1
+ import { IToggleButtonProps } from "./types";
2
2
  declare const ToggleButton: ({ defaultSelection, options, handleClick, }: Readonly<IToggleButtonProps>) => JSX.Element;
3
3
  export { ToggleButton };
@@ -0,0 +1,3 @@
1
+ declare const ToggleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const StyledToggleButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
3
+ export { StyledToggleButton, ToggleContainer };
@@ -0,0 +1,4 @@
1
+ import type { PropsWithChildren } from "react";
2
+ import type { ITooltipProps } from "./types";
3
+ declare const Tooltip: import("react").ForwardRefExoticComponent<Readonly<PropsWithChildren<ITooltipProps>> & import("react").RefAttributes<HTMLDivElement>>;
4
+ export { Tooltip };
@@ -0,0 +1,7 @@
1
+ declare const TooltipBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("components/@core").IPaddingModifiable | keyof import("components/@core").IMarginModifiable | keyof import("components/@core").IPositionModifiable | keyof import("components/@core").IBorderModifiable | keyof import("components/@core").IDisplayModifiable | keyof import("components/@core").ITextModifiable | keyof import("components/@core").IInteractionModifiable> & import("components/@core").IBorderModifiable & import("components/@core").IDisplayModifiable & import("components/@core").IInteractionModifiable & import("components/@core").IMarginModifiable & import("components/@core").IPaddingModifiable & import("components/@core").IPositionModifiable & import("components/@core").ITextModifiable, "ref"> & {
2
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
+ }, never>> & string;
4
+ declare const StyledTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
5
+ $maxWidth?: string;
6
+ }>> & string;
7
+ export { TooltipBox, StyledTooltip };
@@ -1,5 +1,5 @@
1
- import { ReactNode } from 'react';
2
- import { IDisplayModifiable, IIconModifiable } from '../@core';
1
+ import type { ReactNode } from "react";
2
+ import { IDisplayModifiable, IIconModifiable } from "components/@core";
3
3
  type TPlace = "bottom" | "left" | "right" | "top";
4
4
  type TEffect = "float" | "solid";
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { Step } from 'react-joyride';
2
- import { ITourProps } from './types';
1
+ import type { Step } from "react-joyride";
2
+ import { ITourProps } from "./types";
3
3
  declare const baseStep: Step;
4
4
  declare const Tour: ({ run, steps, onFinish }: Readonly<ITourProps>) => JSX.Element;
5
5
  export { baseStep, Tour };
@@ -1,4 +1,4 @@
1
- import { Step } from 'react-joyride';
1
+ import type { Step } from "react-joyride";
2
2
  /**
3
3
  * Tour component props.
4
4
  * @interface ITourProps
@@ -0,0 +1,3 @@
1
+ import type { PropsWithChildren } from "react";
2
+ declare const Heading: import("react").ForwardRefExoticComponent<Readonly<PropsWithChildren<import("../types").ITypographyProps>> & import("react").RefAttributes<HTMLParagraphElement>>;
3
+ export { Heading };
@@ -0,0 +1,3 @@
1
+ import { Heading } from "./heading";
2
+ import { Text } from "./text";
3
+ export { Heading, Text };
@@ -0,0 +1,23 @@
1
+ import type { TTextProps } from "./types";
2
+ interface IStyledTextProps {
3
+ $bgGradient?: TTextProps["bgGradient"];
4
+ $color?: TTextProps["color"];
5
+ $display?: TTextProps["display"];
6
+ $fontFamily?: TTextProps["fontFamily"];
7
+ $fontWeight?: TTextProps["fontWeight"];
8
+ $letterSpacing?: TTextProps["letterSpacing"];
9
+ $lineSpacing?: TTextProps["lineSpacing"];
10
+ $lineSpacingSm?: TTextProps["lineSpacingSm"];
11
+ $size: TTextProps["size"];
12
+ $sizeMd: TTextProps["sizeMd"];
13
+ $sizeSm: TTextProps["sizeSm"];
14
+ $textFill?: TTextProps["textFill"];
15
+ $wordBreak?: TTextProps["wordBreak"];
16
+ }
17
+ declare const StyledHeading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof import("components/@core").IPaddingModifiable | keyof import("components/@core").IMarginModifiable | keyof import("components/@core").IPositionModifiable | keyof import("components/@core").IBorderModifiable | keyof import("components/@core").IDisplayModifiable | keyof import("components/@core").ITextModifiable | keyof import("components/@core").IInteractionModifiable> & import("components/@core").IBorderModifiable & import("components/@core").IDisplayModifiable & import("components/@core").IInteractionModifiable & import("components/@core").IMarginModifiable & import("components/@core").IPaddingModifiable & import("components/@core").IPositionModifiable & import("components/@core").ITextModifiable, "ref"> & {
18
+ ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
19
+ }, IStyledTextProps>> & string;
20
+ declare const StyledText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof import("components/@core").IPaddingModifiable | keyof import("components/@core").IMarginModifiable | keyof import("components/@core").IPositionModifiable | keyof import("components/@core").IBorderModifiable | keyof import("components/@core").IDisplayModifiable | keyof import("components/@core").ITextModifiable | keyof import("components/@core").IInteractionModifiable> & import("components/@core").IBorderModifiable & import("components/@core").IDisplayModifiable & import("components/@core").IInteractionModifiable & import("components/@core").IMarginModifiable & import("components/@core").IPaddingModifiable & import("components/@core").IPositionModifiable & import("components/@core").ITextModifiable, "ref"> & {
21
+ ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
22
+ }, IStyledTextProps>> & string;
23
+ export { StyledHeading, StyledText };
@@ -0,0 +1,3 @@
1
+ import type { PropsWithChildren } from "react";
2
+ declare const Text: import("react").ForwardRefExoticComponent<Readonly<PropsWithChildren<import("../types").ITypographyProps>> & import("react").RefAttributes<HTMLParagraphElement>>;
3
+ export { Text };
@@ -1,5 +1,5 @@
1
- import { Property } from 'csstype';
2
- import { IMarginModifiable, IPaddingModifiable, ISizeModifiable, ITextModifiable } from '../@core';
1
+ import type { Property } from "csstype";
2
+ import { IMarginModifiable, IPaddingModifiable, ISizeModifiable, ITextModifiable } from "components/@core";
3
3
  /**
4
4
  * Typography component props.
5
5
  * @interface ITypographyProps
@@ -0,0 +1,4 @@
1
+ import { useCarousel } from "./use-carousel";
2
+ import { useClickOutside } from "./use-click-outside";
3
+ import { useCloudinaryImage } from "./use-cloudinary-image";
4
+ export { useCarousel, useCloudinaryImage, useClickOutside };
@@ -1,4 +1,4 @@
1
- import { CloudinaryImage } from '@cloudinary/url-gen';
1
+ import type { CloudinaryImage } from "@cloudinary/url-gen";
2
2
  /**
3
3
  * Cloudinary image hook props.
4
4
  * @interface IUseCloudinaryImageProps