@npm_leadtech/legal-lib-components 7.27.3 → 7.27.4

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 (72) hide show
  1. package/dist/css/styles.css +0 -3
  2. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +1 -1
  3. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +1 -1
  4. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.d.ts +3 -0
  5. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.js +5 -0
  6. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.d.ts +1 -0
  7. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.js +50 -0
  8. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.ts +51 -0
  9. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.tsx +20 -0
  10. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.d.ts +5 -0
  11. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.js +1 -0
  12. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.ts +5 -0
  13. package/dist/src/components/molecules/LawGeniusInfoCard/index.d.ts +2 -0
  14. package/dist/src/components/molecules/LawGeniusInfoCard/index.js +2 -0
  15. package/dist/src/components/molecules/LawGeniusInfoCard/index.ts +2 -0
  16. package/dist/src/components/molecules/TextInput/Input.d.ts +0 -1
  17. package/dist/src/components/molecules/TextInput/Input.js +5 -4
  18. package/dist/src/components/molecules/TextInput/Input.tsx +7 -8
  19. package/dist/src/components/molecules/TextInput/TextInput.js +2 -2
  20. package/dist/src/components/molecules/TextInput/TextInput.scss +0 -4
  21. package/dist/src/components/molecules/TextInput/TextInput.tsx +1 -3
  22. package/dist/src/components/molecules/TextInput/TextInputProps.types.d.ts +0 -1
  23. package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +0 -1
  24. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +3 -1
  25. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +4 -2
  26. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +4 -2
  27. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +4 -1
  28. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +3 -1
  29. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +2 -0
  30. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts +3 -1
  31. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.d.ts +3 -0
  32. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.js +5 -0
  33. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.tsx +26 -0
  34. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.d.ts +10 -0
  35. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.js +1 -0
  36. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.ts +16 -0
  37. package/dist/src/components/pages/HowItWorksPage/index.d.ts +2 -0
  38. package/dist/src/components/pages/HowItWorksPage/index.js +2 -0
  39. package/dist/src/components/pages/HowItWorksPage/index.ts +2 -0
  40. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.d.ts +4 -0
  41. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.js +12 -0
  42. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.d.ts +1 -0
  43. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.js +94 -0
  44. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.ts +95 -0
  45. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.tsx +69 -0
  46. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.d.ts +15 -0
  47. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.js +1 -0
  48. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.ts +16 -0
  49. package/dist/src/components/sections/LawGeniusCardsSection/index.d.ts +2 -0
  50. package/dist/src/components/sections/LawGeniusCardsSection/index.js +1 -0
  51. package/dist/src/components/sections/LawGeniusCardsSection/index.ts +2 -0
  52. package/dist/src/components/sections/TryNowSection/TryNowSection.d.ts +3 -0
  53. package/dist/src/components/sections/TryNowSection/TryNowSection.js +6 -0
  54. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.d.ts +1 -0
  55. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.js +186 -0
  56. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.ts +187 -0
  57. package/dist/src/components/sections/TryNowSection/TryNowSection.tsx +28 -0
  58. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.d.ts +8 -0
  59. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.js +1 -0
  60. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.ts +9 -0
  61. package/dist/src/components/sections/TryNowSection/index.d.ts +2 -0
  62. package/dist/src/components/sections/TryNowSection/index.js +1 -0
  63. package/dist/src/components/sections/TryNowSection/index.ts +2 -0
  64. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +9 -1
  65. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +4 -0
  66. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +4 -0
  67. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +11 -1
  68. package/dist/src/components/sections/index.d.ts +3 -0
  69. package/dist/src/components/sections/index.js +3 -0
  70. package/dist/src/components/sections/index.ts +3 -0
  71. package/dist/tsconfig.build.tsbuildinfo +1 -1
  72. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.27.3",
3
+ "version": "7.27.4",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -263,6 +263,7 @@
263
263
  "./StepsRatafiaContent": "./dist/src/components/organisms/StepsRatafiaContent/index.js",
264
264
  "./TryOurFreeLegalBlogsContent": "./dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.js",
265
265
  "./HowWeHelp": "./dist/src/components/organisms/HowWeHelp/index.js",
266
+ "./HowItWorksPage": "./dist/src/components/pages/HowItWorksPage/index.js",
266
267
  "./AboutUsPage": "./dist/src/components/pages/AboutUsPage/index.js",
267
268
  "./PricingPage": "./dist/src/components/pages/PricingPage/index.js",
268
269
  "./ContactUsPage": "./dist/src/components/pages/ContactUsPage/index.js",