@sberbusiness/triplex-next 0.27.0 → 0.28.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 (408) hide show
  1. package/chunks/AlertProcessSpoiler-vonjWRtY.js +41 -0
  2. package/chunks/{CalendarViewItem-DRBt_s0Q.js → CalendarViewItem-DysxnR-B.js} +18 -18
  3. package/chunks/Card.module-DLzMeKEe.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
  5. package/chunks/Chip-C8WEqATD.js +77 -0
  6. package/chunks/Confirm.module-C9UyoM6r.js +15 -0
  7. package/chunks/{DropdownListItem-BflrX8i-.js → DropdownListItem-DEMHVloq.js} +16 -16
  8. package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
  9. package/chunks/Footer.module-BijXXNLX.js +9 -0
  10. package/chunks/{FormFieldInput-q8qt9K5c.js → FormFieldInput-Cb-NqZOL.js} +25 -25
  11. package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
  12. package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
  13. package/chunks/{HeaderTitle.module-Y10Bm5lm.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
  14. package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
  17. package/chunks/{LightBoxContent-DHs-Qjcp.js → LightBoxContent-CpxzDBba.js} +11 -11
  18. package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
  20. package/chunks/{ListItemControlsButton-pIOQbY1R.js → ListItemControlsButton-BcWg1BjZ.js} +15 -15
  21. package/chunks/ListItemTail.module-lle264d5.js +12 -0
  22. package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
  23. package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
  24. package/chunks/Notification.module-Cdt0qyac.js +20 -0
  25. package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
  26. package/chunks/Page.module-DfXEH6KZ.js +11 -0
  27. package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
  28. package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
  29. package/chunks/{SliderExtendedRail-ylfekLwv.js → SliderExtendedRail-D-T2vfBA.js} +9 -9
  30. package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
  31. package/chunks/{StepperStepArrowBorder-DJAqKqGz.js → StepperStepArrowBorder-DoCkMkMz.js} +9 -9
  32. package/chunks/{SuggestFieldMobileDropdownHint-DC3vUbne.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +2 -2
  33. package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
  34. package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
  35. package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
  36. package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
  37. package/chunks/TreeView.module-BYYaw1fa.js +9 -0
  38. package/chunks/{UploadZoneInput-xOoub0aL.js → UploadZoneInput-DBUlHhad.js} +7 -7
  39. package/chunks/{constants-CoLWcWYQ.js → constants-3hOLYskn.js} +10 -10
  40. package/chunks/utils-8R7OR9DQ.js +24 -0
  41. package/chunks/{utils-D_H8vO74.js → utils-BzsnXGYj.js} +5 -5
  42. package/chunks/utils-C0T4qN0O.js +73 -0
  43. package/chunks/{utils-BXp6zjzV.js → utils-C3N8DE_4.js} +5 -5
  44. package/components/Alert/AlertContext/AlertContext.js +15 -15
  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 +7 -7
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +3 -3
  50. package/components/Badge/Badge.js +3 -3
  51. package/components/Badge/BadgeDot.js +7 -7
  52. package/components/Badge/components/BadgeContent.js +14 -14
  53. package/components/Badge/components/BadgePostfix.js +5 -5
  54. package/components/Badge/components/BadgePrefix.js +4 -4
  55. package/components/Body/Body.js +8 -8
  56. package/components/Button/Button.js +15 -15
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +11 -11
  59. package/components/Button/ButtonDropdownExtended.js +4 -4
  60. package/components/Button/ButtonIcon.js +9 -9
  61. package/components/Calendar/Calendar.js +2 -2
  62. package/components/Calendar/components/CalendarControls.js +13 -13
  63. package/components/Calendar/components/CalendarFooter.js +1 -1
  64. package/components/Calendar/components/CalendarViewDays.js +1 -1
  65. package/components/Calendar/components/CalendarViewItem.js +1 -1
  66. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  67. package/components/Calendar/components/CalendarViewYears.js +1 -1
  68. package/components/Card/CardAction.js +9 -9
  69. package/components/Card/CardStatic.js +2 -2
  70. package/components/Card/components/CardContent/CardContent.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  74. package/components/Card/components/CardMedia.js +1 -1
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +1 -1
  77. package/components/Checkbox/Checkbox.js +8 -8
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +6 -6
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +1 -1
  85. package/components/Chip/ChipClearButton.js +5 -5
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +4 -4
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +9 -9
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +13 -13
  101. package/components/Col/Col.js +141 -141
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
  103. package/components/Confirm/Confirm.js +1 -1
  104. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  105. package/components/Confirm/components/ConfirmContent.js +1 -1
  106. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  107. package/components/Confirm/components/ConfirmControls.js +1 -1
  108. package/components/DateField/DateField.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  111. package/components/DateRange/DateRange.js +5 -5
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/Divider/Divider.js +21 -21
  114. package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
  115. package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
  116. package/components/Dropdown/desktop/DropdownList.js +1 -1
  117. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  118. package/components/Dropdown/desktop/index.js +1 -1
  119. package/components/Dropdown/index.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  121. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  127. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  131. package/components/Ellipsis/Ellipsis.js +5 -5
  132. package/components/EmptyView/EmptyView.js +17 -17
  133. package/components/ExpandAnimation/ExpandAnimation.js +9 -9
  134. package/components/Footer/Footer.js +1 -1
  135. package/components/Footer/components/FooterDescription.js +1 -1
  136. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  137. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  138. package/components/FormField/FormField.js +22 -22
  139. package/components/FormField/components/FormFieldClear.js +5 -5
  140. package/components/FormField/components/FormFieldCounter.js +5 -5
  141. package/components/FormField/components/FormFieldDescription.js +4 -4
  142. package/components/FormField/components/FormFieldInput.js +1 -1
  143. package/components/FormField/components/FormFieldLabel.js +4 -4
  144. package/components/FormField/components/FormFieldMaskedInput.js +28 -28
  145. package/components/FormField/components/FormFieldPostfix.js +4 -4
  146. package/components/FormField/components/FormFieldPrefix.js +8 -8
  147. package/components/FormField/components/FormFieldTarget.js +9 -9
  148. package/components/FormField/components/FormFieldTextarea.js +8 -8
  149. package/components/FormField/components/index.js +1 -1
  150. package/components/FormField/index.js +1 -1
  151. package/components/Header/Header.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  155. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
  156. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  157. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  158. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  159. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  160. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  161. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  162. package/components/HelpBox/HelpBox.js +4 -4
  163. package/components/IconWrapper/IconWrapper.js +10 -10
  164. package/components/Island/Island.js +1 -1
  165. package/components/Island/components/IslandBody.js +6 -6
  166. package/components/Island/components/IslandFooter.js +3 -3
  167. package/components/Island/components/IslandHeader.js +1 -1
  168. package/components/Island/utils.js +1 -1
  169. package/components/IslandAccordion/IslandAccordion.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  171. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  173. package/components/IslandWidget/IslandWidget.js +22 -22
  174. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  175. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  176. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  183. package/components/LightBox/LightBox.js +10 -10
  184. package/components/LightBox/LightBoxContent.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +68 -61
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  193. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
  194. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
  195. package/components/Link/Link.js +11 -11
  196. package/components/List/List.js +6 -6
  197. package/components/List/components/ListEmptyState.js +5 -5
  198. package/components/List/components/ListItem.js +1 -1
  199. package/components/List/components/ListItemContent.js +9 -9
  200. package/components/List/components/ListItemControls.js +5 -5
  201. package/components/List/components/ListItemControlsButton.js +1 -1
  202. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  203. package/components/List/components/ListItemLoading.js +1 -1
  204. package/components/List/components/ListItemSelectable.js +1 -1
  205. package/components/List/components/ListItemTable.js +1 -1
  206. package/components/List/components/ListItemTailLeft.js +1 -1
  207. package/components/List/components/ListItemTailRight.js +1 -1
  208. package/components/List/components/ListSortableItem.js +1 -1
  209. package/components/List/components/ListSortableItemControls.js +6 -6
  210. package/components/List/components/ListSortableItemTarget.js +9 -9
  211. package/components/List/index.js +1 -1
  212. package/components/ListMaster/ListMaster.js +1 -1
  213. package/components/ListMaster/components/ListMasterBody.js +1 -1
  214. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  215. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  216. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  218. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  219. package/components/ListMaster/components/SelectionControls.js +2 -2
  220. package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
  221. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  222. package/components/LoaderScreen/LoaderScreen.js +1 -1
  223. package/components/Marker/Marker.js +1 -1
  224. package/components/Marker/utils.js +1 -1
  225. package/components/MarkerStatus/MarkerStatus.js +10 -10
  226. package/components/ModalWindow/ModalWindow.js +61 -65
  227. package/components/ModalWindow/components/ModalWindowBody.js +14 -13
  228. package/components/ModalWindow/components/ModalWindowClose.js +16 -17
  229. package/components/ModalWindow/components/ModalWindowContent.js +22 -16
  230. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  231. package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
  232. package/components/MonthYearRange/MonthYearRange.js +1 -1
  233. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  234. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  235. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  236. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  237. package/components/Notification/Notification.js +2 -2
  238. package/components/Notification/NotificationGrouped.js +1 -1
  239. package/components/Notification/components/NotificationBody.js +1 -1
  240. package/components/Notification/components/NotificationBodyList.js +1 -1
  241. package/components/Notification/components/NotificationClose.js +1 -1
  242. package/components/Notification/components/NotificationFooter.js +1 -1
  243. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  244. package/components/Notification/components/NotificationHeader.js +1 -1
  245. package/components/Notification/components/NotificationIcon.js +1 -1
  246. package/components/Notification/components/NotificationTime.js +1 -1
  247. package/components/NumberField/NumberFieldInput.js +1 -1
  248. package/components/OrderedList/OrderedList.js +5 -5
  249. package/components/OrderedList/OrderedListItem.js +2 -2
  250. package/components/Overlay/Overlay.js +1 -1
  251. package/components/Overlay/OverlayMask.js +1 -1
  252. package/components/Overlay/OverlayPanel.js +1 -1
  253. package/components/Page/Page.js +1 -1
  254. package/components/Page/components/BodyPage.js +5 -5
  255. package/components/Page/components/FooterPage.js +1 -1
  256. package/components/Page/components/HeaderPage.js +1 -1
  257. package/components/Pagination/components/PaginationExtended.js +5 -5
  258. package/components/Pagination/components/PaginationNavigationButton.js +5 -5
  259. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  260. package/components/Pagination/components/PaginationPageButton.js +5 -5
  261. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  262. package/components/Pagination/components/PaginationSelect.js +21 -21
  263. package/components/Radio/Radio.js +15 -15
  264. package/components/Radio/RadioXGroup.js +9 -9
  265. package/components/Radio/RadioYGroup.js +7 -7
  266. package/components/Row/Row.js +5 -5
  267. package/components/SMSField/SMSField.js +2 -2
  268. package/components/SMSField/components/RefreshIcon.js +1 -1
  269. package/components/SMSField/components/SMSFieldInput.js +2 -2
  270. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  271. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  272. package/components/SegmentedControl/SegmentedControl.js +2 -2
  273. package/components/SegmentedControl/SegmentedControlSegment.js +20 -20
  274. package/components/SelectExtendedField/SelectExtendedField.js +15 -15
  275. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  276. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  277. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
  278. package/components/SelectField/SelectField.js +1 -1
  279. package/components/Skeleton/Skeleton.js +4 -4
  280. package/components/SliderExtended/SliderExtended.js +2 -2
  281. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
  282. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  283. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  284. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  285. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
  286. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
  287. package/components/SmallInput/SmallInput.js +6 -6
  288. package/components/Spoiler/Spoiler.js +13 -13
  289. package/components/StatusTracker/StatusTracker.js +2 -2
  290. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  299. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  300. package/components/Step/Step.js +17 -17
  301. package/components/Stepper/Stepper.js +3 -3
  302. package/components/Stepper/StepperExtended.js +9 -9
  303. package/components/Stepper/StepperStep.js +2 -2
  304. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  305. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  306. package/components/SuggestField/SuggestField.js +2 -2
  307. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  308. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  309. package/components/SuggestField/index.js +1 -1
  310. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  311. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  312. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  313. package/components/SuggestField/mobile/index.js +1 -1
  314. package/components/SwipeableArea/SwipeableArea.js +15 -15
  315. package/components/Table/FilterPanel.js +2 -2
  316. package/components/Table/MasterTable.js +15 -15
  317. package/components/Table/NoColumns.js +5 -5
  318. package/components/Table/PaginationPanel.js +4 -4
  319. package/components/Table/TableBasic/TableBasic.js +1 -1
  320. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  321. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  322. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  323. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  324. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  325. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  326. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  327. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  328. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
  329. package/components/Table/TableFooter/TableFooter.js +1 -1
  330. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  331. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  332. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  333. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  334. package/components/Table/TabsLinePanel.js +1 -1
  335. package/components/Table/TabsLinePanelLinks.js +8 -8
  336. package/components/Table/utils.js +1 -1
  337. package/components/Tabs/Tabs.js +6 -6
  338. package/components/TabsExtended/TabsExtended.js +2 -2
  339. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  340. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  341. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  342. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  343. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  344. package/components/TabsExtended/utils.js +1 -1
  345. package/components/TabsLine/TabsLine.js +1 -1
  346. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  347. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  348. package/components/TabsLine/components/TabsLineItem.js +1 -1
  349. package/components/TabsLine/components/TabsLineMobile.js +11 -11
  350. package/components/Tag/Tag.js +14 -14
  351. package/components/TagColor/TagColor.js +12 -12
  352. package/components/TagGroup/TagGroup.js +8 -8
  353. package/components/TextField/TextField.js +1 -1
  354. package/components/TextareaField/TextareaField.js +1 -1
  355. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  356. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  357. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  358. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  359. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  360. package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
  361. package/components/TopOverlay/TopOverlay.js +9 -9
  362. package/components/TreeView/TreeView.js +1 -1
  363. package/components/TreeView/components/TreeViewGroup.js +1 -1
  364. package/components/TreeView/components/TreeViewNode.js +1 -1
  365. package/components/Typography/Caption.js +15 -15
  366. package/components/Typography/CodeText.js +11 -11
  367. package/components/Typography/Text.js +21 -21
  368. package/components/Typography/Title.js +12 -12
  369. package/components/Typography/constants.js +1 -1
  370. package/components/UnorderedList/UnorderedList.js +2 -2
  371. package/components/UnorderedList/UnorderedListItem.js +2 -2
  372. package/components/UploadZone/UploadZone.js +2 -2
  373. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  374. package/components/index.js +5 -5
  375. package/index.d.ts +37 -8
  376. package/index.js +5 -5
  377. package/package.json +1 -1
  378. package/styles/triplex-next.css +538 -538
  379. package/chunks/AlertProcessSpoiler-CyQjNK-A.js +0 -41
  380. package/chunks/Card.module-D8T8SSWF.js +0 -17
  381. package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +0 -15
  382. package/chunks/Chip-BWrXp8b3.js +0 -77
  383. package/chunks/Confirm.module-D5UicEEs.js +0 -15
  384. package/chunks/DropdownMobile.module-3D5LlZCS.js +0 -23
  385. package/chunks/Footer.module-BfB70vm7.js +0 -9
  386. package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +0 -9
  387. package/chunks/HeaderTabs.module-Cx-Ctxui.js +0 -9
  388. package/chunks/IslandAccordion.module-CVxFZsLG.js +0 -25
  389. package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +0 -9
  390. package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +0 -12
  391. package/chunks/LightBoxControls.module-D1KjqwKb.js +0 -16
  392. package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +0 -9
  393. package/chunks/ListItemTail.module-Cu4UoxMF.js +0 -12
  394. package/chunks/ListMasterFooter.module-wznlsgml.js +0 -10
  395. package/chunks/ModalWindow.module-BrOAz5Ut.js +0 -17
  396. package/chunks/Notification.module-CyBTQm0m.js +0 -20
  397. package/chunks/Overlay.module-hR6GT0XD.js +0 -18
  398. package/chunks/Page.module-DydaWXa2.js +0 -11
  399. package/chunks/SMSField.module-DoBN7Aba.js +0 -16
  400. package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +0 -15
  401. package/chunks/StatusTracker.module-D8_bnGs2.js +0 -24
  402. package/chunks/TableFooter.module-BG7ShSJ1.js +0 -14
  403. package/chunks/TabsExtended.module-D60HGy0o.js +0 -16
  404. package/chunks/TabsLine.module-BfBp0UOt.js +0 -21
  405. package/chunks/TooltipDesktop.module-BrcbbP-s.js +0 -19
  406. package/chunks/TreeView.module-lKZg_HMx.js +0 -9
  407. package/chunks/utils-CfCPvNY4.js +0 -73
  408. package/chunks/utils-PKY322-t.js +0 -24
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { OverlayBase as k } from "./OverlayBase.js";
5
5
  import { OverlayMask as B } from "./OverlayMask.js";
6
6
  import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-hR6GT0XD.js";
7
+ import { s as r } from "../../chunks/Overlay.module-s6l_vTfQ.js";
8
8
  const s = ({
9
9
  children: o,
10
10
  className: i,
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as t } from "../../chunks/vendor---Om3uMV.js";
4
- import { s as a } from "../../chunks/Overlay.module-hR6GT0XD.js";
4
+ import { s as a } from "../../chunks/Overlay.module-s6l_vTfQ.js";
5
5
  const p = l.forwardRef(
6
6
  ({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
7
7
  "div",
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as P } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-hR6GT0XD.js";
5
+ import { s as e } from "../../chunks/Overlay.module-s6l_vTfQ.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as g } from "./components/FooterPage.js";
7
- import { s as o } from "../../chunks/Page.module-DydaWXa2.js";
7
+ import { s as o } from "../../chunks/Page.module-DfXEH6KZ.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -5,16 +5,16 @@ import { c as d } from "../../../chunks/vendor---Om3uMV.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__9b5f6df2", P = "verticalMargin24__b1d56c5a", v = "verticalMargin16__11325177", o = {
8
+ const f = "bodyPage__e3b689f4", b = "verticalMargin24__9fa4bfe7", P = "verticalMargin16__266bbb7a", o = {
9
9
  bodyPage: f,
10
- verticalMargin24: P,
11
- verticalMargin16: v
12
- }, b = {
10
+ verticalMargin24: b,
11
+ verticalMargin16: P
12
+ }, v = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
15
  }, _ = m.forwardRef(
16
16
  ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, b[g]);
17
+ const t = d(s, o.bodyPage, v[g]);
18
18
  return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as n } from "../../../chunks/Page.module-DydaWXa2.js";
12
+ import { s as n } from "../../../chunks/Page.module-DfXEH6KZ.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor---Om3uMV.js";
6
6
  import { Island as S } from "../../Island/Island.js";
7
7
  import { EIslandType as y } from "../../Island/enums.js";
8
8
  import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
- import { s as i } from "../../../chunks/Page.module-DydaWXa2.js";
9
+ import { s as i } from "../../../chunks/Page.module-DfXEH6KZ.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,15 +1,15 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import d from "react";
4
- const r = "paginationExtended__e5c52800", s = {
4
+ const r = "paginationExtended__798ca0f2", s = {
5
5
  paginationExtended: r
6
6
  }, x = d.forwardRef(
7
- ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, n),
11
- "data-tx": "0.27.0",
12
- ...a,
10
+ className: i(s.paginationExtended, a),
11
+ "data-tx": "0.28.0",
12
+ ...n,
13
13
  ref: e,
14
14
  children: t
15
15
  }
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import c from "react";
2
+ import r from "react";
3
3
  import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__f37d2804", N = "directionIconNext__f434ac60", n = {
7
+ const g = "paginationNavigationButton__cb2cfeaf", N = "directionIconNext__bfdc7a47", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, f = c.forwardRef(
10
+ }, f = r.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
- const r = i === s.BACK;
12
+ const c = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
14
14
  p,
15
15
  {
@@ -17,7 +17,7 @@ const g = "paginationNavigationButton__f37d2804", N = "directionIconNext__f434ac
17
17
  shape: m.SQUIRCLE,
18
18
  ...a,
19
19
  ref: e,
20
- children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
20
+ children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
21
21
  }
22
22
  );
23
23
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as d } from "../../../chunks/vendor---Om3uMV.js";
4
- const g = "paginationNavigationExtended__a8b35e53", r = {
4
+ const g = "paginationNavigationExtended__e9095478", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
@@ -4,19 +4,19 @@ import { c as p } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
- import { Text as s } from "../../Typography/Text.js";
7
+ import { Text as c } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import "../../Button/Button.js";
10
- import { ButtonBase as c } from "../../Button/ButtonBase.js";
10
+ import { ButtonBase as s } from "../../Button/ButtonBase.js";
11
11
  import "../../Button/ButtonIcon.js";
12
12
  import "../../Button/ButtonDropdown.js";
13
13
  import "../../Button/ButtonDropdownExtended.js";
14
- const P = "paginationPageButton__553866d4", u = "currentPage__b752e507", a = {
14
+ const P = "paginationPageButton__6138c600", u = "currentPage__22c26b81", a = {
15
15
  paginationPageButton: P,
16
16
  currentPage: u
17
17
  }, f = m.forwardRef(
18
18
  ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
19
- c,
19
+ s,
20
20
  {
21
21
  className: p(
22
22
  a.paginationPageButton,
@@ -28,7 +28,7 @@ const P = "paginationPageButton__553866d4", u = "currentPage__b752e507", a = {
28
28
  "aria-live": t ? "polite" : void 0,
29
29
  ...e,
30
30
  ref: n,
31
- children: /* @__PURE__ */ o(s, { size: g.B3, children: i })
31
+ children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
32
32
  }
33
33
  )
34
34
  );
@@ -6,7 +6,7 @@ import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
7
  import { Text as l } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- const n = "paginationPageEllipsis__a90b93e7", m = {
9
+ const n = "paginationPageEllipsis__a7e797e4", m = {
10
10
  paginationPageEllipsis: n
11
11
  }, g = e.forwardRef(
12
12
  ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
@@ -1,28 +1,28 @@
1
- import { jsxs as s, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as S, c as d } from "../../../chunks/vendor---Om3uMV.js";
4
- import { ETextSize as g } from "../../Typography/enums.js";
3
+ import { u as d, c as S } from "../../../chunks/vendor---Om3uMV.js";
4
+ import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
- import { Text as f } from "../../Typography/Text.js";
7
+ import { Text as g } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- import { SelectField as b } from "../../SelectField/SelectField.js";
10
- import { EComponentSize as x } from "../../../enums/EComponentSize.js";
11
- const u = "paginationSelect__2c363b77", C = "paginationSelectControl__4bb8608b", o = {
12
- paginationSelect: u,
13
- paginationSelectControl: C
14
- }, z = m.forwardRef(
15
- ({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
16
- const [i] = p(() => `Pagination-${S()}`);
17
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
18
- /* @__PURE__ */ t(f, { size: g.B3, id: i, children: e }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
- b,
9
+ import { SelectField as x } from "../../SelectField/SelectField.js";
10
+ import { EComponentSize as u } from "../../../enums/EComponentSize.js";
11
+ const C = "paginationSelect__7fae5d3f", z = "paginationSelectControl__d8eea14d", o = {
12
+ paginationSelect: C,
13
+ paginationSelectControl: z
14
+ }, P = m.forwardRef(
15
+ ({ paginationLabel: t, className: a, options: n, value: r, onChange: l }, c) => {
16
+ const [i] = p(() => `Pagination-${d()}`);
17
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
18
+ /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
19
+ /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
20
+ x,
21
21
  {
22
- size: x.SM,
22
+ size: u.SM,
23
23
  value: r,
24
- mobileTitle: e,
25
- options: a,
24
+ mobileTitle: t,
25
+ options: n,
26
26
  onChange: l,
27
27
  targetProps: {
28
28
  fieldLabel: ""
@@ -33,8 +33,8 @@ const u = "paginationSelect__2c363b77", C = "paginationSelectControl__4bb8608b",
33
33
  ] });
34
34
  }
35
35
  );
36
- z.displayName = "PaginationSelect";
36
+ P.displayName = "PaginationSelect";
37
37
  export {
38
- z as PaginationSelect
38
+ P as PaginationSelect
39
39
  };
40
40
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { jsxs as f, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
3
  import { c as d } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as m } from "../Typography/enums.js";
@@ -6,9 +6,9 @@ import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as x } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
+ import { EComponentSize as a } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__abb819c0", M = "sm__0d1911d5", T = "nonempty__164e5987", S = "md__938895af", g = "lg__8addb8f8", I = "disabled__cee3496a", R = "radio__2e978ac3", u = "radioIcon__2ca9a7df", a = {
11
+ const y = "label__eed546e7", M = "sm__b235e339", T = "nonempty__3f002e03", S = "md__30e3073d", g = "lg__a7fb9fca", I = "disabled__6ba75213", R = "radio__9d08fe38", u = "radioIcon__9df6091e", o = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,19 +18,19 @@ const y = "label__abb819c0", M = "sm__0d1911d5", T = "nonempty__164e5987", S = "
18
18
  radio: R,
19
19
  radioIcon: u
20
20
  }, B = {
21
- [s.LG]: m.B2,
22
- [s.MD]: m.B3,
23
- [s.SM]: m.B4
24
- }, C = z(a), h = N.forwardRef((n, r) => {
25
- const { children: e, className: l, disabled: c, labelAttributes: o, size: t = s.MD, ...p } = n, _ = d(a.radio, l, C[t]), b = d(
26
- a.label,
27
- a[t],
28
- { [a.disabled]: !!c, [a.nonempty]: !!e },
29
- o == null ? void 0 : o.className
21
+ [a.LG]: m.B2,
22
+ [a.MD]: m.B3,
23
+ [a.SM]: m.B4
24
+ }, C = z(o), h = N.forwardRef((r, c) => {
25
+ const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, _ = d(o.radio, l, C[t]), f = d(
26
+ o.label,
27
+ o[t],
28
+ { [o.disabled]: !!n, [o.nonempty]: !!e },
29
+ s == null ? void 0 : s.className
30
30
  );
31
- return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.27.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
33
- /* @__PURE__ */ i("span", { className: a.radioIcon }),
31
+ return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "0.28.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: n, ...p, ref: c }),
33
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
34
34
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
35
35
  ] });
36
36
  });
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor---Om3uMV.js";
3
- const c = "radioXGroup__8c15084b", _ = "label__abb819c0", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__853bb6ff",
6
- label: _,
7
- "indent-16": "indent-16__28c554a8",
8
- "indent-20": "indent-20__29af19da",
9
- "indent-24": "indent-24__4e49c33c",
10
- "indent-28": "indent-28__5a9db70b",
11
- "indent-32": "indent-32__dd3bb770"
3
+ const _ = "radioXGroup__1a1fbd60", c = "label__eed546e7", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__d121ba09",
6
+ label: c,
7
+ "indent-16": "indent-16__1d1b05d8",
8
+ "indent-20": "indent-20__667c6701",
9
+ "indent-24": "indent-24__04487f9f",
10
+ "indent-28": "indent-28__fc31d89d",
11
+ "indent-32": "indent-32__cd2ab9f6"
12
12
  }, l = (d) => {
13
13
  const { children: e, className: i, indent: o = 12, ...t } = d, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: e });
@@ -1,13 +1,13 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor---Om3uMV.js";
3
- const e = "radioYGroup__9ed9458a", p = {
4
- radioYGroup: e
5
- }, t = (o) => {
6
- const { children: r, className: s, ...a } = o, i = d(p.radioYGroup, s);
2
+ import { c as e } from "../../chunks/vendor---Om3uMV.js";
3
+ const p = "radioYGroup__e0603149", t = {
4
+ radioYGroup: p
5
+ }, d = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = e(t.radioYGroup, s);
7
7
  return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- t.displayName = "RadioYGroup";
9
+ d.displayName = "RadioYGroup";
10
10
  export {
11
- t as RadioYGroup
11
+ d as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,11 +1,11 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c } from "../../chunks/vendor---Om3uMV.js";
3
- const m = "row__5d714aa3", i = "noPaddingBottom__2be2c095", o = {
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor---Om3uMV.js";
3
+ const m = "row__800a187f", i = "noPaddingBottom__c0687363", o = {
4
4
  row: m,
5
5
  noPaddingBottom: i
6
6
  }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const a = c(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ d("div", { className: a, ...r, children: t });
7
+ const a = d(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ c("div", { className: a, ...r, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-DoBN7Aba.js";
9
+ import { s } from "../../chunks/SMSField.module-CTGDSJ9H.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const I = z(s), e = (r) => {
12
12
  const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
26
26
  sizeClassName: I[o],
27
27
  tooltipId: b
28
28
  },
29
- children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.27.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.28.0", children: m })
30
30
  }
31
31
  );
32
32
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
2
  import { c as P } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as o } from "../../../chunks/SMSField.module-DoBN7Aba.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
4
4
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
5
5
  const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
6
6
  "L" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
5
5
  import "../../FormField/components/FormFieldClear.js";
6
6
  import { FormFieldCounter as j } from "../../FormField/components/FormFieldCounter.js";
7
7
  import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
8
- import { F as z } from "../../../chunks/FormFieldInput-q8qt9K5c.js";
8
+ import { F as z } from "../../../chunks/FormFieldInput-Cb-NqZOL.js";
9
9
  import "../../FormField/components/FormFieldLabel.js";
10
10
  import "../../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../../FormField/components/FormFieldPostfix.js";
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
15
15
  import { FormField as A } from "../../FormField/FormField.js";
16
16
  import { FormGroup as L } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSFieldContext as O } from "../SMSFieldContext.js";
18
- import { s as _ } from "../../../chunks/SMSField.module-DoBN7Aba.js";
18
+ import { s as _ } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
19
19
  import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
20
20
  const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
21
21
  ({ className: f, counter: o, description: s, disabled: u, maxLength: c = 8, onChange: e, onKeyDown: i, placeholder: F, ...E }, S) => {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as F } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as u } from "../SMSFieldContext.js";
11
11
  import { RefreshIcon as z } from "./RefreshIcon.js";
12
- import { s as m } from "../../../chunks/SMSField.module-DoBN7Aba.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
13
13
  const D = M(
14
14
  ({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
15
15
  const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as x } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as I } from "../SMSFieldContext.js";
11
11
  import { SubmitIcon as N } from "./SubmitIcon.js";
12
- import { s } from "../../../chunks/SMSField.module-DoBN7Aba.js";
12
+ import { s } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,
@@ -5,7 +5,7 @@ import E from "react";
5
5
  import { c as b } from "../../chunks/vendor---Om3uMV.js";
6
6
  import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
7
7
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
8
- const h = "segmentedControl__6936cb96", x = "general1__019b51e4", L = "secondary1__9ed31836", A = "general2__36cd188f", M = "secondary2__2c4c3128", G = "sm__1207e723", O = "md__11b82841", j = "lg__ccdef134", e = {
8
+ const h = "segmentedControl__b3acc141", x = "general1__ad796048", L = "secondary1__dc1407cd", A = "general2__58275d67", M = "secondary2__4f6933c3", G = "sm__bb3967b2", O = "md__94c44456", j = "lg__83888fd5", e = {
9
9
  segmentedControl: h,
10
10
  general1: x,
11
11
  secondary1: L,
@@ -48,7 +48,7 @@ const h = "segmentedControl__6936cb96", x = "general1__019b51e4", L = "secondary
48
48
  disabled: !!i,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ c("div", { className: p, ...C, "data-tx": "0.27.0", ref: f, children: d })
51
+ children: /* @__PURE__ */ c("div", { className: p, ...C, "data-tx": "0.28.0", ref: f, children: d })
52
52
  }
53
53
  );
54
54
  }
@@ -1,11 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { useContext as y } from "react";
3
- import { c as L } from "../../chunks/vendor---Om3uMV.js";
4
- import { ButtonBase as N } from "../Button/ButtonBase.js";
2
+ import { useContext as x } from "react";
3
+ import { c as y } from "../../chunks/vendor---Om3uMV.js";
4
+ import { ButtonBase as L } from "../Button/ButtonBase.js";
5
5
  import { ESegmentedControlType as n } from "./enums.js";
6
- import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
7
- import { IconWrapper as b } from "../IconWrapper/IconWrapper.js";
8
- const E = "segmentedControlSegment__9c3ad0dd", I = "selected__e1ca0c60", T = "content__a1a1de7d", c = {
6
+ import { SegmentedControlContext as N } from "./SegmentedControlContext.js";
7
+ import { IconWrapper as _ } from "../IconWrapper/IconWrapper.js";
8
+ const E = "segmentedControlSegment__bd2f2830", I = "selected__66fc5130", T = "content__c7ef36ab", c = {
9
9
  segmentedControlSegment: E,
10
10
  selected: I,
11
11
  content: T
@@ -19,24 +19,24 @@ const E = "segmentedControlSegment__9c3ad0dd", I = "selected__e1ca0c60", T = "co
19
19
  ...S
20
20
  }) => {
21
21
  const {
22
- type: a,
23
- value: l,
22
+ type: l,
23
+ value: a,
24
24
  disabled: i,
25
25
  onSegmentSelect: g
26
- } = y(_), t = (() => {
27
- switch (a) {
26
+ } = x(N), t = (() => {
27
+ switch (l) {
28
28
  case n.SINGLE:
29
- return e === l;
29
+ return e === a;
30
30
  case n.MULTIPLE:
31
- return l.includes(e);
31
+ return a.includes(e);
32
32
  }
33
- })(), C = L(c.segmentedControlSegment, { [c.selected]: t }, p), f = () => {
33
+ })(), f = y(c.segmentedControlSegment, { [c.selected]: t }, p), C = () => {
34
34
  if (m)
35
35
  return m;
36
36
  if (typeof s == "string")
37
37
  return s;
38
- }, u = (x) => {
39
- switch (a) {
38
+ }, u = (b) => {
39
+ switch (l) {
40
40
  case n.SINGLE:
41
41
  g({ value: e, selected: !0 });
42
42
  break;
@@ -44,13 +44,13 @@ const E = "segmentedControlSegment__9c3ad0dd", I = "selected__e1ca0c60", T = "co
44
44
  g({ value: e, selected: !t });
45
45
  break;
46
46
  }
47
- o == null || o(x);
47
+ o == null || o(b);
48
48
  };
49
- return /* @__PURE__ */ r(b, { displayContents: !0, disabled: d || i, active: t, children: /* @__PURE__ */ r(
50
- N,
49
+ return /* @__PURE__ */ r(_, { displayContents: !0, disabled: d || i, active: t, children: /* @__PURE__ */ r(
50
+ L,
51
51
  {
52
- className: C,
53
- title: f(),
52
+ className: f,
53
+ title: C(),
54
54
  disabled: d || i,
55
55
  "aria-pressed": t,
56
56
  onClick: u,
@@ -1,52 +1,52 @@
1
- import { jsx as K, jsxs as R } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as b } from "react/jsx-runtime";
2
2
  import L, { useState as N, useRef as o, useLayoutEffect as _, useCallback as l, useEffect as F } from "react";
3
3
  import { isKey as j, EVENT_KEY_CODES as k } from "../../utils/keyboard.js";
4
4
  import { KeyDownListener as v } from "../KeyDownListener/KeyDownListener.js";
5
5
  import { c as A } from "../../chunks/vendor---Om3uMV.js";
6
6
  import { SelectExtendedFieldTarget as M } from "./components/SelectExtendedFieldTarget.js";
7
7
  import { SelectExtendedFieldDropdown as B } from "./components/SelectExtendedFieldDropdown.js";
8
- const P = "selectExtendedField__095f67b0", V = {
8
+ const P = "selectExtendedField__28a7f090", V = {
9
9
  selectExtendedField: P
10
10
  }, Y = Object.assign(
11
11
  L.forwardRef((S, r) => {
12
- const { className: g, onKeyDown: s, children: h, renderTarget: O, closeOnTab: m, onClose: p, onOpen: E, ...T } = S, [t, i] = N(!1), u = o(null), x = o(null), c = o(E), d = o(p), w = o(!1);
12
+ const { className: g, onKeyDown: s, children: h, renderTarget: O, closeOnTab: m, onClose: p, onOpen: E, ...T } = S, [t, i] = N(!1), a = o(null), x = o(null), c = o(E), d = o(p), w = o(!1);
13
13
  _(() => {
14
14
  c.current = E, d.current = p;
15
15
  });
16
- const b = (e) => {
17
- u.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
16
+ const C = (e) => {
17
+ a.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
18
18
  }, y = l((e) => {
19
19
  i(e);
20
- }, []), a = l(
20
+ }, []), u = l(
21
21
  (e) => {
22
22
  var n, D;
23
- t && !((n = u.current) != null && n.contains(e.target)) && !((D = x.current) != null && D.contains(e.target)) && i(!1);
23
+ t && !((n = a.current) != null && n.contains(e.target)) && !((D = x.current) != null && D.contains(e.target)) && i(!1);
24
24
  },
25
25
  [t]
26
26
  ), f = l(() => {
27
27
  t && i(!1);
28
- }, [t]), C = l(
28
+ }, [t]), K = l(
29
29
  (e) => {
30
30
  const n = e.code || e.keyCode;
31
31
  m && j(n, "TAB") && f(), s == null || s(e);
32
32
  },
33
33
  [m, f, s]
34
34
  );
35
- return F(() => (document.addEventListener("mousedown", a), () => {
36
- document.removeEventListener("mousedown", a);
37
- }), [a]), F(() => {
35
+ return F(() => (document.addEventListener("mousedown", u), () => {
36
+ document.removeEventListener("mousedown", u);
37
+ }), [u]), F(() => {
38
38
  var e, n;
39
39
  if (!w.current) {
40
40
  w.current = !0;
41
41
  return;
42
42
  }
43
43
  t ? (e = c.current) == null || e.call(c) : (n = d.current) == null || n.call(d);
44
- }, [t]), /* @__PURE__ */ K(v, { onMatch: f, eventKeyCode: k.ESCAPE, children: /* @__PURE__ */ R(
44
+ }, [t]), /* @__PURE__ */ R(v, { onMatch: f, eventKeyCode: k.ESCAPE, children: /* @__PURE__ */ b(
45
45
  "div",
46
46
  {
47
47
  className: A(V.selectExtendedField, g),
48
- onKeyDown: C,
49
- ref: b,
48
+ onKeyDown: K,
49
+ ref: C,
50
50
  ...T,
51
51
  children: [
52
52
  O({ opened: t, setOpened: y }),
@@ -54,7 +54,7 @@ const P = "selectExtendedField__095f67b0", V = {
54
54
  dropdownRef: x,
55
55
  opened: t,
56
56
  setOpened: y,
57
- targetRef: u
57
+ targetRef: a
58
58
  })
59
59
  ]
60
60
  }
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import "../../Dropdown/DropdownListContext.js";
3
3
  import "../../Dropdown/desktop/DropdownDesktop.js";
4
4
  import { DropdownList as m } from "../../Dropdown/desktop/DropdownList.js";
5
- import "../../../chunks/DropdownListItem-BflrX8i-.js";
5
+ import "../../../chunks/DropdownListItem-DEMHVloq.js";
6
6
  import "../../Dropdown/mobile/DropdownMobile.js";
7
7
  import "../../Dropdown/mobile/DropdownMobileBody.js";
8
8
  import "../../Dropdown/mobile/DropdownMobileClose.js";
@@ -4,7 +4,7 @@ import { SelectExtendedField as d } from "../SelectExtendedField.js";
4
4
  import "../../Dropdown/DropdownListContext.js";
5
5
  import "../../Dropdown/desktop/DropdownDesktop.js";
6
6
  import "../../Dropdown/desktop/DropdownList.js";
7
- import "../../../chunks/DropdownListItem-BflrX8i-.js";
7
+ import "../../../chunks/DropdownListItem-DEMHVloq.js";
8
8
  import "../../Dropdown/mobile/DropdownMobile.js";
9
9
  import { DropdownMobileBody as E } from "../../Dropdown/mobile/DropdownMobileBody.js";
10
10
  import { DropdownMobileClose as k } from "../../Dropdown/mobile/DropdownMobileClose.js";