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