@sberbusiness/triplex-next 0.1.5 → 0.1.6
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/chunks/{AlertProcessSpoiler-Dz7CKApv.js → AlertProcessSpoiler-BuN7zhGO.js} +14 -14
- package/chunks/Card.module-ByP22Mc4.js +17 -0
- package/chunks/{DropdownListItem-CwqothNf.js → DropdownListItem-CM0DOekv.js} +13 -13
- package/chunks/DropdownMobile.module-gjHocEKh.js +19 -0
- package/chunks/Footer.module-B1rO0bcd.js +11 -0
- package/chunks/{FormFieldInput-Cmc0beZ5.js → FormFieldInput-3TmHcNY0.js} +18 -18
- package/chunks/HeaderLayoutSidebar.module-CEXHjsmH.js +9 -0
- package/chunks/HeaderTabs.module-YFm2izz6.js +9 -0
- package/chunks/HeaderTitle.module-lv649tnz.js +9 -0
- package/chunks/{ListItemControlsButton-Bn_onrHQ.js → ListItemControlsButton-BpUzyKya.js} +7 -7
- package/chunks/ListItemTail.module-D7Oa-l-5.js +12 -0
- package/chunks/ListMasterFooter.module-1LjIdZNa.js +10 -0
- package/chunks/Overlay.module-BbpDNlm7.js +18 -0
- package/chunks/Page.module-DAinpecX.js +16 -0
- package/chunks/TabsExtended.module-CQBdl7x1.js +13 -0
- package/chunks/{TabsExtendedUtils-CZCrojKY.js → TabsExtendedUtils-BT4b2wK1.js} +2 -2
- package/chunks/TooltipDesktop.module-BRkBuup-.js +19 -0
- package/chunks/{index-1QUfI5kD.js → index-CLQ4mLUp.js} +168 -168
- package/chunks/utils-VD40Qwop.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +21 -21
- package/components/Alert/AlertProcess/AlertProcess.js +26 -26
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +1 -1
- package/components/Button/ButtonBase.js +3 -3
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +2 -2
- package/components/Button/index.js +1 -1
- package/components/Card/CardAction.js +24 -24
- package/components/Card/CardStatic.js +17 -17
- 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 +11 -11
- package/components/Checkbox/CheckboxXGroup.js +10 -10
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/Col/Col.js +136 -136
- package/components/DesignTokens/DesignTokenUtils.js +34 -34
- 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 +8 -8
- 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 +13 -13
- 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 +26 -26
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +4 -4
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +2 -2
- package/components/Header/Header.js +14 -14
- 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 +5 -5
- 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 +36 -36
- package/components/List/List.js +12 -12
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +10 -10
- package/components/List/components/ListItemContent.js +10 -10
- 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 +5 -5
- package/components/List/components/ListItemSelectable.js +8 -8
- 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 +9 -9
- package/components/List/index.js +2 -2
- package/components/ListMaster/ListMaster.js +8 -8
- package/components/ListMaster/components/ListMasterBody.js +9 -9
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- 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 +5 -5
- package/components/ListMaster/components/SelectionControls.js +10 -10
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
- package/components/Loader/LoaderSmall/LoaderSmall.js +18 -18
- 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 +14 -14
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +12 -12
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +9 -9
- 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 +12 -12
- package/components/SwipeableArea/SwipeableArea.js +19 -19
- 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 +18 -18
- 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 +8 -8
- package/components/Typography/Caption.js +9 -9
- package/components/Typography/Text.js +7 -7
- package/components/Typography/Title.js +15 -15
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/components/UploadZoneInput.js +37 -37
- package/components/index.js +4 -4
- package/index.js +4 -4
- package/package.json +1 -1
- package/styles/triplex-next.css +333 -333
- package/chunks/Card.module-BVAy3tJd.js +0 -17
- package/chunks/DropdownMobile.module-zLTfuu5W.js +0 -19
- package/chunks/Footer.module-C8ediOIN.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-DUesMumi.js +0 -9
- package/chunks/HeaderTabs.module-B8b_Vmmv.js +0 -9
- package/chunks/HeaderTitle.module-CS0vKAYw.js +0 -9
- package/chunks/ListItemTail.module-8r8-WRy-.js +0 -12
- package/chunks/ListMasterFooter.module-Bylyf04G.js +0 -10
- package/chunks/Overlay.module-BfeGcilV.js +0 -18
- package/chunks/Page.module-DI3KI2pW.js +0 -16
- package/chunks/TabsExtended.module-De1gs7fV.js +0 -13
- package/chunks/TooltipDesktop.module-0Me4J_t3.js +0 -19
- package/chunks/utils-DUlFnyF3.js +0 -36
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsxs as
|
|
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__faa75574", e = "dot__33f4531f", l = "dot1__47ef86b8", c = "dot2__b282b077", n = "dot3__637b918b", i = "dot4__60f2acc0", r = "line__0d5886fc", d = {
|
|
4
4
|
loaderMiddle: a,
|
|
5
|
-
dot:
|
|
5
|
+
dot: e,
|
|
6
6
|
dot1: l,
|
|
7
|
-
dot2:
|
|
8
|
-
dot3:
|
|
7
|
+
dot2: c,
|
|
8
|
+
dot3: n,
|
|
9
9
|
dot4: i,
|
|
10
10
|
line: r
|
|
11
|
-
}, _ = () => /* @__PURE__ */
|
|
11
|
+
}, _ = () => /* @__PURE__ */ s("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: [
|
|
12
12
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
13
13
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
14
14
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { jsxs as n, jsx as
|
|
1
|
+
import { jsxs as n, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-CF2m175I.js";
|
|
3
|
-
import { ELoaderSmallTheme as
|
|
4
|
-
const c = "
|
|
3
|
+
import { ELoaderSmallTheme as e, ELoaderSmallSize as d } from "./enum.js";
|
|
4
|
+
const c = "loaderSmall__34a76875", m = "sm__4f49eb8d", _ = "dot__33f4531f", b = "md__e818ba9b", S = "lg__81611fdb", i = "neutral__ab8c701a", u = "brand__4589b1f5", f = "dot1__47ef86b8", p = "dot2__b282b077", L = "dot3__637b918b", a = {
|
|
5
5
|
loaderSmall: c,
|
|
6
6
|
sm: m,
|
|
7
7
|
dot: _,
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
neutral:
|
|
11
|
-
brand:
|
|
12
|
-
dot1:
|
|
13
|
-
dot2:
|
|
14
|
-
dot3:
|
|
8
|
+
md: b,
|
|
9
|
+
lg: S,
|
|
10
|
+
neutral: i,
|
|
11
|
+
brand: u,
|
|
12
|
+
dot1: f,
|
|
13
|
+
dot2: p,
|
|
14
|
+
dot3: L
|
|
15
15
|
}, t = (s) => {
|
|
16
16
|
switch (s) {
|
|
17
|
-
case
|
|
17
|
+
case e.BRAND:
|
|
18
18
|
return a.brand;
|
|
19
|
-
case
|
|
19
|
+
case e.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: r }) => /* @__PURE__ */ n(
|
|
@@ -35,9 +35,9 @@ const c = "loaderSmall__2e0192d0", m = "sm__eeddf12b", _ = "dot__56eedfac", S =
|
|
|
35
35
|
"aria-label": "loading",
|
|
36
36
|
className: o(a.loaderSmall, g(r), 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
|
);
|
|
@@ -3,12 +3,12 @@ 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__4b26b4db", k = "loaderSmallBackdrop__361bcd22", g = "loaderMiddleBackdrop__13ac9ecc", M = "loaderMiddleBackground__3806f6b7", a = {
|
|
7
7
|
loaderWidget: B,
|
|
8
8
|
loaderSmallBackdrop: k,
|
|
9
9
|
loaderMiddleBackdrop: g,
|
|
10
10
|
loaderMiddleBackground: M
|
|
11
|
-
},
|
|
11
|
+
}, S = ({
|
|
12
12
|
className: o,
|
|
13
13
|
size: e = t.MD,
|
|
14
14
|
type: l,
|
|
@@ -21,8 +21,8 @@ const B = "loaderWidget__9641f002", k = "loaderSmallBackdrop__99ef1c49", g = "lo
|
|
|
21
21
|
});
|
|
22
22
|
return /* @__PURE__ */ d("div", { className: i, ...c, children: l === "small" ? /* @__PURE__ */ d(m, { size: e, theme: r }) : /* @__PURE__ */ d("div", { className: a.loaderMiddleBackground, children: /* @__PURE__ */ d(n, {}) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
S.displayName = "LoaderWidget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
S as LoaderWidget
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=LoaderWidget.js.map
|
|
@@ -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-BbpDNlm7.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-BbpDNlm7.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-BbpDNlm7.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-DAinpecX.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-DAinpecX.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-DAinpecX.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-DAinpecX.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,22 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
paginationExtended:
|
|
6
|
-
},
|
|
7
|
-
({ children:
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-CF2m175I.js";
|
|
3
|
+
import i from "react";
|
|
4
|
+
const r = "paginationExtended__0de68cb6", s = {
|
|
5
|
+
paginationExtended: r
|
|
6
|
+
}, x = i.forwardRef(
|
|
7
|
+
({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
11
|
-
"data-tx":
|
|
12
|
-
...
|
|
13
|
-
ref:
|
|
14
|
-
children:
|
|
10
|
+
className: o(s.paginationExtended, a),
|
|
11
|
+
"data-tx": "0.1.6",
|
|
12
|
+
...n,
|
|
13
|
+
ref: e,
|
|
14
|
+
children: t
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
x.displayName = "PaginationExtended";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
x as PaginationExtended
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=PaginationExtended.js.map
|
|
@@ -4,10 +4,10 @@ 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__7d7a91aa", N = "directionIconNext__ce86a01b", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, d = c.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
12
|
const r = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__5efc15b5", N = "directionIconNext__f6be10
|
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
d.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
d as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const g = "
|
|
4
|
+
const g = "paginationNavigationExtended__3b9e40c1", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import g from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "paginationPageButton__f646ef64", u = "currentPage__d40ff357", a = {
|
|
5
5
|
paginationPageButton: s,
|
|
6
6
|
currentPage: u
|
|
7
7
|
}, P = g.forwardRef(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor-CF2m175I.js";
|
|
3
3
|
import o from "react";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "pageEllipsis__259712b8", r = {
|
|
5
5
|
pageEllipsis: t
|
|
6
6
|
}, n = o.forwardRef(
|
|
7
7
|
({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as g, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import S, { useRef as f } from "react";
|
|
3
3
|
import { j as x, c as N } from "../../../chunks/vendor-CF2m175I.js";
|
|
4
4
|
import "../../Typography/Title.js";
|
|
5
|
-
import { Text as
|
|
5
|
+
import { Text as v } from "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Caption.js";
|
|
7
|
-
import { ETextSize as
|
|
8
|
-
const
|
|
9
|
-
paginationSelect:
|
|
10
|
-
paginationSelectControl:
|
|
11
|
-
}, j =
|
|
12
|
-
({ paginationLabel: c, className: s, hidden:
|
|
13
|
-
const l =
|
|
7
|
+
import { ETextSize as _ } from "../../Typography/enums.js";
|
|
8
|
+
const h = "paginationSelect__e9289870", b = "paginationSelectControl__2ec4d515", o = {
|
|
9
|
+
paginationSelect: h,
|
|
10
|
+
paginationSelectControl: b
|
|
11
|
+
}, j = S.forwardRef(
|
|
12
|
+
({ paginationLabel: c, className: s, hidden: d, options: i, value: a, onChange: n }, m) => {
|
|
13
|
+
const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
|
|
14
14
|
const r = Number(e.target.value);
|
|
15
15
|
Number.isNaN(r) || n == null || n(r);
|
|
16
16
|
};
|
|
17
|
-
return
|
|
18
|
-
/* @__PURE__ */ t(
|
|
17
|
+
return d ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: m, children: [
|
|
18
|
+
/* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
|
|
19
19
|
/* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
|
|
20
20
|
"select",
|
|
21
21
|
{
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as b, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import p from "react";
|
|
3
3
|
import { ERadioSize as f } from "./enum.js";
|
|
4
|
-
import { c } from "../../chunks/vendor-CF2m175I.js";
|
|
5
|
-
const N = "
|
|
4
|
+
import { c as l } from "../../chunks/vendor-CF2m175I.js";
|
|
5
|
+
const N = "label__7fa2b61e", y = "md__94944cdc", x = "lg__1975bdef", R = "nonempty__eff1c0f4", u = "disabled__352d1fa7", I = "radio__18cee38c", g = "radioIcon__0ea1ebb2", a = {
|
|
6
6
|
label: N,
|
|
7
7
|
md: y,
|
|
8
8
|
lg: x,
|
|
9
9
|
nonempty: R,
|
|
10
|
-
disabled:
|
|
11
|
-
radio:
|
|
12
|
-
radioIcon:
|
|
13
|
-
}, h =
|
|
14
|
-
const { children: o, className: i, disabled: e, labelAttributes: s, size: d = f.MD, ...r } =
|
|
10
|
+
disabled: u,
|
|
11
|
+
radio: I,
|
|
12
|
+
radioIcon: g
|
|
13
|
+
}, h = p.forwardRef((n, t) => {
|
|
14
|
+
const { children: o, className: i, disabled: e, labelAttributes: s, size: d = f.MD, ...r } = n, m = l(a.radio, i, a[d]), _ = l(
|
|
15
15
|
a.label,
|
|
16
16
|
a[d],
|
|
17
17
|
{ [a.disabled]: !!e, [a.nonempty]: !!o },
|
|
18
18
|
s == null ? void 0 : s.className
|
|
19
19
|
);
|
|
20
|
-
return /* @__PURE__ */
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
20
|
+
return /* @__PURE__ */ b("label", { ...s, className: _, "data-tx": "0.1.6", children: [
|
|
21
|
+
/* @__PURE__ */ c("input", { type: "radio", className: m, disabled: e, ...r, ref: t }),
|
|
22
|
+
/* @__PURE__ */ c("span", { className: a.radioIcon }),
|
|
23
23
|
o
|
|
24
24
|
] });
|
|
25
25
|
});
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../chunks/vendor-CF2m175I.js";
|
|
3
|
-
const c = "
|
|
3
|
+
const c = "radioXGroup__d46efdc3", _ = "label__7fa2b61e", n = {
|
|
4
4
|
radioXGroup: c,
|
|
5
|
-
"indent-12": "indent-
|
|
5
|
+
"indent-12": "indent-12__f8607f37",
|
|
6
6
|
label: _,
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
7
|
+
"indent-16": "indent-16__573c2fce",
|
|
8
|
+
"indent-20": "indent-20__f23ca316",
|
|
9
|
+
"indent-24": "indent-24__f327057d",
|
|
10
|
+
"indent-28": "indent-28__fd8924ea",
|
|
11
|
+
"indent-32": "indent-32__68592f09"
|
|
12
12
|
}, l = (e) => {
|
|
13
13
|
const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
|
|
14
14
|
return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
radioYGroup:
|
|
5
|
-
},
|
|
6
|
-
const { children: r, className: s, ...a } = o,
|
|
7
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../chunks/vendor-CF2m175I.js";
|
|
3
|
+
const p = "radioYGroup__bea526c7", t = {
|
|
4
|
+
radioYGroup: p
|
|
5
|
+
}, d = (o) => {
|
|
6
|
+
const { children: r, className: s, ...a } = o, c = e(t.radioYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
d.displayName = "RadioYGroup";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
d as RadioYGroup
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=RadioYGroup.js.map
|
package/components/Row/Row.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const c = "
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as m } from "../../chunks/vendor-CF2m175I.js";
|
|
3
|
+
const c = "row__5a568991", i = "noPaddingBottom__369507d3", o = {
|
|
4
4
|
row: c,
|
|
5
|
-
noPaddingBottom:
|
|
6
|
-
},
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
5
|
+
noPaddingBottom: i
|
|
6
|
+
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
|
|
7
|
+
const d = m(n, o.row, { [o.noPaddingBottom]: !s });
|
|
8
|
+
return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
e.displayName = "Row";
|
|
11
11
|
export {
|
|
12
|
-
|
|
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-
|
|
5
|
+
import { i as n, h as p } from "../../chunks/index-CLQ4mLUp.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-
|
|
4
|
+
import { S } from "../../chunks/index-CLQ4mLUp.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-
|
|
2
|
+
import { i as S, h as g, S as C } from "../../chunks/index-CLQ4mLUp.js";
|
|
3
3
|
export {
|
|
4
4
|
t as ESegmentedControlSize,
|
|
5
5
|
n as ESegmentedControlTheme,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../chunks/vendor-CF2m175I.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const
|
|
5
|
-
skeleton:
|
|
6
|
-
light:
|
|
7
|
-
dark:
|
|
8
|
-
}, _ = ({ className:
|
|
4
|
+
const n = "skeleton__1ac998db", r = "light__c3990409", k = "dark__a2cc664b", o = {
|
|
5
|
+
skeleton: n,
|
|
6
|
+
light: r,
|
|
7
|
+
dark: k
|
|
8
|
+
}, _ = ({ className: e, type: s = t.DARK, ...l }) => /* @__PURE__ */ c(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
12
|
-
[
|
|
13
|
-
[
|
|
11
|
+
className: a(o.skeleton, e, {
|
|
12
|
+
[o.dark]: s === t.DARK,
|
|
13
|
+
[o.light]: s === t.LIGHT
|
|
14
14
|
}),
|
|
15
|
-
...
|
|
16
|
-
"data-tx":
|
|
15
|
+
...l,
|
|
16
|
+
"data-tx": "0.1.6"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
@@ -1,27 +1,27 @@
|
|
|
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
|
|
5
|
-
swipeableArea:
|
|
6
|
-
content:
|
|
7
|
-
disableScroll:
|
|
8
|
-
disablePointerEvents:
|
|
4
|
+
const H = "swipeableArea__eda757f2", V = "content__499400e1", $ = "disableScroll__d8947d1e", k = "disablePointerEvents__4b8dd7a9", q = "swipeAnimationFinish__43809657", G = "leftContent__ffc088ed", J = "rightContent__762288b8", s = {
|
|
5
|
+
swipeableArea: H,
|
|
6
|
+
content: V,
|
|
7
|
+
disableScroll: $,
|
|
8
|
+
disablePointerEvents: k,
|
|
9
9
|
swipeAnimationFinish: q,
|
|
10
10
|
leftContent: G,
|
|
11
11
|
rightContent: J
|
|
12
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),
|
|
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);
|
|
16
16
|
const t = n.current - o;
|
|
17
17
|
n.current === 0 ? t > 0 ? e(
|
|
18
|
-
t > p ? -
|
|
18
|
+
t > p ? -r.current.getBoundingClientRect().width : 0
|
|
19
19
|
) : e(
|
|
20
|
-
Math.abs(t) > p ?
|
|
20
|
+
Math.abs(t) > p ? i.current.getBoundingClientRect().width : 0
|
|
21
21
|
) : n.current > 0 ? t > 0 && e(
|
|
22
|
-
t > p ? 0 :
|
|
22
|
+
t > p ? 0 : i.current.getBoundingClientRect().width
|
|
23
23
|
) : n.current < 0 && t < 0 && e(
|
|
24
|
-
Math.abs(t) > p ? 0 : -
|
|
24
|
+
Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
|
|
25
25
|
);
|
|
26
26
|
}, R = () => {
|
|
27
27
|
h.current = N, d(void 0), document.removeEventListener("touchend", R);
|
|
@@ -49,11 +49,11 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
|
|
|
49
49
|
return;
|
|
50
50
|
const f = n.current + c;
|
|
51
51
|
n.current === 0 ? c > 0 && m ? e(
|
|
52
|
-
Math.min(f,
|
|
52
|
+
Math.min(f, i.current.getBoundingClientRect().width)
|
|
53
53
|
) : c < 0 && C && e(
|
|
54
|
-
Math.max(f, -
|
|
54
|
+
Math.max(f, -r.current.getBoundingClientRect().width)
|
|
55
55
|
) : n.current > 0 ? c < 0 && e(Math.max(0, f)) : n.current < 0 && c > 0 && e(Math.min(0, f));
|
|
56
|
-
}, D = () => a(!1), P = () =>
|
|
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) => {
|
|
59
59
|
c.touches.length == 1 && _.current && !_.current.contains(c.target) && (a(!0), e(0), d(void 0));
|
|
@@ -61,11 +61,11 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
|
|
|
61
61
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
62
|
}, []);
|
|
63
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));
|
|
67
67
|
}, v = () => {
|
|
68
|
-
(
|
|
68
|
+
(r.current || i.current) && (a(!0), e(0));
|
|
69
69
|
};
|
|
70
70
|
return W(
|
|
71
71
|
B,
|
|
@@ -86,7 +86,7 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
|
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx":
|
|
89
|
+
"data-tx": "0.1.6",
|
|
90
90
|
ref: _,
|
|
91
91
|
children: [
|
|
92
92
|
typeof m < "u" ? /* @__PURE__ */ w(
|
|
@@ -95,7 +95,7 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
|
|
|
95
95
|
className: g(s.leftContent, {
|
|
96
96
|
[E]: S
|
|
97
97
|
}),
|
|
98
|
-
ref:
|
|
98
|
+
ref: i,
|
|
99
99
|
style: { opacity: Y() },
|
|
100
100
|
children: m
|
|
101
101
|
}
|
|
@@ -106,7 +106,7 @@ const k = "swipeableArea__235b6c46", H = "content__157ff421", V = "disableScroll
|
|
|
106
106
|
className: g(s.rightContent, {
|
|
107
107
|
[E]: S
|
|
108
108
|
}),
|
|
109
|
-
ref:
|
|
109
|
+
ref: r,
|
|
110
110
|
style: { opacity: P() },
|
|
111
111
|
children: C
|
|
112
112
|
}
|
|
@@ -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-
|
|
5
|
+
import { s as u } from "../../chunks/TabsExtended.module-CQBdl7x1.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-
|
|
3
|
+
import { t as o, a as i } from "../../chunks/TabsExtendedUtils-BT4b2wK1.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-
|
|
6
|
+
import { s as n } from "../../../chunks/TabsExtended.module-CQBdl7x1.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-
|
|
3
|
+
import { s as p } from "../../../chunks/TabsExtended.module-CQBdl7x1.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 = ({
|