@sberbusiness/triplex-next 0.10.0 → 0.12.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 (427) hide show
  1. package/README.md +6 -0
  2. package/chunks/AlertProcessSpoiler-SFMiAq2e.js +39 -0
  3. package/chunks/{CalendarViewItem-CNP7C3l_.js → CalendarViewItem-B7_R_3t_.js} +19 -19
  4. package/chunks/Card.module-B8eF0PyT.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +11 -0
  6. package/chunks/{Chip-DaFItkIp.js → Chip-BiNNkTCM.js} +14 -14
  7. package/chunks/Confirm.module-DtGkChdz.js +15 -0
  8. package/chunks/{DropdownListItem-lbLsbKwC.js → DropdownListItem-BxEqWaJ8.js} +19 -19
  9. package/chunks/DropdownMobile.module-hCX_8o3O.js +23 -0
  10. package/chunks/Footer.module-CmBv6U70.js +9 -0
  11. package/chunks/{FormFieldInput-BoG8X8Sc.js → FormFieldInput-B4hNuHJx.js} +9 -9
  12. package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +9 -0
  13. package/chunks/HeaderTabs.module-Cg4Skmf_.js +9 -0
  14. package/chunks/{HeaderTitle.module-r9kVKK-W.js → HeaderTitle.module-DlNyNird.js} +2 -2
  15. package/chunks/IslandAccordion.module-CASKTyF5.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +9 -0
  18. package/chunks/{LightBoxContent-3M4bOnUh.js → LightBoxContent-DBZCrC3l.js} +11 -11
  19. package/chunks/LightBoxControls.module-Bd3m7ZxT.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +8 -0
  21. package/chunks/{ListItemControlsButton-rF_5JaM-.js → ListItemControlsButton-B7xM1V5l.js} +10 -10
  22. package/chunks/ListItemTail.module-Cc6Q6gR8.js +12 -0
  23. package/chunks/ListMasterFooter.module-CPTvVSEg.js +10 -0
  24. package/chunks/ModalWindow.module-Cjfs_3lX.js +17 -0
  25. package/chunks/Notification.module-DRNzc662.js +21 -0
  26. package/chunks/Overlay.module-CyE4VM64.js +18 -0
  27. package/chunks/Page.module-CiiwZIG0.js +11 -0
  28. package/chunks/{RightBorderArrow-C1vPwzXO.js → RightBorderArrow-qUNK7k_Z.js} +12 -12
  29. package/chunks/SMSField.module-Df8IlNx3.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-C3yroPQo.js +15 -0
  31. package/chunks/{SliderExtendedRail-Bw4p-kLW.js → SliderExtendedRail-fxB35VnJ.js} +10 -10
  32. package/chunks/StatusTracker.module-C3dx5TPW.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-Ciw5Nm9X.js → SuggestFieldMobileDropdownHint-BRLUCupu.js} +2 -2
  34. package/chunks/TableFooter.module-CJATQpk2.js +14 -0
  35. package/chunks/TabsExtended.module-mbk25DHy.js +16 -0
  36. package/chunks/TabsLine.module-eLr2Qyu1.js +21 -0
  37. package/chunks/TooltipDesktop.module-D4l2yNW-.js +19 -0
  38. package/chunks/TreeView.module-BZTj2oze.js +9 -0
  39. package/chunks/UploadZoneInput-ZvLsxymO.js +35 -0
  40. package/chunks/utils-CkEbPHhV.js +73 -0
  41. package/chunks/{utils-CxR_OPBn.js → utils-D3BbfI4I.js} +8 -8
  42. package/chunks/{utils-Ql50x949.js → utils-Kc2jGbAd.js} +8 -8
  43. package/chunks/utils-bltVmJ1Y.js +24 -0
  44. package/chunks/{utils-DTmo2xHF.js → utils-pT3qplA1.js} +5 -5
  45. package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +10 -10
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +3 -3
  52. package/components/AmountField/AmountField.js +48 -40
  53. package/components/Body/Body.js +5 -5
  54. package/components/Button/Button.js +24 -24
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +13 -13
  57. package/components/Button/ButtonDropdownExtended.js +5 -5
  58. package/components/Button/ButtonIcon.js +7 -7
  59. package/components/Calendar/Calendar.js +3 -3
  60. package/components/Calendar/CalendarContext.js +1 -1
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +4 -4
  63. package/components/Calendar/components/CalendarViewDays.js +2 -2
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  66. package/components/Calendar/components/CalendarViewYears.js +2 -2
  67. package/components/Calendar/utils.js +1 -1
  68. package/components/Card/CardAction.js +7 -7
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +2 -2
  77. package/components/Checkbox/Checkbox.js +9 -9
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +7 -7
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  84. package/components/Chip/Chip.js +2 -2
  85. package/components/Chip/ChipClearButton.js +5 -5
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +8 -8
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +2 -2
  91. package/components/Chip/ChipOptions.js +6 -6
  92. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +2 -2
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  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 +2 -2
  103. package/components/Confirm/Confirm.js +2 -2
  104. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  105. package/components/Confirm/components/ConfirmContent.js +2 -2
  106. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  107. package/components/Confirm/components/ConfirmControls.js +2 -2
  108. package/components/DateField/DateField.js +2 -2
  109. package/components/DateField/utils.js +1 -1
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +10 -10
  112. package/components/DateRange/DateRange.js +10 -10
  113. package/components/DateRange/index.js +7 -0
  114. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  115. package/components/DesignTokens/DesignTokensComponents.js +90 -95
  116. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
  117. package/components/DesignTokens/components/Step.js +1 -1
  118. package/components/DesignTokens/components/index.js +153 -156
  119. package/components/Divider/Divider.js +18 -18
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  121. package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
  122. package/components/Dropdown/desktop/DropdownList.js +2 -2
  123. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  124. package/components/Dropdown/desktop/index.js +1 -1
  125. package/components/Dropdown/index.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  137. package/components/Ellipsis/Ellipsis.js +9 -9
  138. package/components/ExpandAnimation/ExpandAnimation.js +20 -20
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +2 -2
  141. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  142. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  143. package/components/FormField/FormField.js +21 -21
  144. package/components/FormField/components/FormFieldClear.js +10 -10
  145. package/components/FormField/components/FormFieldCounter.js +4 -4
  146. package/components/FormField/components/FormFieldDescription.js +7 -7
  147. package/components/FormField/components/FormFieldInput.js +2 -2
  148. package/components/FormField/components/FormFieldLabel.js +10 -10
  149. package/components/FormField/components/FormFieldMaskedInput.js +17 -17
  150. package/components/FormField/components/FormFieldPostfix.js +6 -6
  151. package/components/FormField/components/FormFieldPrefix.js +4 -4
  152. package/components/FormField/components/FormFieldTarget.js +17 -17
  153. package/components/FormField/components/FormFieldTextarea.js +9 -9
  154. package/components/FormField/index.js +1 -1
  155. package/components/Header/Header.js +1 -1
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  159. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  160. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  161. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  162. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  164. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  165. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  166. package/components/HelpBox/HelpBox.js +13 -13
  167. package/components/Island/Island.js +2 -2
  168. package/components/Island/components/IslandBody.js +5 -5
  169. package/components/Island/components/IslandFooter.js +5 -5
  170. package/components/Island/components/IslandHeader.js +3 -3
  171. package/components/Island/utils.js +1 -1
  172. package/components/IslandAccordion/IslandAccordion.js +6 -7
  173. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  174. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  175. package/components/IslandAccordion/components/IslandAccordionItem.js +92 -98
  176. package/components/IslandAccordion/components/index.js +1 -3
  177. package/components/IslandAccordion/index.js +3 -5
  178. package/components/IslandWidget/IslandWidget.js +10 -10
  179. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
  180. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  181. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  187. package/components/LightBox/LightBox.js +19 -19
  188. package/components/LightBox/LightBoxContent.js +2 -2
  189. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  190. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  191. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  197. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
  198. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  199. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  200. package/components/Link/Link.js +20 -20
  201. package/components/List/List.js +8 -8
  202. package/components/List/ListSortable.js +1 -1
  203. package/components/List/components/ListEmptyState.js +5 -5
  204. package/components/List/components/ListItem.js +1 -1
  205. package/components/List/components/ListItemContent.js +10 -10
  206. package/components/List/components/ListItemControls.js +2 -2
  207. package/components/List/components/ListItemControlsButton.js +2 -2
  208. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  209. package/components/List/components/ListItemLoading.js +5 -5
  210. package/components/List/components/ListItemSelectable.js +11 -11
  211. package/components/List/components/ListItemTable.js +2 -2
  212. package/components/List/components/ListItemTailLeft.js +2 -2
  213. package/components/List/components/ListItemTailRight.js +2 -2
  214. package/components/List/components/ListSortableItem.js +2 -2
  215. package/components/List/components/ListSortableItemControls.js +5 -5
  216. package/components/List/components/ListSortableItemTarget.js +8 -8
  217. package/components/List/index.js +1 -1
  218. package/components/ListMaster/ListMaster.js +1 -1
  219. package/components/ListMaster/components/ListMasterBody.js +1 -1
  220. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  221. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  222. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  224. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  225. package/components/ListMaster/components/SelectionControls.js +3 -3
  226. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  227. package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
  228. package/components/LoaderScreen/LoaderScreen.js +11 -11
  229. package/components/Marker/Marker.js +2 -2
  230. package/components/Marker/utils.js +1 -1
  231. package/components/MarkerStatus/MarkerStatus.js +16 -16
  232. package/components/ModalWindow/ModalWindow.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  234. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  235. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  236. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  238. package/components/MonthYearField/utils.js +1 -1
  239. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  240. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  241. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  242. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  243. package/components/Notification/Notification.js +3 -3
  244. package/components/Notification/NotificationGrouped.js +1 -1
  245. package/components/Notification/components/NotificationBody.js +1 -1
  246. package/components/Notification/components/NotificationBodyContent.js +1 -1
  247. package/components/Notification/components/NotificationBodyList.js +2 -2
  248. package/components/Notification/components/NotificationClose.js +1 -1
  249. package/components/Notification/components/NotificationFooter.js +1 -1
  250. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  251. package/components/Notification/components/NotificationHeader.js +1 -1
  252. package/components/Notification/components/NotificationIcon.js +1 -1
  253. package/components/Notification/components/NotificationTime.js +1 -1
  254. package/components/NotificationIcon/NotificationIcon.js +4 -4
  255. package/components/NumberField/NumberFieldInput.js +1 -1
  256. package/components/OrderedList/OrderedList.js +3 -3
  257. package/components/OrderedList/OrderedListItem.js +11 -11
  258. package/components/Overlay/Overlay.js +2 -2
  259. package/components/Overlay/OverlayMask.js +2 -2
  260. package/components/Overlay/OverlayPanel.js +2 -2
  261. package/components/Page/Page.js +2 -2
  262. package/components/Page/components/BodyPage.js +9 -9
  263. package/components/Page/components/FooterPage.js +2 -2
  264. package/components/Page/components/HeaderPage.js +2 -2
  265. package/components/Pagination/components/PaginationExtended.js +7 -7
  266. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  267. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  268. package/components/Pagination/components/PaginationPageButton.js +2 -2
  269. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  270. package/components/Pagination/components/PaginationSelect.js +32 -24
  271. package/components/Pagination/utils/paginationUtils.js +1 -1
  272. package/components/Radio/Radio.js +13 -13
  273. package/components/Radio/RadioXGroup.js +10 -10
  274. package/components/Radio/RadioYGroup.js +9 -9
  275. package/components/Row/Row.js +6 -6
  276. package/components/SMSField/SMSField.js +3 -3
  277. package/components/SMSField/components/RefreshIcon.js +2 -2
  278. package/components/SMSField/components/SMSFieldInput.js +3 -3
  279. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  280. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  281. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +8 -8
  283. package/components/SegmentedControl/SegmentedControlSegment.js +13 -13
  284. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
  287. package/components/SelectField/SelectField.js +1 -1
  288. package/components/Skeleton/Skeleton.js +10 -10
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
  296. package/components/SmallInput/SmallInput.js +5 -5
  297. package/components/Spoiler/Spoiler.js +13 -13
  298. package/components/StatusTracker/StatusTracker.js +3 -3
  299. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  309. package/components/Step/Step.js +10 -10
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +11 -11
  312. package/components/Stepper/StepperExtended.js +2 -2
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +3 -3
  315. package/components/Suggest/Suggest.js +1 -1
  316. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  317. package/components/SuggestField/SuggestField.js +1 -1
  318. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  319. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  320. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  321. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  322. package/components/SuggestField/index.js +1 -1
  323. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  324. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  325. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  326. package/components/SuggestField/mobile/index.js +1 -1
  327. package/components/SwipeableArea/SwipeableArea.js +15 -15
  328. package/components/Table/FilterPanel.js +3 -3
  329. package/components/Table/MasterTable.js +16 -16
  330. package/components/Table/NoColumns.js +4 -4
  331. package/components/Table/PaginationPanel.js +5 -5
  332. package/components/Table/TableBasic/TableBasic.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  334. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  336. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  337. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  338. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  340. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  342. package/components/Table/TableFooter/TableFooter.js +2 -2
  343. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  345. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  346. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  347. package/components/Table/TabsLinePanel.js +3 -3
  348. package/components/Table/TabsLinePanelLinks.js +6 -6
  349. package/components/Table/utils.js +1 -1
  350. package/components/Tabs/Tabs.js +12 -12
  351. package/components/TabsExtended/TabsExtended.js +3 -3
  352. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  357. package/components/TabsExtended/utils.js +1 -1
  358. package/components/TabsLine/TabsLine.js +2 -2
  359. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  360. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  361. package/components/TabsLine/components/TabsLineItem.js +2 -2
  362. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  363. package/components/Tag/Tag.js +23 -23
  364. package/components/TagColor/TagColor.js +12 -12
  365. package/components/TagGroup/TagGroup.js +9 -9
  366. package/components/TextField/TextField.js +1 -1
  367. package/components/TextareaField/TextareaField.js +1 -1
  368. package/components/ThemeProvider/ThemeProvider.js +1 -1
  369. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  370. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  371. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  372. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  373. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  374. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  375. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  376. package/components/TopOverlay/TopOverlay.js +23 -23
  377. package/components/TreeView/TreeView.js +2 -2
  378. package/components/TreeView/components/TreeViewGroup.js +1 -1
  379. package/components/TreeView/components/TreeViewNode.js +2 -2
  380. package/components/Typography/Caption.js +28 -28
  381. package/components/Typography/Text.js +25 -25
  382. package/components/Typography/Title.js +18 -18
  383. package/components/Typography/utils.js +1 -1
  384. package/components/UnorderedList/UnorderedList.js +3 -3
  385. package/components/UnorderedList/UnorderedListItem.js +3 -3
  386. package/components/UploadZone/UploadZone.js +110 -98
  387. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  388. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  389. package/components/index.js +209 -207
  390. package/consts/DateConst.js +1 -1
  391. package/index.d.ts +73 -55
  392. package/index.js +269 -267
  393. package/package.json +5 -1
  394. package/styles/triplex-next.css +533 -535
  395. package/utils/amountUtils.js +1 -1
  396. package/chunks/AlertProcessSpoiler-BthiLiMe.js +0 -39
  397. package/chunks/Card.module-BxAU0ct3.js +0 -17
  398. package/chunks/CheckboxTreeExtended.module-8H0Dgq8c.js +0 -11
  399. package/chunks/Confirm.module-BaXVkVHJ.js +0 -15
  400. package/chunks/DropdownMobile.module-kHpY8q0l.js +0 -23
  401. package/chunks/Footer.module-BZTAlpWH.js +0 -9
  402. package/chunks/HeaderLayoutSidebar.module-Bbxhh0aE.js +0 -9
  403. package/chunks/HeaderTabs.module-Bo3HPBP_.js +0 -9
  404. package/chunks/IslandAccordion.module-r5TKHc-1.js +0 -25
  405. package/chunks/IslandWidgetFooter.module-DANV-WDZ.js +0 -9
  406. package/chunks/IslandWidgetHeader.module-D9N9d8U0.js +0 -9
  407. package/chunks/LightBoxControls.module-C1sKSbiw.js +0 -16
  408. package/chunks/LightBoxSideOverlayClose.module-H2K8IoVH.js +0 -8
  409. package/chunks/ListItemTail.module-rBxpoSGQ.js +0 -12
  410. package/chunks/ListMasterFooter.module-CjjTF28N.js +0 -10
  411. package/chunks/ModalWindow.module-BJWhs2p-.js +0 -17
  412. package/chunks/Notification.module-CoXNIHHx.js +0 -21
  413. package/chunks/Overlay.module-DqeHrg4k.js +0 -18
  414. package/chunks/Page.module-JyadpNMJ.js +0 -11
  415. package/chunks/SMSField.module-BR0BSWtJ.js +0 -16
  416. package/chunks/SliderExtendedMarks.module-DyfiF83O.js +0 -15
  417. package/chunks/StatusTracker.module-BzdhWkFm.js +0 -24
  418. package/chunks/TableFooter.module-BRn2cKAx.js +0 -14
  419. package/chunks/TabsExtended.module-DW52Fxa9.js +0 -16
  420. package/chunks/TabsLine.module-Do3KfZpp.js +0 -21
  421. package/chunks/TooltipDesktop.module-B10Gb93w.js +0 -19
  422. package/chunks/TreeView.module-oFkxX2oe.js +0 -9
  423. package/chunks/UploadZoneInput-CQ9bTi-y.js +0 -33
  424. package/chunks/utils-BHK9pmFJ.js +0 -73
  425. package/chunks/utils-DbKLiLdh.js +0 -24
  426. package/components/DesignTokens/components/AmountField.js +0 -11
  427. package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
@@ -1,13 +1,13 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { useRef as i } from "react";
3
3
  import { ButtonDropdownExtended as a } from "../../Button/ButtonDropdownExtended.js";
4
- import { c as l } from "../../../chunks/vendor-BlJo2ILB.js";
4
+ import { c as l } from "../../../chunks/vendor-BARd5eYq.js";
5
5
  import { TableBasicSettingsBody as u } from "./components/TableBasicSettingsBody.js";
6
6
  import { ColumnSettings as w } from "./components/ColumnSettings.js";
7
7
  import { TableBasicSettingsFooter as B } from "./components/TableBasicSettingsFooter.js";
8
8
  import { TableBasicSettingsHeader as D } from "./components/TableBasicSettingsHeader.js";
9
9
  import { Link as x } from "../../Link/Link.js";
10
- const k = "tableSettingsLink__7736991f", L = "tableSettingsDropdown__9f647971", d = {
10
+ const k = "tableSettingsLink__06ed677e", L = "tableSettingsDropdown__40da0466", d = {
11
11
  tableSettingsLink: k,
12
12
  tableSettingsDropdown: L
13
13
  }, t = ({ children: m, className: p, linkTitle: c, ...f }) => {
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
4
4
  import { ListSortableItemControls as n } from "../../../List/components/ListSortableItemControls.js";
5
- import { c as l } from "../../../../chunks/vendor-BlJo2ILB.js";
6
- const S = "columnSettingsSortableListItemTarget__31f109ad", c = "dragging__84731e0f", r = {
7
- columnSettingsSortableListItemTarget: S,
8
- dragging: c
9
- }, f = i.forwardRef(
10
- ({ children: o, className: s, style: b, dragging: t, ...a }, m) => /* @__PURE__ */ e(
5
+ import { c as l } from "../../../../chunks/vendor-BARd5eYq.js";
6
+ const c = "columnSettingsSortableListItemTarget__4dca702a", S = "dragging__bc2c99d1", r = {
7
+ columnSettingsSortableListItemTarget: c,
8
+ dragging: S
9
+ }, b = i.forwardRef(
10
+ ({ children: o, className: s, style: d, dragging: t, ...a }, m) => /* @__PURE__ */ e(
11
11
  g,
12
12
  {
13
13
  className: l(
@@ -22,8 +22,8 @@ const S = "columnSettingsSortableListItemTarget__31f109ad", c = "dragging__84731
22
22
  }
23
23
  )
24
24
  );
25
- f.displayName = "ColumnSettingsSortableListItemTarget";
25
+ b.displayName = "ColumnSettingsSortableListItemTarget";
26
26
  export {
27
- f as ColumnSettingsSortableListItemTarget
27
+ b as ColumnSettingsSortableListItemTarget
28
28
  };
29
29
  //# sourceMappingURL=ColumnSettingsSortableListItemTarget.js.map
@@ -1,8 +1,8 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as o } from "../../../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as o } from "../../../../chunks/vendor-BARd5eYq.js";
4
4
  import { ListItem as c } from "../../../List/components/ListItem.js";
5
- const n = "columnSettingsStaticListItem__975a580c", a = {
5
+ const n = "columnSettingsStaticListItem__c796fe7f", a = {
6
6
  columnSettingsStaticListItem: n
7
7
  }, r = e.forwardRef(
8
8
  ({ className: t, ...i }, s) => /* @__PURE__ */ m(c, { className: o(a.columnSettingsStaticListItem, t), ...i, ref: s })
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import o from "react";
3
- import { c } from "../../../../chunks/vendor-BlJo2ILB.js";
4
- const B = "tableBasicSettingsBody__144dd887", d = {
3
+ import { c } from "../../../../chunks/vendor-BARd5eYq.js";
4
+ const B = "tableBasicSettingsBody__5013a9d9", d = {
5
5
  tableBasicSettingsBody: B
6
6
  }, l = o.forwardRef(
7
7
  ({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(d.tableBasicSettingsBody, s), ref: e, ...a, children: t })
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as r } from "../../../../chunks/vendor-BlJo2ILB.js";
4
- const c = "tableBasicSettingsFooter__ae1a537c", l = {
3
+ import { c as r } from "../../../../chunks/vendor-BARd5eYq.js";
4
+ const c = "tableBasicSettingsFooter__9ad49929", l = {
5
5
  tableBasicSettingsFooter: c
6
6
  }, n = i.forwardRef(
7
7
  ({ children: t, className: e, ...o }, s) => /* @__PURE__ */ a("div", { className: r(l.tableBasicSettingsFooter, e), ref: s, ...o, children: t })
@@ -1,8 +1,8 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as i } from "../../../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as i } from "../../../../chunks/vendor-BARd5eYq.js";
3
3
  import { Text as r } from "../../../Typography/Text.js";
4
4
  import { EFontWeightText as o, ETextSize as c } from "../../../Typography/enums.js";
5
- const l = "tableBasicSettingsHeader__a3229a0b", m = {
5
+ const l = "tableBasicSettingsHeader__0a97f6e1", m = {
6
6
  tableBasicSettingsHeader: l
7
7
  }, n = ({
8
8
  children: e,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-BlJo2ILB.js";
3
- import { s as r } from "../../../chunks/TableFooter.module-BRn2cKAx.js";
2
+ import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { s as r } from "../../../chunks/TableFooter.module-CJATQpk2.js";
4
4
  import { FooterDescription as l } from "../../Footer/components/FooterDescription.js";
5
5
  import { FooterDescriptionControls as p } from "../../Footer/components/FooterDescriptionControls.js";
6
6
  import { TableFooterSummary as c } from "./components/TableFooterSummary.js";
@@ -3,7 +3,7 @@ import { FooterDescription as r } from "../../../Footer/components/FooterDescrip
3
3
  import { TableFooterSummaryAmount as m } from "./TableFooterSummaryAmount.js";
4
4
  import { TableFooterSummarySelectedCount as a } from "./TableFooterSummarySelectedCount.js";
5
5
  import { TableFooterSummarySelectAllButton as l } from "./TableFooterSummarySelectAllButton.js";
6
- import { s as n } from "../../../../chunks/TableFooter.module-BRn2cKAx.js";
6
+ import { s as n } from "../../../../chunks/TableFooter.module-CJATQpk2.js";
7
7
  const u = Object.assign(
8
8
  ({ children: t, ...e }) => /* @__PURE__ */ o(r.Content, { ...e, children: /* @__PURE__ */ o("div", { className: n.tableFooterSummary, children: t }) }),
9
9
  {
@@ -1,5 +1,5 @@
1
1
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- import { s as m } from "../../../../chunks/TableFooter.module-BRn2cKAx.js";
2
+ import { s as m } from "../../../../chunks/TableFooter.module-CJATQpk2.js";
3
3
  import { Amount as s } from "../../../Amount/Amount.js";
4
4
  import { Text as l } from "../../../Typography/Text.js";
5
5
  import { ETextSize as i } from "../../../Typography/enums.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { s as a } from "../../../../chunks/TableFooter.module-BRn2cKAx.js";
2
+ import { s as a } from "../../../../chunks/TableFooter.module-CJATQpk2.js";
3
3
  import { ETextSize as s } from "../../../Typography/enums.js";
4
4
  import { Link as i } from "../../../Link/Link.js";
5
5
  import { Text as p } from "../../../Typography/Text.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../../chunks/TableFooter.module-BRn2cKAx.js";
2
+ import { s as t } from "../../../../chunks/TableFooter.module-CJATQpk2.js";
3
3
  const a = ({ children: e }) => /* @__PURE__ */ o("span", { className: t.tableFooterSummarySelectedCount, children: e });
4
4
  a.displayName = "TableFooterSummarySelectedCount";
5
5
  export {
@@ -1,9 +1,9 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as t } from "../../chunks/vendor-BARd5eYq.js";
3
3
  import { TabsLinePanelLinks as l } from "./TabsLinePanelLinks.js";
4
- const o = "tabsLinePanel__d298d0d7", L = {
4
+ const o = "tabsLinePanel__07ed4cf7", L = {
5
5
  tabsLinePanel: o
6
- }, s = ({ children: a, className: n, ...e }) => /* @__PURE__ */ i("div", { className: t(L.tabsLinePanel, n), ...e, children: a });
6
+ }, s = ({ children: a, className: e, ...n }) => /* @__PURE__ */ i("div", { className: t(L.tabsLinePanel, e), ...n, children: a });
7
7
  s.Links = l;
8
8
  s.displayName = "TabsLinePanel";
9
9
  export {
@@ -1,12 +1,12 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as t } from "../../chunks/vendor-BARd5eYq.js";
3
3
  import { Text as a } from "../Typography/Text.js";
4
4
  import { EFontWeightText as o, ETextSize as L } from "../Typography/enums.js";
5
- const l = "tabsLinePanelLinks__250c41b3", m = {
5
+ const l = "tabsLinePanelLinks__10544ef6", m = {
6
6
  tabsLinePanelLinks: l
7
7
  }, r = ({
8
- children: s,
9
- className: e,
8
+ children: e,
9
+ className: s,
10
10
  ...i
11
11
  }) => /* @__PURE__ */ n(
12
12
  a,
@@ -14,9 +14,9 @@ const l = "tabsLinePanelLinks__250c41b3", m = {
14
14
  tag: "div",
15
15
  size: L.B3,
16
16
  weight: o.SEMIBOLD,
17
- className: t(e, m.tabsLinePanelLinks),
17
+ className: t(s, m.tabsLinePanelLinks),
18
18
  ...i,
19
- children: s
19
+ children: e
20
20
  }
21
21
  );
22
22
  r.displayName = "TabsLinePanelLinks";
@@ -1,5 +1,5 @@
1
1
  import "./TableBasic/enums.js";
2
- import { b as s, m as o, a as e } from "../../chunks/utils-BHK9pmFJ.js";
2
+ import { b as s, m as o, a as e } from "../../chunks/utils-CkEbPHhV.js";
3
3
  export {
4
4
  s as mapCellTypeToClassName,
5
5
  o as mapHorizontalAlignToClassName,
@@ -1,8 +1,8 @@
1
- import { jsx as c, jsxs as y } from "react/jsx-runtime";
1
+ import { jsx as i, jsxs as y } from "react/jsx-runtime";
2
2
  import { useState as l, useRef as D } from "react";
3
- import { TabsExtended as i } from "../TabsExtended/TabsExtended.js";
3
+ import { TabsExtended as c } from "../TabsExtended/TabsExtended.js";
4
4
  import "../TabsExtended/components/TabsExtendedContent.js";
5
- import { c as W } from "../../chunks/vendor-BlJo2ILB.js";
5
+ import { c as W } from "../../chunks/vendor-BARd5eYq.js";
6
6
  import "../TabsExtended/TabsExtendedContext.js";
7
7
  import "../TabsExtended/components/TabsExtendedTab.js";
8
8
  import "../TabsExtended/components/TabsExtendedTabButton.js";
@@ -15,12 +15,12 @@ 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 = "tabButtonDropdown__53eae43e", G = "sm__d9f4f329", H = "md__0b6aadec", L = "lg__1bc02c80", p = {
18
+ const k = "tabButtonDropdown__7d3aea0f", G = "sm__925608b7", H = "md__b7e8e13d", L = "lg__932a9816", p = {
19
19
  tabButtonDropdown: k,
20
20
  sm: G,
21
21
  md: H,
22
22
  lg: L
23
- }, co = ({
23
+ }, io = ({
24
24
  buttonDropdownAttributes: h,
25
25
  selectedId: a,
26
26
  onSelectTab: v,
@@ -28,13 +28,13 @@ const k = "tabButtonDropdown__53eae43e", G = "sm__d9f4f329", H = "md__0b6aadec",
28
28
  tabs: t,
29
29
  ...w
30
30
  }) => {
31
- const [R, m] = l(a || t[0].id), [A, C] = l(""), [F, I] = l(""), d = 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(i.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
31
+ const [R, m] = l(a || t[0].id), [A, C] = l(""), [F, I] = l(""), d = 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__ */ i(c.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
32
32
  const E = R === n.id ? 0 : -1, O = () => {
33
33
  let r;
34
34
  return A === n.id ? r = d : F === n.id && (r = u), r;
35
35
  };
36
- return /* @__PURE__ */ c(
37
- i.Content.TabButton,
36
+ return /* @__PURE__ */ i(
37
+ c.Content.TabButton,
38
38
  {
39
39
  selected: e,
40
40
  tabIndex: E,
@@ -53,9 +53,9 @@ const k = "tabButtonDropdown__53eae43e", G = "sm__d9f4f329", H = "md__0b6aadec",
53
53
  }
54
54
  );
55
55
  } }, o);
56
- return /* @__PURE__ */ c(i, { ...w, selectedId: a, onSelectTab: v, children: /* @__PURE__ */ y(i.Content, { className: p.tabsContent, size: s, children: [
57
- /* @__PURE__ */ c(i.Content.TabsWrapper, { children: t.map(B) }),
58
- /* @__PURE__ */ c(i.Content.DropdownWrapper, { children: ({ dropdownItemsIds: n, onSelectTab: o }) => /* @__PURE__ */ c(
56
+ return /* @__PURE__ */ i(c, { ...w, selectedId: a, onSelectTab: v, children: /* @__PURE__ */ y(c.Content, { className: p.tabsContent, size: s, children: [
57
+ /* @__PURE__ */ i(c.Content.TabsWrapper, { children: t.map(B) }),
58
+ /* @__PURE__ */ i(c.Content.DropdownWrapper, { children: ({ dropdownItemsIds: n, onSelectTab: o }) => /* @__PURE__ */ i(
59
59
  x,
60
60
  {
61
61
  theme: j.DOTS_SECONDARY,
@@ -71,6 +71,6 @@ const k = "tabButtonDropdown__53eae43e", G = "sm__d9f4f329", H = "md__0b6aadec",
71
71
  ] }) });
72
72
  };
73
73
  export {
74
- co as Tabs
74
+ io as Tabs
75
75
  };
76
76
  //# sourceMappingURL=Tabs.js.map
@@ -1,11 +1,11 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { useState as r, useRef as T } from "react";
3
- import { c as b } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as b } from "../../chunks/vendor-BARd5eYq.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-DW52Fxa9.js";
6
+ import { s as u } from "../../chunks/TabsExtended.module-mbk25DHy.js";
7
7
  import { ETabsExtendedType as C } from "./enums.js";
8
- import { t as v } from "../../chunks/utils-Ql50x949.js";
8
+ import { t as v } from "../../chunks/utils-Kc2jGbAd.js";
9
9
  import "./components/TabsExtendedDropdownWrapper.js";
10
10
  import "./components/TabsExtendedTab.js";
11
11
  import "./components/TabsExtendedTabButton.js";
@@ -1,11 +1,11 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as m } from "../../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as m } from "../../../chunks/vendor-BARd5eYq.js";
3
3
  import { TabsExtendedTabsWrapper as n } from "./TabsExtendedTabsWrapper.js";
4
4
  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-DW52Fxa9.js";
8
+ import { s as r } from "../../../chunks/TabsExtended.module-mbk25DHy.js";
9
9
  import { createSizeToClassNameMap as f } from "../../../utils/classNameMaps.js";
10
10
  import "./TabsExtendedTabContext.js";
11
11
  const x = f(r), o = ({
@@ -1,7 +1,7 @@
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-DW52Fxa9.js";
4
- import { c as a } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-mbk25DHy.js";
4
+ import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
5
5
  import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
6
6
  const w = ({
7
7
  children: e,
@@ -1,7 +1,7 @@
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-DW52Fxa9.js";
4
- import { c as I } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { s as r } from "../../../chunks/TabsExtended.module-mbk25DHy.js";
4
+ import { c as I } from "../../../chunks/vendor-BARd5eYq.js";
5
5
  import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
6
6
  import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
7
7
  const h = f.forwardRef(
@@ -1,8 +1,8 @@
1
1
  import { jsxs as p, jsx as a } from "react/jsx-runtime";
2
2
  import x, { useContext as b } from "react";
3
- import { c as f } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as f } from "../../../chunks/vendor-BARd5eYq.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-Ql50x949.js";
5
+ import { s as t, t as l, a as u } from "../../../chunks/utils-Kc2jGbAd.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";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as k, Fragment as y, jsx as f } from "react/jsx-runtime";
2
2
  import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, isValidElement as B } from "react";
3
- import { u as F, c as N, p as z } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { u as F, c as N, p as z } from "../../../chunks/vendor-BARd5eYq.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-DW52Fxa9.js";
6
+ import { s as l } from "../../../chunks/TabsExtended.module-mbk25DHy.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-Ql50x949.js";
3
+ import { a as s, t as i } from "../../chunks/utils-Kc2jGbAd.js";
4
4
  import "../Typography/enums.js";
5
5
  export {
6
6
  s as tabsExtendedSizeToTextSizeMap,
@@ -1,9 +1,9 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as b } from "../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as b } from "../../chunks/vendor-BARd5eYq.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-Do3KfZpp.js";
6
+ import { s as m } from "../../chunks/TabsLine.module-eLr2Qyu1.js";
7
7
  import "./components/TabsLineDropdown.js";
8
8
  import "./components/TabsLineItem.js";
9
9
  const v = ({
@@ -3,8 +3,8 @@ import { useState as D, useRef as T, useEffect as N } from "react";
3
3
  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
- import { l as L } from "../../../chunks/vendor-BlJo2ILB.js";
7
- import { s as J } from "../../../chunks/TabsLine.module-Do3KfZpp.js";
6
+ import { l as L } from "../../../chunks/vendor-BARd5eYq.js";
7
+ import { s as J } from "../../../chunks/TabsLine.module-eLr2Qyu1.js";
8
8
  const $ = ({
9
9
  tabs: l,
10
10
  dropdownTargetHtmlAttributes: g,
@@ -3,12 +3,12 @@ var k = (p, r, e) => r in p ? A(p, r, { enumerable: !0, configurable: !0, writab
3
3
  var t = (p, r, e) => k(p, typeof r != "symbol" ? r + "" : r, e);
4
4
  import { jsxs as g, jsx as d } from "react/jsx-runtime";
5
5
  import v, { createElement as O } from "react";
6
- import { a as x, c as C } from "../../../chunks/vendor-BlJo2ILB.js";
6
+ import { a as x, c as C } from "../../../chunks/vendor-BARd5eYq.js";
7
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-lbLsbKwC.js";
11
+ import "../../../chunks/DropdownListItem-BxEqWaJ8.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-Do3KfZpp.js";
26
+ import { s as o } from "../../../chunks/TabsLine.module-eLr2Qyu1.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";
@@ -1,10 +1,10 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import N, { useState as c, createElement as h } from "react";
3
- import { c as y } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as y } from "../../../chunks/vendor-BARd5eYq.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-Do3KfZpp.js";
7
+ import { s as e } from "../../../chunks/TabsLine.module-eLr2Qyu1.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
2
  import { TabsLineItem as t } from "./TabsLineItem.js";
3
- const p = "tabsLineMobileWrapper__e5084cc0", d = "tabsLineMobile__f69c3b7b", l = {
3
+ const p = "tabsLineMobileWrapper__a56198c1", d = "tabsLineMobile__aaaa46ea", s = {
4
4
  tabsLineMobileWrapper: p,
5
5
  tabsLineMobile: d
6
- }, h = ({ onChangeTab: r, selectedId: o, tabs: i }) => {
7
- if (!i.length)
6
+ }, u = ({ onChangeTab: l, selectedId: r, tabs: a }) => {
7
+ if (!a.length)
8
8
  return null;
9
- const b = ({ selected: L, ...e }) => {
10
- const a = (c) => {
11
- var s;
12
- r(e.id), (s = e.onClick) == null || s.call(e, c);
9
+ const o = ({ selected: L, ...e }) => {
10
+ const b = (c) => {
11
+ var i;
12
+ l(e.id), (i = e.onClick) == null || i.call(e, c);
13
13
  };
14
- return /* @__PURE__ */ n(t, { selected: o === e.id, ...e, onClick: a }, e.id);
14
+ return /* @__PURE__ */ n(t, { selected: r === e.id, ...e, onClick: b }, e.id);
15
15
  };
16
- return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(b) }) });
16
+ return /* @__PURE__ */ n("div", { className: s.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: s.tabsLineMobile, children: a.map(o) }) });
17
17
  };
18
18
  export {
19
- h as TabsLineMobile
19
+ u 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
- import { c as L } from "../../chunks/vendor-BlJo2ILB.js";
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
- import { Text as h } from "../Typography/Text.js";
3
+ import { c as L } from "../../chunks/vendor-BARd5eYq.js";
4
+ import { EditStrokeSrvIcon24 as N, EditStrokeSrvIcon20 as v, EditStrokeSrvIcon16 as y, CrossStrokeSrvIcon24 as z, CrossStrokeSrvIcon20 as G, CrossStrokeSrvIcon16 as h } from "@sberbusiness/icons-next";
5
+ import { Text as j } 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
- import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
8
+ import { createSizeToClassNameMap as A } from "../../utils/classNameMaps.js";
9
9
  import { EComponentSize as r } from "../../enums/EComponentSize.js";
10
- const A = "tag__45964233", R = "sm__0a2d0e66", w = "md__79416792", F = "lg__a2cd5ff5", P = "content__c4108aa4", l = {
11
- tag: A,
12
- sm: R,
10
+ const R = "tag__9143b29c", d = "sm__c96ccc9f", w = "md__f517a13c", F = "lg__9568cb4e", P = "content__b6b3034f", f = {
11
+ tag: R,
12
+ sm: d,
13
13
  md: w,
14
14
  lg: F,
15
15
  content: P
16
- }, Y = j(l), q = {
16
+ }, Y = A(f), b = {
17
17
  [r.SM]: I.B4,
18
18
  [r.MD]: I.B3,
19
19
  [r.LG]: I.B2
20
- }, H = {
21
- [r.SM]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
22
- [r.MD]: /* @__PURE__ */ o(d, { paletteIndex: 5 }),
20
+ }, q = {
21
+ [r.SM]: /* @__PURE__ */ o(y, { paletteIndex: 5 }),
22
+ [r.MD]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
23
23
  [r.LG]: /* @__PURE__ */ o(N, { paletteIndex: 5 })
24
- }, J = {
25
- [r.SM]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
26
- [r.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
27
- [r.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
28
- }, b = E.forwardRef(
29
- ({ children: f, id: s, className: g, size: e, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...u }, C) => {
24
+ }, H = {
25
+ [r.SM]: /* @__PURE__ */ o(h, { paletteIndex: 5 }),
26
+ [r.MD]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
27
+ [r.LG]: /* @__PURE__ */ o(z, { paletteIndex: 5 })
28
+ }, $ = E.forwardRef(
29
+ ({ children: l, id: s, className: g, size: e, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, 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: q[e], children: f });
33
- }, [f, e, n]), B = S(() => {
32
+ return /* @__PURE__ */ o(j, { className: f.content, type: t, size: b[e], children: l });
33
+ }, [l, e, n]), B = S(() => {
34
34
  const { onClick: t, ...m } = M || {};
35
35
  return /* @__PURE__ */ o(
36
36
  _,
@@ -40,7 +40,7 @@ const A = "tag__45964233", R = "sm__0a2d0e66", w = "md__79416792", F = "lg__a2cd
40
40
  c == null || c(s), t == null || t(p);
41
41
  },
42
42
  ...m,
43
- children: H[e]
43
+ children: q[e]
44
44
  }
45
45
  );
46
46
  }, [s, e, n, M, c]), i = S(() => {
@@ -53,11 +53,11 @@ const A = "tag__45964233", R = "sm__0a2d0e66", w = "md__79416792", F = "lg__a2cd
53
53
  a == null || a(s), t == null || t(p);
54
54
  },
55
55
  ...m,
56
- children: J[e]
56
+ children: H[e]
57
57
  }
58
58
  );
59
59
  }, [s, e, n, x, a]);
60
- return /* @__PURE__ */ D("span", { className: L(l.tag, Y[e], g), ...u, ref: C, children: [
60
+ return /* @__PURE__ */ D("span", { className: L(f.tag, Y[e], g), ...u, ref: C, children: [
61
61
  k(),
62
62
  c && B(),
63
63
  i()
@@ -65,6 +65,6 @@ const A = "tag__45964233", R = "sm__0a2d0e66", w = "md__79416792", F = "lg__a2cd
65
65
  }
66
66
  );
67
67
  export {
68
- b as Tag
68
+ $ as Tag
69
69
  };
70
70
  //# sourceMappingURL=Tag.js.map
@@ -1,32 +1,32 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as l } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as l } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
5
5
  import { ETagColorStatus as s } from "./enums.js";
6
- const f = "tagColor__4eb1d9cb", i = "sm__56c5d41d", g = "md__a2bc09a2", d = "lg__3e8e3f17", p = "success__31faaa70", C = "info__ab626d3f", u = "warning__679e0116", N = "error__efecbe89", b = "content__e2e4a3a0", o = {
6
+ const f = "tagColor__04b6d04d", i = "sm__c6f1053a", d = "md__478d79da", g = "lg__b67a17a0", p = "success__eec572f6", C = "info__86301ddf", u = "warning__8c28168f", N = "error__8c87eb06", T = "content__c4b1fba6", o = {
7
7
  tagColor: f,
8
8
  sm: i,
9
- md: g,
10
- lg: d,
11
- default: "default__bb504242",
9
+ md: d,
10
+ lg: g,
11
+ default: "default__0ee92b0c",
12
12
  success: p,
13
13
  info: C,
14
14
  warning: u,
15
15
  error: N,
16
- content: b
17
- }, T = _(o), R = {
16
+ content: T
17
+ }, b = _(o), R = {
18
18
  [s.DEFAULT]: o.default,
19
19
  [s.SUCCESS]: o.success,
20
20
  [s.INFO]: o.info,
21
21
  [s.WARNING]: o.warning,
22
22
  [s.ERROR]: o.error
23
23
  }, F = m.forwardRef(
24
- ({ children: t, className: e, size: r, status: c = s.DEFAULT, ...n }) => /* @__PURE__ */ a(
24
+ ({ children: a, className: c, size: r, status: n = s.DEFAULT, ...e }) => /* @__PURE__ */ t(
25
25
  "span",
26
26
  {
27
- className: l(o.tagColor, T[r], R[c], e),
28
- ...n,
29
- children: /* @__PURE__ */ a("span", { className: o.content, children: t })
27
+ className: l(o.tagColor, b[r], R[n], c),
28
+ ...e,
29
+ children: /* @__PURE__ */ t("span", { className: o.content, children: a })
30
30
  }
31
31
  )
32
32
  );
@@ -1,17 +1,17 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as p } from "../../chunks/vendor-BlJo2ILB.js";
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import c from "react";
3
+ import { c as p } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
5
- const l = "tagGroup__781a555a", _ = "sm__33003e2d", d = "md__7db7e6b8", f = "lg__c2453cf7", o = {
5
+ const l = "tagGroup__32aef924", _ = "sm__6a16ba42", f = "md__dc103274", i = "lg__3ea9e282", o = {
6
6
  tagGroup: l,
7
7
  sm: _,
8
- md: d,
9
- lg: f
10
- }, i = g(o), N = e.forwardRef(
11
- ({ children: s, className: a, size: r, ...t }, m) => /* @__PURE__ */ c(
8
+ md: f,
9
+ lg: i
10
+ }, n = g(o), N = c.forwardRef(
11
+ ({ children: s, className: a, size: r, ...t }, m) => /* @__PURE__ */ e(
12
12
  "div",
13
13
  {
14
- className: p(o.tagGroup, i[r], a),
14
+ className: p(o.tagGroup, n[r], a),
15
15
  role: "group",
16
16
  ...t,
17
17
  ref: m,
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { F as r } from "../../chunks/FormFieldInput-BoG8X8Sc.js";
2
+ import { F as r } from "../../chunks/FormFieldInput-B4hNuHJx.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";