@selfdecode/sd-component-library 2.43.9 → 2.43.10

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 (772) 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 +92 -92
  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 +2 -3
  17. package/lib/components/badges/badge/badge.d.ts +6 -6
  18. package/lib/components/badges/badge/index.d.ts +3 -3
  19. package/lib/components/badges/badge/interfaces.d.ts +12 -12
  20. package/lib/components/badges/primary-badge/index.d.ts +3 -3
  21. package/lib/components/badges/primary-badge/interfaces.d.ts +2 -2
  22. package/lib/components/badges/primary-badge/primary-badge.d.ts +6 -6
  23. package/lib/components/badges/secondary-badge/index.d.ts +3 -3
  24. package/lib/components/badges/secondary-badge/interfaces.d.ts +2 -2
  25. package/lib/components/badges/secondary-badge/secondary-badge.d.ts +6 -6
  26. package/lib/components/badges/tertiary-badge/index.d.ts +3 -3
  27. package/lib/components/badges/tertiary-badge/interfaces.d.ts +2 -2
  28. package/lib/components/badges/tertiary-badge/tertiary-badge.d.ts +6 -6
  29. package/lib/components/bicolor-badge/bicolor-badge.d.ts +3 -3
  30. package/lib/components/bicolor-badge/index.d.ts +3 -3
  31. package/lib/components/bicolor-badge/interfaces.d.ts +26 -27
  32. package/lib/components/boolean-feedback/base-boolean-feedback/base-boolean-feedback.d.ts +6 -6
  33. package/lib/components/boolean-feedback/base-boolean-feedback/index.d.ts +3 -3
  34. package/lib/components/boolean-feedback/base-boolean-feedback/interfaces.d.ts +28 -28
  35. package/lib/components/boolean-feedback/thumbs-feedback/assets/index.d.ts +2 -2
  36. package/lib/components/boolean-feedback/thumbs-feedback/index.d.ts +1 -1
  37. package/lib/components/boolean-feedback/thumbs-feedback/interfaces.d.ts +2 -2
  38. package/lib/components/boolean-feedback/thumbs-feedback/thumbs-feedback.d.ts +6 -6
  39. package/lib/components/boolean-feedback/yes-no-feedback/index.d.ts +1 -1
  40. package/lib/components/boolean-feedback/yes-no-feedback/interfaces.d.ts +2 -2
  41. package/lib/components/boolean-feedback/yes-no-feedback/yes-no-feedback.d.ts +6 -6
  42. package/lib/components/boxes/desktop-hidden-box/desktop-hidden-box.d.ts +7 -7
  43. package/lib/components/boxes/desktop-hidden-box/index.d.ts +1 -1
  44. package/lib/components/boxes/desktop-hidden-box/interfaces.d.ts +11 -11
  45. package/lib/components/boxes/mobile-hidden-box/index.d.ts +1 -1
  46. package/lib/components/boxes/mobile-hidden-box/interfaces.d.ts +11 -11
  47. package/lib/components/boxes/mobile-hidden-box/mobile-hidden-box.d.ts +7 -7
  48. package/lib/components/boxes/no-translate-box/index.d.ts +1 -1
  49. package/lib/components/boxes/no-translate-box/interfaces.d.ts +5 -5
  50. package/lib/components/boxes/no-translate-box/no-translate-box.d.ts +3 -3
  51. package/lib/components/boxes/outside-click-box/index.d.ts +1 -1
  52. package/lib/components/boxes/outside-click-box/interfaces.d.ts +11 -11
  53. package/lib/components/boxes/outside-click-box/outside-click-box.d.ts +3 -3
  54. package/lib/components/boxes/scroll-on-hover-box/index.d.ts +1 -1
  55. package/lib/components/boxes/scroll-on-hover-box/interfaces.d.ts +16 -16
  56. package/lib/components/boxes/scroll-on-hover-box/scroll-on-hover-box.d.ts +3 -3
  57. package/lib/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -3
  58. package/lib/components/breadcrumbs/breadcrumb/crumb/crumb.d.ts +3 -3
  59. package/lib/components/breadcrumbs/breadcrumb/crumb/index.d.ts +3 -3
  60. package/lib/components/breadcrumbs/breadcrumb/crumb/interfaces.d.ts +30 -30
  61. package/lib/components/breadcrumbs/breadcrumb/functions.d.ts +4 -4
  62. package/lib/components/breadcrumbs/breadcrumb/index.d.ts +3 -3
  63. package/lib/components/breadcrumbs/breadcrumb/interfaces.d.ts +16 -16
  64. package/lib/components/breadcrumbs/primary-breadcrumb/index.d.ts +3 -3
  65. package/lib/components/breadcrumbs/primary-breadcrumb/interfaces.d.ts +2 -2
  66. package/lib/components/breadcrumbs/primary-breadcrumb/primary-breadcrumb.d.ts +3 -3
  67. package/lib/components/buttons/button/button.d.ts +6 -6
  68. package/lib/components/buttons/button/index.d.ts +2 -2
  69. package/lib/components/buttons/button/interfaces.d.ts +165 -163
  70. package/lib/components/buttons/cta/cta-button/cta-button.d.ts +6 -6
  71. package/lib/components/buttons/cta/cta-button/index.d.ts +2 -2
  72. package/lib/components/buttons/cta/cta-button/interfaces.d.ts +5 -5
  73. package/lib/components/buttons/cta/next-button/assets/index.d.ts +1 -1
  74. package/lib/components/buttons/cta/next-button/index.d.ts +3 -3
  75. package/lib/components/buttons/cta/next-button/interfaces.d.ts +11 -11
  76. package/lib/components/buttons/cta/next-button/next-button.d.ts +6 -6
  77. package/lib/components/buttons/cta/primary-blue-button/index.d.ts +3 -3
  78. package/lib/components/buttons/cta/primary-blue-button/interfaces.d.ts +2 -2
  79. package/lib/components/buttons/cta/primary-blue-button/primary-blue-button.d.ts +6 -6
  80. package/lib/components/buttons/cta/primary-orange-button/index.d.ts +3 -3
  81. package/lib/components/buttons/cta/primary-orange-button/interfaces.d.ts +2 -2
  82. package/lib/components/buttons/cta/primary-orange-button/primary-orange-button.d.ts +6 -6
  83. package/lib/components/buttons/cta/primary-text-button/index.d.ts +3 -3
  84. package/lib/components/buttons/cta/primary-text-button/interfaces.d.ts +2 -2
  85. package/lib/components/buttons/cta/primary-text-button/primary-text-button.d.ts +6 -6
  86. package/lib/components/buttons/cta/secondary-blue-button/index.d.ts +3 -3
  87. package/lib/components/buttons/cta/secondary-blue-button/interfaces.d.ts +2 -2
  88. package/lib/components/buttons/cta/secondary-blue-button/secondary-blue-button.d.ts +6 -6
  89. package/lib/components/buttons/cta/secondary-orange-button/index.d.ts +3 -3
  90. package/lib/components/buttons/cta/secondary-orange-button/interfaces.d.ts +2 -2
  91. package/lib/components/buttons/cta/secondary-orange-button/secondary-orange-button.d.ts +6 -6
  92. package/lib/components/buttons/cta/share-button/assets/index.d.ts +1 -1
  93. package/lib/components/buttons/cta/share-button/index.d.ts +3 -3
  94. package/lib/components/buttons/cta/share-button/interfaces.d.ts +23 -23
  95. package/lib/components/buttons/cta/share-button/share-button.d.ts +6 -6
  96. package/lib/components/buttons/cta/text-cta-button/index.d.ts +3 -3
  97. package/lib/components/buttons/cta/text-cta-button/interfaces.d.ts +2 -2
  98. package/lib/components/buttons/cta/text-cta-button/text-cta-button.d.ts +6 -6
  99. package/lib/components/buttons/logos/logo/index.d.ts +2 -2
  100. package/lib/components/buttons/logos/logo/interfaces.d.ts +5 -5
  101. package/lib/components/buttons/logos/logo/logo.d.ts +6 -6
  102. package/lib/components/buttons/logos/navbar-logo/assets/index.d.ts +1 -1
  103. package/lib/components/buttons/logos/navbar-logo/index.d.ts +1 -1
  104. package/lib/components/buttons/logos/navbar-logo/interfaces.d.ts +2 -2
  105. package/lib/components/buttons/logos/navbar-logo/navbar-logo.d.ts +6 -6
  106. package/lib/components/buttons/logos/powered-by-grey-logo/assets/index.d.ts +1 -1
  107. package/lib/components/buttons/logos/powered-by-grey-logo/index.d.ts +3 -3
  108. package/lib/components/buttons/logos/powered-by-grey-logo/interfaces.d.ts +2 -2
  109. package/lib/components/buttons/logos/powered-by-grey-logo/powered-by-grey-logo.d.ts +6 -6
  110. package/lib/components/buttons/logos/powered-by-white-logo/assets/index.d.ts +1 -1
  111. package/lib/components/buttons/logos/powered-by-white-logo/index.d.ts +3 -3
  112. package/lib/components/buttons/logos/powered-by-white-logo/interfaces.d.ts +2 -2
  113. package/lib/components/buttons/logos/powered-by-white-logo/powered-by-white-logo.d.ts +6 -6
  114. package/lib/components/buttons/logos/sd-white-logo/index.d.ts +1 -1
  115. package/lib/components/buttons/logos/sd-white-logo/sd-white-logo.d.ts +6 -6
  116. package/lib/components/buttons/partials/circle-button/circle-button.d.ts +6 -6
  117. package/lib/components/buttons/partials/circle-button/index.d.ts +3 -3
  118. package/lib/components/buttons/partials/circle-button/interfaces.d.ts +15 -15
  119. package/lib/components/buttons/partials/cross-button/assets/index.d.ts +1 -1
  120. package/lib/components/buttons/partials/cross-button/cross-button.d.ts +6 -6
  121. package/lib/components/buttons/partials/cross-button/index.d.ts +1 -1
  122. package/lib/components/buttons/partials/cross-button/interfaces.d.ts +5 -5
  123. package/lib/components/buttons/partials/goto-button/assets/index.d.ts +1 -1
  124. package/lib/components/buttons/partials/goto-button/goto-button.d.ts +6 -6
  125. package/lib/components/buttons/partials/goto-button/index.d.ts +1 -1
  126. package/lib/components/buttons/partials/goto-button/interfaces.d.ts +5 -5
  127. package/lib/components/buttons/partials/icon-button/assets/index.d.ts +1 -1
  128. package/lib/components/buttons/partials/icon-button/icon-button.d.ts +6 -6
  129. package/lib/components/buttons/partials/icon-button/index.d.ts +1 -1
  130. package/lib/components/buttons/partials/icon-button/interfaces.d.ts +28 -28
  131. package/lib/components/buttons/partials/multi-choice/assets/index.d.ts +2 -2
  132. package/lib/components/buttons/partials/multi-choice/index.d.ts +3 -3
  133. package/lib/components/buttons/partials/multi-choice/interfaces.d.ts +11 -11
  134. package/lib/components/buttons/partials/multi-choice/multi-choice-button.d.ts +6 -6
  135. package/lib/components/buttons/partials/square-button/index.d.ts +3 -3
  136. package/lib/components/buttons/partials/square-button/interfaces.d.ts +2 -2
  137. package/lib/components/buttons/partials/square-button/square-button.d.ts +6 -6
  138. package/lib/components/buttons/partials/tick-button/assets/index.d.ts +1 -1
  139. package/lib/components/buttons/partials/tick-button/index.d.ts +1 -1
  140. package/lib/components/buttons/partials/tick-button/interfaces.d.ts +5 -5
  141. package/lib/components/buttons/partials/tick-button/tick-button.d.ts +6 -6
  142. package/lib/components/buttons/radio-info-button/index.d.ts +1 -1
  143. package/lib/components/buttons/radio-info-button/interfaces.d.ts +31 -31
  144. package/lib/components/buttons/radio-info-button/radio-info-button.d.ts +3 -3
  145. package/lib/components/buttons/round-icon-button/index.d.ts +1 -1
  146. package/lib/components/buttons/round-icon-button/interfaces.d.ts +63 -63
  147. package/lib/components/buttons/round-icon-button/round-icon-button.d.ts +3 -3
  148. package/lib/components/cards/round-card/index.d.ts +1 -1
  149. package/lib/components/cards/round-card/interfaces.d.ts +37 -37
  150. package/lib/components/cards/round-card/round-card.d.ts +6 -6
  151. package/lib/components/carousels/carousel-section-container/carousel-section-container.d.ts +9 -9
  152. package/lib/components/carousels/carousel-section-container/index.d.ts +1 -1
  153. package/lib/components/carousels/carousel-section-container/interfaces.d.ts +23 -23
  154. package/lib/components/checkboxes/checkbox/checkbox.d.ts +5 -6
  155. package/lib/components/checkboxes/checkbox/index.d.ts +1 -1
  156. package/lib/components/checkboxes/checkbox/interfaces.d.ts +40 -40
  157. package/lib/components/checkboxes/partial-checkbox/index.d.ts +1 -1
  158. package/lib/components/checkboxes/partial-checkbox/interfaces.d.ts +12 -12
  159. package/lib/components/checkboxes/partial-checkbox/partial-checkbox.d.ts +6 -6
  160. package/lib/components/complex/footer/index.d.ts +1 -1
  161. package/lib/components/complex/footer/partials/footer-link/footer-link.d.ts +2 -3
  162. package/lib/components/complex/footer/partials/footer-link/index.d.ts +3 -3
  163. package/lib/components/complex/footer/partials/footer-link/interfaces.d.ts +10 -10
  164. package/lib/components/complex/footer/partials/footer-section/footer-section.d.ts +2 -3
  165. package/lib/components/complex/footer/partials/footer-section/index.d.ts +1 -1
  166. package/lib/components/complex/footer/partials/footer-section/interfaces.d.ts +11 -11
  167. package/lib/components/complex/footer/partials/footer-social/assets/index.d.ts +3 -3
  168. package/lib/components/complex/footer/partials/footer-social/footer-social.d.ts +1 -2
  169. package/lib/components/complex/footer/partials/footer-social/index.d.ts +1 -1
  170. package/lib/components/complex/footer/presentational/footer-presentational.d.ts +2 -3
  171. package/lib/components/complex/footer/presentational/index.d.ts +1 -1
  172. package/lib/components/complex/footer/presentational/interfaces.d.ts +7 -7
  173. package/lib/components/complex/footer/utils.d.ts +7 -7
  174. package/lib/components/complex/navbar/index.d.ts +1 -1
  175. package/lib/components/complex/navbar/partials/navbar-v1/constants.d.ts +5 -5
  176. package/lib/components/complex/navbar/partials/navbar-v1/index.d.ts +1 -1
  177. package/lib/components/complex/navbar/partials/navbar-v1/interfaces.d.ts +2 -2
  178. package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/index.d.ts +1 -1
  179. package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/labs-item.d.ts +2 -2
  180. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/index.d.ts +1 -1
  181. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/index.d.ts +1 -1
  182. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/interfaces.d.ts +7 -7
  183. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/menu-box.d.ts +3 -3
  184. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/index.d.ts +1 -1
  185. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/interfaces.d.ts +23 -23
  186. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/menu-row.d.ts +2 -3
  187. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/index.d.ts +1 -1
  188. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/my-genetics-item.d.ts +2 -2
  189. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/index.d.ts +1 -1
  190. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/navbar-item.d.ts +5 -5
  191. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/index.d.ts +1 -1
  192. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/interfaces.d.ts +2 -2
  193. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/new-apps.d.ts +2 -3
  194. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/assets/index.d.ts +1 -1
  195. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/index.d.ts +1 -1
  196. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/interfaces.d.ts +2 -2
  197. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/personal-area-item.d.ts +3 -3
  198. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/index.d.ts +1 -1
  199. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/interfaces.d.ts +3 -3
  200. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/navbar-desktop-v1-presentational.d.ts +3 -3
  201. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/index.d.ts +1 -1
  202. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.d.ts +3 -3
  203. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.utils.d.ts +3 -3
  204. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/index.d.ts +2 -2
  205. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/interfaces.d.ts +12 -12
  206. 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
  207. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/index.d.ts +1 -1
  208. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
  209. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/icon-buttons.d.ts +9 -9
  210. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/index.d.ts +1 -1
  211. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/interfaces.d.ts +43 -43
  212. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/index.d.ts +1 -1
  213. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/interfaces.d.ts +13 -13
  214. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
  215. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/index.d.ts +1 -1
  216. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/interfaces.d.ts +19 -19
  217. 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
  218. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/constants.d.ts +2 -2
  219. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
  220. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +20 -20
  221. 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
  222. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/index.d.ts +1 -1
  223. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/interfaces.d.ts +19 -19
  224. 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
  225. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/index.d.ts +1 -1
  226. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/navigation-item-text.d.ts +2 -2
  227. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/index.d.ts +1 -1
  228. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/interfaces.d.ts +3 -3
  229. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/navbar-mobile-v1-presentational.d.ts +6 -6
  230. package/lib/components/complex/navbar/partials/navbar-v1/presentational/index.d.ts +1 -1
  231. package/lib/components/complex/navbar/partials/navbar-v1/presentational/interfaces.d.ts +2 -2
  232. package/lib/components/complex/navbar/partials/navbar-v1/presentational/navbar-v1-presentational.d.ts +8 -8
  233. package/lib/components/complex/navbar/partials/navbar-v2/index.d.ts +1 -1
  234. package/lib/components/complex/navbar/partials/navbar-v2/partials/interfaces.d.ts +86 -86
  235. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/index.d.ts +1 -1
  236. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/cart-item.d.ts +3 -3
  237. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/index.d.ts +1 -1
  238. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/interfaces.d.ts +2 -2
  239. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/index.d.ts +1 -1
  240. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/interfaces.d.ts +7 -7
  241. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/menu-box.d.ts +2 -3
  242. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/index.d.ts +1 -1
  243. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/interfaces.d.ts +7 -7
  244. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/navbar-item.d.ts +6 -6
  245. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/index.d.ts +1 -1
  246. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/intefaces.d.ts +7 -7
  247. 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
  248. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/index.d.ts +1 -1
  249. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/interfaces.d.ts +2 -2
  250. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/personal-area-item.d.ts +3 -3
  251. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/index.d.ts +1 -1
  252. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/interfaces.d.ts +3 -3
  253. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/what-is-this.d.ts +3 -3
  254. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/index.d.ts +1 -1
  255. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/interfaces.d.ts +2 -2
  256. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/navbar-desktop-v2-presentational.d.ts +3 -3
  257. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/index.d.ts +1 -1
  258. 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
  259. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/index.d.ts +1 -1
  260. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
  261. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/index.d.ts +1 -1
  262. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/interfaces.d.ts +4 -4
  263. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/navbar-list.d.ts +3 -3
  264. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/index.d.ts +1 -1
  265. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/interfaces.d.ts +18 -18
  266. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
  267. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
  268. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +14 -14
  269. 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
  270. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/index.d.ts +1 -1
  271. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/interfaces.d.ts +3 -3
  272. 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
  273. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/index.d.ts +1 -1
  274. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/interfaces.d.ts +2 -2
  275. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/navbar-mobile-v2-presentational.d.ts +6 -6
  276. package/lib/components/complex/navbar/partials/navbar-v2/presentational/index.d.ts +1 -1
  277. package/lib/components/complex/navbar/partials/navbar-v2/presentational/interfaces.d.ts +25 -25
  278. package/lib/components/complex/navbar/partials/navbar-v2/presentational/navbar-v2-presentational.d.ts +8 -8
  279. package/lib/components/complex/navbar/presentational/constants-v2.d.ts +6 -6
  280. package/lib/components/complex/navbar/presentational/constants-v3.d.ts +5 -5
  281. package/lib/components/complex/navbar/presentational/index.d.ts +2 -2
  282. package/lib/components/complex/navbar/presentational/interfaces.d.ts +101 -101
  283. package/lib/components/complex/navbar/presentational/language-mapping.d.ts +1 -1
  284. package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +5 -6
  285. package/lib/components/complex/navbar/presentational/url-utils.d.ts +10 -10
  286. package/lib/components/containers/grid-containers/base-grid-container/base-grid-container.d.ts +6 -6
  287. package/lib/components/containers/grid-containers/base-grid-container/index.d.ts +3 -3
  288. package/lib/components/containers/grid-containers/base-grid-container/interfaces.d.ts +68 -68
  289. package/lib/components/containers/grid-containers/fr-fr-container/fr-fr-container.d.ts +6 -6
  290. package/lib/components/containers/grid-containers/fr-fr-container/index.d.ts +1 -1
  291. package/lib/components/containers/grid-containers/fr-fr-container/interfaces.d.ts +2 -2
  292. package/lib/components/containers/grid-containers/fr-max-container/fr-max-container.d.ts +6 -6
  293. package/lib/components/containers/grid-containers/fr-max-container/index.d.ts +1 -1
  294. package/lib/components/containers/grid-containers/fr-max-container/interfaces.d.ts +2 -2
  295. package/lib/components/containers/grid-containers/grid-container-v2/grid-container-v2.d.ts +3 -3
  296. package/lib/components/containers/grid-containers/grid-container-v2/index.d.ts +1 -1
  297. package/lib/components/containers/grid-containers/grid-container-v2/interfaces.d.ts +15 -15
  298. package/lib/components/containers/grid-containers/max-fr-container/index.d.ts +1 -1
  299. package/lib/components/containers/grid-containers/max-fr-container/interfaces.d.ts +2 -2
  300. package/lib/components/containers/grid-containers/max-fr-container/max-fr-container.d.ts +6 -6
  301. package/lib/components/containers/grid-containers/max-max-container/index.d.ts +1 -1
  302. package/lib/components/containers/grid-containers/max-max-container/interfaces.d.ts +2 -2
  303. package/lib/components/containers/grid-containers/max-max-container/max-max-container.d.ts +6 -6
  304. package/lib/components/containers/max-width-container/index.d.ts +1 -1
  305. package/lib/components/containers/max-width-container/interfaces.d.ts +29 -29
  306. package/lib/components/containers/max-width-container/max-width-container.d.ts +2 -3
  307. package/lib/components/containers/responsive-containers/responsive-container-t1/index.d.ts +1 -1
  308. package/lib/components/containers/responsive-containers/responsive-container-t1/interfaces.d.ts +2 -2
  309. package/lib/components/containers/responsive-containers/responsive-container-t1/responsive-grid-container-t1.d.ts +9 -9
  310. package/lib/components/containers/responsive-containers/responsive-container-t2/index.d.ts +1 -1
  311. package/lib/components/containers/responsive-containers/responsive-container-t2/interfaces.d.ts +2 -2
  312. package/lib/components/containers/responsive-containers/responsive-container-t2/responsive-grid-container-t2.d.ts +9 -9
  313. package/lib/components/containers/section-container/index.d.ts +1 -1
  314. package/lib/components/containers/section-container/interfaces.d.ts +44 -44
  315. package/lib/components/containers/section-container/section-container.d.ts +11 -12
  316. package/lib/components/custom-scrollbar-box/custom-scrollbar-box.d.ts +3 -3
  317. package/lib/components/custom-scrollbar-box/index.d.ts +3 -3
  318. package/lib/components/custom-scrollbar-box/interfaces.d.ts +35 -35
  319. package/lib/components/dividers/divider/divider.d.ts +6 -6
  320. package/lib/components/dividers/divider/index.d.ts +3 -3
  321. package/lib/components/dividers/divider/interfaces.d.ts +19 -19
  322. package/lib/components/dividers/horizontal-divider/horizontal-divider.d.ts +6 -6
  323. package/lib/components/dividers/horizontal-divider/index.d.ts +1 -1
  324. package/lib/components/dividers/horizontal-divider/interfaces.d.ts +2 -2
  325. package/lib/components/dividers/vertical-divider/index.d.ts +1 -1
  326. package/lib/components/dividers/vertical-divider/interfaces.d.ts +2 -2
  327. package/lib/components/dividers/vertical-divider/vertical-divider.d.ts +6 -6
  328. package/lib/components/dropdowns/dropdown/dropdown-placholder/dropdown-placholder.d.ts +6 -6
  329. package/lib/components/dropdowns/dropdown/dropdown-placholder/index.d.ts +1 -1
  330. package/lib/components/dropdowns/dropdown/dropdown-placholder/interfaces.d.ts +2 -2
  331. package/lib/components/dropdowns/dropdown/dropdown.d.ts +6 -6
  332. package/lib/components/dropdowns/dropdown/index.d.ts +4 -4
  333. package/lib/components/dropdowns/dropdown/interfaces.d.ts +38 -38
  334. package/lib/components/dropdowns/primary-dropdown/index.d.ts +1 -1
  335. package/lib/components/dropdowns/primary-dropdown/interfaces.d.ts +2 -2
  336. package/lib/components/dropdowns/primary-dropdown/primary-dropdown.d.ts +6 -6
  337. package/lib/components/feature-explanation/assets/index.d.ts +1 -1
  338. package/lib/components/feature-explanation/feature-explanation.d.ts +2 -3
  339. package/lib/components/feature-explanation/index.d.ts +1 -1
  340. package/lib/components/feature-explanation/interfaces.d.ts +11 -11
  341. package/lib/components/feedback/base-feedback-button/base-feedback-button.d.ts +3 -3
  342. package/lib/components/feedback/base-feedback-button/index.d.ts +1 -1
  343. package/lib/components/feedback/base-feedback-button/interfaces.d.ts +4 -4
  344. package/lib/components/feedback/base-feedback-container/base-feedback-container.d.ts +3 -3
  345. package/lib/components/feedback/base-feedback-container/index.d.ts +1 -1
  346. package/lib/components/feedback/base-feedback-container/interfaces.d.ts +14 -14
  347. package/lib/components/feedback/multiple-options-feedback/index.d.ts +1 -1
  348. package/lib/components/feedback/multiple-options-feedback/interfaces.d.ts +10 -10
  349. package/lib/components/feedback/multiple-options-feedback/multiple-options-feedback.d.ts +3 -3
  350. package/lib/components/feedback/yes-no-feedback-block/index.d.ts +1 -1
  351. package/lib/components/feedback/yes-no-feedback-block/interfaces.d.ts +6 -6
  352. package/lib/components/feedback/yes-no-feedback-block/yes-no-feedback-block.d.ts +3 -3
  353. package/lib/components/icons/bordered-plain-warning-circle-icon/bordered-plain-warning-circle-icon.d.ts +3 -3
  354. package/lib/components/icons/bordered-plain-warning-circle-icon/index.d.ts +1 -1
  355. package/lib/components/icons/bordered-plain-warning-circle-icon/interfaces.d.ts +6 -6
  356. package/lib/components/icons/calendar-icon/index.d.ts +1 -1
  357. package/lib/components/icons/cart-icon/index.d.ts +1 -1
  358. package/lib/components/icons/cross-icon/index.d.ts +1 -1
  359. package/lib/components/icons/genetics-icon/index.d.ts +1 -1
  360. package/lib/components/icons/globe-icon/index.d.ts +1 -1
  361. package/lib/components/icons/hamburger-icon/index.d.ts +1 -1
  362. package/lib/components/icons/index.d.ts +18 -18
  363. package/lib/components/icons/plain-warning-circle-icon/index.d.ts +1 -1
  364. package/lib/components/icons/profile-icon/index.d.ts +1 -1
  365. package/lib/components/icons/rescan-icon/index.d.ts +1 -1
  366. package/lib/components/icons/round-bordered-star/index.d.ts +1 -1
  367. package/lib/components/icons/round-bordered-star/interfaces.d.ts +27 -27
  368. package/lib/components/icons/round-bordered-star/round-bordered-star.d.ts +3 -3
  369. package/lib/components/icons/sd-logo-no-text-icon/index.d.ts +1 -1
  370. package/lib/components/icons/sd-logo-white-icon/index.d.ts +1 -1
  371. package/lib/components/icons/sd-navbar-icon/index.d.ts +1 -1
  372. package/lib/components/icons/search-icon/index.d.ts +1 -1
  373. package/lib/components/icons/short-dropdown-arrow-icon/index.d.ts +1 -1
  374. package/lib/components/icons/star-icon/index.d.ts +1 -1
  375. package/lib/components/icons/vial-icon/index.d.ts +1 -1
  376. package/lib/components/icons/warning-circle-icon/index.d.ts +1 -1
  377. package/lib/components/inputs/autocomplete-input/autocomplete-input.d.ts +3 -3
  378. package/lib/components/inputs/autocomplete-input/index.d.ts +1 -1
  379. package/lib/components/inputs/autocomplete-input/interfaces.d.ts +34 -34
  380. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/autocomplete-option-box.d.ts +3 -3
  381. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/index.d.ts +1 -1
  382. package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/interfaces.d.ts +11 -11
  383. package/lib/components/inputs/autocomplete-input/partials/results-box/index.d.ts +1 -1
  384. package/lib/components/inputs/autocomplete-input/partials/results-box/interfaces.d.ts +12 -12
  385. package/lib/components/inputs/autocomplete-input/partials/results-box/results-box.d.ts +3 -3
  386. package/lib/components/inputs/boxy-number-input/assets/index.d.ts +2 -2
  387. package/lib/components/inputs/boxy-number-input/boxy-number-input.d.ts +6 -6
  388. package/lib/components/inputs/boxy-number-input/index.d.ts +3 -3
  389. package/lib/components/inputs/boxy-number-input/interfaces.d.ts +2 -2
  390. package/lib/components/inputs/date-inputs/base-date-input/base-date-input.d.ts +5 -5
  391. package/lib/components/inputs/date-inputs/base-date-input/index.d.ts +1 -1
  392. package/lib/components/inputs/date-inputs/base-date-input/interfaces.d.ts +65 -65
  393. package/lib/components/inputs/date-inputs/base-date-range-input/base-date-range-input.d.ts +5 -5
  394. package/lib/components/inputs/date-inputs/base-date-range-input/index.d.ts +2 -2
  395. package/lib/components/inputs/date-inputs/base-date-range-input/interfaces.d.ts +94 -94
  396. package/lib/components/inputs/date-inputs/outlined-date-input/index.d.ts +1 -1
  397. package/lib/components/inputs/date-inputs/outlined-date-input/interfaces.d.ts +27 -27
  398. package/lib/components/inputs/date-inputs/outlined-date-input/outlined-date-input.d.ts +3 -3
  399. package/lib/components/inputs/date-inputs/outlined-date-range-input/index.d.ts +2 -2
  400. package/lib/components/inputs/date-inputs/outlined-date-range-input/interfaces.d.ts +46 -46
  401. package/lib/components/inputs/date-inputs/outlined-date-range-input/outlined-date-range-input.d.ts +3 -3
  402. package/lib/components/inputs/date-inputs/primary-date-input/index.d.ts +1 -1
  403. package/lib/components/inputs/date-inputs/primary-date-input/interfaces.d.ts +37 -37
  404. package/lib/components/inputs/date-inputs/primary-date-input/primary-date-input.d.ts +3 -3
  405. package/lib/components/inputs/decody-question-input/decody-question-input.d.ts +3 -3
  406. package/lib/components/inputs/decody-question-input/index.d.ts +1 -1
  407. package/lib/components/inputs/input/error.d.ts +6 -6
  408. package/lib/components/inputs/input/index.d.ts +3 -3
  409. package/lib/components/inputs/input/input.d.ts +6 -6
  410. package/lib/components/inputs/input/interfaces.d.ts +65 -65
  411. package/lib/components/inputs/number-input/index.d.ts +3 -3
  412. package/lib/components/inputs/number-input/interfaces.d.ts +29 -29
  413. package/lib/components/inputs/number-input/number-input.d.ts +3 -3
  414. package/lib/components/inputs/primary-number-input/assets/index.d.ts +4 -4
  415. package/lib/components/inputs/primary-number-input/index.d.ts +3 -3
  416. package/lib/components/inputs/primary-number-input/interfaces.d.ts +2 -2
  417. package/lib/components/inputs/primary-number-input/primary-number-input.d.ts +6 -6
  418. package/lib/components/inputs/primary-text-input/index.d.ts +2 -2
  419. package/lib/components/inputs/primary-text-input/interfaces.d.ts +8 -8
  420. package/lib/components/inputs/primary-text-input/primary-text-input.d.ts +3 -3
  421. package/lib/components/inputs/search-input/index.d.ts +1 -1
  422. package/lib/components/inputs/search-input/partials/search-box/index.d.ts +1 -1
  423. package/lib/components/inputs/search-input/partials/search-box/interfaces.d.ts +16 -16
  424. package/lib/components/inputs/search-input/partials/search-box/search-box.d.ts +2 -3
  425. package/lib/components/inputs/search-input/presentational/assets/index.d.ts +2 -2
  426. package/lib/components/inputs/search-input/presentational/index.d.ts +3 -3
  427. package/lib/components/inputs/search-input/presentational/interfaces.d.ts +37 -37
  428. package/lib/components/inputs/search-input/presentational/search-input.d.ts +6 -6
  429. package/lib/components/inputs/secondary-number-input/index.d.ts +2 -2
  430. package/lib/components/inputs/secondary-number-input/interfaces.d.ts +18 -18
  431. package/lib/components/inputs/secondary-number-input/secondary-number-input.d.ts +3 -3
  432. package/lib/components/inputs/secondary-text-input/index.d.ts +3 -3
  433. package/lib/components/inputs/secondary-text-input/interfaces.d.ts +39 -39
  434. package/lib/components/inputs/secondary-text-input/secondary-text-input.d.ts +3 -3
  435. package/lib/components/inputs/text-input/index.d.ts +2 -2
  436. package/lib/components/inputs/text-input/interfaces.d.ts +10 -10
  437. package/lib/components/inputs/text-input/text-input.d.ts +6 -6
  438. package/lib/components/interfaces.d.ts +32 -32
  439. package/lib/components/labels/base-label/base-label.d.ts +2 -3
  440. package/lib/components/labels/base-label/index.d.ts +3 -3
  441. package/lib/components/labels/base-label/interfaces.d.ts +18 -18
  442. package/lib/components/links/link/index.d.ts +3 -3
  443. package/lib/components/links/link/interfaces.d.ts +21 -21
  444. package/lib/components/links/link/link.d.ts +6 -6
  445. package/lib/components/links/primary-link/index.d.ts +1 -1
  446. package/lib/components/links/primary-link/interfaces.d.ts +7 -7
  447. package/lib/components/links/primary-link/primary-link.d.ts +6 -6
  448. package/lib/components/lists/list/index.d.ts +3 -3
  449. package/lib/components/lists/list/interfaces.d.ts +8 -8
  450. package/lib/components/lists/list/list.d.ts +6 -6
  451. package/lib/components/lists/primary-list/index.d.ts +3 -3
  452. package/lib/components/lists/primary-list/interfaces.d.ts +2 -2
  453. package/lib/components/lists/primary-list/primary-list.d.ts +6 -6
  454. package/lib/components/meters/bars-meter/bars-meter.d.ts +6 -6
  455. package/lib/components/meters/bars-meter/index.d.ts +1 -1
  456. package/lib/components/meters/bars-meter/interfaces.d.ts +31 -31
  457. package/lib/components/meters/base-outline-meter/base-outline-meter.d.ts +6 -6
  458. package/lib/components/meters/base-outline-meter/index.d.ts +3 -3
  459. package/lib/components/meters/base-outline-meter/interfaces.d.ts +20 -20
  460. package/lib/components/meters/continuous-outline-meter/continuous-outline-meter.d.ts +6 -6
  461. package/lib/components/meters/continuous-outline-meter/index.d.ts +1 -1
  462. package/lib/components/meters/continuous-outline-meter/interfaces.d.ts +25 -25
  463. package/lib/components/meters/dashed-meter/dashed-meter.d.ts +3 -3
  464. package/lib/components/meters/dashed-meter/index.d.ts +1 -1
  465. package/lib/components/meters/dashed-meter/interfaces.d.ts +17 -17
  466. package/lib/components/meters/discrete-outline-meter/discrete-outline-meter.d.ts +6 -6
  467. package/lib/components/meters/discrete-outline-meter/index.d.ts +1 -1
  468. package/lib/components/meters/discrete-outline-meter/interfaces.d.ts +25 -25
  469. package/lib/components/meters/gradient-outline-meter/gradient-outline-meter.d.ts +3 -3
  470. package/lib/components/meters/gradient-outline-meter/index.d.ts +2 -2
  471. package/lib/components/meters/gradient-outline-meter/interfaces.d.ts +22 -22
  472. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/gradient-meter-needle.d.ts +3 -3
  473. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/index.d.ts +1 -1
  474. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/interfaces.d.ts +7 -7
  475. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/gradient-meter-range.d.ts +3 -3
  476. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/index.d.ts +1 -1
  477. package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/interfaces.d.ts +31 -31
  478. package/lib/components/meters/gradient-outline-meter/small-gradient-outline-meter.d.ts +3 -3
  479. package/lib/components/meters/gradient-outline-meter/utils.d.ts +17 -17
  480. package/lib/components/meters/multicolor-outline-meter/index.d.ts +1 -1
  481. package/lib/components/meters/multicolor-outline-meter/interfaces.d.ts +21 -21
  482. package/lib/components/meters/multicolor-outline-meter/multicolor-outline-meter.d.ts +6 -6
  483. package/lib/components/meters/outline-meter/contants.d.ts +36 -36
  484. package/lib/components/meters/outline-meter/index.d.ts +3 -3
  485. package/lib/components/meters/outline-meter/interfaces.d.ts +134 -134
  486. package/lib/components/meters/outline-meter/outline-meter.d.ts +3 -3
  487. package/lib/components/meters/outline-meter/partials/base-meter-label-box/base-meter-label-box.d.ts +3 -3
  488. package/lib/components/meters/outline-meter/partials/base-meter-label-box/index.d.ts +1 -1
  489. package/lib/components/meters/outline-meter/partials/base-meter-label-box/interfaces.d.ts +12 -12
  490. package/lib/components/meters/outline-meter/partials/base-needle/base-needle.d.ts +3 -3
  491. package/lib/components/meters/outline-meter/partials/base-needle/index.d.ts +1 -1
  492. package/lib/components/meters/outline-meter/partials/base-needle/interfaces.d.ts +29 -29
  493. package/lib/components/meters/outline-meter/partials/base-outline-arc/base-outline-arc.d.ts +3 -3
  494. package/lib/components/meters/outline-meter/partials/base-outline-arc/index.d.ts +1 -1
  495. package/lib/components/meters/outline-meter/partials/base-outline-arc/interfaces.d.ts +40 -40
  496. package/lib/components/meters/outline-meter/partials/outline-meter-label-box/index.d.ts +1 -1
  497. package/lib/components/meters/outline-meter/partials/outline-meter-label-box/interfaces.d.ts +4 -4
  498. package/lib/components/meters/outline-meter/partials/outline-meter-label-box/outline-meter-label-box.d.ts +3 -3
  499. package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/index.d.ts +1 -1
  500. package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/interfaces.d.ts +25 -25
  501. package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/outline-meter-label-pointer.d.ts +3 -3
  502. package/lib/components/meters/outline-meter/partials/outline-meter-needle/index.d.ts +1 -1
  503. package/lib/components/meters/outline-meter/partials/outline-meter-needle/interfaces.d.ts +31 -31
  504. package/lib/components/meters/outline-meter/partials/outline-meter-needle/outline-meter-needle.d.ts +3 -3
  505. package/lib/components/meters/outline-meter/partials/outline-meter-range/index.d.ts +1 -1
  506. package/lib/components/meters/outline-meter/partials/outline-meter-range/interfaces.d.ts +22 -22
  507. package/lib/components/meters/outline-meter/partials/outline-meter-range/outline-meter-range.d.ts +3 -3
  508. package/lib/components/meters/outline-meter/partials/outline-meter-scale/index.d.ts +1 -1
  509. package/lib/components/meters/outline-meter/partials/outline-meter-scale/interfaces.d.ts +8 -8
  510. package/lib/components/meters/outline-meter/partials/outline-meter-scale/outline-meter-scale.d.ts +3 -3
  511. package/lib/components/meters/outline-meter/small-outline-meter.d.ts +3 -3
  512. package/lib/components/meters/outline-meter/utils.d.ts +28 -28
  513. package/lib/components/meters/people-meter/assets/index.d.ts +1 -1
  514. package/lib/components/meters/people-meter/index.d.ts +1 -1
  515. package/lib/components/meters/people-meter/interfaces.d.ts +23 -23
  516. package/lib/components/meters/people-meter/people-meter.d.ts +6 -6
  517. package/lib/components/meters/smiley-meter/assets/index.d.ts +5 -5
  518. package/lib/components/meters/smiley-meter/index.d.ts +1 -1
  519. package/lib/components/meters/smiley-meter/interfaces.d.ts +31 -31
  520. package/lib/components/meters/smiley-meter/smiley-meter.d.ts +6 -6
  521. package/lib/components/meters/smiley-meter-v2/assets/index.d.ts +3 -3
  522. package/lib/components/meters/smiley-meter-v2/constants.d.ts +16 -16
  523. package/lib/components/meters/smiley-meter-v2/index.d.ts +2 -2
  524. package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +28 -28
  525. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/index.d.ts +1 -1
  526. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/interfaces.d.ts +5 -5
  527. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/smiley-meter-ranges.d.ts +3 -3
  528. package/lib/components/meters/smiley-meter-v2/small-smiley-meter-v2.d.ts +3 -3
  529. package/lib/components/meters/smiley-meter-v2/smiley-meter-v2.d.ts +3 -3
  530. package/lib/components/modals/modal/assets/index.d.ts +1 -1
  531. package/lib/components/modals/modal/index.d.ts +3 -3
  532. package/lib/components/modals/modal/interfaces.d.ts +72 -72
  533. package/lib/components/modals/modal/modal.d.ts +6 -6
  534. package/lib/components/modals/primary-modal/index.d.ts +1 -1
  535. package/lib/components/modals/primary-modal/interfaces.d.ts +15 -15
  536. package/lib/components/modals/primary-modal/primary-modal.d.ts +6 -6
  537. package/lib/components/page-selectors/page-selector/assets/index.d.ts +2 -2
  538. package/lib/components/page-selectors/page-selector/index.d.ts +3 -3
  539. package/lib/components/page-selectors/page-selector/interfaces.d.ts +34 -34
  540. package/lib/components/page-selectors/page-selector/page-selector.d.ts +6 -6
  541. package/lib/components/page-selectors/page-selector/partials/current-page/current-page.d.ts +3 -3
  542. package/lib/components/page-selectors/page-selector/partials/current-page/index.d.ts +1 -1
  543. package/lib/components/page-selectors/page-selector/partials/current-page/interfaces.d.ts +3 -3
  544. package/lib/components/page-selectors/page-selector/partials/current-page-input/current-page-input.d.ts +12 -12
  545. package/lib/components/page-selectors/page-selector/partials/current-page-input/index.d.ts +2 -2
  546. package/lib/components/page-selectors/page-selector/partials/current-page-input/interfaces.d.ts +22 -22
  547. package/lib/components/pagination-bars/pagination-bar/index.d.ts +3 -3
  548. package/lib/components/pagination-bars/pagination-bar/interfaces.d.ts +22 -22
  549. package/lib/components/pagination-bars/pagination-bar/pagination-bar.d.ts +3 -3
  550. package/lib/components/progress-bars/line-progress-bar/index.d.ts +3 -3
  551. package/lib/components/progress-bars/line-progress-bar/interfaces.d.ts +2 -2
  552. package/lib/components/progress-bars/line-progress-bar/line-progress-bar.d.ts +6 -6
  553. package/lib/components/progress-bars/progress-bar/index.d.ts +3 -3
  554. package/lib/components/progress-bars/progress-bar/interfaces.d.ts +46 -46
  555. package/lib/components/progress-bars/progress-bar/progress-bar.d.ts +6 -6
  556. package/lib/components/progress-bars/rounded-progress-bar/index.d.ts +1 -0
  557. package/lib/components/progress-bars/rounded-progress-bar/interfaces.d.ts +24 -0
  558. package/lib/components/progress-bars/rounded-progress-bar/rounded-progress-bar.d.ts +3 -0
  559. package/lib/components/progress-bars/striped-line-progress-bar/index.d.ts +1 -1
  560. package/lib/components/progress-bars/striped-line-progress-bar/interfaces.d.ts +17 -17
  561. package/lib/components/progress-bars/striped-line-progress-bar/striped-line-progress-bar.d.ts +6 -6
  562. package/lib/components/progress-steps/index.d.ts +3 -3
  563. package/lib/components/progress-steps/interfaces.d.ts +22 -22
  564. package/lib/components/progress-steps/progress-step/index.d.ts +3 -3
  565. package/lib/components/progress-steps/progress-step/interfaces.d.ts +13 -13
  566. package/lib/components/progress-steps/progress-step/progress-step.d.ts +3 -3
  567. package/lib/components/progress-steps/progress-steps.d.ts +6 -6
  568. package/lib/components/radio-button/index.d.ts +1 -1
  569. package/lib/components/radio-button/interfaces.d.ts +31 -31
  570. package/lib/components/radio-button/radio-button.d.ts +2 -3
  571. package/lib/components/ratings/five-stars-rating/assets/index.d.ts +1 -1
  572. package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +2 -3
  573. package/lib/components/ratings/five-stars-rating/index.d.ts +3 -3
  574. package/lib/components/ratings/five-stars-rating/interfaces.d.ts +15 -15
  575. package/lib/components/ribbons/progress-ribbon/index.d.ts +1 -1
  576. package/lib/components/ribbons/progress-ribbon/interfaces.d.ts +34 -34
  577. package/lib/components/ribbons/progress-ribbon/progress-ribbon.d.ts +3 -3
  578. package/lib/components/selectors/compact-primary-selector/compact-primary-selector.d.ts +2 -3
  579. package/lib/components/selectors/compact-primary-selector/index.d.ts +2 -2
  580. package/lib/components/selectors/compact-primary-selector/interfaces.d.ts +2 -2
  581. package/lib/components/selectors/custom-selector/custom-selector.d.ts +3 -3
  582. package/lib/components/selectors/custom-selector/index.d.ts +1 -1
  583. package/lib/components/selectors/custom-selector/interfaces.d.ts +25 -25
  584. package/lib/components/selectors/custom-selector/partials/custom-option-box/custom-option-box.d.ts +3 -3
  585. package/lib/components/selectors/custom-selector/partials/custom-option-box/index.d.ts +1 -1
  586. package/lib/components/selectors/custom-selector/partials/custom-option-box/interfaces.d.ts +15 -15
  587. package/lib/components/selectors/primary-selector/index.d.ts +2 -2
  588. package/lib/components/selectors/primary-selector/interfaces.d.ts +2 -2
  589. package/lib/components/selectors/primary-selector/primary-selector.d.ts +5 -6
  590. package/lib/components/selectors/primary-selector-v2/index.d.ts +1 -1
  591. package/lib/components/selectors/primary-selector-v2/interfaces.d.ts +2 -2
  592. package/lib/components/selectors/primary-selector-v2/primary-selector-v2.d.ts +3 -3
  593. package/lib/components/selectors/secondary-selector/index.d.ts +2 -2
  594. package/lib/components/selectors/secondary-selector/interfaces.d.ts +12 -12
  595. package/lib/components/selectors/secondary-selector/secondary-selector.d.ts +5 -6
  596. package/lib/components/selectors/secondary-selector-v2/index.d.ts +1 -1
  597. package/lib/components/selectors/secondary-selector-v2/interfaces.d.ts +2 -2
  598. package/lib/components/selectors/secondary-selector-v2/secondary-selector-v2.d.ts +3 -3
  599. package/lib/components/selectors/selector/index.d.ts +2 -2
  600. package/lib/components/selectors/selector/interfaces.d.ts +93 -93
  601. package/lib/components/selectors/selector/selector.d.ts +2 -3
  602. package/lib/components/selectors/selector-v2/index.d.ts +2 -2
  603. package/lib/components/selectors/selector-v2/interfaces.d.ts +31 -31
  604. package/lib/components/selectors/selector-v2/partials/base-selector-v2/base-selector-v2.d.ts +2 -3
  605. package/lib/components/selectors/selector-v2/partials/base-selector-v2/index.d.ts +2 -2
  606. package/lib/components/selectors/selector-v2/partials/base-selector-v2/interfaces.d.ts +25 -25
  607. package/lib/components/selectors/selector-v2/selector-v2.d.ts +2 -3
  608. package/lib/components/selectors/tertiary-selector/index.d.ts +1 -1
  609. package/lib/components/selectors/tertiary-selector/interfaces.d.ts +2 -2
  610. package/lib/components/selectors/tertiary-selector/tertiary-selector.d.ts +5 -6
  611. package/lib/components/selectors/tertiary-selector-v2/index.d.ts +1 -1
  612. package/lib/components/selectors/tertiary-selector-v2/interfaces.d.ts +3 -3
  613. package/lib/components/selectors/tertiary-selector-v2/tertiary-selector-v2.d.ts +3 -3
  614. package/lib/components/slider/index.d.ts +3 -3
  615. package/lib/components/slider/interfaces.d.ts +57 -57
  616. package/lib/components/slider/partials/step-circles/index.d.ts +1 -1
  617. package/lib/components/slider/partials/step-circles/interfaces.d.ts +14 -14
  618. package/lib/components/slider/partials/step-circles/step-circles.d.ts +2 -3
  619. package/lib/components/slider/slider.d.ts +2 -3
  620. package/lib/components/switches/carousel-switch/carousel-switch.d.ts +3 -3
  621. package/lib/components/switches/carousel-switch/index.d.ts +2 -2
  622. package/lib/components/switches/carousel-switch/interfaces.d.ts +24 -24
  623. package/lib/components/switches/text-switch/index.d.ts +3 -3
  624. package/lib/components/switches/text-switch/interfaces.d.ts +63 -63
  625. package/lib/components/switches/text-switch/text-switch.d.ts +3 -3
  626. package/lib/components/tabs/tab-bar/index.d.ts +1 -1
  627. package/lib/components/tabs/tab-bar/interfaces.d.ts +44 -44
  628. package/lib/components/tabs/tab-bar/partials/tab/index.d.ts +1 -1
  629. package/lib/components/tabs/tab-bar/partials/tab/interfaces.d.ts +67 -67
  630. package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +7 -8
  631. package/lib/components/tabs/tab-bar/tab-bar.d.ts +2 -3
  632. package/lib/components/tabs/tab-bar-v2/index.d.ts +1 -1
  633. package/lib/components/tabs/tab-bar-v2/interfaces.d.ts +46 -46
  634. package/lib/components/tabs/tab-bar-v2/partials/tab-v2/index.d.ts +1 -1
  635. package/lib/components/tabs/tab-bar-v2/partials/tab-v2/interfaces.d.ts +24 -24
  636. package/lib/components/tabs/tab-bar-v2/partials/tab-v2/tab-v2.d.ts +3 -3
  637. package/lib/components/tabs/tab-bar-v2/tab-bar-v2.d.ts +3 -3
  638. package/lib/components/tabs/tabbed-view/assets/index.d.ts +1 -1
  639. package/lib/components/tabs/tabbed-view/index.d.ts +1 -1
  640. package/lib/components/tabs/tabbed-view/interfaces.d.ts +37 -37
  641. package/lib/components/tabs/tabbed-view/tabbed-view.d.ts +2 -3
  642. package/lib/components/tabs/tabbed-view-v2/index.d.ts +1 -1
  643. package/lib/components/tabs/tabbed-view-v2/interfaces.d.ts +8 -8
  644. package/lib/components/tabs/tabbed-view-v2/tabbed-view-v2.d.ts +3 -3
  645. package/lib/components/tabs/tabs-menu/index.d.ts +1 -1
  646. package/lib/components/tabs/tabs-menu/interfaces.d.ts +61 -61
  647. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/index.d.ts +1 -1
  648. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/interfaces.d.ts +28 -28
  649. package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/scrollable-tab-wrapper.d.ts +3 -3
  650. package/lib/components/tabs/tabs-menu/partials/tab/index.d.ts +3 -3
  651. package/lib/components/tabs/tabs-menu/partials/tab/interfaces.d.ts +40 -40
  652. package/lib/components/tabs/tabs-menu/partials/tab/tab.d.ts +6 -6
  653. package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +5 -6
  654. package/lib/components/text-boxes/divided-text-box/divided-text-box.d.ts +3 -3
  655. package/lib/components/text-boxes/divided-text-box/index.d.ts +1 -1
  656. package/lib/components/text-boxes/divided-text-box/interfaces.d.ts +22 -22
  657. package/lib/components/text-boxes/table-of-content/index.d.ts +1 -1
  658. package/lib/components/text-boxes/table-of-content/interfaces.d.ts +25 -25
  659. package/lib/components/text-boxes/table-of-content/table-of-content.d.ts +3 -3
  660. package/lib/components/texts/base-text/base-text.d.ts +2 -3
  661. package/lib/components/texts/base-text/index.d.ts +2 -2
  662. package/lib/components/texts/base-text/interfaces.d.ts +91 -91
  663. package/lib/components/texts/base-text-v2/base-text-v2.d.ts +3 -3
  664. package/lib/components/texts/base-text-v2/index.d.ts +2 -2
  665. package/lib/components/texts/base-text-v2/interfaces.d.ts +2 -2
  666. package/lib/components/texts/eighteen-bold/eighteen-bold.d.ts +2 -3
  667. package/lib/components/texts/eighteen-bold/index.d.ts +3 -3
  668. package/lib/components/texts/eighteen-bold/interfaces.d.ts +5 -5
  669. package/lib/components/texts/eighteen-regular/eighteen-regular.d.ts +2 -3
  670. package/lib/components/texts/eighteen-regular/index.d.ts +3 -3
  671. package/lib/components/texts/eighteen-regular/interfaces.d.ts +5 -5
  672. package/lib/components/texts/fifty-five-sb/fifty-five-sb.d.ts +2 -3
  673. package/lib/components/texts/fifty-five-sb/index.d.ts +3 -3
  674. package/lib/components/texts/fifty-five-sb/interfaces.d.ts +5 -5
  675. package/lib/components/texts/fourteen-regular/fourteen-regular.d.ts +2 -3
  676. package/lib/components/texts/fourteen-regular/index.d.ts +3 -3
  677. package/lib/components/texts/fourteen-regular/interfaces.d.ts +5 -5
  678. package/lib/components/texts/fourteen-sb/fourteen-sb.d.ts +2 -3
  679. package/lib/components/texts/fourteen-sb/index.d.ts +3 -3
  680. package/lib/components/texts/fourteen-sb/interfaces.d.ts +5 -5
  681. package/lib/components/texts/fourty-bold/fourty-bold.d.ts +2 -3
  682. package/lib/components/texts/fourty-bold/index.d.ts +3 -3
  683. package/lib/components/texts/fourty-bold/interfaces.d.ts +5 -5
  684. package/lib/components/texts/no-translate/index.d.ts +1 -1
  685. package/lib/components/texts/no-translate/no-translate.d.ts +2 -3
  686. package/lib/components/texts/responsive-text/index.d.ts +3 -3
  687. package/lib/components/texts/responsive-text/interfaces.d.ts +17 -17
  688. package/lib/components/texts/responsive-text/responsive-text.d.ts +8 -8
  689. package/lib/components/texts/responsive-text-v2/index.d.ts +2 -2
  690. package/lib/components/texts/responsive-text-v2/interfaces.d.ts +5 -5
  691. package/lib/components/texts/responsive-text-v2/responsive-text-v2.d.ts +3 -3
  692. package/lib/components/texts/sixteen-regular/index.d.ts +3 -3
  693. package/lib/components/texts/sixteen-regular/interfaces.d.ts +5 -5
  694. package/lib/components/texts/sixteen-regular/sixteen-regular.d.ts +2 -3
  695. package/lib/components/texts/sixteen-sb/index.d.ts +3 -3
  696. package/lib/components/texts/sixteen-sb/interfaces.d.ts +5 -5
  697. package/lib/components/texts/sixteen-sb/sixteen-sb.d.ts +3 -3
  698. package/lib/components/texts/ten-sb/index.d.ts +3 -3
  699. package/lib/components/texts/ten-sb/interfaces.d.ts +5 -5
  700. package/lib/components/texts/ten-sb/ten-sb.d.ts +2 -3
  701. package/lib/components/texts/thirteen-bold/index.d.ts +3 -3
  702. package/lib/components/texts/thirteen-bold/interfaces.d.ts +5 -5
  703. package/lib/components/texts/thirteen-bold/thirteen-bold.d.ts +2 -3
  704. package/lib/components/texts/thirteen-regular/index.d.ts +3 -3
  705. package/lib/components/texts/thirteen-regular/interfaces.d.ts +5 -5
  706. package/lib/components/texts/thirteen-regular/thirteen-regular.d.ts +2 -3
  707. package/lib/components/texts/thirteen-sb/index.d.ts +3 -3
  708. package/lib/components/texts/thirteen-sb/interfaces.d.ts +5 -5
  709. package/lib/components/texts/thirteen-sb/thirteen-sb.d.ts +2 -3
  710. package/lib/components/texts/thirty-two-bold/index.d.ts +3 -3
  711. package/lib/components/texts/thirty-two-bold/interfaces.d.ts +5 -5
  712. package/lib/components/texts/thirty-two-bold/thirty-two-bold.d.ts +2 -3
  713. package/lib/components/texts/thirty-two-regular/index.d.ts +3 -3
  714. package/lib/components/texts/thirty-two-regular/interfaces.d.ts +5 -5
  715. package/lib/components/texts/thirty-two-regular/thirty-two-regular.d.ts +2 -3
  716. package/lib/components/texts/twelve-regular/index.d.ts +3 -3
  717. package/lib/components/texts/twelve-regular/interfaces.d.ts +5 -5
  718. package/lib/components/texts/twelve-regular/twelve-regular.d.ts +2 -3
  719. package/lib/components/texts/twelve-sb/index.d.ts +3 -3
  720. package/lib/components/texts/twelve-sb/interfaces.d.ts +5 -5
  721. package/lib/components/texts/twelve-sb/twelve-sb.d.ts +2 -3
  722. package/lib/components/texts/twenty-four-bold/index.d.ts +3 -3
  723. package/lib/components/texts/twenty-four-bold/interfaces.d.ts +5 -5
  724. package/lib/components/texts/twenty-four-bold/twenty-four-bold.d.ts +2 -3
  725. package/lib/components/texts/twenty-four-regular/index.d.ts +3 -3
  726. package/lib/components/texts/twenty-four-regular/interfaces.d.ts +5 -5
  727. package/lib/components/texts/twenty-four-regular/twenty-four-regular.d.ts +2 -3
  728. package/lib/components/tooltips/base-info-tooltip/assets/index.d.ts +1 -1
  729. package/lib/components/tooltips/base-info-tooltip/base-info-tooltip.d.ts +6 -6
  730. package/lib/components/tooltips/base-info-tooltip/index.d.ts +3 -3
  731. package/lib/components/tooltips/base-info-tooltip/interfaces.d.ts +16 -16
  732. package/lib/components/tooltips/base-tooltip/base-tooltip.d.ts +6 -6
  733. package/lib/components/tooltips/base-tooltip/index.d.ts +3 -3
  734. package/lib/components/tooltips/base-tooltip/interfaces.d.ts +35 -35
  735. package/lib/components/tooltips/primary-info-tooltip/index.d.ts +1 -1
  736. package/lib/components/tooltips/primary-info-tooltip/interfaces.d.ts +12 -12
  737. package/lib/components/tooltips/primary-info-tooltip/primary-info-tooltip.d.ts +6 -6
  738. package/lib/components/tooltips/radio-info-button-tooltip/index.d.ts +1 -1
  739. package/lib/components/tooltips/radio-info-button-tooltip/interfaces.d.ts +23 -23
  740. package/lib/components/tooltips/radio-info-button-tooltip/radio-info-button-tooltip.d.ts +3 -3
  741. package/lib/components/tooltips/react-element-tooltip/index.d.ts +1 -1
  742. package/lib/components/tooltips/react-element-tooltip/interfaces.d.ts +17 -17
  743. package/lib/components/tooltips/react-element-tooltip/react-element-tooltip.d.ts +7 -7
  744. package/lib/components/tooltips/star-tooltip/index.d.ts +1 -1
  745. package/lib/components/tooltips/star-tooltip/interfaces.d.ts +23 -23
  746. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/index.d.ts +1 -1
  747. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/interfaces.d.ts +5 -5
  748. package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/tooltip-text-modal.d.ts +3 -3
  749. package/lib/components/tooltips/star-tooltip/star-tooltip.d.ts +3 -3
  750. package/lib/components/utils/anchor/anchor.d.ts +7 -7
  751. package/lib/components/utils/anchor/index.d.ts +1 -1
  752. package/lib/components/utils/anchor/interfaces.d.ts +33 -33
  753. package/lib/components/utils/anchor/refs-manager.d.ts +34 -34
  754. package/lib/components/utils/page-tracker/index.d.ts +3 -3
  755. package/lib/components/utils/page-tracker/interfaces.d.ts +7 -7
  756. package/lib/components/utils/page-tracker/page-tracker.d.ts +2 -2
  757. package/lib/components/utils/scroll-to-top/index.d.ts +1 -1
  758. package/lib/components/utils/scroll-to-top/interfaces.d.ts +7 -7
  759. package/lib/components/utils/scroll-to-top/scroll-to-top.d.ts +2 -3
  760. package/lib/components/utils/scroll-to-top-on-mount/index.d.ts +1 -1
  761. package/lib/components/utils/scroll-to-top-on-mount/scroll-to-top-on-mount.d.ts +1 -2
  762. package/lib/components/wrapper/functions.d.ts +9 -9
  763. package/lib/components/wrapper/index.d.ts +2 -2
  764. package/lib/components/wrapper/interfaces.d.ts +17 -17
  765. package/lib/components/wrapper/wrapper.d.ts +6 -6
  766. package/lib/core/custom-hooks.d.ts +51 -51
  767. package/lib/core/theme.d.ts +676 -676
  768. package/lib/index.d.ts +192 -191
  769. package/lib/index.js +1 -1
  770. package/lib/interfaces.d.ts +30 -30
  771. package/lib/setupTests.d.ts +1 -1
  772. package/package.json +2 -2
@@ -1,163 +1,165 @@
1
- import { ReactNode } from "react";
2
- import { History } from "history";
3
- import { BaseComponentProps } from "../../interfaces";
4
- import { LoadingSpinnerProps as LoadingIconProps } from "../../animations/loading-spinner/interfaces";
5
- /**
6
- * Defines the button component's properties. You cannot pass
7
- * both onClick and link props at the same time
8
- */
9
- export interface ButtonProps extends BaseComponentProps {
10
- /**
11
- * The location the button should point to if it is a link.
12
- * You should only pass external links, not links that should
13
- * be handled by React-Router
14
- */
15
- link?: string;
16
- /**
17
- * Indicates wheter the url provided in the link prop can be
18
- * handled by React-Router or not.
19
- *
20
- * Default value: true
21
- */
22
- isInternal?: boolean;
23
- /**
24
- * The location on the page the button should scroll to.
25
- */
26
- scrollTo?: string;
27
- /**
28
- * History object for react-router based navigation.
29
- */
30
- history?: History;
31
- /**
32
- * The callback to run when the button is clicked.
33
- */
34
- onClick?: (...variables: any[]) => void;
35
- /**
36
- * The callback to run when the button is hovered.
37
- */
38
- onHover?: (...variables: any[]) => void;
39
- /**
40
- * The child components for the button.
41
- */
42
- children?: ReactNode;
43
- /**
44
- * Stores if the button is disabled or not
45
- */
46
- disabled?: boolean;
47
- /**
48
- * padding for the button
49
- */
50
- padding?: Array<string>;
51
- /**
52
- * The font-size css property
53
- */
54
- fontSize?: Array<string>;
55
- /**
56
- * The font-weight css property
57
- */
58
- fontWeight?: string;
59
- /**
60
- * The leter-spacing css property
61
- */
62
- letterSpacing?: Array<string>;
63
- /**
64
- * The border radius for the button.
65
- */
66
- borderRadius?: string | string[];
67
- /**
68
- * The button's width
69
- */
70
- width?: string | string[];
71
- /**
72
- * The button's height
73
- */
74
- height?: Array<string>;
75
- /**
76
- * The border style to apply to the button.
77
- */
78
- borderStyle?: string;
79
- /**
80
- * The border width to apply to the button.
81
- */
82
- borderWidth?: string;
83
- /**
84
- * The border color to apply to the button.
85
- */
86
- borderColor?: string;
87
- /**
88
- * The fill to apply to the button. This would impact the color of the SVGs used inside the button
89
- */
90
- fill?: string;
91
- /**
92
- * The color css property
93
- */
94
- color?: string;
95
- /**
96
- * The background css property
97
- */
98
- bg?: string;
99
- /**
100
- * The border style to apply to the button on hover.
101
- */
102
- hoverBorderStyle?: string;
103
- /**
104
- * The border width to apply to the button on hover.
105
- */
106
- hoverBorderWidth?: string;
107
- /**
108
- * The border color to apply to the button on hover.
109
- */
110
- hoverBorderColor?: string;
111
- /**
112
- * The fill to apply to the button. This would impact the color of the SVGs used inside the button on hover
113
- */
114
- hoverFill?: string;
115
- /**
116
- * The hover color css property
117
- */
118
- hoverColor?: string;
119
- /**
120
- * The background css property on hover
121
- */
122
- hoverBg?: string;
123
- /**
124
- * This prop is used for the main cta buttons (primary/secondary blue/orange). When true, the button will have zero border radius
125
- */
126
- v1?: boolean;
127
- /**
128
- * Possible text decoration to apply on hover
129
- */
130
- hoverTextDecoration?: string;
131
- /**
132
- * Possible weight change to apply on hover
133
- */
134
- hoverFontWeight?: string;
135
- /**
136
- * Possible text decoration
137
- */
138
- textDecoration?: string;
139
- /**
140
- * Possible text transform
141
- */
142
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
143
- /**
144
- * The display of the button
145
- */
146
- display?: string | string[];
147
- /**
148
- * Optional transition
149
- */
150
- transition?: string;
151
- /**
152
- * Indicates if the loading animation should show
153
- * instead of the button content (like when a request
154
- * is in progress). False by default
155
- *
156
- * NOTE: When loading is true, the button is disabled
157
- */
158
- loading?: boolean;
159
- /**
160
- * Style props passed to the loadingIcon when loading is true
161
- */
162
- loadingIconProps?: LoadingIconProps;
163
- }
1
+ import { ReactNode } from "react";
2
+ import { History } from "history";
3
+ import { BaseComponentProps } from "../../interfaces";
4
+ import { LoadingSpinnerProps as LoadingIconProps } from "../../animations/loading-spinner/interfaces";
5
+ /**
6
+ * Defines the button component's properties. You cannot pass
7
+ * both onClick and link props at the same time
8
+ */
9
+ export interface ButtonProps extends BaseComponentProps {
10
+ /**
11
+ * The location the button should point to if it is a link.
12
+ * You should only pass external links, not links that should
13
+ * be handled by React-Router
14
+ */
15
+ link?: string;
16
+ /**
17
+ * Indicates whether the url provided in the link prop can be
18
+ * handled by React-Router or not.
19
+ *
20
+ * Default value: true
21
+ */
22
+ isInternal?: boolean;
23
+ /**
24
+ * The location on the page the button should scroll to.
25
+ */
26
+ scrollTo?: string;
27
+ /**
28
+ * History object for react-router based navigation.
29
+ */
30
+ history?: History;
31
+ /**
32
+ * The callback to run when the button is clicked.
33
+ */
34
+ onClick?: (...variables: any[]) => void;
35
+ /**
36
+ * The callback to run when the button is hovered.
37
+ */
38
+ onHover?: (...variables: any[]) => void;
39
+ /**
40
+ * The child components for the button.
41
+ */
42
+ children?: ReactNode;
43
+ /**
44
+ * Stores if the button is disabled or not
45
+ */
46
+ disabled?: boolean;
47
+ /**
48
+ * padding for the button
49
+ */
50
+ padding?: string | string[];
51
+ /**
52
+ * The font-size css property
53
+ */
54
+ fontSize?: Array<string>;
55
+ /**
56
+ * The font-weight css property
57
+ */
58
+ fontWeight?: string;
59
+ /**
60
+ * The letter-spacing css property
61
+ */
62
+ letterSpacing?: string | string[];
63
+ /**
64
+ * The border radius for the button.
65
+ */
66
+ borderRadius?: string | string[];
67
+ /**
68
+ * The button's width
69
+ */
70
+ width?: string | string[];
71
+ minWidth?: string | string[];
72
+ maxWidth?: string | string[];
73
+ /**
74
+ * The button's height
75
+ */
76
+ height?: string | string[];
77
+ /**
78
+ * The border style to apply to the button.
79
+ */
80
+ borderStyle?: string;
81
+ /**
82
+ * The border width to apply to the button.
83
+ */
84
+ borderWidth?: string;
85
+ /**
86
+ * The border color to apply to the button.
87
+ */
88
+ borderColor?: string;
89
+ /**
90
+ * The fill to apply to the button. This would impact the color of the SVGs used inside the button
91
+ */
92
+ fill?: string;
93
+ /**
94
+ * The color css property
95
+ */
96
+ color?: string;
97
+ /**
98
+ * The background css property
99
+ */
100
+ bg?: string;
101
+ /**
102
+ * The border style to apply to the button on hover.
103
+ */
104
+ hoverBorderStyle?: string;
105
+ /**
106
+ * The border width to apply to the button on hover.
107
+ */
108
+ hoverBorderWidth?: string;
109
+ /**
110
+ * The border color to apply to the button on hover.
111
+ */
112
+ hoverBorderColor?: string;
113
+ /**
114
+ * The fill to apply to the button. This would impact the color of the SVGs used inside the button on hover
115
+ */
116
+ hoverFill?: string;
117
+ /**
118
+ * The hover color css property
119
+ */
120
+ hoverColor?: string;
121
+ /**
122
+ * The background css property on hover
123
+ */
124
+ hoverBg?: string;
125
+ /**
126
+ * This prop is used for the main cta buttons (primary/secondary blue/orange). When true, the button will have zero border radius
127
+ */
128
+ v1?: boolean;
129
+ /**
130
+ * Possible text decoration to apply on hover
131
+ */
132
+ hoverTextDecoration?: string;
133
+ /**
134
+ * Possible weight change to apply on hover
135
+ */
136
+ hoverFontWeight?: string;
137
+ /**
138
+ * Possible text decoration
139
+ */
140
+ textDecoration?: string;
141
+ /**
142
+ * Possible text transform
143
+ */
144
+ textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
145
+ /**
146
+ * The display of the button
147
+ */
148
+ display?: string | string[];
149
+ /**
150
+ * Optional transition
151
+ */
152
+ transition?: string;
153
+ /**
154
+ * Indicates if the loading animation should show
155
+ * instead of the button content (like when a request
156
+ * is in progress). False by default
157
+ *
158
+ * NOTE: When loading is true, the button is disabled
159
+ */
160
+ loading?: boolean;
161
+ /**
162
+ * Style props passed to the loadingIcon when loading is true
163
+ */
164
+ loadingIconProps?: LoadingIconProps;
165
+ }
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { CtaButtonProps } from "./interfaces";
3
- /**
4
- * The cta button.
5
- */
6
- export declare const CtaButton: React.FC<CtaButtonProps>;
1
+ import React from "react";
2
+ import { CtaButtonProps } from "./interfaces";
3
+ /**
4
+ * The cta button.
5
+ */
6
+ export declare const CtaButton: React.FC<CtaButtonProps>;
@@ -1,2 +1,2 @@
1
- export { CtaButton } from "./cta-button";
2
- export type { CtaButtonProps } from "./interfaces";
1
+ export { CtaButton } from "./cta-button";
2
+ export type { CtaButtonProps } from "./interfaces";
@@ -1,5 +1,5 @@
1
- import { ButtonProps } from "../../button";
2
- /**
3
- * Additional props we want to add
4
- */
5
- export declare type CtaButtonProps = Pick<ButtonProps, "link" | "isInternal" | "scrollTo" | "width" | "height" | "history" | "onClick" | "children" | "disabled" | "color" | "bg" | "borderColor" | "borderWidth" | "borderRadius" | "hoverBorderColor" | "hoverColor" | "hoverBg" | "v1" | "transition" | "m" | "mt" | "mr" | "mb" | "ml" | "padding" | "loading" | "loadingIconProps">;
1
+ import { ButtonProps } from "../../button";
2
+ /**
3
+ * Additional props we want to add
4
+ */
5
+ export declare type CtaButtonProps = Pick<ButtonProps, "link" | "isInternal" | "scrollTo" | "width" | "height" | "history" | "onClick" | "children" | "disabled" | "color" | "bg" | "borderColor" | "borderWidth" | "borderRadius" | "hoverBorderColor" | "hoverColor" | "hoverBg" | "v1" | "transition" | "m" | "mt" | "mr" | "mb" | "ml" | "padding" | "loading" | "loadingIconProps" | "minWidth" | "maxWidth">;
@@ -1 +1 @@
1
- export { ReactComponent as Next } from "./next.svg";
1
+ export { ReactComponent as Next } from "./next.svg";
@@ -1,3 +1,3 @@
1
- import { NextButtonProps as Props } from "./interfaces";
2
- export { NextButton } from "./next-button";
3
- export declare type NextButtonProps = Props;
1
+ import { NextButtonProps as Props } from "./interfaces";
2
+ export { NextButton } from "./next-button";
3
+ export declare type NextButtonProps = Props;
@@ -1,11 +1,11 @@
1
- import { PrimaryBlueButtonProps } from "../primary-blue-button";
2
- /**
3
- * Props we want from the base button.
4
- */
5
- declare type BaseButtonProps = Pick<PrimaryBlueButtonProps, "link" | "scrollTo" | "history" | "onClick" | "children" | "disabled" | "m" | "mt" | "mr" | "mb" | "ml">;
6
- /**
7
- * Additional props we want to add
8
- */
9
- export interface NextButtonProps extends BaseButtonProps {
10
- }
11
- export {};
1
+ import { PrimaryBlueButtonProps } from "../primary-blue-button";
2
+ /**
3
+ * Props we want from the base button.
4
+ */
5
+ declare type BaseButtonProps = Pick<PrimaryBlueButtonProps, "link" | "scrollTo" | "history" | "onClick" | "children" | "disabled" | "m" | "mt" | "mr" | "mb" | "ml">;
6
+ /**
7
+ * Additional props we want to add
8
+ */
9
+ export interface NextButtonProps extends BaseButtonProps {
10
+ }
11
+ export {};
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { NextButtonProps } from ".";
3
- /**
4
- * The next button.
5
- */
6
- export declare const NextButton: React.FunctionComponent<NextButtonProps>;
1
+ import React from "react";
2
+ import { NextButtonProps } from ".";
3
+ /**
4
+ * The next button.
5
+ */
6
+ export declare const NextButton: React.FunctionComponent<NextButtonProps>;
@@ -1,3 +1,3 @@
1
- import { PrimaryBlueButtonProps as Props } from "./interfaces";
2
- export declare type PrimaryBlueButtonProps = Props;
3
- export { PrimaryBlueButton } from "./primary-blue-button";
1
+ import { PrimaryBlueButtonProps as Props } from "./interfaces";
2
+ export declare type PrimaryBlueButtonProps = Props;
3
+ export { PrimaryBlueButton } from "./primary-blue-button";
@@ -1,2 +1,2 @@
1
- import { CtaButtonProps } from "../cta-button";
2
- export declare type PrimaryBlueButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "height" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
1
+ import { CtaButtonProps } from "../cta-button";
2
+ export declare type PrimaryBlueButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "height" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { PrimaryBlueButtonProps } from "./interfaces";
3
- /**
4
- * The primary button.
5
- */
6
- export declare const PrimaryBlueButton: React.FunctionComponent<PrimaryBlueButtonProps>;
1
+ import React from "react";
2
+ import { PrimaryBlueButtonProps } from "./interfaces";
3
+ /**
4
+ * The primary button.
5
+ */
6
+ export declare const PrimaryBlueButton: React.FunctionComponent<PrimaryBlueButtonProps>;
@@ -1,3 +1,3 @@
1
- import { PrimaryOrangeButtonProps as Props } from "./interfaces";
2
- export declare type PrimaryOrangeButtonProps = Props;
3
- export { PrimaryOrangeButton } from "./primary-orange-button";
1
+ import { PrimaryOrangeButtonProps as Props } from "./interfaces";
2
+ export declare type PrimaryOrangeButtonProps = Props;
3
+ export { PrimaryOrangeButton } from "./primary-orange-button";
@@ -1,2 +1,2 @@
1
- import { CtaButtonProps } from "../cta-button";
2
- export declare type PrimaryOrangeButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "height" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
1
+ import { CtaButtonProps } from "../cta-button";
2
+ export declare type PrimaryOrangeButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "height" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { PrimaryOrangeButtonProps as Props } from "./interfaces";
3
- /**
4
- * The primary orange button.
5
- */
6
- export declare const PrimaryOrangeButton: React.FC<Props>;
1
+ import React from "react";
2
+ import { PrimaryOrangeButtonProps as Props } from "./interfaces";
3
+ /**
4
+ * The primary orange button.
5
+ */
6
+ export declare const PrimaryOrangeButton: React.FC<Props>;
@@ -1,3 +1,3 @@
1
- import { PrimaryTextButtonProps as Props } from "./interfaces";
2
- export declare type PrimaryTextButtonProps = Props;
3
- export { PrimaryTextButton } from "./primary-text-button";
1
+ import { PrimaryTextButtonProps as Props } from "./interfaces";
2
+ export declare type PrimaryTextButtonProps = Props;
3
+ export { PrimaryTextButton } from "./primary-text-button";
@@ -1,2 +1,2 @@
1
- import { CtaButtonProps } from "../cta-button";
2
- export declare type PrimaryTextButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "color" | "borderRadius" | "m" | "mt" | "mr" | "mb" | "ml" | "height" | "padding" | "loading" | "loadingIconProps">;
1
+ import { CtaButtonProps } from "../cta-button";
2
+ export declare type PrimaryTextButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "color" | "borderRadius" | "m" | "mt" | "mr" | "mb" | "ml" | "height" | "padding" | "loading" | "loadingIconProps">;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { PrimaryTextButtonProps } from "./interfaces";
3
- /**
4
- * The primary button.
5
- */
6
- export declare const PrimaryTextButton: React.FunctionComponent<PrimaryTextButtonProps>;
1
+ import React from "react";
2
+ import { PrimaryTextButtonProps } from "./interfaces";
3
+ /**
4
+ * The primary button.
5
+ */
6
+ export declare const PrimaryTextButton: React.FunctionComponent<PrimaryTextButtonProps>;
@@ -1,3 +1,3 @@
1
- import { SecondaryBlueButtonProps as Props } from "./interfaces";
2
- export declare type SecondaryBlueButtonProps = Props;
3
- export { SecondaryBlueButton } from "./secondary-blue-button";
1
+ import { SecondaryBlueButtonProps as Props } from "./interfaces";
2
+ export declare type SecondaryBlueButtonProps = Props;
3
+ export { SecondaryBlueButton } from "./secondary-blue-button";
@@ -1,2 +1,2 @@
1
- import { CtaButtonProps } from "../cta-button";
2
- export declare type SecondaryBlueButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "height" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
1
+ import { CtaButtonProps } from "../cta-button";
2
+ export declare type SecondaryBlueButtonProps = Pick<CtaButtonProps, "children" | "disabled" | "history" | "link" | "isInternal" | "onClick" | "scrollTo" | "width" | "height" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps" | "minWidth" | "maxWidth">;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { SecondaryBlueButtonProps as Props } from "./interfaces";
3
- /**
4
- * The secondary button.
5
- */
6
- export declare const SecondaryBlueButton: React.FC<Props>;
1
+ import React from "react";
2
+ import { SecondaryBlueButtonProps as Props } from "./interfaces";
3
+ /**
4
+ * The secondary button.
5
+ */
6
+ export declare const SecondaryBlueButton: React.FC<Props>;
@@ -1,3 +1,3 @@
1
- import { SecondaryOrangeButtonProps as Props } from "./interfaces";
2
- export { SecondaryOrangeButton } from "./secondary-orange-button";
3
- export declare type SecondaryOrangeButtonProps = Props;
1
+ import { SecondaryOrangeButtonProps as Props } from "./interfaces";
2
+ export { SecondaryOrangeButton } from "./secondary-orange-button";
3
+ export declare type SecondaryOrangeButtonProps = Props;
@@ -1,2 +1,2 @@
1
- import { CtaButtonProps } from "../cta-button";
2
- export declare type SecondaryOrangeButtonProps = Pick<CtaButtonProps, "link" | "isInternal" | "children" | "disabled" | "history" | "onClick" | "scrollTo" | "height" | "width" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
1
+ import { CtaButtonProps } from "../cta-button";
2
+ export declare type SecondaryOrangeButtonProps = Pick<CtaButtonProps, "link" | "isInternal" | "children" | "disabled" | "history" | "onClick" | "scrollTo" | "height" | "width" | "borderRadius" | "v1" | "m" | "mt" | "mr" | "mb" | "ml" | "loading" | "loadingIconProps">;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { SecondaryOrangeButtonProps as Props } from "./interfaces";
3
- /**
4
- * The secondary orange button.
5
- */
6
- export declare const SecondaryOrangeButton: React.FC<Props>;
1
+ import React from "react";
2
+ import { SecondaryOrangeButtonProps as Props } from "./interfaces";
3
+ /**
4
+ * The secondary orange button.
5
+ */
6
+ export declare const SecondaryOrangeButton: React.FC<Props>;
@@ -1 +1 @@
1
- export { ReactComponent as Share } from "./share.svg";
1
+ export { ReactComponent as Share } from "./share.svg";
@@ -1,3 +1,3 @@
1
- import { ShareButtonProps as Props } from "./interfaces";
2
- export { ShareButton } from "./share-button";
3
- export declare type ShareButtonProps = Props;
1
+ import { ShareButtonProps as Props } from "./interfaces";
2
+ export { ShareButton } from "./share-button";
3
+ export declare type ShareButtonProps = Props;
@@ -1,23 +1,23 @@
1
- import { CtaButtonProps } from "../cta-button";
2
- /**
3
- * Props we want from the base button.
4
- */
5
- declare type BaseButtonProps = Pick<CtaButtonProps, "link" | "scrollTo" | "history" | "onClick" | "children" | "disabled" | "color" | "bg" | "borderColor" | "hoverBorderColor" | "hoverColor" | "hoverBg" | "m" | "mt" | "mr" | "mb" | "ml">;
6
- /**
7
- * Additional props we want to add
8
- */
9
- export interface ShareButtonProps extends BaseButtonProps {
10
- /**
11
- * The share title string.
12
- */
13
- shareTitle: string;
14
- /**
15
- * The share body string.
16
- */
17
- shareBody?: string;
18
- /**
19
- * The url we want to share.
20
- */
21
- url: string;
22
- }
23
- export {};
1
+ import { CtaButtonProps } from "../cta-button";
2
+ /**
3
+ * Props we want from the base button.
4
+ */
5
+ declare type BaseButtonProps = Pick<CtaButtonProps, "link" | "scrollTo" | "history" | "onClick" | "children" | "disabled" | "color" | "bg" | "borderColor" | "hoverBorderColor" | "hoverColor" | "hoverBg" | "m" | "mt" | "mr" | "mb" | "ml">;
6
+ /**
7
+ * Additional props we want to add
8
+ */
9
+ export interface ShareButtonProps extends BaseButtonProps {
10
+ /**
11
+ * The share title string.
12
+ */
13
+ shareTitle: string;
14
+ /**
15
+ * The share body string.
16
+ */
17
+ shareBody?: string;
18
+ /**
19
+ * The url we want to share.
20
+ */
21
+ url: string;
22
+ }
23
+ export {};
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { ShareButtonProps } from "./interfaces";
3
- /**
4
- * The share button.
5
- */
6
- export declare const ShareButton: React.FunctionComponent<ShareButtonProps>;
1
+ import React from "react";
2
+ import { ShareButtonProps } from "./interfaces";
3
+ /**
4
+ * The share button.
5
+ */
6
+ export declare const ShareButton: React.FunctionComponent<ShareButtonProps>;