@itcase/ui 1.9.42 → 1.9.44

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 (298) hide show
  1. package/dist/cjs/components/Accordion.js +4 -4
  2. package/dist/cjs/components/Avatar.js +4 -4
  3. package/dist/cjs/components/AvatarStack.js +4 -4
  4. package/dist/cjs/components/Badge.js +4 -4
  5. package/dist/cjs/components/Breadcrumbs.js +4 -4
  6. package/dist/cjs/components/Button.js +4 -4
  7. package/dist/cjs/components/Cell.js +4 -4
  8. package/dist/cjs/components/Checkbox.js +4 -4
  9. package/dist/cjs/components/Checkmark.js +4 -4
  10. package/dist/cjs/components/Chips.js +4 -4
  11. package/dist/cjs/components/Choice.js +4 -4
  12. package/dist/cjs/components/Code.js +3 -3
  13. package/dist/cjs/components/CookiesWarning.js +4 -4
  14. package/dist/cjs/components/Dadata.js +3 -3
  15. package/dist/cjs/components/DatePeriod.js +4 -4
  16. package/dist/cjs/components/DatePicker.js +4 -4
  17. package/dist/cjs/components/Divider.js +4 -4
  18. package/dist/cjs/components/Dot.js +4 -4
  19. package/dist/cjs/components/Drawer.js +4 -4
  20. package/dist/cjs/components/Dropdown.js +4 -4
  21. package/dist/cjs/components/Flex.js +4 -4
  22. package/dist/cjs/components/Grid.js +4 -4
  23. package/dist/cjs/components/Group.js +4 -4
  24. package/dist/cjs/components/HTMLContent.js +4 -4
  25. package/dist/cjs/components/HeroTitle.js +4 -4
  26. package/dist/cjs/components/Icon.js +4 -4
  27. package/dist/cjs/components/Image.js +4 -4
  28. package/dist/cjs/components/Input.js +3 -3
  29. package/dist/cjs/components/InputNumber.js +4 -4
  30. package/dist/cjs/components/InputPassword.js +4 -4
  31. package/dist/cjs/components/Label.js +4 -4
  32. package/dist/cjs/components/Link.js +4 -4
  33. package/dist/cjs/components/List.js +4 -4
  34. package/dist/cjs/components/Loader.js +4 -4
  35. package/dist/cjs/components/Logo.js +4 -4
  36. package/dist/cjs/components/MenuItem.js +4 -4
  37. package/dist/cjs/components/Modal.js +4 -4
  38. package/dist/cjs/components/ModalSheetBottom.js +4 -4
  39. package/dist/cjs/components/Notification.js +4 -4
  40. package/dist/cjs/components/Overlay.js +4 -4
  41. package/dist/cjs/components/Pagination.js +4 -4
  42. package/dist/cjs/components/Radio.js +4 -4
  43. package/dist/cjs/components/RangeSlider.js +4 -4
  44. package/dist/cjs/components/Response.js +4 -4
  45. package/dist/cjs/components/SVGContent.js +4 -4
  46. package/dist/cjs/components/ScrollOnDrag.js +4 -4
  47. package/dist/cjs/components/ScrollToView.js +4 -4
  48. package/dist/cjs/components/Search.js +4 -4
  49. package/dist/cjs/components/Segmented.js +4 -4
  50. package/dist/cjs/components/Select.js +4 -4
  51. package/dist/cjs/components/Swiper.js +4 -4
  52. package/dist/cjs/components/Switch.js +4 -4
  53. package/dist/cjs/components/Tab.js +4 -4
  54. package/dist/cjs/components/Text.js +4 -4
  55. package/dist/cjs/components/Textarea.js +3 -3
  56. package/dist/cjs/components/Tile.js +4 -4
  57. package/dist/cjs/components/Title.js +4 -4
  58. package/dist/cjs/components/Tooltip.js +4 -4
  59. package/dist/cjs/components/Video.js +3 -3
  60. package/dist/cjs/components/Warning.js +4 -4
  61. package/dist/cjs/context/UIContext.js +1 -1
  62. package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +3 -3
  63. package/dist/cjs/hooks/useDevicePropsGenerator.js +3 -3
  64. package/dist/cjs/hooks/useDeviceTargetClass.js +2 -2
  65. package/dist/cjs/hooks/useStyles/useStyles.js +3 -3
  66. package/dist/cjs/hooks/useStyles.js +3 -3
  67. package/dist/components/Accordion.js +4 -4
  68. package/dist/components/Avatar.js +4 -4
  69. package/dist/components/AvatarStack.js +4 -4
  70. package/dist/components/Badge.js +4 -4
  71. package/dist/components/Breadcrumbs.js +4 -4
  72. package/dist/components/Button.js +4 -4
  73. package/dist/components/Cell.js +4 -4
  74. package/dist/components/Checkbox.js +4 -4
  75. package/dist/components/Checkmark.js +4 -4
  76. package/dist/components/Chips.js +4 -4
  77. package/dist/components/Choice.js +4 -4
  78. package/dist/components/Code.js +3 -3
  79. package/dist/components/CookiesWarning.js +4 -4
  80. package/dist/components/Dadata.js +3 -3
  81. package/dist/components/DatePeriod.js +4 -4
  82. package/dist/components/DatePicker.js +4 -4
  83. package/dist/components/Divider.js +4 -4
  84. package/dist/components/Dot.js +4 -4
  85. package/dist/components/Drawer.js +4 -4
  86. package/dist/components/Dropdown.js +4 -4
  87. package/dist/components/Flex.js +4 -4
  88. package/dist/components/Grid.js +4 -4
  89. package/dist/components/Group.js +4 -4
  90. package/dist/components/HTMLContent.js +4 -4
  91. package/dist/components/HeroTitle.js +4 -4
  92. package/dist/components/Icon.js +4 -4
  93. package/dist/components/Image.js +4 -4
  94. package/dist/components/Input.js +3 -3
  95. package/dist/components/InputNumber.js +4 -4
  96. package/dist/components/InputPassword.js +4 -4
  97. package/dist/components/Label.js +4 -4
  98. package/dist/components/Link.js +4 -4
  99. package/dist/components/List.js +4 -4
  100. package/dist/components/Loader.js +4 -4
  101. package/dist/components/Logo.js +4 -4
  102. package/dist/components/MenuItem.js +4 -4
  103. package/dist/components/Modal.js +4 -4
  104. package/dist/components/ModalSheetBottom.js +4 -4
  105. package/dist/components/Notification.js +4 -4
  106. package/dist/components/Overlay.js +4 -4
  107. package/dist/components/Pagination.js +4 -4
  108. package/dist/components/Radio.js +4 -4
  109. package/dist/components/RangeSlider.js +4 -4
  110. package/dist/components/Response.js +4 -4
  111. package/dist/components/SVGContent.js +4 -4
  112. package/dist/components/ScrollOnDrag.js +4 -4
  113. package/dist/components/ScrollToView.js +4 -4
  114. package/dist/components/Search.js +4 -4
  115. package/dist/components/Segmented.js +4 -4
  116. package/dist/components/Select.js +4 -4
  117. package/dist/components/Swiper.js +4 -4
  118. package/dist/components/Switch.js +4 -4
  119. package/dist/components/Tab.js +4 -4
  120. package/dist/components/Text.js +4 -4
  121. package/dist/components/Textarea.js +3 -3
  122. package/dist/components/Tile.js +4 -4
  123. package/dist/components/Title.js +4 -4
  124. package/dist/components/Tooltip.js +4 -4
  125. package/dist/components/Video.js +3 -3
  126. package/dist/components/Warning.js +4 -4
  127. package/dist/context/UIContext.js +1 -1
  128. package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +3 -3
  129. package/dist/hooks/useDevicePropsGenerator.js +3 -3
  130. package/dist/hooks/useDeviceTargetClass.js +2 -2
  131. package/dist/hooks/useStyles/useStyles.js +3 -3
  132. package/dist/hooks/useStyles.js +3 -3
  133. package/dist/types/components/Accordion/Accordion.interface.d.ts +1 -1
  134. package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
  135. package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +1 -1
  136. package/dist/types/components/Badge/Badge.interface.d.ts +1 -1
  137. package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +1 -1
  138. package/dist/types/components/Button/Button.d.ts +15 -15
  139. package/dist/types/components/Button/Button.interface.d.ts +1 -1
  140. package/dist/types/components/Button/stories/ButtonDefault.stories.d.ts +15 -15
  141. package/dist/types/components/Button/stories/ButtonDemo.stories.d.ts +15 -15
  142. package/dist/types/components/Button/stories/ButtonIcon.stories.d.ts +15 -15
  143. package/dist/types/components/Button/stories/ButtonLabel.stories.d.ts +15 -15
  144. package/dist/types/components/Button/stories/ButtonLoading.stories.d.ts +15 -15
  145. package/dist/types/components/Button/stories/ButtonMuted.stories.d.ts +15 -15
  146. package/dist/types/components/Button/stories/ButtonMutedIcon.stories.d.ts +15 -15
  147. package/dist/types/components/Button/stories/ButtonShape.stories.d.ts +15 -15
  148. package/dist/types/components/Button/stories/ButtonSize.stories.d.ts +15 -15
  149. package/dist/types/components/Cell/Cell.interface.d.ts +1 -1
  150. package/dist/types/components/Checkbox/Checkbox.interface.d.ts +1 -1
  151. package/dist/types/components/Checkmark/Checkmark.interface.d.ts +1 -1
  152. package/dist/types/components/Chips/Chips.interface.d.ts +1 -1
  153. package/dist/types/components/Choice/Choice.interface.d.ts +1 -1
  154. package/dist/types/components/Code/Code.interface.d.ts +1 -1
  155. package/dist/types/components/CookiesWarning/CookiesWarning.interface.d.ts +1 -1
  156. package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +3 -2
  157. package/dist/types/components/DatePicker/DatePicker.interface.d.ts +2 -1
  158. package/dist/types/components/Divider/Divider.interface.d.ts +1 -1
  159. package/dist/types/components/Dot/Dot.interface.d.ts +1 -1
  160. package/dist/types/components/Drawer/Drawer.interface.d.ts +1 -1
  161. package/dist/types/components/Dropdown/Dropdown.interface.d.ts +1 -1
  162. package/dist/types/components/Flex/Flex.interface.d.ts +1 -1
  163. package/dist/types/components/Grid/Grid.interface.d.ts +1 -1
  164. package/dist/types/components/Group/Group.d.ts +25 -25
  165. package/dist/types/components/Group/Group.interface.d.ts +1 -1
  166. package/dist/types/components/Group/stories/GroupAlignItems.stories.d.ts +25 -25
  167. package/dist/types/components/Group/stories/GroupAlignSelf.stories.d.ts +25 -25
  168. package/dist/types/components/Group/stories/GroupColumns.stories.d.ts +25 -25
  169. package/dist/types/components/Group/stories/GroupDirection.stories.d.ts +25 -25
  170. package/dist/types/components/Group/stories/GroupJustifyContent.stories.d.ts +25 -25
  171. package/dist/types/components/Group/stories/GroupWrap.stories.d.ts +25 -25
  172. package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +1 -1
  173. package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +1 -1
  174. package/dist/types/components/Icon/Icon.d.ts +2 -2
  175. package/dist/types/components/Icon/Icon.interface.d.ts +1 -1
  176. package/dist/types/components/Icon/stories/IconDefault.stories.d.ts +2 -2
  177. package/dist/types/components/Icon/stories/IconDemo.stories.d.ts +2 -2
  178. package/dist/types/components/Icon/stories/IconShape.stories.d.ts +2 -2
  179. package/dist/types/components/Icon/stories/IconSize12.stories.d.ts +2 -2
  180. package/dist/types/components/Icon/stories/IconSize14.stories.d.ts +2 -2
  181. package/dist/types/components/Icon/stories/IconSize16.stories.d.ts +2 -2
  182. package/dist/types/components/Icon/stories/IconSize20.stories.d.ts +2 -2
  183. package/dist/types/components/Icon/stories/IconSize24.stories.d.ts +2 -2
  184. package/dist/types/components/Icon/stories/IconSize32.stories.d.ts +2 -2
  185. package/dist/types/components/Icon/stories/IconSize40.stories.d.ts +2 -2
  186. package/dist/types/components/Icon/stories/IconStyle.stories.d.ts +2 -2
  187. package/dist/types/components/Icon/stories/IconWithBadge.stories.d.ts +2 -2
  188. package/dist/types/components/Image/Image.d.ts +10 -10
  189. package/dist/types/components/Image/Image.interface.d.ts +2 -2
  190. package/dist/types/components/Image/stories/Image.stories.d.ts +10 -10
  191. package/dist/types/components/Input/Input.d.ts +1 -1
  192. package/dist/types/components/Input/Input.interface.d.ts +1 -1
  193. package/dist/types/components/Input/stories/Input.stories.d.ts +1 -1
  194. package/dist/types/components/Input/stories/InputDefault.stories.d.ts +1 -1
  195. package/dist/types/components/Input/stories/InputDisabled.stories.d.ts +1 -1
  196. package/dist/types/components/Input/stories/InputError.stories.d.ts +1 -1
  197. package/dist/types/components/Input/stories/InputRequire.stories.d.ts +1 -1
  198. package/dist/types/components/Input/stories/InputSize.stories.d.ts +1 -1
  199. package/dist/types/components/Input/stories/InputStyle.stories.d.ts +1 -1
  200. package/dist/types/components/Input/stories/InputSuccess.stories.d.ts +1 -1
  201. package/dist/types/components/InputNumber/InputNumber.interfaces.d.ts +1 -1
  202. package/dist/types/components/InputPassword/InputPassword.interface.d.ts +1 -1
  203. package/dist/types/components/Label/Label.interface.d.ts +2 -2
  204. package/dist/types/components/Link/Link.interface.d.ts +5 -5
  205. package/dist/types/components/List/List.interface.d.ts +1 -1
  206. package/dist/types/components/Loader/Loader.interface.d.ts +1 -1
  207. package/dist/types/components/Logo/Logo.d.ts +6 -6
  208. package/dist/types/components/Logo/Logo.interface.d.ts +1 -1
  209. package/dist/types/components/Logo/stories/Logo.stories.d.ts +6 -6
  210. package/dist/types/components/Logo/stories/LogoSize.stories.d.ts +6 -6
  211. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -1
  212. package/dist/types/components/Modal/Modal.d.ts +12 -12
  213. package/dist/types/components/Modal/Modal.interface.d.ts +1 -1
  214. package/dist/types/components/Modal/stories/ModalAbsoluteHeader.stories.d.ts +12 -12
  215. package/dist/types/components/Modal/stories/ModalDemo.stories.d.ts +12 -12
  216. package/dist/types/components/Modal/stories/ModalScroll.stories.d.ts +12 -12
  217. package/dist/types/components/Modal/stories/ModalSize.stories.d.ts +12 -12
  218. package/dist/types/components/Modal/stories/ModalStickyHeader.stories.d.ts +12 -12
  219. package/dist/types/components/Modal/stories/ModalStyle.stories.d.ts +12 -12
  220. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +2 -2
  221. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.interface.d.ts +1 -1
  222. package/dist/types/components/ModalSheetBottom/stories/ModalSheetBottomDemo.stories.d.ts +2 -2
  223. package/dist/types/components/Notification/Notification.interface.d.ts +2 -1
  224. package/dist/types/components/Overlay/Overlay.interface.d.ts +1 -1
  225. package/dist/types/components/Pagination/Pagination.interface.d.ts +1 -1
  226. package/dist/types/components/Radio/Radio.interface.d.ts +1 -1
  227. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
  228. package/dist/types/components/Response/Response.d.ts +11 -11
  229. package/dist/types/components/Response/Response.interface.d.ts +1 -1
  230. package/dist/types/components/Response/stories/ResponseConfirm.stories.d.ts +11 -11
  231. package/dist/types/components/Response/stories/ResponseDemo.stories.d.ts +11 -11
  232. package/dist/types/components/Response/stories/ResponseError.stories.d.ts +11 -11
  233. package/dist/types/components/Response/stories/ResponseFail.stories.d.ts +11 -11
  234. package/dist/types/components/Response/stories/ResponseNothingFound.stories.d.ts +11 -11
  235. package/dist/types/components/Response/stories/ResponseRefresh.stories.d.ts +11 -11
  236. package/dist/types/components/Response/stories/ResponseSuccess.stories.d.ts +11 -11
  237. package/dist/types/components/Response/stories/ResponseUnableLoadData.stories.d.ts +11 -11
  238. package/dist/types/components/Response/stories/ResponseWarning.stories.d.ts +11 -11
  239. package/dist/types/components/SVGContent/SVGContent.d.ts +2 -2
  240. package/dist/types/components/SVGContent/SVGContent.interface.d.ts +1 -1
  241. package/dist/types/components/SVGContent/stories/SVGContent.stories.d.ts +2 -2
  242. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
  243. package/dist/types/components/ScrollToView/ScrollToView.interface.d.ts +1 -1
  244. package/dist/types/components/Search/Search.interface.d.ts +1 -1
  245. package/dist/types/components/Search/SearchInput.d.ts +18 -18
  246. package/dist/types/components/Search/SearchResult.d.ts +3 -3
  247. package/dist/types/components/Search/stories/SearchInputDefault.stories.d.ts +18 -18
  248. package/dist/types/components/Search/stories/SearchInputDemo.stories.d.ts +18 -18
  249. package/dist/types/components/Search/stories/SearchInputDisabled.stories.d.ts +18 -18
  250. package/dist/types/components/Search/stories/SearchInputError.stories.d.ts +18 -18
  251. package/dist/types/components/Search/stories/SearchInputRequire.stories.d.ts +18 -18
  252. package/dist/types/components/Search/stories/SearchInputShape.stories.d.ts +18 -18
  253. package/dist/types/components/Search/stories/SearchInputSize.stories.d.ts +18 -18
  254. package/dist/types/components/Search/stories/SearchInputStyle.stories.d.ts +18 -18
  255. package/dist/types/components/Search/stories/SearchInputSuccess.stories.d.ts +18 -18
  256. package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -1
  257. package/dist/types/components/Select/Select.interface.d.ts +2 -1
  258. package/dist/types/components/Select/SelectMultiValue.d.ts +1 -1
  259. package/dist/types/components/Select/stories/Select.stories.d.ts +1 -1
  260. package/dist/types/components/Select/stories/SelectDefault.stories.d.ts +1 -1
  261. package/dist/types/components/Select/stories/SelectDisabled.stories.d.ts +1 -1
  262. package/dist/types/components/Select/stories/SelectError.stories.d.ts +1 -1
  263. package/dist/types/components/Select/stories/SelectRequire.stories.d.ts +1 -1
  264. package/dist/types/components/Select/stories/SelectShape.stories.d.ts +1 -1
  265. package/dist/types/components/Select/stories/SelectSize.stories.d.ts +1 -1
  266. package/dist/types/components/Select/stories/SelectStyle.stories.d.ts +1 -1
  267. package/dist/types/components/Select/stories/SelectSuccess.stories.d.ts +1 -1
  268. package/dist/types/components/Swiper/Swiper.interface.d.ts +1 -1
  269. package/dist/types/components/Switch/Switch.d.ts +11 -11
  270. package/dist/types/components/Switch/Switch.interface.d.ts +1 -1
  271. package/dist/types/components/Switch/stories/Switch.stories.d.ts +11 -11
  272. package/dist/types/components/Switch/stories/SwitchDefault.stories.d.ts +11 -11
  273. package/dist/types/components/Switch/stories/SwitchDemo.stories.d.ts +11 -11
  274. package/dist/types/components/Switch/stories/SwitchDisabled.stories.d.ts +11 -11
  275. package/dist/types/components/Switch/stories/SwitchError.stories.d.ts +11 -11
  276. package/dist/types/components/Switch/stories/SwitchRequire.stories.d.ts +11 -11
  277. package/dist/types/components/Switch/stories/SwitchSize.stories.d.ts +11 -11
  278. package/dist/types/components/Switch/stories/SwitchSuccess.stories.d.ts +11 -11
  279. package/dist/types/components/Switch/stories/SwitchTitleDescSwitch.stories.d.ts +11 -11
  280. package/dist/types/components/Switch/stories/SwitchTitleSwitch.stories.d.ts +11 -11
  281. package/dist/types/components/Tab/Tab.interface.d.ts +1 -1
  282. package/dist/types/components/Text/Text.interface.d.ts +1 -1
  283. package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -1
  284. package/dist/types/components/Tile/Tile.interface.d.ts +1 -1
  285. package/dist/types/components/Title/Title.interface.d.ts +1 -1
  286. package/dist/types/components/Tooltip/Tooltip.d.ts +15 -15
  287. package/dist/types/components/Tooltip/Tooltip.interface.d.ts +1 -1
  288. package/dist/types/components/Tooltip/stories/TooltipAppearance.stories.d.ts +15 -15
  289. package/dist/types/components/Tooltip/stories/TooltipArrow.stories.d.ts +15 -15
  290. package/dist/types/components/Tooltip/stories/TooltipCustom.stories.d.ts +15 -15
  291. package/dist/types/components/Tooltip/stories/TooltipDemo.stories.d.ts +15 -15
  292. package/dist/types/components/Tooltip/stories/TooltipSize.stories.d.ts +15 -15
  293. package/dist/types/components/Tooltip/stories/TooltipStyle.stories.d.ts +15 -15
  294. package/dist/types/components/Warning/Warning.interface.d.ts +1 -1
  295. package/dist/types/context/Notifications.d.ts +1 -1
  296. package/dist/types/context/Notifications.interface.d.ts +1 -1
  297. package/dist/types/hooks/useStyles/styleAttributes.interface.d.ts +1 -1
  298. package/package.json +5 -4
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -4,8 +4,8 @@ declare const meta: {
4
4
  component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
6
  after?: import("react").ReactNode;
7
- align?: import("@itcase/types").AlignProps;
8
- appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
7
+ align?: import("@itcase/types-ui").AlignProps;
8
+ appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
9
9
  badgeClass?: string;
10
10
  badgeValue?: string;
11
11
  before?: import("react").ReactNode;
@@ -1,19 +1,19 @@
1
1
  declare const Image: import("react").ForwardRefExoticComponent<Omit<{
2
- borderColor?: import("@itcase/types").BorderColorProps;
2
+ borderColor?: import("@itcase/types-ui").BorderColorProps;
3
3
  borderColorImage?: string;
4
- borderType?: import("@itcase/types").BorderTypeProps;
5
- borderWidth?: import("@itcase/types").BorderWidthProps;
4
+ borderType?: import("@itcase/types-ui").BorderTypeProps;
5
+ borderWidth?: import("@itcase/types-ui").BorderWidthProps;
6
6
  cursor?: string;
7
- fill?: import("@itcase/types").FillProps;
8
- fillHover?: import("@itcase/types").FillHoverProps;
7
+ fill?: import("@itcase/types-ui").FillProps;
8
+ fillHover?: import("@itcase/types-ui").FillHoverProps;
9
9
  height?: string;
10
- horizontalAlign?: import("@itcase/types").AlignProps;
10
+ horizontalAlign?: import("@itcase/types-ui").AlignProps;
11
11
  imageHeight?: string;
12
12
  imageWidth?: string;
13
13
  resizeMode?: string;
14
- shape?: import("@itcase/types").ShapeProps;
15
- verticalContentAlign?: import("@itcase/types").AlignProps;
16
- width?: import("@itcase/types").WidthProps;
14
+ shape?: import("@itcase/types-ui").ShapeProps;
15
+ verticalContentAlign?: import("@itcase/types-ui").AlignProps;
16
+ width?: import("@itcase/types-ui").WidthProps;
17
17
  } & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
18
18
  after?: import("react").ReactNode;
19
19
  alt?: string;
@@ -31,7 +31,7 @@ declare const Image: import("react").ForwardRefExoticComponent<Omit<{
31
31
  onError?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
32
32
  overlay?: import("react").ReactNode;
33
33
  placeholderUrl?: string;
34
- src: string | undefined | null;
34
+ src?: string | null;
35
35
  style?: import("react").CSSProperties;
36
36
  title?: string;
37
37
  type?: string;
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
- import { AlignProps, BorderColorProps, BorderTypeProps, BorderWidthProps, FillHoverProps, FillProps, ShapeProps, WidthProps } from '@itcase/types';
2
+ import { AlignProps, BorderColorProps, BorderTypeProps, BorderWidthProps, FillHoverProps, FillProps, ShapeProps, WidthProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  type ImageAppearanceProps = {
5
5
  borderColor?: BorderColorProps;
@@ -35,7 +35,7 @@ type ImageProps = ImageAppearanceProps & StyleAttributes & {
35
35
  onError?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
36
36
  overlay?: ReactNode;
37
37
  placeholderUrl?: string;
38
- src: string | undefined | null;
38
+ src?: string | null;
39
39
  style?: CSSProperties;
40
40
  title?: string;
41
41
  type?: string;
@@ -2,21 +2,21 @@ import { ImageProps } from '../Image.interface';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<Omit<{
5
- borderColor?: import("@itcase/types").BorderColorProps;
5
+ borderColor?: import("@itcase/types-ui").BorderColorProps;
6
6
  borderColorImage?: string;
7
- borderType?: import("@itcase/types").BorderTypeProps;
8
- borderWidth?: import("@itcase/types").BorderWidthProps;
7
+ borderType?: import("@itcase/types-ui").BorderTypeProps;
8
+ borderWidth?: import("@itcase/types-ui").BorderWidthProps;
9
9
  cursor?: string;
10
- fill?: import("@itcase/types").FillProps;
11
- fillHover?: import("@itcase/types").FillHoverProps;
10
+ fill?: import("@itcase/types-ui").FillProps;
11
+ fillHover?: import("@itcase/types-ui").FillHoverProps;
12
12
  height?: string;
13
- horizontalAlign?: import("@itcase/types").AlignProps;
13
+ horizontalAlign?: import("@itcase/types-ui").AlignProps;
14
14
  imageHeight?: string;
15
15
  imageWidth?: string;
16
16
  resizeMode?: string;
17
- shape?: import("@itcase/types").ShapeProps;
18
- verticalContentAlign?: import("@itcase/types").AlignProps;
19
- width?: import("@itcase/types").WidthProps;
17
+ shape?: import("@itcase/types-ui").ShapeProps;
18
+ verticalContentAlign?: import("@itcase/types-ui").AlignProps;
19
+ width?: import("@itcase/types-ui").WidthProps;
20
20
  } & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
21
21
  after?: import("react").ReactNode;
22
22
  alt?: string;
@@ -34,7 +34,7 @@ declare const meta: {
34
34
  onError?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
35
35
  overlay?: import("react").ReactNode;
36
36
  placeholderUrl?: string;
37
- src: string | undefined | null;
37
+ src?: string | null;
38
38
  style?: import("react").CSSProperties;
39
39
  title?: string;
40
40
  type?: string;
@@ -3,7 +3,7 @@ import type { InputConfig } from './Input.interface';
3
3
  declare const inputConfig: InputConfig;
4
4
  declare const Input: React.ForwardRefExoticComponent<import("./Input.interface").InputAppearanceProps & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -1,4 +1,4 @@
1
- import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types';
1
+ import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
2
2
  import type { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
3
3
  import { TextProps } from '../Text/Text.interface';
4
4
  type InputAppearanceProps = {
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
5
5
  id?: string;
6
- appearance?: import("@itcase/types").CompositeAppearanceKey;
6
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
7
7
  autocomplete?: string;
8
8
  className?: string;
9
9
  dataTestId?: string;
@@ -1,5 +1,5 @@
1
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';
2
+ import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, SvgFillHoverProps, SvgFillProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  import { ButtonProps } from '../Button/Button.interface';
5
5
  import { IconProps } from '../Icon/Icon.interface';
@@ -1,4 +1,4 @@
1
- import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types';
1
+ import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
2
2
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
3
3
  import { IconProps } from '../Icon/Icon.interface';
4
4
  import { TextProps } from '../Text/Text.interface';
@@ -1,5 +1,5 @@
1
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';
2
+ import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, CompositeAppearanceKey, FillGradientProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WrapProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  import { IconProps } from '../Icon/Icon.interface';
5
5
  import { TextProps } from '../Text/Text.interface';
@@ -8,7 +8,7 @@ type LabelAppearanceProps = {
8
8
  align?: AlignProps;
9
9
  borderColor?: BorderColorProps;
10
10
  borderType?: BorderTypeProps;
11
- fill?: FillProps | FillGradientProps;
11
+ fill?: FillGradientProps | FillProps;
12
12
  fillHover?: FillHoverProps;
13
13
  iconAfter?: IconProps['SvgImage'];
14
14
  iconAfterFill?: IconProps['fill'];
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ElementType, ReactNode } from 'react';
2
- import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, TextWeightProps, UnderlineProps } from '@itcase/types';
2
+ import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, TextWeightProps, UnderlineProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  import { IconProps } from '../Icon/Icon.interface';
5
5
  import { TextProps } from '../Text/Text.interface';
@@ -73,15 +73,15 @@ type LinkWrapperProps = LinkAppearanceProps & StyleAttributes & {
73
73
  LinkComponent?: ElementType;
74
74
  onClick?: () => void;
75
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;
76
80
  rel?: string;
77
81
  style?: CSSProperties;
78
82
  target?: string;
79
83
  title?: string;
80
84
  type?: ElementType;
81
- onPointerCancel?: (event: React.PointerEvent) => void;
82
- onPointerDown?: (event: React.PointerEvent) => void;
83
- onPointerLeave?: (event: React.PointerEvent) => void;
84
- onPointerUp?: (event: React.PointerEvent) => void;
85
85
  };
86
86
  type AppearanceKeys = AppearanceSizeKey | AppearanceStyleKey | (AppearanceKeysDefault | AppearanceStateKeysDefault);
87
87
  type LinkAppearance = {
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
2
  import { LinkProps } from 'react-scroll';
3
- import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, WidthProps } from '@itcase/types';
3
+ import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, WidthProps } from '@itcase/types-ui';
4
4
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
5
5
  import { TextProps } from '../Text/Text.interface';
6
6
  type ListAppearanceProps = {
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
- import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, TextColorProps, TextSizeProps } from '@itcase/types';
2
+ import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, TextColorProps, TextSizeProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  type LoaderAppearanceProps = {
5
5
  borderColor?: BorderColorProps;
@@ -7,11 +7,11 @@ declare const Logo: import("react").ForwardRefExoticComponent<Omit<{
7
7
  src?: string;
8
8
  title?: string;
9
9
  } & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
10
- align?: import("@itcase/types").AlignProps;
11
- alignDirection?: import("@itcase/types").DirectionProps;
12
- alignItems?: import("@itcase/types").AlignProps;
10
+ align?: import("@itcase/types-ui").AlignProps;
11
+ alignDirection?: import("@itcase/types-ui").DirectionProps;
12
+ alignItems?: import("@itcase/types-ui").AlignProps;
13
13
  alt?: string;
14
- appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary" | "gradientPrimary";
14
+ appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "gradientPrimary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary";
15
15
  className?: string;
16
16
  dataTestId?: string;
17
17
  dataTour?: string;
@@ -19,11 +19,11 @@ declare const Logo: import("react").ForwardRefExoticComponent<Omit<{
19
19
  isSkeleton?: boolean;
20
20
  link?: string;
21
21
  mode?: string;
22
- size?: import("@itcase/types").SizeProps;
22
+ size?: import("@itcase/types-ui").SizeProps;
23
23
  source?: string;
24
24
  src?: string;
25
25
  style?: import("react").CSSProperties;
26
26
  title?: string;
27
- width?: import("@itcase/types").WidthProps;
27
+ width?: import("@itcase/types-ui").WidthProps;
28
28
  } & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
29
29
  export { Logo, logoConfig };
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from 'react';
2
- import { AlignProps, AppearanceKeysDefault, DirectionProps, SizeProps, WidthProps } from '@itcase/types';
2
+ import { AlignProps, AppearanceKeysDefault, DirectionProps, SizeProps, WidthProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  type LogoAppearanceProps = {
5
5
  alt?: string;
@@ -8,11 +8,11 @@ declare const meta: {
8
8
  src?: string;
9
9
  title?: string;
10
10
  } & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
11
- align?: import("@itcase/types").AlignProps;
12
- alignDirection?: import("@itcase/types").DirectionProps;
13
- alignItems?: import("@itcase/types").AlignProps;
11
+ align?: import("@itcase/types-ui").AlignProps;
12
+ alignDirection?: import("@itcase/types-ui").DirectionProps;
13
+ alignItems?: import("@itcase/types-ui").AlignProps;
14
14
  alt?: string;
15
- appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary" | "gradientPrimary";
15
+ appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "gradientPrimary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary";
16
16
  className?: string;
17
17
  dataTestId?: string;
18
18
  dataTour?: string;
@@ -20,12 +20,12 @@ declare const meta: {
20
20
  isSkeleton?: boolean;
21
21
  link?: string;
22
22
  mode?: string;
23
- size?: import("@itcase/types").SizeProps;
23
+ size?: import("@itcase/types-ui").SizeProps;
24
24
  source?: string;
25
25
  src?: string;
26
26
  style?: import("react").CSSProperties;
27
27
  title?: string;
28
- width?: import("@itcase/types").WidthProps;
28
+ width?: import("@itcase/types-ui").WidthProps;
29
29
  } & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
30
30
  args: {
31
31
  size: string;
@@ -8,11 +8,11 @@ declare const meta: {
8
8
  src?: string;
9
9
  title?: string;
10
10
  } & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
11
- align?: import("@itcase/types").AlignProps;
12
- alignDirection?: import("@itcase/types").DirectionProps;
13
- alignItems?: import("@itcase/types").AlignProps;
11
+ align?: import("@itcase/types-ui").AlignProps;
12
+ alignDirection?: import("@itcase/types-ui").DirectionProps;
13
+ alignItems?: import("@itcase/types-ui").AlignProps;
14
14
  alt?: string;
15
- appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary" | "gradientPrimary";
15
+ appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "gradientPrimary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary";
16
16
  className?: string;
17
17
  dataTestId?: string;
18
18
  dataTour?: string;
@@ -20,12 +20,12 @@ declare const meta: {
20
20
  isSkeleton?: boolean;
21
21
  link?: string;
22
22
  mode?: string;
23
- size?: import("@itcase/types").SizeProps;
23
+ size?: import("@itcase/types-ui").SizeProps;
24
24
  source?: string;
25
25
  src?: string;
26
26
  style?: import("react").CSSProperties;
27
27
  title?: string;
28
- width?: import("@itcase/types").WidthProps;
28
+ width?: import("@itcase/types-ui").WidthProps;
29
29
  } & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
30
30
  args: {
31
31
  src: string;
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties, ElementType, ReactNode } from 'react';
2
2
  import { LinkProps } from 'react-scroll';
3
- import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceSizePxKey, DirectionProps, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, TextSizeProps, UnderlineProps } from '@itcase/types';
3
+ import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceSizePxKey, DirectionProps, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, TextSizeProps, UnderlineProps } from '@itcase/types-ui';
4
4
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
5
5
  import { IconProps } from '../Icon/Icon.interface';
6
6
  import { TextProps } from '../Text/Text.interface';
@@ -2,27 +2,27 @@ import React from 'react';
2
2
  import type { ModalConfig, ModalRef } from './Modal.interface';
3
3
  declare const modalConfig: ModalConfig;
4
4
  declare const Modal: React.ForwardRefExoticComponent<{
5
- borderColor?: import("@itcase/types").BorderColorProps;
6
- borderType?: import("@itcase/types").BorderTypeProps;
7
- borderWidth?: import("@itcase/types").BorderWidthProps;
5
+ borderColor?: import("@itcase/types-ui").BorderColorProps;
6
+ borderType?: import("@itcase/types-ui").BorderTypeProps;
7
+ borderWidth?: import("@itcase/types-ui").BorderWidthProps;
8
8
  closeIcon?: boolean;
9
9
  closeIconAppearance?: import("../Icon/Icon.interface").IconProps["appearance"];
10
- closeIconAppearanceSize?: import("@itcase/types").AppearanceIconSizeKey;
10
+ closeIconAppearanceSize?: import("@itcase/types-ui").AppearanceIconSizeKey;
11
11
  closeIconFillSize?: import("../Icon/Icon.interface").IconProps["fillSize"];
12
12
  closeIconImage?: import("../Icon/Icon.interface").IconProps["SvgImage"];
13
13
  closeIconShape?: import("../Icon/Icon.interface").IconProps["shape"];
14
14
  closeIconSize?: import("../Icon/Icon.interface").IconProps["iconSize"];
15
- elevation?: import("@itcase/types").ElevationProps;
16
- fill?: import("@itcase/types").FillProps;
15
+ elevation?: import("@itcase/types-ui").ElevationProps;
16
+ fill?: import("@itcase/types-ui").FillProps;
17
17
  isDisabled?: boolean;
18
18
  isOpen?: boolean;
19
- itemFill?: import("@itcase/types").ItemFillProps;
19
+ itemFill?: import("@itcase/types-ui").ItemFillProps;
20
20
  overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
21
21
  overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
22
22
  print?: boolean;
23
- shape?: import("@itcase/types").ShapeProps;
24
- shapeStrength?: import("@itcase/types").ShapeStrengthProps;
25
- size?: import("@itcase/types").SizeProps;
23
+ shape?: import("@itcase/types-ui").ShapeProps;
24
+ shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
25
+ size?: import("@itcase/types-ui").SizeProps;
26
26
  textColor?: import("../Text/Text.interface").TextProps["textColor"];
27
27
  textSize?: import("../Text/Text.interface").TextProps["size"];
28
28
  titleTextColor?: import("../Title/Title.interface").TitleProps["textColor"];
@@ -30,13 +30,13 @@ declare const Modal: React.ForwardRefExoticComponent<{
30
30
  titleTextSize?: import("../Title/Title.interface").TitleProps["size"];
31
31
  titleTextTruncate?: import("../Title/Title.interface").TitleProps["textTruncate"];
32
32
  titleTextWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
33
- titleTextWidth?: import("@itcase/types").WidthProps;
33
+ titleTextWidth?: import("@itcase/types-ui").WidthProps;
34
34
  titleTextWrap?: import("../Title/Title.interface").TitleProps["textWrap"];
35
35
  } & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
36
36
  id?: string;
37
37
  absoluteHeader?: boolean;
38
38
  after?: React.ReactNode;
39
- appearance?: import("@itcase/types").CompositeAppearanceKey;
39
+ appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
40
40
  before?: React.ReactNode;
41
41
  children?: React.ReactNode;
42
42
  className?: string;
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, MouseEventHandler, ReactNode } from 'react';
2
- import { AppearanceIconSizeKey, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, ElevationProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types';
2
+ import { AppearanceIconSizeKey, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, ElevationProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
3
3
  import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  import { IconProps } from '../Icon/Icon.interface';
5
5
  import { OverlayProps } from '../Overlay/Overlay.interface';