@mmb-digital/design-system-web 0.1.8 → 0.1.11

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 (278) hide show
  1. package/dist/assets/index.cjs-04a58195.css +271 -0
  2. package/dist/assets/index.cjs-47681559.css +653 -0
  3. package/dist/assets/index.esm-04a58195.css +271 -0
  4. package/dist/assets/index.esm-47681559.css +653 -0
  5. package/dist/components/accordion/accordion/accordion.d.ts +4 -0
  6. package/dist/components/accordion/accordion/accordion.styles.d.ts +2 -0
  7. package/dist/components/accordion/accordion/accordion.types.d.ts +4 -0
  8. package/dist/components/accordion/accordion/index.d.ts +3 -0
  9. package/dist/components/accordion/accordion/storiesData.d.ts +2 -0
  10. package/dist/components/accordion/accordionItem/accordionItem.d.ts +4 -0
  11. package/dist/components/accordion/accordionItem/accordionItem.styles.d.ts +9 -0
  12. package/dist/components/accordion/accordionItem/accordionItem.types.d.ts +12 -0
  13. package/dist/components/accordion/accordionItem/index.d.ts +3 -0
  14. package/dist/components/accordion/index.d.ts +2 -0
  15. package/dist/components/button/button.d.ts +2 -2
  16. package/dist/components/button/button.styles.d.ts +3 -3
  17. package/dist/components/button/button.types.d.ts +2 -1
  18. package/dist/components/button/index.d.ts +1 -0
  19. package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.d.ts +7 -0
  20. package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.style.d.ts +45 -0
  21. package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.types.d.ts +3 -0
  22. package/dist/components/calculator/calculatorResult/calculatorResult/index.d.ts +3 -0
  23. package/dist/components/calculator/calculatorResult/calculatorResult.types.d.ts +26 -0
  24. package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.d.ts +7 -0
  25. package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.style.d.ts +14 -0
  26. package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.types.d.ts +12 -0
  27. package/dist/components/calculator/calculatorResult/calculatorResultBox/index.d.ts +3 -0
  28. package/dist/components/calculator/calculatorResult/index.d.ts +2 -0
  29. package/dist/components/datepicker/datePicker.d.ts +5 -0
  30. package/dist/components/datepicker/datePicker.types.d.ts +10 -0
  31. package/dist/components/datepicker/index.d.ts +3 -0
  32. package/dist/components/formElement/checkbox/checkbox/checkbox.d.ts +4 -0
  33. package/dist/components/formElement/checkbox/checkbox/checkbox.style.d.ts +10 -0
  34. package/dist/components/formElement/checkbox/checkbox/checkbox.types.d.ts +16 -0
  35. package/dist/components/formElement/checkbox/checkbox/index.d.ts +3 -0
  36. package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.d.ts +4 -0
  37. package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.style.d.ts +12 -0
  38. package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.types.d.ts +9 -0
  39. package/dist/components/formElement/checkbox/checkboxBase/checkboxBaseSvgHandler.d.ts +2 -0
  40. package/dist/components/formElement/checkbox/checkboxBase/index.d.ts +3 -0
  41. package/dist/components/formElement/checkbox/index.d.ts +1 -0
  42. package/dist/components/formElement/radio/index.d.ts +5 -0
  43. package/dist/components/formElement/radio/radio/radio.d.ts +4 -0
  44. package/dist/components/formElement/radio/radio/radio.style.d.ts +11 -0
  45. package/dist/components/formElement/radio/radio/radio.types.d.ts +16 -0
  46. package/dist/components/formElement/radio/radio.types.d.ts +10 -0
  47. package/dist/components/formElement/radio/radioBase/index.d.ts +3 -0
  48. package/dist/components/formElement/radio/radioBase/radioBase.d.ts +4 -0
  49. package/dist/components/formElement/radio/radioBase/radioBase.style.d.ts +13 -0
  50. package/dist/components/formElement/radio/radioBase/radioBase.types.d.ts +3 -0
  51. package/dist/components/formElement/radio/radioBase/radioBaseSvgHandler.d.ts +2 -0
  52. package/dist/components/formElement/radio/radioButton/radioButton/index.d.ts +3 -0
  53. package/dist/components/formElement/radio/radioButton/radioButton/radioButton.d.ts +4 -0
  54. package/dist/components/formElement/radio/radioButton/radioButton/radioButton.style.d.ts +12 -0
  55. package/dist/components/formElement/radio/radioButton/radioButton/radioButton.types.d.ts +10 -0
  56. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/index.d.ts +3 -0
  57. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.d.ts +7 -0
  58. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.style.d.ts +8 -0
  59. package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.types.d.ts +22 -0
  60. package/dist/components/formElement/textfieldInput/index.d.ts +7 -0
  61. package/dist/components/formElement/textfieldInput/inputBase/index.d.ts +3 -0
  62. package/dist/components/formElement/textfieldInput/inputBase/inputBase.d.ts +4 -0
  63. package/dist/components/formElement/textfieldInput/inputBase/inputBase.styles.d.ts +8 -0
  64. package/dist/components/formElement/textfieldInput/inputBase/inputBase.types.d.ts +27 -0
  65. package/dist/components/formElement/textfieldInput/inputLabel/index.d.ts +3 -0
  66. package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.d.ts +4 -0
  67. package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.styles.d.ts +2 -0
  68. package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.types.d.ts +8 -0
  69. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.d.ts +4 -0
  70. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.styles.d.ts +3 -0
  71. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.types.d.ts +4 -0
  72. package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/index.d.ts +3 -0
  73. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/index.d.ts +3 -0
  74. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.d.ts +4 -0
  75. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.styles.d.ts +3 -0
  76. package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.types.d.ts +5 -0
  77. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/index.d.ts +3 -0
  78. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.d.ts +4 -0
  79. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.styles.d.ts +3 -0
  80. package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.types.d.ts +7 -0
  81. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/index.d.ts +3 -0
  82. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.d.ts +4 -0
  83. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.style.d.ts +14 -0
  84. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.types.d.ts +29 -0
  85. package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInputHelper.d.ts +2 -0
  86. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/index.d.ts +3 -0
  87. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.d.ts +4 -0
  88. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.styles.d.ts +3 -0
  89. package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.types.d.ts +4 -0
  90. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/index.d.ts +3 -0
  91. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.d.ts +4 -0
  92. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.styles.d.ts +3 -0
  93. package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.types.d.ts +6 -0
  94. package/dist/components/formElement/textfieldInput/textfieldInput.types.d.ts +25 -0
  95. package/dist/components/formElement/toggle/index.d.ts +3 -0
  96. package/dist/components/formElement/toggle/toggle.d.ts +7 -0
  97. package/dist/components/formElement/toggle/toggle.styles.d.ts +8 -0
  98. package/dist/components/formElement/toggle/toggle.types.d.ts +9 -0
  99. package/dist/components/formatted/amount/formattedAmount.d.ts +4 -0
  100. package/dist/components/formatted/amount/formattedAmount.test.d.ts +1 -0
  101. package/dist/components/formatted/amount/formattedAmount.types.d.ts +6 -0
  102. package/dist/components/formatted/amount/index.d.ts +3 -0
  103. package/dist/components/formatted/amount/useFormatAmount.d.ts +9 -0
  104. package/dist/components/formatted/amount/useFormatAmount.test.d.ts +1 -0
  105. package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.d.ts +4 -0
  106. package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.test.d.ts +1 -0
  107. package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.types.d.ts +2 -0
  108. package/dist/components/formatted/message/formattedHtmlMessage/index.d.ts +3 -0
  109. package/dist/components/formatted/message/formattedMessage/formattedMessage.d.ts +4 -0
  110. package/dist/components/formatted/message/formattedMessage/formattedMessage.test.d.ts +1 -0
  111. package/dist/components/formatted/message/formattedMessage/formattedMessage.types.d.ts +2 -0
  112. package/dist/components/formatted/message/formattedMessage/index.d.ts +3 -0
  113. package/dist/components/formatted/message/index.d.ts +2 -0
  114. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.d.ts +2 -0
  115. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.test.d.ts +1 -0
  116. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.types.d.ts +5 -0
  117. package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayableConfig.d.ts +1 -0
  118. package/dist/components/formatted/message/isMessageDisplayable/useIsMessageDisplayable.d.ts +2 -0
  119. package/dist/components/formatted/message/isMessageDisplayable/useIsMessageDisplayable.test.d.ts +1 -0
  120. package/dist/components/formatted/message/message.types.d.ts +5 -0
  121. package/dist/components/formatted/percentage/formattedPercentage.d.ts +4 -0
  122. package/dist/components/formatted/percentage/formattedPercentage.test.d.ts +1 -0
  123. package/dist/components/formatted/percentage/formattedPercentage.types.d.ts +5 -0
  124. package/dist/components/formatted/percentage/index.d.ts +3 -0
  125. package/dist/components/formatted/percentage/useFormattedPercentage.d.ts +8 -0
  126. package/dist/components/formatted/percentage/useFormattedPercentage.test.d.ts +1 -0
  127. package/dist/components/hook/id/getUniqueId.d.ts +1 -0
  128. package/dist/components/hook/id/getUniqueIdIfIsUndefined.d.ts +1 -0
  129. package/dist/components/hook/id/useUniqueIdIfIsUndefined.d.ts +1 -0
  130. package/dist/components/icon/flag/iconFlag.d.ts +4 -0
  131. package/dist/components/icon/flag/iconFlag.style.d.ts +2 -0
  132. package/dist/components/icon/flag/iconFlag.types.d.ts +9 -0
  133. package/dist/components/icon/flag/index.d.ts +3 -0
  134. package/dist/components/icon/flag/svg/iconFlagCz.d.ts +3 -0
  135. package/dist/components/icon/flag/svg/iconFlagEu.d.ts +3 -0
  136. package/dist/components/icon/flag/svg/iconFlagHr.d.ts +3 -0
  137. package/dist/components/icon/flag/svg/iconFlagUsa.d.ts +3 -0
  138. package/dist/components/icon/product/iconProduct.d.ts +4 -0
  139. package/dist/components/icon/product/iconProduct.style.d.ts +7 -0
  140. package/dist/components/icon/product/iconProduct.types.d.ts +19 -0
  141. package/dist/components/icon/product/index.d.ts +3 -0
  142. package/dist/components/icon/product/svg/iconProductSvg.types.d.ts +4 -0
  143. package/dist/components/icon/product/svg/information/big/iconProductInformationBig.d.ts +4 -0
  144. package/dist/components/icon/product/svg/information/small/iconProductInformationSmall.d.ts +4 -0
  145. package/dist/components/icon/product/svg/warningTriangle/big/iconProductWarningTriangleBig.d.ts +4 -0
  146. package/dist/components/icon/product/svg/warningTriangle/small/iconProductWarningTriangleSmall.d.ts +4 -0
  147. package/dist/components/icon/system/iconSystem.d.ts +4 -0
  148. package/dist/components/icon/system/iconSystem.style.d.ts +7 -0
  149. package/dist/components/icon/system/iconSystem.types.d.ts +26 -0
  150. package/dist/components/icon/system/index.d.ts +3 -0
  151. package/dist/components/icon/system/svg/arrowDown/big/iconSystemArrowDownBig.d.ts +4 -0
  152. package/dist/components/icon/system/svg/arrowDown/small/iconSystemArrowDownSmall.d.ts +4 -0
  153. package/dist/components/icon/system/svg/arrowRight/big/iconSystemArrowRightBig.d.ts +4 -0
  154. package/dist/components/icon/system/svg/arrowRight/small/iconSystemArrowRightSmall.d.ts +4 -0
  155. package/dist/components/icon/system/svg/arrowUp/big/iconSystemArrowUpBig.d.ts +4 -0
  156. package/dist/components/icon/system/svg/arrowUp/small/iconSystemArrowUpSmall.d.ts +4 -0
  157. package/dist/components/icon/system/svg/arrowUpRight/big/iconSystemArrowUpRightBig.d.ts +4 -0
  158. package/dist/components/icon/system/svg/arrowUpRight/small/iconSystemArrowUpRightSmall.d.ts +4 -0
  159. package/dist/components/icon/system/svg/checkmark/big/iconSystemCheckmarkBig.d.ts +4 -0
  160. package/dist/components/icon/system/svg/checkmark/small/iconSystemCheckmarkSmall.d.ts +4 -0
  161. package/dist/components/icon/system/svg/chevronDown/big/iconSystemChevronDownBig.d.ts +4 -0
  162. package/dist/components/icon/system/svg/chevronDown/small/iconSystemChevronDownSmall.d.ts +4 -0
  163. package/dist/components/icon/system/svg/chevronRight/big/iconSystemChevronRightBig.d.ts +4 -0
  164. package/dist/components/icon/system/svg/chevronRight/small/iconSystemChevronRightSmall.d.ts +4 -0
  165. package/dist/components/icon/system/svg/chevronUp/big/iconSystemChevronUpBig.d.ts +4 -0
  166. package/dist/components/icon/system/svg/chevronUp/small/iconSystemChevronUpSmall.d.ts +4 -0
  167. package/dist/components/icon/system/svg/close/big/iconSystemCloseBig.d.ts +4 -0
  168. package/dist/components/icon/system/svg/close/small/iconSystemCloseSmall.d.ts +4 -0
  169. package/dist/components/icon/system/svg/iconSystemSvg.types.d.ts +4 -0
  170. package/dist/components/icon/system/svg/minus/big/iconSystemMinusBig.d.ts +4 -0
  171. package/dist/components/icon/system/svg/minus/small/iconSystemMinusSmall.d.ts +4 -0
  172. package/dist/components/icon/system/svg/plus/big/iconSystemPlusBig.d.ts +4 -0
  173. package/dist/components/icon/system/svg/plus/small/iconSystemPlusSmall.d.ts +4 -0
  174. package/dist/components/icon/system/svg/search/big/iconSystemSearchBig.d.ts +4 -0
  175. package/dist/components/icon/system/svg/search/small/iconSystemSearchSmall.d.ts +4 -0
  176. package/dist/components/infobox/index.d.ts +3 -0
  177. package/dist/components/infobox/infobox.d.ts +4 -0
  178. package/dist/components/infobox/infobox.styles.d.ts +3 -0
  179. package/dist/components/infobox/infobox.types.d.ts +17 -0
  180. package/dist/components/loader/index.d.ts +2 -0
  181. package/dist/components/loader/loader/index.d.ts +3 -0
  182. package/dist/components/loader/loader/loader.d.ts +4 -0
  183. package/dist/components/loader/loader/loader.types.d.ts +12 -0
  184. package/dist/components/loader/loader/loaderSvg.d.ts +4 -0
  185. package/dist/components/loader/loaderOverlayBox/index.d.ts +3 -0
  186. package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.d.ts +4 -0
  187. package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.style.d.ts +7 -0
  188. package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.types.d.ts +6 -0
  189. package/dist/components/modal/index.d.ts +1 -0
  190. package/dist/components/modal/modal/index.d.ts +3 -0
  191. package/dist/components/modal/modal/modal.d.ts +4 -0
  192. package/dist/components/modal/modal/modal.domFunctions.d.ts +1 -0
  193. package/dist/components/modal/modal/modal.style.d.ts +3 -0
  194. package/dist/components/modal/modal/modal.types.d.ts +15 -0
  195. package/dist/components/modal/modal/useModal.d.ts +6 -0
  196. package/dist/components/modal/modalCloseButton/index.d.ts +3 -0
  197. package/dist/components/modal/modalCloseButton/modalCloseButton.d.ts +4 -0
  198. package/dist/components/modal/modalCloseButton/modalCloseButton.style.d.ts +1 -0
  199. package/dist/components/modal/modalCloseButton/modalCloseButton.types.d.ts +3 -0
  200. package/dist/components/modal/modalOverlay/index.d.ts +3 -0
  201. package/dist/components/modal/modalOverlay/modalOverlay.d.ts +4 -0
  202. package/dist/components/modal/modalOverlay/modalOverlay.style.d.ts +1 -0
  203. package/dist/components/modal/modalOverlay/modalOverlay.types.d.ts +4 -0
  204. package/dist/components/slider/slider/index.d.ts +3 -0
  205. package/dist/components/slider/slider/slider.d.ts +2 -3
  206. package/dist/components/slider/slider/slider.style.d.ts +5 -3
  207. package/dist/components/slider/slider/slider.types.d.ts +8 -7
  208. package/dist/components/slider/slider/sliderFunction/visuallyLinearByValue/sliderFunctionVisuallyLinearByValue.d.ts +2 -0
  209. package/dist/components/slider/slider/sliderFunction/visuallyLinearByValue/sliderStep.d.ts +7 -0
  210. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderFunctionVisuallySameStepSize.d.ts +2 -0
  211. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderMax.d.ts +8 -0
  212. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderValueByValue.d.ts +9 -0
  213. package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/valueBySliderValue.d.ts +2 -0
  214. package/dist/components/slider/slider/sliderHandleSvgHandler.d.ts +3 -2
  215. package/dist/components/stepper/index.d.ts +3 -0
  216. package/dist/components/stepper/stepper/index.d.ts +2 -0
  217. package/dist/components/stepper/stepper/stepper.d.ts +4 -0
  218. package/dist/components/stepper/stepper/stepper.styles.d.ts +4 -0
  219. package/dist/components/stepper/stepper/storiesData.d.ts +3 -0
  220. package/dist/components/stepper/stepper.types.d.ts +19 -0
  221. package/dist/components/stepper/stepperItem/index.d.ts +2 -0
  222. package/dist/components/stepper/stepperItem/stepperItem.d.ts +4 -0
  223. package/dist/components/stepper/stepperItem/stepperItem.styles.d.ts +6 -0
  224. package/dist/components/storeButton/index.d.ts +3 -0
  225. package/dist/components/storeButton/storeButton.d.ts +2 -2
  226. package/dist/components/storeButton/storeButton.styles.d.ts +2 -2
  227. package/dist/components/storeButton/storeButton.types.d.ts +1 -1
  228. package/dist/components/table/index.d.ts +8 -0
  229. package/dist/components/table/table/table.d.ts +4 -0
  230. package/dist/components/table/table/table.styles.d.ts +3 -0
  231. package/dist/components/table/tableBody/tableBody.d.ts +4 -0
  232. package/dist/components/table/tableBody/tableBody.styles.d.ts +3 -0
  233. package/dist/components/table/tableData/tableData.d.ts +4 -0
  234. package/dist/components/table/tableData/tableData.styles.d.ts +3 -0
  235. package/dist/components/table/tableHead/tableHead.d.ts +4 -0
  236. package/dist/components/table/tableHead/tableHead.styles.d.ts +3 -0
  237. package/dist/components/table/tableHeadData/tableHeadData.d.ts +4 -0
  238. package/dist/components/table/tableHeadData/tableHeadData.styles.d.ts +3 -0
  239. package/dist/components/table/tableRow/tableRow.d.ts +4 -0
  240. package/dist/components/table/tableRow/tableRow.styles.d.ts +3 -0
  241. package/dist/components/table/types.d.ts +9 -0
  242. package/dist/components/tag/index.d.ts +3 -0
  243. package/dist/components/tag/tag.d.ts +4 -0
  244. package/dist/components/tag/tag.styles.d.ts +4 -0
  245. package/dist/components/tag/tag.types.d.ts +37 -0
  246. package/dist/components/tooltip/floatingElement/tooltipFloatingElement.d.ts +4 -0
  247. package/dist/components/tooltip/floatingElement/tooltipFloatingElement.style.d.ts +10 -0
  248. package/dist/components/tooltip/floatingElement/tooltipFloatingElement.types.d.ts +9 -0
  249. package/dist/components/tooltip/general/index.d.ts +4 -0
  250. package/dist/components/tooltip/general/tooltipGeneral.d.ts +4 -0
  251. package/dist/components/tooltip/general/tooltipGeneral.style.d.ts +7 -0
  252. package/dist/components/tooltip/general/tooltipGeneral.types.d.ts +10 -0
  253. package/dist/components/tooltip/index.d.ts +7 -0
  254. package/dist/components/tooltip/info/index.d.ts +3 -0
  255. package/dist/components/tooltip/info/tooltipInfo.d.ts +4 -0
  256. package/dist/components/tooltip/info/tooltipInfo.style.d.ts +7 -0
  257. package/dist/components/tooltip/info/tooltipInfo.types.d.ts +6 -0
  258. package/dist/components/tooltip/tooltip.types.d.ts +15 -0
  259. package/dist/components/typography/index.d.ts +3 -0
  260. package/dist/components/typography/typography.d.ts +4 -0
  261. package/dist/components/typography/typography.styles.d.ts +3 -0
  262. package/dist/components/typography/typography.types.d.ts +38 -0
  263. package/dist/index.cjs.js +1275 -20
  264. package/dist/index.cjs.js.map +1 -1
  265. package/dist/index.d.ts +19 -0
  266. package/dist/index.esm.js +1275 -20
  267. package/dist/index.esm.js.map +1 -1
  268. package/dist/media/index.d.ts +1 -0
  269. package/dist/media/media.types.d.ts +4 -0
  270. package/dist/style/styledComponents/theme.d.ts +90 -3
  271. package/dist/util/colorScheme/colorScheme.types.d.ts +10 -0
  272. package/dist/util/colorScheme/getColor.d.ts +2 -0
  273. package/dist/util/colorScheme/index.d.ts +3 -0
  274. package/dist/util/colorScheme/useColorScheme.d.ts +2 -0
  275. package/package.json +22 -6
  276. package/readme.md +19 -0
  277. package/.storybook/main.ts +0 -23
  278. package/.storybook/preview.tsx +0 -27
@@ -0,0 +1,3 @@
1
+ import SearchInput from './searchInput';
2
+ export { SearchInput };
3
+ export { SearchInputProps } from './searchInput.types';
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { SearchInputProps } from './searchInput.types';
3
+ declare const SearchInput: FC<SearchInputProps>;
4
+ export default SearchInput;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { SearchInputProps } from './searchInput.types';
3
+ export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SearchInputProps>>;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ import { InputProps } from '../../textfieldInput.types';
3
+ export interface SearchInputProps extends InputProps {
4
+ buttonAction?: () => void;
5
+ buttonText?: ReactNode | string;
6
+ placeholder?: string;
7
+ }
@@ -0,0 +1,3 @@
1
+ import SliderInput from './sliderInput';
2
+ export { SliderInput };
3
+ export { SliderInputProps, SliderInputLabel, SliderInputMinMax } from './sliderInput.types';
@@ -0,0 +1,4 @@
1
+ import { SliderInputProps } from './sliderInput.types';
2
+ import React from 'react';
3
+ declare const SliderInput: React.FC<SliderInputProps>;
4
+ export default SliderInput;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { MediaType } from '@/media';
3
+ interface WrapperProps {
4
+ isInputHidden: boolean;
5
+ mediaType: MediaType;
6
+ }
7
+ export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, WrapperProps>>;
8
+ export declare const labelWrapper: import("styled-components").RuleSet<object>;
9
+ interface InputWrapperProps {
10
+ isInputHidden: boolean;
11
+ }
12
+ export declare const InputWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputWrapperProps>>;
13
+ export declare const sliderWrapper: import("styled-components").RuleSet<object>;
14
+ export {};
@@ -0,0 +1,29 @@
1
+ import { MinMaxLabels, SliderSteps, SliderStepType } from '@/components/slider/slider/slider.types';
2
+ import { MediaType } from '@/media';
3
+ import React, { ReactNode, RefAttributes } from 'react';
4
+ import { TooltipFloatingElement } from '@/components/tooltip';
5
+ export interface SliderInputLabel {
6
+ element: ReactNode | string;
7
+ tooltip?: TooltipFloatingElement | undefined;
8
+ }
9
+ export interface SliderInputMinMax {
10
+ max: number;
11
+ min: number;
12
+ }
13
+ export interface SliderInputProps extends RefAttributes<HTMLInputElement> {
14
+ disabled?: boolean | undefined;
15
+ hasError?: boolean;
16
+ id?: string | undefined;
17
+ isInputHidden?: boolean | undefined;
18
+ label: SliderInputLabel;
19
+ mediaType: MediaType;
20
+ minMax: SliderInputMinMax;
21
+ minMaxLabels: MinMaxLabels | undefined;
22
+ name: string;
23
+ onBlur?: ((event: React.FocusEvent<HTMLInputElement>) => Promise<boolean | void>) | undefined;
24
+ onChange?: ((event: React.ChangeEvent<HTMLInputElement>) => Promise<boolean | void>) | undefined;
25
+ prefix?: ReactNode | string | undefined;
26
+ stepType: SliderStepType;
27
+ steps: SliderSteps;
28
+ suffix?: ReactNode | string | undefined;
29
+ }
@@ -0,0 +1,2 @@
1
+ export declare const sliderInputFormatInputNumber: (value: string) => string;
2
+ export declare const sliderInputUnformatInputNumber: (value: string) => string;
@@ -0,0 +1,3 @@
1
+ import TextInput from './textInput';
2
+ export { TextInput };
3
+ export { TextInputProps } from './textInput.types';
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TextInputProps } from './textInput.types';
3
+ declare const TextInput: FC<TextInputProps>;
4
+ export default TextInput;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TextInputProps } from './textInput.types';
3
+ export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextInputProps>>;
@@ -0,0 +1,4 @@
1
+ import { InputProps } from '../../textfieldInput.types';
2
+ export interface TextInputProps extends InputProps {
3
+ placeholder?: string;
4
+ }
@@ -0,0 +1,3 @@
1
+ import TrailingTextInput from './trailingTextInput';
2
+ export { TrailingTextInput };
3
+ export { TrailingTextInputProps } from './trailingTextInput.types';
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TrailingTextInputProps } from './trailingTextInput.types';
3
+ declare const TrailingTextInput: FC<TrailingTextInputProps>;
4
+ export default TrailingTextInput;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TrailingTextInputProps } from './trailingTextInput.types';
3
+ export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TrailingTextInputProps>>;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ import { InputProps } from '../../textfieldInput.types';
3
+ export interface TrailingTextInputProps extends InputProps {
4
+ placeholder?: string;
5
+ suffix?: ReactNode | string;
6
+ }
@@ -0,0 +1,25 @@
1
+ import { TooltipFloatingElement } from '@/components/tooltip';
2
+ import React, { ReactNode } from 'react';
3
+ export declare enum InputSize {
4
+ MD = "md",
5
+ XL = "xl"
6
+ }
7
+ export interface InputProps {
8
+ disabled?: boolean;
9
+ errorMessage?: ReactNode | string;
10
+ halfWidth?: boolean;
11
+ hasError?: boolean;
12
+ hintText?: ReactNode | string;
13
+ id?: string | undefined;
14
+ label?: ReactNode | string;
15
+ maxLength?: number;
16
+ name: string;
17
+ onBlur?: ((event: React.FocusEvent<HTMLInputElement>) => Promise<boolean | void>) | undefined;
18
+ onChange?: ((event: React.ChangeEvent<HTMLInputElement>) => Promise<boolean | void>) | undefined;
19
+ size: InputSize;
20
+ tooltip?: TooltipFloatingElement | undefined;
21
+ value?: string;
22
+ }
23
+ export interface StoryFormValues {
24
+ input: string;
25
+ }
@@ -0,0 +1,3 @@
1
+ import Toggle from './toggle';
2
+ export { Toggle };
3
+ export { ToggleProps } from './toggle.types';
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { ToggleProps } from './toggle.types';
3
+ /**
4
+ * Currently not compatible with react-hook-form
5
+ */
6
+ declare const Toggle: FC<ToggleProps>;
7
+ export default Toggle;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface WrapperProps {
3
+ checked?: boolean;
4
+ disabled?: boolean;
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 declare const LabelStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>>;
8
+ export {};
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+ export interface ToggleProps {
3
+ defaultValue?: boolean;
4
+ disabled?: boolean;
5
+ id: string | undefined;
6
+ label?: ReactNode | string;
7
+ name: string;
8
+ onChange?: (value: boolean) => void;
9
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { FormattedAmountProps } from './formattedAmount.types';
3
+ declare const _default: React.NamedExoticComponent<FormattedAmountProps>;
4
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export interface FormattedAmountProps {
2
+ readonly amount: number;
3
+ readonly currency?: string;
4
+ readonly maximumFractionDigits?: number;
5
+ readonly minimumFractionDigits?: number;
6
+ }
@@ -0,0 +1,3 @@
1
+ import FormattedAmount from './formattedAmount';
2
+ import useFormatAmount from './useFormatAmount';
3
+ export { FormattedAmount, useFormatAmount };
@@ -0,0 +1,9 @@
1
+ interface UseFormatAmountTypeParam {
2
+ amount: number;
3
+ currency?: string;
4
+ maximumFractionDigits?: number;
5
+ minimumFractionDigits?: number;
6
+ }
7
+ type UseFormatAmountType = (param: UseFormatAmountTypeParam) => string;
8
+ declare const useFormatAmount: () => UseFormatAmountType;
9
+ export default useFormatAmount;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { FormattedHtmlMessageProps } from './formattedHtmlMessage.types';
3
+ declare const FormattedHtmlMessage: React.FC<FormattedHtmlMessageProps>;
4
+ export default FormattedHtmlMessage;
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom';
@@ -0,0 +1,2 @@
1
+ import { FormattedMessageTypes } from '../message.types';
2
+ export type FormattedHtmlMessageProps = FormattedMessageTypes;
@@ -0,0 +1,3 @@
1
+ import FormattedHtmlMessage from './formattedHtmlMessage';
2
+ export { FormattedHtmlMessage };
3
+ export { FormattedHtmlMessageProps } from './formattedHtmlMessage.types';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { FormattedMessageProps } from './formattedMessage.types';
3
+ declare const FormattedMessage: React.FC<FormattedMessageProps>;
4
+ export default FormattedMessage;
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom';
@@ -0,0 +1,2 @@
1
+ import { FormattedMessageTypes } from '../message.types';
2
+ export type FormattedMessageProps = FormattedMessageTypes;
@@ -0,0 +1,3 @@
1
+ import FormattedMessage from './formattedMessage';
2
+ export { FormattedMessage };
3
+ export { FormattedMessageProps } from './formattedMessage.types';
@@ -0,0 +1,2 @@
1
+ export * from './formattedMessage/index';
2
+ export * from './formattedHtmlMessage/index';
@@ -0,0 +1,2 @@
1
+ import { IsMessageDisplayableFunction } from './isMessageDisplayable.types';
2
+ export declare const isMessageDisplayable: IsMessageDisplayableFunction;
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom';
@@ -0,0 +1,5 @@
1
+ import { MessageDescriptor } from 'react-intl';
2
+ import { FormatXMLElementFn, PrimitiveType } from 'intl-messageformat';
3
+ export type IsMessageDisplayableT = (descriptor: MessageDescriptor, values?: Record<string, FormatXMLElementFn<string, string> | PrimitiveType>) => string;
4
+ export type IsMessageDisplayableFunction = (t: IsMessageDisplayableT, messageDescriptor: MessageDescriptor) => boolean;
5
+ export type IsMessageDisplayableHookReturnFunction = (messageDescriptor: MessageDescriptor) => boolean;
@@ -0,0 +1 @@
1
+ export declare const getTranslationNotDisplayString: () => string;
@@ -0,0 +1,2 @@
1
+ import { IsMessageDisplayableHookReturnFunction } from './isMessageDisplayable.types';
2
+ export declare const useIsMessageDisplayable: () => IsMessageDisplayableHookReturnFunction;
@@ -0,0 +1,5 @@
1
+ import { MessageDescriptor } from 'react-intl';
2
+ import { PrimitiveType } from 'intl-messageformat';
3
+ export interface FormattedMessageTypes extends MessageDescriptor {
4
+ values?: Record<string, PrimitiveType>;
5
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { FormattedPercentageProps } from './formattedPercentage.types';
3
+ declare const _default: React.NamedExoticComponent<FormattedPercentageProps>;
4
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export interface FormattedPercentageProps {
2
+ readonly maximumFractionDigits?: number;
3
+ readonly minimumFractionDigits?: number;
4
+ readonly value: number;
5
+ }
@@ -0,0 +1,3 @@
1
+ import FormattedPercentage from './formattedPercentage';
2
+ import useFormattedPercentage from './useFormattedPercentage';
3
+ export { useFormattedPercentage, FormattedPercentage };
@@ -0,0 +1,8 @@
1
+ interface UseFormatPercentageTypeParam {
2
+ maximumFractionDigits?: number;
3
+ minimumFractionDigits?: number;
4
+ value: number;
5
+ }
6
+ type UseFormatPercentage = (param: UseFormatPercentageTypeParam) => string;
7
+ declare const useFormattedPercentage: () => UseFormatPercentage;
8
+ export default useFormattedPercentage;
@@ -0,0 +1 @@
1
+ export declare const getUniqueId: () => string;
@@ -0,0 +1 @@
1
+ export declare const getUniqueIdIfIsUndefined: (idParam: string | undefined) => string;
@@ -0,0 +1 @@
1
+ export declare const useUniqueIdIfIsUndefined: (idParam: string | undefined) => string;
@@ -0,0 +1,4 @@
1
+ import { IconFlagProps } from './iconFlag.types';
2
+ import React from 'react';
3
+ declare const IconFlag: React.FC<IconFlagProps>;
4
+ export default IconFlag;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
@@ -0,0 +1,9 @@
1
+ export declare enum IconFlagType {
2
+ cz = "cz",
3
+ eu = "eu",
4
+ hr = "hr",
5
+ usa = "usa"
6
+ }
7
+ export interface IconFlagProps {
8
+ readonly type: IconFlagType;
9
+ }
@@ -0,0 +1,3 @@
1
+ import IconFlag from './iconFlag';
2
+ export { IconFlag };
3
+ export { IconFlagType } from './iconFlag.types';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const IconFlagCz: React.FC;
3
+ export default IconFlagCz;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const IconFlagEu: React.FC;
3
+ export default IconFlagEu;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const IconFlagHr: React.FC;
3
+ export default IconFlagHr;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const IconFlagUsa: React.FC;
3
+ export default IconFlagUsa;
@@ -0,0 +1,4 @@
1
+ import { IconProductProps } from './iconProduct.types';
2
+ import React from 'react';
3
+ declare const IconProduct: React.FC<IconProductProps>;
4
+ export default IconProduct;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProductSize } from './iconProduct.types';
3
+ interface WrapperProps {
4
+ size: IconProductSize;
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 {};
@@ -0,0 +1,19 @@
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
+ }
@@ -0,0 +1,3 @@
1
+ import IconProduct from './iconProduct';
2
+ export { IconProduct };
3
+ export { IconProductSize, IconProductType } from './iconProduct.types';
@@ -0,0 +1,4 @@
1
+ export interface IconProductSvgProps {
2
+ readonly fill: string;
3
+ readonly stroke: string;
4
+ }
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconSystemProps } from './iconSystem.types';
3
+ declare const IconSystem: React.FC<IconSystemProps>;
4
+ export default IconSystem;
@@ -0,0 +1,7 @@
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 {};
@@ -0,0 +1,26 @@
1
+ import { ColorScheme } from '@/util/colorScheme';
2
+ export declare enum IconSystemType {
3
+ arrowDown = "arrowDown",
4
+ arrowRight = "arrowRight",
5
+ arrowUp = "arrowUp",
6
+ arrowUpRight = "arrowUpRight",
7
+ checkmark = "checkmark",
8
+ chevronDown = "chevronDown",
9
+ chevronRight = "chevronRight",
10
+ chevronUp = "chevronUp",
11
+ close = "close",
12
+ minus = "minus",
13
+ plus = "plus",
14
+ search = "search"
15
+ }
16
+ export declare enum IconSystemSize {
17
+ big = "big",
18
+ small = "small"
19
+ }
20
+ export interface IconSystemProps {
21
+ readonly colorScheme?: ColorScheme;
22
+ readonly fill?: string;
23
+ readonly size: IconSystemSize;
24
+ readonly stroke?: string;
25
+ readonly type: IconSystemType;
26
+ }
@@ -0,0 +1,3 @@
1
+ import IconSystem from './iconSystem';
2
+ export { IconSystem };
3
+ export { IconSystemSize, IconSystemType } from './iconSystem.types';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
+ declare const IconSystemArrowDownBig: React.FC<IconSystemSvgProps>;
4
+ export default IconSystemArrowDownBig;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
+ declare const IconSystemArrowDownSmall: React.FC<IconSystemSvgProps>;
4
+ export default IconSystemArrowDownSmall;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
+ declare const IconSystemChevronDownBig: React.FC<IconSystemSvgProps>;
4
+ export default IconSystemChevronDownBig;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconSystemSvgProps } from '@/components/icon/system/svg/iconSystemSvg.types';
3
+ declare const IconSystemChevronDownSmall: React.FC<IconSystemSvgProps>;
4
+ export default IconSystemChevronDownSmall;
@@ -0,0 +1,4 @@
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;