@salutejs/plasma-new-hope 0.325.0-canary.1984.15208824153.0 → 0.325.0-canary.1991.15252784001.0

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 (971) hide show
  1. package/cjs/components/Note/Note.css +35 -6
  2. package/cjs/components/Note/Note.js +17 -3
  3. package/cjs/components/Note/Note.js.map +1 -1
  4. package/cjs/components/Note/Note.styles.js +25 -2
  5. package/cjs/components/Note/Note.styles.js.map +1 -1
  6. package/cjs/components/Note/{Note.styles_178qpj9.css → Note.styles_thpfhk.css} +2 -1
  7. package/cjs/components/Note/Note.tokens.js +9 -1
  8. package/cjs/components/Note/Note.tokens.js.map +1 -1
  9. package/cjs/components/PaginationDots/PaginationDot.js +59 -0
  10. package/cjs/components/PaginationDots/PaginationDot.js.map +1 -0
  11. package/cjs/components/PaginationDots/PaginationDot_baul9c.css +2 -0
  12. package/cjs/components/PaginationDots/PaginationDots.js +34 -0
  13. package/cjs/components/PaginationDots/PaginationDots.js.map +1 -0
  14. package/cjs/components/PaginationDots/PaginationDots_fm2ha5.css +2 -0
  15. package/cjs/components/PaginationDots/SmartPaginationDots.css +5 -0
  16. package/cjs/components/PaginationDots/SmartPaginationDots.js +47 -0
  17. package/cjs/components/PaginationDots/SmartPaginationDots.js.map +1 -0
  18. package/cjs/components/PaginationDots/usePaginationDots.js +40 -0
  19. package/cjs/components/PaginationDots/usePaginationDots.js.map +1 -0
  20. package/cjs/index.css +14 -7
  21. package/cjs/index.js +6 -0
  22. package/cjs/index.js.map +1 -1
  23. package/emotion/cjs/components/Note/Note.js +17 -3
  24. package/emotion/cjs/components/Note/Note.styles.js +27 -15
  25. package/emotion/cjs/components/Note/Note.tokens.js +9 -1
  26. package/emotion/cjs/components/PaginationDots/PaginationDot.js +35 -0
  27. package/emotion/cjs/components/PaginationDots/PaginationDots.js +35 -0
  28. package/emotion/cjs/components/PaginationDots/SmartPaginationDots.js +43 -0
  29. package/emotion/cjs/components/PaginationDots/index.js +26 -0
  30. package/emotion/cjs/components/PaginationDots/usePaginationDots.js +38 -0
  31. package/emotion/cjs/examples/plasma_b2c/components/Note/Note.config.js +9 -9
  32. package/emotion/cjs/examples/plasma_b2c/components/Note/Note.stories.tsx +1 -0
  33. package/emotion/cjs/examples/plasma_web/components/Note/Note.config.js +9 -9
  34. package/emotion/cjs/examples/plasma_web/components/Note/Note.stories.tsx +1 -0
  35. package/emotion/cjs/index.js +11 -0
  36. package/emotion/es/components/Note/Note.js +18 -4
  37. package/emotion/es/components/Note/Note.styles.js +26 -14
  38. package/emotion/es/components/Note/Note.tokens.js +9 -1
  39. package/emotion/es/components/PaginationDots/PaginationDot.js +28 -0
  40. package/emotion/es/components/PaginationDots/PaginationDots.js +28 -0
  41. package/emotion/es/components/PaginationDots/SmartPaginationDots.js +36 -0
  42. package/emotion/es/components/PaginationDots/index.js +3 -0
  43. package/emotion/es/components/PaginationDots/usePaginationDots.js +32 -0
  44. package/emotion/es/examples/plasma_b2c/components/Note/Note.config.js +9 -9
  45. package/emotion/es/examples/plasma_b2c/components/Note/Note.stories.tsx +1 -0
  46. package/emotion/es/examples/plasma_web/components/Note/Note.config.js +9 -9
  47. package/emotion/es/examples/plasma_web/components/Note/Note.stories.tsx +1 -0
  48. package/emotion/es/index.js +2 -1
  49. package/es/components/Note/Note.css +35 -6
  50. package/es/components/Note/Note.js +18 -4
  51. package/es/components/Note/Note.js.map +1 -1
  52. package/es/components/Note/Note.styles.js +25 -3
  53. package/es/components/Note/Note.styles.js.map +1 -1
  54. package/es/components/Note/{Note.styles_178qpj9.css → Note.styles_thpfhk.css} +2 -1
  55. package/es/components/Note/Note.tokens.js +9 -1
  56. package/es/components/Note/Note.tokens.js.map +1 -1
  57. package/es/components/PaginationDots/PaginationDot.js +54 -0
  58. package/es/components/PaginationDots/PaginationDot.js.map +1 -0
  59. package/es/components/PaginationDots/PaginationDot_baul9c.css +2 -0
  60. package/es/components/PaginationDots/PaginationDots.js +29 -0
  61. package/es/components/PaginationDots/PaginationDots.js.map +1 -0
  62. package/es/components/PaginationDots/PaginationDots_fm2ha5.css +2 -0
  63. package/es/components/PaginationDots/SmartPaginationDots.css +5 -0
  64. package/es/components/PaginationDots/SmartPaginationDots.js +39 -0
  65. package/es/components/PaginationDots/SmartPaginationDots.js.map +1 -0
  66. package/es/components/PaginationDots/usePaginationDots.js +36 -0
  67. package/es/components/PaginationDots/usePaginationDots.js.map +1 -0
  68. package/es/index.css +14 -7
  69. package/es/index.js +3 -0
  70. package/es/index.js.map +1 -1
  71. package/package.json +5 -5
  72. package/styled-components/cjs/components/Note/Note.js +17 -3
  73. package/styled-components/cjs/components/Note/Note.styles.js +14 -3
  74. package/styled-components/cjs/components/Note/Note.tokens.js +9 -1
  75. package/styled-components/cjs/components/PaginationDots/PaginationDot.js +33 -0
  76. package/styled-components/cjs/components/PaginationDots/PaginationDots.js +24 -0
  77. package/styled-components/cjs/components/PaginationDots/SmartPaginationDots.js +43 -0
  78. package/styled-components/cjs/components/PaginationDots/index.js +26 -0
  79. package/styled-components/cjs/components/PaginationDots/usePaginationDots.js +38 -0
  80. package/styled-components/cjs/examples/plasma_b2c/components/Note/Note.config.js +4 -4
  81. package/styled-components/cjs/examples/plasma_b2c/components/Note/Note.stories.tsx +1 -0
  82. package/styled-components/cjs/examples/plasma_web/components/Note/Note.config.js +4 -4
  83. package/styled-components/cjs/examples/plasma_web/components/Note/Note.stories.tsx +1 -0
  84. package/styled-components/cjs/index.js +11 -0
  85. package/styled-components/es/components/Note/Note.js +18 -4
  86. package/styled-components/es/components/Note/Note.styles.js +13 -2
  87. package/styled-components/es/components/Note/Note.tokens.js +9 -1
  88. package/styled-components/es/components/PaginationDots/PaginationDot.js +26 -0
  89. package/styled-components/es/components/PaginationDots/PaginationDots.js +18 -0
  90. package/styled-components/es/components/PaginationDots/SmartPaginationDots.js +36 -0
  91. package/styled-components/es/components/PaginationDots/index.js +3 -0
  92. package/styled-components/es/components/PaginationDots/usePaginationDots.js +32 -0
  93. package/styled-components/es/examples/plasma_b2c/components/Note/Note.config.js +4 -4
  94. package/styled-components/es/examples/plasma_b2c/components/Note/Note.stories.tsx +1 -0
  95. package/styled-components/es/examples/plasma_web/components/Note/Note.config.js +4 -4
  96. package/styled-components/es/examples/plasma_web/components/Note/Note.stories.tsx +1 -0
  97. package/styled-components/es/index.js +2 -1
  98. package/types/components/Accordion/Accordion.d.ts +16 -16
  99. package/types/components/Accordion/Accordion.d.ts.map +1 -1
  100. package/types/components/Accordion/Accordion.types.d.ts +2 -2
  101. package/types/components/Accordion/Accordion.types.d.ts.map +1 -1
  102. package/types/components/Accordion/ui/AccordionItem/AccordionItem.d.ts +12 -12
  103. package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts +0 -1
  104. package/types/components/Accordion/ui/AccordionItem/AccordionItem.styles.d.ts.map +1 -1
  105. package/types/components/Accordion/ui/AccordionItem/AccordionItem.types.d.ts +2 -2
  106. package/types/components/Accordion/ui/AccordionItem/AccordionItem.types.d.ts.map +1 -1
  107. package/types/components/Accordion/utils/index.d.ts +2 -2
  108. package/types/components/Accordion/utils/index.d.ts.map +1 -1
  109. package/types/components/Attach/Attach.d.ts.map +1 -1
  110. package/types/components/Attach/Attach.styles.d.ts +0 -1
  111. package/types/components/Attach/Attach.styles.d.ts.map +1 -1
  112. package/types/components/Attach/Attach.types.d.ts +3 -3
  113. package/types/components/Attach/Attach.types.d.ts.map +1 -1
  114. package/types/components/Attach/ui/Button/Button.styles.d.ts +35 -36
  115. package/types/components/Attach/ui/Button/Button.styles.d.ts.map +1 -1
  116. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +19 -20
  117. package/types/components/Attach/ui/Cell/Cell.styles.d.ts.map +1 -1
  118. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +70 -71
  119. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts.map +1 -1
  120. package/types/components/Attach/utils/getFileicon.d.ts +1 -2
  121. package/types/components/Attach/utils/getFileicon.d.ts.map +1 -1
  122. package/types/components/Autocomplete/Autocomplete.d.ts +2 -2
  123. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  124. package/types/components/Autocomplete/Autocomplete.styles.d.ts +2 -3
  125. package/types/components/Autocomplete/Autocomplete.styles.d.ts.map +1 -1
  126. package/types/components/Autocomplete/Autocomplete.types.d.ts +3 -3
  127. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  128. package/types/components/Autocomplete/reducers/focusedReducer.d.ts +2 -2
  129. package/types/components/Autocomplete/reducers/focusedReducer.d.ts.map +1 -1
  130. package/types/components/Autocomplete/ui/SuggestionItem/SuggestionItem.styles.d.ts +0 -1
  131. package/types/components/Autocomplete/ui/SuggestionItem/SuggestionItem.styles.d.ts.map +1 -1
  132. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +224 -225
  133. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  134. package/types/components/Avatar/Avatar.d.ts.map +1 -1
  135. package/types/components/Avatar/Avatar.styles.d.ts +41 -42
  136. package/types/components/Avatar/Avatar.styles.d.ts.map +1 -1
  137. package/types/components/Avatar/Avatar.types.d.ts +8 -8
  138. package/types/components/Avatar/Avatar.types.d.ts.map +1 -1
  139. package/types/components/Avatar/utils/getInitialsForName.d.ts +1 -1
  140. package/types/components/Avatar/utils/getInitialsForName.d.ts.map +1 -1
  141. package/types/components/Avatar/utils/index.d.ts +1 -1
  142. package/types/components/Avatar/utils/index.d.ts.map +1 -1
  143. package/types/components/AvatarGroup/AvatarGroup.d.ts.map +1 -1
  144. package/types/components/AvatarGroup/AvatarGroup.types.d.ts +2 -2
  145. package/types/components/AvatarGroup/AvatarGroup.types.d.ts.map +1 -1
  146. package/types/components/Badge/Badge.d.ts.map +1 -1
  147. package/types/components/Badge/Badge.styles.d.ts +0 -1
  148. package/types/components/Badge/Badge.styles.d.ts.map +1 -1
  149. package/types/components/Badge/Badge.types.d.ts +5 -5
  150. package/types/components/Badge/Badge.types.d.ts.map +1 -1
  151. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +9 -9
  152. package/types/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  153. package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts +0 -1
  154. package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -1
  155. package/types/components/Breadcrumbs/Breadcrumbs.types.d.ts +3 -3
  156. package/types/components/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -1
  157. package/types/components/Breadcrumbs/ui/BreadcrumbShorter/BreadcrumbShorter.styles.d.ts +0 -1
  158. package/types/components/Breadcrumbs/ui/BreadcrumbShorter/BreadcrumbShorter.styles.d.ts.map +1 -1
  159. package/types/components/Breadcrumbs/ui/BreadcrumbShorter/BreadcrumbShorter.types.d.ts +2 -2
  160. package/types/components/Breadcrumbs/ui/BreadcrumbShorter/BreadcrumbShorter.types.d.ts.map +1 -1
  161. package/types/components/Breadcrumbs/utils/getShortItems.d.ts +2 -2
  162. package/types/components/Breadcrumbs/utils/getShortItems.d.ts.map +1 -1
  163. package/types/components/Breadcrumbs/utils/index.d.ts +1 -1
  164. package/types/components/Breadcrumbs/utils/index.d.ts.map +1 -1
  165. package/types/components/Button/Button.d.ts +2 -2
  166. package/types/components/Button/Button.d.ts.map +1 -1
  167. package/types/components/Button/Button.styles.d.ts +11 -12
  168. package/types/components/Button/Button.styles.d.ts.map +1 -1
  169. package/types/components/Button/Button.types.d.ts +7 -7
  170. package/types/components/Button/Button.types.d.ts.map +1 -1
  171. package/types/components/ButtonBase/index.d.ts +0 -1
  172. package/types/components/ButtonBase/index.d.ts.map +1 -1
  173. package/types/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  174. package/types/components/ButtonGroup/ButtonGroup.types.d.ts +5 -5
  175. package/types/components/ButtonGroup/ButtonGroup.types.d.ts.map +1 -1
  176. package/types/components/Calendar/Calendar.types.d.ts +15 -15
  177. package/types/components/Calendar/Calendar.types.d.ts.map +1 -1
  178. package/types/components/Calendar/CalendarBase/CalendarBase.d.ts +1 -1
  179. package/types/components/Calendar/CalendarBase/CalendarBase.d.ts.map +1 -1
  180. package/types/components/Calendar/CalendarBase/CalendarBase.styles.d.ts +0 -1
  181. package/types/components/Calendar/CalendarBase/CalendarBase.styles.d.ts.map +1 -1
  182. package/types/components/Calendar/CalendarDouble/CalendarDouble.d.ts +1 -1
  183. package/types/components/Calendar/CalendarDouble/CalendarDouble.d.ts.map +1 -1
  184. package/types/components/Calendar/CalendarDouble/CalendarDouble.styles.d.ts +0 -1
  185. package/types/components/Calendar/CalendarDouble/CalendarDouble.styles.d.ts.map +1 -1
  186. package/types/components/Calendar/hoc/withRange.d.ts +1 -2
  187. package/types/components/Calendar/hoc/withRange.d.ts.map +1 -1
  188. package/types/components/Calendar/hooks/types.d.ts +7 -7
  189. package/types/components/Calendar/hooks/types.d.ts.map +1 -1
  190. package/types/components/Calendar/hooks/useCalendarNavigation.d.ts +2 -2
  191. package/types/components/Calendar/hooks/useKeyNavigation.d.ts.map +1 -1
  192. package/types/components/Calendar/mixins/active.d.ts +1 -1
  193. package/types/components/Calendar/mixins/active.d.ts.map +1 -1
  194. package/types/components/Calendar/mixins/selected.d.ts +1 -1
  195. package/types/components/Calendar/mixins/selected.d.ts.map +1 -1
  196. package/types/components/Calendar/store/reducer.d.ts +1 -1
  197. package/types/components/Calendar/store/reducer.d.ts.map +1 -1
  198. package/types/components/Calendar/store/types.d.ts +13 -13
  199. package/types/components/Calendar/store/types.d.ts.map +1 -1
  200. package/types/components/Calendar/ui/CalendarDays/CalendarDays.styles.d.ts +0 -1
  201. package/types/components/Calendar/ui/CalendarDays/CalendarDays.styles.d.ts.map +1 -1
  202. package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +35 -36
  203. package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts.map +1 -1
  204. package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.styles.d.ts +0 -1
  205. package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.styles.d.ts.map +1 -1
  206. package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.styles.d.ts +0 -1
  207. package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.styles.d.ts.map +1 -1
  208. package/types/components/Calendar/ui/CalendarYears/CalendarYears.styles.d.ts +0 -1
  209. package/types/components/Calendar/ui/CalendarYears/CalendarYears.styles.d.ts.map +1 -1
  210. package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.d.ts +1 -2
  211. package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.d.ts.map +1 -1
  212. package/types/components/Calendar/utils/calendarGridHelper.d.ts +1 -1
  213. package/types/components/Calendar/utils/calendarGridHelper.d.ts.map +1 -1
  214. package/types/components/Calendar/utils/calendarRangeHelper.d.ts +5 -5
  215. package/types/components/Calendar/utils/calendarRangeHelper.d.ts.map +1 -1
  216. package/types/components/Calendar/utils/constants.d.ts +1 -1
  217. package/types/components/Calendar/utils/constants.d.ts.map +1 -1
  218. package/types/components/Calendar/utils/getDateWithModification.d.ts +1 -1
  219. package/types/components/Calendar/utils/getDateWithModification.d.ts.map +1 -1
  220. package/types/components/Card/Card.d.ts +10 -10
  221. package/types/components/Card/Card.d.ts.map +1 -1
  222. package/types/components/Card/Card.styles.d.ts +3 -4
  223. package/types/components/Card/Card.styles.d.ts.map +1 -1
  224. package/types/components/Card/Card.types.d.ts +2 -2
  225. package/types/components/Card/Card.types.d.ts.map +1 -1
  226. package/types/components/Carousel/Carousel.d.ts +4 -4
  227. package/types/components/Carousel/Carousel.d.ts.map +1 -1
  228. package/types/components/Carousel/Carousel.styles.d.ts +3 -4
  229. package/types/components/Carousel/Carousel.styles.d.ts.map +1 -1
  230. package/types/components/Carousel/Carousel.types.d.ts +8 -8
  231. package/types/components/Carousel/Carousel.types.d.ts.map +1 -1
  232. package/types/components/Carousel/useCarousel.d.ts +6 -6
  233. package/types/components/Carousel/useCarousel.d.ts.map +1 -1
  234. package/types/components/Carousel/useDragScroll.d.ts +1 -2
  235. package/types/components/Carousel/useDragScroll.d.ts.map +1 -1
  236. package/types/components/Cell/Cell.d.ts.map +1 -1
  237. package/types/components/Cell/Cell.styles.d.ts +0 -1
  238. package/types/components/Cell/Cell.styles.d.ts.map +1 -1
  239. package/types/components/Cell/Cell.types.d.ts +3 -3
  240. package/types/components/Cell/Cell.types.d.ts.map +1 -1
  241. package/types/components/Cell/ui/CellTextbox/CellTextbox.styles.d.ts +0 -1
  242. package/types/components/Cell/ui/CellTextbox/CellTextbox.styles.d.ts.map +1 -1
  243. package/types/components/Cell/ui/CellTextbox/CellTextbox.types.d.ts +2 -2
  244. package/types/components/Cell/ui/CellTextbox/CellTextbox.types.d.ts.map +1 -1
  245. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.d.ts +0 -1
  246. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.d.ts.map +1 -1
  247. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.d.ts +0 -1
  248. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.d.ts.map +1 -1
  249. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.d.ts +0 -1
  250. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.d.ts.map +1 -1
  251. package/types/components/Checkbox/Checkbox.d.ts.map +1 -1
  252. package/types/components/Checkbox/Checkbox.styles.d.ts +0 -1
  253. package/types/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  254. package/types/components/Checkbox/Checkbox.types.d.ts +0 -1
  255. package/types/components/Checkbox/Checkbox.types.d.ts.map +1 -1
  256. package/types/components/Checkbox/IconsSvg.d.ts +0 -1
  257. package/types/components/Checkbox/IconsSvg.d.ts.map +1 -1
  258. package/types/components/Chip/Chip.d.ts.map +1 -1
  259. package/types/components/Chip/Chip.styles.d.ts +0 -1
  260. package/types/components/Chip/Chip.styles.d.ts.map +1 -1
  261. package/types/components/Chip/Chip.types.d.ts +1 -1
  262. package/types/components/Chip/Chip.types.d.ts.map +1 -1
  263. package/types/components/ChipGroup/ChipGroup.d.ts.map +1 -1
  264. package/types/components/ChipGroup/ChipGroup.types.d.ts +2 -2
  265. package/types/components/ChipGroup/ChipGroup.types.d.ts.map +1 -1
  266. package/types/components/Combobox/ComboboxNew/Combobox.context.d.ts +0 -1
  267. package/types/components/Combobox/ComboboxNew/Combobox.context.d.ts.map +1 -1
  268. package/types/components/Combobox/ComboboxNew/Combobox.d.ts +2 -3
  269. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  270. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +5 -6
  271. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  272. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +7 -7
  273. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  274. package/types/components/Combobox/ComboboxNew/hooks/getPathMaps.d.ts +7 -7
  275. package/types/components/Combobox/ComboboxNew/hooks/getPathMaps.d.ts.map +1 -1
  276. package/types/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.d.ts +2 -2
  277. package/types/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.d.ts.map +1 -1
  278. package/types/components/Combobox/ComboboxNew/reducers/focusedPathReducer.d.ts +2 -2
  279. package/types/components/Combobox/ComboboxNew/reducers/focusedPathReducer.d.ts.map +1 -1
  280. package/types/components/Combobox/ComboboxNew/reducers/pathReducer.d.ts +2 -2
  281. package/types/components/Combobox/ComboboxNew/reducers/pathReducer.d.ts.map +1 -1
  282. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +1 -1
  283. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  284. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +21 -22
  285. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts.map +1 -1
  286. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +3 -3
  287. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  288. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts +1 -1
  289. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts.map +1 -1
  290. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts +0 -1
  291. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts.map +1 -1
  292. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +224 -225
  293. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  294. package/types/components/Combobox/ComboboxNew/utils/filterItems.d.ts +1 -1
  295. package/types/components/Combobox/ComboboxNew/utils/filterItems.d.ts.map +1 -1
  296. package/types/components/Combobox/ComboboxNew/utils/initialItemsTransform.d.ts +1 -1
  297. package/types/components/Combobox/ComboboxNew/utils/initialItemsTransform.d.ts.map +1 -1
  298. package/types/components/Combobox/ComboboxNew/utils/sizeToIconSize.d.ts +1 -1
  299. package/types/components/Combobox/ComboboxNew/utils/sizeToIconSize.d.ts.map +1 -1
  300. package/types/components/Combobox/ComboboxNew/utils/updateAncestors.d.ts.map +1 -1
  301. package/types/components/Combobox/ComboboxNew/utils/updateDescendants.d.ts +1 -1
  302. package/types/components/Combobox/ComboboxNew/utils/updateDescendants.d.ts.map +1 -1
  303. package/types/components/Combobox/ComboboxNew/utils/updateSingleAncestors.d.ts +1 -1
  304. package/types/components/Combobox/ComboboxNew/utils/updateSingleAncestors.d.ts.map +1 -1
  305. package/types/components/Combobox/ComboboxOld/Combobox.d.ts.map +1 -1
  306. package/types/components/Combobox/ComboboxOld/Combobox.styles.d.ts +1 -2
  307. package/types/components/Combobox/ComboboxOld/Combobox.styles.d.ts.map +1 -1
  308. package/types/components/Combobox/ComboboxOld/Combobox.types.d.ts +11 -11
  309. package/types/components/Combobox/ComboboxOld/Combobox.types.d.ts.map +1 -1
  310. package/types/components/Combobox/ComboboxOld/hooks/useFocusController.d.ts.map +1 -1
  311. package/types/components/Combobox/ComboboxOld/hooks/useKeyNavigation.d.ts.map +1 -1
  312. package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts +0 -1
  313. package/types/components/Combobox/ComboboxOld/ui/ComboboxChip/ComboboxChip.styles.d.ts.map +1 -1
  314. package/types/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.d.ts +6 -7
  315. package/types/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.d.ts.map +1 -1
  316. package/types/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.types.d.ts +1 -1
  317. package/types/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.types.d.ts.map +1 -1
  318. package/types/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.d.ts +6 -7
  319. package/types/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.d.ts.map +1 -1
  320. package/types/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.type.d.ts +1 -1
  321. package/types/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.type.d.ts.map +1 -1
  322. package/types/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.d.ts +14 -15
  323. package/types/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.d.ts.map +1 -1
  324. package/types/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.type.d.ts +1 -1
  325. package/types/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.type.d.ts.map +1 -1
  326. package/types/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.d.ts +6 -7
  327. package/types/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.d.ts.map +1 -1
  328. package/types/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.type.d.ts +1 -1
  329. package/types/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.type.d.ts.map +1 -1
  330. package/types/components/Combobox/ComboboxOld/ui/ComboboxItem/ComboboxItem.d.ts +28 -28
  331. package/types/components/Combobox/ComboboxOld/ui/ComboboxItem/ComboboxItem.d.ts.map +1 -1
  332. package/types/components/Combobox/ComboboxOld/ui/ComboboxItem/ComboboxItem.styles.d.ts +0 -1
  333. package/types/components/Combobox/ComboboxOld/ui/ComboboxItem/ComboboxItem.styles.d.ts.map +1 -1
  334. package/types/components/Combobox/ComboboxOld/ui/ComboboxItem/ComboboxItem.type.d.ts +2 -2
  335. package/types/components/Combobox/ComboboxOld/ui/ComboboxItem/ComboboxItem.type.d.ts.map +1 -1
  336. package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts +3 -4
  337. package/types/components/Combobox/ComboboxOld/ui/ComboboxTarget/ComboboxTarget.styles.d.ts.map +1 -1
  338. package/types/components/Combobox/ComboboxOld/utils/index.d.ts +4 -4
  339. package/types/components/Combobox/ComboboxOld/utils/index.d.ts.map +1 -1
  340. package/types/components/Counter/Counter.d.ts.map +1 -1
  341. package/types/components/Counter/Counter.types.d.ts +2 -2
  342. package/types/components/Counter/Counter.types.d.ts.map +1 -1
  343. package/types/components/DatePicker/DatePickerBase.styles.d.ts +0 -1
  344. package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
  345. package/types/components/DatePicker/DatePickerBase.types.d.ts +4 -4
  346. package/types/components/DatePicker/DatePickerBase.types.d.ts.map +1 -1
  347. package/types/components/DatePicker/RangeDate/RangeDate.d.ts +57 -56
  348. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  349. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +105 -106
  350. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts.map +1 -1
  351. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts +9 -9
  352. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts.map +1 -1
  353. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +0 -1
  354. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
  355. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.d.ts +0 -1
  356. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.d.ts.map +1 -1
  357. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.d.ts +1 -1
  358. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.d.ts.map +1 -1
  359. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +47 -47
  360. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  361. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +224 -225
  362. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  363. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +6 -6
  364. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  365. package/types/components/DatePicker/hooks/useDatePicker.d.ts +1 -1
  366. package/types/components/DatePicker/hooks/useDatePicker.d.ts.map +1 -1
  367. package/types/components/DatePicker/hooks/useKeyboardNavigation.d.ts.map +1 -1
  368. package/types/components/DatePicker/utils/dateHelper.d.ts +2 -2
  369. package/types/components/DatePicker/utils/dateHelper.d.ts.map +1 -1
  370. package/types/components/DatePicker/utils/getFormattedDates.d.ts +1 -1
  371. package/types/components/DatePicker/utils/getFormattedDates.d.ts.map +1 -1
  372. package/types/components/DatePicker/utils/getMaskedDateOnInput.d.ts +1 -1
  373. package/types/components/DatePicker/utils/getMaskedDateOnInput.d.ts.map +1 -1
  374. package/types/components/DatePicker/utils/getOriginalDates.d.ts +1 -1
  375. package/types/components/DatePicker/utils/getOriginalDates.d.ts.map +1 -1
  376. package/types/components/DatePicker/utils/normalizeDates.d.ts +1 -1
  377. package/types/components/DatePicker/utils/normalizeDates.d.ts.map +1 -1
  378. package/types/components/Divider/Divider.d.ts.map +1 -1
  379. package/types/components/Drawer/Drawer.d.ts +24 -24
  380. package/types/components/Drawer/Drawer.d.ts.map +1 -1
  381. package/types/components/Drawer/Drawer.styles.d.ts +2 -3
  382. package/types/components/Drawer/Drawer.styles.d.ts.map +1 -1
  383. package/types/components/Drawer/Drawer.types.d.ts +2 -3
  384. package/types/components/Drawer/Drawer.types.d.ts.map +1 -1
  385. package/types/components/Drawer/ui/DrawerContent/DrawerContent.d.ts +2 -3
  386. package/types/components/Drawer/ui/DrawerContent/DrawerContent.d.ts.map +1 -1
  387. package/types/components/Drawer/ui/DrawerContent/DrawerContent.types.d.ts +0 -1
  388. package/types/components/Drawer/ui/DrawerContent/DrawerContent.types.d.ts.map +1 -1
  389. package/types/components/Drawer/ui/DrawerFooter/DrawerFooter.d.ts +2 -3
  390. package/types/components/Drawer/ui/DrawerFooter/DrawerFooter.d.ts.map +1 -1
  391. package/types/components/Drawer/ui/DrawerFooter/DrawerFooter.types.d.ts +1 -1
  392. package/types/components/Drawer/ui/DrawerFooter/DrawerFooter.types.d.ts.map +1 -1
  393. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts +8 -9
  394. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.d.ts.map +1 -1
  395. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.types.d.ts +1 -1
  396. package/types/components/Drawer/ui/DrawerHeader/DrawerHeader.types.d.ts.map +1 -1
  397. package/types/components/Dropdown/Dropdown.context.d.ts +0 -1
  398. package/types/components/Dropdown/Dropdown.context.d.ts.map +1 -1
  399. package/types/components/Dropdown/Dropdown.d.ts +48 -48
  400. package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
  401. package/types/components/Dropdown/Dropdown.styles.d.ts +4 -5
  402. package/types/components/Dropdown/Dropdown.styles.d.ts.map +1 -1
  403. package/types/components/Dropdown/Dropdown.types.d.ts +7 -7
  404. package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
  405. package/types/components/Dropdown/hooks/useHashMaps.d.ts +3 -3
  406. package/types/components/Dropdown/hooks/useHashMaps.d.ts.map +1 -1
  407. package/types/components/Dropdown/reducers/focusedPathReducer.d.ts +2 -2
  408. package/types/components/Dropdown/reducers/focusedPathReducer.d.ts.map +1 -1
  409. package/types/components/Dropdown/reducers/pathReducer.d.ts +2 -2
  410. package/types/components/Dropdown/reducers/pathReducer.d.ts.map +1 -1
  411. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.d.ts +6 -6
  412. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.d.ts.map +1 -1
  413. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.styles.d.ts +0 -1
  414. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.styles.d.ts.map +1 -1
  415. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.types.d.ts +2 -2
  416. package/types/components/Dropdown/ui/DropdownDivider/DropdownDivider.types.d.ts.map +1 -1
  417. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.d.ts +6 -6
  418. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.d.ts.map +1 -1
  419. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.styles.d.ts +0 -1
  420. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.styles.d.ts.map +1 -1
  421. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.type.d.ts +2 -2
  422. package/types/components/Dropdown/ui/DropdownFooter/DropdownFooter.type.d.ts.map +1 -1
  423. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.d.ts +12 -12
  424. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.d.ts.map +1 -1
  425. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.styles.d.ts +0 -1
  426. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.styles.d.ts.map +1 -1
  427. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.type.d.ts +2 -2
  428. package/types/components/Dropdown/ui/DropdownGroup/DropdownGroup.type.d.ts.map +1 -1
  429. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.d.ts +6 -6
  430. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.d.ts.map +1 -1
  431. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.styles.d.ts +0 -1
  432. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.styles.d.ts.map +1 -1
  433. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.type.d.ts +2 -2
  434. package/types/components/Dropdown/ui/DropdownHeader/DropdownHeader.type.d.ts.map +1 -1
  435. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +21 -22
  436. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts.map +1 -1
  437. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +1 -1
  438. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
  439. package/types/components/Dropdown/ui/DropdownItemOld/DropdownItem.styles.d.ts +0 -1
  440. package/types/components/Dropdown/ui/DropdownItemOld/DropdownItem.styles.d.ts.map +1 -1
  441. package/types/components/Dropdown/ui/DropdownItemOld/DropdownItem.type.d.ts +2 -2
  442. package/types/components/Dropdown/ui/DropdownItemOld/DropdownItem.type.d.ts.map +1 -1
  443. package/types/components/Dropdown/ui/DropdownItemOld/DropdownItemOld.d.ts +28 -28
  444. package/types/components/Dropdown/ui/DropdownItemOld/DropdownItemOld.d.ts.map +1 -1
  445. package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts +0 -1
  446. package/types/components/Dropdown/ui/DropdownOld/Dropdown.styles.d.ts.map +1 -1
  447. package/types/components/Dropdown/ui/DropdownOld/Dropdown.types.d.ts +5 -5
  448. package/types/components/Dropdown/ui/DropdownOld/Dropdown.types.d.ts.map +1 -1
  449. package/types/components/Dropdown/ui/DropdownOld/DropdownOld.d.ts.map +1 -1
  450. package/types/components/Dropdown/ui/DropdownOld/utils/index.d.ts +1 -1
  451. package/types/components/Dropdown/ui/DropdownOld/utils/index.d.ts.map +1 -1
  452. package/types/components/Dropdown/utils/getItemByFocused.d.ts.map +1 -1
  453. package/types/components/Dropdown/utils/getPlacement.d.ts +1 -1
  454. package/types/components/Dropdown/utils/index.d.ts +2 -2
  455. package/types/components/Dropdown/utils/index.d.ts.map +1 -1
  456. package/types/components/Dropzone/Dropzone.d.ts +25 -24
  457. package/types/components/Dropzone/Dropzone.d.ts.map +1 -1
  458. package/types/components/Dropzone/Dropzone.styles.d.ts +0 -1
  459. package/types/components/Dropzone/Dropzone.styles.d.ts.map +1 -1
  460. package/types/components/Dropzone/Dropzone.types.d.ts +5 -5
  461. package/types/components/Dropzone/Dropzone.types.d.ts.map +1 -1
  462. package/types/components/Editable/Editable.d.ts +1 -1
  463. package/types/components/Editable/Editable.d.ts.map +1 -1
  464. package/types/components/Editable/Editable.styles.d.ts +0 -1
  465. package/types/components/Editable/Editable.styles.d.ts.map +1 -1
  466. package/types/components/Editable/Editable.types.d.ts +1 -1
  467. package/types/components/Editable/Editable.types.d.ts.map +1 -1
  468. package/types/components/EmptyState/EmptyState.d.ts.map +1 -1
  469. package/types/components/EmptyState/EmptyState.styles.d.ts +35 -36
  470. package/types/components/EmptyState/EmptyState.styles.d.ts.map +1 -1
  471. package/types/components/Flow/Flow.d.ts +3 -3
  472. package/types/components/Flow/Flow.d.ts.map +1 -1
  473. package/types/components/Flow/Flow.styles.d.ts +0 -1
  474. package/types/components/Flow/Flow.styles.d.ts.map +1 -1
  475. package/types/components/Grid/Grid.d.ts.map +1 -1
  476. package/types/components/Grid/ui/Col/Col.styles.d.ts +0 -1
  477. package/types/components/Grid/ui/Col/Col.styles.d.ts.map +1 -1
  478. package/types/components/Grid/ui/Col/Col.types.d.ts +4 -4
  479. package/types/components/Grid/ui/Col/Col.types.d.ts.map +1 -1
  480. package/types/components/Grid/ui/Row/Row.styles.d.ts +0 -1
  481. package/types/components/Grid/ui/Row/Row.styles.d.ts.map +1 -1
  482. package/types/components/Grid/utils/types.d.ts +6 -6
  483. package/types/components/Grid/utils/types.d.ts.map +1 -1
  484. package/types/components/IconButton/IconButton.d.ts +2 -3
  485. package/types/components/IconButton/IconButton.d.ts.map +1 -1
  486. package/types/components/Image/Image.d.ts +6 -6
  487. package/types/components/Image/Image.d.ts.map +1 -1
  488. package/types/components/Image/Image.styles.d.ts +0 -1
  489. package/types/components/Image/Image.styles.d.ts.map +1 -1
  490. package/types/components/Image/Image.types.d.ts +4 -4
  491. package/types/components/Image/Image.types.d.ts.map +1 -1
  492. package/types/components/Indicator/Indicator.d.ts.map +1 -1
  493. package/types/components/Indicator/Indicator.types.d.ts +2 -2
  494. package/types/components/Indicator/Indicator.types.d.ts.map +1 -1
  495. package/types/components/Link/Link.d.ts.map +1 -1
  496. package/types/components/Link/Link.types.d.ts +2 -3
  497. package/types/components/Link/Link.types.d.ts.map +1 -1
  498. package/types/components/LinkButton/LinkButton.d.ts +10 -10
  499. package/types/components/LinkButton/LinkButton.d.ts.map +1 -1
  500. package/types/components/LinkButton/LinkButton.styles.d.ts +9 -10
  501. package/types/components/LinkButton/LinkButton.styles.d.ts.map +1 -1
  502. package/types/components/LinkButton/LinkButton.types.d.ts +2 -2
  503. package/types/components/LinkButton/LinkButton.types.d.ts.map +1 -1
  504. package/types/components/Mask/Mask.d.ts +1 -1
  505. package/types/components/Mask/Mask.d.ts.map +1 -1
  506. package/types/components/Mask/Mask.types.d.ts +2 -2
  507. package/types/components/Mask/Mask.types.d.ts.map +1 -1
  508. package/types/components/Modal/Modal.d.ts.map +1 -1
  509. package/types/components/Modal/Modal.styles.d.ts +0 -1
  510. package/types/components/Modal/Modal.styles.d.ts.map +1 -1
  511. package/types/components/Modal/Modal.types.d.ts +5 -6
  512. package/types/components/Modal/Modal.types.d.ts.map +1 -1
  513. package/types/components/Note/Note.d.ts +20 -16
  514. package/types/components/Note/Note.d.ts.map +1 -1
  515. package/types/components/Note/Note.styles.d.ts +46 -2
  516. package/types/components/Note/Note.styles.d.ts.map +1 -1
  517. package/types/components/Note/Note.tokens.d.ts +8 -0
  518. package/types/components/Note/Note.tokens.d.ts.map +1 -1
  519. package/types/components/Note/Note.types.d.ts +9 -1
  520. package/types/components/Note/Note.types.d.ts.map +1 -1
  521. package/types/components/Notification/Notification.d.ts +2 -2
  522. package/types/components/Notification/Notification.d.ts.map +1 -1
  523. package/types/components/Notification/Notification.styles.d.ts +41 -42
  524. package/types/components/Notification/Notification.styles.d.ts.map +1 -1
  525. package/types/components/Notification/Notification.types.d.ts +6 -6
  526. package/types/components/Notification/Notification.types.d.ts.map +1 -1
  527. package/types/components/Notification/NotificationsStore.d.ts +3 -3
  528. package/types/components/Notification/NotificationsStore.d.ts.map +1 -1
  529. package/types/components/Notification/utils/index.d.ts +2 -1
  530. package/types/components/Notification/utils/index.d.ts.map +1 -1
  531. package/types/components/NumberFormat/NumberFormat.d.ts +11 -11
  532. package/types/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  533. package/types/components/NumberFormat/NumberFormat.types.d.ts +3 -3
  534. package/types/components/NumberFormat/NumberFormat.types.d.ts.map +1 -1
  535. package/types/components/NumberInput/NumberInput.d.ts.map +1 -1
  536. package/types/components/NumberInput/NumberInput.types.d.ts +3 -3
  537. package/types/components/NumberInput/NumberInput.types.d.ts.map +1 -1
  538. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +35 -36
  539. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts.map +1 -1
  540. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts +1 -1
  541. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts.map +1 -1
  542. package/types/components/NumberInput/ui/Input/Input.d.ts +12 -12
  543. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +8 -9
  544. package/types/components/NumberInput/ui/Input/Input.styles.d.ts.map +1 -1
  545. package/types/components/NumberInput/ui/Input/Input.types.d.ts +1 -1
  546. package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +1 -1
  547. package/types/components/NumberInput/utils/index.d.ts +1 -1
  548. package/types/components/NumberInput/utils/index.d.ts.map +1 -1
  549. package/types/components/Overlay/Overlay.styles.d.ts +3 -4
  550. package/types/components/Overlay/Overlay.styles.d.ts.map +1 -1
  551. package/types/components/Overlay/Overlay.types.d.ts +1 -1
  552. package/types/components/Overlay/Overlay.types.d.ts.map +1 -1
  553. package/types/components/Pagination/Pagination.d.ts.map +1 -1
  554. package/types/components/Pagination/Pagination.styles.d.ts +70 -71
  555. package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
  556. package/types/components/Pagination/Pagination.types.d.ts +2 -2
  557. package/types/components/Pagination/Pagination.types.d.ts.map +1 -1
  558. package/types/components/Pagination/ui/PaginationQuickJumpToPage/PaginationQuickJumpToPage.styles.d.ts +0 -1
  559. package/types/components/Pagination/ui/PaginationQuickJumpToPage/PaginationQuickJumpToPage.styles.d.ts.map +1 -1
  560. package/types/components/Pagination/ui/PaginationQuickJumpToPage/PaginationQuickJumpToPage.types.d.ts +2 -2
  561. package/types/components/Pagination/ui/PaginationQuickJumpToPage/PaginationQuickJumpToPage.types.d.ts.map +1 -1
  562. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +264 -265
  563. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  564. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.types.d.ts +2 -2
  565. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.types.d.ts.map +1 -1
  566. package/types/components/Pagination/utils/index.d.ts +2 -1
  567. package/types/components/Pagination/utils/index.d.ts.map +1 -1
  568. package/types/components/PaginationDots/PaginationDot.d.ts +20 -0
  569. package/types/components/PaginationDots/PaginationDot.d.ts.map +1 -0
  570. package/types/components/PaginationDots/PaginationDots.d.ts +14 -0
  571. package/types/components/PaginationDots/PaginationDots.d.ts.map +1 -0
  572. package/types/components/PaginationDots/SmartPaginationDots.d.ts +15 -0
  573. package/types/components/PaginationDots/SmartPaginationDots.d.ts.map +1 -0
  574. package/types/components/PaginationDots/index.d.ts +6 -0
  575. package/types/components/PaginationDots/index.d.ts.map +1 -0
  576. package/types/components/PaginationDots/usePaginationDots.d.ts +14 -0
  577. package/types/components/PaginationDots/usePaginationDots.d.ts.map +1 -0
  578. package/types/components/Panel/Panel.d.ts.map +1 -1
  579. package/types/components/Panel/Panel.styles.d.ts +1 -2
  580. package/types/components/Panel/Panel.styles.d.ts.map +1 -1
  581. package/types/components/Panel/Panel.types.d.ts +1 -1
  582. package/types/components/Panel/Panel.types.d.ts.map +1 -1
  583. package/types/components/Panel/ui/PanelContent/PanelContent.d.ts +2 -2
  584. package/types/components/Panel/ui/PanelContent/PanelContent.d.ts.map +1 -1
  585. package/types/components/Panel/ui/PanelContent/PanelContent.types.d.ts +1 -1
  586. package/types/components/Panel/ui/PanelContent/PanelContent.types.d.ts.map +1 -1
  587. package/types/components/Panel/ui/PanelFooter/PanelFooter.d.ts +2 -2
  588. package/types/components/Panel/ui/PanelFooter/PanelFooter.d.ts.map +1 -1
  589. package/types/components/Panel/ui/PanelFooter/PanelFooter.types.d.ts +1 -1
  590. package/types/components/Panel/ui/PanelFooter/PanelFooter.types.d.ts.map +1 -1
  591. package/types/components/Panel/ui/PanelHeader/PanelHeader.d.ts +8 -8
  592. package/types/components/Panel/ui/PanelHeader/PanelHeader.d.ts.map +1 -1
  593. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +37 -37
  594. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts.map +1 -1
  595. package/types/components/Panel/ui/PanelHeader/PanelHeader.types.d.ts +2 -2
  596. package/types/components/Panel/ui/PanelHeader/PanelHeader.types.d.ts.map +1 -1
  597. package/types/components/Popover/Popover.d.ts.map +1 -1
  598. package/types/components/Popover/Popover.styles.d.ts +0 -1
  599. package/types/components/Popover/Popover.styles.d.ts.map +1 -1
  600. package/types/components/Popover/Popover.types.d.ts +3 -3
  601. package/types/components/Popover/Popover.types.d.ts.map +1 -1
  602. package/types/components/Popover/hooks/usePopoverOffset.d.ts +0 -1
  603. package/types/components/Popover/hooks/usePopoverOffset.d.ts.map +1 -1
  604. package/types/components/Popup/Popup.d.ts.map +1 -1
  605. package/types/components/Popup/Popup.styles.d.ts +0 -1
  606. package/types/components/Popup/Popup.styles.d.ts.map +1 -1
  607. package/types/components/Popup/Popup.types.d.ts +3 -4
  608. package/types/components/Popup/Popup.types.d.ts.map +1 -1
  609. package/types/components/Popup/hooks/usePopup.d.ts +0 -1
  610. package/types/components/Popup/hooks/usePopup.d.ts.map +1 -1
  611. package/types/components/Portal/Portal.types.d.ts +1 -1
  612. package/types/components/Portal/Portal.types.d.ts.map +1 -1
  613. package/types/components/Price/Price.d.ts +2 -2
  614. package/types/components/Price/Price.d.ts.map +1 -1
  615. package/types/components/Price/Price.styles.d.ts +0 -1
  616. package/types/components/Price/Price.styles.d.ts.map +1 -1
  617. package/types/components/Price/utils/formatCurrency.d.ts.map +1 -1
  618. package/types/components/Progress/Progress.d.ts.map +1 -1
  619. package/types/components/Progress/Progress.styles.d.ts +0 -1
  620. package/types/components/Progress/Progress.styles.d.ts.map +1 -1
  621. package/types/components/Progress/Progress.types.d.ts +1 -1
  622. package/types/components/Progress/Progress.types.d.ts.map +1 -1
  623. package/types/components/Radiobox/Radiobox.d.ts +1 -1
  624. package/types/components/Radiobox/Radiobox.d.ts.map +1 -1
  625. package/types/components/Radiobox/Radiobox.styles.d.ts +0 -1
  626. package/types/components/Radiobox/Radiobox.styles.d.ts.map +1 -1
  627. package/types/components/Range/Range.d.ts.map +1 -1
  628. package/types/components/Range/Range.styles.d.ts +224 -225
  629. package/types/components/Range/Range.styles.d.ts.map +1 -1
  630. package/types/components/Range/Range.types.d.ts +7 -7
  631. package/types/components/Range/Range.types.d.ts.map +1 -1
  632. package/types/components/Range/utils/index.d.ts +2 -2
  633. package/types/components/Range/utils/index.d.ts.map +1 -1
  634. package/types/components/Rating/Rating.d.ts +20 -20
  635. package/types/components/Rating/Rating.d.ts.map +1 -1
  636. package/types/components/Rating/Rating.styles.d.ts +0 -1
  637. package/types/components/Rating/Rating.styles.d.ts.map +1 -1
  638. package/types/components/Rating/Rating.types.d.ts +1 -1
  639. package/types/components/Rating/Rating.types.d.ts.map +1 -1
  640. package/types/components/Rating/utils/getIcons.d.ts +1 -2
  641. package/types/components/Rating/utils/getIcons.d.ts.map +1 -1
  642. package/types/components/Rating/utils/index.d.ts +2 -2
  643. package/types/components/Rating/utils/index.d.ts.map +1 -1
  644. package/types/components/SSRProvider/SSRProvider.d.ts.map +1 -1
  645. package/types/components/Segment/SegmentProvider/SegmentProvider.types.d.ts +3 -3
  646. package/types/components/Segment/SegmentProvider/SegmentProvider.types.d.ts.map +1 -1
  647. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.d.ts.map +1 -1
  648. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts +4 -5
  649. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.styles.d.ts.map +1 -1
  650. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.types.d.ts +1 -1
  651. package/types/components/Segment/ui/SegmentGroup/SegmentGroup.types.d.ts.map +1 -1
  652. package/types/components/Segment/ui/SegmentItem/SegmentItem.d.ts +13 -12
  653. package/types/components/Segment/ui/SegmentItem/SegmentItem.d.ts.map +1 -1
  654. package/types/components/Segment/ui/SegmentItem/SegmentItem.styles.d.ts +3 -4
  655. package/types/components/Segment/ui/SegmentItem/SegmentItem.styles.d.ts.map +1 -1
  656. package/types/components/Segment/ui/SegmentItem/SegmentItem.types.d.ts +2 -2
  657. package/types/components/Segment/ui/SegmentItem/SegmentItem.types.d.ts.map +1 -1
  658. package/types/components/Select/Select.context.d.ts +0 -1
  659. package/types/components/Select/Select.context.d.ts.map +1 -1
  660. package/types/components/Select/Select.d.ts +2 -2
  661. package/types/components/Select/Select.d.ts.map +1 -1
  662. package/types/components/Select/Select.styles.d.ts +5 -6
  663. package/types/components/Select/Select.styles.d.ts.map +1 -1
  664. package/types/components/Select/Select.types.d.ts +11 -11
  665. package/types/components/Select/Select.types.d.ts.map +1 -1
  666. package/types/components/Select/hooks/useKeyboardNavigation.d.ts +2 -2
  667. package/types/components/Select/hooks/useKeyboardNavigation.d.ts.map +1 -1
  668. package/types/components/Select/hooks/usePathMaps.d.ts +6 -6
  669. package/types/components/Select/hooks/usePathMaps.d.ts.map +1 -1
  670. package/types/components/Select/reducers/focusedPathReducer.d.ts +2 -2
  671. package/types/components/Select/reducers/focusedPathReducer.d.ts.map +1 -1
  672. package/types/components/Select/reducers/pathReducer.d.ts +2 -2
  673. package/types/components/Select/reducers/pathReducer.d.ts.map +1 -1
  674. package/types/components/Select/ui/Inner/Inner.type.d.ts +1 -1
  675. package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
  676. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +22 -23
  677. package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts.map +1 -1
  678. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +5 -5
  679. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  680. package/types/components/Select/ui/SelectNative/SelectNative.d.ts +1 -1
  681. package/types/components/Select/ui/SelectNative/SelectNative.d.ts.map +1 -1
  682. package/types/components/Select/ui/SelectNative/SelectNative.styles.d.ts +0 -1
  683. package/types/components/Select/ui/SelectNative/SelectNative.styles.d.ts.map +1 -1
  684. package/types/components/Select/ui/Target/Target.d.ts +6 -5
  685. package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
  686. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  687. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  688. package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +35 -36
  689. package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts.map +1 -1
  690. package/types/components/Select/ui/Target/ui/Button/Button.types.d.ts +2 -2
  691. package/types/components/Select/ui/Target/ui/Button/Button.types.d.ts.map +1 -1
  692. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +227 -228
  693. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  694. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  695. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  696. package/types/components/Select/utils/getCorrectHeight.d.ts +1 -1
  697. package/types/components/Select/utils/getCorrectHeight.d.ts.map +1 -1
  698. package/types/components/Select/utils/getFallbackPlacements.d.ts +1 -1
  699. package/types/components/Select/utils/getFallbackPlacements.d.ts.map +1 -1
  700. package/types/components/Select/utils/getPlacement.d.ts +1 -1
  701. package/types/components/Select/utils/getPlacement.d.ts.map +1 -1
  702. package/types/components/Select/utils/getView.d.ts +1 -1
  703. package/types/components/Select/utils/initialItemsTransform.d.ts +1 -1
  704. package/types/components/Select/utils/initialItemsTransform.d.ts.map +1 -1
  705. package/types/components/Select/utils/sizeToIconSize.d.ts +1 -1
  706. package/types/components/Select/utils/sizeToIconSize.d.ts.map +1 -1
  707. package/types/components/Select/utils/updateAncestors.d.ts.map +1 -1
  708. package/types/components/Select/utils/updateDescendants.d.ts +1 -1
  709. package/types/components/Select/utils/updateDescendants.d.ts.map +1 -1
  710. package/types/components/Select/utils/updateSingleAncestors.d.ts +1 -1
  711. package/types/components/Select/utils/updateSingleAncestors.d.ts.map +1 -1
  712. package/types/components/Sheet/Sheet.d.ts.map +1 -1
  713. package/types/components/Sheet/Sheet.styles.d.ts +4 -5
  714. package/types/components/Sheet/Sheet.styles.d.ts.map +1 -1
  715. package/types/components/Sheet/Sheet.types.d.ts +2 -2
  716. package/types/components/Sheet/Sheet.types.d.ts.map +1 -1
  717. package/types/components/Sheet/hooks/useSheetSwipe.d.ts +1 -1
  718. package/types/components/Sheet/hooks/useSheetSwipe.d.ts.map +1 -1
  719. package/types/components/Sheet/utils/handleTransition.d.ts +1 -1
  720. package/types/components/Sheet/utils/handleTransition.d.ts.map +1 -1
  721. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +4 -4
  722. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
  723. package/types/components/Skeleton/LineSkeleton/LineSkeleton.styles.d.ts +0 -1
  724. package/types/components/Skeleton/LineSkeleton/LineSkeleton.styles.d.ts.map +1 -1
  725. package/types/components/Skeleton/LineSkeleton/LineSkeleton.types.d.ts +3 -3
  726. package/types/components/Skeleton/LineSkeleton/LineSkeleton.types.d.ts.map +1 -1
  727. package/types/components/Skeleton/RectSkeleton/RectSkeleton.d.ts +2 -2
  728. package/types/components/Skeleton/RectSkeleton/RectSkeleton.styles.d.ts +0 -1
  729. package/types/components/Skeleton/RectSkeleton/RectSkeleton.styles.d.ts.map +1 -1
  730. package/types/components/Skeleton/RectSkeleton/RectSkeleton.types.d.ts +3 -3
  731. package/types/components/Skeleton/RectSkeleton/RectSkeleton.types.d.ts.map +1 -1
  732. package/types/components/Skeleton/Skeleton.types.d.ts +1 -1
  733. package/types/components/Skeleton/Skeleton.types.d.ts.map +1 -1
  734. package/types/components/Skeleton/TextSkeleton/TextSkeleton.d.ts +1 -2
  735. package/types/components/Skeleton/TextSkeleton/TextSkeleton.d.ts.map +1 -1
  736. package/types/components/Skeleton/TextSkeleton/TextSkeleton.styles.d.ts +0 -1
  737. package/types/components/Skeleton/TextSkeleton/TextSkeleton.styles.d.ts.map +1 -1
  738. package/types/components/Skeleton/TextSkeleton/TextSkeleton.types.d.ts +2 -2
  739. package/types/components/Skeleton/TextSkeleton/TextSkeleton.types.d.ts.map +1 -1
  740. package/types/components/Skeleton/hoc/withSkeleton.d.ts +1 -2
  741. package/types/components/Skeleton/hoc/withSkeleton.d.ts.map +1 -1
  742. package/types/components/Slider/Slider.d.ts.map +1 -1
  743. package/types/components/Slider/Slider.types.d.ts +1 -1
  744. package/types/components/Slider/Slider.types.d.ts.map +1 -1
  745. package/types/components/Slider/components/Double/Double.styles.d.ts +224 -225
  746. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  747. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.d.ts +2 -2
  748. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.d.ts.map +1 -1
  749. package/types/components/Slider/components/Single/Single.styles.d.ts +0 -1
  750. package/types/components/Slider/components/Single/Single.styles.d.ts.map +1 -1
  751. package/types/components/Slider/components/Single/Single.types.d.ts +3 -3
  752. package/types/components/Slider/components/Single/Single.types.d.ts.map +1 -1
  753. package/types/components/Slider/components/SliderBase/SliderBase.styles.d.ts +0 -1
  754. package/types/components/Slider/components/SliderBase/SliderBase.styles.d.ts.map +1 -1
  755. package/types/components/Slider/components/SliderBase/SliderBase.types.d.ts +1 -1
  756. package/types/components/Slider/components/SliderBase/SliderBase.types.d.ts.map +1 -1
  757. package/types/components/Slider/ui/Handler/Handler.styles.d.ts +4 -5
  758. package/types/components/Slider/ui/Handler/Handler.styles.d.ts.map +1 -1
  759. package/types/components/Slider/ui/Handler/computeKeyPressData.d.ts.map +1 -1
  760. package/types/components/Slider/ui/Thumb/Thumb.d.ts +0 -1
  761. package/types/components/Slider/ui/Thumb/Thumb.d.ts.map +1 -1
  762. package/types/components/Slider/ui/Thumb/Thumb.styles.d.ts +1 -2
  763. package/types/components/Slider/ui/Thumb/Thumb.styles.d.ts.map +1 -1
  764. package/types/components/Spinner/Spinner.d.ts.map +1 -1
  765. package/types/components/Spinner/Spinner.styles.d.ts +0 -1
  766. package/types/components/Spinner/Spinner.styles.d.ts.map +1 -1
  767. package/types/components/Spinner/Spinner.types.d.ts +2 -3
  768. package/types/components/Spinner/Spinner.types.d.ts.map +1 -1
  769. package/types/components/Steps/Steps.d.ts +1 -1
  770. package/types/components/Steps/Steps.d.ts.map +1 -1
  771. package/types/components/Steps/Steps.types.d.ts +3 -3
  772. package/types/components/Steps/Steps.types.d.ts.map +1 -1
  773. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +11 -12
  774. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts.map +1 -1
  775. package/types/components/Steps/ui/StepItem/StepItem.types.d.ts +2 -2
  776. package/types/components/Steps/ui/StepItem/StepItem.types.d.ts.map +1 -1
  777. package/types/components/Steps/utils/getItemStatus.d.ts +2 -2
  778. package/types/components/Steps/utils/getItemStatus.d.ts.map +1 -1
  779. package/types/components/Switch/Switch.d.ts.map +1 -1
  780. package/types/components/Switch/Switch.styles.d.ts +0 -1
  781. package/types/components/Switch/Switch.styles.d.ts.map +1 -1
  782. package/types/components/Table/Table.d.ts.map +1 -1
  783. package/types/components/Table/Table.styles.d.ts +83 -84
  784. package/types/components/Table/Table.styles.d.ts.map +1 -1
  785. package/types/components/Table/Table.types.d.ts +2 -2
  786. package/types/components/Table/Table.types.d.ts.map +1 -1
  787. package/types/components/Table/ui/Cell/Cell.d.ts +1 -1
  788. package/types/components/Table/ui/Cell/Cell.d.ts.map +1 -1
  789. package/types/components/Table/ui/Cell/Cell.styles.d.ts +4 -5
  790. package/types/components/Table/ui/Cell/Cell.styles.d.ts.map +1 -1
  791. package/types/components/Table/ui/EditableCell/EditableCell.d.ts +1 -1
  792. package/types/components/Table/ui/EditableCell/EditableCell.d.ts.map +1 -1
  793. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts +74 -75
  794. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts.map +1 -1
  795. package/types/components/Table/ui/HeadCell/HeadCell.d.ts +2 -2
  796. package/types/components/Table/ui/HeadCell/HeadCell.d.ts.map +1 -1
  797. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts +0 -1
  798. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts.map +1 -1
  799. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts +1 -1
  800. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts.map +1 -1
  801. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +264 -265
  802. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  803. package/types/components/Tabs/TabItem.types.d.ts +7 -7
  804. package/types/components/Tabs/TabItem.types.d.ts.map +1 -1
  805. package/types/components/Tabs/Tabs.types.d.ts +7 -7
  806. package/types/components/Tabs/Tabs.types.d.ts.map +1 -1
  807. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts.map +1 -1
  808. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.d.ts +0 -1
  809. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.d.ts.map +1 -1
  810. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts.map +1 -1
  811. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.d.ts +2 -3
  812. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.d.ts.map +1 -1
  813. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts.map +1 -1
  814. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.d.ts +0 -1
  815. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.d.ts.map +1 -1
  816. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  817. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.d.ts +1 -2
  818. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.d.ts.map +1 -1
  819. package/types/components/Tabs/utils/index.d.ts +2 -2
  820. package/types/components/Tabs/utils/index.d.ts.map +1 -1
  821. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  822. package/types/components/TextArea/TextArea.styles.d.ts +6 -7
  823. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  824. package/types/components/TextArea/TextArea.types.d.ts +13 -13
  825. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  826. package/types/components/TextArea/hooks/useAutoResize.d.ts +1 -1
  827. package/types/components/TextArea/hooks/useAutoResize.d.ts.map +1 -1
  828. package/types/components/TextArea/ui/Hint/Hint.types.d.ts +1 -1
  829. package/types/components/TextArea/ui/Hint/Hint.types.d.ts.map +1 -1
  830. package/types/components/TextField/TextField.d.ts.map +1 -1
  831. package/types/components/TextField/TextField.styles.d.ts +3 -4
  832. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  833. package/types/components/TextField/TextField.types.d.ts +12 -12
  834. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  835. package/types/components/TextField/hooks/useKeyNavigation.d.ts.map +1 -1
  836. package/types/components/TextField/ui/Hint/Hint.types.d.ts +1 -1
  837. package/types/components/TextField/ui/Hint/Hint.types.d.ts.map +1 -1
  838. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
  839. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  840. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +0 -1
  841. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
  842. package/types/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -1
  843. package/types/components/TextFieldGroup/TextFieldGroup.types.d.ts +8 -8
  844. package/types/components/TextFieldGroup/TextFieldGroup.types.d.ts.map +1 -1
  845. package/types/components/Toast/Toast.d.ts.map +1 -1
  846. package/types/components/Toast/Toast.styles.d.ts +37 -38
  847. package/types/components/Toast/Toast.styles.d.ts.map +1 -1
  848. package/types/components/Toast/Toast.types.d.ts +5 -5
  849. package/types/components/Toast/Toast.types.d.ts.map +1 -1
  850. package/types/components/Toast/ToastController.d.ts +1 -2
  851. package/types/components/Toast/ToastController.d.ts.map +1 -1
  852. package/types/components/Toast/ToastNew/ToastNew.d.ts.map +1 -1
  853. package/types/components/Toast/ToastNew/ToastNew.styles.d.ts +37 -37
  854. package/types/components/Toast/ToastNew/ToastNew.types.d.ts +2 -2
  855. package/types/components/Toast/ToastNew/ToastNew.types.d.ts.map +1 -1
  856. package/types/components/Toast/ToastProvider/ToastProvider.d.ts +1 -1
  857. package/types/components/Toast/ToastProvider/ToastProvider.d.ts.map +1 -1
  858. package/types/components/Toast/ToastProvider/ToastProvider.types.d.ts +7 -7
  859. package/types/components/Toast/ToastProvider/ToastProvider.types.d.ts.map +1 -1
  860. package/types/components/Toast/utils.d.ts +35 -36
  861. package/types/components/Toast/utils.d.ts.map +1 -1
  862. package/types/components/Toolbar/Toolbar.d.ts +8 -8
  863. package/types/components/Toolbar/Toolbar.d.ts.map +1 -1
  864. package/types/components/Toolbar/Toolbar.types.d.ts +2 -2
  865. package/types/components/Toolbar/Toolbar.types.d.ts.map +1 -1
  866. package/types/components/Toolbar/ui/ToolbarDivider/ToolbarDivider.d.ts +0 -1
  867. package/types/components/Toolbar/ui/ToolbarDivider/ToolbarDivider.d.ts.map +1 -1
  868. package/types/components/Tooltip/Tooltip.d.ts +2 -2
  869. package/types/components/Tooltip/Tooltip.d.ts.map +1 -1
  870. package/types/components/Tooltip/Tooltip.styles.d.ts +0 -1
  871. package/types/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  872. package/types/components/Tree/Tree.d.ts.map +1 -1
  873. package/types/components/Tree/Tree.styles.d.ts +1 -2
  874. package/types/components/Tree/Tree.styles.d.ts.map +1 -1
  875. package/types/components/Tree/Tree.types.d.ts +2 -2
  876. package/types/components/Tree/Tree.types.d.ts.map +1 -1
  877. package/types/components/Tree/utils/sizeToIconSize.d.ts +1 -1
  878. package/types/components/Tree/utils/sizeToIconSize.d.ts.map +1 -1
  879. package/types/components/Typography/Body/Body.d.ts +1 -2
  880. package/types/components/Typography/Body/Body.d.ts.map +1 -1
  881. package/types/components/Typography/Dspl/Dspl.d.ts +1 -2
  882. package/types/components/Typography/Dspl/Dspl.d.ts.map +1 -1
  883. package/types/components/Typography/Heading/Heading.d.ts +1 -2
  884. package/types/components/Typography/Heading/Heading.d.ts.map +1 -1
  885. package/types/components/Typography/Old/Body/Body.d.ts +1 -2
  886. package/types/components/Typography/Old/Body/Body.d.ts.map +1 -1
  887. package/types/components/Typography/Old/Button/Button.d.ts +1 -2
  888. package/types/components/Typography/Old/Button/Button.d.ts.map +1 -1
  889. package/types/components/Typography/Old/Caption/Caption.d.ts +1 -2
  890. package/types/components/Typography/Old/Caption/Caption.d.ts.map +1 -1
  891. package/types/components/Typography/Old/Display/Display.d.ts +1 -2
  892. package/types/components/Typography/Old/Display/Display.d.ts.map +1 -1
  893. package/types/components/Typography/Old/Footnote/Footnote.d.ts +1 -2
  894. package/types/components/Typography/Old/Footnote/Footnote.d.ts.map +1 -1
  895. package/types/components/Typography/Old/Headline/Headline.d.ts +1 -2
  896. package/types/components/Typography/Old/Headline/Headline.d.ts.map +1 -1
  897. package/types/components/Typography/Old/Paragraph/Paragraph.d.ts +1 -2
  898. package/types/components/Typography/Old/Paragraph/Paragraph.d.ts.map +1 -1
  899. package/types/components/Typography/Old/ParagraphText/ParagraphText.d.ts +1 -2
  900. package/types/components/Typography/Old/ParagraphText/ParagraphText.d.ts.map +1 -1
  901. package/types/components/Typography/Old/Subtitle/Subtitle.d.ts +1 -1
  902. package/types/components/Typography/Old/Subtitle/Subtitle.d.ts.map +1 -1
  903. package/types/components/Typography/Old/TypographyOld.d.ts +1 -1
  904. package/types/components/Typography/Old/TypographyOld.d.ts.map +1 -1
  905. package/types/components/Typography/Old/Underline/Underline.d.ts +1 -2
  906. package/types/components/Typography/Old/Underline/Underline.d.ts.map +1 -1
  907. package/types/components/Typography/Text/Text.d.ts +1 -2
  908. package/types/components/Typography/Text/Text.d.ts.map +1 -1
  909. package/types/components/Typography/Typography.d.ts +2 -2
  910. package/types/components/Typography/Typography.d.ts.map +1 -1
  911. package/types/components/Typography/Typography.types.d.ts +1 -1
  912. package/types/components/Typography/Typography.types.d.ts.map +1 -1
  913. package/types/components/ViewContainer/ViewContainer.d.ts +2 -2
  914. package/types/components/ViewContainer/ViewContainer.d.ts.map +1 -1
  915. package/types/components/_Icon/IconRoot.d.ts +1 -1
  916. package/types/components/_Icon/IconRoot.d.ts.map +1 -1
  917. package/types/engines/common.d.ts +1 -1
  918. package/types/engines/common.d.ts.map +1 -1
  919. package/types/engines/index.d.ts.map +1 -1
  920. package/types/engines/types.d.ts +14 -15
  921. package/types/engines/types.d.ts.map +1 -1
  922. package/types/engines/utils.d.ts +1 -1
  923. package/types/engines/utils.d.ts.map +1 -1
  924. package/types/hooks/useDidMountEffect.d.ts.map +1 -1
  925. package/types/hooks/useFocusTrap.d.ts +1 -2
  926. package/types/hooks/useFocusTrap.d.ts.map +1 -1
  927. package/types/hooks/useOutsideClick.d.ts +1 -1
  928. package/types/hooks/useOutsideClick.d.ts.map +1 -1
  929. package/types/hooks/usePreviousValue.d.ts.map +1 -1
  930. package/types/index.d.ts +1 -0
  931. package/types/index.d.ts.map +1 -1
  932. package/types/mixins/addFocus.d.ts +1 -1
  933. package/types/mixins/addFocus.d.ts.map +1 -1
  934. package/types/mixins/applyBlur.d.ts +1 -1
  935. package/types/mixins/applyBlur.d.ts.map +1 -1
  936. package/types/mixins/applyRoundness.d.ts +2 -2
  937. package/types/mixins/applyRoundness.d.ts.map +1 -1
  938. package/types/mixins/applySpacing.d.ts +1 -1
  939. package/types/mixins/applySpacing.d.ts.map +1 -1
  940. package/types/mixins/createApplyPaperMixin.d.ts +11 -11
  941. package/types/mixins/createApplyPaperMixin.d.ts.map +1 -1
  942. package/types/mixins/mediaQuery.d.ts +3 -3
  943. package/types/mixins/mediaQuery.d.ts.map +1 -1
  944. package/types/types/AsProps.d.ts +1 -2
  945. package/types/types/AsProps.d.ts.map +1 -1
  946. package/types/types/DistributiveOmit.d.ts +1 -1
  947. package/types/types/DistributiveOmit.d.ts.map +1 -1
  948. package/types/types/DistributivePick.d.ts +1 -1
  949. package/types/types/DistributivePick.d.ts.map +1 -1
  950. package/types/types/FormType.d.ts +2 -2
  951. package/types/types/FormType.d.ts.map +1 -1
  952. package/types/types/Range.d.ts +2 -2
  953. package/types/types/Range.d.ts.map +1 -1
  954. package/types/utils/createConditionalComponent.d.ts +2 -2
  955. package/types/utils/createConditionalComponent.d.ts.map +1 -1
  956. package/types/utils/createEvent.d.ts +1 -1
  957. package/types/utils/createEvent.d.ts.map +1 -1
  958. package/types/utils/focusManager.d.ts +1 -2
  959. package/types/utils/focusManager.d.ts.map +1 -1
  960. package/types/utils/getHeightAsNumber.d.ts +1 -1
  961. package/types/utils/getPopoverPlacement.d.ts +4 -4
  962. package/types/utils/getPopoverPlacement.d.ts.map +1 -1
  963. package/types/utils/index.d.ts.map +1 -1
  964. package/types/utils/roundness.d.ts +2 -2
  965. package/types/utils/roundness.d.ts.map +1 -1
  966. package/types/utils/setRefList.d.ts +1 -1
  967. package/types/utils/setRefList.d.ts.map +1 -1
  968. package/types/utils/tabbable.d.ts +3 -3
  969. package/types/utils/tabbable.d.ts.map +1 -1
  970. package/types/utils/useFocusTrap.d.ts +1 -2
  971. package/types/utils/useFocusTrap.d.ts.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Range.types.d.ts","sourceRoot":"","sources":["../../../src/components/Range/Range.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Range.types.d.ts","sourceRoot":"","sources":["../../../src/components/Range/Range.types.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import type { ChangeEvent, KeyboardEvent } from 'react';
2
2
  import type { BaseCallbackChangeInstance, BaseCallbackKeyboardInstance } from '../Range.types';
3
- export declare const getChangeHandler: (changeHandler?: BaseCallbackChangeInstance | undefined, disabled?: boolean | undefined, readOnly?: boolean | undefined) => (event: ChangeEvent<HTMLInputElement>) => void;
4
- export declare const getSearchHandler: (searchHandler?: BaseCallbackKeyboardInstance | undefined, disabled?: boolean | undefined, readOnly?: boolean | undefined) => (value: string, event?: KeyboardEvent<HTMLInputElement> | undefined) => void;
3
+ export declare const getChangeHandler: (changeHandler?: BaseCallbackChangeInstance, disabled?: boolean, readOnly?: boolean) => (event: ChangeEvent<HTMLInputElement>) => void;
4
+ export declare const getSearchHandler: (searchHandler?: BaseCallbackKeyboardInstance, disabled?: boolean, readOnly?: boolean) => (value: string, event?: KeyboardEvent<HTMLInputElement>) => void;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Range/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAE/F,eAAO,MAAM,gBAAgB,sIAIhB,YAAY,gBAAgB,CAAC,SAMzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,wIAIhB,MAAM,8DAMlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Range/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAE/F,eAAO,MAAM,gBAAgB,mBACT,0BAA0B,aAC/B,OAAO,aACP,OAAO,aACT,WAAW,CAAC,gBAAgB,CAAC,SAMzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,mBACT,4BAA4B,aACjC,OAAO,aACP,OAAO,aACT,MAAM,UAAU,aAAa,CAAC,gBAAgB,CAAC,SAM3D,CAAC"}
@@ -2,37 +2,37 @@ import React from 'react';
2
2
  import type { RootProps } from '../../engines';
3
3
  import type { RatingProps } from './Rating.types';
4
4
  export declare const ratingRoot: (Root: RootProps<HTMLDivElement, RatingProps>) => React.ForwardRefExoticComponent<{
5
- value?: number | null | undefined;
6
- hasValue?: boolean | undefined;
7
- precision?: number | undefined;
8
- valuePlacement?: "after" | "before" | undefined;
5
+ value?: number | null;
6
+ hasValue?: boolean;
7
+ precision?: number;
8
+ valuePlacement?: "before" | "after";
9
9
  iconSlot?: React.ReactNode;
10
10
  iconSlotOutline?: React.ReactNode;
11
11
  iconSlotHalf?: React.ReactNode;
12
- hasIcons?: boolean | undefined;
13
- iconQuantity?: 10 | 1 | 5 | undefined;
14
- helperText?: string | undefined;
15
- helperTextStretching?: "fixed" | "filled" | undefined;
16
- size?: string | undefined;
17
- view?: string | undefined;
12
+ hasIcons?: boolean;
13
+ iconQuantity?: 1 | 5 | 10;
14
+ helperText?: string;
15
+ helperTextStretching?: "fixed" | "filled";
16
+ size?: string;
17
+ view?: string;
18
18
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLInputElement>>;
19
19
  export declare const ratingConfig: {
20
20
  name: string;
21
21
  tag: string;
22
22
  layout: (Root: RootProps<HTMLDivElement, RatingProps>) => React.ForwardRefExoticComponent<{
23
- value?: number | null | undefined;
24
- hasValue?: boolean | undefined;
25
- precision?: number | undefined;
26
- valuePlacement?: "after" | "before" | undefined;
23
+ value?: number | null;
24
+ hasValue?: boolean;
25
+ precision?: number;
26
+ valuePlacement?: "before" | "after";
27
27
  iconSlot?: React.ReactNode;
28
28
  iconSlotOutline?: React.ReactNode;
29
29
  iconSlotHalf?: React.ReactNode;
30
- hasIcons?: boolean | undefined;
31
- iconQuantity?: 10 | 1 | 5 | undefined;
32
- helperText?: string | undefined;
33
- helperTextStretching?: "fixed" | "filled" | undefined;
34
- size?: string | undefined;
35
- view?: string | undefined;
30
+ hasIcons?: boolean;
31
+ iconQuantity?: 1 | 5 | 10;
32
+ helperText?: string;
33
+ helperTextStretching?: "fixed" | "filled";
34
+ size?: string;
35
+ view?: string;
36
36
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLInputElement>>;
37
37
  base: import("@linaria/core").LinariaClassName;
38
38
  variations: {
@@ -1 +1 @@
1
- {"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQlD,eAAO,MAAM,UAAU,SAAU,UAAU,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;iFA6GlE,CAAC;AAEN,eAAO,MAAM,YAAY;;;mBA/GQ,UAAU,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgItE,CAAC"}
1
+ {"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQlD,eAAO,MAAM,UAAU,SAAU,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;iFA6GlE,CAAC;AAEN,eAAO,MAAM,YAAY;;;mBA/GQ,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgItE,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const base: import("@linaria/core").LinariaClassName;
3
2
  export declare const Score: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
3
  export declare const Wrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Rating.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.styles.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,KAAK,qKAAe,CAAC;AAElC,eAAO,MAAM,OAAO,qKAInB,CAAC;AAEF,eAAO,MAAM,OAAO,qKAInB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAExB,CAAC;AAEF,eAAO,MAAM,IAAI,qKAEhB,CAAC;AAEF,eAAO,MAAM,UAAU,uKAEtB,CAAC"}
1
+ {"version":3,"file":"Rating.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,KAAK,qKAAe,CAAC;AAElC,eAAO,MAAM,OAAO,qKAInB,CAAC;AAEF,eAAO,MAAM,OAAO,qKAInB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAExB,CAAC;AAEF,eAAO,MAAM,IAAI,qKAEhB,CAAC;AAEF,eAAO,MAAM,UAAU,uKAEtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes, ReactNode } from 'react';
2
- export declare type RatingProps = {
2
+ export type RatingProps = {
3
3
  /**
4
4
  * Отображаемое числовое значение.
5
5
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Rating.types.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,oBAAY,WAAW,GAAG;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"Rating.types.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,WAAW,GAAG;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import type { RatingProps } from '../Rating.types';
3
- declare type GetIconsArgs = {
2
+ type GetIconsArgs = {
4
3
  innerValue: string;
5
4
  } & Pick<RatingProps, 'size' | 'iconQuantity' | 'iconSlot' | 'iconSlotOutline' | 'iconSlotHalf'>;
6
5
  export declare const getIcons: ({ innerValue, size, iconQuantity, iconSlot, iconSlotOutline, iconSlotHalf, }: GetIconsArgs) => JSX.Element | JSX.Element[];
@@ -1 +1 @@
1
- {"version":3,"file":"getIcons.d.ts","sourceRoot":"","sources":["../../../../src/components/Rating/utils/getIcons.tsx"],"names":[],"mappings":";AAcA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AA+CnD,aAAK,YAAY,GAAG;IAChB,UAAU,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC,CAAC;AAEjG,eAAO,MAAM,QAAQ,iFAOlB,YAAY,gCAuBd,CAAC"}
1
+ {"version":3,"file":"getIcons.d.ts","sourceRoot":"","sources":["../../../../src/components/Rating/utils/getIcons.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AA+CnD,KAAK,YAAY,GAAG;IAChB,UAAU,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC,CAAC;AAEjG,eAAO,MAAM,QAAQ,iFAOlB,YAAY,gCAuBd,CAAC"}
@@ -6,6 +6,6 @@ export declare const helperTextPlacements: {
6
6
  inner: string;
7
7
  outer: string;
8
8
  };
9
- export declare const getHelperTextPlacement: (value?: number | null | undefined, size?: string | undefined, hasIcons?: boolean | undefined, iconQuantity?: number | undefined) => string;
10
- export declare const getInnerValue: (value?: number | null | undefined, precision?: number | undefined, iconQuantity?: number) => string;
9
+ export declare const getHelperTextPlacement: (value?: number | null, size?: string, hasIcons?: boolean, iconQuantity?: number) => string;
10
+ export declare const getInnerValue: (value?: number | null, precision?: number, iconQuantity?: number) => string;
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Rating/utils/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;CAGhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,6IAelC,CAAC;AAEF,eAAO,MAAM,aAAa,sGAgBzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Rating/utils/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;CAGhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,WACvB,MAAM,GAAG,IAAI,SACd,MAAM,aACF,OAAO,iBACH,MAAM,WAWxB,CAAC;AAEF,eAAO,MAAM,aAAa,WAAY,MAAM,GAAG,IAAI,cAAc,MAAM,kCAgBtE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SSRProvider.d.ts","sourceRoot":"","sources":["../../../src/components/SSRProvider/SSRProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,eAAO,MAAM,UAAU;YAA2B,MAAM,GAAG,IAAI;EAE7D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,WAAW;cAA8B,SAAS;iBAM9D,CAAC"}
1
+ {"version":3,"file":"SSRProvider.d.ts","sourceRoot":"","sources":["../../../src/components/SSRProvider/SSRProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,eAAO,MAAM,UAAU;YAA2B,MAAM,GAAG,IAAI;EAE7D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,WAAW,iBAAkB;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,gBAMhE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Dispatch, PropsWithChildren, SetStateAction } from 'react';
2
- export declare type SegmentSelectionMode = 'single' | 'multiple';
3
- export declare type SegmentProviderProps = {
2
+ export type SegmentSelectionMode = 'single' | 'multiple';
3
+ export type SegmentProviderProps = {
4
4
  /**
5
5
  * Выбранные по умолчанию сегменты.
6
6
  * Передается массив value сегментов, выбранных по умолчанию
@@ -11,7 +11,7 @@ export declare type SegmentProviderProps = {
11
11
  */
12
12
  singleSelectedRequired?: boolean;
13
13
  } & PropsWithChildren;
14
- export declare type SegmentContextType = {
14
+ export type SegmentContextType = {
15
15
  disabledGroup: boolean;
16
16
  setDisabledGroup: Dispatch<SetStateAction<boolean>>;
17
17
  selectedSegmentItems: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentProvider.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Segment/SegmentProvider/SegmentProvider.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEzE,oBAAY,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEzD,oBAAY,oBAAoB,GAAG;IAC/B;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC,GAAG,iBAAiB,CAAC;AAEtB,oBAAY,kBAAkB,GAAG;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACpD,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,uBAAuB,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC5D,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,EAAE,oBAAoB,CAAC;IACpC,gBAAgB,EAAE,QAAQ,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAC;CACpE,CAAC"}
1
+ {"version":3,"file":"SegmentProvider.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Segment/SegmentProvider/SegmentProvider.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEzE,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAAG;IAC/B;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC,GAAG,iBAAiB,CAAC;AAEtB,MAAM,MAAM,kBAAkB,GAAG;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACpD,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,uBAAuB,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC5D,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,EAAE,oBAAoB,CAAC;IACpC,gBAAgB,EAAE,QAAQ,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAC;CACpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentGroup/SegmentGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuF,MAAM,OAAO,CAAC;AAI5G,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAkB3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAkB9D,eAAO,MAAM,aAAa,YAAa,WAAW,GAAG,IAAI,kBAGxD,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAU,UAAU,cAAc,EAAE,iBAAiB,CAAC,6FAiQ7E,CAAC;AAEP,eAAO,MAAM,kBAAkB;;;mBAnQQ,UAAU,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuSlF,CAAC"}
1
+ {"version":3,"file":"SegmentGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentGroup/SegmentGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuF,MAAM,OAAO,CAAC;AAI5G,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAkB3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAkB9D,eAAO,MAAM,aAAa,YAAa,WAAW,GAAG,IAAI,kBAGxD,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAU,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC,6FAiQ7E,CAAC;AAEP,eAAO,MAAM,kBAAkB;;;mBAnQQ,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuSlF,CAAC"}
@@ -1,18 +1,17 @@
1
- /// <reference types="react" />
2
1
  export declare const base: import("@linaria/core").LinariaClassName;
3
2
  export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
3
  export declare const StyledContentWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
4
  export declare const StyledArrow: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
6
5
  export declare const StyledLeftArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
7
- as?: import("react").ElementType<any> | undefined;
6
+ as?: React.ElementType;
8
7
  }>;
9
8
  export declare const StyledRightArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
10
- as?: import("react").ElementType<any> | undefined;
9
+ as?: React.ElementType;
11
10
  }>;
12
11
  export declare const StyledTopArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
13
- as?: import("react").ElementType<any> | undefined;
12
+ as?: React.ElementType;
14
13
  }>;
15
14
  export declare const StyledBottomArrow: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown> & {
16
- as?: import("react").ElementType<any> | undefined;
15
+ as?: React.ElementType;
17
16
  }>;
18
17
  //# sourceMappingURL=SegmentGroup.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentGroup.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentGroup/SegmentGroup.styles.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,IAAI,0CAahB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAKzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,qKA4BhC,CAAC;AAEF,eAAO,MAAM,WAAW,iLAiBvB,CAAC;AAEF,eAAO,MAAM,eAAe;;EAK3B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;EAK5B,CAAC;AAEF,eAAO,MAAM,cAAc;;EAI1B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;EAI7B,CAAC"}
1
+ {"version":3,"file":"SegmentGroup.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentGroup/SegmentGroup.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CAahB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAKzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,qKA4BhC,CAAC;AAEF,eAAO,MAAM,WAAW,iLAiBvB,CAAC;AAEF,eAAO,MAAM,eAAe;SAVH,MAAO,WACzB;EAcN,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAjBG,WACzB;EAqBN,CAAC;AAEF,eAAO,MAAM,cAAc;eAxBK,WACzB;EA2BN,CAAC;AAEF,eAAO,MAAM,iBAAiB;eA9BE,WACzB;EAiCN,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'react';
2
- declare type CustomSegmentGroupProps = {
2
+ type CustomSegmentGroupProps = {
3
3
  /**
4
4
  * Сегмент множественного или одиночного выбора
5
5
  * @deprecated
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentGroup.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentGroup/SegmentGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,aAAK,uBAAuB,GAAG;IAC3B;;;OAGG;IACH,aAAa,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC,EAAE,uBAAuB;CAAG"}
1
+ {"version":3,"file":"SegmentGroup.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentGroup/SegmentGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,uBAAuB,GAAG;IAC3B;;;OAGG;IACH,aAAa,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC,EAAE,uBAAuB;CAAG"}
@@ -1,30 +1,31 @@
1
1
  import React from 'react';
2
+ import type { MouseEvent } from 'react';
2
3
  import type { RootProps } from '../../../../engines/types';
3
4
  import type { SegmentItemProps } from './SegmentItem.types';
4
5
  export declare const segmentItemRoot: (Root: RootProps<HTMLLabelElement, SegmentItemProps>) => React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
5
6
  value: string;
6
- id?: string | undefined;
7
+ id?: string;
7
8
  label?: React.ReactNode;
8
- pilled?: boolean | undefined;
9
- customHandleSelect?: ((e: React.MouseEvent<HTMLButtonElement, globalThis.MouseEvent>) => void) | undefined;
10
- size?: string | undefined;
11
- view?: string | undefined;
9
+ pilled?: boolean;
10
+ customHandleSelect?: (e: MouseEvent<HTMLButtonElement>) => void;
11
+ size?: string;
12
+ view?: string;
12
13
  contentLeft?: React.ReactNode;
13
- contentRight?: React.ReactNode;
14
+ contentRight?: React.ReactNode | string;
14
15
  } & React.RefAttributes<HTMLLabelElement>>;
15
16
  export declare const segmentItemConfig: {
16
17
  name: string;
17
18
  tag: string;
18
19
  layout: (Root: RootProps<HTMLLabelElement, SegmentItemProps>) => React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
19
20
  value: string;
20
- id?: string | undefined;
21
+ id?: string;
21
22
  label?: React.ReactNode;
22
- pilled?: boolean | undefined;
23
- customHandleSelect?: ((e: React.MouseEvent<HTMLButtonElement, globalThis.MouseEvent>) => void) | undefined;
24
- size?: string | undefined;
25
- view?: string | undefined;
23
+ pilled?: boolean;
24
+ customHandleSelect?: (e: MouseEvent<HTMLButtonElement>) => void;
25
+ size?: string;
26
+ view?: string;
26
27
  contentLeft?: React.ReactNode;
27
- contentRight?: React.ReactNode;
28
+ contentRight?: React.ReactNode | string;
28
29
  } & React.RefAttributes<HTMLLabelElement>>;
29
30
  base: import("@linaria/core").LinariaClassName;
30
31
  variations: {
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentItem/SegmentItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAS3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,eAAO,MAAM,eAAe,SAAU,UAAU,gBAAgB,EAAE,gBAAgB,CAAC;;;;;;;;;;0CA6D7E,CAAC;AAEP,eAAO,MAAM,iBAAiB;;;mBA/DQ,UAAU,gBAAgB,EAAE,gBAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwFlF,CAAC"}
1
+ {"version":3,"file":"SegmentItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentItem/SegmentItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAS3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,eAAO,MAAM,eAAe,SAAU,SAAS,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;;;YAVxD,MAAO,SAC/B;;;;;kBAO+B,MAAO,SAAS;mBAEnB,MAAO,SAAS;0CA6DzC,CAAC;AAEP,eAAO,MAAM,iBAAiB;;;mBA/DQ,SAAS,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;;;gBAVxD,MAAO,SAC/B;;;;;sBAO+B,MAAO,SAAS;uBAEnB,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;CAwF9C,CAAC"}
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  export declare const base: import("@linaria/core").LinariaClassName;
3
2
  export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
4
- hasRightMargin?: boolean | undefined;
5
- hasLeftMargin?: boolean | undefined;
6
- isSecondary?: boolean | undefined;
3
+ hasRightMargin?: boolean;
4
+ hasLeftMargin?: boolean;
5
+ isSecondary?: boolean;
7
6
  }>;
8
7
  export declare const RightContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
9
8
  export declare const LeftContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentItem.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentItem/SegmentItem.styles.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,IAAI,0CAmChB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;EAYzB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAYxB,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC"}
1
+ {"version":3,"file":"SegmentItem.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentItem/SegmentItem.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CAmChB,CAAC;AAEF,eAAO,MAAM,aAAa;qBACL,OAAO;oBACR,OAAO;kBACT,OAAO;EASxB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAYxB,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { MouseEvent, ButtonHTMLAttributes } from 'react';
2
- declare type CustomSegmentItemProps = {
2
+ type CustomSegmentItemProps = {
3
3
  /**
4
4
  * Значение сегмента
5
5
  */
@@ -38,6 +38,6 @@ declare type CustomSegmentItemProps = {
38
38
  */
39
39
  contentRight?: React.ReactNode | string;
40
40
  };
41
- export declare type SegmentItemProps = ButtonHTMLAttributes<HTMLButtonElement> & CustomSegmentItemProps;
41
+ export type SegmentItemProps = ButtonHTMLAttributes<HTMLButtonElement> & CustomSegmentItemProps;
42
42
  export {};
43
43
  //# sourceMappingURL=SegmentItem.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentItem.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentItem/SegmentItem.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAE9D,aAAK,sBAAsB,GAAG;IAC1B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAChE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CAC3C,CAAC;AAEF,oBAAY,gBAAgB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,sBAAsB,CAAC"}
1
+ {"version":3,"file":"SegmentItem.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Segment/ui/SegmentItem/SegmentItem.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAE9D,KAAK,sBAAsB,GAAG;IAC1B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAChE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,sBAAsB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ItemContext } from './Select.types';
3
2
  export declare const Context: import("react").Context<ItemContext>;
4
3
  //# sourceMappingURL=Select.context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.context.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.context.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,eAAO,MAAM,OAAO,sCAAgD,CAAC"}
1
+ {"version":3,"file":"Select.context.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.context.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,eAAO,MAAM,OAAO,sCAAgD,CAAC"}
@@ -4,11 +4,11 @@ import type { MergedSelectProps } from './Select.types';
4
4
  /**
5
5
  * Выпадающий список. Поддерживает выбор одного или нескольких значений.
6
6
  */
7
- export declare const selectRoot: (Root: RootProps<HTMLButtonElement, Omit<MergedSelectProps, 'items'>>) => React.ForwardRefExoticComponent<MergedSelectProps<any, import("./Select.types").DropdownNodeSelect> & React.RefAttributes<HTMLButtonElement>>;
7
+ export declare const selectRoot: (Root: RootProps<HTMLButtonElement, Omit<MergedSelectProps, "items">>) => React.ForwardRefExoticComponent<MergedSelectProps & React.RefAttributes<HTMLButtonElement>>;
8
8
  export declare const selectConfig: {
9
9
  name: string;
10
10
  tag: string;
11
- layout: (Root: RootProps<HTMLButtonElement, Omit<MergedSelectProps, 'items'>>) => React.ForwardRefExoticComponent<MergedSelectProps<any, import("./Select.types").DropdownNodeSelect> & React.RefAttributes<HTMLButtonElement>>;
11
+ layout: (Root: RootProps<HTMLButtonElement, Omit<MergedSelectProps, "items">>) => React.ForwardRefExoticComponent<MergedSelectProps & React.RefAttributes<HTMLButtonElement>>;
12
12
  base: import("@linaria/core").LinariaClassName;
13
13
  variations: {};
14
14
  defaults: {
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KASN,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAYxC,OAAO,KAAK,EAAE,iBAAiB,EAAiB,MAAM,gBAAgB,CAAC;AAMvE;;GAEG;AACH,eAAO,MAAM,UAAU,SAAU,UAAU,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,OAAO,CAAC,CAAC,kJA2czF,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBA7cQ,UAAU,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,OAAO,CAAC,CAAC;;;;;;;;;CAyd9F,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KASN,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAYxC,OAAO,KAAK,EAAE,iBAAiB,EAAiB,MAAM,gBAAgB,CAAC;AAMvE;;GAEG;AACH,eAAO,MAAM,UAAU,SAAU,SAAS,CAAC,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC,gGA2czF,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBA7cQ,SAAS,CAAC,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;;;;;;;;;CAyd9F,CAAC"}
@@ -1,11 +1,10 @@
1
- /// <reference types="react" />
2
1
  import { SelectProps } from './Select.types';
3
2
  export declare const Ul: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLUListElement> & import("react").HTMLAttributes<HTMLUListElement> & {
4
- virtual: SelectProps['virtual'];
5
- listOverflow?: SelectProps['listOverflow'];
6
- listMaxHeight?: SelectProps['listMaxHeight'];
7
- listWidth?: SelectProps['listWidth'];
8
- isInnerUl?: boolean | undefined;
3
+ virtual: SelectProps["virtual"];
4
+ listOverflow?: SelectProps["listOverflow"];
5
+ listMaxHeight?: SelectProps["listMaxHeight"];
6
+ listWidth?: SelectProps["listWidth"];
7
+ isInnerUl?: boolean;
9
8
  }>;
10
9
  export declare const base: import("@linaria/core").LinariaClassName;
11
10
  //# sourceMappingURL=Select.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.styles.ts"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,eAAO,MAAM,EAAE;aACF,WAAW,CAAC,SAAS,CAAC;mBAChB,WAAW,CAAC,cAAc,CAAC;oBAC1B,WAAW,CAAC,eAAe,CAAC;gBAChC,WAAW,CAAC,WAAW,CAAC;;EAkBvC,CAAC;AAEF,eAAO,MAAM,IAAI,0CAAQ,CAAC"}
1
+ {"version":3,"file":"Select.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.styles.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,eAAO,MAAM,EAAE;aACF,WAAW,CAAC,SAAS,CAAC;mBAChB,WAAW,CAAC,cAAc,CAAC;oBAC1B,WAAW,CAAC,eAAe,CAAC;gBAChC,WAAW,CAAC,WAAW,CAAC;gBACxB,OAAO;EAiBtB,CAAC;AAEF,eAAO,MAAM,IAAI,0CAAQ,CAAC"}
@@ -5,10 +5,10 @@ import { DropdownProps } from '../Dropdown/Dropdown.types';
5
5
  import { FocusedPathState } from './reducers';
6
6
  import { ItemOption, MergedDropdownNode as DropdownNode, MergedDropdownNodeTransformed } from './ui/Inner/ui/Item/Item.types';
7
7
  import type { ValueToCheckedMapType } from './hooks/usePathMaps';
8
- export declare type SelectPlacementBasic = 'top' | 'bottom' | 'right' | 'left';
9
- export declare type SelectPlacement = 'top' | 'bottom' | 'right' | 'left' | 'auto';
8
+ export type SelectPlacementBasic = 'top' | 'bottom' | 'right' | 'left';
9
+ export type SelectPlacement = 'top' | 'bottom' | 'right' | 'left' | 'auto';
10
10
  export type { RequiredProps };
11
- declare type Target = LabelProps & ((RequiredProps & HintProps & {
11
+ type Target = LabelProps & ((RequiredProps & HintProps & {
12
12
  /**
13
13
  * Стиль селекта: button-like или textfield-like.
14
14
  * @default textfield-like
@@ -39,7 +39,7 @@ declare type Target = LabelProps & ((RequiredProps & HintProps & {
39
39
  helperText?: never;
40
40
  chipType?: never;
41
41
  });
42
- declare type IsMultiselect<K extends ItemOption> = ({
42
+ type IsMultiselect<K extends ItemOption> = ({
43
43
  name?: never;
44
44
  defaultValue?: never;
45
45
  } & ({
@@ -179,9 +179,9 @@ export interface BasicProps<K extends ItemOption> {
179
179
  */
180
180
  onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
181
181
  }
182
- export declare type SelectProps<K extends ItemOption = ItemOption> = BasicProps<K> & IsMultiselect<K> & Target & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value' | 'onChange' | 'onResize' | 'onResizeCapture' | 'nonce' | 'name' | 'defaultValue'>;
182
+ export type SelectProps<K extends ItemOption = ItemOption> = BasicProps<K> & IsMultiselect<K> & Target & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value' | 'onChange' | 'onResize' | 'onResizeCapture' | 'nonce' | 'name' | 'defaultValue'>;
183
183
  export type { ItemOption as ItemOptionSelect };
184
- export declare type ItemContext = {
184
+ export type ItemContext = {
185
185
  focusedPath: FocusedPathState;
186
186
  checked: ValueToCheckedMapType;
187
187
  multiselect: MergedSelectProps['multiselect'];
@@ -192,7 +192,7 @@ export declare type ItemContext = {
192
192
  renderItem: MergedSelectProps['renderItem'];
193
193
  treeId: string;
194
194
  };
195
- export declare type SelectPropsOld<T = any> = ({
195
+ export type SelectPropsOld<T = any> = ({
196
196
  multiselect?: false;
197
197
  separator?: never;
198
198
  } | {
@@ -213,7 +213,7 @@ export declare type SelectPropsOld<T = any> = ({
213
213
  children?: never;
214
214
  isOpen?: boolean;
215
215
  } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value' | 'onChange' | 'onResize' | 'onResizeCapture' | 'nonce'>;
216
- declare type DropdownNodeOld = {
216
+ type DropdownNodeOld = {
217
217
  value: string | number;
218
218
  label: string;
219
219
  items?: DropdownNodeOld[];
@@ -222,8 +222,8 @@ declare type DropdownNodeOld = {
222
222
  color?: string;
223
223
  contentLeft?: React.ReactNode;
224
224
  };
225
- export declare type DefaultValueType = string | number | Array<string | number>;
226
- export declare type MergedSelectProps<T = any, K extends DropdownNode = DropdownNode> = Target & ({
225
+ export type DefaultValueType = string | number | Array<string | number>;
226
+ export type MergedSelectProps<T = any, K extends DropdownNode = DropdownNode> = Target & ({
227
227
  multiselect?: false;
228
228
  separator?: never;
229
229
  } | {
@@ -365,7 +365,7 @@ export declare type MergedSelectProps<T = any, K extends DropdownNode = Dropdown
365
365
  onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
366
366
  } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value' | 'onChange' | 'onResize' | 'onResizeCapture' | 'nonce'>;
367
367
  export type { DropdownNode as DropdownNodeSelect };
368
- export declare type FloatingPopoverProps = {
368
+ export type FloatingPopoverProps = {
369
369
  target: React.ReactNode | ((ref: React.MutableRefObject<HTMLElement | null>) => React.ReactNode);
370
370
  children: React.ReactNode;
371
371
  opened: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"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"}
@@ -19,7 +19,7 @@ export declare const keys: {
19
19
  PageDown: string;
20
20
  };
21
21
  export declare const getItemByFocused: (focusedPath: FocusedPathState, focusedToValueMap: FocusedToValueMapType) => MergedDropdownNodeTransformed | undefined;
22
- declare type Props = {
22
+ type Props = {
23
23
  focusedPath: FocusedPathState;
24
24
  dispatchFocusedPath: Dispatch<FocusedPathAction>;
25
25
  path: PathState;
@@ -29,7 +29,7 @@ declare type Props = {
29
29
  handleListToggle: (opened: boolean) => void;
30
30
  handlePressDown: (item: MergedDropdownNodeTransformed, e?: React.MouseEvent<HTMLElement>) => void;
31
31
  };
32
- declare type ReturnedProps = {
32
+ type ReturnedProps = {
33
33
  onKeyDown: (event: React.KeyboardEvent<HTMLElement>) => void;
34
34
  };
35
35
  export declare const useKeyNavigation: ({ focusedPath, dispatchFocusedPath, path, dispatchPath, pathMap, focusedToValueMap, handleListToggle, handlePressDown, }: Props) => ReturnedProps;
@@ -1 +1 @@
1
- {"version":3,"file":"useKeyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/hooks/useKeyboardNavigation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,QAAQ,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACzF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAEpF,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAInE,eAAO,MAAM,IAAI;;;;;;;;;;;;;;CAchB,CAAC;AAEF,eAAO,MAAM,gBAAgB,wHAI5B,CAAC;AAEF,aAAK,KAAK,GAAG;IACT,WAAW,EAAE,gBAAgB,CAAC;IAC9B,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACjD,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;IACnC,OAAO,EAAE,WAAW,CAAC;IACrB,iBAAiB,EAAE,qBAAqB,CAAC;IACzC,gBAAgB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,eAAe,EAAE,CAAC,IAAI,EAAE,6BAA6B,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;CACrG,CAAC;AAEF,aAAK,aAAa,GAAG;IACjB,SAAS,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;CAChE,CAAC;AAEF,eAAO,MAAM,gBAAgB,6HAS1B,KAAK,KAAG,aA4NV,CAAC"}
1
+ {"version":3,"file":"useKeyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/hooks/useKeyboardNavigation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,QAAQ,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACzF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAEpF,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAInE,eAAO,MAAM,IAAI;;;;;;;;;;;;;;CAchB,CAAC;AAEF,eAAO,MAAM,gBAAgB,gBAAiB,gBAAgB,qBAAqB,qBAAqB,8CAIvG,CAAC;AAEF,KAAK,KAAK,GAAG;IACT,WAAW,EAAE,gBAAgB,CAAC;IAC9B,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACjD,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;IACnC,OAAO,EAAE,WAAW,CAAC;IACrB,iBAAiB,EAAE,qBAAqB,CAAC;IACzC,gBAAgB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,eAAe,EAAE,CAAC,IAAI,EAAE,6BAA6B,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;CACrG,CAAC;AAEF,KAAK,aAAa,GAAG;IACjB,SAAS,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;CAChE,CAAC;AAEF,eAAO,MAAM,gBAAgB,6HAS1B,KAAK,KAAG,aA4NV,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import { MergedSelectProps } from '../Select.types';
2
2
  import { MergedDropdownNodeTransformed } from '../ui/Inner/ui/Item/Item.types';
3
- export declare type PathMapType = Map<string | number, number>;
4
- export declare type FocusedToValueMapType = Map<string, MergedDropdownNodeTransformed>;
5
- export declare type ValueToCheckedMapType = Map<MergedDropdownNodeTransformed['value'], boolean | 'done' | 'dot' | 'indeterminate'>;
6
- export declare type ValueToItemMapType = Map<MergedDropdownNodeTransformed['value'], MergedDropdownNodeTransformed>;
7
- export declare type LabelToItemMapType = Map<MergedDropdownNodeTransformed['label'], MergedDropdownNodeTransformed>;
8
- export declare const usePathMaps: (items: MergedSelectProps['items']) => [PathMapType, FocusedToValueMapType, ValueToCheckedMapType, ValueToItemMapType, LabelToItemMapType];
3
+ export type PathMapType = Map<string | number, number>;
4
+ export type FocusedToValueMapType = Map<string, MergedDropdownNodeTransformed>;
5
+ export type ValueToCheckedMapType = Map<MergedDropdownNodeTransformed['value'], boolean | 'done' | 'dot' | 'indeterminate'>;
6
+ export type ValueToItemMapType = Map<MergedDropdownNodeTransformed['value'], MergedDropdownNodeTransformed>;
7
+ export type LabelToItemMapType = Map<MergedDropdownNodeTransformed['label'], MergedDropdownNodeTransformed>;
8
+ export declare const usePathMaps: (items: MergedSelectProps["items"]) => [PathMapType, FocusedToValueMapType, ValueToCheckedMapType, ValueToItemMapType, LabelToItemMapType];
9
9
  //# sourceMappingURL=usePathMaps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"usePathMaps.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/hooks/usePathMaps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAE/E,oBAAY,WAAW,GAAG,GAAG,CAAC,MAAM,GAAG,MAAM,EAAE,MAAM,CAAC,CAAC;AACvD,oBAAY,qBAAqB,GAAG,GAAG,CAAC,MAAM,EAAE,6BAA6B,CAAC,CAAC;AAC/E,oBAAY,qBAAqB,GAAG,GAAG,CACnC,6BAA6B,CAAC,OAAO,CAAC,EACtC,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,eAAe,CAC7C,CAAC;AACF,oBAAY,kBAAkB,GAAG,GAAG,CAAC,6BAA6B,CAAC,OAAO,CAAC,EAAE,6BAA6B,CAAC,CAAC;AAC5G,oBAAY,kBAAkB,GAAG,GAAG,CAAC,6BAA6B,CAAC,OAAO,CAAC,EAAE,6BAA6B,CAAC,CAAC;AAG5G,eAAO,MAAM,WAAW,UAAW,iBAAiB,CAAC,OAAO,CAAC,wGAoC5D,CAAC"}
1
+ {"version":3,"file":"usePathMaps.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/hooks/usePathMaps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAE/E,MAAM,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,GAAG,MAAM,EAAE,MAAM,CAAC,CAAC;AACvD,MAAM,MAAM,qBAAqB,GAAG,GAAG,CAAC,MAAM,EAAE,6BAA6B,CAAC,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,GAAG,CACnC,6BAA6B,CAAC,OAAO,CAAC,EACtC,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,eAAe,CAC7C,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,GAAG,CAAC,6BAA6B,CAAC,OAAO,CAAC,EAAE,6BAA6B,CAAC,CAAC;AAC5G,MAAM,MAAM,kBAAkB,GAAG,GAAG,CAAC,6BAA6B,CAAC,OAAO,CAAC,EAAE,6BAA6B,CAAC,CAAC;AAG5G,eAAO,MAAM,WAAW,UAAW,iBAAiB,CAAC,OAAO,CAAC,KA6BiC,CACtF,WAAW,EACX,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,CAEzB,CAAC"}
@@ -1,5 +1,5 @@
1
- export declare type FocusedPathState = Array<number>;
2
- export declare type FocusedPathAction = {
1
+ export type FocusedPathState = Array<number>;
2
+ export type FocusedPathAction = {
3
3
  type: 'reset';
4
4
  } | {
5
5
  type: 'set_initial_focus';
@@ -1 +1 @@
1
- {"version":3,"file":"focusedPathReducer.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/reducers/focusedPathReducer.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAE7C,oBAAY,iBAAiB,GACvB;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,GACjB;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,GAC7B;IAAE,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC5C;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACpC;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC;AAEpC,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,GAAG,gBAAgB,CA0BvG"}
1
+ {"version":3,"file":"focusedPathReducer.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/reducers/focusedPathReducer.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAE7C,MAAM,MAAM,iBAAiB,GACvB;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,GACjB;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,GAC7B;IAAE,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC5C;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACpC;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC;AAEpC,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,GAAG,gBAAgB,CA0BvG"}