@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,19 +1,19 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { c as r } from "../../chunks/vendor-D-uL_icH.js";
3
3
  import { ESkeletonType as t } from "./enums.js";
4
- const k = "skeleton__0b233ebf", a = "light__e8316726", c = "dark__43e5d3b3", e = {
5
- skeleton: k,
6
- light: a,
7
- dark: c
8
- }, _ = ({ className: s, type: o = t.DARK, ...l }) => /* @__PURE__ */ n(
4
+ const a = "skeleton__cd4900b6", c = "light__47f61eb5", k = "dark__1eab2c8f", o = {
5
+ skeleton: a,
6
+ light: c,
7
+ dark: k
8
+ }, _ = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */ n(
9
9
  "div",
10
10
  {
11
- className: r(e.skeleton, s, {
12
- [e.dark]: o === t.DARK,
13
- [e.light]: o === t.LIGHT
11
+ className: r(o.skeleton, s, {
12
+ [o.dark]: e === t.DARK,
13
+ [o.light]: e === t.LIGHT
14
14
  }),
15
15
  ...l,
16
- "data-tx": "1.1.0"
16
+ "data-tx": "1.1.1"
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-D-uL_icH.js";
4
- const H = "swipeableArea__7ca9e38a", V = "content__ec0cec24", $ = "disableScroll__34a6790e", k = "disablePointerEvents__f7adb882", q = "swipeAnimationFinish__ccf8e76e", G = "leftContent__a29b04f8", J = "rightContent__076945e1", s = {
4
+ const H = "swipeableArea__5271d7c8", V = "content__29221fd7", $ = "disableScroll__586ce792", k = "disablePointerEvents__a89cf7f3", q = "swipeAnimationFinish__17bd64ca", G = "leftContent__aaddf244", J = "rightContent__58b05b77", s = {
5
5
  swipeableArea: H,
6
6
  content: V,
7
7
  disableScroll: $,
@@ -9,7 +9,7 @@ const H = "swipeableArea__7ca9e38a", V = "content__ec0cec24", $ = "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__7ca9e38a", V = "content__ec0cec24", $ = "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__7ca9e38a", V = "content__ec0cec24", $ = "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__7ca9e38a", V = "content__ec0cec24", $ = "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": "1.1.0",
89
+ "data-tx": "1.1.1",
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__7ca9e38a", V = "content__ec0cec24", $ = "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__7ca9e38a", V = "content__ec0cec24", $ = "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,
@@ -3,7 +3,7 @@ import { useState as s, useRef as x } from "react";
3
3
  import { c as I } from "../../chunks/vendor-D-uL_icH.js";
4
4
  import { TabsExtendedContext as b } from "./TabsExtendedContext.js";
5
5
  import { TabsExtendedContent as u } from "./components/TabsExtendedContent.js";
6
- import { s as T } from "../../chunks/TabsExtended.module-okOlTNQG.js";
6
+ import { s as T } from "../../chunks/TabsExtended.module-CmU9j8zG.js";
7
7
  import "./enums.js";
8
8
  const E = ({
9
9
  children: n,
@@ -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-NCwWiX7O.js";
3
+ import { t as o, a as i } from "../../chunks/TabsExtendedUtils-CkAvE1fA.js";
4
4
  export {
5
5
  o as tabsExtendedSizeToCssClassMap,
6
6
  i as tabsExtendedSizeToTextSizeMap
@@ -4,7 +4,7 @@ import { TabsExtendedTabsWrapper as s } from "./TabsExtendedTabsWrapper.js";
4
4
  import { TabsExtendedTab as d } from "./TabsExtendedTab.js";
5
5
  import { TabsExtendedTabButton as m } from "./TabsExtendedTabButton.js";
6
6
  import { TabsExtendedDropdownWrapper as n } from "./TabsExtendedDropdownWrapper.js";
7
- import { s as b } from "../../../chunks/TabsExtended.module-okOlTNQG.js";
7
+ import { s as b } from "../../../chunks/TabsExtended.module-CmU9j8zG.js";
8
8
  const r = ({
9
9
  children: t,
10
10
  className: o,
@@ -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-okOlTNQG.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-CmU9j8zG.js";
4
4
  import { c as a } from "../../../chunks/vendor-D-uL_icH.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-okOlTNQG.js";
3
+ import { s as o } from "../../../chunks/TabsExtended.module-CmU9j8zG.js";
4
4
  import { c as I } from "../../../chunks/vendor-D-uL_icH.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-NCwWiX7O.js";
3
+ import { s, t as b, a as x } from "../../../chunks/TabsExtendedUtils-CkAvE1fA.js";
4
4
  import { c as T } from "../../../chunks/vendor-D-uL_icH.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 { j as F, c as N, p as j } from "../../../chunks/vendor-D-uL_icH.js";
4
4
  import { TabsExtendedContext as z } from "../TabsExtendedContext.js";
5
5
  import { TabsExtendedTabContext as _ } from "./TabsExtendedTabContext.js";
6
- import { s as l } from "../../../chunks/TabsExtended.module-okOlTNQG.js";
6
+ import { s as l } from "../../../chunks/TabsExtended.module-CmU9j8zG.js";
7
7
  const G = ({
8
8
  children: s,
9
9
  className: C,
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { F as r } from "../../chunks/FormFieldInput-apk1b0w6.js";
2
+ import { F as r } from "../../chunks/FormFieldInput-rV5ZVe9k.js";
3
3
  import { TextFieldBase as t } from "./TextFieldBase.js";
4
4
  const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
5
5
  m.displayName = "TextField";
@@ -4,7 +4,7 @@ import { c as s } from "../../../../chunks/vendor-D-uL_icH.js";
4
4
  import { MobileView as a } from "../../../MobileView/MobileView.js";
5
5
  import { Text as l } from "../../../Typography/Text.js";
6
6
  import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
7
- import { s as f } from "../../../../chunks/TooltipDesktop.module-DTbnIWo1.js";
7
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-KrPZMfQD.js";
8
8
  const d = r.forwardRef(({ className: m, ...i }, t) => {
9
9
  const e = s(f.tooltipBody, m);
10
10
  return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: e, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: e, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
@@ -1,18 +1,18 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import n from "react";
2
+ import a from "react";
3
3
  import { c as s } from "../../../../chunks/vendor-D-uL_icH.js";
4
- import { MobileView as a } from "../../../MobileView/MobileView.js";
5
- const d = "tooltipLink__4dd334d4", k = "desktop__d5f381d9", r = "mobile__76847c64", o = {
6
- tooltipLink: d,
7
- desktop: k,
8
- mobile: r
9
- }, m = n.forwardRef(
10
- ({ children: i, className: e, ...l }, p) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
4
+ import { MobileView as n } from "../../../MobileView/MobileView.js";
5
+ const k = "tooltipLink__b815b0ae", r = "desktop__3ab8e4c2", c = "mobile__fcb0c054", o = {
6
+ tooltipLink: k,
7
+ desktop: r,
8
+ mobile: c
9
+ }, m = a.forwardRef(
10
+ ({ children: i, className: e, ...l }, p) => /* @__PURE__ */ t(n, { fallback: /* @__PURE__ */ t(
11
11
  "a",
12
12
  {
13
13
  className: s(o.tooltipLink, o.desktop, e),
14
14
  ...l,
15
- "data-tx": "1.1.0",
15
+ "data-tx": "1.1.1",
16
16
  ref: p,
17
17
  children: i
18
18
  }
@@ -21,7 +21,7 @@ const d = "tooltipLink__4dd334d4", k = "desktop__d5f381d9", r = "mobile__76847c6
21
21
  {
22
22
  className: s(o.tooltipLink, o.mobile, e),
23
23
  ...l,
24
- "data-tx": "1.1.0",
24
+ "data-tx": "1.1.1",
25
25
  ref: p,
26
26
  children: i
27
27
  }
@@ -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-DTbnIWo1.js";
6
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-KrPZMfQD.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-DTbnIWo1.js";
12
+ import { s as f } from "../../../../../chunks/TooltipDesktop.module-KrPZMfQD.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-D-uL_icH.js";
5
- import { s as t } from "../../../../../chunks/TooltipDesktop.module-DTbnIWo1.js";
5
+ import { s as t } from "../../../../../chunks/TooltipDesktop.module-KrPZMfQD.js";
6
6
  const l = p.forwardRef((r, i) => {
7
7
  const { direction: s } = r;
8
8
  let o;
@@ -6,7 +6,7 @@ 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-D-uL_icH.js";
9
- const T = "tooltipMobile__bf2a5b68", g = "tooltipMobileContent__fc5d1607", H = "headerless__9af8f435", r = {
9
+ const T = "tooltipMobile__45dff47e", g = "tooltipMobileContent__ba5bc8be", H = "headerless__0e7b8aa5", r = {
10
10
  tooltipMobile: T,
11
11
  tooltipMobileContent: g,
12
12
  headerless: H
@@ -1,10 +1,10 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { forwardRef as b } from "react";
3
- import { c as g } from "../../chunks/vendor-D-uL_icH.js";
4
- import { EFontWeightText as e, ECaptionSize as c, EFontType as y } from "./enums.js";
5
- import { t as s, m as T } from "../../chunks/utils-B0khB-Lq.js";
6
- const R = "caption__a0232eb3", E = "regular__b1f2b305", u = "semibold__c23bf0b4", x = "c1__8665eae4", S = "c2__cf697a46", h = "d1__8ff8abd4", o = {
7
- caption: R,
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { forwardRef as g } from "react";
3
+ import { c as y } from "../../chunks/vendor-D-uL_icH.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-bbbspEnw.js";
6
+ const b = "caption__2cbf7a3d", E = "regular__5f548a95", u = "semibold__e80bd332", x = "c1__ace24087", S = "c2__246e1847", h = "d1__6aef3d43", o = {
7
+ caption: b,
8
8
  regular: E,
9
9
  semibold: u,
10
10
  c1: x,
@@ -17,23 +17,23 @@ const R = "caption__a0232eb3", E = "regular__b1f2b305", u = "semibold__c23bf0b4"
17
17
  [c.C1]: o.c1,
18
18
  [c.C2]: o.c2,
19
19
  [c.D1]: o.d1
20
- }, L = b(
20
+ }, L = g(
21
21
  ({
22
22
  children: n,
23
23
  className: p,
24
24
  size: r,
25
25
  tag: i = "span",
26
- type: m = y.PRIMARY,
26
+ type: m = T.PRIMARY,
27
27
  weight: l = e.REGULAR,
28
28
  underline: t,
29
29
  strikethrough: a,
30
- ...f
30
+ ...d
31
31
  }, C) => {
32
- const _ = g(
32
+ const _ = y(
33
33
  s.typography,
34
34
  o.caption,
35
35
  A[r],
36
- T[m],
36
+ R[m],
37
37
  F[l],
38
38
  {
39
39
  [s.strikethrough]: !!a && !t,
@@ -42,7 +42,7 @@ const R = "caption__a0232eb3", E = "regular__b1f2b305", u = "semibold__c23bf0b4"
42
42
  },
43
43
  p
44
44
  );
45
- return /* @__PURE__ */ d(i, { ref: C, className: _, ...f, children: n });
45
+ return /* @__PURE__ */ f(i, { ref: C, className: _, ...d, children: n });
46
46
  }
47
47
  );
48
48
  L.displayName = "Caption";
@@ -1,9 +1,9 @@
1
- import { jsx as y } from "react/jsx-runtime";
1
+ import { jsx as f } from "react/jsx-runtime";
2
2
  import { forwardRef as g } from "react";
3
3
  import { c as C } from "../../chunks/vendor-D-uL_icH.js";
4
- import { ETextSize as o, EFontWeightText as b, ELineType as c, EFontType as R } from "./enums.js";
5
- import { t, m as d } from "../../chunks/utils-B0khB-Lq.js";
6
- const E = "text__77006390", L = "regular__b1f2b305", A = "semibold__c23bf0b4", u = "b1__cef053ea", B = "b2__5c9700c6", M = "b3__202d1cb8", S = "b4__bb326c0f", s = {
4
+ import { ETextSize as o, EFontWeightText as r, ELineType as b, EFontType as R } from "./enums.js";
5
+ import { t, m as d } from "../../chunks/utils-bbbspEnw.js";
6
+ const E = "text__798c1ae1", L = "regular__5f548a95", A = "semibold__e80bd332", u = "b1__f5093f80", B = "b2__dc938150", M = "b3__796277e9", S = "b4__c6b3807b", s = {
7
7
  text: E,
8
8
  regular: L,
9
9
  semibold: A,
@@ -17,25 +17,25 @@ const E = "text__77006390", L = "regular__b1f2b305", A = "semibold__c23bf0b4", u
17
17
  [o.B3]: s.b3,
18
18
  [o.B4]: s.b4
19
19
  }, F = {
20
- [b.REGULAR]: s.regular,
21
- [b.SEMIBOLD]: s.semibold
20
+ [r.REGULAR]: s.regular,
21
+ [r.SEMIBOLD]: s.semibold
22
22
  }, N = {
23
- [c.NORMAL]: "",
24
- [c.COMPACT]: t.compact
23
+ [b.NORMAL]: "",
24
+ [b.COMPACT]: t.compact
25
25
  }, O = g(
26
26
  ({
27
- children: r,
27
+ children: c,
28
28
  className: m,
29
29
  size: n,
30
30
  tag: p = "span",
31
31
  type: l = R.PRIMARY,
32
- weight: T = b.REGULAR,
33
- line: i = c.NORMAL,
32
+ weight: T = r.REGULAR,
33
+ line: i = b.NORMAL,
34
34
  underline: e,
35
35
  strikethrough: a,
36
36
  ...x
37
37
  }, _) => {
38
- const f = C(
38
+ const y = C(
39
39
  t.typography,
40
40
  s.text,
41
41
  h[n],
@@ -49,7 +49,7 @@ const E = "text__77006390", L = "regular__b1f2b305", A = "semibold__c23bf0b4", u
49
49
  },
50
50
  m
51
51
  );
52
- return /* @__PURE__ */ y(p, { ref: _, className: f, ...x, children: r });
52
+ return /* @__PURE__ */ f(p, { ref: _, className: y, ...x, children: c });
53
53
  }
54
54
  );
55
55
  O.displayName = "Text";
@@ -1,9 +1,9 @@
1
- import { jsx as _ } from "react/jsx-runtime";
2
- import { forwardRef as T } from "react";
3
- import { c as f } from "../../chunks/vendor-D-uL_icH.js";
4
- import { ETitleSize as m, EFontWeightTitle as o, EFontType as g } from "./enums.js";
5
- import { t as s, m as u } from "../../chunks/utils-B0khB-Lq.js";
6
- const y = "title__850984cd", E = "regular__b1f2b305", C = "semibold__c23bf0b4", S = "medium__df283fb2", M = "bold__9b12ae0a", R = "h1__4845788b", D = "h2__80b774c2", F = "h3__8f42a1c0", t = {
1
+ import { jsx as T } from "react/jsx-runtime";
2
+ import { forwardRef as b } from "react";
3
+ import { c as g } from "../../chunks/vendor-D-uL_icH.js";
4
+ import { ETitleSize as m, EFontWeightTitle as o, EFontType as f } from "./enums.js";
5
+ import { t as s, m as u } from "../../chunks/utils-bbbspEnw.js";
6
+ const y = "title__3d4cac58", E = "regular__5f548a95", C = "semibold__e80bd332", S = "medium__34394c1b", M = "bold__28051e3b", R = "h1__953fd979", D = "h2__01d9ab93", F = "h3__81899a70", t = {
7
7
  title: y,
8
8
  regular: E,
9
9
  semibold: C,
@@ -21,24 +21,24 @@ const y = "title__850984cd", E = "regular__b1f2b305", C = "semibold__c23bf0b4",
21
21
  [o.REGULAR]: t.regular,
22
22
  [o.SEMIBOLD]: t.semibold,
23
23
  [o.BOLD]: t.bold
24
- }, x = T(
24
+ }, x = b(
25
25
  ({
26
- children: a,
26
+ children: i,
27
27
  className: r,
28
- size: i,
29
- tag: c = `${i}`,
30
- type: n = g.PRIMARY,
31
- weight: b = o.SEMIBOLD,
28
+ size: a,
29
+ tag: c = `${a}`,
30
+ type: n = f.PRIMARY,
31
+ weight: d = o.SEMIBOLD,
32
32
  underline: e,
33
33
  strikethrough: l,
34
- ...d
35
- }, h) => {
36
- const p = f(
34
+ ...h
35
+ }, p) => {
36
+ const _ = g(
37
37
  s.typography,
38
38
  t.title,
39
- I[i],
39
+ I[a],
40
40
  u[n],
41
- L[b],
41
+ L[d],
42
42
  {
43
43
  [s.strikethrough]: !!l && !e,
44
44
  [s.underline]: !!e && !l,
@@ -46,7 +46,7 @@ const y = "title__850984cd", E = "regular__b1f2b305", C = "semibold__c23bf0b4",
46
46
  },
47
47
  r
48
48
  );
49
- return /* @__PURE__ */ _(c, { ref: h, className: p, ...d, children: a });
49
+ return /* @__PURE__ */ T(c, { ref: p, className: _, ...h, children: i });
50
50
  }
51
51
  );
52
52
  x.displayName = "Title";
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-B0khB-Lq.js";
2
+ import { m as p } from "../../chunks/utils-bbbspEnw.js";
3
3
  export {
4
4
  p as mapFontTypeToCssClass
5
5
  };
@@ -5,7 +5,7 @@ import { jsx as g, jsxs as f } from "react/jsx-runtime";
5
5
  import Z, { createElement as l } from "react";
6
6
  import { createRoot as C } from "react-dom/client";
7
7
  import { c as h } from "../../chunks/vendor-D-uL_icH.js";
8
- import { U as L, s as d } from "../../chunks/UploadZoneInput-R9729LZY.js";
8
+ import { U as L, s as d } from "../../chunks/UploadZoneInput-CXjerIVV.js";
9
9
  import { UploadZoneContext as U } from "./UploadZoneContext.js";
10
10
  class c extends Z.PureComponent {
11
11
  constructor() {
@@ -88,7 +88,7 @@ class c extends Z.PureComponent {
88
88
  this.setState({ inputNode: v });
89
89
  }
90
90
  },
91
- children: /* @__PURE__ */ f("div", { className: d.uploadZone, "data-tx": "1.1.0", children: [
91
+ children: /* @__PURE__ */ f("div", { className: d.uploadZone, "data-tx": "1.1.1", children: [
92
92
  /* @__PURE__ */ l(
93
93
  "div",
94
94
  {
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "../UploadZoneContext.js";
3
3
  import "../../../chunks/vendor-D-uL_icH.js";
4
- import { U as i } from "../../../chunks/UploadZoneInput-R9729LZY.js";
4
+ import { U as i } from "../../../chunks/UploadZoneInput-CXjerIVV.js";
5
5
  export {
6
6
  i as UploadZoneInput
7
7
  };
@@ -19,7 +19,7 @@ import { FormFieldCounter as G } from "./FormField/components/FormFieldCounter.j
19
19
  import { FormFieldLabel as X } from "./FormField/components/FormFieldLabel.js";
20
20
  import { FormFieldClear as V } from "./FormField/components/FormFieldClear.js";
21
21
  import { FormFieldTarget as q } from "./FormField/components/FormFieldTarget.js";
22
- import { F as O } from "../chunks/FormFieldInput-apk1b0w6.js";
22
+ import { F as O } from "../chunks/FormFieldInput-rV5ZVe9k.js";
23
23
  import { FormFieldMaskedInput as U } from "./FormField/components/FormFieldMaskedInput.js";
24
24
  import { FormFieldPostfix as _ } from "./FormField/components/FormFieldPostfix.js";
25
25
  import { FormFieldPrefix as oo } from "./FormField/components/FormFieldPrefix.js";
@@ -58,7 +58,7 @@ import { ECaptionSize as se, EFontType as Ee, EFontWeightText as Se, EFontWeight
58
58
  import { Dropdown as ue } from "./Dropdown/Dropdown.js";
59
59
  import { DropdownList as De } from "./Dropdown/desktop/DropdownList.js";
60
60
  import { DropdownDesktop as we } from "./Dropdown/desktop/DropdownDesktop.js";
61
- import { D as he } from "../chunks/DropdownListItem-y6Rvj_dd.js";
61
+ import { D as he } from "../chunks/DropdownListItem-DIIAnvmw.js";
62
62
  import { DropdownMobile as Pe } from "./Dropdown/mobile/DropdownMobile.js";
63
63
  import { DropdownMobileBody as ye } from "./Dropdown/mobile/DropdownMobileBody.js";
64
64
  import { DropdownMobileClose as He } from "./Dropdown/mobile/DropdownMobileClose.js";
@@ -74,7 +74,7 @@ import { AdvancedMouseSensor as or, AdvancedTouchSensor as er, ListSortable as r
74
74
  import { ListItem as pr } from "./List/components/ListItem.js";
75
75
  import { ListItemControls as ir } from "./List/components/ListItemControls.js";
76
76
  import { ListItemContent as nr } from "./List/components/ListItemContent.js";
77
- import { L as dr } from "../chunks/ListItemControlsButton-Cn3Vmrsn.js";
77
+ import { L as dr } from "../chunks/ListItemControlsButton-Ch-5PQYH.js";
78
78
  import { ListItemControlsButtonDropdown as lr } from "./List/components/ListItemControlsButtonDropdown.js";
79
79
  import { ListEmptyState as Er } from "./List/components/ListEmptyState.js";
80
80
  import { ListItemLoading as Tr } from "./List/components/ListItemLoading.js";
package/index.js CHANGED
@@ -19,7 +19,7 @@ import { FormFieldCounter as N } from "./components/FormField/components/FormFie
19
19
  import { FormFieldLabel as K } from "./components/FormField/components/FormFieldLabel.js";
20
20
  import { FormFieldClear as Y } from "./components/FormField/components/FormFieldClear.js";
21
21
  import { FormFieldTarget as j } from "./components/FormField/components/FormFieldTarget.js";
22
- import { F as J } from "./chunks/FormFieldInput-apk1b0w6.js";
22
+ import { F as J } from "./chunks/FormFieldInput-rV5ZVe9k.js";
23
23
  import { FormFieldMaskedInput as Q } from "./components/FormField/components/FormFieldMaskedInput.js";
24
24
  import { FormFieldPostfix as Z } from "./components/FormField/components/FormFieldPostfix.js";
25
25
  import { FormFieldPrefix as $ } from "./components/FormField/components/FormFieldPrefix.js";
@@ -58,7 +58,7 @@ import { ECaptionSize as le, EFontType as se, EFontWeightText as Ee, EFontWeight
58
58
  import { Dropdown as Le } from "./components/Dropdown/Dropdown.js";
59
59
  import { DropdownList as be } from "./components/Dropdown/desktop/DropdownList.js";
60
60
  import { DropdownDesktop as Ie } from "./components/Dropdown/desktop/DropdownDesktop.js";
61
- import { D as we } from "./chunks/DropdownListItem-y6Rvj_dd.js";
61
+ import { D as we } from "./chunks/DropdownListItem-DIIAnvmw.js";
62
62
  import { DropdownMobile as Me } from "./components/Dropdown/mobile/DropdownMobile.js";
63
63
  import { DropdownMobileBody as Be } from "./components/Dropdown/mobile/DropdownMobileBody.js";
64
64
  import { DropdownMobileClose as ze } from "./components/Dropdown/mobile/DropdownMobileClose.js";
@@ -74,7 +74,7 @@ import { AdvancedMouseSensor as $e, AdvancedTouchSensor as or, ListSortable as e
74
74
  import { ListItem as tr } from "./components/List/components/ListItem.js";
75
75
  import { ListItemControls as mr } from "./components/List/components/ListItemControls.js";
76
76
  import { ListItemContent as xr } from "./components/List/components/ListItemContent.js";
77
- import { L as fr } from "./chunks/ListItemControlsButton-Cn3Vmrsn.js";
77
+ import { L as fr } from "./chunks/ListItemControlsButton-Ch-5PQYH.js";
78
78
  import { ListItemControlsButtonDropdown as ar } from "./components/List/components/ListItemControlsButtonDropdown.js";
79
79
  import { ListEmptyState as sr } from "./components/List/components/ListEmptyState.js";
80
80
  import { ListItemLoading as Sr } from "./components/List/components/ListItemLoading.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sberbusiness/triplex-next",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Библиотека компонент дизайн-системы Triplex.",
5
5
  "license": "Sber Public License at-nc-sa v.2",
6
6
  "repository": {