@arthurzakharov/ui-kit 1.3.9 → 1.4.1

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 (278) hide show
  1. package/dist/_commonjsHelpers-CqEciG1_.js +31 -0
  2. package/dist/animations/animation-fade-grow/animation-fade-grow.component.d.ts +2 -0
  3. package/dist/animations/animation-fade-grow/animation-fade-grow.component.js +34 -0
  4. package/dist/animations/animation-fade-grow/index.d.ts +1 -0
  5. package/dist/animations/animation-fade-grow/index.js +4 -0
  6. package/dist/animations/animation-fade-scale/animation-fade-scale.component.d.ts +2 -0
  7. package/dist/animations/animation-fade-scale/animation-fade-scale.component.js +33 -0
  8. package/dist/animations/animation-fade-scale/index.d.ts +1 -0
  9. package/dist/animations/animation-fade-scale/index.js +4 -0
  10. package/dist/animations/animation-fade-slide/animation-fade-slide.component.d.ts +6 -0
  11. package/dist/animations/animation-fade-slide/animation-fade-slide.component.js +33 -0
  12. package/dist/animations/animation-fade-slide/index.d.ts +1 -0
  13. package/dist/animations/animation-fade-slide/index.js +4 -0
  14. package/dist/animations/animation-rotate/animation-rotate.component.d.ts +8 -0
  15. package/dist/animations/animation-rotate/animation-rotate.component.js +38 -0
  16. package/dist/animations/animation-rotate/index.d.ts +1 -0
  17. package/dist/animations/animation-rotate/index.js +4 -0
  18. package/dist/animations/hook/index.d.ts +1 -0
  19. package/dist/animations/hook/index.js +4 -0
  20. package/dist/animations/hook/use-animation-lifecycle/index.d.ts +1 -0
  21. package/dist/animations/hook/use-animation-lifecycle/index.js +4 -0
  22. package/dist/animations/hook/use-animation-lifecycle/use-animation-lifecycle.hook.d.ts +12 -0
  23. package/dist/animations/hook/use-animation-lifecycle/use-animation-lifecycle.hook.js +31 -0
  24. package/dist/animations/utils/default-props.d.ts +5 -0
  25. package/dist/animations/utils/default-props.js +17 -0
  26. package/dist/animations/utils/index.d.ts +2 -0
  27. package/dist/animations/utils/index.js +4 -0
  28. package/dist/animations/utils/types.d.ts +15 -0
  29. package/dist/animations/utils/types.js +1 -0
  30. package/dist/assets/control-box-Dx-QKPgf.css +1 -0
  31. package/dist/assets/control-button-Tzg6F5Dp.css +1 -0
  32. package/dist/assets/control-button-card-Cb8_vJbQ.css +1 -0
  33. package/dist/assets/control-button-radio-BodzD0rU.css +1 -0
  34. package/dist/assets/control-button-text-BbE_5ebO.css +1 -0
  35. package/dist/assets/control-card-image-BYT3bzTE.css +1 -0
  36. package/dist/assets/control-card-text-Cvv3bL2p.css +1 -0
  37. package/dist/assets/control-checkbox-uLtXjmYN.css +1 -0
  38. package/dist/assets/control-choice-BAHN-VTm.css +1 -0
  39. package/dist/assets/control-dropdown-DaS5KsvG.css +1 -0
  40. package/dist/assets/control-error-message-CKgqmo1U.css +1 -0
  41. package/dist/assets/control-hidden-input-BhMdNmnP.css +1 -0
  42. package/dist/assets/control-input-nR0XQHHp.css +1 -0
  43. package/dist/assets/control-label-C8pjaWEU.css +1 -0
  44. package/dist/assets/control-radio-Bo1rvcg2.css +1 -0
  45. package/dist/assets/control-radio-label-CgZ-FNj0.css +1 -0
  46. package/dist/assets/control-radio-text-S7MEO4a2.css +1 -0
  47. package/dist/assets/control-status-DPNvkGlM.css +1 -0
  48. package/dist/assets/control-text-n-qi7e2Y.css +1 -0
  49. package/dist/assets/control-textarea-B6gWlJs3.css +1 -0
  50. package/dist/assets/data-protected-label-BN19_NZF.css +1 -0
  51. package/dist/assets/dialog-article-WnyHZI47.css +1 -0
  52. package/dist/assets/expenses-AU5q4idk.css +1 -0
  53. package/dist/assets/loader-DadlBlOF.css +1 -0
  54. package/dist/assets/main-DlyWXITA.css +1 -0
  55. package/dist/assets/message-block-DG1cePyB.css +1 -0
  56. package/dist/components/accordion-table/accordion-table.component.d.ts +9 -7
  57. package/dist/components/accordion-table/accordion-table.component.js +44 -41
  58. package/dist/components/bottom-bar/bottom-bar.component.js +2 -2
  59. package/dist/components/certifications/certifications.component.d.ts +6 -3
  60. package/dist/components/certifications/certifications.component.js +54 -46
  61. package/dist/components/data-protected-label/data-protected-label.component.d.ts +8 -3
  62. package/dist/components/data-protected-label/data-protected-label.component.js +31 -28
  63. package/dist/components/data-protected-label/index.d.ts +1 -0
  64. package/dist/components/data-protected-label/index.js +4 -0
  65. package/dist/components/dialog-article/dialog-article.component.d.ts +9 -3
  66. package/dist/components/dialog-article/dialog-article.component.js +51 -21
  67. package/dist/components/dialog-article/index.d.ts +1 -0
  68. package/dist/components/dialog-article/index.js +4 -0
  69. package/dist/components/expenses/expenses.component.d.ts +11 -7
  70. package/dist/components/expenses/expenses.component.js +26 -20
  71. package/dist/components/expenses/index.d.ts +1 -0
  72. package/dist/components/expenses/index.js +4 -0
  73. package/dist/components/flex/flex.component.d.ts +158 -158
  74. package/dist/components/footer/footer.component.d.ts +6 -3
  75. package/dist/components/footer/footer.component.js +39 -31
  76. package/dist/components/footer/index.d.ts +1 -1
  77. package/dist/components/info-panel/info-panel.component.d.ts +6 -3
  78. package/dist/components/info-panel/info-panel.component.js +20 -12
  79. package/dist/components/information/index.d.ts +1 -1
  80. package/dist/components/information/information.component.d.ts +5 -4
  81. package/dist/components/information/information.component.js +21 -12
  82. package/dist/components/loader/index.d.ts +1 -1
  83. package/dist/components/loader/loader.component.d.ts +9 -5
  84. package/dist/components/loader/loader.component.js +42 -55
  85. package/dist/components/loader/loader.utils.d.ts +2 -0
  86. package/dist/components/loader/loader.utils.js +13 -0
  87. package/dist/components/main-attachment/main-attachment.component.js +2 -2
  88. package/dist/components/message/message.component.d.ts +6 -3
  89. package/dist/components/message/message.component.js +23 -22
  90. package/dist/components/message-block/index.d.ts +1 -0
  91. package/dist/components/message-block/index.js +4 -0
  92. package/dist/components/message-block/message-block.component.d.ts +7 -2
  93. package/dist/components/message-block/message-block.component.js +36 -18
  94. package/dist/components/not-found/not-found.component.d.ts +6 -3
  95. package/dist/components/not-found/not-found.component.js +35 -27
  96. package/dist/components/payment/components/glass/glass.component.js +1 -1
  97. package/dist/components/sidebar/components/step/step.component.d.ts +1 -1
  98. package/dist/components/sidebar/components/step/step.component.js +6 -6
  99. package/dist/components/sidebar/sidebar.component.d.ts +1 -1
  100. package/dist/components/sidebar/sidebar.component.js +9 -9
  101. package/dist/components/signature/index.d.ts +1 -1
  102. package/dist/components/signature/signature.component.d.ts +2 -2
  103. package/dist/components/signature/signature.component.js +255 -263
  104. package/dist/components/text/components/tag/tag.component.d.ts +316 -316
  105. package/dist/components/text/text.component.d.ts +316 -316
  106. package/dist/components/user-panel/user-panel.component.d.ts +6 -3
  107. package/dist/components/user-panel/user-panel.component.js +35 -27
  108. package/dist/components/warranty/warranty.component.d.ts +6 -3
  109. package/dist/components/warranty/warranty.component.js +26 -19
  110. package/dist/controls/control-box/control-box.component.d.ts +15 -0
  111. package/dist/controls/control-box/control-box.component.js +33 -0
  112. package/dist/controls/control-box/index.d.ts +2 -0
  113. package/dist/controls/control-box/index.js +4 -0
  114. package/dist/controls/control-button/control-button.component.d.ts +18 -0
  115. package/dist/controls/control-button/control-button.component.js +84 -0
  116. package/dist/controls/control-button/index.d.ts +2 -0
  117. package/dist/controls/control-button/index.js +4 -0
  118. package/dist/{components/control/components/button-card/button-card.component.d.ts → controls/control-button-card/control-button-card.component.d.ts} +4 -3
  119. package/dist/controls/control-button-card/control-button-card.component.js +65 -0
  120. package/dist/controls/control-button-card/index.d.ts +2 -0
  121. package/dist/controls/control-button-card/index.js +4 -0
  122. package/dist/controls/control-button-radio/control-button-radio.component.d.ts +19 -0
  123. package/dist/controls/control-button-radio/control-button-radio.component.js +69 -0
  124. package/dist/controls/control-button-radio/index.d.ts +2 -0
  125. package/dist/controls/control-button-radio/index.js +4 -0
  126. package/dist/controls/control-button-text/control-button-text.component.d.ts +20 -0
  127. package/dist/controls/control-button-text/control-button-text.component.js +87 -0
  128. package/dist/controls/control-button-text/index.d.ts +2 -0
  129. package/dist/controls/control-button-text/index.js +4 -0
  130. package/dist/controls/control-card-image/control-card-image.component.d.ts +8 -0
  131. package/dist/controls/control-card-image/control-card-image.component.js +53 -0
  132. package/dist/controls/control-card-image/index.d.ts +2 -0
  133. package/dist/controls/control-card-image/index.js +4 -0
  134. package/dist/controls/control-card-text/control-card-text.component.d.ts +7 -0
  135. package/dist/controls/control-card-text/control-card-text.component.js +48 -0
  136. package/dist/controls/control-card-text/index.d.ts +2 -0
  137. package/dist/controls/control-card-text/index.js +4 -0
  138. package/dist/controls/control-checkbox/control-checkbox.component.d.ts +11 -0
  139. package/dist/controls/control-checkbox/control-checkbox.component.js +96 -0
  140. package/dist/controls/control-checkbox/index.d.ts +2 -0
  141. package/dist/controls/control-checkbox/index.js +4 -0
  142. package/dist/controls/control-choice/control-choice.component.d.ts +12 -0
  143. package/dist/controls/control-choice/control-choice.component.js +64 -0
  144. package/dist/controls/control-choice/index.d.ts +2 -0
  145. package/dist/controls/control-choice/index.js +4 -0
  146. package/dist/{components/control/components/dropdown/dropdown.component.d.ts → controls/control-dropdown/control-dropdown.component.d.ts} +4 -3
  147. package/dist/controls/control-dropdown/control-dropdown.component.js +106 -0
  148. package/dist/controls/control-dropdown/index.d.ts +2 -0
  149. package/dist/controls/control-dropdown/index.js +4 -0
  150. package/dist/controls/control-error-message/control-error-message.component.d.ts +7 -0
  151. package/dist/controls/control-error-message/control-error-message.component.js +16 -0
  152. package/dist/controls/control-error-message/index.d.ts +1 -0
  153. package/dist/controls/control-error-message/index.js +4 -0
  154. package/dist/controls/control-hidden-input/control-hidden-input.component.d.ts +15 -0
  155. package/dist/controls/control-hidden-input/control-hidden-input.component.js +41 -0
  156. package/dist/controls/control-hidden-input/index.d.ts +2 -0
  157. package/dist/controls/control-hidden-input/index.js +4 -0
  158. package/dist/controls/control-input/control-input.component.d.ts +11 -0
  159. package/dist/controls/control-input/control-input.component.js +973 -0
  160. package/dist/controls/control-input/index.d.ts +2 -0
  161. package/dist/controls/control-input/index.js +4 -0
  162. package/dist/controls/control-label/control-label.component.d.ts +13 -0
  163. package/dist/controls/control-label/control-label.component.js +30 -0
  164. package/dist/controls/control-label/index.d.ts +1 -0
  165. package/dist/controls/control-label/index.js +4 -0
  166. package/dist/controls/control-radio/control-radio.component.d.ts +14 -0
  167. package/dist/controls/control-radio/control-radio.component.js +79 -0
  168. package/dist/controls/control-radio/index.d.ts +2 -0
  169. package/dist/controls/control-radio/index.js +4 -0
  170. package/dist/controls/control-radio-label/control-radio-label.component.d.ts +22 -0
  171. package/dist/controls/control-radio-label/control-radio-label.component.js +39 -0
  172. package/dist/controls/control-radio-label/index.d.ts +1 -0
  173. package/dist/controls/control-radio-label/index.js +4 -0
  174. package/dist/controls/control-radio-text/control-radio-text.component.d.ts +10 -0
  175. package/dist/controls/control-radio-text/control-radio-text.component.js +45 -0
  176. package/dist/controls/control-radio-text/index.d.ts +2 -0
  177. package/dist/controls/control-radio-text/index.js +4 -0
  178. package/dist/controls/control-status/control-status.component.d.ts +11 -0
  179. package/dist/controls/control-status/control-status.component.js +42 -0
  180. package/dist/controls/control-status/index.d.ts +1 -0
  181. package/dist/controls/control-status/index.js +4 -0
  182. package/dist/controls/control-text/control-text.component.d.ts +11 -0
  183. package/dist/controls/control-text/control-text.component.js +70 -0
  184. package/dist/controls/control-text/index.d.ts +2 -0
  185. package/dist/controls/control-text/index.js +4 -0
  186. package/dist/controls/control-textarea/control-textarea.component.d.ts +15 -0
  187. package/dist/controls/control-textarea/control-textarea.component.js +63 -0
  188. package/dist/controls/control-textarea/index.d.ts +1 -0
  189. package/dist/controls/control-textarea/index.js +4 -0
  190. package/dist/controls/hooks/index.d.ts +1 -0
  191. package/dist/controls/hooks/index.js +4 -0
  192. package/dist/controls/hooks/use-choice/index.d.ts +1 -0
  193. package/dist/controls/hooks/use-choice/index.js +4 -0
  194. package/dist/{components/control/hooks/useChoice/useChoice.hook.d.ts → controls/hooks/use-choice/use-choice.hook.d.ts} +2 -2
  195. package/dist/controls/utils/functions/index.d.ts +1 -0
  196. package/dist/controls/utils/functions/index.js +7 -0
  197. package/dist/controls/utils/index.d.ts +2 -0
  198. package/dist/controls/utils/index.js +7 -0
  199. package/dist/{components/control/control.types.d.ts → controls/utils/types.d.ts} +11 -3
  200. package/dist/main.d.ts +33 -11
  201. package/dist/main.js +101 -59
  202. package/dist/utils/functions/functions.util.d.ts +12 -2
  203. package/dist/utils/functions/functions.util.js +7 -3
  204. package/dist/utils/functions/index.js +5 -4
  205. package/dist/utils/svg/svg.component.d.ts +2 -2
  206. package/dist/utils/types.d.ts +6 -1
  207. package/package.json +6 -1
  208. package/dist/animations/animation.component.d.ts +0 -10
  209. package/dist/animations/animation.component.js +0 -13
  210. package/dist/animations/fade-grow/fade-grow.component.d.ts +0 -14
  211. package/dist/animations/fade-grow/fade-grow.component.js +0 -40
  212. package/dist/animations/fade-scale/fade-scale.component.d.ts +0 -14
  213. package/dist/animations/fade-scale/fade-scale.component.js +0 -40
  214. package/dist/animations/fade-slide/fade-slide.component.d.ts +0 -15
  215. package/dist/animations/fade-slide/fade-slide.component.js +0 -41
  216. package/dist/animations/rotate/rotate.component.d.ts +0 -18
  217. package/dist/animations/rotate/rotate.component.js +0 -43
  218. package/dist/assets/box-b_yPaNPs.css +0 -1
  219. package/dist/assets/button-4MJZ7yPE.css +0 -1
  220. package/dist/assets/button-text-CNXFsTky.css +0 -1
  221. package/dist/assets/choice-pCBafXqx.css +0 -1
  222. package/dist/assets/control-Dk23qyF8.css +0 -1
  223. package/dist/assets/data-protected-label-zRn9upL6.css +0 -1
  224. package/dist/assets/dialog-article-lpJC_c40.css +0 -1
  225. package/dist/assets/expenses-8eaHjdlH.css +0 -1
  226. package/dist/assets/fade-grow-B23oZuuD.css +0 -1
  227. package/dist/assets/hidden-input-DHJQHUKd.css +0 -1
  228. package/dist/assets/input-Cckwgcro.css +0 -1
  229. package/dist/assets/label-bo2ALC-X.css +0 -1
  230. package/dist/assets/loader-C0f3AvRU.css +0 -1
  231. package/dist/assets/main-BK_1RcKG.css +0 -1
  232. package/dist/assets/message-block-BVk5u9rO.css +0 -1
  233. package/dist/assets/radio-label-Bd5UiESO.css +0 -1
  234. package/dist/assets/radio-text-BI17l0wD.css +0 -1
  235. package/dist/assets/status-6MH80dkz.css +0 -1
  236. package/dist/components/control/components/box/box.component.d.ts +0 -10
  237. package/dist/components/control/components/box/box.component.js +0 -32
  238. package/dist/components/control/components/button/button.component.d.ts +0 -16
  239. package/dist/components/control/components/button/button.component.js +0 -82
  240. package/dist/components/control/components/button-card/button-card.component.js +0 -9
  241. package/dist/components/control/components/button-radio/button-radio.component.d.ts +0 -17
  242. package/dist/components/control/components/button-radio/button-radio.component.js +0 -7
  243. package/dist/components/control/components/button-text/button-text.component.d.ts +0 -18
  244. package/dist/components/control/components/button-text/button-text.component.js +0 -86
  245. package/dist/components/control/components/card-image/card-image.component.d.ts +0 -7
  246. package/dist/components/control/components/card-image/card-image.component.js +0 -7
  247. package/dist/components/control/components/card-text/card-text.component.d.ts +0 -6
  248. package/dist/components/control/components/card-text/card-text.component.js +0 -7
  249. package/dist/components/control/components/checkbox/checkbox.component.d.ts +0 -9
  250. package/dist/components/control/components/checkbox/checkbox.component.js +0 -8
  251. package/dist/components/control/components/choice/choice.component.d.ts +0 -10
  252. package/dist/components/control/components/choice/choice.component.js +0 -52
  253. package/dist/components/control/components/dropdown/dropdown.component.js +0 -11
  254. package/dist/components/control/components/hidden-input/hidden-input.component.d.ts +0 -12
  255. package/dist/components/control/components/hidden-input/hidden-input.component.js +0 -25
  256. package/dist/components/control/components/input/input.component.d.ts +0 -10
  257. package/dist/components/control/components/input/input.component.js +0 -7
  258. package/dist/components/control/components/label/label.component.d.ts +0 -7
  259. package/dist/components/control/components/label/label.component.js +0 -28
  260. package/dist/components/control/components/radio/radio.component.d.ts +0 -9
  261. package/dist/components/control/components/radio/radio.component.js +0 -7
  262. package/dist/components/control/components/radio-label/radio-label.component.d.ts +0 -17
  263. package/dist/components/control/components/radio-label/radio-label.component.js +0 -37
  264. package/dist/components/control/components/radio-text/radio-text.component.d.ts +0 -9
  265. package/dist/components/control/components/radio-text/radio-text.component.js +0 -29
  266. package/dist/components/control/components/status/status.component.d.ts +0 -6
  267. package/dist/components/control/components/status/status.component.js +0 -37
  268. package/dist/components/control/components/text/text.component.d.ts +0 -9
  269. package/dist/components/control/components/text/text.component.js +0 -8
  270. package/dist/components/control/components/textarea/textarea.component.d.ts +0 -9
  271. package/dist/components/control/components/textarea/textarea.component.js +0 -6
  272. package/dist/components/control/control.component.d.ts +0 -41
  273. package/dist/components/control/control.component.js +0 -14
  274. package/dist/control.component-B9Ao9mfl.js +0 -557
  275. package/dist/input.component-C5xcmnfu.js +0 -999
  276. /package/dist/{components/control/hooks/useChoice/useChoice.hook.js → controls/hooks/use-choice/use-choice.hook.js} +0 -0
  277. /package/dist/{components/control → controls}/utils/functions/functions.util.d.ts +0 -0
  278. /package/dist/{components/control → controls}/utils/functions/functions.util.js +0 -0
@@ -1,11 +1,14 @@
1
- import { BaseProps } from '../../utils/types';
1
+ import { Base } from '../../utils/types';
2
2
  type FooterLink = {
3
3
  text: string;
4
4
  onClick: () => void;
5
5
  };
6
- export interface FooterProps extends BaseProps {
6
+ interface FooterProps extends Base {
7
7
  name: string;
8
8
  links: FooterLink[];
9
9
  }
10
- export declare const Footer: ({ name, links, className }: FooterProps) => import("react/jsx-runtime").JSX.Element;
10
+ /**
11
+ * Displays a footer with copyright text and navigational links.
12
+ */
13
+ export declare const Footer: ({ name, links, ...base }: FooterProps) => import("react/jsx-runtime").JSX.Element;
11
14
  export {};
@@ -1,35 +1,43 @@
1
1
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- import p from "clsx";
3
- import '../../assets/footer-Dt0rYt73.css';const c = "_Footer_1qjpp_1", l = "_Copyright_1qjpp_11", _ = "_Links_1qjpp_18", d = "_Link_1qjpp_18", m = "_Button_1qjpp_32", u = "_Separator_1qjpp_44", t = {
4
- Footer: c,
5
- Copyright: l,
2
+ import c from "clsx";
3
+ import { baseProps as s } from "../../utils/functions/functions.util.js";
4
+ import '../../assets/footer-Dt0rYt73.css';const l = "_Footer_1qjpp_1", d = "_Copyright_1qjpp_11", _ = "_Links_1qjpp_18", m = "_Link_1qjpp_18", u = "_Button_1qjpp_32", h = "_Separator_1qjpp_44", t = {
5
+ Footer: l,
6
+ Copyright: d,
6
7
  Links: _,
7
- Link: d,
8
- Button: m,
9
- Separator: u
10
- }, f = ({ name: a, links: s, className: n = "" }) => /* @__PURE__ */ e("footer", { "data-testid": "footer", className: p(t.Footer, n), children: [
11
- /* @__PURE__ */ e("span", { "data-testid": "footer-copyright", className: t.Copyright, children: [
12
- "© ",
13
- (/* @__PURE__ */ new Date()).getFullYear(),
14
- " ",
15
- a
16
- ] }),
17
- /* @__PURE__ */ r("ul", { className: t.Links, children: s.map((o) => /* @__PURE__ */ e("li", { "data-testid": "footer-link", className: t.Link, children: [
18
- /* @__PURE__ */ r(
19
- "button",
20
- {
21
- "data-testid": "footer-button",
22
- type: "button",
23
- className: t.Button,
24
- onClick: (i) => {
25
- i.currentTarget.blur(), o.onClick();
26
- },
27
- children: o.text
28
- }
29
- ),
30
- /* @__PURE__ */ r("div", { "data-testid": "footer-separator", className: t.Separator })
31
- ] }, o.text)) })
32
- ] });
8
+ Link: m,
9
+ Button: u,
10
+ Separator: h
11
+ }, L = ({ name: n, links: i, ...a }) => /* @__PURE__ */ e(
12
+ "footer",
13
+ {
14
+ "data-testid": s(a, "data-testid", "footer"),
15
+ className: c(t.Footer, s(a, "className")),
16
+ children: [
17
+ /* @__PURE__ */ e("span", { "data-testid": "footer-copyright", className: t.Copyright, children: [
18
+ "© ",
19
+ (/* @__PURE__ */ new Date()).getFullYear(),
20
+ " ",
21
+ n
22
+ ] }),
23
+ /* @__PURE__ */ r("ul", { className: t.Links, children: i.map((o) => /* @__PURE__ */ e("li", { "data-testid": "footer-link", className: t.Link, children: [
24
+ /* @__PURE__ */ r(
25
+ "button",
26
+ {
27
+ "data-testid": "footer-button",
28
+ type: "button",
29
+ className: t.Button,
30
+ onClick: (p) => {
31
+ p.currentTarget.blur(), o.onClick();
32
+ },
33
+ children: o.text
34
+ }
35
+ ),
36
+ /* @__PURE__ */ r("div", { "data-testid": "footer-separator", className: t.Separator })
37
+ ] }, o.text)) })
38
+ ]
39
+ }
40
+ );
33
41
  export {
34
- f as Footer
42
+ L as Footer
35
43
  };
@@ -1 +1 @@
1
- export { Footer, type FooterProps } from './footer.component';
1
+ export { Footer } from './footer.component';
@@ -1,5 +1,8 @@
1
- import { BaseProps } from '../../utils/types';
2
- export interface InfoPanelProps extends BaseProps {
1
+ import { Base } from '../../utils/types';
2
+ export interface InfoPanelProps extends Base {
3
3
  data: [string, string][];
4
4
  }
5
- export declare const InfoPanel: ({ data, className }: InfoPanelProps) => import("react/jsx-runtime").JSX.Element;
5
+ /**
6
+ * Displays a key-value list of informational rows.
7
+ */
8
+ export declare const InfoPanel: ({ data, ...base }: InfoPanelProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,15 +1,23 @@
1
- import { jsx as s, jsxs as i } from "react/jsx-runtime";
2
- import o from "clsx";
3
- import '../../assets/info-panel-BAcoIlE-.css';const c = "_InfoPanel_h5syx_1", _ = "_List_h5syx_30", d = "_Item_h5syx_40", m = "_Key_h5syx_47", f = "_Value_h5syx_51", e = {
4
- InfoPanel: c,
5
- List: _,
6
- Item: d,
7
- Key: m,
1
+ import { jsx as a, jsxs as o } from "react/jsx-runtime";
2
+ import c from "clsx";
3
+ import { baseProps as n } from "../../utils/functions/functions.util.js";
4
+ import '../../assets/info-panel-BAcoIlE-.css';const m = "_InfoPanel_h5syx_1", d = "_List_h5syx_30", _ = "_Item_h5syx_40", r = "_Key_h5syx_47", f = "_Value_h5syx_51", s = {
5
+ InfoPanel: m,
6
+ List: d,
7
+ Item: _,
8
+ Key: r,
8
9
  Value: f
9
- }, r = ({ data: n, className: t = "" }) => /* @__PURE__ */ s("div", { "data-testid": "info-panel", className: o(e.InfoPanel, t), children: /* @__PURE__ */ s("ul", { "data-testid": "info-panel-list", className: e.List, children: n.map(([a, l]) => /* @__PURE__ */ i("li", { className: e.Item, children: [
10
- /* @__PURE__ */ s("span", { "data-testid": "info-panel-key", className: e.Key, children: a }),
11
- /* @__PURE__ */ s("span", { "data-testid": "info-panel-value", className: e.Value, children: l })
12
- ] }, a)) }) });
10
+ }, y = ({ data: l, ...e }) => /* @__PURE__ */ a(
11
+ "div",
12
+ {
13
+ "data-testid": n(e, "data-testid", "info-panel"),
14
+ className: c(s.InfoPanel, n(e, "className")),
15
+ children: /* @__PURE__ */ a("ul", { "data-testid": "info-panel-list", className: s.List, children: l.map(([t, i]) => /* @__PURE__ */ o("li", { className: s.Item, children: [
16
+ /* @__PURE__ */ a("span", { "data-testid": "info-panel-key", className: s.Key, children: t }),
17
+ /* @__PURE__ */ a("span", { "data-testid": "info-panel-value", className: s.Value, children: i })
18
+ ] }, t)) })
19
+ }
20
+ );
13
21
  export {
14
- r as InfoPanel
22
+ y as InfoPanel
15
23
  };
@@ -1 +1 @@
1
- export { Information, type InformationProps } from './information.component';
1
+ export { Information } from './information.component';
@@ -1,6 +1,7 @@
1
- import { PropsWithChildren } from 'react';
2
- import { BaseProps } from '../../utils/types';
3
- export type InformationProps = PropsWithChildren<BaseProps>;
4
- export declare const Information: import('react').ForwardRefExoticComponent<BaseProps & {
1
+ import { Base } from '../../utils/types';
2
+ /**
3
+ * Displays informational content with an icon and rich child elements.
4
+ */
5
+ export declare const Information: import('react').ForwardRefExoticComponent<Base & {
5
6
  children?: import('react').ReactNode | undefined;
6
7
  } & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,15 +1,24 @@
1
- import { jsxs as s, jsx as n } from "react/jsx-runtime";
2
- import { forwardRef as a } from "react";
1
+ import { jsxs as a, jsx as n } from "react/jsx-runtime";
2
+ import { forwardRef as i } from "react";
3
3
  import { Info as c } from "lucide-react";
4
- import i from "clsx";
5
- import '../../assets/information-D-nqKgE6.css';const f = "_Information_1g632_1", e = "_Icon_1g632_16", I = "_Text_1g632_25", o = {
6
- Information: f,
7
- Icon: e,
8
- Text: I
9
- }, p = a(({ children: t, className: r = "" }, m) => /* @__PURE__ */ s("div", { "data-testid": "information", ref: m, className: i(o.Information, r), children: [
10
- /* @__PURE__ */ n(c, { className: o.Icon }),
11
- /* @__PURE__ */ n("div", { className: o.Text, children: t })
12
- ] }));
4
+ import f from "clsx";
5
+ import { baseProps as r } from "../../utils/functions/functions.util.js";
6
+ import '../../assets/information-D-nqKgE6.css';const e = "_Information_1g632_1", I = "_Icon_1g632_16", _ = "_Text_1g632_25", o = {
7
+ Information: e,
8
+ Icon: I,
9
+ Text: _
10
+ }, T = i(({ children: m, ...t }, s) => /* @__PURE__ */ a(
11
+ "div",
12
+ {
13
+ "data-testid": r(t, "data-testid", "information"),
14
+ ref: s,
15
+ className: f(o.Information, r(t, "className")),
16
+ children: [
17
+ /* @__PURE__ */ n(c, { className: o.Icon }),
18
+ /* @__PURE__ */ n("div", { className: o.Text, children: m })
19
+ ]
20
+ }
21
+ ));
13
22
  export {
14
- p as Information
23
+ T as Information
15
24
  };
@@ -1 +1 @@
1
- export { Loader, type LoaderProps } from './loader.component';
1
+ export { Loader } from './loader.component';
@@ -1,9 +1,13 @@
1
- import { BaseProps, Size } from '../../utils/types';
2
- type LoaderColor = 'white' | 'primary' | 'secondary';
3
- export interface LoaderProps extends BaseProps {
4
- size: Size;
1
+ import { Base, FontColor, Size } from '../../utils/types';
2
+ type LoaderColor = 'white' | Extract<FontColor, 'text-primary' | 'text-secondary' | 'accent-primary' | 'accent-secondary'>;
3
+ export interface LoaderProps extends Base {
5
4
  color: LoaderColor;
5
+ size: Size;
6
6
  padding?: Size;
7
7
  }
8
- export declare const Loader: ({ size, color, padding, className }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
8
+ /**
9
+ * `Loader` renders a spinning icon and supports multiple sizes and colors. Use `padding` when
10
+ * the loader needs extra breathing room inside a container.
11
+ */
12
+ export declare const Loader: ({ color, size, padding, ...base }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
9
13
  export {};
@@ -1,65 +1,52 @@
1
- import { jsxs as t, jsx as c } from "react/jsx-runtime";
2
- import s from "clsx";
3
- import { Loader as X } from "lucide-react";
4
- import '../../assets/loader-C0f3AvRU.css';const n = "_Loader_11mao_1", m = "_Padding_11mao_5", L = "_XXS_11mao_10", x = "_XS_11mao_14", i = "_SM_11mao_18", S = "_MD_11mao_22", d = "_LG_11mao_26", l = "_XL_11mao_30", y = "_XXL_11mao_34", u = "_XXXL_11mao_38", M = "_Icon_11mao_42", P = "_White_11mao_47", h = "_Primary_11mao_51", D = "_Secondary_11mao_55", o = {
5
- Loader: n,
6
- Padding: m,
1
+ import { jsxs as n, jsx as s } from "react/jsx-runtime";
2
+ import _ from "clsx";
3
+ import { Loader as x } from "lucide-react";
4
+ import { baseProps as o } from "../../utils/functions/functions.util.js";
5
+ import { getLoaderSize as X } from "./loader.utils.js";
6
+ import '../../assets/loader-DadlBlOF.css';const m = "_Loader_px5cg_1", i = "_Padding_px5cg_5", L = "_XXS_px5cg_10", d = "_XS_px5cg_14", S = "_SM_px5cg_18", y = "_MD_px5cg_22", p = "_LG_px5cg_26", g = "_XL_px5cg_30", P = "_XXL_px5cg_34", A = "_XXXL_px5cg_38", M = "_Icon_px5cg_42", T = "_White_px5cg_47", l = "_TextPrimary_px5cg_51", h = "_TextSecondary_px5cg_55", f = "_AccentPrimary_px5cg_59", D = "_AccentSecondary_px5cg_63", c = {
7
+ Loader: m,
8
+ Padding: i,
7
9
  XXS: L,
8
- XS: x,
9
- SM: i,
10
- MD: S,
11
- LG: d,
12
- XL: l,
13
- XXL: y,
14
- XXXL: u,
10
+ XS: d,
11
+ SM: S,
12
+ MD: y,
13
+ LG: p,
14
+ XL: g,
15
+ XXL: P,
16
+ XXXL: A,
15
17
  Icon: M,
16
- White: P,
17
- Primary: h,
18
- Secondary: D
19
- }, f = ({ size: e, color: r, padding: a, className: _ = "" }) => /* @__PURE__ */ t(
18
+ White: T,
19
+ TextPrimary: l,
20
+ TextSecondary: h,
21
+ AccentPrimary: f,
22
+ AccentSecondary: D
23
+ }, z = ({ color: e, size: a, padding: t, ...r }) => /* @__PURE__ */ n(
20
24
  "div",
21
25
  {
22
- "data-testid": "loader",
23
- className: s(o.Loader, _, {
24
- [o.Padding]: !!a,
25
- [o.XXS]: a === "xxs",
26
- [o.XS]: a === "xs",
27
- [o.SM]: a === "sm",
28
- [o.MD]: a === "md",
29
- [o.LG]: a === "lg",
30
- [o.XL]: a === "xl",
31
- [o.XXL]: a === "xxl",
32
- [o.XXXL]: a === "xxxl"
26
+ "data-testid": o(r, "data-testid", "loader"),
27
+ className: _(c.Loader, o(r, "className"), {
28
+ [c.Padding]: !!t,
29
+ [c.XXS]: t === "xxs",
30
+ [c.XS]: t === "xs",
31
+ [c.SM]: t === "sm",
32
+ [c.MD]: t === "md",
33
+ [c.LG]: t === "lg",
34
+ [c.XL]: t === "xl",
35
+ [c.XXL]: t === "xxl",
36
+ [c.XXXL]: t === "xxxl"
33
37
  }),
34
38
  children: [
35
- /* @__PURE__ */ c(
36
- X,
39
+ /* @__PURE__ */ s(
40
+ x,
37
41
  {
38
42
  "data-testid": "loader-icon",
39
- size: (() => {
40
- switch (e) {
41
- case "xxs":
42
- return 16;
43
- case "xs":
44
- return 24;
45
- case "sm":
46
- return 32;
47
- case "md":
48
- return 40;
49
- case "lg":
50
- return 48;
51
- case "xl":
52
- return 56;
53
- case "xxl":
54
- return 64;
55
- case "xxxl":
56
- return 72;
57
- }
58
- })(),
59
- className: s(o.Icon, {
60
- [o.White]: r === "white",
61
- [o.Primary]: r === "primary",
62
- [o.Secondary]: r === "secondary"
43
+ size: X(a),
44
+ className: _(c.Icon, {
45
+ [c.White]: e === "white",
46
+ [c.TextPrimary]: e === "text-primary",
47
+ [c.TextSecondary]: e === "text-secondary",
48
+ [c.AccentPrimary]: e === "accent-primary",
49
+ [c.AccentSecondary]: e === "accent-secondary"
63
50
  })
64
51
  }
65
52
  ),
@@ -68,5 +55,5 @@ import '../../assets/loader-C0f3AvRU.css';const n = "_Loader_11mao_1", m = "_Pad
68
55
  }
69
56
  );
70
57
  export {
71
- f as Loader
58
+ z as Loader
72
59
  };
@@ -0,0 +1,2 @@
1
+ import { Size } from '../../utils/types';
2
+ export declare const getLoaderSize: (size: Size) => number;
@@ -0,0 +1,13 @@
1
+ const s = {
2
+ xxs: 16,
3
+ xs: 24,
4
+ sm: 32,
5
+ md: 40,
6
+ lg: 48,
7
+ xl: 56,
8
+ xxl: 64,
9
+ xxxl: 72
10
+ }, e = (x) => s[x];
11
+ export {
12
+ e as getLoaderSize
13
+ };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import h from "clsx";
3
- import { Animation as o } from "../../animations/animation.component.js";
3
+ import { AnimationFadeScale as o } from "../../animations/animation-fade-scale/animation-fade-scale.component.js";
4
4
  import { Text as a } from "../text/text.component.js";
5
5
  import '../../assets/main-attachment-Cw8AP6xv.css';const r = "_MainAttachment_1oa7f_1", s = "_MainAttachmentTitle_1oa7f_5", A = "_MainAttachmentTitleWithSubtitle_1oa7f_9", M = "_MainAttachmentSubtitle_1oa7f_13", i = {
6
6
  MainAttachment: r,
@@ -12,7 +12,7 @@ import '../../assets/main-attachment-Cw8AP6xv.css';const r = "_MainAttachment_1o
12
12
  return /* @__PURE__ */ m("div", { className: i.MainAttachment, children: [
13
13
  e ? /* @__PURE__ */ t("div", { className: h(i.MainAttachmentTitle, { [i.MainAttachmentTitleWithSubtitle]: !!n }), children: /* @__PURE__ */ t(a.PageTitle, { children: e }) }) : null,
14
14
  n ? /* @__PURE__ */ t("div", { className: i.MainAttachmentSubtitle, children: /* @__PURE__ */ t(a.PageSubtitle, { children: n }) }) : null,
15
- /* @__PURE__ */ t(o.FadeScale, { name: "attachment-main", condition: !0, animateOnStart: !0, duration: 0.2, delay: 0.1, children: l })
15
+ /* @__PURE__ */ t(o, { name: "attachment-main", condition: !0, animateOnStart: !0, duration: 0.2, delay: 0.1, children: l })
16
16
  ] });
17
17
  };
18
18
  export {
@@ -1,10 +1,13 @@
1
1
  import { ReactNode } from 'react';
2
- import { BaseProps } from '../../utils/types';
2
+ import { Base } from '../../utils/types';
3
3
  type MessageType = 'success' | 'question' | 'error' | 'info';
4
- export interface MessageProps extends BaseProps {
4
+ export interface MessageProps extends Base {
5
5
  type: MessageType;
6
6
  title: ReactNode;
7
7
  text: ReactNode;
8
8
  }
9
- export declare const Message: ({ type, title, text, className }: MessageProps) => import("react/jsx-runtime").JSX.Element;
9
+ /**
10
+ * Displays a message with an icon, title, and text content based on the message type (`success`, `question`, `error`, or `info`).
11
+ */
12
+ export declare const Message: ({ type, title, text, ...base }: MessageProps) => import("react/jsx-runtime").JSX.Element;
10
13
  export {};
@@ -1,39 +1,40 @@
1
- import { jsxs as c, jsx as t } from "react/jsx-runtime";
2
- import { Check as r, CircleQuestionMark as l, X as _, CircleAlert as d } from "lucide-react";
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ import { Check as l, CircleQuestionMark as _, X as d, CircleAlert as m } from "lucide-react";
3
3
  import f from "clsx";
4
- import { Content as o } from "../../utils/content/content.component.js";
5
- import '../../assets/message-CgGyIv5e.css';const m = "_Message_fkc6l_1", u = "_Success_fkc6l_15", k = "_Icon_fkc6l_19", I = "_Question_fkc6l_23", x = "_Info_fkc6l_39", C = "_Content_fkc6l_52", g = "_Title_fkc6l_62", N = "_Text_fkc6l_66", s = {
6
- Message: m,
7
- Success: u,
8
- Icon: k,
9
- Question: I,
4
+ import { baseProps as n } from "../../utils/functions/functions.util.js";
5
+ import { Content as a } from "../../utils/content/content.component.js";
6
+ import '../../assets/message-CgGyIv5e.css';const u = "_Message_fkc6l_1", k = "_Success_fkc6l_15", I = "_Icon_fkc6l_19", x = "_Question_fkc6l_23", C = "_Info_fkc6l_39", N = "_Content_fkc6l_52", g = "_Title_fkc6l_62", T = "_Text_fkc6l_66", s = {
7
+ Message: u,
8
+ Success: k,
9
+ Icon: I,
10
+ Question: x,
10
11
  Error: "_Error_fkc6l_31",
11
- Info: x,
12
- Content: C,
12
+ Info: C,
13
+ Content: N,
13
14
  Title: g,
14
- Text: N
15
- }, S = ({ type: e, title: n, text: a, className: i = "" }) => /* @__PURE__ */ c(
15
+ Text: T
16
+ }, E = ({ type: e, title: i, text: r, ...c }) => /* @__PURE__ */ o(
16
17
  "div",
17
18
  {
18
- "data-testid": "message",
19
- className: f(s.Message, i, {
19
+ "data-testid": n(c, "data-testid", "message"),
20
+ className: f(s.Message, n(c, "className"), {
20
21
  [s.Success]: e === "success",
21
22
  [s.Question]: e === "question",
22
23
  [s.Error]: e === "error",
23
24
  [s.Info]: e === "info"
24
25
  }),
25
26
  children: [
26
- e === "success" && /* @__PURE__ */ t(r, { "data-testid": "success-icon", className: s.Icon }),
27
- e === "question" && /* @__PURE__ */ t(l, { "data-testid": "question-icon", className: s.Icon }),
28
- e === "error" && /* @__PURE__ */ t(_, { "data-testid": "error-icon", className: s.Icon }),
29
- e === "info" && /* @__PURE__ */ t(d, { "data-testid": "info-icon", className: s.Icon }),
30
- /* @__PURE__ */ c("div", { className: s.Content, children: [
31
- /* @__PURE__ */ t(o, { "data-testid": "message-title", className: s.Title, children: n }),
32
- /* @__PURE__ */ t(o, { "data-testid": "message-text", className: s.Text, children: a })
27
+ e === "success" && /* @__PURE__ */ t(l, { "data-testid": "success-icon", className: s.Icon }),
28
+ e === "question" && /* @__PURE__ */ t(_, { "data-testid": "question-icon", className: s.Icon }),
29
+ e === "error" && /* @__PURE__ */ t(d, { "data-testid": "error-icon", className: s.Icon }),
30
+ e === "info" && /* @__PURE__ */ t(m, { "data-testid": "info-icon", className: s.Icon }),
31
+ /* @__PURE__ */ o("div", { className: s.Content, children: [
32
+ /* @__PURE__ */ t(a, { "data-testid": "message-title", className: s.Title, children: i }),
33
+ /* @__PURE__ */ t(a, { "data-testid": "message-text", className: s.Text, children: r })
33
34
  ] })
34
35
  ]
35
36
  }
36
37
  );
37
38
  export {
38
- S as Message
39
+ E as Message
39
40
  };
@@ -0,0 +1 @@
1
+ export { MessageBlock } from './message-block.component';
@@ -0,0 +1,4 @@
1
+ import { MessageBlock as r } from "./message-block.component.js";
2
+ export {
3
+ r as MessageBlock
4
+ };
@@ -1,7 +1,12 @@
1
1
  import { PropsWithChildren } from 'react';
2
- export interface MessageBlockProps extends PropsWithChildren {
2
+ import { Base } from '../../utils/types';
3
+ interface MessageBlockProps extends PropsWithChildren<Base> {
3
4
  emoji?: string;
4
5
  title?: string;
5
6
  subtitle?: string;
6
7
  }
7
- export declare const MessageBlock: (props: MessageBlockProps) => import("react/jsx-runtime").JSX.Element;
8
+ /**
9
+ * Displays a message block with optional `emoji`, `title`, `subtitle`, and rich content (`children`).
10
+ */
11
+ export declare const MessageBlock: ({ children, emoji, title, subtitle, ...base }: MessageBlockProps) => import("react/jsx-runtime").JSX.Element;
12
+ export {};
@@ -1,20 +1,38 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { Flex as i } from "../flex/flex.component.js";
3
- import { Text as l } from "../text/text.component.js";
4
- import '../../assets/message-block-BVk5u9rO.css';const g = "_MessageBlockEmoji_1882v_1", m = "_MessageBlockContent_1882v_6", c = {
5
- MessageBlockEmoji: g,
6
- MessageBlockContent: m
7
- }, j = (a) => {
8
- const { children: n, emoji: t = "", title: o = "", subtitle: s = "" } = a;
9
- return /* @__PURE__ */ r(i, { direction: "column", justify: "start", gap: "lg", children: [
10
- t ? /* @__PURE__ */ e("div", { className: c.MessageBlockEmoji, children: t }) : null,
11
- o || s ? /* @__PURE__ */ r(i, { direction: "column", justify: "start", gap: "xs", children: [
12
- o ? /* @__PURE__ */ e(l.Tag, { tag: "h2", weight: "medium", size: "hl2", color: "primary", children: o }) : null,
13
- s ? /* @__PURE__ */ e(l.Tag, { tag: "h6", weight: "regular", size: "regular", color: "secondary", children: s }) : null
14
- ] }) : null,
15
- /* @__PURE__ */ e(l.Tag, { tag: "div", weight: "regular", size: "regular", color: "primary", className: c.MessageBlockContent, children: n })
16
- ] });
17
- };
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
+ import m from "clsx";
3
+ import { baseProps as r } from "../../utils/functions/functions.util.js";
4
+ import { Text as o } from "../text/text.component.js";
5
+ import '../../assets/message-block-DG1cePyB.css';const d = "_MessageBlock_14g5p_1", n = "_Emoji_14g5p_7", p = "_Titles_14g5p_12", _ = "_Content_14g5p_18", s = {
6
+ MessageBlock: d,
7
+ Emoji: n,
8
+ Titles: p,
9
+ Content: _
10
+ }, b = ({ children: g, emoji: i = "", title: t = "", subtitle: a = "", ...c }) => /* @__PURE__ */ l(
11
+ "div",
12
+ {
13
+ "data-testid": r(c, "data-testid", "message-block"),
14
+ className: m(s.MessageBlock, r(c, "className")),
15
+ children: [
16
+ i && /* @__PURE__ */ e("div", { "data-testid": "message-block-emoji", className: s.Emoji, children: i }),
17
+ (t || a) && /* @__PURE__ */ l("div", { "data-testid": "message-block-titles", className: s.Titles, children: [
18
+ t && /* @__PURE__ */ e(o.Tag, { "data-testid": "message-block-title", tag: "h2", weight: "medium", size: "hl2", color: "primary", children: t }),
19
+ a && /* @__PURE__ */ e(o.Tag, { "data-testid": "message-block-subtitle", tag: "h6", weight: "regular", size: "regular", color: "secondary", children: a })
20
+ ] }),
21
+ /* @__PURE__ */ e(
22
+ o.Tag,
23
+ {
24
+ "data-testid": "message-block-content",
25
+ tag: "div",
26
+ weight: "regular",
27
+ size: "regular",
28
+ color: "primary",
29
+ className: s.Content,
30
+ children: g
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
18
36
  export {
19
- j as MessageBlock
37
+ b as MessageBlock
20
38
  };
@@ -1,13 +1,16 @@
1
- import { BaseProps } from '../../utils/types';
1
+ import { Base } from '../../utils/types';
2
2
  type TableRow = {
3
3
  key: string;
4
4
  value: string;
5
5
  };
6
- export interface NotFoundProps extends BaseProps {
6
+ export interface NotFoundProps extends Base {
7
7
  title: string;
8
8
  subtitle: string;
9
9
  tableTitle: string;
10
10
  tableRows: TableRow[];
11
11
  }
12
- export declare const NotFound: ({ title, subtitle, tableTitle, tableRows, className }: NotFoundProps) => import("react/jsx-runtime").JSX.Element;
12
+ /**
13
+ * Displays a 404 not found page with title, subtitle, and contact information table.
14
+ */
15
+ export declare const NotFound: ({ title, subtitle, tableTitle, tableRows, ...base }: NotFoundProps) => import("react/jsx-runtime").JSX.Element;
13
16
  export {};