@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
@@ -2,13 +2,13 @@
2
2
  /* eslint-disable jsx-a11y/click-events-have-key-events */
3
3
  import React, { type FC } from 'react'
4
4
 
5
- import { MenuItems, Tooltip } from '../../atoms'
5
+ import { MenuItemsDeprecated, Tooltip } from '../../atoms'
6
6
  import { MenuCollapse24p } from '../../../../images/componentsSvg/MenuCollapse24p'
7
7
  import { type TooltipMenuProps } from './TooltipMenuProps.types'
8
8
  // import './TooltipMenu.scss'
9
9
 
10
10
  const TooltipMenu: FC<TooltipMenuProps> = ({ options, onClick, label }: TooltipMenuProps) => {
11
- const menu = <MenuItems list={options}></MenuItems>
11
+ const menu = <MenuItemsDeprecated list={options}></MenuItemsDeprecated>
12
12
 
13
13
  return (
14
14
  <Tooltip content={menu} allowHTML={true} interactive={true} position='bottom' trigger='click'>
@@ -1,6 +1,7 @@
1
1
  export * from './AccordionItem';
2
2
  export * from './ActionButtonHeaderRatafiaCardList';
3
3
  export * from './AlsoKnownAs';
4
+ export * from './AllTypeDocumentsItemMenu';
4
5
  export * from './Article';
5
6
  export * from './BaseBoxList';
6
7
  export * from './BenefitRatafiaCardList';
@@ -13,6 +14,7 @@ export * from './ContactCardList';
13
14
  export * from './ContactInfo';
14
15
  export * from './ContinueEditingBanner';
15
16
  export * from './CountDownMessage';
17
+ export * from './DocumentListMenuSection';
16
18
  export * from './EmailContactBox';
17
19
  export * from './ExpertCardList';
18
20
  export * from './FaqItem';
@@ -23,6 +25,7 @@ export * from './FreeDocModalContent';
23
25
  export * from './HeaderRatafia';
24
26
  export * from './KeyFactCardListRatafia';
25
27
  export * from './MenuItemsSection';
28
+ export * from './MenuSectionTitle';
26
29
  export * from './MidBannerRatafiaContent';
27
30
  export * from './MidBannerRatafiaSample';
28
31
  export * from './MoreDocsDesktop';
@@ -32,12 +35,14 @@ export * from './Pagination';
32
35
  export * from './PhoneContactBoxDesktop';
33
36
  export * from './PhoneContactBoxMobile';
34
37
  export * from './PopularDocs';
38
+ export * from './ProductListMenu';
35
39
  export * from './PricingCard';
36
40
  export * from './RatafiaResultCardList';
37
41
  export * from './RatafiaResultTabList';
38
42
  export * from './SocialLinks';
39
43
  export * from './SubscriptionCard';
40
44
  export * from './Snackbar';
45
+ export * from './SearchBar';
41
46
  export * from './StepGetForm';
42
47
  export * from './StepRatafiaCardList';
43
48
  export * from './SubtypeDocumentCard';
@@ -1,6 +1,7 @@
1
1
  export * from './AccordionItem';
2
2
  export * from './ActionButtonHeaderRatafiaCardList';
3
3
  export * from './AlsoKnownAs';
4
+ export * from './AllTypeDocumentsItemMenu';
4
5
  export * from './Article';
5
6
  export * from './BaseBoxList';
6
7
  export * from './BenefitRatafiaCardList';
@@ -13,6 +14,7 @@ export * from './ContactCardList';
13
14
  export * from './ContactInfo';
14
15
  export * from './ContinueEditingBanner';
15
16
  export * from './CountDownMessage';
17
+ export * from './DocumentListMenuSection';
16
18
  export * from './EmailContactBox';
17
19
  export * from './ExpertCardList';
18
20
  export * from './FaqItem';
@@ -23,6 +25,7 @@ export * from './FreeDocModalContent';
23
25
  export * from './HeaderRatafia';
24
26
  export * from './KeyFactCardListRatafia';
25
27
  export * from './MenuItemsSection';
28
+ export * from './MenuSectionTitle';
26
29
  export * from './MidBannerRatafiaContent';
27
30
  export * from './MidBannerRatafiaSample';
28
31
  export * from './MoreDocsDesktop';
@@ -32,12 +35,14 @@ export * from './Pagination';
32
35
  export * from './PhoneContactBoxDesktop';
33
36
  export * from './PhoneContactBoxMobile';
34
37
  export * from './PopularDocs';
38
+ export * from './ProductListMenu';
35
39
  export * from './PricingCard';
36
40
  export * from './RatafiaResultCardList';
37
41
  export * from './RatafiaResultTabList';
38
42
  export * from './SocialLinks';
39
43
  export * from './SubscriptionCard';
40
44
  export * from './Snackbar';
45
+ export * from './SearchBar';
41
46
  export * from './StepGetForm';
42
47
  export * from './StepRatafiaCardList';
43
48
  export * from './SubtypeDocumentCard';
@@ -1,6 +1,7 @@
1
1
  export * from './AccordionItem'
2
2
  export * from './ActionButtonHeaderRatafiaCardList'
3
3
  export * from './AlsoKnownAs'
4
+ export * from './AllTypeDocumentsItemMenu'
4
5
  export * from './Article'
5
6
  export * from './BaseBoxList'
6
7
  export * from './BenefitRatafiaCardList'
@@ -13,6 +14,7 @@ export * from './ContactCardList'
13
14
  export * from './ContactInfo'
14
15
  export * from './ContinueEditingBanner'
15
16
  export * from './CountDownMessage'
17
+ export * from './DocumentListMenuSection'
16
18
  export * from './EmailContactBox'
17
19
  export * from './ExpertCardList'
18
20
  export * from './FaqItem'
@@ -23,6 +25,7 @@ export * from './FreeDocModalContent'
23
25
  export * from './HeaderRatafia'
24
26
  export * from './KeyFactCardListRatafia'
25
27
  export * from './MenuItemsSection'
28
+ export * from './MenuSectionTitle'
26
29
  export * from './MidBannerRatafiaContent'
27
30
  export * from './MidBannerRatafiaSample'
28
31
  export * from './MoreDocsDesktop'
@@ -32,12 +35,14 @@ export * from './Pagination'
32
35
  export * from './PhoneContactBoxDesktop'
33
36
  export * from './PhoneContactBoxMobile'
34
37
  export * from './PopularDocs'
38
+ export * from './ProductListMenu'
35
39
  export * from './PricingCard'
36
40
  export * from './RatafiaResultCardList'
37
41
  export * from './RatafiaResultTabList'
38
42
  export * from './SocialLinks'
39
43
  export * from './SubscriptionCard'
40
44
  export * from './Snackbar'
45
+ export * from './SearchBar'
41
46
  export * from './StepGetForm'
42
47
  export * from './StepRatafiaCardList'
43
48
  export * from './SubtypeDocumentCard'
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { EmailContactBox, PhoneContactBoxDesktop } from '../../molecules';
2
3
  import { Button } from '../../atoms';
3
- import { ContactInfoBox } from '../../molecules/ContactInfoBox';
4
4
  import { ContactJumbotronStyled } from './ContactJumbotron.styled';
5
- export const ContactJumbotron = ({ faqsTitle, visitFaqPageLabel, children, isJonSnow = false, items }) => {
6
- return (_jsxs(ContactJumbotronStyled, { children: [_jsx(ContactInfoBox, { items: items }), _jsx("h2", { className: 'contact__text__title sans-serif', children: faqsTitle }), _jsx("div", { className: 'contact__text__subtitle sans-serif', children: children }), !isJonSnow && (_jsx(Button, { givenClass: 'faq-button', color: 'secondary', label: visitFaqPageLabel, link: '/faqs/', dataQa: 'visitFaq' }))] }));
5
+ export const ContactJumbotron = ({ phoneBoxDesktopProps, emailContactBoxProps, faqsTitle, visitFaqPageLabel, children, isJonSnow = false }) => {
6
+ return (_jsxs(ContactJumbotronStyled, { children: [!isJonSnow && _jsx(PhoneContactBoxDesktop, { ...phoneBoxDesktopProps }), _jsx("h2", { className: 'contact__text__title sans-serif', children: faqsTitle }), _jsx("div", { className: 'contact__text__subtitle sans-serif', children: children }), !isJonSnow && (_jsx(Button, { givenClass: 'faq-button', color: 'secondary', label: visitFaqPageLabel, link: '/faqs/', dataQa: 'visitFaq' })), _jsx(EmailContactBox, { ...emailContactBoxProps })] }));
7
7
  };
@@ -1,20 +1,21 @@
1
1
  import React from 'react'
2
2
 
3
+ import { EmailContactBox, PhoneContactBoxDesktop } from '../../molecules'
3
4
  import { Button } from '../../atoms'
4
- import { ContactInfoBox } from '../../molecules/ContactInfoBox'
5
5
  import { type ContactJumbotronProps } from './ContactJumbotronProps.types'
6
6
  import { ContactJumbotronStyled } from './ContactJumbotron.styled'
7
7
 
8
8
  export const ContactJumbotron: React.FC<ContactJumbotronProps> = ({
9
+ phoneBoxDesktopProps,
10
+ emailContactBoxProps,
9
11
  faqsTitle,
10
12
  visitFaqPageLabel,
11
13
  children,
12
- isJonSnow = false,
13
- items
14
+ isJonSnow = false
14
15
  }) => {
15
16
  return (
16
17
  <ContactJumbotronStyled>
17
- <ContactInfoBox items={items} />
18
+ {!isJonSnow && <PhoneContactBoxDesktop {...phoneBoxDesktopProps} />}
18
19
  <h2 className='contact__text__title sans-serif'>{faqsTitle}</h2>
19
20
  <div className='contact__text__subtitle sans-serif'>{children}</div>
20
21
  {!isJonSnow && (
@@ -26,6 +27,7 @@ export const ContactJumbotron: React.FC<ContactJumbotronProps> = ({
26
27
  dataQa={'visitFaq'}
27
28
  />
28
29
  )}
30
+ <EmailContactBox {...emailContactBoxProps} />
29
31
  </ContactJumbotronStyled>
30
32
  )
31
33
  }
@@ -1,9 +1,10 @@
1
- import { ContactInfoCardProps } from 'src/components/molecules/ContactInfoCard';
2
1
  import type React from 'react';
2
+ import { type EmailContactBoxProps, type PhoneContactBoxDesktopProps } from '../../molecules';
3
3
  export interface ContactJumbotronProps {
4
+ phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
5
+ emailContactBoxProps: EmailContactBoxProps;
4
6
  faqsTitle: string;
5
7
  visitFaqPageLabel: string;
6
8
  children: React.ReactNode;
7
9
  isJonSnow?: boolean;
8
- items: ContactInfoCardProps[];
9
10
  }
@@ -1,10 +1,12 @@
1
- import { ContactInfoCardProps } from 'src/components/molecules/ContactInfoCard'
2
1
  import type React from 'react'
3
2
 
3
+ import { type EmailContactBoxProps, type PhoneContactBoxDesktopProps } from '../../molecules'
4
+
4
5
  export interface ContactJumbotronProps {
6
+ phoneBoxDesktopProps: PhoneContactBoxDesktopProps
7
+ emailContactBoxProps: EmailContactBoxProps
5
8
  faqsTitle: string
6
9
  visitFaqPageLabel: string
7
10
  children: React.ReactNode
8
11
  isJonSnow?: boolean
9
- items: ContactInfoCardProps[]
10
12
  }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type DocumentListMenuProps } from './DocumentListMenuProps.types';
3
+ export declare const DocumentListMenu: React.FC<DocumentListMenuProps>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button } from '../../atoms/Button';
3
+ import { DocumentListMenuSection } from '../../molecules/DocumentListMenuSection';
4
+ import { DocumentListMenuStyled } from './DocumentListMenu.styled';
5
+ export const DocumentListMenu = ({ routes, seeAllLegalDocs, seeAllTypeDocs, finalMenu, hasSubCategoryPage, setCookiePolicyFunc }) => {
6
+ return (_jsxs(DocumentListMenuStyled, { className: 'document-list-menu', children: [_jsx("div", { className: 'documents-wrapper', children: finalMenu.map((item, index) => (_jsx("div", { className: 'products__list__section-container', children: _jsx(DocumentListMenuSection, { products: item.products, type: item.type, icon: item.icon, seeAllTypeDocs: seeAllTypeDocs, slug: finalMenu[0].slug, hasSubCategoryPage: hasSubCategoryPage, routes: routes, setCookiePolicyFunc: setCookiePolicyFunc }) }, index))) }), _jsx("div", { className: 'all-documents-button-wrapper', children: _jsx(Button, { color: 'transparent', centered: true, size: 'M', givenClass: 'all-documents-button', link: routes.LEGAL_DOCUMENTS, label: seeAllLegalDocs, dataQa: 'button-see-all-documents' }) })] }));
7
+ };
@@ -0,0 +1 @@
1
+ export declare const DocumentListMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,67 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const DocumentListMenuStyled = styled.div `
4
+ display: flex;
5
+ flex-flow: column nowrap;
6
+ background: var(--others-white);
7
+ width: 100%;
8
+ padding: 1rem 0;
9
+
10
+ @media ${device['landscape-tablets']} {
11
+ display: none;
12
+ }
13
+
14
+ .documents-wrapper {
15
+ display: flex;
16
+ flex-flow: row wrap;
17
+ align-items: flex-start;
18
+ margin: auto;
19
+
20
+ @media ${device['landscape-tablets']} {
21
+ width: 696px;
22
+ }
23
+
24
+ @media ${device['laptop']} {
25
+ width: 910px;
26
+ }
27
+
28
+ @media ${device['desktop-xl']} {
29
+ width: 1128px;
30
+ }
31
+
32
+ .products__list__section-container {
33
+ text-align: left;
34
+ width: 100%;
35
+
36
+ @media ${device['landscape-tablets']} {
37
+ width: 33%;
38
+ padding-right: 1rem;
39
+ &:nth-child(3) {
40
+ padding-right: 0;
41
+ }
42
+ }
43
+
44
+ @media ${device['laptop']} {
45
+ width: 20%;
46
+ &:nth-child(3) {
47
+ padding-right: 1rem;
48
+ }
49
+ &:last-child {
50
+ padding-right: 0;
51
+ }
52
+ }
53
+ }
54
+ }
55
+
56
+ .all-documents-button-wrapper {
57
+ display: flex;
58
+ justify-content: center;
59
+ width: 100%;
60
+
61
+ .all-documents-button {
62
+ margin: 1rem auto;
63
+ max-width: 330px;
64
+ width: 100%;
65
+ }
66
+ }
67
+ `;
@@ -0,0 +1,68 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const DocumentListMenuStyled = styled.div`
5
+ display: flex;
6
+ flex-flow: column nowrap;
7
+ background: var(--others-white);
8
+ width: 100%;
9
+ padding: 1rem 0;
10
+
11
+ @media ${device['landscape-tablets']} {
12
+ display: none;
13
+ }
14
+
15
+ .documents-wrapper {
16
+ display: flex;
17
+ flex-flow: row wrap;
18
+ align-items: flex-start;
19
+ margin: auto;
20
+
21
+ @media ${device['landscape-tablets']} {
22
+ width: 696px;
23
+ }
24
+
25
+ @media ${device['laptop']} {
26
+ width: 910px;
27
+ }
28
+
29
+ @media ${device['desktop-xl']} {
30
+ width: 1128px;
31
+ }
32
+
33
+ .products__list__section-container {
34
+ text-align: left;
35
+ width: 100%;
36
+
37
+ @media ${device['landscape-tablets']} {
38
+ width: 33%;
39
+ padding-right: 1rem;
40
+ &:nth-child(3) {
41
+ padding-right: 0;
42
+ }
43
+ }
44
+
45
+ @media ${device['laptop']} {
46
+ width: 20%;
47
+ &:nth-child(3) {
48
+ padding-right: 1rem;
49
+ }
50
+ &:last-child {
51
+ padding-right: 0;
52
+ }
53
+ }
54
+ }
55
+ }
56
+
57
+ .all-documents-button-wrapper {
58
+ display: flex;
59
+ justify-content: center;
60
+ width: 100%;
61
+
62
+ .all-documents-button {
63
+ margin: 1rem auto;
64
+ max-width: 330px;
65
+ width: 100%;
66
+ }
67
+ }
68
+ `
@@ -0,0 +1,47 @@
1
+ import { Button } from '../../atoms/Button'
2
+ import React from 'react'
3
+
4
+ import { type DocumentListMenuProps } from './DocumentListMenuProps.types'
5
+ import { DocumentListMenuSection } from '../../molecules/DocumentListMenuSection'
6
+ import { DocumentListMenuStyled } from './DocumentListMenu.styled'
7
+
8
+ export const DocumentListMenu: React.FC<DocumentListMenuProps> = ({
9
+ routes,
10
+ seeAllLegalDocs,
11
+ seeAllTypeDocs,
12
+ finalMenu,
13
+ hasSubCategoryPage,
14
+ setCookiePolicyFunc
15
+ }) => {
16
+ return (
17
+ <DocumentListMenuStyled className={'document-list-menu'}>
18
+ <div className={'documents-wrapper'}>
19
+ {finalMenu.map((item, index) => (
20
+ <div className='products__list__section-container' key={index}>
21
+ <DocumentListMenuSection
22
+ products={item.products}
23
+ type={item.type}
24
+ icon={item.icon}
25
+ seeAllTypeDocs={seeAllTypeDocs}
26
+ slug={finalMenu[0].slug}
27
+ hasSubCategoryPage={hasSubCategoryPage}
28
+ routes={routes}
29
+ setCookiePolicyFunc={setCookiePolicyFunc}
30
+ ></DocumentListMenuSection>
31
+ </div>
32
+ ))}
33
+ </div>
34
+ <div className={'all-documents-button-wrapper'}>
35
+ <Button
36
+ color='transparent'
37
+ centered
38
+ size='M'
39
+ givenClass='all-documents-button'
40
+ link={routes.LEGAL_DOCUMENTS}
41
+ label={seeAllLegalDocs}
42
+ dataQa='button-see-all-documents'
43
+ ></Button>
44
+ </div>
45
+ </DocumentListMenuStyled>
46
+ )
47
+ }
@@ -0,0 +1,21 @@
1
+ import { Routes } from '../../sections/Header/HeaderProps.types';
2
+ export interface ProductListMenuProps {
3
+ slug: string;
4
+ linkText: string;
5
+ categoryUrl?: string;
6
+ }
7
+ export interface DocumentListMenuSectionProps {
8
+ icon: string;
9
+ type: string;
10
+ products: ProductListMenuProps[];
11
+ slug: string;
12
+ seeAllTypeDocs: string;
13
+ }
14
+ export interface DocumentListMenuProps {
15
+ seeAllLegalDocs: string;
16
+ seeAllTypeDocs: string;
17
+ routes: Routes;
18
+ finalMenu: DocumentListMenuSectionProps[];
19
+ hasSubCategoryPage: boolean;
20
+ setCookiePolicyFunc: (url?: string, setCookiePolicyAccepted?: boolean) => void;
21
+ }
@@ -0,0 +1,24 @@
1
+ import { Routes } from '../../sections/Header/HeaderProps.types'
2
+
3
+ export interface ProductListMenuProps {
4
+ slug: string
5
+ linkText: string
6
+ categoryUrl?: string
7
+ }
8
+
9
+ export interface DocumentListMenuSectionProps {
10
+ icon: string
11
+ type: string
12
+ products: ProductListMenuProps[]
13
+ slug: string
14
+ seeAllTypeDocs: string
15
+ }
16
+
17
+ export interface DocumentListMenuProps {
18
+ seeAllLegalDocs: string
19
+ seeAllTypeDocs: string
20
+ routes: Routes
21
+ finalMenu: DocumentListMenuSectionProps[]
22
+ hasSubCategoryPage: boolean
23
+ setCookiePolicyFunc: (url?: string, setCookiePolicyAccepted?: boolean) => void
24
+ }
@@ -0,0 +1,2 @@
1
+ export { DocumentListMenu } from './DocumentListMenu';
2
+ export { type DocumentListMenuProps } from './DocumentListMenuProps.types';
@@ -0,0 +1 @@
1
+ export { DocumentListMenu } from './DocumentListMenu';
@@ -0,0 +1,2 @@
1
+ export { DocumentListMenu } from './DocumentListMenu'
2
+ export { type DocumentListMenuProps } from './DocumentListMenuProps.types'
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type DocumentMainMenuProps } from '../DocumentMainMenu/DocumentMainMenuProps.types';
3
+ export declare const DocumentMainMenu: React.FC<DocumentMainMenuProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ArrowRight } from '../../../../images/componentsSvg/ArrowRight';
3
+ import { DocumentMainMenuStyled } from './DocumentMainMenu.styled';
4
+ import DocumentSubMenu from '../DocumentSubMenu/DocumentSubMenu';
5
+ export const DocumentMainMenu = ({ seeAllTypeDocs, allLegalDocs, allTypeDocs, setCookiePolicyFunc, routes, hasSubCategoryPage, finalMenu }) => {
6
+ return (_jsxs(DocumentMainMenuStyled, { children: [finalMenu.map((item, index) => (_jsxs("li", { className: 'menu-items-li', children: [item.type, _jsx("div", { className: 'icon-arrow', children: _jsx(ArrowRight, {}) }), _jsxs("ul", { className: 'submenu__list', children: [item.products.map((product, index) => (_jsx(DocumentSubMenu, { product: product, setCookiePolicyFunc: setCookiePolicyFunc, routes: routes }, index))), _jsx("li", { className: 'menu-items-li all-item', children: _jsx("a", { title: seeAllTypeDocs.replace(/{{type}}/g, item.type), "data-qa": `Header_Menu__${item.slug}_all-documents`, href: hasSubCategoryPage
7
+ ? routes.LEGAL_DOCUMENTS_WITH_CATEGORY(item.slug)
8
+ : routes.LEGAL_DOCUMENTS_WITH_HASH(item.type), children: item.type.includes('Documents')
9
+ ? allTypeDocs.replace(/{{type}}/g, item.type).replace('Documents', '')
10
+ : allTypeDocs.replace(/{{type}}/g, item.type) }) })] }, index)] }, index))), _jsx("li", { className: 'menu-items-li all-item', children: _jsx("a", { title: allLegalDocs, "data-qa": 'Header_Menu_Document_List_All_Documents', href: routes.LEGAL_DOCUMENTS, children: allLegalDocs }) })] }));
11
+ };
@@ -0,0 +1 @@
1
+ export declare const DocumentMainMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,97 @@
1
+ import styled from 'styled-components';
2
+ export const DocumentMainMenuStyled = styled.div `
3
+ border-radius: var(--s-border-radius);
4
+ padding: 0.75rem 1rem;
5
+ margin-top: 0.5rem;
6
+ display: flex;
7
+ /* visibility: hidden;
8
+ opacity: 0; */
9
+ background: var(--others-white);
10
+ transition: all 0.1s ease;
11
+ box-shadow: var(--box-shadow-medium);
12
+ min-width: max-content;
13
+ flex-flow: column wrap;
14
+ position: absolute;
15
+ left: 0;
16
+
17
+ & > .menu-items-li {
18
+ display: flex;
19
+ justify-content: space-between;
20
+ padding-right: 0.5rem;
21
+ width: 100%;
22
+ margin: 0.25rem 2.5rem 0.25rem 0;
23
+ border-radius: 4px;
24
+ transition: all 0.3s ease;
25
+ padding: 0.25rem;
26
+ position: relative;
27
+ cursor: pointer;
28
+ align-items: baseline;
29
+
30
+ &.all-item {
31
+ font-weight: bold;
32
+ &:before {
33
+ content: none;
34
+ }
35
+ }
36
+
37
+ .icon-arrow {
38
+ width: 0.625rem;
39
+ height: 0.813rem;
40
+ &:before,
41
+ &:after {
42
+ width: 0.125rem;
43
+ background-color: var(--neutral-neutral-1);
44
+ }
45
+ }
46
+
47
+ &::marker {
48
+ content: none;
49
+ }
50
+
51
+ &:hover {
52
+ background-color: var(--primary-main-light-5);
53
+
54
+ .submenu__list {
55
+ opacity: 1;
56
+ visibility: visible;
57
+ margin-left: 1.5rem;
58
+ transition: all 0.4s ease;
59
+ }
60
+ .icon-arrow {
61
+ &:before,
62
+ &:after {
63
+ background-color: var(--primary-main);
64
+ }
65
+ }
66
+ }
67
+
68
+ .submenu__list {
69
+ border-radius: var(--s-border-radius);
70
+ padding: 0.75rem 1rem;
71
+ display: flex;
72
+ visibility: hidden;
73
+ opacity: 0;
74
+ margin-left: 1rem;
75
+ background: var(--others-white);
76
+ box-shadow: 0 0.125rem 0.5rem 0 #02374a40;
77
+ transition: all 0.1s ease;
78
+ min-width: max-content;
79
+ flex-flow: column wrap;
80
+ position: absolute;
81
+ left: 100%;
82
+ top: -1rem;
83
+ }
84
+
85
+ .submenu__list {
86
+ .all-item {
87
+ font-weight: bold;
88
+ margin: 0.25rem 3rem 0.25rem 0;
89
+ padding: 0.25rem;
90
+
91
+ &:hover {
92
+ background-color: var(--primary-main-light-5);
93
+ }
94
+ }
95
+ }
96
+ }
97
+ `;