@sberbusiness/triplex-next 0.14.0 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (398) hide show
  1. package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +39 -0
  2. package/chunks/{CalendarViewItem-BXB-l14w.js → CalendarViewItem-bjlzO6fA.js} +26 -26
  3. package/chunks/Card.module-BLsCGNSy.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
  5. package/chunks/{Chip-CY6jm0GS.js → Chip-BjcDj2XE.js} +12 -12
  6. package/chunks/Confirm.module-CzudnAyq.js +15 -0
  7. package/chunks/{DropdownListItem-BsD2UckS.js → DropdownListItem-BByGOD7_.js} +13 -13
  8. package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
  9. package/chunks/Footer.module-BVFglVCT.js +9 -0
  10. package/chunks/{FormFieldInput-fdQkON04.js → FormFieldInput-CXE2lpa2.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
  12. package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
  13. package/chunks/{HeaderTitle.module-DcwCxesK.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
  14. package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
  17. package/chunks/{LightBoxContent-3oHJFM6-.js → LightBoxContent-B5TEJXI-.js} +13 -13
  18. package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
  20. package/chunks/{ListItemControlsButton-DQyZxkWl.js → ListItemControlsButton-BQWXaAf7.js} +13 -13
  21. package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
  22. package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
  23. package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
  24. package/chunks/Notification.module-DwrRfWOt.js +21 -0
  25. package/chunks/Overlay.module-B6CO6ER3.js +18 -0
  26. package/chunks/Page.module-DkHondpd.js +11 -0
  27. package/chunks/{RightBorderArrow-NMZgNz0e.js → RightBorderArrow-BjcGiO4Y.js} +10 -10
  28. package/chunks/SMSField.module-CDTpuKgF.js +16 -0
  29. package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
  30. package/chunks/{SliderExtendedRail-w5E8mOCQ.js → SliderExtendedRail-DHe0BU85.js} +2 -2
  31. package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Bu9hDMWX.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +2 -2
  33. package/chunks/TableFooter.module-zu7cE58N.js +14 -0
  34. package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
  35. package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
  36. package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
  37. package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
  38. package/chunks/{UploadZoneInput-DxpDQJSy.js → UploadZoneInput-DgPYo5Ct.js} +7 -7
  39. package/chunks/utils-D6gsTR6V.js +73 -0
  40. package/chunks/{utils-CXsSOP27.js → utils-DQttOWML.js} +5 -5
  41. package/chunks/utils-DXZkhXsb.js +24 -0
  42. package/chunks/utils-Ds7Etruz.js +20 -0
  43. package/chunks/{utils-H2e9tc3r.js → utils-QtOC5s-T.js} +7 -7
  44. package/components/Alert/AlertContext/AlertContext.js +10 -10
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +6 -6
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +14 -14
  50. package/components/Body/Body.js +6 -6
  51. package/components/Button/Button.js +29 -29
  52. package/components/Button/ButtonBase.js +1 -1
  53. package/components/Button/ButtonDropdown.js +1 -1
  54. package/components/Button/ButtonDropdownExtended.js +8 -8
  55. package/components/Button/ButtonIcon.js +7 -7
  56. package/components/Calendar/Calendar.js +5 -5
  57. package/components/Calendar/components/CalendarControls.js +1 -1
  58. package/components/Calendar/components/CalendarFooter.js +1 -1
  59. package/components/Calendar/components/CalendarViewDays.js +1 -1
  60. package/components/Calendar/components/CalendarViewItem.js +1 -1
  61. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  62. package/components/Calendar/components/CalendarViewYears.js +1 -1
  63. package/components/Card/CardAction.js +16 -16
  64. package/components/Card/CardStatic.js +2 -2
  65. package/components/Card/components/CardContent/CardContent.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  67. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  68. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  69. package/components/Card/components/CardMedia.js +1 -1
  70. package/components/Card/utils.js +1 -1
  71. package/components/CarouselExtended/CarouselExtended.js +4 -4
  72. package/components/Checkbox/Checkbox.js +8 -8
  73. package/components/Checkbox/CheckboxXGroup.js +14 -14
  74. package/components/Checkbox/CheckboxYGroup.js +5 -5
  75. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  77. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  78. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  79. package/components/Chip/Chip.js +1 -1
  80. package/components/Chip/ChipClearButton.js +5 -5
  81. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  82. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  83. package/components/Chip/ChipDropdownArrow.js +7 -7
  84. package/components/Chip/ChipIcon.js +1 -1
  85. package/components/Chip/ChipMultiselect.js +1 -1
  86. package/components/Chip/ChipOptions.js +4 -4
  87. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  88. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  89. package/components/Chip/ChipSort.js +1 -1
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  91. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  93. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  94. package/components/Chip/index.js +1 -1
  95. package/components/ChipGroup/ChipGroup.js +13 -13
  96. package/components/Col/Col.js +134 -134
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
  98. package/components/Confirm/Confirm.js +1 -1
  99. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  100. package/components/Confirm/components/ConfirmContent.js +1 -1
  101. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  102. package/components/Confirm/components/ConfirmControls.js +1 -1
  103. package/components/DateField/DateField.js +1 -1
  104. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  105. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  106. package/components/DateRange/DateRange.js +10 -10
  107. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  108. package/components/Divider/Divider.js +17 -17
  109. package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
  110. package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
  111. package/components/Dropdown/desktop/DropdownList.js +1 -1
  112. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  113. package/components/Dropdown/desktop/index.js +1 -1
  114. package/components/Dropdown/index.js +1 -1
  115. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  116. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  117. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  118. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  126. package/components/Ellipsis/Ellipsis.js +5 -5
  127. package/components/ExpandAnimation/ExpandAnimation.js +20 -20
  128. package/components/Footer/Footer.js +1 -1
  129. package/components/Footer/components/FooterDescription.js +1 -1
  130. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  131. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  132. package/components/FormField/FormField.js +23 -23
  133. package/components/FormField/components/FormFieldClear.js +4 -4
  134. package/components/FormField/components/FormFieldCounter.js +5 -5
  135. package/components/FormField/components/FormFieldDescription.js +5 -5
  136. package/components/FormField/components/FormFieldInput.js +1 -1
  137. package/components/FormField/components/FormFieldLabel.js +11 -11
  138. package/components/FormField/components/FormFieldMaskedInput.js +5 -5
  139. package/components/FormField/components/FormFieldPostfix.js +9 -9
  140. package/components/FormField/components/FormFieldPrefix.js +6 -6
  141. package/components/FormField/components/FormFieldTarget.js +17 -17
  142. package/components/FormField/components/FormFieldTextarea.js +1 -1
  143. package/components/FormField/index.js +1 -1
  144. package/components/Header/Header.js +1 -1
  145. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  146. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  147. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  148. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  149. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  150. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  151. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  152. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  153. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  154. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  155. package/components/HelpBox/HelpBox.js +5 -5
  156. package/components/Island/Island.js +1 -1
  157. package/components/Island/components/IslandBody.js +4 -4
  158. package/components/Island/components/IslandFooter.js +3 -3
  159. package/components/Island/components/IslandHeader.js +2 -2
  160. package/components/Island/utils.js +1 -1
  161. package/components/IslandAccordion/IslandAccordion.js +2 -2
  162. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  163. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  164. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  165. package/components/IslandWidget/IslandWidget.js +9 -9
  166. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  167. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  168. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  169. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  170. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  171. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  173. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  174. package/components/LightBox/LightBox.js +16 -16
  175. package/components/LightBox/LightBoxContent.js +1 -1
  176. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  177. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  178. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  179. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  180. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  181. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  182. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  183. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  184. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
  185. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
  186. package/components/Link/Link.js +11 -11
  187. package/components/List/List.js +5 -5
  188. package/components/List/components/ListEmptyState.js +3 -3
  189. package/components/List/components/ListItem.js +1 -1
  190. package/components/List/components/ListItemContent.js +5 -5
  191. package/components/List/components/ListItemControls.js +6 -6
  192. package/components/List/components/ListItemControlsButton.js +1 -1
  193. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  194. package/components/List/components/ListItemLoading.js +4 -4
  195. package/components/List/components/ListItemSelectable.js +10 -10
  196. package/components/List/components/ListItemTable.js +1 -1
  197. package/components/List/components/ListItemTailLeft.js +1 -1
  198. package/components/List/components/ListItemTailRight.js +1 -1
  199. package/components/List/components/ListSortableItem.js +1 -1
  200. package/components/List/components/ListSortableItemControls.js +1 -1
  201. package/components/List/components/ListSortableItemTarget.js +5 -5
  202. package/components/List/index.js +1 -1
  203. package/components/ListMaster/ListMaster.js +1 -1
  204. package/components/ListMaster/components/ListMasterBody.js +1 -1
  205. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  206. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  207. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  208. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  209. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  210. package/components/ListMaster/components/SelectionControls.js +7 -7
  211. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  212. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  213. package/components/LoaderScreen/LoaderScreen.js +14 -14
  214. package/components/Marker/Marker.js +1 -1
  215. package/components/Marker/utils.js +1 -1
  216. package/components/MarkerStatus/MarkerStatus.js +7 -7
  217. package/components/ModalWindow/ModalWindow.js +1 -1
  218. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  219. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  220. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  221. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  222. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  223. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  224. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  225. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  226. package/components/Notification/Notification.js +2 -2
  227. package/components/Notification/NotificationGrouped.js +1 -1
  228. package/components/Notification/components/NotificationBody.js +1 -1
  229. package/components/Notification/components/NotificationBodyContent.js +1 -1
  230. package/components/Notification/components/NotificationBodyList.js +1 -1
  231. package/components/Notification/components/NotificationClose.js +1 -1
  232. package/components/Notification/components/NotificationFooter.js +1 -1
  233. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  234. package/components/Notification/components/NotificationHeader.js +1 -1
  235. package/components/Notification/components/NotificationIcon.js +1 -1
  236. package/components/Notification/components/NotificationTime.js +1 -1
  237. package/components/NotificationIcon/NotificationIcon.js +4 -4
  238. package/components/NumberField/NumberFieldInput.js +1 -1
  239. package/components/OrderedList/OrderedList.js +6 -6
  240. package/components/OrderedList/OrderedListItem.js +5 -5
  241. package/components/Overlay/Overlay.js +1 -1
  242. package/components/Overlay/OverlayMask.js +1 -1
  243. package/components/Overlay/OverlayPanel.js +1 -1
  244. package/components/Page/Page.js +1 -1
  245. package/components/Page/components/BodyPage.js +8 -8
  246. package/components/Page/components/FooterPage.js +1 -1
  247. package/components/Page/components/HeaderPage.js +1 -1
  248. package/components/Pagination/components/PaginationExtended.js +6 -6
  249. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  250. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  251. package/components/Pagination/components/PaginationPageButton.js +1 -1
  252. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  253. package/components/Pagination/components/PaginationSelect.js +1 -1
  254. package/components/Radio/Radio.js +5 -5
  255. package/components/Radio/RadioXGroup.js +10 -10
  256. package/components/Radio/RadioYGroup.js +9 -9
  257. package/components/Row/Row.js +5 -5
  258. package/components/SMSField/SMSField.js +2 -2
  259. package/components/SMSField/components/RefreshIcon.js +1 -1
  260. package/components/SMSField/components/SMSFieldInput.js +2 -2
  261. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  262. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  263. package/components/SegmentedControl/SegmentedControl.js +4 -4
  264. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  265. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  266. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  267. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
  268. package/components/Skeleton/Skeleton.js +9 -9
  269. package/components/SliderExtended/SliderExtended.js +2 -2
  270. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  271. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  272. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  273. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  274. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
  275. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
  276. package/components/SmallInput/SmallInput.js +4 -4
  277. package/components/Spoiler/Spoiler.js +14 -14
  278. package/components/StatusTracker/StatusTracker.js +2 -2
  279. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  280. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  281. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  282. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  283. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  284. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  285. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  289. package/components/Step/Step.js +2 -2
  290. package/components/Stepper/RightBorderArrow.js +1 -1
  291. package/components/Stepper/Stepper.js +15 -15
  292. package/components/Stepper/StepperExtended.js +1 -1
  293. package/components/Stepper/StepperStep.js +2 -2
  294. package/components/Stepper/StepperWrapper.js +2 -2
  295. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  296. package/components/SuggestField/SuggestField.js +1 -1
  297. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  298. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  299. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  300. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  301. package/components/SuggestField/index.js +1 -1
  302. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  303. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  304. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  305. package/components/SuggestField/mobile/index.js +1 -1
  306. package/components/SwipeableArea/SwipeableArea.js +22 -22
  307. package/components/Table/FilterPanel.js +2 -2
  308. package/components/Table/MasterTable.js +19 -19
  309. package/components/Table/NoColumns.js +1 -1
  310. package/components/Table/PaginationPanel.js +2 -2
  311. package/components/Table/TableBasic/TableBasic.js +1 -1
  312. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  313. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  314. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  315. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  316. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  317. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  318. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  319. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  320. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  321. package/components/Table/TableFooter/TableFooter.js +1 -1
  322. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  323. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  324. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  326. package/components/Table/TabsLinePanel.js +2 -2
  327. package/components/Table/TabsLinePanelLinks.js +8 -8
  328. package/components/Table/utils.js +1 -1
  329. package/components/Tabs/Tabs.js +12 -12
  330. package/components/TabsExtended/TabsExtended.js +2 -2
  331. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  332. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  333. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  334. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  335. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  336. package/components/TabsExtended/utils.js +1 -1
  337. package/components/TabsLine/TabsLine.js +1 -1
  338. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  339. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  340. package/components/TabsLine/components/TabsLineItem.js +1 -1
  341. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  342. package/components/Tag/Tag.js +23 -23
  343. package/components/TagColor/TagColor.js +9 -9
  344. package/components/TagGroup/TagGroup.js +12 -12
  345. package/components/TextField/TextField.js +1 -1
  346. package/components/TextareaField/TextareaField.js +1 -1
  347. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  348. package/components/Tooltip/components/common/TooltipLink.js +12 -12
  349. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  350. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  351. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  352. package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
  353. package/components/TopOverlay/TopOverlay.js +13 -13
  354. package/components/TreeView/TreeView.js +1 -1
  355. package/components/TreeView/components/TreeViewGroup.js +1 -1
  356. package/components/TreeView/components/TreeViewNode.js +1 -1
  357. package/components/Typography/Caption.js +18 -18
  358. package/components/Typography/Text.js +10 -10
  359. package/components/Typography/Title.js +10 -10
  360. package/components/Typography/utils.js +1 -1
  361. package/components/UnorderedList/UnorderedList.js +8 -8
  362. package/components/UnorderedList/UnorderedListItem.js +5 -5
  363. package/components/UploadZone/UploadZone.js +2 -2
  364. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  365. package/components/index.js +5 -5
  366. package/index.js +5 -5
  367. package/package.json +1 -1
  368. package/styles/triplex-next.css +534 -534
  369. package/chunks/AlertProcessSpoiler-Clc5Pcoq.js +0 -39
  370. package/chunks/Card.module-Cu7AW6wF.js +0 -17
  371. package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +0 -14
  372. package/chunks/Confirm.module-OZDQwZ76.js +0 -15
  373. package/chunks/DropdownMobile.module-DyAN0fdk.js +0 -23
  374. package/chunks/Footer.module-CNLRKuaO.js +0 -9
  375. package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +0 -9
  376. package/chunks/HeaderTabs.module-bgwZzpN5.js +0 -9
  377. package/chunks/IslandAccordion.module-CkwZRvz0.js +0 -25
  378. package/chunks/IslandWidgetFooter.module-CRDSENKS.js +0 -9
  379. package/chunks/IslandWidgetHeader.module-CplPMePk.js +0 -9
  380. package/chunks/LightBoxControls.module-BiErhmuy.js +0 -16
  381. package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +0 -8
  382. package/chunks/ListItemTail.module-BcXdd7Tg.js +0 -12
  383. package/chunks/ListMasterFooter.module-IIuFg261.js +0 -10
  384. package/chunks/ModalWindow.module-BxpQ7u7J.js +0 -17
  385. package/chunks/Notification.module-Dd05nJZX.js +0 -21
  386. package/chunks/Overlay.module-nyoFWXgt.js +0 -18
  387. package/chunks/Page.module-COesJT7Q.js +0 -11
  388. package/chunks/SMSField.module-CyHqtrvG.js +0 -16
  389. package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +0 -15
  390. package/chunks/StatusTracker.module-4qTM1xYQ.js +0 -24
  391. package/chunks/TableFooter.module-w1swDJka.js +0 -14
  392. package/chunks/TabsExtended.module-tx9R1r2s.js +0 -16
  393. package/chunks/TabsLine.module-DySAqOh5.js +0 -21
  394. package/chunks/TooltipDesktop.module-CVyAe5HN.js +0 -19
  395. package/chunks/TreeView.module-4qMoe0gI.js +0 -9
  396. package/chunks/utils-BqO-7PCm.js +0 -20
  397. package/chunks/utils-Clzm2Vel.js +0 -73
  398. package/chunks/utils-Dtu8f6BX.js +0 -24
@@ -1,5 +1,5 @@
1
1
  import "./TableBasic/enums.js";
2
- import { b as s, m as o, a as e } from "../../chunks/utils-Clzm2Vel.js";
2
+ import { b as s, m as o, a as e } from "../../chunks/utils-D6gsTR6V.js";
3
3
  export {
4
4
  s as mapCellTypeToClassName,
5
5
  o as mapHorizontalAlignToClassName,
@@ -15,7 +15,7 @@ import "../Button/ButtonDropdownExtended.js";
15
15
  import { EButtonDotsTheme as j } from "../Button/enums.js";
16
16
  import { EComponentSize as K } from "../../enums/EComponentSize.js";
17
17
  import { isKey as _ } from "../../utils/keyboard.js";
18
- const k = "tabsContent__dc4075f6", G = "tabButtonDropdown__a12b45ff", H = "sm__e2c9b4fe", L = "md__9c171e0b", M = "lg__bfbdfe89", p = {
18
+ const k = "tabsContent__3d92da8d", G = "tabButtonDropdown__eb8636db", H = "sm__1e9e54ef", L = "md__247cc3ac", M = "lg__2344a2cb", p = {
19
19
  tabsContent: k,
20
20
  tabButtonDropdown: G,
21
21
  sm: H,
@@ -23,16 +23,16 @@ const k = "tabsContent__dc4075f6", G = "tabButtonDropdown__a12b45ff", H = "sm__e
23
23
  lg: M
24
24
  }, so = ({
25
25
  buttonDropdownAttributes: C,
26
- selectedId: a,
26
+ selectedId: i,
27
27
  onSelectTab: h,
28
- size: i = K.MD,
28
+ size: a = K.MD,
29
29
  tabs: t,
30
30
  ...v
31
31
  }) => {
32
- const [w, f] = l(a || t[0].id), [R, A] = l(""), [F, I] = l(""), m = D(null), d = D(null), S = ({ dropdownItemsIds: n, onSelectTab: o }) => t.filter((e) => n.includes(e.id)).map((e) => ({ ...e, onSelect: () => o(e.id) })), B = (n, o) => /* @__PURE__ */ c(s.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
32
+ const [w, d] = l(i || t[0].id), [R, A] = l(""), [F, I] = l(""), m = D(null), u = D(null), S = ({ dropdownItemsIds: n, onSelectTab: o }) => t.filter((e) => n.includes(e.id)).map((e) => ({ ...e, onSelect: () => o(e.id) })), B = (n, o) => /* @__PURE__ */ c(s.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
33
33
  const E = w === n.id ? 0 : -1, O = () => {
34
34
  let r;
35
- return R === n.id ? r = m : F === n.id && (r = d), r;
35
+ return R === n.id ? r = m : F === n.id && (r = u), r;
36
36
  };
37
37
  return /* @__PURE__ */ c(
38
38
  s.Content.TabButton,
@@ -40,32 +40,32 @@ const k = "tabsContent__dc4075f6", G = "tabButtonDropdown__a12b45ff", H = "sm__e
40
40
  selected: e,
41
41
  tabIndex: E,
42
42
  ref: O(),
43
- size: i,
43
+ size: a,
44
44
  showNotificationIcon: n.showNotificationIcon,
45
45
  onFocus: () => {
46
46
  A(t[o - 1] ? t[o - 1].id : ""), I(t[o + 1] ? t[o + 1].id : "");
47
47
  },
48
48
  onKeyDown: (r) => {
49
49
  var b, T;
50
- const { key: u } = r;
51
- _(u, "ARROW_LEFT") ? (N || (f(t[o - 1].id), (b = m.current) == null || b.focus()), r.preventDefault()) : _(u, "ARROW_RIGHT") && (g || (f(t[o + 1].id), (T = d.current) == null || T.focus()), r.preventDefault());
50
+ const { key: f } = r;
51
+ _(f, "ARROW_LEFT") ? (N || (d(t[o - 1].id), (b = m.current) == null || b.focus()), r.preventDefault()) : _(f, "ARROW_RIGHT") && (g || (d(t[o + 1].id), (T = u.current) == null || T.focus()), r.preventDefault());
52
52
  },
53
53
  children: n.label
54
54
  }
55
55
  );
56
56
  } }, o);
57
- return /* @__PURE__ */ c(s, { ...v, selectedId: a, onSelectTab: h, children: /* @__PURE__ */ y(s.Content, { className: p.tabsContent, size: i, children: [
57
+ return /* @__PURE__ */ c(s, { ...v, selectedId: i, onSelectTab: h, children: /* @__PURE__ */ y(s.Content, { className: p.tabsContent, size: a, children: [
58
58
  /* @__PURE__ */ c(s.Content.TabsWrapper, { children: t.map(B) }),
59
59
  /* @__PURE__ */ c(s.Content.DropdownWrapper, { children: ({ dropdownItemsIds: n, onSelectTab: o }) => /* @__PURE__ */ c(
60
60
  x,
61
61
  {
62
62
  theme: j.DOTS_SECONDARY,
63
- size: i,
63
+ size: a,
64
64
  options: S({ dropdownItemsIds: n, onSelectTab: o }),
65
- selected: t.filter((e) => e.id === a)[0],
65
+ selected: t.filter((e) => e.id === i)[0],
66
66
  buttonAttributes: {
67
67
  ...C,
68
- className: W(p.tabButtonDropdown, p[i])
68
+ className: W(p.tabButtonDropdown, p[a])
69
69
  }
70
70
  }
71
71
  ) })
@@ -3,9 +3,9 @@ import { useState as r, useRef as T } from "react";
3
3
  import { c as b } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { TabsExtendedContext as E } from "./TabsExtendedContext.js";
5
5
  import { TabsExtendedContent as I } from "./components/TabsExtendedContent.js";
6
- import { s as u } from "../../chunks/TabsExtended.module-tx9R1r2s.js";
6
+ import { s as u } from "../../chunks/TabsExtended.module-CKJx5gTC.js";
7
7
  import { ETabsExtendedType as C } from "./enums.js";
8
- import { t as v } from "../../chunks/utils-CXsSOP27.js";
8
+ import { t as v } from "../../chunks/utils-DQttOWML.js";
9
9
  import "./components/TabsExtendedDropdownWrapper.js";
10
10
  import "./components/TabsExtendedTab.js";
11
11
  import "./components/TabsExtendedTabButton.js";
@@ -5,7 +5,7 @@ import { TabsExtendedTab as d } from "./TabsExtendedTab.js";
5
5
  import { TabsExtendedTabButton as i } from "./TabsExtendedTabButton.js";
6
6
  import { EComponentSize as T } from "../../../enums/EComponentSize.js";
7
7
  import { TabsExtendedDropdownWrapper as b } from "./TabsExtendedDropdownWrapper.js";
8
- import { s as r } from "../../../chunks/TabsExtended.module-tx9R1r2s.js";
8
+ import { s as r } from "../../../chunks/TabsExtended.module-CKJx5gTC.js";
9
9
  import { createSizeToClassNameMap as f } from "../../../utils/classNameMaps.js";
10
10
  import "./TabsExtendedTabContext.js";
11
11
  const x = f(r), o = ({
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
- import { s as p } from "../../../chunks/TabsExtended.module-tx9R1r2s.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-CKJx5gTC.js";
4
4
  import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
5
5
  import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
6
6
  const w = ({
@@ -1,6 +1,6 @@
1
1
  import { jsx as x } from "react/jsx-runtime";
2
2
  import f, { useContext as o } from "react";
3
- import { s as r } from "../../../chunks/TabsExtended.module-tx9R1r2s.js";
3
+ import { s as r } from "../../../chunks/TabsExtended.module-CKJx5gTC.js";
4
4
  import { c as I } from "../../../chunks/vendor-CalMVkfj.js";
5
5
  import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
6
6
  import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
@@ -2,7 +2,7 @@ import { jsxs as p, jsx as a } from "react/jsx-runtime";
2
2
  import x, { useContext as b } from "react";
3
3
  import { c as f } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { EComponentSize as T } from "../../../enums/EComponentSize.js";
5
- import { s as t, t as l, a as u } from "../../../chunks/utils-CXsSOP27.js";
5
+ import { s as t, t as l, a as u } from "../../../chunks/utils-DQttOWML.js";
6
6
  import { TabsExtendedContext as E } from "../TabsExtendedContext.js";
7
7
  import { Text as N } from "../../Typography/Text.js";
8
8
  import { NotificationIcon as y } from "../../NotificationIcon/NotificationIcon.js";
@@ -3,7 +3,7 @@ import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, i
3
3
  import { u as F, c as N, p as z } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { TabsExtendedContext as j } from "../TabsExtendedContext.js";
5
5
  import { TabsExtendedTabContext as P } from "./TabsExtendedTabContext.js";
6
- import { s as l } from "../../../chunks/TabsExtended.module-tx9R1r2s.js";
6
+ import { s as l } from "../../../chunks/TabsExtended.module-CKJx5gTC.js";
7
7
  const G = ({
8
8
  children: s,
9
9
  className: C,
@@ -1,6 +1,6 @@
1
1
  import "./enums.js";
2
2
  import "../../enums/EComponentSize.js";
3
- import { a as s, t as i } from "../../chunks/utils-CXsSOP27.js";
3
+ import { a as s, t as i } from "../../chunks/utils-DQttOWML.js";
4
4
  import "../Typography/enums.js";
5
5
  export {
6
6
  s as tabsExtendedSizeToTextSizeMap,
@@ -3,7 +3,7 @@ import { c as b } from "../../chunks/vendor-CalMVkfj.js";
3
3
  import { MobileView as c } from "../MobileView/MobileView.js";
4
4
  import { TabsLineDesktop as d } from "./components/TabsLineDesktop.js";
5
5
  import { TabsLineMobile as x } from "./components/TabsLineMobile.js";
6
- import { s as m } from "../../chunks/TabsLine.module-DySAqOh5.js";
6
+ import { s as m } from "../../chunks/TabsLine.module-dWFH4Lb0.js";
7
7
  import "./components/TabsLineDropdown.js";
8
8
  import "./components/TabsLineItem.js";
9
9
  const v = ({
@@ -4,7 +4,7 @@ import { TabsLineDropdown as S } from "./TabsLineDropdown.js";
4
4
  import { TabsLineItem as k } from "./TabsLineItem.js";
5
5
  import { isKey as u } from "../../../utils/keyboard.js";
6
6
  import { l as L } from "../../../chunks/vendor-CalMVkfj.js";
7
- import { s as J } from "../../../chunks/TabsLine.module-DySAqOh5.js";
7
+ import { s as J } from "../../../chunks/TabsLine.module-dWFH4Lb0.js";
8
8
  const $ = ({
9
9
  tabs: l,
10
10
  dropdownTargetHtmlAttributes: g,
@@ -8,7 +8,7 @@ import { Dropdown as E } from "../../Dropdown/Dropdown.js";
8
8
  import { DropdownListContext as M } from "../../Dropdown/DropdownListContext.js";
9
9
  import "../../Dropdown/desktop/DropdownDesktop.js";
10
10
  import { DropdownList as N } from "../../Dropdown/desktop/DropdownList.js";
11
- import "../../../chunks/DropdownListItem-BsD2UckS.js";
11
+ import "../../../chunks/DropdownListItem-BByGOD7_.js";
12
12
  import "../../Dropdown/mobile/DropdownMobile.js";
13
13
  import "../../Dropdown/mobile/DropdownMobileBody.js";
14
14
  import "../../Dropdown/mobile/DropdownMobileClose.js";
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
23
23
  import { EComponentSize as y } from "../../../enums/EComponentSize.js";
24
24
  import { CaretdownStrokeSrvIcon16 as L } from "@sberbusiness/icons-next";
25
25
  import { isKey as l } from "../../../utils/keyboard.js";
26
- import { s as o } from "../../../chunks/TabsLine.module-DySAqOh5.js";
26
+ import { s as o } from "../../../chunks/TabsLine.module-dWFH4Lb0.js";
27
27
  import { createSizeToClassNameMap as z } from "../../../utils/classNameMaps.js";
28
28
  import { Text as P } from "../../Typography/Text.js";
29
29
  import { tabsLineSizeToTextSizeMap as K } from "../utils.js";
@@ -4,7 +4,7 @@ import { c as y } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { EComponentSize as E } from "../../../enums/EComponentSize.js";
5
5
  import { createSizeToClassNameMap as S } from "../../../utils/classNameMaps.js";
6
6
  import { NotificationIcon as v } from "../../NotificationIcon/NotificationIcon.js";
7
- import { s as e } from "../../../chunks/TabsLine.module-DySAqOh5.js";
7
+ import { s as e } from "../../../chunks/TabsLine.module-dWFH4Lb0.js";
8
8
  import { Text as x } from "../../Typography/Text.js";
9
9
  import { tabsLineSizeToTextSizeMap as z } from "../utils.js";
10
10
  import { EFontType as f } from "../../Typography/enums.js";
@@ -1,21 +1,21 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { TabsLineItem as c } from "./TabsLineItem.js";
3
- const d = "tabsLineMobileWrapper__730ab83b", p = "tabsLineMobile__d3440d5a", l = {
4
- tabsLineMobileWrapper: d,
5
- tabsLineMobile: p
6
- }, u = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
2
+ import { TabsLineItem as t } from "./TabsLineItem.js";
3
+ const p = "tabsLineMobileWrapper__9a90b03b", d = "tabsLineMobile__6f0ca569", l = {
4
+ tabsLineMobileWrapper: p,
5
+ tabsLineMobile: d
6
+ }, h = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
7
7
  if (!i.length)
8
8
  return null;
9
9
  const o = ({ selected: L, ...e }) => {
10
- const b = (t) => {
10
+ const b = (c) => {
11
11
  var s;
12
- r(e.id), (s = e.onClick) == null || s.call(e, t);
12
+ r(e.id), (s = e.onClick) == null || s.call(e, c);
13
13
  };
14
- return /* @__PURE__ */ n(c, { selected: a === e.id, ...e, onClick: b }, e.id);
14
+ return /* @__PURE__ */ n(t, { selected: a === e.id, ...e, onClick: b }, e.id);
15
15
  };
16
16
  return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(o) }) });
17
17
  };
18
18
  export {
19
- u as TabsLineMobile
19
+ h as TabsLineMobile
20
20
  };
21
21
  //# sourceMappingURL=TabsLineMobile.js.map
@@ -1,36 +1,36 @@
1
1
  import { jsx as o, jsxs as D } from "react/jsx-runtime";
2
2
  import E, { useCallback as S } from "react";
3
3
  import { c as L } from "../../chunks/vendor-CalMVkfj.js";
4
- import { EditStrokeSrvIcon24 as N, EditStrokeSrvIcon20 as v, EditStrokeSrvIcon16 as y, CrossStrokeSrvIcon24 as z, CrossStrokeSrvIcon20 as G, CrossStrokeSrvIcon16 as d } from "@sberbusiness/icons-next";
4
+ import { EditStrokeSrvIcon24 as N, EditStrokeSrvIcon20 as d, EditStrokeSrvIcon16 as v, CrossStrokeSrvIcon24 as y, CrossStrokeSrvIcon20 as z, CrossStrokeSrvIcon16 as G } from "@sberbusiness/icons-next";
5
5
  import { Text as h } from "../Typography/Text.js";
6
6
  import { ETextSize as I, EFontType as T } from "../Typography/enums.js";
7
7
  import { ButtonIcon as _ } from "../Button/ButtonIcon.js";
8
8
  import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
9
9
  import { EComponentSize as e } from "../../enums/EComponentSize.js";
10
- const A = "tag__72ebb920", R = "sm__995465e4", b = "md__f8aae8fb", w = "lg__2c0c03d0", F = "content__2c5b9b83", l = {
10
+ const A = "tag__5a17d28a", R = "sm__6327f732", w = "md__8e1e415a", F = "lg__3988aee5", P = "content__871d6943", l = {
11
11
  tag: A,
12
12
  sm: R,
13
- md: b,
14
- lg: w,
15
- content: F
16
- }, P = j(l), Y = {
13
+ md: w,
14
+ lg: F,
15
+ content: P
16
+ }, Y = j(l), q = {
17
17
  [e.SM]: I.B4,
18
18
  [e.MD]: I.B3,
19
19
  [e.LG]: I.B2
20
- }, q = {
21
- [e.SM]: /* @__PURE__ */ o(y, { paletteIndex: 5 }),
22
- [e.MD]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
23
- [e.LG]: /* @__PURE__ */ o(N, { paletteIndex: 5 })
24
20
  }, H = {
25
- [e.SM]: /* @__PURE__ */ o(d, { paletteIndex: 5 }),
26
- [e.MD]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
27
- [e.LG]: /* @__PURE__ */ o(z, { paletteIndex: 5 })
28
- }, $ = E.forwardRef(
29
- ({ children: f, id: s, className: g, size: r, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...u }, C) => {
21
+ [e.SM]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
22
+ [e.MD]: /* @__PURE__ */ o(d, { paletteIndex: 5 }),
23
+ [e.LG]: /* @__PURE__ */ o(N, { paletteIndex: 5 })
24
+ }, J = {
25
+ [e.SM]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
26
+ [e.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
27
+ [e.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
28
+ }, b = E.forwardRef(
29
+ ({ children: x, id: s, className: g, size: r, disabled: n, onRemove: a, onEdit: c, removeButtonProps: f, editButtonProps: M, ...u }, C) => {
30
30
  const k = S(() => {
31
31
  const t = n ? T.DISABLED : T.PRIMARY;
32
- return /* @__PURE__ */ o(h, { className: l.content, type: t, size: Y[r], children: f });
33
- }, [f, r, n]), B = S(() => {
32
+ return /* @__PURE__ */ o(h, { className: l.content, type: t, size: q[r], children: x });
33
+ }, [x, r, n]), B = S(() => {
34
34
  const { onClick: t, ...m } = M || {};
35
35
  return /* @__PURE__ */ o(
36
36
  _,
@@ -40,11 +40,11 @@ const A = "tag__72ebb920", R = "sm__995465e4", b = "md__f8aae8fb", w = "lg__2c0c
40
40
  c == null || c(s), t == null || t(p);
41
41
  },
42
42
  ...m,
43
- children: q[r]
43
+ children: H[r]
44
44
  }
45
45
  );
46
46
  }, [s, r, n, M, c]), i = S(() => {
47
- const { onClick: t, ...m } = x || {};
47
+ const { onClick: t, ...m } = f || {};
48
48
  return /* @__PURE__ */ o(
49
49
  _,
50
50
  {
@@ -53,11 +53,11 @@ const A = "tag__72ebb920", R = "sm__995465e4", b = "md__f8aae8fb", w = "lg__2c0c
53
53
  a == null || a(s), t == null || t(p);
54
54
  },
55
55
  ...m,
56
- children: H[r]
56
+ children: J[r]
57
57
  }
58
58
  );
59
- }, [s, r, n, x, a]);
60
- return /* @__PURE__ */ D("span", { className: L(l.tag, P[r], g), ...u, ref: C, children: [
59
+ }, [s, r, n, f, a]);
60
+ return /* @__PURE__ */ D("span", { className: L(l.tag, Y[r], g), ...u, ref: C, children: [
61
61
  k(),
62
62
  c && B(),
63
63
  i()
@@ -65,6 +65,6 @@ const A = "tag__72ebb920", R = "sm__995465e4", b = "md__f8aae8fb", w = "lg__2c0c
65
65
  }
66
66
  );
67
67
  export {
68
- $ as Tag
68
+ b as Tag
69
69
  };
70
70
  //# sourceMappingURL=Tag.js.map
@@ -1,18 +1,18 @@
1
- import { jsx as t } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as l } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
5
5
  import { ETagColorStatus as s } from "./enums.js";
6
- const f = "tagColor__ba2eaa2d", i = "sm__1f0c992e", d = "md__f18e64c0", g = "lg__6672eb69", p = "success__971f460c", C = "info__e4c2c551", u = "warning__0f1cae3b", b = "error__91bd1fb1", N = "content__2517b1d3", o = {
6
+ const f = "tagColor__e2be1af6", i = "sm__fa83a72b", g = "md__4dc2549f", d = "lg__6ca54494", p = "success__43cd8752", C = "info__237f7660", b = "warning__c4b8e0ab", u = "error__7abb51ac", N = "content__e1d8abbb", o = {
7
7
  tagColor: f,
8
8
  sm: i,
9
- md: d,
10
- lg: g,
11
- default: "default__b424d7db",
9
+ md: g,
10
+ lg: d,
11
+ default: "default__cf78aaed",
12
12
  success: p,
13
13
  info: C,
14
- warning: u,
15
- error: b,
14
+ warning: b,
15
+ error: u,
16
16
  content: N
17
17
  }, T = _(o), R = {
18
18
  [s.DEFAULT]: o.default,
@@ -21,12 +21,12 @@ const f = "tagColor__ba2eaa2d", i = "sm__1f0c992e", d = "md__f18e64c0", g = "lg_
21
21
  [s.WARNING]: o.warning,
22
22
  [s.ERROR]: o.error
23
23
  }, F = m.forwardRef(
24
- ({ children: a, className: c, size: r, status: n = s.DEFAULT, ...e }) => /* @__PURE__ */ t(
24
+ ({ children: t, className: c, size: r, status: n = s.DEFAULT, ...e }) => /* @__PURE__ */ a(
25
25
  "span",
26
26
  {
27
27
  className: l(o.tagColor, T[r], R[n], c),
28
28
  ...e,
29
- children: /* @__PURE__ */ t("span", { className: o.content, children: a })
29
+ children: /* @__PURE__ */ a("span", { className: o.content, children: t })
30
30
  }
31
31
  )
32
32
  );
@@ -1,25 +1,25 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import p from "react";
3
- import { c as e } from "../../chunks/vendor-CalMVkfj.js";
2
+ import e from "react";
3
+ import { c as p } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { createSizeToClassNameMap as f } from "../../utils/classNameMaps.js";
5
- const d = "tagGroup__80309da6", g = "sm__9bf56fd4", l = "md__dcdf7380", _ = "lg__f1980c94", o = {
6
- tagGroup: d,
7
- sm: g,
8
- md: l,
9
- lg: _
10
- }, i = f(o), N = p.forwardRef(
11
- ({ children: s, className: r, size: t, ...a }, m) => /* @__PURE__ */ c(
5
+ const g = "tagGroup__b2db9f32", l = "sm__59875f4a", _ = "md__e4e64acc", i = "lg__0f78bc49", o = {
6
+ tagGroup: g,
7
+ sm: l,
8
+ md: _,
9
+ lg: i
10
+ }, n = f(o), x = e.forwardRef(
11
+ ({ children: s, className: a, size: r, ...t }, m) => /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
- className: e(o.tagGroup, i[t], r),
14
+ className: p(o.tagGroup, n[r], a),
15
15
  role: "group",
16
- ...a,
16
+ ...t,
17
17
  ref: m,
18
18
  children: s
19
19
  }
20
20
  )
21
21
  );
22
22
  export {
23
- N as TagGroup
23
+ x as TagGroup
24
24
  };
25
25
  //# sourceMappingURL=TagGroup.js.map
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { F as r } from "../../chunks/FormFieldInput-fdQkON04.js";
2
+ import { F as r } from "../../chunks/FormFieldInput-CXE2lpa2.js";
3
3
  import { TextFieldBase as t } from "./TextFieldBase.js";
4
4
  const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
5
5
  m.displayName = "TextField";
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import "../../chunks/FormFieldInput-fdQkON04.js";
9
+ import "../../chunks/FormFieldInput-CXE2lpa2.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -4,7 +4,7 @@ import { c as s } from "../../../../chunks/vendor-CalMVkfj.js";
4
4
  import { MobileView as a } from "../../../MobileView/MobileView.js";
5
5
  import { Text as l } from "../../../Typography/Text.js";
6
6
  import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
7
- import { s as f } from "../../../../chunks/TooltipDesktop.module-CVyAe5HN.js";
7
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-8uJuXz2F.js";
8
8
  const d = e.forwardRef(({ className: r, ...i }, t) => {
9
9
  const m = s(f.tooltipBody, r);
10
10
  return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: m, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: m, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
@@ -1,34 +1,34 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import n from "react";
3
- import { c as l } from "../../../../chunks/vendor-CalMVkfj.js";
4
- import { MobileView as a } from "../../../MobileView/MobileView.js";
5
- const k = "tooltipLink__aefb6e86", r = "desktop__2f19f321", m = "mobile__03cafbbc", o = {
2
+ import l from "react";
3
+ import { c as a } from "../../../../chunks/vendor-CalMVkfj.js";
4
+ import { MobileView as n } from "../../../MobileView/MobileView.js";
5
+ const k = "tooltipLink__7afb6a43", r = "desktop__16372bfd", m = "mobile__a0d37e5e", o = {
6
6
  tooltipLink: k,
7
7
  desktop: r,
8
8
  mobile: m
9
- }, c = n.forwardRef(
10
- ({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
9
+ }, d = l.forwardRef(
10
+ ({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(n, { fallback: /* @__PURE__ */ t(
11
11
  "a",
12
12
  {
13
- className: l(o.tooltipLink, o.desktop, e),
13
+ className: a(o.tooltipLink, o.desktop, e),
14
14
  ...p,
15
- "data-tx": "0.14.0",
15
+ "data-tx": "0.14.1",
16
16
  ref: s,
17
17
  children: i
18
18
  }
19
19
  ), children: /* @__PURE__ */ t(
20
20
  "a",
21
21
  {
22
- className: l(o.tooltipLink, o.mobile, e),
22
+ className: a(o.tooltipLink, o.mobile, e),
23
23
  ...p,
24
- "data-tx": "0.14.0",
24
+ "data-tx": "0.14.1",
25
25
  ref: s,
26
26
  children: i
27
27
  }
28
28
  ) })
29
29
  );
30
- c.displayName = "TooltipLink";
30
+ d.displayName = "TooltipLink";
31
31
  export {
32
- c as TooltipLink
32
+ d as TooltipLink
33
33
  };
34
34
  //# sourceMappingURL=TooltipLink.js.map
@@ -3,7 +3,7 @@ import { useContext as m } from "react";
3
3
  import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
4
4
  import { TooltipContext as i } from "../../TootlipContext.js";
5
5
  import { ButtonIcon as a } from "../../../Button/ButtonIcon.js";
6
- import { s as l } from "../../../../chunks/TooltipDesktop.module-CVyAe5HN.js";
6
+ import { s as l } from "../../../../chunks/TooltipDesktop.module-8uJuXz2F.js";
7
7
  const I = ({ onClick: o, ...s }) => {
8
8
  const { setTooltipOpen: p } = m(i), e = (t) => {
9
9
  t.stopPropagation(), p(!1), o == null || o(t);
@@ -9,7 +9,7 @@ import { Portal as Y } from "../../../../Portal/Portal.js";
9
9
  import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
10
10
  import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
11
11
  import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
12
- import { s as f } from "../../../../../chunks/TooltipDesktop.module-CVyAe5HN.js";
12
+ import { s as f } from "../../../../../chunks/TooltipDesktop.module-8uJuXz2F.js";
13
13
  const Q = {
14
14
  column: "translateX",
15
15
  row: "translateY"
@@ -2,7 +2,7 @@ import { jsx as p } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { ETooltipDirection as e } from "../../../enums.js";
4
4
  import { c } from "../../../../../chunks/vendor-CalMVkfj.js";
5
- import { s as t } from "../../../../../chunks/TooltipDesktop.module-CVyAe5HN.js";
5
+ import { s as t } from "../../../../../chunks/TooltipDesktop.module-8uJuXz2F.js";
6
6
  const m = a.forwardRef((r, i) => {
7
7
  const { direction: s } = r;
8
8
  let o;
@@ -1,12 +1,12 @@
1
1
  import { jsxs as r, Fragment as b, jsx as n } from "react/jsx-runtime";
2
- import { useContext as f, useRef as u, useEffect as M } from "react";
2
+ import { useContext as u, useRef as f, useEffect as M } from "react";
3
3
  import { TooltipContext as C } from "../../TootlipContext.js";
4
4
  import { Portal as B } from "../../../Portal/Portal.js";
5
5
  import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js";
6
6
  import { DropdownMobileBody as x } from "../../../Dropdown/mobile/DropdownMobileBody.js";
7
7
  import { TooltipMobileCloseButton as h } from "./components/TooltipMobileCloseButton.js";
8
8
  import { c as y } from "../../../../chunks/vendor-CalMVkfj.js";
9
- const N = "tooltipMobile__f8fda304", T = "tooltipMobileContent__63966c25", g = "headerless__f6f95dd5", H = "closeButton__918776ae", e = {
9
+ const N = "tooltipMobile__8aae9116", T = "tooltipMobileContent__bd0ec503", g = "headerless__9dba48ac", H = "closeButton__7c576c6b", e = {
10
10
  tooltipMobile: N,
11
11
  tooltipMobileContent: T,
12
12
  headerless: g,
@@ -21,7 +21,7 @@ const N = "tooltipMobile__f8fda304", T = "tooltipMobileContent__63966c25", g = "
21
21
  onShow: l,
22
22
  ...d
23
23
  }) => {
24
- const { elements: o, setTooltipOpen: p } = f(C), i = u(null), a = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
24
+ const { elements: o, setTooltipOpen: a } = u(C), i = f(null), p = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
25
25
  M(() => {
26
26
  t && (l == null || l(i.current));
27
27
  }, [t]);
@@ -34,10 +34,10 @@ const N = "tooltipMobile__f8fda304", T = "tooltipMobileContent__63966c25", g = "
34
34
  /* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
35
35
  _,
36
36
  {
37
- className: a,
37
+ className: p,
38
38
  tabIndex: -1,
39
39
  opened: t,
40
- setOpened: p,
40
+ setOpened: a,
41
41
  ...d,
42
42
  ref: i,
43
43
  children: [
@@ -3,7 +3,7 @@ import { useState as y, useRef as g, useEffect as C } from "react";
3
3
  import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
4
4
  import { Overlay as O } from "../Overlay/Overlay.js";
5
5
  import { c as S, F as j } from "../../chunks/vendor-CalMVkfj.js";
6
- const D = "topOverlayMask__a787b5b6", E = "topOverlayWrapper__b50668d1", A = "closing__b35788fe", V = "opened__eeda3fd0", $ = "topOverlayPanel__ed5da810", q = "topOverlay__5ca24d22", t = {
6
+ const D = "topOverlayMask__9ea04184", E = "topOverlayWrapper__c0915d78", A = "closing__a61ca5e8", V = "opened__abfa00f5", $ = "topOverlayPanel__ae1d2502", q = "topOverlay__6fc22bb9", t = {
7
7
  topOverlayMask: D,
8
8
  topOverlayWrapper: E,
9
9
  closing: A,
@@ -18,7 +18,7 @@ const D = "topOverlayMask__a787b5b6", E = "topOverlayWrapper__b50668d1", A = "cl
18
18
  onOpen: n,
19
19
  ...h
20
20
  }) => {
21
- const [W, d] = y(!1), [x, u] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
21
+ const [W, u] = y(!1), [x, d] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
22
22
  if (s.current) {
23
23
  const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
24
24
  i.top < 0 ? c(
@@ -29,32 +29,32 @@ const D = "topOverlayMask__a787b5b6", E = "topOverlayWrapper__b50668d1", A = "cl
29
29
  );
30
30
  }
31
31
  }, k = () => {
32
- m(), u(!0), n == null || n();
32
+ m(), d(!0), n == null || n();
33
33
  };
34
34
  C(() => {
35
- p.current && !e ? d(!0) : !p.current && e && m(), p.current = e;
35
+ p.current && !e ? u(!0) : !p.current && e && m(), p.current = e;
36
36
  }, [e]);
37
37
  const M = () => {
38
- d(!1), c(0), l == null || l();
39
- }, T = () => u(!1), b = (r) => /* @__PURE__ */ I(B, { children: [
38
+ u(!1), c(0), l == null || l();
39
+ }, T = () => d(!1), F = (r) => /* @__PURE__ */ I(B, { children: [
40
40
  /* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
41
41
  /* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
42
- ] }), F = () => {
43
- }, N = S(t.topOverlayWrapper, {
42
+ ] }), N = () => {
43
+ }, P = S(t.topOverlayWrapper, {
44
44
  [t.closing]: W,
45
45
  [t.opened]: e
46
- }), P = /* @__PURE__ */ a(
46
+ }), b = /* @__PURE__ */ a(
47
47
  O,
48
48
  {
49
49
  onClose: M,
50
50
  onClosing: T,
51
51
  onOpen: k,
52
52
  opened: e,
53
- setOpened: F,
53
+ setOpened: N,
54
54
  ...h,
55
55
  className: t.topOverlay,
56
56
  direction: R.TOP,
57
- children: b
57
+ children: F
58
58
  }
59
59
  );
60
60
  return /* @__PURE__ */ a(
@@ -70,10 +70,10 @@ const D = "topOverlayMask__a787b5b6", E = "topOverlayWrapper__b50668d1", A = "cl
70
70
  children: /* @__PURE__ */ a(
71
71
  "div",
72
72
  {
73
- className: N,
73
+ className: P,
74
74
  ref: s,
75
75
  style: f ? { top: `${f}px` } : void 0,
76
- children: P
76
+ children: b
77
77
  }
78
78
  )
79
79
  }