gd-design-library 0.7.0 → 0.7.2

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 (849) hide show
  1. package/README.md +97 -0
  2. package/ai/README.md +137 -0
  3. package/ai/schemas/components/Row.d.ts +21 -1
  4. package/index.d.ts +0 -1
  5. package/index.js +170 -181
  6. package/llms.txt +309 -0
  7. package/package.json +19 -1
  8. package/CHANGELOG.md +0 -177
  9. package/ai/codegen.js +0 -51
  10. package/ai/prompts.js +0 -23
  11. package/ai/schemas/components/Accordion.js +0 -37
  12. package/ai/schemas/components/Avatar.js +0 -67
  13. package/ai/schemas/components/Breadcrumbs.js +0 -51
  14. package/ai/schemas/components/Button.js +0 -92
  15. package/ai/schemas/components/Card.js +0 -74
  16. package/ai/schemas/components/Carousel.js +0 -108
  17. package/ai/schemas/components/ChatBubble.js +0 -34
  18. package/ai/schemas/components/ChatContainer.js +0 -48
  19. package/ai/schemas/components/Column.js +0 -69
  20. package/ai/schemas/components/ContentCarousel.js +0 -72
  21. package/ai/schemas/components/Counter.js +0 -37
  22. package/ai/schemas/components/DragAndDropFiles.js +0 -50
  23. package/ai/schemas/components/FlexContainer.js +0 -133
  24. package/ai/schemas/components/Form.js +0 -36
  25. package/ai/schemas/components/Icon.js +0 -41
  26. package/ai/schemas/components/Image.js +0 -55
  27. package/ai/schemas/components/InlineNotification.js +0 -23
  28. package/ai/schemas/components/Input.js +0 -142
  29. package/ai/schemas/components/InputFile.js +0 -55
  30. package/ai/schemas/components/Label.js +0 -43
  31. package/ai/schemas/components/Link.js +0 -58
  32. package/ai/schemas/components/List.js +0 -35
  33. package/ai/schemas/components/Loader.js +0 -55
  34. package/ai/schemas/components/Modal.js +0 -51
  35. package/ai/schemas/components/Portal.js +0 -49
  36. package/ai/schemas/components/Price.js +0 -25
  37. package/ai/schemas/components/ProgressBar.js +0 -53
  38. package/ai/schemas/components/RadioGroup.js +0 -80
  39. package/ai/schemas/components/Rating.js +0 -64
  40. package/ai/schemas/components/Row.js +0 -61
  41. package/ai/schemas/components/Scroll.js +0 -35
  42. package/ai/schemas/components/Search.js +0 -72
  43. package/ai/schemas/components/Select.js +0 -84
  44. package/ai/schemas/components/Separator.js +0 -62
  45. package/ai/schemas/components/Skeleton.js +0 -48
  46. package/ai/schemas/components/Slider.js +0 -42
  47. package/ai/schemas/components/Snackbar.js +0 -57
  48. package/ai/schemas/components/SnackbarManager.js +0 -13
  49. package/ai/schemas/components/Stepper.js +0 -38
  50. package/ai/schemas/components/Switch.js +0 -64
  51. package/ai/schemas/components/Tabs.js +0 -37
  52. package/ai/schemas/components/Textarea.js +0 -88
  53. package/ai/schemas/components/Toggle.js +0 -41
  54. package/ai/schemas/components/Tooltip.js +0 -61
  55. package/ai/schemas/components/Typography.js +0 -56
  56. package/ai/schemas/components/Wrapper.js +0 -46
  57. package/ai/schemas/components.js +0 -56
  58. package/ai/schemas/hooks/useTheme.js +0 -48
  59. package/components/core/Breadcrumbs/Breadcrumbs.d.ts +0 -2
  60. package/components/core/Breadcrumbs/Breadcrumbs.js +0 -34
  61. package/components/core/Breadcrumbs/Breadcrumbs.types.d.ts +0 -14
  62. package/components/core/Breadcrumbs/BreadcrumbsStyled.d.ts +0 -6
  63. package/components/core/Breadcrumbs/BreadcrumbsStyled.js +0 -58
  64. package/components/core/Breadcrumbs/constants.d.ts +0 -1
  65. package/components/core/Breadcrumbs/constants.js +0 -4
  66. package/components/core/Breadcrumbs/index.d.ts +0 -2
  67. package/components/core/Button/Button.d.ts +0 -2
  68. package/components/core/Button/Button.js +0 -43
  69. package/components/core/Button/Button.types.d.ts +0 -26
  70. package/components/core/Button/ButtonStyled.d.ts +0 -5
  71. package/components/core/Button/ButtonStyled.js +0 -53
  72. package/components/core/Button/constants.d.ts +0 -1
  73. package/components/core/Button/constants.js +0 -4
  74. package/components/core/Button/index.d.ts +0 -2
  75. package/components/core/Dropdown/Dropdown.d.ts +0 -3
  76. package/components/core/Dropdown/Dropdown.js +0 -38
  77. package/components/core/Dropdown/Dropdown.types.d.ts +0 -8
  78. package/components/core/Dropdown/DropdownStyled.d.ts +0 -2
  79. package/components/core/Dropdown/DropdownStyled.js +0 -17
  80. package/components/core/Dropdown/constants.d.ts +0 -1
  81. package/components/core/Dropdown/constants.js +0 -4
  82. package/components/core/Dropdown/hooks/index.d.ts +0 -1
  83. package/components/core/Dropdown/hooks/useDropdown.d.ts +0 -3
  84. package/components/core/Dropdown/hooks/useDropdown.js +0 -12
  85. package/components/core/Dropdown/index.d.ts +0 -3
  86. package/components/core/DropdownItem/DropdownItem.d.ts +0 -2
  87. package/components/core/DropdownItem/DropdownItem.js +0 -45
  88. package/components/core/DropdownItem/DropdownItem.types.d.ts +0 -9
  89. package/components/core/DropdownItem/DropdownItemStyled.d.ts +0 -2
  90. package/components/core/DropdownItem/DropdownItemStyled.js +0 -17
  91. package/components/core/DropdownItem/constants.d.ts +0 -1
  92. package/components/core/DropdownItem/constants.js +0 -4
  93. package/components/core/DropdownItem/index.d.ts +0 -2
  94. package/components/core/Form/Form.d.ts +0 -2
  95. package/components/core/Form/Form.js +0 -48
  96. package/components/core/Form/Form.types.d.ts +0 -29
  97. package/components/core/Form/FormStyled.d.ts +0 -2
  98. package/components/core/Form/FormStyled.js +0 -16
  99. package/components/core/Form/constants.d.ts +0 -1
  100. package/components/core/Form/constants.js +0 -4
  101. package/components/core/Form/index.d.ts +0 -2
  102. package/components/core/Form/utils.d.ts +0 -3
  103. package/components/core/Form/utils.js +0 -34
  104. package/components/core/Icon/Icon.d.ts +0 -4
  105. package/components/core/Icon/Icon.js +0 -40
  106. package/components/core/Icon/Icon.types.d.ts +0 -11
  107. package/components/core/Icon/constants.d.ts +0 -317
  108. package/components/core/Icon/constants.js +0 -102
  109. package/components/core/Icon/index.d.ts +0 -2
  110. package/components/core/Icon/utils.d.ts +0 -3
  111. package/components/core/Image/Image.d.ts +0 -2
  112. package/components/core/Image/Image.js +0 -40
  113. package/components/core/Image/Image.types.d.ts +0 -27
  114. package/components/core/Image/ImageStyled.d.ts +0 -5
  115. package/components/core/Image/ImageStyled.js +0 -54
  116. package/components/core/Image/constants.d.ts +0 -1
  117. package/components/core/Image/constants.js +0 -4
  118. package/components/core/Image/index.d.ts +0 -2
  119. package/components/core/InlineNotification/InlineNotification.d.ts +0 -2
  120. package/components/core/InlineNotification/InlineNotification.js +0 -38
  121. package/components/core/InlineNotification/InlineNotification.types.d.ts +0 -9
  122. package/components/core/InlineNotification/InlineNotificationStyled.d.ts +0 -3
  123. package/components/core/InlineNotification/InlineNotificationStyled.js +0 -29
  124. package/components/core/InlineNotification/constants.d.ts +0 -16
  125. package/components/core/InlineNotification/constants.js +0 -21
  126. package/components/core/InlineNotification/index.d.ts +0 -2
  127. package/components/core/Input/Input.d.ts +0 -2
  128. package/components/core/Input/Input.js +0 -73
  129. package/components/core/Input/Input.types.d.ts +0 -74
  130. package/components/core/Input/InputAdornment/InputAdornment.d.ts +0 -2
  131. package/components/core/Input/InputAdornment/InputAdornment.js +0 -18
  132. package/components/core/Input/InputAdornment/InputAdornmentStyled.d.ts +0 -2
  133. package/components/core/Input/InputAdornment/InputAdornmentStyled.js +0 -15
  134. package/components/core/Input/InputAdornment/constants.d.ts +0 -1
  135. package/components/core/Input/InputAdornment/constants.js +0 -4
  136. package/components/core/Input/InputAdornment/index.d.ts +0 -1
  137. package/components/core/Input/InputHelper/InputHelper.d.ts +0 -2
  138. package/components/core/Input/InputHelper/InputHelper.js +0 -22
  139. package/components/core/Input/InputHelper/InputHelperStyled.d.ts +0 -2
  140. package/components/core/Input/InputHelper/InputHelperStyled.js +0 -17
  141. package/components/core/Input/InputHelper/constants.d.ts +0 -1
  142. package/components/core/Input/InputHelper/constants.js +0 -4
  143. package/components/core/Input/InputHelper/index.d.ts +0 -1
  144. package/components/core/Input/InputStyled.d.ts +0 -2
  145. package/components/core/Input/InputStyled.js +0 -18
  146. package/components/core/Input/InputWrapper/InputWrapper.d.ts +0 -2
  147. package/components/core/Input/InputWrapper/InputWrapper.js +0 -22
  148. package/components/core/Input/InputWrapper/InputWrapperStyled.d.ts +0 -2
  149. package/components/core/Input/InputWrapper/InputWrapperStyled.js +0 -21
  150. package/components/core/Input/InputWrapper/constants.d.ts +0 -1
  151. package/components/core/Input/InputWrapper/constants.js +0 -4
  152. package/components/core/Input/InputWrapper/index.d.ts +0 -1
  153. package/components/core/Input/constants.d.ts +0 -14
  154. package/components/core/Input/constants.js +0 -18
  155. package/components/core/Input/index.d.ts +0 -2
  156. package/components/core/Input/useInputHandlers.d.ts +0 -17
  157. package/components/core/Input/useInputHandlers.js +0 -31
  158. package/components/core/InputFile/InputFile.d.ts +0 -34
  159. package/components/core/InputFile/InputFile.js +0 -40
  160. package/components/core/InputFile/InputFile.types.d.ts +0 -18
  161. package/components/core/InputFile/InputFileStyled.d.ts +0 -3
  162. package/components/core/InputFile/InputFileStyled.js +0 -27
  163. package/components/core/InputFile/constants.d.ts +0 -3
  164. package/components/core/InputFile/constants.js +0 -6
  165. package/components/core/InputFile/index.d.ts +0 -2
  166. package/components/core/Label/Label.d.ts +0 -2
  167. package/components/core/Label/Label.js +0 -28
  168. package/components/core/Label/Label.types.d.ts +0 -10
  169. package/components/core/Label/LabelStyled.d.ts +0 -2
  170. package/components/core/Label/LabelStyled.js +0 -21
  171. package/components/core/Label/constants.d.ts +0 -1
  172. package/components/core/Label/constants.js +0 -4
  173. package/components/core/Label/index.d.ts +0 -2
  174. package/components/core/Link/Link.d.ts +0 -2
  175. package/components/core/Link/Link.js +0 -43
  176. package/components/core/Link/Link.types.d.ts +0 -21
  177. package/components/core/Link/LinkStyled.d.ts +0 -2
  178. package/components/core/Link/LinkStyled.js +0 -22
  179. package/components/core/Link/constants.d.ts +0 -1
  180. package/components/core/Link/constants.js +0 -4
  181. package/components/core/Link/index.d.ts +0 -2
  182. package/components/core/List/List.d.ts +0 -3
  183. package/components/core/List/List.js +0 -45
  184. package/components/core/List/List.types.d.ts +0 -10
  185. package/components/core/List/ListStyled.d.ts +0 -3
  186. package/components/core/List/ListStyled.js +0 -31
  187. package/components/core/List/constants.d.ts +0 -1
  188. package/components/core/List/constants.js +0 -4
  189. package/components/core/List/index.d.ts +0 -2
  190. package/components/core/Loader/Loader.d.ts +0 -2
  191. package/components/core/Loader/Loader.js +0 -29
  192. package/components/core/Loader/Loader.types.d.ts +0 -18
  193. package/components/core/Loader/LoaderStyled.d.ts +0 -2
  194. package/components/core/Loader/LoaderStyled.js +0 -41
  195. package/components/core/Loader/constants.d.ts +0 -2
  196. package/components/core/Loader/constants.js +0 -6
  197. package/components/core/Loader/index.d.ts +0 -2
  198. package/components/core/Loader/utils.d.ts +0 -11
  199. package/components/core/Loader/utils.js +0 -37
  200. package/components/core/Menu/Menu.d.ts +0 -2
  201. package/components/core/Menu/Menu.js +0 -106
  202. package/components/core/Menu/Menu.types.d.ts +0 -15
  203. package/components/core/Menu/MenuStyled.d.ts +0 -3
  204. package/components/core/Menu/MenuStyled.js +0 -31
  205. package/components/core/Menu/constants.d.ts +0 -10
  206. package/components/core/Menu/constants.js +0 -24
  207. package/components/core/Menu/index.d.ts +0 -2
  208. package/components/core/Modal/Modal.d.ts +0 -2
  209. package/components/core/Modal/Modal.js +0 -47
  210. package/components/core/Modal/Modal.types.d.ts +0 -18
  211. package/components/core/Modal/ModalStyled.d.ts +0 -8
  212. package/components/core/Modal/ModalStyled.js +0 -76
  213. package/components/core/Modal/constants.d.ts +0 -1
  214. package/components/core/Modal/constants.js +0 -4
  215. package/components/core/Modal/index.d.ts +0 -2
  216. package/components/core/Portal/Portal.d.ts +0 -2
  217. package/components/core/Portal/Portal.js +0 -26
  218. package/components/core/Portal/Portal.types.d.ts +0 -10
  219. package/components/core/Portal/constants.d.ts +0 -1
  220. package/components/core/Portal/index.d.ts +0 -2
  221. package/components/core/Scroll/Scroll.d.ts +0 -19
  222. package/components/core/Scroll/Scroll.js +0 -40
  223. package/components/core/Scroll/Scroll.types.d.ts +0 -19
  224. package/components/core/Scroll/ScrollBar.d.ts +0 -2
  225. package/components/core/Scroll/ScrollBar.js +0 -68
  226. package/components/core/Scroll/ScrollStyled.d.ts +0 -6
  227. package/components/core/Scroll/ScrollStyled.js +0 -56
  228. package/components/core/Scroll/constants.d.ts +0 -3
  229. package/components/core/Scroll/constants.js +0 -6
  230. package/components/core/Scroll/index.d.ts +0 -2
  231. package/components/core/Scroll/utils.d.ts +0 -5
  232. package/components/core/Scroll/utils.js +0 -41
  233. package/components/core/Select/Select.d.ts +0 -2
  234. package/components/core/Select/Select.js +0 -192
  235. package/components/core/Select/Select.types.d.ts +0 -69
  236. package/components/core/Select/SelectStyled.d.ts +0 -8
  237. package/components/core/Select/SelectStyled.js +0 -67
  238. package/components/core/Select/constants.d.ts +0 -2
  239. package/components/core/Select/constants.js +0 -5
  240. package/components/core/Select/hooks/index.d.ts +0 -1
  241. package/components/core/Select/hooks/useSelectContext.d.ts +0 -3
  242. package/components/core/Select/hooks/useSelectContext.js +0 -12
  243. package/components/core/Select/index.d.ts +0 -3
  244. package/components/core/Separator/Separator.d.ts +0 -2
  245. package/components/core/Separator/Separator.js +0 -36
  246. package/components/core/Separator/Separator.types.d.ts +0 -31
  247. package/components/core/Separator/SeparatorStyled.d.ts +0 -4
  248. package/components/core/Separator/SeparatorStyled.js +0 -61
  249. package/components/core/Separator/constants.d.ts +0 -1
  250. package/components/core/Separator/constants.js +0 -4
  251. package/components/core/Separator/index.d.ts +0 -2
  252. package/components/core/Skeleton/Skeleton.d.ts +0 -2
  253. package/components/core/Skeleton/Skeleton.js +0 -24
  254. package/components/core/Skeleton/Skeleton.types.d.ts +0 -17
  255. package/components/core/Skeleton/SkeletonStyled.d.ts +0 -2
  256. package/components/core/Skeleton/SkeletonStyled.js +0 -28
  257. package/components/core/Skeleton/constants.d.ts +0 -2
  258. package/components/core/Skeleton/constants.js +0 -6
  259. package/components/core/Skeleton/index.d.ts +0 -2
  260. package/components/core/Slider/Slider.d.ts +0 -20
  261. package/components/core/Slider/Slider.js +0 -35
  262. package/components/core/Slider/Slider.types.d.ts +0 -17
  263. package/components/core/Slider/SliderStyled.d.ts +0 -2
  264. package/components/core/Slider/SliderStyled.js +0 -20
  265. package/components/core/Slider/constants.d.ts +0 -3
  266. package/components/core/Slider/constants.js +0 -6
  267. package/components/core/Slider/index.d.ts +0 -3
  268. package/components/core/Snackbar/Snackbar.d.ts +0 -2
  269. package/components/core/Snackbar/Snackbar.js +0 -48
  270. package/components/core/Snackbar/Snackbar.types.d.ts +0 -36
  271. package/components/core/Snackbar/SnackbarManager.d.ts +0 -3
  272. package/components/core/Snackbar/SnackbarManager.js +0 -48
  273. package/components/core/Snackbar/SnackbarStyled.d.ts +0 -12
  274. package/components/core/Snackbar/SnackbarStyled.js +0 -107
  275. package/components/core/Snackbar/constants.d.ts +0 -8
  276. package/components/core/Snackbar/constants.js +0 -10
  277. package/components/core/Snackbar/index.d.ts +0 -4
  278. package/components/core/Switch/Switch.d.ts +0 -2
  279. package/components/core/Switch/Switch.js +0 -46
  280. package/components/core/Switch/Switch.types.d.ts +0 -21
  281. package/components/core/Switch/SwitchStyled.d.ts +0 -6
  282. package/components/core/Switch/SwitchStyled.js +0 -56
  283. package/components/core/Switch/constants.d.ts +0 -1
  284. package/components/core/Switch/constants.js +0 -4
  285. package/components/core/Switch/index.d.ts +0 -2
  286. package/components/core/Textarea/Textarea.d.ts +0 -2
  287. package/components/core/Textarea/Textarea.js +0 -35
  288. package/components/core/Textarea/Textarea.types.d.ts +0 -42
  289. package/components/core/Textarea/Textarea.types.js +0 -6
  290. package/components/core/Textarea/TextareaStyled.d.ts +0 -2
  291. package/components/core/Textarea/TextareaStyled.js +0 -27
  292. package/components/core/Textarea/constants.d.ts +0 -1
  293. package/components/core/Textarea/constants.js +0 -4
  294. package/components/core/Textarea/hooks/index.d.ts +0 -2
  295. package/components/core/Textarea/hooks/useDynamicHeightAdjustment.d.ts +0 -2
  296. package/components/core/Textarea/hooks/useDynamicHeightAdjustment.js +0 -8
  297. package/components/core/Textarea/hooks/useResizeObserver.d.ts +0 -2
  298. package/components/core/Textarea/hooks/useResizeObserver.js +0 -24
  299. package/components/core/Textarea/index.d.ts +0 -2
  300. package/components/core/Toggle/Toggle.d.ts +0 -2
  301. package/components/core/Toggle/Toggle.js +0 -37
  302. package/components/core/Toggle/Toggle.types.d.ts +0 -17
  303. package/components/core/Toggle/ToggleStyled.d.ts +0 -2
  304. package/components/core/Toggle/ToggleStyled.js +0 -18
  305. package/components/core/Toggle/constants.d.ts +0 -1
  306. package/components/core/Toggle/constants.js +0 -4
  307. package/components/core/Toggle/index.d.ts +0 -2
  308. package/components/core/Tooltip/Tooltip.d.ts +0 -3
  309. package/components/core/Tooltip/Tooltip.js +0 -52
  310. package/components/core/Tooltip/Tooltip.types.d.ts +0 -22
  311. package/components/core/Tooltip/Tooltip.types.js +0 -4
  312. package/components/core/Tooltip/TooltipStyled.d.ts +0 -3
  313. package/components/core/Tooltip/TooltipStyled.js +0 -24
  314. package/components/core/Tooltip/constants.d.ts +0 -3
  315. package/components/core/Tooltip/constants.js +0 -6
  316. package/components/core/Tooltip/index.d.ts +0 -2
  317. package/components/core/Tooltip/utils.d.ts +0 -22
  318. package/components/core/Tooltip/utils.js +0 -78
  319. package/components/core/Typography/Typography.d.ts +0 -2
  320. package/components/core/Typography/Typography.js +0 -26
  321. package/components/core/Typography/Typography.types.d.ts +0 -20
  322. package/components/core/Typography/TypographyStyled.d.ts +0 -2
  323. package/components/core/Typography/TypographyStyled.js +0 -32
  324. package/components/core/Typography/constants.d.ts +0 -1
  325. package/components/core/Typography/constants.js +0 -4
  326. package/components/core/Typography/index.d.ts +0 -2
  327. package/components/core/Wrapper/Wrapper.d.ts +0 -3
  328. package/components/core/Wrapper/Wrapper.js +0 -21
  329. package/components/core/Wrapper/Wrapper.types.d.ts +0 -11
  330. package/components/core/Wrapper/WrapperStyled.d.ts +0 -2
  331. package/components/core/Wrapper/WrapperStyled.js +0 -24
  332. package/components/core/Wrapper/constants.d.ts +0 -1
  333. package/components/core/Wrapper/constants.js +0 -4
  334. package/components/core/Wrapper/index.d.ts +0 -2
  335. package/components/core/index.d.ts +0 -30
  336. package/components/core/types/events.types.d.ts +0 -7
  337. package/components/core/types/index.types.d.ts +0 -2
  338. package/components/core/types/roles.types.d.ts +0 -4
  339. package/components/core/types/roles.types.js +0 -4
  340. package/components/domainSpecific/Accordion/Accordion.d.ts +0 -2
  341. package/components/domainSpecific/Accordion/Accordion.js +0 -35
  342. package/components/domainSpecific/Accordion/Accordion.types.d.ts +0 -24
  343. package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.d.ts +0 -2
  344. package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.js +0 -21
  345. package/components/domainSpecific/Accordion/AccordionContent/index.d.ts +0 -1
  346. package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.d.ts +0 -2
  347. package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.js +0 -29
  348. package/components/domainSpecific/Accordion/AccordionHeader/index.d.ts +0 -1
  349. package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.d.ts +0 -2
  350. package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.js +0 -26
  351. package/components/domainSpecific/Accordion/AccordionItem/index.d.ts +0 -1
  352. package/components/domainSpecific/Accordion/AccordionStyled.d.ts +0 -5
  353. package/components/domainSpecific/Accordion/AccordionStyled.js +0 -39
  354. package/components/domainSpecific/Accordion/constants.d.ts +0 -5
  355. package/components/domainSpecific/Accordion/constants.js +0 -7
  356. package/components/domainSpecific/Accordion/hooks/index.d.ts +0 -1
  357. package/components/domainSpecific/Accordion/hooks/useAccordion.d.ts +0 -3
  358. package/components/domainSpecific/Accordion/hooks/useAccordion.js +0 -12
  359. package/components/domainSpecific/Accordion/index.d.ts +0 -4
  360. package/components/domainSpecific/Avatar/Avatar.d.ts +0 -4
  361. package/components/domainSpecific/Avatar/Avatar.js +0 -44
  362. package/components/domainSpecific/Avatar/Avatar.types.d.ts +0 -27
  363. package/components/domainSpecific/Avatar/AvatarStyled.d.ts +0 -6
  364. package/components/domainSpecific/Avatar/AvatarStyled.js +0 -63
  365. package/components/domainSpecific/Avatar/constants.d.ts +0 -3
  366. package/components/domainSpecific/Avatar/constants.js +0 -6
  367. package/components/domainSpecific/Avatar/index.d.ts +0 -2
  368. package/components/domainSpecific/Card/Card.d.ts +0 -20
  369. package/components/domainSpecific/Card/Card.js +0 -47
  370. package/components/domainSpecific/Card/Card.types.d.ts +0 -51
  371. package/components/domainSpecific/Card/CardButton/CardButton.d.ts +0 -4
  372. package/components/domainSpecific/Card/CardButton/CardButton.js +0 -25
  373. package/components/domainSpecific/Card/CardButton/CardButtonStyled.d.ts +0 -2
  374. package/components/domainSpecific/Card/CardButton/CardButtonStyled.js +0 -18
  375. package/components/domainSpecific/Card/CardButton/constants.d.ts +0 -1
  376. package/components/domainSpecific/Card/CardButton/constants.js +0 -4
  377. package/components/domainSpecific/Card/CardButton/index.d.ts +0 -1
  378. package/components/domainSpecific/Card/CardCounter/CardCounter.d.ts +0 -4
  379. package/components/domainSpecific/Card/CardCounter/CardCounter.js +0 -26
  380. package/components/domainSpecific/Card/CardCounter/CardCounterStyled.d.ts +0 -2
  381. package/components/domainSpecific/Card/CardCounter/CardCounterStyled.js +0 -17
  382. package/components/domainSpecific/Card/CardCounter/constants.d.ts +0 -1
  383. package/components/domainSpecific/Card/CardCounter/constants.js +0 -4
  384. package/components/domainSpecific/Card/CardCounter/index.d.ts +0 -1
  385. package/components/domainSpecific/Card/CardDescription/CardDescription.d.ts +0 -2
  386. package/components/domainSpecific/Card/CardDescription/CardDescription.js +0 -24
  387. package/components/domainSpecific/Card/CardDescription/CardDescriptionStyled.d.ts +0 -2
  388. package/components/domainSpecific/Card/CardDescription/CardDescriptionStyled.js +0 -24
  389. package/components/domainSpecific/Card/CardDescription/constants.d.ts +0 -6
  390. package/components/domainSpecific/Card/CardDescription/constants.js +0 -10
  391. package/components/domainSpecific/Card/CardDescription/index.d.ts +0 -1
  392. package/components/domainSpecific/Card/CardImage/CardImage.d.ts +0 -2
  393. package/components/domainSpecific/Card/CardImage/CardImage.js +0 -26
  394. package/components/domainSpecific/Card/CardImage/CardImageStyled.d.ts +0 -2
  395. package/components/domainSpecific/Card/CardImage/CardImageStyled.js +0 -18
  396. package/components/domainSpecific/Card/CardImage/constants.d.ts +0 -1
  397. package/components/domainSpecific/Card/CardImage/constants.js +0 -4
  398. package/components/domainSpecific/Card/CardImage/index.d.ts +0 -1
  399. package/components/domainSpecific/Card/CardPrice/CardPrice.d.ts +0 -2
  400. package/components/domainSpecific/Card/CardPrice/CardPrice.js +0 -22
  401. package/components/domainSpecific/Card/CardPrice/CardPriceStyled.d.ts +0 -2
  402. package/components/domainSpecific/Card/CardPrice/CardPriceStyled.js +0 -18
  403. package/components/domainSpecific/Card/CardPrice/constants.d.ts +0 -1
  404. package/components/domainSpecific/Card/CardPrice/constants.js +0 -4
  405. package/components/domainSpecific/Card/CardPrice/index.d.ts +0 -1
  406. package/components/domainSpecific/Card/CardRating/CardRating.d.ts +0 -2
  407. package/components/domainSpecific/Card/CardRating/CardRating.js +0 -30
  408. package/components/domainSpecific/Card/CardRating/CardRatingStyled.d.ts +0 -2
  409. package/components/domainSpecific/Card/CardRating/CardRatingStyled.js +0 -18
  410. package/components/domainSpecific/Card/CardRating/constants.d.ts +0 -3
  411. package/components/domainSpecific/Card/CardRating/constants.js +0 -6
  412. package/components/domainSpecific/Card/CardRating/index.d.ts +0 -1
  413. package/components/domainSpecific/Card/CardTitle/CardTitle.d.ts +0 -4
  414. package/components/domainSpecific/Card/CardTitle/CardTitle.js +0 -25
  415. package/components/domainSpecific/Card/CardTitle/CardTitleStyled.d.ts +0 -2
  416. package/components/domainSpecific/Card/CardTitle/CardTitleStyled.js +0 -24
  417. package/components/domainSpecific/Card/CardTitle/constants.d.ts +0 -6
  418. package/components/domainSpecific/Card/CardTitle/constants.js +0 -10
  419. package/components/domainSpecific/Card/CardTitle/index.d.ts +0 -1
  420. package/components/domainSpecific/Card/CartStyled.d.ts +0 -2
  421. package/components/domainSpecific/Card/CartStyled.js +0 -26
  422. package/components/domainSpecific/Card/constants.d.ts +0 -1
  423. package/components/domainSpecific/Card/constants.js +0 -4
  424. package/components/domainSpecific/Card/index.d.ts +0 -2
  425. package/components/domainSpecific/Carousel/Carousel.d.ts +0 -12
  426. package/components/domainSpecific/Carousel/Carousel.js +0 -137
  427. package/components/domainSpecific/Carousel/Carousel.types.d.ts +0 -35
  428. package/components/domainSpecific/Carousel/CarouselStyled.d.ts +0 -15
  429. package/components/domainSpecific/Carousel/CarouselStyled.js +0 -143
  430. package/components/domainSpecific/Carousel/constants.d.ts +0 -1
  431. package/components/domainSpecific/Carousel/constants.js +0 -4
  432. package/components/domainSpecific/Carousel/index.d.ts +0 -2
  433. package/components/domainSpecific/ChatBubble/ChatBubble.d.ts +0 -2
  434. package/components/domainSpecific/ChatBubble/ChatBubble.js +0 -26
  435. package/components/domainSpecific/ChatBubble/ChatBubble.types.d.ts +0 -16
  436. package/components/domainSpecific/ChatBubble/ChatBubbleStyled.d.ts +0 -4
  437. package/components/domainSpecific/ChatBubble/ChatBubbleStyled.js +0 -43
  438. package/components/domainSpecific/ChatBubble/constants.d.ts +0 -1
  439. package/components/domainSpecific/ChatBubble/constants.js +0 -4
  440. package/components/domainSpecific/ChatBubble/index.d.ts +0 -2
  441. package/components/domainSpecific/ContentCarousel/ContentCarousel.d.ts +0 -2
  442. package/components/domainSpecific/ContentCarousel/ContentCarousel.js +0 -68
  443. package/components/domainSpecific/ContentCarousel/ContentCarousel.types.d.ts +0 -16
  444. package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.d.ts +0 -5
  445. package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.js +0 -32
  446. package/components/domainSpecific/ContentCarousel/constants.d.ts +0 -1
  447. package/components/domainSpecific/ContentCarousel/constants.js +0 -4
  448. package/components/domainSpecific/ContentCarousel/index.d.ts +0 -2
  449. package/components/domainSpecific/Counter/Counter.d.ts +0 -2
  450. package/components/domainSpecific/Counter/Counter.js +0 -55
  451. package/components/domainSpecific/Counter/Counter.types.d.ts +0 -15
  452. package/components/domainSpecific/Counter/CounterStyled.d.ts +0 -3
  453. package/components/domainSpecific/Counter/CounterStyled.js +0 -26
  454. package/components/domainSpecific/Counter/constants.d.ts +0 -5
  455. package/components/domainSpecific/Counter/constants.js +0 -8
  456. package/components/domainSpecific/Counter/index.d.ts +0 -2
  457. package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.d.ts +0 -4
  458. package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.js +0 -48
  459. package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.types.d.ts +0 -21
  460. package/components/domainSpecific/DragAndDropFiles/DragAndDropFilesStyled.d.ts +0 -2
  461. package/components/domainSpecific/DragAndDropFiles/DragAndDropFilesStyled.js +0 -16
  462. package/components/domainSpecific/DragAndDropFiles/constants.d.ts +0 -1
  463. package/components/domainSpecific/DragAndDropFiles/constants.js +0 -4
  464. package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/index.d.ts +0 -1
  465. package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.d.ts +0 -19
  466. package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.js +0 -49
  467. package/components/domainSpecific/DragAndDropFiles/index.d.ts +0 -2
  468. package/components/domainSpecific/Header/Header.d.ts +0 -2
  469. package/components/domainSpecific/Header/Header.js +0 -88
  470. package/components/domainSpecific/Header/Header.types.d.ts +0 -31
  471. package/components/domainSpecific/Header/HeaderStyled.d.ts +0 -14
  472. package/components/domainSpecific/Header/HeaderStyled.js +0 -136
  473. package/components/domainSpecific/Header/constants.d.ts +0 -1
  474. package/components/domainSpecific/Header/constants.js +0 -4
  475. package/components/domainSpecific/Header/index.d.ts +0 -1
  476. package/components/domainSpecific/Price/Price.d.ts +0 -4
  477. package/components/domainSpecific/Price/Price.js +0 -23
  478. package/components/domainSpecific/Price/Price.types.d.ts +0 -10
  479. package/components/domainSpecific/Price/PriceStyled.d.ts +0 -4
  480. package/components/domainSpecific/Price/PriceStyled.js +0 -42
  481. package/components/domainSpecific/Price/constants.d.ts +0 -1
  482. package/components/domainSpecific/Price/constants.js +0 -4
  483. package/components/domainSpecific/Price/index.d.ts +0 -2
  484. package/components/domainSpecific/ProgressBar/ProgressBar.d.ts +0 -4
  485. package/components/domainSpecific/ProgressBar/ProgressBar.js +0 -29
  486. package/components/domainSpecific/ProgressBar/ProgressBar.types.d.ts +0 -36
  487. package/components/domainSpecific/ProgressBar/ProgressBarStyled.d.ts +0 -6
  488. package/components/domainSpecific/ProgressBar/ProgressBarStyled.js +0 -70
  489. package/components/domainSpecific/ProgressBar/constants.d.ts +0 -4
  490. package/components/domainSpecific/ProgressBar/constants.js +0 -7
  491. package/components/domainSpecific/ProgressBar/index.d.ts +0 -2
  492. package/components/domainSpecific/RadioGroup/RadioGroup.d.ts +0 -4
  493. package/components/domainSpecific/RadioGroup/RadioGroup.js +0 -54
  494. package/components/domainSpecific/RadioGroup/RadioGroup.types.d.ts +0 -74
  495. package/components/domainSpecific/RadioGroup/RadioGroup.types.js +0 -4
  496. package/components/domainSpecific/RadioGroup/RadioGroupItem/RadioGroupItem.d.ts +0 -5
  497. package/components/domainSpecific/RadioGroup/RadioGroupItem/RadioGroupItem.js +0 -37
  498. package/components/domainSpecific/RadioGroup/RadioGroupItem/index.d.ts +0 -1
  499. package/components/domainSpecific/RadioGroup/RadioGroupStyled.d.ts +0 -6
  500. package/components/domainSpecific/RadioGroup/RadioGroupStyled.js +0 -130
  501. package/components/domainSpecific/RadioGroup/constants.d.ts +0 -2
  502. package/components/domainSpecific/RadioGroup/constants.js +0 -5
  503. package/components/domainSpecific/RadioGroup/index.d.ts +0 -2
  504. package/components/domainSpecific/Rating/Rating.d.ts +0 -2
  505. package/components/domainSpecific/Rating/Rating.js +0 -63
  506. package/components/domainSpecific/Rating/Rating.types.d.ts +0 -20
  507. package/components/domainSpecific/Rating/RatingStyled.d.ts +0 -5
  508. package/components/domainSpecific/Rating/RatingStyled.js +0 -61
  509. package/components/domainSpecific/Rating/constants.d.ts +0 -6
  510. package/components/domainSpecific/Rating/constants.js +0 -9
  511. package/components/domainSpecific/Rating/index.d.ts +0 -2
  512. package/components/domainSpecific/Search/Search.d.ts +0 -3
  513. package/components/domainSpecific/Search/Search.js +0 -39
  514. package/components/domainSpecific/Search/Search.types.d.ts +0 -30
  515. package/components/domainSpecific/Search/SearchStyled.d.ts +0 -5
  516. package/components/domainSpecific/Search/SearchStyled.js +0 -16
  517. package/components/domainSpecific/Search/constants.d.ts +0 -4
  518. package/components/domainSpecific/Search/constants.js +0 -7
  519. package/components/domainSpecific/Search/index.d.ts +0 -2
  520. package/components/domainSpecific/SearchModal/SearchInput/SearchInput.d.ts +0 -5
  521. package/components/domainSpecific/SearchModal/SearchInput/SearchInput.js +0 -26
  522. package/components/domainSpecific/SearchModal/SearchInput/SearchInputStyled.d.ts +0 -4
  523. package/components/domainSpecific/SearchModal/SearchInput/SearchInputStyled.js +0 -25
  524. package/components/domainSpecific/SearchModal/SearchInput/constants.d.ts +0 -3
  525. package/components/domainSpecific/SearchModal/SearchInput/constants.js +0 -6
  526. package/components/domainSpecific/SearchModal/SearchInput/index.d.ts +0 -1
  527. package/components/domainSpecific/SearchModal/SearchItems/SearchItems.d.ts +0 -5
  528. package/components/domainSpecific/SearchModal/SearchItems/SearchItems.js +0 -48
  529. package/components/domainSpecific/SearchModal/SearchItems/SearchItemsStyled.d.ts +0 -10
  530. package/components/domainSpecific/SearchModal/SearchItems/SearchItemsStyled.js +0 -82
  531. package/components/domainSpecific/SearchModal/SearchItems/constants.d.ts +0 -7
  532. package/components/domainSpecific/SearchModal/SearchItems/constants.js +0 -10
  533. package/components/domainSpecific/SearchModal/SearchItems/index.d.ts +0 -1
  534. package/components/domainSpecific/SearchModal/SearchItems/utils.d.ts +0 -2
  535. package/components/domainSpecific/SearchModal/SearchItems/utils.js +0 -7
  536. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoader.d.ts +0 -5
  537. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoader.js +0 -20
  538. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoaderStyled.d.ts +0 -3
  539. package/components/domainSpecific/SearchModal/SearchLoader/SearchLoaderStyled.js +0 -14
  540. package/components/domainSpecific/SearchModal/SearchLoader/constants.d.ts +0 -1
  541. package/components/domainSpecific/SearchModal/SearchLoader/constants.js +0 -4
  542. package/components/domainSpecific/SearchModal/SearchLoader/index.d.ts +0 -1
  543. package/components/domainSpecific/SearchModal/SearchModal.d.ts +0 -4
  544. package/components/domainSpecific/SearchModal/SearchModal.js +0 -39
  545. package/components/domainSpecific/SearchModal/SearchModal.types.d.ts +0 -48
  546. package/components/domainSpecific/SearchModal/SearchModalStyled.d.ts +0 -3
  547. package/components/domainSpecific/SearchModal/SearchModalStyled.js +0 -29
  548. package/components/domainSpecific/SearchModal/constants.d.ts +0 -5
  549. package/components/domainSpecific/SearchModal/constants.js +0 -8
  550. package/components/domainSpecific/SearchModal/index.d.ts +0 -2
  551. package/components/domainSpecific/Stepper/Stepper.d.ts +0 -2
  552. package/components/domainSpecific/Stepper/Stepper.js +0 -42
  553. package/components/domainSpecific/Stepper/Stepper.types.d.ts +0 -31
  554. package/components/domainSpecific/Stepper/StepperStyled.d.ts +0 -6
  555. package/components/domainSpecific/Stepper/StepperStyled.js +0 -58
  556. package/components/domainSpecific/Stepper/constants.d.ts +0 -1
  557. package/components/domainSpecific/Stepper/constants.js +0 -4
  558. package/components/domainSpecific/Stepper/index.d.ts +0 -2
  559. package/components/domainSpecific/Stepper/utils.d.ts +0 -2
  560. package/components/domainSpecific/Stepper/utils.js +0 -37
  561. package/components/domainSpecific/Tabs/Tabs.d.ts +0 -2
  562. package/components/domainSpecific/Tabs/Tabs.js +0 -40
  563. package/components/domainSpecific/Tabs/Tabs.types.d.ts +0 -26
  564. package/components/domainSpecific/Tabs/TabsStyled.d.ts +0 -8
  565. package/components/domainSpecific/Tabs/TabsStyled.js +0 -79
  566. package/components/domainSpecific/Tabs/constants.d.ts +0 -6
  567. package/components/domainSpecific/Tabs/constants.js +0 -6
  568. package/components/domainSpecific/Tabs/index.d.ts +0 -2
  569. package/components/domainSpecific/index.d.ts +0 -17
  570. package/components/index.d.ts +0 -6
  571. package/components/index.types.d.ts +0 -115
  572. package/components/index.types.js +0 -4
  573. package/components/layout/ChatContainer/ChatContainer.d.ts +0 -2
  574. package/components/layout/ChatContainer/ChatContainer.js +0 -57
  575. package/components/layout/ChatContainer/ChatContainer.types.d.ts +0 -25
  576. package/components/layout/ChatContainer/ChatContainerStyled.d.ts +0 -9
  577. package/components/layout/ChatContainer/ChatContainerStyled.js +0 -74
  578. package/components/layout/ChatContainer/constants.d.ts +0 -1
  579. package/components/layout/ChatContainer/constants.js +0 -4
  580. package/components/layout/ChatContainer/index.d.ts +0 -2
  581. package/components/layout/Column/Column.d.ts +0 -2
  582. package/components/layout/Column/Column.js +0 -26
  583. package/components/layout/Column/Column.types.d.ts +0 -6
  584. package/components/layout/Column/ColumnStyled.d.ts +0 -2
  585. package/components/layout/Column/ColumnStyled.js +0 -36
  586. package/components/layout/Column/constants.d.ts +0 -1
  587. package/components/layout/Column/constants.js +0 -4
  588. package/components/layout/Column/index.d.ts +0 -2
  589. package/components/layout/FlexContainer/FlexContainer.d.ts +0 -2
  590. package/components/layout/FlexContainer/FlexContainer.js +0 -22
  591. package/components/layout/FlexContainer/FlexContainer.types.d.ts +0 -6
  592. package/components/layout/FlexContainer/FlexContainerStyled.d.ts +0 -2
  593. package/components/layout/FlexContainer/FlexContainerStyled.js +0 -21
  594. package/components/layout/FlexContainer/constants.d.ts +0 -1
  595. package/components/layout/FlexContainer/constants.js +0 -4
  596. package/components/layout/FlexContainer/index.d.ts +0 -2
  597. package/components/layout/FlexContainer/utils.d.ts +0 -2
  598. package/components/layout/Row/Row.d.ts +0 -3
  599. package/components/layout/Row/Row.js +0 -26
  600. package/components/layout/Row/Row.types.d.ts +0 -6
  601. package/components/layout/Row/RowStyled.d.ts +0 -2
  602. package/components/layout/Row/RowStyled.js +0 -36
  603. package/components/layout/Row/constants.d.ts +0 -1
  604. package/components/layout/Row/constants.js +0 -4
  605. package/components/layout/Row/index.d.ts +0 -2
  606. package/components/layout/index.d.ts +0 -4
  607. package/components/templates/SkeletonSearch/SkeletonSearch.d.ts +0 -2
  608. package/components/templates/SkeletonSearch/SkeletonSearch.js +0 -30
  609. package/components/templates/SkeletonSearch/SkeletonSearch.types.d.ts +0 -6
  610. package/components/templates/SkeletonSearch/SkeletonSearchStyled.d.ts +0 -11
  611. package/components/templates/SkeletonSearch/SkeletonSearchStyled.js +0 -97
  612. package/components/templates/SkeletonSearch/constants.d.ts +0 -2
  613. package/components/templates/SkeletonSearch/constants.js +0 -5
  614. package/components/templates/SkeletonSearch/index.d.ts +0 -2
  615. package/components/templates/index.d.ts +0 -1
  616. package/components/widget/DragAndDrop/DragAndDrop.d.ts +0 -4
  617. package/components/widget/DragAndDrop/DragAndDrop.js +0 -74
  618. package/components/widget/DragAndDrop/DragAndDrop.types.d.ts +0 -35
  619. package/components/widget/DragAndDrop/DragAndDropStyled.d.ts +0 -6
  620. package/components/widget/DragAndDrop/DragAndDropStyled.js +0 -61
  621. package/components/widget/DragAndDrop/constants.d.ts +0 -1
  622. package/components/widget/DragAndDrop/constants.js +0 -4
  623. package/components/widget/DragAndDrop/index.d.ts +0 -2
  624. package/components/widget/DragAndDrop/utils/index.d.ts +0 -1
  625. package/components/widget/DragAndDrop/utils/validators.d.ts +0 -5
  626. package/components/widget/DragAndDrop/utils/validators.js +0 -17
  627. package/components/widget/index.d.ts +0 -1
  628. package/constants/index.d.ts +0 -3
  629. package/constants/keyboard.d.ts +0 -8
  630. package/constants/keyboard.js +0 -11
  631. package/constants/positioning.d.ts +0 -9
  632. package/constants/positioning.js +0 -11
  633. package/constants/timers.d.ts +0 -2
  634. package/constants/timers.js +0 -5
  635. package/hooks/index.d.ts +0 -6
  636. package/hooks/useAutoFocus/index.d.ts +0 -1
  637. package/hooks/useAutoFocus/useAutoFocus.d.ts +0 -2
  638. package/hooks/useAutoFocus/useAutoFocus.js +0 -11
  639. package/hooks/useCarousel/index.d.ts +0 -1
  640. package/hooks/useCarousel/useCarousel.d.ts +0 -23
  641. package/hooks/useCarousel/useCarousel.js +0 -61
  642. package/hooks/useClickOutside/index.d.ts +0 -1
  643. package/hooks/useClickOutside/useClickOutside.d.ts +0 -1
  644. package/hooks/useClickOutside/useClickOutside.js +0 -15
  645. package/hooks/useKeyControls/index.d.ts +0 -1
  646. package/hooks/useKeyControls/useKeyControls.d.ts +0 -2
  647. package/hooks/useKeyControls/useKeyControls.js +0 -19
  648. package/hooks/useMediaQuery/index.d.ts +0 -1
  649. package/hooks/useMediaQuery/useMediaQuery.d.ts +0 -1
  650. package/hooks/useMediaQuery/useMediaQuery.js +0 -14
  651. package/hooks/useTheme/index.d.ts +0 -4
  652. package/hooks/useTheme/useTheme.d.ts +0 -4
  653. package/hooks/useTheme/useTheme.js +0 -48
  654. package/hooks/useTheme/useTheme.types.d.ts +0 -14
  655. package/hooks/useTheme/utils.d.ts +0 -2
  656. package/hooks/useTheme/utils.js +0 -10
  657. package/stories/Introduction/ThemeJsonPreview.d.ts +0 -4
  658. package/stories/components/TokenViewer/TokenViewer.d.ts +0 -2
  659. package/stories/components/TokenViewer/TokenViewer.types.d.ts +0 -12
  660. package/stories/components/TokenViewer/TokenViewerStyled.d.ts +0 -11
  661. package/stories/components/TokenViewer/index.d.ts +0 -1
  662. package/tokens/accordion.d.ts +0 -62
  663. package/tokens/accordion.js +0 -72
  664. package/tokens/animations.d.ts +0 -60
  665. package/tokens/animations.js +0 -63
  666. package/tokens/avatar.d.ts +0 -120
  667. package/tokens/avatar.js +0 -153
  668. package/tokens/borders.d.ts +0 -9
  669. package/tokens/borders.js +0 -17
  670. package/tokens/breadcrumbs.d.ts +0 -30
  671. package/tokens/breadcrumbs.js +0 -37
  672. package/tokens/breakpoints.d.ts +0 -8
  673. package/tokens/breakpoints.js +0 -12
  674. package/tokens/button.d.ts +0 -155
  675. package/tokens/button.js +0 -200
  676. package/tokens/card.d.ts +0 -175
  677. package/tokens/card.js +0 -187
  678. package/tokens/carousel.d.ts +0 -197
  679. package/tokens/carousel.js +0 -208
  680. package/tokens/chat.d.ts +0 -128
  681. package/tokens/chat.js +0 -126
  682. package/tokens/chatbubble.d.ts +0 -48
  683. package/tokens/chatbubble.js +0 -75
  684. package/tokens/colors.d.ts +0 -154
  685. package/tokens/colors.js +0 -157
  686. package/tokens/column.d.ts +0 -6
  687. package/tokens/column.js +0 -9
  688. package/tokens/constants.d.ts +0 -2
  689. package/tokens/constants.js +0 -4
  690. package/tokens/counter.d.ts +0 -38
  691. package/tokens/counter.js +0 -45
  692. package/tokens/cursors.d.ts +0 -17
  693. package/tokens/cursors.js +0 -20
  694. package/tokens/defaultTheme.d.ts +0 -3791
  695. package/tokens/defaultTheme.js +0 -123
  696. package/tokens/display.d.ts +0 -16
  697. package/tokens/display.js +0 -19
  698. package/tokens/draganddrop.d.ts +0 -61
  699. package/tokens/draganddrop.js +0 -87
  700. package/tokens/draganddropfiles.d.ts +0 -3
  701. package/tokens/draganddropfiles.js +0 -6
  702. package/tokens/flexContainer.d.ts +0 -9
  703. package/tokens/flexContainer.js +0 -13
  704. package/tokens/font.d.ts +0 -47
  705. package/tokens/font.js +0 -52
  706. package/tokens/form.d.ts +0 -3
  707. package/tokens/form.js +0 -6
  708. package/tokens/header.d.ts +0 -107
  709. package/tokens/header.js +0 -123
  710. package/tokens/icon.d.ts +0 -28
  711. package/tokens/icon.js +0 -32
  712. package/tokens/image.d.ts +0 -31
  713. package/tokens/image.js +0 -40
  714. package/tokens/index.d.ts +0 -3390
  715. package/tokens/index.js +0 -145
  716. package/tokens/inlineNotification.d.ts +0 -62
  717. package/tokens/inlineNotification.js +0 -75
  718. package/tokens/input.d.ts +0 -212
  719. package/tokens/input.js +0 -191
  720. package/tokens/inputfile.d.ts +0 -14
  721. package/tokens/inputfile.js +0 -18
  722. package/tokens/label.d.ts +0 -6
  723. package/tokens/label.js +0 -10
  724. package/tokens/link.d.ts +0 -80
  725. package/tokens/link.js +0 -66
  726. package/tokens/list.d.ts +0 -89
  727. package/tokens/list.js +0 -87
  728. package/tokens/loader.d.ts +0 -135
  729. package/tokens/loader.js +0 -143
  730. package/tokens/menu.d.ts +0 -15
  731. package/tokens/menu.js +0 -19
  732. package/tokens/modal.d.ts +0 -89
  733. package/tokens/modal.js +0 -112
  734. package/tokens/price.d.ts +0 -23
  735. package/tokens/price.js +0 -32
  736. package/tokens/progressbar.d.ts +0 -51
  737. package/tokens/progressbar.js +0 -60
  738. package/tokens/radiogroup.d.ts +0 -80
  739. package/tokens/radiogroup.js +0 -110
  740. package/tokens/radius.d.ts +0 -10
  741. package/tokens/radius.js +0 -14
  742. package/tokens/rating.d.ts +0 -65
  743. package/tokens/rating.js +0 -73
  744. package/tokens/reset.d.ts +0 -1
  745. package/tokens/reset.js +0 -4
  746. package/tokens/row.d.ts +0 -5
  747. package/tokens/row.js +0 -8
  748. package/tokens/scroll.d.ts +0 -91
  749. package/tokens/scroll.js +0 -99
  750. package/tokens/search.d.ts +0 -39
  751. package/tokens/search.js +0 -45
  752. package/tokens/searchModal.d.ts +0 -155
  753. package/tokens/searchModal.js +0 -159
  754. package/tokens/select.d.ts +0 -93
  755. package/tokens/select.js +0 -108
  756. package/tokens/separator.d.ts +0 -56
  757. package/tokens/separator.js +0 -63
  758. package/tokens/shadow.d.ts +0 -20
  759. package/tokens/shadow.js +0 -25
  760. package/tokens/skeleton.d.ts +0 -68
  761. package/tokens/skeleton.js +0 -77
  762. package/tokens/slider.d.ts +0 -58
  763. package/tokens/slider.js +0 -45
  764. package/tokens/snackbar.d.ts +0 -157
  765. package/tokens/snackbar.js +0 -177
  766. package/tokens/spacing.d.ts +0 -9
  767. package/tokens/spacing.js +0 -13
  768. package/tokens/stepper.d.ts +0 -132
  769. package/tokens/stepper.js +0 -147
  770. package/tokens/switch.d.ts +0 -67
  771. package/tokens/switch.js +0 -75
  772. package/tokens/tabs.d.ts +0 -88
  773. package/tokens/tabs.js +0 -110
  774. package/tokens/textarea.d.ts +0 -44
  775. package/tokens/textarea.js +0 -47
  776. package/tokens/toggle.d.ts +0 -9
  777. package/tokens/toggle.js +0 -19
  778. package/tokens/tooltip.d.ts +0 -61
  779. package/tokens/tooltip.js +0 -68
  780. package/tokens/types/index.types.d.ts +0 -14
  781. package/tokens/types/index.types.js +0 -4
  782. package/tokens/typography.d.ts +0 -127
  783. package/tokens/typography.js +0 -134
  784. package/tokens/utils.d.ts +0 -47
  785. package/tokens/utils.js +0 -88
  786. package/tokens/values.d.ts +0 -65
  787. package/tokens/values.js +0 -76
  788. package/tokens/wrapper.d.ts +0 -29
  789. package/tokens/wrapper.js +0 -34
  790. package/types/accesability.d.ts +0 -5
  791. package/types/accesability.js +0 -4
  792. package/types/button.d.ts +0 -28
  793. package/types/button.js +0 -7
  794. package/types/card.d.ts +0 -8
  795. package/types/card.js +0 -5
  796. package/types/carousel.d.ts +0 -12
  797. package/types/carousel.js +0 -6
  798. package/types/chat.d.ts +0 -5
  799. package/types/chat.js +0 -4
  800. package/types/common.d.ts +0 -12
  801. package/types/common.js +0 -5
  802. package/types/cursors.d.ts +0 -14
  803. package/types/cursors.js +0 -4
  804. package/types/index.d.ts +0 -21
  805. package/types/input.d.ts +0 -30
  806. package/types/input.js +0 -6
  807. package/types/keys.d.ts +0 -8
  808. package/types/label.d.ts +0 -4
  809. package/types/label.js +0 -4
  810. package/types/layout.d.ts +0 -8
  811. package/types/layout.js +0 -4
  812. package/types/link.d.ts +0 -18
  813. package/types/link.js +0 -5
  814. package/types/list.d.ts +0 -6
  815. package/types/list.js +0 -4
  816. package/types/misc.d.ts +0 -17
  817. package/types/separator.d.ts +0 -10
  818. package/types/separator.js +0 -5
  819. package/types/skeleton.d.ts +0 -5
  820. package/types/skeleton.js +0 -4
  821. package/types/snackbar.d.ts +0 -14
  822. package/types/snackbar.js +0 -5
  823. package/types/stepper.d.ts +0 -9
  824. package/types/stepper.js +0 -5
  825. package/types/styles.d.ts +0 -3
  826. package/types/typography.d.ts +0 -45
  827. package/types/typography.js +0 -6
  828. package/types/wrapper.d.ts +0 -5
  829. package/types/wrapper.js +0 -4
  830. package/utils/animationFrame.d.ts +0 -15
  831. package/utils/animationFrame.js +0 -17
  832. package/utils/common.d.ts +0 -2
  833. package/utils/common.js +0 -4
  834. package/utils/date.d.ts +0 -9
  835. package/utils/date.js +0 -11
  836. package/utils/focus.d.ts +0 -32
  837. package/utils/focus.js +0 -54
  838. package/utils/getCharCount.d.ts +0 -3
  839. package/utils/helpers.d.ts +0 -13
  840. package/utils/helpers.js +0 -49
  841. package/utils/index.d.ts +0 -10
  842. package/utils/layout.d.ts +0 -6
  843. package/utils/layout.js +0 -32
  844. package/utils/math.d.ts +0 -6
  845. package/utils/math.js +0 -11
  846. package/utils/setInRange.d.ts +0 -5
  847. package/utils/setInRange.js +0 -11
  848. package/utils/uniqueKeys.d.ts +0 -1
  849. package/utils/uniqueKeys.js +0 -4
package/tokens/index.d.ts DELETED
@@ -1,3390 +0,0 @@
1
- export * from './separator';
2
- export * from './draganddrop';
3
- export * from './avatar';
4
- export * from './chatbubble';
5
- export * from './radiogroup';
6
- export * from './searchModal';
7
- export * from './inputfile';
8
- export * from './searchModal';
9
- export * from './carousel';
10
- export * from './progressbar';
11
- export * from './card';
12
- export * from './counter';
13
- export * from './chat';
14
- export * from './values';
15
- export * from './font';
16
- export * from './colors';
17
- export * from './breakpoints';
18
- export * from './menu';
19
- export * from './spacing';
20
- export * from './radius';
21
- export * from './typography';
22
- export * from './borders';
23
- export * from './button';
24
- export * from './input';
25
- export * from './label';
26
- export * from './link';
27
- export * from './form';
28
- export * from './cursors';
29
- export * from './textarea';
30
- export * from './wrapper';
31
- export * from './loader';
32
- export * from './switch';
33
- export * from './animations';
34
- export * from './skeleton';
35
- export * from './defaultTheme';
36
- export * from './snackbar';
37
- export * from './list';
38
- export * from './select';
39
- export * from './search';
40
- export * from './breadcrumbs';
41
- export * from './icon';
42
- export * from './reset';
43
- export * from './toggle';
44
- export * from './tabs';
45
- export * from './stepper';
46
- export * from './rating';
47
- export * from './header';
48
- export * from './draganddropfiles';
49
- export * from './slider';
50
- export * from './scroll';
51
- export * from './utils';
52
- export * from './types/index.types';
53
- export declare const defaultTokens: {
54
- breakpoints: {
55
- xs: string;
56
- sm: string;
57
- md: string;
58
- lg: string;
59
- xl: string;
60
- xxl: string;
61
- };
62
- separator: {
63
- default: {
64
- alignItems: string;
65
- justifyItems: string;
66
- gap: string | number;
67
- };
68
- horizontal: {
69
- width: string;
70
- display: string;
71
- flexDirection: import('../types').FlexDirection;
72
- };
73
- vertical: {
74
- height: string;
75
- display: string;
76
- flexDirection: import('../types').FlexDirection;
77
- };
78
- line: {
79
- default: {};
80
- horizontal: {
81
- width: string;
82
- };
83
- vertical: {
84
- height: string;
85
- };
86
- };
87
- label: {
88
- default: {};
89
- attrs: {
90
- xs: {
91
- $variant: import('../types').TypographyVariant;
92
- $as: import('../types').TypographyVariant;
93
- };
94
- sm: {
95
- $variant: import('../types').TypographyVariant;
96
- $as: import('../types').TypographyVariant;
97
- };
98
- md: {
99
- $variant: import('../types').TypographyVariant;
100
- $as: import('../types').TypographyVariant;
101
- };
102
- lg: {
103
- $variant: import('../types').TypographyVariant;
104
- $as: import('../types').TypographyVariant;
105
- };
106
- xl: {
107
- $variant: import('../types').TypographyVariant;
108
- $as: import('../types').TypographyVariant;
109
- };
110
- xxl: {
111
- $variant: import('../types').TypographyVariant;
112
- $as: import('../types').TypographyVariant;
113
- };
114
- };
115
- };
116
- };
117
- draganddrop: {
118
- default: {
119
- position: string;
120
- };
121
- dragAndDropArea: {
122
- default: {
123
- backgroundColor: string;
124
- border: string;
125
- borderRadius: string;
126
- padding: string;
127
- };
128
- hover: {
129
- '&:hover': {
130
- backgroundColor: string;
131
- border: string;
132
- borderRadius: string;
133
- };
134
- };
135
- disabled: {
136
- cursor: string;
137
- backgroundColor: string;
138
- };
139
- error: {
140
- border: string;
141
- };
142
- loading: {
143
- backgroundColor: string;
144
- cursor: string;
145
- };
146
- };
147
- dragOverContent: {
148
- default: {
149
- backgroundColor: string;
150
- width: string;
151
- height: string;
152
- display: string;
153
- justifyContent: string;
154
- alignItems: string;
155
- border: string;
156
- borderRadius: string;
157
- };
158
- };
159
- uploadIcon: {
160
- default: {
161
- name: string;
162
- width: number;
163
- height: number;
164
- };
165
- disabled: {
166
- fill: string;
167
- };
168
- };
169
- contentTypography: {
170
- default: {
171
- margin: number;
172
- };
173
- disabled: {
174
- color: string;
175
- };
176
- };
177
- };
178
- avatar: {
179
- default: {
180
- borderRadius: string;
181
- position: string;
182
- width: number;
183
- height: number;
184
- };
185
- imageWrapper: {
186
- default: {
187
- borderRadius: string;
188
- overflow: string;
189
- height: string;
190
- width: string;
191
- alignContent: string;
192
- backgroundColor: any;
193
- };
194
- };
195
- badge: {
196
- default: {
197
- position: string;
198
- borderRadius: string;
199
- backgroundColor: any;
200
- width: number;
201
- height: number;
202
- border: string;
203
- top: number;
204
- right: number;
205
- };
206
- size: {
207
- xs: {
208
- width: number;
209
- height: number;
210
- border: string;
211
- top: number;
212
- right: number;
213
- };
214
- sm: {
215
- width: number;
216
- height: number;
217
- border: string;
218
- top: number;
219
- right: number;
220
- };
221
- md: {
222
- width: number;
223
- height: number;
224
- border: string;
225
- top: number;
226
- right: number;
227
- };
228
- lg: {
229
- width: number;
230
- height: number;
231
- border: string;
232
- top: number;
233
- right: number;
234
- };
235
- xl: {
236
- width: number;
237
- height: number;
238
- border: string;
239
- top: number;
240
- right: number;
241
- };
242
- };
243
- };
244
- fallbackText: {
245
- default: {
246
- overflow: string;
247
- textOverflow: string;
248
- whiteSpace: string;
249
- };
250
- attrs: {
251
- default: {
252
- variant: import('../types').TypographyVariant;
253
- align: import('../types').TextAlign;
254
- };
255
- size: {
256
- xs: {
257
- variant: import('../types').TypographyVariant;
258
- };
259
- sm: {
260
- variant: import('../types').TypographyVariant;
261
- };
262
- md: {
263
- variant: import('../types').TypographyVariant;
264
- };
265
- lg: {
266
- variant: import('../types').TypographyVariant;
267
- };
268
- xl: {
269
- variant: import('../types').TypographyVariant;
270
- };
271
- };
272
- };
273
- };
274
- size: {
275
- xs: {
276
- width: number;
277
- height: number;
278
- };
279
- sm: {
280
- width: number;
281
- height: number;
282
- };
283
- md: {
284
- width: number;
285
- height: number;
286
- };
287
- lg: {
288
- width: number;
289
- height: number;
290
- };
291
- xl: {
292
- width: number;
293
- height: number;
294
- };
295
- };
296
- };
297
- chatbubble: {
298
- default: {
299
- fontSize: string;
300
- fontWeight: number;
301
- lineHeight: string;
302
- display: string;
303
- flexDirection: import('../types').FlexDirection;
304
- gap: string | number;
305
- clear: string;
306
- margin: string;
307
- };
308
- question: {
309
- padding: string;
310
- float: string;
311
- backgroundColor: string;
312
- };
313
- answer: {
314
- padding: string | number;
315
- width: string;
316
- };
317
- pending: {};
318
- fulfilled: {};
319
- rejected: {};
320
- content: {
321
- default: {
322
- gap: string | number;
323
- display: string;
324
- flexDirection: import('../types').FlexDirection;
325
- };
326
- pending: {
327
- alignItems: string;
328
- };
329
- fulfilled: {};
330
- rejected: {};
331
- };
332
- actions: {
333
- display: string;
334
- flexDirection: import('../types').FlexDirection;
335
- };
336
- loader: {
337
- props: {
338
- name: string;
339
- size: string;
340
- withWrapper: boolean;
341
- };
342
- };
343
- };
344
- radiogroup: {
345
- input: {
346
- position: string;
347
- opacity: number;
348
- pointerEvents: string;
349
- };
350
- default: {
351
- margin: number;
352
- padding: number;
353
- border: number;
354
- };
355
- label: {
356
- default: {
357
- display: string;
358
- padding: string;
359
- fontSize: string;
360
- fontWeight: number;
361
- cursor: string;
362
- color: string;
363
- width: string;
364
- height: string;
365
- alignContent: import('../types').TextAlign;
366
- textAlign: import('../types').TextAlign;
367
- };
368
- disabled: {};
369
- selected: {};
370
- hover: {
371
- '&:hover': {
372
- color: string;
373
- };
374
- };
375
- };
376
- item: {
377
- default: {
378
- position: string;
379
- cursor: string;
380
- border: string;
381
- '&:focus-within': {
382
- outline: string;
383
- outlineOffset: string;
384
- };
385
- };
386
- disabled: {
387
- cursor: string;
388
- backgroundColor: string;
389
- '&::after': {
390
- content: string;
391
- position: string;
392
- top: number;
393
- left: number;
394
- width: string;
395
- height: string;
396
- background: string;
397
- };
398
- };
399
- selected: {
400
- boxShadow: string;
401
- border: string;
402
- };
403
- hover: {
404
- '&:hover': {
405
- border: string;
406
- };
407
- };
408
- };
409
- layouts: {
410
- column: {
411
- display: string;
412
- flexDirection: import('../types').FlexDirection;
413
- };
414
- row: {
415
- display: string;
416
- flexDirection: import('../types').FlexDirection;
417
- };
418
- grid: {
419
- display: string;
420
- };
421
- };
422
- };
423
- draganddropfiles: {
424
- default: {};
425
- };
426
- inputfile: {
427
- default: {
428
- overflow: string;
429
- position: string;
430
- };
431
- input: {
432
- opacity: number;
433
- inset: number;
434
- width: string;
435
- height: string;
436
- position: string;
437
- zIndex: number;
438
- };
439
- };
440
- carousel: {
441
- default: {};
442
- container: {
443
- default: {
444
- position: string;
445
- overflow: string;
446
- width: string;
447
- display: string;
448
- zIndex: number;
449
- gap: string;
450
- };
451
- variant: {
452
- cards: {
453
- gap: string;
454
- };
455
- single: {
456
- '.embla__slide': {
457
- padding: number;
458
- };
459
- };
460
- };
461
- layout: {
462
- horizontal: {
463
- flexDirection: string;
464
- };
465
- vertical: {
466
- flexDirection: string;
467
- height: string;
468
- };
469
- };
470
- };
471
- contentContainer: {
472
- flexDirection: string;
473
- height: string;
474
- width: string;
475
- position: string;
476
- justifyContent: string;
477
- alignItems: string;
478
- zIndex: string;
479
- };
480
- carouselViewport: {
481
- overflow: string;
482
- };
483
- carouselViewportSlideWrapper: {
484
- display: string;
485
- };
486
- carouselSlide: {
487
- flex: string;
488
- width: string;
489
- padding: number;
490
- '& img': {
491
- width: string;
492
- height: string;
493
- objectFit: string;
494
- borderRadius: number;
495
- };
496
- };
497
- footer: {
498
- display: string;
499
- justifyContent: string;
500
- alignItems: string;
501
- };
502
- footerControls: {
503
- display: string;
504
- };
505
- contentSlide: {
506
- display: string;
507
- paddingLeft: string;
508
- '&:first-child': {
509
- paddingLeft: number;
510
- };
511
- };
512
- carouselControlsWrapper: {
513
- position: string;
514
- };
515
- carouselControls: {
516
- display: string;
517
- justifyContent: string;
518
- alignItems: string;
519
- position: string;
520
- top: string;
521
- left: number;
522
- transform: string;
523
- width: string;
524
- padding: string;
525
- zIndex: number;
526
- };
527
- carouselDots: {
528
- display: string;
529
- justifyContent: string;
530
- gap: string;
531
- marginTop: string;
532
- };
533
- carouselDot: {
534
- default: {
535
- width: string;
536
- height: string;
537
- border: string;
538
- cursor: string;
539
- transition: string;
540
- };
541
- active: {
542
- backgroundColor: string;
543
- width: string;
544
- '&:hover': {};
545
- };
546
- nonActive: {
547
- backgroundColor: string;
548
- '&:hover': {};
549
- };
550
- };
551
- carouselThumbs: {
552
- default: {
553
- display: string;
554
- justifyContent: string;
555
- gap: string;
556
- };
557
- vertical: {
558
- flexDirection: import('../types').FlexDirection;
559
- flex: string;
560
- overflowX: string;
561
- alignItems: string;
562
- };
563
- horizontal: {
564
- overflowX: string;
565
- };
566
- };
567
- carouselThumbsViewport: {
568
- default: {
569
- overflow: string;
570
- };
571
- vertical: {
572
- maxHeight: string;
573
- };
574
- horizontal: {
575
- width: string;
576
- };
577
- };
578
- carouselThumbsWrapper: {
579
- default: {};
580
- vertical: {
581
- display: string;
582
- height: string;
583
- };
584
- horizontal: {
585
- display: string;
586
- };
587
- };
588
- carouselThumb: {
589
- default: {
590
- minWidth: string;
591
- minHeight: string;
592
- border: string;
593
- padding: number;
594
- background: string;
595
- cursor: string;
596
- opacity: number;
597
- transition: string;
598
- '&:hover': {
599
- opacity: number;
600
- };
601
- };
602
- active: {
603
- opacity: number;
604
- };
605
- vertical: {
606
- height: string;
607
- };
608
- horizontal: {
609
- marginLeft: string;
610
- };
611
- };
612
- controlsButton: {
613
- default: {
614
- width: string;
615
- height: string;
616
- };
617
- attrs: {
618
- variant: import('../types').ButtonVariant;
619
- color: import('../types').ButtonColorVariant;
620
- isIcon: boolean;
621
- };
622
- };
623
- icons: {
624
- base: {
625
- width: number;
626
- height: number;
627
- };
628
- controlLeft: {
629
- name: string;
630
- };
631
- controlRight: {
632
- name: string;
633
- };
634
- };
635
- };
636
- searchModal: {
637
- default: {};
638
- wrapper: {
639
- padding: string;
640
- overflowY: string;
641
- };
642
- input: {
643
- default: {
644
- '& input[type="search"]': {
645
- padding: string;
646
- height: string;
647
- fontSize: string;
648
- '&::placeholder': {
649
- color: any;
650
- };
651
- '&::-webkit-search-cancel-button': {
652
- appearance: string;
653
- };
654
- '&::-ms-clear': {
655
- display: string;
656
- };
657
- };
658
- };
659
- endIcon: {
660
- margin: string;
661
- padding: string | number;
662
- cursor: string;
663
- };
664
- icons: {
665
- close: {
666
- name: string;
667
- width: number;
668
- height: number;
669
- };
670
- };
671
- };
672
- loader: {
673
- default: {
674
- display: string;
675
- flexDirection: import('../types').FlexDirection;
676
- gap: string | number;
677
- };
678
- };
679
- items: {
680
- default: {
681
- display: string;
682
- flexDirection: import('../types').FlexDirection;
683
- };
684
- newSearchBtn: {
685
- styles: {
686
- '.gd-button__content': {
687
- justifyContent: string;
688
- };
689
- fontSize: string;
690
- fontWeight: number;
691
- lineHeight: string;
692
- textAlign: string;
693
- color: string;
694
- padding: string;
695
- };
696
- attrs: {
697
- variant: import('../types').ButtonVariant;
698
- };
699
- };
700
- noResult: {
701
- fontSize: string;
702
- fontWeight: number;
703
- lineHeight: string;
704
- display: string;
705
- flexDirection: import('../types').FlexDirection;
706
- alignItems: string;
707
- gap: string | number;
708
- padding: string;
709
- color: string;
710
- };
711
- groupTitle: {
712
- fontSize: string;
713
- fontWeight: number;
714
- lineHeight: string;
715
- textAlign: string;
716
- padding: string;
717
- color: string;
718
- };
719
- item: {
720
- styles: {
721
- fontSize: string;
722
- fontWeight: number;
723
- lineHeight: string;
724
- textAlign: string;
725
- gap: string | number;
726
- padding: string;
727
- color: string;
728
- '.gd-button__content': {
729
- display: string;
730
- };
731
- };
732
- attrs: {
733
- variant: import('../types').ButtonVariant;
734
- };
735
- };
736
- itemRow: {
737
- alignItems: string;
738
- justifyContent: string;
739
- gap: string | number;
740
- flexWrap: string;
741
- };
742
- itemColumn: {
743
- gap: string | number;
744
- minWidth: number;
745
- flexWrap: string;
746
- };
747
- itemContent: {
748
- default: {};
749
- title: {
750
- flex: number;
751
- minWidth: number;
752
- whiteSpace: string;
753
- textOverflow: string;
754
- overflow: string;
755
- };
756
- description: {
757
- flex: number;
758
- minWidth: number;
759
- whiteSpace: string;
760
- textOverflow: string;
761
- overflow: string;
762
- color: string;
763
- };
764
- date: {
765
- flex: string;
766
- whiteSpace: string;
767
- color: string;
768
- };
769
- };
770
- icons: {
771
- newChat: {
772
- width: number;
773
- height: number;
774
- name: string;
775
- fill: string;
776
- };
777
- noResults: {
778
- width: number;
779
- height: number;
780
- name: string;
781
- };
782
- item: {
783
- width: number;
784
- height: number;
785
- fill: string;
786
- };
787
- };
788
- };
789
- };
790
- progressbar: {
791
- styledProgressBar: {
792
- default: {
793
- width: string;
794
- display: string;
795
- };
796
- };
797
- styledTrack: {
798
- default: {
799
- position: string;
800
- width: string;
801
- height: string;
802
- overflow: string;
803
- backgroundColor: string;
804
- };
805
- };
806
- styledDeterminateFill: {
807
- default: {
808
- display: string;
809
- alignItems: string;
810
- justifyContent: string;
811
- paddingRight: number;
812
- whiteSpace: string;
813
- height: string;
814
- backgroundColor: string;
815
- transition: string;
816
- };
817
- };
818
- styledIndeterminateFill: {
819
- default: {
820
- backgroundColor: string;
821
- width: string;
822
- height: string;
823
- };
824
- };
825
- styledIndeterminateFillAnimations: {
826
- animationName: string;
827
- animationProps: string;
828
- };
829
- styledPercentLabel: {
830
- default: {
831
- display: string;
832
- alignItems: string;
833
- color: string;
834
- fontSize: string;
835
- fontWeight: number;
836
- height: string;
837
- userSelect: string;
838
- };
839
- };
840
- };
841
- card: {
842
- default: {
843
- display: string;
844
- '&:focus-visible': {
845
- outline: string;
846
- '&:hover': {
847
- boxShadow: string;
848
- };
849
- };
850
- };
851
- Vertical: {
852
- default: {
853
- flexDirection: import('../types').FlexDirection;
854
- '&:hover': {
855
- boxShadow: string;
856
- };
857
- };
858
- bordered: {
859
- border: string;
860
- };
861
- highlighted: {
862
- '&:not(:focus-visible):hover': {
863
- boxShadow: string;
864
- outline: string;
865
- };
866
- };
867
- };
868
- Horizontal: {
869
- default: {
870
- flexDirection: import('../types').FlexDirection;
871
- '&:hover': {
872
- boxShadow: string;
873
- };
874
- };
875
- bordered: {
876
- border: string;
877
- };
878
- highlighted: {
879
- '&:not(:focus-visible):hover': {
880
- boxShadow: string;
881
- outline: string;
882
- };
883
- };
884
- };
885
- title: {
886
- default: {
887
- margin: number;
888
- padding: number;
889
- };
890
- Vertical: {
891
- default: {};
892
- sm: {};
893
- };
894
- Horizontal: {
895
- default: {};
896
- sm: {};
897
- };
898
- };
899
- description: {
900
- default: {
901
- margin: number;
902
- padding: number;
903
- };
904
- Vertical: {
905
- default: {};
906
- sm: {};
907
- };
908
- Horizontal: {
909
- default: {};
910
- sm: {};
911
- };
912
- };
913
- rating: {
914
- default: {
915
- display: string;
916
- alignItems: string;
917
- gap: string;
918
- };
919
- Vertical: {
920
- default: {
921
- fontSize: string;
922
- fontWeight: number;
923
- lineHeight: string;
924
- color: string;
925
- };
926
- sm: {
927
- fontSize: string;
928
- fontWeight: number;
929
- lineHeight: string;
930
- color: string;
931
- flexDirection: import('../types').FlexDirection;
932
- };
933
- };
934
- Horizontal: {
935
- default: {
936
- fontSize: string;
937
- fontWeight: number;
938
- lineHeight: string;
939
- color: string;
940
- };
941
- sm: {
942
- fontSize: string;
943
- fontWeight: number;
944
- lineHeight: string;
945
- color: string;
946
- flexDirection: import('../types').FlexDirection;
947
- };
948
- };
949
- };
950
- button: {
951
- default: {
952
- display: string;
953
- };
954
- Vertical: {
955
- default: {};
956
- sm: {};
957
- };
958
- Horizontal: {
959
- default: {};
960
- sm: {};
961
- };
962
- };
963
- image: {
964
- default: {};
965
- Vertical: {
966
- default: {};
967
- sm: {};
968
- };
969
- Horizontal: {
970
- default: {};
971
- sm: {};
972
- };
973
- };
974
- counter: {
975
- default: {};
976
- Vertical: {
977
- default: {};
978
- sm: {};
979
- };
980
- Horizontal: {
981
- default: {};
982
- sm: {};
983
- };
984
- };
985
- price: {
986
- default: {
987
- display: string;
988
- };
989
- Vertical: {
990
- default: {};
991
- sm: {
992
- '& > div > *': {
993
- fontWeight: number;
994
- fontSize: string;
995
- lineHeight: string;
996
- marginTop: string;
997
- marginBottom: string;
998
- };
999
- };
1000
- };
1001
- Horizontal: {
1002
- default: {};
1003
- sm: {
1004
- '& > div > *': {
1005
- fontWeight: number;
1006
- fontSize: string;
1007
- lineHeight: string;
1008
- marginTop: string;
1009
- marginBottom: string;
1010
- };
1011
- };
1012
- };
1013
- };
1014
- };
1015
- counter: {
1016
- default: {
1017
- display: string;
1018
- width: string;
1019
- '& input': {
1020
- width: string;
1021
- textAlign: import('../types').TextAlign;
1022
- };
1023
- };
1024
- navButton: {
1025
- default: {
1026
- padding: string | number;
1027
- borderWidth: string;
1028
- '&:disabled': {
1029
- opacity: number;
1030
- backgroundColor: string;
1031
- borderWidth: string;
1032
- };
1033
- };
1034
- attrs: {
1035
- variant: import('../types').ButtonVariant;
1036
- isIcon: boolean;
1037
- };
1038
- };
1039
- icons: {
1040
- plus: {
1041
- name: string;
1042
- width: number;
1043
- height: number;
1044
- };
1045
- minus: {
1046
- name: string;
1047
- width: number;
1048
- height: number;
1049
- };
1050
- };
1051
- };
1052
- font: {
1053
- family: string;
1054
- weight: {
1055
- light: number;
1056
- normal: number;
1057
- medium: number;
1058
- bold: number;
1059
- };
1060
- size: {
1061
- xs: string;
1062
- sm: string;
1063
- md: string;
1064
- lg: string;
1065
- xl: string;
1066
- h1: string;
1067
- h2: string;
1068
- h3: string;
1069
- h4: string;
1070
- h5: string;
1071
- h6: string;
1072
- p: string;
1073
- small: string;
1074
- caption: string;
1075
- sub: string;
1076
- sup: string;
1077
- };
1078
- line: {
1079
- height: {
1080
- xs: string;
1081
- sm: string;
1082
- md: string;
1083
- lg: string;
1084
- xl: string;
1085
- h1: string;
1086
- h2: string;
1087
- h3: string;
1088
- h4: string;
1089
- h5: string;
1090
- h6: string;
1091
- p: string;
1092
- small: string;
1093
- caption: string;
1094
- sub: string;
1095
- sup: string;
1096
- };
1097
- };
1098
- };
1099
- colors: {
1100
- transparent: string;
1101
- primary: {
1102
- default: string;
1103
- 'default.80': string;
1104
- 'default.10': string;
1105
- };
1106
- secondary: {
1107
- default: string;
1108
- 'default.80': string;
1109
- 'default.10': string;
1110
- };
1111
- neutral: {
1112
- white: string;
1113
- black: string;
1114
- 'grey.100': string;
1115
- 'grey.90': string;
1116
- 'grey.80': string;
1117
- 'grey.60': string;
1118
- 'grey.40': string;
1119
- 'grey.30': string;
1120
- 'grey.10': string;
1121
- };
1122
- status: {
1123
- red: string;
1124
- 'red.80': string;
1125
- 'red.20': string;
1126
- 'red.10': string;
1127
- green: string;
1128
- 'green.80': string;
1129
- 'green.20': string;
1130
- 'green.10': string;
1131
- blue: string;
1132
- 'blue.80': string;
1133
- 'blue.20': string;
1134
- 'blue.10': string;
1135
- orange: string;
1136
- 'orange.80': string;
1137
- 'orange.20': string;
1138
- 'orange.10': string;
1139
- };
1140
- bg: {
1141
- default: string;
1142
- surface: string;
1143
- input: {
1144
- default: string;
1145
- disabled: string;
1146
- };
1147
- fill: {
1148
- disabled: string;
1149
- primary: {
1150
- default: string;
1151
- hover: string;
1152
- };
1153
- secondary: {
1154
- default: string;
1155
- hover: string;
1156
- };
1157
- error: {
1158
- primary: {
1159
- default: string;
1160
- hover: string;
1161
- };
1162
- secondary: {
1163
- default: string;
1164
- hover: string;
1165
- };
1166
- };
1167
- success: {
1168
- primary: {
1169
- default: string;
1170
- hover: string;
1171
- };
1172
- secondary: {
1173
- default: string;
1174
- hover: string;
1175
- };
1176
- };
1177
- warning: {
1178
- primary: {
1179
- default: string;
1180
- hover: string;
1181
- };
1182
- secondary: {
1183
- default: string;
1184
- hover: string;
1185
- };
1186
- };
1187
- info: {
1188
- primary: {
1189
- default: string;
1190
- hover: string;
1191
- };
1192
- secondary: {
1193
- default: string;
1194
- hover: string;
1195
- };
1196
- };
1197
- };
1198
- toast: {
1199
- success: string;
1200
- error: string;
1201
- warning: string;
1202
- info: string;
1203
- };
1204
- };
1205
- border: {
1206
- primary: {
1207
- default: string;
1208
- hover: string;
1209
- };
1210
- secondary: {
1211
- default: string;
1212
- disabled: string;
1213
- hover: string;
1214
- };
1215
- error: string;
1216
- success: string;
1217
- info: string;
1218
- warning: string;
1219
- default: string;
1220
- focus: string;
1221
- };
1222
- text: {
1223
- default: string;
1224
- active: string;
1225
- disabled: string;
1226
- title: string;
1227
- caption: string;
1228
- error: string;
1229
- success: string;
1230
- info: string;
1231
- link: {
1232
- default: string;
1233
- hover: string;
1234
- };
1235
- warning: string;
1236
- primary: {
1237
- default: string;
1238
- hover: string;
1239
- };
1240
- };
1241
- icon: {
1242
- primary: {
1243
- default: string;
1244
- active: string;
1245
- disabled: string;
1246
- };
1247
- success: string;
1248
- info: string;
1249
- warning: string;
1250
- error: string;
1251
- };
1252
- };
1253
- spacing: {
1254
- none: number;
1255
- xs: string;
1256
- sm: string;
1257
- md: string;
1258
- lg: string;
1259
- xl: string;
1260
- xxl: string;
1261
- };
1262
- borders: {
1263
- none: number;
1264
- generic: ({ width, color, type, }?: {
1265
- width?: string;
1266
- color?: string;
1267
- type?: string;
1268
- }) => string;
1269
- focus: string;
1270
- };
1271
- scroll: {
1272
- container: {
1273
- default: {
1274
- position: string;
1275
- display: string;
1276
- overflow: string;
1277
- isolation: string;
1278
- maxBlockSize: string;
1279
- '&::-webkit-scrollbar, &::-webkit-scrollbar-thumb': {
1280
- background: string;
1281
- width: string;
1282
- height: string;
1283
- };
1284
- };
1285
- };
1286
- content: {
1287
- default: {
1288
- position: string;
1289
- zIndex: number;
1290
- flex: number;
1291
- flexBasis: string;
1292
- height: string;
1293
- };
1294
- };
1295
- scrollbars: {
1296
- default: {
1297
- position: string;
1298
- top: string;
1299
- left: string;
1300
- zIndex: number;
1301
- minWidth: string;
1302
- minHeight: string;
1303
- maxWidth: string;
1304
- maxHeight: string;
1305
- float: string;
1306
- marginRight: string;
1307
- marginInlineStart: string;
1308
- marginInlineEnd: string;
1309
- pointerEvents: string;
1310
- };
1311
- };
1312
- scrollbar: {
1313
- default: {
1314
- position: string;
1315
- pointerEvents: string;
1316
- opacity: number;
1317
- transition: string;
1318
- '&:hover': {
1319
- opacity: number;
1320
- };
1321
- };
1322
- vertical: {
1323
- right: number;
1324
- bottom: string;
1325
- top: number;
1326
- width: string;
1327
- };
1328
- horizontal: {
1329
- left: number;
1330
- bottom: number;
1331
- right: string;
1332
- height: string;
1333
- };
1334
- };
1335
- thumb: {
1336
- default: {
1337
- position: string;
1338
- cursor: string;
1339
- pointerEvents: string;
1340
- background: string;
1341
- backgroundClip: string;
1342
- boxSizing: string;
1343
- };
1344
- vertical: {
1345
- right: number;
1346
- bottom: number;
1347
- top: number;
1348
- width: string;
1349
- minHeight: string;
1350
- transition: string;
1351
- };
1352
- horizontal: {
1353
- left: number;
1354
- right: number;
1355
- bottom: number;
1356
- height: string;
1357
- minWidth: string;
1358
- transition: string;
1359
- };
1360
- };
1361
- };
1362
- radius: {
1363
- default: string;
1364
- none: string;
1365
- xs: string;
1366
- sm: string;
1367
- md: string;
1368
- lg: string;
1369
- xl: string;
1370
- round: string;
1371
- };
1372
- button: {
1373
- default: {
1374
- border: number;
1375
- outline: number;
1376
- padding: string;
1377
- display: string;
1378
- alignItems: string;
1379
- gap: string;
1380
- transition: any;
1381
- cursor: string;
1382
- '&:focus-visible': {
1383
- position: string;
1384
- '&::after': {
1385
- content: string;
1386
- position: string;
1387
- top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1388
- right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1389
- bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1390
- left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1391
- border: string;
1392
- borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
1393
- };
1394
- };
1395
- '&:disabled, &:disabled *': {
1396
- cursor: string;
1397
- color: any;
1398
- };
1399
- };
1400
- icon: {
1401
- padding: string;
1402
- '& span': {
1403
- display: string;
1404
- justifyContent: string;
1405
- alignItems: string;
1406
- };
1407
- };
1408
- content: {
1409
- default: {
1410
- display: string;
1411
- alignItems: string;
1412
- justifyContent: string;
1413
- width: string;
1414
- minWidth: string;
1415
- };
1416
- };
1417
- fullWidth: {
1418
- width: string;
1419
- };
1420
- startIcon: {
1421
- default: {};
1422
- };
1423
- endIcon: {
1424
- default: {};
1425
- };
1426
- contained: {
1427
- primary: {
1428
- border: string;
1429
- background: any;
1430
- color: any;
1431
- '&:hover': {
1432
- background: any;
1433
- border: string;
1434
- };
1435
- '&:disabled': {
1436
- background: any;
1437
- border: string;
1438
- };
1439
- };
1440
- secondary: {
1441
- border: string;
1442
- color: any;
1443
- background: any;
1444
- '&:hover': {
1445
- background: any;
1446
- border: string;
1447
- };
1448
- '&:disabled': {
1449
- border: string;
1450
- background: any;
1451
- };
1452
- };
1453
- };
1454
- outlined: {
1455
- primary: {
1456
- border: string;
1457
- background: any;
1458
- color: any;
1459
- '&:hover': {
1460
- background: any;
1461
- };
1462
- '&:disabled': {
1463
- background: any;
1464
- color: any;
1465
- border: string;
1466
- };
1467
- };
1468
- secondary: {
1469
- color: any;
1470
- border: string;
1471
- background: any;
1472
- '&:hover': {
1473
- background: any;
1474
- border: string;
1475
- };
1476
- '&:disabled': {
1477
- background: any;
1478
- border: string;
1479
- };
1480
- };
1481
- };
1482
- text: {
1483
- primary: {
1484
- background: any;
1485
- border: string;
1486
- color: any;
1487
- '&:not(:disabled):hover': {
1488
- border: string;
1489
- background: any;
1490
- };
1491
- '&:disabled': {
1492
- background: any;
1493
- };
1494
- };
1495
- secondary: {
1496
- background: any;
1497
- border: string;
1498
- color: any;
1499
- '&:not(:disabled):hover': {
1500
- textDecoration: string;
1501
- };
1502
- '&:disabled': {
1503
- background: any;
1504
- };
1505
- };
1506
- };
1507
- inherit: {
1508
- primary: {
1509
- backgroundColor: string;
1510
- padding: string;
1511
- '&:hover': {
1512
- background: any;
1513
- };
1514
- '&:disabled': {
1515
- background: string;
1516
- };
1517
- };
1518
- secondary: {
1519
- padding: string;
1520
- backgroundColor: string;
1521
- '&:not(:disabled):hover': {
1522
- background: string;
1523
- };
1524
- };
1525
- };
1526
- };
1527
- input: {
1528
- wrapper: {
1529
- default: {
1530
- boxSizing: string;
1531
- display: string;
1532
- alignSelf: string;
1533
- alignItems: string;
1534
- borderRadius: number;
1535
- position: string;
1536
- };
1537
- withGap: {
1538
- flexDirection: import('../types').FlexDirection;
1539
- alignItems: string;
1540
- gap: string;
1541
- };
1542
- };
1543
- input: {
1544
- default: {
1545
- borderRadius: number;
1546
- padding: string;
1547
- outline: string;
1548
- position: string;
1549
- cursor: string;
1550
- border: number;
1551
- backgroundColor: string;
1552
- '&::placeholder': {
1553
- color: string;
1554
- };
1555
- '&:not([type="radio"], [type="checkbox"], [type="range"])': {
1556
- height: string;
1557
- width: string;
1558
- zIndex: number;
1559
- };
1560
- '&[type="number"]': {
1561
- appearance: string;
1562
- '&::-webkit-outer-spin-button, &::-webkit-inner-spin-button': {
1563
- appearance: string;
1564
- margin: number;
1565
- };
1566
- };
1567
- '&[readonly], &:disabled': {
1568
- color: string;
1569
- cursor: string;
1570
- };
1571
- '&[type="checkbox"]': {
1572
- cursor: string;
1573
- appearance: string;
1574
- height: string;
1575
- width: string;
1576
- backgroundColor: string;
1577
- border: string;
1578
- backgroundImage: string;
1579
- '&:focus-visible': {
1580
- position: string;
1581
- '&::after': {
1582
- content: string;
1583
- position: string;
1584
- top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1585
- right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1586
- bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1587
- left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1588
- border: string;
1589
- borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
1590
- };
1591
- };
1592
- };
1593
- '&[type="checkbox"]:not(:checked)': {
1594
- '&[readonly], &:disabled': {
1595
- opacity: number;
1596
- };
1597
- };
1598
- '&[type="checkbox"]:checked': {
1599
- backgroundRepeat: string;
1600
- backgroundPosition: string;
1601
- backgroundSize: string;
1602
- backgroundColor: string;
1603
- border: string;
1604
- backgroundImage: string;
1605
- '&[readonly], &:disabled': {
1606
- backgroundImage: string;
1607
- };
1608
- };
1609
- '&[type="radio"]': {
1610
- cursor: string;
1611
- appearance: string;
1612
- height: string;
1613
- width: string;
1614
- border: string;
1615
- backgroundImage: string;
1616
- '&:focus-visible': {
1617
- position: string;
1618
- '&::after': {
1619
- content: string;
1620
- position: string;
1621
- top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1622
- right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1623
- bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1624
- left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
1625
- border: string;
1626
- borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
1627
- };
1628
- };
1629
- '&[readonly], &:disabled': {
1630
- opacity: number;
1631
- };
1632
- };
1633
- '&[type="radio"]:checked': {
1634
- backgroundImage: string;
1635
- };
1636
- };
1637
- defaultInteraction: {
1638
- "&:focus-visible ~ .Input__outline": {
1639
- position: string;
1640
- top: number;
1641
- left: number;
1642
- bottom: number;
1643
- width: string;
1644
- outline: string;
1645
- outlineOffset: string;
1646
- };
1647
- };
1648
- mouseInteraction: {};
1649
- primary: {
1650
- "& + .Input__border": {
1651
- position: string;
1652
- top: number;
1653
- left: number;
1654
- width: string;
1655
- height: string;
1656
- border: string;
1657
- };
1658
- };
1659
- success: {
1660
- "& + .Input__border": {
1661
- position: string;
1662
- top: number;
1663
- left: number;
1664
- width: string;
1665
- height: string;
1666
- border: string;
1667
- };
1668
- };
1669
- warning: {
1670
- "& + .Input__border": {
1671
- position: string;
1672
- top: number;
1673
- left: number;
1674
- width: string;
1675
- height: string;
1676
- border: string;
1677
- };
1678
- };
1679
- error: {
1680
- "& + .Input__border": {
1681
- position: string;
1682
- top: number;
1683
- left: number;
1684
- width: string;
1685
- height: string;
1686
- border: string;
1687
- };
1688
- };
1689
- };
1690
- helper: {
1691
- default: {
1692
- sm: {
1693
- fontSize: string;
1694
- fontWeight: number;
1695
- lineHeight: string;
1696
- };
1697
- md: {
1698
- fontSize: string;
1699
- fontWeight: number;
1700
- lineHeight: string;
1701
- color: string;
1702
- };
1703
- };
1704
- primary: {
1705
- sm: {
1706
- color: string;
1707
- };
1708
- md: {};
1709
- };
1710
- success: {
1711
- sm: {
1712
- color: string;
1713
- };
1714
- md: {};
1715
- };
1716
- warning: {
1717
- sm: {
1718
- color: string;
1719
- };
1720
- md: {};
1721
- };
1722
- error: {
1723
- sm: {
1724
- color: string;
1725
- };
1726
- md: {};
1727
- };
1728
- };
1729
- adornment: {
1730
- default: {
1731
- display: string;
1732
- alignItems: string;
1733
- position: string;
1734
- zIndex: number;
1735
- };
1736
- };
1737
- };
1738
- label: {
1739
- default: {
1740
- cursor: string;
1741
- display: string;
1742
- };
1743
- };
1744
- link: {
1745
- default: {
1746
- fontFamily: string;
1747
- fontSize: string;
1748
- fontWeight: string;
1749
- lineHeight: string;
1750
- color: string;
1751
- position: string;
1752
- '&:visited': {
1753
- color: string;
1754
- '&::after': {
1755
- borderBottom: string;
1756
- };
1757
- };
1758
- '&:focus, &:active, &:focus-visible': {
1759
- outline: string;
1760
- };
1761
- "&.Link--disabled": {
1762
- color: string;
1763
- cursor: import('../types').Cursors;
1764
- textDecoration: string;
1765
- backgroundColor: string;
1766
- '&::after': {
1767
- borderBottomColor: string;
1768
- };
1769
- };
1770
- };
1771
- primary: {
1772
- '&::after': {
1773
- content: string;
1774
- position: string;
1775
- right: number;
1776
- bottom: number;
1777
- left: number;
1778
- borderBottom: string;
1779
- };
1780
- '&:hover': {
1781
- backgroundColor: string;
1782
- '&::after': {
1783
- borderBottomColor: string;
1784
- };
1785
- };
1786
- };
1787
- secondary: {
1788
- '&::after': {
1789
- content: string;
1790
- position: string;
1791
- right: number;
1792
- bottom: number;
1793
- left: number;
1794
- borderBottom: string;
1795
- };
1796
- '&:hover': {
1797
- backgroundColor: string;
1798
- '&::after': {
1799
- borderBottomColor: string;
1800
- };
1801
- };
1802
- };
1803
- inverted: {
1804
- '&::after': {
1805
- content: string;
1806
- position: string;
1807
- right: number;
1808
- bottom: number;
1809
- left: number;
1810
- borderBottom: string;
1811
- };
1812
- '&:hover': {
1813
- backgroundColor: string;
1814
- '&::after': {
1815
- borderBottomColor: string;
1816
- };
1817
- };
1818
- };
1819
- inherit: {
1820
- color: string;
1821
- };
1822
- };
1823
- form: {
1824
- default: {};
1825
- };
1826
- typography: {
1827
- base: {
1828
- fontFamily: string;
1829
- };
1830
- span: {
1831
- fontSize: string;
1832
- fontWeight: string;
1833
- lineHeight: string;
1834
- };
1835
- h1: {
1836
- fontSize: string;
1837
- fontWeight: number;
1838
- lineHeight: string;
1839
- marginTop: string;
1840
- marginBottom: string;
1841
- };
1842
- h2: {
1843
- fontSize: string;
1844
- fontWeight: number;
1845
- lineHeight: string;
1846
- marginTop: string;
1847
- marginBottom: string;
1848
- };
1849
- h3: {
1850
- fontSize: string;
1851
- fontWeight: number;
1852
- lineHeight: string;
1853
- marginTop: string;
1854
- marginBottom: string;
1855
- };
1856
- h4: {
1857
- fontSize: string;
1858
- fontWeight: number;
1859
- lineHeight: string;
1860
- marginTop: string;
1861
- marginBottom: string;
1862
- };
1863
- h5: {
1864
- fontSize: string;
1865
- fontWeight: number;
1866
- lineHeight: string;
1867
- marginTop: string;
1868
- marginBottom: string;
1869
- };
1870
- h6: {
1871
- fontSize: string;
1872
- fontWeight: number;
1873
- lineHeight: string;
1874
- marginTop: string;
1875
- marginBottom: string;
1876
- };
1877
- strong: {
1878
- fontWeight: number;
1879
- };
1880
- i: {
1881
- fontStyle: string;
1882
- };
1883
- p: {
1884
- fontSize: string;
1885
- fontWeight: number;
1886
- lineHeight: string;
1887
- };
1888
- small: {
1889
- fontSize: string;
1890
- fontWeight: number;
1891
- lineHeight: string;
1892
- };
1893
- caption: {
1894
- fontSize: string;
1895
- fontWeight: number;
1896
- lineHeight: string;
1897
- };
1898
- div: {
1899
- xs: {
1900
- fontSize: string;
1901
- lineHeight: string;
1902
- };
1903
- sm: {
1904
- fontSize: string;
1905
- lineHeight: string;
1906
- };
1907
- md: {
1908
- fontSize: string;
1909
- lineHeight: string;
1910
- };
1911
- lg: {
1912
- fontSize: string;
1913
- lineHeight: string;
1914
- };
1915
- xl: {
1916
- fontSize: string;
1917
- lineHeight: string;
1918
- };
1919
- };
1920
- styleVariant: {
1921
- light: {
1922
- fontWeight: number;
1923
- };
1924
- normal: {
1925
- fontWeight: number;
1926
- };
1927
- semibold: {
1928
- fontWeight: number;
1929
- };
1930
- bold: {
1931
- fontWeight: number;
1932
- };
1933
- italic: {
1934
- fontStyle: string;
1935
- };
1936
- small: {
1937
- fontSize: string;
1938
- };
1939
- uppercase: {
1940
- textTransform: string;
1941
- };
1942
- lowercase: {
1943
- textTransform: string;
1944
- };
1945
- underline: {
1946
- textDecoration: string;
1947
- };
1948
- strike: {
1949
- textDecoration: string;
1950
- };
1951
- };
1952
- };
1953
- textarea: {
1954
- default: {
1955
- width: string;
1956
- };
1957
- outlined: {
1958
- primary: {
1959
- '&:hover': {};
1960
- '&:active': {};
1961
- '&:focus': {};
1962
- '&:disabled': {};
1963
- '&:read-only': {};
1964
- };
1965
- secondary: {
1966
- '&:hover': {};
1967
- '&:active': {};
1968
- '&:focus': {};
1969
- '&:disabled': {};
1970
- '&:read-only': {};
1971
- };
1972
- success: {
1973
- '&:hover': {};
1974
- '&:active': {};
1975
- '&:focus': {};
1976
- '&:disabled': {};
1977
- '&:read-only': {};
1978
- };
1979
- warning: {
1980
- '&:hover': {};
1981
- '&:active': {};
1982
- '&:focus': {};
1983
- '&:disabled': {};
1984
- '&:read-only': {};
1985
- };
1986
- error: {
1987
- '&:hover': {};
1988
- '&:active': {};
1989
- '&:focus': {};
1990
- '&:disabled': {};
1991
- '&:read-only': {};
1992
- };
1993
- };
1994
- contained: {};
1995
- text: {};
1996
- };
1997
- wrapper: {
1998
- default: {
1999
- justifyContent: string;
2000
- alignItems: string;
2001
- backdropFilter: string;
2002
- backgroundColor: string;
2003
- };
2004
- inline: {
2005
- display: string;
2006
- };
2007
- section: {
2008
- display: string;
2009
- top: number;
2010
- left: number;
2011
- width: string;
2012
- height: string;
2013
- position: string;
2014
- zIndex: number;
2015
- };
2016
- fullPage: {
2017
- display: string;
2018
- position: string;
2019
- top: number;
2020
- left: number;
2021
- width: string;
2022
- height: string;
2023
- zIndex: number;
2024
- };
2025
- };
2026
- loader: {
2027
- default: {
2028
- display: string;
2029
- };
2030
- inline: {};
2031
- section: {};
2032
- fullPage: {};
2033
- circle: {
2034
- default: {
2035
- border: string;
2036
- borderTop: string;
2037
- borderRadius: string;
2038
- };
2039
- xs: {
2040
- borderWidth: string;
2041
- width: string;
2042
- height: string;
2043
- minWidth: string;
2044
- minHeight: string;
2045
- };
2046
- sm: {
2047
- borderWidth: string;
2048
- width: string;
2049
- height: string;
2050
- maxWidth: string;
2051
- maxHeight: string;
2052
- };
2053
- md: {
2054
- borderWidth: string;
2055
- width: string;
2056
- height: string;
2057
- maxWidth: string;
2058
- maxHeight: string;
2059
- };
2060
- lg: {
2061
- borderWidth: string;
2062
- width: string;
2063
- height: string;
2064
- maxWidth: string;
2065
- maxHeight: string;
2066
- };
2067
- xl: {
2068
- borderWidth: string;
2069
- width: string;
2070
- height: string;
2071
- maxWidth: string;
2072
- maxHeight: string;
2073
- };
2074
- };
2075
- dots: {
2076
- default: {
2077
- display: string;
2078
- justifyContent: string;
2079
- alignItems: string;
2080
- };
2081
- xs: {
2082
- gap: string | number;
2083
- '.dot': {
2084
- background: string;
2085
- width: string;
2086
- height: string;
2087
- '&:nth-of-type(1)': {
2088
- animationDelay: string;
2089
- };
2090
- '&:nth-of-type(2)': {
2091
- animationDelay: string;
2092
- };
2093
- };
2094
- };
2095
- sm: {
2096
- gap: string | number;
2097
- '.dot': {
2098
- background: string;
2099
- width: string;
2100
- height: string;
2101
- '&:nth-of-type(1)': {
2102
- animationDelay: string;
2103
- };
2104
- '&:nth-of-type(2)': {
2105
- animationDelay: string;
2106
- };
2107
- };
2108
- };
2109
- md: {
2110
- gap: string | number;
2111
- '.dot': {
2112
- background: string;
2113
- width: string;
2114
- height: string;
2115
- '&:nth-of-type(1)': {
2116
- animationDelay: string;
2117
- };
2118
- '&:nth-of-type(2)': {
2119
- animationDelay: string;
2120
- };
2121
- };
2122
- };
2123
- lg: {
2124
- gap: string | number;
2125
- '.dot': {
2126
- background: string;
2127
- width: string;
2128
- height: string;
2129
- '&:nth-of-type(1)': {
2130
- animationDelay: string;
2131
- };
2132
- '&:nth-of-type(2)': {
2133
- animationDelay: string;
2134
- };
2135
- };
2136
- };
2137
- xl: {
2138
- gap: string | number;
2139
- '.dot': {
2140
- background: string;
2141
- width: string;
2142
- height: string;
2143
- '&:nth-of-type(1)': {
2144
- animationDelay: string;
2145
- };
2146
- '&:nth-of-type(2)': {
2147
- animationDelay: string;
2148
- };
2149
- };
2150
- };
2151
- };
2152
- animation: {
2153
- circle: {
2154
- name: string;
2155
- };
2156
- dots: {
2157
- name: string;
2158
- };
2159
- };
2160
- };
2161
- switchToggle: {
2162
- default: {
2163
- display: string;
2164
- position: string;
2165
- padding: string;
2166
- border: string;
2167
- };
2168
- disabled: {};
2169
- };
2170
- skeleton: {
2171
- default: {
2172
- display: string;
2173
- position: string;
2174
- backgroundColor: string;
2175
- alignItems: string;
2176
- justifyContent: string;
2177
- width: string;
2178
- height: string;
2179
- overflow: string;
2180
- '&:empty::before': {
2181
- content: string;
2182
- };
2183
- };
2184
- rounded: {
2185
- borderRadius: string;
2186
- };
2187
- rectangular: {
2188
- borderRadius: string;
2189
- };
2190
- circular: {
2191
- borderRadius: string;
2192
- };
2193
- cards: {
2194
- search: {
2195
- default: {};
2196
- container: {
2197
- padding: string;
2198
- boxSizing: string;
2199
- flexWrap: string;
2200
- flexDirection: string;
2201
- };
2202
- header: {
2203
- width: string;
2204
- marginBottom: string;
2205
- };
2206
- row: {
2207
- width: string;
2208
- marginBottom: string;
2209
- gap: string;
2210
- };
2211
- columnImage: {
2212
- default: {
2213
- flex: number;
2214
- };
2215
- image: {
2216
- width: string;
2217
- height: string;
2218
- };
2219
- };
2220
- columnText: {
2221
- default: {
2222
- flex: number;
2223
- };
2224
- description: {
2225
- width: string;
2226
- height: string;
2227
- marginBottom: string;
2228
- };
2229
- price: {
2230
- width: string;
2231
- height: string;
2232
- marginBottom: string;
2233
- };
2234
- };
2235
- };
2236
- };
2237
- };
2238
- animations: {
2239
- spinKeyframes: {
2240
- '0%': {
2241
- transform: string;
2242
- };
2243
- '100%': {
2244
- transform: string;
2245
- };
2246
- };
2247
- bounceKeyframes: {
2248
- '0%, 80%, 100%': {
2249
- transform: string;
2250
- };
2251
- '40%': {
2252
- transform: string;
2253
- };
2254
- };
2255
- slideIn: {
2256
- '0%': {
2257
- transform: string;
2258
- opacity: number;
2259
- };
2260
- '100%': {
2261
- transform: string;
2262
- opacity: number;
2263
- };
2264
- };
2265
- slideOut: {
2266
- '0%': {
2267
- transform: string;
2268
- opacity: number;
2269
- };
2270
- '100%': {
2271
- transform: string;
2272
- opacity: number;
2273
- };
2274
- };
2275
- blinkKeyframes: {
2276
- '0%': {
2277
- opacity: number;
2278
- };
2279
- '50%': {
2280
- opacity: number;
2281
- };
2282
- '100%': {
2283
- opacity: number;
2284
- };
2285
- };
2286
- progressIndeterminate: {
2287
- '0%': {
2288
- transform: string;
2289
- };
2290
- '50%': {
2291
- transform: string;
2292
- };
2293
- '100%': {
2294
- transform: string;
2295
- };
2296
- };
2297
- };
2298
- snackbar: {
2299
- container: {
2300
- default: {
2301
- position: string;
2302
- display: string;
2303
- flexDirection: import('../types').FlexDirection;
2304
- gap: string;
2305
- padding: string;
2306
- boxSizing: string;
2307
- maxHeight: string;
2308
- overflowY: string;
2309
- overflowX: string;
2310
- scrollbarWidth: string;
2311
- scrollbarColor: string;
2312
- zIndex: number;
2313
- '&::-webkit-scrollbar': {
2314
- width: string;
2315
- background: string;
2316
- };
2317
- '&::-webkit-scrollbar-thumb': {
2318
- background: string;
2319
- borderRadius: string;
2320
- };
2321
- '&::-webkit-scrollbar-track': {
2322
- background: string;
2323
- };
2324
- '&:hover::-webkit-scrollbar-thumb': {
2325
- background: string;
2326
- };
2327
- '&.scrolling::-webkit-scrollbar-thumb': {
2328
- background: string;
2329
- };
2330
- };
2331
- };
2332
- snackbar: {
2333
- default: {
2334
- position: string;
2335
- boxShadow: string;
2336
- width: string;
2337
- fontSize: string;
2338
- display: string;
2339
- flexDirection: import('../types').FlexDirection;
2340
- gap: string;
2341
- color: string;
2342
- padding: string;
2343
- };
2344
- background: {
2345
- default: string;
2346
- variants: {
2347
- success: string;
2348
- error: string;
2349
- warning: string;
2350
- info: string;
2351
- };
2352
- };
2353
- animation: {
2354
- duration: string;
2355
- timing: string;
2356
- };
2357
- };
2358
- positions: {
2359
- "top-left": {
2360
- top: number;
2361
- left: number;
2362
- alignItems: string;
2363
- };
2364
- "top-center": {
2365
- top: number;
2366
- left: string;
2367
- transform: string;
2368
- alignItems: string;
2369
- };
2370
- "top-right": {
2371
- top: number;
2372
- right: number;
2373
- alignItems: string;
2374
- };
2375
- "bottom-left": {
2376
- bottom: number;
2377
- left: number;
2378
- alignItems: string;
2379
- flexDirection: import('../types').FlexDirection;
2380
- };
2381
- "bottom-center": {
2382
- bottom: number;
2383
- left: string;
2384
- transform: string;
2385
- alignItems: string;
2386
- flexDirection: import('../types').FlexDirection;
2387
- };
2388
- "bottom-right": {
2389
- bottom: number;
2390
- right: number;
2391
- alignItems: string;
2392
- flexDirection: import('../types').FlexDirection;
2393
- };
2394
- };
2395
- closeButton: {
2396
- position: string;
2397
- top: string;
2398
- right: string;
2399
- background: string;
2400
- border: number;
2401
- cursor: string;
2402
- padding: number;
2403
- width: number;
2404
- height: number;
2405
- };
2406
- icons: {
2407
- close: {
2408
- name: string;
2409
- width: number;
2410
- height: number;
2411
- };
2412
- success: {
2413
- name: string;
2414
- fill: string;
2415
- width: number;
2416
- height: number;
2417
- };
2418
- error: {
2419
- name: string;
2420
- fill: string;
2421
- width: number;
2422
- height: number;
2423
- };
2424
- warning: {
2425
- name: string;
2426
- fill: string;
2427
- width: number;
2428
- height: number;
2429
- };
2430
- info: {
2431
- name: string;
2432
- fill: string;
2433
- width: number;
2434
- height: number;
2435
- };
2436
- };
2437
- snackbarBody: {
2438
- display: string;
2439
- alignItems: string;
2440
- gap: string;
2441
- };
2442
- snackbarContent: {
2443
- display: string;
2444
- flexDirection: import('../types').FlexDirection;
2445
- alignItems: string;
2446
- gap: string | number;
2447
- flex: number;
2448
- };
2449
- actionsContainer: {
2450
- paddingTop: string | number;
2451
- };
2452
- };
2453
- list: {
2454
- wrapper: {
2455
- default: {
2456
- listStyle: string;
2457
- padding: number;
2458
- margin: number;
2459
- };
2460
- "ordered-circle": {
2461
- counterReset: string;
2462
- paddingLeft: number;
2463
- };
2464
- "ordered-square": {
2465
- counterReset: string;
2466
- paddingLeft: number;
2467
- };
2468
- };
2469
- item: {
2470
- default: {
2471
- display: string;
2472
- alignItems: string;
2473
- flexDirection: string;
2474
- margin: string;
2475
- '&:first-child': {
2476
- margin: string;
2477
- };
2478
- };
2479
- "ordered-circle": {
2480
- '&::before': {
2481
- content: string;
2482
- counterIncrement: string;
2483
- background: string;
2484
- fontFamily: string;
2485
- fontSize: string;
2486
- fontWeight: number;
2487
- width: string;
2488
- height: string;
2489
- color: string;
2490
- display: string;
2491
- alignItems: string;
2492
- justifyContent: string;
2493
- marginRight: string;
2494
- borderRadius: string;
2495
- };
2496
- };
2497
- "ordered-square": {
2498
- '&::before': {
2499
- content: string;
2500
- counterIncrement: string;
2501
- background: string;
2502
- fontFamily: string;
2503
- fontSize: string;
2504
- fontWeight: number;
2505
- width: string;
2506
- height: string;
2507
- color: string;
2508
- display: string;
2509
- alignItems: string;
2510
- justifyContent: string;
2511
- marginRight: string;
2512
- };
2513
- };
2514
- "unordered-check": {
2515
- counterReset: string;
2516
- paddingLeft: number;
2517
- "& .List__bulletPoint": {
2518
- marginRight: string;
2519
- color: string;
2520
- };
2521
- };
2522
- "unordered-dot": {
2523
- counterReset: string;
2524
- paddingLeft: number;
2525
- "& .List__bulletPoint": {
2526
- marginRight: string;
2527
- color: string;
2528
- };
2529
- };
2530
- };
2531
- icons: {
2532
- bulletDot: {
2533
- name: string;
2534
- width: number;
2535
- height: number;
2536
- };
2537
- bulletCheck: {
2538
- name: string;
2539
- };
2540
- };
2541
- };
2542
- select: {
2543
- default: {
2544
- display: string;
2545
- position: string;
2546
- };
2547
- initiatorWrapper: {
2548
- '& > *': {
2549
- width: string;
2550
- };
2551
- '.gd-button__content': {
2552
- whiteSpace: string;
2553
- overflow: string;
2554
- textOverflow: string;
2555
- display: string;
2556
- };
2557
- };
2558
- dropdown: {
2559
- position: string;
2560
- textAlign: string;
2561
- background: string;
2562
- boxShadow: string;
2563
- fontFamily: string;
2564
- fontSize: string;
2565
- fontWeight: number;
2566
- listStyleType: string;
2567
- margin: number;
2568
- padding: number;
2569
- zIndex: number;
2570
- overflowY: string;
2571
- };
2572
- button: {
2573
- default: {
2574
- borderColor: string;
2575
- padding: string;
2576
- width: string;
2577
- display: string;
2578
- flexDirection: string;
2579
- justifyContent: string;
2580
- alignItems: string;
2581
- textAlign: import('../types').TextAlign;
2582
- '.gd-button__content': {
2583
- justifyContent: string;
2584
- };
2585
- };
2586
- attrs: {
2587
- variant: import('../types').ButtonVariant;
2588
- color: import('../types').ButtonColorVariant;
2589
- };
2590
- };
2591
- item: {
2592
- default: {
2593
- cursor: import('../types').Cursors;
2594
- padding: string | number;
2595
- '&:hover, &.active': {
2596
- backgroundColor: string;
2597
- };
2598
- };
2599
- disabled: {
2600
- opacity: number;
2601
- cursor: import('../types').Cursors;
2602
- pointerEvents: string;
2603
- };
2604
- };
2605
- arrowIconWrapper: {
2606
- default: {
2607
- transition: string;
2608
- };
2609
- transform: {
2610
- open: {
2611
- transform: string;
2612
- };
2613
- close: {
2614
- transform: string;
2615
- };
2616
- };
2617
- };
2618
- arrowIcon: {
2619
- name: string;
2620
- fill: string;
2621
- width: number;
2622
- height: number;
2623
- };
2624
- adornment: {
2625
- default: {
2626
- display: string;
2627
- alignItems: string;
2628
- flexDirection: import('../types').FlexDirection;
2629
- position: string;
2630
- zIndex: number;
2631
- };
2632
- };
2633
- };
2634
- search: {
2635
- default: {};
2636
- input: {
2637
- default: {
2638
- width: string;
2639
- boxSizing: string;
2640
- };
2641
- };
2642
- dropdownHeader: {
2643
- row: {};
2644
- link: {
2645
- default: {};
2646
- typography: {};
2647
- };
2648
- icon: {};
2649
- };
2650
- renderer: {
2651
- row: {
2652
- width: string;
2653
- padding: string;
2654
- };
2655
- link: {
2656
- display: string;
2657
- alignItems: string;
2658
- '&:after': {
2659
- borderBottom: string;
2660
- };
2661
- '& svg': {
2662
- marginLeft: string;
2663
- };
2664
- };
2665
- linkIcon: {
2666
- fill: string;
2667
- name: string;
2668
- width: number;
2669
- height: number;
2670
- };
2671
- };
2672
- };
2673
- breadcrumbs: {
2674
- default: {
2675
- display: string;
2676
- alignItems: string;
2677
- gap: number;
2678
- };
2679
- bordered: {
2680
- padding: string;
2681
- border: string;
2682
- };
2683
- item: {
2684
- itemStart: {
2685
- default: {
2686
- color: any;
2687
- };
2688
- };
2689
- itemEnd: {
2690
- default: {
2691
- color: any;
2692
- };
2693
- };
2694
- };
2695
- separator: {
2696
- default: {
2697
- display: string;
2698
- alignItems: string;
2699
- color: any;
2700
- };
2701
- };
2702
- };
2703
- icon: {
2704
- size: {
2705
- xs: {
2706
- width: number;
2707
- height: number;
2708
- };
2709
- sm: {
2710
- width: number;
2711
- height: number;
2712
- };
2713
- md: {
2714
- width: number;
2715
- height: number;
2716
- };
2717
- lg: {
2718
- width: number;
2719
- height: number;
2720
- };
2721
- xl: {
2722
- width: number;
2723
- height: number;
2724
- };
2725
- xxl: {
2726
- width: number;
2727
- height: number;
2728
- };
2729
- };
2730
- };
2731
- reset: {};
2732
- tabs: {
2733
- default: {
2734
- display: string;
2735
- flexDirection: string;
2736
- width: string;
2737
- };
2738
- header: {
2739
- default: {
2740
- display: string;
2741
- flexDirection: string;
2742
- position: string;
2743
- overflow: string;
2744
- '&::after': {
2745
- content: string;
2746
- position: string;
2747
- width: string;
2748
- bottom: number;
2749
- zIndex: number;
2750
- borderBottom: string;
2751
- };
2752
- };
2753
- };
2754
- label: {
2755
- default: {
2756
- fontWeight: any;
2757
- fontSize: any;
2758
- color: any;
2759
- transition: string;
2760
- borderBottom: string;
2761
- whiteSpace: string;
2762
- flex: number;
2763
- '&:hover': {
2764
- ".Tabs__noticeCounter": {
2765
- backgroundColor: any;
2766
- };
2767
- };
2768
- };
2769
- active: {
2770
- borderBottomColor: any;
2771
- };
2772
- disabled: {
2773
- default: {
2774
- '&:hover': {
2775
- ".Tabs__noticeCounter": {
2776
- backgroundColor: any;
2777
- };
2778
- };
2779
- ".Tabs__noticeCounter": {
2780
- color: string;
2781
- };
2782
- borderBottom: string;
2783
- };
2784
- active: {
2785
- borderBottomWidth: string;
2786
- borderBottomColor: any;
2787
- };
2788
- };
2789
- };
2790
- panelsWrapper: {
2791
- default: {};
2792
- };
2793
- panel: {
2794
- default: {};
2795
- };
2796
- noticeCounter: {
2797
- default: {
2798
- display: string;
2799
- alignItems: string;
2800
- justifyContent: string;
2801
- backgroundColor: any;
2802
- color: any;
2803
- fontWeight: any;
2804
- fontSize: any;
2805
- borderRadius: string;
2806
- };
2807
- active: {
2808
- backgroundColor: any;
2809
- };
2810
- disabled: {
2811
- backgroundColor: any;
2812
- };
2813
- };
2814
- tabButton: {
2815
- default: {
2816
- width: string;
2817
- };
2818
- };
2819
- };
2820
- stepper: {
2821
- default: {
2822
- display: string;
2823
- flexDirection: string;
2824
- justifyContent: string;
2825
- width: string;
2826
- };
2827
- separator: {
2828
- default: {
2829
- width: string;
2830
- position: string;
2831
- zIndex: number;
2832
- top: string;
2833
- marginLeft: string;
2834
- marginRight: string;
2835
- transition: any;
2836
- borderTop: string;
2837
- };
2838
- active: {};
2839
- complete: {
2840
- borderTopColor: any;
2841
- };
2842
- inactive: {};
2843
- };
2844
- step: {
2845
- default: {
2846
- display: string;
2847
- flexDirection: string;
2848
- alignItems: string;
2849
- justifyContent: string;
2850
- minWidth: string;
2851
- };
2852
- active: {};
2853
- inactive: {};
2854
- complete: {
2855
- cursor: import('../types').Cursors;
2856
- };
2857
- };
2858
- stepIcon: {
2859
- default: {
2860
- width: number;
2861
- height: number;
2862
- display: string;
2863
- alignItems: string;
2864
- justifyContent: string;
2865
- borderRadius: string;
2866
- border: string;
2867
- fontSize: {
2868
- fontSize: string;
2869
- fontWeight: number;
2870
- lineHeight: string;
2871
- marginTop: string;
2872
- marginBottom: string;
2873
- };
2874
- transition: any;
2875
- colors: any;
2876
- };
2877
- active: {
2878
- default: {
2879
- backgroundColor: any;
2880
- borderColor: any;
2881
- };
2882
- success: {};
2883
- error: {
2884
- backgroundColor: any;
2885
- borderColor: any;
2886
- };
2887
- };
2888
- inactive: {
2889
- default: {
2890
- backgroundColor: any;
2891
- };
2892
- success: {};
2893
- error: {};
2894
- };
2895
- complete: {
2896
- default: {
2897
- fontWeight: number;
2898
- backgroundColor: any;
2899
- };
2900
- success: {};
2901
- error: {
2902
- backgroundColor: any;
2903
- borderColor: any;
2904
- };
2905
- };
2906
- success: {
2907
- default: {};
2908
- success: {};
2909
- error: {};
2910
- };
2911
- };
2912
- stepLabel: {
2913
- default: {
2914
- marginTop: string;
2915
- fontSize: {
2916
- fontSize: string;
2917
- fontWeight: number;
2918
- lineHeight: string;
2919
- };
2920
- colors: any;
2921
- };
2922
- active: {};
2923
- inactive: {};
2924
- complete: {};
2925
- error: {};
2926
- success: {};
2927
- };
2928
- icons: {
2929
- active: {
2930
- name: string;
2931
- fill: any;
2932
- };
2933
- inactive: {
2934
- name: string;
2935
- fill: any;
2936
- };
2937
- complete: {
2938
- name: string;
2939
- fill: any;
2940
- };
2941
- error: {
2942
- name: string;
2943
- fill: any;
2944
- };
2945
- errorActive: {
2946
- name: string;
2947
- fill: any;
2948
- };
2949
- };
2950
- };
2951
- rating: {
2952
- default: {
2953
- display: string;
2954
- gap: number;
2955
- position: string;
2956
- overflow: string;
2957
- };
2958
- progress: {
2959
- default: {
2960
- position: string;
2961
- display: string;
2962
- overflow: string;
2963
- left: number;
2964
- svg: {
2965
- flexShrink: number;
2966
- flexGrow: number;
2967
- };
2968
- };
2969
- };
2970
- radioInput: {
2971
- default: {
2972
- display: string;
2973
- };
2974
- };
2975
- label: {
2976
- default: {
2977
- cursor: string;
2978
- };
2979
- active: {
2980
- '&:hover': {
2981
- transform: string;
2982
- transition: any;
2983
- };
2984
- };
2985
- readOnly: {
2986
- cursor: string;
2987
- };
2988
- };
2989
- size: {
2990
- sm: {
2991
- width: number;
2992
- height: number;
2993
- };
2994
- md: {
2995
- width: number;
2996
- height: number;
2997
- };
2998
- lg: {
2999
- width: number;
3000
- height: number;
3001
- };
3002
- xl: {
3003
- width: number;
3004
- height: number;
3005
- };
3006
- };
3007
- icons: {
3008
- rateActive: {
3009
- name: string;
3010
- };
3011
- rateInactive: {
3012
- name: string;
3013
- };
3014
- };
3015
- };
3016
- header: {
3017
- container: {
3018
- fontFamily: string;
3019
- alignItems: string;
3020
- backgroundColor: string;
3021
- maxWidth: string;
3022
- };
3023
- topBannerRow: {
3024
- width: string;
3025
- backgroundColor: string;
3026
- color: string;
3027
- };
3028
- searchColumn: {
3029
- default: {
3030
- flexDirection: string;
3031
- justifyContent: string;
3032
- '& a': {
3033
- margin: string;
3034
- };
3035
- };
3036
- };
3037
- navigationRow: {
3038
- default: {
3039
- width: string;
3040
- padding: string;
3041
- alignItems: string;
3042
- };
3043
- };
3044
- actionsColumn: {
3045
- default: {
3046
- flexDirection: string;
3047
- '& > button': {
3048
- margin: string;
3049
- };
3050
- };
3051
- };
3052
- menuRow: {
3053
- default: {
3054
- width: string;
3055
- justifyContent: string;
3056
- };
3057
- column: {
3058
- flexDirection: string;
3059
- '& a': {
3060
- margin: string;
3061
- };
3062
- };
3063
- };
3064
- children: {
3065
- default: {
3066
- margin: string;
3067
- };
3068
- };
3069
- mobile: {
3070
- openedDropdownWrapper: {
3071
- position: string;
3072
- top: number;
3073
- left: number;
3074
- zIndex: number;
3075
- background: string;
3076
- width: string;
3077
- height: string;
3078
- padding: string;
3079
- overflowY: string;
3080
- };
3081
- closeMenuIconWrapper: {
3082
- width: string;
3083
- height: string;
3084
- display: string;
3085
- justifyContent: string;
3086
- alignItems: string;
3087
- };
3088
- openMenuIconWrapper: {
3089
- width: string;
3090
- height: string;
3091
- display: string;
3092
- justifyContent: string;
3093
- alignItems: string;
3094
- };
3095
- menuWrapper: {
3096
- margin: string;
3097
- borderTop: string;
3098
- };
3099
- menuItemWrapper: {
3100
- padding: string;
3101
- borderBottom: string;
3102
- cursor: string;
3103
- };
3104
- };
3105
- icons: {
3106
- close: {
3107
- name: string;
3108
- width: number;
3109
- height: number;
3110
- };
3111
- right: {
3112
- name: string;
3113
- width: number;
3114
- height: number;
3115
- };
3116
- menu: {
3117
- name: string;
3118
- width: number;
3119
- height: number;
3120
- };
3121
- };
3122
- };
3123
- switchToken: {
3124
- default: {
3125
- position: string;
3126
- display: string;
3127
- width: string;
3128
- height: string;
3129
- flexShrink: number;
3130
- borderRadius: string;
3131
- };
3132
- label: {
3133
- right: {
3134
- order: number;
3135
- };
3136
- };
3137
- wrapper: {
3138
- default: {
3139
- display: string;
3140
- gap: string | number;
3141
- justifyContent: string;
3142
- cursor: string;
3143
- };
3144
- disabled: {
3145
- cursor: string;
3146
- opacity: string;
3147
- };
3148
- };
3149
- slider: {
3150
- default: {
3151
- position: string;
3152
- left: number;
3153
- right: number;
3154
- top: number;
3155
- bottom: number;
3156
- transition: string;
3157
- backgroundColor: string;
3158
- borderRadius: string;
3159
- '&::before': {
3160
- position: string;
3161
- content: string;
3162
- borderRadius: string;
3163
- width: string;
3164
- height: string;
3165
- left: string;
3166
- bottom: string;
3167
- transition: string;
3168
- backgroundColor: string;
3169
- };
3170
- };
3171
- checked: {
3172
- backgroundColor: string;
3173
- '&::before': {
3174
- transform: string;
3175
- };
3176
- };
3177
- };
3178
- checkbox: {
3179
- border: number;
3180
- clip: string;
3181
- height: string;
3182
- margin: string;
3183
- overflow: string;
3184
- padding: number;
3185
- position: string;
3186
- whiteSpace: string;
3187
- width: string;
3188
- };
3189
- };
3190
- chat: {
3191
- wrapper: {
3192
- default: {
3193
- display: string;
3194
- position: string;
3195
- minHeight: string;
3196
- height: string;
3197
- width: string;
3198
- overflow: string;
3199
- };
3200
- };
3201
- content: {
3202
- default: {
3203
- boxSizing: string;
3204
- position: string;
3205
- width: string;
3206
- height: string;
3207
- display: string;
3208
- flexDirection: string;
3209
- justifyContent: string;
3210
- alignItems: string;
3211
- paddingBottom: string | number;
3212
- gap: string | number;
3213
- minHeight: number;
3214
- '@media (max-width: 768px)': {
3215
- paddingLeft: string;
3216
- paddingRight: string;
3217
- };
3218
- '@media (min-width: 768px) and (max-width: 1280px)': {
3219
- paddingLeft: string;
3220
- paddingRight: string;
3221
- };
3222
- '@media (min-width: 1280px)': {
3223
- paddingLeft: string;
3224
- paddingRight: string;
3225
- };
3226
- };
3227
- };
3228
- mainHeader: {
3229
- minHeight: string;
3230
- height: string;
3231
- display: string;
3232
- overflow: string;
3233
- alignItems: string;
3234
- padding: string;
3235
- borderBottom: string;
3236
- borderColor: string;
3237
- };
3238
- body: {
3239
- display: string;
3240
- flex: number;
3241
- flexDirection: string;
3242
- };
3243
- sidebar: {
3244
- minWidth: string;
3245
- maxWidth: string;
3246
- overflow: string;
3247
- borderRight: string;
3248
- backgroundColor: string;
3249
- borderColor: string;
3250
- flex: string;
3251
- display: string;
3252
- flexDirection: string;
3253
- minHeight: string;
3254
- };
3255
- sidebarWrapper: {
3256
- default: {};
3257
- auto: {
3258
- '@media (max-width: 768px)': {
3259
- position: string;
3260
- display: string;
3261
- flexDirection: string;
3262
- left: number;
3263
- top: number;
3264
- right: number;
3265
- bottom: number;
3266
- backgroundColor: string;
3267
- zIndex: number;
3268
- };
3269
- };
3270
- desktop: {};
3271
- drawer: {
3272
- position: string;
3273
- display: string;
3274
- flexDirection: string;
3275
- left: number;
3276
- top: number;
3277
- right: number;
3278
- bottom: number;
3279
- backgroundColor: string;
3280
- zIndex: number;
3281
- };
3282
- };
3283
- sidebarHeader: {
3284
- minHeight: string;
3285
- height: string;
3286
- display: string;
3287
- overflow: string;
3288
- alignItems: string;
3289
- padding: string;
3290
- borderBottom: string;
3291
- borderColor: string;
3292
- };
3293
- toggleButton: {
3294
- default: {
3295
- height: string;
3296
- backgroundColor: string;
3297
- padding: number;
3298
- transform: string;
3299
- '&:hover': {
3300
- backgroundColor: string;
3301
- };
3302
- };
3303
- attrs: {
3304
- variant: import('../types').ButtonVariant;
3305
- };
3306
- open: {
3307
- transform: string;
3308
- };
3309
- };
3310
- toggleIcon: {
3311
- name: string;
3312
- fill: string;
3313
- width: number;
3314
- height: number;
3315
- };
3316
- };
3317
- slider: {
3318
- default: {
3319
- position: string;
3320
- display: string;
3321
- inlineSize: string;
3322
- color: string;
3323
- cursor: string;
3324
- WebkitAppearance: string;
3325
- appearance: string;
3326
- padding: string;
3327
- backgroundColor: string;
3328
- outline: string;
3329
- '&[disabled]': {
3330
- opacity: string;
3331
- cursor: string;
3332
- };
3333
- '&::-webkit-slider-thumb': {
3334
- isolation: string;
3335
- appearance: string;
3336
- backgroundColor: string;
3337
- borderRadius: string;
3338
- blockSize: string;
3339
- inlineSize: string;
3340
- boxSizing: string;
3341
- border: string;
3342
- marginTop: string;
3343
- };
3344
- '&::-webkit-slider-runnable-track': {
3345
- blockSize: string;
3346
- borderRadius: string;
3347
- backgroundRepeat: string;
3348
- backgroundColor: string;
3349
- backgroundImage: string;
3350
- backgroundPositionX: string;
3351
- backgroundSize: string;
3352
- };
3353
- '&::-moz-range-thumb': {
3354
- isolation: string;
3355
- appearance: string;
3356
- backgroundColor: string;
3357
- borderRadius: string;
3358
- blockSize: string;
3359
- inlineSize: string;
3360
- boxSizing: string;
3361
- border: string;
3362
- marginTop: string;
3363
- };
3364
- '&::-moz-range-track': {
3365
- blockSize: string;
3366
- borderRadius: string;
3367
- backgroundRepeat: string;
3368
- backgroundColor: string;
3369
- backgroundImage: string;
3370
- backgroundPositionX: string;
3371
- backgroundSize: string;
3372
- };
3373
- };
3374
- };
3375
- menu: {
3376
- wrapper: {
3377
- default: {
3378
- padding: string;
3379
- height: string;
3380
- };
3381
- };
3382
- content: {
3383
- default: {
3384
- backgroundColor: string;
3385
- position: string;
3386
- boxShadow: string;
3387
- };
3388
- };
3389
- };
3390
- };