@selfdecode/sd-component-library 2.42.3 → 2.42.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 (663) hide show
  1. package/lib/components/accordions/base-accordion/accordion.d.ts +6 -6
  2. package/lib/components/accordions/base-accordion/assets/index.d.ts +1 -1
  3. package/lib/components/accordions/base-accordion/index.d.ts +3 -3
  4. package/lib/components/accordions/base-accordion/interfaces.d.ts +88 -88
  5. package/lib/components/accordions/risk-assessment-accordion/index.d.ts +1 -1
  6. package/lib/components/accordions/risk-assessment-accordion/interfaces.d.ts +12 -12
  7. package/lib/components/accordions/risk-assessment-accordion/risk-assessment-accordion.d.ts +7 -7
  8. package/lib/components/accordions/sublist-accordion/index.d.ts +3 -3
  9. package/lib/components/accordions/sublist-accordion/interfaces.d.ts +36 -32
  10. package/lib/components/accordions/sublist-accordion/sublist-accordion.d.ts +3 -3
  11. package/lib/components/animations/loading-spinner/index.d.ts +1 -1
  12. package/lib/components/animations/loading-spinner/interfaces.d.ts +4 -4
  13. package/lib/components/animations/loading-spinner/loading-spinner.d.ts +3 -3
  14. package/lib/components/animations/up-down-arrow/index.d.ts +1 -1
  15. package/lib/components/animations/up-down-arrow/interfaces.d.ts +10 -10
  16. package/lib/components/animations/up-down-arrow/up-down-arrow.d.ts +3 -3
  17. package/lib/components/badges/badge/badge.d.ts +6 -6
  18. package/lib/components/badges/badge/index.d.ts +3 -3
  19. package/lib/components/badges/badge/interfaces.d.ts +12 -12
  20. package/lib/components/badges/primary-badge/index.d.ts +3 -3
  21. package/lib/components/badges/primary-badge/interfaces.d.ts +2 -2
  22. package/lib/components/badges/primary-badge/primary-badge.d.ts +6 -6
  23. package/lib/components/badges/secondary-badge/index.d.ts +3 -3
  24. package/lib/components/badges/secondary-badge/interfaces.d.ts +2 -2
  25. package/lib/components/badges/secondary-badge/secondary-badge.d.ts +6 -6
  26. package/lib/components/badges/tertiary-badge/index.d.ts +3 -3
  27. package/lib/components/badges/tertiary-badge/interfaces.d.ts +2 -2
  28. package/lib/components/badges/tertiary-badge/tertiary-badge.d.ts +6 -6
  29. package/lib/components/bicolor-badge/bicolor-badge.d.ts +3 -3
  30. package/lib/components/bicolor-badge/index.d.ts +3 -3
  31. package/lib/components/bicolor-badge/interfaces.d.ts +27 -27
  32. package/lib/components/boolean-feedback/base-boolean-feedback/base-boolean-feedback.d.ts +6 -6
  33. package/lib/components/boolean-feedback/base-boolean-feedback/index.d.ts +3 -3
  34. package/lib/components/boolean-feedback/base-boolean-feedback/interfaces.d.ts +28 -28
  35. package/lib/components/boolean-feedback/thumbs-feedback/assets/index.d.ts +2 -2
  36. package/lib/components/boolean-feedback/thumbs-feedback/index.d.ts +1 -1
  37. package/lib/components/boolean-feedback/thumbs-feedback/interfaces.d.ts +2 -2
  38. package/lib/components/boolean-feedback/thumbs-feedback/thumbs-feedback.d.ts +6 -6
  39. package/lib/components/boolean-feedback/yes-no-feedback/index.d.ts +1 -1
  40. package/lib/components/boolean-feedback/yes-no-feedback/interfaces.d.ts +2 -2
  41. package/lib/components/boolean-feedback/yes-no-feedback/yes-no-feedback.d.ts +6 -6
  42. package/lib/components/boxes/desktop-hidden-box/desktop-hidden-box.d.ts +7 -7
  43. package/lib/components/boxes/desktop-hidden-box/index.d.ts +1 -1
  44. package/lib/components/boxes/desktop-hidden-box/interfaces.d.ts +11 -11
  45. package/lib/components/boxes/mobile-hidden-box/index.d.ts +1 -1
  46. package/lib/components/boxes/mobile-hidden-box/interfaces.d.ts +11 -11
  47. package/lib/components/boxes/mobile-hidden-box/mobile-hidden-box.d.ts +7 -7
  48. package/lib/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -3
  49. package/lib/components/breadcrumbs/breadcrumb/crumb/crumb.d.ts +3 -3
  50. package/lib/components/breadcrumbs/breadcrumb/crumb/index.d.ts +3 -3
  51. package/lib/components/breadcrumbs/breadcrumb/crumb/interfaces.d.ts +30 -30
  52. package/lib/components/breadcrumbs/breadcrumb/functions.d.ts +4 -4
  53. package/lib/components/breadcrumbs/breadcrumb/index.d.ts +3 -3
  54. package/lib/components/breadcrumbs/breadcrumb/interfaces.d.ts +16 -16
  55. package/lib/components/breadcrumbs/primary-breadcrumb/index.d.ts +3 -3
  56. package/lib/components/breadcrumbs/primary-breadcrumb/interfaces.d.ts +2 -2
  57. package/lib/components/breadcrumbs/primary-breadcrumb/primary-breadcrumb.d.ts +3 -3
  58. package/lib/components/buttons/button/button.d.ts +6 -6
  59. package/lib/components/buttons/button/index.d.ts +2 -2
  60. package/lib/components/buttons/button/interfaces.d.ts +163 -163
  61. package/lib/components/buttons/cta/cta-button/cta-button.d.ts +6 -6
  62. package/lib/components/buttons/cta/cta-button/index.d.ts +2 -2
  63. package/lib/components/buttons/cta/cta-button/interfaces.d.ts +5 -5
  64. package/lib/components/buttons/cta/next-button/assets/index.d.ts +1 -1
  65. package/lib/components/buttons/cta/next-button/index.d.ts +3 -3
  66. package/lib/components/buttons/cta/next-button/interfaces.d.ts +11 -11
  67. package/lib/components/buttons/cta/next-button/next-button.d.ts +6 -6
  68. package/lib/components/buttons/cta/primary-blue-button/index.d.ts +3 -3
  69. package/lib/components/buttons/cta/primary-blue-button/interfaces.d.ts +2 -2
  70. package/lib/components/buttons/cta/primary-blue-button/primary-blue-button.d.ts +6 -6
  71. package/lib/components/buttons/cta/primary-orange-button/index.d.ts +3 -3
  72. package/lib/components/buttons/cta/primary-orange-button/interfaces.d.ts +2 -2
  73. package/lib/components/buttons/cta/primary-orange-button/primary-orange-button.d.ts +6 -6
  74. package/lib/components/buttons/cta/primary-text-button/index.d.ts +3 -3
  75. package/lib/components/buttons/cta/primary-text-button/interfaces.d.ts +2 -2
  76. package/lib/components/buttons/cta/primary-text-button/primary-text-button.d.ts +6 -6
  77. package/lib/components/buttons/cta/secondary-blue-button/index.d.ts +3 -3
  78. package/lib/components/buttons/cta/secondary-blue-button/interfaces.d.ts +2 -2
  79. package/lib/components/buttons/cta/secondary-blue-button/secondary-blue-button.d.ts +6 -6
  80. package/lib/components/buttons/cta/secondary-orange-button/index.d.ts +3 -3
  81. package/lib/components/buttons/cta/secondary-orange-button/interfaces.d.ts +2 -2
  82. package/lib/components/buttons/cta/secondary-orange-button/secondary-orange-button.d.ts +6 -6
  83. package/lib/components/buttons/cta/share-button/assets/index.d.ts +1 -1
  84. package/lib/components/buttons/cta/share-button/index.d.ts +3 -3
  85. package/lib/components/buttons/cta/share-button/interfaces.d.ts +23 -23
  86. package/lib/components/buttons/cta/share-button/share-button.d.ts +6 -6
  87. package/lib/components/buttons/cta/text-cta-button/index.d.ts +3 -3
  88. package/lib/components/buttons/cta/text-cta-button/interfaces.d.ts +2 -2
  89. package/lib/components/buttons/cta/text-cta-button/text-cta-button.d.ts +6 -6
  90. package/lib/components/buttons/logos/logo/index.d.ts +2 -2
  91. package/lib/components/buttons/logos/logo/interfaces.d.ts +5 -5
  92. package/lib/components/buttons/logos/logo/logo.d.ts +6 -6
  93. package/lib/components/buttons/logos/navbar-logo/assets/index.d.ts +1 -1
  94. package/lib/components/buttons/logos/navbar-logo/index.d.ts +1 -1
  95. package/lib/components/buttons/logos/navbar-logo/interfaces.d.ts +2 -2
  96. package/lib/components/buttons/logos/navbar-logo/navbar-logo.d.ts +6 -6
  97. package/lib/components/buttons/logos/powered-by-grey-logo/assets/index.d.ts +1 -1
  98. package/lib/components/buttons/logos/powered-by-grey-logo/index.d.ts +3 -3
  99. package/lib/components/buttons/logos/powered-by-grey-logo/interfaces.d.ts +2 -2
  100. package/lib/components/buttons/logos/powered-by-grey-logo/powered-by-grey-logo.d.ts +6 -6
  101. package/lib/components/buttons/logos/powered-by-white-logo/assets/index.d.ts +1 -1
  102. package/lib/components/buttons/logos/powered-by-white-logo/index.d.ts +3 -3
  103. package/lib/components/buttons/logos/powered-by-white-logo/interfaces.d.ts +2 -2
  104. package/lib/components/buttons/logos/powered-by-white-logo/powered-by-white-logo.d.ts +6 -6
  105. package/lib/components/buttons/logos/sd-white-logo/index.d.ts +1 -1
  106. package/lib/components/buttons/logos/sd-white-logo/sd-white-logo.d.ts +6 -6
  107. package/lib/components/buttons/partials/circle-button/circle-button.d.ts +6 -6
  108. package/lib/components/buttons/partials/circle-button/index.d.ts +3 -3
  109. package/lib/components/buttons/partials/circle-button/interfaces.d.ts +15 -15
  110. package/lib/components/buttons/partials/cross-button/assets/index.d.ts +1 -1
  111. package/lib/components/buttons/partials/cross-button/cross-button.d.ts +6 -6
  112. package/lib/components/buttons/partials/cross-button/index.d.ts +1 -1
  113. package/lib/components/buttons/partials/cross-button/interfaces.d.ts +5 -5
  114. package/lib/components/buttons/partials/goto-button/assets/index.d.ts +1 -1
  115. package/lib/components/buttons/partials/goto-button/goto-button.d.ts +6 -6
  116. package/lib/components/buttons/partials/goto-button/index.d.ts +1 -1
  117. package/lib/components/buttons/partials/goto-button/interfaces.d.ts +5 -5
  118. package/lib/components/buttons/partials/icon-button/assets/index.d.ts +1 -1
  119. package/lib/components/buttons/partials/icon-button/icon-button.d.ts +6 -6
  120. package/lib/components/buttons/partials/icon-button/index.d.ts +1 -1
  121. package/lib/components/buttons/partials/icon-button/interfaces.d.ts +28 -28
  122. package/lib/components/buttons/partials/multi-choice/assets/index.d.ts +2 -2
  123. package/lib/components/buttons/partials/multi-choice/index.d.ts +3 -3
  124. package/lib/components/buttons/partials/multi-choice/interfaces.d.ts +11 -11
  125. package/lib/components/buttons/partials/multi-choice/multi-choice-button.d.ts +6 -6
  126. package/lib/components/buttons/partials/square-button/index.d.ts +3 -3
  127. package/lib/components/buttons/partials/square-button/interfaces.d.ts +2 -2
  128. package/lib/components/buttons/partials/square-button/square-button.d.ts +6 -6
  129. package/lib/components/buttons/partials/tick-button/assets/index.d.ts +1 -1
  130. package/lib/components/buttons/partials/tick-button/index.d.ts +1 -1
  131. package/lib/components/buttons/partials/tick-button/interfaces.d.ts +5 -5
  132. package/lib/components/buttons/partials/tick-button/tick-button.d.ts +6 -6
  133. package/lib/components/buttons/radio-info-button/index.d.ts +1 -1
  134. package/lib/components/buttons/radio-info-button/interfaces.d.ts +31 -31
  135. package/lib/components/buttons/radio-info-button/radio-info-button.d.ts +3 -3
  136. package/lib/components/buttons/round-icon-button/index.d.ts +1 -1
  137. package/lib/components/buttons/round-icon-button/interfaces.d.ts +55 -55
  138. package/lib/components/buttons/round-icon-button/round-icon-button.d.ts +3 -3
  139. package/lib/components/cards/round-card/index.d.ts +1 -1
  140. package/lib/components/cards/round-card/interfaces.d.ts +36 -36
  141. package/lib/components/cards/round-card/round-card.d.ts +6 -6
  142. package/lib/components/carousels/carousel-section-container/carousel-section-container.d.ts +9 -9
  143. package/lib/components/carousels/carousel-section-container/index.d.ts +1 -1
  144. package/lib/components/carousels/carousel-section-container/interfaces.d.ts +23 -23
  145. package/lib/components/checkboxes/checkbox/checkbox.d.ts +6 -6
  146. package/lib/components/checkboxes/checkbox/index.d.ts +1 -1
  147. package/lib/components/checkboxes/checkbox/interfaces.d.ts +40 -40
  148. package/lib/components/checkboxes/partial-checkbox/index.d.ts +1 -1
  149. package/lib/components/checkboxes/partial-checkbox/interfaces.d.ts +12 -12
  150. package/lib/components/checkboxes/partial-checkbox/partial-checkbox.d.ts +6 -6
  151. package/lib/components/complex/footer/index.d.ts +1 -1
  152. package/lib/components/complex/footer/partials/footer-link/footer-link.d.ts +3 -3
  153. package/lib/components/complex/footer/partials/footer-link/index.d.ts +3 -3
  154. package/lib/components/complex/footer/partials/footer-link/interfaces.d.ts +10 -10
  155. package/lib/components/complex/footer/partials/footer-section/footer-section.d.ts +3 -3
  156. package/lib/components/complex/footer/partials/footer-section/index.d.ts +1 -1
  157. package/lib/components/complex/footer/partials/footer-section/interfaces.d.ts +11 -11
  158. package/lib/components/complex/footer/partials/footer-social/assets/index.d.ts +3 -3
  159. package/lib/components/complex/footer/partials/footer-social/footer-social.d.ts +2 -2
  160. package/lib/components/complex/footer/partials/footer-social/index.d.ts +1 -1
  161. package/lib/components/complex/footer/presentational/footer-presentational.d.ts +3 -3
  162. package/lib/components/complex/footer/presentational/index.d.ts +1 -1
  163. package/lib/components/complex/footer/presentational/interfaces.d.ts +7 -7
  164. package/lib/components/complex/footer/utils.d.ts +7 -7
  165. package/lib/components/complex/navbar/index.d.ts +1 -1
  166. package/lib/components/complex/navbar/partials/navbar-v1/constants.d.ts +5 -5
  167. package/lib/components/complex/navbar/partials/navbar-v1/index.d.ts +1 -1
  168. package/lib/components/complex/navbar/partials/navbar-v1/interfaces.d.ts +2 -2
  169. package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/index.d.ts +1 -1
  170. package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/labs-item.d.ts +2 -2
  171. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/index.d.ts +1 -1
  172. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/index.d.ts +1 -1
  173. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/interfaces.d.ts +7 -7
  174. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/menu-box.d.ts +3 -3
  175. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/index.d.ts +1 -1
  176. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/interfaces.d.ts +23 -23
  177. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/menu-row.d.ts +3 -3
  178. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/index.d.ts +1 -1
  179. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/my-genetics-item.d.ts +2 -2
  180. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/index.d.ts +1 -1
  181. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/navbar-item.d.ts +5 -5
  182. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/index.d.ts +1 -1
  183. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/interfaces.d.ts +2 -2
  184. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/new-apps.d.ts +3 -3
  185. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/assets/index.d.ts +1 -1
  186. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/index.d.ts +1 -1
  187. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/interfaces.d.ts +2 -2
  188. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/personal-area-item.d.ts +3 -3
  189. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/index.d.ts +1 -1
  190. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/interfaces.d.ts +3 -3
  191. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/navbar-desktop-v1-presentational.d.ts +3 -3
  192. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/index.d.ts +1 -1
  193. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.d.ts +3 -3
  194. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.utils.d.ts +3 -3
  195. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/index.d.ts +2 -2
  196. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/interfaces.d.ts +12 -12
  197. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/drop-up-navbar-item.d.ts +3 -3
  198. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/index.d.ts +1 -1
  199. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
  200. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/icon-buttons.d.ts +9 -9
  201. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/index.d.ts +1 -1
  202. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/interfaces.d.ts +43 -43
  203. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/index.d.ts +1 -1
  204. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/interfaces.d.ts +13 -13
  205. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
  206. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/index.d.ts +1 -1
  207. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/interfaces.d.ts +19 -19
  208. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/navbar-mobile-unfolded-box.d.ts +3 -3
  209. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/constants.d.ts +2 -2
  210. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
  211. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +20 -20
  212. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/navbar-mobile-unfolded-navigation.d.ts +3 -3
  213. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/index.d.ts +1 -1
  214. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/interfaces.d.ts +19 -19
  215. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/navbar-mobile-unfolded-search.d.ts +3 -3
  216. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/index.d.ts +1 -1
  217. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/navigation-item-text.d.ts +2 -2
  218. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/index.d.ts +1 -1
  219. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/interfaces.d.ts +3 -3
  220. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/navbar-mobile-v1-presentational.d.ts +6 -6
  221. package/lib/components/complex/navbar/partials/navbar-v1/presentational/index.d.ts +1 -1
  222. package/lib/components/complex/navbar/partials/navbar-v1/presentational/interfaces.d.ts +2 -2
  223. package/lib/components/complex/navbar/partials/navbar-v1/presentational/navbar-v1-presentational.d.ts +8 -8
  224. package/lib/components/complex/navbar/partials/navbar-v2/index.d.ts +1 -1
  225. package/lib/components/complex/navbar/partials/navbar-v2/partials/interfaces.d.ts +58 -58
  226. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/index.d.ts +1 -1
  227. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/cart-item.d.ts +3 -3
  228. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/index.d.ts +1 -1
  229. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/interfaces.d.ts +2 -2
  230. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/index.d.ts +1 -1
  231. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/interfaces.d.ts +7 -7
  232. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/menu-box.d.ts +3 -3
  233. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/index.d.ts +1 -1
  234. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/interfaces.d.ts +7 -7
  235. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/navbar-item.d.ts +6 -6
  236. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/index.d.ts +1 -1
  237. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/intefaces.d.ts +7 -7
  238. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/navbar-item-with-menu.d.ts +3 -3
  239. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/index.d.ts +1 -1
  240. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/interfaces.d.ts +2 -2
  241. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/personal-area-item.d.ts +3 -3
  242. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/index.d.ts +1 -1
  243. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/interfaces.d.ts +3 -3
  244. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/what-is-this.d.ts +3 -3
  245. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/index.d.ts +1 -1
  246. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/interfaces.d.ts +2 -2
  247. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/navbar-desktop-v2-presentational.d.ts +3 -3
  248. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/index.d.ts +1 -1
  249. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/drop-up-navbar-item.d.ts +3 -3
  250. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/index.d.ts +1 -1
  251. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
  252. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/index.d.ts +1 -1
  253. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/interfaces.d.ts +4 -4
  254. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/navbar-list.d.ts +3 -3
  255. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/index.d.ts +1 -1
  256. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/interfaces.d.ts +18 -18
  257. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
  258. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
  259. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +14 -14
  260. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/navbar-mobile-unfolded-navigation.d.ts +3 -3
  261. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/index.d.ts +1 -1
  262. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/interfaces.d.ts +3 -3
  263. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/secondary-drop-up-nav-item.d.ts +3 -3
  264. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/index.d.ts +1 -1
  265. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/interfaces.d.ts +2 -2
  266. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/navbar-mobile-v2-presentational.d.ts +6 -6
  267. package/lib/components/complex/navbar/partials/navbar-v2/presentational/index.d.ts +1 -1
  268. package/lib/components/complex/navbar/partials/navbar-v2/presentational/interfaces.d.ts +21 -21
  269. package/lib/components/complex/navbar/partials/navbar-v2/presentational/navbar-v2-presentational.d.ts +8 -8
  270. package/lib/components/complex/navbar/presentational/constants-v2.d.ts +6 -6
  271. package/lib/components/complex/navbar/presentational/constants-v3.d.ts +4 -4
  272. package/lib/components/complex/navbar/presentational/index.d.ts +1 -1
  273. package/lib/components/complex/navbar/presentational/interfaces.d.ts +81 -81
  274. package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +6 -6
  275. package/lib/components/containers/grid-containers/base-grid-container/base-grid-container.d.ts +6 -6
  276. package/lib/components/containers/grid-containers/base-grid-container/index.d.ts +3 -3
  277. package/lib/components/containers/grid-containers/base-grid-container/interfaces.d.ts +68 -68
  278. package/lib/components/containers/grid-containers/fr-fr-container/fr-fr-container.d.ts +6 -6
  279. package/lib/components/containers/grid-containers/fr-fr-container/index.d.ts +1 -1
  280. package/lib/components/containers/grid-containers/fr-fr-container/interfaces.d.ts +2 -2
  281. package/lib/components/containers/grid-containers/fr-max-container/fr-max-container.d.ts +6 -6
  282. package/lib/components/containers/grid-containers/fr-max-container/index.d.ts +1 -1
  283. package/lib/components/containers/grid-containers/fr-max-container/interfaces.d.ts +2 -2
  284. package/lib/components/containers/grid-containers/max-fr-container/index.d.ts +1 -1
  285. package/lib/components/containers/grid-containers/max-fr-container/interfaces.d.ts +2 -2
  286. package/lib/components/containers/grid-containers/max-fr-container/max-fr-container.d.ts +6 -6
  287. package/lib/components/containers/grid-containers/max-max-container/index.d.ts +1 -1
  288. package/lib/components/containers/grid-containers/max-max-container/interfaces.d.ts +2 -2
  289. package/lib/components/containers/grid-containers/max-max-container/max-max-container.d.ts +6 -6
  290. package/lib/components/containers/max-width-container/index.d.ts +1 -1
  291. package/lib/components/containers/max-width-container/interfaces.d.ts +25 -25
  292. package/lib/components/containers/max-width-container/max-width-container.d.ts +3 -3
  293. package/lib/components/containers/responsive-containers/responsive-container-t1/index.d.ts +1 -1
  294. package/lib/components/containers/responsive-containers/responsive-container-t1/interfaces.d.ts +2 -2
  295. package/lib/components/containers/responsive-containers/responsive-container-t1/responsive-grid-container-t1.d.ts +9 -9
  296. package/lib/components/containers/responsive-containers/responsive-container-t2/index.d.ts +1 -1
  297. package/lib/components/containers/responsive-containers/responsive-container-t2/interfaces.d.ts +2 -2
  298. package/lib/components/containers/responsive-containers/responsive-container-t2/responsive-grid-container-t2.d.ts +9 -9
  299. package/lib/components/containers/section-container/index.d.ts +1 -1
  300. package/lib/components/containers/section-container/interfaces.d.ts +40 -40
  301. package/lib/components/containers/section-container/section-container.d.ts +12 -12
  302. package/lib/components/custom-scrollbar-box/custom-scrollbar-box.d.ts +3 -3
  303. package/lib/components/custom-scrollbar-box/index.d.ts +3 -3
  304. package/lib/components/custom-scrollbar-box/interfaces.d.ts +35 -35
  305. package/lib/components/dividers/divider/divider.d.ts +6 -6
  306. package/lib/components/dividers/divider/index.d.ts +3 -3
  307. package/lib/components/dividers/divider/interfaces.d.ts +19 -19
  308. package/lib/components/dividers/horizontal-divider/horizontal-divider.d.ts +6 -6
  309. package/lib/components/dividers/horizontal-divider/index.d.ts +1 -1
  310. package/lib/components/dividers/horizontal-divider/interfaces.d.ts +2 -2
  311. package/lib/components/dividers/vertical-divider/index.d.ts +1 -1
  312. package/lib/components/dividers/vertical-divider/interfaces.d.ts +2 -2
  313. package/lib/components/dividers/vertical-divider/vertical-divider.d.ts +6 -6
  314. package/lib/components/dropdowns/dropdown/dropdown-placholder/dropdown-placholder.d.ts +6 -6
  315. package/lib/components/dropdowns/dropdown/dropdown-placholder/index.d.ts +1 -1
  316. package/lib/components/dropdowns/dropdown/dropdown-placholder/interfaces.d.ts +2 -2
  317. package/lib/components/dropdowns/dropdown/dropdown.d.ts +6 -6
  318. package/lib/components/dropdowns/dropdown/index.d.ts +4 -4
  319. package/lib/components/dropdowns/dropdown/interfaces.d.ts +38 -38
  320. package/lib/components/dropdowns/primary-dropdown/index.d.ts +1 -1
  321. package/lib/components/dropdowns/primary-dropdown/interfaces.d.ts +2 -2
  322. package/lib/components/dropdowns/primary-dropdown/primary-dropdown.d.ts +6 -6
  323. package/lib/components/feature-explanation/assets/index.d.ts +1 -1
  324. package/lib/components/feature-explanation/feature-explanation.d.ts +3 -3
  325. package/lib/components/feature-explanation/index.d.ts +1 -1
  326. package/lib/components/feature-explanation/interfaces.d.ts +11 -11
  327. package/lib/components/icons/bordered-plain-warning-circle-icon/bordered-plain-warning-circle-icon.d.ts +3 -3
  328. package/lib/components/icons/bordered-plain-warning-circle-icon/index.d.ts +1 -1
  329. package/lib/components/icons/bordered-plain-warning-circle-icon/interfaces.d.ts +6 -6
  330. package/lib/components/icons/calendar-icon/index.d.ts +1 -1
  331. package/lib/components/icons/cart-icon/index.d.ts +1 -1
  332. package/lib/components/icons/cross-icon/index.d.ts +1 -1
  333. package/lib/components/icons/genetics-icon/index.d.ts +1 -1
  334. package/lib/components/icons/hamburger-icon/index.d.ts +1 -1
  335. package/lib/components/icons/index.d.ts +17 -17
  336. package/lib/components/icons/plain-warning-circle-icon/index.d.ts +1 -1
  337. package/lib/components/icons/profile-icon/index.d.ts +1 -1
  338. package/lib/components/icons/rescan-icon/index.d.ts +1 -1
  339. package/lib/components/icons/round-bordered-star/index.d.ts +1 -1
  340. package/lib/components/icons/round-bordered-star/interfaces.d.ts +15 -15
  341. package/lib/components/icons/round-bordered-star/round-bordered-star.d.ts +3 -3
  342. package/lib/components/icons/sd-logo-no-text-icon/index.d.ts +1 -1
  343. package/lib/components/icons/sd-logo-white-icon/index.d.ts +1 -1
  344. package/lib/components/icons/sd-navbar-icon/index.d.ts +1 -1
  345. package/lib/components/icons/search-icon/index.d.ts +1 -1
  346. package/lib/components/icons/short-dropdown-arrow-icon/index.d.ts +1 -1
  347. package/lib/components/icons/star-icon/index.d.ts +1 -1
  348. package/lib/components/icons/vial-icon/index.d.ts +1 -1
  349. package/lib/components/icons/warning-circle-icon/index.d.ts +1 -1
  350. package/lib/components/inputs/autocomplete-input/autocomplete-input.d.ts +3 -3
  351. package/lib/components/inputs/autocomplete-input/index.d.ts +1 -1
  352. package/lib/components/inputs/autocomplete-input/interfaces.d.ts +34 -34
  353. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/autocomplete-option-box.d.ts +3 -3
  354. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/index.d.ts +1 -1
  355. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/interfaces.d.ts +11 -11
  356. package/lib/components/inputs/autocomplete-input/partials/results-box/index.d.ts +1 -1
  357. package/lib/components/inputs/autocomplete-input/partials/results-box/interfaces.d.ts +12 -12
  358. package/lib/components/inputs/autocomplete-input/partials/results-box/results-box.d.ts +3 -3
  359. package/lib/components/inputs/boxy-number-input/assets/index.d.ts +2 -2
  360. package/lib/components/inputs/boxy-number-input/boxy-number-input.d.ts +6 -6
  361. package/lib/components/inputs/boxy-number-input/index.d.ts +3 -3
  362. package/lib/components/inputs/boxy-number-input/interfaces.d.ts +2 -2
  363. package/lib/components/inputs/date-inputs/base-date-input/base-date-input.d.ts +5 -5
  364. package/lib/components/inputs/date-inputs/base-date-input/index.d.ts +1 -1
  365. package/lib/components/inputs/date-inputs/base-date-input/interfaces.d.ts +65 -65
  366. package/lib/components/inputs/date-inputs/base-date-range-input/base-date-range-input.d.ts +5 -5
  367. package/lib/components/inputs/date-inputs/base-date-range-input/index.d.ts +2 -2
  368. package/lib/components/inputs/date-inputs/base-date-range-input/interfaces.d.ts +86 -86
  369. package/lib/components/inputs/date-inputs/outlined-date-input/index.d.ts +1 -1
  370. package/lib/components/inputs/date-inputs/outlined-date-input/interfaces.d.ts +27 -27
  371. package/lib/components/inputs/date-inputs/outlined-date-input/outlined-date-input.d.ts +3 -3
  372. package/lib/components/inputs/date-inputs/outlined-date-range-input/index.d.ts +2 -2
  373. package/lib/components/inputs/date-inputs/outlined-date-range-input/interfaces.d.ts +46 -46
  374. package/lib/components/inputs/date-inputs/outlined-date-range-input/outlined-date-range-input.d.ts +3 -3
  375. package/lib/components/inputs/date-inputs/primary-date-input/index.d.ts +1 -1
  376. package/lib/components/inputs/date-inputs/primary-date-input/interfaces.d.ts +37 -37
  377. package/lib/components/inputs/date-inputs/primary-date-input/primary-date-input.d.ts +3 -3
  378. package/lib/components/inputs/input/error.d.ts +6 -6
  379. package/lib/components/inputs/input/index.d.ts +3 -3
  380. package/lib/components/inputs/input/input.d.ts +6 -6
  381. package/lib/components/inputs/input/interfaces.d.ts +60 -60
  382. package/lib/components/inputs/number-input/index.d.ts +3 -3
  383. package/lib/components/inputs/number-input/interfaces.d.ts +29 -29
  384. package/lib/components/inputs/number-input/number-input.d.ts +3 -3
  385. package/lib/components/inputs/primary-number-input/assets/index.d.ts +4 -4
  386. package/lib/components/inputs/primary-number-input/index.d.ts +3 -3
  387. package/lib/components/inputs/primary-number-input/interfaces.d.ts +2 -2
  388. package/lib/components/inputs/primary-number-input/primary-number-input.d.ts +6 -6
  389. package/lib/components/inputs/primary-text-input/index.d.ts +2 -2
  390. package/lib/components/inputs/primary-text-input/interfaces.d.ts +8 -8
  391. package/lib/components/inputs/primary-text-input/primary-text-input.d.ts +3 -3
  392. package/lib/components/inputs/search-input/index.d.ts +1 -1
  393. package/lib/components/inputs/search-input/partials/search-box/index.d.ts +1 -1
  394. package/lib/components/inputs/search-input/partials/search-box/interfaces.d.ts +16 -16
  395. package/lib/components/inputs/search-input/partials/search-box/search-box.d.ts +3 -3
  396. package/lib/components/inputs/search-input/presentational/assets/index.d.ts +2 -2
  397. package/lib/components/inputs/search-input/presentational/index.d.ts +3 -3
  398. package/lib/components/inputs/search-input/presentational/interfaces.d.ts +37 -37
  399. package/lib/components/inputs/search-input/presentational/search-input.d.ts +6 -6
  400. package/lib/components/inputs/secondary-number-input/index.d.ts +2 -2
  401. package/lib/components/inputs/secondary-number-input/interfaces.d.ts +18 -18
  402. package/lib/components/inputs/secondary-number-input/secondary-number-input.d.ts +3 -3
  403. package/lib/components/inputs/secondary-text-input/index.d.ts +3 -3
  404. package/lib/components/inputs/secondary-text-input/interfaces.d.ts +39 -39
  405. package/lib/components/inputs/secondary-text-input/secondary-text-input.d.ts +3 -3
  406. package/lib/components/inputs/text-input/index.d.ts +2 -2
  407. package/lib/components/inputs/text-input/interfaces.d.ts +10 -10
  408. package/lib/components/inputs/text-input/text-input.d.ts +6 -6
  409. package/lib/components/interfaces.d.ts +27 -27
  410. package/lib/components/labels/base-label/base-label.d.ts +3 -3
  411. package/lib/components/labels/base-label/index.d.ts +3 -3
  412. package/lib/components/labels/base-label/interfaces.d.ts +18 -18
  413. package/lib/components/links/link/index.d.ts +3 -3
  414. package/lib/components/links/link/interfaces.d.ts +21 -21
  415. package/lib/components/links/link/link.d.ts +6 -6
  416. package/lib/components/links/primary-link/index.d.ts +1 -1
  417. package/lib/components/links/primary-link/interfaces.d.ts +7 -7
  418. package/lib/components/links/primary-link/primary-link.d.ts +6 -6
  419. package/lib/components/lists/list/index.d.ts +3 -3
  420. package/lib/components/lists/list/interfaces.d.ts +8 -8
  421. package/lib/components/lists/list/list.d.ts +6 -6
  422. package/lib/components/lists/primary-list/index.d.ts +3 -3
  423. package/lib/components/lists/primary-list/interfaces.d.ts +2 -2
  424. package/lib/components/lists/primary-list/primary-list.d.ts +6 -6
  425. package/lib/components/meters/bars-meter/bars-meter.d.ts +6 -6
  426. package/lib/components/meters/bars-meter/index.d.ts +1 -1
  427. package/lib/components/meters/bars-meter/interfaces.d.ts +31 -31
  428. package/lib/components/meters/base-outline-meter/base-outline-meter.d.ts +6 -6
  429. package/lib/components/meters/base-outline-meter/index.d.ts +3 -3
  430. package/lib/components/meters/base-outline-meter/interfaces.d.ts +20 -20
  431. package/lib/components/meters/continuous-outline-meter/continuous-outline-meter.d.ts +6 -6
  432. package/lib/components/meters/continuous-outline-meter/index.d.ts +1 -1
  433. package/lib/components/meters/continuous-outline-meter/interfaces.d.ts +25 -25
  434. package/lib/components/meters/dashed-meter/dashed-meter.d.ts +3 -3
  435. package/lib/components/meters/dashed-meter/index.d.ts +1 -1
  436. package/lib/components/meters/dashed-meter/interfaces.d.ts +8 -8
  437. package/lib/components/meters/discrete-outline-meter/discrete-outline-meter.d.ts +6 -6
  438. package/lib/components/meters/discrete-outline-meter/index.d.ts +1 -1
  439. package/lib/components/meters/discrete-outline-meter/interfaces.d.ts +25 -25
  440. package/lib/components/meters/multicolor-outline-meter/index.d.ts +1 -1
  441. package/lib/components/meters/multicolor-outline-meter/interfaces.d.ts +21 -21
  442. package/lib/components/meters/multicolor-outline-meter/multicolor-outline-meter.d.ts +6 -6
  443. package/lib/components/meters/people-meter/assets/index.d.ts +1 -1
  444. package/lib/components/meters/people-meter/index.d.ts +1 -1
  445. package/lib/components/meters/people-meter/interfaces.d.ts +23 -23
  446. package/lib/components/meters/people-meter/people-meter.d.ts +6 -6
  447. package/lib/components/meters/smiley-meter/assets/index.d.ts +5 -5
  448. package/lib/components/meters/smiley-meter/index.d.ts +1 -1
  449. package/lib/components/meters/smiley-meter/interfaces.d.ts +31 -31
  450. package/lib/components/meters/smiley-meter/smiley-meter.d.ts +6 -6
  451. package/lib/components/modals/modal/assets/index.d.ts +1 -1
  452. package/lib/components/modals/modal/index.d.ts +3 -3
  453. package/lib/components/modals/modal/interfaces.d.ts +67 -67
  454. package/lib/components/modals/modal/modal.d.ts +6 -6
  455. package/lib/components/modals/primary-modal/index.d.ts +1 -1
  456. package/lib/components/modals/primary-modal/interfaces.d.ts +15 -15
  457. package/lib/components/modals/primary-modal/primary-modal.d.ts +6 -6
  458. package/lib/components/page-selectors/page-selector/assets/index.d.ts +2 -2
  459. package/lib/components/page-selectors/page-selector/index.d.ts +3 -3
  460. package/lib/components/page-selectors/page-selector/interfaces.d.ts +34 -34
  461. package/lib/components/page-selectors/page-selector/page-selector.d.ts +6 -6
  462. package/lib/components/page-selectors/page-selector/partials/current-page/current-page.d.ts +3 -3
  463. package/lib/components/page-selectors/page-selector/partials/current-page/index.d.ts +1 -1
  464. package/lib/components/page-selectors/page-selector/partials/current-page/interfaces.d.ts +3 -3
  465. package/lib/components/page-selectors/page-selector/partials/current-page-input/current-page-input.d.ts +12 -12
  466. package/lib/components/page-selectors/page-selector/partials/current-page-input/index.d.ts +2 -2
  467. package/lib/components/page-selectors/page-selector/partials/current-page-input/interfaces.d.ts +22 -22
  468. package/lib/components/pagination-bars/pagination-bar/index.d.ts +3 -3
  469. package/lib/components/pagination-bars/pagination-bar/interfaces.d.ts +22 -22
  470. package/lib/components/pagination-bars/pagination-bar/pagination-bar.d.ts +3 -3
  471. package/lib/components/progress-bars/line-progress-bar/index.d.ts +3 -3
  472. package/lib/components/progress-bars/line-progress-bar/interfaces.d.ts +2 -2
  473. package/lib/components/progress-bars/line-progress-bar/line-progress-bar.d.ts +6 -6
  474. package/lib/components/progress-bars/progress-bar/index.d.ts +3 -3
  475. package/lib/components/progress-bars/progress-bar/interfaces.d.ts +46 -46
  476. package/lib/components/progress-bars/progress-bar/progress-bar.d.ts +6 -6
  477. package/lib/components/progress-bars/striped-line-progress-bar/index.d.ts +1 -1
  478. package/lib/components/progress-bars/striped-line-progress-bar/interfaces.d.ts +17 -17
  479. package/lib/components/progress-bars/striped-line-progress-bar/striped-line-progress-bar.d.ts +6 -6
  480. package/lib/components/progress-steps/index.d.ts +3 -3
  481. package/lib/components/progress-steps/interfaces.d.ts +22 -22
  482. package/lib/components/progress-steps/progress-step/index.d.ts +3 -3
  483. package/lib/components/progress-steps/progress-step/interfaces.d.ts +13 -13
  484. package/lib/components/progress-steps/progress-step/progress-step.d.ts +3 -3
  485. package/lib/components/progress-steps/progress-steps.d.ts +6 -6
  486. package/lib/components/radio-button/index.d.ts +1 -1
  487. package/lib/components/radio-button/interfaces.d.ts +31 -31
  488. package/lib/components/radio-button/radio-button.d.ts +3 -3
  489. package/lib/components/ratings/five-stars-rating/assets/index.d.ts +1 -1
  490. package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +3 -3
  491. package/lib/components/ratings/five-stars-rating/index.d.ts +3 -3
  492. package/lib/components/ratings/five-stars-rating/interfaces.d.ts +15 -15
  493. package/lib/components/ribbons/progress-ribbon/index.d.ts +1 -1
  494. package/lib/components/ribbons/progress-ribbon/interfaces.d.ts +34 -34
  495. package/lib/components/ribbons/progress-ribbon/progress-ribbon.d.ts +3 -3
  496. package/lib/components/selectors/compact-primary-selector/compact-primary-selector.d.ts +3 -3
  497. package/lib/components/selectors/compact-primary-selector/index.d.ts +2 -2
  498. package/lib/components/selectors/compact-primary-selector/interfaces.d.ts +2 -2
  499. package/lib/components/selectors/custom-selector/custom-selector.d.ts +3 -3
  500. package/lib/components/selectors/custom-selector/index.d.ts +1 -1
  501. package/lib/components/selectors/custom-selector/interfaces.d.ts +25 -25
  502. package/lib/components/selectors/custom-selector/partials/custom-option-box/custom-option-box.d.ts +3 -3
  503. package/lib/components/selectors/custom-selector/partials/custom-option-box/index.d.ts +1 -1
  504. package/lib/components/selectors/custom-selector/partials/custom-option-box/interfaces.d.ts +15 -15
  505. package/lib/components/selectors/primary-selector/index.d.ts +2 -2
  506. package/lib/components/selectors/primary-selector/interfaces.d.ts +2 -2
  507. package/lib/components/selectors/primary-selector/primary-selector.d.ts +6 -6
  508. package/lib/components/selectors/secondary-selector/index.d.ts +2 -2
  509. package/lib/components/selectors/secondary-selector/interfaces.d.ts +12 -12
  510. package/lib/components/selectors/secondary-selector/secondary-selector.d.ts +6 -6
  511. package/lib/components/selectors/selector/index.d.ts +2 -2
  512. package/lib/components/selectors/selector/interfaces.d.ts +93 -93
  513. package/lib/components/selectors/selector/selector.d.ts +3 -3
  514. package/lib/components/selectors/selector-v2/index.d.ts +2 -2
  515. package/lib/components/selectors/selector-v2/interfaces.d.ts +27 -27
  516. package/lib/components/selectors/selector-v2/partials/base-selector-v2/base-selector-v2.d.ts +3 -3
  517. package/lib/components/selectors/selector-v2/partials/base-selector-v2/index.d.ts +2 -2
  518. package/lib/components/selectors/selector-v2/partials/base-selector-v2/interfaces.d.ts +21 -21
  519. package/lib/components/selectors/selector-v2/selector-v2.d.ts +3 -3
  520. package/lib/components/selectors/tertiary-selector/index.d.ts +1 -1
  521. package/lib/components/selectors/tertiary-selector/interfaces.d.ts +2 -2
  522. package/lib/components/selectors/tertiary-selector/tertiary-selector.d.ts +6 -6
  523. package/lib/components/selectors/tertiary-selector-v2/index.d.ts +1 -1
  524. package/lib/components/selectors/tertiary-selector-v2/interfaces.d.ts +3 -3
  525. package/lib/components/selectors/tertiary-selector-v2/tertiary-selector-v2.d.ts +3 -3
  526. package/lib/components/slider/index.d.ts +3 -3
  527. package/lib/components/slider/interfaces.d.ts +57 -57
  528. package/lib/components/slider/partials/step-circles/index.d.ts +1 -1
  529. package/lib/components/slider/partials/step-circles/interfaces.d.ts +14 -14
  530. package/lib/components/slider/partials/step-circles/step-circles.d.ts +3 -3
  531. package/lib/components/slider/slider.d.ts +3 -3
  532. package/lib/components/switches/carousel-switch/carousel-switch.d.ts +3 -3
  533. package/lib/components/switches/carousel-switch/index.d.ts +2 -2
  534. package/lib/components/switches/carousel-switch/interfaces.d.ts +24 -24
  535. package/lib/components/switches/text-switch/index.d.ts +3 -3
  536. package/lib/components/switches/text-switch/interfaces.d.ts +63 -63
  537. package/lib/components/switches/text-switch/text-switch.d.ts +3 -3
  538. package/lib/components/tabs/tab-bar/index.d.ts +1 -1
  539. package/lib/components/tabs/tab-bar/interfaces.d.ts +57 -57
  540. package/lib/components/tabs/tab-bar/partials/tab/index.d.ts +1 -1
  541. package/lib/components/tabs/tab-bar/partials/tab/interfaces.d.ts +39 -39
  542. package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +7 -7
  543. package/lib/components/tabs/tab-bar/tab-bar.d.ts +3 -3
  544. package/lib/components/tabs/tabbed-view/index.d.ts +1 -1
  545. package/lib/components/tabs/tabbed-view/interfaces.d.ts +36 -36
  546. package/lib/components/tabs/tabbed-view/tabbed-view.d.ts +3 -3
  547. package/lib/components/tabs/tabs-menu/index.d.ts +1 -1
  548. package/lib/components/tabs/tabs-menu/interfaces.d.ts +61 -61
  549. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/index.d.ts +1 -1
  550. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/interfaces.d.ts +28 -28
  551. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/scrollable-tab-wrapper.d.ts +3 -3
  552. package/lib/components/tabs/tabs-menu/partials/tab/index.d.ts +3 -3
  553. package/lib/components/tabs/tabs-menu/partials/tab/interfaces.d.ts +40 -40
  554. package/lib/components/tabs/tabs-menu/partials/tab/tab.d.ts +6 -6
  555. package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +6 -6
  556. package/lib/components/text-boxes/divided-text-box/divided-text-box.d.ts +3 -3
  557. package/lib/components/text-boxes/divided-text-box/index.d.ts +1 -1
  558. package/lib/components/text-boxes/divided-text-box/interfaces.d.ts +22 -22
  559. package/lib/components/text-boxes/table-of-content/index.d.ts +1 -1
  560. package/lib/components/text-boxes/table-of-content/interfaces.d.ts +24 -24
  561. package/lib/components/text-boxes/table-of-content/table-of-content.d.ts +3 -3
  562. package/lib/components/texts/base-text/base-text.d.ts +3 -3
  563. package/lib/components/texts/base-text/index.d.ts +3 -3
  564. package/lib/components/texts/base-text/interfaces.d.ts +85 -85
  565. package/lib/components/texts/eighteen-bold/eighteen-bold.d.ts +3 -3
  566. package/lib/components/texts/eighteen-bold/index.d.ts +3 -3
  567. package/lib/components/texts/eighteen-bold/interfaces.d.ts +5 -5
  568. package/lib/components/texts/eighteen-regular/eighteen-regular.d.ts +3 -3
  569. package/lib/components/texts/eighteen-regular/index.d.ts +3 -3
  570. package/lib/components/texts/eighteen-regular/interfaces.d.ts +5 -5
  571. package/lib/components/texts/fifty-five-sb/fifty-five-sb.d.ts +3 -3
  572. package/lib/components/texts/fifty-five-sb/index.d.ts +3 -3
  573. package/lib/components/texts/fifty-five-sb/interfaces.d.ts +5 -5
  574. package/lib/components/texts/fourteen-regular/fourteen-regular.d.ts +3 -3
  575. package/lib/components/texts/fourteen-regular/index.d.ts +3 -3
  576. package/lib/components/texts/fourteen-regular/interfaces.d.ts +5 -5
  577. package/lib/components/texts/fourteen-sb/fourteen-sb.d.ts +3 -3
  578. package/lib/components/texts/fourteen-sb/index.d.ts +3 -3
  579. package/lib/components/texts/fourteen-sb/interfaces.d.ts +5 -5
  580. package/lib/components/texts/fourty-bold/fourty-bold.d.ts +3 -3
  581. package/lib/components/texts/fourty-bold/index.d.ts +3 -3
  582. package/lib/components/texts/fourty-bold/interfaces.d.ts +5 -5
  583. package/lib/components/texts/responsive-text/index.d.ts +3 -3
  584. package/lib/components/texts/responsive-text/interfaces.d.ts +17 -17
  585. package/lib/components/texts/responsive-text/responsive-text.d.ts +8 -8
  586. package/lib/components/texts/sixteen-regular/index.d.ts +3 -3
  587. package/lib/components/texts/sixteen-regular/interfaces.d.ts +5 -5
  588. package/lib/components/texts/sixteen-regular/sixteen-regular.d.ts +3 -3
  589. package/lib/components/texts/sixteen-sb/index.d.ts +3 -3
  590. package/lib/components/texts/sixteen-sb/interfaces.d.ts +5 -5
  591. package/lib/components/texts/sixteen-sb/sixteen-sb.d.ts +3 -3
  592. package/lib/components/texts/ten-sb/index.d.ts +3 -3
  593. package/lib/components/texts/ten-sb/interfaces.d.ts +5 -5
  594. package/lib/components/texts/ten-sb/ten-sb.d.ts +3 -3
  595. package/lib/components/texts/thirteen-bold/index.d.ts +3 -3
  596. package/lib/components/texts/thirteen-bold/interfaces.d.ts +5 -5
  597. package/lib/components/texts/thirteen-bold/thirteen-bold.d.ts +3 -3
  598. package/lib/components/texts/thirteen-regular/index.d.ts +3 -3
  599. package/lib/components/texts/thirteen-regular/interfaces.d.ts +5 -5
  600. package/lib/components/texts/thirteen-regular/thirteen-regular.d.ts +3 -3
  601. package/lib/components/texts/thirteen-sb/index.d.ts +3 -3
  602. package/lib/components/texts/thirteen-sb/interfaces.d.ts +5 -5
  603. package/lib/components/texts/thirteen-sb/thirteen-sb.d.ts +3 -3
  604. package/lib/components/texts/thirty-two-bold/index.d.ts +3 -3
  605. package/lib/components/texts/thirty-two-bold/interfaces.d.ts +5 -5
  606. package/lib/components/texts/thirty-two-bold/thirty-two-bold.d.ts +3 -3
  607. package/lib/components/texts/thirty-two-regular/index.d.ts +3 -3
  608. package/lib/components/texts/thirty-two-regular/interfaces.d.ts +5 -5
  609. package/lib/components/texts/thirty-two-regular/thirty-two-regular.d.ts +3 -3
  610. package/lib/components/texts/twelve-regular/index.d.ts +3 -3
  611. package/lib/components/texts/twelve-regular/interfaces.d.ts +5 -5
  612. package/lib/components/texts/twelve-regular/twelve-regular.d.ts +3 -3
  613. package/lib/components/texts/twelve-sb/index.d.ts +3 -3
  614. package/lib/components/texts/twelve-sb/interfaces.d.ts +5 -5
  615. package/lib/components/texts/twelve-sb/twelve-sb.d.ts +3 -3
  616. package/lib/components/texts/twenty-four-bold/index.d.ts +3 -3
  617. package/lib/components/texts/twenty-four-bold/interfaces.d.ts +5 -5
  618. package/lib/components/texts/twenty-four-bold/twenty-four-bold.d.ts +3 -3
  619. package/lib/components/texts/twenty-four-regular/index.d.ts +3 -3
  620. package/lib/components/texts/twenty-four-regular/interfaces.d.ts +5 -5
  621. package/lib/components/texts/twenty-four-regular/twenty-four-regular.d.ts +3 -3
  622. package/lib/components/tooltips/base-info-tooltip/assets/index.d.ts +1 -1
  623. package/lib/components/tooltips/base-info-tooltip/base-info-tooltip.d.ts +6 -6
  624. package/lib/components/tooltips/base-info-tooltip/index.d.ts +3 -3
  625. package/lib/components/tooltips/base-info-tooltip/interfaces.d.ts +16 -16
  626. package/lib/components/tooltips/base-tooltip/base-tooltip.d.ts +6 -6
  627. package/lib/components/tooltips/base-tooltip/index.d.ts +3 -3
  628. package/lib/components/tooltips/base-tooltip/interfaces.d.ts +31 -31
  629. package/lib/components/tooltips/primary-info-tooltip/index.d.ts +1 -1
  630. package/lib/components/tooltips/primary-info-tooltip/interfaces.d.ts +12 -12
  631. package/lib/components/tooltips/primary-info-tooltip/primary-info-tooltip.d.ts +6 -6
  632. package/lib/components/tooltips/radio-info-button-tooltip/index.d.ts +1 -1
  633. package/lib/components/tooltips/radio-info-button-tooltip/interfaces.d.ts +23 -23
  634. package/lib/components/tooltips/radio-info-button-tooltip/radio-info-button-tooltip.d.ts +3 -3
  635. package/lib/components/tooltips/star-tooltip/index.d.ts +1 -1
  636. package/lib/components/tooltips/star-tooltip/interfaces.d.ts +23 -23
  637. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/index.d.ts +1 -1
  638. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/interfaces.d.ts +5 -5
  639. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/tooltip-text-modal.d.ts +3 -3
  640. package/lib/components/tooltips/star-tooltip/star-tooltip.d.ts +3 -3
  641. package/lib/components/utils/anchor/anchor.d.ts +7 -7
  642. package/lib/components/utils/anchor/index.d.ts +1 -1
  643. package/lib/components/utils/anchor/interfaces.d.ts +33 -33
  644. package/lib/components/utils/anchor/refs-manager.d.ts +34 -34
  645. package/lib/components/utils/page-tracker/index.d.ts +3 -3
  646. package/lib/components/utils/page-tracker/interfaces.d.ts +7 -7
  647. package/lib/components/utils/page-tracker/page-tracker.d.ts +2 -2
  648. package/lib/components/utils/scroll-to-top/index.d.ts +1 -1
  649. package/lib/components/utils/scroll-to-top/interfaces.d.ts +7 -7
  650. package/lib/components/utils/scroll-to-top/scroll-to-top.d.ts +3 -3
  651. package/lib/components/utils/scroll-to-top-on-mount/index.d.ts +1 -1
  652. package/lib/components/utils/scroll-to-top-on-mount/scroll-to-top-on-mount.d.ts +2 -2
  653. package/lib/components/wrapper/functions.d.ts +9 -9
  654. package/lib/components/wrapper/index.d.ts +2 -2
  655. package/lib/components/wrapper/interfaces.d.ts +17 -17
  656. package/lib/components/wrapper/wrapper.d.ts +6 -6
  657. package/lib/core/custom-hooks.d.ts +43 -43
  658. package/lib/core/theme.d.ts +595 -595
  659. package/lib/index.d.ts +172 -172
  660. package/lib/index.js +1 -1
  661. package/lib/interfaces.d.ts +30 -30
  662. package/lib/setupTests.d.ts +1 -1
  663. package/package.json +2 -2
@@ -1,8 +1,8 @@
1
- import React from "react";
2
- import { NavbarV1PresentationalProps as Props } from "./interfaces";
3
- /**
4
- * This component is responsive: it will render the NavbarMobileV1 or
5
- * the NavbarDesktopV1 commponent depending of the screen size (theme breakpoints)
6
- *
7
- */
8
- export declare const NavbarV1Presentational: React.FC<Props>;
1
+ import React from "react";
2
+ import { NavbarV1PresentationalProps as Props } from "./interfaces";
3
+ /**
4
+ * This component is responsive: it will render the NavbarMobileV1 or
5
+ * the NavbarDesktopV1 commponent depending of the screen size (theme breakpoints)
6
+ *
7
+ */
8
+ export declare const NavbarV1Presentational: React.FC<Props>;
@@ -1 +1 @@
1
- export { NavbarV2Presentational as NavbarV2 } from "./presentational";
1
+ export { NavbarV2Presentational as NavbarV2 } from "./presentational";
@@ -1,58 +1,58 @@
1
- import { FC, SVGProps } from "react";
2
- export declare type NavItem = {
3
- /**
4
- * The text to be shown in the link
5
- */
6
- title: string;
7
- /**
8
- * The links that should be displayed when:
9
- * - in desktop view, the user hovers this NavItem
10
- * - in mobile view, the user clicks this NavItem
11
- */
12
- children: Array<NavMenuItem>;
13
- /**
14
- * Flag to decide if the title should be inside a SecondaryBadge
15
- */
16
- titleInBadge?: boolean;
17
- /**
18
- * Optional color prop to override the default
19
- */
20
- badgeColor?: string;
21
- /**
22
- * An SVG Component to be placed to the left of the title
23
- */
24
- Icon?: FC<SVGProps<SVGSVGElement>>;
25
- };
26
- export declare type NavMenuItem = {
27
- /**
28
- * The url of the link. It should be set to ""----"
29
- * when it has children NavMenuItems
30
- */
31
- url: string;
32
- /**
33
- * The text to be shown in the link
34
- */
35
- title: string;
36
- /**
37
- * Flag to decide if the URL is internal.
38
- *
39
- * It means the url points to some page within the react app
40
- * and react router's `Link` can be used to navigate to that page.
41
- */
42
- isInternal: boolean;
43
- /**
44
- * Text that should be shown next to the title, inside a SecondaryBadge
45
- */
46
- badgeText?: string;
47
- /**
48
- * Optional element (usually icon) to show to the left of the title
49
- */
50
- sideDecor?: JSX.Element;
51
- /**
52
- * The links that should be displayed when:
53
- * - in desktop view, the user hovers this nav item
54
- * - in mobile view, these links will be shown as children of the root NavItem
55
- *
56
- */
57
- children: NavMenuItem[];
58
- };
1
+ import { FC, SVGProps } from "react";
2
+ export declare type NavItem = {
3
+ /**
4
+ * The text to be shown in the link
5
+ */
6
+ title: string;
7
+ /**
8
+ * The links that should be displayed when:
9
+ * - in desktop view, the user hovers this NavItem
10
+ * - in mobile view, the user clicks this NavItem
11
+ */
12
+ children: Array<NavMenuItem>;
13
+ /**
14
+ * Flag to decide if the title should be inside a SecondaryBadge
15
+ */
16
+ titleInBadge?: boolean;
17
+ /**
18
+ * Optional color prop to override the default
19
+ */
20
+ badgeColor?: string;
21
+ /**
22
+ * An SVG Component to be placed to the left of the title
23
+ */
24
+ Icon?: FC<SVGProps<SVGSVGElement>>;
25
+ };
26
+ export declare type NavMenuItem = {
27
+ /**
28
+ * The url of the link. It should be set to ""----"
29
+ * when it has children NavMenuItems
30
+ */
31
+ url: string;
32
+ /**
33
+ * The text to be shown in the link
34
+ */
35
+ title: string;
36
+ /**
37
+ * Flag to decide if the URL is internal.
38
+ *
39
+ * It means the url points to some page within the react app
40
+ * and react router's `Link` can be used to navigate to that page.
41
+ */
42
+ isInternal: boolean;
43
+ /**
44
+ * Text that should be shown next to the title, inside a SecondaryBadge
45
+ */
46
+ badgeText?: string;
47
+ /**
48
+ * Optional element (usually icon) to show to the left of the title
49
+ */
50
+ sideDecor?: JSX.Element;
51
+ /**
52
+ * The links that should be displayed when:
53
+ * - in desktop view, the user hovers this nav item
54
+ * - in mobile view, these links will be shown as children of the root NavItem
55
+ *
56
+ */
57
+ children: NavMenuItem[];
58
+ };
@@ -1 +1 @@
1
- export { NavbarDesktopV2Presentational as NavbarDesktopV2 } from "./presentational/navbar-desktop-v2-presentational";
1
+ export { NavbarDesktopV2Presentational as NavbarDesktopV2 } from "./presentational/navbar-desktop-v2-presentational";
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { CartItemProps } from "./interfaces";
3
- export declare const CartItem: React.FC<CartItemProps>;
1
+ import React from "react";
2
+ import { CartItemProps } from "./interfaces";
3
+ export declare const CartItem: React.FC<CartItemProps>;
@@ -1 +1 @@
1
- export { CartItem } from "./cart-item";
1
+ export { CartItem } from "./cart-item";
@@ -1,2 +1,2 @@
1
- import { NavbarV2PresentationalProps } from "../../../../presentational/interfaces";
2
- export declare type CartItemProps = Pick<NavbarV2PresentationalProps, "itemsInCart" | "onClickCartIcon">;
1
+ import { NavbarV2PresentationalProps } from "../../../../presentational/interfaces";
2
+ export declare type CartItemProps = Pick<NavbarV2PresentationalProps, "itemsInCart" | "onClickCartIcon">;
@@ -1 +1 @@
1
- export { MenuBox } from "./menu-box";
1
+ export { MenuBox } from "./menu-box";
@@ -1,7 +1,7 @@
1
- import { NavMenuItem } from "../../../interfaces";
2
- export interface MenuBoxProps {
3
- /**
4
- * the items to show in the MenuBox, using the MenuRow component
5
- */
6
- menuRows: NavMenuItem[];
7
- }
1
+ import { NavMenuItem } from "../../../interfaces";
2
+ export interface MenuBoxProps {
3
+ /**
4
+ * the items to show in the MenuBox, using the MenuRow component
5
+ */
6
+ menuRows: NavMenuItem[];
7
+ }
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { MenuBoxProps } from "./interfaces";
3
- export declare function MenuBox(props: MenuBoxProps): JSX.Element;
1
+ /// <reference types="react" />
2
+ import { MenuBoxProps } from "./interfaces";
3
+ export declare function MenuBox(props: MenuBoxProps): JSX.Element;
@@ -1 +1 @@
1
- export { NavbarItem } from "./navbar-item";
1
+ export { NavbarItem } from "./navbar-item";
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- export interface NavbarItemProps {
3
- /**
4
- * The child components for the item.
5
- */
6
- children?: React.ReactNode;
7
- }
1
+ /// <reference types="react" />
2
+ export interface NavbarItemProps {
3
+ /**
4
+ * The child components for the item.
5
+ */
6
+ children?: React.ReactNode;
7
+ }
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { NavbarItemProps } from "./interfaces";
3
- /**
4
- * The V2 dashboard navbar-item.
5
- */
6
- export declare const NavbarItem: React.FunctionComponent<NavbarItemProps>;
1
+ import React from "react";
2
+ import { NavbarItemProps } from "./interfaces";
3
+ /**
4
+ * The V2 dashboard navbar-item.
5
+ */
6
+ export declare const NavbarItem: React.FunctionComponent<NavbarItemProps>;
@@ -1 +1 @@
1
- export { NavbarItemWithMenu } from "./navbar-item-with-menu";
1
+ export { NavbarItemWithMenu } from "./navbar-item-with-menu";
@@ -1,7 +1,7 @@
1
- import { NavItem } from "../../../interfaces";
2
- export interface NavbarItemWithMenuProps {
3
- /**
4
- * The navItem to be rendered
5
- */
6
- item: NavItem;
7
- }
1
+ import { NavItem } from "../../../interfaces";
2
+ export interface NavbarItemWithMenuProps {
3
+ /**
4
+ * The navItem to be rendered
5
+ */
6
+ item: NavItem;
7
+ }
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { NavbarItemWithMenuProps } from "./intefaces";
3
- export declare const NavbarItemWithMenu: React.FC<NavbarItemWithMenuProps>;
1
+ import React from "react";
2
+ import { NavbarItemWithMenuProps } from "./intefaces";
3
+ export declare const NavbarItemWithMenu: React.FC<NavbarItemWithMenuProps>;
@@ -1 +1 @@
1
- export { PersonalAreaItem } from "./personal-area-item";
1
+ export { PersonalAreaItem } from "./personal-area-item";
@@ -1,2 +1,2 @@
1
- import { MenuBoxProps } from "../menu-box/interfaces";
2
- export declare type PersonalAreaItemProps = Pick<MenuBoxProps, "menuRows">;
1
+ import { MenuBoxProps } from "../menu-box/interfaces";
2
+ export declare type PersonalAreaItemProps = Pick<MenuBoxProps, "menuRows">;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { PersonalAreaItemProps as Props } from "./interfaces";
3
- export declare const PersonalAreaItem: React.FC<Props>;
1
+ import React from "react";
2
+ import { PersonalAreaItemProps as Props } from "./interfaces";
3
+ export declare const PersonalAreaItem: React.FC<Props>;
@@ -1 +1 @@
1
- export { WhatIsThis } from "./what-is-this";
1
+ export { WhatIsThis } from "./what-is-this";
@@ -1,3 +1,3 @@
1
- export declare type WhatIsThisProps = {
2
- isLegacy: boolean;
3
- };
1
+ export declare type WhatIsThisProps = {
2
+ isLegacy: boolean;
3
+ };
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { WhatIsThisProps } from "./interfaces";
3
- export declare const WhatIsThis: React.FC<WhatIsThisProps>;
1
+ import React from "react";
2
+ import { WhatIsThisProps } from "./interfaces";
3
+ export declare const WhatIsThis: React.FC<WhatIsThisProps>;
@@ -1 +1 @@
1
- export { NavbarDesktopV2Presentational } from "./navbar-desktop-v2-presentational";
1
+ export { NavbarDesktopV2Presentational } from "./navbar-desktop-v2-presentational";
@@ -1,2 +1,2 @@
1
- import { NavbarV2PresentationalProps } from "../../../presentational/interfaces";
2
- export declare type NavbarDesktopV2PresentationalProps = NavbarV2PresentationalProps;
1
+ import { NavbarV2PresentationalProps } from "../../../presentational/interfaces";
2
+ export declare type NavbarDesktopV2PresentationalProps = NavbarV2PresentationalProps;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { NavbarDesktopV2PresentationalProps as Props } from "./interfaces";
3
- export declare const NavbarDesktopV2Presentational: React.FC<Props>;
1
+ import React from "react";
2
+ import { NavbarDesktopV2PresentationalProps as Props } from "./interfaces";
3
+ export declare const NavbarDesktopV2Presentational: React.FC<Props>;
@@ -1 +1 @@
1
- export { NavbarMobileV2Presentational as NavbarMobileV2 } from "./presentational";
1
+ export { NavbarMobileV2Presentational as NavbarMobileV2 } from "./presentational";
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { DropUpNavbarItemProps } from "./interfaces";
3
- export declare const DropUpNavbarItem: React.FC<DropUpNavbarItemProps>;
1
+ import React from "react";
2
+ import { DropUpNavbarItemProps } from "./interfaces";
3
+ export declare const DropUpNavbarItem: React.FC<DropUpNavbarItemProps>;
@@ -1 +1 @@
1
- export { DropUpNavbarItem } from "./drop-up-navbar-item";
1
+ export { DropUpNavbarItem } from "./drop-up-navbar-item";
@@ -1,18 +1,18 @@
1
- import { NavItem } from "../../../interfaces";
2
- /**
3
- * Defines the DropUpNavbarItem component's properties.
4
- */
5
- export interface DropUpNavbarItemProps {
6
- /**
7
- * Boolean value: if true, show the list of elements
8
- */
9
- isUnfolded: boolean;
10
- /**
11
- * Callback function to be called when the "arrow-down" icon button is clicked
12
- */
13
- onDropClick: () => void;
14
- /**
15
- * The navItem to be rendered
16
- */
17
- item: NavItem;
18
- }
1
+ import { NavItem } from "../../../interfaces";
2
+ /**
3
+ * Defines the DropUpNavbarItem component's properties.
4
+ */
5
+ export interface DropUpNavbarItemProps {
6
+ /**
7
+ * Boolean value: if true, show the list of elements
8
+ */
9
+ isUnfolded: boolean;
10
+ /**
11
+ * Callback function to be called when the "arrow-down" icon button is clicked
12
+ */
13
+ onDropClick: () => void;
14
+ /**
15
+ * The navItem to be rendered
16
+ */
17
+ item: NavItem;
18
+ }
@@ -1 +1 @@
1
- export { NavbarList } from "./navbar-list";
1
+ export { NavbarList } from "./navbar-list";
@@ -1,4 +1,4 @@
1
- import { NavMenuItem } from "../../../interfaces";
2
- export interface NavbarListProps {
3
- elements: NavMenuItem[];
4
- }
1
+ import { NavMenuItem } from "../../../interfaces";
2
+ export interface NavbarListProps {
3
+ elements: NavMenuItem[];
4
+ }
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { NavbarListProps as Props } from "./interfaces";
3
- export declare const NavbarList: React.FC<Props>;
1
+ import React from "react";
2
+ import { NavbarListProps as Props } from "./interfaces";
3
+ export declare const NavbarList: React.FC<Props>;
@@ -1 +1 @@
1
- export { NavbarMobileFolded } from "./navbar-mobile-folded";
1
+ export { NavbarMobileFolded } from "./navbar-mobile-folded";
@@ -1,18 +1,18 @@
1
- import { NavbarMobileV2PresentationalProps } from "../../presentational/interfaces";
2
- /**
3
- * Defines the NavbarMobileFolded component's properties.
4
- */
5
- export declare type NavbarMobileFoldedProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "unsubscribedUser" | "isLegacy" | "hideSearch"> & {
6
- /**
7
- * Callback function to be called when user press on the search icon
8
- */
9
- onSearchClick: () => void;
10
- /**
11
- * Callback function to be called when user press on the hamburger icon
12
- */
13
- onNavigationClick: () => void;
14
- /**
15
- * If true, the Legacy badge won't be rendered
16
- */
17
- newVersion: boolean;
18
- };
1
+ import { NavbarMobileV2PresentationalProps } from "../../presentational/interfaces";
2
+ /**
3
+ * Defines the NavbarMobileFolded component's properties.
4
+ */
5
+ export declare type NavbarMobileFoldedProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "unsubscribedUser" | "isLegacy" | "hideSearch"> & {
6
+ /**
7
+ * Callback function to be called when user press on the search icon
8
+ */
9
+ onSearchClick: () => void;
10
+ /**
11
+ * Callback function to be called when user press on the hamburger icon
12
+ */
13
+ onNavigationClick: () => void;
14
+ /**
15
+ * If true, the Legacy badge won't be rendered
16
+ */
17
+ newVersion: boolean;
18
+ };
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { NavbarMobileFoldedProps } from "./interfaces";
3
- export declare const NavbarMobileFolded: React.FC<NavbarMobileFoldedProps>;
1
+ import React from "react";
2
+ import { NavbarMobileFoldedProps } from "./interfaces";
3
+ export declare const NavbarMobileFolded: React.FC<NavbarMobileFoldedProps>;
@@ -1 +1 @@
1
- export { NavbarMobileUnfoldedNavigation } from "./navbar-mobile-unfolded-navigation";
1
+ export { NavbarMobileUnfoldedNavigation } from "./navbar-mobile-unfolded-navigation";
@@ -1,14 +1,14 @@
1
- import { NavbarMobileV2PresentationalProps } from "../../presentational/interfaces";
2
- /**
3
- * Defines the NavigationUnfolded component's properties.
4
- */
5
- export declare type NavbarMobileUnfoldedNavigationProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "unsubscribedUser" | "accountNavItem" | "navItems" | "hideSearch"> & {
6
- /**
7
- * Callback function to be called when the X icon button is clicked
8
- */
9
- onClickClose: () => void;
10
- /**
11
- * Callback function to be called when the Search Icon is clicked
12
- */
13
- onClickSearch: () => void;
14
- };
1
+ import { NavbarMobileV2PresentationalProps } from "../../presentational/interfaces";
2
+ /**
3
+ * Defines the NavigationUnfolded component's properties.
4
+ */
5
+ export declare type NavbarMobileUnfoldedNavigationProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "unsubscribedUser" | "accountNavItem" | "navItems" | "hideSearch"> & {
6
+ /**
7
+ * Callback function to be called when the X icon button is clicked
8
+ */
9
+ onClickClose: () => void;
10
+ /**
11
+ * Callback function to be called when the Search Icon is clicked
12
+ */
13
+ onClickSearch: () => void;
14
+ };
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { NavbarMobileUnfoldedNavigationProps as Props } from "./interfaces";
3
- export declare const NavbarMobileUnfoldedNavigation: React.FC<Props>;
1
+ import React from "react";
2
+ import { NavbarMobileUnfoldedNavigationProps as Props } from "./interfaces";
3
+ export declare const NavbarMobileUnfoldedNavigation: React.FC<Props>;
@@ -1 +1 @@
1
- export { SecondaryDropUpNavItem } from "./secondary-drop-up-nav-item";
1
+ export { SecondaryDropUpNavItem } from "./secondary-drop-up-nav-item";
@@ -1,3 +1,3 @@
1
- import { DropUpNavbarItemProps } from "../drop-up-navbar-item/interfaces";
2
- export interface SecondaryDropUpNavItemProps extends DropUpNavbarItemProps {
3
- }
1
+ import { DropUpNavbarItemProps } from "../drop-up-navbar-item/interfaces";
2
+ export interface SecondaryDropUpNavItemProps extends DropUpNavbarItemProps {
3
+ }
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { SecondaryDropUpNavItemProps as Props } from "./interfaces";
3
- export declare const SecondaryDropUpNavItem: React.FC<Props>;
1
+ import React from "react";
2
+ import { SecondaryDropUpNavItemProps as Props } from "./interfaces";
3
+ export declare const SecondaryDropUpNavItem: React.FC<Props>;
@@ -1 +1 @@
1
- export { NavbarMobileV2Presentational } from "./navbar-mobile-v2-presentational";
1
+ export { NavbarMobileV2Presentational } from "./navbar-mobile-v2-presentational";
@@ -1,2 +1,2 @@
1
- import { NavbarDesktopV2PresentationalProps } from "../../navbar-desktop-v2/presentational/interfaces";
2
- export declare type NavbarMobileV2PresentationalProps = NavbarDesktopV2PresentationalProps;
1
+ import { NavbarDesktopV2PresentationalProps } from "../../navbar-desktop-v2/presentational/interfaces";
2
+ export declare type NavbarMobileV2PresentationalProps = NavbarDesktopV2PresentationalProps;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { NavbarMobileV2PresentationalProps as Props } from "./interfaces";
3
- /**
4
- * This component will not be visible in screen with desktop size.
5
- */
6
- export declare const NavbarMobileV2Presentational: React.FC<Props>;
1
+ import React from "react";
2
+ import { NavbarMobileV2PresentationalProps as Props } from "./interfaces";
3
+ /**
4
+ * This component will not be visible in screen with desktop size.
5
+ */
6
+ export declare const NavbarMobileV2Presentational: React.FC<Props>;
@@ -1 +1 @@
1
- export { NavbarV2Presentational } from "./navbar-v2-presentational";
1
+ export { NavbarV2Presentational } from "./navbar-v2-presentational";
@@ -1,21 +1,21 @@
1
- import { NavbarProps } from "../../../presentational/interfaces";
2
- import { NavItem } from "../partials/interfaces";
3
- export declare type NavbarV2PresentationalProps = Pick<NavbarProps, "history" | "unsubscribedUser" | "onSearch" | "searchResults" | "itemsInCart" | "onClickCartIcon" | "isLegacy" | "borderBottomColor" | "onClickSearch" | "useRouterLinks" | "hideSearch" | "searchValue"> & {
4
- /**
5
- * If true, the "Legacy" badge and the "What's this" hoverable text
6
- * (both shown to the right of SelfDecode logo, in the left corner
7
- * of the navbar) won't be rendered
8
- *
9
- * Default value: false
10
- */
11
- newVersion?: boolean;
12
- /**
13
- * Navigation items to show to the left of the PersonalAreaItem component
14
- */
15
- navItems: NavItem[];
16
- /**
17
- * An object that contains in a "children" props the rows that should be
18
- * rendered when hovering on the PersonalAreaItem component
19
- */
20
- accountNavItem: NavItem;
21
- };
1
+ import { NavbarProps } from "../../../presentational/interfaces";
2
+ import { NavItem } from "../partials/interfaces";
3
+ export declare type NavbarV2PresentationalProps = Pick<NavbarProps, "history" | "unsubscribedUser" | "onSearch" | "searchResults" | "itemsInCart" | "onClickCartIcon" | "isLegacy" | "borderBottomColor" | "onClickSearch" | "useRouterLinks" | "hideSearch" | "searchValue"> & {
4
+ /**
5
+ * If true, the "Legacy" badge and the "What's this" hoverable text
6
+ * (both shown to the right of SelfDecode logo, in the left corner
7
+ * of the navbar) won't be rendered
8
+ *
9
+ * Default value: false
10
+ */
11
+ newVersion?: boolean;
12
+ /**
13
+ * Navigation items to show to the left of the PersonalAreaItem component
14
+ */
15
+ navItems: NavItem[];
16
+ /**
17
+ * An object that contains in a "children" props the rows that should be
18
+ * rendered when hovering on the PersonalAreaItem component
19
+ */
20
+ accountNavItem: NavItem;
21
+ };
@@ -1,8 +1,8 @@
1
- import React from "react";
2
- import { NavbarV2PresentationalProps as Props } from "./interfaces";
3
- /**
4
- * This is the navbar v2 component.
5
- * This component is responsive: it will render the NavbarMobileV2 or
6
- * the NavbarDesktopV2 component depending of the screen size (theme breakpoints)
7
- */
8
- export declare const NavbarV2Presentational: React.FC<Props>;
1
+ import React from "react";
2
+ import { NavbarV2PresentationalProps as Props } from "./interfaces";
3
+ /**
4
+ * This is the navbar v2 component.
5
+ * This component is responsive: it will render the NavbarMobileV2 or
6
+ * the NavbarDesktopV2 component depending of the screen size (theme breakpoints)
7
+ */
8
+ export declare const NavbarV2Presentational: React.FC<Props>;
@@ -1,6 +1,6 @@
1
- import { NavItem, NavMenuItem } from "../partials/navbar-v2/partials/interfaces";
2
- export declare const myLabsNavItem: NavMenuItem;
3
- export declare const getBetaNavItem: (isPractitioner: boolean) => NavItem;
4
- export declare const myGeneticsNavItem: NavMenuItem;
5
- export declare const legacyNavItem: NavItem;
6
- export declare const myAccountNavItem: NavItem;
1
+ import { NavItem, NavMenuItem } from "../partials/navbar-v2/partials/interfaces";
2
+ export declare const myLabsNavItem: NavMenuItem;
3
+ export declare const getBetaNavItem: (isPractitioner: boolean) => NavItem;
4
+ export declare const myGeneticsNavItem: NavMenuItem;
5
+ export declare const legacyNavItem: NavItem;
6
+ export declare const myAccountNavItem: NavItem;