@sberbusiness/triplex-next 1.1.0 → 1.1.1

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 (174) hide show
  1. package/chunks/{AlertProcessSpoiler-Dp7FRT9y.js → AlertProcessSpoiler-Caa0745n.js} +10 -10
  2. package/chunks/Card.module-BRANBAxP.js +17 -0
  3. package/chunks/{DropdownListItem-y6Rvj_dd.js → DropdownListItem-DIIAnvmw.js} +13 -13
  4. package/chunks/DropdownMobile.module-BUeZuAYr.js +19 -0
  5. package/chunks/Footer.module-BFo05t5_.js +11 -0
  6. package/chunks/{FormFieldInput-apk1b0w6.js → FormFieldInput-rV5ZVe9k.js} +21 -21
  7. package/chunks/HeaderLayoutSidebar.module-CEqBuRNu.js +9 -0
  8. package/chunks/HeaderTabs.module-BEaVu2Hx.js +9 -0
  9. package/chunks/HeaderTitle.module-Db-1fcNm.js +9 -0
  10. package/chunks/{ListItemControlsButton-Cn3Vmrsn.js → ListItemControlsButton-Ch-5PQYH.js} +5 -5
  11. package/chunks/ListItemTail.module-C5-4SAqt.js +12 -0
  12. package/chunks/ListMasterFooter.module-Dph-_lLg.js +10 -0
  13. package/chunks/Overlay.module-D6LEz1jT.js +18 -0
  14. package/chunks/Page.module-Ct9ky9ko.js +16 -0
  15. package/chunks/TabsExtended.module-CmU9j8zG.js +13 -0
  16. package/chunks/{TabsExtendedUtils-NCwWiX7O.js → TabsExtendedUtils-CkAvE1fA.js} +4 -4
  17. package/chunks/TooltipDesktop.module-KrPZMfQD.js +19 -0
  18. package/chunks/{UploadZoneInput-R9729LZY.js → UploadZoneInput-CXjerIVV.js} +7 -7
  19. package/chunks/utils-bbbspEnw.js +36 -0
  20. package/components/Alert/AlertContext/AlertContext.js +9 -9
  21. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  22. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  23. package/components/Body/Body.js +7 -7
  24. package/components/Button/Button.js +25 -25
  25. package/components/Button/ButtonBase.js +1 -1
  26. package/components/Button/ButtonDropdown.js +37 -37
  27. package/components/Button/ButtonDropdownExtended.js +5 -5
  28. package/components/Button/ButtonIcon.js +1 -1
  29. package/components/Card/CardAction.js +25 -25
  30. package/components/Card/CardStatic.js +2 -2
  31. package/components/Card/components/CardContent/CardContent.js +1 -1
  32. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  33. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  34. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  35. package/components/Card/components/CardMedia.js +1 -1
  36. package/components/Card/utils.js +1 -1
  37. package/components/Checkbox/Checkbox.js +6 -6
  38. package/components/Checkbox/CheckboxXGroup.js +16 -16
  39. package/components/Checkbox/CheckboxYGroup.js +1 -1
  40. package/components/Col/Col.js +145 -145
  41. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  42. package/components/Dropdown/desktop/DropdownDesktop.js +10 -10
  43. package/components/Dropdown/desktop/DropdownList.js +1 -1
  44. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  45. package/components/Dropdown/index.js +1 -1
  46. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  47. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  48. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  49. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  50. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  51. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  52. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  53. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  54. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  55. package/components/Footer/Footer.js +2 -2
  56. package/components/Footer/components/FooterDescription.js +1 -1
  57. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  58. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  59. package/components/FormField/FormField.js +16 -16
  60. package/components/FormField/components/FormFieldClear.js +9 -9
  61. package/components/FormField/components/FormFieldCounter.js +5 -5
  62. package/components/FormField/components/FormFieldDescription.js +8 -8
  63. package/components/FormField/components/FormFieldInput.js +1 -1
  64. package/components/FormField/components/FormFieldLabel.js +11 -11
  65. package/components/FormField/components/FormFieldMaskedInput.js +5 -5
  66. package/components/FormField/components/FormFieldPostfix.js +5 -5
  67. package/components/FormField/components/FormFieldPrefix.js +5 -5
  68. package/components/FormField/components/FormFieldTarget.js +16 -16
  69. package/components/FormField/components/FormFieldTextarea.js +1 -1
  70. package/components/FormField/index.js +1 -1
  71. package/components/Header/Header.js +11 -11
  72. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  73. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  74. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  75. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
  76. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  77. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  78. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  79. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  80. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  81. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  82. package/components/Island/Island.js +16 -16
  83. package/components/Island/components/IslandBody.js +1 -1
  84. package/components/Island/components/IslandFooter.js +4 -4
  85. package/components/Island/components/IslandHeader.js +3 -3
  86. package/components/Link/Link.js +32 -32
  87. package/components/List/List.js +5 -5
  88. package/components/List/components/ListEmptyState.js +5 -5
  89. package/components/List/components/ListItem.js +1 -1
  90. package/components/List/components/ListItemContent.js +6 -6
  91. package/components/List/components/ListItemControls.js +7 -7
  92. package/components/List/components/ListItemControlsButton.js +1 -1
  93. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  94. package/components/List/components/ListItemLoading.js +5 -5
  95. package/components/List/components/ListItemSelectable.js +11 -11
  96. package/components/List/components/ListItemTable.js +5 -5
  97. package/components/List/components/ListItemTailLeft.js +1 -1
  98. package/components/List/components/ListItemTailRight.js +1 -1
  99. package/components/List/components/ListSortableItem.js +5 -5
  100. package/components/List/components/ListSortableItemControls.js +1 -1
  101. package/components/List/components/ListSortableItemTarget.js +10 -10
  102. package/components/List/index.js +1 -1
  103. package/components/ListMaster/ListMaster.js +1 -1
  104. package/components/ListMaster/components/ListMasterBody.js +1 -1
  105. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  106. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  107. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  108. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  109. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  110. package/components/ListMaster/components/SelectionControls.js +2 -2
  111. package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
  112. package/components/Loader/LoaderSmall/LoaderSmall.js +17 -17
  113. package/components/LoaderWidget/LoaderWidget.js +9 -9
  114. package/components/Overlay/Overlay.js +1 -1
  115. package/components/Overlay/OverlayMask.js +1 -1
  116. package/components/Overlay/OverlayPanel.js +1 -1
  117. package/components/Page/Page.js +1 -1
  118. package/components/Page/components/BodyPage.js +1 -1
  119. package/components/Page/components/FooterPage.js +1 -1
  120. package/components/Page/components/HeaderPage.js +1 -1
  121. package/components/Pagination/components/PaginationExtended.js +2 -2
  122. package/components/Pagination/components/PaginationNavigationButton.js +2 -2
  123. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  124. package/components/Pagination/components/PaginationPageButton.js +1 -1
  125. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  126. package/components/Pagination/components/PaginationSelect.js +11 -11
  127. package/components/Radio/Radio.js +2 -2
  128. package/components/Radio/RadioXGroup.js +9 -9
  129. package/components/Radio/RadioYGroup.js +9 -9
  130. package/components/Row/Row.js +10 -10
  131. package/components/SegmentedControl/SegmentedControl.js +20 -20
  132. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  133. package/components/SelectExtendedField/SelectExtendedField.js +4 -4
  134. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  135. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
  136. package/components/Skeleton/Skeleton.js +9 -9
  137. package/components/SwipeableArea/SwipeableArea.js +12 -12
  138. package/components/TabsExtended/TabsExtended.js +1 -1
  139. package/components/TabsExtended/TabsExtendedUtils.js +1 -1
  140. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  141. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  142. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  143. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  144. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  145. package/components/TextField/TextField.js +1 -1
  146. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  147. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  148. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  149. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  150. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  151. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  152. package/components/Typography/Caption.js +13 -13
  153. package/components/Typography/Text.js +13 -13
  154. package/components/Typography/Title.js +18 -18
  155. package/components/Typography/utils.js +1 -1
  156. package/components/UploadZone/UploadZone.js +2 -2
  157. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  158. package/components/index.js +3 -3
  159. package/index.js +3 -3
  160. package/package.json +1 -1
  161. package/styles/triplex-next.css +354 -354
  162. package/chunks/Card.module-Ddt7TQ9Z.js +0 -17
  163. package/chunks/DropdownMobile.module-DrQkghxs.js +0 -19
  164. package/chunks/Footer.module-CKfl241m.js +0 -11
  165. package/chunks/HeaderLayoutSidebar.module-DTXnksBK.js +0 -9
  166. package/chunks/HeaderTabs.module-DVh6MotJ.js +0 -9
  167. package/chunks/HeaderTitle.module-DOeVL9zC.js +0 -9
  168. package/chunks/ListItemTail.module-BnbT61OM.js +0 -12
  169. package/chunks/ListMasterFooter.module-C6QFamKQ.js +0 -10
  170. package/chunks/Overlay.module-BTSQ5G6t.js +0 -18
  171. package/chunks/Page.module-DfMBQJob.js +0 -16
  172. package/chunks/TabsExtended.module-okOlTNQG.js +0 -13
  173. package/chunks/TooltipDesktop.module-DTbnIWo1.js +0 -19
  174. package/chunks/utils-B0khB-Lq.js +0 -36
@@ -1,39 +1,39 @@
1
- import { jsxs as c, jsx as l } 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-D-uL_icH.js";
3
- import { ELoaderSmallTheme as d, ELoaderSmallSize as e } from "./enum.js";
4
- const n = "loaderSmall__7b07a668", m = "sm__3dd6c074", _ = "dot__6011aed6", S = "md__426a1e7f", i = "lg__80287852", u = "neutral__13c5b053", b = "brand__4d7eeacf", p = "dot1__7e6e5837", L = "dot2__9b8c6898", g = "dot3__cc2c3aeb", a = {
5
- loaderSmall: n,
3
+ import { ELoaderSmallTheme as e, ELoaderSmallSize as d } from "./enum.js";
4
+ const c = "loaderSmall__bc39ef1d", m = "sm__5429a9fa", _ = "dot__fac40394", S = "md__97251b29", i = "lg__3e81ffe9", u = "neutral__4dc19195", f = "brand__d603a4c8", p = "dot1__71087417", b = "dot2__a5b901ad", L = "dot3__54f8291e", a = {
5
+ loaderSmall: c,
6
6
  sm: m,
7
7
  dot: _,
8
8
  md: S,
9
9
  lg: i,
10
10
  neutral: u,
11
- brand: b,
11
+ brand: f,
12
12
  dot1: p,
13
- dot2: L,
14
- dot3: g
13
+ dot2: b,
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
- }, N = (s) => {
22
+ }, g = (s) => {
23
23
  switch (s) {
24
- case e.SM:
24
+ case d.SM:
25
25
  return a.sm;
26
- case e.MD:
26
+ case d.MD:
27
27
  return a.md;
28
- case e.LG:
28
+ case d.LG:
29
29
  return a.lg;
30
30
  }
31
- }, f = ({ theme: s, size: r }) => /* @__PURE__ */ c(
31
+ }, N = ({ theme: s, size: r }) => /* @__PURE__ */ n(
32
32
  "span",
33
33
  {
34
34
  role: "status",
35
35
  "aria-label": "loading",
36
- className: o(a.loaderSmall, N(r), t(s)),
36
+ className: o(a.loaderSmall, g(r), 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) }),
@@ -41,8 +41,8 @@ const n = "loaderSmall__7b07a668", m = "sm__3dd6c074", _ = "dot__6011aed6", S =
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-D-uL_icH.js";
6
- const B = "loaderWidget__4d30c4af", k = "loaderSmallBackdrop__c0e368fa", g = "loaderMiddleBackdrop__75e3aea9", M = "loaderMiddleBackground__b36674e6", a = {
6
+ const B = "loaderWidget__c008143b", k = "loaderSmallBackdrop__07549531", g = "loaderMiddleBackdrop__428ab344", M = "loaderMiddleBackground__0737453d", a = {
7
7
  loaderWidget: B,
8
8
  loaderSmallBackdrop: k,
9
9
  loaderMiddleBackdrop: g,
10
10
  loaderMiddleBackground: M
11
11
  }, S = ({
12
- className: l,
13
- size: o = t.MD,
14
- type: e,
15
- theme: r = s.BRAND,
12
+ className: o,
13
+ size: r = t.MD,
14
+ type: l,
15
+ theme: e = s.BRAND,
16
16
  ...c
17
17
  }) => {
18
- const i = p(l, a.loaderWidget, {
19
- [a.loaderSmallBackdrop]: e === "small",
20
- [a.loaderMiddleBackdrop]: e === "middle"
18
+ const i = p(o, a.loaderWidget, {
19
+ [a.loaderSmallBackdrop]: l === "small",
20
+ [a.loaderMiddleBackdrop]: l === "middle"
21
21
  });
22
- return /* @__PURE__ */ d("div", { className: i, ...c, children: e === "small" ? /* @__PURE__ */ d(m, { size: o, 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
  S.displayName = "LoaderWidget";
25
25
  export {
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-D-uL_icH.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-BTSQ5G6t.js";
7
+ import { s as r } from "../../chunks/Overlay.module-D6LEz1jT.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-D-uL_icH.js";
4
- import { s as a } from "../../chunks/Overlay.module-BTSQ5G6t.js";
4
+ import { s as a } from "../../chunks/Overlay.module-D6LEz1jT.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-D-uL_icH.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-BTSQ5G6t.js";
5
+ import { s as e } from "../../chunks/Overlay.module-D6LEz1jT.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as s } from "../../chunks/vendor-D-uL_icH.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-DfMBQJob.js";
7
+ import { s as d } from "../../chunks/Page.module-Ct9ky9ko.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-D-uL_icH.js";
5
- import { s as f } from "../../../chunks/Page.module-DfMBQJob.js";
5
+ import { s as f } from "../../../chunks/Page.module-Ct9ky9ko.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-DfMBQJob.js";
5
+ import { s as e } from "../../../chunks/Page.module-Ct9ky9ko.js";
6
6
  import { c as D } from "../../../chunks/vendor-D-uL_icH.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-DfMBQJob.js";
5
+ import { s as r } from "../../../chunks/Page.module-Ct9ky9ko.js";
6
6
  import { c as v } from "../../../chunks/vendor-D-uL_icH.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-D-uL_icH.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__93fa2f4b", s = {
4
+ const r = "paginationExtended__2f938382", 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": "1.1.0",
11
+ "data-tx": "1.1.1",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -3,8 +3,8 @@ import c 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
- import o from "@sberbusiness/icons-next/CaretleftStrokeSrvIcon24";
7
- const g = "paginationNavigationButton__aefd53cb", N = "directionIconNext__d0331238", n = {
6
+ import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
+ const g = "paginationNavigationButton__5b686b84", N = "directionIconNext__45d70aea", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
10
  }, d = c.forwardRef(
@@ -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-D-uL_icH.js";
4
- const g = "paginationNavigationExtended__fc2d372a", r = {
4
+ const g = "paginationNavigationExtended__c2db3ef3", 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-D-uL_icH.js";
4
- const s = "paginationPageButton__eaddcd68", u = "currentPage__2c5e95c4", a = {
4
+ const s = "paginationPageButton__5bdcc541", u = "currentPage__6ea3eabf", 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-D-uL_icH.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__8ba3bc74", r = {
4
+ const t = "pageEllipsis__9138b51b", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
7
+ ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
8
8
  );
9
9
  n.displayName = "PaginationPageEllipsis";
10
10
  export {
@@ -2,25 +2,25 @@ import { jsxs as f, jsx as t } from "react/jsx-runtime";
2
2
  import g, { useRef as S } from "react";
3
3
  import { f as x, c as N } from "../../../chunks/vendor-D-uL_icH.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__47a62f36", b = "paginationSelectControl__353ad334", o = {
9
- paginationSelect: h,
10
- paginationSelectControl: b
7
+ import { ETextSize as v } from "../../Typography/enums.js";
8
+ const _ = "paginationSelect__8cf380c1", h = "paginationSelectControl__8d8b1b76", c = {
9
+ paginationSelect: _,
10
+ paginationSelectControl: h
11
11
  }, y = g.forwardRef(
12
- ({ paginationLabel: c, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
12
+ ({ paginationLabel: o, className: s, hidden: d, options: i, value: a, onChange: n }, m) => {
13
13
  const l = S(`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) || a == null || a(r);
15
+ Number.isNaN(r) || n == null || n(r);
16
16
  };
17
- return d ? null : /* @__PURE__ */ f("div", { className: N(o.paginationSelect, s), ref: m, children: [
18
- /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
17
+ return d ? null : /* @__PURE__ */ f("div", { className: N(c.paginationSelect, s), ref: m, children: [
18
+ /* @__PURE__ */ t(b, { size: v.B3, id: l.current, children: o }),
19
+ /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
23
- value: n !== void 0 ? String(n) : void 0,
23
+ value: a !== void 0 ? String(a) : void 0,
24
24
  onChange: u,
25
25
  children: p.map((e) => /* @__PURE__ */ t("option", { value: e, children: e }, e))
26
26
  }
@@ -2,7 +2,7 @@ import { jsxs as b, jsx as c } from "react/jsx-runtime";
2
2
  import p from "react";
3
3
  import { ERadioSize as f } from "./enum.js";
4
4
  import { c as l } from "../../chunks/vendor-D-uL_icH.js";
5
- const N = "label__a228ac39", y = "md__99c5e64f", x = "lg__9bd8c338", R = "nonempty__479eb95e", u = "disabled__0c07e456", I = "radio__02eaf8bf", g = "radioIcon__7f2be5d4", a = {
5
+ const N = "label__7d28710a", y = "md__1281fe1b", x = "lg__a7b75200", R = "nonempty__adc5081c", u = "disabled__05b5e731", I = "radio__73cf15b5", g = "radioIcon__d989b046", a = {
6
6
  label: N,
7
7
  md: y,
8
8
  lg: x,
@@ -17,7 +17,7 @@ const N = "label__a228ac39", y = "md__99c5e64f", x = "lg__9bd8c338", R = "nonemp
17
17
  { [a.disabled]: !!e, [a.nonempty]: !!o },
18
18
  s == null ? void 0 : s.className
19
19
  );
20
- return /* @__PURE__ */ b("label", { ...s, className: _, "data-tx": "1.1.0", children: [
20
+ return /* @__PURE__ */ b("label", { ...s, className: _, "data-tx": "1.1.1", children: [
21
21
  /* @__PURE__ */ c("input", { type: "radio", className: m, disabled: e, ...r, ref: t }),
22
22
  /* @__PURE__ */ c("span", { className: a.radioIcon }),
23
23
  o
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-D-uL_icH.js";
3
- const c = "radioXGroup__b5727c09", _ = "label__a228ac39", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__e8fd8ebf",
6
- label: _,
7
- "indent-16": "indent-16__1a5d9f91",
8
- "indent-20": "indent-20__b9096aeb",
9
- "indent-24": "indent-24__2c389c32",
10
- "indent-28": "indent-28__752184a6",
11
- "indent-32": "indent-32__af1075cf"
3
+ const _ = "radioXGroup__e5de6ada", c = "label__7d28710a", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__6b1b22c7",
6
+ label: c,
7
+ "indent-16": "indent-16__304f6117",
8
+ "indent-20": "indent-20__1e5353ed",
9
+ "indent-24": "indent-24__afb7e51c",
10
+ "indent-28": "indent-28__25601fd3",
11
+ "indent-32": "indent-32__bdc8238b"
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 i } from "react/jsx-runtime";
2
- import { c as e } from "../../chunks/vendor-D-uL_icH.js";
3
- const p = "radioYGroup__300812ec", 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 });
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor-D-uL_icH.js";
3
+ const e = "radioYGroup__e433336d", p = {
4
+ radioYGroup: e
5
+ }, t = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = d(p.radioYGroup, s);
7
+ return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- d.displayName = "RadioYGroup";
9
+ t.displayName = "RadioYGroup";
10
10
  export {
11
- d as RadioYGroup
11
+ t as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,14 +1,14 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor-D-uL_icH.js";
3
- const m = "row__e936ac25", i = "noPaddingBottom__af38257c", o = {
4
- row: m,
5
- noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const a = d(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ c("div", { className: a, ...r, children: t });
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as m } from "../../chunks/vendor-D-uL_icH.js";
3
+ const c = "row__4e8abf51", e = "noPaddingBottom__bfbb4a0e", o = {
4
+ row: c,
5
+ noPaddingBottom: e
6
+ }, i = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const a = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ d("div", { className: a, ...r, children: t });
9
9
  };
10
- e.displayName = "Row";
10
+ i.displayName = "Row";
11
11
  export {
12
- e as Row
12
+ i as Row
13
13
  };
14
14
  //# sourceMappingURL=Row.js.map
@@ -1,16 +1,16 @@
1
- import { ESegmentedControlTheme as o, ESegmentedControlSize as r, ESegmentedControlType as d } from "./enums.js";
1
+ import { ESegmentedControlTheme as o, ESegmentedControlSize as r, ESegmentedControlType as c } from "./enums.js";
2
2
  import { SegmentedControlSegment as N } from "./SegmentedControlSegment.js";
3
- import { jsx as c } from "react/jsx-runtime";
4
- import L from "react";
5
- import { c as R } from "../../chunks/vendor-D-uL_icH.js";
6
- import { SegmentedControlContext as h } from "./SegmentedControlContext.js";
7
- const x = "segmentedControl__e439d7f9", M = "general1__1fa4e819", T = "secondary1__e1e701c0", A = "general2__92d13ed6", G = "secondary2__18395e7d", b = "sm__217a3473", D = "md__9618954e", O = "lg__f75cc505", e = {
8
- segmentedControl: x,
9
- general1: M,
10
- secondary1: T,
11
- general2: A,
12
- secondary2: G,
13
- sm: b,
3
+ import { jsx as l } from "react/jsx-runtime";
4
+ import b from "react";
5
+ import { c as L } from "../../chunks/vendor-D-uL_icH.js";
6
+ import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
7
+ const h = "segmentedControl__5e183e89", x = "general1__780803e7", M = "secondary1__4d00a09b", T = "general2__95c58724", A = "secondary2__9e04350c", G = "sm__7102e945", D = "md__5e3475c9", O = "lg__460bba89", e = {
8
+ segmentedControl: h,
9
+ general1: x,
10
+ secondary1: M,
11
+ general2: T,
12
+ secondary2: A,
13
+ sm: G,
14
14
  md: D,
15
15
  lg: O
16
16
  }, j = {
@@ -23,9 +23,9 @@ const x = "segmentedControl__e439d7f9", M = "general1__1fa4e819", T = "secondary
23
23
  [r.MD]: e.md,
24
24
  [r.LG]: e.lg
25
25
  }, z = Object.assign(
26
- L.forwardRef(
27
- ({ children: l, className: g, value: n, theme: _, type: a, size: i, disabled: C, onSelect: t, ...f }, S) => {
28
- const E = R(
26
+ b.forwardRef(
27
+ ({ children: d, className: g, value: n, theme: _, type: a, size: i, disabled: C, onSelect: t, ...S }, f) => {
28
+ const E = L(
29
29
  e.segmentedControl,
30
30
  j[_],
31
31
  v[i],
@@ -35,15 +35,15 @@ const x = "segmentedControl__e439d7f9", M = "general1__1fa4e819", T = "secondary
35
35
  value: s
36
36
  }) => {
37
37
  switch (a) {
38
- case d.SINGLE:
38
+ case c.SINGLE:
39
39
  m && t(s);
40
40
  break;
41
- case d.MULTIPLE:
41
+ case c.MULTIPLE:
42
42
  t(m ? [...n, s] : [...n].filter((y) => y !== s));
43
43
  }
44
44
  };
45
- return /* @__PURE__ */ c(
46
- h.Provider,
45
+ return /* @__PURE__ */ l(
46
+ R.Provider,
47
47
  {
48
48
  value: {
49
49
  type: a,
@@ -51,7 +51,7 @@ const x = "segmentedControl__e439d7f9", M = "general1__1fa4e819", T = "secondary
51
51
  disabled: !!C,
52
52
  onSegmentSelect: p
53
53
  },
54
- children: /* @__PURE__ */ c("div", { className: E, ...f, "data-tx": "1.1.0", ref: S, children: l })
54
+ children: /* @__PURE__ */ l("div", { className: E, ...S, "data-tx": "1.1.1", ref: f, children: d })
55
55
  }
56
56
  );
57
57
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { useContext as x } from "react";
2
+ import { useContext as b } from "react";
3
3
  import { c as L } from "../../chunks/vendor-D-uL_icH.js";
4
4
  import { ButtonBase as N } from "../Button/ButtonBase.js";
5
5
  import { ESegmentedControlType as n } from "./enums.js";
6
6
  import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
7
- const y = "segmentedControlSegment__82f9193f", E = "selected__ded48ae3", I = "content__0dbe8ef6", r = {
7
+ const y = "segmentedControlSegment__fcd51051", E = "selected__2866e81f", I = "content__198fa72c", r = {
8
8
  segmentedControlSegment: y,
9
9
  selected: E,
10
10
  content: I
@@ -22,7 +22,7 @@ const y = "segmentedControlSegment__82f9193f", E = "selected__ded48ae3", I = "co
22
22
  value: d,
23
23
  disabled: p,
24
24
  onSegmentSelect: l
25
- } = x(_), t = (() => {
25
+ } = b(_), t = (() => {
26
26
  switch (m) {
27
27
  case n.SINGLE:
28
28
  return e === d;
@@ -40,7 +40,7 @@ const y = "segmentedControlSegment__82f9193f", E = "selected__ded48ae3", I = "co
40
40
  return c;
41
41
  if (typeof s == "string")
42
42
  return s;
43
- }, u = (b) => {
43
+ }, u = (x) => {
44
44
  switch (m) {
45
45
  case n.SINGLE:
46
46
  l({ value: e, selected: !0 });
@@ -49,7 +49,7 @@ const y = "segmentedControlSegment__82f9193f", E = "selected__ded48ae3", I = "co
49
49
  l({ value: e, selected: !t });
50
50
  break;
51
51
  }
52
- o == null || o(b);
52
+ o == null || o(x);
53
53
  };
54
54
  return /* @__PURE__ */ a(
55
55
  N,
@@ -1,11 +1,11 @@
1
1
  import { jsx as y, jsxs as O } from "react/jsx-runtime";
2
2
  import { useState as T, useRef as u, useCallback as r, useEffect as x } from "react";
3
- import { isKey as b, EVENT_KEY_CODES as K } from "../../utils/keyboard.js";
3
+ import { isKey as K, EVENT_KEY_CODES as b } from "../../utils/keyboard.js";
4
4
  import { KeyDownListener as C } from "../KeyDownListener/KeyDownListener.js";
5
5
  import { c as _ } from "../../chunks/vendor-D-uL_icH.js";
6
6
  import { SelectExtendedFieldTarget as j } from "./components/SelectExtendedFieldTarget.js";
7
7
  import { SelectExtendedFieldDropdown as k } from "./components/SelectExtendedFieldDropdown.js";
8
- const v = "SelectExtendedField__e1c16bd5", A = {
8
+ const v = "SelectExtendedField__76902a04", A = {
9
9
  SelectExtendedField: v
10
10
  }, L = (S) => {
11
11
  const { className: w, onKeyDown: n, children: D, renderTarget: F, closeOnTab: m, onClose: o, onOpen: d, ...g } = S, [e, c] = T(!1), l = u(null), f = u(null), E = r((t) => {
@@ -21,7 +21,7 @@ const v = "SelectExtendedField__e1c16bd5", A = {
21
21
  }, [e]), h = r(
22
22
  (t) => {
23
23
  const s = t.code || t.keyCode;
24
- m && b(s, "TAB") && a(), n == null || n(t);
24
+ m && K(s, "TAB") && a(), n == null || n(t);
25
25
  },
26
26
  [m, a, n]
27
27
  );
@@ -29,7 +29,7 @@ const v = "SelectExtendedField__e1c16bd5", A = {
29
29
  document.removeEventListener("mousedown", i);
30
30
  }), [i]), x(() => {
31
31
  e ? d == null || d() : o == null || o();
32
- }, [e, d, o]), /* @__PURE__ */ y(C, { onMatch: a, eventKeyCode: K.ESCAPE, children: /* @__PURE__ */ O(
32
+ }, [e, d, o]), /* @__PURE__ */ y(C, { onMatch: a, eventKeyCode: b.ESCAPE, children: /* @__PURE__ */ O(
33
33
  "div",
34
34
  {
35
35
  className: _(A.SelectExtendedField, w),
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import { Dropdown as m } from "../../Dropdown/Dropdown.js";
3
3
  import { DropdownList as e } from "../../Dropdown/desktop/DropdownList.js";
4
4
  import "../../Dropdown/desktop/DropdownDesktop.js";
5
- import "../../../chunks/DropdownListItem-y6Rvj_dd.js";
5
+ import "../../../chunks/DropdownListItem-DIIAnvmw.js";
6
6
  import "../../Dropdown/mobile/DropdownMobile.js";
7
7
  import "../../Dropdown/mobile/DropdownMobileBody.js";
8
8
  import "../../Dropdown/mobile/DropdownMobileClose.js";
@@ -1,6 +1,6 @@
1
- import { jsxs as L, jsx as a } from "react/jsx-runtime";
1
+ import { jsxs as L, jsx as l } from "react/jsx-runtime";
2
2
  import N, { useRef as O } from "react";
3
- import A from "@sberbusiness/icons-next/CaretdownStrokeSrvIcon24";
3
+ import { CaretdownStrokeSrvIcon24 as A } from "@sberbusiness/icons-next";
4
4
  import { EVENT_KEY_CODES as s } from "../../../utils/keyboard.js";
5
5
  import { LoaderSmall as y } from "../../Loader/LoaderSmall/LoaderSmall.js";
6
6
  import { ELoaderSmallTheme as B, ELoaderSmallSize as C } from "../../Loader/LoaderSmall/enum.js";
@@ -12,13 +12,13 @@ import "../../FormField/components/FormFieldCounter.js";
12
12
  import { FormFieldLabel as k } from "../../FormField/components/FormFieldLabel.js";
13
13
  import "../../FormField/components/FormFieldClear.js";
14
14
  import { FormFieldTarget as w } from "../../FormField/components/FormFieldTarget.js";
15
- import "../../../chunks/FormFieldInput-apk1b0w6.js";
15
+ import "../../../chunks/FormFieldInput-rV5ZVe9k.js";
16
16
  import "../../FormField/components/FormFieldMaskedInput.js";
17
17
  import { FormFieldPostfix as z } from "../../FormField/components/FormFieldPostfix.js";
18
18
  import "../../FormField/components/FormFieldPrefix.js";
19
19
  import "../../FormField/components/FormFieldTextarea.js";
20
20
  import { EFormFieldStatus as n } from "../../FormField/enums.js";
21
- const W = "selectExtendedFieldTarget__dc3507f6", j = "caretIcon__302a605b", K = "selectOpened__322f7e0c", G = "loading__7f9a42cf", U = "disabled__0fe33e7f", t = {
21
+ const W = "selectExtendedFieldTarget__a2b8cfd2", j = "caretIcon__afac0660", K = "selectOpened__359b8c14", G = "loading__04280e28", U = "disabled__17a439ef", t = {
22
22
  selectExtendedFieldTarget: W,
23
23
  caretIcon: j,
24
24
  selectOpened: K,
@@ -37,7 +37,7 @@ const W = "selectExtendedFieldTarget__dc3507f6", j = "caretIcon__302a605b", K =
37
37
  setOpened: f,
38
38
  loading: r,
39
39
  size: F,
40
- status: l,
40
+ status: a,
41
41
  tabIndex: _,
42
42
  fieldLabel: u,
43
43
  ...S
@@ -46,13 +46,13 @@ const W = "selectExtendedFieldTarget__dc3507f6", j = "caretIcon__302a605b", K =
46
46
  {
47
47
  [t.selectOpened]: o,
48
48
  [t.loading]: r,
49
- [t.disabled]: l === n.DISABLED
49
+ [t.disabled]: a === n.DISABLED
50
50
  },
51
51
  g
52
- ), I = () => l === n.DISABLED || r ? -1 : _ || 0, h = (e) => {
53
- r && l === n.DISABLED || (f(!o), p == null || p(e));
52
+ ), I = () => a === n.DISABLED || r ? -1 : _ || 0, h = (e) => {
53
+ r && a === n.DISABLED || (f(!o), p == null || p(e));
54
54
  }, R = (e) => {
55
- r && l === n.DISABLED || (o || [
55
+ r && a === n.DISABLED || (o || [
56
56
  s.SPACE,
57
57
  s.ENTER,
58
58
  s.ARROW_DOWN,
@@ -67,16 +67,16 @@ const W = "selectExtendedFieldTarget__dc3507f6", j = "caretIcon__302a605b", K =
67
67
  onClick: h,
68
68
  tabIndex: I(),
69
69
  onKeyDown: R,
70
- status: l,
70
+ status: a,
71
71
  size: F,
72
72
  className: D,
73
73
  "aria-expanded": o,
74
74
  "aria-haspopup": "listbox",
75
- "data-tx": "1.1.0",
75
+ "data-tx": "1.1.1",
76
76
  ...S,
77
77
  children: [
78
- /* @__PURE__ */ a(k, { floating: !!i || !!c, children: u }),
79
- /* @__PURE__ */ a(
78
+ /* @__PURE__ */ l(k, { floating: !!i || !!c, children: u }),
79
+ /* @__PURE__ */ l(
80
80
  w,
81
81
  {
82
82
  ref: T,
@@ -88,7 +88,7 @@ const W = "selectExtendedFieldTarget__dc3507f6", j = "caretIcon__302a605b", K =
88
88
  children: i
89
89
  }
90
90
  ),
91
- /* @__PURE__ */ a(z, { children: r ? /* @__PURE__ */ a(y, { size: C.LG, theme: B.BRAND }) : /* @__PURE__ */ a(A, { paletteIndex: 5, className: t.caretIcon }) })
91
+ /* @__PURE__ */ l(z, { children: r ? /* @__PURE__ */ l(y, { size: C.LG, theme: B.BRAND }) : /* @__PURE__ */ l(A, { paletteIndex: 5, className: t.caretIcon }) })
92
92
  ]
93
93
  }
94
94
  );