@sberbusiness/triplex-next 0.1.5 → 0.1.6

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 (171) hide show
  1. package/chunks/{AlertProcessSpoiler-Dz7CKApv.js → AlertProcessSpoiler-BuN7zhGO.js} +14 -14
  2. package/chunks/Card.module-ByP22Mc4.js +17 -0
  3. package/chunks/{DropdownListItem-CwqothNf.js → DropdownListItem-CM0DOekv.js} +13 -13
  4. package/chunks/DropdownMobile.module-gjHocEKh.js +19 -0
  5. package/chunks/Footer.module-B1rO0bcd.js +11 -0
  6. package/chunks/{FormFieldInput-Cmc0beZ5.js → FormFieldInput-3TmHcNY0.js} +18 -18
  7. package/chunks/HeaderLayoutSidebar.module-CEXHjsmH.js +9 -0
  8. package/chunks/HeaderTabs.module-YFm2izz6.js +9 -0
  9. package/chunks/HeaderTitle.module-lv649tnz.js +9 -0
  10. package/chunks/{ListItemControlsButton-Bn_onrHQ.js → ListItemControlsButton-BpUzyKya.js} +7 -7
  11. package/chunks/ListItemTail.module-D7Oa-l-5.js +12 -0
  12. package/chunks/ListMasterFooter.module-1LjIdZNa.js +10 -0
  13. package/chunks/Overlay.module-BbpDNlm7.js +18 -0
  14. package/chunks/Page.module-DAinpecX.js +16 -0
  15. package/chunks/TabsExtended.module-CQBdl7x1.js +13 -0
  16. package/chunks/{TabsExtendedUtils-CZCrojKY.js → TabsExtendedUtils-BT4b2wK1.js} +2 -2
  17. package/chunks/TooltipDesktop.module-BRkBuup-.js +19 -0
  18. package/chunks/{index-1QUfI5kD.js → index-CLQ4mLUp.js} +168 -168
  19. package/chunks/utils-VD40Qwop.js +36 -0
  20. package/components/Alert/AlertContext/AlertContext.js +21 -21
  21. package/components/Alert/AlertProcess/AlertProcess.js +26 -26
  22. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  23. package/components/Body/Body.js +7 -7
  24. package/components/Button/Button.js +1 -1
  25. package/components/Button/ButtonBase.js +3 -3
  26. package/components/Button/ButtonDropdown.js +2 -2
  27. package/components/Button/ButtonDropdownExtended.js +1 -1
  28. package/components/Button/ButtonIcon.js +2 -2
  29. package/components/Button/index.js +1 -1
  30. package/components/Card/CardAction.js +24 -24
  31. package/components/Card/CardStatic.js +17 -17
  32. package/components/Card/components/CardContent/CardContent.js +1 -1
  33. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  34. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  35. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  36. package/components/Card/components/CardMedia.js +1 -1
  37. package/components/Card/utils.js +1 -1
  38. package/components/Checkbox/Checkbox.js +11 -11
  39. package/components/Checkbox/CheckboxXGroup.js +10 -10
  40. package/components/Checkbox/CheckboxYGroup.js +3 -3
  41. package/components/Col/Col.js +136 -136
  42. package/components/DesignTokens/DesignTokenUtils.js +34 -34
  43. package/components/Dropdown/Dropdown.js +1 -1
  44. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  45. package/components/Dropdown/desktop/DropdownList.js +4 -4
  46. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  47. package/components/Dropdown/index.js +2 -2
  48. package/components/Dropdown/mobile/DropdownMobile.js +8 -8
  49. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  50. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  51. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  52. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  53. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  54. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  55. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  56. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  57. package/components/Footer/Footer.js +13 -13
  58. package/components/Footer/components/FooterDescription.js +1 -1
  59. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  60. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  61. package/components/FormField/FormField.js +26 -26
  62. package/components/FormField/components/FormFieldClear.js +10 -10
  63. package/components/FormField/components/FormFieldCounter.js +3 -3
  64. package/components/FormField/components/FormFieldDescription.js +3 -3
  65. package/components/FormField/components/FormFieldInput.js +1 -1
  66. package/components/FormField/components/FormFieldLabel.js +12 -12
  67. package/components/FormField/components/FormFieldMaskedInput.js +4 -4
  68. package/components/FormField/components/FormFieldPostfix.js +1 -1
  69. package/components/FormField/components/FormFieldPrefix.js +7 -7
  70. package/components/FormField/components/FormFieldTextarea.js +9 -9
  71. package/components/FormField/index.js +2 -2
  72. package/components/Header/Header.js +14 -14
  73. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  74. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  75. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  76. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  77. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  78. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  79. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  80. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  81. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  82. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  83. package/components/Link/Link.js +36 -36
  84. package/components/List/List.js +12 -12
  85. package/components/List/components/ListEmptyState.js +3 -3
  86. package/components/List/components/ListItem.js +10 -10
  87. package/components/List/components/ListItemContent.js +10 -10
  88. package/components/List/components/ListItemControls.js +5 -5
  89. package/components/List/components/ListItemControlsButton.js +1 -1
  90. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  91. package/components/List/components/ListItemLoading.js +5 -5
  92. package/components/List/components/ListItemSelectable.js +8 -8
  93. package/components/List/components/ListItemTable.js +2 -2
  94. package/components/List/components/ListItemTailLeft.js +1 -1
  95. package/components/List/components/ListItemTailRight.js +1 -1
  96. package/components/List/components/ListSortableItem.js +2 -2
  97. package/components/List/components/ListSortableItemControls.js +5 -5
  98. package/components/List/components/ListSortableItemTarget.js +9 -9
  99. package/components/List/index.js +2 -2
  100. package/components/ListMaster/ListMaster.js +8 -8
  101. package/components/ListMaster/components/ListMasterBody.js +9 -9
  102. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  103. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  104. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  105. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  106. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  107. package/components/ListMaster/components/SelectionControls.js +10 -10
  108. package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
  109. package/components/Loader/LoaderSmall/LoaderSmall.js +18 -18
  110. package/components/LoaderWidget/LoaderWidget.js +4 -4
  111. package/components/Overlay/Overlay.js +1 -1
  112. package/components/Overlay/OverlayMask.js +1 -1
  113. package/components/Overlay/OverlayPanel.js +1 -1
  114. package/components/Page/Page.js +1 -1
  115. package/components/Page/components/BodyPage.js +1 -1
  116. package/components/Page/components/FooterPage.js +1 -1
  117. package/components/Page/components/HeaderPage.js +1 -1
  118. package/components/Pagination/components/PaginationExtended.js +14 -14
  119. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  120. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  121. package/components/Pagination/components/PaginationPageButton.js +1 -1
  122. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  123. package/components/Pagination/components/PaginationSelect.js +12 -12
  124. package/components/Radio/Radio.js +12 -12
  125. package/components/Radio/RadioXGroup.js +7 -7
  126. package/components/Radio/RadioYGroup.js +9 -9
  127. package/components/Row/Row.js +9 -9
  128. package/components/SegmentedControl/SegmentedControl.js +1 -1
  129. package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
  130. package/components/SegmentedControl/index.js +1 -1
  131. package/components/Skeleton/Skeleton.js +12 -12
  132. package/components/SwipeableArea/SwipeableArea.js +19 -19
  133. package/components/TabsExtended/TabsExtended.js +1 -1
  134. package/components/TabsExtended/TabsExtendedUtils.js +1 -1
  135. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  136. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  137. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  138. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  139. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  140. package/components/TextField/MaskedField.js +4 -4
  141. package/components/TextField/TextField.js +4 -4
  142. package/components/TextField/TextFieldBase.js +4 -4
  143. package/components/TextField/index.js +1 -1
  144. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  145. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  146. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  147. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  148. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  149. package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
  150. package/components/Typography/Caption.js +9 -9
  151. package/components/Typography/Text.js +7 -7
  152. package/components/Typography/Title.js +15 -15
  153. package/components/Typography/utils.js +1 -1
  154. package/components/UploadZone/components/UploadZoneInput.js +37 -37
  155. package/components/index.js +4 -4
  156. package/index.js +4 -4
  157. package/package.json +1 -1
  158. package/styles/triplex-next.css +333 -333
  159. package/chunks/Card.module-BVAy3tJd.js +0 -17
  160. package/chunks/DropdownMobile.module-zLTfuu5W.js +0 -19
  161. package/chunks/Footer.module-C8ediOIN.js +0 -11
  162. package/chunks/HeaderLayoutSidebar.module-DUesMumi.js +0 -9
  163. package/chunks/HeaderTabs.module-B8b_Vmmv.js +0 -9
  164. package/chunks/HeaderTitle.module-CS0vKAYw.js +0 -9
  165. package/chunks/ListItemTail.module-8r8-WRy-.js +0 -12
  166. package/chunks/ListMasterFooter.module-Bylyf04G.js +0 -10
  167. package/chunks/Overlay.module-BfeGcilV.js +0 -18
  168. package/chunks/Page.module-DI3KI2pW.js +0 -16
  169. package/chunks/TabsExtended.module-De1gs7fV.js +0 -13
  170. package/chunks/TooltipDesktop.module-0Me4J_t3.js +0 -19
  171. package/chunks/utils-DUlFnyF3.js +0 -36
@@ -1,14 +1,14 @@
1
- import { jsxs as e, jsx as o } from "react/jsx-runtime";
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__933a3e51", s = "dot__56eedfac", l = "dot1__ef414726", n = "dot2__23deb403", c = "dot3__987aeb8e", i = "dot4__4dbdeae3", r = "line__a5c8dff6", d = {
3
+ const a = "loaderMiddle__faa75574", e = "dot__33f4531f", l = "dot1__47ef86b8", c = "dot2__b282b077", n = "dot3__637b918b", i = "dot4__60f2acc0", r = "line__0d5886fc", d = {
4
4
  loaderMiddle: a,
5
- dot: s,
5
+ dot: e,
6
6
  dot1: l,
7
- dot2: n,
8
- dot3: c,
7
+ dot2: c,
8
+ dot3: n,
9
9
  dot4: i,
10
10
  line: r
11
- }, _ = () => /* @__PURE__ */ e("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: [
11
+ }, _ = () => /* @__PURE__ */ s("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: [
12
12
  /* @__PURE__ */ o("span", { className: d.line }),
13
13
  /* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
14
14
  /* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
@@ -1,31 +1,31 @@
1
- import { jsxs as n, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as n, jsx as l } from "react/jsx-runtime";
2
2
  import { c as o } from "../../../chunks/vendor-CF2m175I.js";
3
- import { ELoaderSmallTheme as d, ELoaderSmallSize as l } from "./enum.js";
4
- const c = "loaderSmall__2e0192d0", m = "sm__eeddf12b", _ = "dot__56eedfac", S = "md__de9418ac", i = "lg__58ac1bc9", u = "neutral__6c2af821", b = "brand__698b6117", p = "dot1__ef414726", L = "dot2__23deb403", f = "dot3__987aeb8e", a = {
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
5
  loaderSmall: c,
6
6
  sm: m,
7
7
  dot: _,
8
- md: S,
9
- lg: i,
10
- neutral: u,
11
- brand: b,
12
- dot1: p,
13
- dot2: L,
14
- dot3: f
8
+ md: b,
9
+ lg: S,
10
+ neutral: i,
11
+ brand: u,
12
+ dot1: f,
13
+ dot2: p,
14
+ dot3: L
15
15
  }, t = (s) => {
16
16
  switch (s) {
17
- case d.BRAND:
17
+ case e.BRAND:
18
18
  return a.brand;
19
- case d.NEUTRAL:
19
+ case e.NEUTRAL:
20
20
  return a.neutral;
21
21
  }
22
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
31
  }, N = ({ theme: s, size: r }) => /* @__PURE__ */ n(
@@ -35,9 +35,9 @@ const c = "loaderSmall__2e0192d0", m = "sm__eeddf12b", _ = "dot__56eedfac", S =
35
35
  "aria-label": "loading",
36
36
  className: o(a.loaderSmall, g(r), t(s)),
37
37
  children: [
38
- /* @__PURE__ */ e("span", { className: o(t(s), a.dot, a.dot1) }),
39
- /* @__PURE__ */ e("span", { className: o(t(s), a.dot, a.dot2) }),
40
- /* @__PURE__ */ e("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
  );
@@ -3,12 +3,12 @@ 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__9641f002", k = "loaderSmallBackdrop__99ef1c49", g = "loaderMiddleBackdrop__a8ae34d3", M = "loaderMiddleBackground__61d51f28", a = {
6
+ const B = "loaderWidget__4b26b4db", k = "loaderSmallBackdrop__361bcd22", g = "loaderMiddleBackdrop__13ac9ecc", M = "loaderMiddleBackground__3806f6b7", a = {
7
7
  loaderWidget: B,
8
8
  loaderSmallBackdrop: k,
9
9
  loaderMiddleBackdrop: g,
10
10
  loaderMiddleBackground: M
11
- }, f = ({
11
+ }, S = ({
12
12
  className: o,
13
13
  size: e = t.MD,
14
14
  type: l,
@@ -21,8 +21,8 @@ const B = "loaderWidget__9641f002", k = "loaderSmallBackdrop__99ef1c49", g = "lo
21
21
  });
22
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, {}) }) });
23
23
  };
24
- f.displayName = "LoaderWidget";
24
+ S.displayName = "LoaderWidget";
25
25
  export {
26
- f as LoaderWidget
26
+ S 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-BfeGcilV.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BbpDNlm7.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-BfeGcilV.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BbpDNlm7.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-BfeGcilV.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BbpDNlm7.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-DI3KI2pW.js";
7
+ import { s as d } from "../../chunks/Page.module-DAinpecX.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-DI3KI2pW.js";
5
+ import { s as f } from "../../../chunks/Page.module-DAinpecX.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-DI3KI2pW.js";
5
+ import { s as e } from "../../../chunks/Page.module-DAinpecX.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-DI3KI2pW.js";
5
+ import { s as r } from "../../../chunks/Page.module-DAinpecX.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,22 +1,22 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-CF2m175I.js";
3
- import d from "react";
4
- const s = "paginationExtended__a5565be6", r = {
5
- paginationExtended: s
6
- }, p = d.forwardRef(
7
- ({ children: a, className: n, ...e }, t) => /* @__PURE__ */ o(
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-CF2m175I.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__0de68cb6", s = {
5
+ paginationExtended: r
6
+ }, x = i.forwardRef(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
8
8
  "nav",
9
9
  {
10
- className: i(r.paginationExtended, n),
11
- "data-tx": process.env.npm_package_version,
12
- ...e,
13
- ref: t,
14
- children: a
10
+ className: o(s.paginationExtended, a),
11
+ "data-tx": "0.1.6",
12
+ ...n,
13
+ ref: e,
14
+ children: t
15
15
  }
16
16
  )
17
17
  );
18
- p.displayName = "PaginationExtended";
18
+ x.displayName = "PaginationExtended";
19
19
  export {
20
- p as PaginationExtended
20
+ x as PaginationExtended
21
21
  };
22
22
  //# sourceMappingURL=PaginationExtended.js.map
@@ -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 o from "@sberbusiness/icons-next/CaretleftStrokeSrvIcon24";
7
- const g = "paginationNavigationButton__5efc15b5", N = "directionIconNext__f6be10e3", n = {
7
+ const g = "paginationNavigationButton__7d7a91aa", N = "directionIconNext__ce86a01b", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, f = 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__5efc15b5", N = "directionIconNext__f6be10
22
22
  );
23
23
  }
24
24
  );
25
- f.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- f 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-CF2m175I.js";
4
- const g = "paginationNavigationExtended__9211e633", r = {
4
+ const g = "paginationNavigationExtended__3b9e40c1", 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__cc071daf", u = "currentPage__77f8b699", a = {
4
+ const s = "paginationPageButton__f646ef64", u = "currentPage__d40ff357", a = {
5
5
  paginationPageButton: s,
6
6
  currentPage: u
7
7
  }, P = g.forwardRef(
@@ -1,7 +1,7 @@
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__85b11963", r = {
4
+ const t = "pageEllipsis__259712b8", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
7
  ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
@@ -1,21 +1,21 @@
1
- import { jsxs as f, jsx as t } from "react/jsx-runtime";
2
- import g, { useRef as S } from "react";
1
+ import { jsxs as g, jsx as t } from "react/jsx-runtime";
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 b } from "../../Typography/Text.js";
5
+ import { Text as v } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
- import { ETextSize as v } from "../../Typography/enums.js";
8
- const _ = "paginationSelect__1fb8b7e8", h = "paginationSelectControl__399f7197", o = {
9
- paginationSelect: _,
10
- paginationSelectControl: h
11
- }, j = g.forwardRef(
12
- ({ paginationLabel: c, className: s, hidden: m, options: i, value: a, onChange: n }, d) => {
13
- const l = S(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
7
+ import { ETextSize as _ } from "../../Typography/enums.js";
8
+ const h = "paginationSelect__e9289870", b = "paginationSelectControl__2ec4d515", o = {
9
+ paginationSelect: h,
10
+ paginationSelectControl: b
11
+ }, j = S.forwardRef(
12
+ ({ paginationLabel: c, className: s, hidden: d, options: i, value: a, onChange: n }, m) => {
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
15
  Number.isNaN(r) || n == null || n(r);
16
16
  };
17
- return m ? null : /* @__PURE__ */ f("div", { className: N(o.paginationSelect, s), ref: d, children: [
18
- /* @__PURE__ */ t(b, { size: v.B3, id: l.current, children: c }),
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 }),
19
19
  /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
@@ -1,25 +1,25 @@
1
- import { jsxs as p, jsx as n } from "react/jsx-runtime";
2
- import b from "react";
1
+ import { jsxs as b, jsx as c } from "react/jsx-runtime";
2
+ import p from "react";
3
3
  import { ERadioSize as f } from "./enum.js";
4
- import { c } from "../../chunks/vendor-CF2m175I.js";
5
- const N = "label__dd15ff4a", y = "md__49342c15", x = "lg__49535474", R = "nonempty__b1079433", g = "disabled__e7578f01", u = "radio__fdfb0dc0", I = "radioIcon__e0200ea5", a = {
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 = {
6
6
  label: N,
7
7
  md: y,
8
8
  lg: x,
9
9
  nonempty: R,
10
- disabled: g,
11
- radio: u,
12
- radioIcon: I
13
- }, h = b.forwardRef((l, t) => {
14
- const { children: o, className: i, disabled: e, labelAttributes: s, size: d = f.MD, ...r } = l, m = c(a.radio, i, a[d]), _ = c(
10
+ disabled: u,
11
+ radio: I,
12
+ radioIcon: g
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(
15
15
  a.label,
16
16
  a[d],
17
17
  { [a.disabled]: !!e, [a.nonempty]: !!o },
18
18
  s == null ? void 0 : s.className
19
19
  );
20
- return /* @__PURE__ */ p("label", { ...s, className: _, "data-tx": process.env.npm_package_version, children: [
21
- /* @__PURE__ */ n("input", { type: "radio", className: m, disabled: e, ...r, ref: t }),
22
- /* @__PURE__ */ n("span", { className: a.radioIcon }),
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 }),
23
23
  o
24
24
  ] });
25
25
  });
@@ -1,14 +1,14 @@
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__f281c297", _ = "label__dd15ff4a", n = {
3
+ const c = "radioXGroup__d46efdc3", _ = "label__7fa2b61e", n = {
4
4
  radioXGroup: c,
5
- "indent-12": "indent-12__a148b04a",
5
+ "indent-12": "indent-12__f8607f37",
6
6
  label: _,
7
- "indent-16": "indent-16__aa4995e1",
8
- "indent-20": "indent-20__f9715832",
9
- "indent-24": "indent-24__4c8c2922",
10
- "indent-28": "indent-28__202ca5fc",
11
- "indent-32": "indent-32__ed62b165"
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"
12
12
  }, l = (e) => {
13
13
  const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
@@ -1,13 +1,13 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-CF2m175I.js";
3
- const t = "radioYGroup__118f22b6", d = {
4
- radioYGroup: t
5
- }, e = (o) => {
6
- const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
- return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as e } from "../../chunks/vendor-CF2m175I.js";
3
+ const p = "radioYGroup__bea526c7", t = {
4
+ radioYGroup: p
5
+ }, d = (o) => {
6
+ const { children: r, className: s, ...a } = o, c = e(t.radioYGroup, s);
7
+ return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
8
8
  };
9
- e.displayName = "RadioYGroup";
9
+ d.displayName = "RadioYGroup";
10
10
  export {
11
- e as RadioYGroup
11
+ d as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,14 +1,14 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { c as a } from "../../chunks/vendor-CF2m175I.js";
3
- const c = "row__d6d036e6", e = "noPaddingBottom__e3170e00", o = {
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c as m } from "../../chunks/vendor-CF2m175I.js";
3
+ const c = "row__5a568991", i = "noPaddingBottom__369507d3", o = {
4
4
  row: c,
5
- noPaddingBottom: e
6
- }, i = ({ children: t, className: n, paddingBottom: s = !0, ...d }) => {
7
- const r = a(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ m("div", { className: r, ...d, children: t });
5
+ noPaddingBottom: i
6
+ }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const d = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
9
9
  };
10
- i.displayName = "Row";
10
+ e.displayName = "Row";
11
11
  export {
12
- i as Row
12
+ e as Row
13
13
  };
14
14
  //# sourceMappingURL=Row.js.map
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../chunks/vendor-CF2m175I.js";
4
4
  import "./enums.js";
5
- import { i as n, h as p } from "../../chunks/index-1QUfI5kD.js";
5
+ import { i as n, h as p } from "../../chunks/index-CLQ4mLUp.js";
6
6
  export {
7
7
  n as SegmentedControl,
8
8
  p as SegmentedControlContext
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../chunks/vendor-CF2m175I.js";
4
- import { S } from "../../chunks/index-1QUfI5kD.js";
4
+ import { S } from "../../chunks/index-CLQ4mLUp.js";
5
5
  import "../Button/ButtonBase.js";
6
6
  import "../Button/ButtonIcon.js";
7
7
  import "./enums.js";
@@ -1,5 +1,5 @@
1
1
  import { ESegmentedControlSize as t, ESegmentedControlTheme as n, ESegmentedControlType as m } from "./enums.js";
2
- import { i as S, h as g, S as C } from "../../chunks/index-1QUfI5kD.js";
2
+ import { i as S, h as g, S as C } from "../../chunks/index-CLQ4mLUp.js";
3
3
  export {
4
4
  t as ESegmentedControlSize,
5
5
  n as ESegmentedControlTheme,
@@ -1,19 +1,19 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import { c as r } from "../../chunks/vendor-CF2m175I.js";
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as a } from "../../chunks/vendor-CF2m175I.js";
3
3
  import { ESkeletonType as t } from "./enums.js";
4
- const a = "skeleton__d1d1a2d1", c = "light__f6f7140e", d = "dark__d228c03d", e = {
5
- skeleton: a,
6
- light: c,
7
- dark: d
8
- }, _ = ({ className: s, type: o = t.DARK, ...n }) => /* @__PURE__ */ l(
4
+ const n = "skeleton__1ac998db", r = "light__c3990409", k = "dark__a2cc664b", o = {
5
+ skeleton: n,
6
+ light: r,
7
+ dark: k
8
+ }, _ = ({ className: e, type: s = t.DARK, ...l }) => /* @__PURE__ */ c(
9
9
  "div",
10
10
  {
11
- className: r(e.skeleton, s, {
12
- [e.dark]: o === t.DARK,
13
- [e.light]: o === t.LIGHT
11
+ className: a(o.skeleton, e, {
12
+ [o.dark]: s === t.DARK,
13
+ [o.light]: s === t.LIGHT
14
14
  }),
15
- ...n,
16
- "data-tx": process.env.npm_package_version
15
+ ...l,
16
+ "data-tx": "0.1.6"
17
17
  }
18
18
  );
19
19
  export {
@@ -1,27 +1,27 @@
1
1
  import { jsxs as j, jsx as w } from "react/jsx-runtime";
2
2
  import z, { useState as A, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
3
3
  import { c as g } from "../../chunks/vendor-CF2m175I.js";
4
- const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll__7b8a8001", $ = "disablePointerEvents__fac29d5e", q = "swipeAnimationFinish__162338fa", G = "leftContent__338ec731", J = "rightContent__a4d40911", s = {
5
- swipeableArea: k,
6
- content: H,
7
- disableScroll: V,
8
- disablePointerEvents: $,
4
+ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll__d8947d1e", k = "disablePointerEvents__4b8dd7a9", q = "swipeAnimationFinish__43809657", G = "leftContent__ffc088ed", J = "rightContent__762288b8", s = {
5
+ swipeableArea: H,
6
+ content: V,
7
+ disableScroll: $,
8
+ disablePointerEvents: k,
9
9
  swipeAnimationFinish: q,
10
10
  leftContent: G,
11
11
  rightContent: J
12
12
  }, p = 24, E = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
13
13
  ({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
14
- const [S, a] = A(!1), [l, d] = A(), [o, e] = A(0), r = u(null), i = u(null), n = u(0), h = u(N), _ = u(null), X = () => {
14
+ const [S, a] = A(!1), [l, d] = A(), [o, e] = A(0), i = u(null), r = u(null), n = u(0), h = u(N), _ = u(null), X = () => {
15
15
  a(!0);
16
16
  const t = n.current - o;
17
17
  n.current === 0 ? t > 0 ? e(
18
- t > p ? -i.current.getBoundingClientRect().width : 0
18
+ t > p ? -r.current.getBoundingClientRect().width : 0
19
19
  ) : e(
20
- Math.abs(t) > p ? r.current.getBoundingClientRect().width : 0
20
+ Math.abs(t) > p ? i.current.getBoundingClientRect().width : 0
21
21
  ) : n.current > 0 ? t > 0 && e(
22
- t > p ? 0 : r.current.getBoundingClientRect().width
22
+ t > p ? 0 : i.current.getBoundingClientRect().width
23
23
  ) : n.current < 0 && t < 0 && e(
24
- Math.abs(t) > p ? 0 : -i.current.getBoundingClientRect().width
24
+ Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
25
25
  );
26
26
  }, R = () => {
27
27
  h.current = N, d(void 0), document.removeEventListener("touchend", R);
@@ -49,11 +49,11 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
49
49
  return;
50
50
  const f = n.current + c;
51
51
  n.current === 0 ? c > 0 && m ? e(
52
- Math.min(f, r.current.getBoundingClientRect().width)
52
+ Math.min(f, i.current.getBoundingClientRect().width)
53
53
  ) : c < 0 && C && e(
54
- Math.max(f, -i.current.getBoundingClientRect().width)
54
+ Math.max(f, -r.current.getBoundingClientRect().width)
55
55
  ) : n.current > 0 ? c < 0 && e(Math.max(0, f)) : n.current < 0 && c > 0 && e(Math.min(0, f));
56
- }, D = () => a(!1), P = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1, Y = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1;
56
+ }, D = () => a(!1), P = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1, Y = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1;
57
57
  M(() => {
58
58
  const t = (c) => {
59
59
  c.touches.length == 1 && _.current && !_.current.contains(c.target) && (a(!0), e(0), d(void 0));
@@ -61,11 +61,11 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
61
61
  return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
62
62
  }, []);
63
63
  const b = () => {
64
- r.current && (a(!0), e(r.current.getBoundingClientRect().width));
64
+ i.current && (a(!0), e(i.current.getBoundingClientRect().width));
65
65
  }, T = () => {
66
- i.current && (a(!0), e(-i.current.getBoundingClientRect().width));
66
+ r.current && (a(!0), e(-r.current.getBoundingClientRect().width));
67
67
  }, v = () => {
68
- (i.current || r.current) && (a(!0), e(0));
68
+ (r.current || i.current) && (a(!0), e(0));
69
69
  };
70
70
  return W(
71
71
  B,
@@ -86,7 +86,7 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
86
86
  {
87
87
  className: g(s.swipeableArea, I),
88
88
  ...y,
89
- "data-tx": process.env.npm_package_version,
89
+ "data-tx": "0.1.6",
90
90
  ref: _,
91
91
  children: [
92
92
  typeof m < "u" ? /* @__PURE__ */ w(
@@ -95,7 +95,7 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
95
95
  className: g(s.leftContent, {
96
96
  [E]: S
97
97
  }),
98
- ref: r,
98
+ ref: i,
99
99
  style: { opacity: Y() },
100
100
  children: m
101
101
  }
@@ -106,7 +106,7 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
106
106
  className: g(s.rightContent, {
107
107
  [E]: S
108
108
  }),
109
- ref: i,
109
+ ref: r,
110
110
  style: { opacity: P() },
111
111
  children: C
112
112
  }
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import { useState as s, useRef as x } from "react";
3
3
  import { TabsExtendedContext as I } from "./TabsExtendedContext.js";
4
4
  import { TabsExtendedContent as b } from "./components/TabsExtendedContent.js";
5
- import { s as u } from "../../chunks/TabsExtended.module-De1gs7fV.js";
5
+ import { s as u } from "../../chunks/TabsExtended.module-CQBdl7x1.js";
6
6
  import { c as T } from "../../chunks/vendor-CF2m175I.js";
7
7
  import "./enums.js";
8
8
  const E = ({
@@ -1,6 +1,6 @@
1
1
  import "./enums.js";
2
2
  import "../Typography/enums.js";
3
- import { t as o, a as i } from "../../chunks/TabsExtendedUtils-CZCrojKY.js";
3
+ import { t as o, a as i } from "../../chunks/TabsExtendedUtils-BT4b2wK1.js";
4
4
  export {
5
5
  o as tabsExtendedSizeToCssClassMap,
6
6
  i as tabsExtendedSizeToTextSizeMap
@@ -3,7 +3,7 @@ import { TabsExtendedTabsWrapper as p } from "./TabsExtendedTabsWrapper.js";
3
3
  import { TabsExtendedTab as s } from "./TabsExtendedTab.js";
4
4
  import { TabsExtendedTabButton as d } from "./TabsExtendedTabButton.js";
5
5
  import { TabsExtendedDropdownWrapper as m } from "./TabsExtendedDropdownWrapper.js";
6
- import { s as n } from "../../../chunks/TabsExtended.module-De1gs7fV.js";
6
+ import { s as n } from "../../../chunks/TabsExtended.module-CQBdl7x1.js";
7
7
  import { c as b } from "../../../chunks/vendor-CF2m175I.js";
8
8
  const r = ({
9
9
  children: t,
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
- import { s as p } from "../../../chunks/TabsExtended.module-De1gs7fV.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-CQBdl7x1.js";
4
4
  import { c as a } from "../../../chunks/vendor-CF2m175I.js";
5
5
  import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
6
6
  const w = ({