@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,52 @@
1
+ import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceStateDefault, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
2
+ import type { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
3
+ import { TextProps } from '../Text/Text.interface';
4
+ type InputAppearanceProps = {
5
+ borderColor?: BorderColorProps;
6
+ borderColorDisabled?: BorderColorProps;
7
+ borderColorHover?: BorderColorHoverProps;
8
+ borderWidth?: BorderWidthProps;
9
+ borderWidthDisabled?: BorderWidthProps;
10
+ caret?: FillProps;
11
+ fill?: FillProps;
12
+ fillDisabled?: FillProps;
13
+ fillHover?: FillHoverProps;
14
+ placeholderTextColor?: TextProps['textColor'];
15
+ placeholderTextColorDisabled?: TextProps['textColor'];
16
+ shape?: ShapeProps;
17
+ shapeStrength?: ShapeStrengthProps;
18
+ size?: SizeProps;
19
+ textColor?: TextProps['textColor'];
20
+ textSize?: TextProps['size'];
21
+ textWeight?: TextProps['textWeight'];
22
+ width?: WidthProps;
23
+ };
24
+ type InputProps = InputAppearanceProps & StyleAttributes & {
25
+ id?: string;
26
+ appearance?: CompositeAppearanceStateDefault;
27
+ autocomplete?: string;
28
+ className?: string;
29
+ dataTestId?: string;
30
+ dataTour?: string;
31
+ index?: number | string;
32
+ isDisabled?: boolean;
33
+ isReadOnly?: boolean;
34
+ name?: string;
35
+ onBlur?: (event?: React.FocusEvent<HTMLInputElement>) => void;
36
+ onChange?: (event?: React.ChangeEvent<HTMLInputElement>) => void;
37
+ onClick?: (event?: React.MouseEvent<HTMLElement>) => void;
38
+ onFocus?: (event?: React.FocusEvent<HTMLInputElement>) => void;
39
+ onKeyDown?: (event?: React.KeyboardEvent<HTMLInputElement>) => void;
40
+ placeholder?: string;
41
+ type?: string;
42
+ value?: string;
43
+ };
44
+ type InputAppearanceKey = AppearanceShapeKey | AppearanceSizeKey | AppearanceStateKeysDefault | AppearanceStyleKey;
45
+ type InputAppearance = {
46
+ [key in InputAppearanceKey]?: InputAppearanceProps;
47
+ };
48
+ type InputConfig = {
49
+ appearance: InputAppearance;
50
+ setAppearance: (appearanceConfig: InputAppearance) => void;
51
+ };
52
+ export type { InputAppearance, InputAppearanceProps, InputConfig, InputProps };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceDefault: InputAppearance;
3
+ export { inputAppearanceDefault };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceDisabled: InputAppearance;
3
+ export { inputAppearanceDisabled };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceError: InputAppearance;
3
+ export { inputAppearanceError };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceRequire: InputAppearance;
3
+ export { inputAppearanceRequire };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceShape: InputAppearance;
3
+ export { inputAppearanceShape };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceSize: InputAppearance;
3
+ export { inputAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceStyle: InputAppearance;
3
+ export { inputAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { InputAppearance } from '../Input.interface';
2
+ declare const inputAppearanceSuccess: InputAppearance;
3
+ export { inputAppearanceSuccess };
@@ -0,0 +1,3 @@
1
+ export { Input, inputConfig } from './Input';
2
+ export { inputAppearance } from './Input.appearance';
3
+ export type { InputAppearance, InputAppearanceProps, InputConfig, InputProps, } from './Input.interface';
@@ -0,0 +1,3 @@
1
+ import { InputNumberAppearance } from './InputNumber.interfaces';
2
+ declare const inputNumberAppearance: InputNumberAppearance;
3
+ export { inputNumberAppearance };
@@ -0,0 +1,3 @@
1
+ import { InputNumberProps } from './InputNumber.interfaces';
2
+ declare const InputNumber: (props: InputNumberProps) => import("react/jsx-runtime").JSX.Element;
3
+ export { InputNumber };
@@ -0,0 +1,54 @@
1
+ import { CSSProperties } from 'react';
2
+ import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, SvgFillHoverProps, SvgFillProps } from '@itcase/types-ui';
3
+ import { ButtonProps } from 'src/components/Button/Button.interface';
4
+ import { IconProps } from 'src/components/Icon/Icon.interface';
5
+ import { TextProps } from 'src/components/Text/Text.interface';
6
+ import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
7
+ type InputNumberAppearanceProps = {
8
+ borderColor?: BorderColorProps;
9
+ borderColorHover?: BorderColorHoverProps;
10
+ borderHover?: BorderColorHoverProps;
11
+ borderWidth?: BorderWidthProps;
12
+ fill?: FillProps;
13
+ fillHover?: FillHoverProps;
14
+ iconFill?: IconProps['fill'];
15
+ iconFillHover?: ButtonProps['iconFillHover'];
16
+ iconFillIcon?: ButtonProps['iconFillIcon'];
17
+ iconMinus?: IconProps['icon'];
18
+ iconPlus?: IconProps['icon'];
19
+ iconShape?: IconProps['iconShape'];
20
+ iconSize?: ButtonProps['iconSize'];
21
+ inputNumberTextColor?: TextProps['textColor'];
22
+ inputNumberTextSize?: TextProps['size'];
23
+ inputNumberTextWeight?: TextProps['textWeight'];
24
+ labelTextWeight?: TextProps['textWeight'];
25
+ shape?: ShapeProps;
26
+ shapeStrength?: ShapeStrengthProps;
27
+ size?: SizeProps;
28
+ svgFill?: SvgFillProps;
29
+ svgFillHover?: SvgFillHoverProps;
30
+ };
31
+ type InputNumberProps = InputNumberAppearanceProps & StyleAttributes & {
32
+ id?: number;
33
+ appearance?: CompositeAppearanceKey;
34
+ className?: string;
35
+ dataTestId?: string;
36
+ dataTour?: string;
37
+ max?: number;
38
+ min?: number;
39
+ name?: string;
40
+ onChange?: (number: number) => void;
41
+ step?: number;
42
+ style?: CSSProperties;
43
+ type?: 'custom' | 'number';
44
+ value?: number;
45
+ };
46
+ type InputNumberAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey | AppearanceStyleKey;
47
+ type InputNumberAppearance = {
48
+ [key in InputNumberAppearanceKey]?: InputNumberAppearanceProps;
49
+ };
50
+ type InputNumberConfig = {
51
+ appearance: InputNumberAppearance;
52
+ setAppearance: (appearanceConfig: InputNumberAppearance) => void;
53
+ };
54
+ export type { InputNumberAppearance, InputNumberConfig, InputNumberProps };
@@ -0,0 +1,3 @@
1
+ import { InputNumberAppearance } from '../InputNumber.interfaces';
2
+ declare const inputNumberAppearanceShape: InputNumberAppearance;
3
+ export { inputNumberAppearanceShape };
@@ -0,0 +1,3 @@
1
+ import { InputNumberAppearance } from '../InputNumber.interfaces';
2
+ declare const inputNumberAppearanceSize: InputNumberAppearance;
3
+ export { inputNumberAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { InputNumberAppearance } from '../InputNumber.interfaces';
2
+ declare const inputNumberAppearanceStyle: InputNumberAppearance;
3
+ export { inputNumberAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { InputNumberAppearance } from '../InputNumber.interfaces';
2
+ declare const inputNumberAppearanceSurface: InputNumberAppearance;
3
+ export { inputNumberAppearanceSurface };
@@ -0,0 +1,2 @@
1
+ export { InputNumber } from './InputNumber';
2
+ export { inputNumberAppearance } from './InputNumber.appearance';
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from './InputPassword.interface';
2
+ declare const inputPasswordAppearance: InputPasswordAppearance;
3
+ export { inputPasswordAppearance };
@@ -0,0 +1,4 @@
1
+ import { InputPasswordConfig, InputPasswordProps } from './InputPassword.interface';
2
+ declare const inputPasswordConfig: InputPasswordConfig;
3
+ declare function InputPassword(props: InputPasswordProps): import("react/jsx-runtime").JSX.Element;
4
+ export { InputPassword, inputPasswordConfig };
@@ -0,0 +1,53 @@
1
+ import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceStateDefault, FillHoverProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
2
+ import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
3
+ import { IconProps } from '../Icon/Icon.interface';
4
+ import { TextProps } from '../Text/Text.interface';
5
+ type InputAppearanceProps = {
6
+ borderColor?: BorderColorProps;
7
+ borderColorHover?: BorderColorHoverProps;
8
+ borderWidth?: BorderWidthProps;
9
+ caret?: ItemFillProps;
10
+ fill?: FillProps;
11
+ fillHover?: FillHoverProps;
12
+ iconFill?: IconProps['iconFill'];
13
+ iconFillHover?: IconProps['iconFillHover'];
14
+ iconRevealableHide?: IconProps['SvgImage'];
15
+ iconRevealableShow?: IconProps['SvgImage'];
16
+ iconShape?: IconProps['shape'];
17
+ iconSize?: IconProps['size'];
18
+ imageRevealableHide?: IconProps['imageSrc'];
19
+ imageRevealableShow?: IconProps['imageSrc'];
20
+ isRevealable?: boolean;
21
+ placeholderTextColor?: TextProps['textColor'];
22
+ shape?: ShapeProps;
23
+ shapeStrength?: ShapeStrengthProps;
24
+ size?: SizeProps;
25
+ textColor?: TextProps['textColor'];
26
+ textSize?: TextProps['size'];
27
+ textWeight?: TextProps['textWeight'];
28
+ width?: WidthProps;
29
+ };
30
+ type AppearanceKeys = AppearanceShapeKey | AppearanceSizeKey | AppearanceStateKeysDefault | AppearanceStyleKey;
31
+ type InputPasswordAppearance = {
32
+ [key in AppearanceKeys]?: InputAppearanceProps;
33
+ };
34
+ type InputPasswordConfig = {
35
+ appearance: InputPasswordAppearance;
36
+ setAppearance: (appearanceConfig: InputPasswordAppearance) => void;
37
+ };
38
+ type InputPasswordProps = InputAppearanceProps & StyleAttributes & {
39
+ id?: string;
40
+ appearance?: CompositeAppearanceStateDefault;
41
+ className?: string;
42
+ dataTestId?: string;
43
+ dataTour?: string;
44
+ isDisabled?: boolean;
45
+ name?: string;
46
+ onBlur?: () => void;
47
+ onChange?: () => void;
48
+ onFocus?: () => void;
49
+ onKeyDown?: () => void;
50
+ placeholder?: string;
51
+ value?: string;
52
+ };
53
+ export type { InputPasswordAppearance, InputPasswordConfig, InputPasswordProps };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceDefault: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceDefault };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceDisabled: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceDisabled };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceError: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceError };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceRequire: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceRequire };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceShape: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceShape };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceSize: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceStyle: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { InputPasswordAppearance } from '../InputPassword.interface';
2
+ declare const inputPasswordAppearanceSuccess: InputPasswordAppearance;
3
+ export { inputPasswordAppearanceSuccess };
@@ -0,0 +1,3 @@
1
+ export { InputPassword, inputPasswordConfig } from './InputPassword';
2
+ export { inputPasswordAppearance } from './InputPassword.appearance';
3
+ export type { InputPasswordAppearance, InputPasswordConfig, InputPasswordProps, } from './InputPassword.interface';
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from './Label.interface';
2
+ declare const labelAppearance: LabelAppearance;
3
+ export { labelAppearance };
@@ -0,0 +1,4 @@
1
+ import type { LabelConfig, LabelProps } from './Label.interface';
2
+ declare const labelConfig: LabelConfig;
3
+ declare function Label(props: LabelProps): import("react/jsx-runtime").JSX.Element;
4
+ export { Label, labelConfig };
@@ -0,0 +1,69 @@
1
+ import { CSSProperties, MouseEvent, ReactNode } from 'react';
2
+ import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, CompositeAppearanceKey, FillGradientProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WrapProps } 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
+ import { TooltipProps } from '../Tooltip/Tooltip.interface';
7
+ type LabelAppearanceProps = {
8
+ align?: AlignProps;
9
+ borderColor?: BorderColorProps;
10
+ borderType?: BorderTypeProps;
11
+ fill?: FillGradientProps | FillProps;
12
+ fillHover?: FillHoverProps;
13
+ iconAfter?: IconProps['SvgImage'];
14
+ iconAfterFill?: IconProps['fill'];
15
+ iconAfterFillIcon?: IconProps['iconFill'];
16
+ iconAfterFillSize?: IconProps['fillSize'];
17
+ iconAfterShape?: IconProps['shape'];
18
+ iconAfterSize?: IconProps['iconSize'];
19
+ iconAfterSrc?: IconProps['imageSrc'];
20
+ iconBefore?: IconProps['SvgImage'];
21
+ iconBeforeFill?: IconProps['fill'];
22
+ iconBeforeFillIcon?: IconProps['iconFill'];
23
+ iconBeforeFillSize?: IconProps['fillSize'];
24
+ iconBeforeShape?: IconProps['shape'];
25
+ iconBeforeSize?: IconProps['iconSize'];
26
+ iconBeforeSrc?: IconProps['imageSrc'];
27
+ labelTextColor?: TextProps['textColor'];
28
+ labelTextColorHover?: TextProps['textColorHover'];
29
+ labelTextSize?: TextProps['size'];
30
+ labelTextWeight?: TextProps['textWeight'];
31
+ labelTextWrap?: TextProps['textWrap'];
32
+ shape?: ShapeProps;
33
+ shapeStrength?: ShapeStrengthProps;
34
+ size?: SizeProps;
35
+ tooltipAlignment?: TooltipProps['alignment'];
36
+ tooltipAppearance?: TooltipProps['appearance'];
37
+ tooltipArrowPosition?: TooltipProps['arrowPosition'];
38
+ tooltipText?: TooltipProps['size'];
39
+ tooltipTextSize?: TooltipProps['textSize'];
40
+ tooltipTextWeight?: TooltipProps['textWeight'];
41
+ tooltipTitle?: TooltipProps['title'];
42
+ tooltipTitleSize?: TooltipProps['titleSize'];
43
+ tooltipTitleWeight?: TooltipProps['titleWeight'];
44
+ wrap?: WrapProps;
45
+ };
46
+ type LabelProps = LabelAppearanceProps & StyleAttributes & {
47
+ after?: string;
48
+ appearance?: CompositeAppearanceKey;
49
+ before?: string;
50
+ children?: ReactNode;
51
+ className?: string;
52
+ dataTestId?: string;
53
+ dataTour?: string;
54
+ isDisabled?: boolean;
55
+ isSkeleton?: boolean;
56
+ label?: string;
57
+ onClick?: (event?: MouseEvent<HTMLDivElement>) => void;
58
+ style?: CSSProperties;
59
+ tooltipContent?: string;
60
+ };
61
+ type LabelAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey | AppearanceStyleKey;
62
+ type LabelAppearance = {
63
+ [key in LabelAppearanceKey]?: LabelAppearanceProps;
64
+ };
65
+ type LabelConfig = {
66
+ appearance: LabelAppearance;
67
+ setAppearance: (appearanceConfig: LabelAppearance) => void;
68
+ };
69
+ export type { LabelAppearance, LabelConfig, LabelProps };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceAccent: LabelAppearance;
3
+ export { labelAppearanceAccent };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceDanger: LabelAppearance;
3
+ export { labelAppearanceDanger };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceDisabled: LabelAppearance;
3
+ export { labelAppearanceDisabled };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceError: LabelAppearance;
3
+ export { labelAppearanceError };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceExtra: LabelAppearance;
3
+ export { labelAppearanceExtra };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceGradient: LabelAppearance;
3
+ export { labelAppearanceGradient };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceInfo: LabelAppearance;
3
+ export { labelAppearanceInfo };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceShape: LabelAppearance;
3
+ export { labelAppearanceShape };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceSize: LabelAppearance;
3
+ export { labelAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceSpecial: LabelAppearance;
3
+ export { labelAppearanceSpecial };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceStyle: LabelAppearance;
3
+ export { labelAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceSuccess: LabelAppearance;
3
+ export { labelAppearanceSuccess };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceSurface: LabelAppearance;
3
+ export { labelAppearanceSurface };
@@ -0,0 +1,3 @@
1
+ import { LabelAppearance } from '../Label.interface';
2
+ declare const labelAppearanceWarning: LabelAppearance;
3
+ export { labelAppearanceWarning };
@@ -0,0 +1,3 @@
1
+ export { Label, labelConfig } from './Label';
2
+ export { labelAppearance } from './Label.appearance';
3
+ export type { LabelAppearance, LabelConfig, LabelProps, } from './Label.interface';
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from './Link.interface';
2
+ declare const linkAppearance: LinkAppearance;
3
+ export { linkAppearance };
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import type { LinkConfig, LinkProps, LinkWrapperProps } from './Link.interface';
3
+ declare const linkConfig: LinkConfig;
4
+ declare function Link(props: LinkProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function LinkWrapper(props: LinkWrapperProps): import("react/jsx-runtime").JSX.Element | (string | number | bigint | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>> | React.ReactElement<unknown, string | React.JSXElementConstructor<any>>)[];
6
+ export { Link, linkConfig, LinkWrapper };
@@ -0,0 +1,96 @@
1
+ import { CSSProperties, ElementType, ReactNode } from 'react';
2
+ import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceStateDefault, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, TextWeightProps, UnderlineProps } 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 LinkAppearanceProps = {
7
+ borderColor?: BorderColorProps;
8
+ borderColorHover?: BorderColorHoverProps;
9
+ borderType?: BorderTypeProps;
10
+ borderWidth?: BorderWidthProps;
11
+ direction?: DirectionProps;
12
+ fill?: FillProps;
13
+ fillDesktop?: FillProps;
14
+ fillHover?: FillHoverProps;
15
+ fillMobile?: FillProps;
16
+ fillTablet?: FillProps;
17
+ iconAfterFillSize?: IconProps['fillSize'];
18
+ iconAfterSize?: IconProps['size'];
19
+ iconBeforeFillSize?: IconProps['fillSize'];
20
+ iconBeforeSize?: IconProps['size'];
21
+ labelTextColor?: TextProps['textColor'];
22
+ labelTextColorHover?: TextProps['textColorHover'];
23
+ labelTextSize?: TextProps['size'];
24
+ shape?: ShapeProps;
25
+ size?: SizeProps;
26
+ sizeDesktop?: SizeProps;
27
+ sizeMobile?: SizeProps;
28
+ sizeTablet?: SizeProps;
29
+ svgFillClass?: FillProps;
30
+ svgFillHoverClass?: FillHoverProps;
31
+ textColor?: TextProps['textColor'];
32
+ textColorDesktop?: TextProps['textColor'];
33
+ textColorHover?: TextProps['textColorHover'];
34
+ textColorMobile?: TextProps['textColor'];
35
+ textColorTablet?: TextProps['textColor'];
36
+ textGradient?: string;
37
+ textStyle?: TextProps['textStyle'];
38
+ textWeight?: TextWeightProps;
39
+ textWeightDesktop?: TextWeightProps;
40
+ textWeightMobile?: TextWeightProps;
41
+ textWeightTablet?: TextWeightProps;
42
+ underline?: UnderlineProps;
43
+ };
44
+ type LinkProps = LinkAppearanceProps & StyleAttributes & {
45
+ after?: ReactNode;
46
+ appearance?: CompositeAppearanceStateDefault;
47
+ before?: ReactNode;
48
+ children?: ReactNode;
49
+ className?: string;
50
+ dataTestId?: string;
51
+ dataTour?: string;
52
+ href?: string;
53
+ isDisabled?: boolean;
54
+ link?: string;
55
+ LinkComponent?: ElementType;
56
+ onClick?: () => void;
57
+ onMouseDown?: () => void;
58
+ onPointerCancel?: (event: React.PointerEvent) => void;
59
+ onPointerDown?: (event: React.PointerEvent) => void;
60
+ onPointerLeave?: (event: React.PointerEvent) => void;
61
+ onPointerUp?: (event: React.PointerEvent) => void;
62
+ rel?: string;
63
+ style?: CSSProperties;
64
+ target?: string;
65
+ text?: string;
66
+ };
67
+ type LinkWrapperProps = LinkAppearanceProps & StyleAttributes & {
68
+ children?: ReactNode;
69
+ className?: string;
70
+ Component?: ElementType;
71
+ disabled?: boolean;
72
+ href?: string;
73
+ LinkComponent?: ElementType;
74
+ onClick?: () => void;
75
+ onMouseDown?: () => void;
76
+ onPointerCancel?: (event: React.PointerEvent) => void;
77
+ onPointerDown?: (event: React.PointerEvent) => void;
78
+ onPointerLeave?: (event: React.PointerEvent) => void;
79
+ onPointerUp?: (event: React.PointerEvent) => void;
80
+ rel?: string;
81
+ style?: CSSProperties;
82
+ target?: string;
83
+ title?: string;
84
+ type?: ElementType;
85
+ };
86
+ type AppearanceKeys = AppearanceSizeKey | AppearanceStyleKey | (AppearanceKeysDefault | AppearanceStateKeysDefault);
87
+ type LinkAppearance = {
88
+ [key in AppearanceKeys]?: LinkAppearanceProps;
89
+ };
90
+ type LinkConfig = {
91
+ appearance: LinkAppearance;
92
+ LinkComponent: LinkProps['LinkComponent'];
93
+ setAppearance: (appearanceConfig: LinkAppearance) => void;
94
+ setLinkComponent: (LinkComponent: LinkProps['LinkComponent']) => void;
95
+ };
96
+ export type { LinkAppearance, LinkConfig, LinkProps, LinkWrapperProps };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceAccent: LinkAppearance;
3
+ export { linkAppearanceAccent };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceDanger: LinkAppearance;
3
+ export { linkAppearanceDanger };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceDisabled: LinkAppearance;
3
+ export { linkAppearanceDisabled };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceError: LinkAppearance;
3
+ export { linkAppearanceError };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceExtra: LinkAppearance;
3
+ export { linkAppearanceExtra };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceInfo: LinkAppearance;
3
+ export { linkAppearanceInfo };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceRequire: LinkAppearance;
3
+ export { linkAppearanceRequire };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceSize: LinkAppearance;
3
+ export { linkAppearanceSize };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceSpecial: LinkAppearance;
3
+ export { linkAppearanceSpecial };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceStyle: LinkAppearance;
3
+ export { linkAppearanceStyle };
@@ -0,0 +1,3 @@
1
+ import { LinkAppearance } from '../Link.interface';
2
+ declare const linkAppearanceSuccess: LinkAppearance;
3
+ export { linkAppearanceSuccess };