@npm_leadtech/legal-contracts-ui 0.171.2 → 0.171.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/dist/assets/style/themes.css +1 -0
  2. package/dist/components/AboutUsTemplate.js +39 -43
  3. package/dist/components/AddIcon.js +16 -11
  4. package/dist/components/AiLegalDocumentReviewerTemplate.js +47 -33
  5. package/dist/components/AllDocumentsTemplate.js +38 -30
  6. package/dist/components/AlternativeSubtypeDocument.js +31 -20
  7. package/dist/components/Anchor.d.ts +1 -1
  8. package/dist/components/Anchor.js +31 -24
  9. package/dist/components/Article.js +30 -23
  10. package/dist/components/AsideNavMenu.js +46 -36
  11. package/dist/components/Badge.js +11 -14
  12. package/dist/components/BannerTagSection.js +57 -29
  13. package/dist/components/BenefitsBar.js +36 -15
  14. package/dist/components/Blockquote.d.ts +1 -1
  15. package/dist/components/Blockquote.js +15 -12
  16. package/dist/components/BlogSection.js +29 -13
  17. package/dist/components/Breadcrumb.js +20 -13
  18. package/dist/components/BusinessIcon.js +18 -13
  19. package/dist/components/Button.d.ts +1 -1
  20. package/dist/components/Button.js +15 -32
  21. package/dist/components/Button.utils.js +119 -134
  22. package/dist/components/CaFlagIcon.js +45 -35
  23. package/dist/components/CategoriesSection.js +37 -20
  24. package/dist/components/CategoryProductTemplate.js +45 -43
  25. package/dist/components/CheckIcon.js +15 -11
  26. package/dist/components/Checkbox.js +29 -33
  27. package/dist/components/ChevronDownIcon.d.ts +1 -2
  28. package/dist/components/ChevronDownIcon.js +16 -11
  29. package/dist/components/ChevronRightIcon.js +16 -11
  30. package/dist/components/ClearIcon.js +16 -11
  31. package/dist/components/CloseIcon.d.ts +1 -2
  32. package/dist/components/CloseIcon.js +18 -13
  33. package/dist/components/Code.d.ts +1 -1
  34. package/dist/components/Code.js +11 -5
  35. package/dist/components/CommunicationIcon.js +18 -13
  36. package/dist/components/ContactBanner.js +41 -25
  37. package/dist/components/ContactFormSection.js +142 -74
  38. package/dist/components/ContactMethodCard.js +83 -37
  39. package/dist/components/ContactMethodsSection.js +8 -5
  40. package/dist/components/ContactUsSection.js +52 -28
  41. package/dist/components/ContactUsTemplate.js +57 -36
  42. package/dist/components/ContentItem.js +52 -33
  43. package/dist/components/ContinueEditingBanner.js +28 -28
  44. package/dist/components/ConversionSection.js +25 -12
  45. package/dist/components/CookiesBar.js +21 -10
  46. package/dist/components/CtaSection.js +45 -48
  47. package/dist/components/DeFlagIcon.js +44 -12
  48. package/dist/components/DefaultSubtypeDocument.js +45 -26
  49. package/dist/components/DocEditFillIcon.js +16 -11
  50. package/dist/components/DocOutlineIcon.js +17 -12
  51. package/dist/components/DocumentCategories.js +56 -46
  52. package/dist/components/DocumentItem.js +19 -22
  53. package/dist/components/DocumentReviewUploadCard.js +39 -36
  54. package/dist/components/DocumentSection.js +29 -16
  55. package/dist/components/DoneCircleIcon.js +49 -43
  56. package/dist/components/DoneIcon.js +16 -11
  57. package/dist/components/ElectronicSignatureTemplate.js +45 -30
  58. package/dist/components/Emphasis.d.ts +1 -1
  59. package/dist/components/Emphasis.js +5 -5
  60. package/dist/components/EmploymentIcon.js +16 -11
  61. package/dist/components/EstatePlanningIcon.js +18 -13
  62. package/dist/components/ExpertsSection.js +38 -22
  63. package/dist/components/FacebookIcon.js +21 -14
  64. package/dist/components/FamilyIcon.js +18 -13
  65. package/dist/components/FaqItem.js +54 -53
  66. package/dist/components/FaqItemWrapper.js +33 -23
  67. package/dist/components/FaqSection.js +27 -18
  68. package/dist/components/FaqTeaserSection.js +40 -27
  69. package/dist/components/FaqsTemplate.js +20 -14
  70. package/dist/components/FastAndSimpleSection.js +49 -57
  71. package/dist/components/FeaturesSection.js +46 -34
  72. package/dist/components/FillFormsIcon.js +18 -13
  73. package/dist/components/FinanceIcon.js +18 -13
  74. package/dist/components/Footer.js +78 -46
  75. package/dist/components/FooterNav.js +15 -9
  76. package/dist/components/FooterNavItem.js +11 -8
  77. package/dist/components/FreeDocumentModal.js +34 -24
  78. package/dist/components/GbFlagIcon.js +96 -48
  79. package/dist/components/GuidelinesSection.js +78 -23
  80. package/dist/components/HamburgerIcon.d.ts +1 -2
  81. package/dist/components/HamburgerIcon.js +18 -13
  82. package/dist/components/Header.js +52 -54
  83. package/dist/components/Header1.d.ts +1 -1
  84. package/dist/components/Header1.js +7 -4
  85. package/dist/components/Header2.d.ts +1 -1
  86. package/dist/components/Header2.js +16 -13
  87. package/dist/components/Header3.d.ts +1 -1
  88. package/dist/components/Header3.js +7 -4
  89. package/dist/components/Header4.d.ts +1 -1
  90. package/dist/components/Header4.js +7 -4
  91. package/dist/components/HelpGuideIcon.js +18 -13
  92. package/dist/components/Hero2Section.js +51 -72
  93. package/dist/components/Hero2SectionTitle.utils.js +17 -17
  94. package/dist/components/HeroImageShell.js +19 -15
  95. package/dist/components/HeroSection.js +45 -20
  96. package/dist/components/HighlightedText.js +12 -12
  97. package/dist/components/HistoryIcon.js +18 -13
  98. package/dist/components/HomeTemplate.js +29 -33
  99. package/dist/components/HowItWorksSection.js +49 -34
  100. package/dist/components/HowItWorksTemplate.js +202 -128
  101. package/dist/components/HowItWorksTemplateTokens.js +4 -8
  102. package/dist/components/ImageWithPreview.js +26 -14
  103. package/dist/components/InfoIcon.js +18 -13
  104. package/dist/components/Input.js +93 -110
  105. package/dist/components/InstagramIcon.js +34 -32
  106. package/dist/components/IntroSection.js +21 -42
  107. package/dist/components/Item.js +39 -48
  108. package/dist/components/JumboCard.js +40 -18
  109. package/dist/components/JumboDocs.js +78 -59
  110. package/dist/components/Jumbotron.js +18 -12
  111. package/dist/components/Jumbotron2.js +30 -25
  112. package/dist/components/Jumbotron3.js +14 -5
  113. package/dist/components/LanguageSelector.js +75 -60
  114. package/dist/components/LawGeniusImageShell.js +20 -14
  115. package/dist/components/LawGeniusStepCard.js +31 -17
  116. package/dist/components/LegalTemplate.js +16 -10
  117. package/dist/components/LinkWrapper.d.ts +1 -1
  118. package/dist/components/LinkWrapper.js +10 -17
  119. package/dist/components/LinkedProducts.js +14 -5
  120. package/dist/components/LinkedinIcon.js +19 -20
  121. package/dist/components/LocationIcon.js +16 -11
  122. package/dist/components/MailFillIcon.js +16 -11
  123. package/dist/components/Markdown.js +68 -50
  124. package/dist/components/MissionSection.js +29 -17
  125. package/dist/components/MobileMenu.js +87 -93
  126. package/dist/components/Modal.d.ts +1 -1
  127. package/dist/components/Modal.js +51 -68
  128. package/dist/components/MoreTemplatesSection.js +40 -28
  129. package/dist/components/NavMenu.js +22 -19
  130. package/dist/components/NavMenuItem.js +106 -111
  131. package/dist/components/NotFoundTemplate.js +29 -14
  132. package/dist/components/OrderedList.d.ts +1 -1
  133. package/dist/components/OrderedList.js +16 -13
  134. package/dist/components/Paragraph.d.ts +1 -1
  135. package/dist/components/Paragraph.js +15 -12
  136. package/dist/components/PartnersSection.js +27 -11
  137. package/dist/components/PersonalIcon.js +18 -13
  138. package/dist/components/PhoneButton.d.ts +1 -1
  139. package/dist/components/PhoneButton.js +15 -17
  140. package/dist/components/PhoneIcon.js +18 -15
  141. package/dist/components/PhoneTalkIcon.d.ts +1 -2
  142. package/dist/components/PhoneTalkIcon.js +16 -11
  143. package/dist/components/PlusIcon.js +17 -5
  144. package/dist/components/Preform.js +59 -59
  145. package/dist/components/PreformMobile.js +110 -105
  146. package/dist/components/PreformOption.js +18 -24
  147. package/dist/components/PreviewDownload.js +64 -39
  148. package/dist/components/PreviewSection.js +44 -31
  149. package/dist/components/PricingOfferingsSection.js +34 -22
  150. package/dist/components/PricingPlanCard.js +56 -44
  151. package/dist/components/PricingPlansSection.js +31 -19
  152. package/dist/components/PricingResourcesSection.d.ts +1 -1
  153. package/dist/components/PricingResourcesSection.js +29 -20
  154. package/dist/components/PricingSupportTeaserSection.js +26 -22
  155. package/dist/components/PricingTemplate.js +39 -34
  156. package/dist/components/PrintIcon.js +18 -13
  157. package/dist/components/PrivateIcon.js +16 -11
  158. package/dist/components/ProcessSection.js +33 -25
  159. package/dist/components/ProductInfo.js +47 -26
  160. package/dist/components/ProductTemplate.js +53 -52
  161. package/dist/components/QuestionIcon.js +18 -16
  162. package/dist/components/QuestionOutlineIcon.js +16 -14
  163. package/dist/components/RatafiaSection.js +94 -68
  164. package/dist/components/RealStateIcon.js +16 -11
  165. package/dist/components/ResourcesImageShell.js +19 -15
  166. package/dist/components/SaveIcon.js +19 -30
  167. package/dist/components/ScalatorIcon.d.ts +1 -2
  168. package/dist/components/ScalatorIcon.js +16 -11
  169. package/dist/components/SearchBar.js +103 -93
  170. package/dist/components/SearchIcon.js +16 -11
  171. package/dist/components/SectionHeading.js +17 -24
  172. package/dist/components/SecurityIcon.js +18 -13
  173. package/dist/components/Select.js +63 -55
  174. package/dist/components/SinglePhoneIcon.js +16 -11
  175. package/dist/components/SparkIcon.js +14 -5
  176. package/dist/components/StarsIcon.js +18 -13
  177. package/dist/components/StepImageShell.js +18 -14
  178. package/dist/components/Storyline.js +58 -41
  179. package/dist/components/Table.d.ts +1 -1
  180. package/dist/components/Table.js +20 -8
  181. package/dist/components/TableOfContents.js +25 -9
  182. package/dist/components/TableOfContentsWrapper.js +26 -25
  183. package/dist/components/Textarea.js +46 -43
  184. package/dist/components/TikTokIcon.js +21 -22
  185. package/dist/components/TimeIcon.js +18 -13
  186. package/dist/components/Toast.d.ts +1 -1
  187. package/dist/components/Toast.js +67 -47
  188. package/dist/components/Tooltips.js +20 -13
  189. package/dist/components/TrustPilotSection.d.ts +1 -1
  190. package/dist/components/TrustPilotSection.js +25 -12
  191. package/dist/components/TrustSection.js +42 -18
  192. package/dist/components/TrustedBadge.js +10 -10
  193. package/dist/components/TrustedIcon.js +18 -13
  194. package/dist/components/TryNowSection.js +22 -10
  195. package/dist/components/TwoColumnSection.js +12 -23
  196. package/dist/components/UiComponents.d.ts +1 -1
  197. package/dist/components/UiComponents.js +14 -31
  198. package/dist/components/UnorderedList.d.ts +1 -1
  199. package/dist/components/UnorderedList.js +17 -14
  200. package/dist/components/UnsubscribeSection.js +10 -4
  201. package/dist/components/UnsubscribeTemplate.js +19 -10
  202. package/dist/components/UploadZone.js +56 -52
  203. package/dist/components/UsFlagIcon.js +30 -28
  204. package/dist/components/ValuesSection.js +29 -17
  205. package/dist/components/VerifiedIcon.js +18 -13
  206. package/dist/components/Video.d.ts +1 -1
  207. package/dist/components/Video.js +8 -4
  208. package/dist/components/WeHelpSection.js +30 -19
  209. package/dist/components/ZoomIcon.js +18 -13
  210. package/dist/components/index.d.ts +16 -17
  211. package/dist/index.js +149 -0
  212. package/dist/shared/hooks/useScroll.js +14 -14
  213. package/package.json +49 -47
@@ -0,0 +1 @@
1
+ html[data-theme=primarygreen]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#eff7f5;--primary-100:#e4f8f3;--primary-200:#c0f7e8;--primary-300:#5dd8c3;--primary-400:#34b2a7;--primary-500:#078080;--primary-700:#05646e;--primary-800:#02374a;--primary-900:#032a38;--secondary-50:#fcf9f5;--secondary-100:#fcf4e5;--secondary-200:#f7e8cf;--secondary-300:#f5dab0;--secondary-400:#f4cc8c;--secondary-500:#f2bd6a;--secondary-600:#cd9a4c;--secondary-700:#936c2f;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#b5babd;--neutral-600:#6d7275;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=primaryblue]{--background:#fff;--foreground:#171717;--font-inter:"Poppins", sans-serif;--font-lora:"Poppins", sans-serif;--font-lora-weight:700;--primary-50:#e9f5ff;--primary-100:#d7ecff;--primary-200:#b7daff;--primary-300:#8bc1ff;--primary-400:#5e99ff;--primary-500:#3970ff;--primary-700:#1039f5;--primary-800:#163399;--primary-900:#07144b;--secondary-50:#fff6ed;--secondary-100:#fff0d5;--secondary-200:#fedcaa;--secondary-300:#fdc374;--secondary-400:#fb9e3c;--secondary-500:#f98116;--secondary-600:#ea660c;--secondary-700:#d3530d;--neutral-25:#f5f7fa;--neutral-50:#ebeef3;--neutral-200:#d2d9e5;--neutral-400:#abbbce;--neutral-600:#496080;--neutral-800:#2f3a4b;--neutral-900:#1f2532;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=secondaryorange]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#fff5ee;--primary-100:#ffe1cc;--primary-200:#ffc59b;--primary-300:#ffa05c;--primary-400:#ff862e;--primary-500:#f26600;--primary-700:#c95500;--primary-800:#4f2100;--primary-900:#220f00;--secondary-50:#eff7f5;--secondary-100:#e4f8f3;--secondary-200:#c0f7e8;--secondary-300:#5dd8c3;--secondary-400:#34b2a7;--secondary-500:#078080;--secondary-600:#05646e;--secondary-700:#02374a;--secondary-900:#032a38;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#b5babd;--neutral-600:#6d7275;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=secondaryblue]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#f9f9ff;--primary-100:#eceeff;--primary-200:#c3c9ff;--primary-300:#9aa4ff;--primary-400:#717fff;--primary-500:#485aff;--primary-700:#1725a6;--primary-800:#050e5a;--primary-900:#000533;--secondary-50:#eff7f5;--secondary-100:#e4f8f3;--secondary-200:#c0f7e8;--secondary-300:#5dd8c3;--secondary-400:#34b2a7;--secondary-500:#078080;--secondary-600:#05646e;--secondary-700:#02374a;--secondary-900:#032a38;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#b5babd;--neutral-600:#6d7275;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=secondarypurple]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#f9f5ff;--primary-100:#e3d1ff;--primary-200:#b68aff;--primary-300:#a56dff;--primary-400:#9e63ff;--primary-500:#7d2eff;--primary-700:#320085;--primary-800:#23005c;--primary-900:#11002d;--secondary-50:#eff7f5;--secondary-100:#e4f8f3;--secondary-200:#c0f7e8;--secondary-300:#5dd8c3;--secondary-400:#34b2a7;--secondary-500:#078080;--secondary-600:#05646e;--secondary-700:#02374a;--secondary-900:#032a38;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#b5babd;--neutral-600:#6d7275;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=secondarygreen]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#e7fff1;--primary-100:#d5ffe6;--primary-200:#6affa5;--primary-300:#16ff73;--primary-400:#00df59;--primary-500:#00b649;--primary-700:#008e39;--primary-800:#003c18;--primary-900:#001709;--secondary-50:#eff7f5;--secondary-100:#e4f8f3;--secondary-200:#c0f7e8;--secondary-300:#5dd8c3;--secondary-400:#34b2a7;--secondary-500:#078080;--secondary-600:#05646e;--secondary-700:#02374a;--secondary-900:#032a38;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#b5babd;--neutral-600:#6d7275;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=secondaryyellow]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#f9ffea;--primary-100:#f0ffc4;--primary-200:#e6ff9f;--primary-300:#c9ff2f;--primary-400:#b1e815;--primary-500:#8ebf00;--primary-700:#6f9600;--primary-800:#384c00;--primary-900:#192101;--secondary-50:#eff7f5;--secondary-100:#e4f8f3;--secondary-200:#c0f7e8;--secondary-300:#5dd8c3;--secondary-400:#34b2a7;--secondary-500:#078080;--secondary-600:#05646e;--secondary-700:#02374a;--secondary-900:#032a38;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#b5babd;--neutral-600:#6d7275;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}html[data-theme=secondarybrown]{--background:#fff;--foreground:#171717;--font-inter:"Inter", sans-serif;--font-lora:"Lora", serif;--primary-50:#fffbf2;--primary-100:#fff6e5;--primary-200:#ffe6b7;--primary-300:#ffc75c;--primary-400:#ffa800;--primary-500:#d68d00;--primary-700:#855800;--primary-800:#3d2800;--primary-900:#231700;--secondary-50:#eff7f5;--secondary-100:#e4f8f3;--secondary-200:#c0f7e8;--secondary-300:#5dd8c3;--secondary-400:#34b2a7;--secondary-500:#078080;--secondary-600:#05646e;--secondary-700:#02374a;--secondary-900:#032a38;--neutral-25:#f8f9fa;--neutral-50:#f3f7fa;--neutral-200:#dbe1e5;--neutral-400:#cacaca;--neutral-600:#6b6e6f;--neutral-800:#3d4042;--neutral-900:#1e2021;--neutral-white:#fff;--error-25:#ffecef;--error-200:#f09d9e;--error-500:#d63737}
@@ -1,43 +1,39 @@
1
- import { jsxs as x, jsx as o } from "react/jsx-runtime";
2
- import { MissionSection as S } from "./MissionSection.js";
3
- import { ValuesSection as u } from "./ValuesSection.js";
4
- import { Storyline as b } from "./Storyline.js";
5
- import { WeHelpSection as y } from "./WeHelpSection.js";
6
- import { GuidelinesSection as N } from "./GuidelinesSection.js";
7
- import { ExpertsSection as d } from "./ExpertsSection.js";
8
- import { TrustPilotSection as g } from "./TrustPilotSection.js";
9
- import { PartnersSection as j } from "./PartnersSection.js";
10
- import { CtaSection as w } from "./CtaSection.js";
11
- import { ContactUsSection as C } from "./ContactUsSection.js";
12
- import { Jumbotron2 as P } from "./Jumbotron2.js";
13
- import { IntroSection as T } from "./IntroSection.js";
14
- const v = ({
15
- jumbotron: t,
16
- intro: r,
17
- mission: m,
18
- coreValues: i,
19
- storyline: e,
20
- howWeHelp: n,
21
- guidelines: l,
22
- experts: p,
23
- trustPilot: s,
24
- partners: f,
25
- cta: c,
26
- contactUs: a
27
- }) => /* @__PURE__ */ x("main", { className: "mx-auto flex w-full flex-1 flex-col text-neutral-800", children: [
28
- /* @__PURE__ */ o(P, { ...t, className: "bg-primary-50 w-full py-4 text-3xl" }),
29
- /* @__PURE__ */ o(T, { ...r, className: "bg-primary-50" }),
30
- /* @__PURE__ */ o(S, { ...m }),
31
- /* @__PURE__ */ o(u, { ...i }),
32
- /* @__PURE__ */ o(b, { ...e }),
33
- /* @__PURE__ */ o(y, { ...n }),
34
- /* @__PURE__ */ o(N, { ...l }),
35
- /* @__PURE__ */ o(d, { ...p }),
36
- /* @__PURE__ */ o(g, { ...s }),
37
- /* @__PURE__ */ o(j, { ...f }),
38
- /* @__PURE__ */ o(w, { ...c }),
39
- /* @__PURE__ */ o(C, { ...a })
40
- ] });
41
- export {
42
- v as AboutUsTemplate
43
- };
1
+ import { Jumbotron2 as e } from "./Jumbotron2.js";
2
+ import { IntroSection as t } from "./IntroSection.js";
3
+ import { MissionSection as n } from "./MissionSection.js";
4
+ import { ValuesSection as r } from "./ValuesSection.js";
5
+ import { Storyline as i } from "./Storyline.js";
6
+ import { WeHelpSection as a } from "./WeHelpSection.js";
7
+ import { GuidelinesSection as o } from "./GuidelinesSection.js";
8
+ import { ExpertsSection as s } from "./ExpertsSection.js";
9
+ import { PartnersSection as c } from "./PartnersSection.js";
10
+ import { CtaSection as l } from "./CtaSection.js";
11
+ import { ContactUsSection as u } from "./ContactUsSection.js";
12
+ import { TrustPilotSection as d } from "./TrustPilotSection.js";
13
+ import { jsx as f, jsxs as p } from "react/jsx-runtime";
14
+ //#region lib/components/templates/AboutUsTemplate.tsx
15
+ var m = ({ jumbotron: m, intro: h, mission: g, coreValues: _, storyline: v, howWeHelp: y, guidelines: b, experts: x, trustPilot: S, partners: C, cta: w, contactUs: T }) => /* @__PURE__ */ p("main", {
16
+ className: "mx-auto flex w-full flex-1 flex-col text-neutral-800",
17
+ children: [
18
+ /* @__PURE__ */ f(e, {
19
+ ...m,
20
+ className: "bg-primary-50 w-full py-4 text-3xl"
21
+ }),
22
+ /* @__PURE__ */ f(t, {
23
+ ...h,
24
+ className: "bg-primary-50"
25
+ }),
26
+ /* @__PURE__ */ f(n, { ...g }),
27
+ /* @__PURE__ */ f(r, { ..._ }),
28
+ /* @__PURE__ */ f(i, { ...v }),
29
+ /* @__PURE__ */ f(a, { ...y }),
30
+ /* @__PURE__ */ f(o, { ...b }),
31
+ /* @__PURE__ */ f(s, { ...x }),
32
+ /* @__PURE__ */ f(d, { ...S }),
33
+ /* @__PURE__ */ f(c, { ...C }),
34
+ /* @__PURE__ */ f(l, { ...w }),
35
+ /* @__PURE__ */ f(u, { ...T })
36
+ ]
37
+ });
38
+ //#endregion
39
+ export { m as AboutUsTemplate };
@@ -1,12 +1,17 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
1
  import "react";
3
- const h = (i) => /* @__PURE__ */ t("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...i, children: /* @__PURE__ */ t(
4
- "path",
5
- {
6
- d: "M17.4166 11C17.4166 11.5063 17.0062 11.9167 16.4999 11.9167H11.9166V16.5C11.9166 17.0063 11.5062 17.4167 10.9999 17.4167C10.4937 17.4167 10.0833 17.0063 10.0833 16.5V11.9167H5.49992C4.99366 11.9167 4.58325 11.5063 4.58325 11C4.58325 10.4938 4.99366 10.0834 5.49992 10.0834H10.0833V5.50004C10.0833 4.99378 10.4937 4.58337 10.9999 4.58337C11.5062 4.58337 11.9166 4.99378 11.9166 5.50004V10.0834H16.4999C17.0062 10.0834 17.4166 10.4938 17.4166 11Z",
7
- fill: "white"
8
- }
9
- ) });
10
- export {
11
- h as AddIcon
12
- };
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region lib/components/icons/AddIcon.tsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ width: "22",
6
+ height: "22",
7
+ viewBox: "0 0 22 22",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ d: "M17.4166 11C17.4166 11.5063 17.0062 11.9167 16.4999 11.9167H11.9166V16.5C11.9166 17.0063 11.5062 17.4167 10.9999 17.4167C10.4937 17.4167 10.0833 17.0063 10.0833 16.5V11.9167H5.49992C4.99366 11.9167 4.58325 11.5063 4.58325 11C4.58325 10.4938 4.99366 10.0834 5.49992 10.0834H10.0833V5.50004C10.0833 4.99378 10.4937 4.58337 10.9999 4.58337C11.5062 4.58337 11.9166 4.99378 11.9166 5.50004V10.0834H16.4999C17.0062 10.0834 17.4166 10.4938 17.4166 11Z",
13
+ fill: "white"
14
+ })
15
+ });
16
+ //#endregion
17
+ export { t as AddIcon };
@@ -1,33 +1,47 @@
1
- import { jsxs as c, jsx as a } from "react/jsx-runtime";
2
- import { ConversionSection as f } from "./ConversionSection.js";
3
- import { Hero2Section as s } from "./Hero2Section.js";
4
- import { HowItWorksSection as x } from "./HowItWorksSection.js";
5
- import { FastAndSimpleSection as g } from "./FastAndSimpleSection.js";
6
- import { FeaturesSection as S } from "./FeaturesSection.js";
7
- import { BannerTagSection as u } from "./BannerTagSection.js";
8
- import { FaqSection as v } from "./FaqSection.js";
9
- import { Toast as w } from "./Toast.js";
10
- const B = ({
11
- hero: e,
12
- howItWorks: i,
13
- fastAndSimple: t,
14
- conversion: m,
15
- insights: n,
16
- trustPilot: r,
17
- askQuestions: l,
18
- faq: p,
19
- toast: o
20
- }) => /* @__PURE__ */ c("main", { className: "bg-neutral-25 w-full flex-1", children: [
21
- /* @__PURE__ */ a(s, { ...e, variant: "ratafia" }),
22
- /* @__PURE__ */ a(x, { ...i, variant: "ratafia" }),
23
- /* @__PURE__ */ a(g, { ...t, variant: "ratafia" }),
24
- /* @__PURE__ */ a(S, { ...n }),
25
- /* @__PURE__ */ a(f, { ...m }),
26
- !!r && /* @__PURE__ */ a("section", { className: "bg-white px-6 py-8 lg:px-8 lg:py-12 xl:px-0", children: /* @__PURE__ */ a("div", { className: "mx-auto w-full max-w-254 md:h-34", children: r }) }),
27
- /* @__PURE__ */ a(u, { ...l, variant: "ratafia" }),
28
- /* @__PURE__ */ a(v, { ...p, className: "mx-auto max-w-250 px-6 py-12 lg:px-8 lg:pb-20 xl:px-0" }),
29
- o && /* @__PURE__ */ a(w, { ...o })
30
- ] });
31
- export {
32
- B as AiLegalDocumentReviewerTemplate
33
- };
1
+ import { Toast as e } from "./Toast.js";
2
+ import { FaqSection as t } from "./FaqSection.js";
3
+ import { Hero2Section as n } from "./Hero2Section.js";
4
+ import { HowItWorksSection as r } from "./HowItWorksSection.js";
5
+ import { FastAndSimpleSection as i } from "./FastAndSimpleSection.js";
6
+ import { FeaturesSection as a } from "./FeaturesSection.js";
7
+ import { BannerTagSection as o } from "./BannerTagSection.js";
8
+ import { ConversionSection as s } from "./ConversionSection.js";
9
+ import { jsx as c, jsxs as l } from "react/jsx-runtime";
10
+ //#region lib/components/templates/AiLegalDocumentReviewerTemplate.tsx
11
+ var u = ({ hero: u, howItWorks: d, fastAndSimple: f, conversion: p, insights: m, trustPilot: h, askQuestions: g, faq: _, toast: v }) => /* @__PURE__ */ l("main", {
12
+ className: "bg-neutral-25 w-full flex-1",
13
+ children: [
14
+ /* @__PURE__ */ c(n, {
15
+ ...u,
16
+ variant: "ratafia"
17
+ }),
18
+ /* @__PURE__ */ c(r, {
19
+ ...d,
20
+ variant: "ratafia"
21
+ }),
22
+ /* @__PURE__ */ c(i, {
23
+ ...f,
24
+ variant: "ratafia"
25
+ }),
26
+ /* @__PURE__ */ c(a, { ...m }),
27
+ /* @__PURE__ */ c(s, { ...p }),
28
+ !!h && /* @__PURE__ */ c("section", {
29
+ className: "bg-white px-6 py-8 lg:px-8 lg:py-12 xl:px-0",
30
+ children: /* @__PURE__ */ c("div", {
31
+ className: "mx-auto w-full max-w-254 md:h-34",
32
+ children: h
33
+ })
34
+ }),
35
+ /* @__PURE__ */ c(o, {
36
+ ...g,
37
+ variant: "ratafia"
38
+ }),
39
+ /* @__PURE__ */ c(t, {
40
+ ..._,
41
+ className: "mx-auto max-w-250 px-6 py-12 lg:px-8 lg:pb-20 xl:px-0"
42
+ }),
43
+ v && /* @__PURE__ */ c(e, { ...v })
44
+ ]
45
+ });
46
+ //#endregion
47
+ export { u as AiLegalDocumentReviewerTemplate };
@@ -1,30 +1,38 @@
1
- import { jsxs as m, jsx as l } from "react/jsx-runtime";
2
- import { JumboCard as i } from "./JumboCard.js";
3
- import { Breadcrumb as c } from "./Breadcrumb.js";
4
- import { DocumentCategories as x } from "./DocumentCategories.js";
5
- import { DocumentSection as n } from "./DocumentSection.js";
6
- import { ContentItem as d } from "./ContentItem.js";
7
- import { FaqSection as f } from "./FaqSection.js";
8
- const w = ({
9
- jumbo: t,
10
- breadcrumb: o,
11
- categories: p,
12
- documentSections: s,
13
- contentItems: r,
14
- faqSection: a
15
- }) => /* @__PURE__ */ m("main", { className: "mx-auto flex flex-1 flex-col gap-4 px-6 pt-8 pb-16 lg:px-8 xl:max-w-300 xl:px-0", children: [
16
- /* @__PURE__ */ l(i, { ...t }),
17
- /* @__PURE__ */ l(c, { ...o, className: "pt-2" }),
18
- /* @__PURE__ */ m("div", { className: "mx-auto flex justify-center gap-4 text-neutral-800 lg:gap-26.5 xl:gap-31.5", children: [
19
- /* @__PURE__ */ l("aside", { className: "sticky top-24 hidden self-start md:block", children: /* @__PURE__ */ l(x, { ...p }) }),
20
- /* @__PURE__ */ m("div", { className: "flex flex-col gap-10", children: [
21
- s.map((e) => /* @__PURE__ */ l(n, { ...e }, e.id)),
22
- r.length > 0 || a ? /* @__PURE__ */ l("span", { className: "h-px w-full bg-neutral-200" }) : null,
23
- /* @__PURE__ */ l("div", { className: "w-full", children: r.map((e) => /* @__PURE__ */ l(d, { ...e }, e.id)) }),
24
- a && /* @__PURE__ */ l(f, { ...a })
25
- ] })
26
- ] })
27
- ] });
28
- export {
29
- w as AllDocumentsTemplate
30
- };
1
+ import { Breadcrumb as e } from "./Breadcrumb.js";
2
+ import { ContentItem as t } from "./ContentItem.js";
3
+ import { FaqSection as n } from "./FaqSection.js";
4
+ import { JumboCard as r } from "./JumboCard.js";
5
+ import { DocumentCategories as i } from "./DocumentCategories.js";
6
+ import { DocumentSection as a } from "./DocumentSection.js";
7
+ import { jsx as o, jsxs as s } from "react/jsx-runtime";
8
+ //#region lib/components/templates/AllDocumentsTemplate.tsx
9
+ var c = ({ jumbo: c, breadcrumb: l, categories: u, documentSections: d, contentItems: f, faqSection: p }) => /* @__PURE__ */ s("main", {
10
+ className: "mx-auto flex flex-1 flex-col gap-4 px-6 pt-8 pb-16 lg:px-8 xl:max-w-300 xl:px-0",
11
+ children: [
12
+ /* @__PURE__ */ o(r, { ...c }),
13
+ /* @__PURE__ */ o(e, {
14
+ ...l,
15
+ className: "pt-2"
16
+ }),
17
+ /* @__PURE__ */ s("div", {
18
+ className: "mx-auto flex justify-center gap-4 text-neutral-800 lg:gap-26.5 xl:gap-31.5",
19
+ children: [/* @__PURE__ */ o("aside", {
20
+ className: "sticky top-24 hidden self-start md:block",
21
+ children: /* @__PURE__ */ o(i, { ...u })
22
+ }), /* @__PURE__ */ s("div", {
23
+ className: "flex flex-col gap-10",
24
+ children: [
25
+ d.map((e) => /* @__PURE__ */ o(a, { ...e }, e.id)),
26
+ f.length > 0 || p ? /* @__PURE__ */ o("span", { className: "h-px w-full bg-neutral-200" }) : null,
27
+ /* @__PURE__ */ o("div", {
28
+ className: "w-full",
29
+ children: f.map((e) => /* @__PURE__ */ o(t, { ...e }, e.id))
30
+ }),
31
+ p && /* @__PURE__ */ o(n, { ...p })
32
+ ]
33
+ })]
34
+ })
35
+ ]
36
+ });
37
+ //#endregion
38
+ export { c as AllDocumentsTemplate };
@@ -1,20 +1,31 @@
1
- import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { LinkWrapper as a } from "./LinkWrapper.js";
3
- const m = ({
4
- link: r,
5
- sampleImage: t,
6
- pdfDownload: s,
7
- wordDownload: c
8
- }) => /* @__PURE__ */ l("div", { className: "bg-neutral-25 flex w-full max-w-100 items-center justify-center gap-4 rounded-xl p-4 lg:max-w-55.75 lg:flex-col", children: [
9
- /* @__PURE__ */ e("div", { className: "max-w-29 shadow", children: t }),
10
- /* @__PURE__ */ l("div", { className: "flex w-full flex-col gap-4 lg:items-center lg:justify-center", children: [
11
- /* @__PURE__ */ e("div", { className: "text-medium font-bold text-neutral-900 underline lg:text-center", children: r }),
12
- /* @__PURE__ */ l("div", { className: "flex w-full flex-col justify-between gap-3 lg:flex-row lg:gap-0.75", children: [
13
- /* @__PURE__ */ e(a, { size: "small", className: "w-full", variant: "secondary-black", children: s }),
14
- /* @__PURE__ */ e(a, { size: "small", className: "w-full", variant: "secondary-black", children: c })
15
- ] })
16
- ] })
17
- ] });
18
- export {
19
- m as AlternativeSubtypeDocument
20
- };
1
+ import { LinkWrapper as e } from "./LinkWrapper.js";
2
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
+ //#region lib/components/molecules/AlternativeSubtypeDocument.tsx
4
+ var r = ({ link: r, sampleImage: i, pdfDownload: a, wordDownload: o }) => /* @__PURE__ */ n("div", {
5
+ className: "bg-neutral-25 flex w-full max-w-100 items-center justify-center gap-4 rounded-xl p-4 lg:max-w-55.75 lg:flex-col",
6
+ children: [/* @__PURE__ */ t("div", {
7
+ className: "max-w-29 shadow",
8
+ children: i
9
+ }), /* @__PURE__ */ n("div", {
10
+ className: "flex w-full flex-col gap-4 lg:items-center lg:justify-center",
11
+ children: [/* @__PURE__ */ t("div", {
12
+ className: "text-medium font-bold text-neutral-900 underline lg:text-center",
13
+ children: r
14
+ }), /* @__PURE__ */ n("div", {
15
+ className: "flex w-full flex-col justify-between gap-3 lg:flex-row lg:gap-0.75",
16
+ children: [/* @__PURE__ */ t(e, {
17
+ size: "small",
18
+ className: "w-full",
19
+ variant: "secondary-black",
20
+ children: a
21
+ }), /* @__PURE__ */ t(e, {
22
+ size: "small",
23
+ className: "w-full",
24
+ variant: "secondary-black",
25
+ children: o
26
+ })]
27
+ })]
28
+ })]
29
+ });
30
+ //#endregion
31
+ export { r as AlternativeSubtypeDocument };
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX } from 'react';
2
2
 
3
3
  export declare const Anchor: ({ children, variant, className, ...props }: AnchorProps) => JSX.Element;
4
4
 
@@ -1,25 +1,32 @@
1
- import { jsx as x } from "react/jsx-runtime";
2
- import m from "clsx";
3
- const w = ({ children: l, variant: o = "default", className: c = "", ...t }) => {
4
- const e = t.href || "", n = e.toLowerCase(), u = n.startsWith("mailto:"), a = n.startsWith("tel:"), r = "cursor-pointer text-primary-700", i = {
5
- default: "text-neutral-900 underline",
6
- legal: r,
7
- ratafia: "cursor-pointer text-primary-200 underline decoration-white/40 underline-offset-2 hover:text-white",
8
- "about-us": r,
9
- pricing: "cursor-pointer text-neutral-900",
10
- unsubscribe: r,
11
- cookies: "text-white",
12
- story: "text-neutral-800 underline"
13
- }, f = i[o] ?? i.default, h = e.startsWith("http"), d = (() => {
14
- if (!a) return e;
15
- try {
16
- return decodeURIComponent(e).replaceAll(/\s/g, "");
17
- } catch {
18
- return e.replaceAll("%20", "").replaceAll(/\s/g, "");
19
- }
20
- })(), s = t.target === "_blank" || h && !a && !u ? "_blank" : t.target, g = s === "_blank" ? "noopener noreferrer" : t.rel;
21
- return /* @__PURE__ */ x("a", { ...t, href: d, className: m(c, f), target: s, rel: g, children: l });
22
- };
23
- export {
24
- w as Anchor
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import t from "clsx";
3
+ //#region lib/components/atoms/Markdown/Anchor.tsx
4
+ var n = ({ children: n, variant: r = "default", className: i = "", ...a }) => {
5
+ let o = a.href || "", s = o.toLowerCase(), c = s.startsWith("mailto:"), l = s.startsWith("tel:"), u = "cursor-pointer text-primary-700", d = {
6
+ default: "text-neutral-900 underline",
7
+ legal: u,
8
+ ratafia: "cursor-pointer text-primary-200 underline decoration-white/40 underline-offset-2 hover:text-white",
9
+ "about-us": u,
10
+ pricing: "cursor-pointer text-neutral-900",
11
+ unsubscribe: u,
12
+ cookies: "text-white",
13
+ story: "text-neutral-800 underline"
14
+ }, f = d[r] ?? d.default, p = o.startsWith("http"), m = (() => {
15
+ if (!l) return o;
16
+ try {
17
+ return decodeURIComponent(o).replaceAll(/\s/g, "");
18
+ } catch {
19
+ return o.replaceAll("%20", "").replaceAll(/\s/g, "");
20
+ }
21
+ })(), h = a.target === "_blank" || p && !l && !c ? "_blank" : a.target, g = h === "_blank" ? "noopener noreferrer" : a.rel;
22
+ return /* @__PURE__ */ e("a", {
23
+ ...a,
24
+ href: m,
25
+ className: t(i, f),
26
+ target: h,
27
+ rel: g,
28
+ children: n
29
+ });
25
30
  };
31
+ //#endregion
32
+ export { n as Anchor };
@@ -1,24 +1,31 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
1
+ import { LinkWrapper as e } from "./LinkWrapper.js";
2
2
  import "react";
3
- import m from "clsx";
4
- import { LinkWrapper as a } from "./LinkWrapper.js";
5
- const x = ({ id: t, title: d, description: i, image: o, cta: s, isRow: l = !1 }) => /* @__PURE__ */ r("article", { className: m("flex flex-col rounded-sm bg-white shadow", l && "md:flex-row"), children: [
6
- /* @__PURE__ */ e(
7
- "div",
8
- {
9
- className: m(
10
- "relative h-42 shrink-0 overflow-hidden rounded-t-sm [&_img]:h-full [&_img]:w-full [&_img]:object-cover",
11
- l && "md:h-auto md:max-w-51 md:self-stretch md:rounded-t-none md:rounded-l-sm"
12
- ),
13
- children: o
14
- }
15
- ),
16
- /* @__PURE__ */ r("div", { className: "flex flex-col gap-4 p-6 text-neutral-800", children: [
17
- /* @__PURE__ */ e("p", { className: "text-big font-semibold", children: d }),
18
- /* @__PURE__ */ e("p", { className: "text-medium", children: i }),
19
- /* @__PURE__ */ e(a, { className: "w-fit", variant: "tertiary-bold", children: s })
20
- ] })
21
- ] }, t);
22
- export {
23
- x as Article
24
- };
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ import r from "clsx";
5
+ //#region lib/components/molecules/Article.tsx
6
+ var i = ({ id: i, title: a, description: o, image: s, cta: c, isRow: l = !1 }) => /* @__PURE__ */ n("article", {
7
+ className: r("flex flex-col rounded-sm bg-white shadow", l && "md:flex-row"),
8
+ children: [/* @__PURE__ */ t("div", {
9
+ className: r("relative h-42 shrink-0 overflow-hidden rounded-t-sm [&_img]:h-full [&_img]:w-full [&_img]:object-cover", l && "md:h-auto md:max-w-51 md:self-stretch md:rounded-t-none md:rounded-l-sm"),
10
+ children: s
11
+ }), /* @__PURE__ */ n("div", {
12
+ className: "flex flex-col gap-4 p-6 text-neutral-800",
13
+ children: [
14
+ /* @__PURE__ */ t("p", {
15
+ className: "text-big font-semibold",
16
+ children: a
17
+ }),
18
+ /* @__PURE__ */ t("p", {
19
+ className: "text-medium",
20
+ children: o
21
+ }),
22
+ /* @__PURE__ */ t(e, {
23
+ className: "w-fit",
24
+ variant: "tertiary-bold",
25
+ children: c
26
+ })
27
+ ]
28
+ })]
29
+ }, i);
30
+ //#endregion
31
+ export { i as Article };
@@ -1,38 +1,48 @@
1
1
  "use client";
2
- import { jsx as t, jsxs as o } from "react/jsx-runtime";
3
- import { useState as n, useEffect as f } from "react";
4
- const p = ({ menuItems: r }) => {
5
- const [a, c] = n(r[0]?.href || "");
6
- return f(() => {
7
- const e = new IntersectionObserver(
8
- (l) => {
9
- l.forEach((s) => {
10
- s.isIntersecting && c(`#${s.target.id}`);
11
- });
12
- },
13
- { rootMargin: "-10% 0px -80% 0px", threshold: 0.1 }
14
- );
15
- return r.forEach((l) => {
16
- const s = l.href.replace("#", ""), i = document.getElementById(s);
17
- i && e.observe(i);
18
- }), () => {
19
- e.disconnect();
20
- };
21
- }, [r]), r.length === 0 ? null : /* @__PURE__ */ t("aside", { className: "flex w-full flex-col gap-4 md:sticky md:h-fit md:w-55 lg:top-24", children: /* @__PURE__ */ t("ul", { className: "flex flex-col gap-1", children: r.map((e) => {
22
- const l = a === e.href;
23
- return /* @__PURE__ */ o(
24
- "li",
25
- {
26
- className: `flex items-baseline gap-2 border-b border-neutral-200 ${l ? "text-primary-500 font-bold" : ""}`,
27
- children: [
28
- l && /* @__PURE__ */ t("div", { className: "bg-primary-500 h-1.5 w-1.5", style: { borderRadius: "50%" } }),
29
- /* @__PURE__ */ t("a", { href: e.href, className: "text-small block w-full py-3 text-left", children: /* @__PURE__ */ t("span", { className: "inline-block w-full transition-all duration-300", children: e.label }) })
30
- ]
31
- },
32
- e.label
33
- );
34
- }) }) });
35
- };
36
- export {
37
- p as AsideNavMenu
2
+ "use client";
3
+ import { useEffect as e, useState as t } from "react";
4
+ import { jsx as n, jsxs as r } from "react/jsx-runtime";
5
+ //#region lib/components/organisms/AsideNavMenu.tsx
6
+ var i = ({ menuItems: i }) => {
7
+ let [a, o] = t(i[0]?.href || "");
8
+ return e(() => {
9
+ let e = new IntersectionObserver((e) => {
10
+ e.forEach((e) => {
11
+ e.isIntersecting && o(`#${e.target.id}`);
12
+ });
13
+ }, {
14
+ rootMargin: "-10% 0px -80% 0px",
15
+ threshold: .1
16
+ });
17
+ return i.forEach((t) => {
18
+ let n = t.href.replace("#", ""), r = document.getElementById(n);
19
+ r && e.observe(r);
20
+ }), () => {
21
+ e.disconnect();
22
+ };
23
+ }, [i]), i.length === 0 ? null : /* @__PURE__ */ n("aside", {
24
+ className: "flex w-full flex-col gap-4 md:sticky md:h-fit md:w-55 lg:top-24",
25
+ children: /* @__PURE__ */ n("ul", {
26
+ className: "flex flex-col gap-1",
27
+ children: i.map((e) => {
28
+ let t = a === e.href;
29
+ return /* @__PURE__ */ r("li", {
30
+ className: `flex items-baseline gap-2 border-b border-neutral-200 ${t ? "text-primary-500 font-bold" : ""}`,
31
+ children: [t && /* @__PURE__ */ n("div", {
32
+ className: "bg-primary-500 h-1.5 w-1.5",
33
+ style: { borderRadius: "50%" }
34
+ }), /* @__PURE__ */ n("a", {
35
+ href: e.href,
36
+ className: "text-small block w-full py-3 text-left",
37
+ children: /* @__PURE__ */ n("span", {
38
+ className: "inline-block w-full transition-all duration-300",
39
+ children: e.label
40
+ })
41
+ })]
42
+ }, e.label);
43
+ })
44
+ })
45
+ });
38
46
  };
47
+ //#endregion
48
+ export { i as AsideNavMenu };
@@ -1,15 +1,12 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
1
  import "react";
3
- const d = ({ children: r, color: e = "secondary", className: o = "" }) => /* @__PURE__ */ a(
4
- "div",
5
- {
6
- className: `flex items-center gap-2 rounded ${{
7
- primary: "bg-primary-200",
8
- secondary: "bg-secondary-200"
9
- }[e]} whitespace-nowrap text-neutral-800 shadow-md ${o}`,
10
- children: r
11
- }
12
- );
13
- export {
14
- d as Badge
15
- };
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region lib/components/atoms/Badge.tsx
4
+ var t = ({ children: t, color: n = "secondary", className: r = "" }) => /* @__PURE__ */ e("div", {
5
+ className: `flex items-center gap-2 rounded ${{
6
+ primary: "bg-primary-200",
7
+ secondary: "bg-secondary-200"
8
+ }[n]} whitespace-nowrap text-neutral-800 shadow-md ${r}`,
9
+ children: t
10
+ });
11
+ //#endregion
12
+ export { t as Badge };