@selfdecode/sd-component-library 2.46.13 → 2.46.16

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 (948) 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 +100 -100
  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 +40 -40
  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 -2
  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 -26
  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/index.d.ts +5 -5
  46. package/lib/components/boxes/mobile-hidden-box/index.d.ts +1 -1
  47. package/lib/components/boxes/mobile-hidden-box/interfaces.d.ts +11 -11
  48. package/lib/components/boxes/mobile-hidden-box/mobile-hidden-box.d.ts +7 -7
  49. package/lib/components/boxes/no-translate-box/index.d.ts +1 -1
  50. package/lib/components/boxes/no-translate-box/interfaces.d.ts +5 -5
  51. package/lib/components/boxes/no-translate-box/no-translate-box.d.ts +3 -3
  52. package/lib/components/boxes/outside-click-box/index.d.ts +1 -1
  53. package/lib/components/boxes/outside-click-box/interfaces.d.ts +11 -11
  54. package/lib/components/boxes/outside-click-box/outside-click-box.d.ts +3 -3
  55. package/lib/components/boxes/scroll-on-hover-box/index.d.ts +1 -1
  56. package/lib/components/boxes/scroll-on-hover-box/interfaces.d.ts +16 -16
  57. package/lib/components/boxes/scroll-on-hover-box/scroll-on-hover-box.d.ts +3 -3
  58. package/lib/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -3
  59. package/lib/components/breadcrumbs/breadcrumb/crumb/crumb.d.ts +3 -3
  60. package/lib/components/breadcrumbs/breadcrumb/crumb/index.d.ts +3 -3
  61. package/lib/components/breadcrumbs/breadcrumb/crumb/interfaces.d.ts +31 -31
  62. package/lib/components/breadcrumbs/breadcrumb/functions.d.ts +4 -4
  63. package/lib/components/breadcrumbs/breadcrumb/index.d.ts +3 -3
  64. package/lib/components/breadcrumbs/breadcrumb/interfaces.d.ts +16 -16
  65. package/lib/components/breadcrumbs/primary-breadcrumb/index.d.ts +3 -3
  66. package/lib/components/breadcrumbs/primary-breadcrumb/interfaces.d.ts +2 -2
  67. package/lib/components/breadcrumbs/primary-breadcrumb/primary-breadcrumb.d.ts +3 -3
  68. package/lib/components/breadcrumbs/secondary-breadcrumb/index.d.ts +1 -1
  69. package/lib/components/breadcrumbs/secondary-breadcrumb/interfaces.d.ts +2 -2
  70. package/lib/components/breadcrumbs/secondary-breadcrumb/secondary-breadcrumb.d.ts +3 -3
  71. package/lib/components/buttons/button/button.d.ts +6 -6
  72. package/lib/components/buttons/button/index.d.ts +2 -2
  73. package/lib/components/buttons/button/interfaces.d.ts +178 -178
  74. package/lib/components/buttons/cta/cta-button/cta-button.d.ts +6 -6
  75. package/lib/components/buttons/cta/cta-button/index.d.ts +2 -2
  76. package/lib/components/buttons/cta/cta-button/interfaces.d.ts +5 -5
  77. package/lib/components/buttons/cta/next-button/assets/index.d.ts +1 -1
  78. package/lib/components/buttons/cta/next-button/index.d.ts +3 -3
  79. package/lib/components/buttons/cta/next-button/interfaces.d.ts +11 -11
  80. package/lib/components/buttons/cta/next-button/next-button.d.ts +6 -6
  81. package/lib/components/buttons/cta/primary-blue-button/index.d.ts +3 -3
  82. package/lib/components/buttons/cta/primary-blue-button/interfaces.d.ts +2 -2
  83. package/lib/components/buttons/cta/primary-blue-button/primary-blue-button.d.ts +6 -6
  84. package/lib/components/buttons/cta/primary-orange-button/index.d.ts +3 -3
  85. package/lib/components/buttons/cta/primary-orange-button/interfaces.d.ts +2 -2
  86. package/lib/components/buttons/cta/primary-orange-button/primary-orange-button.d.ts +6 -6
  87. package/lib/components/buttons/cta/primary-text-button/index.d.ts +3 -3
  88. package/lib/components/buttons/cta/primary-text-button/interfaces.d.ts +2 -2
  89. package/lib/components/buttons/cta/primary-text-button/primary-text-button.d.ts +6 -6
  90. package/lib/components/buttons/cta/secondary-blue-button/index.d.ts +3 -3
  91. package/lib/components/buttons/cta/secondary-blue-button/interfaces.d.ts +2 -2
  92. package/lib/components/buttons/cta/secondary-blue-button/secondary-blue-button.d.ts +6 -6
  93. package/lib/components/buttons/cta/secondary-orange-button/index.d.ts +3 -3
  94. package/lib/components/buttons/cta/secondary-orange-button/interfaces.d.ts +2 -2
  95. package/lib/components/buttons/cta/secondary-orange-button/secondary-orange-button.d.ts +6 -6
  96. package/lib/components/buttons/cta/share-button/assets/index.d.ts +1 -1
  97. package/lib/components/buttons/cta/share-button/index.d.ts +3 -3
  98. package/lib/components/buttons/cta/share-button/interfaces.d.ts +23 -23
  99. package/lib/components/buttons/cta/share-button/share-button.d.ts +6 -6
  100. package/lib/components/buttons/cta/text-cta-button/index.d.ts +3 -3
  101. package/lib/components/buttons/cta/text-cta-button/interfaces.d.ts +2 -2
  102. package/lib/components/buttons/cta/text-cta-button/text-cta-button.d.ts +6 -6
  103. package/lib/components/buttons/index.d.ts +25 -25
  104. package/lib/components/buttons/logos/logo/index.d.ts +2 -2
  105. package/lib/components/buttons/logos/logo/interfaces.d.ts +5 -5
  106. package/lib/components/buttons/logos/logo/logo.d.ts +6 -6
  107. package/lib/components/buttons/logos/navbar-logo/assets/index.d.ts +1 -1
  108. package/lib/components/buttons/logos/navbar-logo/index.d.ts +1 -1
  109. package/lib/components/buttons/logos/navbar-logo/interfaces.d.ts +2 -2
  110. package/lib/components/buttons/logos/navbar-logo/navbar-logo.d.ts +6 -6
  111. package/lib/components/buttons/logos/powered-by-grey-logo/assets/index.d.ts +1 -1
  112. package/lib/components/buttons/logos/powered-by-grey-logo/index.d.ts +3 -3
  113. package/lib/components/buttons/logos/powered-by-grey-logo/interfaces.d.ts +2 -2
  114. package/lib/components/buttons/logos/powered-by-grey-logo/powered-by-grey-logo.d.ts +6 -6
  115. package/lib/components/buttons/logos/powered-by-white-logo/assets/index.d.ts +1 -1
  116. package/lib/components/buttons/logos/powered-by-white-logo/index.d.ts +3 -3
  117. package/lib/components/buttons/logos/powered-by-white-logo/interfaces.d.ts +2 -2
  118. package/lib/components/buttons/logos/powered-by-white-logo/powered-by-white-logo.d.ts +6 -6
  119. package/lib/components/buttons/logos/sd-white-logo/index.d.ts +1 -1
  120. package/lib/components/buttons/logos/sd-white-logo/sd-white-logo.d.ts +6 -6
  121. package/lib/components/buttons/partials/circle-button/circle-button.d.ts +6 -6
  122. package/lib/components/buttons/partials/circle-button/index.d.ts +3 -3
  123. package/lib/components/buttons/partials/circle-button/interfaces.d.ts +15 -15
  124. package/lib/components/buttons/partials/cross-button/assets/index.d.ts +1 -1
  125. package/lib/components/buttons/partials/cross-button/cross-button.d.ts +6 -6
  126. package/lib/components/buttons/partials/cross-button/index.d.ts +1 -1
  127. package/lib/components/buttons/partials/cross-button/interfaces.d.ts +5 -5
  128. package/lib/components/buttons/partials/goto-button/assets/index.d.ts +1 -1
  129. package/lib/components/buttons/partials/goto-button/goto-button.d.ts +6 -6
  130. package/lib/components/buttons/partials/goto-button/index.d.ts +1 -1
  131. package/lib/components/buttons/partials/goto-button/interfaces.d.ts +5 -5
  132. package/lib/components/buttons/partials/icon-button/assets/index.d.ts +1 -1
  133. package/lib/components/buttons/partials/icon-button/icon-button.d.ts +6 -6
  134. package/lib/components/buttons/partials/icon-button/index.d.ts +1 -1
  135. package/lib/components/buttons/partials/icon-button/interfaces.d.ts +28 -28
  136. package/lib/components/buttons/partials/multi-choice/assets/index.d.ts +2 -2
  137. package/lib/components/buttons/partials/multi-choice/index.d.ts +3 -3
  138. package/lib/components/buttons/partials/multi-choice/interfaces.d.ts +11 -11
  139. package/lib/components/buttons/partials/multi-choice/multi-choice-button.d.ts +6 -6
  140. package/lib/components/buttons/partials/square-button/index.d.ts +3 -3
  141. package/lib/components/buttons/partials/square-button/interfaces.d.ts +2 -2
  142. package/lib/components/buttons/partials/square-button/square-button.d.ts +6 -6
  143. package/lib/components/buttons/partials/tick-button/assets/index.d.ts +1 -1
  144. package/lib/components/buttons/partials/tick-button/index.d.ts +1 -1
  145. package/lib/components/buttons/partials/tick-button/interfaces.d.ts +5 -5
  146. package/lib/components/buttons/partials/tick-button/tick-button.d.ts +6 -6
  147. package/lib/components/buttons/radio-info-button/index.d.ts +1 -1
  148. package/lib/components/buttons/radio-info-button/interfaces.d.ts +31 -31
  149. package/lib/components/buttons/radio-info-button/radio-info-button.d.ts +3 -3
  150. package/lib/components/buttons/round-icon-button/index.d.ts +1 -1
  151. package/lib/components/buttons/round-icon-button/interfaces.d.ts +67 -67
  152. package/lib/components/buttons/round-icon-button/round-icon-button.d.ts +3 -3
  153. package/lib/components/cards/round-card/index.d.ts +1 -1
  154. package/lib/components/cards/round-card/interfaces.d.ts +37 -37
  155. package/lib/components/cards/round-card/round-card.d.ts +6 -6
  156. package/lib/components/carousels/carousel-section-container/carousel-section-container.d.ts +9 -9
  157. package/lib/components/carousels/carousel-section-container/index.d.ts +1 -1
  158. package/lib/components/carousels/carousel-section-container/interfaces.d.ts +23 -23
  159. package/lib/components/checkboxes/checkbox/checkbox.d.ts +6 -5
  160. package/lib/components/checkboxes/checkbox/index.d.ts +1 -1
  161. package/lib/components/checkboxes/checkbox/interfaces.d.ts +40 -40
  162. package/lib/components/checkboxes/partial-checkbox/index.d.ts +1 -1
  163. package/lib/components/checkboxes/partial-checkbox/interfaces.d.ts +12 -12
  164. package/lib/components/checkboxes/partial-checkbox/partial-checkbox.d.ts +6 -6
  165. package/lib/components/complex/footer/index.d.ts +1 -1
  166. package/lib/components/complex/footer/partials/footer-link/footer-link.d.ts +3 -2
  167. package/lib/components/complex/footer/partials/footer-link/index.d.ts +3 -3
  168. package/lib/components/complex/footer/partials/footer-link/interfaces.d.ts +10 -10
  169. package/lib/components/complex/footer/partials/footer-section/footer-section.d.ts +3 -2
  170. package/lib/components/complex/footer/partials/footer-section/index.d.ts +1 -1
  171. package/lib/components/complex/footer/partials/footer-section/interfaces.d.ts +11 -11
  172. package/lib/components/complex/footer/partials/footer-social/assets/index.d.ts +3 -3
  173. package/lib/components/complex/footer/partials/footer-social/footer-social.d.ts +2 -1
  174. package/lib/components/complex/footer/partials/footer-social/index.d.ts +1 -1
  175. package/lib/components/complex/footer/presentational/footer-presentational.d.ts +3 -2
  176. package/lib/components/complex/footer/presentational/index.d.ts +1 -1
  177. package/lib/components/complex/footer/presentational/interfaces.d.ts +8 -8
  178. package/lib/components/complex/footer/utils.d.ts +7 -7
  179. package/lib/components/complex/navbar/index.d.ts +2 -2
  180. package/lib/components/complex/navbar/partials/index.d.ts +2 -2
  181. package/lib/components/complex/navbar/partials/navbar-v1/constants.d.ts +5 -5
  182. package/lib/components/complex/navbar/partials/navbar-v1/index.d.ts +2 -2
  183. package/lib/components/complex/navbar/partials/navbar-v1/interfaces.d.ts +2 -2
  184. package/lib/components/complex/navbar/partials/navbar-v1/partials/index.d.ts +1 -1
  185. package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/index.d.ts +1 -1
  186. package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/labs-item.d.ts +2 -2
  187. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/index.d.ts +1 -1
  188. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/index.d.ts +1 -1
  189. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/interfaces.d.ts +7 -7
  190. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/menu-box.d.ts +3 -3
  191. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/index.d.ts +1 -1
  192. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/interfaces.d.ts +23 -23
  193. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/menu-row.d.ts +3 -2
  194. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/index.d.ts +1 -1
  195. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/my-genetics-item.d.ts +2 -2
  196. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/index.d.ts +1 -1
  197. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/navbar-item.d.ts +5 -5
  198. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/index.d.ts +1 -1
  199. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/interfaces.d.ts +2 -2
  200. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/new-apps.d.ts +3 -2
  201. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/assets/index.d.ts +1 -1
  202. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/index.d.ts +1 -1
  203. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/interfaces.d.ts +2 -2
  204. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/personal-area-item.d.ts +3 -3
  205. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/index.d.ts +1 -1
  206. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/interfaces.d.ts +3 -3
  207. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/navbar-desktop-v1-presentational.d.ts +3 -3
  208. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/index.d.ts +2 -2
  209. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.d.ts +3 -3
  210. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.utils.d.ts +3 -3
  211. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/index.d.ts +2 -2
  212. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/interfaces.d.ts +12 -12
  213. 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
  214. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/index.d.ts +1 -1
  215. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
  216. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/icon-buttons.d.ts +9 -9
  217. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/index.d.ts +1 -1
  218. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/interfaces.d.ts +43 -43
  219. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/index.d.ts +1 -1
  220. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/index.d.ts +1 -1
  221. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/interfaces.d.ts +13 -13
  222. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
  223. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/index.d.ts +1 -1
  224. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/interfaces.d.ts +19 -19
  225. 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
  226. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/constants.d.ts +2 -2
  227. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
  228. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +20 -20
  229. 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
  230. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/index.d.ts +1 -1
  231. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/interfaces.d.ts +19 -19
  232. 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
  233. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/index.d.ts +1 -1
  234. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/navigation-item-text.d.ts +2 -2
  235. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/index.d.ts +1 -1
  236. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/interfaces.d.ts +3 -3
  237. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/navbar-mobile-v1-presentational.d.ts +6 -6
  238. package/lib/components/complex/navbar/partials/navbar-v1/presentational/index.d.ts +1 -1
  239. package/lib/components/complex/navbar/partials/navbar-v1/presentational/interfaces.d.ts +2 -2
  240. package/lib/components/complex/navbar/partials/navbar-v1/presentational/navbar-v1-presentational.d.ts +8 -8
  241. package/lib/components/complex/navbar/partials/navbar-v2/index.d.ts +2 -2
  242. package/lib/components/complex/navbar/partials/navbar-v2/partials/index.d.ts +1 -1
  243. package/lib/components/complex/navbar/partials/navbar-v2/partials/interfaces.d.ts +102 -102
  244. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/index.d.ts +1 -1
  245. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/cart-item.d.ts +3 -3
  246. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/index.d.ts +1 -1
  247. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/interfaces.d.ts +2 -2
  248. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/index.d.ts +1 -1
  249. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/interfaces.d.ts +7 -7
  250. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/menu-box.d.ts +3 -2
  251. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/index.d.ts +1 -1
  252. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/interfaces.d.ts +7 -7
  253. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/navbar-item.d.ts +6 -6
  254. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/index.d.ts +1 -1
  255. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/intefaces.d.ts +7 -7
  256. 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
  257. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-without-menu/index.d.ts +1 -1
  258. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-without-menu/intefaces.d.ts +7 -7
  259. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-without-menu/navbar-item-without-menu.d.ts +3 -3
  260. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/index.d.ts +1 -1
  261. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/interfaces.d.ts +2 -2
  262. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/personal-area-item.d.ts +3 -3
  263. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/index.d.ts +1 -1
  264. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/interfaces.d.ts +3 -3
  265. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/what-is-this.d.ts +3 -3
  266. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/index.d.ts +1 -1
  267. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/interfaces.d.ts +2 -2
  268. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/navbar-desktop-v2-presentational.d.ts +3 -3
  269. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/index.d.ts +1 -1
  270. 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
  271. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/index.d.ts +1 -1
  272. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
  273. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/index.d.ts +1 -1
  274. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/interfaces.d.ts +4 -4
  275. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/navbar-list.d.ts +3 -3
  276. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/index.d.ts +1 -1
  277. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/interfaces.d.ts +18 -18
  278. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
  279. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
  280. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +14 -14
  281. 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
  282. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/index.d.ts +1 -1
  283. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/interfaces.d.ts +3 -3
  284. 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
  285. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/index.d.ts +1 -1
  286. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/interfaces.d.ts +2 -2
  287. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/navbar-mobile-v2-presentational.d.ts +6 -6
  288. package/lib/components/complex/navbar/partials/navbar-v2/presentational/index.d.ts +1 -1
  289. package/lib/components/complex/navbar/partials/navbar-v2/presentational/interfaces.d.ts +25 -25
  290. package/lib/components/complex/navbar/partials/navbar-v2/presentational/navbar-v2-presentational.d.ts +8 -8
  291. package/lib/components/complex/navbar/presentational/constants-v2.d.ts +6 -6
  292. package/lib/components/complex/navbar/presentational/constants-v3.d.ts +6 -6
  293. package/lib/components/complex/navbar/presentational/index.d.ts +4 -4
  294. package/lib/components/complex/navbar/presentational/interfaces.d.ts +101 -101
  295. package/lib/components/complex/navbar/presentational/language-mapping.d.ts +1 -1
  296. package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +6 -5
  297. package/lib/components/complex/navbar/presentational/url-utils.d.ts +10 -10
  298. package/lib/components/complex/updated-navbar/constants.d.ts +60 -59
  299. package/lib/components/complex/updated-navbar/index.d.ts +2 -2
  300. package/lib/components/complex/updated-navbar/interfaces.d.ts +6 -6
  301. package/lib/components/complex/updated-navbar/partials/index.d.ts +2 -2
  302. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/index.d.ts +1 -1
  303. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/interfaces.d.ts +4 -4
  304. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-box/index.d.ts +1 -1
  305. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-box/interfaces.d.ts +14 -14
  306. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-box/updated-menu-box.d.ts +3 -3
  307. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-row/index.d.ts +1 -1
  308. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-row/interfaces.d.ts +11 -11
  309. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-row/updated-menu-row.d.ts +3 -3
  310. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-navbar-item/index.d.ts +1 -1
  311. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-navbar-item/interfaces.d.ts +11 -11
  312. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-navbar-item/updated-navbar-item.d.ts +3 -3
  313. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/v2-to-legacy-switch-desktop/index.d.ts +1 -1
  314. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/v2-to-legacy-switch-desktop/interfaces.d.ts +4 -4
  315. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/v2-to-legacy-switch-desktop/v2-to-legacy-switch-desktop.d.ts +3 -3
  316. package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/updated-navbar-desktop.d.ts +3 -3
  317. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/index.d.ts +2 -2
  318. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/interfaces.d.ts +3 -3
  319. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/index.d.ts +4 -4
  320. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/unfolded-navbar-container/index.d.ts +1 -1
  321. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/unfolded-navbar-container/interfaces.d.ts +5 -5
  322. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/unfolded-navbar-container/unfolded-navbar-container.d.ts +3 -3
  323. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-folded/index.d.ts +1 -1
  324. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-folded/interfaces.d.ts +5 -5
  325. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-folded/updated-navbar-folded.d.ts +3 -3
  326. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/index.d.ts +2 -2
  327. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/interfaces.d.ts +6 -6
  328. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/index.d.ts +5 -5
  329. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/item-row/index.d.ts +1 -1
  330. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/item-row/interfaces.d.ts +11 -11
  331. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/item-row/item-row.d.ts +3 -3
  332. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/primary-folded-item/index.d.ts +1 -1
  333. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/primary-folded-item/interfaces.d.ts +11 -11
  334. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/primary-folded-item/primary-folded-item.d.ts +3 -3
  335. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/secondary-folded-item/index.d.ts +1 -1
  336. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/secondary-folded-item/interfaces.d.ts +10 -10
  337. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/secondary-folded-item/secondary-folded-item.d.ts +3 -3
  338. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item/index.d.ts +1 -1
  339. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item/interfaces.d.ts +9 -9
  340. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item/unfolded-item.d.ts +3 -3
  341. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item-row/index.d.ts +1 -1
  342. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item-row/interfaces.d.ts +8 -8
  343. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item-row/unfolded-item-row.d.ts +3 -3
  344. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/updated-navbar-navigation.d.ts +3 -3
  345. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-search/index.d.ts +1 -1
  346. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-search/interfaces.d.ts +7 -7
  347. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-search/updated-navbar-search.d.ts +3 -3
  348. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/v2-to-legacy-switch-mobile/index.d.ts +1 -1
  349. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/v2-to-legacy-switch-mobile/interfaces.d.ts +3 -3
  350. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/v2-to-legacy-switch-mobile/v2-to-legacy-switch-mobile.d.ts +3 -3
  351. package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/updated-navbar-mobile.d.ts +3 -3
  352. package/lib/components/complex/updated-navbar/updated-navbar.d.ts +3 -3
  353. package/lib/components/containers/flex-center/flex-center.d.ts +3 -3
  354. package/lib/components/containers/flex-center/index.d.ts +1 -1
  355. package/lib/components/containers/grid-containers/base-grid-container/base-grid-container.d.ts +6 -6
  356. package/lib/components/containers/grid-containers/base-grid-container/index.d.ts +3 -3
  357. package/lib/components/containers/grid-containers/base-grid-container/interfaces.d.ts +68 -68
  358. package/lib/components/containers/grid-containers/fr-fr-container/fr-fr-container.d.ts +6 -6
  359. package/lib/components/containers/grid-containers/fr-fr-container/index.d.ts +1 -1
  360. package/lib/components/containers/grid-containers/fr-fr-container/interfaces.d.ts +2 -2
  361. package/lib/components/containers/grid-containers/fr-max-container/fr-max-container.d.ts +6 -6
  362. package/lib/components/containers/grid-containers/fr-max-container/index.d.ts +1 -1
  363. package/lib/components/containers/grid-containers/fr-max-container/interfaces.d.ts +2 -2
  364. package/lib/components/containers/grid-containers/grid-container-v2/grid-container-v2.d.ts +3 -3
  365. package/lib/components/containers/grid-containers/grid-container-v2/index.d.ts +1 -1
  366. package/lib/components/containers/grid-containers/grid-container-v2/interfaces.d.ts +15 -15
  367. package/lib/components/containers/grid-containers/index.d.ts +7 -7
  368. package/lib/components/containers/grid-containers/max-fr-container/index.d.ts +1 -1
  369. package/lib/components/containers/grid-containers/max-fr-container/interfaces.d.ts +2 -2
  370. package/lib/components/containers/grid-containers/max-fr-container/max-fr-container.d.ts +6 -6
  371. package/lib/components/containers/grid-containers/max-max-container/index.d.ts +1 -1
  372. package/lib/components/containers/grid-containers/max-max-container/interfaces.d.ts +2 -2
  373. package/lib/components/containers/grid-containers/max-max-container/max-max-container.d.ts +6 -6
  374. package/lib/components/containers/index.d.ts +6 -6
  375. package/lib/components/containers/layout-independend-max-width-container/index.d.ts +1 -1
  376. package/lib/components/containers/layout-independend-max-width-container/interfaces.d.ts +3 -3
  377. package/lib/components/containers/layout-independend-max-width-container/layout-independent-max-width-container.d.ts +3 -3
  378. package/lib/components/containers/max-width-container/index.d.ts +1 -1
  379. package/lib/components/containers/max-width-container/interfaces.d.ts +29 -29
  380. package/lib/components/containers/max-width-container/max-width-container.d.ts +3 -3
  381. package/lib/components/containers/max-width-container-v2/index.d.ts +1 -1
  382. package/lib/components/containers/max-width-container-v2/interfaces.d.ts +2 -2
  383. package/lib/components/containers/max-width-container-v2/max-width-container-v2.d.ts +2 -2
  384. package/lib/components/containers/section-container/index.d.ts +1 -1
  385. package/lib/components/containers/section-container/interfaces.d.ts +44 -44
  386. package/lib/components/containers/section-container/section-container.d.ts +12 -11
  387. package/lib/components/custom-scrollbar-box/custom-scrollbar-box.d.ts +3 -3
  388. package/lib/components/custom-scrollbar-box/index.d.ts +3 -3
  389. package/lib/components/custom-scrollbar-box/interfaces.d.ts +56 -56
  390. package/lib/components/dividers/divider/divider.d.ts +6 -6
  391. package/lib/components/dividers/divider/index.d.ts +3 -3
  392. package/lib/components/dividers/divider/interfaces.d.ts +28 -28
  393. package/lib/components/dividers/horizontal-divider/horizontal-divider.d.ts +6 -6
  394. package/lib/components/dividers/horizontal-divider/index.d.ts +1 -1
  395. package/lib/components/dividers/horizontal-divider/interfaces.d.ts +2 -2
  396. package/lib/components/dividers/vertical-divider/index.d.ts +1 -1
  397. package/lib/components/dividers/vertical-divider/interfaces.d.ts +2 -2
  398. package/lib/components/dividers/vertical-divider/vertical-divider.d.ts +6 -6
  399. package/lib/components/dropdowns/dropdown/dropdown-placholder/dropdown-placholder.d.ts +6 -6
  400. package/lib/components/dropdowns/dropdown/dropdown-placholder/index.d.ts +1 -1
  401. package/lib/components/dropdowns/dropdown/dropdown-placholder/interfaces.d.ts +2 -2
  402. package/lib/components/dropdowns/dropdown/dropdown.d.ts +6 -6
  403. package/lib/components/dropdowns/dropdown/index.d.ts +4 -4
  404. package/lib/components/dropdowns/dropdown/interfaces.d.ts +38 -38
  405. package/lib/components/dropdowns/primary-dropdown/index.d.ts +1 -1
  406. package/lib/components/dropdowns/primary-dropdown/interfaces.d.ts +2 -2
  407. package/lib/components/dropdowns/primary-dropdown/primary-dropdown.d.ts +6 -6
  408. package/lib/components/feature-explanation/assets/index.d.ts +1 -1
  409. package/lib/components/feature-explanation/feature-explanation.d.ts +3 -2
  410. package/lib/components/feature-explanation/index.d.ts +1 -1
  411. package/lib/components/feature-explanation/interfaces.d.ts +11 -11
  412. package/lib/components/feedback/base-feedback-button/base-feedback-button.d.ts +3 -3
  413. package/lib/components/feedback/base-feedback-button/index.d.ts +1 -1
  414. package/lib/components/feedback/base-feedback-button/interfaces.d.ts +4 -4
  415. package/lib/components/feedback/base-feedback-container/base-feedback-container.d.ts +3 -3
  416. package/lib/components/feedback/base-feedback-container/index.d.ts +1 -1
  417. package/lib/components/feedback/base-feedback-container/interfaces.d.ts +14 -14
  418. package/lib/components/feedback/multiple-options-feedback/index.d.ts +1 -1
  419. package/lib/components/feedback/multiple-options-feedback/interfaces.d.ts +11 -11
  420. package/lib/components/feedback/multiple-options-feedback/multiple-options-feedback.d.ts +3 -3
  421. package/lib/components/feedback/yes-no-feedback-block/index.d.ts +1 -1
  422. package/lib/components/feedback/yes-no-feedback-block/interfaces.d.ts +7 -7
  423. package/lib/components/feedback/yes-no-feedback-block/yes-no-feedback-block.d.ts +3 -3
  424. package/lib/components/icons/bordered-plain-warning-circle-icon/bordered-plain-warning-circle-icon.d.ts +3 -3
  425. package/lib/components/icons/bordered-plain-warning-circle-icon/index.d.ts +1 -1
  426. package/lib/components/icons/bordered-plain-warning-circle-icon/interfaces.d.ts +6 -6
  427. package/lib/components/icons/calendar-icon/index.d.ts +1 -1
  428. package/lib/components/icons/cart-icon/index.d.ts +1 -1
  429. package/lib/components/icons/cross-icon/index.d.ts +1 -1
  430. package/lib/components/icons/environment-icon/index.d.ts +1 -1
  431. package/lib/components/icons/genetics-icon/index.d.ts +1 -1
  432. package/lib/components/icons/globe-icon/index.d.ts +1 -1
  433. package/lib/components/icons/hamburger-icon/index.d.ts +1 -1
  434. package/lib/components/icons/index.d.ts +20 -20
  435. package/lib/components/icons/plain-warning-circle-icon/index.d.ts +1 -1
  436. package/lib/components/icons/profile-icon/index.d.ts +1 -1
  437. package/lib/components/icons/rescan-icon/index.d.ts +1 -1
  438. package/lib/components/icons/round-bordered-star/index.d.ts +1 -1
  439. package/lib/components/icons/round-bordered-star/interfaces.d.ts +29 -29
  440. package/lib/components/icons/round-bordered-star/round-bordered-star.d.ts +3 -3
  441. package/lib/components/icons/sd-logo-no-text-icon/index.d.ts +1 -1
  442. package/lib/components/icons/sd-logo-white-icon/index.d.ts +1 -1
  443. package/lib/components/icons/sd-navbar-icon/index.d.ts +1 -1
  444. package/lib/components/icons/search-icon/index.d.ts +1 -1
  445. package/lib/components/icons/short-dropdown-arrow-icon/index.d.ts +1 -1
  446. package/lib/components/icons/star-icon/index.d.ts +1 -1
  447. package/lib/components/icons/triangular-pointer-icon/index.d.ts +2 -2
  448. package/lib/components/icons/triangular-pointer-icon/interfaces.d.ts +7 -7
  449. package/lib/components/icons/triangular-pointer-icon/triangular-pointer-icon.d.ts +3 -3
  450. package/lib/components/icons/vial-icon/index.d.ts +1 -1
  451. package/lib/components/icons/warning-circle-icon/index.d.ts +1 -1
  452. package/lib/components/inputs/autocomplete-input/autocomplete-input.d.ts +3 -3
  453. package/lib/components/inputs/autocomplete-input/index.d.ts +1 -1
  454. package/lib/components/inputs/autocomplete-input/interfaces.d.ts +38 -38
  455. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/autocomplete-option-box.d.ts +3 -3
  456. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/index.d.ts +1 -1
  457. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/interfaces.d.ts +11 -11
  458. package/lib/components/inputs/autocomplete-input/partials/results-box/index.d.ts +1 -1
  459. package/lib/components/inputs/autocomplete-input/partials/results-box/interfaces.d.ts +16 -16
  460. package/lib/components/inputs/autocomplete-input/partials/results-box/results-box.d.ts +3 -3
  461. package/lib/components/inputs/boxy-number-input/assets/index.d.ts +2 -2
  462. package/lib/components/inputs/boxy-number-input/boxy-number-input.d.ts +6 -6
  463. package/lib/components/inputs/boxy-number-input/index.d.ts +3 -3
  464. package/lib/components/inputs/boxy-number-input/interfaces.d.ts +2 -2
  465. package/lib/components/inputs/date-inputs/base-date-input/base-date-input.d.ts +5 -5
  466. package/lib/components/inputs/date-inputs/base-date-input/index.d.ts +1 -1
  467. package/lib/components/inputs/date-inputs/base-date-input/interfaces.d.ts +65 -65
  468. package/lib/components/inputs/date-inputs/base-date-range-input/base-date-range-input.d.ts +5 -5
  469. package/lib/components/inputs/date-inputs/base-date-range-input/index.d.ts +2 -2
  470. package/lib/components/inputs/date-inputs/base-date-range-input/interfaces.d.ts +94 -94
  471. package/lib/components/inputs/date-inputs/outlined-date-input/index.d.ts +1 -1
  472. package/lib/components/inputs/date-inputs/outlined-date-input/interfaces.d.ts +27 -27
  473. package/lib/components/inputs/date-inputs/outlined-date-input/outlined-date-input.d.ts +3 -3
  474. package/lib/components/inputs/date-inputs/outlined-date-range-input/index.d.ts +2 -2
  475. package/lib/components/inputs/date-inputs/outlined-date-range-input/interfaces.d.ts +51 -51
  476. package/lib/components/inputs/date-inputs/outlined-date-range-input/outlined-date-range-input.d.ts +3 -3
  477. package/lib/components/inputs/date-inputs/primary-date-input/index.d.ts +1 -1
  478. package/lib/components/inputs/date-inputs/primary-date-input/interfaces.d.ts +37 -37
  479. package/lib/components/inputs/date-inputs/primary-date-input/primary-date-input.d.ts +3 -3
  480. package/lib/components/inputs/date-inputs/primary-date-range-input/index.d.ts +1 -1
  481. package/lib/components/inputs/date-inputs/primary-date-range-input/interfaces.d.ts +21 -21
  482. package/lib/components/inputs/date-inputs/primary-date-range-input/primary-date-range-input.d.ts +3 -3
  483. package/lib/components/inputs/decody-question-input/decody-question-input.d.ts +3 -3
  484. package/lib/components/inputs/decody-question-input/index.d.ts +1 -1
  485. package/lib/components/inputs/input/error.d.ts +6 -6
  486. package/lib/components/inputs/input/index.d.ts +3 -3
  487. package/lib/components/inputs/input/input.d.ts +6 -6
  488. package/lib/components/inputs/input/interfaces.d.ts +66 -65
  489. package/lib/components/inputs/multi-row-secondary-text-input/index.d.ts +1 -1
  490. package/lib/components/inputs/multi-row-secondary-text-input/interfaces.d.ts +12 -11
  491. package/lib/components/inputs/multi-row-secondary-text-input/multi-row-secondary-text-input.d.ts +3 -3
  492. package/lib/components/inputs/number-input/index.d.ts +3 -3
  493. package/lib/components/inputs/number-input/interfaces.d.ts +29 -29
  494. package/lib/components/inputs/number-input/number-input.d.ts +3 -3
  495. package/lib/components/inputs/primary-number-input/assets/index.d.ts +4 -4
  496. package/lib/components/inputs/primary-number-input/index.d.ts +3 -3
  497. package/lib/components/inputs/primary-number-input/interfaces.d.ts +2 -2
  498. package/lib/components/inputs/primary-number-input/primary-number-input.d.ts +6 -6
  499. package/lib/components/inputs/primary-text-input/index.d.ts +2 -2
  500. package/lib/components/inputs/primary-text-input/interfaces.d.ts +8 -8
  501. package/lib/components/inputs/primary-text-input/primary-text-input.d.ts +3 -3
  502. package/lib/components/inputs/search-autocomplete-input/index.d.ts +1 -1
  503. package/lib/components/inputs/search-autocomplete-input/interfaces.d.ts +26 -26
  504. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/index.d.ts +1 -1
  505. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/interfaces.d.ts +11 -11
  506. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/search-autocomplete-results-box.d.ts +7 -6
  507. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/index.d.ts +1 -1
  508. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/interfaces.d.ts +9 -9
  509. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/search-autocomplete-row.d.ts +7 -6
  510. package/lib/components/inputs/search-autocomplete-input/search-autocomplete-input.d.ts +7 -6
  511. package/lib/components/inputs/search-input/index.d.ts +1 -1
  512. package/lib/components/inputs/search-input/partials/search-box/index.d.ts +1 -1
  513. package/lib/components/inputs/search-input/partials/search-box/interfaces.d.ts +16 -16
  514. package/lib/components/inputs/search-input/partials/search-box/search-box.d.ts +3 -2
  515. package/lib/components/inputs/search-input/presentational/assets/index.d.ts +2 -2
  516. package/lib/components/inputs/search-input/presentational/index.d.ts +3 -3
  517. package/lib/components/inputs/search-input/presentational/interfaces.d.ts +58 -58
  518. package/lib/components/inputs/search-input/presentational/search-input.d.ts +6 -6
  519. package/lib/components/inputs/secondary-number-input/index.d.ts +2 -2
  520. package/lib/components/inputs/secondary-number-input/interfaces.d.ts +16 -16
  521. package/lib/components/inputs/secondary-number-input/secondary-number-input.d.ts +3 -3
  522. package/lib/components/inputs/secondary-text-input/index.d.ts +3 -3
  523. package/lib/components/inputs/secondary-text-input/interfaces.d.ts +44 -44
  524. package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/index.d.ts +1 -1
  525. package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/interfaces.d.ts +5 -5
  526. package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/secondary-input-labels.d.ts +3 -3
  527. package/lib/components/inputs/secondary-text-input/secondary-text-input.d.ts +3 -3
  528. package/lib/components/inputs/text-input/index.d.ts +2 -2
  529. package/lib/components/inputs/text-input/interfaces.d.ts +10 -10
  530. package/lib/components/inputs/text-input/text-input.d.ts +6 -6
  531. package/lib/components/interfaces.d.ts +32 -32
  532. package/lib/components/labels/base-label/base-label.d.ts +3 -2
  533. package/lib/components/labels/base-label/index.d.ts +3 -3
  534. package/lib/components/labels/base-label/interfaces.d.ts +18 -18
  535. package/lib/components/links/link/index.d.ts +3 -3
  536. package/lib/components/links/link/interfaces.d.ts +25 -25
  537. package/lib/components/links/link/link.d.ts +6 -6
  538. package/lib/components/links/primary-link/index.d.ts +1 -1
  539. package/lib/components/links/primary-link/interfaces.d.ts +2 -2
  540. package/lib/components/links/primary-link/primary-link.d.ts +6 -6
  541. package/lib/components/lists/list/index.d.ts +3 -3
  542. package/lib/components/lists/list/interfaces.d.ts +8 -8
  543. package/lib/components/lists/list/list.d.ts +6 -6
  544. package/lib/components/lists/primary-list/index.d.ts +3 -3
  545. package/lib/components/lists/primary-list/interfaces.d.ts +2 -2
  546. package/lib/components/lists/primary-list/primary-list.d.ts +6 -6
  547. package/lib/components/menus/actions-menu/actions-menu.d.ts +3 -3
  548. package/lib/components/menus/actions-menu/index.d.ts +1 -1
  549. package/lib/components/menus/actions-menu/interfaces.d.ts +20 -20
  550. package/lib/components/meters/bars-meter/bars-meter.d.ts +6 -6
  551. package/lib/components/meters/bars-meter/index.d.ts +1 -1
  552. package/lib/components/meters/bars-meter/interfaces.d.ts +31 -31
  553. package/lib/components/meters/base-outline-meter/base-outline-meter.d.ts +6 -6
  554. package/lib/components/meters/base-outline-meter/index.d.ts +3 -3
  555. package/lib/components/meters/base-outline-meter/interfaces.d.ts +20 -20
  556. package/lib/components/meters/common-outline-meter-partials/index.d.ts +2 -2
  557. package/lib/components/meters/common-outline-meter-partials/label-pointer/index.d.ts +1 -1
  558. package/lib/components/meters/common-outline-meter-partials/label-pointer/interfaces.d.ts +10 -10
  559. package/lib/components/meters/common-outline-meter-partials/label-pointer/label-pointer.d.ts +3 -3
  560. package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/index.d.ts +2 -2
  561. package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/interfaces.d.ts +10 -10
  562. package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/matched-range-label-box.d.ts +3 -3
  563. package/lib/components/meters/continuous-outline-meter/continuous-outline-meter.d.ts +6 -6
  564. package/lib/components/meters/continuous-outline-meter/index.d.ts +1 -1
  565. package/lib/components/meters/continuous-outline-meter/interfaces.d.ts +25 -25
  566. package/lib/components/meters/dashed-meter/dashed-meter.d.ts +3 -3
  567. package/lib/components/meters/dashed-meter/index.d.ts +1 -1
  568. package/lib/components/meters/dashed-meter/interfaces.d.ts +18 -18
  569. package/lib/components/meters/discrete-outline-meter/discrete-outline-meter.d.ts +6 -6
  570. package/lib/components/meters/discrete-outline-meter/index.d.ts +1 -1
  571. package/lib/components/meters/discrete-outline-meter/interfaces.d.ts +25 -25
  572. package/lib/components/meters/gradient-outline-meter/gradient-outline-meter.d.ts +3 -3
  573. package/lib/components/meters/gradient-outline-meter/index.d.ts +2 -2
  574. package/lib/components/meters/gradient-outline-meter/interfaces.d.ts +22 -22
  575. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/gradient-meter-needle.d.ts +3 -3
  576. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/index.d.ts +1 -1
  577. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/interfaces.d.ts +7 -7
  578. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/gradient-meter-range.d.ts +3 -3
  579. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/index.d.ts +1 -1
  580. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/interfaces.d.ts +31 -31
  581. package/lib/components/meters/gradient-outline-meter/small-gradient-outline-meter.d.ts +3 -3
  582. package/lib/components/meters/gradient-outline-meter/utils.d.ts +17 -17
  583. package/lib/components/meters/index.d.ts +12 -12
  584. package/lib/components/meters/multi-option-discrete-outline-meter/constants.d.ts +2 -2
  585. package/lib/components/meters/multi-option-discrete-outline-meter/index.d.ts +2 -2
  586. package/lib/components/meters/multi-option-discrete-outline-meter/interfaces.d.ts +14 -14
  587. package/lib/components/meters/multi-option-discrete-outline-meter/multi-option-discrete-outline-meter.d.ts +3 -3
  588. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/discrete-meter-label-pointer.d.ts +3 -3
  589. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/index.d.ts +1 -1
  590. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/interfaces.d.ts +3 -3
  591. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-needle/discrete-meter-needle.d.ts +3 -3
  592. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-needle/index.d.ts +1 -1
  593. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-needle/interfaces.d.ts +24 -24
  594. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-range/discrete-range.d.ts +3 -3
  595. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-range/index.d.ts +1 -1
  596. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-range/interfaces.d.ts +11 -11
  597. package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/index.d.ts +1 -1
  598. package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/interfaces.d.ts +6 -6
  599. package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/matched-range-label-box.d.ts +3 -3
  600. package/lib/components/meters/multi-option-discrete-outline-meter/small-multi-option-discrete-outline-meter.d.ts +3 -3
  601. package/lib/components/meters/multi-option-discrete-outline-meter/utils.d.ts +4 -4
  602. package/lib/components/meters/multicolor-outline-meter/index.d.ts +1 -1
  603. package/lib/components/meters/multicolor-outline-meter/interfaces.d.ts +21 -21
  604. package/lib/components/meters/multicolor-outline-meter/multicolor-outline-meter.d.ts +6 -6
  605. package/lib/components/meters/outline-meter/contants.d.ts +36 -36
  606. package/lib/components/meters/outline-meter/index.d.ts +3 -3
  607. package/lib/components/meters/outline-meter/interfaces.d.ts +139 -139
  608. package/lib/components/meters/outline-meter/outline-meter.d.ts +3 -3
  609. package/lib/components/meters/outline-meter/partials/base-meter-label-box/base-meter-label-box.d.ts +3 -3
  610. package/lib/components/meters/outline-meter/partials/base-meter-label-box/index.d.ts +1 -1
  611. package/lib/components/meters/outline-meter/partials/base-meter-label-box/interfaces.d.ts +12 -12
  612. package/lib/components/meters/outline-meter/partials/base-needle/base-needle.d.ts +3 -3
  613. package/lib/components/meters/outline-meter/partials/base-needle/index.d.ts +1 -1
  614. package/lib/components/meters/outline-meter/partials/base-needle/interfaces.d.ts +29 -29
  615. package/lib/components/meters/outline-meter/partials/base-outline-arc/base-outline-arc.d.ts +3 -3
  616. package/lib/components/meters/outline-meter/partials/base-outline-arc/index.d.ts +1 -1
  617. package/lib/components/meters/outline-meter/partials/base-outline-arc/interfaces.d.ts +40 -40
  618. package/lib/components/meters/outline-meter/partials/outline-meter-label-box/index.d.ts +1 -1
  619. package/lib/components/meters/outline-meter/partials/outline-meter-label-box/interfaces.d.ts +4 -4
  620. package/lib/components/meters/outline-meter/partials/outline-meter-label-box/outline-meter-label-box.d.ts +3 -3
  621. package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/index.d.ts +1 -1
  622. package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/interfaces.d.ts +25 -25
  623. package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/outline-meter-label-pointer.d.ts +3 -3
  624. package/lib/components/meters/outline-meter/partials/outline-meter-needle/index.d.ts +1 -1
  625. package/lib/components/meters/outline-meter/partials/outline-meter-needle/interfaces.d.ts +31 -31
  626. package/lib/components/meters/outline-meter/partials/outline-meter-needle/outline-meter-needle.d.ts +3 -3
  627. package/lib/components/meters/outline-meter/partials/outline-meter-range/index.d.ts +1 -1
  628. package/lib/components/meters/outline-meter/partials/outline-meter-range/interfaces.d.ts +22 -22
  629. package/lib/components/meters/outline-meter/partials/outline-meter-range/outline-meter-range.d.ts +3 -3
  630. package/lib/components/meters/outline-meter/partials/outline-meter-scale/index.d.ts +1 -1
  631. package/lib/components/meters/outline-meter/partials/outline-meter-scale/interfaces.d.ts +8 -8
  632. package/lib/components/meters/outline-meter/partials/outline-meter-scale/outline-meter-scale.d.ts +3 -3
  633. package/lib/components/meters/outline-meter/small-outline-meter.d.ts +3 -3
  634. package/lib/components/meters/outline-meter/utils.d.ts +30 -30
  635. package/lib/components/meters/people-meter/assets/index.d.ts +1 -1
  636. package/lib/components/meters/people-meter/index.d.ts +1 -1
  637. package/lib/components/meters/people-meter/interfaces.d.ts +23 -23
  638. package/lib/components/meters/people-meter/people-meter.d.ts +6 -6
  639. package/lib/components/meters/smiley-meter/assets/index.d.ts +5 -5
  640. package/lib/components/meters/smiley-meter/index.d.ts +1 -1
  641. package/lib/components/meters/smiley-meter/interfaces.d.ts +31 -31
  642. package/lib/components/meters/smiley-meter/smiley-meter.d.ts +6 -6
  643. package/lib/components/meters/smiley-meter-v2/assets/index.d.ts +3 -3
  644. package/lib/components/meters/smiley-meter-v2/constants.d.ts +19 -19
  645. package/lib/components/meters/smiley-meter-v2/index.d.ts +2 -2
  646. package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +22 -22
  647. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/index.d.ts +1 -1
  648. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/interfaces.d.ts +11 -11
  649. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/matched-range-label-box.d.ts +3 -3
  650. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/index.d.ts +1 -1
  651. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/interfaces.d.ts +8 -8
  652. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/smiley-meter-range.d.ts +3 -3
  653. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/index.d.ts +1 -1
  654. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/interfaces.d.ts +5 -5
  655. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/smiley-meter-ranges.d.ts +3 -3
  656. package/lib/components/meters/smiley-meter-v2/small-smiley-meter-v2.d.ts +3 -3
  657. package/lib/components/meters/smiley-meter-v2/smiley-meter-v2.d.ts +3 -3
  658. package/lib/components/meters/smiley-meter-v2/utils.d.ts +15 -15
  659. package/lib/components/modals/modal/assets/index.d.ts +1 -1
  660. package/lib/components/modals/modal/index.d.ts +3 -3
  661. package/lib/components/modals/modal/interfaces.d.ts +76 -76
  662. package/lib/components/modals/modal/modal.d.ts +6 -6
  663. package/lib/components/modals/primary-modal/index.d.ts +1 -1
  664. package/lib/components/modals/primary-modal/interfaces.d.ts +11 -11
  665. package/lib/components/modals/primary-modal/primary-modal.d.ts +6 -6
  666. package/lib/components/page-selectors/page-selector/assets/index.d.ts +2 -2
  667. package/lib/components/page-selectors/page-selector/index.d.ts +3 -3
  668. package/lib/components/page-selectors/page-selector/interfaces.d.ts +34 -34
  669. package/lib/components/page-selectors/page-selector/page-selector.d.ts +6 -6
  670. package/lib/components/page-selectors/page-selector/partials/current-page/current-page.d.ts +3 -3
  671. package/lib/components/page-selectors/page-selector/partials/current-page/index.d.ts +1 -1
  672. package/lib/components/page-selectors/page-selector/partials/current-page/interfaces.d.ts +3 -3
  673. package/lib/components/page-selectors/page-selector/partials/current-page-input/current-page-input.d.ts +12 -12
  674. package/lib/components/page-selectors/page-selector/partials/current-page-input/index.d.ts +2 -2
  675. package/lib/components/page-selectors/page-selector/partials/current-page-input/interfaces.d.ts +22 -22
  676. package/lib/components/pagination-bars/pagination-bar/index.d.ts +3 -3
  677. package/lib/components/pagination-bars/pagination-bar/interfaces.d.ts +23 -23
  678. package/lib/components/pagination-bars/pagination-bar/pagination-bar.d.ts +3 -3
  679. package/lib/components/progress-bars/line-progress-bar/index.d.ts +3 -3
  680. package/lib/components/progress-bars/line-progress-bar/interfaces.d.ts +3 -3
  681. package/lib/components/progress-bars/line-progress-bar/line-progress-bar.d.ts +6 -6
  682. package/lib/components/progress-bars/progress-bar/index.d.ts +3 -3
  683. package/lib/components/progress-bars/progress-bar/interfaces.d.ts +46 -46
  684. package/lib/components/progress-bars/progress-bar/progress-bar.d.ts +6 -6
  685. package/lib/components/progress-bars/rounded-progress-bar/index.d.ts +1 -1
  686. package/lib/components/progress-bars/rounded-progress-bar/interfaces.d.ts +24 -24
  687. package/lib/components/progress-bars/rounded-progress-bar/rounded-progress-bar.d.ts +3 -3
  688. package/lib/components/progress-bars/striped-line-progress-bar/index.d.ts +1 -1
  689. package/lib/components/progress-bars/striped-line-progress-bar/interfaces.d.ts +17 -17
  690. package/lib/components/progress-bars/striped-line-progress-bar/striped-line-progress-bar.d.ts +6 -6
  691. package/lib/components/progress-steps/index.d.ts +3 -3
  692. package/lib/components/progress-steps/interfaces.d.ts +22 -22
  693. package/lib/components/progress-steps/progress-step/index.d.ts +3 -3
  694. package/lib/components/progress-steps/progress-step/interfaces.d.ts +13 -13
  695. package/lib/components/progress-steps/progress-step/progress-step.d.ts +3 -3
  696. package/lib/components/progress-steps/progress-steps.d.ts +6 -6
  697. package/lib/components/radio-button/index.d.ts +1 -1
  698. package/lib/components/radio-button/interfaces.d.ts +31 -31
  699. package/lib/components/radio-button/radio-button.d.ts +3 -2
  700. package/lib/components/ratings/five-stars-rating/assets/index.d.ts +1 -1
  701. package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +3 -2
  702. package/lib/components/ratings/five-stars-rating/index.d.ts +3 -3
  703. package/lib/components/ratings/five-stars-rating/interfaces.d.ts +15 -15
  704. package/lib/components/ribbons/progress-ribbon/index.d.ts +1 -1
  705. package/lib/components/ribbons/progress-ribbon/interfaces.d.ts +34 -34
  706. package/lib/components/ribbons/progress-ribbon/progress-ribbon.d.ts +3 -3
  707. package/lib/components/selectors/combined-secondary-custom-selector/combined-secondary-custom-selector.d.ts +3 -3
  708. package/lib/components/selectors/combined-secondary-custom-selector/index.d.ts +1 -1
  709. package/lib/components/selectors/combined-secondary-custom-selector/interfaces.d.ts +3 -3
  710. package/lib/components/selectors/combined-secondary-selector-v2/combined-secondary-selector-v2.d.ts +3 -3
  711. package/lib/components/selectors/combined-secondary-selector-v2/index.d.ts +1 -1
  712. package/lib/components/selectors/combined-secondary-selector-v2/interfaces.d.ts +5 -5
  713. package/lib/components/selectors/compact-primary-selector/compact-primary-selector.d.ts +3 -2
  714. package/lib/components/selectors/compact-primary-selector/index.d.ts +2 -2
  715. package/lib/components/selectors/compact-primary-selector/interfaces.d.ts +2 -2
  716. package/lib/components/selectors/custom-scrollable-selector/custom-scrollable-selector.d.ts +3 -2
  717. package/lib/components/selectors/custom-scrollable-selector/index.d.ts +1 -1
  718. package/lib/components/selectors/custom-scrollable-selector/interfaces.d.ts +3 -3
  719. package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/custom-scrollable-options-box.d.ts +3 -2
  720. package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/index.d.ts +1 -1
  721. package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/interfaces.d.ts +3 -3
  722. package/lib/components/selectors/custom-selector/custom-selector.d.ts +3 -3
  723. package/lib/components/selectors/custom-selector/index.d.ts +1 -1
  724. package/lib/components/selectors/custom-selector/interfaces.d.ts +25 -25
  725. package/lib/components/selectors/custom-selector/partials/custom-option-box/custom-option-box.d.ts +3 -3
  726. package/lib/components/selectors/custom-selector/partials/custom-option-box/index.d.ts +1 -1
  727. package/lib/components/selectors/custom-selector/partials/custom-option-box/interfaces.d.ts +15 -15
  728. package/lib/components/selectors/index.d.ts +21 -21
  729. package/lib/components/selectors/primary-custom-scrollable-selector/index.d.ts +1 -1
  730. package/lib/components/selectors/primary-custom-scrollable-selector/interfaces.d.ts +5 -5
  731. package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/custom-scrollable-options-box.d.ts +3 -2
  732. package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/index.d.ts +1 -1
  733. package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/interfaces.d.ts +4 -4
  734. package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/index.d.ts +1 -1
  735. package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/interfaces.d.ts +5 -5
  736. package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/option-row.d.ts +3 -2
  737. package/lib/components/selectors/primary-custom-scrollable-selector/primary-custom-scrollable-selector.d.ts +3 -2
  738. package/lib/components/selectors/primary-selector/index.d.ts +2 -2
  739. package/lib/components/selectors/primary-selector/interfaces.d.ts +2 -2
  740. package/lib/components/selectors/primary-selector/primary-selector.d.ts +6 -5
  741. package/lib/components/selectors/primary-selector-v2/index.d.ts +1 -1
  742. package/lib/components/selectors/primary-selector-v2/interfaces.d.ts +2 -2
  743. package/lib/components/selectors/primary-selector-v2/primary-selector-v2.d.ts +3 -3
  744. package/lib/components/selectors/secondary-custom-selector/index.d.ts +1 -1
  745. package/lib/components/selectors/secondary-custom-selector/interfaces.d.ts +6 -6
  746. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/index.d.ts +1 -1
  747. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/interfaces.d.ts +5 -5
  748. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/secondary-custom-selector-option-row.d.ts +3 -3
  749. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/index.d.ts +1 -1
  750. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/interfaces.d.ts +5 -5
  751. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/secondary-custom-selector-options-box.d.ts +3 -2
  752. package/lib/components/selectors/secondary-custom-selector/secondary-custom-selector.d.ts +3 -2
  753. package/lib/components/selectors/secondary-selector/index.d.ts +2 -2
  754. package/lib/components/selectors/secondary-selector/interfaces.d.ts +12 -12
  755. package/lib/components/selectors/secondary-selector/secondary-selector.d.ts +6 -5
  756. package/lib/components/selectors/secondary-selector-v2/index.d.ts +1 -1
  757. package/lib/components/selectors/secondary-selector-v2/interfaces.d.ts +2 -2
  758. package/lib/components/selectors/secondary-selector-v2/secondary-selector-v2.d.ts +3 -3
  759. package/lib/components/selectors/selector/index.d.ts +2 -2
  760. package/lib/components/selectors/selector/interfaces.d.ts +98 -98
  761. package/lib/components/selectors/selector/selector.d.ts +4 -3
  762. package/lib/components/selectors/selector-v2/index.d.ts +2 -2
  763. package/lib/components/selectors/selector-v2/interfaces.d.ts +32 -32
  764. package/lib/components/selectors/selector-v2/partials/base-selector-v2/base-selector-v2.d.ts +3 -2
  765. package/lib/components/selectors/selector-v2/partials/base-selector-v2/index.d.ts +2 -2
  766. package/lib/components/selectors/selector-v2/partials/base-selector-v2/interfaces.d.ts +37 -37
  767. package/lib/components/selectors/selector-v2/selector-v2.d.ts +3 -2
  768. package/lib/components/selectors/tertiary-custom-selector/index.d.ts +1 -1
  769. package/lib/components/selectors/tertiary-custom-selector/interfaces.d.ts +3 -3
  770. package/lib/components/selectors/tertiary-custom-selector/tertiary-custom-selector.d.ts +3 -3
  771. package/lib/components/selectors/tertiary-selector/index.d.ts +1 -1
  772. package/lib/components/selectors/tertiary-selector/interfaces.d.ts +2 -2
  773. package/lib/components/selectors/tertiary-selector/tertiary-selector.d.ts +6 -5
  774. package/lib/components/selectors/tertiary-selector-v2/index.d.ts +1 -1
  775. package/lib/components/selectors/tertiary-selector-v2/interfaces.d.ts +3 -3
  776. package/lib/components/selectors/tertiary-selector-v2/tertiary-selector-v2.d.ts +3 -3
  777. package/lib/components/slider/index.d.ts +3 -3
  778. package/lib/components/slider/interfaces.d.ts +57 -57
  779. package/lib/components/slider/partials/step-circles/index.d.ts +1 -1
  780. package/lib/components/slider/partials/step-circles/interfaces.d.ts +14 -14
  781. package/lib/components/slider/partials/step-circles/step-circles.d.ts +3 -2
  782. package/lib/components/slider/slider.d.ts +3 -2
  783. package/lib/components/switches/carousel-switch/carousel-switch.d.ts +3 -3
  784. package/lib/components/switches/carousel-switch/index.d.ts +2 -2
  785. package/lib/components/switches/carousel-switch/interfaces.d.ts +24 -24
  786. package/lib/components/switches/text-switch/index.d.ts +3 -3
  787. package/lib/components/switches/text-switch/interfaces.d.ts +63 -63
  788. package/lib/components/switches/text-switch/text-switch.d.ts +3 -3
  789. package/lib/components/switches/toggle-switch/index.d.ts +1 -1
  790. package/lib/components/switches/toggle-switch/interfaces.d.ts +4 -4
  791. package/lib/components/switches/toggle-switch/toggle-switch.d.ts +3 -3
  792. package/lib/components/tabs/tab-bar/index.d.ts +1 -1
  793. package/lib/components/tabs/tab-bar/interfaces.d.ts +52 -52
  794. package/lib/components/tabs/tab-bar/partials/tab/index.d.ts +1 -1
  795. package/lib/components/tabs/tab-bar/partials/tab/interfaces.d.ts +75 -75
  796. package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +8 -7
  797. package/lib/components/tabs/tab-bar/tab-bar.d.ts +3 -2
  798. package/lib/components/tabs/tab-bar-v2/index.d.ts +1 -1
  799. package/lib/components/tabs/tab-bar-v2/interfaces.d.ts +51 -51
  800. package/lib/components/tabs/tab-bar-v2/partials/tab-v2/index.d.ts +1 -1
  801. package/lib/components/tabs/tab-bar-v2/partials/tab-v2/interfaces.d.ts +30 -30
  802. package/lib/components/tabs/tab-bar-v2/partials/tab-v2/tab-v2.d.ts +3 -3
  803. package/lib/components/tabs/tab-bar-v2/tab-bar-v2.d.ts +3 -3
  804. package/lib/components/tabs/tabbed-view/assets/index.d.ts +1 -1
  805. package/lib/components/tabs/tabbed-view/index.d.ts +1 -1
  806. package/lib/components/tabs/tabbed-view/interfaces.d.ts +37 -37
  807. package/lib/components/tabs/tabbed-view/tabbed-view.d.ts +3 -2
  808. package/lib/components/tabs/tabbed-view-v2/index.d.ts +1 -1
  809. package/lib/components/tabs/tabbed-view-v2/interfaces.d.ts +8 -8
  810. package/lib/components/tabs/tabbed-view-v2/tabbed-view-v2.d.ts +3 -3
  811. package/lib/components/tabs/tabs-menu/index.d.ts +1 -1
  812. package/lib/components/tabs/tabs-menu/interfaces.d.ts +61 -61
  813. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/index.d.ts +1 -1
  814. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/interfaces.d.ts +28 -28
  815. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/scrollable-tab-wrapper.d.ts +3 -3
  816. package/lib/components/tabs/tabs-menu/partials/tab/index.d.ts +3 -3
  817. package/lib/components/tabs/tabs-menu/partials/tab/interfaces.d.ts +40 -40
  818. package/lib/components/tabs/tabs-menu/partials/tab/tab.d.ts +6 -6
  819. package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +6 -5
  820. package/lib/components/text-boxes/divided-text-box/divided-text-box.d.ts +3 -3
  821. package/lib/components/text-boxes/divided-text-box/index.d.ts +1 -1
  822. package/lib/components/text-boxes/divided-text-box/interfaces.d.ts +22 -22
  823. package/lib/components/text-boxes/table-of-content/index.d.ts +1 -1
  824. package/lib/components/text-boxes/table-of-content/interfaces.d.ts +25 -25
  825. package/lib/components/text-boxes/table-of-content/table-of-content.d.ts +3 -3
  826. package/lib/components/texts/base-text/base-text.d.ts +3 -2
  827. package/lib/components/texts/base-text/index.d.ts +2 -2
  828. package/lib/components/texts/base-text/interfaces.d.ts +91 -91
  829. package/lib/components/texts/base-text-v2/base-text-v2.d.ts +3 -3
  830. package/lib/components/texts/base-text-v2/index.d.ts +2 -2
  831. package/lib/components/texts/base-text-v2/interfaces.d.ts +10 -10
  832. package/lib/components/texts/eighteen-bold/eighteen-bold.d.ts +3 -2
  833. package/lib/components/texts/eighteen-bold/index.d.ts +3 -3
  834. package/lib/components/texts/eighteen-bold/interfaces.d.ts +5 -5
  835. package/lib/components/texts/eighteen-regular/eighteen-regular.d.ts +3 -2
  836. package/lib/components/texts/eighteen-regular/index.d.ts +3 -3
  837. package/lib/components/texts/eighteen-regular/interfaces.d.ts +5 -5
  838. package/lib/components/texts/fifty-five-sb/fifty-five-sb.d.ts +3 -2
  839. package/lib/components/texts/fifty-five-sb/index.d.ts +3 -3
  840. package/lib/components/texts/fifty-five-sb/interfaces.d.ts +5 -5
  841. package/lib/components/texts/fourteen-regular/fourteen-regular.d.ts +3 -2
  842. package/lib/components/texts/fourteen-regular/index.d.ts +3 -3
  843. package/lib/components/texts/fourteen-regular/interfaces.d.ts +5 -5
  844. package/lib/components/texts/fourteen-sb/fourteen-sb.d.ts +3 -2
  845. package/lib/components/texts/fourteen-sb/index.d.ts +3 -3
  846. package/lib/components/texts/fourteen-sb/interfaces.d.ts +5 -5
  847. package/lib/components/texts/fourty-bold/fourty-bold.d.ts +3 -2
  848. package/lib/components/texts/fourty-bold/index.d.ts +3 -3
  849. package/lib/components/texts/fourty-bold/interfaces.d.ts +5 -5
  850. package/lib/components/texts/no-translate/index.d.ts +1 -1
  851. package/lib/components/texts/no-translate/no-translate.d.ts +3 -2
  852. package/lib/components/texts/responsive-text/index.d.ts +3 -3
  853. package/lib/components/texts/responsive-text/interfaces.d.ts +17 -17
  854. package/lib/components/texts/responsive-text/responsive-text.d.ts +8 -8
  855. package/lib/components/texts/responsive-text-v2/index.d.ts +2 -2
  856. package/lib/components/texts/responsive-text-v2/interfaces.d.ts +5 -5
  857. package/lib/components/texts/responsive-text-v2/responsive-text-v2.d.ts +3 -3
  858. package/lib/components/texts/sixteen-regular/index.d.ts +3 -3
  859. package/lib/components/texts/sixteen-regular/interfaces.d.ts +5 -5
  860. package/lib/components/texts/sixteen-regular/sixteen-regular.d.ts +3 -2
  861. package/lib/components/texts/sixteen-sb/index.d.ts +3 -3
  862. package/lib/components/texts/sixteen-sb/interfaces.d.ts +5 -5
  863. package/lib/components/texts/sixteen-sb/sixteen-sb.d.ts +3 -3
  864. package/lib/components/texts/ten-sb/index.d.ts +3 -3
  865. package/lib/components/texts/ten-sb/interfaces.d.ts +5 -5
  866. package/lib/components/texts/ten-sb/ten-sb.d.ts +3 -2
  867. package/lib/components/texts/thirteen-bold/index.d.ts +3 -3
  868. package/lib/components/texts/thirteen-bold/interfaces.d.ts +5 -5
  869. package/lib/components/texts/thirteen-bold/thirteen-bold.d.ts +3 -2
  870. package/lib/components/texts/thirteen-regular/index.d.ts +3 -3
  871. package/lib/components/texts/thirteen-regular/interfaces.d.ts +5 -5
  872. package/lib/components/texts/thirteen-regular/thirteen-regular.d.ts +3 -2
  873. package/lib/components/texts/thirteen-sb/index.d.ts +3 -3
  874. package/lib/components/texts/thirteen-sb/interfaces.d.ts +5 -5
  875. package/lib/components/texts/thirteen-sb/thirteen-sb.d.ts +3 -2
  876. package/lib/components/texts/thirty-two-bold/index.d.ts +3 -3
  877. package/lib/components/texts/thirty-two-bold/interfaces.d.ts +5 -5
  878. package/lib/components/texts/thirty-two-bold/thirty-two-bold.d.ts +3 -2
  879. package/lib/components/texts/thirty-two-regular/index.d.ts +3 -3
  880. package/lib/components/texts/thirty-two-regular/interfaces.d.ts +5 -5
  881. package/lib/components/texts/thirty-two-regular/thirty-two-regular.d.ts +3 -2
  882. package/lib/components/texts/twelve-regular/index.d.ts +3 -3
  883. package/lib/components/texts/twelve-regular/interfaces.d.ts +5 -5
  884. package/lib/components/texts/twelve-regular/twelve-regular.d.ts +3 -2
  885. package/lib/components/texts/twelve-sb/index.d.ts +3 -3
  886. package/lib/components/texts/twelve-sb/interfaces.d.ts +5 -5
  887. package/lib/components/texts/twelve-sb/twelve-sb.d.ts +3 -2
  888. package/lib/components/texts/twenty-four-bold/index.d.ts +3 -3
  889. package/lib/components/texts/twenty-four-bold/interfaces.d.ts +5 -5
  890. package/lib/components/texts/twenty-four-bold/twenty-four-bold.d.ts +3 -2
  891. package/lib/components/texts/twenty-four-regular/index.d.ts +3 -3
  892. package/lib/components/texts/twenty-four-regular/interfaces.d.ts +5 -5
  893. package/lib/components/texts/twenty-four-regular/twenty-four-regular.d.ts +3 -2
  894. package/lib/components/tooltips/actions-tooltip/actions-tooltip.d.ts +3 -3
  895. package/lib/components/tooltips/actions-tooltip/index.d.ts +1 -1
  896. package/lib/components/tooltips/actions-tooltip/interfaces.d.ts +10 -10
  897. package/lib/components/tooltips/actions-tooltip/partials/action-box/action-box.d.ts +3 -3
  898. package/lib/components/tooltips/actions-tooltip/partials/action-box/index.d.ts +1 -1
  899. package/lib/components/tooltips/actions-tooltip/partials/action-box/interfaces.d.ts +5 -5
  900. package/lib/components/tooltips/base-info-tooltip/assets/index.d.ts +1 -1
  901. package/lib/components/tooltips/base-info-tooltip/base-info-tooltip.d.ts +6 -6
  902. package/lib/components/tooltips/base-info-tooltip/index.d.ts +3 -3
  903. package/lib/components/tooltips/base-info-tooltip/interfaces.d.ts +16 -16
  904. package/lib/components/tooltips/base-tooltip/base-tooltip.d.ts +6 -6
  905. package/lib/components/tooltips/base-tooltip/index.d.ts +3 -3
  906. package/lib/components/tooltips/base-tooltip/interfaces.d.ts +35 -35
  907. package/lib/components/tooltips/primary-info-tooltip/index.d.ts +1 -1
  908. package/lib/components/tooltips/primary-info-tooltip/interfaces.d.ts +13 -13
  909. package/lib/components/tooltips/primary-info-tooltip/primary-info-tooltip.d.ts +6 -6
  910. package/lib/components/tooltips/radio-info-button-tooltip/index.d.ts +1 -1
  911. package/lib/components/tooltips/radio-info-button-tooltip/interfaces.d.ts +31 -31
  912. package/lib/components/tooltips/radio-info-button-tooltip/radio-info-button-tooltip.d.ts +3 -3
  913. package/lib/components/tooltips/react-element-tooltip/index.d.ts +1 -1
  914. package/lib/components/tooltips/react-element-tooltip/interfaces.d.ts +17 -17
  915. package/lib/components/tooltips/react-element-tooltip/react-element-tooltip.d.ts +7 -7
  916. package/lib/components/tooltips/star-tooltip/index.d.ts +1 -1
  917. package/lib/components/tooltips/star-tooltip/interfaces.d.ts +23 -23
  918. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/index.d.ts +1 -1
  919. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/interfaces.d.ts +6 -6
  920. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/tooltip-text-modal.d.ts +3 -3
  921. package/lib/components/tooltips/star-tooltip/star-tooltip.d.ts +3 -3
  922. package/lib/components/tooltips/tooltip-with-pointer/index.d.ts +1 -1
  923. package/lib/components/tooltips/tooltip-with-pointer/interfaces.d.ts +15 -15
  924. package/lib/components/tooltips/tooltip-with-pointer/tooltip-with-pointer.d.ts +3 -3
  925. package/lib/components/utils/anchor/anchor.d.ts +7 -7
  926. package/lib/components/utils/anchor/index.d.ts +1 -1
  927. package/lib/components/utils/anchor/interfaces.d.ts +38 -38
  928. package/lib/components/utils/anchor/refs-manager.d.ts +35 -35
  929. package/lib/components/utils/page-tracker/index.d.ts +3 -3
  930. package/lib/components/utils/page-tracker/interfaces.d.ts +7 -7
  931. package/lib/components/utils/page-tracker/page-tracker.d.ts +2 -2
  932. package/lib/components/utils/scroll-to-top/index.d.ts +1 -1
  933. package/lib/components/utils/scroll-to-top/interfaces.d.ts +7 -7
  934. package/lib/components/utils/scroll-to-top/scroll-to-top.d.ts +3 -2
  935. package/lib/components/utils/scroll-to-top-on-mount/index.d.ts +1 -1
  936. package/lib/components/utils/scroll-to-top-on-mount/scroll-to-top-on-mount.d.ts +2 -1
  937. package/lib/components/wrapper/functions.d.ts +9 -9
  938. package/lib/components/wrapper/index.d.ts +2 -2
  939. package/lib/components/wrapper/interfaces.d.ts +17 -17
  940. package/lib/components/wrapper/wrapper.d.ts +6 -6
  941. package/lib/core/custom-hooks.d.ts +83 -83
  942. package/lib/core/routes.d.ts +4 -0
  943. package/lib/core/theme.d.ts +716 -716
  944. package/lib/index.d.ts +143 -143
  945. package/lib/index.js +1 -1
  946. package/lib/interfaces.d.ts +30 -30
  947. package/lib/setupTests.d.ts +1 -1
  948. package/package.json +2 -2
@@ -1,61 +1,61 @@
1
- import { History } from "history";
2
- import { TabProps } from "./partials/tab";
3
- declare type CommonTabProps = Pick<TabProps, "Icon" | "iconHeight" | "title" | "hash">;
4
- export interface TabObject extends CommonTabProps {
5
- /**
6
- * A flag to decide if a divider should be displayed after the tab.
7
- */
8
- divider: boolean;
9
- }
10
- /**
11
- * Props for TabsMenu
12
- */
13
- export interface TabsMenuProps {
14
- /**
15
- * List of tabs' details.
16
- */
17
- tabs: Array<TabObject>;
18
- /**
19
- * Active tab color
20
- */
21
- activeColor?: string;
22
- /**
23
- * Gap between the tabs
24
- */
25
- gap?: string[];
26
- /**
27
- * Callback to call when a tab is selected.
28
- */
29
- onTabSelect?: (hash: string) => void;
30
- /**
31
- * Should hash be updated upon click for scrolling.
32
- */
33
- enableScroll?: boolean;
34
- /**
35
- * Tabs menu should not be sticky
36
- */
37
- sticky?: boolean;
38
- /**
39
- * `top` prop to adjust position of TabsMenu if its sticky
40
- */
41
- top?: Array<string>;
42
- /**
43
- * Hash for one of the passed tabs. This value is used to select
44
- * any tab from parent component.
45
- */
46
- selectedTab?: string;
47
- /**
48
- * Should allow changing default tab. If set to False, tabs won't change unless changed from parent.
49
- * This property is useful when defaultTab is present. So that parent can change tabs.
50
- */
51
- allowChangingTabs?: boolean;
52
- /**
53
- * Auto scroll the tab to left when selected. Useful in mobile screens.
54
- */
55
- autoScrollTabs?: boolean;
56
- /**
57
- * History object for react-router based navigation.
58
- */
59
- history?: History;
60
- }
61
- export {};
1
+ import { History } from "history";
2
+ import { TabProps } from "./partials/tab";
3
+ declare type CommonTabProps = Pick<TabProps, "Icon" | "iconHeight" | "title" | "hash">;
4
+ export interface TabObject extends CommonTabProps {
5
+ /**
6
+ * A flag to decide if a divider should be displayed after the tab.
7
+ */
8
+ divider: boolean;
9
+ }
10
+ /**
11
+ * Props for TabsMenu
12
+ */
13
+ export interface TabsMenuProps {
14
+ /**
15
+ * List of tabs' details.
16
+ */
17
+ tabs: Array<TabObject>;
18
+ /**
19
+ * Active tab color
20
+ */
21
+ activeColor?: string;
22
+ /**
23
+ * Gap between the tabs
24
+ */
25
+ gap?: string[];
26
+ /**
27
+ * Callback to call when a tab is selected.
28
+ */
29
+ onTabSelect?: (hash: string) => void;
30
+ /**
31
+ * Should hash be updated upon click for scrolling.
32
+ */
33
+ enableScroll?: boolean;
34
+ /**
35
+ * Tabs menu should not be sticky
36
+ */
37
+ sticky?: boolean;
38
+ /**
39
+ * `top` prop to adjust position of TabsMenu if its sticky
40
+ */
41
+ top?: Array<string>;
42
+ /**
43
+ * Hash for one of the passed tabs. This value is used to select
44
+ * any tab from parent component.
45
+ */
46
+ selectedTab?: string;
47
+ /**
48
+ * Should allow changing default tab. If set to False, tabs won't change unless changed from parent.
49
+ * This property is useful when defaultTab is present. So that parent can change tabs.
50
+ */
51
+ allowChangingTabs?: boolean;
52
+ /**
53
+ * Auto scroll the tab to left when selected. Useful in mobile screens.
54
+ */
55
+ autoScrollTabs?: boolean;
56
+ /**
57
+ * History object for react-router based navigation.
58
+ */
59
+ history?: History;
60
+ }
61
+ export {};
@@ -1 +1 @@
1
- export { ScrollableTabWrapper } from "./scrollable-tab-wrapper";
1
+ export { ScrollableTabWrapper } from "./scrollable-tab-wrapper";
@@ -1,28 +1,28 @@
1
- import { RefObject } from "react";
2
- /**
3
- * Interface for scrollable tab wrapper props
4
- */
5
- export interface ScrollableTabWrapperProps {
6
- /**
7
- * Hash of the tab
8
- */
9
- hash: string;
10
- /**
11
- * Currently selected tab
12
- */
13
- selectedTab: string;
14
- /**
15
- * Flag to decide if the tab should be auto scrolled to the left.
16
- *
17
- * This component does nothing if this flag is set to false
18
- */
19
- autoScrollTabs: boolean;
20
- /**
21
- * Callback to call when current component is selected.
22
- */
23
- scrollTabOnSelect: (ref: RefObject<HTMLDivElement>) => void;
24
- /**
25
- * Child components for the tab wrapper
26
- */
27
- children: React.ReactNode;
28
- }
1
+ import { RefObject } from "react";
2
+ /**
3
+ * Interface for scrollable tab wrapper props
4
+ */
5
+ export interface ScrollableTabWrapperProps {
6
+ /**
7
+ * Hash of the tab
8
+ */
9
+ hash: string;
10
+ /**
11
+ * Currently selected tab
12
+ */
13
+ selectedTab: string;
14
+ /**
15
+ * Flag to decide if the tab should be auto scrolled to the left.
16
+ *
17
+ * This component does nothing if this flag is set to false
18
+ */
19
+ autoScrollTabs: boolean;
20
+ /**
21
+ * Callback to call when current component is selected.
22
+ */
23
+ scrollTabOnSelect: (ref: RefObject<HTMLDivElement>) => void;
24
+ /**
25
+ * Child components for the tab wrapper
26
+ */
27
+ children: React.ReactNode;
28
+ }
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { ScrollableTabWrapperProps as Props } from "./interfaces";
3
- export declare const ScrollableTabWrapper: React.FC<Props>;
1
+ import React from "react";
2
+ import { ScrollableTabWrapperProps as Props } from "./interfaces";
3
+ export declare const ScrollableTabWrapper: React.FC<Props>;
@@ -1,3 +1,3 @@
1
- import { TabProps as Props } from "./interfaces";
2
- export { Tab } from "./tab";
3
- export declare type TabProps = Props;
1
+ import { TabProps as Props } from "./interfaces";
2
+ export { Tab } from "./tab";
3
+ export declare type TabProps = Props;
@@ -1,40 +1,40 @@
1
- import { FC, SVGProps } from "react";
2
- import { History } from "history";
3
- export interface TabProps {
4
- /**
5
- * the tab's icon
6
- */
7
- Icon: FC<SVGProps<SVGSVGElement>>;
8
- /**
9
- * the height of the icon
10
- */
11
- iconHeight: number;
12
- /**
13
- * the tab's title
14
- */
15
- title: string;
16
- /**
17
- * is this the currently active tab
18
- */
19
- isActive: boolean;
20
- /**
21
- * Color of the tab if its active
22
- */
23
- activeColor: string;
24
- /**
25
- * Hash of the the tab.
26
- */
27
- hash: string;
28
- /**
29
- * Callback to call when a tab is selected
30
- */
31
- onTabSelect: (tab: string) => void;
32
- /**
33
- * Should hash be updated upon click for scrolling.
34
- */
35
- enableScroll: boolean;
36
- /**
37
- * History object for react-router based navigation.
38
- */
39
- history?: History;
40
- }
1
+ import { FC, SVGProps } from "react";
2
+ import { History } from "history";
3
+ export interface TabProps {
4
+ /**
5
+ * the tab's icon
6
+ */
7
+ Icon: FC<SVGProps<SVGSVGElement>>;
8
+ /**
9
+ * the height of the icon
10
+ */
11
+ iconHeight: number;
12
+ /**
13
+ * the tab's title
14
+ */
15
+ title: string;
16
+ /**
17
+ * is this the currently active tab
18
+ */
19
+ isActive: boolean;
20
+ /**
21
+ * Color of the tab if its active
22
+ */
23
+ activeColor: string;
24
+ /**
25
+ * Hash of the the tab.
26
+ */
27
+ hash: string;
28
+ /**
29
+ * Callback to call when a tab is selected
30
+ */
31
+ onTabSelect: (tab: string) => void;
32
+ /**
33
+ * Should hash be updated upon click for scrolling.
34
+ */
35
+ enableScroll: boolean;
36
+ /**
37
+ * History object for react-router based navigation.
38
+ */
39
+ history?: History;
40
+ }
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { TabProps } from "./interfaces";
3
- /**
4
- * Tab component to render a single tab button.
5
- */
6
- export declare const Tab: React.FC<TabProps>;
1
+ import React from "react";
2
+ import { TabProps } from "./interfaces";
3
+ /**
4
+ * Tab component to render a single tab button.
5
+ */
6
+ export declare const Tab: React.FC<TabProps>;
@@ -1,5 +1,6 @@
1
- import { TabsMenuProps } from "./interfaces";
2
- /**
3
- * TabsMenu component.
4
- */
5
- export declare function TabsMenu(props: TabsMenuProps): JSX.Element;
1
+ /// <reference types="react" />
2
+ import { TabsMenuProps } from "./interfaces";
3
+ /**
4
+ * TabsMenu component.
5
+ */
6
+ export declare function TabsMenu(props: TabsMenuProps): JSX.Element;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { DividedTextBoxProps } from "./interfaces";
3
- export declare const DividedTextBox: React.FunctionComponent<DividedTextBoxProps>;
1
+ import React from "react";
2
+ import { DividedTextBoxProps } from "./interfaces";
3
+ export declare const DividedTextBox: React.FunctionComponent<DividedTextBoxProps>;
@@ -1 +1 @@
1
- export { DividedTextBox } from "./divided-text-box";
1
+ export { DividedTextBox } from "./divided-text-box";
@@ -1,22 +1,22 @@
1
- import { BaseComponentProps } from "../../interfaces";
2
- /**
3
- * Text Box props.
4
- */
5
- export interface DividedTextBoxProps extends BaseComponentProps {
6
- /**
7
- * Main text to be displayed
8
- */
9
- mainText: string;
10
- /**
11
- * Sub-text to be displayed
12
- */
13
- subText: string;
14
- /**
15
- * Color of the divider at the start
16
- */
17
- dividerColor: string;
18
- /**
19
- * Height of the box
20
- */
21
- height?: string[];
22
- }
1
+ import { BaseComponentProps } from "../../interfaces";
2
+ /**
3
+ * Text Box props.
4
+ */
5
+ export interface DividedTextBoxProps extends BaseComponentProps {
6
+ /**
7
+ * Main text to be displayed
8
+ */
9
+ mainText: string;
10
+ /**
11
+ * Sub-text to be displayed
12
+ */
13
+ subText: string;
14
+ /**
15
+ * Color of the divider at the start
16
+ */
17
+ dividerColor: string;
18
+ /**
19
+ * Height of the box
20
+ */
21
+ height?: string[];
22
+ }
@@ -1 +1 @@
1
- export { TableOfContent } from "./table-of-content";
1
+ export { TableOfContent } from "./table-of-content";
@@ -1,25 +1,25 @@
1
- import { BaseComponentProps } from "../../interfaces";
2
- declare type linkObject = {
3
- text: string;
4
- link?: string;
5
- target?: string;
6
- translate?: boolean;
7
- };
8
- /**
9
- * Text Box props.
10
- */
11
- export interface TableOfContentProps extends BaseComponentProps {
12
- /**
13
- * Title of the table-of-content.
14
- */
15
- title: string;
16
- /**
17
- * Text items to be listed.
18
- */
19
- textItems: linkObject[];
20
- /**
21
- * Should the title of table be responsive.
22
- */
23
- isTitleResponsive?: boolean;
24
- }
25
- export {};
1
+ import { BaseComponentProps } from "../../interfaces";
2
+ declare type linkObject = {
3
+ text: string;
4
+ link?: string;
5
+ target?: string;
6
+ translate?: boolean;
7
+ };
8
+ /**
9
+ * Text Box props.
10
+ */
11
+ export interface TableOfContentProps extends BaseComponentProps {
12
+ /**
13
+ * Title of the table-of-content.
14
+ */
15
+ title: string;
16
+ /**
17
+ * Text items to be listed.
18
+ */
19
+ textItems: linkObject[];
20
+ /**
21
+ * Should the title of table be responsive.
22
+ */
23
+ isTitleResponsive?: boolean;
24
+ }
25
+ export {};
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { TableOfContentProps } from "./interfaces";
3
- export declare const TableOfContent: React.FC<TableOfContentProps>;
1
+ import React from "react";
2
+ import { TableOfContentProps } from "./interfaces";
3
+ export declare const TableOfContent: React.FC<TableOfContentProps>;
@@ -1,2 +1,3 @@
1
- import { BaseTextProps } from "./interfaces";
2
- export declare const BaseText: (props: BaseTextProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { BaseTextProps } from "./interfaces";
3
+ export declare const BaseText: (props: BaseTextProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- export { BaseText } from "./base-text";
2
- export type { BaseTextProps } from "./interfaces";
1
+ export { BaseText } from "./base-text";
2
+ export type { BaseTextProps } from "./interfaces";
@@ -1,91 +1,91 @@
1
- /// <reference types="react" />
2
- import { BaseComponentProps } from "../../interfaces";
3
- declare type TextDecoration = "line-through" | "underline" | "underline white" | "none";
4
- /**
5
- * Defines the TextTenRegular component's properties.
6
- */
7
- interface CommonBaseTextProps extends Pick<BaseComponentProps, "m" | "mt" | "mr" | "mb" | "ml"> {
8
- /**
9
- * The text itself
10
- */
11
- children?: React.ReactNode;
12
- /**
13
- * The width of the text component
14
- */
15
- width?: string | string[];
16
- /**
17
- * The height of the text component
18
- */
19
- height?: string | string[];
20
- /**
21
- * The color of the text
22
- */
23
- color?: string | string[];
24
- /**
25
- * The display of the text
26
- */
27
- display?: string | string[];
28
- /**
29
- * The cursor when hovering over the text
30
- */
31
- cursor?: string;
32
- /**
33
- * Possible text alignment property
34
- */
35
- textAlign?: "left" | "right" | "center" | "justify" | "initial" | "inherit";
36
- /**
37
- * Possible text decoration
38
- */
39
- textDecoration?: TextDecoration;
40
- /**
41
- * Possible text transform
42
- */
43
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
44
- /**
45
- * Possible letter spacing
46
- */
47
- letterSpacing?: string | string[];
48
- /**
49
- * Possible line height adjustments
50
- */
51
- lineHeight?: string | string[];
52
- /**
53
- * Possible bg color for the text
54
- */
55
- backgroundColor?: string;
56
- /**
57
- * Possible text decoration to apply on hover
58
- */
59
- hoverTextDecoration?: TextDecoration;
60
- /**
61
- * Possible weight change to apply on hover
62
- */
63
- hoverFontWeight?: string;
64
- /**
65
- * Possible onClick callback
66
- */
67
- onClick?: () => void;
68
- }
69
- declare type FontProperties = {
70
- withFontProperties: true;
71
- /**
72
- * font-family property of text.
73
- */
74
- fontFamily: string | string[];
75
- /**
76
- * font-size property of text.
77
- */
78
- fontSize: string | string[];
79
- /**
80
- * font-weight property of text.
81
- */
82
- fontWeight: number | number[];
83
- };
84
- interface Variant {
85
- withFontProperties?: false;
86
- variant: BaseComponentProps["variant"];
87
- }
88
- export declare type BaseTextProps = CommonBaseTextProps & (FontProperties | Variant) & {
89
- dontTranslate?: boolean;
90
- };
91
- export {};
1
+ /// <reference types="react" />
2
+ import { BaseComponentProps } from "../../interfaces";
3
+ declare type TextDecoration = "line-through" | "underline" | "underline white" | "none";
4
+ /**
5
+ * Defines the TextTenRegular component's properties.
6
+ */
7
+ interface CommonBaseTextProps extends Pick<BaseComponentProps, "m" | "mt" | "mr" | "mb" | "ml"> {
8
+ /**
9
+ * The text itself
10
+ */
11
+ children?: React.ReactNode;
12
+ /**
13
+ * The width of the text component
14
+ */
15
+ width?: string | string[];
16
+ /**
17
+ * The height of the text component
18
+ */
19
+ height?: string | string[];
20
+ /**
21
+ * The color of the text
22
+ */
23
+ color?: string | string[];
24
+ /**
25
+ * The display of the text
26
+ */
27
+ display?: string | string[];
28
+ /**
29
+ * The cursor when hovering over the text
30
+ */
31
+ cursor?: string;
32
+ /**
33
+ * Possible text alignment property
34
+ */
35
+ textAlign?: "left" | "right" | "center" | "justify" | "initial" | "inherit";
36
+ /**
37
+ * Possible text decoration
38
+ */
39
+ textDecoration?: TextDecoration;
40
+ /**
41
+ * Possible text transform
42
+ */
43
+ textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
44
+ /**
45
+ * Possible letter spacing
46
+ */
47
+ letterSpacing?: string | string[];
48
+ /**
49
+ * Possible line height adjustments
50
+ */
51
+ lineHeight?: string | string[];
52
+ /**
53
+ * Possible bg color for the text
54
+ */
55
+ backgroundColor?: string;
56
+ /**
57
+ * Possible text decoration to apply on hover
58
+ */
59
+ hoverTextDecoration?: TextDecoration;
60
+ /**
61
+ * Possible weight change to apply on hover
62
+ */
63
+ hoverFontWeight?: string;
64
+ /**
65
+ * Possible onClick callback
66
+ */
67
+ onClick?: () => void;
68
+ }
69
+ declare type FontProperties = {
70
+ withFontProperties: true;
71
+ /**
72
+ * font-family property of text.
73
+ */
74
+ fontFamily: string | string[];
75
+ /**
76
+ * font-size property of text.
77
+ */
78
+ fontSize: string | string[];
79
+ /**
80
+ * font-weight property of text.
81
+ */
82
+ fontWeight: number | number[];
83
+ };
84
+ interface Variant {
85
+ withFontProperties?: false;
86
+ variant: BaseComponentProps["variant"];
87
+ }
88
+ export declare type BaseTextProps = CommonBaseTextProps & (FontProperties | Variant) & {
89
+ dontTranslate?: boolean;
90
+ };
91
+ export {};
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- import { BaseTextV2Props as Props } from "./interfaces";
3
- export declare const BaseTextV2: React.FC<Props>;
1
+ import React from "react";
2
+ import { BaseTextV2Props as Props } from "./interfaces";
3
+ export declare const BaseTextV2: React.FC<Props>;
@@ -1,2 +1,2 @@
1
- export { BaseTextV2 } from "./base-text-v2";
2
- export type { BaseTextV2Props } from "./interfaces";
1
+ export { BaseTextV2 } from "./base-text-v2";
2
+ export type { BaseTextV2Props } from "./interfaces";
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
2
- import { TextProps } from "rebass";
3
- export interface BaseTextV2Props extends Omit<TextProps, "color"> {
4
- color?: string | string[];
5
- textTransform?: React.CSSProperties["textTransform"];
6
- /**
7
- * Whether to apply "no-translate" class to text block.
8
- */
9
- dontTranslate?: boolean;
10
- }
1
+ /// <reference types="react" />
2
+ import { TextProps } from "rebass";
3
+ export interface BaseTextV2Props extends Omit<TextProps, "color"> {
4
+ color?: string | string[];
5
+ textTransform?: React.CSSProperties["textTransform"];
6
+ /**
7
+ * Whether to apply "no-translate" class to text block.
8
+ */
9
+ dontTranslate?: boolean;
10
+ }