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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (342) hide show
  1. package/dist/index.cjs.js +543 -423
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +616 -496
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/rollup.config.d.ts +3 -0
  6. package/package.json +14 -7
  7. package/rollup.config.ts +43 -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/index.d.ts +0 -23
  331. package/dist/jest.config.d.ts +0 -7
  332. package/dist/media/index.d.ts +0 -1
  333. package/dist/media/media.types.d.ts +0 -4
  334. package/dist/provider/storybook/storybookProvider.d.ts +0 -4
  335. package/dist/provider/storybook/storybookProvider.types.d.ts +0 -4
  336. package/dist/provider/styledComponents/theme/styledComponentsThemeProvider.d.ts +0 -4
  337. package/dist/provider/styledComponents/theme/styledComponentsThemeProvider.types..d.ts +0 -4
  338. package/dist/style/styledComponents/theme.d.ts +0 -527
  339. package/dist/util/colorScheme/colorScheme.types.d.ts +0 -10
  340. package/dist/util/colorScheme/getColor.d.ts +0 -2
  341. package/dist/util/colorScheme/index.d.ts +0 -3
  342. package/dist/util/colorScheme/useColorScheme.d.ts +0 -2
@@ -1,4 +0,0 @@
1
- import { FormattedMessageTypes } from '@/components/formatted/message';
2
- import { MessageDescriptor } from 'react-intl';
3
- import { TooltipFloatingElement } from '../tooltip.types';
4
- export type CreateTooltipFloatingElementHookReturnFunction = (body: FormattedMessageTypes, title?: MessageDescriptor | undefined) => TooltipFloatingElement | undefined;
@@ -1,3 +0,0 @@
1
- import Typography from './typography';
2
- export { Typography };
3
- export { TypographyProps, TypographyVariant, TypographyWeight, TypographyTextAlign } from './typography.types';
@@ -1,4 +0,0 @@
1
- import { FC } from 'react';
2
- import { TypographyProps } from './typography.types';
3
- declare const Typography: FC<TypographyProps>;
4
- export default Typography;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { TypographyProps } from './typography.types';
3
- export declare const TypographyStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Partial<TypographyProps>>>;
@@ -1,38 +0,0 @@
1
- import { ReactNode, MouseEvent } from 'react';
2
- export declare enum TypographyVariant {
3
- H1 = "h1",
4
- H2 = "h2",
5
- H3 = "h3",
6
- H4 = "h4",
7
- H5 = "h5",
8
- TEXT_LG = "textLg",
9
- TEXT_MD = "textMd",
10
- TEXT_SM = "textSm",
11
- TEXT_XS = "textXs"
12
- }
13
- export declare enum TypographyTextAlign {
14
- CENTER = "center",
15
- LEFT = "left",
16
- RIGHT = "right"
17
- }
18
- export declare enum TypographyWeight {
19
- THIN_100 = "thin",
20
- EXTRA_LIGHT_200 = "extraLight",
21
- LIGHT_300 = "light",
22
- REGULAR_400 = "normal",
23
- MEDIUM_500 = "medium",
24
- SEMI_BOLD_600 = "semiBold",
25
- BOLD_700 = "bold",
26
- EXTRA_BOLD_800 = "extraBold",
27
- HEAVY_900 = "heavy",
28
- ULTRA_950 = "ultra"
29
- }
30
- export interface TypographyProps {
31
- children: ReactNode;
32
- color?: string;
33
- fullWidth?: boolean;
34
- onClick?: ((event: MouseEvent<HTMLElement>) => void) | undefined;
35
- textAlign?: TypographyTextAlign;
36
- variant: TypographyVariant;
37
- weight?: TypographyWeight;
38
- }
@@ -1 +0,0 @@
1
- export declare const htmlNbsp = "\u00A0";
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- className?: string;
4
- color?: string;
5
- width?: string;
6
- }
7
- export declare const SystemIcon: ({ className, color, width }: Props) => React.JSX.Element;
8
- export {};
package/dist/index.d.ts DELETED
@@ -1,23 +0,0 @@
1
- export * from './components/button/index';
2
- export * from './components/slider/slider/index';
3
- export * from './components/formElement/toggle/index';
4
- export * from './components/infobox/index';
5
- export * from './components/table/index';
6
- export * from './components/icon/product/index';
7
- export * from './components/icon/system/index';
8
- export * from './components/modal/index';
9
- export * from './components/tooltip/index';
10
- export * from './components/calculator/calculatorResult/index';
11
- export * from './components/loader/index';
12
- export * from './components/formElement/checkbox';
13
- export * from './components/formElement/radio';
14
- export * from './components/formatted/percentage/index';
15
- export * from './components/formatted/message/index';
16
- export * from './components/formatted/amount/index';
17
- export * from './components/datepicker/index';
18
- export * from './components/formElement/textfieldInput/index';
19
- export * from './components/typography/index';
20
- export * from './components/stack/index';
21
- export * from './media/index';
22
- export * from './util/colorScheme/index';
23
- export { theme } from './style/styledComponents/theme';
@@ -1,7 +0,0 @@
1
- /**
2
- * For a detailed explanation regarding each configuration property, visit:
3
- * https://jestjs.io/docs/configuration
4
- */
5
- import type { Config } from 'jest';
6
- declare const config: Config;
7
- export default config;
@@ -1 +0,0 @@
1
- export { MediaType } from './media.types';
@@ -1,4 +0,0 @@
1
- export declare enum MediaType {
2
- desktop = "desktop",
3
- mobile = "mobile"
4
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { Props } from '@/provider/storybook/storybookProvider.types';
3
- declare const StorybookProvider: React.FC<Props>;
4
- export default StorybookProvider;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export interface Props {
3
- readonly children: React.ReactNode;
4
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { Props } from '@/provider/styledComponents/theme/styledComponentsThemeProvider.types.';
3
- declare const StyledComponentsThemeProvider: React.FC<Props>;
4
- export default StyledComponentsThemeProvider;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export interface Props {
3
- readonly children: React.ReactNode;
4
- }
@@ -1,527 +0,0 @@
1
- export declare const theme: {
2
- palette: {
3
- gold100: string;
4
- gold200: string;
5
- gold500: string;
6
- gold600: string;
7
- gold700: string;
8
- gold800: string;
9
- pink100: string;
10
- pink200: string;
11
- pink300: string;
12
- pink400: string;
13
- pink500: string;
14
- pink600: string;
15
- pink700: string;
16
- pink800: string;
17
- pink900: string;
18
- pink1000: string;
19
- grey100: string;
20
- grey200: string;
21
- grey300: string;
22
- grey400: string;
23
- grey500: string;
24
- grey600: string;
25
- grey700: string;
26
- grey800: string;
27
- grey900: string;
28
- grey1000: string;
29
- black: string;
30
- white: string;
31
- transparent: string;
32
- yellow100: string;
33
- yellow200: string;
34
- yellow300: string;
35
- yellow400: string;
36
- yellow500: string;
37
- yellow600: string;
38
- yellow700: string;
39
- yellow800: string;
40
- yellow900: string;
41
- yellow1000: string;
42
- green100: string;
43
- green200: string;
44
- green300: string;
45
- green400: string;
46
- green500: string;
47
- green600: string;
48
- green700: string;
49
- green800: string;
50
- green900: string;
51
- green1000: string;
52
- red100: string;
53
- red200: string;
54
- red300: string;
55
- red400: string;
56
- red500: string;
57
- red600: string;
58
- red700: string;
59
- red800: string;
60
- red900: string;
61
- red1000: string;
62
- blue100: string;
63
- blue200: string;
64
- blue300: string;
65
- blue400: string;
66
- blue500: string;
67
- blue600: string;
68
- blue700: string;
69
- blue800: string;
70
- blue900: string;
71
- blue1000: string;
72
- };
73
- colors: {
74
- fg: {
75
- neutral: {
76
- default: {
77
- light: string;
78
- dark: string;
79
- };
80
- subtle: {
81
- light: string;
82
- dark: string;
83
- };
84
- subtlest: {
85
- light: string;
86
- dark: string;
87
- };
88
- white: {
89
- light: string;
90
- dark: string;
91
- };
92
- };
93
- disabled: {
94
- light: string;
95
- dark: string;
96
- };
97
- inverse: {
98
- light: string;
99
- dark: string;
100
- };
101
- link: {
102
- default: {
103
- light: string;
104
- dark: string;
105
- };
106
- hover: {
107
- light: string;
108
- dark: string;
109
- };
110
- pressed: {
111
- light: string;
112
- dark: string;
113
- };
114
- };
115
- success: {
116
- light: string;
117
- dark: string;
118
- };
119
- warning: {
120
- light: string;
121
- dark: string;
122
- };
123
- error: {
124
- light: string;
125
- dark: string;
126
- };
127
- info: {
128
- light: string;
129
- dark: string;
130
- };
131
- promo: {
132
- light: string;
133
- dark: string;
134
- };
135
- brand: {
136
- default: {
137
- light: string;
138
- dark: string;
139
- };
140
- bold: {
141
- light: string;
142
- dark: string;
143
- };
144
- };
145
- accent: {
146
- default: {
147
- light: string;
148
- dark: string;
149
- };
150
- bold: {
151
- light: string;
152
- dark: string;
153
- };
154
- };
155
- };
156
- bg: {
157
- neutral: {
158
- default: {
159
- light: string;
160
- dark: string;
161
- };
162
- subtle: {
163
- light: string;
164
- dark: string;
165
- };
166
- subtlest: {
167
- light: string;
168
- dark: string;
169
- };
170
- white: {
171
- light: string;
172
- dark: string;
173
- };
174
- };
175
- disabled: {
176
- light: string;
177
- dark: string;
178
- };
179
- promo: {
180
- default: {
181
- light: string;
182
- dark: string;
183
- };
184
- bold: {
185
- light: string;
186
- dark: string;
187
- };
188
- };
189
- error: {
190
- default: {
191
- light: string;
192
- dark: string;
193
- };
194
- bold: {
195
- light: string;
196
- dark: string;
197
- };
198
- };
199
- warning: {
200
- default: {
201
- light: string;
202
- dark: string;
203
- };
204
- bold: {
205
- light: string;
206
- dark: string;
207
- };
208
- };
209
- inverse: {
210
- light: string;
211
- dark: string;
212
- };
213
- success: {
214
- default: {
215
- light: string;
216
- dark: string;
217
- };
218
- bold: {
219
- light: string;
220
- dark: string;
221
- };
222
- };
223
- info: {
224
- default: {
225
- light: string;
226
- dark: string;
227
- };
228
- bold: {
229
- light: string;
230
- dark: string;
231
- };
232
- };
233
- accent: {
234
- light: string;
235
- dark: string;
236
- };
237
- brand: {
238
- default: {
239
- light: string;
240
- dark: string;
241
- hover: {
242
- light: string;
243
- dark: string;
244
- };
245
- pressed: {
246
- light: string;
247
- dark: string;
248
- };
249
- };
250
- bold: {
251
- light: string;
252
- dark: string;
253
- hover: {
254
- light: string;
255
- dark: string;
256
- };
257
- pressed: {
258
- light: string;
259
- dark: string;
260
- };
261
- };
262
- };
263
- };
264
- surface: {
265
- overlay: {
266
- light: string;
267
- dark: string;
268
- };
269
- risen: {
270
- light: string;
271
- dark: string;
272
- };
273
- default: {
274
- light: string;
275
- dark: string;
276
- };
277
- sunken: {
278
- light: string;
279
- dark: string;
280
- };
281
- };
282
- border: {
283
- neutral: {
284
- default: {
285
- light: string;
286
- dark: string;
287
- };
288
- subtle: {
289
- light: string;
290
- dark: string;
291
- };
292
- subtlest: {
293
- light: string;
294
- dark: string;
295
- };
296
- };
297
- disabled: {
298
- light: string;
299
- dark: string;
300
- };
301
- success: {
302
- light: string;
303
- dark: string;
304
- };
305
- warning: {
306
- light: string;
307
- dark: string;
308
- };
309
- error: {
310
- light: string;
311
- dark: string;
312
- };
313
- promo: {
314
- light: string;
315
- dark: string;
316
- };
317
- brand: {
318
- bold: {
319
- light: string;
320
- dark: string;
321
- };
322
- default: {
323
- light: string;
324
- dark: string;
325
- };
326
- subtle: {
327
- light: string;
328
- dark: string;
329
- };
330
- subtlest: {
331
- light: string;
332
- dark: string;
333
- };
334
- };
335
- inverse: {
336
- light: string;
337
- dark: string;
338
- };
339
- accent: {
340
- light: string;
341
- dark: string;
342
- };
343
- };
344
- icon: {
345
- bg: {
346
- light: string;
347
- dark: string;
348
- };
349
- brand: {
350
- light: string;
351
- dark: string;
352
- };
353
- neutral: {
354
- light: string;
355
- dark: string;
356
- };
357
- inverse: {
358
- light: string;
359
- dark: string;
360
- };
361
- disabled: {
362
- light: string;
363
- dark: string;
364
- };
365
- error: {
366
- light: string;
367
- dark: string;
368
- };
369
- };
370
- shadow: {
371
- buttonFocus: string;
372
- cards: string;
373
- ultraStrongBlueLg: string;
374
- strongBlueMd: string;
375
- };
376
- focus: {
377
- light: string;
378
- dark: string;
379
- };
380
- };
381
- font: {
382
- size: {
383
- heading: {
384
- h1: {
385
- desktop: string;
386
- mobile: string;
387
- };
388
- h2: {
389
- desktop: string;
390
- mobile: string;
391
- };
392
- h3: {
393
- desktop: string;
394
- mobile: string;
395
- };
396
- h4: {
397
- desktop: string;
398
- mobile: string;
399
- };
400
- h5: {
401
- desktop: string;
402
- mobile: string;
403
- };
404
- };
405
- body: {
406
- xs: string;
407
- sm: string;
408
- md: string;
409
- lg: string;
410
- };
411
- };
412
- lineHeight: {
413
- heading: {
414
- h1: {
415
- desktop: string;
416
- mobile: string;
417
- };
418
- h2: {
419
- desktop: string;
420
- mobile: string;
421
- };
422
- h3: {
423
- desktop: string;
424
- mobile: string;
425
- };
426
- h4: {
427
- desktop: string;
428
- mobile: string;
429
- };
430
- h5: {
431
- desktop: string;
432
- mobile: string;
433
- };
434
- };
435
- body: {
436
- lg: string;
437
- md: string;
438
- sm: string;
439
- xs: string;
440
- };
441
- };
442
- weight: {
443
- thin: number;
444
- extraLight: number;
445
- light: number;
446
- normal: number;
447
- medium: number;
448
- semiBold: number;
449
- bold: number;
450
- extraBold: number;
451
- heavy: number;
452
- ultra: number;
453
- };
454
- letterSpacing: {
455
- heading: {
456
- h1: {
457
- desktop: string;
458
- mobile: string;
459
- };
460
- h2: {
461
- desktop: string;
462
- mobile: string;
463
- };
464
- h3: {
465
- desktop: string;
466
- mobile: string;
467
- };
468
- h4: {
469
- desktop: string;
470
- mobile: string;
471
- };
472
- h5: {
473
- desktop: string;
474
- mobile: string;
475
- };
476
- };
477
- body: {
478
- lg: string;
479
- md: string;
480
- sm: string;
481
- xs: string;
482
- };
483
- };
484
- };
485
- spacing: {
486
- xxs: string;
487
- xs: string;
488
- sm: string;
489
- md: string;
490
- lg: string;
491
- xl: string;
492
- xxl: string;
493
- xxxl: string;
494
- xxxxl: string;
495
- xxxxxl: string;
496
- };
497
- borderRadius: {
498
- xxs: string;
499
- xs: string;
500
- sm: string;
501
- md: string;
502
- lg: string;
503
- xl: string;
504
- full: string;
505
- };
506
- shadow: {
507
- box: {
508
- sm: string;
509
- md: string;
510
- lg: string;
511
- };
512
- border: {
513
- sm: string;
514
- };
515
- };
516
- container: {
517
- xl: string;
518
- };
519
- breakpoints: {
520
- xs: string;
521
- sm: string;
522
- md: string;
523
- lg: string;
524
- xl: string;
525
- xxl: string;
526
- };
527
- };
@@ -1,10 +0,0 @@
1
- export declare enum ColorScheme {
2
- dark = "dark",
3
- light = "light"
4
- }
5
- export interface ColorSchemeObject<Dark extends string = string, Light extends string = string> {
6
- dark: Dark;
7
- light: Light;
8
- }
9
- export type ChooseColor = <Dark extends string = string, Light extends string = string>(colorSchemeObject: ColorSchemeObject<Dark, Light>) => Dark | Light;
10
- export type GetColor = <Dark extends string = string, Light extends string = string>(colorScheme: ColorScheme, colorSchemeObject: ColorSchemeObject<Dark, Light>) => Dark | Light;
@@ -1,2 +0,0 @@
1
- import { GetColor } from './colorScheme.types';
2
- export declare const getColor: GetColor;
@@ -1,3 +0,0 @@
1
- export { useColorScheme } from './useColorScheme';
2
- export { getColor } from './getColor';
3
- export { ChooseColor, ColorScheme, ColorSchemeObject, GetColor } from './colorScheme.types';
@@ -1,2 +0,0 @@
1
- import { ChooseColor, ColorScheme } from '@/util/colorScheme/colorScheme.types';
2
- export declare const useColorScheme: (colorScheme: ColorScheme) => ChooseColor;