@npm_leadtech/legal-lib-components 7.12.24 → 7.12.26

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 (253) hide show
  1. package/dist/images/componentsSvg/SearchIcon.d.ts +4 -0
  2. package/dist/images/componentsSvg/SearchIcon.js +4 -0
  3. package/dist/images/componentsSvg/SearchIcon.tsx +26 -0
  4. package/dist/images/svg/business-type.svg +3 -0
  5. package/dist/images/svg/clear-24-px.svg +14 -0
  6. package/dist/images/svg/men.svg +5 -0
  7. package/dist/src/components/atoms/DropdownInput/DropdownInput.d.ts +3 -0
  8. package/dist/src/components/atoms/DropdownInput/DropdownInput.js +24 -0
  9. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.d.ts +1 -0
  10. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.js +147 -0
  11. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.ts +149 -0
  12. package/dist/src/components/atoms/DropdownInput/DropdownInput.tsx +60 -0
  13. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.d.ts +8 -0
  14. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.js +2 -0
  15. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.ts +10 -0
  16. package/dist/src/components/atoms/DropdownInput/index.d.ts +2 -0
  17. package/dist/src/components/atoms/DropdownInput/index.js +1 -0
  18. package/dist/src/components/atoms/DropdownInput/index.ts +2 -0
  19. package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.d.ts +4 -0
  20. package/dist/src/components/atoms/{MenuItems/MenuItems.js → MenuItemsDeprecated/MenuItemsDeprecated.js} +4 -4
  21. package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.styled.d.ts +1 -0
  22. package/dist/src/components/atoms/{MenuItems/MenuItems.styled.js → MenuItemsDeprecated/MenuItemsDeprecated.styled.js} +1 -1
  23. package/dist/src/components/atoms/{MenuItems/MenuItems.styled.ts → MenuItemsDeprecated/MenuItemsDeprecated.styled.ts} +1 -1
  24. package/dist/src/components/atoms/{MenuItems/MenuItems.tsx → MenuItemsDeprecated/MenuItemsDeprecated.tsx} +12 -6
  25. package/dist/src/components/atoms/{MenuItems/MenuItemProps.types.d.ts → MenuItemsDeprecated/MenuItemsDeprecatedProps.types.d.ts} +1 -1
  26. package/dist/src/components/atoms/{MenuItems/MenuItemProps.types.ts → MenuItemsDeprecated/MenuItemsDeprecatedProps.types.ts} +1 -1
  27. package/dist/src/components/atoms/MenuItemsDeprecated/index.d.ts +2 -0
  28. package/dist/src/components/atoms/MenuItemsDeprecated/index.js +1 -0
  29. package/dist/src/components/atoms/MenuItemsDeprecated/index.ts +2 -0
  30. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
  31. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
  32. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  33. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -2
  34. package/dist/src/components/atoms/TopBar/TopBar.styled.js +48 -1
  35. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +48 -1
  36. package/dist/src/components/atoms/TopBar/TopBar.tsx +1 -1
  37. package/dist/src/components/atoms/index.d.ts +2 -2
  38. package/dist/src/components/atoms/index.js +2 -2
  39. package/dist/src/components/atoms/index.ts +2 -2
  40. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.d.ts +3 -0
  41. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.js +6 -0
  42. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.d.ts +1 -0
  43. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.js +18 -0
  44. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.ts +19 -0
  45. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.tsx +22 -0
  46. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.d.ts +8 -0
  47. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.ts +9 -0
  48. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.d.ts +2 -0
  49. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.js +1 -0
  50. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.ts +2 -0
  51. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.d.ts +3 -0
  52. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.js +7 -0
  53. package/dist/src/components/molecules/{ContactInfoCard/ContactInfoCard.styled.d.ts → DocumentListMenuSection/DocumentListMenuSection.styled.d.ts} +1 -1
  54. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.js +20 -0
  55. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.ts +21 -0
  56. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.tsx +35 -0
  57. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.d.ts +16 -0
  58. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.ts +18 -0
  59. package/dist/src/components/molecules/DocumentListMenuSection/index.d.ts +2 -0
  60. package/dist/src/components/molecules/DocumentListMenuSection/index.js +1 -0
  61. package/dist/src/components/molecules/DocumentListMenuSection/index.ts +2 -0
  62. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
  63. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +2 -2
  64. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.d.ts +1 -1
  65. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.ts +1 -1
  66. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.d.ts +3 -0
  67. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.js +5 -0
  68. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.d.ts +1 -0
  69. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.js +26 -0
  70. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.ts +27 -0
  71. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.tsx +17 -0
  72. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.d.ts +4 -0
  73. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.js +1 -0
  74. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.ts +4 -0
  75. package/dist/src/components/molecules/MenuSectionTitle/index.d.ts +2 -0
  76. package/dist/src/components/molecules/MenuSectionTitle/index.js +1 -0
  77. package/dist/src/components/molecules/MenuSectionTitle/index.ts +2 -0
  78. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
  79. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +2 -2
  80. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.d.ts +4 -0
  81. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.js +7 -0
  82. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.d.ts +1 -0
  83. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.js +34 -0
  84. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.ts +35 -0
  85. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.tsx +23 -0
  86. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.d.ts +4 -0
  87. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.js +1 -0
  88. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.ts +4 -0
  89. package/dist/src/components/molecules/NavMobileContactBar/index.d.ts +2 -0
  90. package/dist/src/components/molecules/NavMobileContactBar/index.js +1 -0
  91. package/dist/src/components/molecules/NavMobileContactBar/index.ts +2 -0
  92. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.d.ts +3 -0
  93. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.js +5 -0
  94. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.d.ts +1 -0
  95. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.js +18 -0
  96. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.ts +19 -0
  97. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.tsx +25 -0
  98. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.d.ts +8 -0
  99. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.js +1 -0
  100. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.ts +9 -0
  101. package/dist/src/components/molecules/ProductListMenu/index.d.ts +2 -0
  102. package/dist/src/components/molecules/ProductListMenu/index.js +1 -0
  103. package/dist/src/components/molecules/ProductListMenu/index.ts +2 -0
  104. package/dist/src/components/molecules/SearchBar/SearchBar.d.ts +3 -0
  105. package/dist/src/components/molecules/SearchBar/SearchBar.js +33 -0
  106. package/dist/src/components/molecules/SearchBar/SearchBar.styled.d.ts +1 -0
  107. package/dist/src/components/molecules/SearchBar/SearchBar.styled.js +62 -0
  108. package/dist/src/components/molecules/SearchBar/SearchBar.styled.ts +63 -0
  109. package/dist/src/components/molecules/SearchBar/SearchBar.tsx +72 -0
  110. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.d.ts +37 -0
  111. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.js +1 -0
  112. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.ts +41 -0
  113. package/dist/src/components/molecules/SearchBar/index.d.ts +2 -0
  114. package/dist/src/components/molecules/SearchBar/index.js +1 -0
  115. package/dist/src/components/molecules/SearchBar/index.ts +2 -0
  116. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.js +2 -2
  117. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.tsx +2 -2
  118. package/dist/src/components/molecules/index.d.ts +5 -0
  119. package/dist/src/components/molecules/index.js +5 -0
  120. package/dist/src/components/molecules/index.ts +5 -0
  121. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +3 -3
  122. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +6 -4
  123. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +3 -2
  124. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts +4 -2
  125. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.d.ts +3 -0
  126. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.js +7 -0
  127. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.d.ts +1 -0
  128. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.js +67 -0
  129. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.ts +68 -0
  130. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.tsx +47 -0
  131. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.d.ts +21 -0
  132. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.js +1 -0
  133. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.ts +24 -0
  134. package/dist/src/components/organisms/DocumentListMenu/index.d.ts +2 -0
  135. package/dist/src/components/organisms/DocumentListMenu/index.js +1 -0
  136. package/dist/src/components/organisms/DocumentListMenu/index.ts +2 -0
  137. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.d.ts +3 -0
  138. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.js +11 -0
  139. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.d.ts +1 -0
  140. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.js +97 -0
  141. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.ts +98 -0
  142. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.tsx +59 -0
  143. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.d.ts +22 -0
  144. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.js +1 -0
  145. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.ts +25 -0
  146. package/dist/src/components/organisms/DocumentMainMenu/index.d.ts +2 -0
  147. package/dist/src/components/organisms/DocumentMainMenu/index.js +1 -0
  148. package/dist/src/components/organisms/DocumentMainMenu/index.ts +2 -0
  149. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.d.ts +4 -0
  150. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.js +7 -0
  151. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.d.ts +1 -0
  152. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.js +27 -0
  153. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.ts +28 -0
  154. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.tsx +21 -0
  155. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.d.ts +7 -0
  156. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.js +1 -0
  157. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.ts +8 -0
  158. package/dist/src/components/organisms/DocumentSubMenu/index.d.ts +2 -0
  159. package/dist/src/components/organisms/DocumentSubMenu/index.js +1 -0
  160. package/dist/src/components/organisms/DocumentSubMenu/index.ts +2 -0
  161. package/dist/src/components/organisms/MenuItems/MenuItems.d.ts +3 -0
  162. package/dist/src/components/organisms/MenuItems/MenuItems.js +9 -0
  163. package/dist/src/components/{atoms → organisms}/MenuItems/MenuItems.styled.d.ts +1 -1
  164. package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +692 -0
  165. package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +696 -0
  166. package/dist/src/components/organisms/MenuItems/MenuItems.tsx +74 -0
  167. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.d.ts +45 -0
  168. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.js +1 -0
  169. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.ts +46 -0
  170. package/dist/src/components/organisms/MenuItems/index.d.ts +2 -0
  171. package/dist/src/components/organisms/MenuItems/index.js +1 -0
  172. package/dist/src/components/organisms/MenuItems/index.ts +2 -0
  173. package/dist/src/components/organisms/NavMenu/NavMenu.d.ts +3 -0
  174. package/dist/src/components/organisms/NavMenu/NavMenu.js +10 -0
  175. package/dist/src/components/organisms/NavMenu/NavMenu.styled.d.ts +1 -0
  176. package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +637 -0
  177. package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +641 -0
  178. package/dist/src/components/organisms/NavMenu/NavMenu.tsx +121 -0
  179. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.d.ts +80 -0
  180. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.js +1 -0
  181. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.ts +82 -0
  182. package/dist/src/components/organisms/NavMenu/index.d.ts +2 -0
  183. package/dist/src/components/organisms/NavMenu/index.js +1 -0
  184. package/dist/src/components/organisms/NavMenu/index.ts +2 -0
  185. package/dist/src/components/organisms/index.d.ts +4 -0
  186. package/dist/src/components/organisms/index.js +4 -0
  187. package/dist/src/components/organisms/index.ts +4 -0
  188. package/dist/src/components/sections/Header/Header.d.ts +4 -0
  189. package/dist/src/components/sections/Header/Header.js +11 -0
  190. package/dist/src/components/sections/Header/Header.styled.d.ts +1 -0
  191. package/dist/src/components/sections/Header/Header.styled.js +137 -0
  192. package/dist/src/components/sections/Header/Header.styled.ts +138 -0
  193. package/dist/src/components/sections/Header/Header.tsx +28 -0
  194. package/dist/src/components/sections/Header/HeaderProps.types.d.ts +97 -0
  195. package/dist/src/components/sections/Header/HeaderProps.types.js +1 -0
  196. package/dist/src/components/sections/Header/HeaderProps.types.ts +101 -0
  197. package/dist/src/components/sections/Header/index.d.ts +2 -0
  198. package/dist/src/components/sections/Header/index.js +1 -0
  199. package/dist/src/components/sections/Header/index.ts +2 -0
  200. package/dist/src/components/sections/index.d.ts +1 -0
  201. package/dist/src/components/sections/index.js +1 -0
  202. package/dist/src/components/sections/index.ts +1 -0
  203. package/dist/src/hooks/useWindowSize.d.ts +6 -0
  204. package/dist/src/hooks/useWindowSize.js +43 -0
  205. package/dist/src/hooks/useWindowSize.tsx +51 -0
  206. package/dist/tsconfig.build.tsbuildinfo +1 -1
  207. package/package.json +2 -1
  208. package/dist/images/componentsSvg/InfoLocationSvg.d.ts +0 -2
  209. package/dist/images/componentsSvg/InfoLocationSvg.js +0 -4
  210. package/dist/images/componentsSvg/InfoLocationSvg.tsx +0 -14
  211. package/dist/images/componentsSvg/InfoMailSvg.d.ts +0 -2
  212. package/dist/images/componentsSvg/InfoMailSvg.js +0 -4
  213. package/dist/images/componentsSvg/InfoMailSvg.tsx +0 -12
  214. package/dist/images/componentsSvg/InfoPhoneSvg.d.ts +0 -2
  215. package/dist/images/componentsSvg/InfoPhoneSvg.js +0 -4
  216. package/dist/images/componentsSvg/InfoPhoneSvg.tsx +0 -12
  217. package/dist/src/components/atoms/MenuItems/MenuItems.d.ts +0 -4
  218. package/dist/src/components/atoms/MenuItems/index.d.ts +0 -2
  219. package/dist/src/components/atoms/MenuItems/index.js +0 -1
  220. package/dist/src/components/atoms/MenuItems/index.ts +0 -2
  221. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.d.ts +0 -7
  222. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +0 -10
  223. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +0 -1
  224. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +0 -49
  225. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +0 -50
  226. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +0 -22
  227. package/dist/src/components/atoms/TopBarMobile/index.d.ts +0 -1
  228. package/dist/src/components/atoms/TopBarMobile/index.js +0 -1
  229. package/dist/src/components/atoms/TopBarMobile/index.ts +0 -1
  230. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.d.ts +0 -3
  231. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.js +0 -6
  232. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.d.ts +0 -1
  233. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.js +0 -22
  234. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.ts +0 -23
  235. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.tsx +0 -15
  236. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.d.ts +0 -4
  237. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.ts +0 -4
  238. package/dist/src/components/molecules/ContactInfoBox/index.d.ts +0 -2
  239. package/dist/src/components/molecules/ContactInfoBox/index.js +0 -1
  240. package/dist/src/components/molecules/ContactInfoBox/index.ts +0 -2
  241. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.d.ts +0 -3
  242. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.js +0 -13
  243. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.js +0 -43
  244. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.ts +0 -44
  245. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.tsx +0 -38
  246. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.d.ts +0 -6
  247. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.ts +0 -7
  248. package/dist/src/components/molecules/ContactInfoCard/index.d.ts +0 -2
  249. package/dist/src/components/molecules/ContactInfoCard/index.js +0 -2
  250. package/dist/src/components/molecules/ContactInfoCard/index.ts +0 -2
  251. /package/dist/src/components/atoms/{MenuItems/MenuItemProps.types.js → MenuItemsDeprecated/MenuItemsDeprecatedProps.types.js} +0 -0
  252. /package/dist/src/components/molecules/{ContactInfoBox/ContactInfoBoxProps.types.js → AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.js} +0 -0
  253. /package/dist/src/components/molecules/{ContactInfoCard/ContactInfoCardProps.js → DocumentListMenuSection/DocumentListMenuSectionProps.types.js} +0 -0
@@ -1,50 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const TopBarMobileStyled = styled.div`
4
- background-color: var(--neutral-neutral-5);
5
- display: flex;
6
- padding: 0.5rem 1rem;
7
- justify-content: space-between;
8
- align-items: center;
9
- border-radius: var(--s-border-radius);
10
- box-shadow: var(--box-shadow-container);
11
- font-size: 14px;
12
- line-height: 18px;
13
- letter-spacing: -0.3px;
14
- position: fixed;
15
- top: 0.5rem;
16
- left: 0.5rem;
17
- right: 0.5rem;
18
-
19
- &.top-bar-mobile {
20
- &.fade-In {
21
- visibility: visible;
22
- opacity: 1;
23
- transition:
24
- visibility 0s linear 0s,
25
- opacity 300ms;
26
- }
27
-
28
- &.fade-Out {
29
- visibility: hidden;
30
- opacity: 0;
31
- transition:
32
- visibility 0s linear 300ms,
33
- opacity 300ms;
34
- }
35
-
36
- > b {
37
- display: flex;
38
- justify-content: center;
39
- align-items: center;
40
-
41
- a {
42
- display: contents;
43
- }
44
-
45
- img {
46
- margin-right: 0.5rem;
47
- }
48
- }
49
- }
50
- `
@@ -1,22 +0,0 @@
1
- import React, { useEffect, useState } from 'react'
2
- import { TopBarMobileStyled } from './TopBarMobile.styled'
3
-
4
- interface TopBarMobileProps {
5
- children: React.ReactNode
6
- isVisible: boolean
7
- }
8
-
9
- export const TopBarMobile: React.FC<TopBarMobileProps> = ({
10
- children,
11
- isVisible = false
12
- }): React.ReactElement | null => {
13
- const [isSSR, setIsSSR] = useState(false)
14
- useEffect(() => {
15
- setIsSSR(true)
16
- }, [])
17
- return isSSR ? (
18
- <TopBarMobileStyled className={`top-bar-mobile ${isVisible ? 'fade-In' : 'fade-Out'}`}>
19
- {children}
20
- </TopBarMobileStyled>
21
- ) : null
22
- }
@@ -1 +0,0 @@
1
- export { TopBarMobile } from './TopBarMobile';
@@ -1 +0,0 @@
1
- export { TopBarMobile } from './TopBarMobile';
@@ -1 +0,0 @@
1
- export { TopBarMobile } from './TopBarMobile'
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type ContactInfoBoxProps } from './ContactInfoBoxProps.types';
3
- export declare const ContactInfoBox: React.FC<ContactInfoBoxProps>;
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { ContactInfoBoxStyled } from './ContactInfoBox.styled';
3
- import { ContactInfoCard } from '../ContactInfoCard';
4
- export const ContactInfoBox = ({ items }) => {
5
- return (_jsx(ContactInfoBoxStyled, { className: 'contact-info-box-container', children: items.map((item, index) => (_jsx(ContactInfoCard, { ...item }, index))) }));
6
- };
@@ -1 +0,0 @@
1
- export declare const ContactInfoBoxStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,22 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const ContactInfoBoxStyled = styled.div `
4
- background-color: var(--others-white);
5
- width: 100%;
6
- border-radius: var(--s-border-radius);
7
- margin-bottom: 2rem;
8
- padding: 0.5rem 1.5rem;
9
- text-decoration: none;
10
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
11
-
12
- @media not all and (min-resolution: 0.001dpcm) {
13
- @supports (-webkit-appearance: none) {
14
- letter-spacing: -1px;
15
- }
16
- }
17
-
18
- @media ${device['landscape-tablets']} {
19
- display: flex;
20
- flex-direction: column;
21
- }
22
- `;
@@ -1,23 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const ContactInfoBoxStyled = styled.div`
5
- background-color: var(--others-white);
6
- width: 100%;
7
- border-radius: var(--s-border-radius);
8
- margin-bottom: 2rem;
9
- padding: 0.5rem 1.5rem;
10
- text-decoration: none;
11
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
12
-
13
- @media not all and (min-resolution: 0.001dpcm) {
14
- @supports (-webkit-appearance: none) {
15
- letter-spacing: -1px;
16
- }
17
- }
18
-
19
- @media ${device['landscape-tablets']} {
20
- display: flex;
21
- flex-direction: column;
22
- }
23
- `
@@ -1,15 +0,0 @@
1
- import React from 'react'
2
-
3
- import { type ContactInfoBoxProps } from './ContactInfoBoxProps.types'
4
- import { ContactInfoBoxStyled } from './ContactInfoBox.styled'
5
- import { ContactInfoCard } from '../ContactInfoCard'
6
-
7
- export const ContactInfoBox: React.FC<ContactInfoBoxProps> = ({ items }) => {
8
- return (
9
- <ContactInfoBoxStyled className='contact-info-box-container'>
10
- {items.map((item, index) => (
11
- <ContactInfoCard key={index} {...item} />
12
- ))}
13
- </ContactInfoBoxStyled>
14
- )
15
- }
@@ -1,4 +0,0 @@
1
- import { type ContactInfoCardProps } from '../ContactInfoCard';
2
- export interface ContactInfoBoxProps {
3
- items: ContactInfoCardProps[];
4
- }
@@ -1,4 +0,0 @@
1
- import { type ContactInfoCardProps } from '../ContactInfoCard'
2
- export interface ContactInfoBoxProps {
3
- items: ContactInfoCardProps[]
4
- }
@@ -1,2 +0,0 @@
1
- export { ContactInfoBox } from './ContactInfoBox';
2
- export { type ContactInfoBoxProps } from './ContactInfoBoxProps.types';
@@ -1 +0,0 @@
1
- export { ContactInfoBox } from './ContactInfoBox';
@@ -1,2 +0,0 @@
1
- export { ContactInfoBox } from './ContactInfoBox'
2
- export { type ContactInfoBoxProps } from './ContactInfoBoxProps.types'
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { ContactInfoCardProps } from './ContactInfoCardProps';
3
- export declare const ContactInfoCard: React.FC<ContactInfoCardProps>;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { ContactInfoCardStyled } from './ContactInfoCard.styled';
3
- import { InfoLocationSvg } from '../../../../images/componentsSvg/InfoLocationSvg';
4
- import { InfoMailSvg } from '../../../../images/componentsSvg/InfoMailSvg';
5
- import { InfoPhoneSvg } from '../../../../images/componentsSvg/InfoPhoneSvg';
6
- const iconMap = {
7
- email: _jsx(InfoMailSvg, {}),
8
- phone: _jsx(InfoPhoneSvg, {}),
9
- location: _jsx(InfoLocationSvg, {})
10
- };
11
- export const ContactInfoCard = ({ type, title, text }) => {
12
- return (_jsx(ContactInfoCardStyled, { className: 'contact-info-card', children: _jsxs("div", { className: 'info-card-wrapper', children: [_jsx("div", { className: 'info-icon', children: iconMap[type] }), _jsxs("div", { className: 'content', children: [title && (_jsx("p", { className: 'title', children: type === 'email' ? (_jsx("a", { href: `mailto:${title}`, children: title })) : type === 'phone' ? (_jsx("a", { href: `tel:${title}`, children: title })) : (title) })), _jsx("p", { className: 'text', children: text })] })] }) }));
13
- };
@@ -1,43 +0,0 @@
1
- import styled from 'styled-components';
2
- export const ContactInfoCardStyled = styled.div `
3
- width: 100%;
4
- background-color: var(--neutral-neutral-6);
5
- border-radius: var(--s-border-radius);
6
- margin-top: 1rem;
7
- margin-bottom: 1rem;
8
- display: flex;
9
- align-items: center;
10
- padding: 1rem 1.5rem;
11
-
12
- .info-card-wrapper {
13
- display: flex;
14
- }
15
-
16
- @media not all and (min-resolution: 0.001dpcm) {
17
- @supports (-webkit-appearance: none) {
18
- letter-spacing: -1px;
19
- }
20
- }
21
-
22
- .info-icon {
23
- margin-top: 0.1rem;
24
- margin-right: 0.5rem;
25
-
26
- path {
27
- fill: var(--primary-main-dark-1);
28
- }
29
- }
30
-
31
- .title {
32
- color: var(--primary-main-dark-1);
33
- font-size: 1.05rem;
34
- font-weight: bold;
35
- a {
36
- color: var(--primary-main-dark-1);
37
- }
38
- }
39
-
40
- .text {
41
- color: var(--neutral-neutral-2);
42
- }
43
- `;
@@ -1,44 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const ContactInfoCardStyled = styled.div`
4
- width: 100%;
5
- background-color: var(--neutral-neutral-6);
6
- border-radius: var(--s-border-radius);
7
- margin-top: 1rem;
8
- margin-bottom: 1rem;
9
- display: flex;
10
- align-items: center;
11
- padding: 1rem 1.5rem;
12
-
13
- .info-card-wrapper {
14
- display: flex;
15
- }
16
-
17
- @media not all and (min-resolution: 0.001dpcm) {
18
- @supports (-webkit-appearance: none) {
19
- letter-spacing: -1px;
20
- }
21
- }
22
-
23
- .info-icon {
24
- margin-top: 0.1rem;
25
- margin-right: 0.5rem;
26
-
27
- path {
28
- fill: var(--primary-main-dark-1);
29
- }
30
- }
31
-
32
- .title {
33
- color: var(--primary-main-dark-1);
34
- font-size: 1.05rem;
35
- font-weight: bold;
36
- a {
37
- color: var(--primary-main-dark-1);
38
- }
39
- }
40
-
41
- .text {
42
- color: var(--neutral-neutral-2);
43
- }
44
- `
@@ -1,38 +0,0 @@
1
- import React from 'react'
2
-
3
- import { ContactInfoCardProps } from './ContactInfoCardProps'
4
- import { ContactInfoCardStyled } from './ContactInfoCard.styled'
5
-
6
- import { InfoLocationSvg } from '../../../../images/componentsSvg/InfoLocationSvg'
7
- import { InfoMailSvg } from '../../../../images/componentsSvg/InfoMailSvg'
8
- import { InfoPhoneSvg } from '../../../../images/componentsSvg/InfoPhoneSvg'
9
-
10
- const iconMap = {
11
- email: <InfoMailSvg />,
12
- phone: <InfoPhoneSvg />,
13
- location: <InfoLocationSvg />
14
- }
15
-
16
- export const ContactInfoCard: React.FC<ContactInfoCardProps> = ({ type, title, text }) => {
17
- return (
18
- <ContactInfoCardStyled className='contact-info-card'>
19
- <div className='info-card-wrapper'>
20
- <div className='info-icon'>{iconMap[type]}</div>
21
- <div className='content'>
22
- {title && (
23
- <p className='title'>
24
- {type === 'email' ? (
25
- <a href={`mailto:${title}`}>{title}</a>
26
- ) : type === 'phone' ? (
27
- <a href={`tel:${title}`}>{title}</a>
28
- ) : (
29
- title
30
- )}
31
- </p>
32
- )}
33
- <p className='text'>{text}</p>
34
- </div>
35
- </div>
36
- </ContactInfoCardStyled>
37
- )
38
- }
@@ -1,6 +0,0 @@
1
- export type ContactInfoType = 'phone' | 'email' | 'location';
2
- export interface ContactInfoCardProps {
3
- type: ContactInfoType;
4
- title?: string;
5
- text: string;
6
- }
@@ -1,7 +0,0 @@
1
- export type ContactInfoType = 'phone' | 'email' | 'location'
2
-
3
- export interface ContactInfoCardProps {
4
- type: ContactInfoType
5
- title?: string
6
- text: string
7
- }
@@ -1,2 +0,0 @@
1
- export * from './ContactInfoCard';
2
- export * from './ContactInfoCardProps';
@@ -1,2 +0,0 @@
1
- export * from './ContactInfoCard';
2
- export * from './ContactInfoCardProps';
@@ -1,2 +0,0 @@
1
- export * from './ContactInfoCard'
2
- export * from './ContactInfoCardProps'