gd-design-library 0.2.0 → 0.3.1

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 (715) hide show
  1. package/assets/icons/account_circle.js +1 -0
  2. package/assets/icons/arrow-down.js +1 -0
  3. package/assets/icons/arrow-forward.js +1 -0
  4. package/assets/icons/attachment.js +1 -0
  5. package/assets/icons/check.js +1 -0
  6. package/assets/icons/chevron-left.js +1 -0
  7. package/assets/icons/chevron-right.js +1 -0
  8. package/assets/icons/content-copy.d.ts +7 -0
  9. package/assets/icons/content-copy.js +1 -0
  10. package/assets/icons/cross.js +1 -0
  11. package/assets/icons/delete_outlined.js +1 -0
  12. package/assets/icons/dot.js +1 -0
  13. package/assets/icons/edit.js +1 -0
  14. package/assets/icons/error_outline.js +1 -0
  15. package/assets/icons/eye.js +1 -0
  16. package/assets/icons/favorite.js +1 -0
  17. package/assets/icons/favorite_outlined.js +1 -0
  18. package/assets/icons/file-copy.d.ts +7 -0
  19. package/assets/icons/file-copy.js +1 -0
  20. package/assets/icons/filter.js +1 -0
  21. package/assets/icons/folder.js +1 -0
  22. package/assets/icons/folderOpen.js +1 -0
  23. package/assets/icons/home.js +1 -0
  24. package/assets/icons/keyboard-arrow-down.js +1 -0
  25. package/assets/icons/local_shipping.js +1 -0
  26. package/assets/icons/minus.js +1 -0
  27. package/assets/icons/mobile_menu_button.js +1 -0
  28. package/assets/icons/paymentCard.js +1 -0
  29. package/assets/icons/plus.js +1 -0
  30. package/assets/icons/portrait.js +1 -0
  31. package/assets/icons/processing.js +1 -0
  32. package/assets/icons/ruler.js +1 -0
  33. package/assets/icons/search.js +1 -0
  34. package/assets/icons/shopping_bag.js +1 -0
  35. package/assets/icons/slash.js +1 -0
  36. package/assets/icons/star.js +1 -0
  37. package/assets/icons/starOutlined.js +1 -0
  38. package/assets/icons/thumb-down.d.ts +7 -0
  39. package/assets/icons/thumb-down.js +1 -0
  40. package/assets/icons/thumb-up.d.ts +7 -0
  41. package/assets/icons/thumb-up.js +1 -0
  42. package/assets/icons/toast_error.d.ts +2 -2
  43. package/assets/icons/toast_error.js +1 -0
  44. package/assets/icons/toast_info.d.ts +3 -2
  45. package/assets/icons/toast_info.js +1 -0
  46. package/assets/icons/toast_success.d.ts +2 -2
  47. package/assets/icons/toast_success.js +1 -0
  48. package/assets/icons/toast_warning.d.ts +2 -2
  49. package/assets/icons/toast_warning.js +1 -0
  50. package/assets/icons/upload.js +1 -0
  51. package/assets/icons/volume-up.d.ts +7 -0
  52. package/assets/icons/volume-up.js +1 -0
  53. package/assets/icons/wifiTethering.js +1 -0
  54. package/assets/index.d.ts +5 -0
  55. package/assets/svg/checkbox_bg_checked.svg.js +4 -0
  56. package/assets/svg/checkbox_border.svg.js +4 -0
  57. package/assets/svg/checkbox_disabled_bg_checked.svg.js +4 -0
  58. package/assets/svg/radio_bg.svg.js +4 -0
  59. package/assets/svg/radio_bg_checked.svg.js +4 -0
  60. package/components/core/Breadcrumbs/Breadcrumbs.js +1 -0
  61. package/components/core/Breadcrumbs/Breadcrumbs.types.d.ts +3 -3
  62. package/components/core/Breadcrumbs/BreadcrumbsStyled.d.ts +6 -0
  63. package/components/core/Breadcrumbs/BreadcrumbsStyled.js +1 -0
  64. package/components/core/Breadcrumbs/constants.js +1 -0
  65. package/components/core/Button/Button.d.ts +1 -4
  66. package/components/core/Button/Button.js +1 -0
  67. package/components/core/Button/Button.types.d.ts +12 -35
  68. package/components/core/Button/ButtonStyled.d.ts +5 -0
  69. package/components/core/Button/ButtonStyled.js +1 -0
  70. package/components/core/Button/constants.js +1 -0
  71. package/components/core/Button/index.d.ts +1 -1
  72. package/components/core/Dropdown/Dropdown.d.ts +1 -2
  73. package/components/core/Dropdown/Dropdown.js +1 -0
  74. package/components/core/Dropdown/Dropdown.types.d.ts +4 -9
  75. package/components/core/Dropdown/DropdownStyled.d.ts +2 -0
  76. package/components/core/Dropdown/DropdownStyled.js +1 -0
  77. package/components/core/Dropdown/constants.js +1 -0
  78. package/components/core/Dropdown/hooks/useDropdown.js +1 -0
  79. package/components/core/DropdownItem/DropdownItem.d.ts +1 -3
  80. package/components/core/DropdownItem/DropdownItem.js +1 -0
  81. package/components/core/DropdownItem/DropdownItem.types.d.ts +6 -7
  82. package/components/core/DropdownItem/DropdownItemStyled.d.ts +2 -0
  83. package/components/core/DropdownItem/DropdownItemStyled.js +1 -0
  84. package/components/core/DropdownItem/constants.js +1 -0
  85. package/components/core/Form/Form.d.ts +1 -4
  86. package/components/core/Form/Form.js +1 -0
  87. package/components/core/Form/Form.types.d.ts +11 -6
  88. package/components/core/Form/FormStyled.d.ts +2 -0
  89. package/components/core/Form/FormStyled.js +1 -0
  90. package/components/core/Form/constants.js +1 -0
  91. package/components/core/Form/index.d.ts +1 -1
  92. package/components/core/Form/utils.js +1 -0
  93. package/components/core/Icon/Icon.js +1 -0
  94. package/components/core/Icon/constants.d.ts +44 -8
  95. package/components/core/Icon/constants.js +1 -0
  96. package/components/core/Icon/utils.d.ts +3 -0
  97. package/components/core/Image/Image.d.ts +1 -2
  98. package/components/core/Image/Image.js +1 -0
  99. package/components/core/Image/Image.types.d.ts +12 -13
  100. package/components/core/Image/ImageStyled.d.ts +5 -0
  101. package/components/core/Image/ImageStyled.js +1 -0
  102. package/components/core/Image/constants.js +1 -0
  103. package/components/core/Image/index.d.ts +1 -1
  104. package/components/core/InlineNotification/InlineNotification.d.ts +1 -3
  105. package/components/core/InlineNotification/InlineNotification.js +1 -0
  106. package/components/core/InlineNotification/InlineNotification.types.d.ts +1 -1
  107. package/components/core/InlineNotification/InlineNotificationStyled.d.ts +1 -1
  108. package/components/core/InlineNotification/InlineNotificationStyled.js +1 -0
  109. package/components/core/InlineNotification/constants.js +1 -0
  110. package/components/core/Input/Input.js +1 -0
  111. package/components/core/Input/Input.types.d.ts +23 -42
  112. package/components/core/Input/InputAdornment/InputAdornment.d.ts +2 -4
  113. package/components/core/Input/InputAdornment/InputAdornment.js +1 -0
  114. package/components/core/Input/InputAdornment/InputAdornmentStyled.d.ts +2 -0
  115. package/components/core/Input/InputAdornment/InputAdornmentStyled.js +1 -0
  116. package/components/core/Input/InputAdornment/constants.js +1 -0
  117. package/components/core/Input/InputHelper/InputHelper.d.ts +1 -3
  118. package/components/core/Input/InputHelper/InputHelper.js +1 -0
  119. package/components/core/Input/InputHelper/InputHelperStyled.d.ts +2 -0
  120. package/components/core/Input/InputHelper/InputHelperStyled.js +1 -0
  121. package/components/core/Input/InputHelper/constants.js +1 -0
  122. package/components/core/Input/InputStyled.d.ts +2 -0
  123. package/components/core/Input/InputStyled.js +1 -0
  124. package/components/core/Input/InputWrapper/InputWrapper.d.ts +1 -3
  125. package/components/core/Input/InputWrapper/InputWrapper.js +1 -0
  126. package/components/core/Input/InputWrapper/InputWrapperStyled.d.ts +2 -0
  127. package/components/core/Input/InputWrapper/InputWrapperStyled.js +1 -0
  128. package/components/core/Input/InputWrapper/constants.js +1 -0
  129. package/components/core/Input/constants.d.ts +3 -5
  130. package/components/core/Input/constants.js +1 -0
  131. package/components/core/Input/useInputHandlers.js +1 -0
  132. package/components/core/InputFile/InputFile.d.ts +2 -18
  133. package/components/core/InputFile/InputFile.js +1 -0
  134. package/components/core/InputFile/InputFile.types.d.ts +15 -5
  135. package/components/core/InputFile/InputFileStyled.d.ts +3 -0
  136. package/components/core/InputFile/InputFileStyled.js +1 -0
  137. package/components/core/InputFile/constants.js +1 -0
  138. package/components/core/Label/Label.js +1 -0
  139. package/components/core/Label/LabelStyled.d.ts +1 -1
  140. package/components/core/Label/LabelStyled.js +1 -0
  141. package/components/core/Label/constants.js +1 -0
  142. package/components/core/Link/Link.d.ts +1 -3
  143. package/components/core/Link/Link.js +1 -0
  144. package/components/core/Link/Link.types.d.ts +9 -24
  145. package/components/core/Link/LinkStyled.d.ts +2 -0
  146. package/components/core/Link/LinkStyled.js +1 -0
  147. package/components/core/Link/constants.js +1 -0
  148. package/components/core/List/List.d.ts +1 -1
  149. package/components/core/List/List.js +1 -0
  150. package/components/core/List/List.types.d.ts +2 -8
  151. package/components/core/List/ListStyled.js +1 -0
  152. package/components/core/List/constants.js +1 -0
  153. package/components/core/Loader/Loader.d.ts +1 -3
  154. package/components/core/Loader/Loader.js +1 -0
  155. package/components/core/Loader/Loader.types.d.ts +10 -6
  156. package/components/core/Loader/LoaderStyled.d.ts +2 -0
  157. package/components/core/Loader/LoaderStyled.js +1 -0
  158. package/components/core/Loader/constants.js +1 -0
  159. package/components/core/Loader/utils.d.ts +11 -0
  160. package/components/core/Loader/utils.js +1 -0
  161. package/components/core/Menu/Menu.d.ts +2 -13
  162. package/components/core/Menu/Menu.js +1 -0
  163. package/components/core/Menu/Menu.types.d.ts +18 -0
  164. package/components/core/Menu/MenuStyled.d.ts +3 -0
  165. package/components/core/Menu/MenuStyled.js +1 -0
  166. package/components/core/Menu/constants.d.ts +0 -1
  167. package/components/core/Menu/constants.js +1 -0
  168. package/components/core/Menu/index.d.ts +2 -1
  169. package/components/core/Modal/Modal.d.ts +1 -3
  170. package/components/core/Modal/Modal.js +1 -0
  171. package/components/core/Modal/Modal.types.d.ts +8 -4
  172. package/components/core/Modal/ModalStyled.d.ts +8 -0
  173. package/components/core/Modal/ModalStyled.js +1 -0
  174. package/components/core/Modal/constants.js +1 -0
  175. package/components/core/Portal/Portal.d.ts +1 -3
  176. package/components/core/Portal/Portal.js +1 -0
  177. package/components/core/Portal/Portal.types.d.ts +4 -3
  178. package/components/core/Scroll/Scroll.d.ts +2 -7
  179. package/components/core/Scroll/Scroll.js +1 -0
  180. package/components/core/Scroll/Scroll.types.d.ts +19 -0
  181. package/components/core/Scroll/ScrollBar.d.ts +2 -6
  182. package/components/core/Scroll/ScrollBar.js +1 -0
  183. package/components/core/Scroll/ScrollStyled.d.ts +6 -0
  184. package/components/core/Scroll/ScrollStyled.js +1 -0
  185. package/components/core/Scroll/constants.d.ts +1 -0
  186. package/components/core/Scroll/constants.js +1 -0
  187. package/components/core/Scroll/index.d.ts +2 -1
  188. package/components/core/Scroll/utils.d.ts +2 -2
  189. package/components/core/Scroll/utils.js +1 -0
  190. package/components/core/Select/Select.d.ts +1 -4
  191. package/components/core/Select/Select.js +1 -0
  192. package/components/core/Select/Select.types.d.ts +22 -8
  193. package/components/core/Select/SelectStyled.d.ts +8 -0
  194. package/components/core/Select/SelectStyled.js +1 -0
  195. package/components/core/Select/constants.js +1 -0
  196. package/components/core/Select/hooks/useSelectContext.d.ts +1 -1
  197. package/components/core/Select/hooks/useSelectContext.js +1 -0
  198. package/components/core/Separator/Separator.d.ts +2 -0
  199. package/components/core/Separator/Separator.js +1 -0
  200. package/components/core/Separator/Separator.types.d.ts +31 -0
  201. package/components/core/Separator/SeparatorStyled.d.ts +4 -0
  202. package/components/core/Separator/SeparatorStyled.js +1 -0
  203. package/components/core/Separator/constants.d.ts +1 -0
  204. package/components/core/Separator/constants.js +1 -0
  205. package/components/core/Separator/index.d.ts +2 -0
  206. package/components/core/Skeleton/Skeleton.d.ts +1 -3
  207. package/components/core/Skeleton/Skeleton.js +1 -0
  208. package/components/core/Skeleton/Skeleton.types.d.ts +7 -9
  209. package/components/core/Skeleton/SkeletonStyled.d.ts +2 -0
  210. package/components/core/Skeleton/SkeletonStyled.js +1 -0
  211. package/components/core/Skeleton/constants.js +1 -0
  212. package/components/core/Slider/Slider.d.ts +1 -2
  213. package/components/core/Slider/Slider.js +1 -0
  214. package/components/core/Slider/Slider.types.d.ts +9 -5
  215. package/components/core/Slider/SliderStyled.d.ts +2 -0
  216. package/components/core/Slider/SliderStyled.js +1 -0
  217. package/components/core/Slider/constants.js +1 -0
  218. package/components/core/Slider/index.d.ts +1 -1
  219. package/components/core/Snackbar/Snackbar.d.ts +2 -2
  220. package/components/core/Snackbar/Snackbar.js +1 -0
  221. package/components/core/Snackbar/Snackbar.types.d.ts +20 -26
  222. package/components/core/Snackbar/SnackbarManager.d.ts +2 -2
  223. package/components/core/Snackbar/SnackbarManager.js +1 -0
  224. package/components/core/Snackbar/SnackbarStyled.d.ts +12 -0
  225. package/components/core/Snackbar/SnackbarStyled.js +5 -0
  226. package/components/core/Snackbar/constants.d.ts +1 -1
  227. package/components/core/Snackbar/constants.js +1 -0
  228. package/components/core/Switch/Switch.d.ts +1 -1
  229. package/components/core/Switch/Switch.js +1 -0
  230. package/components/core/Switch/Switch.types.d.ts +14 -11
  231. package/components/core/Switch/SwitchStyled.d.ts +6 -0
  232. package/components/core/Switch/SwitchStyled.js +1 -0
  233. package/components/core/Switch/constants.js +1 -0
  234. package/components/core/Textarea/Textarea.js +1 -0
  235. package/components/core/Textarea/Textarea.types.d.ts +26 -9
  236. package/components/core/Textarea/Textarea.types.js +1 -0
  237. package/components/core/Textarea/TextareaStyled.d.ts +2 -0
  238. package/components/core/Textarea/TextareaStyled.js +1 -0
  239. package/components/core/Textarea/constants.js +1 -0
  240. package/components/core/Textarea/hooks/useDynamicHeightAdjustment.js +1 -0
  241. package/components/core/Textarea/hooks/useResizeObserver.js +1 -0
  242. package/components/core/Textarea/index.d.ts +0 -1
  243. package/components/core/Toggle/Toggle.js +1 -0
  244. package/components/core/Toggle/Toggle.types.d.ts +5 -6
  245. package/components/core/Toggle/ToggleStyled.d.ts +2 -0
  246. package/components/core/Toggle/ToggleStyled.js +1 -0
  247. package/components/core/Toggle/constants.js +1 -0
  248. package/components/core/Toggle/index.d.ts +1 -1
  249. package/components/core/Tooltip/Tooltip.js +1 -0
  250. package/components/core/Tooltip/Tooltip.types.d.ts +8 -6
  251. package/components/core/Tooltip/Tooltip.types.js +1 -0
  252. package/components/core/Tooltip/TooltipStyled.d.ts +3 -0
  253. package/components/core/Tooltip/TooltipStyled.js +1 -0
  254. package/components/core/Tooltip/constants.js +1 -0
  255. package/components/core/Tooltip/index.d.ts +1 -0
  256. package/components/core/Tooltip/utils.js +1 -0
  257. package/components/core/Typography/Typography.d.ts +1 -3
  258. package/components/core/Typography/Typography.js +1 -0
  259. package/components/core/Typography/Typography.types.d.ts +10 -51
  260. package/components/core/Typography/TypographyStyled.d.ts +2 -0
  261. package/components/core/Typography/TypographyStyled.js +1 -0
  262. package/components/core/Typography/constants.js +1 -0
  263. package/components/core/Wrapper/Wrapper.d.ts +1 -3
  264. package/components/core/Wrapper/Wrapper.js +1 -0
  265. package/components/core/Wrapper/Wrapper.types.d.ts +8 -7
  266. package/components/core/Wrapper/WrapperStyled.d.ts +2 -0
  267. package/components/core/Wrapper/WrapperStyled.js +1 -0
  268. package/components/core/Wrapper/constants.js +1 -0
  269. package/components/core/index.d.ts +5 -4
  270. package/components/core/types/common.types.d.ts +1 -23
  271. package/components/core/types/index.types.d.ts +1 -1
  272. package/components/core/types/roles.types.d.ts +2 -1
  273. package/components/core/types/roles.types.js +1 -0
  274. package/components/domainSpecific/Accordion/Accordion.js +1 -0
  275. package/components/domainSpecific/Accordion/Accordion.types.d.ts +6 -5
  276. package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.d.ts +1 -1
  277. package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.js +1 -0
  278. package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.d.ts +1 -1
  279. package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.js +1 -0
  280. package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.d.ts +1 -1
  281. package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.js +1 -0
  282. package/components/domainSpecific/Accordion/AccordionStyled.d.ts +5 -0
  283. package/components/domainSpecific/Accordion/AccordionStyled.js +1 -0
  284. package/components/domainSpecific/Accordion/constants.js +1 -0
  285. package/components/domainSpecific/Accordion/hooks/useAccordion.js +1 -0
  286. package/components/domainSpecific/Avatar/Avatar.d.ts +4 -0
  287. package/components/domainSpecific/Avatar/Avatar.js +1 -0
  288. package/components/domainSpecific/Avatar/Avatar.types.d.ts +28 -0
  289. package/components/domainSpecific/Avatar/AvatarStyled.d.ts +6 -0
  290. package/components/domainSpecific/Avatar/AvatarStyled.js +1 -0
  291. package/components/domainSpecific/Avatar/constants.d.ts +3 -0
  292. package/components/domainSpecific/Avatar/constants.js +1 -0
  293. package/components/domainSpecific/Avatar/index.d.ts +2 -0
  294. package/components/domainSpecific/Card/Card.d.ts +5 -13
  295. package/components/domainSpecific/Card/Card.js +1 -0
  296. package/components/domainSpecific/Card/Card.types.d.ts +12 -18
  297. package/components/domainSpecific/Card/CardButton/CardButton.js +1 -0
  298. package/components/domainSpecific/Card/CardButton/CardButtonStyled.d.ts +2 -0
  299. package/components/domainSpecific/Card/CardButton/CardButtonStyled.js +1 -0
  300. package/components/domainSpecific/Card/CardButton/constants.js +1 -0
  301. package/components/domainSpecific/Card/CardCounter/CardCounter.js +1 -0
  302. package/components/domainSpecific/Card/CardCounter/CardCounterStyled.d.ts +2 -0
  303. package/components/domainSpecific/Card/CardCounter/CardCounterStyled.js +1 -0
  304. package/components/domainSpecific/Card/CardCounter/constants.js +1 -0
  305. package/components/domainSpecific/Card/CardDescription/CardDescription.d.ts +1 -3
  306. package/components/domainSpecific/Card/CardDescription/CardDescription.js +1 -0
  307. package/components/domainSpecific/Card/CardDescription/CardDescriptionStyled.d.ts +2 -0
  308. package/components/domainSpecific/Card/CardDescription/CardDescriptionStyled.js +1 -0
  309. package/components/domainSpecific/Card/CardDescription/constants.d.ts +1 -1
  310. package/components/domainSpecific/Card/CardDescription/constants.js +1 -0
  311. package/components/domainSpecific/Card/CardImage/CardImage.d.ts +1 -3
  312. package/components/domainSpecific/Card/CardImage/CardImage.js +1 -0
  313. package/components/domainSpecific/Card/CardImage/CardImageStyled.d.ts +2 -0
  314. package/components/domainSpecific/Card/CardImage/CardImageStyled.js +1 -0
  315. package/components/domainSpecific/Card/CardImage/constants.js +1 -0
  316. package/components/domainSpecific/Card/CardPrice/CardPrice.js +1 -0
  317. package/components/domainSpecific/Card/CardPrice/CardPriceStyled.d.ts +2 -0
  318. package/components/domainSpecific/Card/CardPrice/CardPriceStyled.js +1 -0
  319. package/components/domainSpecific/Card/CardPrice/constants.js +1 -0
  320. package/components/domainSpecific/Card/CardRating/CardRating.js +1 -0
  321. package/components/domainSpecific/Card/CardRating/CardRatingStyled.d.ts +2 -0
  322. package/components/domainSpecific/Card/CardRating/CardRatingStyled.js +1 -0
  323. package/components/domainSpecific/Card/CardRating/constants.js +1 -0
  324. package/components/domainSpecific/Card/CardTitle/CardTitle.d.ts +1 -1
  325. package/components/domainSpecific/Card/CardTitle/CardTitle.js +1 -0
  326. package/components/domainSpecific/Card/CardTitle/CardTitleStyled.d.ts +2 -0
  327. package/components/domainSpecific/Card/CardTitle/CardTitleStyled.js +1 -0
  328. package/components/domainSpecific/Card/CardTitle/constants.d.ts +1 -1
  329. package/components/domainSpecific/Card/CardTitle/constants.js +1 -0
  330. package/components/domainSpecific/Card/CartStyled.d.ts +2 -0
  331. package/components/domainSpecific/Card/CartStyled.js +1 -0
  332. package/components/domainSpecific/Card/constants.js +1 -0
  333. package/components/domainSpecific/Carousel/Carousel.d.ts +1 -1
  334. package/components/domainSpecific/Carousel/Carousel.js +1 -0
  335. package/components/domainSpecific/Carousel/Carousel.types.d.ts +11 -8
  336. package/components/domainSpecific/Carousel/Carousel.types.js +1 -0
  337. package/components/domainSpecific/Carousel/CarouselStyled.d.ts +15 -0
  338. package/components/domainSpecific/Carousel/CarouselStyled.js +1 -0
  339. package/components/domainSpecific/Carousel/constants.js +1 -0
  340. package/components/domainSpecific/Carousel/index.d.ts +0 -2
  341. package/components/domainSpecific/ChatBubble/ChatBubble.d.ts +2 -0
  342. package/components/domainSpecific/ChatBubble/ChatBubble.js +1 -0
  343. package/components/domainSpecific/ChatBubble/ChatBubble.types.d.ts +16 -0
  344. package/components/domainSpecific/ChatBubble/ChatBubbleStyled.d.ts +4 -0
  345. package/components/domainSpecific/ChatBubble/ChatBubbleStyled.js +1 -0
  346. package/components/domainSpecific/ChatBubble/constants.d.ts +1 -0
  347. package/components/domainSpecific/ChatBubble/constants.js +1 -0
  348. package/components/domainSpecific/ChatBubble/index.d.ts +2 -0
  349. package/components/domainSpecific/ContentCarousel/ContentCarousel.js +1 -0
  350. package/components/domainSpecific/ContentCarousel/ContentCarousel.types.d.ts +3 -3
  351. package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.d.ts +5 -0
  352. package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.js +1 -0
  353. package/components/domainSpecific/ContentCarousel/constants.js +1 -0
  354. package/components/domainSpecific/ContentCarousel/index.d.ts +1 -0
  355. package/components/domainSpecific/Counter/Counter.js +1 -0
  356. package/components/domainSpecific/Counter/Counter.types.d.ts +9 -3
  357. package/components/domainSpecific/Counter/CounterStyled.d.ts +3 -0
  358. package/components/domainSpecific/Counter/CounterStyled.js +1 -0
  359. package/components/domainSpecific/Counter/constants.js +1 -0
  360. package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.d.ts +2 -0
  361. package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.js +1 -0
  362. package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.types.d.ts +5 -4
  363. package/components/domainSpecific/DragAndDropFiles/DragAndDropFilesStyled.d.ts +2 -0
  364. package/components/domainSpecific/DragAndDropFiles/DragAndDropFilesStyled.js +1 -0
  365. package/components/domainSpecific/DragAndDropFiles/constants.js +1 -0
  366. package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.js +1 -0
  367. package/components/domainSpecific/Header/Header.js +1 -0
  368. package/components/domainSpecific/Header/Header.types.d.ts +17 -7
  369. package/components/domainSpecific/Header/HeaderStyled.d.ts +14 -103
  370. package/components/domainSpecific/Header/HeaderStyled.js +1 -0
  371. package/components/domainSpecific/Header/constants.js +1 -0
  372. package/components/domainSpecific/Header/index.d.ts +0 -1
  373. package/components/domainSpecific/Price/Price.js +1 -0
  374. package/components/domainSpecific/Price/Price.types.d.ts +6 -7
  375. package/components/domainSpecific/Price/PriceStyled.d.ts +4 -0
  376. package/components/domainSpecific/Price/PriceStyled.js +1 -0
  377. package/components/domainSpecific/Price/constants.js +1 -0
  378. package/components/domainSpecific/ProgressBar/ProgressBar.js +1 -0
  379. package/components/domainSpecific/ProgressBar/ProgressBar.types.d.ts +20 -3
  380. package/components/domainSpecific/ProgressBar/ProgressBarStyled.d.ts +6 -0
  381. package/components/domainSpecific/ProgressBar/ProgressBarStyled.js +1 -0
  382. package/components/domainSpecific/ProgressBar/constants.js +1 -0
  383. package/components/domainSpecific/RadioGroup/RadioGroup.js +1 -0
  384. package/components/domainSpecific/RadioGroup/RadioGroup.types.d.ts +14 -9
  385. package/components/domainSpecific/RadioGroup/RadioGroup.types.js +1 -0
  386. package/components/domainSpecific/RadioGroup/RadioGroupItem/RadioGroupItem.js +1 -0
  387. package/components/domainSpecific/RadioGroup/RadioGroupStyled.d.ts +6 -0
  388. package/components/domainSpecific/RadioGroup/RadioGroupStyled.js +1 -0
  389. package/components/domainSpecific/RadioGroup/constants.js +1 -0
  390. package/components/domainSpecific/Rating/Rating.js +1 -0
  391. package/components/domainSpecific/Rating/Rating.types.d.ts +6 -5
  392. package/components/domainSpecific/Rating/RatingStyled.d.ts +5 -0
  393. package/components/domainSpecific/Rating/RatingStyled.js +1 -0
  394. package/components/domainSpecific/Rating/constants.js +1 -0
  395. package/components/domainSpecific/Search/Search.d.ts +1 -3
  396. package/components/domainSpecific/Search/Search.js +1 -0
  397. package/components/domainSpecific/Search/Search.types.d.ts +17 -8
  398. package/components/domainSpecific/Search/SearchStyled.d.ts +5 -0
  399. package/components/domainSpecific/Search/SearchStyled.js +1 -0
  400. package/components/domainSpecific/Search/constants.d.ts +1 -1
  401. package/components/domainSpecific/Search/constants.js +1 -0
  402. package/components/domainSpecific/SearchModal/SearchInput/SearchInput.js +1 -0
  403. package/components/domainSpecific/SearchModal/SearchInput/SearchInputStyled.d.ts +4 -0
  404. package/components/domainSpecific/SearchModal/SearchInput/SearchInputStyled.js +1 -0
  405. package/components/domainSpecific/SearchModal/SearchInput/constants.js +1 -0
  406. package/components/domainSpecific/SearchModal/SearchItems/SearchItems.js +1 -0
  407. package/components/domainSpecific/SearchModal/SearchItems/SearchItemsStyled.d.ts +10 -0
  408. package/components/domainSpecific/SearchModal/SearchItems/SearchItemsStyled.js +1 -0
  409. package/components/domainSpecific/SearchModal/SearchItems/constants.js +1 -0
  410. package/components/domainSpecific/SearchModal/SearchItems/utils.js +1 -0
  411. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoader.js +1 -0
  412. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoaderStyled.d.ts +3 -0
  413. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoaderStyled.js +1 -0
  414. package/components/domainSpecific/SearchModal/SearchLoader/constants.js +1 -0
  415. package/components/domainSpecific/SearchModal/SearchModal.js +1 -0
  416. package/components/domainSpecific/SearchModal/SearchModal.types.d.ts +14 -11
  417. package/components/domainSpecific/SearchModal/SearchModalStyled.d.ts +3 -0
  418. package/components/domainSpecific/SearchModal/SearchModalStyled.js +1 -0
  419. package/components/domainSpecific/SearchModal/constants.js +1 -0
  420. package/components/domainSpecific/Stepper/Stepper.js +1 -0
  421. package/components/domainSpecific/Stepper/Stepper.types.d.ts +6 -14
  422. package/components/domainSpecific/Stepper/StepperStyled.d.ts +6 -0
  423. package/components/domainSpecific/Stepper/StepperStyled.js +1 -0
  424. package/components/domainSpecific/Stepper/constants.js +1 -0
  425. package/components/domainSpecific/Stepper/utils.js +1 -0
  426. package/components/domainSpecific/Tabs/Tabs.js +1 -0
  427. package/components/domainSpecific/Tabs/Tabs.types.d.ts +11 -5
  428. package/components/domainSpecific/Tabs/TabsStyled.d.ts +8 -0
  429. package/components/domainSpecific/Tabs/TabsStyled.js +1 -0
  430. package/components/domainSpecific/Tabs/constants.js +1 -0
  431. package/components/domainSpecific/index.d.ts +2 -1
  432. package/components/index.d.ts +2 -0
  433. package/components/index.types.d.ts +51 -66
  434. package/components/index.types.js +1 -0
  435. package/components/layout/ChatContainer/ChatContainer.d.ts +1 -1
  436. package/components/layout/ChatContainer/ChatContainer.js +1 -0
  437. package/components/layout/ChatContainer/ChatContainer.types.d.ts +24 -0
  438. package/components/layout/ChatContainer/ChatContainer.types.js +1 -0
  439. package/components/layout/ChatContainer/ChatContainerStyled.d.ts +9 -0
  440. package/components/layout/ChatContainer/ChatContainerStyled.js +1 -0
  441. package/components/layout/ChatContainer/constants.js +1 -0
  442. package/components/layout/ChatContainer/index.d.ts +1 -1
  443. package/components/layout/Column/Column.d.ts +1 -3
  444. package/components/layout/Column/Column.js +1 -0
  445. package/components/layout/Column/Column.types.d.ts +4 -3
  446. package/components/layout/Column/ColumnStyled.d.ts +2 -0
  447. package/components/layout/Column/ColumnStyled.js +1 -0
  448. package/components/layout/Column/constants.d.ts +1 -1
  449. package/components/layout/Column/constants.js +1 -0
  450. package/components/layout/Column/index.d.ts +1 -0
  451. package/components/layout/FlexContainer/FlexContainer.d.ts +0 -1
  452. package/components/layout/FlexContainer/FlexContainer.js +1 -0
  453. package/components/layout/FlexContainer/FlexContainer.types.d.ts +4 -4
  454. package/components/layout/FlexContainer/FlexContainerStyled.d.ts +1 -1
  455. package/components/layout/FlexContainer/FlexContainerStyled.js +1 -0
  456. package/components/layout/FlexContainer/constants.js +1 -0
  457. package/components/layout/FlexContainer/utils.js +1 -0
  458. package/components/layout/Row/Row.d.ts +1 -3
  459. package/components/layout/Row/Row.js +1 -0
  460. package/components/layout/Row/Row.types.d.ts +4 -3
  461. package/components/layout/Row/RowStyled.d.ts +2 -0
  462. package/components/layout/Row/RowStyled.js +1 -0
  463. package/components/layout/Row/constants.js +1 -0
  464. package/components/layout/Row/index.d.ts +1 -0
  465. package/components/layout/index.d.ts +0 -1
  466. package/components/templates/SkeletonSearch/SkeletonSearch.d.ts +2 -0
  467. package/components/templates/SkeletonSearch/SkeletonSearch.js +1 -0
  468. package/components/templates/SkeletonSearch/SkeletonSearch.types.d.ts +6 -0
  469. package/components/templates/SkeletonSearch/SkeletonSearchStyled.d.ts +11 -0
  470. package/components/templates/SkeletonSearch/SkeletonSearchStyled.js +1 -0
  471. package/components/templates/SkeletonSearch/constants.js +1 -0
  472. package/components/widget/DragAndDrop/DragAndDrop.d.ts +4 -0
  473. package/components/widget/DragAndDrop/DragAndDrop.js +1 -0
  474. package/components/widget/DragAndDrop/DragAndDrop.types.d.ts +35 -0
  475. package/components/widget/DragAndDrop/DragAndDropStyled.d.ts +6 -0
  476. package/components/widget/DragAndDrop/DragAndDropStyled.js +1 -0
  477. package/components/widget/DragAndDrop/constants.d.ts +1 -0
  478. package/components/widget/DragAndDrop/constants.js +1 -0
  479. package/components/widget/DragAndDrop/index.d.ts +2 -0
  480. package/components/widget/DragAndDrop/utils/index.d.ts +1 -0
  481. package/components/widget/DragAndDrop/utils/validators.d.ts +5 -0
  482. package/components/widget/DragAndDrop/utils/validators.js +1 -0
  483. package/components/widget/index.d.ts +1 -0
  484. package/constants/keyboard.js +1 -0
  485. package/constants/positioning.js +1 -0
  486. package/constants/timers.js +1 -0
  487. package/hooks/useAutoFocus/useAutoFocus.js +1 -0
  488. package/hooks/useCarousel/useCarousel.js +1 -0
  489. package/hooks/useClickOutside/useClickOutside.js +1 -0
  490. package/hooks/useKeyControls/useKeyControls.d.ts +1 -1
  491. package/hooks/useKeyControls/useKeyControls.js +1 -0
  492. package/hooks/useMediaQuery/useMediaQuery.js +1 -0
  493. package/hooks/useTheme/useTheme.js +1 -0
  494. package/index.js +1 -0
  495. package/package.json +9 -4
  496. package/tokens/accordion.d.ts +1 -1
  497. package/tokens/accordion.js +1 -0
  498. package/tokens/animations.d.ts +8 -0
  499. package/tokens/animations.js +1 -0
  500. package/tokens/avatar.d.ts +113 -0
  501. package/tokens/avatar.js +1 -0
  502. package/tokens/borders.js +1 -0
  503. package/tokens/breadcrumbs.js +1 -0
  504. package/tokens/button.d.ts +20 -7
  505. package/tokens/button.js +1 -0
  506. package/tokens/card.d.ts +1 -1
  507. package/tokens/card.js +1 -0
  508. package/tokens/carousel.d.ts +37 -26
  509. package/tokens/carousel.js +1 -0
  510. package/tokens/chat.d.ts +17 -5
  511. package/tokens/chat.js +1 -0
  512. package/tokens/chatbubble.d.ts +50 -0
  513. package/tokens/chatbubble.js +1 -0
  514. package/tokens/colors.d.ts +4 -1
  515. package/tokens/colors.js +1 -0
  516. package/tokens/column.js +1 -0
  517. package/tokens/constants.js +1 -0
  518. package/tokens/counter.d.ts +1 -1
  519. package/tokens/counter.js +1 -0
  520. package/tokens/cursors.js +1 -0
  521. package/tokens/defaultTheme.d.ts +679 -178
  522. package/tokens/defaultTheme.js +1 -0
  523. package/tokens/display.js +1 -0
  524. package/tokens/draganddrop.d.ts +61 -0
  525. package/tokens/draganddrop.js +1 -0
  526. package/tokens/draganddropfiles.js +1 -0
  527. package/tokens/flexContainer.d.ts +1 -1
  528. package/tokens/flexContainer.js +1 -0
  529. package/tokens/font.js +1 -0
  530. package/tokens/form.js +1 -0
  531. package/tokens/header.d.ts +0 -1
  532. package/tokens/header.js +1 -0
  533. package/tokens/icon.js +1 -0
  534. package/tokens/image.d.ts +1 -2
  535. package/tokens/image.js +1 -0
  536. package/tokens/index.d.ts +652 -174
  537. package/tokens/index.js +1 -0
  538. package/tokens/inlineNotification.d.ts +7 -0
  539. package/tokens/inlineNotification.js +1 -0
  540. package/tokens/input.d.ts +11 -12
  541. package/tokens/input.js +1 -0
  542. package/tokens/inputfile.js +1 -0
  543. package/tokens/label.js +1 -0
  544. package/tokens/link.d.ts +1 -1
  545. package/tokens/link.js +1 -0
  546. package/tokens/list.js +1 -0
  547. package/tokens/loader.d.ts +128 -37
  548. package/tokens/loader.js +1 -0
  549. package/tokens/menu.js +1 -0
  550. package/tokens/modal.d.ts +7 -3
  551. package/tokens/modal.js +1 -0
  552. package/tokens/price.js +1 -0
  553. package/tokens/progressbar.js +1 -0
  554. package/tokens/radiogroup.d.ts +1 -2
  555. package/tokens/radiogroup.js +9 -0
  556. package/tokens/radius.js +1 -0
  557. package/tokens/rating.js +1 -0
  558. package/tokens/reset.js +1 -0
  559. package/tokens/row.js +1 -0
  560. package/tokens/scroll.js +1 -0
  561. package/tokens/search.js +1 -0
  562. package/tokens/searchModal.d.ts +31 -15
  563. package/tokens/searchModal.js +1 -0
  564. package/tokens/select.d.ts +33 -15
  565. package/tokens/select.js +1 -0
  566. package/tokens/separator.d.ts +56 -0
  567. package/tokens/separator.js +1 -0
  568. package/tokens/shadow.js +1 -0
  569. package/tokens/skeleton.js +1 -0
  570. package/tokens/slider.d.ts +40 -20
  571. package/tokens/slider.js +1 -0
  572. package/tokens/snackbar.d.ts +12 -18
  573. package/tokens/snackbar.js +1 -0
  574. package/tokens/spacing.js +1 -0
  575. package/tokens/stepper.d.ts +1 -1
  576. package/tokens/stepper.js +1 -0
  577. package/tokens/switch.d.ts +12 -0
  578. package/tokens/switch.js +1 -0
  579. package/tokens/tabs.js +1 -0
  580. package/tokens/textarea.js +1 -0
  581. package/tokens/toggle.d.ts +1 -0
  582. package/tokens/toggle.js +1 -0
  583. package/tokens/tooltip.js +1 -0
  584. package/tokens/types/index.types.d.ts +2 -1
  585. package/tokens/types/index.types.js +1 -0
  586. package/tokens/typography.js +1 -0
  587. package/tokens/utils.d.ts +13 -8
  588. package/tokens/utils.js +1 -0
  589. package/tokens/values.d.ts +13 -0
  590. package/tokens/values.js +1 -0
  591. package/tokens/wrapper.js +1 -0
  592. package/types/accesability.js +1 -0
  593. package/types/button.d.ts +28 -0
  594. package/types/button.js +1 -0
  595. package/types/card.d.ts +8 -0
  596. package/types/card.js +1 -0
  597. package/types/chat.d.ts +5 -0
  598. package/types/chat.js +1 -0
  599. package/types/common.d.ts +12 -0
  600. package/types/common.js +1 -0
  601. package/types/cursors.js +1 -0
  602. package/types/index.d.ts +16 -0
  603. package/types/input.d.ts +30 -0
  604. package/types/input.js +1 -0
  605. package/types/label.d.ts +4 -0
  606. package/types/label.js +1 -0
  607. package/{components/layout/index.types.d.ts → types/layout.d.ts} +2 -0
  608. package/types/layout.js +1 -0
  609. package/types/link.d.ts +18 -0
  610. package/types/link.js +1 -0
  611. package/types/list.d.ts +6 -0
  612. package/types/list.js +1 -0
  613. package/types/misc.d.ts +11 -0
  614. package/types/separator.d.ts +10 -0
  615. package/types/separator.js +1 -0
  616. package/types/skeleton.d.ts +5 -0
  617. package/types/skeleton.js +1 -0
  618. package/types/snackbar.d.ts +14 -0
  619. package/types/snackbar.js +1 -0
  620. package/types/stepper.d.ts +9 -0
  621. package/types/stepper.js +1 -0
  622. package/types/styles.d.ts +2 -2
  623. package/types/typography.d.ts +45 -0
  624. package/types/typography.js +1 -0
  625. package/types/wrapper.d.ts +5 -0
  626. package/types/wrapper.js +1 -0
  627. package/utils/animationFrame.js +1 -0
  628. package/utils/common.js +1 -0
  629. package/utils/date.js +1 -0
  630. package/utils/focus.js +1 -0
  631. package/utils/helpers.js +1 -0
  632. package/utils/index.d.ts +1 -0
  633. package/{components/layout/utils.d.ts → utils/layout.d.ts} +3 -3
  634. package/utils/layout.js +1 -0
  635. package/utils/math.js +1 -0
  636. package/utils/setInRange.js +1 -0
  637. package/utils/uniqueKeys.js +1 -0
  638. package/components/core/Breadcrumbs/StyledBreadcrumbs.d.ts +0 -6
  639. package/components/core/Button/StyledButton.d.ts +0 -5
  640. package/components/core/Dropdown/StyledDropdown.d.ts +0 -2
  641. package/components/core/DropdownItem/StyledDropdownItem.d.ts +0 -2
  642. package/components/core/Form/StyledForm.d.ts +0 -2
  643. package/components/core/Image/StyledImage.d.ts +0 -5
  644. package/components/core/Input/InputAdornment/StyledInputAdornment.d.ts +0 -2
  645. package/components/core/Input/InputHelper/StyledInputHelper.d.ts +0 -2
  646. package/components/core/Input/InputWrapper/StyledInputWrapper.d.ts +0 -2
  647. package/components/core/Input/StyledInput.d.ts +0 -2
  648. package/components/core/InputFile/StyledInputFile.d.ts +0 -4
  649. package/components/core/Link/StyledLink.d.ts +0 -2
  650. package/components/core/Loader/StyledLoader.d.ts +0 -2
  651. package/components/core/Menu/StyledMenu.d.ts +0 -13
  652. package/components/core/Modal/StyledModal.d.ts +0 -9
  653. package/components/core/Scroll/StyledScrollBar.d.ts +0 -11
  654. package/components/core/Scroll/types.d.ts +0 -7
  655. package/components/core/Select/StyledSelect.d.ts +0 -26
  656. package/components/core/Skeleton/StyledSkeleton.d.ts +0 -2
  657. package/components/core/Slider/StyledSlider.d.ts +0 -2
  658. package/components/core/Snackbar/StyledSnackbar.d.ts +0 -52
  659. package/components/core/Switch/StyledSwitch.d.ts +0 -10
  660. package/components/core/Textarea/StyledTextarea.d.ts +0 -3
  661. package/components/core/Textarea/TextareaWidget.d.ts +0 -3
  662. package/components/core/Toggle/StyledToggle.d.ts +0 -2
  663. package/components/core/Tooltip/StyledTooltip.d.ts +0 -3
  664. package/components/core/Typography/StyledTypography.d.ts +0 -2
  665. package/components/core/Wrapper/StyledWrapper.d.ts +0 -2
  666. package/components/domainSpecific/Accordion/StyledAccordion.d.ts +0 -5
  667. package/components/domainSpecific/Card/CardButton/StyledCardButton.d.ts +0 -2
  668. package/components/domainSpecific/Card/CardCounter/StyledCardCounter.d.ts +0 -2
  669. package/components/domainSpecific/Card/CardDescription/StyledCardDescription.d.ts +0 -12
  670. package/components/domainSpecific/Card/CardImage/StyledCardImage.d.ts +0 -2
  671. package/components/domainSpecific/Card/CardPrice/StyledCardPrice.d.ts +0 -2
  672. package/components/domainSpecific/Card/CardRating/StyledCardRating.d.ts +0 -2
  673. package/components/domainSpecific/Card/CardTitle/StyledCardTitle.d.ts +0 -12
  674. package/components/domainSpecific/Card/StyledCard.d.ts +0 -2
  675. package/components/domainSpecific/Carousel/StyledCarousel.d.ts +0 -42
  676. package/components/domainSpecific/Carousel/utils.d.ts +0 -2
  677. package/components/domainSpecific/ContentCarousel/StyledContentCarousel.d.ts +0 -4
  678. package/components/domainSpecific/Counter/StyledCounter.d.ts +0 -13
  679. package/components/domainSpecific/DragAndDropFiles/StyledDragAndDropFiles.d.ts +0 -1
  680. package/components/domainSpecific/Price/StyledPrice.d.ts +0 -9
  681. package/components/domainSpecific/ProgressBar/StyledProgressBar.d.ts +0 -18
  682. package/components/domainSpecific/RadioGroup/StyledRadioGroup.d.ts +0 -8
  683. package/components/domainSpecific/Rating/StyledRating.d.ts +0 -5
  684. package/components/domainSpecific/Search/StyledSearch.d.ts +0 -44
  685. package/components/domainSpecific/SearchModal/SearchInput/StyledSearchInput.d.ts +0 -27
  686. package/components/domainSpecific/SearchModal/SearchItems/StyledSearchItems.d.ts +0 -42
  687. package/components/domainSpecific/SearchModal/SearchLoader/StyledSearchLoader.d.ts +0 -2
  688. package/components/domainSpecific/SearchModal/SearchNoHistory/SearchInput.d.ts +0 -2
  689. package/components/domainSpecific/SearchModal/SearchNoHistory/StyledSearchInput.d.ts +0 -27
  690. package/components/domainSpecific/SearchModal/SearchNoHistory/constants.d.ts +0 -2
  691. package/components/domainSpecific/SearchModal/SearchNoHistory/index.d.ts +0 -1
  692. package/components/domainSpecific/SearchModal/SearchNoResults/SearchInput.d.ts +0 -2
  693. package/components/domainSpecific/SearchModal/SearchNoResults/StyledSearchInput.d.ts +0 -27
  694. package/components/domainSpecific/SearchModal/SearchNoResults/constants.d.ts +0 -2
  695. package/components/domainSpecific/SearchModal/SearchNoResults/index.d.ts +0 -1
  696. package/components/domainSpecific/SearchModal/StyledSearchModal.d.ts +0 -14
  697. package/components/domainSpecific/Stepper/StyledStepper.d.ts +0 -6
  698. package/components/domainSpecific/Tabs/StyledTabs.d.ts +0 -21
  699. package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearch.d.ts +0 -4
  700. package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearch.types.d.ts +0 -5
  701. package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearchStyled.d.ts +0 -76
  702. package/components/domainSpecific/Templates/Cards/index.d.ts +0 -1
  703. package/components/domainSpecific/Templates/index.d.ts +0 -1
  704. package/components/layout/ChatContainer/StyledChatContainer.d.ts +0 -34
  705. package/components/layout/ChatContainer/types.d.ts +0 -18
  706. package/components/layout/Column/StyledColumn.d.ts +0 -2
  707. package/components/layout/Row/StyledRow.d.ts +0 -2
  708. package/index.cjs.js +0 -238
  709. package/index.es.js +0 -12076
  710. package/tokens/internal/index.d.ts +0 -1
  711. package/tokens/internal/switch.d.ts +0 -13
  712. /package/components/{domainSpecific/Templates/Cards/Skeleton → templates}/SkeletonSearch/constants.d.ts +0 -0
  713. /package/components/{domainSpecific/Templates/Cards/Skeleton → templates}/SkeletonSearch/index.d.ts +0 -0
  714. /package/components/{domainSpecific/Templates/Cards/Skeleton → templates}/index.d.ts +0 -0
  715. /package/{components/core/types/cursors.types.d.ts → types/cursors.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:C,height:l}=r.icon.size[s.SizeVariant.Sm],u=({width:t=C,height:i=l,fillSvg:n="none",fill:o="currentColor",...c})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 24 24",fill:n,xmlns:"http://www.w3.org/2000/svg",...c,children:e.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 5C13.66 5 15 6.34 15 8C15 9.66 13.66 11 12 11C10.34 11 9 9.66 9 8C9 6.34 10.34 5 12 5ZM12 19.2C9.5 19.2 7.29 17.92 6 15.98C6.03 13.99 10 12.9 12 12.9C13.99 12.9 17.97 13.99 18 15.98C16.71 17.92 14.5 19.2 12 19.2Z",fill:o})});exports.AccountCircleIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),{width:s,height:c}=r.icon.size.xs,l=({width:t=s,height:o=c,fillSvg:n="none",fill:i="currentColor"})=>e.jsx("svg",{width:t,height:o,viewBox:"0 0 24 24",fill:n,xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M8.11997 9.29006L12 13.1701L15.88 9.29006C16.27 8.90006 16.9 8.90006 17.29 9.29006C17.68 9.68006 17.68 10.3101 17.29 10.7001L12.7 15.2901C12.31 15.6801 11.68 15.6801 11.29 15.2901L6.69997 10.7001C6.30997 10.3101 6.30997 9.68006 6.69997 9.29006C7.08997 8.91006 7.72997 8.90006 8.11997 9.29006Z",fill:i})});exports.ArrowDownIcon=l;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Sm],d=({width:o=l,height:r=u,fillSvg:t="none",fill:i="currentColor",...n})=>e.jsx("svg",{width:o,height:r,viewBox:"0 0 16 16",fill:t,xmlns:"http://www.w3.org/2000/svg",...n,children:e.jsx("path",{d:"M1 8.99997H12.17L7.29 13.88C6.9 14.27 6.9 14.91 7.29 15.3C7.68 15.69 8.31 15.69 8.7 15.3L15.29 8.70997C15.68 8.31997 15.68 7.68997 15.29 7.29997L8.71 0.699971C8.32 0.309971 7.69 0.309971 7.3 0.699971C6.91 1.08997 6.91 1.71997 7.3 2.10997L12.17 6.99997H1C0.45 6.99997 0 7.44997 0 7.99997C0 8.54997 0.45 8.99997 1 8.99997Z",fill:i})});exports.ArrowForwardIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),C=require("../../tokens/icon.js"),r=require("../../types/common.js"),{width:s,height:l}=C.icon.size[r.SizeVariant.Sm],u=({width:e=s,height:n=l,fillSvg:i="none",fill:o="currentColor",...c})=>t.jsx("svg",{width:e,height:n,viewBox:"0 0 11 22",fill:i,xmlns:"http://www.w3.org/2000/svg",...c,children:t.jsx("path",{d:"M9.5 5.75002V16.33C9.5 18.42 7.97 20.28 5.89 20.48C3.5 20.71 1.5 18.84 1.5 16.5V4.14002C1.5 2.83002 2.44 1.64002 3.74 1.51002C5.24 1.36002 6.5 2.53002 6.5 4.00002V14.5C6.5 15.05 6.05 15.5 5.5 15.5C4.95 15.5 4.5 15.05 4.5 14.5V5.75002C4.5 5.34002 4.16 5.00002 3.75 5.00002C3.34 5.00002 3 5.34002 3 5.75002V14.36C3 15.67 3.94 16.86 5.24 16.99C6.74 17.14 8 15.97 8 14.5V4.17002C8 2.08002 6.47 0.220024 4.39 0.0200239C2.01 -0.209976 0 1.66002 0 4.00002V16.27C0 19.14 2.1 21.71 4.96 21.98C8.25 22.28 11 19.72 11 16.5V5.75002C11 5.34002 10.66 5.00002 10.25 5.00002C9.84 5.00002 9.5 5.34002 9.5 5.75002Z",fill:o})});exports.AttachmentIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),s=require("../../tokens/icon.js"),{width:r,height:l}=s.icon.size.xs,h=({width:t=r,height:i=l,fillSvg:n="none",fill:o="currentColor",...c})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 18 13",fill:n,xmlns:"http://www.w3.org/2000/svg",...c,children:e.jsx("path",{d:"M6.00001 10.1699L2.53001 6.69995C2.14002 6.30995 1.51001 6.30995 1.12001 6.69995C0.730015 7.08995 0.730015 7.71995 1.12001 8.10995L5.30001 12.2899C5.69001 12.6799 6.32001 12.6799 6.71001 12.2899L17.29 1.70995C17.68 1.31995 17.68 0.689946 17.29 0.299946C16.9 -0.0900537 16.27 -0.0900537 15.88 0.299946L6.00001 10.1699Z",fill:o})});exports.CheckIcon=h;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),s=require("../../tokens/icon.js"),c=require("../../types/common.js"),{width:l,height:a}=s.icon.size[c.SizeVariant.Xs],h=({width:t=l,height:n=a,fillSvg:o="none",fill:r="currentColor",...i})=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:n,viewBox:"0 0 7 12",fill:o,...i,children:e.jsx("g",{transform:"translate(7 0) scale(-1 1)",children:e.jsx("path",{d:"M0.289998 0.710022C-0.100002 1.10002 -0.100002 1.73002 0.289998 2.12002L4.17 6.00002L0.289998 9.88002C-0.100002 10.27 -0.100002 10.9 0.289998 11.29C0.679998 11.68 1.31 11.68 1.7 11.29L6.29 6.70002C6.68 6.31002 6.68 5.68002 6.29 5.29002L1.7 0.700022C1.32 0.320022 0.679998 0.320022 0.289998 0.710022Z",fill:r})})});exports.ChevronLeftIcon=h;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),s=require("../../tokens/icon.js"),c=require("../../types/common.js"),{width:h,height:l}=s.icon.size[c.SizeVariant.Xs],u=({width:t=h,height:i=l,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 7 12",fill:n,xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M0.289998 0.710022C-0.100002 1.10002 -0.100002 1.73002 0.289998 2.12002L4.17 6.00002L0.289998 9.88002C-0.100002 10.27 -0.100002 10.9 0.289998 11.29C0.679998 11.68 1.31 11.68 1.7 11.29L6.29 6.70002C6.68 6.31002 6.68 5.68002 6.29 5.29002L1.7 0.700022C1.32 0.320022 0.679998 0.320022 0.289998 0.710022Z",fill:o})});exports.ChevronRightIcon=u;
@@ -0,0 +1,7 @@
1
+ export declare const ContentCopyIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
+ [x: string]: any;
3
+ width?: number | undefined;
4
+ height?: number | undefined;
5
+ fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Sm],d=({width:t=l,height:n=u,fillSvg:o="none",fill:i="currentColor",...r})=>e.jsx("svg",{width:t,height:n,fill:o,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M10.6667 0.666748H1.33337V11.3334H2.66671V2.00008H10.6667V0.666748ZM14 3.33341H4.00004V15.3334H14V3.33341ZM12.6667 14.0001H5.33337V4.66675H12.6667V14.0001Z",fill:i})});exports.ContentCopyIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),{width:c,height:L}=r.icon.size.xs,l=({width:t=c,height:o=L,fillSvg:s="none",fill:i="currentColor",...n})=>e.jsx("svg",{width:t,height:o,viewBox:"0 0 14 14",fill:s,xmlns:"http://www.w3.org/2000/svg",...n,children:e.jsx("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:i})});exports.CrossIcon=l;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),l=require("../../types/common.js"),{width:s,height:u}=c.icon.size[l.SizeVariant.Sm],d=({width:t=s,height:i=u,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:i,viewBox:"0 0 16 16",fill:n,...r,children:e.jsx("path",{d:"M3.99967 14H11.9997V4.66667H3.99967V14ZM5.33301 6H10.6663V12.6667H5.33301V6ZM10.333 2.66667L9.66634 2H6.33301L5.66634 2.66667H3.33301V4H12.6663V2.66667H10.333Z",fill:o})});exports.DeleteOutlinedIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),{width:r,height:l}=c.icon.size.xs,u=({width:e=r,height:o=l,fillSvg:i="none",fill:n="currentColor",...s})=>t.jsx("svg",{width:e,height:o,viewBox:"0 0 6 6",fill:i,xmlns:"http://www.w3.org/2000/svg",...s,children:t.jsx("path",{d:"M2.99998 5.66665C4.47274 5.66665 5.66665 4.47274 5.66665 2.99998C5.66665 1.52722 4.47274 0.333313 2.99998 0.333313C1.52722 0.333313 0.333313 1.52722 0.333313 2.99998C0.333313 4.47274 1.52722 5.66665 2.99998 5.66665Z",fill:n})});exports.DotIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../types/common.js"),s=require("../../tokens/icon.js"),{width:l,height:u}=s.icon.size[c.SizeVariant.Sm],d=({width:t=l,height:i=u,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:n,...r,children:e.jsx("path",{d:"M2 11.4999V13.9999H4.5L11.8733 6.62656L9.37333 4.12656L2 11.4999ZM14.2733 4.22656L11.7733 1.72656L10.0867 3.4199L12.5867 5.9199L14.2733 4.22656Z",fill:o})});exports.EditIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@emotion/react/jsx-runtime"),c=require("../../tokens/colors.js"),s=require("../../tokens/icon.js"),{width:l,height:u}=s.icon.size.lg,{icon:{error:C}}=c.colors,d=({width:e=l,height:r=u,color:g=C,fillSvg:t="none",fill:n="currentColor",...i})=>o.jsx("svg",{width:e,height:r,viewBox:"0 0 24 24",fill:t,xmlns:"http://www.w3.org/2000/svg",...i,children:o.jsx("path",{d:"M12 7C12.55 7 13 7.45 13 8V12C13 12.55 12.55 13 12 13C11.45 13 11 12.55 11 12V8C11 7.45 11.45 7 12 7ZM11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20ZM13 17H11V15H13V17Z",fill:n})});exports.ErrorOutlineIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:C,height:l}=c.icon.size[s.SizeVariant.Sm],u=({width:t=C,height:i=l,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,fill:n,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C17 19.5 21.27 16.39 23 12C21.27 7.61 17 4.5 12 4.5ZM12 17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7C14.76 7 17 9.24 17 12C17 14.76 14.76 17 12 17ZM12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C13.66 15 15 13.66 15 12C15 10.34 13.66 9 12 9Z",fill:o})});exports.EyeIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Sm],a=({width:t=l,height:i=u,fillSvg:o="none",fill:n="currentColor",...r})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 24 24",fill:o,xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M13.3499 20.13C12.5899 20.82 11.4199 20.82 10.6599 20.12L10.5499 20.02C5.29991 15.27 1.86991 12.16 1.99991 8.27998C2.05991 6.57998 2.92991 4.94998 4.33991 3.98998C6.97991 2.18998 10.2399 3.02998 11.9999 5.08998C13.7599 3.02998 17.0199 2.17998 19.6599 3.98998C21.0699 4.94998 21.9399 6.57998 21.9999 8.27998C22.1399 12.16 18.6999 15.27 13.4499 20.04L13.3499 20.13Z",fill:n})});exports.FavoriteIcon=a;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Sm],C=({width:t=l,height:i=u,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:i,viewBox:"0 0 24 24",fill:n,...r,children:e.jsx("path",{d:"M10.9997 2C9.83967 2 8.72634 2.54 7.99967 3.39333C7.27301 2.54 6.15967 2 4.99967 2C2.94634 2 1.33301 3.61333 1.33301 5.66667C1.33301 8.18667 3.59967 10.24 7.03301 13.36L7.99967 14.2333L8.96634 13.3533C12.3997 10.24 14.6663 8.18667 14.6663 5.66667C14.6663 3.61333 13.053 2 10.9997 2ZM8.06634 12.3667L7.99967 12.4333L7.93301 12.3667C4.75967 9.49333 2.66634 7.59333 2.66634 5.66667C2.66634 4.33333 3.66634 3.33333 4.99967 3.33333C6.02634 3.33333 7.02634 3.99333 7.37967 4.90667H8.62634C8.97301 3.99333 9.97301 3.33333 10.9997 3.33333C12.333 3.33333 13.333 4.33333 13.333 5.66667C13.333 7.59333 11.2397 9.49333 8.06634 12.3667Z",fill:o})});exports.FavoriteOutlinedIcon=C;
@@ -0,0 +1,7 @@
1
+ export declare const FileCopyIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
+ [x: string]: any;
3
+ width?: number | undefined;
4
+ height?: number | undefined;
5
+ fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),l=require("../../tokens/icon.js"),{width:r,height:c}=l.icon.size.xl,u=({width:t=r,height:o=c,fillSvg:i="none",fill:n="currentColor",...s})=>e.jsx("svg",{width:t,height:o,viewBox:"0 0 32 32",fill:i,...s,xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{xmlns:"http://www.w3.org/2000/svg",d:"M21.3334 1.33325H2.66675V22.6666H5.33341V3.99992H21.3334V1.33325ZM20.0001 6.66658L28.0001 14.6666V30.6666H8.00008V6.66658H20.0001ZM18.6667 15.9999H26.0001L18.6667 8.66658V15.9999Z",fill:n})});exports.FileCopyIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:C}=c.icon.size[s.SizeVariant.Sm],u=({width:t=l,height:i=C,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:i,viewBox:"0 0 24 24",fill:n,...r,children:e.jsx("path",{d:"M11 18H13C13.55 18 14 17.55 14 17C14 16.45 13.55 16 13 16H11C10.45 16 10 16.45 10 17C10 17.55 10.45 18 11 18ZM3 7C3 7.55 3.45 8 4 8H20C20.55 8 21 7.55 21 7C21 6.45 20.55 6 20 6H4C3.45 6 3 6.45 3 7ZM7 13H17C17.55 13 18 12.55 18 12C18 11.45 17.55 11 17 11H7C6.45 11 6 11.45 6 12C6 12.55 6.45 13 7 13Z",fill:o})});exports.FilterIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../types/common.js"),s=require("../../tokens/icon.js"),{width:l,height:u}=s.icon.size[c.SizeVariant.Sm],d=({width:t=l,height:o=u,fillSvg:i="none",fill:n="currentColor",...r})=>e.jsx("svg",{width:t,height:o,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:i,...r,children:e.jsx("path",{d:"M6.66665 2.66675H1.33331V13.3334H14.6666V4.00008H7.99998L6.66665 2.66675Z",fill:n})});exports.FolderIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../types/common.js"),s=require("../../tokens/icon.js"),{width:l,height:u}=s.icon.size[c.SizeVariant.Sm],d=({width:t=l,height:n=u,fillSvg:o="none",fill:i="currentColor",...r})=>e.jsx("svg",{width:t,height:n,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:o,...r,children:e.jsx("path",{d:"M14.6666 4.00008H7.99998L6.66665 2.66675H1.33331V13.3334H14.6666V4.00008ZM13.3333 12.0001H2.66665V5.33341H13.3333V12.0001Z",fill:i})});exports.FolderOpenIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Lg],d=({width:t=l,height:o=u,fillSvg:i="none",fill:n="currentColor",...r})=>e.jsx("svg",{width:t,height:o,viewBox:"0 0 20 17",fill:i,xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M8 16V11H12V16C12 16.55 12.45 17 13 17H16C16.55 17 17 16.55 17 16V8.99997H18.7C19.16 8.99997 19.38 8.42997 19.03 8.12997L10.67 0.599971C10.29 0.259971 9.71 0.259971 9.33 0.599971L0.969999 8.12997C0.629999 8.42997 0.839999 8.99997 1.3 8.99997H3V16C3 16.55 3.45 17 4 17H7C7.55 17 8 16.55 8 16Z",fill:n})});exports.HomeIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@emotion/react/jsx-runtime"),c=({width:e=24,height:r=24,fillSvg:n="none",fill:t="currentColor",...s})=>o.jsx("svg",{width:e,height:r,viewBox:"0 0 24 24",fill:n,xmlns:"http://www.w3.org/2000/svg",...s,children:o.jsx("path",{d:"M8.11997 9.29006L12 13.1701L15.88 9.29006C16.27 8.90006 16.9 8.90006 17.29 9.29006C17.68 9.68006 17.68 10.3101 17.29 10.7001L12.7 15.2901C12.31 15.6801 11.68 15.6801 11.29 15.2901L6.69997 10.7001C6.30997 10.3101 6.30997 9.68006 6.69997 9.29006C7.08997 8.91006 7.72997 8.90006 8.11997 9.29006Z",fill:t})});exports.KeyboardArrowDownIcon=c;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),r=require("../../types/common.js"),{width:s,height:l}=c.icon.size[r.SizeVariant.Xs],u=({width:i=s,height:t=l,fillSvg:n="none",fill:o="currentColor",...C})=>e.jsx("svg",{width:i,height:t,viewBox:"0 0 17 16",fill:n,xmlns:"http://www.w3.org/2000/svg",...C,children:e.jsx("path",{d:"M13.5001 5.33335H11.8334V4.00002C11.8334 3.26669 11.2334 2.66669 10.5001 2.66669H2.50008C1.76675 2.66669 1.16675 3.26669 1.16675 4.00002V10C1.16675 10.7334 1.76675 11.3334 2.50008 11.3334C2.50008 12.44 3.39341 13.3334 4.50008 13.3334C5.60675 13.3334 6.50008 12.44 6.50008 11.3334H10.5001C10.5001 12.44 11.3934 13.3334 12.5001 13.3334C13.6067 13.3334 14.5001 12.44 14.5001 11.3334H15.1667C15.5334 11.3334 15.8334 11.0334 15.8334 10.6667V8.44669C15.8334 8.16002 15.7401 7.88002 15.5667 7.64669L14.0334 5.60002C13.9067 5.43335 13.7067 5.33335 13.5001 5.33335ZM4.50008 12C4.13341 12 3.83341 11.7 3.83341 11.3334C3.83341 10.9667 4.13341 10.6667 4.50008 10.6667C4.86675 10.6667 5.16675 10.9667 5.16675 11.3334C5.16675 11.7 4.86675 12 4.50008 12ZM13.5001 6.33335L14.8067 8.00002H11.8334V6.33335H13.5001ZM12.5001 12C12.1334 12 11.8334 11.7 11.8334 11.3334C11.8334 10.9667 12.1334 10.6667 12.5001 10.6667C12.8667 10.6667 13.1667 10.9667 13.1667 11.3334C13.1667 11.7 12.8667 12 12.5001 12Z",fill:o})});exports.LocalShippingIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),{width:r,height:u}=c.icon.size.xs,l=({width:t=r,height:i=u,fillSvg:n="none",fill:o="currentColor",...s})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 14 2",fill:n,xmlns:"http://www.w3.org/2000/svg",...s,children:e.jsx("path",{d:"M13 2H1C0.45 2 0 1.55 0 1C0 0.45 0.45 0 1 0H13C13.55 0 14 0.45 14 1C14 1.55 13.55 2 13 2Z",fill:o})});exports.MinusIcon=l;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),s=require("../../tokens/icon.js"),c=require("../../types/common.js"),{width:l,height:u}=s.icon.size[c.SizeVariant.Xs],C=({width:t=l,height:i=u,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 40 40",fill:n,xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M12 26H28C28.55 26 29 25.55 29 25C29 24.45 28.55 24 28 24H12C11.45 24 11 24.45 11 25C11 25.55 11.45 26 12 26ZM12 21H28C28.55 21 29 20.55 29 20C29 19.45 28.55 19 28 19H12C11.45 19 11 19.45 11 20C11 20.55 11.45 21 12 21ZM11 15C11 15.55 11.45 16 12 16H28C28.55 16 29 15.55 29 15C29 14.45 28.55 14 28 14H12C11.45 14 11 14.45 11 15Z",fill:o})});exports.MobileMenuIcon=C;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:a,height:l}=c.icon.size[s.SizeVariant.Sm],u=({width:t=a,height:n=l,fillSvg:i="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:n,fill:i,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M22 4H2.01L2 20H22V4ZM20 18H4V12H20V18ZM20 8H4V6H20V8Z",fill:o})});exports.PaymentCardIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),{width:l,height:r}=c.icon.size.xs,u=({width:t=l,height:i=r,fillSvg:n="none",fill:o="currentColor",...s})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 14 14",fill:n,xmlns:"http://www.w3.org/2000/svg",...s,children:e.jsx("path",{d:"M13 8H8V13C8 13.55 7.55 14 7 14C6.45 14 6 13.55 6 13V8H1C0.45 8 0 7.55 0 7C0 6.45 0.45 6 1 6H6V1C6 0.45 6.45 0 7 0C7.55 0 8 0.45 8 1V6H13C13.55 6 14 6.45 14 7C14 7.55 13.55 8 13 8Z",fill:o})});exports.PlusIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),c=require("../../types/common.js"),s=require("../../tokens/icon.js"),{width:l,height:u}=s.icon.size[c.SizeVariant.Sm],a=({width:e=l,height:i=u,fillSvg:o="none",fill:n="currentColor",...r})=>t.jsx("svg",{width:e,height:i,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:o,...r,children:t.jsx("path",{d:"M8 8.16667C8.82667 8.16667 9.5 7.49333 9.5 6.66667C9.5 5.84 8.82667 5.16667 8 5.16667C7.17333 5.16667 6.5 5.84 6.5 6.66667C6.5 7.49333 7.17333 8.16667 8 8.16667ZM11 10.8333C11 9.83333 9 9.33333 8 9.33333C7 9.33333 5 9.83333 5 10.8333V11.3333H11V10.8333ZM14 2H2V14H14V2ZM12.6667 12.6667H3.33333V3.33333H12.6667V12.6667Z",fill:n})});exports.PortraitIcon=a;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),c=require("../../types/common.js"),{width:l,height:u}=r.icon.size[c.SizeVariant.Sm],g=({width:t=l,height:i=u,fillSvg:n="none",fill:o="currentColor",...s})=>e.jsx("svg",{width:t,height:i,fill:n,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",...s,children:e.jsx("path",{d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM10 18C5.58 18 2 14.42 2 10C2 5.58 5.58 2 10 2C14.42 2 18 5.58 18 10C18 14.42 14.42 18 10 18ZM10.5 5H9V11L14.25 14.15L15 12.92L10.5 10.25V5Z",fill:o})});exports.ProcessingIcon=g;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),C=require("../../tokens/icon.js"),c=require("../../types/common.js"),{width:s,height:l}=C.icon.size[c.SizeVariant.Sm],u=({width:t=s,height:i=l,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:i,viewBox:"0 0 16 16",fill:n,...r,children:e.jsx("path",{d:"M13.9998 4H1.99984C1.2665 4 0.666504 4.6 0.666504 5.33333V10.6667C0.666504 11.4 1.2665 12 1.99984 12H13.9998C14.7332 12 15.3332 11.4 15.3332 10.6667V5.33333C15.3332 4.6 14.7332 4 13.9998 4ZM13.3332 10.6667H2.6665C2.29984 10.6667 1.99984 10.3667 1.99984 10V6C1.99984 5.63333 2.29984 5.33333 2.6665 5.33333H3.33317V7.33333C3.33317 7.7 3.63317 8 3.99984 8C4.3665 8 4.6665 7.7 4.6665 7.33333V5.33333H5.99984V7.33333C5.99984 7.7 6.29984 8 6.6665 8C7.03317 8 7.33317 7.7 7.33317 7.33333V5.33333H8.6665V7.33333C8.6665 7.7 8.9665 8 9.33317 8C9.69984 8 9.99984 7.7 9.99984 7.33333V5.33333H11.3332V7.33333C11.3332 7.7 11.6332 8 11.9998 8C12.3665 8 12.6665 7.7 12.6665 7.33333V5.33333H13.3332C13.6998 5.33333 13.9998 5.63333 13.9998 6V10C13.9998 10.3667 13.6998 10.6667 13.3332 10.6667Z",fill:o})});exports.RulerIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../types/common.js"),s=require("../../tokens/icon.js"),{width:l,height:u}=s.icon.size[c.SizeVariant.Sm],h=({width:t=l,height:i=u,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:n,...r,children:e.jsx("path",{d:"M10.3333 9.33333H9.80667L9.62 9.15333C10.2733 8.39333 10.6667 7.40667 10.6667 6.33333C10.6667 3.94 8.72667 2 6.33333 2C3.94 2 2 3.94 2 6.33333C2 8.72667 3.94 10.6667 6.33333 10.6667C7.40667 10.6667 8.39333 10.2733 9.15333 9.62L9.33333 9.80667V10.3333L12.6667 13.66L13.66 12.6667L10.3333 9.33333ZM6.33333 9.33333C4.67333 9.33333 3.33333 7.99333 3.33333 6.33333C3.33333 4.67333 4.67333 3.33333 6.33333 3.33333C7.99333 3.33333 9.33333 4.67333 9.33333 6.33333C9.33333 7.99333 7.99333 9.33333 6.33333 9.33333Z",fill:o})});exports.SearchIcon=h;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:C,height:g}=c.icon.size[s.SizeVariant.Sm],l=({width:t=C,height:i=g,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 24 24",fill:n,xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M18 6H16C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6H6C4.9 6 4 6.9 4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8C20 6.9 19.1 6 18 6ZM10 10C10 10.55 9.55 11 9 11C8.45 11 8 10.55 8 10V8H10V10ZM12 4C13.1 4 14 4.9 14 6H10C10 4.9 10.9 4 12 4ZM16 10C16 10.55 15.55 11 15 11C14.45 11 14 10.55 14 10V8H16V10Z",fill:o})});exports.ShoppingBagIcon=l;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),c=require("../../types/common.js"),{width:l,height:u}=r.icon.size[c.SizeVariant.Md],h=({width:t=l,height:i=u,fillSvg:n="none",fill:o="currentColor",...s})=>e.jsx("svg",{width:t,height:i,viewBox:"0 0 5 15",fill:n,xmlns:"http://www.w3.org/2000/svg",...s,children:e.jsx("path",{d:"M3.73574 0.0880127L4.98374 0.376013L1.28774 14.664L0.0237427 14.36L3.73574 0.0880127Z",fill:o})});exports.SlashIcon=h;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),s=require("../../tokens/icon.js"),{width:c,height:l}=s.icon.size.lg,u=({width:e=c,height:i=l,fillSvg:n="none",fill:o="currentColor",...r})=>t.jsx("svg",{width:e,height:i,viewBox:"0 0 20 19",fill:n,...r,xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M10 15.27L16.18 19L14.54 11.97L20 7.24L12.81 6.63L10 0L7.19 6.63L0 7.24L5.46 11.97L3.82 19L10 15.27Z",fill:o})});exports.StarIcon=u;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),{width:l,height:s}=r.icon.size.lg,c=({width:e=l,height:L=s,fillSvg:i="none",fill:n="currentColor",...o})=>t.jsx("svg",{width:e,height:L,viewBox:"0 0 20 19",fill:i,...o,xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M20 7.24L12.81 6.62L10 0L7.19 6.63L0 7.24L5.46 11.97L3.82 19L10 15.27L16.18 19L14.55 11.97L20 7.24ZM10 13.4L6.24 15.67L7.24 11.39L3.92 8.51L8.3 8.13L10 4.1L11.71 8.14L16.09 8.52L12.77 11.4L13.77 15.68L10 13.4Z",fill:n})});exports.StarOutlinedIcon=c;
@@ -0,0 +1,7 @@
1
+ export declare const ThumbDownIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
+ [x: string]: any;
3
+ width?: number | undefined;
4
+ height?: number | undefined;
5
+ fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:u,height:l}=c.icon.size[s.SizeVariant.Sm],h=({width:t=u,height:n=l,fillSvg:o="none",fill:i="currentColor",...r})=>e.jsx("svg",{width:t,height:n,fill:o,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M9.99996 2H3.99996C3.44663 2 2.97329 2.33333 2.77329 2.81333L0.759959 7.51333C0.699959 7.66667 0.666626 7.82667 0.666626 8V9.33333C0.666626 10.0667 1.26663 10.6667 1.99996 10.6667H6.20663L5.57329 13.7133L5.55329 13.9267C5.55329 14.2 5.66663 14.4533 5.84663 14.6333L6.55329 15.3333L10.94 10.94C11.1866 10.7 11.3333 10.3667 11.3333 10V3.33333C11.3333 2.6 10.7333 2 9.99996 2ZM9.99996 10L7.10663 12.8933L7.84663 9.33333H1.99996V8L3.99996 3.33333H9.99996V10ZM12.6666 2H15.3333V10H12.6666V2Z",fill:i})});exports.ThumbDownIcon=h;
@@ -0,0 +1,7 @@
1
+ export declare const ThumbUpIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
+ [x: string]: any;
3
+ width?: number | undefined;
4
+ height?: number | undefined;
5
+ fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:u,height:l}=c.icon.size[s.SizeVariant.Sm],h=({width:t=u,height:i=l,fillSvg:n="none",fill:o="currentColor",...r})=>e.jsx("svg",{width:t,height:i,fill:n,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M14 5.33341H9.79329L10.4266 2.28675L10.4466 2.07341C10.4466 1.80008 10.3333 1.54675 10.1533 1.36675L9.44663 0.666748L5.05996 5.06008C4.81329 5.30008 4.66663 5.63341 4.66663 6.00008V12.6667C4.66663 13.4001 5.26663 14.0001 5.99996 14.0001H12C12.5533 14.0001 13.0266 13.6667 13.2266 13.1867L15.24 8.48675C15.3 8.33341 15.3333 8.17341 15.3333 8.00008V6.66675C15.3333 5.93341 14.7333 5.33341 14 5.33341ZM14 8.00008L12 12.6667H5.99996V6.00008L8.89329 3.10675L8.15329 6.66675H14V8.00008ZM0.666626 6.00008H3.33329V14.0001H0.666626V6.00008Z",fill:o})});exports.ThumbUpIcon=h;
@@ -1,7 +1,7 @@
1
- export declare const ToastErrorIcon: ({ width, height, color, fillSvg, ...rest }: {
1
+ export declare const ToastErrorIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
2
  [x: string]: any;
3
3
  width?: number | undefined;
4
4
  height?: number | undefined;
5
- color?: string | undefined;
6
5
  fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
7
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("@emotion/react/jsx-runtime"),i=require("../../tokens/icon.js"),{width:n,height:V}=i.icon.size.lg,H=({width:e=n,height:o=V,fillSvg:r="none",fill:t="currentColor",...s})=>C.jsxs("svg",{width:e,height:o,viewBox:"0 0 24 24",fill:r,xmlns:"http://www.w3.org/2000/svg",...s,children:[C.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 13C11.45 13 11 12.55 11 12V8C11 7.45 11.45 7 12 7C12.55 7 13 7.45 13 8V12C13 12.55 12.55 13 12 13ZM13 17H11V15H13V17Z",fill:t}),C.jsx("path",{d:"M39.35 7.326L39.154 8.796H36.634V17H34.772V8.796H32.168V7.326H39.35ZM42.2938 9.594V17H40.5018V9.594H42.2938ZM41.3838 5.842C41.7198 5.842 41.9905 5.94933 42.1958 6.164C42.4105 6.36933 42.5178 6.626 42.5178 6.934C42.5178 7.242 42.4105 7.49867 42.1958 7.704C41.9905 7.90933 41.7198 8.012 41.3838 8.012C41.0572 8.012 40.7865 7.90933 40.5718 7.704C40.3665 7.49867 40.2638 7.242 40.2638 6.934C40.2638 6.626 40.3665 6.36933 40.5718 6.164C40.7865 5.94933 41.0572 5.842 41.3838 5.842ZM48.695 16.65C48.4337 16.8367 48.1397 16.9767 47.813 17.07C47.4957 17.1633 47.169 17.21 46.833 17.21C46.105 17.2007 45.5497 16.9953 45.167 16.594C44.7937 16.1833 44.607 15.5813 44.607 14.788V10.882H43.445V9.594H44.607V7.956L46.399 7.746V9.594H48.121L47.939 10.882H46.399V14.746C46.399 15.11 46.4597 15.3713 46.581 15.53C46.7117 15.6887 46.9123 15.768 47.183 15.768C47.4537 15.768 47.7477 15.6793 48.065 15.502L48.695 16.65ZM51.3163 17.21C50.7469 17.21 50.2989 17.0467 49.9723 16.72C49.6549 16.384 49.4963 15.9127 49.4963 15.306V6.626L51.2883 6.43V15.25C51.2883 15.5953 51.4283 15.768 51.7083 15.768C51.8483 15.768 51.9883 15.7447 52.1283 15.698L52.5063 16.958C52.1329 17.126 51.7363 17.21 51.3163 17.21ZM59.7028 13.122C59.7028 13.2153 59.6888 13.458 59.6608 13.85H55.0128C55.0688 14.5687 55.2555 15.082 55.5728 15.39C55.8902 15.698 56.3102 15.852 56.8328 15.852C57.1595 15.852 57.4675 15.8007 57.7568 15.698C58.0462 15.586 58.3542 15.418 58.6808 15.194L59.4228 16.216C58.6015 16.8787 57.6868 17.21 56.6788 17.21C55.5495 17.21 54.6768 16.8647 54.0608 16.174C53.4542 15.4833 53.1508 14.5407 53.1508 13.346C53.1508 12.59 53.2815 11.9133 53.5428 11.316C53.8042 10.7093 54.1822 10.238 54.6768 9.902C55.1715 9.55667 55.7595 9.384 56.4408 9.384C57.4768 9.384 58.2795 9.71533 58.8488 10.378C59.4182 11.0313 59.7028 11.946 59.7028 13.122ZM57.9248 12.604C57.9248 11.3067 57.4442 10.658 56.4828 10.658C56.0442 10.658 55.6988 10.8213 55.4468 11.148C55.2042 11.4653 55.0595 11.9787 55.0128 12.688H57.9248V12.604Z",fill:"black"}),C.jsx("path",{d:"M298.2 3.80665C297.94 3.54665 297.52 3.54665 297.26 3.80665L294 7.05998L290.74 3.79998C290.48 3.53998 290.06 3.53998 289.8 3.79998C289.54 4.05998 289.54 4.47998 289.8 4.73998L293.06 7.99998L289.8 11.26C289.54 11.52 289.54 11.94 289.8 12.2C290.06 12.46 290.48 12.46 290.74 12.2L294 8.93998L297.26 12.2C297.52 12.46 297.94 12.46 298.2 12.2C298.46 11.94 298.46 11.52 298.2 11.26L294.94 7.99998L298.2 4.73998C298.453 4.48665 298.453 4.05998 298.2 3.80665Z",fill:t})]});exports.ToastErrorIcon=H;
@@ -1,6 +1,7 @@
1
- export declare const ToastInfoIcon: ({ width, height, color, ...rest }: {
1
+ export declare const ToastInfoIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
2
  [x: string]: any;
3
3
  width?: number | undefined;
4
4
  height?: number | undefined;
5
- color?: string | undefined;
5
+ fillSvg?: string | undefined;
6
+ fill?: string | undefined;
6
7
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),{width:r,height:l}=c.icon.size.lg,u=({width:e=r,height:o=l,fillSvg:n="none",fill:i="currentColor",...s})=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:o,viewBox:"0 0 24 24",fill:n,...s,children:t.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 17C11.45 17 11 16.55 11 16V12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12V16C13 16.55 12.55 17 12 17ZM13 9H11V7H13V9Z",fill:i})});exports.ToastInfoIcon=u;
@@ -1,7 +1,7 @@
1
- export declare const ToastSuccessIcon: ({ width, height, color, fillSvg, ...rest }: {
1
+ export declare const ToastSuccessIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
2
  [x: string]: any;
3
3
  width?: number | undefined;
4
4
  height?: number | undefined;
5
- color?: string | undefined;
6
5
  fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
7
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),{width:i,height:n}=c.icon.size.lg,l=({width:e=i,height:s=n,fillSvg:o="none",fill:t="currentColor",...L})=>C.jsxs("svg",{width:e,height:s,viewBox:"0 0 24 24",fill:o,xmlns:"http://www.w3.org/2000/svg",...L,children:[C.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM9.29 16.29L5.7 12.7C5.31 12.31 5.31 11.68 5.7 11.29C6.09 10.9 6.72 10.9 7.11 11.29L10 14.17L16.88 7.29C17.27 6.9 17.9 6.9 18.29 7.29C18.68 7.68 18.68 8.31 18.29 8.7L10.7 16.29C10.32 16.68 9.68 16.68 9.29 16.29Z",fill:t}),C.jsx("path",{d:"M39.35 7.326L39.154 8.796H36.634V17H34.772V8.796H32.168V7.326H39.35ZM42.2938 9.594V17H40.5018V9.594H42.2938ZM41.3838 5.842C41.7198 5.842 41.9905 5.94933 42.1958 6.164C42.4105 6.36933 42.5178 6.626 42.5178 6.934C42.5178 7.242 42.4105 7.49867 42.1958 7.704C41.9905 7.90933 41.7198 8.012 41.3838 8.012C41.0572 8.012 40.7865 7.90933 40.5718 7.704C40.3665 7.49867 40.2638 7.242 40.2638 6.934C40.2638 6.626 40.3665 6.36933 40.5718 6.164C40.7865 5.94933 41.0572 5.842 41.3838 5.842ZM48.695 16.65C48.4337 16.8367 48.1397 16.9767 47.813 17.07C47.4957 17.1633 47.169 17.21 46.833 17.21C46.105 17.2007 45.5497 16.9953 45.167 16.594C44.7937 16.1833 44.607 15.5813 44.607 14.788V10.882H43.445V9.594H44.607V7.956L46.399 7.746V9.594H48.121L47.939 10.882H46.399V14.746C46.399 15.11 46.4597 15.3713 46.581 15.53C46.7117 15.6887 46.9123 15.768 47.183 15.768C47.4537 15.768 47.7477 15.6793 48.065 15.502L48.695 16.65ZM51.3163 17.21C50.7469 17.21 50.2989 17.0467 49.9723 16.72C49.6549 16.384 49.4963 15.9127 49.4963 15.306V6.626L51.2883 6.43V15.25C51.2883 15.5953 51.4283 15.768 51.7083 15.768C51.8483 15.768 51.9883 15.7447 52.1283 15.698L52.5063 16.958C52.1329 17.126 51.7363 17.21 51.3163 17.21ZM59.7028 13.122C59.7028 13.2153 59.6888 13.458 59.6608 13.85H55.0128C55.0688 14.5687 55.2555 15.082 55.5728 15.39C55.8902 15.698 56.3102 15.852 56.8328 15.852C57.1595 15.852 57.4675 15.8007 57.7568 15.698C58.0462 15.586 58.3542 15.418 58.6808 15.194L59.4228 16.216C58.6015 16.8787 57.6868 17.21 56.6788 17.21C55.5495 17.21 54.6768 16.8647 54.0608 16.174C53.4542 15.4833 53.1508 14.5407 53.1508 13.346C53.1508 12.59 53.2815 11.9133 53.5428 11.316C53.8042 10.7093 54.1822 10.238 54.6768 9.902C55.1715 9.55667 55.7595 9.384 56.4408 9.384C57.4768 9.384 58.2795 9.71533 58.8488 10.378C59.4182 11.0313 59.7028 11.946 59.7028 13.122ZM57.9248 12.604C57.9248 11.3067 57.4442 10.658 56.4828 10.658C56.0442 10.658 55.6988 10.8213 55.4468 11.148C55.2042 11.4653 55.0595 11.9787 55.0128 12.688H57.9248V12.604Z",fill:"black"}),C.jsx("path",{d:"M298.2 3.80665C297.94 3.54665 297.52 3.54665 297.26 3.80665L294 7.05998L290.74 3.79998C290.48 3.53998 290.06 3.53998 289.8 3.79998C289.54 4.05998 289.54 4.47998 289.8 4.73998L293.06 7.99998L289.8 11.26C289.54 11.52 289.54 11.94 289.8 12.2C290.06 12.46 290.48 12.46 290.74 12.2L294 8.93998L297.26 12.2C297.52 12.46 297.94 12.46 298.2 12.2C298.46 11.94 298.46 11.52 298.2 11.26L294.94 7.99998L298.2 4.73998C298.453 4.48665 298.453 4.05998 298.2 3.80665Z",fill:t})]});exports.ToastSuccessIcon=l;
@@ -1,7 +1,7 @@
1
- export declare const ToastWarningIcon: ({ width, height, color, fillSvg, ...rest }: {
1
+ export declare const ToastWarningIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
2
  [x: string]: any;
3
3
  width?: number | undefined;
4
4
  height?: number | undefined;
5
- color?: string | undefined;
6
5
  fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
7
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),r=require("../../tokens/icon.js"),{width:c,height:l}=r.icon.size.lg,g=({width:e=c,height:n=l,fillSvg:i="none",fill:o="currentColor",...s})=>t.jsx("svg",{width:e,height:n,viewBox:"0 0 24 24",fill:i,xmlns:"http://www.w3.org/2000/svg",...s,children:t.jsx("path",{d:"M4.47 21H19.53C21.07 21 22.03 19.33 21.26 18L13.73 4.98999C12.96 3.65999 11.04 3.65999 10.27 4.98999L2.74 18C1.97 19.33 2.93 21 4.47 21ZM12 14C11.45 14 11 13.55 11 13V11C11 10.45 11.45 9.99999 12 9.99999C12.55 9.99999 13 10.45 13 11V13C13 13.55 12.55 14 12 14ZM13 18H11V16H13V18Z",fill:o})});exports.ToastWarningIcon=g;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Sm],d=({width:t=l,height:o=u,fillSvg:i="none",fill:n="currentColor",...r})=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:o,viewBox:"0 0 15 17",fill:i,...r,children:e.jsx("path",{d:"M4.5 13H10.5V7H14.5L7.5 0L0.5 7H4.5V13ZM0.5 15H14.5V17H0.5V15Z",fill:n})});exports.UploadIcon=d;
@@ -0,0 +1,7 @@
1
+ export declare const VolumeUpIcon: ({ width, height, fillSvg, fill, ...rest }: {
2
+ [x: string]: any;
3
+ width?: number | undefined;
4
+ height?: number | undefined;
5
+ fillSvg?: string | undefined;
6
+ fill?: string | undefined;
7
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),c=require("../../tokens/icon.js"),s=require("../../types/common.js"),{width:l,height:u}=c.icon.size[s.SizeVariant.Sm],d=({width:t=l,height:o=u,fillSvg:i="none",fill:n="currentColor",...r})=>e.jsx("svg",{width:t,height:o,fill:i,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M2 5.99999V9.99999H4.66667L8 13.3333V2.66665L4.66667 5.99999H2ZM11 7.99999C11 6.81999 10.32 5.80665 9.33333 5.31332V10.68C10.32 10.1933 11 9.17999 11 7.99999ZM9.33333 2.15332V3.52665C11.26 4.09999 12.6667 5.88665 12.6667 7.99999C12.6667 10.1133 11.26 11.9 9.33333 12.4733V13.8467C12.0067 13.24 14 10.8533 14 7.99999C14 5.14665 12.0067 2.75999 9.33333 2.15332Z",fill:n})});exports.VolumeUpIcon=d;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),r=require("../../types/common.js"),c=require("../../tokens/icon.js"),{width:s,height:l}=c.icon.size[r.SizeVariant.Sm],u=({width:i=s,height:t=l,fillSvg:n="none",fill:C="currentColor",...o})=>e.jsx("svg",{width:i,height:t,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:n,...o,children:e.jsx("path",{d:"M7.99998 7.33333C7.26665 7.33333 6.66665 7.93333 6.66665 8.66667C6.66665 9.4 7.26665 10 7.99998 10C8.73331 10 9.33331 9.4 9.33331 8.66667C9.33331 7.93333 8.73331 7.33333 7.99998 7.33333ZM12 8.66667C12 6.46 10.2066 4.66667 7.99998 4.66667C5.79331 4.66667 3.99998 6.46 3.99998 8.66667C3.99998 10.1467 4.80665 11.4333 5.99998 12.1267L6.66665 10.9667C5.87331 10.5 5.33331 9.65333 5.33331 8.66667C5.33331 7.19333 6.52665 6 7.99998 6C9.47331 6 10.6666 7.19333 10.6666 8.66667C10.6666 9.65333 10.1266 10.5 9.33331 10.9667L9.99998 12.1267C11.1933 11.4333 12 10.1467 12 8.66667ZM7.99998 2C4.31998 2 1.33331 4.98667 1.33331 8.66667C1.33331 11.1333 2.67331 13.28 4.65998 14.4333L5.32665 13.28C3.73998 12.3533 2.66665 10.64 2.66665 8.66667C2.66665 5.72 5.05331 3.33333 7.99998 3.33333C10.9466 3.33333 13.3333 5.72 13.3333 8.66667C13.3333 10.64 12.26 12.3533 10.6666 13.28L11.3333 14.4333C13.3266 13.28 14.6666 11.1333 14.6666 8.66667C14.6666 4.98667 11.68 2 7.99998 2Z",fill:C})});exports.WifiTetheringIcon=u;
package/assets/index.d.ts CHANGED
@@ -37,3 +37,8 @@ export { PortraitIcon } from './icons/portrait';
37
37
  export { FolderIcon } from './icons/folder';
38
38
  export { FolderOpenIcon } from './icons/folderOpen';
39
39
  export { EditIcon } from './icons/edit';
40
+ export { VolumeUpIcon } from './icons/volume-up';
41
+ export { ContentCopyIcon } from './icons/content-copy';
42
+ export { ThumbUpIcon } from './icons/thumb-up';
43
+ export { ThumbDownIcon } from './icons/thumb-down';
44
+ export { FileCopyIcon } from './icons/file-copy';
@@ -0,0 +1,4 @@
1
+ "use strict";const C=`<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7.71 13.29C7.32 13.68 6.69 13.68 6.3 13.29L2.71 9.7C2.32 9.31 2.32 8.68 2.71 8.29C3.1 7.9 3.73 7.9 4.12 8.29L7 11.17L13.88 4.29C14.27 3.9 14.9 3.9 15.29 4.29C15.68 4.68 15.68 5.31 15.29 5.7L7.71 13.29Z" fill="#FFB800"/>
3
+ </svg>
4
+ `;module.exports=C;
@@ -0,0 +1,4 @@
1
+ "use strict";const t=`<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 16H3C2.45 16 2 15.55 2 15V3C2 2.45 2.45 2 3 2H15C15.55 2 16 2.45 16 3V15C16 15.55 15.55 16 15 16ZM16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0Z" fill="#646464"/>
3
+ </svg>
4
+ `;module.exports=t;
@@ -0,0 +1,4 @@
1
+ "use strict";const C=`<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7.71 13.29C7.32 13.68 6.69 13.68 6.3 13.29L2.71 9.7C2.32 9.31 2.32 8.68 2.71 8.29C3.1 7.9 3.73 7.9 4.12 8.29L7 11.17L13.88 4.29C14.27 3.9 14.9 3.9 15.29 4.29C15.68 4.68 15.68 5.31 15.29 5.7L7.71 13.29Z" fill="#E5E5E5"/>
3
+ </svg>
4
+ `;module.exports=C;
@@ -0,0 +1,4 @@
1
+ "use strict";const t=`<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.58 18 2 14.42 2 10C2 5.58 5.58 2 10 2C14.42 2 18 5.58 18 10C18 14.42 14.42 18 10 18Z" fill="#646464"/>
3
+ </svg>
4
+ `;module.exports=t;
@@ -0,0 +1,4 @@
1
+ "use strict";const e=`<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 4.48 4.48 0 10 0C15.52 0 20 4.48 20 10C20 15.52 15.52 20 10 20C4.48 20 0 15.52 0 10ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10ZM15 10C15 12.7614 12.7614 15 10 15C7.23858 15 5 12.7614 5 10C5 7.23858 7.23858 5 10 5C12.7614 5 15 7.23858 15 10Z" fill="black"/>
3
+ </svg>
4
+ `;module.exports=e;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@emotion/react/jsx-runtime"),m=require("react"),S=require("../../../hooks/useTheme/useTheme.js"),e=require("./constants.js"),a=require("./BreadcrumbsStyled.js"),u=m.forwardRef((N,o)=>{const{separator:s,itemStart:d,itemEnd:i,separatorAfterLastItem:E=!1,items:l=[],bordered:M,ariaLabel:n="breadcrumb",...O}=N,{theme:r}=S.useTheme();return t.jsxs(a.BreadcrumbsStyled,{ref:o,$bordered:M,theme:r,"data-testid":e.COMPONENT_NAME,...n?{"aria-label":n}:{},...O,children:[d?t.jsx(a.ItemStartStyled,{theme:r,"data-testid":`${e.COMPONENT_NAME}-item-start`,children:d}):null,l.map((b,c)=>t.jsxs(m.Fragment,{children:[t.jsx(a.BreadcrumbItemStyled,{theme:r,"data-testid":`${e.COMPONENT_NAME}-item`,children:b}),s&&(E||c<l.length-1)?t.jsx(a.SeparatorStyled,{theme:r,"data-testid":`${e.COMPONENT_NAME}-separator`,children:s}):null]},`${e.COMPONENT_NAME}-${c}`)),i?t.jsx(a.ItemEndStyled,{theme:r,"data-testid":`${e.COMPONENT_NAME}-item-end`,children:i}):null]})});u.displayName=e.COMPONENT_NAME;exports.Breadcrumbs=u;
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
- import { CommonCoreComponentProps, CommonStyledComponentProps } from '../..';
3
- export interface BreadcrumbsProps extends Exclude<CommonCoreComponentProps, 'variant' | 'color'> {
2
+ import { CommonCssComponentProps, CommonCssComponentStyledProps } from '../..';
3
+ export interface BreadcrumbsProps extends CommonCssComponentProps {
4
4
  separator?: ReactNode;
5
5
  itemStart?: ReactNode;
6
6
  itemEnd?: ReactNode;
@@ -9,6 +9,6 @@ export interface BreadcrumbsProps extends Exclude<CommonCoreComponentProps, 'var
9
9
  items?: (never | ReactNode)[];
10
10
  ariaLabel?: string;
11
11
  }
12
- export interface StyledBreadcrumbsProps extends CommonStyledComponentProps {
12
+ export interface BreadcrumbsStyledProps extends CommonCssComponentStyledProps {
13
13
  $bordered?: boolean;
14
14
  }
@@ -0,0 +1,6 @@
1
+ import { BreadcrumbsStyledProps } from './Breadcrumbs.types';
2
+ export declare const BreadcrumbsStyled: import('react').ForwardRefExoticComponent<Omit<BreadcrumbsStyledProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
3
+ export declare const BreadcrumbItemStyled: (props: BreadcrumbsStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export declare const SeparatorStyled: (props: BreadcrumbsStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ export declare const ItemStartStyled: (props: BreadcrumbsStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ export declare const ItemEndStyled: (props: BreadcrumbsStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("@emotion/react/jsx-runtime"),l=require("react"),c=require("../../../utils/helpers.js"),a=l.forwardRef((t,s)=>{const{theme:{breadcrumbs:e}={},$bordered:r=!1,styles:o={},...d}=t,m=[c.get(e,"default",{}),r?c.get(e,"bordered",{}):{},o];return n.jsx("div",{css:m,...d,ref:s})}),u=t=>{const{theme:{breadcrumbs:s}={},styles:e={},...r}=t,o=[c.get(s,"item",{}),e];return n.jsx("div",{css:o,...r})},y=t=>{const{theme:{breadcrumbs:s}={},styles:e={},...r}=t,o=[c.get(s,"separator",{}),e];return n.jsx("div",{css:o,...r})},S=t=>{const{theme:{breadcrumbs:s}={},styles:e={},...r}=t,o=[c.get(s,"item.itemStart",{}),e];return n.jsx("div",{css:o,...r})},b=t=>{const{theme:{breadcrumbs:s}={},styles:e={},...r}=t,o=[c.get(s,"item.itemEnd",{}),e];return n.jsx("div",{css:o,...r})};exports.BreadcrumbItemStyled=u;exports.BreadcrumbsStyled=a;exports.ItemEndStyled=b;exports.ItemStartStyled=S;exports.SeparatorStyled=y;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="Breadcrumbs";exports.COMPONENT_NAME=e;
@@ -1,5 +1,2 @@
1
1
  import { ButtonProps } from './Button.types';
2
- declare const Button: import('react').ForwardRefExoticComponent<ButtonProps & {
3
- children?: import('react').ReactNode | undefined;
4
- } & import('react').RefAttributes<HTMLButtonElement>>;
5
- export default Button;
2
+ export declare const Button: import('react').ForwardRefExoticComponent<ButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("@emotion/react/jsx-runtime"),C=require("react"),q=require("../../../hooks/useTheme/useTheme.js"),x=require("../../../types/accesability.js"),o=require("../../../types/button.js"),P=require("../../../tokens/utils.js"),t=require("./constants.js"),r=require("./ButtonStyled.js"),d=C.forwardRef((N,y)=>{const{theme:e}=q.useTheme(),{color:E=o.ButtonColorVariant.Primary,variant:B=o.ButtonVariant.Contained,children:a,iconStart:i=null,iconEnd:l=null,type:M=o.ButtonTypes.Button,disabled:O=!1,isIcon:T=!1,ariaLabel:s,ariaPressed:u,role:f=o.ButtonRole.Button,fullWidth:S=!1,tabIndex:b=x.TabIndex.Default,onClick:h,...c}=N;return n.jsxs(r.ButtonStyled,{ref:y,$variant:B,$color:E,$isIcon:T,$fullWidth:S,disabled:O,onClick:h,type:M,role:f,theme:e,tabIndex:b,"data-testid":t.COMPONENT_NAME,...P.convertToInlineBoxStyles(c),...s?{"aria-label":s}:{},...u?{"aria-pressed":u}:{},...c,children:[i?n.jsx(r.StartIconStyled,{theme:e,"data-testid":`${t.COMPONENT_NAME}-icon-start`,children:i}):null,a?n.jsx(r.ContentStyled,{theme:e,"data-testid":`${t.COMPONENT_NAME}-content`,children:a}):null,l?n.jsx(r.EndIconStyled,{theme:e,"data-testid":`${t.COMPONENT_NAME}-icon-end`,children:l}):null]})});d.displayName=t.COMPONENT_NAME;exports.Button=d;
@@ -1,35 +1,9 @@
1
- import { MouseEvent, ReactNode } from 'react';
2
- import { CommonCoreComponentProps, CommonCoreStyledComponentProps, BoxComponentProps, BoxStyledComponentProps } from '../..';
3
- import { TabIndex } from '../../../types';
4
- export declare enum ButtonVariant {
5
- Contained = "contained",
6
- Outlined = "outlined",
7
- Text = "text",
8
- Inherit = "inherit"
9
- }
10
- export declare enum ButtonColorVariant {
11
- Primary = "primary",
12
- Secondary = "secondary"
13
- }
14
- export declare enum ButtonTypes {
15
- Button = "button",
16
- Submit = "submit",
17
- Reset = "reset"
18
- }
19
- export declare enum ButtonAriaLabel {
20
- Button = "Button",
21
- Submit = "Submit",
22
- Cancel = "Cancel",
23
- Close = "Close"
24
- }
25
- export declare enum ButtonRole {
26
- Button = "button",
27
- Link = "link",
28
- Checkbox = "checkbox",
29
- Switch = "switch",
30
- Tab = "tab"
31
- }
32
- export interface ButtonProps extends CommonCoreComponentProps<ButtonVariant, ButtonColorVariant>, BoxComponentProps {
1
+ import { PropsWithChildren, MouseEvent, ReactNode } from 'react';
2
+ import { ButtonAriaLabel, ButtonColorVariant, ButtonRole, ButtonTypes, ButtonVariant, EnumOrPrimitive } from '../../../types';
3
+ import { BoxCssComponentProps, BoxCssComponentStyledProps } from '../..';
4
+ export interface ButtonProps extends BoxCssComponentProps<HTMLButtonElement>, PropsWithChildren {
5
+ variant?: EnumOrPrimitive<ButtonVariant>;
6
+ color?: EnumOrPrimitive<ButtonColorVariant>;
33
7
  iconStart?: ReactNode;
34
8
  iconEnd?: ReactNode;
35
9
  onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
@@ -40,10 +14,13 @@ export interface ButtonProps extends CommonCoreComponentProps<ButtonVariant, But
40
14
  ariaLabel?: ButtonAriaLabel | `${ButtonAriaLabel}`;
41
15
  ariaPressed?: boolean;
42
16
  role?: ButtonRole | `${ButtonRole}`;
43
- tabIndex?: TabIndex;
44
- children: ReactNode;
17
+ tabIndex?: number;
45
18
  }
46
- export interface StyledButtonProps extends CommonCoreStyledComponentProps<ButtonVariant, ButtonColorVariant>, BoxStyledComponentProps {
19
+ export interface ButtonStyledProps extends BoxCssComponentStyledProps<HTMLButtonElement>, PropsWithChildren {
20
+ $variant?: EnumOrPrimitive<ButtonVariant>;
21
+ $color?: EnumOrPrimitive<ButtonColorVariant>;
47
22
  $isIcon?: boolean;
48
23
  $fullWidth?: boolean;
24
+ disabled?: boolean;
25
+ type?: ButtonTypes | `${ButtonTypes}`;
49
26
  }
@@ -0,0 +1,5 @@
1
+ import { ButtonStyledProps } from './Button.types';
2
+ export declare const ButtonStyled: import('react').ForwardRefExoticComponent<Omit<ButtonStyledProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
3
+ export declare const ContentStyled: (props: ButtonStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export declare const StartIconStyled: (props: ButtonStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ export declare const EndIconStyled: (props: ButtonStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@emotion/react/jsx-runtime"),g=require("react"),e=require("../../../utils/helpers.js"),m=require("../../../tokens/utils.js"),c=require("../../../types/button.js"),b=g.forwardRef((n,o)=>{const{theme:{button:t}={},$isIcon:s,$fullWidth:l,$variant:u=c.ButtonVariant.Contained,$color:a=c.ButtonColorVariant.Primary,styles:d={},...i}=n,{boxStyles:y,restProps:S}=m.getBoxStyles(i),p=[e.get(t,"default",{}),e.get(t,[u,a],{}),y,s?e.get(t,"icon",{}):{},l?e.get(t,"fullWidth",{}):{},d];return r.jsx("button",{css:p,...S,ref:o})}),f=n=>{const{theme:{button:o}={},...t}=n,s=e.get(o,"content",{});return r.jsx("span",{css:e.get(s,"default",{}),className:"gd-button__content",...t})},P=n=>{const{theme:{button:o}={},...t}=n,s=e.get(o,"startIcon",{});return r.jsx("span",{css:e.get(s,"default",{}),...t})},h=n=>{const{theme:{button:o}={},...t}=n,s=e.get(o,"endIcon",{});return r.jsx("span",{css:e.get(s,"default",{}),...t})};exports.ButtonStyled=b;exports.ContentStyled=f;exports.EndIconStyled=h;exports.StartIconStyled=P;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t="Button";exports.COMPONENT_NAME=t;
@@ -1,2 +1,2 @@
1
- export { default as Button } from './Button';
1
+ export * from './Button';
2
2
  export * from './Button.types';
@@ -1,4 +1,3 @@
1
- import { DropdownProps } from './Dropdown.types';
2
- export declare const Dropdown: import('react').ForwardRefExoticComponent<DropdownProps & {
1
+ export declare const Dropdown: import('react').ForwardRefExoticComponent<import('../..').CommonCssComponentProps<HTMLDivElement> & {
3
2
  children?: import('react').ReactNode | undefined;
4
3
  } & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const D=require("@emotion/react/jsx-runtime"),O=require("react"),R=require("../../../hooks/useTheme/useTheme.js"),n=require("../../../constants/keyboard.js"),f=require("../../../utils/focus.js"),K=require("./DropdownStyled.js"),u=require("./constants.js"),d=O.forwardRef((l,a)=>{const{children:m,...E}=l,{theme:p}=R.useTheme(),y=t=>{var i;if(![n.KEYBOARD_KEYS.ARROW_DOWN,n.KEYBOARD_KEYS.ARROW_UP].includes(t.key))return;t.preventDefault();const e=t.currentTarget,c=t.key===n.KEYBOARD_KEYS.ARROW_UP,o=(i=e.ownerDocument)==null?void 0:i.activeElement;if(o&&e.contains(o)){const r=document.createElement("div");e.insertBefore(r,c?o:o.nextSibling);const s=f.getClosestFocusable({initial:r,previous:c,root:e,keyboard:!0});e.removeChild(r),s==null||s.focus()}};return D.jsx(K.DropdownStyled,{ref:a,theme:p,"data-testid":u.COMPONENT_NAME,onKeyDown:y,...E,children:m})});d.displayName=u.COMPONENT_NAME;exports.Dropdown=d;
@@ -1,14 +1,9 @@
1
- import { CSSObject } from 'styled-components';
2
- import { Theme } from '../../../hooks/useTheme';
3
- import { CommonComponentProps } from '../../index.types';
1
+ import { PropsWithChildren } from 'react';
2
+ import { CommonCssComponentProps, CommonCssComponentStyledProps } from '../../index.types';
4
3
  import { OnSelectProps } from '../types/events.types';
5
- export interface DropdownProps extends CommonComponentProps {
6
- theme?: Theme;
7
- onSelect?: (props: OnSelectProps) => void;
8
- }
9
- export interface StyledDropdownProps extends DropdownProps {
4
+ export type DropdownProps = PropsWithChildren<CommonCssComponentProps>;
5
+ export interface DropdownStyledProps extends PropsWithChildren<CommonCssComponentStyledProps> {
10
6
  $width?: string;
11
- $styles: CSSObject;
12
7
  }
13
8
  export interface DropdownContextType {
14
9
  onSelect?: (props: OnSelectProps) => void;
@@ -0,0 +1,2 @@
1
+ import { DropdownStyledProps } from './Dropdown.types';
2
+ export declare const DropdownStyled: import('react').ForwardRefExoticComponent<Omit<DropdownStyledProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("@emotion/react/jsx-runtime"),i=require("react"),l=require("../../../utils/helpers.js"),u=i.forwardRef((t,r)=>{const{theme:{select:s}={},$width:e,styles:o={},...n}=t,c=[l.get(s,"dropdown",{}),e?{width:e}:{},o];return d.jsx("div",{css:c,...n,ref:r})});exports.DropdownStyled=u;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="Dropdown";exports.COMPONENT_NAME=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),e=t.createContext(void 0),n=()=>{const o=t.useContext(e);if(!o)throw new Error("useDropdownContext must be used within a Dropdown component or children");return o};exports.DropdownContext=e;exports.useDropdownContext=n;
@@ -1,4 +1,2 @@
1
1
  import { DropdownItemProps } from './DropdownItem.types';
2
- export declare const DropdownItem: import('react').ForwardRefExoticComponent<DropdownItemProps<unknown> & {
3
- children?: import('react').ReactNode | undefined;
4
- } & import('react').RefAttributes<HTMLDivElement>>;
2
+ export declare const DropdownItem: import('react').ForwardRefExoticComponent<DropdownItemProps<unknown> & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("@emotion/react/jsx-runtime"),i=require("react"),I=require("../../../constants/keyboard.js"),T=require("../../../hooks/useTheme/useTheme.js"),f=require("../../../types/accesability.js"),x=require("../Select/hooks/useSelectContext.js"),m=require("./constants.js"),h=require("./DropdownItemStyled.js"),b=i.forwardRef((D,y)=>{const{children:S,value:o,onSelect:r,customClass:t,disabled:n,...N}=D,{theme:p}=T.useTheme(),{onSelect:s,value:l,itemIdentifier:u}=x.useSelectContext(),a=l!==void 0&&u?u(l,o):t==null?void 0:t.includes("active"),q=i.useMemo(()=>`${t||""} ${a?"active":""}`,[t,a]),d=i.useCallback((e,c)=>{if(!n)return r?r({event:e,value:c}):s&&s(e,c),c},[r,s,n]),w=e=>{n||e.key===I.KEYBOARD_KEYS.ENTER&&(e.preventDefault(),d(e,o))};return E.jsx(h.DropdownItemStyled,{ref:y,theme:p,$disabled:n,tabIndex:n?f.TabIndex.Disabled:f.TabIndex.Default,"data-testid":m.COMPONENT_NAME,className:q,onClick:e=>d(e,o),onKeyDown:w,...N,children:S})});b.displayName=m.COMPONENT_NAME;exports.DropdownItem=b;