@sberbusiness/triplex-next 0.1.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/chunks/AlertProcessSpoiler-JRcPtVtX.js +39 -0
  2. package/chunks/Card.module-Cr47sRot.js +17 -0
  3. package/chunks/DropdownListItem-Be_BBAWh.js +56 -0
  4. package/chunks/DropdownMobile.module-PWShExJh.js +19 -0
  5. package/chunks/Footer.module-Gh9uBYjc.js +11 -0
  6. package/chunks/{FormFieldInput-C2qWOLr3.js → FormFieldInput-H-fZrt84.js} +11 -11
  7. package/chunks/HeaderLayoutSidebar.module-MHb8aSSn.js +9 -0
  8. package/chunks/HeaderTabs.module-Bfiwon3k.js +9 -0
  9. package/chunks/HeaderTitle.module-xLu0Kmjc.js +9 -0
  10. package/chunks/{ListItemControlsButton-BtMEMrGK.js → ListItemControlsButton-DWU_FtH8.js} +13 -13
  11. package/chunks/ListItemTail.module-DZnDKE1u.js +12 -0
  12. package/chunks/ListMasterFooter.module-DVmdCqc9.js +10 -0
  13. package/chunks/Overlay.module-C1GsZR5Z.js +18 -0
  14. package/chunks/Page.module-kOw5fybr.js +16 -0
  15. package/chunks/TabsExtended.module-lHzNgwBX.js +13 -0
  16. package/chunks/{TabsExtendedUtils-BOHZcNx8.js → TabsExtendedUtils-BLpZL63j.js} +5 -5
  17. package/chunks/TooltipDesktop.module-HNPcWO41.js +19 -0
  18. package/chunks/{index-CAZEh1iw.js → index-CgNJLkzr.js} +106 -106
  19. package/chunks/utils-Ck6y6vsC.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 +2 -2
  24. package/components/Button/Button.js +1 -1
  25. package/components/Button/ButtonBase.js +1 -1
  26. package/components/Button/ButtonDropdown.js +2 -2
  27. package/components/Button/ButtonDropdownExtended.js +1 -1
  28. package/components/Button/ButtonIcon.js +4 -4
  29. package/components/Button/index.js +1 -1
  30. package/components/Card/CardAction.js +19 -19
  31. package/components/Card/CardStatic.js +2 -2
  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 +10 -10
  39. package/components/Checkbox/CheckboxXGroup.js +14 -14
  40. package/components/Checkbox/CheckboxYGroup.js +1 -1
  41. package/components/Col/Col.js +134 -134
  42. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  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 +2 -2
  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 +2 -2
  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 +16 -16
  62. package/components/FormField/components/FormFieldClear.js +4 -4
  63. package/components/FormField/components/FormFieldCounter.js +4 -4
  64. package/components/FormField/components/FormFieldDescription.js +5 -5
  65. package/components/FormField/components/FormFieldInput.js +1 -1
  66. package/components/FormField/components/FormFieldLabel.js +13 -13
  67. package/components/FormField/components/FormFieldMaskedInput.js +4 -4
  68. package/components/FormField/components/FormFieldPostfix.js +7 -7
  69. package/components/FormField/components/FormFieldPrefix.js +10 -10
  70. package/components/FormField/components/FormFieldTextarea.js +1 -1
  71. package/components/FormField/index.js +2 -2
  72. package/components/Header/Header.js +9 -9
  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 +4 -4
  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 +21 -21
  84. package/components/List/List.js +6 -6
  85. package/components/List/components/ListEmptyState.js +1 -1
  86. package/components/List/components/ListItem.js +1 -1
  87. package/components/List/components/ListItemContent.js +6 -6
  88. package/components/List/components/ListItemControls.js +7 -7
  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 +1 -1
  92. package/components/List/components/ListItemSelectable.js +1 -1
  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 +1 -1
  98. package/components/List/components/ListSortableItemTarget.js +8 -8
  99. package/components/List/index.js +2 -2
  100. package/components/ListMaster/ListMaster.js +1 -1
  101. package/components/ListMaster/components/ListMasterBody.js +1 -1
  102. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  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 +12 -12
  107. package/components/ListMaster/components/SelectionControls.js +2 -2
  108. package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
  109. package/components/Loader/LoaderSmall/LoaderSmall.js +19 -19
  110. package/components/LoaderWidget/LoaderWidget.js +1 -1
  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 +2 -2
  119. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  120. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  121. package/components/Pagination/components/PaginationPageButton.js +5 -5
  122. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  123. package/components/Pagination/components/PaginationSelect.js +7 -7
  124. package/components/Radio/Radio.js +2 -2
  125. package/components/Radio/RadioXGroup.js +11 -11
  126. package/components/Radio/RadioYGroup.js +7 -7
  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 +10 -10
  132. package/components/SwipeableArea/SwipeableArea.js +18 -18
  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 +17 -17
  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 +6 -6
  150. package/components/Typography/Caption.js +11 -11
  151. package/components/Typography/Text.js +15 -15
  152. package/components/Typography/Title.js +18 -18
  153. package/components/Typography/utils.js +1 -1
  154. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  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/AlertProcessSpoiler-BPbAJJFo.js +0 -39
  160. package/chunks/Card.module-Oqawy8hF.js +0 -17
  161. package/chunks/DropdownListItem-CW2MmFpw.js +0 -56
  162. package/chunks/DropdownMobile.module-DyunEp10.js +0 -19
  163. package/chunks/Footer.module-o57OEPdy.js +0 -11
  164. package/chunks/HeaderLayoutSidebar.module-CzpXvDdH.js +0 -9
  165. package/chunks/HeaderTabs.module-CC0WAcoC.js +0 -9
  166. package/chunks/HeaderTitle.module-CH7eRK8R.js +0 -9
  167. package/chunks/ListItemTail.module-BBV_gvLd.js +0 -12
  168. package/chunks/ListMasterFooter.module-Cw1r4pz-.js +0 -10
  169. package/chunks/Overlay.module-08zZh8Y9.js +0 -18
  170. package/chunks/Page.module-Ccvf_vDR.js +0 -16
  171. package/chunks/TabsExtended.module-yT8L2ZYS.js +0 -13
  172. package/chunks/TooltipDesktop.module-CvcpQSlC.js +0 -19
  173. package/chunks/utils-9a4dp5-W.js +0 -36
@@ -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__bde127e1", e = "noPaddingBottom__b483ef3d", o = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as m } from "../../chunks/vendor-CF2m175I.js";
3
+ const c = "row__fa5da2e5", i = "noPaddingBottom__29450957", 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 a = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ d("div", { className: a, ...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-CAZEh1iw.js";
5
+ import { i as n, h as p } from "../../chunks/index-CgNJLkzr.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-CAZEh1iw.js";
4
+ import { S } from "../../chunks/index-CgNJLkzr.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-CAZEh1iw.js";
2
+ import { i as S, h as g, S as C } from "../../chunks/index-CgNJLkzr.js";
3
3
  export {
4
4
  t as ESegmentedControlSize,
5
5
  n as ESegmentedControlTheme,
@@ -1,22 +1,22 @@
1
- import { jsx as n } 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 n } from "../../chunks/vendor-CF2m175I.js";
3
3
  import { ESkeletonType as t } from "./enums.js";
4
- const a = "skeleton__3e42577f", k = "light__dd0c7ef3", c = "dark__780d27af", o = {
5
- skeleton: a,
6
- light: k,
7
- dark: c
8
- }, f = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */ n(
4
+ const r = "skeleton__1971211c", a = "light__8cccf23e", k = "dark__8b8a901b", o = {
5
+ skeleton: r,
6
+ light: a,
7
+ dark: k
8
+ }, _ = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */ c(
9
9
  "div",
10
10
  {
11
- className: r(o.skeleton, s, {
11
+ className: n(o.skeleton, s, {
12
12
  [o.dark]: e === t.DARK,
13
13
  [o.light]: e === t.LIGHT
14
14
  }),
15
15
  ...l,
16
- "data-tx": "0.1.9"
16
+ "data-tx": "1.0.0"
17
17
  }
18
18
  );
19
19
  export {
20
- f as Skeleton
20
+ _ as Skeleton
21
21
  };
22
22
  //# sourceMappingURL=Skeleton.js.map
@@ -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__97202a11", V = "content__9a45edf7", $ = "disableScroll__6b38dbda", k = "disablePointerEvents__59b11212", q = "swipeAnimationFinish__cc1291f2", G = "leftContent__fc1ed956", J = "rightContent__fc6ddded", s = {
4
+ const H = "swipeableArea__1e25f3b1", V = "content__36425bc9", $ = "disableScroll__9f544a6f", k = "disablePointerEvents__8933df20", q = "swipeAnimationFinish__9764f116", G = "leftContent__9d402f9f", J = "rightContent__c0aa0143", s = {
5
5
  swipeableArea: H,
6
6
  content: V,
7
7
  disableScroll: $,
@@ -9,9 +9,9 @@ const H = "swipeableArea__97202a11", V = "content__9a45edf7", $ = "disableScroll
9
9
  swipeAnimationFinish: q,
10
10
  leftContent: G,
11
11
  rightContent: J
12
- }, p = 24, b = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
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), i = u(null), r = 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), f = u(N), _ = u(null), X = () => {
15
15
  a(!0);
16
16
  const t = n.current - o;
17
17
  n.current === 0 ? t > 0 ? e(
@@ -23,18 +23,18 @@ const H = "swipeableArea__97202a11", V = "content__9a45edf7", $ = "disableScroll
23
23
  ) : n.current < 0 && t < 0 && e(
24
24
  Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
25
25
  );
26
- }, E = () => {
27
- h.current = N, d(void 0), document.removeEventListener("touchend", E);
26
+ }, R = () => {
27
+ f.current = N, d(void 0), document.removeEventListener("touchend", R);
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", E);
33
+ f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", R);
34
34
  }, O = (t) => {
35
35
  if (t.touches.length != 1)
36
36
  return;
37
- const c = t.touches[0].clientX - h.current.clientX, F = t.touches[0].clientY - h.current.clientY;
37
+ const c = t.touches[0].clientX - f.current.clientX, F = t.touches[0].clientY - f.current.clientY;
38
38
  if (!l) {
39
39
  Math.abs(F) > Math.abs(c) ? d(
40
40
  "vertical"
@@ -47,12 +47,12 @@ const H = "swipeableArea__97202a11", V = "content__9a45edf7", $ = "disableScroll
47
47
  }
48
48
  if (l === "vertical")
49
49
  return;
50
- const f = n.current + c;
50
+ const h = n.current + c;
51
51
  n.current === 0 ? c > 0 && m ? e(
52
- Math.min(f, i.current.getBoundingClientRect().width)
52
+ Math.min(h, i.current.getBoundingClientRect().width)
53
53
  ) : c < 0 && C && e(
54
- Math.max(f, -r.current.getBoundingClientRect().width)
55
- ) : n.current > 0 ? c < 0 && e(Math.max(0, f)) : n.current < 0 && c > 0 && e(Math.min(0, f));
54
+ Math.max(h, -r.current.getBoundingClientRect().width)
55
+ ) : n.current > 0 ? c < 0 && e(Math.max(0, h)) : n.current < 0 && c > 0 && e(Math.min(0, h));
56
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) => {
@@ -60,7 +60,7 @@ const H = "swipeableArea__97202a11", V = "content__9a45edf7", $ = "disableScroll
60
60
  };
61
61
  return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
62
62
  }, []);
63
- const R = () => {
63
+ const b = () => {
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__97202a11", V = "content__9a45edf7", $ = "disableScroll
77
77
  T();
78
78
  },
79
79
  swipeRight: () => {
80
- R();
80
+ b();
81
81
  }
82
82
  }),
83
- [v, T, R]
83
+ [v, T, b]
84
84
  ), /* @__PURE__ */ j(
85
85
  "div",
86
86
  {
87
87
  className: g(s.swipeableArea, I),
88
88
  ...y,
89
- "data-tx": "0.1.9",
89
+ "data-tx": "1.0.0",
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
- [b]: S
96
+ [E]: S
97
97
  }),
98
98
  ref: i,
99
99
  style: { opacity: Y() },
@@ -104,7 +104,7 @@ const H = "swipeableArea__97202a11", V = "content__9a45edf7", $ = "disableScroll
104
104
  "div",
105
105
  {
106
106
  className: g(s.rightContent, {
107
- [b]: S
107
+ [E]: S
108
108
  }),
109
109
  ref: r,
110
110
  style: { opacity: P() },
@@ -117,7 +117,7 @@ const H = "swipeableArea__97202a11", V = "content__9a45edf7", $ = "disableScroll
117
117
  className: g(s.content, {
118
118
  [Q]: o !== 0,
119
119
  [K]: l === "horizontal",
120
- [b]: S
120
+ [E]: 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-yT8L2ZYS.js";
5
+ import { s as u } from "../../chunks/TabsExtended.module-lHzNgwBX.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-BOHZcNx8.js";
3
+ import { t as o, a as i } from "../../chunks/TabsExtendedUtils-BLpZL63j.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-yT8L2ZYS.js";
6
+ import { s as n } from "../../../chunks/TabsExtended.module-lHzNgwBX.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-yT8L2ZYS.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-lHzNgwBX.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-yT8L2ZYS.js";
3
+ import { s as o } from "../../../chunks/TabsExtended.module-lHzNgwBX.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-BOHZcNx8.js";
3
+ import { s, t as b, a as x } from "../../../chunks/TabsExtendedUtils-BLpZL63j.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-yT8L2ZYS.js";
6
+ import { s as l } from "../../../chunks/TabsExtended.module-lHzNgwBX.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-CAZEh1iw.js";
5
+ import { M as Jo } from "../../chunks/index-CgNJLkzr.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-C2qWOLr3.js";
17
+ import "../../chunks/FormFieldInput-H-fZrt84.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-CW2MmFpw.js";
38
+ import "../../chunks/DropdownListItem-Be_BBAWh.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-BtMEMrGK.js";
53
+ import "../../chunks/ListItemControlsButton-DWU_FtH8.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-CAZEh1iw.js";
5
+ import { T as Jo } from "../../chunks/index-CgNJLkzr.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-C2qWOLr3.js";
17
+ import "../../chunks/FormFieldInput-H-fZrt84.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-CW2MmFpw.js";
38
+ import "../../chunks/DropdownListItem-Be_BBAWh.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-BtMEMrGK.js";
53
+ import "../../chunks/ListItemControlsButton-DWU_FtH8.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-CAZEh1iw.js";
5
+ import { j as Jo } from "../../chunks/index-CgNJLkzr.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-C2qWOLr3.js";
17
+ import "../../chunks/FormFieldInput-H-fZrt84.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-CW2MmFpw.js";
38
+ import "../../chunks/DropdownListItem-Be_BBAWh.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-BtMEMrGK.js";
53
+ import "../../chunks/ListItemControlsButton-DWU_FtH8.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-CAZEh1iw.js";
1
+ import { M as d, T as s } from "../../chunks/index-CgNJLkzr.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-CvcpQSlC.js";
7
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-HNPcWO41.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 }) });
@@ -1,34 +1,34 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import n from "react";
3
- import { c as s } from "../../../../chunks/vendor-CF2m175I.js";
4
- import { MobileView as a } from "../../../MobileView/MobileView.js";
5
- const k = "tooltipLink__7f9e1238", r = "desktop__558576b3", m = "mobile__4403db34", o = {
2
+ import s from "react";
3
+ import { c as p } from "../../../../chunks/vendor-CF2m175I.js";
4
+ import { MobileView as n } from "../../../MobileView/MobileView.js";
5
+ const k = "tooltipLink__6d5d4518", r = "desktop__a0da54b9", d = "mobile__bea87420", o = {
6
6
  tooltipLink: k,
7
7
  desktop: r,
8
- mobile: m
9
- }, d = n.forwardRef(
10
- ({ children: i, className: e, ...l }, p) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
8
+ mobile: d
9
+ }, m = s.forwardRef(
10
+ ({ children: i, className: e, ...a }, l) => /* @__PURE__ */ t(n, { fallback: /* @__PURE__ */ t(
11
11
  "a",
12
12
  {
13
- className: s(o.tooltipLink, o.desktop, e),
14
- ...l,
15
- "data-tx": "0.1.9",
16
- ref: p,
13
+ className: p(o.tooltipLink, o.desktop, e),
14
+ ...a,
15
+ "data-tx": "1.0.0",
16
+ ref: l,
17
17
  children: i
18
18
  }
19
19
  ), children: /* @__PURE__ */ t(
20
20
  "a",
21
21
  {
22
- className: s(o.tooltipLink, o.mobile, e),
23
- ...l,
24
- "data-tx": "0.1.9",
25
- ref: p,
22
+ className: p(o.tooltipLink, o.mobile, e),
23
+ ...a,
24
+ "data-tx": "1.0.0",
25
+ ref: l,
26
26
  children: i
27
27
  }
28
28
  ) })
29
29
  );
30
- d.displayName = "TooltipLink";
30
+ m.displayName = "TooltipLink";
31
31
  export {
32
- d as TooltipLink
32
+ m 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-CvcpQSlC.js";
6
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-HNPcWO41.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-CvcpQSlC.js";
12
+ import { s as f } from "../../../../../chunks/TooltipDesktop.module-HNPcWO41.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-CvcpQSlC.js";
5
+ import { s as t } from "../../../../../chunks/TooltipDesktop.module-HNPcWO41.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__5a4b582f", g = "tooltipMobileContent__b145fdc1", H = "headerless__d68fc936", r = {
9
+ const T = "tooltipMobile__e6b5e0e8", g = "tooltipMobileContent__fc5c2108", H = "headerless__5699cb02", 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: c } = f(C), i = u(null), m = 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]);
@@ -36,8 +36,8 @@ const T = "tooltipMobile__5a4b582f", g = "tooltipMobileContent__b145fdc1", H = "
36
36
  className: m,
37
37
  tabIndex: -1,
38
38
  opened: o,
39
- setOpened: c,
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 _ } from "react/jsx-runtime";
2
- import { forwardRef as g } from "react";
3
- import { c as y } from "../../chunks/vendor-CF2m175I.js";
4
- import { EFontWeightText as e, ECaptionSize as c, EFontType as T } from "./enums.js";
5
- import { t as s, m as R } from "../../chunks/utils-9a4dp5-W.js";
6
- const E = "caption__f0dfc92e", b = "regular__e92902df", u = "semibold__c8b11dd7", x = "c1__13266d59", S = "c2__29ae0e07", h = "d1__f93c356f", o = {
1
+ import { jsx as g } from "react/jsx-runtime";
2
+ import { forwardRef as y } from "react";
3
+ import { c as T } from "../../chunks/vendor-CF2m175I.js";
4
+ import { EFontWeightText as e, ECaptionSize as c, EFontType as f } from "./enums.js";
5
+ import { t as s, m as R } from "../../chunks/utils-Ck6y6vsC.js";
6
+ const E = "caption__10a4111d", b = "regular__a8215ed8", u = "semibold__2c8426c9", x = "c1__bd7081ca", S = "c2__d3f4e009", h = "d1__d91c0799", o = {
7
7
  caption: E,
8
8
  regular: b,
9
9
  semibold: u,
@@ -17,19 +17,19 @@ const E = "caption__f0dfc92e", b = "regular__e92902df", u = "semibold__c8b11dd7"
17
17
  [c.C1]: o.c1,
18
18
  [c.C2]: o.c2,
19
19
  [c.D1]: o.d1
20
- }, L = g(
20
+ }, L = y(
21
21
  ({
22
22
  children: n,
23
23
  className: p,
24
24
  size: r,
25
25
  tag: i = "span",
26
- type: m = T.PRIMARY,
26
+ type: m = f.PRIMARY,
27
27
  weight: l = e.REGULAR,
28
28
  underline: t,
29
29
  strikethrough: a,
30
30
  ...d
31
- }, f) => {
32
- const C = y(
31
+ }, C) => {
32
+ const _ = T(
33
33
  s.typography,
34
34
  o.caption,
35
35
  A[r],
@@ -42,7 +42,7 @@ const E = "caption__f0dfc92e", b = "regular__e92902df", u = "semibold__c8b11dd7"
42
42
  },
43
43
  p
44
44
  );
45
- return /* @__PURE__ */ _(i, { ref: f, className: C, ...d, children: n });
45
+ return /* @__PURE__ */ g(i, { ref: C, className: _, ...d, children: n });
46
46
  }
47
47
  );
48
48
  L.displayName = "Caption";
@@ -1,9 +1,9 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { forwardRef as g } from "react";
3
- import { c as C } from "../../chunks/vendor-CF2m175I.js";
4
- import { ETextSize as e, EFontWeightText as c, ELineType as r, EFontType as f } from "./enums.js";
5
- import { t, m as R } from "../../chunks/utils-9a4dp5-W.js";
6
- const E = "text__e2739459", L = "regular__e92902df", A = "semibold__c8b11dd7", u = "b1__fb0a3449", B = "b2__ec59cb85", M = "b3__013e436c", S = "b4__719bd6c3", s = {
1
+ import { jsx as g } from "react/jsx-runtime";
2
+ import { forwardRef as C } from "react";
3
+ import { c as d } from "../../chunks/vendor-CF2m175I.js";
4
+ import { ETextSize as e, EFontWeightText as c, ELineType as b, EFontType as R } from "./enums.js";
5
+ import { t, m as f } from "../../chunks/utils-Ck6y6vsC.js";
6
+ const E = "text__185ea821", L = "regular__a8215ed8", A = "semibold__2c8426c9", u = "b1__b607b983", B = "b2__e457b50c", M = "b3__acc5d401", S = "b4__cd5b93be", s = {
7
7
  text: E,
8
8
  regular: L,
9
9
  semibold: A,
@@ -20,26 +20,26 @@ const E = "text__e2739459", L = "regular__e92902df", A = "semibold__c8b11dd7", u
20
20
  [c.REGULAR]: s.regular,
21
21
  [c.SEMIBOLD]: s.semibold
22
22
  }, N = {
23
- [r.NORMAL]: "",
24
- [r.COMPACT]: t.compact
25
- }, O = g(
23
+ [b.NORMAL]: "",
24
+ [b.COMPACT]: t.compact
25
+ }, O = C(
26
26
  ({
27
- children: b,
27
+ children: r,
28
28
  className: m,
29
29
  size: n,
30
30
  tag: p = "span",
31
- type: l = f.PRIMARY,
31
+ type: l = R.PRIMARY,
32
32
  weight: T = c.REGULAR,
33
- line: i = r.NORMAL,
33
+ line: i = b.NORMAL,
34
34
  underline: o,
35
35
  strikethrough: a,
36
36
  ...x
37
37
  }, _) => {
38
- const y = C(
38
+ const y = d(
39
39
  t.typography,
40
40
  s.text,
41
41
  h[n],
42
- R[l],
42
+ f[l],
43
43
  F[T],
44
44
  N[i],
45
45
  {
@@ -49,7 +49,7 @@ const E = "text__e2739459", L = "regular__e92902df", A = "semibold__c8b11dd7", u
49
49
  },
50
50
  m
51
51
  );
52
- return /* @__PURE__ */ d(p, { ref: _, className: y, ...x, children: b });
52
+ return /* @__PURE__ */ g(p, { ref: _, className: y, ...x, children: r });
53
53
  }
54
54
  );
55
55
  O.displayName = "Text";