@sberbusiness/triplex-next 0.30.0 → 0.31.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 (446) hide show
  1. package/chunks/{AlertProcessSpoiler-u6M_UUD9.js → AlertProcessSpoiler-D94updt3.js} +15 -15
  2. package/chunks/{CalendarViewItem-0qx9TN09.js → CalendarViewItem-w08J4qsu.js} +12 -12
  3. package/chunks/Card.module-D8EAMd92.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +15 -0
  5. package/chunks/Chip-Cteq3rht.js +85 -0
  6. package/chunks/Confirm.module-BtroC28g.js +15 -0
  7. package/chunks/DropdownListItem-D093kwGL.js +65 -0
  8. package/chunks/DropdownMobile.module-BkdWickw.js +23 -0
  9. package/chunks/Footer.module-fb6dwao-.js +9 -0
  10. package/chunks/{FormFieldInput-DM8lK78a.js → FormFieldInput-DEkpK71h.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +9 -0
  12. package/chunks/HeaderTabs.module-CYj6xy4J.js +9 -0
  13. package/chunks/{HeaderTitle.module-wm7lWk21.js → HeaderTitle.module-_RjZrixi.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +17 -0
  15. package/chunks/ImageGalleryExtendedThumb-DvxWiBol.js +28 -0
  16. package/chunks/IslandAccordion.module-BPxUPtoo.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-BSFljZcD.js +13 -0
  19. package/chunks/{LightBoxContent-C-Q4JvDf.js → LightBoxContent-CD2ywHRd.js} +10 -10
  20. package/chunks/LightBoxControls.module-CmEdh818.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +9 -0
  22. package/chunks/{ListItemControlsButton-B52gadtt.js → ListItemControlsButton-ooEBqOYi.js} +13 -13
  23. package/chunks/ListItemTail.module-4rSSMPVx.js +12 -0
  24. package/chunks/ListMasterFooter.module-C-WLsVa2.js +10 -0
  25. package/chunks/ModalWindow.module-D-ruP-W_.js +17 -0
  26. package/chunks/Notification.module-CGwe5hz6.js +20 -0
  27. package/chunks/Overlay.module-VY4-MhFj.js +18 -0
  28. package/chunks/Page.module-DxsbvUY0.js +11 -0
  29. package/chunks/SMSField.module-DsLV_aE8.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +15 -0
  31. package/chunks/{SliderExtendedRail-EN9dWr8g.js → SliderExtendedRail-DUIgrgt7.js} +12 -12
  32. package/chunks/StatusTracker.module-BXZqUX7q.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-B2mxgMOK.js → StepperStepArrowBorder-A6WoCp_l.js} +8 -8
  34. package/chunks/{SuggestFieldMobileDropdownHint-8plGk4NO.js → SuggestFieldMobileDropdownHint-B6H-gTlk.js} +2 -2
  35. package/chunks/TableFooter.module-IT9a3X2n.js +14 -0
  36. package/chunks/TabsExtended.module-BeSILSIo.js +16 -0
  37. package/chunks/TabsLine.module-D1SiIi4c.js +21 -0
  38. package/chunks/TooltipDesktop.module--e7kCd3A.js +19 -0
  39. package/chunks/TreeView.module-BGGC5iP2.js +9 -0
  40. package/chunks/{UploadZoneInput-B-gVlolB.js → UploadZoneInput-CKzf73QX.js} +7 -7
  41. package/chunks/{constants-CgVlsuXP.js → constants-BO1zd0dv.js} +9 -9
  42. package/chunks/{utils-mJogbZdW.js → utils-B99NmqsA.js} +13 -13
  43. package/chunks/{utils-B3jUITHO.js → utils-BKnry-Ny.js} +6 -6
  44. package/chunks/{utils-BygtCSQo.js → utils-DBuNwIFU.js} +6 -6
  45. package/chunks/utils-bwYnj4U9.js +24 -0
  46. package/components/Alert/AlertContext/AlertContext.js +29 -29
  47. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Amount/Amount.js +2 -2
  50. package/components/AmountField/AmountField.js +1 -1
  51. package/components/Avatar/Avatar.js +8 -8
  52. package/components/Badge/Badge.js +10 -10
  53. package/components/Badge/BadgeDot.js +4 -4
  54. package/components/Badge/components/BadgeContent.js +12 -12
  55. package/components/Badge/components/BadgePostfix.js +6 -6
  56. package/components/Badge/components/BadgePrefix.js +6 -6
  57. package/components/Body/Body.js +8 -8
  58. package/components/Button/Button.js +21 -21
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +28 -28
  61. package/components/Button/ButtonDropdownExtended.js +1 -1
  62. package/components/Button/ButtonIcon.js +7 -7
  63. package/components/Calendar/Calendar.js +2 -2
  64. package/components/Calendar/components/CalendarControls.js +1 -1
  65. package/components/Calendar/components/CalendarFooter.js +1 -1
  66. package/components/Calendar/components/CalendarViewDays.js +1 -1
  67. package/components/Calendar/components/CalendarViewItem.js +1 -1
  68. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  69. package/components/Calendar/components/CalendarViewYears.js +1 -1
  70. package/components/Card/CardAction.js +11 -11
  71. package/components/Card/CardStatic.js +2 -2
  72. package/components/Card/components/CardContent/CardContent.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  74. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  76. package/components/Card/components/CardMedia.js +1 -1
  77. package/components/Card/utils.js +1 -1
  78. package/components/CarouselExtended/CarouselExtended.js +1 -1
  79. package/components/Checkbox/Checkbox.js +18 -18
  80. package/components/Checkbox/CheckboxXGroup.js +16 -16
  81. package/components/Checkbox/CheckboxYGroup.js +6 -6
  82. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  86. package/components/Chip/Chip.js +3 -2
  87. package/components/Chip/ChipClearButton.js +8 -8
  88. package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
  89. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
  90. package/components/Chip/ChipDropdownArrow.js +4 -4
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +22 -21
  93. package/components/Chip/ChipOptions.js +5 -5
  94. package/components/Chip/ChipSelect/ChipSelect.js +40 -27
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +23 -22
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  101. package/components/Chip/enums.js +5 -0
  102. package/components/Chip/index.js +28 -26
  103. package/components/ChipGroup/ChipGroup.js +9 -9
  104. package/components/Col/Col.js +178 -163
  105. package/components/CollapsibleTree/CollapsibleTree.js +3 -3
  106. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +1 -1
  107. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  108. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +14 -14
  109. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
  110. package/components/Confirm/Confirm.js +1 -1
  111. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  112. package/components/Confirm/components/ConfirmContent.js +1 -1
  113. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  114. package/components/Confirm/components/ConfirmControls.js +1 -1
  115. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  117. package/components/DateRange/DateRange.js +16 -16
  118. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  119. package/components/DesignTokens/DesignTokensComponents.js +69 -64
  120. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
  121. package/components/DesignTokens/components/Chip.js +12 -6
  122. package/components/DesignTokens/components/ImageGallery.js +47 -0
  123. package/components/DesignTokens/components/LightBox.js +1 -1
  124. package/components/DesignTokens/components/TopOverlay.js +1 -1
  125. package/components/DesignTokens/components/index.js +116 -113
  126. package/components/Divider/Divider.js +20 -20
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
  128. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  129. package/components/Dropdown/desktop/DropdownList.js +1 -1
  130. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  140. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  144. package/components/Ellipsis/Ellipsis.js +5 -5
  145. package/components/EmptyView/EmptyView.js +18 -18
  146. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  147. package/components/Footer/Footer.js +1 -1
  148. package/components/Footer/components/FooterDescription.js +1 -1
  149. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  150. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  151. package/components/FormField/FormField.js +19 -19
  152. package/components/FormField/components/FormFieldClear.js +5 -5
  153. package/components/FormField/components/FormFieldCounter.js +1 -1
  154. package/components/FormField/components/FormFieldDescription.js +6 -6
  155. package/components/FormField/components/FormFieldInput.js +1 -1
  156. package/components/FormField/components/FormFieldLabel.js +1 -1
  157. package/components/FormField/components/FormFieldMaskedInput.js +14 -14
  158. package/components/FormField/components/FormFieldPostfix.js +5 -5
  159. package/components/FormField/components/FormFieldPrefix.js +3 -3
  160. package/components/FormField/components/FormFieldTarget.js +9 -9
  161. package/components/FormField/components/FormFieldTextarea.js +18 -18
  162. package/components/FormField/components/index.js +1 -1
  163. package/components/FormField/index.js +1 -1
  164. package/components/Gap/Gap.js +15 -5
  165. package/components/Header/Header.js +1 -1
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  167. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  169. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  170. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  171. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  172. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  173. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  174. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  175. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  176. package/components/HelpBox/HelpBox.js +16 -16
  177. package/components/IconWrapper/IconWrapper.js +10 -10
  178. package/components/ImageGallery/ImageGallery.js +74 -0
  179. package/components/ImageGallery/index.js +5 -0
  180. package/components/ImageGallery/types.js +2 -0
  181. package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
  182. package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
  183. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
  184. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
  185. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
  186. package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
  187. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
  188. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
  189. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
  190. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
  191. package/components/ImageGalleryExtended/components/index.js +15 -0
  192. package/components/ImageGalleryExtended/enums.js +5 -0
  193. package/components/ImageGalleryExtended/index.js +21 -0
  194. package/components/ImageGalleryExtended/types.js +2 -0
  195. package/components/Island/Island.js +1 -1
  196. package/components/Island/components/IslandBody.js +3 -3
  197. package/components/Island/components/IslandFooter.js +3 -3
  198. package/components/Island/components/IslandHeader.js +2 -2
  199. package/components/Island/utils.js +1 -1
  200. package/components/IslandAccordion/IslandAccordion.js +2 -2
  201. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  202. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  203. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  204. package/components/IslandWidget/IslandWidget.js +21 -21
  205. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  206. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  207. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  208. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  209. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  210. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  211. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  212. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
  213. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  214. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
  215. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  216. package/components/LightBox/LightBox.js +34 -34
  217. package/components/LightBox/LightBoxContent.js +1 -1
  218. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  219. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  220. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  221. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  222. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +33 -33
  223. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  224. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  225. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  226. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
  227. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -14
  228. package/components/Link/Link.js +26 -26
  229. package/components/List/List.js +4 -4
  230. package/components/List/components/ListEmptyState.js +6 -6
  231. package/components/List/components/ListItem.js +1 -1
  232. package/components/List/components/ListItemContent.js +12 -12
  233. package/components/List/components/ListItemControls.js +1 -1
  234. package/components/List/components/ListItemControlsButton.js +1 -1
  235. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  236. package/components/List/components/ListItemLoading.js +6 -6
  237. package/components/List/components/ListItemSelectable.js +5 -5
  238. package/components/List/components/ListItemTable.js +4 -4
  239. package/components/List/components/ListItemTailLeft.js +1 -1
  240. package/components/List/components/ListItemTailRight.js +1 -1
  241. package/components/List/components/ListSortableItem.js +4 -4
  242. package/components/List/components/ListSortableItemControls.js +5 -5
  243. package/components/List/components/ListSortableItemTarget.js +6 -6
  244. package/components/List/index.js +1 -1
  245. package/components/ListMaster/ListMaster.js +1 -1
  246. package/components/ListMaster/components/ListMasterBody.js +1 -1
  247. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  248. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  249. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  250. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  251. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  252. package/components/ListMaster/components/SelectionControls.js +2 -2
  253. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  254. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  255. package/components/LoaderScreen/LoaderScreen.js +10 -10
  256. package/components/Marker/Marker.js +1 -1
  257. package/components/Marker/utils.js +1 -1
  258. package/components/MarkerStatus/MarkerStatus.js +15 -15
  259. package/components/ModalWindow/ModalWindow.js +9 -9
  260. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  261. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  262. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  263. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  264. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  265. package/components/MonthYearRange/MonthYearRange.js +13 -13
  266. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  267. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
  268. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  269. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  270. package/components/Notification/Notification.js +2 -2
  271. package/components/Notification/NotificationGrouped.js +1 -1
  272. package/components/Notification/components/NotificationBody.js +1 -1
  273. package/components/Notification/components/NotificationBodyList.js +1 -1
  274. package/components/Notification/components/NotificationClose.js +1 -1
  275. package/components/Notification/components/NotificationFooter.js +1 -1
  276. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  277. package/components/Notification/components/NotificationHeader.js +1 -1
  278. package/components/Notification/components/NotificationIcon.js +1 -1
  279. package/components/Notification/components/NotificationTime.js +1 -1
  280. package/components/NumberField/NumberFieldInput.js +1 -1
  281. package/components/OrderedList/OrderedList.js +2 -2
  282. package/components/OrderedList/OrderedListItem.js +5 -5
  283. package/components/Overlay/Overlay.js +1 -1
  284. package/components/Overlay/OverlayMask.js +1 -1
  285. package/components/Overlay/OverlayPanel.js +1 -1
  286. package/components/Page/Page.js +1 -1
  287. package/components/Page/components/BodyPage.js +1 -1
  288. package/components/Page/components/FooterPage.js +1 -1
  289. package/components/Page/components/HeaderPage.js +1 -1
  290. package/components/Pagination/components/PaginationExtended.js +6 -6
  291. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  292. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  293. package/components/Pagination/components/PaginationPageButton.js +5 -5
  294. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  295. package/components/Pagination/components/PaginationSelect.js +16 -16
  296. package/components/Radio/Radio.js +14 -14
  297. package/components/Radio/RadioXGroup.js +13 -13
  298. package/components/Radio/RadioYGroup.js +4 -4
  299. package/components/Row/Row.js +25 -10
  300. package/components/Row/RowContext.js +9 -0
  301. package/components/SMSField/SMSField.js +2 -2
  302. package/components/SMSField/components/RefreshIcon.js +1 -1
  303. package/components/SMSField/components/SMSFieldInput.js +2 -2
  304. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  305. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  306. package/components/SegmentedControl/SegmentedControl.js +11 -11
  307. package/components/SegmentedControl/SegmentedControlSegment.js +4 -4
  308. package/components/SelectExtendedField/SelectExtendedField.js +18 -18
  309. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  310. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  311. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +7 -7
  312. package/components/SelectField/SelectField.js +1 -1
  313. package/components/Skeleton/Skeleton.js +9 -9
  314. package/components/SliderExtended/SliderExtended.js +2 -2
  315. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  316. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  317. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  318. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  319. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
  320. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +34 -34
  321. package/components/SmallInput/SmallInput.js +4 -4
  322. package/components/Spoiler/Spoiler.js +10 -10
  323. package/components/StatusTracker/StatusTracker.js +2 -2
  324. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  325. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  326. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  327. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  328. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  329. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  330. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  331. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  332. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  333. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  334. package/components/Step/Step.js +8 -8
  335. package/components/Stepper/Stepper.js +10 -10
  336. package/components/Stepper/StepperExtended.js +4 -4
  337. package/components/Stepper/StepperStep.js +2 -2
  338. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  339. package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
  340. package/components/SuggestField/SuggestField.js +2 -2
  341. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  342. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  343. package/components/SuggestField/index.js +1 -1
  344. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  345. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  346. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  347. package/components/SuggestField/mobile/index.js +1 -1
  348. package/components/SwipeableArea/SwipeableArea.js +76 -80
  349. package/components/Table/ChipPanel.js +12 -0
  350. package/components/Table/ChipPanelLinks.js +22 -0
  351. package/components/Table/FilterPanel.js +2 -2
  352. package/components/Table/MasterTable.js +11 -11
  353. package/components/Table/NoColumns.js +3 -3
  354. package/components/Table/PaginationPanel.js +2 -2
  355. package/components/Table/TableBasic/TableBasic.js +1 -1
  356. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  357. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  358. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  359. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  360. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  361. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  362. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  363. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  364. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  365. package/components/Table/TableFooter/TableFooter.js +1 -1
  366. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  367. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  368. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  369. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  370. package/components/Table/index.js +7 -7
  371. package/components/Table/utils.js +1 -1
  372. package/components/Tabs/Tabs.js +5 -5
  373. package/components/TabsExtended/TabsExtended.js +2 -2
  374. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  375. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  376. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  377. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  378. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  379. package/components/TabsExtended/utils.js +1 -1
  380. package/components/TabsLine/TabsLine.js +1 -1
  381. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  382. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  383. package/components/TabsLine/components/TabsLineItem.js +1 -1
  384. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  385. package/components/Tag/Tag.js +1 -1
  386. package/components/TagColor/TagColor.js +15 -15
  387. package/components/TagGroup/TagGroup.js +8 -8
  388. package/components/TextField/TextField.js +1 -1
  389. package/components/TextField/TextFieldBase.js +1 -1
  390. package/components/TextareaField/TextareaField.js +1 -1
  391. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  392. package/components/Tooltip/components/common/TooltipLink.js +12 -12
  393. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  394. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  395. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  396. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  397. package/components/TopOverlay/TopOverlay.js +26 -26
  398. package/components/TreeView/TreeView.js +1 -1
  399. package/components/TreeView/components/TreeViewGroup.js +1 -1
  400. package/components/TreeView/components/TreeViewNode.js +1 -1
  401. package/components/Typography/Caption.js +23 -23
  402. package/components/Typography/CodeText.js +7 -7
  403. package/components/Typography/Text.js +16 -16
  404. package/components/Typography/Title.js +25 -25
  405. package/components/Typography/constants.js +1 -1
  406. package/components/UnorderedList/UnorderedList.js +2 -2
  407. package/components/UnorderedList/UnorderedListItem.js +5 -5
  408. package/components/UploadZone/UploadZone.js +2 -2
  409. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  410. package/components/UploadZone/index.js +1 -1
  411. package/components/index.js +644 -622
  412. package/index.d.ts +316 -31
  413. package/index.js +676 -654
  414. package/package.json +9 -1
  415. package/styles/triplex-next.css +556 -541
  416. package/chunks/Card.module-Dk_x12aX.js +0 -18
  417. package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +0 -15
  418. package/chunks/Chip-CgSrMLOj.js +0 -77
  419. package/chunks/Confirm.module-D-Z-baL7.js +0 -15
  420. package/chunks/DropdownListItem-DsKl9Gi-.js +0 -65
  421. package/chunks/DropdownMobile.module-DBKmP6tH.js +0 -23
  422. package/chunks/Footer.module-D19luc11.js +0 -9
  423. package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +0 -9
  424. package/chunks/HeaderTabs.module-B3OUkcWC.js +0 -9
  425. package/chunks/IslandAccordion.module-CkjSe196.js +0 -25
  426. package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +0 -9
  427. package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +0 -13
  428. package/chunks/LightBoxControls.module-D6dJVyd1.js +0 -16
  429. package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +0 -9
  430. package/chunks/ListItemTail.module-96x050E6.js +0 -12
  431. package/chunks/ListMasterFooter.module-QCC2uvr7.js +0 -10
  432. package/chunks/ModalWindow.module-D3XZrRCV.js +0 -17
  433. package/chunks/Notification.module-MWvLXIRM.js +0 -20
  434. package/chunks/Overlay.module-nAMUorJ1.js +0 -18
  435. package/chunks/Page.module-BDTFNqSr.js +0 -11
  436. package/chunks/SMSField.module-Dt8sZq_D.js +0 -16
  437. package/chunks/SliderExtendedMarks.module-BIprSBVE.js +0 -15
  438. package/chunks/StatusTracker.module-GZp9BaaE.js +0 -24
  439. package/chunks/TableFooter.module-C1wbovyw.js +0 -14
  440. package/chunks/TabsExtended.module-DATvYZNn.js +0 -16
  441. package/chunks/TabsLine.module-O3-2VgYL.js +0 -21
  442. package/chunks/TooltipDesktop.module-COHJz2TY.js +0 -19
  443. package/chunks/TreeView.module-Cxj4qOdA.js +0 -9
  444. package/chunks/utils-Dwhaig77.js +0 -24
  445. package/components/Table/TabsLinePanel.js +0 -12
  446. package/components/Table/TabsLinePanelLinks.js +0 -26
@@ -1,12 +1,12 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor-z35N2Tap.js";
3
- const c = "multiselectFieldFooter__1c061cd1", i = {
4
- multiselectFieldFooter: c
3
+ const i = "multiselectFieldFooter__1daab8ee", c = {
4
+ multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: t,
8
8
  ...o
9
- }) => /* @__PURE__ */ l("div", { className: s(i.multiselectFieldFooter, t), ...o, children: e });
9
+ }) => /* @__PURE__ */ l("div", { className: s(c.multiselectFieldFooter, t), ...o, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownFooter
12
12
  };
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
- const d = "multiselectFieldHeader__9993a8ba", c = {
4
- multiselectFieldHeader: d
5
- }, o = ({
2
+ import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
3
+ const i = "multiselectFieldHeader__d836599a", c = {
4
+ multiselectFieldHeader: i
5
+ }, a = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: d(c.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
- o as MultiselectFieldDropdownHeader
11
+ a as MultiselectFieldDropdownHeader
12
12
  };
13
13
  //# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
4
4
  import { NotificationClose as p } from "./components/NotificationClose.js";
5
5
  import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
6
  import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-MWvLXIRM.js";
7
+ import { s as i } from "../../chunks/Notification.module-CGwe5hz6.js";
8
8
  const o = ((t) => {
9
9
  const {
10
10
  children: a,
@@ -24,7 +24,7 @@ const o = ((t) => {
24
24
  role: "alertdialog",
25
25
  className: c,
26
26
  onClick: m,
27
- "data-tx": "0.30.0",
27
+ "data-tx": "0.31.0",
28
28
  children: a
29
29
  }
30
30
  );
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-MWvLXIRM.js";
3
+ import { s as e } from "../../chunks/Notification.module-CGwe5hz6.js";
4
4
  const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
5
5
  o,
6
6
  /* @__PURE__ */ r(t, {})
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
3
3
  import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
4
4
  import { NotificationFooter as e } from "./NotificationFooter.js";
5
5
  import { NotificationBodyList as m } from "./NotificationBodyList.js";
6
- import { s as f } from "../../../chunks/Notification.module-MWvLXIRM.js";
6
+ import { s as f } from "../../../chunks/Notification.module-CGwe5hz6.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-MWvLXIRM.js";
4
+ import { s as a } from "../../../chunks/Notification.module-CGwe5hz6.js";
5
5
  import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-MWvLXIRM.js";
8
+ import { s as m } from "../../../chunks/Notification.module-CGwe5hz6.js";
9
9
  const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
10
10
  e.displayName = "NotificationClose";
11
11
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-MWvLXIRM.js";
2
+ import { s as i } from "../../../chunks/Notification.module-CGwe5hz6.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
- import { s as o } from "../../../chunks/Notification.module-MWvLXIRM.js";
3
+ import { s as o } from "../../../chunks/Notification.module-CGwe5hz6.js";
4
4
  const m = () => /* @__PURE__ */ s("div", { children: [
5
5
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
6
6
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as a } from "../../../chunks/Notification.module-MWvLXIRM.js";
2
+ import { s as a } from "../../../chunks/Notification.module-CGwe5hz6.js";
3
3
  const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
4
4
  t.displayName = "NotificationHeader";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-MWvLXIRM.js";
2
+ import { s as t } from "../../../chunks/Notification.module-CGwe5hz6.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
4
4
  s.displayName = "NotificationIcon";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-MWvLXIRM.js";
2
+ import { s as t } from "../../../chunks/Notification.module-CGwe5hz6.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
3
3
  import "../FormField/components/FormFieldClear.js";
4
4
  import "../FormField/components/FormFieldCounter.js";
5
5
  import "../FormField/components/FormFieldDescription.js";
6
- import { F as d } from "../../chunks/FormFieldInput-DM8lK78a.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-DEkpK71h.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as m } from "../../chunks/vendor-z35N2Tap.js";
4
4
  import { OrderedListItem as a } from "./OrderedListItem.js";
5
- const c = "orderedList__8e145fdb", f = {
5
+ const c = "orderedList__f917bbb1", f = {
6
6
  orderedList: c
7
7
  }, L = Object.assign(
8
8
  i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
@@ -15,7 +15,7 @@ const c = "orderedList__8e145fdb", f = {
15
15
  "--start-index-tx": e - 1
16
16
  } : r,
17
17
  ...d,
18
- "data-tx": "0.30.0",
18
+ "data-tx": "0.31.0",
19
19
  ref: o
20
20
  }
21
21
  )),
@@ -6,9 +6,9 @@ import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as d } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- const a = "orderedListItem__3f96e9f0", p = {
9
+ const a = "orderedListItem__404f8c66", p = {
10
10
  orderedListItem: a
11
- }, f = m.forwardRef(
11
+ }, c = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
13
13
  d,
14
14
  {
@@ -16,13 +16,13 @@ const a = "orderedListItem__3f96e9f0", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "0.30.0",
19
+ "data-tx": "0.31.0",
20
20
  ref: r
21
21
  }
22
22
  )
23
23
  );
24
- f.displayName = "OrderedListItem";
24
+ c.displayName = "OrderedListItem";
25
25
  export {
26
- f as OrderedListItem
26
+ c as OrderedListItem
27
27
  };
28
28
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-z35N2Tap.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-nAMUorJ1.js";
7
+ import { s as r } from "../../chunks/Overlay.module-VY4-MhFj.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-z35N2Tap.js";
4
- import { s as a } from "../../chunks/Overlay.module-nAMUorJ1.js";
4
+ import { s as a } from "../../chunks/Overlay.module-VY4-MhFj.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-z35N2Tap.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-nAMUorJ1.js";
5
+ import { s as e } from "../../chunks/Overlay.module-VY4-MhFj.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-z35N2Tap.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-BDTFNqSr.js";
7
+ import { s as o } from "../../chunks/Page.module-DxsbvUY0.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,7 +5,7 @@ import { c as d } from "../../../chunks/vendor-z35N2Tap.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 P = "bodyPage__abd75f5a", f = "verticalMargin24__37b44101", v = "verticalMargin16__9a00b772", o = {
8
+ const P = "bodyPage__b982e522", f = "verticalMargin24__d03bcd5a", v = "verticalMargin16__98215fc8", o = {
9
9
  bodyPage: P,
10
10
  verticalMargin24: f,
11
11
  verticalMargin16: v
@@ -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-BDTFNqSr.js";
12
+ import { s as n } from "../../../chunks/Page.module-DxsbvUY0.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-z35N2Tap.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-BDTFNqSr.js";
9
+ import { s as i } from "../../../chunks/Page.module-DxsbvUY0.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
- import d from "react";
4
- const r = "paginationExtended__5bc17859", s = {
2
+ import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__26ced97b", s = {
5
5
  paginationExtended: r
6
- }, x = d.forwardRef(
6
+ }, x = i.forwardRef(
7
7
  ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, n),
11
- "data-tx": "0.30.0",
10
+ className: d(s.paginationExtended, n),
11
+ "data-tx": "0.31.0",
12
12
  ...a,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ 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__c3e6e12f", N = "directionIconNext__8a6c9917", n = {
7
+ const g = "paginationNavigationButton__1708d736", N = "directionIconNext__0d2909f2", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, I = c.forwardRef(
10
+ }, d = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__c3e6e12f", N = "directionIconNext__8a6c99
22
22
  );
23
23
  }
24
24
  );
25
- I.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- I as PaginationNavigationButton
27
+ d as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -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-z35N2Tap.js";
4
- const g = "paginationNavigationExtended__7bf85f5e", r = {
4
+ const g = "paginationNavigationExtended__b1e03dcc", 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 })
@@ -11,10 +11,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__df0bcfdd", f = "currentPage__d8d01b0a", a = {
14
+ const P = "paginationPageButton__117e3d91", u = "currentPage__2c0253fa", a = {
15
15
  paginationPageButton: P,
16
- currentPage: f
17
- }, u = m.forwardRef(
16
+ currentPage: u
17
+ }, f = m.forwardRef(
18
18
  ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
19
19
  s,
20
20
  {
@@ -32,8 +32,8 @@ const P = "paginationPageButton__df0bcfdd", f = "currentPage__d8d01b0a", a = {
32
32
  }
33
33
  )
34
34
  );
35
- u.displayName = "PaginationPageButton";
35
+ f.displayName = "PaginationPageButton";
36
36
  export {
37
- u as PaginationPageButton
37
+ f as PaginationPageButton
38
38
  };
39
39
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -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__7f6407f1", m = {
9
+ const n = "paginationPageEllipsis__150599d7", m = {
10
10
  paginationPageEllipsis: n
11
11
  }, g = r.forwardRef(
12
12
  ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: e.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
3
  import { u as S, c as d } from "../../../chunks/vendor-z35N2Tap.js";
4
- import { ETextSize as f } from "../../Typography/enums.js";
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 g } from "../../Typography/Text.js";
7
+ import { Text as f } 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__3abb7d33", C = "paginationSelectControl__fb8a259e", o = {
12
- paginationSelect: u,
13
- paginationSelectControl: C
9
+ import { SelectField as x } from "../../SelectField/SelectField.js";
10
+ import { EComponentSize as u } from "../../../enums/EComponentSize.js";
11
+ const C = "paginationSelect__28d15e15", b = "paginationSelectControl__bae44817", o = {
12
+ paginationSelect: C,
13
+ paginationSelectControl: b
14
14
  }, z = m.forwardRef(
15
- ({ paginationLabel: e, className: a, options: n, value: r, onChange: l }, c) => {
15
+ ({ paginationLabel: t, className: n, options: a, value: r, onChange: l }, c) => {
16
16
  const [i] = p(() => `Pagination-${S()}`);
17
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), ref: c, children: [
18
- /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
- b,
17
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
18
+ /* @__PURE__ */ e(f, { size: g.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: n,
24
+ mobileTitle: t,
25
+ options: a,
26
26
  onChange: l,
27
27
  targetProps: {
28
28
  fieldLabel: ""
@@ -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__03b009a9", M = "sm__d28eddba", T = "nonempty__c0d4ae19", S = "md__94e78f5a", g = "lg__8eab4ab8", I = "disabled__1e28008a", R = "radio__50d19c29", u = "radioIcon__dbcb6c5d", a = {
11
+ const y = "label__7c8b261b", M = "sm__3ae96ae5", T = "nonempty__e84b0883", S = "md__94eb6b07", g = "lg__c6b21254", I = "disabled__964e907f", R = "radio__f06737d7", u = "radioIcon__78696814", o = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,19 +18,19 @@ const y = "label__03b009a9", M = "sm__d28eddba", T = "nonempty__c0d4ae19", 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: d, labelAttributes: o, size: t = s.MD, ...p } = n, b = c(a.radio, l, C[t]), _ = c(
26
- a.label,
27
- a[t],
28
- { [a.disabled]: !!d, [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, d) => {
25
+ const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, b = c(o.radio, l, C[t]), _ = c(
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: _, "data-tx": "0.30.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: d, ...p, ref: r }),
33
- /* @__PURE__ */ i("span", { className: a.radioIcon }),
31
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.31.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: n, ...p, ref: d }),
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,17 +1,17 @@
1
- import { jsx as r } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-z35N2Tap.js";
3
- const c = "radioXGroup__4249d142", _ = "label__03b009a9", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__9addfd74",
6
- label: _,
7
- "indent-16": "indent-16__9bc006e3",
8
- "indent-20": "indent-20__7b432c43",
9
- "indent-24": "indent-24__c31ed5be",
10
- "indent-28": "indent-28__c93178ad",
11
- "indent-32": "indent-32__5b90f67e"
12
- }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
3
+ const _ = "radioXGroup__bb441f5e", c = "label__7c8b261b", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__bd91d0c4",
6
+ label: c,
7
+ "indent-16": "indent-16__579a684b",
8
+ "indent-20": "indent-20__545047bd",
9
+ "indent-24": "indent-24__07cf9daf",
10
+ "indent-28": "indent-28__68d55987",
11
+ "indent-32": "indent-32__f72ffe58"
12
+ }, l = (d) => {
13
+ const { children: e, className: i, indent: o = 12, ...t } = d, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
+ return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: e });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,9 +1,9 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-z35N2Tap.js";
3
- const t = "radioYGroup__f7614552", d = {
4
- radioYGroup: t
2
+ import { c as d } from "../../chunks/vendor-z35N2Tap.js";
3
+ const p = "radioYGroup__49461d30", t = {
4
+ radioYGroup: p
5
5
  }, e = (o) => {
6
- const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
6
+ const { children: r, className: s, ...a } = o, i = d(t.radioYGroup, s);
7
7
  return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
9
  e.displayName = "RadioYGroup";
@@ -1,14 +1,29 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as m } from "../../chunks/vendor-z35N2Tap.js";
3
- const a = "row__40016c39", i = "noPaddingBottom__897b0813", o = {
4
- row: a,
5
- noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const c = m(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ d("div", { className: c, ...r, children: t });
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor-z35N2Tap.js";
3
+ import { EComponentSize as t } from "../../enums/EComponentSize.js";
4
+ import { RowContext as M } from "./RowContext.js";
5
+ const i = "row__e7bd1319", S = "noPaddingBottom__47c493b7", a = "SM__6e02d499", w = "MD__e983b8c2", o = {
6
+ row: i,
7
+ noPaddingBottom: S,
8
+ SM: a,
9
+ MD: w
10
+ }, P = {
11
+ [t.SM]: o.SM,
12
+ [t.MD]: o.MD
13
+ }, p = ({
14
+ children: s,
15
+ className: c,
16
+ gridHorizontalGap: n = t.SM,
17
+ paddingBottom: e = !0,
18
+ ...m
19
+ }) => {
20
+ const _ = d(c, o.row, P[n], {
21
+ [o.noPaddingBottom]: !e
22
+ });
23
+ return /* @__PURE__ */ r(M.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ r("div", { className: _, ...m, children: s }) });
9
24
  };
10
- e.displayName = "Row";
25
+ p.displayName = "Row";
11
26
  export {
12
- e as Row
27
+ p as Row
13
28
  };
14
29
  //# sourceMappingURL=Row.js.map
@@ -0,0 +1,9 @@
1
+ import o from "react";
2
+ import { EComponentSize as t } from "../../enums/EComponentSize.js";
3
+ const n = o.createContext({
4
+ gridHorizontalGap: t.SM
5
+ });
6
+ export {
7
+ n as RowContext
8
+ };
9
+ //# sourceMappingURL=RowContext.js.map
@@ -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-Dt8sZq_D.js";
9
+ import { s } from "../../chunks/SMSField.module-DsLV_aE8.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.30.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.31.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-z35N2Tap.js";
3
- import { s as o } from "../../../chunks/SMSField.module-Dt8sZq_D.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-DsLV_aE8.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 T } from "../../FormField/components/FormFieldCounter.js";
7
7
  import { FormFieldDescription as j } from "../../FormField/components/FormFieldDescription.js";
8
- import { F as y } from "../../../chunks/FormFieldInput-DM8lK78a.js";
8
+ import { F as y } from "../../../chunks/FormFieldInput-DEkpK71h.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 z } from "../../FormField/FormField.js";
16
16
  import { FormGroup as A } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSFieldContext as L } from "../SMSFieldContext.js";
18
- import { s as O } from "../../../chunks/SMSField.module-Dt8sZq_D.js";
18
+ import { s as O } from "../../../chunks/SMSField.module-DsLV_aE8.js";
19
19
  import { EVENT_KEY_CODES as _ } from "../../../utils/keyboard.js";
20
20
  const k = new RegExp(/^[0-9]*$/), w = v.forwardRef(
21
21
  ({ className: f, counter: r, description: s, disabled: u, maxLength: c = 8, onChange: o, onKeyDown: e, 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-Dt8sZq_D.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-DsLV_aE8.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, {