@sberbusiness/triplex-next 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/README.md +13 -7
  2. package/chunks/{AlertProcessSpoiler-BuN7zhGO.js → AlertProcessSpoiler-COu9EiLo.js} +5 -5
  3. package/chunks/Card.module-C1gfsiyU.js +17 -0
  4. package/chunks/{DropdownListItem-CM0DOekv.js → DropdownListItem-iil7gCyc.js} +21 -21
  5. package/chunks/DropdownMobile.module-DlpnKNwL.js +19 -0
  6. package/chunks/Footer.module-CqUuM-TN.js +11 -0
  7. package/chunks/{FormFieldInput-3TmHcNY0.js → FormFieldInput-Ki1-hI2O.js} +9 -9
  8. package/chunks/HeaderLayoutSidebar.module-BnYpSWmI.js +9 -0
  9. package/chunks/HeaderTabs.module-IVowc7y2.js +9 -0
  10. package/chunks/HeaderTitle.module-Cja2peF4.js +9 -0
  11. package/chunks/{ListItemControlsButton-BpUzyKya.js → ListItemControlsButton-C5HBHV5H.js} +14 -14
  12. package/chunks/ListItemTail.module-DGc45Gzs.js +12 -0
  13. package/chunks/ListMasterFooter.module-CEzWKTX8.js +10 -0
  14. package/chunks/Overlay.module-Q2gyaG66.js +18 -0
  15. package/chunks/Page.module-DxiWg_8o.js +16 -0
  16. package/chunks/TabsExtended.module-BF_E00U4.js +13 -0
  17. package/chunks/{TabsExtendedUtils-BT4b2wK1.js → TabsExtendedUtils-CfV3lgH0.js} +4 -4
  18. package/chunks/TooltipDesktop.module-C9Nuoxhf.js +19 -0
  19. package/chunks/{index-CLQ4mLUp.js → index-Cn4S9Yzd.js} +122 -122
  20. package/chunks/utils-DF32MMDm.js +36 -0
  21. package/components/Alert/AlertContext/AlertContext.js +18 -18
  22. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  23. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  24. package/components/Body/Body.js +6 -6
  25. package/components/Button/Button.js +1 -1
  26. package/components/Button/ButtonBase.js +1 -1
  27. package/components/Button/ButtonDropdown.js +2 -2
  28. package/components/Button/ButtonDropdownExtended.js +1 -1
  29. package/components/Button/ButtonIcon.js +8 -8
  30. package/components/Button/index.js +1 -1
  31. package/components/Card/CardAction.js +3 -3
  32. package/components/Card/CardStatic.js +2 -2
  33. package/components/Card/components/CardContent/CardContent.js +1 -1
  34. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  35. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  36. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  37. package/components/Card/components/CardMedia.js +1 -1
  38. package/components/Card/utils.js +1 -1
  39. package/components/Checkbox/Checkbox.js +6 -6
  40. package/components/Checkbox/CheckboxXGroup.js +12 -12
  41. package/components/Checkbox/CheckboxYGroup.js +6 -6
  42. package/components/Col/Col.js +136 -136
  43. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  44. package/components/Dropdown/Dropdown.js +1 -1
  45. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  46. package/components/Dropdown/desktop/DropdownList.js +4 -4
  47. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  48. package/components/Dropdown/index.js +2 -2
  49. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  50. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  51. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  52. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  53. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  54. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  55. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  56. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  57. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  58. package/components/Footer/Footer.js +2 -2
  59. package/components/Footer/components/FooterDescription.js +1 -1
  60. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  61. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  62. package/components/FormField/FormField.js +17 -17
  63. package/components/FormField/components/FormFieldClear.js +5 -5
  64. package/components/FormField/components/FormFieldCounter.js +4 -4
  65. package/components/FormField/components/FormFieldDescription.js +7 -7
  66. package/components/FormField/components/FormFieldInput.js +1 -1
  67. package/components/FormField/components/FormFieldLabel.js +10 -10
  68. package/components/FormField/components/FormFieldMaskedInput.js +4 -4
  69. package/components/FormField/components/FormFieldPostfix.js +1 -1
  70. package/components/FormField/components/FormFieldPrefix.js +9 -9
  71. package/components/FormField/components/FormFieldTextarea.js +6 -6
  72. package/components/FormField/index.js +2 -2
  73. package/components/Header/Header.js +2 -2
  74. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  75. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  76. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  77. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  78. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  79. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  80. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  81. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  82. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  83. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  84. package/components/Link/Link.js +21 -21
  85. package/components/List/List.js +9 -9
  86. package/components/List/components/ListEmptyState.js +2 -2
  87. package/components/List/components/ListItem.js +1 -1
  88. package/components/List/components/ListItemContent.js +10 -10
  89. package/components/List/components/ListItemControls.js +1 -1
  90. package/components/List/components/ListItemControlsButton.js +1 -1
  91. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  92. package/components/List/components/ListItemLoading.js +1 -1
  93. package/components/List/components/ListItemSelectable.js +1 -1
  94. package/components/List/components/ListItemTable.js +2 -2
  95. package/components/List/components/ListItemTailLeft.js +1 -1
  96. package/components/List/components/ListItemTailRight.js +1 -1
  97. package/components/List/components/ListSortableItem.js +2 -2
  98. package/components/List/components/ListSortableItemControls.js +5 -5
  99. package/components/List/components/ListSortableItemTarget.js +8 -8
  100. package/components/List/index.js +2 -2
  101. package/components/ListMaster/ListMaster.js +1 -1
  102. package/components/ListMaster/components/ListMasterBody.js +1 -1
  103. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  104. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  105. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  106. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  107. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  108. package/components/ListMaster/components/SelectionControls.js +9 -9
  109. package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
  110. package/components/Loader/LoaderSmall/LoaderSmall.js +14 -14
  111. package/components/LoaderWidget/LoaderWidget.js +7 -7
  112. package/components/Overlay/Overlay.js +1 -1
  113. package/components/Overlay/OverlayMask.js +1 -1
  114. package/components/Overlay/OverlayPanel.js +1 -1
  115. package/components/Page/Page.js +1 -1
  116. package/components/Page/components/BodyPage.js +1 -1
  117. package/components/Page/components/FooterPage.js +1 -1
  118. package/components/Page/components/HeaderPage.js +1 -1
  119. package/components/Pagination/components/PaginationExtended.js +6 -6
  120. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  121. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  122. package/components/Pagination/components/PaginationPageButton.js +1 -1
  123. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  124. package/components/Pagination/components/PaginationSelect.js +9 -9
  125. package/components/Radio/Radio.js +9 -9
  126. package/components/Radio/RadioXGroup.js +9 -9
  127. package/components/Radio/RadioYGroup.js +9 -9
  128. package/components/Row/Row.js +4 -4
  129. package/components/SegmentedControl/SegmentedControl.js +1 -1
  130. package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
  131. package/components/SegmentedControl/index.js +1 -1
  132. package/components/Skeleton/Skeleton.js +10 -10
  133. package/components/SwipeableArea/SwipeableArea.js +12 -12
  134. package/components/TabsExtended/TabsExtended.js +1 -1
  135. package/components/TabsExtended/TabsExtendedUtils.js +1 -1
  136. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  137. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  138. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  139. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  140. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  141. package/components/TextField/MaskedField.js +4 -4
  142. package/components/TextField/TextField.js +4 -4
  143. package/components/TextField/TextFieldBase.js +4 -4
  144. package/components/TextField/index.js +1 -1
  145. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  146. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  147. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  148. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  149. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  150. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  151. package/components/Typography/Caption.js +7 -7
  152. package/components/Typography/Text.js +20 -20
  153. package/components/Typography/Title.js +22 -22
  154. package/components/Typography/utils.js +1 -1
  155. package/components/UploadZone/components/UploadZoneInput.js +10 -10
  156. package/components/index.js +4 -4
  157. package/index.js +4 -4
  158. package/package.json +3 -1
  159. package/styles/triplex-next.css +333 -333
  160. package/chunks/Card.module-ByP22Mc4.js +0 -17
  161. package/chunks/DropdownMobile.module-gjHocEKh.js +0 -19
  162. package/chunks/Footer.module-B1rO0bcd.js +0 -11
  163. package/chunks/HeaderLayoutSidebar.module-CEXHjsmH.js +0 -9
  164. package/chunks/HeaderTabs.module-YFm2izz6.js +0 -9
  165. package/chunks/HeaderTitle.module-lv649tnz.js +0 -9
  166. package/chunks/ListItemTail.module-D7Oa-l-5.js +0 -12
  167. package/chunks/ListMasterFooter.module-1LjIdZNa.js +0 -10
  168. package/chunks/Overlay.module-BbpDNlm7.js +0 -18
  169. package/chunks/Page.module-DAinpecX.js +0 -16
  170. package/chunks/TabsExtended.module-CQBdl7x1.js +0 -13
  171. package/chunks/TooltipDesktop.module-BRkBuup-.js +0 -19
  172. package/chunks/utils-VD40Qwop.js +0 -36
@@ -1,13 +1,13 @@
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 });
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as p } from "../../chunks/vendor-CF2m175I.js";
3
+ const t = "radioYGroup__6480a523", 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 });
8
8
  };
9
- d.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- d as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,10 +1,10 @@
1
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
- row: c,
2
+ import { c } from "../../chunks/vendor-CF2m175I.js";
3
+ const m = "row__82b30c36", i = "noPaddingBottom__9e80d56a", o = {
4
+ row: m,
5
5
  noPaddingBottom: i
6
6
  }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const d = m(n, o.row, { [o.noPaddingBottom]: !s });
7
+ const d = c(n, o.row, { [o.noPaddingBottom]: !s });
8
8
  return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
9
9
  };
10
10
  e.displayName = "Row";
@@ -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-CLQ4mLUp.js";
5
+ import { i as n, h as p } from "../../chunks/index-Cn4S9Yzd.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-CLQ4mLUp.js";
4
+ import { S } from "../../chunks/index-Cn4S9Yzd.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-CLQ4mLUp.js";
2
+ import { i as S, h as g, S as C } from "../../chunks/index-Cn4S9Yzd.js";
3
3
  export {
4
4
  t as ESegmentedControlSize,
5
5
  n as ESegmentedControlTheme,
@@ -1,19 +1,19 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as a } from "../../chunks/vendor-CF2m175I.js";
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import { c as r } from "../../chunks/vendor-CF2m175I.js";
3
3
  import { ESkeletonType as t } from "./enums.js";
4
- const n = "skeleton__1ac998db", r = "light__c3990409", k = "dark__a2cc664b", o = {
5
- skeleton: n,
6
- light: r,
4
+ const a = "skeleton__eea6628b", c = "light__fb68bb62", k = "dark__dcbfe0c7", e = {
5
+ skeleton: a,
6
+ light: c,
7
7
  dark: k
8
- }, _ = ({ className: e, type: s = t.DARK, ...l }) => /* @__PURE__ */ c(
8
+ }, _ = ({ className: s, type: o = t.DARK, ...l }) => /* @__PURE__ */ n(
9
9
  "div",
10
10
  {
11
- className: a(o.skeleton, e, {
12
- [o.dark]: s === t.DARK,
13
- [o.light]: s === t.LIGHT
11
+ className: r(e.skeleton, s, {
12
+ [e.dark]: o === t.DARK,
13
+ [e.light]: o === t.LIGHT
14
14
  }),
15
15
  ...l,
16
- "data-tx": "0.1.6"
16
+ "data-tx": "0.1.8"
17
17
  }
18
18
  );
19
19
  export {
@@ -1,7 +1,7 @@
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 H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll__d8947d1e", k = "disablePointerEvents__4b8dd7a9", q = "swipeAnimationFinish__43809657", G = "leftContent__ffc088ed", J = "rightContent__762288b8", s = {
4
+ const H = "swipeableArea__87d66005", V = "content__b23eb94f", $ = "disableScroll__4e228410", k = "disablePointerEvents__5471c540", q = "swipeAnimationFinish__37700aff", G = "leftContent__555ef8c3", J = "rightContent__0b88229c", s = {
5
5
  swipeableArea: H,
6
6
  content: V,
7
7
  disableScroll: $,
@@ -9,7 +9,7 @@ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll
9
9
  swipeAnimationFinish: q,
10
10
  leftContent: G,
11
11
  rightContent: J
12
- }, p = 24, E = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
12
+ }, p = 24, b = 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
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);
@@ -23,14 +23,14 @@ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll
23
23
  ) : n.current < 0 && t < 0 && e(
24
24
  Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
25
25
  );
26
- }, R = () => {
27
- h.current = N, d(void 0), document.removeEventListener("touchend", R);
26
+ }, E = () => {
27
+ h.current = N, d(void 0), document.removeEventListener("touchend", E);
28
28
  };
29
29
  M(() => {
30
30
  !l && o !== n.current && X();
31
31
  }, [l]);
32
32
  const x = (t) => {
33
- h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", R);
33
+ h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", E);
34
34
  }, O = (t) => {
35
35
  if (t.touches.length != 1)
36
36
  return;
@@ -60,7 +60,7 @@ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll
60
60
  };
61
61
  return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
62
62
  }, []);
63
- const b = () => {
63
+ const R = () => {
64
64
  i.current && (a(!0), e(i.current.getBoundingClientRect().width));
65
65
  }, T = () => {
66
66
  r.current && (a(!0), e(-r.current.getBoundingClientRect().width));
@@ -77,23 +77,23 @@ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll
77
77
  T();
78
78
  },
79
79
  swipeRight: () => {
80
- b();
80
+ R();
81
81
  }
82
82
  }),
83
- [v, T, b]
83
+ [v, T, R]
84
84
  ), /* @__PURE__ */ j(
85
85
  "div",
86
86
  {
87
87
  className: g(s.swipeableArea, I),
88
88
  ...y,
89
- "data-tx": "0.1.6",
89
+ "data-tx": "0.1.8",
90
90
  ref: _,
91
91
  children: [
92
92
  typeof m < "u" ? /* @__PURE__ */ w(
93
93
  "div",
94
94
  {
95
95
  className: g(s.leftContent, {
96
- [E]: S
96
+ [b]: S
97
97
  }),
98
98
  ref: i,
99
99
  style: { opacity: Y() },
@@ -104,7 +104,7 @@ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll
104
104
  "div",
105
105
  {
106
106
  className: g(s.rightContent, {
107
- [E]: S
107
+ [b]: S
108
108
  }),
109
109
  ref: r,
110
110
  style: { opacity: P() },
@@ -117,7 +117,7 @@ const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll
117
117
  className: g(s.content, {
118
118
  [Q]: o !== 0,
119
119
  [K]: l === "horizontal",
120
- [E]: S
120
+ [b]: S
121
121
  }),
122
122
  onTouchStart: x,
123
123
  onTouchMove: O,
@@ -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-CQBdl7x1.js";
5
+ import { s as u } from "../../chunks/TabsExtended.module-BF_E00U4.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-BT4b2wK1.js";
3
+ import { t as o, a as i } from "../../chunks/TabsExtendedUtils-CfV3lgH0.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-CQBdl7x1.js";
6
+ import { s as n } from "../../../chunks/TabsExtended.module-BF_E00U4.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-CQBdl7x1.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-BF_E00U4.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 = ({
@@ -1,6 +1,6 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import x, { useContext as d } from "react";
3
- import { s as o } from "../../../chunks/TabsExtended.module-CQBdl7x1.js";
3
+ import { s as o } from "../../../chunks/TabsExtended.module-BF_E00U4.js";
4
4
  import { c as I } from "../../../chunks/vendor-CF2m175I.js";
5
5
  import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
6
6
  import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { s, t as b, a as x } from "../../../chunks/TabsExtendedUtils-BT4b2wK1.js";
3
+ import { s, t as b, a as x } from "../../../chunks/TabsExtendedUtils-CfV3lgH0.js";
4
4
  import { c as T } from "../../../chunks/vendor-CF2m175I.js";
5
5
  import { Text as l } from "../../Typography/Text.js";
6
6
  import { ETabsExtendedTabButtonSize as p } from "../enums.js";
@@ -3,7 +3,7 @@ import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, i
3
3
  import { h as F, c as N, p as z } from "../../../chunks/vendor-CF2m175I.js";
4
4
  import { TabsExtendedContext as _ } from "../TabsExtendedContext.js";
5
5
  import { TabsExtendedTabContext as j } from "./TabsExtendedTabContext.js";
6
- import { s as l } from "../../../chunks/TabsExtended.module-CQBdl7x1.js";
6
+ import { s as l } from "../../../chunks/TabsExtended.module-BF_E00U4.js";
7
7
  const G = ({
8
8
  children: s,
9
9
  className: C,
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../Alert/AlertContext/AlertContext.js";
3
3
  import "../Alert/AlertProcess/AlertProcess.js";
4
4
  import "../Alert/AlertTypeUtils.js";
5
- import { M as Jo } from "../../chunks/index-CLQ4mLUp.js";
5
+ import { M as Jo } from "../../chunks/index-Cn4S9Yzd.js";
6
6
  import "../Button/ButtonBase.js";
7
7
  import "../Button/ButtonIcon.js";
8
8
  import "../Col/Col.js";
@@ -14,7 +14,7 @@ import "../FormField/components/FormFieldDescription.js";
14
14
  import "../FormField/components/FormFieldCounter.js";
15
15
  import "../FormField/components/FormFieldLabel.js";
16
16
  import "../FormField/components/FormFieldClear.js";
17
- import "../../chunks/FormFieldInput-3TmHcNY0.js";
17
+ import "../../chunks/FormFieldInput-Ki1-hI2O.js";
18
18
  import "../FormField/components/FormFieldPostfix.js";
19
19
  import "../FormField/components/FormFieldPrefix.js";
20
20
  import "../FormField/components/FormFieldTextarea.js";
@@ -35,7 +35,7 @@ import "../ThemeProvider/ThemeProviderContext.js";
35
35
  import "../Typography/Title.js";
36
36
  import "../Typography/Text.js";
37
37
  import "../Typography/Caption.js";
38
- import "../../chunks/DropdownListItem-CM0DOekv.js";
38
+ import "../../chunks/DropdownListItem-iil7gCyc.js";
39
39
  import "../Dropdown/mobile/DropdownMobile.js";
40
40
  import "../Dropdown/mobile/DropdownMobileBody.js";
41
41
  import "../Dropdown/mobile/DropdownMobileClose.js";
@@ -50,7 +50,7 @@ import "../List/ListSortable.js";
50
50
  import "../List/components/ListItem.js";
51
51
  import "../List/components/ListItemControls.js";
52
52
  import "../List/components/ListItemContent.js";
53
- import "../../chunks/ListItemControlsButton-BpUzyKya.js";
53
+ import "../../chunks/ListItemControlsButton-C5HBHV5H.js";
54
54
  import "../List/components/ListEmptyState.js";
55
55
  import "../List/components/ListItemLoading.js";
56
56
  import "../List/components/ListItemSelectable.js";
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../Alert/AlertContext/AlertContext.js";
3
3
  import "../Alert/AlertProcess/AlertProcess.js";
4
4
  import "../Alert/AlertTypeUtils.js";
5
- import { T as Jo } from "../../chunks/index-CLQ4mLUp.js";
5
+ import { T as Jo } from "../../chunks/index-Cn4S9Yzd.js";
6
6
  import "../Button/ButtonBase.js";
7
7
  import "../Button/ButtonIcon.js";
8
8
  import "../Col/Col.js";
@@ -14,7 +14,7 @@ import "../FormField/components/FormFieldDescription.js";
14
14
  import "../FormField/components/FormFieldCounter.js";
15
15
  import "../FormField/components/FormFieldLabel.js";
16
16
  import "../FormField/components/FormFieldClear.js";
17
- import "../../chunks/FormFieldInput-3TmHcNY0.js";
17
+ import "../../chunks/FormFieldInput-Ki1-hI2O.js";
18
18
  import "../FormField/components/FormFieldPostfix.js";
19
19
  import "../FormField/components/FormFieldPrefix.js";
20
20
  import "../FormField/components/FormFieldTextarea.js";
@@ -35,7 +35,7 @@ import "../ThemeProvider/ThemeProviderContext.js";
35
35
  import "../Typography/Title.js";
36
36
  import "../Typography/Text.js";
37
37
  import "../Typography/Caption.js";
38
- import "../../chunks/DropdownListItem-CM0DOekv.js";
38
+ import "../../chunks/DropdownListItem-iil7gCyc.js";
39
39
  import "../Dropdown/mobile/DropdownMobile.js";
40
40
  import "../Dropdown/mobile/DropdownMobileBody.js";
41
41
  import "../Dropdown/mobile/DropdownMobileClose.js";
@@ -50,7 +50,7 @@ import "../List/ListSortable.js";
50
50
  import "../List/components/ListItem.js";
51
51
  import "../List/components/ListItemControls.js";
52
52
  import "../List/components/ListItemContent.js";
53
- import "../../chunks/ListItemControlsButton-BpUzyKya.js";
53
+ import "../../chunks/ListItemControlsButton-C5HBHV5H.js";
54
54
  import "../List/components/ListEmptyState.js";
55
55
  import "../List/components/ListItemLoading.js";
56
56
  import "../List/components/ListItemSelectable.js";
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../Alert/AlertContext/AlertContext.js";
3
3
  import "../Alert/AlertProcess/AlertProcess.js";
4
4
  import "../Alert/AlertTypeUtils.js";
5
- import { j as Jo } from "../../chunks/index-CLQ4mLUp.js";
5
+ import { j as Jo } from "../../chunks/index-Cn4S9Yzd.js";
6
6
  import "../Button/ButtonBase.js";
7
7
  import "../Button/ButtonIcon.js";
8
8
  import "../Col/Col.js";
@@ -14,7 +14,7 @@ import "../FormField/components/FormFieldDescription.js";
14
14
  import "../FormField/components/FormFieldCounter.js";
15
15
  import "../FormField/components/FormFieldLabel.js";
16
16
  import "../FormField/components/FormFieldClear.js";
17
- import "../../chunks/FormFieldInput-3TmHcNY0.js";
17
+ import "../../chunks/FormFieldInput-Ki1-hI2O.js";
18
18
  import "../FormField/components/FormFieldPostfix.js";
19
19
  import "../FormField/components/FormFieldPrefix.js";
20
20
  import "../FormField/components/FormFieldTextarea.js";
@@ -35,7 +35,7 @@ import "../ThemeProvider/ThemeProviderContext.js";
35
35
  import "../Typography/Title.js";
36
36
  import "../Typography/Text.js";
37
37
  import "../Typography/Caption.js";
38
- import "../../chunks/DropdownListItem-CM0DOekv.js";
38
+ import "../../chunks/DropdownListItem-iil7gCyc.js";
39
39
  import "../Dropdown/mobile/DropdownMobile.js";
40
40
  import "../Dropdown/mobile/DropdownMobileBody.js";
41
41
  import "../Dropdown/mobile/DropdownMobileClose.js";
@@ -50,7 +50,7 @@ import "../List/ListSortable.js";
50
50
  import "../List/components/ListItem.js";
51
51
  import "../List/components/ListItemControls.js";
52
52
  import "../List/components/ListItemContent.js";
53
- import "../../chunks/ListItemControlsButton-BpUzyKya.js";
53
+ import "../../chunks/ListItemControlsButton-C5HBHV5H.js";
54
54
  import "../List/components/ListEmptyState.js";
55
55
  import "../List/components/ListItemLoading.js";
56
56
  import "../List/components/ListItemSelectable.js";
@@ -1,4 +1,4 @@
1
- import { M as d, T as s } from "../../chunks/index-CLQ4mLUp.js";
1
+ import { M as d, T as s } from "../../chunks/index-Cn4S9Yzd.js";
2
2
  export {
3
3
  d as MaskedField,
4
4
  s as TextField
@@ -4,7 +4,7 @@ import { MobileView as s } from "../../../MobileView/MobileView.js";
4
4
  import { Text as a } from "../../../Typography/Text.js";
5
5
  import { ELineType as l, ETextSize as p } from "../../../Typography/enums.js";
6
6
  import { c } from "../../../../chunks/vendor-CF2m175I.js";
7
- import { s as f } from "../../../../chunks/TooltipDesktop.module-BRkBuup-.js";
7
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-C9Nuoxhf.js";
8
8
  const d = r.forwardRef(({ className: m, ...i }, t) => {
9
9
  const e = c(f.tooltipBody, m);
10
10
  return /* @__PURE__ */ o(s, { fallback: /* @__PURE__ */ o("div", { className: e, ...i, ref: t }), children: /* @__PURE__ */ o(a, { className: e, size: p.B3, line: l.NORMAL, tag: "div", ...i, ref: t }) });
@@ -2,17 +2,17 @@ import { jsx as t } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as s } from "../../../../chunks/vendor-CF2m175I.js";
4
4
  import { MobileView as a } from "../../../MobileView/MobileView.js";
5
- const k = "tooltipLink__97250ef3", r = "desktop__d60bfd8c", c = "mobile__766c8fc7", o = {
5
+ const k = "tooltipLink__6c18e102", r = "desktop__00fe9bb8", m = "mobile__ab645428", o = {
6
6
  tooltipLink: k,
7
7
  desktop: r,
8
- mobile: c
9
- }, m = n.forwardRef(
8
+ mobile: m
9
+ }, c = n.forwardRef(
10
10
  ({ children: i, className: e, ...l }, p) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
11
11
  "a",
12
12
  {
13
13
  className: s(o.tooltipLink, o.desktop, e),
14
14
  ...l,
15
- "data-tx": "0.1.6",
15
+ "data-tx": "0.1.8",
16
16
  ref: p,
17
17
  children: i
18
18
  }
@@ -21,14 +21,14 @@ const k = "tooltipLink__97250ef3", r = "desktop__d60bfd8c", c = "mobile__766c8fc
21
21
  {
22
22
  className: s(o.tooltipLink, o.mobile, e),
23
23
  ...l,
24
- "data-tx": "0.1.6",
24
+ "data-tx": "0.1.8",
25
25
  ref: p,
26
26
  children: i
27
27
  }
28
28
  ) })
29
29
  );
30
- m.displayName = "TooltipLink";
30
+ c.displayName = "TooltipLink";
31
31
  export {
32
- m as TooltipLink
32
+ c as TooltipLink
33
33
  };
34
34
  //# sourceMappingURL=TooltipLink.js.map
@@ -3,7 +3,7 @@ import { useContext as p } from "react";
3
3
  import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
4
4
  import { TooltipContext as i } from "../../TootlipContext.js";
5
5
  import { ButtonIcon as l } from "../../../Button/ButtonIcon.js";
6
- import { s as f } from "../../../../chunks/TooltipDesktop.module-BRkBuup-.js";
6
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-C9Nuoxhf.js";
7
7
  const I = ({ onClick: t, ...r }) => {
8
8
  const { setTooltipOpen: e } = p(i), s = (m) => {
9
9
  e(!1), t == null || t(m);
@@ -9,7 +9,7 @@ import { Portal as Y } from "../../../../Portal/Portal.js";
9
9
  import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
10
10
  import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
11
11
  import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
12
- import { s as f } from "../../../../../chunks/TooltipDesktop.module-BRkBuup-.js";
12
+ import { s as f } from "../../../../../chunks/TooltipDesktop.module-C9Nuoxhf.js";
13
13
  const Q = {
14
14
  column: "translateX",
15
15
  row: "translateY"
@@ -2,7 +2,7 @@ import { jsx as a } from "react/jsx-runtime";
2
2
  import p from "react";
3
3
  import { ETooltipDirection as e } from "../../../enums.js";
4
4
  import { c } from "../../../../../chunks/vendor-CF2m175I.js";
5
- import { s as t } from "../../../../../chunks/TooltipDesktop.module-BRkBuup-.js";
5
+ import { s as t } from "../../../../../chunks/TooltipDesktop.module-C9Nuoxhf.js";
6
6
  const l = p.forwardRef((r, i) => {
7
7
  const { direction: s } = r;
8
8
  let o;
@@ -6,21 +6,21 @@ import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js"
6
6
  import { DropdownMobileBody as h } from "../../../Dropdown/mobile/DropdownMobileBody.js";
7
7
  import { TooltipMobileCloseButton as y } from "./components/TooltipMobileCloseButton.js";
8
8
  import { c as B } from "../../../../chunks/vendor-CF2m175I.js";
9
- const T = "tooltipMobile__47897569", g = "tooltipMobileContent__d269bb2b", H = "headerless__2937d68e", r = {
9
+ const T = "tooltipMobile__becf5917", g = "tooltipMobileContent__e6549ec1", H = "headerless__e16fa25b", r = {
10
10
  tooltipMobile: T,
11
11
  tooltipMobileContent: g,
12
12
  headerless: H
13
13
  }, z = ({
14
14
  children: N,
15
- className: d,
15
+ className: p,
16
16
  renderContainer: R,
17
17
  targetRef: j,
18
18
  disableAdaptiveMode: D,
19
19
  isOpen: o,
20
20
  onShow: t,
21
- ...p
21
+ ...c
22
22
  }) => {
23
- const { elements: e, setTooltipOpen: m } = f(C), i = u(null), c = B(r.tooltipMobile, { [r.headerless]: e.mobileHeader === null }, d);
23
+ const { elements: e, setTooltipOpen: d } = f(C), i = u(null), m = B(r.tooltipMobile, { [r.headerless]: e.mobileHeader === null }, p);
24
24
  M(() => {
25
25
  o && (t == null || t(i.current));
26
26
  }, [o]);
@@ -33,11 +33,11 @@ const T = "tooltipMobile__47897569", g = "tooltipMobileContent__d269bb2b", H = "
33
33
  /* @__PURE__ */ s(x, { container: document.body, children: /* @__PURE__ */ l(
34
34
  _,
35
35
  {
36
- className: c,
36
+ className: m,
37
37
  tabIndex: -1,
38
38
  opened: o,
39
- setOpened: m,
40
- ...p,
39
+ setOpened: d,
40
+ ...c,
41
41
  ref: i,
42
42
  children: [
43
43
  e.mobileHeader,
@@ -1,9 +1,9 @@
1
- import { jsx as f } from "react/jsx-runtime";
1
+ import { jsx as _ } from "react/jsx-runtime";
2
2
  import { forwardRef as g } from "react";
3
3
  import { c as y } from "../../chunks/vendor-CF2m175I.js";
4
4
  import { EFontWeightText as e, ECaptionSize as c, EFontType as T } from "./enums.js";
5
- import { t as s, m as b } from "../../chunks/utils-VD40Qwop.js";
6
- const R = "caption__13694852", E = "regular__5eaf5817", u = "semibold__ebfbc5a3", x = "c1__d90aca22", S = "c2__7618a56e", h = "d1__afe3b41b", o = {
5
+ import { t as s, m as b } from "../../chunks/utils-DF32MMDm.js";
6
+ const R = "caption__3d6f14ee", E = "regular__e446d5ca", u = "semibold__b4b0e32d", x = "c1__6357eb7f", S = "c2__28dff173", h = "d1__534fd762", o = {
7
7
  caption: R,
8
8
  regular: E,
9
9
  semibold: u,
@@ -27,9 +27,9 @@ const R = "caption__13694852", E = "regular__5eaf5817", u = "semibold__ebfbc5a3"
27
27
  weight: l = e.REGULAR,
28
28
  underline: t,
29
29
  strikethrough: a,
30
- ...C
31
- }, _) => {
32
- const d = y(
30
+ ...d
31
+ }, f) => {
32
+ const C = y(
33
33
  s.typography,
34
34
  o.caption,
35
35
  A[r],
@@ -42,7 +42,7 @@ const R = "caption__13694852", E = "regular__5eaf5817", u = "semibold__ebfbc5a3"
42
42
  },
43
43
  p
44
44
  );
45
- return /* @__PURE__ */ f(i, { ref: _, className: d, ...C, children: n });
45
+ return /* @__PURE__ */ _(i, { ref: f, className: C, ...d, children: n });
46
46
  }
47
47
  );
48
48
  L.displayName = "Caption";
@@ -1,9 +1,9 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
2
  import { forwardRef as y } from "react";
3
3
  import { c as g } from "../../chunks/vendor-CF2m175I.js";
4
- import { ETextSize as e, EFontWeightText as b, ELineType as r, EFontType as C } from "./enums.js";
5
- import { t, m as R } from "../../chunks/utils-VD40Qwop.js";
6
- const E = "text__db5a2ad3", L = "regular__5eaf5817", A = "semibold__ebfbc5a3", u = "b1__5fd5e8bd", B = "b2__e0cd448c", M = "b3__e2605073", S = "b4__d61c0f6b", s = {
4
+ import { ETextSize as o, EFontWeightText as b, ELineType as r, EFontType as C } from "./enums.js";
5
+ import { t, m as R } from "../../chunks/utils-DF32MMDm.js";
6
+ const E = "text__a35dffd8", L = "regular__e446d5ca", A = "semibold__b4b0e32d", u = "b1__f17a03b7", B = "b2__a3fdd17d", M = "b3__6b5b5386", S = "b4__b95e7d5b", s = {
7
7
  text: E,
8
8
  regular: L,
9
9
  semibold: A,
@@ -12,10 +12,10 @@ const E = "text__db5a2ad3", L = "regular__5eaf5817", A = "semibold__ebfbc5a3", u
12
12
  b3: M,
13
13
  b4: S
14
14
  }, h = {
15
- [e.B1]: s.b1,
16
- [e.B2]: s.b2,
17
- [e.B3]: s.b3,
18
- [e.B4]: s.b4
15
+ [o.B1]: s.b1,
16
+ [o.B2]: s.b2,
17
+ [o.B3]: s.b3,
18
+ [o.B4]: s.b4
19
19
  }, F = {
20
20
  [b.REGULAR]: s.regular,
21
21
  [b.SEMIBOLD]: s.semibold
@@ -24,32 +24,32 @@ const E = "text__db5a2ad3", L = "regular__5eaf5817", A = "semibold__ebfbc5a3", u
24
24
  [r.COMPACT]: t.compact
25
25
  }, O = y(
26
26
  ({
27
- children: c,
28
- className: m,
29
- size: n,
27
+ children: m,
28
+ className: n,
29
+ size: c,
30
30
  tag: p = "span",
31
31
  type: l = C.PRIMARY,
32
32
  weight: T = b.REGULAR,
33
33
  line: i = r.NORMAL,
34
- underline: o,
34
+ underline: e,
35
35
  strikethrough: a,
36
- ...x
37
- }, _) => {
38
- const d = g(
36
+ ...d
37
+ }, x) => {
38
+ const _ = g(
39
39
  t.typography,
40
40
  s.text,
41
- h[n],
41
+ h[c],
42
42
  R[l],
43
43
  F[T],
44
44
  N[i],
45
45
  {
46
- [t.strikethrough]: !!a && !o,
47
- [t.underline]: !!o && !a,
48
- [t.underlineStrikethrough]: !!a && !!o
46
+ [t.strikethrough]: !!a && !e,
47
+ [t.underline]: !!e && !a,
48
+ [t.underlineStrikethrough]: !!a && !!e
49
49
  },
50
- m
50
+ n
51
51
  );
52
- return /* @__PURE__ */ f(p, { ref: _, className: d, ...x, children: c });
52
+ return /* @__PURE__ */ f(p, { ref: x, className: _, ...d, children: m });
53
53
  }
54
54
  );
55
55
  O.displayName = "Text";