@sberbusiness/triplex-next 0.1.7 → 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 (173) hide show
  1. package/README.md +13 -7
  2. package/chunks/AlertProcessSpoiler-COu9EiLo.js +39 -0
  3. package/chunks/Card.module-C1gfsiyU.js +17 -0
  4. package/chunks/{DropdownListItem-BudewkEZ.js → DropdownListItem-iil7gCyc.js} +11 -11
  5. package/chunks/DropdownMobile.module-DlpnKNwL.js +19 -0
  6. package/chunks/Footer.module-CqUuM-TN.js +11 -0
  7. package/chunks/{FormFieldInput-1ReoZNC3.js → FormFieldInput-Ki1-hI2O.js} +17 -17
  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-WWYrLpko.js → ListItemControlsButton-C5HBHV5H.js} +10 -10
  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-CYOimNvc.js → TabsExtendedUtils-CfV3lgH0.js} +4 -4
  18. package/chunks/TooltipDesktop.module-C9Nuoxhf.js +19 -0
  19. package/chunks/{index-C2ZfZlU9.js → index-Cn4S9Yzd.js} +203 -203
  20. package/chunks/utils-DF32MMDm.js +36 -0
  21. package/components/Alert/AlertContext/AlertContext.js +15 -15
  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 +5 -5
  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 +14 -14
  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 +2 -2
  40. package/components/Checkbox/CheckboxXGroup.js +11 -11
  41. package/components/Checkbox/CheckboxYGroup.js +1 -1
  42. package/components/Col/Col.js +139 -139
  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 +21 -21
  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 +4 -4
  66. package/components/FormField/components/FormFieldInput.js +1 -1
  67. package/components/FormField/components/FormFieldLabel.js +11 -11
  68. package/components/FormField/components/FormFieldMaskedInput.js +4 -4
  69. package/components/FormField/components/FormFieldPostfix.js +9 -9
  70. package/components/FormField/components/FormFieldPrefix.js +8 -8
  71. package/components/FormField/components/FormFieldTextarea.js +9 -9
  72. package/components/FormField/index.js +2 -2
  73. package/components/Header/Header.js +6 -6
  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 +1 -1
  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 +27 -27
  85. package/components/List/List.js +11 -11
  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 +7 -7
  89. package/components/List/components/ListItemControls.js +5 -5
  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 +4 -4
  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 +10 -10
  108. package/components/ListMaster/components/SelectionControls.js +5 -5
  109. package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
  110. package/components/Loader/LoaderSmall/LoaderSmall.js +21 -21
  111. package/components/LoaderWidget/LoaderWidget.js +4 -4
  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 +2 -2
  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 +13 -13
  125. package/components/Radio/Radio.js +10 -10
  126. package/components/Radio/RadioXGroup.js +12 -12
  127. package/components/Radio/RadioYGroup.js +4 -4
  128. package/components/Row/Row.js +6 -6
  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 +14 -14
  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 +6 -6
  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 +1 -1
  151. package/components/Typography/Caption.js +11 -11
  152. package/components/Typography/Text.js +17 -17
  153. package/components/Typography/Title.js +18 -18
  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 +2 -1
  159. package/styles/triplex-next.css +333 -333
  160. package/chunks/AlertProcessSpoiler-Dz0-n3MA.js +0 -39
  161. package/chunks/Card.module-BxsMuqon.js +0 -17
  162. package/chunks/DropdownMobile.module-BXFged0c.js +0 -19
  163. package/chunks/Footer.module-0iyiOxBL.js +0 -11
  164. package/chunks/HeaderLayoutSidebar.module-DVm818hk.js +0 -9
  165. package/chunks/HeaderTabs.module-xudZnAdS.js +0 -9
  166. package/chunks/HeaderTitle.module-DqhWU7Ux.js +0 -9
  167. package/chunks/ListItemTail.module-BADtUeOo.js +0 -12
  168. package/chunks/ListMasterFooter.module-DDLIeeCg.js +0 -10
  169. package/chunks/Overlay.module-CwzMmHkG.js +0 -18
  170. package/chunks/Page.module-Q0_47616.js +0 -16
  171. package/chunks/TabsExtended.module-CkM04yug.js +0 -13
  172. package/chunks/TooltipDesktop.module-DsywR2ZF.js +0 -19
  173. package/chunks/utils-DvhseWbL.js +0 -36
@@ -1,10 +1,10 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as o } from "../../../chunks/vendor-CF2m175I.js";
4
- const p = "listEmptyState__c7f79e5b", l = {
4
+ const p = "listEmptyState__f5ee2b5e", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
- ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...m, ref: e, children: t })
7
+ ({ children: t, className: s, ...e }, m) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...e, ref: m, children: t })
8
8
  );
9
9
  r.displayName = "ListItemEmpty";
10
10
  export {
@@ -8,7 +8,7 @@ const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
8
8
  {
9
9
  className: r,
10
10
  ...o,
11
- "data-tx": "0.1.7",
11
+ "data-tx": "0.1.8",
12
12
  ref: s,
13
13
  children: e
14
14
  }
@@ -1,19 +1,19 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import l, { useContext as i } from "react";
3
- import { c as r } from "../../../chunks/vendor-CF2m175I.js";
4
- import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__c42c15f1", f = "selected__f6464dd6", t = {
2
+ import l, { useContext as d } from "react";
3
+ import { c as i } from "../../../chunks/vendor-CF2m175I.js";
4
+ import { ListItemContext as r } from "./ListItemContext.js";
5
+ const a = "listItemContent__a41f88a1", f = "selected__6cdd5dc8", t = {
6
6
  listItemContent: a,
7
7
  selected: f
8
8
  }, C = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = i(d);
10
+ const { selected: m } = d(r);
11
11
  return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
- className: r(t.listItemContent, { [t.selected]: m }, s),
14
+ className: i(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.1.7",
16
+ "data-tx": "0.1.8",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import m from "react";
3
- import { c as e } from "../../../chunks/vendor-CF2m175I.js";
4
- const i = "listItemControls__d314b97c", n = {
2
+ import e from "react";
3
+ import { c as m } from "../../../chunks/vendor-CF2m175I.js";
4
+ const i = "listItemControls__407162fe", n = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, a = e.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
8
8
  );
9
9
  a.displayName = "ListItemControls";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../chunks/vendor-CF2m175I.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-WWYrLpko.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../../chunks/vendor-CF2m175I.js";
4
4
  import "../../Typography/enums.js";
5
5
  import "../../Typography/Text.js";
6
- import { L as D } from "../../../chunks/index-C2ZfZlU9.js";
6
+ import { L as D } from "../../../chunks/index-Cn4S9Yzd.js";
7
7
  import "../../../utils/keyboard.js";
8
8
  import "../../Dropdown/DropdownListContext.js";
9
9
  import "../../Dropdown/mobile/DropdownMobile.js";
@@ -15,7 +15,7 @@ import "../../Dropdown/mobile/DropdownMobileInner.js";
15
15
  import "../../Dropdown/mobile/DropdownMobileInput.js";
16
16
  import "../../Dropdown/mobile/DropdownMobileList.js";
17
17
  import "../../Dropdown/mobile/DropdownMobileListItem.js";
18
- import "../../../chunks/ListItemControlsButton-WWYrLpko.js";
18
+ import "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
19
19
  export {
20
20
  D as ListItemControlsButtonDropdown
21
21
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { c as e } from "../../../chunks/vendor-CF2m175I.js";
4
- const m = "listItemLoading__542595c5", d = {
4
+ const m = "listItemLoading__894638c5", d = {
5
5
  listItemLoading: m
6
6
  }, l = a.forwardRef(
7
7
  ({ className: t, ...i }, o) => /* @__PURE__ */ s("div", { className: e(d.listItemLoading, t), ...i, ref: o, children: "Лоадер" })
@@ -3,7 +3,7 @@ import p, { useContext as m, useEffect as d } from "react";
3
3
  import { c as k } from "../../../chunks/vendor-CF2m175I.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__517038cf", L = "selected__f6464dd6", C = "checkboxWrapper__c2f27691", W = "childrenWrapper__0abac632", I = "checkboxLabel__09a52e63", S = "checkboxLabelClickArea__4b42e92e", e = {
6
+ const f = "listItemSelectable__dba3ae58", L = "selected__6cdd5dc8", C = "checkboxWrapper__be68b423", W = "childrenWrapper__833733f5", I = "checkboxLabel__99713b7a", S = "checkboxLabelClickArea__ea8e0043", e = {
7
7
  listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
@@ -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-WWYrLpko.js";
10
- import { f as h } from "../../../chunks/index-C2ZfZlU9.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-BADtUeOo.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-BADtUeOo.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-WWYrLpko.js";
10
- import { g as d } from "../../../chunks/index-C2ZfZlU9.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__a088a8fb", 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__28e4c0c6", b = "dragging__6271060a", S = "listSortableItemTargetContent__40722d1f", T = "listSortableItemTargetIcon__83a8b1e3", 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__28e4c0c6", b = "dragging__6271060a", 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-WWYrLpko.js";
7
- import { L as b, f as d, g as C } from "../../chunks/index-C2ZfZlU9.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.7", 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.7",
9
+ "data-tx": "0.1.8",
10
10
  ref: r,
11
11
  children: t
12
12
  }
@@ -1,9 +1,9 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import p from "react";
3
3
  import { c as a } from "../../../chunks/vendor-CF2m175I.js";
4
- const e = "listMasterChipGroup__9c81d844", l = {
4
+ const e = "listMasterChipGroup__11e59600", l = {
5
5
  listMasterChipGroup: e
6
- }, c = p.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}
@@ -11,8 +11,8 @@ const e = "listMasterChipGroup__9c81d844", l = {
11
11
  /* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
12
12
  )
13
13
  );
14
- c.displayName = "ListMasterChips";
14
+ m.displayName = "ListMasterChips";
15
15
  export {
16
- c as ListMasterChipGroup
16
+ m as ListMasterChipGroup
17
17
  };
18
18
  //# sourceMappingURL=ListMasterChipGroup.js.map
@@ -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-DDLIeeCg.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-DDLIeeCg.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-DDLIeeCg.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,33 +1,33 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import f, { useRef as c, 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__5b0cd69e", y = "sticky__cc65a893", o = {
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
- const e = c(null), r = c(0);
9
+ const e = o(null), r = o(0);
10
10
  m(() => {
11
11
  if (e.current)
12
12
  return r.current = e.current.getBoundingClientRect().height, window.scrollTo({ top: window.scrollY + r.current }), () => {
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(
23
- o.listMasterHeader,
23
+ c.listMasterHeader,
24
24
  {
25
- [o.sticky]: a
25
+ [c.sticky]: a
26
26
  },
27
27
  n
28
28
  ),
29
29
  ...l,
30
- ref: u,
30
+ ref: f,
31
31
  children: i
32
32
  }
33
33
  );
@@ -1,16 +1,16 @@
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__a4186a0c", a = {
4
+ const c = "selectionControls__e2e4a957", a = {
5
5
  selectionControls: c
6
6
  }, i = n.forwardRef(
7
- ({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
7
+ ({ children: o, className: t, ...e }, s) => /* @__PURE__ */ l(
8
8
  "div",
9
9
  {
10
10
  className: r(a.selectionControls, t),
11
- ...s,
12
- "data-tx": "0.1.7",
13
- ref: e,
11
+ ...e,
12
+ "data-tx": "0.1.8",
13
+ ref: s,
14
14
  children: o
15
15
  }
16
16
  )
@@ -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__c7ea84f3", e = "dot__63317b5c", l = "dot1__6057d35d", c = "dot2__cc2052cd", n = "dot3__2126e304", i = "dot4__15674483", r = "line__9f65a6e3", 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,17 +1,17 @@
1
- import { jsxs as n, jsx as d } 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 r, ELoaderSmallSize as l } from "./enum.js";
4
- const c = "loaderSmall__4d5e08fc", m = "sm__b511298b", _ = "dot__63317b5c", b = "md__37209bdf", S = "lg__a68b7b8b", i = "neutral__40b3862d", u = "brand__729d2b19", p = "dot1__6057d35d", L = "dot2__cc2052cd", g = "dot3__2126e304", 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,
12
- dot1: p,
8
+ md: S,
9
+ lg: i,
10
+ neutral: u,
11
+ brand: p,
12
+ dot1: f,
13
13
  dot2: L,
14
- dot3: g
14
+ dot3: b
15
15
  }, t = (s) => {
16
16
  switch (s) {
17
17
  case r.BRAND:
@@ -19,30 +19,30 @@ const c = "loaderSmall__4d5e08fc", m = "sm__b511298b", _ = "dot__63317b5c", b =
19
19
  case r.NEUTRAL:
20
20
  return a.neutral;
21
21
  }
22
- }, N = (s) => {
22
+ }, g = (s) => {
23
23
  switch (s) {
24
- case l.SM:
24
+ case d.SM:
25
25
  return a.sm;
26
- case l.MD:
26
+ case d.MD:
27
27
  return a.md;
28
- case l.LG:
28
+ case d.LG:
29
29
  return a.lg;
30
30
  }
31
- }, f = ({ theme: s, size: e }) => /* @__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, N(e), t(s)),
36
+ className: o(a.loaderSmall, g(e), t(s)),
37
37
  children: [
38
- /* @__PURE__ */ d("span", { className: o(t(s), a.dot, a.dot1) }),
39
- /* @__PURE__ */ d("span", { className: o(t(s), a.dot, a.dot2) }),
40
- /* @__PURE__ */ d("span", { className: o(t(s), a.dot, a.dot3) })
38
+ /* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot1) }),
39
+ /* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot2) }),
40
+ /* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot3) })
41
41
  ]
42
42
  }
43
43
  );
44
- f.displayName = "LoaderSmall";
44
+ N.displayName = "LoaderSmall";
45
45
  export {
46
- f as LoaderSmall
46
+ N as LoaderSmall
47
47
  };
48
48
  //# sourceMappingURL=LoaderSmall.js.map
@@ -3,23 +3,23 @@ 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__4ffa9218", k = "loaderSmallBackdrop__cee43d4f", g = "loaderMiddleBackdrop__00c4a342", M = "loaderMiddleBackground__3063e50a", 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
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
24
  f.displayName = "LoaderWidget";
25
25
  export {
@@ -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-CwzMmHkG.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-CwzMmHkG.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-CwzMmHkG.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-Q0_47616.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-Q0_47616.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-Q0_47616.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-Q0_47616.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
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-CF2m175I.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__195b56ef", s = {
4
+ const r = "paginationExtended__0cfbe267", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, a),
11
- "data-tx": "0.1.7",
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__00a8ad80", N = "directionIconNext__0fc6a623", 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__00a8ad80", N = "directionIconNext__0fc6a6
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