@mmb-digital/design-system-web 0.1.15 → 0.1.17

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 (341) hide show
  1. package/dist/index.cjs.js +543 -423
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +1244 -23
  4. package/dist/index.esm.js +616 -496
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +14 -7
  7. package/rollup.config.ts +50 -0
  8. package/dist/assets/index.cjs-04a58195.css +0 -271
  9. package/dist/assets/index.cjs-47681559.css +0 -653
  10. package/dist/assets/index.esm-04a58195.css +0 -271
  11. package/dist/assets/index.esm-47681559.css +0 -653
  12. package/dist/components/accordion/accordion/accordion.d.ts +0 -4
  13. package/dist/components/accordion/accordion/accordion.styles.d.ts +0 -2
  14. package/dist/components/accordion/accordion/accordion.types.d.ts +0 -4
  15. package/dist/components/accordion/accordion/index.d.ts +0 -3
  16. package/dist/components/accordion/accordion/storiesData.d.ts +0 -2
  17. package/dist/components/accordion/accordionItem/accordionItem.d.ts +0 -4
  18. package/dist/components/accordion/accordionItem/accordionItem.styles.d.ts +0 -9
  19. package/dist/components/accordion/accordionItem/accordionItem.types.d.ts +0 -12
  20. package/dist/components/accordion/accordionItem/index.d.ts +0 -3
  21. package/dist/components/accordion/index.d.ts +0 -2
  22. package/dist/components/button/button.d.ts +0 -4
  23. package/dist/components/button/button.styles.d.ts +0 -4
  24. package/dist/components/button/button.test.d.ts +0 -1
  25. package/dist/components/button/button.types.d.ts +0 -30
  26. package/dist/components/button/index.d.ts +0 -3
  27. package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.d.ts +0 -7
  28. package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.style.d.ts +0 -45
  29. package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.types.d.ts +0 -3
  30. package/dist/components/calculator/calculatorResult/calculatorResult/index.d.ts +0 -3
  31. package/dist/components/calculator/calculatorResult/calculatorResult.types.d.ts +0 -27
  32. package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.d.ts +0 -7
  33. package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.style.d.ts +0 -14
  34. package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.types.d.ts +0 -12
  35. package/dist/components/calculator/calculatorResult/calculatorResultBox/index.d.ts +0 -3
  36. package/dist/components/calculator/calculatorResult/index.d.ts +0 -2
  37. package/dist/components/datepicker/customHeader.d.ts +0 -4
  38. package/dist/components/datepicker/customHeader.styles.d.ts +0 -3
  39. package/dist/components/datepicker/datePicker.d.ts +0 -4
  40. package/dist/components/datepicker/datePicker.styles.d.ts +0 -3
  41. package/dist/components/datepicker/datePicker.types.d.ts +0 -25
  42. package/dist/components/datepicker/dateTimePicker.test.d.ts +0 -1
  43. package/dist/components/datepicker/index.d.ts +0 -3
  44. package/dist/components/form/hint/formHint.d.ts +0 -4
  45. package/dist/components/form/hint/formHint.style.d.ts +0 -1
  46. package/dist/components/form/hint/formHint.types.d.ts +0 -4
  47. package/dist/components/formElement/checkbox/checkbox/checkbox.d.ts +0 -4
  48. package/dist/components/formElement/checkbox/checkbox/checkbox.style.d.ts +0 -10
  49. package/dist/components/formElement/checkbox/checkbox/checkbox.types.d.ts +0 -16
  50. package/dist/components/formElement/checkbox/checkbox/index.d.ts +0 -3
  51. package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.d.ts +0 -4
  52. package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.style.d.ts +0 -12
  53. package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.types.d.ts +0 -9
  54. package/dist/components/formElement/checkbox/checkboxBase/checkboxBaseSvgHandler.d.ts +0 -2
  55. package/dist/components/formElement/checkbox/checkboxBase/index.d.ts +0 -3
  56. package/dist/components/formElement/checkbox/index.d.ts +0 -1
  57. package/dist/components/formElement/radio/index.d.ts +0 -5
  58. package/dist/components/formElement/radio/radio/radio.d.ts +0 -4
  59. package/dist/components/formElement/radio/radio/radio.style.d.ts +0 -11
  60. package/dist/components/formElement/radio/radio/radio.types.d.ts +0 -16
  61. package/dist/components/formElement/radio/radio.types.d.ts +0 -10
  62. package/dist/components/formElement/radio/radioBase/index.d.ts +0 -3
  63. package/dist/components/formElement/radio/radioBase/radioBase.d.ts +0 -4
  64. package/dist/components/formElement/radio/radioBase/radioBase.style.d.ts +0 -13
  65. package/dist/components/formElement/radio/radioBase/radioBase.types.d.ts +0 -3
  66. package/dist/components/formElement/radio/radioBase/radioBaseSvgHandler.d.ts +0 -2
  67. package/dist/components/formElement/radio/radioButton/radioButton/index.d.ts +0 -3
  68. package/dist/components/formElement/radio/radioButton/radioButton/radioButton.d.ts +0 -4
  69. package/dist/components/formElement/radio/radioButton/radioButton/radioButton.style.d.ts +0 -12
  70. package/dist/components/formElement/radio/radioButton/radioButton/radioButton.types.d.ts +0 -10
  71. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/index.d.ts +0 -3
  72. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.d.ts +0 -7
  73. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.style.d.ts +0 -8
  74. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.types.d.ts +0 -22
  75. package/dist/components/formElement/select/control.d.ts +0 -4
  76. package/dist/components/formElement/select/downChevron.d.ts +0 -2
  77. package/dist/components/formElement/select/dropdownIndicator.d.ts +0 -4
  78. package/dist/components/formElement/select/index.d.ts +0 -4
  79. package/dist/components/formElement/select/option.d.ts +0 -5
  80. package/dist/components/formElement/select/select.d.ts +0 -5
  81. package/dist/components/formElement/select/select.style.d.ts +0 -9
  82. package/dist/components/formElement/select/select.types.d.ts +0 -39
  83. package/dist/components/formElement/select/selectBase.d.ts +0 -4
  84. package/dist/components/formElement/select/singleValue.d.ts +0 -4
  85. package/dist/components/formElement/textfieldInput/index.d.ts +0 -9
  86. package/dist/components/formElement/textfieldInput/inputBase/index.d.ts +0 -3
  87. package/dist/components/formElement/textfieldInput/inputBase/inputBase.d.ts +0 -4
  88. package/dist/components/formElement/textfieldInput/inputBase/inputBase.styles.d.ts +0 -8
  89. package/dist/components/formElement/textfieldInput/inputBase/inputBase.types.d.ts +0 -22
  90. package/dist/components/formElement/textfieldInput/inputLabel/index.d.ts +0 -3
  91. package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.d.ts +0 -4
  92. package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.styles.d.ts +0 -2
  93. package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.types.d.ts +0 -8
  94. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.d.ts +0 -4
  95. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.styles.d.ts +0 -2
  96. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.types.d.ts +0 -4
  97. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/index.d.ts +0 -3
  98. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/index.d.ts +0 -3
  99. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.d.ts +0 -4
  100. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.styles.d.ts +0 -2
  101. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.types.d.ts +0 -5
  102. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/index.d.ts +0 -3
  103. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.d.ts +0 -4
  104. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.styles.d.ts +0 -2
  105. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.types.d.ts +0 -7
  106. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/index.d.ts +0 -3
  107. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.d.ts +0 -4
  108. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.style.d.ts +0 -14
  109. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.types.d.ts +0 -29
  110. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInputHelper.d.ts +0 -2
  111. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/index.d.ts +0 -3
  112. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.d.ts +0 -4
  113. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.styles.d.ts +0 -2
  114. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.types.d.ts +0 -4
  115. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/index.d.ts +0 -3
  116. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.d.ts +0 -4
  117. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.styles.d.ts +0 -2
  118. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.types.d.ts +0 -6
  119. package/dist/components/formElement/textfieldInput/textfieldInput.types.d.ts +0 -30
  120. package/dist/components/formElement/toggle/index.d.ts +0 -3
  121. package/dist/components/formElement/toggle/toggle.d.ts +0 -7
  122. package/dist/components/formElement/toggle/toggle.styles.d.ts +0 -8
  123. package/dist/components/formElement/toggle/toggle.types.d.ts +0 -9
  124. package/dist/components/formatted/amount/formattedAmount.d.ts +0 -4
  125. package/dist/components/formatted/amount/formattedAmount.test.d.ts +0 -1
  126. package/dist/components/formatted/amount/formattedAmount.types.d.ts +0 -6
  127. package/dist/components/formatted/amount/index.d.ts +0 -3
  128. package/dist/components/formatted/amount/useFormatAmount.d.ts +0 -9
  129. package/dist/components/formatted/amount/useFormatAmount.test.d.ts +0 -1
  130. package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.d.ts +0 -4
  131. package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.test.d.ts +0 -1
  132. package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.types.d.ts +0 -2
  133. package/dist/components/formatted/message/formattedHtmlMessage/index.d.ts +0 -3
  134. package/dist/components/formatted/message/formattedMessage/formattedMessage.d.ts +0 -4
  135. package/dist/components/formatted/message/formattedMessage/formattedMessage.test.d.ts +0 -1
  136. package/dist/components/formatted/message/formattedMessage/formattedMessage.types.d.ts +0 -2
  137. package/dist/components/formatted/message/formattedMessage/index.d.ts +0 -3
  138. package/dist/components/formatted/message/index.d.ts +0 -4
  139. package/dist/components/formatted/message/isMessageDisplayable/index.d.ts +0 -1
  140. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.d.ts +0 -2
  141. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.test.d.ts +0 -1
  142. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.types.d.ts +0 -5
  143. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayableConfig.d.ts +0 -1
  144. package/dist/components/formatted/message/isMessageDisplayable/useIsMessageDisplayable.d.ts +0 -2
  145. package/dist/components/formatted/message/isMessageDisplayable/useIsMessageDisplayable.test.d.ts +0 -1
  146. package/dist/components/formatted/message/message.types.d.ts +0 -5
  147. package/dist/components/formatted/percentage/formattedPercentage.d.ts +0 -4
  148. package/dist/components/formatted/percentage/formattedPercentage.test.d.ts +0 -1
  149. package/dist/components/formatted/percentage/formattedPercentage.types.d.ts +0 -5
  150. package/dist/components/formatted/percentage/index.d.ts +0 -3
  151. package/dist/components/formatted/percentage/useFormattedPercentage.d.ts +0 -8
  152. package/dist/components/formatted/percentage/useFormattedPercentage.test.d.ts +0 -1
  153. package/dist/components/hook/id/getUniqueId.d.ts +0 -1
  154. package/dist/components/hook/id/getUniqueIdIfIsUndefined.d.ts +0 -1
  155. package/dist/components/hook/id/useUniqueIdIfIsUndefined.d.ts +0 -1
  156. package/dist/components/icon/flag/iconFlag.d.ts +0 -4
  157. package/dist/components/icon/flag/iconFlag.style.d.ts +0 -2
  158. package/dist/components/icon/flag/iconFlag.types.d.ts +0 -9
  159. package/dist/components/icon/flag/index.d.ts +0 -3
  160. package/dist/components/icon/flag/svg/iconFlagCz.d.ts +0 -3
  161. package/dist/components/icon/flag/svg/iconFlagEu.d.ts +0 -3
  162. package/dist/components/icon/flag/svg/iconFlagHr.d.ts +0 -3
  163. package/dist/components/icon/flag/svg/iconFlagUsa.d.ts +0 -3
  164. package/dist/components/icon/product/iconProduct.d.ts +0 -4
  165. package/dist/components/icon/product/iconProduct.style.d.ts +0 -7
  166. package/dist/components/icon/product/iconProduct.types.d.ts +0 -19
  167. package/dist/components/icon/product/index.d.ts +0 -3
  168. package/dist/components/icon/product/svg/iconProductSvg.types.d.ts +0 -4
  169. package/dist/components/icon/product/svg/information/big/iconProductInformationBig.d.ts +0 -4
  170. package/dist/components/icon/product/svg/information/small/iconProductInformationSmall.d.ts +0 -4
  171. package/dist/components/icon/product/svg/warningTriangle/big/iconProductWarningTriangleBig.d.ts +0 -4
  172. package/dist/components/icon/product/svg/warningTriangle/small/iconProductWarningTriangleSmall.d.ts +0 -4
  173. package/dist/components/icon/system/iconSystem.d.ts +0 -4
  174. package/dist/components/icon/system/iconSystem.style.d.ts +0 -7
  175. package/dist/components/icon/system/iconSystem.types.d.ts +0 -29
  176. package/dist/components/icon/system/index.d.ts +0 -3
  177. package/dist/components/icon/system/svg/arrowDown/big/iconSystemArrowDownBig.d.ts +0 -4
  178. package/dist/components/icon/system/svg/arrowDown/small/iconSystemArrowDownSmall.d.ts +0 -4
  179. package/dist/components/icon/system/svg/arrowLeft/big/iconSystemArrowLeftBig.d.ts +0 -4
  180. package/dist/components/icon/system/svg/arrowLeft/small/iconSystemArrowLeftSmall.d.ts +0 -4
  181. package/dist/components/icon/system/svg/arrowRight/big/iconSystemArrowRightBig.d.ts +0 -4
  182. package/dist/components/icon/system/svg/arrowRight/small/iconSystemArrowRightSmall.d.ts +0 -4
  183. package/dist/components/icon/system/svg/arrowUp/big/iconSystemArrowUpBig.d.ts +0 -4
  184. package/dist/components/icon/system/svg/arrowUp/small/iconSystemArrowUpSmall.d.ts +0 -4
  185. package/dist/components/icon/system/svg/arrowUpRight/big/iconSystemArrowUpRightBig.d.ts +0 -4
  186. package/dist/components/icon/system/svg/arrowUpRight/small/iconSystemArrowUpRightSmall.d.ts +0 -4
  187. package/dist/components/icon/system/svg/bank/big/iconSystemBankBig.d.ts +0 -4
  188. package/dist/components/icon/system/svg/bank/small/iconSystemBankSmall.d.ts +0 -4
  189. package/dist/components/icon/system/svg/checkmark/big/iconSystemCheckmarkBig.d.ts +0 -4
  190. package/dist/components/icon/system/svg/checkmark/small/iconSystemCheckmarkSmall.d.ts +0 -4
  191. package/dist/components/icon/system/svg/chevronDown/big/iconSystemChevronDownBig.d.ts +0 -4
  192. package/dist/components/icon/system/svg/chevronDown/small/iconSystemChevronDownSmall.d.ts +0 -4
  193. package/dist/components/icon/system/svg/chevronLeft/big/iconSystemChevronLeftBig.d.ts +0 -4
  194. package/dist/components/icon/system/svg/chevronLeft/small/iconSystemChevronLeftSmall.d.ts +0 -4
  195. package/dist/components/icon/system/svg/chevronRight/big/iconSystemChevronRightBig.d.ts +0 -4
  196. package/dist/components/icon/system/svg/chevronRight/small/iconSystemChevronRightSmall.d.ts +0 -4
  197. package/dist/components/icon/system/svg/chevronUp/big/iconSystemChevronUpBig.d.ts +0 -4
  198. package/dist/components/icon/system/svg/chevronUp/small/iconSystemChevronUpSmall.d.ts +0 -4
  199. package/dist/components/icon/system/svg/close/big/iconSystemCloseBig.d.ts +0 -4
  200. package/dist/components/icon/system/svg/close/small/iconSystemCloseSmall.d.ts +0 -4
  201. package/dist/components/icon/system/svg/iconSystemSvg.types.d.ts +0 -4
  202. package/dist/components/icon/system/svg/minus/big/iconSystemMinusBig.d.ts +0 -4
  203. package/dist/components/icon/system/svg/minus/small/iconSystemMinusSmall.d.ts +0 -4
  204. package/dist/components/icon/system/svg/plus/big/iconSystemPlusBig.d.ts +0 -4
  205. package/dist/components/icon/system/svg/plus/small/iconSystemPlusSmall.d.ts +0 -4
  206. package/dist/components/icon/system/svg/search/big/iconSystemSearchBig.d.ts +0 -4
  207. package/dist/components/icon/system/svg/search/small/iconSystemSearchSmall.d.ts +0 -4
  208. package/dist/components/infobox/index.d.ts +0 -3
  209. package/dist/components/infobox/infobox.d.ts +0 -4
  210. package/dist/components/infobox/infobox.styles.d.ts +0 -3
  211. package/dist/components/infobox/infobox.types.d.ts +0 -17
  212. package/dist/components/loader/index.d.ts +0 -2
  213. package/dist/components/loader/loader/index.d.ts +0 -3
  214. package/dist/components/loader/loader/loader.d.ts +0 -4
  215. package/dist/components/loader/loader/loader.types.d.ts +0 -12
  216. package/dist/components/loader/loader/loaderSvg.d.ts +0 -4
  217. package/dist/components/loader/loaderOverlayBox/index.d.ts +0 -3
  218. package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.d.ts +0 -4
  219. package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.style.d.ts +0 -7
  220. package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.types.d.ts +0 -6
  221. package/dist/components/modal/index.d.ts +0 -1
  222. package/dist/components/modal/modal/index.d.ts +0 -3
  223. package/dist/components/modal/modal/modal.d.ts +0 -4
  224. package/dist/components/modal/modal/modal.domFunctions.d.ts +0 -1
  225. package/dist/components/modal/modal/modal.style.d.ts +0 -3
  226. package/dist/components/modal/modal/modal.types.d.ts +0 -15
  227. package/dist/components/modal/modal/useModal.d.ts +0 -6
  228. package/dist/components/modal/modalCloseButton/index.d.ts +0 -3
  229. package/dist/components/modal/modalCloseButton/modalCloseButton.d.ts +0 -4
  230. package/dist/components/modal/modalCloseButton/modalCloseButton.style.d.ts +0 -1
  231. package/dist/components/modal/modalCloseButton/modalCloseButton.types.d.ts +0 -3
  232. package/dist/components/modal/modalOverlay/index.d.ts +0 -3
  233. package/dist/components/modal/modalOverlay/modalOverlay.d.ts +0 -4
  234. package/dist/components/modal/modalOverlay/modalOverlay.style.d.ts +0 -1
  235. package/dist/components/modal/modalOverlay/modalOverlay.types.d.ts +0 -4
  236. package/dist/components/slider/slider/index.d.ts +0 -3
  237. package/dist/components/slider/slider/slider.d.ts +0 -4
  238. package/dist/components/slider/slider/slider.style.d.ts +0 -7
  239. package/dist/components/slider/slider/slider.types.d.ts +0 -48
  240. package/dist/components/slider/slider/sliderFunction/default/sliderFunctionDefault.d.ts +0 -2
  241. package/dist/components/slider/slider/sliderFunction/default/sliderStep.d.ts +0 -7
  242. package/dist/components/slider/slider/sliderFunction/linearVisualSteps/sliderFunctionLinearVisualSteps.d.ts +0 -2
  243. package/dist/components/slider/slider/sliderFunction/linearVisualSteps/sliderMax.d.ts +0 -8
  244. package/dist/components/slider/slider/sliderFunction/linearVisualSteps/sliderValueByValue.d.ts +0 -9
  245. package/dist/components/slider/slider/sliderFunction/linearVisualSteps/valueBySliderValue.d.ts +0 -2
  246. package/dist/components/slider/slider/sliderFunction/visuallyLinearByValue/sliderFunctionVisuallyLinearByValue.d.ts +0 -2
  247. package/dist/components/slider/slider/sliderFunction/visuallyLinearByValue/sliderStep.d.ts +0 -7
  248. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderFunctionVisuallySameStepSize.d.ts +0 -2
  249. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderMax.d.ts +0 -8
  250. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderValueByValue.d.ts +0 -9
  251. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/valueBySliderValue.d.ts +0 -2
  252. package/dist/components/slider/slider/sliderHandleSvgHandler.d.ts +0 -3
  253. package/dist/components/stack/index.d.ts +0 -3
  254. package/dist/components/stack/stack.d.ts +0 -4
  255. package/dist/components/stack/stack.styles.d.ts +0 -8
  256. package/dist/components/stack/stack.types.d.ts +0 -21
  257. package/dist/components/stepper/index.d.ts +0 -3
  258. package/dist/components/stepper/stepper/index.d.ts +0 -2
  259. package/dist/components/stepper/stepper/stepper.d.ts +0 -4
  260. package/dist/components/stepper/stepper/stepper.styles.d.ts +0 -4
  261. package/dist/components/stepper/stepper/storiesData.d.ts +0 -3
  262. package/dist/components/stepper/stepper.types.d.ts +0 -19
  263. package/dist/components/stepper/stepperItem/index.d.ts +0 -2
  264. package/dist/components/stepper/stepperItem/stepperItem.d.ts +0 -4
  265. package/dist/components/stepper/stepperItem/stepperItem.styles.d.ts +0 -6
  266. package/dist/components/storeButton/assets/androidSvg.d.ts +0 -8
  267. package/dist/components/storeButton/assets/appleSvg.d.ts +0 -8
  268. package/dist/components/storeButton/index.d.ts +0 -3
  269. package/dist/components/storeButton/storeButton.d.ts +0 -4
  270. package/dist/components/storeButton/storeButton.styles.d.ts +0 -3
  271. package/dist/components/storeButton/storeButton.test.d.ts +0 -1
  272. package/dist/components/storeButton/storeButton.types.d.ts +0 -13
  273. package/dist/components/table/index.d.ts +0 -8
  274. package/dist/components/table/table/table.d.ts +0 -4
  275. package/dist/components/table/table/table.styles.d.ts +0 -3
  276. package/dist/components/table/tableBody/tableBody.d.ts +0 -4
  277. package/dist/components/table/tableBody/tableBody.styles.d.ts +0 -3
  278. package/dist/components/table/tableData/tableData.d.ts +0 -4
  279. package/dist/components/table/tableData/tableData.styles.d.ts +0 -3
  280. package/dist/components/table/tableHead/tableHead.d.ts +0 -4
  281. package/dist/components/table/tableHead/tableHead.styles.d.ts +0 -3
  282. package/dist/components/table/tableHeadData/tableHeadData.d.ts +0 -4
  283. package/dist/components/table/tableHeadData/tableHeadData.styles.d.ts +0 -3
  284. package/dist/components/table/tableRow/tableRow.d.ts +0 -4
  285. package/dist/components/table/tableRow/tableRow.styles.d.ts +0 -3
  286. package/dist/components/table/types.d.ts +0 -9
  287. package/dist/components/tabs/index.d.ts +0 -2
  288. package/dist/components/tabs/tabs/index.d.ts +0 -2
  289. package/dist/components/tabs/tabs/storiesData.d.ts +0 -5
  290. package/dist/components/tabs/tabs/tabs.d.ts +0 -4
  291. package/dist/components/tabs/tabs/tabs.styles.d.ts +0 -3
  292. package/dist/components/tabs/tabs.types.d.ts +0 -28
  293. package/dist/components/tabs/tabsItem/index.d.ts +0 -2
  294. package/dist/components/tabs/tabsItem/tabsItem.d.ts +0 -4
  295. package/dist/components/tabs/tabsItem/tabsItem.styles.d.ts +0 -4
  296. package/dist/components/tag/index.d.ts +0 -3
  297. package/dist/components/tag/tag.d.ts +0 -4
  298. package/dist/components/tag/tag.styles.d.ts +0 -4
  299. package/dist/components/tag/tag.types.d.ts +0 -37
  300. package/dist/components/tooltip/floatingElement/tooltipFloatingElement.d.ts +0 -4
  301. package/dist/components/tooltip/floatingElement/tooltipFloatingElement.style.d.ts +0 -10
  302. package/dist/components/tooltip/floatingElement/tooltipFloatingElement.types.d.ts +0 -9
  303. package/dist/components/tooltip/general/index.d.ts +0 -4
  304. package/dist/components/tooltip/general/tooltipGeneral.d.ts +0 -4
  305. package/dist/components/tooltip/general/tooltipGeneral.style.d.ts +0 -7
  306. package/dist/components/tooltip/general/tooltipGeneral.types.d.ts +0 -10
  307. package/dist/components/tooltip/index.d.ts +0 -10
  308. package/dist/components/tooltip/info/index.d.ts +0 -3
  309. package/dist/components/tooltip/info/tooltipInfo.d.ts +0 -4
  310. package/dist/components/tooltip/info/tooltipInfo.style.d.ts +0 -7
  311. package/dist/components/tooltip/info/tooltipInfo.types.d.ts +0 -6
  312. package/dist/components/tooltip/infoConditional/index.d.ts +0 -3
  313. package/dist/components/tooltip/infoConditional/tooltipInfoConditional.d.ts +0 -4
  314. package/dist/components/tooltip/infoConditional/tooltipInfoConditional.types.d.ts +0 -7
  315. package/dist/components/tooltip/infoDisplayableCheck/index.d.ts +0 -3
  316. package/dist/components/tooltip/infoDisplayableCheck/tooltipInfoDisplayableCheck.d.ts +0 -4
  317. package/dist/components/tooltip/infoDisplayableCheck/tooltipInfoDisplayableCheck.test.d.ts +0 -1
  318. package/dist/components/tooltip/infoDisplayableCheck/tooltipInfoDisplayableCheck.types.d.ts +0 -9
  319. package/dist/components/tooltip/tooltip.types.d.ts +0 -19
  320. package/dist/components/tooltip/useTooltipFloatingElement/index.d.ts +0 -1
  321. package/dist/components/tooltip/useTooltipFloatingElement/useCreateTooltipFloatingElement.d.ts +0 -2
  322. package/dist/components/tooltip/useTooltipFloatingElement/useCreateTooltipFloatingElement.test.d.ts +0 -1
  323. package/dist/components/tooltip/useTooltipFloatingElement/useCreateTooltipFloatingElement.types.d.ts +0 -4
  324. package/dist/components/typography/index.d.ts +0 -3
  325. package/dist/components/typography/typography.d.ts +0 -4
  326. package/dist/components/typography/typography.styles.d.ts +0 -3
  327. package/dist/components/typography/typography.types.d.ts +0 -38
  328. package/dist/const/html/entity.d.ts +0 -1
  329. package/dist/icons/systemIcon.d.ts +0 -8
  330. package/dist/jest.config.d.ts +0 -7
  331. package/dist/media/index.d.ts +0 -1
  332. package/dist/media/media.types.d.ts +0 -4
  333. package/dist/provider/storybook/storybookProvider.d.ts +0 -4
  334. package/dist/provider/storybook/storybookProvider.types.d.ts +0 -4
  335. package/dist/provider/styledComponents/theme/styledComponentsThemeProvider.d.ts +0 -4
  336. package/dist/provider/styledComponents/theme/styledComponentsThemeProvider.types..d.ts +0 -4
  337. package/dist/style/styledComponents/theme.d.ts +0 -527
  338. package/dist/util/colorScheme/colorScheme.types.d.ts +0 -10
  339. package/dist/util/colorScheme/getColor.d.ts +0 -2
  340. package/dist/util/colorScheme/index.d.ts +0 -3
  341. package/dist/util/colorScheme/useColorScheme.d.ts +0 -2
@@ -1,19 +0,0 @@
1
- import { ColorScheme } from '@/util/colorScheme';
2
- export declare enum IconProductType {
3
- information = "information",
4
- warningTriangle = "warningTriangle"
5
- }
6
- export declare enum IconProductSize {
7
- big = "big",
8
- small = "small"
9
- }
10
- export declare enum IconProductVariant {
11
- active = "active",
12
- default = "default"
13
- }
14
- export interface IconProductProps {
15
- readonly colorScheme?: ColorScheme;
16
- readonly size: IconProductSize;
17
- readonly type: IconProductType;
18
- readonly variant?: IconProductVariant | undefined;
19
- }
@@ -1,3 +0,0 @@
1
- import IconProduct from './iconProduct';
2
- export { IconProduct };
3
- export { IconProductSize, IconProductType } from './iconProduct.types';
@@ -1,4 +0,0 @@
1
- export interface IconProductSvgProps {
2
- readonly fill: string;
3
- readonly stroke: string;
4
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProductSvgProps } from '@/components/icon/product/svg/iconProductSvg.types';
3
- declare const IconProductInformationBig: React.FC<IconProductSvgProps>;
4
- export default IconProductInformationBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProductSvgProps } from '@/components/icon/product/svg/iconProductSvg.types';
3
- declare const IconProductInformationSmall: React.FC<IconProductSvgProps>;
4
- export default IconProductInformationSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProductSvgProps } from '@/components/icon/product/svg/iconProductSvg.types';
3
- declare const IconProductWarningTriangleBig: React.FC<IconProductSvgProps>;
4
- export default IconProductWarningTriangleBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProductSvgProps } from '@/components/icon/product/svg/iconProductSvg.types';
3
- declare const IconProductWarningTriangleSmall: React.FC<IconProductSvgProps>;
4
- export default IconProductWarningTriangleSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemProps } from './iconSystem.types';
3
- declare const IconSystem: React.FC<IconSystemProps>;
4
- export default IconSystem;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { IconSystemSize } from './iconSystem.types';
3
- interface WrapperProps {
4
- readonly size: IconSystemSize;
5
- }
6
- export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, WrapperProps>>;
7
- export {};
@@ -1,29 +0,0 @@
1
- import { ColorScheme } from '@/util/colorScheme';
2
- export declare enum IconSystemType {
3
- arrowDown = "arrowDown",
4
- arrowLeft = "arrowLeft",
5
- arrowRight = "arrowRight",
6
- arrowUp = "arrowUp",
7
- arrowUpRight = "arrowUpRight",
8
- bank = "bank",
9
- checkmark = "checkmark",
10
- chevronDown = "chevronDown",
11
- chevronLeft = "chevronLeft",
12
- chevronRight = "chevronRight",
13
- chevronUp = "chevronUp",
14
- close = "close",
15
- minus = "minus",
16
- plus = "plus",
17
- search = "search"
18
- }
19
- export declare enum IconSystemSize {
20
- big = "big",
21
- small = "small"
22
- }
23
- export interface IconSystemProps {
24
- readonly colorScheme?: ColorScheme;
25
- readonly fill?: string;
26
- readonly size: IconSystemSize;
27
- readonly stroke?: string;
28
- readonly type: IconSystemType;
29
- }
@@ -1,3 +0,0 @@
1
- import IconSystem from './iconSystem';
2
- export { IconSystem };
3
- export { IconSystemSize, IconSystemType } from './iconSystem.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '../../iconSystemSvg.types';
3
- declare const IconSystemArrowDownBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowDownBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '../../iconSystemSvg.types';
3
- declare const IconSystemArrowDownSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowDownSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowLeftBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowLeftBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowLeftSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowLeftSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowRightBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowRightBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowRightSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowRightSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowUpBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowUpBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowUpSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowUpSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowUpRightBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowUpRightBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemArrowUpRightSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemArrowUpRightSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemBankBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemBankBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemBankSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemBankSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemCheckmarkBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemCheckmarkBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemCheckmarkSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemCheckmarkSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '../../iconSystemSvg.types';
3
- declare const IconSystemChevronDownBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronDownBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '../../iconSystemSvg.types';
3
- declare const IconSystemChevronDownSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronDownSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemChevronLeftBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronLeftBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemChevronLeftSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronLeftSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemChevronRightBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronRightBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemChevronRightSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronRightSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemChevronUpBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronUpBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemChevronUpSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemChevronUpSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemCloseBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemCloseBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemCloseSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemCloseSmall;
@@ -1,4 +0,0 @@
1
- export interface IconSystemSvgProps {
2
- readonly fill: string;
3
- readonly stroke: string;
4
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemMinusBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemMinusBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemMinusSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemMinusSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemPlusBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemPlusBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemPlusSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemPlusSmall;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemSearchBig: React.FC<IconSystemSvgProps>;
4
- export default IconSystemSearchBig;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
- declare const IconSystemSearchSmall: React.FC<IconSystemSvgProps>;
4
- export default IconSystemSearchSmall;
@@ -1,3 +0,0 @@
1
- import Infobox from './infobox';
2
- export { Infobox };
3
- export { InfoboxVariant, InfoboxSize, InfoboxProps } from './infobox.types';
@@ -1,4 +0,0 @@
1
- import { FC } from 'react';
2
- import { InfoboxProps } from './infobox.types';
3
- declare const Infobox: FC<InfoboxProps>;
4
- export default Infobox;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { InfoboxProps } from './infobox.types';
3
- export declare const InfoboxStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Partial<InfoboxProps>>>;
@@ -1,17 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export declare enum InfoboxVariant {
3
- DARK = "dark",
4
- PRIMARY = "primary",
5
- SECONDARY = "secondary"
6
- }
7
- export declare enum InfoboxSize {
8
- MD = "md",
9
- SM = "sm",
10
- XS = "xs"
11
- }
12
- export interface InfoboxProps {
13
- children: ReactNode;
14
- isWarning?: boolean;
15
- size: InfoboxSize;
16
- variant: InfoboxVariant;
17
- }
@@ -1,2 +0,0 @@
1
- export * from './loader/index';
2
- export * from './loaderOverlayBox/index';
@@ -1,3 +0,0 @@
1
- import Loader from './loader';
2
- export { Loader };
3
- export { LoaderProps, LoaderSize } from './loader.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { LoaderProps } from './loader.types';
3
- declare const Loader: React.FC<LoaderProps>;
4
- export default Loader;
@@ -1,12 +0,0 @@
1
- import { ColorScheme } from '@/util/colorScheme';
2
- export declare enum LoaderSize {
3
- LG = "lg",
4
- SM = "sm"
5
- }
6
- export interface LoaderProps {
7
- colorScheme: ColorScheme;
8
- loaderSize: LoaderSize;
9
- }
10
- export interface LoaderSvgProps {
11
- loaderSize: LoaderSize;
12
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { LoaderSvgProps } from './loader.types';
3
- declare const LoaderSvg: React.FC<LoaderSvgProps>;
4
- export default LoaderSvg;
@@ -1,3 +0,0 @@
1
- import LoaderOverlayBox from './loaderOverlayBox';
2
- export { LoaderOverlayBox };
3
- export { LoaderOverlayBoxProps } from './loaderOverlayBox.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { LoaderOverlayBoxProps } from './loaderOverlayBox.types';
3
- declare const LoaderOverlayBox: React.FC<LoaderOverlayBoxProps>;
4
- export default LoaderOverlayBox;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { ColorScheme } from '@/util/colorScheme';
3
- interface WrapperProps {
4
- colorScheme: ColorScheme;
5
- }
6
- export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, WrapperProps>>;
7
- export {};
@@ -1,6 +0,0 @@
1
- import { LoaderSize } from '../loader/loader.types';
2
- import { ColorScheme } from '@/util/colorScheme';
3
- export interface LoaderOverlayBoxProps {
4
- colorScheme: ColorScheme;
5
- loaderSize: LoaderSize;
6
- }
@@ -1 +0,0 @@
1
- export { Modal, ReasonForClosing, ModalOnClose, ModalProps } from './modal/index';
@@ -1,3 +0,0 @@
1
- import Modal from './modal';
2
- export { Modal };
3
- export { ModalProps, ModalOnClose, ReasonForClosing } from './modal.types';
@@ -1,4 +0,0 @@
1
- import { ModalProps } from '@/components/modal/modal/modal.types';
2
- import React from 'react';
3
- declare const Modal: React.FC<ModalProps>;
4
- export default Modal;
@@ -1 +0,0 @@
1
- export declare const getOrCreateModalContainer: (modalContainerId: string) => HTMLElement;
@@ -1,3 +0,0 @@
1
- export declare const wrapper: import("styled-components").RuleSet<object>;
2
- export declare const box: import("styled-components").RuleSet<object>;
3
- export declare const closeButtonWrapper: import("styled-components").RuleSet<object>;
@@ -1,15 +0,0 @@
1
- import { ReactElement } from 'react';
2
- export type ModalOnClose = (reasonForClosing: ReasonForClosing) => void;
3
- export interface ModalProps {
4
- readonly children: ReactElement | string;
5
- readonly hideCloseButton: boolean;
6
- readonly isOpen: boolean;
7
- readonly modalRootElementId?: string | undefined;
8
- readonly onClose: ModalOnClose;
9
- readonly title?: ReactElement | string | undefined;
10
- }
11
- export declare enum ReasonForClosing {
12
- CLOSE_BUTTON = "closeButton",
13
- ESC = "esc",
14
- OVERLAY = "overlay"
15
- }
@@ -1,6 +0,0 @@
1
- import { ModalOnClose } from './modal.types';
2
- interface UseModalParam {
3
- readonly onClose: ModalOnClose;
4
- }
5
- export declare const useModal: (param: UseModalParam) => void;
6
- export {};
@@ -1,3 +0,0 @@
1
- import ModalCloseButton from './modalCloseButton';
2
- export { ModalCloseButton };
3
- export { ModalCloseButtonProps } from './modalCloseButton.types';
@@ -1,4 +0,0 @@
1
- import { ModalCloseButtonProps } from './modalCloseButton.types';
2
- import React from 'react';
3
- declare const ModalCloseButton: React.FC<ModalCloseButtonProps>;
4
- export default ModalCloseButton;
@@ -1 +0,0 @@
1
- export declare const wrapper: import("styled-components").RuleSet<object>;
@@ -1,3 +0,0 @@
1
- export interface ModalCloseButtonProps {
2
- readonly onClick: () => void;
3
- }
@@ -1,3 +0,0 @@
1
- import ModalOverlay from './modalOverlay';
2
- export { ModalOverlay };
3
- export { ModalOverlayProps } from './modalOverlay.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { ModalOverlayProps } from './modalOverlay.types';
3
- declare const ModalOverlay: React.FC<ModalOverlayProps>;
4
- export default ModalOverlay;
@@ -1 +0,0 @@
1
- export declare const overlay: import("styled-components").RuleSet<object>;
@@ -1,4 +0,0 @@
1
- import { MouseEvent } from 'react';
2
- export interface ModalOverlayProps {
3
- readonly onClick: (e: MouseEvent<HTMLElement>) => void;
4
- }
@@ -1,3 +0,0 @@
1
- import Slider from './slider';
2
- export { Slider };
3
- export { SliderStepType, SliderSteps, SliderBreakpoint, SliderProps } from './slider.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SliderProps } from './slider.types';
3
- declare const Slider: React.FC<SliderProps>;
4
- export default Slider;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const sliderWrapper: import("styled-components").RuleSet<object>;
3
- export declare const wrapper: import("styled-components").RuleSet<object>;
4
- export declare const hintsWrapper: import("styled-components").RuleSet<object>;
5
- export declare const hintLeftWrapper: import("styled-components").RuleSet<object>;
6
- export declare const hintRightWrapper: import("styled-components").RuleSet<object>;
7
- export declare const RcSliderGlobal: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;
@@ -1,48 +0,0 @@
1
- import { ReactElement } from 'react';
2
- export interface SliderMapFunctionParam {
3
- readonly max: number;
4
- readonly min: number;
5
- readonly steps: SliderSteps;
6
- readonly value: number;
7
- }
8
- export interface SliderMapFunctionReturn {
9
- readonly sliderMax: number;
10
- readonly sliderMin: number;
11
- readonly sliderStep: number | undefined;
12
- readonly sliderValue: number;
13
- }
14
- export type SliderMapFunction = (param: SliderMapFunctionParam) => SliderMapFunctionReturn;
15
- export interface SliderMapOnChangeFunctionParam {
16
- readonly max: number;
17
- readonly min: number;
18
- readonly sliderValue: number;
19
- readonly steps: SliderSteps;
20
- }
21
- export type SliderMapOnChangeFunction = (param: SliderMapOnChangeFunctionParam) => number;
22
- export interface SliderBreakpoint {
23
- readonly bottomBreakpoint: number;
24
- readonly step: number;
25
- }
26
- export interface SliderSteps {
27
- readonly baseStep: number;
28
- readonly breakpointList: SliderBreakpoint[];
29
- }
30
- export declare enum SliderStepType {
31
- VISUALLY_LINEAR_BY_VALUE = "visuallyLinearByValue",// step changes dynamically (visually steps are of different sizes)
32
- VISUALLY_SAME_STEP_SIZE = "visuallySameStepSize"
33
- }
34
- export interface MinMaxLabels {
35
- readonly max: ReactElement | string;
36
- readonly min: ReactElement | string;
37
- }
38
- export interface SliderProps {
39
- readonly disable?: boolean | undefined;
40
- readonly max: number;
41
- readonly min: number;
42
- readonly minMaxLabels: MinMaxLabels | undefined;
43
- readonly onChange: (value: number) => void;
44
- readonly onFinalChange: (value: number) => void;
45
- readonly stepType: SliderStepType;
46
- readonly steps: SliderSteps;
47
- readonly value: number;
48
- }
@@ -1,2 +0,0 @@
1
- import { SliderMapFunction } from '@/components/slider/slider/slider.types';
2
- export declare const sliderFunctionDefault: SliderMapFunction;
@@ -1,7 +0,0 @@
1
- import { SliderSteps } from '@/components/slider/slider/slider.types';
2
- interface GetSliderStepParam {
3
- readonly steps: SliderSteps;
4
- readonly value: number;
5
- }
6
- export declare const getSliderStep: (param: GetSliderStepParam) => number;
7
- export {};
@@ -1,2 +0,0 @@
1
- import { SliderMapFunction } from '@/components/slider/slider/slider.types';
2
- export declare const sliderFunctionLinearVisualSteps: SliderMapFunction;
@@ -1,8 +0,0 @@
1
- import { SliderSteps } from '@/components/slider/slider/slider.types';
2
- interface GetSliderMaxParam {
3
- readonly max: number;
4
- readonly min: number;
5
- readonly steps: SliderSteps;
6
- }
7
- export declare const getSliderMax: (param: GetSliderMaxParam) => number;
8
- export {};
@@ -1,9 +0,0 @@
1
- import { SliderSteps } from '@/components/slider/slider/slider.types';
2
- interface GetSliderValueByValueParam {
3
- readonly max: number;
4
- readonly min: number;
5
- readonly steps: SliderSteps;
6
- readonly value: number;
7
- }
8
- export declare const getSliderValueByValue: (param: GetSliderValueByValueParam) => number;
9
- export {};
@@ -1,2 +0,0 @@
1
- import { SliderMapOnChangeFunction } from '@/components/slider/slider/slider.types';
2
- export declare const getValueBySliderValue: SliderMapOnChangeFunction;
@@ -1,2 +0,0 @@
1
- import { SliderMapFunction } from '@/components/slider/slider/slider.types';
2
- export declare const sliderFunctionVisuallyLinearByValue: SliderMapFunction;