@itcase/ui 1.9.71 → 1.9.72

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 (628) hide show
  1. package/dist/cjs/components/Cell.js +2 -2
  2. package/dist/cjs/components/Textarea.js +2 -2
  3. package/dist/cjs/components/Video.js +2 -2
  4. package/dist/components/Cell.js +2 -2
  5. package/dist/components/Textarea.js +2 -2
  6. package/dist/components/Video.js +2 -2
  7. package/dist/types/components/Accordion/Accordion.appearance.d.ts +3 -0
  8. package/dist/types/components/Accordion/Accordion.d.ts +3 -0
  9. package/dist/types/components/Accordion/Accordion.interface.d.ts +99 -0
  10. package/dist/types/components/Accordion/AccordionItem.d.ts +4 -0
  11. package/dist/types/components/Accordion/appearance/accordionSize.d.ts +3 -0
  12. package/dist/types/components/Accordion/appearance/accordionStyle.d.ts +3 -0
  13. package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +3 -0
  14. package/dist/types/components/Accordion/index.d.ts +5 -0
  15. package/dist/types/components/Avatar/Avatar.appearance.d.ts +3 -0
  16. package/dist/types/components/Avatar/Avatar.d.ts +4 -0
  17. package/dist/types/components/Avatar/Avatar.interface.d.ts +58 -0
  18. package/dist/types/components/Avatar/appearance/avatarDefault.d.ts +3 -0
  19. package/dist/types/components/Avatar/appearance/avatarShape.d.ts +3 -0
  20. package/dist/types/components/Avatar/appearance/avatarSize.d.ts +3 -0
  21. package/dist/types/components/Avatar/appearance/avatarStyle.d.ts +3 -0
  22. package/dist/types/components/Avatar/index.d.ts +3 -0
  23. package/dist/types/components/AvatarStack/AvatarStack.appearance.d.ts +3 -0
  24. package/dist/types/components/AvatarStack/AvatarStack.d.ts +3 -0
  25. package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +26 -0
  26. package/dist/types/components/AvatarStack/appearance/avatarStackSize.d.ts +3 -0
  27. package/dist/types/components/AvatarStack/index.d.ts +3 -0
  28. package/dist/types/components/Badge/Badge.appearance.d.ts +3 -0
  29. package/dist/types/components/Badge/Badge.d.ts +4 -0
  30. package/dist/types/components/Badge/Badge.interface.d.ts +46 -0
  31. package/dist/types/components/Badge/appearance/badgeAccent.d.ts +3 -0
  32. package/dist/types/components/Badge/appearance/badgeDanger.d.ts +3 -0
  33. package/dist/types/components/Badge/appearance/badgeDisabled.d.ts +3 -0
  34. package/dist/types/components/Badge/appearance/badgeError.d.ts +3 -0
  35. package/dist/types/components/Badge/appearance/badgeExtra.d.ts +3 -0
  36. package/dist/types/components/Badge/appearance/badgeInfo.d.ts +3 -0
  37. package/dist/types/components/Badge/appearance/badgeShape.d.ts +3 -0
  38. package/dist/types/components/Badge/appearance/badgeSize.d.ts +3 -0
  39. package/dist/types/components/Badge/appearance/badgeSpecial.d.ts +3 -0
  40. package/dist/types/components/Badge/appearance/badgeStyle.d.ts +3 -0
  41. package/dist/types/components/Badge/appearance/badgeSuccess.d.ts +3 -0
  42. package/dist/types/components/Badge/appearance/badgeSurface.d.ts +3 -0
  43. package/dist/types/components/Badge/appearance/badgeWarning.d.ts +3 -0
  44. package/dist/types/components/Badge/index.d.ts +3 -0
  45. package/dist/types/components/Breadcrumbs/Breadcrumbs.appearance.d.ts +3 -0
  46. package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +3 -0
  47. package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +79 -0
  48. package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +3 -0
  49. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsAccent.d.ts +3 -0
  50. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSize.d.ts +3 -0
  51. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsStyle.d.ts +3 -0
  52. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +3 -0
  53. package/dist/types/components/Breadcrumbs/index.d.ts +5 -0
  54. package/dist/types/components/Button/Button.appearance.d.ts +3 -0
  55. package/dist/types/components/Button/Button.d.ts +85 -0
  56. package/dist/types/components/Button/Button.interface.d.ts +98 -0
  57. package/dist/types/components/Button/appearance/buttonAccent.d.ts +3 -0
  58. package/dist/types/components/Button/appearance/buttonDanger.d.ts +3 -0
  59. package/dist/types/components/Button/appearance/buttonError.d.ts +3 -0
  60. package/dist/types/components/Button/appearance/buttonExtra.d.ts +3 -0
  61. package/dist/types/components/Button/appearance/buttonInfo.d.ts +3 -0
  62. package/dist/types/components/Button/appearance/buttonShape.d.ts +3 -0
  63. package/dist/types/components/Button/appearance/buttonSize.d.ts +3 -0
  64. package/dist/types/components/Button/appearance/buttonSpecial.d.ts +3 -0
  65. package/dist/types/components/Button/appearance/buttonStyle.d.ts +3 -0
  66. package/dist/types/components/Button/appearance/buttonSuccess.d.ts +3 -0
  67. package/dist/types/components/Button/appearance/buttonSurface.d.ts +3 -0
  68. package/dist/types/components/Button/appearance/buttonWarning.d.ts +3 -0
  69. package/dist/types/components/Button/index.d.ts +3 -0
  70. package/dist/types/components/Cell/Cell.appearance.d.ts +3 -0
  71. package/dist/types/components/Cell/Cell.d.ts +4 -0
  72. package/dist/types/components/Cell/Cell.interface.d.ts +88 -0
  73. package/dist/types/components/Cell/appearance/cellSize.d.ts +3 -0
  74. package/dist/types/components/Cell/appearance/cellStyle.d.ts +3 -0
  75. package/dist/types/components/Cell/appearance/cellSurface.d.ts +3 -0
  76. package/dist/types/components/Cell/index.d.ts +3 -0
  77. package/dist/types/components/Checkbox/Checkbox.appearance.d.ts +3 -0
  78. package/dist/types/components/Checkbox/Checkbox.d.ts +4 -0
  79. package/dist/types/components/Checkbox/Checkbox.interface.d.ts +66 -0
  80. package/dist/types/components/Checkbox/appearance/checkboxDefault.d.ts +3 -0
  81. package/dist/types/components/Checkbox/appearance/checkboxDisabled.d.ts +3 -0
  82. package/dist/types/components/Checkbox/appearance/checkboxError.d.ts +3 -0
  83. package/dist/types/components/Checkbox/appearance/checkboxRequire.d.ts +3 -0
  84. package/dist/types/components/Checkbox/appearance/checkboxShape.d.ts +3 -0
  85. package/dist/types/components/Checkbox/appearance/checkboxSize.d.ts +3 -0
  86. package/dist/types/components/Checkbox/appearance/checkboxStyle.d.ts +3 -0
  87. package/dist/types/components/Checkbox/appearance/checkboxSuccess.d.ts +3 -0
  88. package/dist/types/components/Checkbox/index.d.ts +3 -0
  89. package/dist/types/components/Checkmark/Checkmark.appearance.d.ts +3 -0
  90. package/dist/types/components/Checkmark/Checkmark.d.ts +4 -0
  91. package/dist/types/components/Checkmark/Checkmark.interface.d.ts +42 -0
  92. package/dist/types/components/Checkmark/appearance/checkmarkAccent.d.ts +3 -0
  93. package/dist/types/components/Checkmark/appearance/checkmarkDisabled.d.ts +3 -0
  94. package/dist/types/components/Checkmark/appearance/checkmarkError.d.ts +3 -0
  95. package/dist/types/components/Checkmark/appearance/checkmarkSize.d.ts +3 -0
  96. package/dist/types/components/Checkmark/appearance/checkmarkStyle.d.ts +3 -0
  97. package/dist/types/components/Checkmark/appearance/checkmarkSurface.d.ts +3 -0
  98. package/dist/types/components/Checkmark/index.d.ts +3 -0
  99. package/dist/types/components/Chips/Chips.appearance.d.ts +3 -0
  100. package/dist/types/components/Chips/Chips.d.ts +4 -0
  101. package/dist/types/components/Chips/Chips.interface.d.ts +113 -0
  102. package/dist/types/components/Chips/ChipsGroup.d.ts +3 -0
  103. package/dist/types/components/Chips/appearance/chipsAccent.d.ts +3 -0
  104. package/dist/types/components/Chips/appearance/chipsDanger.d.ts +3 -0
  105. package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +3 -0
  106. package/dist/types/components/Chips/appearance/chipsError.d.ts +3 -0
  107. package/dist/types/components/Chips/appearance/chipsExtra.d.ts +3 -0
  108. package/dist/types/components/Chips/appearance/chipsInfo.d.ts +3 -0
  109. package/dist/types/components/Chips/appearance/chipsShape.d.ts +3 -0
  110. package/dist/types/components/Chips/appearance/chipsSize.d.ts +3 -0
  111. package/dist/types/components/Chips/appearance/chipsSpecial.d.ts +3 -0
  112. package/dist/types/components/Chips/appearance/chipsStyle.d.ts +3 -0
  113. package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +3 -0
  114. package/dist/types/components/Chips/appearance/chipsSurface.d.ts +3 -0
  115. package/dist/types/components/Chips/appearance/chipsWarning.d.ts +3 -0
  116. package/dist/types/components/Chips/index.d.ts +4 -0
  117. package/dist/types/components/Choice/Choice.appearance.d.ts +3 -0
  118. package/dist/types/components/Choice/Choice.d.ts +4 -0
  119. package/dist/types/components/Choice/Choice.interface.d.ts +91 -0
  120. package/dist/types/components/Choice/appearance/choiceDefault.d.ts +3 -0
  121. package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +3 -0
  122. package/dist/types/components/Choice/appearance/choiceError.d.ts +3 -0
  123. package/dist/types/components/Choice/appearance/choiceRequire.d.ts +3 -0
  124. package/dist/types/components/Choice/appearance/choiceShape.d.ts +3 -0
  125. package/dist/types/components/Choice/appearance/choiceSize.d.ts +3 -0
  126. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +3 -0
  127. package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +3 -0
  128. package/dist/types/components/Choice/index.d.ts +3 -0
  129. package/dist/types/components/Code/Code.appearance.d.ts +3 -0
  130. package/dist/types/components/Code/Code.d.ts +4 -0
  131. package/dist/types/components/Code/Code.interface.d.ts +58 -0
  132. package/dist/types/components/Code/appearance/codeDefault.d.ts +3 -0
  133. package/dist/types/components/Code/appearance/codeDisabled.d.ts +3 -0
  134. package/dist/types/components/Code/appearance/codeError.d.ts +3 -0
  135. package/dist/types/components/Code/appearance/codeRequire.d.ts +3 -0
  136. package/dist/types/components/Code/appearance/codeShape.d.ts +3 -0
  137. package/dist/types/components/Code/appearance/codeSize.d.ts +3 -0
  138. package/dist/types/components/Code/appearance/codeStyle.d.ts +3 -0
  139. package/dist/types/components/Code/appearance/codeSuccess.d.ts +3 -0
  140. package/dist/types/components/Code/index.d.ts +3 -0
  141. package/dist/types/components/CookiesWarning/CookiesWarning.appearance.d.ts +3 -0
  142. package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +5 -0
  143. package/dist/types/components/CookiesWarning/CookiesWarning.interface.d.ts +37 -0
  144. package/dist/types/components/CookiesWarning/appearance/cookiesWarningDefault.d.ts +3 -0
  145. package/dist/types/components/CookiesWarning/index.d.ts +4 -0
  146. package/dist/types/components/Dadata/Dadata.d.ts +3 -0
  147. package/dist/types/components/Dadata/Dadata.interface.d.ts +24 -0
  148. package/dist/types/components/Dadata/index.d.ts +2 -0
  149. package/dist/types/components/DatePeriod/DatePeriod.appearance.d.ts +3 -0
  150. package/dist/types/components/DatePeriod/DatePeriod.d.ts +4 -0
  151. package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +66 -0
  152. package/dist/types/components/DatePeriod/appearance/datePeriodShape.d.ts +3 -0
  153. package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +3 -0
  154. package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +3 -0
  155. package/dist/types/components/DatePeriod/index.d.ts +3 -0
  156. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +3 -0
  157. package/dist/types/components/DatePicker/DatePicker.d.ts +4 -0
  158. package/dist/types/components/DatePicker/DatePicker.interface.d.ts +101 -0
  159. package/dist/types/components/DatePicker/DatePicker.utils.d.ts +6 -0
  160. package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +3 -0
  161. package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +3 -0
  162. package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +3 -0
  163. package/dist/types/components/DatePicker/index.d.ts +3 -0
  164. package/dist/types/components/Divider/Divider.appearance.d.ts +3 -0
  165. package/dist/types/components/Divider/Divider.d.ts +4 -0
  166. package/dist/types/components/Divider/Divider.interface.d.ts +38 -0
  167. package/dist/types/components/Divider/appearance/dividerAccent.d.ts +3 -0
  168. package/dist/types/components/Divider/appearance/dividerError.d.ts +3 -0
  169. package/dist/types/components/Divider/appearance/dividerExtra.d.ts +3 -0
  170. package/dist/types/components/Divider/appearance/dividerSize.d.ts +3 -0
  171. package/dist/types/components/Divider/appearance/dividerSpecial.d.ts +3 -0
  172. package/dist/types/components/Divider/appearance/dividerSuccess.d.ts +3 -0
  173. package/dist/types/components/Divider/appearance/dividerSurface.d.ts +3 -0
  174. package/dist/types/components/Divider/appearance/dividerWarning.d.ts +3 -0
  175. package/dist/types/components/Divider/index.d.ts +3 -0
  176. package/dist/types/components/Dot/Dot.d.ts +3 -0
  177. package/dist/types/components/Dot/Dot.interface.d.ts +30 -0
  178. package/dist/types/components/Dot/index.d.ts +2 -0
  179. package/dist/types/components/Drawer/Drawer.appearance.d.ts +3 -0
  180. package/dist/types/components/Drawer/Drawer.constants.d.ts +16 -0
  181. package/dist/types/components/Drawer/Drawer.d.ts +4 -0
  182. package/dist/types/components/Drawer/Drawer.interface.d.ts +55 -0
  183. package/dist/types/components/Drawer/appearance/drawerSize.d.ts +3 -0
  184. package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +3 -0
  185. package/dist/types/components/Drawer/index.d.ts +3 -0
  186. package/dist/types/components/Dropdown/Dropdown.appearance.d.ts +3 -0
  187. package/dist/types/components/Dropdown/Dropdown.d.ts +3 -0
  188. package/dist/types/components/Dropdown/Dropdown.interface.d.ts +174 -0
  189. package/dist/types/components/Dropdown/DropdownItem.appearance.d.ts +3 -0
  190. package/dist/types/components/Dropdown/DropdownItem.d.ts +4 -0
  191. package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +3 -0
  192. package/dist/types/components/Dropdown/appearance/dropdownShape.d.ts +3 -0
  193. package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +3 -0
  194. package/dist/types/components/Dropdown/appearance/dropdownStyle.d.ts +3 -0
  195. package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +3 -0
  196. package/dist/types/components/Dropdown/index.d.ts +5 -0
  197. package/dist/types/components/Dropzone/Dropzone.appearance.d.ts +3 -0
  198. package/dist/types/components/Dropzone/Dropzone.d.ts +4 -0
  199. package/dist/types/components/Dropzone/Dropzone.interface.d.ts +82 -0
  200. package/dist/types/components/Dropzone/appearance/dropzoneDefault.d.ts +3 -0
  201. package/dist/types/components/Dropzone/appearance/dropzoneDisabled.d.ts +3 -0
  202. package/dist/types/components/Dropzone/appearance/dropzoneError.d.ts +3 -0
  203. package/dist/types/components/Dropzone/appearance/dropzoneRequire.d.ts +3 -0
  204. package/dist/types/components/Dropzone/appearance/dropzoneShape.d.ts +3 -0
  205. package/dist/types/components/Dropzone/appearance/dropzoneSuccess.d.ts +3 -0
  206. package/dist/types/components/Dropzone/index.d.ts +2 -0
  207. package/dist/types/components/Flex/Flex.d.ts +3 -0
  208. package/dist/types/components/Flex/Flex.interface.d.ts +141 -0
  209. package/dist/types/components/Flex/FlexItem.d.ts +3 -0
  210. package/dist/types/components/Flex/index.d.ts +4 -0
  211. package/dist/types/components/Grid/Grid.d.ts +3 -0
  212. package/dist/types/components/Grid/Grid.interface.d.ts +143 -0
  213. package/dist/types/components/Grid/GridItem.d.ts +3 -0
  214. package/dist/types/components/Grid/GridRow.d.ts +3 -0
  215. package/dist/types/components/Grid/index.d.ts +5 -0
  216. package/dist/types/components/Group/Group.appearance.d.ts +3 -0
  217. package/dist/types/components/Group/Group.d.ts +59 -0
  218. package/dist/types/components/Group/Group.interface.d.ts +71 -0
  219. package/dist/types/components/Group/index.d.ts +3 -0
  220. package/dist/types/components/HTMLContent/HTMLContent.d.ts +3 -0
  221. package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +34 -0
  222. package/dist/types/components/HTMLContent/index.d.ts +2 -0
  223. package/dist/types/components/HeroTitle/HeroTitle.appearance.d.ts +3 -0
  224. package/dist/types/components/HeroTitle/HeroTitle.d.ts +4 -0
  225. package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +77 -0
  226. package/dist/types/components/HeroTitle/appearance/heroTitleSize.d.ts +3 -0
  227. package/dist/types/components/HeroTitle/index.d.ts +3 -0
  228. package/dist/types/components/Icon/Icon.appearance.d.ts +3 -0
  229. package/dist/types/components/Icon/Icon.d.ts +41 -0
  230. package/dist/types/components/Icon/Icon.interface.d.ts +92 -0
  231. package/dist/types/components/Icon/appearance/iconAccent.d.ts +3 -0
  232. package/dist/types/components/Icon/appearance/iconDanger.d.ts +3 -0
  233. package/dist/types/components/Icon/appearance/iconDisabled.d.ts +3 -0
  234. package/dist/types/components/Icon/appearance/iconError.d.ts +3 -0
  235. package/dist/types/components/Icon/appearance/iconExtra.d.ts +3 -0
  236. package/dist/types/components/Icon/appearance/iconInfo.d.ts +3 -0
  237. package/dist/types/components/Icon/appearance/iconShape.d.ts +3 -0
  238. package/dist/types/components/Icon/appearance/iconSize.d.ts +3 -0
  239. package/dist/types/components/Icon/appearance/iconSpecial.d.ts +3 -0
  240. package/dist/types/components/Icon/appearance/iconStyle.d.ts +3 -0
  241. package/dist/types/components/Icon/appearance/iconSuccess.d.ts +3 -0
  242. package/dist/types/components/Icon/appearance/iconSurface.d.ts +3 -0
  243. package/dist/types/components/Icon/appearance/iconWarning.d.ts +3 -0
  244. package/dist/types/components/Icon/index.d.ts +3 -0
  245. package/dist/types/components/Image/Image.d.ts +39 -0
  246. package/dist/types/components/Image/Image.interface.d.ts +43 -0
  247. package/dist/types/components/Image/index.d.ts +2 -0
  248. package/dist/types/components/Input/Input.appearance.d.ts +3 -0
  249. package/dist/types/components/Input/Input.d.ts +24 -0
  250. package/dist/types/components/Input/Input.interface.d.ts +52 -0
  251. package/dist/types/components/Input/appearance/inputDefault.d.ts +3 -0
  252. package/dist/types/components/Input/appearance/inputDisabled.d.ts +3 -0
  253. package/dist/types/components/Input/appearance/inputError.d.ts +3 -0
  254. package/dist/types/components/Input/appearance/inputRequire.d.ts +3 -0
  255. package/dist/types/components/Input/appearance/inputShape.d.ts +3 -0
  256. package/dist/types/components/Input/appearance/inputSize.d.ts +3 -0
  257. package/dist/types/components/Input/appearance/inputStyle.d.ts +3 -0
  258. package/dist/types/components/Input/appearance/inputSuccess.d.ts +3 -0
  259. package/dist/types/components/Input/index.d.ts +3 -0
  260. package/dist/types/components/InputNumber/InputNumber.appearance.d.ts +3 -0
  261. package/dist/types/components/InputNumber/InputNumber.d.ts +3 -0
  262. package/dist/types/components/InputNumber/InputNumber.interfaces.d.ts +54 -0
  263. package/dist/types/components/InputNumber/appearance/InputNumberShape.d.ts +3 -0
  264. package/dist/types/components/InputNumber/appearance/inputNumberSize.d.ts +3 -0
  265. package/dist/types/components/InputNumber/appearance/inputNumberStyle.d.ts +3 -0
  266. package/dist/types/components/InputNumber/appearance/inputNumberSurface.d.ts +3 -0
  267. package/dist/types/components/InputNumber/index.d.ts +2 -0
  268. package/dist/types/components/InputPassword/InputPassword.appearance.d.ts +3 -0
  269. package/dist/types/components/InputPassword/InputPassword.d.ts +4 -0
  270. package/dist/types/components/InputPassword/InputPassword.interface.d.ts +53 -0
  271. package/dist/types/components/InputPassword/appearance/inputPasswordDefault.d.ts +3 -0
  272. package/dist/types/components/InputPassword/appearance/inputPasswordDisabled.d.ts +3 -0
  273. package/dist/types/components/InputPassword/appearance/inputPasswordError.d.ts +3 -0
  274. package/dist/types/components/InputPassword/appearance/inputPasswordRequire.d.ts +3 -0
  275. package/dist/types/components/InputPassword/appearance/inputPasswordShape.d.ts +3 -0
  276. package/dist/types/components/InputPassword/appearance/inputPasswordSize.d.ts +3 -0
  277. package/dist/types/components/InputPassword/appearance/inputPasswordStyle.d.ts +3 -0
  278. package/dist/types/components/InputPassword/appearance/inputPasswordSuccess.d.ts +3 -0
  279. package/dist/types/components/InputPassword/index.d.ts +3 -0
  280. package/dist/types/components/Label/Label.appearance.d.ts +3 -0
  281. package/dist/types/components/Label/Label.d.ts +4 -0
  282. package/dist/types/components/Label/Label.interface.d.ts +69 -0
  283. package/dist/types/components/Label/appearance/labelAccent.d.ts +3 -0
  284. package/dist/types/components/Label/appearance/labelDanger.d.ts +3 -0
  285. package/dist/types/components/Label/appearance/labelDisabled.d.ts +3 -0
  286. package/dist/types/components/Label/appearance/labelError.d.ts +3 -0
  287. package/dist/types/components/Label/appearance/labelExtra.d.ts +3 -0
  288. package/dist/types/components/Label/appearance/labelGradient.d.ts +3 -0
  289. package/dist/types/components/Label/appearance/labelInfo.d.ts +3 -0
  290. package/dist/types/components/Label/appearance/labelShape.d.ts +3 -0
  291. package/dist/types/components/Label/appearance/labelSize.d.ts +3 -0
  292. package/dist/types/components/Label/appearance/labelSpecial.d.ts +3 -0
  293. package/dist/types/components/Label/appearance/labelStyle.d.ts +3 -0
  294. package/dist/types/components/Label/appearance/labelSuccess.d.ts +3 -0
  295. package/dist/types/components/Label/appearance/labelSurface.d.ts +3 -0
  296. package/dist/types/components/Label/appearance/labelWarning.d.ts +3 -0
  297. package/dist/types/components/Label/index.d.ts +3 -0
  298. package/dist/types/components/Link/Link.appearance.d.ts +3 -0
  299. package/dist/types/components/Link/Link.d.ts +6 -0
  300. package/dist/types/components/Link/Link.interface.d.ts +96 -0
  301. package/dist/types/components/Link/appearance/linkAccent.d.ts +3 -0
  302. package/dist/types/components/Link/appearance/linkDanger.d.ts +3 -0
  303. package/dist/types/components/Link/appearance/linkDisabled.d.ts +3 -0
  304. package/dist/types/components/Link/appearance/linkError.d.ts +3 -0
  305. package/dist/types/components/Link/appearance/linkExtra.d.ts +3 -0
  306. package/dist/types/components/Link/appearance/linkInfo.d.ts +3 -0
  307. package/dist/types/components/Link/appearance/linkRequire.d.ts +3 -0
  308. package/dist/types/components/Link/appearance/linkSize.d.ts +3 -0
  309. package/dist/types/components/Link/appearance/linkSpecial.d.ts +3 -0
  310. package/dist/types/components/Link/appearance/linkStyle.d.ts +3 -0
  311. package/dist/types/components/Link/appearance/linkSuccess.d.ts +3 -0
  312. package/dist/types/components/Link/appearance/linkSurface.d.ts +3 -0
  313. package/dist/types/components/Link/appearance/linkWarning.d.ts +3 -0
  314. package/dist/types/components/Link/index.d.ts +3 -0
  315. package/dist/types/components/List/List.appearance.d.ts +3 -0
  316. package/dist/types/components/List/List.d.ts +3 -0
  317. package/dist/types/components/List/List.interface.d.ts +54 -0
  318. package/dist/types/components/List/ListItem.d.ts +3 -0
  319. package/dist/types/components/List/appearance/listAccent.d.ts +3 -0
  320. package/dist/types/components/List/appearance/listDanger.d.ts +3 -0
  321. package/dist/types/components/List/appearance/listError.d.ts +3 -0
  322. package/dist/types/components/List/appearance/listExtra.d.ts +3 -0
  323. package/dist/types/components/List/appearance/listInfo.d.ts +3 -0
  324. package/dist/types/components/List/appearance/listSize.d.ts +3 -0
  325. package/dist/types/components/List/appearance/listSpecial.d.ts +3 -0
  326. package/dist/types/components/List/appearance/listStyle.d.ts +3 -0
  327. package/dist/types/components/List/appearance/listSuccess.d.ts +3 -0
  328. package/dist/types/components/List/appearance/listSurface.d.ts +3 -0
  329. package/dist/types/components/List/appearance/listWarning.d.ts +3 -0
  330. package/dist/types/components/List/index.d.ts +4 -0
  331. package/dist/types/components/Loader/Loader.appearance.d.ts +3 -0
  332. package/dist/types/components/Loader/Loader.d.ts +4 -0
  333. package/dist/types/components/Loader/Loader.interface.d.ts +35 -0
  334. package/dist/types/components/Loader/appearance/loaderAccent.d.ts +3 -0
  335. package/dist/types/components/Loader/appearance/loaderDanger.d.ts +3 -0
  336. package/dist/types/components/Loader/appearance/loaderError.d.ts +3 -0
  337. package/dist/types/components/Loader/appearance/loaderExtra.d.ts +3 -0
  338. package/dist/types/components/Loader/appearance/loaderInfo.d.ts +3 -0
  339. package/dist/types/components/Loader/appearance/loaderSize.d.ts +3 -0
  340. package/dist/types/components/Loader/appearance/loaderSpecial.d.ts +3 -0
  341. package/dist/types/components/Loader/appearance/loaderStyle.d.ts +3 -0
  342. package/dist/types/components/Loader/appearance/loaderSuccess.d.ts +3 -0
  343. package/dist/types/components/Loader/appearance/loaderSurface.d.ts +3 -0
  344. package/dist/types/components/Loader/appearance/loaderWarning.d.ts +3 -0
  345. package/dist/types/components/Loader/index.d.ts +3 -0
  346. package/dist/types/components/Logo/Logo.d.ts +29 -0
  347. package/dist/types/components/Logo/Logo.interface.d.ts +39 -0
  348. package/dist/types/components/Logo/index.d.ts +2 -0
  349. package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +3 -0
  350. package/dist/types/components/MenuItem/MenuItem.d.ts +4 -0
  351. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +96 -0
  352. package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +3 -0
  353. package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +3 -0
  354. package/dist/types/components/MenuItem/appearance/menuItemShape.d.ts +3 -0
  355. package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +3 -0
  356. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +3 -0
  357. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -0
  358. package/dist/types/components/MenuItem/index.d.ts +3 -0
  359. package/dist/types/components/Modal/Modal.appearance.d.ts +3 -0
  360. package/dist/types/components/Modal/Modal.d.ts +61 -0
  361. package/dist/types/components/Modal/Modal.interface.d.ts +80 -0
  362. package/dist/types/components/Modal/ModalLoader.d.ts +2 -0
  363. package/dist/types/components/Modal/appearance/modalShape.d.ts +3 -0
  364. package/dist/types/components/Modal/appearance/modalSize.d.ts +3 -0
  365. package/dist/types/components/Modal/appearance/modalStyle.d.ts +3 -0
  366. package/dist/types/components/Modal/appearance/modalSurface.d.ts +3 -0
  367. package/dist/types/components/Modal/index.d.ts +5 -0
  368. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.appearance.d.ts +3 -0
  369. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +26 -0
  370. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.interface.d.ts +42 -0
  371. package/dist/types/components/ModalSheetBottom/appearance/modalSheetBottomSize.d.ts +3 -0
  372. package/dist/types/components/ModalSheetBottom/index.d.ts +3 -0
  373. package/dist/types/components/Notification/Notification.appearance.d.ts +3 -0
  374. package/dist/types/components/Notification/Notification.d.ts +4 -0
  375. package/dist/types/components/Notification/Notification.interface.d.ts +73 -0
  376. package/dist/types/components/Notification/NotificationWrapper.d.ts +3 -0
  377. package/dist/types/components/Notification/appearance/notificationDefault.d.ts +3 -0
  378. package/dist/types/components/Notification/appearance/notificationError.d.ts +3 -0
  379. package/dist/types/components/Notification/appearance/notificationInfo.d.ts +3 -0
  380. package/dist/types/components/Notification/appearance/notificationShape.d.ts +3 -0
  381. package/dist/types/components/Notification/appearance/notificationSize.d.ts +3 -0
  382. package/dist/types/components/Notification/appearance/notificationStyle.d.ts +3 -0
  383. package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +3 -0
  384. package/dist/types/components/Notification/appearance/notificationWarning.d.ts +3 -0
  385. package/dist/types/components/Notification/index.d.ts +5 -0
  386. package/dist/types/components/Overlay/Overlay.appearance.d.ts +3 -0
  387. package/dist/types/components/Overlay/Overlay.d.ts +4 -0
  388. package/dist/types/components/Overlay/Overlay.interface.d.ts +27 -0
  389. package/dist/types/components/Overlay/appearance/overlayDefault.d.ts +3 -0
  390. package/dist/types/components/Overlay/index.d.ts +3 -0
  391. package/dist/types/components/Pagination/Pagination.appearance.d.ts +3 -0
  392. package/dist/types/components/Pagination/Pagination.d.ts +4 -0
  393. package/dist/types/components/Pagination/Pagination.interface.d.ts +114 -0
  394. package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +3 -0
  395. package/dist/types/components/Pagination/appearance/paginationShape.d.ts +3 -0
  396. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +3 -0
  397. package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +3 -0
  398. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +3 -0
  399. package/dist/types/components/Pagination/index.d.ts +3 -0
  400. package/dist/types/components/Radio/Radio.appearance.d.ts +3 -0
  401. package/dist/types/components/Radio/Radio.d.ts +4 -0
  402. package/dist/types/components/Radio/Radio.interface.d.ts +53 -0
  403. package/dist/types/components/Radio/appearance/radioDefault.d.ts +3 -0
  404. package/dist/types/components/Radio/appearance/radioDisabled.d.ts +3 -0
  405. package/dist/types/components/Radio/appearance/radioError.d.ts +3 -0
  406. package/dist/types/components/Radio/appearance/radioRequire.d.ts +3 -0
  407. package/dist/types/components/Radio/appearance/radioShape.d.ts +3 -0
  408. package/dist/types/components/Radio/appearance/radioSize.d.ts +3 -0
  409. package/dist/types/components/Radio/appearance/radioStyle.d.ts +3 -0
  410. package/dist/types/components/Radio/appearance/radioSuccess.d.ts +3 -0
  411. package/dist/types/components/Radio/index.d.ts +3 -0
  412. package/dist/types/components/RangeSlider/RangeSlider.d.ts +3 -0
  413. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +34 -0
  414. package/dist/types/components/RangeSlider/index.d.ts +2 -0
  415. package/dist/types/components/Response/Response.appearance.d.ts +3 -0
  416. package/dist/types/components/Response/Response.constant.d.ts +63 -0
  417. package/dist/types/components/Response/Response.d.ts +65 -0
  418. package/dist/types/components/Response/Response.interface.d.ts +77 -0
  419. package/dist/types/components/Response/appearance/responseConfirm.d.ts +3 -0
  420. package/dist/types/components/Response/appearance/responseDanger.d.ts +3 -0
  421. package/dist/types/components/Response/appearance/responseEmpty.d.ts +3 -0
  422. package/dist/types/components/Response/appearance/responseError.d.ts +3 -0
  423. package/dist/types/components/Response/appearance/responseFail.d.ts +3 -0
  424. package/dist/types/components/Response/appearance/responseNothingFound.d.ts +3 -0
  425. package/dist/types/components/Response/appearance/responseRefresh.d.ts +3 -0
  426. package/dist/types/components/Response/appearance/responseStyle.d.ts +3 -0
  427. package/dist/types/components/Response/appearance/responseSuccess.d.ts +3 -0
  428. package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +3 -0
  429. package/dist/types/components/Response/appearance/responseWarning.d.ts +3 -0
  430. package/dist/types/components/Response/img/index.d.ts +14 -0
  431. package/dist/types/components/Response/index.d.ts +6 -0
  432. package/dist/types/components/SVGContent/SVGContent.d.ts +11 -0
  433. package/dist/types/components/SVGContent/SVGContent.interface.d.ts +16 -0
  434. package/dist/types/components/SVGContent/index.d.ts +2 -0
  435. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.d.ts +3 -0
  436. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +24 -0
  437. package/dist/types/components/ScrollOnDrag/index.d.ts +2 -0
  438. package/dist/types/components/ScrollToView/ScrollToView.d.ts +3 -0
  439. package/dist/types/components/ScrollToView/ScrollToView.interface.d.ts +24 -0
  440. package/dist/types/components/ScrollToView/index.d.ts +2 -0
  441. package/dist/types/components/Scrollbar/Scrollbar.d.ts +3 -0
  442. package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +14 -0
  443. package/dist/types/components/Scrollbar/index.d.ts +2 -0
  444. package/dist/types/components/Search/Search.appearance.d.ts +3 -0
  445. package/dist/types/components/Search/Search.interface.d.ts +79 -0
  446. package/dist/types/components/Search/SearchInput.d.ts +54 -0
  447. package/dist/types/components/Search/SearchResult.d.ts +15 -0
  448. package/dist/types/components/Search/appearance/searchDefault.d.ts +3 -0
  449. package/dist/types/components/Search/appearance/searchDisabled.d.ts +3 -0
  450. package/dist/types/components/Search/appearance/searchError.d.ts +3 -0
  451. package/dist/types/components/Search/appearance/searchRequire.d.ts +3 -0
  452. package/dist/types/components/Search/appearance/searchShape.d.ts +3 -0
  453. package/dist/types/components/Search/appearance/searchSize.d.ts +3 -0
  454. package/dist/types/components/Search/appearance/searchStyle.d.ts +3 -0
  455. package/dist/types/components/Search/appearance/searchSuccess.d.ts +3 -0
  456. package/dist/types/components/Search/index.d.ts +5 -0
  457. package/dist/types/components/Segmented/Segmented.appearance.d.ts +3 -0
  458. package/dist/types/components/Segmented/Segmented.d.ts +4 -0
  459. package/dist/types/components/Segmented/Segmented.interface.d.ts +61 -0
  460. package/dist/types/components/Segmented/appearance/segmentedDefault.d.ts +3 -0
  461. package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +3 -0
  462. package/dist/types/components/Segmented/appearance/segmentedError.d.ts +3 -0
  463. package/dist/types/components/Segmented/appearance/segmentedRequire.d.ts +3 -0
  464. package/dist/types/components/Segmented/appearance/segmentedShape.d.ts +3 -0
  465. package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +3 -0
  466. package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +3 -0
  467. package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +3 -0
  468. package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +3 -0
  469. package/dist/types/components/Segmented/index.d.ts +3 -0
  470. package/dist/types/components/Select/Select.appearance.d.ts +3 -0
  471. package/dist/types/components/Select/Select.interface.d.ts +140 -0
  472. package/dist/types/components/Select/SelectClearIndicator.d.ts +3 -0
  473. package/dist/types/components/Select/SelectContainer.d.ts +9 -0
  474. package/dist/types/components/Select/SelectControl.d.ts +3 -0
  475. package/dist/types/components/Select/SelectDropdownIndicator.d.ts +3 -0
  476. package/dist/types/components/Select/SelectGroupHeading.d.ts +3 -0
  477. package/dist/types/components/Select/SelectIndicatorsContainer.d.ts +3 -0
  478. package/dist/types/components/Select/SelectInput.d.ts +3 -0
  479. package/dist/types/components/Select/SelectLoadingIndicator.d.ts +3 -0
  480. package/dist/types/components/Select/SelectLoadingMessage.d.ts +3 -0
  481. package/dist/types/components/Select/SelectMenu.d.ts +3 -0
  482. package/dist/types/components/Select/SelectMultiValue.d.ts +4 -0
  483. package/dist/types/components/Select/SelectMultiValueContainer.d.ts +3 -0
  484. package/dist/types/components/Select/SelectMultiValueLabel.d.ts +3 -0
  485. package/dist/types/components/Select/SelectMultiValueRemove.d.ts +3 -0
  486. package/dist/types/components/Select/SelectNoOptions.d.ts +3 -0
  487. package/dist/types/components/Select/SelectOption.d.ts +3 -0
  488. package/dist/types/components/Select/SelectOverflowBadge.d.ts +10 -0
  489. package/dist/types/components/Select/SelectPlaceholder.d.ts +3 -0
  490. package/dist/types/components/Select/SelectSingleValue.d.ts +3 -0
  491. package/dist/types/components/Select/SelectValueContainer.d.ts +3 -0
  492. package/dist/types/components/Select/appearance/selectDefault.d.ts +3 -0
  493. package/dist/types/components/Select/appearance/selectDisabled.d.ts +3 -0
  494. package/dist/types/components/Select/appearance/selectError.d.ts +3 -0
  495. package/dist/types/components/Select/appearance/selectRequire.d.ts +3 -0
  496. package/dist/types/components/Select/appearance/selectShape.d.ts +3 -0
  497. package/dist/types/components/Select/appearance/selectSize.d.ts +3 -0
  498. package/dist/types/components/Select/appearance/selectStyle.d.ts +3 -0
  499. package/dist/types/components/Select/appearance/selectSuccess.d.ts +3 -0
  500. package/dist/types/components/Select/index.d.ts +17 -0
  501. package/dist/types/components/Swiper/Swiper.d.ts +3 -0
  502. package/dist/types/components/Swiper/Swiper.interface.d.ts +66 -0
  503. package/dist/types/components/Swiper/index.d.ts +2 -0
  504. package/dist/types/components/Switch/Switch.appearance.d.ts +3 -0
  505. package/dist/types/components/Switch/Switch.d.ts +33 -0
  506. package/dist/types/components/Switch/Switch.interface.d.ts +42 -0
  507. package/dist/types/components/Switch/appearance/switchDefault.d.ts +3 -0
  508. package/dist/types/components/Switch/appearance/switchDisabled.d.ts +3 -0
  509. package/dist/types/components/Switch/appearance/switchError.d.ts +3 -0
  510. package/dist/types/components/Switch/appearance/switchRequire.d.ts +3 -0
  511. package/dist/types/components/Switch/appearance/switchSize.d.ts +3 -0
  512. package/dist/types/components/Switch/appearance/switchStyle.d.ts +3 -0
  513. package/dist/types/components/Switch/appearance/switchSuccess.d.ts +3 -0
  514. package/dist/types/components/Switch/index.d.ts +3 -0
  515. package/dist/types/components/Tab/Tab.appearance.d.ts +3 -0
  516. package/dist/types/components/Tab/Tab.d.ts +4 -0
  517. package/dist/types/components/Tab/Tab.interface.d.ts +116 -0
  518. package/dist/types/components/Tab/TabGroup.d.ts +3 -0
  519. package/dist/types/components/Tab/appearance/tabError.d.ts +3 -0
  520. package/dist/types/components/Tab/appearance/tabSize.d.ts +3 -0
  521. package/dist/types/components/Tab/appearance/tabStyle.d.ts +3 -0
  522. package/dist/types/components/Tab/appearance/tabSuccess.d.ts +3 -0
  523. package/dist/types/components/Tab/appearance/tabSurface.d.ts +3 -0
  524. package/dist/types/components/Tab/appearance/tabWarning.d.ts +3 -0
  525. package/dist/types/components/Tab/index.d.ts +4 -0
  526. package/dist/types/components/Text/Text.appearance.d.ts +3 -0
  527. package/dist/types/components/Text/Text.d.ts +4 -0
  528. package/dist/types/components/Text/Text.interface.d.ts +45 -0
  529. package/dist/types/components/Text/appearance/textSize.d.ts +3 -0
  530. package/dist/types/components/Text/index.d.ts +3 -0
  531. package/dist/types/components/Textarea/Textarea.appearance.d.ts +3 -0
  532. package/dist/types/components/Textarea/Textarea.d.ts +4 -0
  533. package/dist/types/components/Textarea/Textarea.interface.d.ts +48 -0
  534. package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +3 -0
  535. package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +3 -0
  536. package/dist/types/components/Textarea/appearance/textareaError.d.ts +3 -0
  537. package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +3 -0
  538. package/dist/types/components/Textarea/appearance/textareaShape.d.ts +3 -0
  539. package/dist/types/components/Textarea/appearance/textareaSize.d.ts +3 -0
  540. package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +3 -0
  541. package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +3 -0
  542. package/dist/types/components/Textarea/index.d.ts +3 -0
  543. package/dist/types/components/Tile/Tile.appearance.d.ts +3 -0
  544. package/dist/types/components/Tile/Tile.d.ts +4 -0
  545. package/dist/types/components/Tile/Tile.interface.d.ts +79 -0
  546. package/dist/types/components/Tile/appearance/tileShape.d.ts +3 -0
  547. package/dist/types/components/Tile/appearance/tileSize.d.ts +3 -0
  548. package/dist/types/components/Tile/appearance/tileStyle.d.ts +3 -0
  549. package/dist/types/components/Tile/appearance/tileSurface.d.ts +3 -0
  550. package/dist/types/components/Tile/index.d.ts +3 -0
  551. package/dist/types/components/Title/Title.appearance.d.ts +3 -0
  552. package/dist/types/components/Title/Title.d.ts +4 -0
  553. package/dist/types/components/Title/Title.interface.d.ts +76 -0
  554. package/dist/types/components/Title/appearance/titleAccent.d.ts +3 -0
  555. package/dist/types/components/Title/appearance/titleDanger.d.ts +3 -0
  556. package/dist/types/components/Title/appearance/titleDisabled.d.ts +3 -0
  557. package/dist/types/components/Title/appearance/titleError.d.ts +3 -0
  558. package/dist/types/components/Title/appearance/titleExtra.d.ts +3 -0
  559. package/dist/types/components/Title/appearance/titleInfo.d.ts +3 -0
  560. package/dist/types/components/Title/appearance/titleRequire.d.ts +3 -0
  561. package/dist/types/components/Title/appearance/titleSize.d.ts +3 -0
  562. package/dist/types/components/Title/appearance/titleSpecial.d.ts +3 -0
  563. package/dist/types/components/Title/appearance/titleStyle.d.ts +3 -0
  564. package/dist/types/components/Title/appearance/titleSuccess.d.ts +3 -0
  565. package/dist/types/components/Title/appearance/titleSurface.d.ts +3 -0
  566. package/dist/types/components/Title/appearance/titleWarning.d.ts +3 -0
  567. package/dist/types/components/Title/index.d.ts +3 -0
  568. package/dist/types/components/Tooltip/Tooltip.appearance.d.ts +3 -0
  569. package/dist/types/components/Tooltip/Tooltip.d.ts +47 -0
  570. package/dist/types/components/Tooltip/Tooltip.interface.d.ts +58 -0
  571. package/dist/types/components/Tooltip/appearance/tooltipDefault.d.ts +3 -0
  572. package/dist/types/components/Tooltip/appearance/tooltipDisabled.d.ts +3 -0
  573. package/dist/types/components/Tooltip/appearance/tooltipError.d.ts +3 -0
  574. package/dist/types/components/Tooltip/appearance/tooltipRequire.d.ts +3 -0
  575. package/dist/types/components/Tooltip/appearance/tooltipShape.d.ts +3 -0
  576. package/dist/types/components/Tooltip/appearance/tooltipSize.d.ts +3 -0
  577. package/dist/types/components/Tooltip/appearance/tooltipStyle.d.ts +3 -0
  578. package/dist/types/components/Tooltip/appearance/tooltipSuccess.d.ts +3 -0
  579. package/dist/types/components/Tooltip/index.d.ts +3 -0
  580. package/dist/types/components/Video/Video.d.ts +3 -0
  581. package/dist/types/components/Video/Video.interface.d.ts +17 -0
  582. package/dist/types/components/Video/index.d.ts +2 -0
  583. package/dist/types/components/Warning/Warning.appearance.d.ts +3 -0
  584. package/dist/types/components/Warning/Warning.d.ts +4 -0
  585. package/dist/types/components/Warning/Warning.interface.d.ts +47 -0
  586. package/dist/types/components/Warning/appearance/warningAccent.d.ts +3 -0
  587. package/dist/types/components/Warning/appearance/warningError.d.ts +3 -0
  588. package/dist/types/components/Warning/appearance/warningInfo.d.ts +3 -0
  589. package/dist/types/components/Warning/appearance/warningShape.d.ts +3 -0
  590. package/dist/types/components/Warning/appearance/warningSize.d.ts +3 -0
  591. package/dist/types/components/Warning/appearance/warningStyle.d.ts +3 -0
  592. package/dist/types/components/Warning/appearance/warningWarning.d.ts +3 -0
  593. package/dist/types/components/Warning/index.d.ts +3 -0
  594. package/dist/types/config/forms/datepicker.d.ts +18 -0
  595. package/dist/types/config/forms/index.d.ts +3 -0
  596. package/dist/types/config/forms/input.d.ts +14 -0
  597. package/dist/types/context/Notifications.d.ts +15 -0
  598. package/dist/types/context/Notifications.interface.d.ts +47 -0
  599. package/dist/types/context/UIContext.d.ts +23 -0
  600. package/dist/types/context/UrlAssetPrefix.d.ts +12 -0
  601. package/dist/types/context/index.d.ts +2 -0
  602. package/dist/types/hoc/urlWithAssetPrefix.d.ts +28 -0
  603. package/dist/types/hooks/index.helpers.d.ts +3 -0
  604. package/dist/types/hooks/useActiveClasses/index.d.ts +2 -0
  605. package/dist/types/hooks/useActiveClasses/useActiveClasses.d.ts +3 -0
  606. package/dist/types/hooks/useActiveClasses/useActiveClasses.helpers.d.ts +5 -0
  607. package/dist/types/hooks/useActiveClasses/useActiveClasses.interface.d.ts +27 -0
  608. package/dist/types/hooks/useAppearanceConfig/index.d.ts +1 -0
  609. package/dist/types/hooks/useAppearanceConfig/useAppearanceConfig.d.ts +5 -0
  610. package/dist/types/hooks/useDevicePropsGenerator/index.d.ts +2 -0
  611. package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.d.ts +8 -0
  612. package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.interface.d.ts +12 -0
  613. package/dist/types/hooks/useDeviceTargetClass.d.ts +5 -0
  614. package/dist/types/hooks/useDropzoneFieldFiles.d.ts +14 -0
  615. package/dist/types/hooks/useHoldProgress.d.ts +16 -0
  616. package/dist/types/hooks/useMediaQueries/index.d.ts +1 -0
  617. package/dist/types/hooks/useMediaQueries/useMediaQueries.d.ts +7 -0
  618. package/dist/types/hooks/useStyles/index.d.ts +1 -0
  619. package/dist/types/hooks/useStyles/styleAttributes.d.ts +3 -0
  620. package/dist/types/hooks/useStyles/styleAttributes.interface.d.ts +147 -0
  621. package/dist/types/hooks/useStyles/useStyles.d.ts +4 -0
  622. package/dist/types/hooks/useViewportFix.d.ts +2 -0
  623. package/dist/types/types/index.d.ts +1 -0
  624. package/dist/types/types/utils.d.ts +43 -0
  625. package/dist/types/utils/index.d.ts +3 -0
  626. package/dist/types/utils/mergeAppearanceKeys.d.ts +7 -0
  627. package/dist/types/utils/setViewportProperty.d.ts +2 -0
  628. package/package.json +3 -3
@@ -0,0 +1,47 @@
1
+ import React from 'react';
2
+ import type { TooltipConfig } from './Tooltip.interface';
3
+ declare const tooltipConfig: TooltipConfig;
4
+ declare const Tooltip: React.ForwardRefExoticComponent<import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
+ align?: import("@itcase/types-ui").AlignProps;
6
+ alignDirection?: import("@itcase/types-ui").DirectionProps;
7
+ alignment?: string;
8
+ alignPosition?: import("@itcase/types-ui").AlignProps;
9
+ arrowPosition?: import("@itcase/types-ui").AlignProps;
10
+ borderColor?: import("@itcase/types-ui").BorderColorProps;
11
+ borderType?: import("@itcase/types-ui").BorderTypeProps;
12
+ borderWidth?: import("@itcase/types-ui").BorderWidthProps;
13
+ centering?: string;
14
+ elevation?: import("@itcase/types-ui").ElevationProps;
15
+ fill?: import("@itcase/types-ui").FillProps;
16
+ fillHover?: import("@itcase/types-ui").FillHoverProps;
17
+ shape?: import("@itcase/types-ui").ShapeProps;
18
+ shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
19
+ size?: import("@itcase/types-ui").SizeProps;
20
+ textColor?: import("src/components/Text").TextProps["textColor"];
21
+ textSize?: import("src/components/Text").TextProps["size"];
22
+ textWeight?: import("src/components/Text").TextProps["textWeight"];
23
+ titleColor?: import("src/components/Title").TitleProps["textColor"];
24
+ titleSize?: import("src/components/Title").TitleProps["size"];
25
+ titleWeight?: import("src/components/Title").TitleProps["textWeight"];
26
+ wrap?: import("@itcase/types-ui").WrapProps;
27
+ } & {
28
+ after?: string;
29
+ appearance?: import("@itcase/types-ui").CompositeAppearanceStateDefault;
30
+ before?: string;
31
+ children?: React.ReactNode;
32
+ className?: string;
33
+ closeTimeoutDelay?: number;
34
+ dataTestId?: string;
35
+ dataTour?: string;
36
+ initialIsVisible?: boolean;
37
+ isDisabled?: boolean;
38
+ isSkeleton?: boolean;
39
+ isTooltipDisableState?: boolean;
40
+ onClick?: () => void;
41
+ openTimeoutDelay?: number;
42
+ style?: React.CSSProperties;
43
+ text?: string;
44
+ title?: string;
45
+ tooltipContent?: string;
46
+ } & React.RefAttributes<any>>;
47
+ export { Tooltip, tooltipConfig };
@@ -0,0 +1,58 @@
1
+ import { CSSProperties, ReactNode } from 'react';
2
+ import { AlignProps, AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceStateDefault, DirectionProps, ElevationProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WrapProps } from '@itcase/types-ui';
3
+ import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
+ import { TextProps } from '../Text/Text.interface';
5
+ import { TitleProps } from '../Title/Title.interface';
6
+ type TooltipAppearanceProps = {
7
+ align?: AlignProps;
8
+ alignDirection?: DirectionProps;
9
+ alignment?: string;
10
+ alignPosition?: AlignProps;
11
+ arrowPosition?: AlignProps;
12
+ borderColor?: BorderColorProps;
13
+ borderType?: BorderTypeProps;
14
+ borderWidth?: BorderWidthProps;
15
+ centering?: string;
16
+ elevation?: ElevationProps;
17
+ fill?: FillProps;
18
+ fillHover?: FillHoverProps;
19
+ shape?: ShapeProps;
20
+ shapeStrength?: ShapeStrengthProps;
21
+ size?: SizeProps;
22
+ textColor?: TextProps['textColor'];
23
+ textSize?: TextProps['size'];
24
+ textWeight?: TextProps['textWeight'];
25
+ titleColor?: TitleProps['textColor'];
26
+ titleSize?: TitleProps['size'];
27
+ titleWeight?: TitleProps['textWeight'];
28
+ wrap?: WrapProps;
29
+ };
30
+ type TooltipProps = StyleAttributes & TooltipAppearanceProps & {
31
+ after?: string;
32
+ appearance?: CompositeAppearanceStateDefault;
33
+ before?: string;
34
+ children?: ReactNode;
35
+ className?: string;
36
+ closeTimeoutDelay?: number;
37
+ dataTestId?: string;
38
+ dataTour?: string;
39
+ initialIsVisible?: boolean;
40
+ isDisabled?: boolean;
41
+ isSkeleton?: boolean;
42
+ isTooltipDisableState?: boolean;
43
+ onClick?: () => void;
44
+ openTimeoutDelay?: number;
45
+ style?: CSSProperties;
46
+ text?: string;
47
+ title?: string;
48
+ tooltipContent?: string;
49
+ };
50
+ type TooltipAppearanceKey = AppearanceShapeKey | AppearanceSizeKey | AppearanceStateKeysDefault | AppearanceStyleKey;
51
+ type TooltipAppearance = {
52
+ [key in TooltipAppearanceKey]?: TooltipAppearanceProps;
53
+ };
54
+ type TooltipConfig = {
55
+ appearance: TooltipAppearance;
56
+ setAppearance: (appearanceConfig: TooltipAppearance) => void;
57
+ };
58
+ export type { TooltipAppearance, TooltipConfig, TooltipProps };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceDefault: TooltipAppearance;
3
+ export { tooltipAppearanceDefault };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceDisabled: TooltipAppearance;
3
+ export { tooltipAppearanceDisabled };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceError: TooltipAppearance;
3
+ export { tooltipAppearanceError };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceRequire: TooltipAppearance;
3
+ export { tooltipAppearanceRequire };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceShape: TooltipAppearance;
3
+ export { tooltipAppearanceShape };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceSize: TooltipAppearance;
3
+ export { tooltipAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceStyle: TooltipAppearance;
3
+ export { tooltipAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { TooltipAppearance } from '../Tooltip.interface';
2
+ declare const tooltipAppearanceSuccess: TooltipAppearance;
3
+ export { tooltipAppearanceSuccess };
@@ -0,0 +1,3 @@
1
+ export { Tooltip, tooltipConfig } from './Tooltip';
2
+ export { tooltipAppearance } from './Tooltip.appearance';
3
+ export type { TooltipAppearance, TooltipConfig, TooltipProps, } from './Tooltip.interface';
@@ -0,0 +1,3 @@
1
+ import type { VideoProps } from './Video.interface';
2
+ declare function Video(props: VideoProps): import("react/jsx-runtime").JSX.Element;
3
+ export { Video };
@@ -0,0 +1,17 @@
1
+ import { CSSProperties, ReactNode } from 'react';
2
+ import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
3
+ type VideoProps = StyleAttributes & {
4
+ id?: string;
5
+ children?: ReactNode;
6
+ className?: string;
7
+ dataTestId?: string;
8
+ dataTour?: string;
9
+ isSkeleton?: boolean;
10
+ mp4?: string;
11
+ ogv?: string;
12
+ position?: string;
13
+ poster?: string;
14
+ style?: CSSProperties;
15
+ webm?: string;
16
+ };
17
+ export type { VideoProps };
@@ -0,0 +1,2 @@
1
+ export { Video } from './Video';
2
+ export type { VideoProps } from './Video.interface';
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from './Warning.interface';
2
+ declare const warningAppearance: WarningAppearance;
3
+ export { warningAppearance };
@@ -0,0 +1,4 @@
1
+ import { WarningConfig, WarningProps } from './Warning.interface';
2
+ declare const warningConfig: WarningConfig;
3
+ declare function Warning(props: WarningProps): import("react/jsx-runtime").JSX.Element;
4
+ export { Warning, warningConfig };
@@ -0,0 +1,47 @@
1
+ import type { CSSProperties, ReactNode } from 'react';
2
+ import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ShapeProps, ShapeStrengthProps, TextSizeProps } from '@itcase/types-ui';
3
+ import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
+ import { IconProps } from '../Icon/Icon.interface';
5
+ import { TextProps } from '../Text/Text.interface';
6
+ type WarningAppearanceProps = {
7
+ borderColor?: BorderColorProps;
8
+ descriptionTextColor?: TextProps['textColor'];
9
+ descriptionTextSize?: TextProps['size'];
10
+ fill?: FillProps;
11
+ iconAfter?: IconProps['SvgImage'];
12
+ iconAfterFill?: IconProps['fill'];
13
+ iconAfterFillIcon?: IconProps['iconFill'];
14
+ iconAfterSize?: IconProps['iconSize'];
15
+ iconAfterSrc?: IconProps['imageSrc'];
16
+ iconBefore?: IconProps['SvgImage'];
17
+ iconBeforeFill?: IconProps['fill'];
18
+ iconBeforeFillIcon?: IconProps['iconFill'];
19
+ iconBeforeSize?: IconProps['iconSize'];
20
+ iconBeforeSrc?: IconProps['imageSrc'];
21
+ labelTextColor?: TextProps['textColor'];
22
+ labelTextSize?: TextProps['size'];
23
+ labelTextWeight?: TextProps['textWeight'];
24
+ shape?: ShapeProps;
25
+ shapeStrength?: ShapeStrengthProps;
26
+ size?: TextSizeProps;
27
+ };
28
+ type WarningProps = StyleAttributes & WarningAppearanceProps & {
29
+ appearance?: CompositeAppearanceKey;
30
+ children?: ReactNode;
31
+ className?: string;
32
+ dataTestId?: string;
33
+ dataTour?: string;
34
+ description?: string;
35
+ isSkeleton?: boolean;
36
+ label?: string;
37
+ style?: CSSProperties;
38
+ };
39
+ type WarningAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey | AppearanceStyleKey;
40
+ type WarningAppearance = {
41
+ [key in WarningAppearanceKey]?: WarningAppearanceProps;
42
+ };
43
+ interface WarningConfig {
44
+ appearance: WarningAppearance;
45
+ setAppearance: (appearanceConfig: WarningAppearance) => void;
46
+ }
47
+ export type { WarningAppearance, WarningConfig, WarningProps };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceAccent: WarningAppearance;
3
+ export { warningAppearanceAccent };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceError: WarningAppearance;
3
+ export { warningAppearanceError };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceInfo: WarningAppearance;
3
+ export { warningAppearanceInfo };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceShape: WarningAppearance;
3
+ export { warningAppearanceShape };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceSize: WarningAppearance;
3
+ export { warningAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceStyle: WarningAppearance;
3
+ export { warningAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { WarningAppearance } from '../Warning.interface';
2
+ declare const warningAppearanceWarning: WarningAppearance;
3
+ export { warningAppearanceWarning };
@@ -0,0 +1,3 @@
1
+ export { Warning, warningConfig } from './Warning';
2
+ export { warningAppearance } from './Warning.appearance';
3
+ export type { WarningAppearance, WarningConfig, WarningProps, } from './Warning.interface';
@@ -0,0 +1,18 @@
1
+ declare const defaultDatepickerProps: {
2
+ size: string;
3
+ daySize: string;
4
+ dayTextColor: string;
5
+ dayTextShape: string;
6
+ dayTextSize: string;
7
+ iconFillSize: number;
8
+ iconItemFill: string;
9
+ iconSize: number;
10
+ monthTextColor: string;
11
+ monthTextSize: string;
12
+ monthTextWeight: number;
13
+ placeholderTextColor: string;
14
+ yearTextColor: string;
15
+ yearTextSize: string;
16
+ yearTextWeight: number;
17
+ };
18
+ export { defaultDatepickerProps };
@@ -0,0 +1,3 @@
1
+ import { defaultDatepickerProps } from './datepicker';
2
+ import { defaultInputProps } from './input';
3
+ export { defaultDatepickerProps, defaultInputProps };
@@ -0,0 +1,14 @@
1
+ declare const defaultInputProps: {
2
+ width: string;
3
+ borderColor: string;
4
+ caret: string;
5
+ errorBorderColor: string;
6
+ placeholderTextColor: string;
7
+ requiredBorderColor: string;
8
+ shape: string;
9
+ size: string;
10
+ textColor: string;
11
+ textColorDisabled: string;
12
+ textSize: string;
13
+ };
14
+ export { defaultInputProps };
@@ -0,0 +1,15 @@
1
+ import type { GeneratedId, SimpleCallback } from '@itcase/types-core';
2
+ import type { CreatedNotification, Notification, NotificationsProviderProps } from './Notifications.interface';
3
+ declare function NotificationsProvider(props: NotificationsProviderProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function useNotifications(): Notification[];
5
+ declare function useNotificationsAPI(): {
6
+ hideNotifications: (targetId?: GeneratedId) => void;
7
+ showNotification: (notification: string | CreatedNotification, onClose?: SimpleCallback) => void;
8
+ notificationStatuses: {
9
+ readonly error: "error";
10
+ readonly info: "info";
11
+ readonly success: "success";
12
+ readonly warning: "warning";
13
+ };
14
+ };
15
+ export { NotificationsProvider, useNotifications, useNotificationsAPI };
@@ -0,0 +1,47 @@
1
+ import React from 'react';
2
+ import type { GeneratedId } from '@itcase/types-core';
3
+ import { ButtonProps } from 'src/components/Button/Button.interface';
4
+ import { NotificationProps } from 'src/components/Notification/Notification.interface';
5
+ interface Notification {
6
+ id: GeneratedId;
7
+ _closeTimeout?: ReturnType<typeof setTimeout>;
8
+ after: React.ReactNode;
9
+ appearance?: NotificationProps['appearance'];
10
+ buttonLabel: string;
11
+ closeByTime: number | false;
12
+ closeIcon?: string;
13
+ closeIconAppearance?: string;
14
+ closeIconSrc?: string;
15
+ status: 'error' | 'info' | 'success' | 'warning';
16
+ text: string;
17
+ textColor?: string;
18
+ title: string;
19
+ type?: 'float' | 'global' | 'toast';
20
+ isLoading: boolean;
21
+ onClickButton: ButtonProps['onClick'];
22
+ onClose?: () => void;
23
+ }
24
+ interface CreatedNotification {
25
+ id?: Notification['id'];
26
+ after?: Notification['after'];
27
+ appearance?: Notification['appearance'];
28
+ buttonLabel?: Notification['buttonLabel'];
29
+ closeByTime?: Notification['closeByTime'];
30
+ closeIcon?: Notification['closeIcon'];
31
+ closeIconAppearance?: Notification['closeIconAppearance'];
32
+ closeIconSrc?: Notification['closeIconSrc'];
33
+ status?: Notification['status'];
34
+ text?: Notification['text'];
35
+ textColor?: Notification['textColor'];
36
+ title?: Notification['title'];
37
+ type?: Notification['type'];
38
+ isLoading?: Notification['isLoading'];
39
+ onClickButton?: Notification['onClickButton'];
40
+ onClose?: Notification['onClose'];
41
+ }
42
+ interface NotificationsProviderProps {
43
+ children: React.ReactNode;
44
+ initialNotificationsList: CreatedNotification[];
45
+ isLogRequestsErrors: boolean;
46
+ }
47
+ export type { CreatedNotification, Notification, NotificationsProviderProps };
@@ -0,0 +1,23 @@
1
+ import { ReactNode } from 'react';
2
+ type DeviceType = '' | 'desktop' | 'mobile' | 'tablet';
3
+ type UIProviderProps = {
4
+ children?: ReactNode;
5
+ userDeviceState?: {
6
+ deviceCurrentMainType: DeviceType;
7
+ deviceCurrentType: string;
8
+ deviceTypesList: string[];
9
+ isDesktop?: boolean;
10
+ isMobile?: boolean;
11
+ isTablet?: boolean;
12
+ };
13
+ };
14
+ declare const UIProvider: import("react").NamedExoticComponent<UIProviderProps>;
15
+ declare function useUserDeviceContext(): {
16
+ deviceCurrentMainType: DeviceType;
17
+ deviceCurrentType: string;
18
+ deviceTypesList: string[];
19
+ isDesktop?: boolean;
20
+ isMobile?: boolean;
21
+ isTablet?: boolean;
22
+ };
23
+ export { UIProvider, useUserDeviceContext };
@@ -0,0 +1,12 @@
1
+ type UrlAssetPrefixValue = {
2
+ assetPrefix?: string;
3
+ ignorePathsList?: Array<string | RegExp>;
4
+ };
5
+ type UrlAssetPrefixProviderProps = {
6
+ assetPrefix?: string;
7
+ children: React.ReactNode;
8
+ ignorePathsList?: Array<string | RegExp>;
9
+ };
10
+ declare const UrlAssetPrefixContext: import("react").Context<UrlAssetPrefixValue>;
11
+ declare function UrlAssetPrefixProvider(props: UrlAssetPrefixProviderProps): import("react/jsx-runtime").JSX.Element;
12
+ export { UrlAssetPrefixContext, UrlAssetPrefixProvider };
@@ -0,0 +1,2 @@
1
+ export * from './Notifications';
2
+ export * from './UIContext';
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import type { ComponentType, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react';
3
+ import { RequireAtLeastOneProp, RequireAtLeastOnePropError } from '../types';
4
+ type UrlPropKeys = (typeof urlPropsList)[number];
5
+ type OnePropCheckError = [
6
+ 'urlWithAssetPrefix: компонент должен содержать хотя бы один из пропсов',
7
+ UrlPropKeys
8
+ ];
9
+ declare const urlPropsList: readonly ["src", "imageSrc", "svgSrc", "placeholderUrl"];
10
+ /**
11
+ * HOC, который добавляет assetPrefix к URL-пропсам.
12
+ *
13
+ * @template P - Тип пропсов оборачиваемого компонента.
14
+ * @template T - Тип ref (если используется forwardRef).
15
+ * @template Check - Проверка на наличие хотя бы одного URL-пропа.
16
+ *
17
+ * @param WrappedComponent - Компонент, который оборачиваем.
18
+ * @param _error - Проверка: если ни одного URL-пропа нет, будет ошибка компиляции.
19
+ *
20
+ * @example
21
+ * const A = (props: { src?: string }) => <div />;
22
+ * urlWithAssetPrefix(A); // ✅ OK
23
+ *
24
+ * const B = (props: { id: string }) => <div />;
25
+ * urlWithAssetPrefix(B); // ❌ TS ошибка (нет url-пропов)
26
+ */
27
+ declare const urlWithAssetPrefix: <P extends Record<string, any>, T = unknown, OnePropCheck extends RequireAtLeastOneProp<P, UrlPropKeys> = RequireAtLeastOneProp<P, UrlPropKeys>>(WrappedComponent: ComponentType<P> | ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>, ..._error: RequireAtLeastOnePropError<OnePropCheck, OnePropCheckError>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>;
28
+ export { urlWithAssetPrefix };
@@ -0,0 +1,3 @@
1
+ import { StyleAttributeOrValidator } from 'src/hooks/useStyles/styleAttributes.interface';
2
+ declare const getStyleAttributeKey: (targetStyleAttribute: StyleAttributeOrValidator) => 0 | import("src/hooks/useStyles/styleAttributes.interface").StyleAttributes | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (string & {}) | "auto" | "fixed" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "hug" | "fill" | "-webkit-max-content" | "intrinsic" | "min-intrinsic";
3
+ export { getStyleAttributeKey };
@@ -0,0 +1,2 @@
1
+ import { useActiveClasses } from './useActiveClasses';
2
+ export { useActiveClasses };
@@ -0,0 +1,3 @@
1
+ import type { UseActiveClasses, UseActiveClassesReturn } from './useActiveClasses.interface';
2
+ declare const useActiveClasses: (params: UseActiveClasses) => UseActiveClassesReturn;
3
+ export { useActiveClasses };
@@ -0,0 +1,5 @@
1
+ import type { RulesConfig } from './useActiveClasses.interface';
2
+ declare const CLASS_RULES: Record<string, RulesConfig[]>;
3
+ declare const formatState: (key: string) => string;
4
+ declare const toKebabCase: (str: string) => string;
5
+ export { CLASS_RULES, formatState, toKebabCase };
@@ -0,0 +1,27 @@
1
+ declare const suffix: readonly ["Button", "Checkbox", "Radio", "Checkmark", "Avatar", "AvatarStack", "Badge", "Breadcrumbs", "Cell", "Chips", "Choice", "Code", "CookiesWarning", "Dadata", "DatePeriod", "Divider", "Dot", "Drawer", "Dropdown", "DropdownItem", "Flex", "Grid", "Group", "HeroTitle", "HTMLContent", "Icon", "Image", "Input", "InputPassword", "Label", "Link", "List", "Loader", "Logo", "MenuItem", "Modal", "ModalSheetBottom", "Notification", "Overlay", "Pagination", "RangeSlider", "Response", "ScrollBar", "ScrollOnDrag", "ScrollToView", "Search", "Segmented", "Select", "SvgContent", "Swiper", "Switch", "Tab", "Text", "Textarea", "Tile", "Title", "Tooltip", "Video", "Warning"];
2
+ type SuffixComponents = (typeof suffix)[number];
3
+ type SpecialSuffix<T extends string> = T extends 'HTMLContent' ? 'htmlContent' : Uncapitalize<T>;
4
+ type SuffixKeys = SpecialSuffix<SuffixComponents>;
5
+ interface PropsGenerator {
6
+ [key: string]: any | number | string | undefined;
7
+ getProp?: (propKey: string) => number | string | undefined;
8
+ }
9
+ interface UseActiveClassesReturn {
10
+ rootClasses: string;
11
+ suffixClasses: Record<SuffixKeys, string>;
12
+ }
13
+ interface UseActiveClasses {
14
+ propsGenerator: PropsGenerator;
15
+ suffixes?: SuffixComponents[];
16
+ isActive?: boolean;
17
+ isDisabled?: boolean;
18
+ }
19
+ interface RulesConfig {
20
+ key: string;
21
+ stateFn?: (params: {
22
+ isActive?: boolean;
23
+ isDisabled?: boolean;
24
+ }) => boolean;
25
+ }
26
+ export { suffix };
27
+ export type { RulesConfig, SuffixComponents, SuffixKeys, UseActiveClasses, UseActiveClassesReturn, };
@@ -0,0 +1 @@
1
+ export { useAppearanceConfig } from './useAppearanceConfig';
@@ -0,0 +1,5 @@
1
+ import { AppearanceConfig } from '../useDevicePropsGenerator';
2
+ declare const useAppearanceConfig: <Keys extends string, Config extends Record<"disabled" | "disabledPrimary" | Keys, AppearanceConfig>>(appearance: string | undefined, componentConfig: {
3
+ appearance?: Partial<Config>;
4
+ }, isDisabled?: boolean) => AppearanceConfig;
5
+ export { useAppearanceConfig };
@@ -0,0 +1,2 @@
1
+ export { useDevicePropsGenerator } from './useDevicePropsGenerator';
2
+ export type { AppearanceConfig } from './useDevicePropsGenerator.interface';
@@ -0,0 +1,8 @@
1
+ import { KebabCase, WithClassKeys } from '../../types';
2
+ import type { AppearanceConfig, ComponentProps, GeneratorGetClassParams as GP } from './useDevicePropsGenerator.interface';
3
+ declare function useDevicePropsGenerator<Props extends ComponentProps>(componentProps: Props, appearanceConfig?: AppearanceConfig): Props & {
4
+ getProp(propKey: string): number | string | undefined;
5
+ getClassName<K extends keyof Props, P extends GP | undefined = undefined>(propKey: K, params?: P): ReturnGetClassName<Props, K, P>;
6
+ } & WithClassKeys<Props>;
7
+ type ReturnGetClassName<Props, K extends keyof Props, Params = undefined> = Params extends undefined ? NonNullable<Props[K]> extends string ? KebabCase<NonNullable<Props[K]>> : string : Props[K];
8
+ export { useDevicePropsGenerator };
@@ -0,0 +1,12 @@
1
+ import { ReactNode } from 'react';
2
+ interface ComponentProps {
3
+ [key: string]: any;
4
+ }
5
+ interface AppearanceConfig {
6
+ [key: string]: boolean | number | object | string | Element | ReactNode | VoidFunction;
7
+ }
8
+ interface GeneratorGetClassParams {
9
+ prefix?: string;
10
+ replace?: [RegExp, string];
11
+ }
12
+ export type { AppearanceConfig, ComponentProps, GeneratorGetClassParams };
@@ -0,0 +1,5 @@
1
+ /** TODO:
2
+ * Hook is still used in "itcase-forms".
3
+ * Need replace with "useDevicePropsGenerator" and delete this.
4
+ */
5
+ export function useDeviceTargetClass(componentProps: any, hookProps: any): string;
@@ -0,0 +1,14 @@
1
+ import { DropzoneProps, FileItem } from 'src/components/Dropzone/Dropzone.interface';
2
+ /**
3
+ * Hook for file and state management in "react-dropzone".
4
+ * @param {Array} fieldValuesList - value from "react-final-form"
5
+ * @param {boolean} isPreviews - marker for create previews for files
6
+ * @returns {Object} data with states and functions for working with files
7
+ */
8
+ declare function useDropzoneFieldFiles(fieldValuesList: DropzoneProps['fieldValuesList'], isPreviews?: boolean): {
9
+ convertValueFilesToDropzoneItems: (currentFilesList: File[] | FileItem[], isSilent?: boolean) => Promise<FileItem[]>;
10
+ fileIsLoading: boolean;
11
+ fileRejectedMessage: string;
12
+ setFileRejectedMessage: import("react").Dispatch<import("react").SetStateAction<string>>;
13
+ };
14
+ export { useDropzoneFieldFiles };
@@ -0,0 +1,16 @@
1
+ import type React from 'react';
2
+ declare const HOLD_STATE: {
3
+ readonly HOLDING: "holding";
4
+ readonly IDLE: "idle";
5
+ };
6
+ type HoldStates = (typeof HOLD_STATE)[keyof typeof HOLD_STATE];
7
+ type UseHoldProgressOptions = {
8
+ holdDurationMs?: number;
9
+ onHoldComplete?: () => void;
10
+ };
11
+ declare function useHoldProgress(options: UseHoldProgressOptions): {
12
+ holdState: HoldStates;
13
+ onHoldEnd: (_event?: React.PointerEvent) => void;
14
+ onHoldStart: (event: React.PointerEvent) => void;
15
+ };
16
+ export { useHoldProgress, type UseHoldProgressOptions };
@@ -0,0 +1 @@
1
+ export { useMediaQueries } from './useMediaQueries';
@@ -0,0 +1,7 @@
1
+ export function useMediaQueries(userDevice?: {}): {
2
+ isMobile: boolean;
3
+ isMobileHuge: boolean;
4
+ isTablet: boolean;
5
+ isDesktop: boolean;
6
+ isDesktopMega: boolean;
7
+ };
@@ -0,0 +1 @@
1
+ export { useStyles } from './useStyles';
@@ -0,0 +1,3 @@
1
+ import { StyleAttributeOrValidator } from './styleAttributes.interface';
2
+ declare const _default: StyleAttributeOrValidator[];
3
+ export default _default;