@sberbusiness/triplex-next 0.1.7 → 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.
- package/README.md +13 -7
- package/chunks/AlertProcessSpoiler-COu9EiLo.js +39 -0
- package/chunks/Card.module-C1gfsiyU.js +17 -0
- package/chunks/{DropdownListItem-BudewkEZ.js → DropdownListItem-iil7gCyc.js} +11 -11
- package/chunks/DropdownMobile.module-DlpnKNwL.js +19 -0
- package/chunks/Footer.module-CqUuM-TN.js +11 -0
- package/chunks/{FormFieldInput-1ReoZNC3.js → FormFieldInput-Ki1-hI2O.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BnYpSWmI.js +9 -0
- package/chunks/HeaderTabs.module-IVowc7y2.js +9 -0
- package/chunks/HeaderTitle.module-Cja2peF4.js +9 -0
- package/chunks/{ListItemControlsButton-WWYrLpko.js → ListItemControlsButton-C5HBHV5H.js} +10 -10
- package/chunks/ListItemTail.module-DGc45Gzs.js +12 -0
- package/chunks/ListMasterFooter.module-CEzWKTX8.js +10 -0
- package/chunks/Overlay.module-Q2gyaG66.js +18 -0
- package/chunks/Page.module-DxiWg_8o.js +16 -0
- package/chunks/TabsExtended.module-BF_E00U4.js +13 -0
- package/chunks/{TabsExtendedUtils-CYOimNvc.js → TabsExtendedUtils-CfV3lgH0.js} +4 -4
- package/chunks/TooltipDesktop.module-C9Nuoxhf.js +19 -0
- package/chunks/{index-C2ZfZlU9.js → index-Cn4S9Yzd.js} +203 -203
- package/chunks/utils-DF32MMDm.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +1 -1
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Button/index.js +1 -1
- package/components/Card/CardAction.js +14 -14
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/Col/Col.js +139 -139
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Dropdown/Dropdown.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
- package/components/Dropdown/desktop/DropdownList.js +4 -4
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/index.js +2 -2
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Footer/Footer.js +2 -2
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +4 -4
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +2 -2
- package/components/Header/Header.js +6 -6
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +11 -11
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +2 -2
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +10 -10
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
- package/components/Loader/LoaderSmall/LoaderSmall.js +21 -21
- package/components/LoaderWidget/LoaderWidget.js +4 -4
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +6 -6
- package/components/SegmentedControl/SegmentedControl.js +1 -1
- package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
- package/components/SegmentedControl/index.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/TabsExtended/TabsExtended.js +1 -1
- package/components/TabsExtended/TabsExtendedUtils.js +1 -1
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TextField/MaskedField.js +4 -4
- package/components/TextField/TextField.js +4 -4
- package/components/TextField/TextFieldBase.js +4 -4
- package/components/TextField/index.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Typography/Caption.js +11 -11
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/components/UploadZoneInput.js +10 -10
- package/components/index.js +4 -4
- package/index.js +4 -4
- package/package.json +2 -1
- package/styles/triplex-next.css +333 -333
- package/chunks/AlertProcessSpoiler-Dz0-n3MA.js +0 -39
- package/chunks/Card.module-BxsMuqon.js +0 -17
- package/chunks/DropdownMobile.module-BXFged0c.js +0 -19
- package/chunks/Footer.module-0iyiOxBL.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-DVm818hk.js +0 -9
- package/chunks/HeaderTabs.module-xudZnAdS.js +0 -9
- package/chunks/HeaderTitle.module-DqhWU7Ux.js +0 -9
- package/chunks/ListItemTail.module-BADtUeOo.js +0 -12
- package/chunks/ListMasterFooter.module-DDLIeeCg.js +0 -10
- package/chunks/Overlay.module-CwzMmHkG.js +0 -18
- package/chunks/Page.module-Q0_47616.js +0 -16
- package/chunks/TabsExtended.module-CkM04yug.js +0 -13
- package/chunks/TooltipDesktop.module-DsywR2ZF.js +0 -19
- package/chunks/utils-DvhseWbL.js +0 -36
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__f5ee2b5e", l = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, r = i.forwardRef(
|
|
7
|
-
({ children: t, className: s, ...
|
|
7
|
+
({ children: t, className: s, ...e }, m) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...e, ref: m, children: t })
|
|
8
8
|
);
|
|
9
9
|
r.displayName = "ListItemEmpty";
|
|
10
10
|
export {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import l, { useContext as
|
|
3
|
-
import { c as
|
|
4
|
-
import { ListItemContext as
|
|
5
|
-
const a = "
|
|
2
|
+
import l, { useContext as d } from "react";
|
|
3
|
+
import { c as i } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
+
import { ListItemContext as r } from "./ListItemContext.js";
|
|
5
|
+
const a = "listItemContent__a41f88a1", f = "selected__6cdd5dc8", t = {
|
|
6
6
|
listItemContent: a,
|
|
7
7
|
selected: f
|
|
8
8
|
}, C = l.forwardRef(
|
|
9
9
|
({ children: e, className: s, ...o }, n) => {
|
|
10
|
-
const { selected: m } =
|
|
10
|
+
const { selected: m } = d(r);
|
|
11
11
|
return /* @__PURE__ */ c(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: i(t.listItemContent, { [t.selected]: m }, s),
|
|
15
15
|
...o,
|
|
16
|
-
"data-tx": "0.1.
|
|
16
|
+
"data-tx": "0.1.8",
|
|
17
17
|
ref: n,
|
|
18
18
|
children: e
|
|
19
19
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const i = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
+
const i = "listItemControls__407162fe", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
}, a =
|
|
7
|
-
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className:
|
|
6
|
+
}, a = e.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
|
|
8
8
|
);
|
|
9
9
|
a.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { L as e } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as e } from "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
export {
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../../chunks/vendor-CF2m175I.js";
|
|
4
4
|
import "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
|
-
import { L as D } from "../../../chunks/index-
|
|
6
|
+
import { L as D } from "../../../chunks/index-Cn4S9Yzd.js";
|
|
7
7
|
import "../../../utils/keyboard.js";
|
|
8
8
|
import "../../Dropdown/DropdownListContext.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
@@ -15,7 +15,7 @@ import "../../Dropdown/mobile/DropdownMobileInner.js";
|
|
|
15
15
|
import "../../Dropdown/mobile/DropdownMobileInput.js";
|
|
16
16
|
import "../../Dropdown/mobile/DropdownMobileList.js";
|
|
17
17
|
import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
18
|
-
import "../../../chunks/ListItemControlsButton-
|
|
18
|
+
import "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
|
|
19
19
|
export {
|
|
20
20
|
D as ListItemControlsButtonDropdown
|
|
21
21
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const m = "
|
|
4
|
+
const m = "listItemLoading__894638c5", d = {
|
|
5
5
|
listItemLoading: m
|
|
6
6
|
}, l = a.forwardRef(
|
|
7
7
|
({ className: t, ...i }, o) => /* @__PURE__ */ s("div", { className: e(d.listItemLoading, t), ...i, ref: o, children: "Лоадер" })
|
|
@@ -3,7 +3,7 @@ import p, { useContext as m, useEffect as d } from "react";
|
|
|
3
3
|
import { c as k } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
4
|
import { Checkbox as x } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as _ } from "./ListItemContext.js";
|
|
6
|
-
const f = "
|
|
6
|
+
const f = "listItemSelectable__dba3ae58", L = "selected__6cdd5dc8", C = "checkboxWrapper__be68b423", W = "childrenWrapper__833733f5", I = "checkboxLabel__99713b7a", S = "checkboxLabelClickArea__ea8e0043", e = {
|
|
7
7
|
listItemSelectable: f,
|
|
8
8
|
selected: L,
|
|
9
9
|
checkboxWrapper: C,
|
|
@@ -6,8 +6,8 @@ import "../ListSortable.js";
|
|
|
6
6
|
import "./ListItem.js";
|
|
7
7
|
import "./ListItemControls.js";
|
|
8
8
|
import "./ListItemContent.js";
|
|
9
|
-
import "../../../chunks/ListItemControlsButton-
|
|
10
|
-
import { f as h } from "../../../chunks/index-
|
|
9
|
+
import "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
|
|
10
|
+
import { f as h } from "../../../chunks/index-Cn4S9Yzd.js";
|
|
11
11
|
import "./ListEmptyState.js";
|
|
12
12
|
import "./ListItemLoading.js";
|
|
13
13
|
import "./ListItemSelectable.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DGc45Gzs.js";
|
|
5
5
|
const r = m.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ l(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DGc45Gzs.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, l) => /* @__PURE__ */ m(
|
|
7
7
|
"span",
|
|
@@ -6,8 +6,8 @@ import "../ListSortable.js";
|
|
|
6
6
|
import "./ListItem.js";
|
|
7
7
|
import "./ListItemControls.js";
|
|
8
8
|
import "./ListItemContent.js";
|
|
9
|
-
import "../../../chunks/ListItemControlsButton-
|
|
10
|
-
import { g as d } from "../../../chunks/index-
|
|
9
|
+
import "../../../chunks/ListItemControlsButton-C5HBHV5H.js";
|
|
10
|
+
import { g as d } from "../../../chunks/index-Cn4S9Yzd.js";
|
|
11
11
|
import "./ListEmptyState.js";
|
|
12
12
|
import "./ListItemLoading.js";
|
|
13
13
|
import "./ListItemSelectable.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const a = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
+
const a = "listSortableItemControls__0307ce33", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
6
|
+
}, i = e.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: l(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
13
|
ref: r
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c } from "../../../chunks/vendor-CF2m175I.js";
|
|
5
|
-
const
|
|
6
|
-
listSortableItemTarget:
|
|
4
|
+
import { c as I } from "../../../chunks/vendor-CF2m175I.js";
|
|
5
|
+
const c = "listSortableItemTarget__9e723db4", b = "dragging__7419f2d6", S = "listSortableItemTargetContent__1e767fd2", d = "listSortableItemTargetIcon__836142ae", t = {
|
|
6
|
+
listSortableItemTarget: c,
|
|
7
7
|
dragging: b,
|
|
8
8
|
listSortableItemTargetContent: S,
|
|
9
|
-
listSortableItemTargetIcon:
|
|
10
|
-
},
|
|
9
|
+
listSortableItemTargetIcon: d
|
|
10
|
+
}, T = m.forwardRef(
|
|
11
11
|
({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
|
|
15
15
|
...s,
|
|
16
16
|
ref: g,
|
|
17
17
|
children: [
|
|
@@ -21,8 +21,8 @@ const I = "listSortableItemTarget__28e4c0c6", b = "dragging__6271060a", S = "lis
|
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
T.displayName = "ListSortableItemTarget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
T as ListSortableItemTarget
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=ListSortableItemTarget.js.map
|
package/components/List/index.js
CHANGED
|
@@ -3,8 +3,8 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as a } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as p } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as x } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
7
|
-
import { L as b, f as d, g as C } from "../../chunks/index-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-C5HBHV5H.js";
|
|
7
|
+
import { L as b, f as d, g as C } from "../../chunks/index-Cn4S9Yzd.js";
|
|
8
8
|
import { ListEmptyState as c } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as u } from "./components/ListItemLoading.js";
|
|
10
10
|
import { ListItemSelectable as v } from "./components/ListItemSelectable.js";
|
|
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
|
|
|
6
6
|
import { SelectionControls as n } from "./components/SelectionControls.js";
|
|
7
7
|
import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
|
|
8
8
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
9
|
-
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.1.
|
|
9
|
+
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.1.8", children: t });
|
|
10
10
|
o.Body = m;
|
|
11
11
|
o.ChipGroup = s;
|
|
12
12
|
o.Footer = p;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const e = "
|
|
4
|
+
const e = "listMasterChipGroup__11e59600", l = {
|
|
5
5
|
listMasterChipGroup: e
|
|
6
|
-
},
|
|
6
|
+
}, m = p.forwardRef(
|
|
7
7
|
({ children: s, className: t, ...r }, i) => (
|
|
8
8
|
// <ChipGroup className={clsx("cssClass[listMasterChipGroup]", className)} oneLine {...rest} ref={ref}>
|
|
9
9
|
// {children}
|
|
@@ -11,8 +11,8 @@ const e = "listMasterChipGroup__9c81d844", l = {
|
|
|
11
11
|
/* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
|
|
12
12
|
)
|
|
13
13
|
);
|
|
14
|
-
|
|
14
|
+
m.displayName = "ListMasterChips";
|
|
15
15
|
export {
|
|
16
|
-
|
|
16
|
+
m as ListMasterChipGroup
|
|
17
17
|
};
|
|
18
18
|
//# sourceMappingURL=ListMasterChipGroup.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-CEzWKTX8.js";
|
|
5
5
|
const c = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-CEzWKTX8.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, s) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, t), ...r, ref: s, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-CEzWKTX8.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: t, className: o, ...r }, s) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, o), ...r, ref: s, children: t })
|
|
7
7
|
);
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
+
import d, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__ff870777", y = "sticky__c335ac6f", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
|
-
}, H =
|
|
7
|
+
}, H = d.forwardRef(
|
|
8
8
|
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
|
-
const e =
|
|
9
|
+
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
11
11
|
if (e.current)
|
|
12
12
|
return r.current = e.current.getBoundingClientRect().height, window.scrollTo({ top: window.scrollY + r.current }), () => {
|
|
13
13
|
window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
const
|
|
16
|
+
const f = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ u(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
23
|
-
|
|
23
|
+
c.listMasterHeader,
|
|
24
24
|
{
|
|
25
|
-
[
|
|
25
|
+
[c.sticky]: a
|
|
26
26
|
},
|
|
27
27
|
n
|
|
28
28
|
),
|
|
29
29
|
...l,
|
|
30
|
-
ref:
|
|
30
|
+
ref: f,
|
|
31
31
|
children: i
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__e2e4a957", a = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, i = n.forwardRef(
|
|
7
|
-
({ children: o, className: t, ...
|
|
7
|
+
({ children: o, className: t, ...e }, s) => /* @__PURE__ */ l(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
10
|
className: r(a.selectionControls, t),
|
|
11
|
-
...
|
|
12
|
-
"data-tx": "0.1.
|
|
13
|
-
ref:
|
|
11
|
+
...e,
|
|
12
|
+
"data-tx": "0.1.8",
|
|
13
|
+
ref: s,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
16
16
|
)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs as s, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-CF2m175I.js";
|
|
3
|
-
const a = "
|
|
3
|
+
const a = "loaderMiddle__f71b7a77", e = "dot__1d3760df", l = "dot1__23d4763c", n = "dot2__f1a7b143", c = "dot3__66036586", i = "dot4__f91a5bbf", r = "line__f882f5a4", d = {
|
|
4
4
|
loaderMiddle: a,
|
|
5
5
|
dot: e,
|
|
6
6
|
dot1: l,
|
|
7
|
-
dot2:
|
|
8
|
-
dot3:
|
|
7
|
+
dot2: n,
|
|
8
|
+
dot3: c,
|
|
9
9
|
dot4: i,
|
|
10
10
|
line: r
|
|
11
11
|
}, _ = () => /* @__PURE__ */ s("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: [
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-CF2m175I.js";
|
|
3
|
-
import { ELoaderSmallTheme as r, ELoaderSmallSize as
|
|
4
|
-
const
|
|
5
|
-
loaderSmall:
|
|
3
|
+
import { ELoaderSmallTheme as r, ELoaderSmallSize as d } from "./enum.js";
|
|
4
|
+
const n = "loaderSmall__008bca28", m = "sm__18f4a39c", _ = "dot__1d3760df", S = "md__5875da43", i = "lg__d0512ec2", u = "neutral__87cc713f", p = "brand__927f1247", f = "dot1__23d4763c", L = "dot2__f1a7b143", b = "dot3__66036586", a = {
|
|
5
|
+
loaderSmall: n,
|
|
6
6
|
sm: m,
|
|
7
7
|
dot: _,
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
neutral:
|
|
11
|
-
brand:
|
|
12
|
-
dot1:
|
|
8
|
+
md: S,
|
|
9
|
+
lg: i,
|
|
10
|
+
neutral: u,
|
|
11
|
+
brand: p,
|
|
12
|
+
dot1: f,
|
|
13
13
|
dot2: L,
|
|
14
|
-
dot3:
|
|
14
|
+
dot3: b
|
|
15
15
|
}, t = (s) => {
|
|
16
16
|
switch (s) {
|
|
17
17
|
case r.BRAND:
|
|
@@ -19,30 +19,30 @@ const c = "loaderSmall__4d5e08fc", m = "sm__b511298b", _ = "dot__63317b5c", b =
|
|
|
19
19
|
case r.NEUTRAL:
|
|
20
20
|
return a.neutral;
|
|
21
21
|
}
|
|
22
|
-
},
|
|
22
|
+
}, g = (s) => {
|
|
23
23
|
switch (s) {
|
|
24
|
-
case
|
|
24
|
+
case d.SM:
|
|
25
25
|
return a.sm;
|
|
26
|
-
case
|
|
26
|
+
case d.MD:
|
|
27
27
|
return a.md;
|
|
28
|
-
case
|
|
28
|
+
case d.LG:
|
|
29
29
|
return a.lg;
|
|
30
30
|
}
|
|
31
|
-
},
|
|
31
|
+
}, N = ({ theme: s, size: e }) => /* @__PURE__ */ c(
|
|
32
32
|
"span",
|
|
33
33
|
{
|
|
34
34
|
role: "status",
|
|
35
35
|
"aria-label": "loading",
|
|
36
|
-
className: o(a.loaderSmall,
|
|
36
|
+
className: o(a.loaderSmall, g(e), t(s)),
|
|
37
37
|
children: [
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
/* @__PURE__ */
|
|
40
|
-
/* @__PURE__ */
|
|
38
|
+
/* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot1) }),
|
|
39
|
+
/* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot2) }),
|
|
40
|
+
/* @__PURE__ */ l("span", { className: o(t(s), a.dot, a.dot3) })
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
);
|
|
44
|
-
|
|
44
|
+
N.displayName = "LoaderSmall";
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
N as LoaderSmall
|
|
47
47
|
};
|
|
48
48
|
//# sourceMappingURL=LoaderSmall.js.map
|
|
@@ -3,23 +3,23 @@ import { LoaderSmall as m } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
3
3
|
import { ELoaderSmallTheme as s, ELoaderSmallSize as t } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor-CF2m175I.js";
|
|
6
|
-
const B = "
|
|
6
|
+
const B = "loaderWidget__f69dc9a4", k = "loaderSmallBackdrop__f11bd679", g = "loaderMiddleBackdrop__86a4583f", M = "loaderMiddleBackground__1793857b", a = {
|
|
7
7
|
loaderWidget: B,
|
|
8
8
|
loaderSmallBackdrop: k,
|
|
9
9
|
loaderMiddleBackdrop: g,
|
|
10
10
|
loaderMiddleBackground: M
|
|
11
11
|
}, f = ({
|
|
12
12
|
className: o,
|
|
13
|
-
size:
|
|
13
|
+
size: r = t.MD,
|
|
14
14
|
type: l,
|
|
15
|
-
theme:
|
|
15
|
+
theme: e = s.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
18
|
const i = p(o, a.loaderWidget, {
|
|
19
19
|
[a.loaderSmallBackdrop]: l === "small",
|
|
20
20
|
[a.loaderMiddleBackdrop]: l === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */ d("div", { className: i, ...c, children: l === "small" ? /* @__PURE__ */ d(m, { size:
|
|
22
|
+
return /* @__PURE__ */ d("div", { className: i, ...c, children: l === "small" ? /* @__PURE__ */ d(m, { size: r, theme: e }) : /* @__PURE__ */ d("div", { className: a.loaderMiddleBackground, children: /* @__PURE__ */ d(n, {}) }) });
|
|
23
23
|
};
|
|
24
24
|
f.displayName = "LoaderWidget";
|
|
25
25
|
export {
|
|
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-CF2m175I.js";
|
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-Q2gyaG66.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as t } from "../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-Q2gyaG66.js";
|
|
5
5
|
const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor-CF2m175I.js";
|
|
4
4
|
import { EOverlayDirection as r } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-Q2gyaG66.js";
|
|
6
6
|
const P = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -4,7 +4,7 @@ import { c as s } from "../../chunks/vendor-CF2m175I.js";
|
|
|
4
4
|
import { BodyPage as i } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as p } from "./components/FooterPage.js";
|
|
7
|
-
import { s as d } from "../../chunks/Page.module-
|
|
7
|
+
import { s as d } from "../../chunks/Page.module-DxiWg_8o.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const g = Object.assign(
|
|
10
10
|
m.forwardRef(function({ children: o, className: r, ...e }, a) {
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { Body as e } from "../../Body/Body.js";
|
|
4
4
|
import { c as t } from "../../../chunks/vendor-CF2m175I.js";
|
|
5
|
-
import { s as f } from "../../../chunks/Page.module-
|
|
5
|
+
import { s as f } from "../../../chunks/Page.module-DxiWg_8o.js";
|
|
6
6
|
const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
|
|
7
7
|
d.displayName = "BodyPage";
|
|
8
8
|
export {
|
|
@@ -2,7 +2,7 @@ import { jsxs as k, jsx as s, Fragment as N } from "react/jsx-runtime";
|
|
|
2
2
|
import S, { useState as p, useRef as P, useEffect as v } from "react";
|
|
3
3
|
import { Footer as n } from "../../Footer/Footer.js";
|
|
4
4
|
import { EFooterPageType as c } from "./enums.js";
|
|
5
|
-
import { s as e } from "../../../chunks/Page.module-
|
|
5
|
+
import { s as e } from "../../../chunks/Page.module-DxiWg_8o.js";
|
|
6
6
|
import { c as D } from "../../../chunks/vendor-CF2m175I.js";
|
|
7
7
|
const F = Object.assign(
|
|
8
8
|
S.forwardRef(({ className: u, type: r, ...t }, i) => {
|
|
@@ -2,7 +2,7 @@ import { jsxs as h, jsx as c, Fragment as S } from "react/jsx-runtime";
|
|
|
2
2
|
import b, { useState as k, useRef as N, useEffect as P } from "react";
|
|
3
3
|
import { Header as e } from "../../Header/Header.js";
|
|
4
4
|
import { EHeaderPageType as o } from "./enums.js";
|
|
5
|
-
import { s as r } from "../../../chunks/Page.module-
|
|
5
|
+
import { s as r } from "../../../chunks/Page.module-DxiWg_8o.js";
|
|
6
6
|
import { c as v } from "../../../chunks/vendor-CF2m175I.js";
|
|
7
7
|
const x = Object.assign(
|
|
8
8
|
b.forwardRef(({ className: m, type: a, ...s }, n) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../chunks/vendor-CF2m175I.js";
|
|
3
3
|
import i from "react";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "paginationExtended__0cfbe267", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
6
|
}, x = i.forwardRef(
|
|
7
7
|
({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
10
|
className: d(s.paginationExtended, a),
|
|
11
|
-
"data-tx": "0.1.
|
|
11
|
+
"data-tx": "0.1.8",
|
|
12
12
|
...n,
|
|
13
13
|
ref: e,
|
|
14
14
|
children: t
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import r from "react";
|
|
3
3
|
import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { EButtonIconShape as m } from "../../Button/enums.js";
|
|
5
5
|
import { EPaginationNavigationIconDirection as s } from "../enums.js";
|
|
6
6
|
import o from "@sberbusiness/icons-next/CaretleftStrokeSrvIcon24";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "paginationNavigationButton__70bc4774", N = "directionIconNext__9c0190c8", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, I = r.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
|
-
const
|
|
12
|
+
const c = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
14
14
|
p,
|
|
15
15
|
{
|
|
@@ -17,13 +17,13 @@ const g = "paginationNavigationButton__00a8ad80", N = "directionIconNext__0fc6a6
|
|
|
17
17
|
shape: m.SQUIRCLE,
|
|
18
18
|
...a,
|
|
19
19
|
ref: e,
|
|
20
|
-
children:
|
|
20
|
+
children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
I.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
I as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|