@sberbusiness/triplex-next 0.1.6 → 0.1.8

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 (172) hide show
  1. package/README.md +13 -7
  2. package/chunks/{AlertProcessSpoiler-BuN7zhGO.js → AlertProcessSpoiler-COu9EiLo.js} +5 -5
  3. package/chunks/Card.module-C1gfsiyU.js +17 -0
  4. package/chunks/{DropdownListItem-CM0DOekv.js → DropdownListItem-iil7gCyc.js} +21 -21
  5. package/chunks/DropdownMobile.module-DlpnKNwL.js +19 -0
  6. package/chunks/Footer.module-CqUuM-TN.js +11 -0
  7. package/chunks/{FormFieldInput-3TmHcNY0.js → FormFieldInput-Ki1-hI2O.js} +9 -9
  8. package/chunks/HeaderLayoutSidebar.module-BnYpSWmI.js +9 -0
  9. package/chunks/HeaderTabs.module-IVowc7y2.js +9 -0
  10. package/chunks/HeaderTitle.module-Cja2peF4.js +9 -0
  11. package/chunks/{ListItemControlsButton-BpUzyKya.js → ListItemControlsButton-C5HBHV5H.js} +14 -14
  12. package/chunks/ListItemTail.module-DGc45Gzs.js +12 -0
  13. package/chunks/ListMasterFooter.module-CEzWKTX8.js +10 -0
  14. package/chunks/Overlay.module-Q2gyaG66.js +18 -0
  15. package/chunks/Page.module-DxiWg_8o.js +16 -0
  16. package/chunks/TabsExtended.module-BF_E00U4.js +13 -0
  17. package/chunks/{TabsExtendedUtils-BT4b2wK1.js → TabsExtendedUtils-CfV3lgH0.js} +4 -4
  18. package/chunks/TooltipDesktop.module-C9Nuoxhf.js +19 -0
  19. package/chunks/{index-CLQ4mLUp.js → index-Cn4S9Yzd.js} +122 -122
  20. package/chunks/utils-DF32MMDm.js +36 -0
  21. package/components/Alert/AlertContext/AlertContext.js +18 -18
  22. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  23. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  24. package/components/Body/Body.js +6 -6
  25. package/components/Button/Button.js +1 -1
  26. package/components/Button/ButtonBase.js +1 -1
  27. package/components/Button/ButtonDropdown.js +2 -2
  28. package/components/Button/ButtonDropdownExtended.js +1 -1
  29. package/components/Button/ButtonIcon.js +8 -8
  30. package/components/Button/index.js +1 -1
  31. package/components/Card/CardAction.js +3 -3
  32. package/components/Card/CardStatic.js +2 -2
  33. package/components/Card/components/CardContent/CardContent.js +1 -1
  34. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  35. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  36. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  37. package/components/Card/components/CardMedia.js +1 -1
  38. package/components/Card/utils.js +1 -1
  39. package/components/Checkbox/Checkbox.js +6 -6
  40. package/components/Checkbox/CheckboxXGroup.js +12 -12
  41. package/components/Checkbox/CheckboxYGroup.js +6 -6
  42. package/components/Col/Col.js +136 -136
  43. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  44. package/components/Dropdown/Dropdown.js +1 -1
  45. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  46. package/components/Dropdown/desktop/DropdownList.js +4 -4
  47. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  48. package/components/Dropdown/index.js +2 -2
  49. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  50. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  51. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  52. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  53. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  54. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  55. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  56. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  57. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  58. package/components/Footer/Footer.js +2 -2
  59. package/components/Footer/components/FooterDescription.js +1 -1
  60. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  61. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  62. package/components/FormField/FormField.js +17 -17
  63. package/components/FormField/components/FormFieldClear.js +5 -5
  64. package/components/FormField/components/FormFieldCounter.js +4 -4
  65. package/components/FormField/components/FormFieldDescription.js +7 -7
  66. package/components/FormField/components/FormFieldInput.js +1 -1
  67. package/components/FormField/components/FormFieldLabel.js +10 -10
  68. package/components/FormField/components/FormFieldMaskedInput.js +4 -4
  69. package/components/FormField/components/FormFieldPostfix.js +1 -1
  70. package/components/FormField/components/FormFieldPrefix.js +9 -9
  71. package/components/FormField/components/FormFieldTextarea.js +6 -6
  72. package/components/FormField/index.js +2 -2
  73. package/components/Header/Header.js +2 -2
  74. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  75. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  76. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  77. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  78. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  79. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  80. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  81. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  82. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  83. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  84. package/components/Link/Link.js +21 -21
  85. package/components/List/List.js +9 -9
  86. package/components/List/components/ListEmptyState.js +2 -2
  87. package/components/List/components/ListItem.js +1 -1
  88. package/components/List/components/ListItemContent.js +10 -10
  89. package/components/List/components/ListItemControls.js +1 -1
  90. package/components/List/components/ListItemControlsButton.js +1 -1
  91. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  92. package/components/List/components/ListItemLoading.js +1 -1
  93. package/components/List/components/ListItemSelectable.js +1 -1
  94. package/components/List/components/ListItemTable.js +2 -2
  95. package/components/List/components/ListItemTailLeft.js +1 -1
  96. package/components/List/components/ListItemTailRight.js +1 -1
  97. package/components/List/components/ListSortableItem.js +2 -2
  98. package/components/List/components/ListSortableItemControls.js +5 -5
  99. package/components/List/components/ListSortableItemTarget.js +8 -8
  100. package/components/List/index.js +2 -2
  101. package/components/ListMaster/ListMaster.js +1 -1
  102. package/components/ListMaster/components/ListMasterBody.js +1 -1
  103. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  104. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  105. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  106. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  107. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  108. package/components/ListMaster/components/SelectionControls.js +9 -9
  109. package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
  110. package/components/Loader/LoaderSmall/LoaderSmall.js +14 -14
  111. package/components/LoaderWidget/LoaderWidget.js +7 -7
  112. package/components/Overlay/Overlay.js +1 -1
  113. package/components/Overlay/OverlayMask.js +1 -1
  114. package/components/Overlay/OverlayPanel.js +1 -1
  115. package/components/Page/Page.js +1 -1
  116. package/components/Page/components/BodyPage.js +1 -1
  117. package/components/Page/components/FooterPage.js +1 -1
  118. package/components/Page/components/HeaderPage.js +1 -1
  119. package/components/Pagination/components/PaginationExtended.js +6 -6
  120. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  121. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  122. package/components/Pagination/components/PaginationPageButton.js +1 -1
  123. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  124. package/components/Pagination/components/PaginationSelect.js +9 -9
  125. package/components/Radio/Radio.js +9 -9
  126. package/components/Radio/RadioXGroup.js +9 -9
  127. package/components/Radio/RadioYGroup.js +9 -9
  128. package/components/Row/Row.js +4 -4
  129. package/components/SegmentedControl/SegmentedControl.js +1 -1
  130. package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
  131. package/components/SegmentedControl/index.js +1 -1
  132. package/components/Skeleton/Skeleton.js +10 -10
  133. package/components/SwipeableArea/SwipeableArea.js +12 -12
  134. package/components/TabsExtended/TabsExtended.js +1 -1
  135. package/components/TabsExtended/TabsExtendedUtils.js +1 -1
  136. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  137. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  138. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  139. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  140. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  141. package/components/TextField/MaskedField.js +4 -4
  142. package/components/TextField/TextField.js +4 -4
  143. package/components/TextField/TextFieldBase.js +4 -4
  144. package/components/TextField/index.js +1 -1
  145. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  146. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  147. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  148. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  149. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  150. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  151. package/components/Typography/Caption.js +7 -7
  152. package/components/Typography/Text.js +20 -20
  153. package/components/Typography/Title.js +22 -22
  154. package/components/Typography/utils.js +1 -1
  155. package/components/UploadZone/components/UploadZoneInput.js +10 -10
  156. package/components/index.js +4 -4
  157. package/index.js +4 -4
  158. package/package.json +3 -1
  159. package/styles/triplex-next.css +333 -333
  160. package/chunks/Card.module-ByP22Mc4.js +0 -17
  161. package/chunks/DropdownMobile.module-gjHocEKh.js +0 -19
  162. package/chunks/Footer.module-B1rO0bcd.js +0 -11
  163. package/chunks/HeaderLayoutSidebar.module-CEXHjsmH.js +0 -9
  164. package/chunks/HeaderTabs.module-YFm2izz6.js +0 -9
  165. package/chunks/HeaderTitle.module-lv649tnz.js +0 -9
  166. package/chunks/ListItemTail.module-D7Oa-l-5.js +0 -12
  167. package/chunks/ListMasterFooter.module-1LjIdZNa.js +0 -10
  168. package/chunks/Overlay.module-BbpDNlm7.js +0 -18
  169. package/chunks/Page.module-DAinpecX.js +0 -16
  170. package/chunks/TabsExtended.module-CQBdl7x1.js +0 -13
  171. package/chunks/TooltipDesktop.module-BRkBuup-.js +0 -19
  172. package/chunks/utils-VD40Qwop.js +0 -36
@@ -6,8 +6,8 @@ import "../ListSortable.js";
6
6
  import "./ListItem.js";
7
7
  import "./ListItemControls.js";
8
8
  import "./ListItemContent.js";
9
- import "../../../chunks/ListItemControlsButton-BpUzyKya.js";
10
- import { f as h } from "../../../chunks/index-CLQ4mLUp.js";
9
+ import "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
10
+ import { f as h } from "../../../chunks/index-Cn4S9Yzd.js";
11
11
  import "./ListEmptyState.js";
12
12
  import "./ListItemLoading.js";
13
13
  import "./ListItemSelectable.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as o } from "../../../chunks/vendor-CF2m175I.js";
4
- import { s } from "../../../chunks/ListItemTail.module-D7Oa-l-5.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-DGc45Gzs.js";
5
5
  const r = m.forwardRef(
6
6
  ({ className: a, ...e }, i) => /* @__PURE__ */ l(
7
7
  "span",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as o } from "../../../chunks/vendor-CF2m175I.js";
4
- import { s } from "../../../chunks/ListItemTail.module-D7Oa-l-5.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-DGc45Gzs.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, l) => /* @__PURE__ */ m(
7
7
  "span",
@@ -6,8 +6,8 @@ import "../ListSortable.js";
6
6
  import "./ListItem.js";
7
7
  import "./ListItemControls.js";
8
8
  import "./ListItemContent.js";
9
- import "../../../chunks/ListItemControlsButton-BpUzyKya.js";
10
- import { g as d } from "../../../chunks/index-CLQ4mLUp.js";
9
+ import "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
10
+ import { g as d } from "../../../chunks/index-Cn4S9Yzd.js";
11
11
  import "./ListEmptyState.js";
12
12
  import "./ListItemLoading.js";
13
13
  import "./ListItemSelectable.js";
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import l from "react";
3
- import { c as e } from "../../../chunks/vendor-CF2m175I.js";
4
- const a = "listSortableItemControls__55207bc6", m = {
2
+ import e from "react";
3
+ import { c as l } from "../../../chunks/vendor-CF2m175I.js";
4
+ const a = "listSortableItemControls__0307ce33", m = {
5
5
  listSortableItemControls: a
6
- }, i = l.forwardRef(
6
+ }, i = e.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(
8
8
  "div",
9
9
  {
10
- className: e(m.listSortableItemControls, t),
10
+ className: l(m.listSortableItemControls, t),
11
11
  "data-draggable": "false",
12
12
  ...o,
13
13
  ref: r
@@ -1,17 +1,17 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
4
- import { c } from "../../../chunks/vendor-CF2m175I.js";
5
- const I = "listSortableItemTarget__2cae60e5", b = "dragging__e893fe3f", S = "listSortableItemTargetContent__12429bfd", T = "listSortableItemTargetIcon__c4451f65", t = {
6
- listSortableItemTarget: I,
4
+ import { c as I } from "../../../chunks/vendor-CF2m175I.js";
5
+ const c = "listSortableItemTarget__9e723db4", b = "dragging__7419f2d6", S = "listSortableItemTargetContent__1e767fd2", d = "listSortableItemTargetIcon__836142ae", t = {
6
+ listSortableItemTarget: c,
7
7
  dragging: b,
8
8
  listSortableItemTargetContent: S,
9
- listSortableItemTargetIcon: T
10
- }, d = m.forwardRef(
9
+ listSortableItemTargetIcon: d
10
+ }, T = m.forwardRef(
11
11
  ({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
14
+ className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
15
15
  ...s,
16
16
  ref: g,
17
17
  children: [
@@ -21,8 +21,8 @@ const I = "listSortableItemTarget__2cae60e5", b = "dragging__e893fe3f", S = "lis
21
21
  }
22
22
  )
23
23
  );
24
- d.displayName = "ListSortableItemTarget";
24
+ T.displayName = "ListSortableItemTarget";
25
25
  export {
26
- d as ListSortableItemTarget
26
+ T as ListSortableItemTarget
27
27
  };
28
28
  //# sourceMappingURL=ListSortableItemTarget.js.map
@@ -3,8 +3,8 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
3
3
  import { ListItem as a } from "./components/ListItem.js";
4
4
  import { ListItemControls as p } from "./components/ListItemControls.js";
5
5
  import { ListItemContent as x } from "./components/ListItemContent.js";
6
- import { L as I } from "../../chunks/ListItemControlsButton-BpUzyKya.js";
7
- import { L as b, f as d, g as C } from "../../chunks/index-CLQ4mLUp.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton-C5HBHV5H.js";
7
+ import { L as b, f as d, g as C } from "../../chunks/index-Cn4S9Yzd.js";
8
8
  import { ListEmptyState as c } from "./components/ListEmptyState.js";
9
9
  import { ListItemLoading as u } from "./components/ListItemLoading.js";
10
10
  import { ListItemSelectable as v } from "./components/ListItemSelectable.js";
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
6
6
  import { SelectionControls as n } from "./components/SelectionControls.js";
7
7
  import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
8
8
  import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
9
- const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.1.6", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.1.8", children: t });
10
10
  o.Body = m;
11
11
  o.ChipGroup = s;
12
12
  o.Footer = p;
@@ -6,7 +6,7 @@ const s = e.forwardRef(
6
6
  {
7
7
  className: a,
8
8
  ...o,
9
- "data-tx": "0.1.6",
9
+ "data-tx": "0.1.8",
10
10
  ref: r,
11
11
  children: t
12
12
  }
@@ -1,14 +1,14 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import o from "react";
3
- import { c as p } from "../../../chunks/vendor-CF2m175I.js";
4
- const e = "listMasterChipGroup__9aa09407", l = {
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import p from "react";
3
+ import { c as a } from "../../../chunks/vendor-CF2m175I.js";
4
+ const e = "listMasterChipGroup__11e59600", l = {
5
5
  listMasterChipGroup: e
6
- }, m = o.forwardRef(
6
+ }, m = p.forwardRef(
7
7
  ({ children: s, className: t, ...r }, i) => (
8
8
  // <ChipGroup className={clsx("cssClass[listMasterChipGroup]", className)} oneLine {...rest} ref={ref}>
9
9
  // {children}
10
10
  // </ChipGroup>
11
- /* @__PURE__ */ a("div", { className: p(l.listMasterChipGroup, t), ref: i, ...r, children: s })
11
+ /* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
12
12
  )
13
13
  );
14
14
  m.displayName = "ListMasterChips";
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as f } from "../../../chunks/vendor-CF2m175I.js";
4
- import { s as t } from "../../../chunks/ListMasterFooter.module-1LjIdZNa.js";
4
+ import { s as t } from "../../../chunks/ListMasterFooter.module-CEzWKTX8.js";
5
5
  const c = m.forwardRef(
6
6
  ({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { c as m } from "../../../chunks/vendor-CF2m175I.js";
4
- import { s as i } from "../../../chunks/ListMasterFooter.module-1LjIdZNa.js";
4
+ import { s as i } from "../../../chunks/ListMasterFooter.module-CEzWKTX8.js";
5
5
  const l = a.forwardRef(
6
6
  ({ children: o, className: t, ...r }, s) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, t), ...r, ref: s, children: o })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as a } from "../../../chunks/vendor-CF2m175I.js";
4
- import { s as m } from "../../../chunks/ListMasterFooter.module-1LjIdZNa.js";
4
+ import { s as m } from "../../../chunks/ListMasterFooter.module-CEzWKTX8.js";
5
5
  const p = i.forwardRef(
6
6
  ({ children: t, className: o, ...r }, s) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, o), ...r, ref: s, children: t })
7
7
  );
@@ -1,10 +1,10 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import f, { useRef as o, useEffect as m } from "react";
1
+ import { jsx as u } from "react/jsx-runtime";
2
+ import d, { useRef as o, useEffect as m } from "react";
3
3
  import { c as w } from "../../../chunks/vendor-CF2m175I.js";
4
- const p = "listMasterHeader__225a7e7b", y = "sticky__b9469865", c = {
4
+ const p = "listMasterHeader__ff870777", y = "sticky__c335ac6f", c = {
5
5
  listMasterHeader: p,
6
6
  sticky: y
7
- }, H = f.forwardRef(
7
+ }, H = d.forwardRef(
8
8
  ({ children: i, className: n, sticky: a = !0, ...l }, t) => {
9
9
  const e = o(null), r = o(0);
10
10
  m(() => {
@@ -13,10 +13,10 @@ const p = "listMasterHeader__225a7e7b", y = "sticky__b9469865", c = {
13
13
  window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
14
14
  };
15
15
  }, []);
16
- const u = (s) => {
16
+ const f = (s) => {
17
17
  e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
18
18
  };
19
- return /* @__PURE__ */ d(
19
+ return /* @__PURE__ */ u(
20
20
  "div",
21
21
  {
22
22
  className: w(
@@ -27,7 +27,7 @@ const p = "listMasterHeader__225a7e7b", y = "sticky__b9469865", c = {
27
27
  n
28
28
  ),
29
29
  ...l,
30
- ref: u,
30
+ ref: f,
31
31
  children: i
32
32
  }
33
33
  );
@@ -1,22 +1,22 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as r } from "../../../chunks/vendor-CF2m175I.js";
4
- const c = "selectionControls__ffffe3dc", i = {
4
+ const c = "selectionControls__e2e4a957", a = {
5
5
  selectionControls: c
6
- }, a = n.forwardRef(
7
- ({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
6
+ }, i = n.forwardRef(
7
+ ({ children: o, className: t, ...e }, s) => /* @__PURE__ */ l(
8
8
  "div",
9
9
  {
10
- className: r(i.selectionControls, t),
11
- ...s,
12
- "data-tx": "0.1.6",
13
- ref: e,
10
+ className: r(a.selectionControls, t),
11
+ ...e,
12
+ "data-tx": "0.1.8",
13
+ ref: s,
14
14
  children: o
15
15
  }
16
16
  )
17
17
  );
18
- a.displayName = "SelectionControls";
18
+ i.displayName = "SelectionControls";
19
19
  export {
20
- a as SelectionControls
20
+ i as SelectionControls
21
21
  };
22
22
  //# sourceMappingURL=SelectionControls.js.map
@@ -1,11 +1,11 @@
1
1
  import { jsxs as s, jsx as o } from "react/jsx-runtime";
2
2
  import { c as t } from "../../../chunks/vendor-CF2m175I.js";
3
- const a = "loaderMiddle__faa75574", e = "dot__33f4531f", l = "dot1__47ef86b8", c = "dot2__b282b077", n = "dot3__637b918b", i = "dot4__60f2acc0", r = "line__0d5886fc", d = {
3
+ const a = "loaderMiddle__f71b7a77", e = "dot__1d3760df", l = "dot1__23d4763c", n = "dot2__f1a7b143", c = "dot3__66036586", i = "dot4__f91a5bbf", r = "line__f882f5a4", d = {
4
4
  loaderMiddle: a,
5
5
  dot: e,
6
6
  dot1: l,
7
- dot2: c,
8
- dot3: n,
7
+ dot2: n,
8
+ dot3: c,
9
9
  dot4: i,
10
10
  line: r
11
11
  }, _ = () => /* @__PURE__ */ s("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: [
@@ -1,22 +1,22 @@
1
- import { jsxs as n, jsx as l } from "react/jsx-runtime";
1
+ import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
2
  import { c as o } from "../../../chunks/vendor-CF2m175I.js";
3
- import { ELoaderSmallTheme as e, ELoaderSmallSize as d } from "./enum.js";
4
- const c = "loaderSmall__34a76875", m = "sm__4f49eb8d", _ = "dot__33f4531f", b = "md__e818ba9b", S = "lg__81611fdb", i = "neutral__ab8c701a", u = "brand__4589b1f5", f = "dot1__47ef86b8", p = "dot2__b282b077", L = "dot3__637b918b", a = {
5
- loaderSmall: c,
3
+ import { ELoaderSmallTheme as r, ELoaderSmallSize as d } from "./enum.js";
4
+ const n = "loaderSmall__008bca28", m = "sm__18f4a39c", _ = "dot__1d3760df", S = "md__5875da43", i = "lg__d0512ec2", u = "neutral__87cc713f", p = "brand__927f1247", f = "dot1__23d4763c", L = "dot2__f1a7b143", b = "dot3__66036586", a = {
5
+ loaderSmall: n,
6
6
  sm: m,
7
7
  dot: _,
8
- md: b,
9
- lg: S,
10
- neutral: i,
11
- brand: u,
8
+ md: S,
9
+ lg: i,
10
+ neutral: u,
11
+ brand: p,
12
12
  dot1: f,
13
- dot2: p,
14
- dot3: L
13
+ dot2: L,
14
+ dot3: b
15
15
  }, t = (s) => {
16
16
  switch (s) {
17
- case e.BRAND:
17
+ case r.BRAND:
18
18
  return a.brand;
19
- case e.NEUTRAL:
19
+ case r.NEUTRAL:
20
20
  return a.neutral;
21
21
  }
22
22
  }, g = (s) => {
@@ -28,12 +28,12 @@ const c = "loaderSmall__34a76875", m = "sm__4f49eb8d", _ = "dot__33f4531f", b =
28
28
  case d.LG:
29
29
  return a.lg;
30
30
  }
31
- }, N = ({ theme: s, size: r }) => /* @__PURE__ */ n(
31
+ }, N = ({ theme: s, size: e }) => /* @__PURE__ */ c(
32
32
  "span",
33
33
  {
34
34
  role: "status",
35
35
  "aria-label": "loading",
36
- className: o(a.loaderSmall, g(r), t(s)),
36
+ className: o(a.loaderSmall, g(e), t(s)),
37
37
  children: [
38
38
  /* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot1) }),
39
39
  /* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot2) }),
@@ -3,26 +3,26 @@ import { LoaderSmall as m } from "../Loader/LoaderSmall/LoaderSmall.js";
3
3
  import { ELoaderSmallTheme as s, ELoaderSmallSize as t } from "../Loader/LoaderSmall/enum.js";
4
4
  import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
5
5
  import { c as p } from "../../chunks/vendor-CF2m175I.js";
6
- const B = "loaderWidget__4b26b4db", k = "loaderSmallBackdrop__361bcd22", g = "loaderMiddleBackdrop__13ac9ecc", M = "loaderMiddleBackground__3806f6b7", a = {
6
+ const B = "loaderWidget__f69dc9a4", k = "loaderSmallBackdrop__f11bd679", g = "loaderMiddleBackdrop__86a4583f", M = "loaderMiddleBackground__1793857b", a = {
7
7
  loaderWidget: B,
8
8
  loaderSmallBackdrop: k,
9
9
  loaderMiddleBackdrop: g,
10
10
  loaderMiddleBackground: M
11
- }, S = ({
11
+ }, f = ({
12
12
  className: o,
13
- size: e = t.MD,
13
+ size: r = t.MD,
14
14
  type: l,
15
- theme: r = s.BRAND,
15
+ theme: e = s.BRAND,
16
16
  ...c
17
17
  }) => {
18
18
  const i = p(o, a.loaderWidget, {
19
19
  [a.loaderSmallBackdrop]: l === "small",
20
20
  [a.loaderMiddleBackdrop]: l === "middle"
21
21
  });
22
- return /* @__PURE__ */ d("div", { className: i, ...c, children: l === "small" ? /* @__PURE__ */ d(m, { size: e, theme: r }) : /* @__PURE__ */ d("div", { className: a.loaderMiddleBackground, children: /* @__PURE__ */ d(n, {}) }) });
22
+ return /* @__PURE__ */ d("div", { className: i, ...c, children: l === "small" ? /* @__PURE__ */ d(m, { size: r, theme: e }) : /* @__PURE__ */ d("div", { className: a.loaderMiddleBackground, children: /* @__PURE__ */ d(n, {}) }) });
23
23
  };
24
- S.displayName = "LoaderWidget";
24
+ f.displayName = "LoaderWidget";
25
25
  export {
26
- S as LoaderWidget
26
+ f as LoaderWidget
27
27
  };
28
28
  //# sourceMappingURL=LoaderWidget.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-CF2m175I.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-BbpDNlm7.js";
7
+ import { s as r } from "../../chunks/Overlay.module-Q2gyaG66.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-CF2m175I.js";
4
- import { s as a } from "../../chunks/Overlay.module-BbpDNlm7.js";
4
+ import { s as a } from "../../chunks/Overlay.module-Q2gyaG66.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as d } from "../../chunks/vendor-CF2m175I.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-BbpDNlm7.js";
5
+ import { s as e } from "../../chunks/Overlay.module-Q2gyaG66.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as s } from "../../chunks/vendor-CF2m175I.js";
4
4
  import { BodyPage as i } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as p } from "./components/FooterPage.js";
7
- import { s as d } from "../../chunks/Page.module-DAinpecX.js";
7
+ import { s as d } from "../../chunks/Page.module-DxiWg_8o.js";
8
8
  import "./components/enums.js";
9
9
  const g = Object.assign(
10
10
  m.forwardRef(function({ children: o, className: r, ...e }, a) {
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { Body as e } from "../../Body/Body.js";
4
4
  import { c as t } from "../../../chunks/vendor-CF2m175I.js";
5
- import { s as f } from "../../../chunks/Page.module-DAinpecX.js";
5
+ import { s as f } from "../../../chunks/Page.module-DxiWg_8o.js";
6
6
  const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
7
7
  d.displayName = "BodyPage";
8
8
  export {
@@ -2,7 +2,7 @@ import { jsxs as k, jsx as s, Fragment as N } from "react/jsx-runtime";
2
2
  import S, { useState as p, useRef as P, useEffect as v } from "react";
3
3
  import { Footer as n } from "../../Footer/Footer.js";
4
4
  import { EFooterPageType as c } from "./enums.js";
5
- import { s as e } from "../../../chunks/Page.module-DAinpecX.js";
5
+ import { s as e } from "../../../chunks/Page.module-DxiWg_8o.js";
6
6
  import { c as D } from "../../../chunks/vendor-CF2m175I.js";
7
7
  const F = Object.assign(
8
8
  S.forwardRef(({ className: u, type: r, ...t }, i) => {
@@ -2,7 +2,7 @@ import { jsxs as h, jsx as c, Fragment as S } from "react/jsx-runtime";
2
2
  import b, { useState as k, useRef as N, useEffect as P } from "react";
3
3
  import { Header as e } from "../../Header/Header.js";
4
4
  import { EHeaderPageType as o } from "./enums.js";
5
- import { s as r } from "../../../chunks/Page.module-DAinpecX.js";
5
+ import { s as r } from "../../../chunks/Page.module-DxiWg_8o.js";
6
6
  import { c as v } from "../../../chunks/vendor-CF2m175I.js";
7
7
  const x = Object.assign(
8
8
  b.forwardRef(({ className: m, type: a, ...s }, n) => {
@@ -1,14 +1,14 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-CF2m175I.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-CF2m175I.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__0de68cb6", s = {
4
+ const r = "paginationExtended__0cfbe267", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, a),
11
- "data-tx": "0.1.6",
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "0.1.8",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import c from "react";
2
+ import r from "react";
3
3
  import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import o from "@sberbusiness/icons-next/CaretleftStrokeSrvIcon24";
7
- const g = "paginationNavigationButton__7d7a91aa", N = "directionIconNext__ce86a01b", n = {
7
+ const g = "paginationNavigationButton__70bc4774", N = "directionIconNext__9c0190c8", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, I = r.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
- const r = i === s.BACK;
12
+ const c = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
14
14
  p,
15
15
  {
@@ -17,13 +17,13 @@ const g = "paginationNavigationButton__7d7a91aa", N = "directionIconNext__ce86a0
17
17
  shape: m.SQUIRCLE,
18
18
  ...a,
19
19
  ref: e,
20
- children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
20
+ children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
21
21
  }
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ I 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-CF2m175I.js";
4
- const g = "paginationNavigationExtended__3b9e40c1", r = {
4
+ const g = "paginationNavigationExtended__b1d3271e", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
3
  import { c } from "../../../chunks/vendor-CF2m175I.js";
4
- const s = "paginationPageButton__f646ef64", u = "currentPage__d40ff357", a = {
4
+ const s = "paginationPageButton__c5d1f3ed", u = "currentPage__afae628d", a = {
5
5
  paginationPageButton: s,
6
6
  currentPage: u
7
7
  }, P = g.forwardRef(
@@ -1,10 +1,10 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../../chunks/vendor-CF2m175I.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__259712b8", r = {
4
+ const t = "pageEllipsis__ef3a87ac", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
7
+ ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
8
8
  );
9
9
  n.displayName = "PaginationPageEllipsis";
10
10
  export {
@@ -2,25 +2,25 @@ import { jsxs as g, jsx as t } from "react/jsx-runtime";
2
2
  import S, { useRef as f } from "react";
3
3
  import { j as x, c as N } from "../../../chunks/vendor-CF2m175I.js";
4
4
  import "../../Typography/Title.js";
5
- import { Text as v } from "../../Typography/Text.js";
5
+ import { Text as b } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
- import { ETextSize as _ } from "../../Typography/enums.js";
8
- const h = "paginationSelect__e9289870", b = "paginationSelectControl__2ec4d515", o = {
9
- paginationSelect: h,
10
- paginationSelectControl: b
7
+ import { ETextSize as v } from "../../Typography/enums.js";
8
+ const _ = "paginationSelect__f14a90da", h = "paginationSelectControl__58bc725b", o = {
9
+ paginationSelect: _,
10
+ paginationSelectControl: h
11
11
  }, j = S.forwardRef(
12
- ({ paginationLabel: c, className: s, hidden: d, options: i, value: a, onChange: n }, m) => {
12
+ ({ paginationLabel: c, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
13
  const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
14
14
  const r = Number(e.target.value);
15
- Number.isNaN(r) || n == null || n(r);
15
+ Number.isNaN(r) || a == null || a(r);
16
16
  };
17
17
  return d ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: m, children: [
18
- /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
18
+ /* @__PURE__ */ t(b, { size: v.B3, id: l.current, children: c }),
19
19
  /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
23
- value: a !== void 0 ? String(a) : void 0,
23
+ value: n !== void 0 ? String(n) : void 0,
24
24
  onChange: u,
25
25
  children: p.map((e) => /* @__PURE__ */ t("option", { value: e, children: e }, e))
26
26
  }
@@ -1,8 +1,8 @@
1
- import { jsxs as b, jsx as c } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as d } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { ERadioSize as f } from "./enum.js";
3
+ import { ERadioSize as b } from "./enum.js";
4
4
  import { c as l } from "../../chunks/vendor-CF2m175I.js";
5
- const N = "label__7fa2b61e", y = "md__94944cdc", x = "lg__1975bdef", R = "nonempty__eff1c0f4", u = "disabled__352d1fa7", I = "radio__18cee38c", g = "radioIcon__0ea1ebb2", a = {
5
+ const N = "label__efc53a9f", y = "md__51acc21f", x = "lg__c136757f", R = "nonempty__cdcd4e1c", u = "disabled__5f088f59", I = "radio__59baf974", g = "radioIcon__05cdeb41", a = {
6
6
  label: N,
7
7
  md: y,
8
8
  lg: x,
@@ -11,15 +11,15 @@ const N = "label__7fa2b61e", y = "md__94944cdc", x = "lg__1975bdef", R = "nonemp
11
11
  radio: I,
12
12
  radioIcon: g
13
13
  }, h = p.forwardRef((n, t) => {
14
- const { children: o, className: i, disabled: e, labelAttributes: s, size: d = f.MD, ...r } = n, m = l(a.radio, i, a[d]), _ = l(
14
+ const { children: o, className: i, disabled: c, labelAttributes: s, size: e = b.MD, ...r } = n, m = l(a.radio, i, a[e]), _ = l(
15
15
  a.label,
16
- a[d],
17
- { [a.disabled]: !!e, [a.nonempty]: !!o },
16
+ a[e],
17
+ { [a.disabled]: !!c, [a.nonempty]: !!o },
18
18
  s == null ? void 0 : s.className
19
19
  );
20
- return /* @__PURE__ */ b("label", { ...s, className: _, "data-tx": "0.1.6", children: [
21
- /* @__PURE__ */ c("input", { type: "radio", className: m, disabled: e, ...r, ref: t }),
22
- /* @__PURE__ */ c("span", { className: a.radioIcon }),
20
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.1.8", children: [
21
+ /* @__PURE__ */ d("input", { type: "radio", className: m, disabled: c, ...r, ref: t }),
22
+ /* @__PURE__ */ d("span", { className: a.radioIcon }),
23
23
  o
24
24
  ] });
25
25
  });
@@ -1,17 +1,17 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-CF2m175I.js";
3
- const c = "radioXGroup__d46efdc3", _ = "label__7fa2b61e", n = {
3
+ const c = "radioXGroup__b433bc0f", _ = "label__efc53a9f", n = {
4
4
  radioXGroup: c,
5
- "indent-12": "indent-12__f8607f37",
5
+ "indent-12": "indent-12__384e106a",
6
6
  label: _,
7
- "indent-16": "indent-16__573c2fce",
8
- "indent-20": "indent-20__f23ca316",
9
- "indent-24": "indent-24__f327057d",
10
- "indent-28": "indent-28__fd8924ea",
11
- "indent-32": "indent-32__68592f09"
7
+ "indent-16": "indent-16__4c6b7080",
8
+ "indent-20": "indent-20__9d4a9aa8",
9
+ "indent-24": "indent-24__c51e7652",
10
+ "indent-28": "indent-28__c21b17e3",
11
+ "indent-32": "indent-32__8f8a5ad1"
12
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 });
13
+ const { children: a, className: d, indent: i = 12, ...o } = e, t = s(n.radioXGroup, n[`indent-${i}`], d);
14
+ return /* @__PURE__ */ r("div", { className: t, role: "radiogroup", ...o, children: a });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {