@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.
- package/chunks/{AlertProcessSpoiler-Dp7FRT9y.js → AlertProcessSpoiler-Caa0745n.js} +10 -10
- package/chunks/Card.module-BRANBAxP.js +17 -0
- package/chunks/{DropdownListItem-y6Rvj_dd.js → DropdownListItem-DIIAnvmw.js} +13 -13
- package/chunks/DropdownMobile.module-BUeZuAYr.js +19 -0
- package/chunks/Footer.module-BFo05t5_.js +11 -0
- package/chunks/{FormFieldInput-apk1b0w6.js → FormFieldInput-rV5ZVe9k.js} +21 -21
- package/chunks/HeaderLayoutSidebar.module-CEqBuRNu.js +9 -0
- package/chunks/HeaderTabs.module-BEaVu2Hx.js +9 -0
- package/chunks/HeaderTitle.module-Db-1fcNm.js +9 -0
- package/chunks/{ListItemControlsButton-Cn3Vmrsn.js → ListItemControlsButton-Ch-5PQYH.js} +5 -5
- package/chunks/ListItemTail.module-C5-4SAqt.js +12 -0
- package/chunks/ListMasterFooter.module-Dph-_lLg.js +10 -0
- package/chunks/Overlay.module-D6LEz1jT.js +18 -0
- package/chunks/Page.module-Ct9ky9ko.js +16 -0
- package/chunks/TabsExtended.module-CmU9j8zG.js +13 -0
- package/chunks/{TabsExtendedUtils-NCwWiX7O.js → TabsExtendedUtils-CkAvE1fA.js} +4 -4
- package/chunks/TooltipDesktop.module-KrPZMfQD.js +19 -0
- package/chunks/{UploadZoneInput-R9729LZY.js → UploadZoneInput-CXjerIVV.js} +7 -7
- package/chunks/utils-bbbspEnw.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +37 -37
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +1 -1
- package/components/Card/CardAction.js +25 -25
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/Col/Col.js +145 -145
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +10 -10
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/index.js +1 -1
- 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 +16 -16
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +5 -5
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +16 -16
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +11 -11
- 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 +8 -8
- 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/Island/Island.js +16 -16
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Link/Link.js +32 -32
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
- 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 +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +17 -17
- package/components/LoaderWidget/LoaderWidget.js +9 -9
- 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 +2 -2
- 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 +11 -11
- package/components/Radio/Radio.js +2 -2
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SegmentedControl/SegmentedControl.js +20 -20
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SwipeableArea/SwipeableArea.js +12 -12
- 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/TextField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- 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 +13 -13
- package/components/Typography/Text.js +13 -13
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +3 -3
- package/index.js +3 -3
- package/package.json +1 -1
- package/styles/triplex-next.css +354 -354
- package/chunks/Card.module-Ddt7TQ9Z.js +0 -17
- package/chunks/DropdownMobile.module-DrQkghxs.js +0 -19
- package/chunks/Footer.module-CKfl241m.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-DTXnksBK.js +0 -9
- package/chunks/HeaderTabs.module-DVh6MotJ.js +0 -9
- package/chunks/HeaderTitle.module-DOeVL9zC.js +0 -9
- package/chunks/ListItemTail.module-BnbT61OM.js +0 -12
- package/chunks/ListMasterFooter.module-C6QFamKQ.js +0 -10
- package/chunks/Overlay.module-BTSQ5G6t.js +0 -18
- package/chunks/Page.module-DfMBQJob.js +0 -16
- package/chunks/TabsExtended.module-okOlTNQG.js +0 -13
- package/chunks/TooltipDesktop.module-DTbnIWo1.js +0 -19
- package/chunks/utils-B0khB-Lq.js +0 -36
package/components/Col/Col.js
CHANGED
|
@@ -1,159 +1,159 @@
|
|
|
1
1
|
import { jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { c as j } from "../../chunks/vendor-D-uL_icH.js";
|
|
3
3
|
const A = {
|
|
4
|
-
"col-1": "col-
|
|
5
|
-
"col-2": "col-
|
|
6
|
-
"col-3": "col-
|
|
7
|
-
"col-4": "col-
|
|
8
|
-
"col-5": "col-
|
|
9
|
-
"col-6": "col-
|
|
10
|
-
"col-7": "col-
|
|
11
|
-
"col-8": "col-
|
|
12
|
-
"col-9": "col-
|
|
13
|
-
"col-10": "col-
|
|
14
|
-
"col-11": "col-
|
|
15
|
-
"col-12": "col-
|
|
16
|
-
"offset-0": "offset-
|
|
17
|
-
"offset-1": "offset-
|
|
18
|
-
"offset-2": "offset-
|
|
19
|
-
"offset-3": "offset-
|
|
20
|
-
"offset-4": "offset-
|
|
21
|
-
"offset-5": "offset-
|
|
22
|
-
"offset-6": "offset-
|
|
23
|
-
"offset-7": "offset-
|
|
24
|
-
"offset-8": "offset-
|
|
25
|
-
"offset-9": "offset-
|
|
26
|
-
"offset-10": "offset-
|
|
27
|
-
"offset-11": "offset-
|
|
28
|
-
"d-none": "d-
|
|
29
|
-
"d-block": "d-
|
|
30
|
-
"col-sm-1": "col-sm-
|
|
31
|
-
"col-sm-2": "col-sm-
|
|
32
|
-
"col-sm-3": "col-sm-
|
|
33
|
-
"col-sm-4": "col-sm-
|
|
34
|
-
"col-sm-5": "col-sm-
|
|
35
|
-
"col-sm-6": "col-sm-
|
|
36
|
-
"col-sm-7": "col-sm-
|
|
37
|
-
"col-sm-8": "col-sm-
|
|
38
|
-
"col-sm-9": "col-sm-
|
|
39
|
-
"col-sm-10": "col-sm-
|
|
40
|
-
"col-sm-11": "col-sm-
|
|
41
|
-
"col-sm-12": "col-sm-
|
|
42
|
-
"offset-sm-0": "offset-sm-
|
|
43
|
-
"offset-sm-1": "offset-sm-
|
|
44
|
-
"offset-sm-2": "offset-sm-
|
|
45
|
-
"offset-sm-3": "offset-sm-
|
|
46
|
-
"offset-sm-4": "offset-sm-
|
|
47
|
-
"offset-sm-5": "offset-sm-
|
|
48
|
-
"offset-sm-6": "offset-sm-
|
|
49
|
-
"offset-sm-7": "offset-sm-
|
|
50
|
-
"offset-sm-8": "offset-sm-
|
|
51
|
-
"offset-sm-9": "offset-sm-
|
|
52
|
-
"offset-sm-10": "offset-sm-
|
|
53
|
-
"offset-sm-11": "offset-sm-
|
|
54
|
-
"d-none-sm": "d-none-
|
|
55
|
-
"d-block-sm": "d-block-
|
|
56
|
-
"col-md-1": "col-md-
|
|
57
|
-
"col-md-2": "col-md-
|
|
58
|
-
"col-md-3": "col-md-
|
|
59
|
-
"col-md-4": "col-md-
|
|
60
|
-
"col-md-5": "col-md-
|
|
61
|
-
"col-md-6": "col-md-
|
|
62
|
-
"col-md-7": "col-md-
|
|
63
|
-
"col-md-8": "col-md-
|
|
64
|
-
"col-md-9": "col-md-
|
|
65
|
-
"col-md-10": "col-md-
|
|
66
|
-
"col-md-11": "col-md-
|
|
67
|
-
"col-md-12": "col-md-
|
|
68
|
-
"offset-md-0": "offset-md-
|
|
69
|
-
"offset-md-1": "offset-md-
|
|
70
|
-
"offset-md-2": "offset-md-
|
|
71
|
-
"offset-md-3": "offset-md-
|
|
72
|
-
"offset-md-4": "offset-md-
|
|
73
|
-
"offset-md-5": "offset-md-
|
|
74
|
-
"offset-md-6": "offset-md-
|
|
75
|
-
"offset-md-7": "offset-md-
|
|
76
|
-
"offset-md-8": "offset-md-
|
|
77
|
-
"offset-md-9": "offset-md-
|
|
78
|
-
"offset-md-10": "offset-md-
|
|
79
|
-
"offset-md-11": "offset-md-
|
|
80
|
-
"d-none-md": "d-none-
|
|
81
|
-
"d-block-md": "d-block-
|
|
82
|
-
"col-lg-1": "col-lg-
|
|
83
|
-
"col-lg-2": "col-lg-
|
|
84
|
-
"col-lg-3": "col-lg-
|
|
85
|
-
"col-lg-4": "col-lg-
|
|
86
|
-
"col-lg-5": "col-lg-
|
|
87
|
-
"col-lg-6": "col-lg-
|
|
88
|
-
"col-lg-7": "col-lg-
|
|
89
|
-
"col-lg-8": "col-lg-
|
|
90
|
-
"col-lg-9": "col-lg-
|
|
91
|
-
"col-lg-10": "col-lg-
|
|
92
|
-
"col-lg-11": "col-lg-
|
|
93
|
-
"col-lg-12": "col-lg-
|
|
94
|
-
"offset-lg-0": "offset-lg-
|
|
95
|
-
"offset-lg-1": "offset-lg-
|
|
96
|
-
"offset-lg-2": "offset-lg-
|
|
97
|
-
"offset-lg-3": "offset-lg-
|
|
98
|
-
"offset-lg-4": "offset-lg-
|
|
99
|
-
"offset-lg-5": "offset-lg-
|
|
100
|
-
"offset-lg-6": "offset-lg-
|
|
101
|
-
"offset-lg-7": "offset-lg-
|
|
102
|
-
"offset-lg-8": "offset-lg-
|
|
103
|
-
"offset-lg-9": "offset-lg-
|
|
104
|
-
"offset-lg-10": "offset-lg-
|
|
105
|
-
"offset-lg-11": "offset-lg-
|
|
106
|
-
"d-none-lg": "d-none-
|
|
107
|
-
"d-block-lg": "d-block-
|
|
108
|
-
"col-xl-1": "col-xl-
|
|
109
|
-
"col-xl-2": "col-xl-
|
|
110
|
-
"col-xl-3": "col-xl-
|
|
111
|
-
"col-xl-4": "col-xl-
|
|
112
|
-
"col-xl-5": "col-xl-
|
|
113
|
-
"col-xl-6": "col-xl-
|
|
114
|
-
"col-xl-7": "col-xl-
|
|
115
|
-
"col-xl-8": "col-xl-
|
|
116
|
-
"col-xl-9": "col-xl-
|
|
117
|
-
"col-xl-10": "col-xl-
|
|
118
|
-
"col-xl-11": "col-xl-
|
|
119
|
-
"col-xl-12": "col-xl-
|
|
120
|
-
"offset-xl-0": "offset-xl-
|
|
121
|
-
"offset-xl-1": "offset-xl-
|
|
122
|
-
"offset-xl-2": "offset-xl-
|
|
123
|
-
"offset-xl-3": "offset-xl-
|
|
124
|
-
"offset-xl-4": "offset-xl-
|
|
125
|
-
"offset-xl-5": "offset-xl-
|
|
126
|
-
"offset-xl-6": "offset-xl-
|
|
127
|
-
"offset-xl-7": "offset-xl-
|
|
128
|
-
"offset-xl-8": "offset-xl-
|
|
129
|
-
"offset-xl-9": "offset-xl-
|
|
130
|
-
"offset-xl-10": "offset-xl-
|
|
131
|
-
"offset-xl-11": "offset-xl-
|
|
132
|
-
"d-none-xl": "d-none-
|
|
133
|
-
"d-block-xl": "d-block-
|
|
4
|
+
"col-1": "col-1__eab5ed23",
|
|
5
|
+
"col-2": "col-2__b2e4dee3",
|
|
6
|
+
"col-3": "col-3__fbce851d",
|
|
7
|
+
"col-4": "col-4__f21135a9",
|
|
8
|
+
"col-5": "col-5__f2a0206e",
|
|
9
|
+
"col-6": "col-6__e99baf0d",
|
|
10
|
+
"col-7": "col-7__abce8b0d",
|
|
11
|
+
"col-8": "col-8__c54dc5db",
|
|
12
|
+
"col-9": "col-9__1f801aad",
|
|
13
|
+
"col-10": "col-10__7adbf21a",
|
|
14
|
+
"col-11": "col-11__5c5ff4ae",
|
|
15
|
+
"col-12": "col-12__89da1d57",
|
|
16
|
+
"offset-0": "offset-0__9e8bfbce",
|
|
17
|
+
"offset-1": "offset-1__9e32ae6a",
|
|
18
|
+
"offset-2": "offset-2__5ab4dfbe",
|
|
19
|
+
"offset-3": "offset-3__1b736fd7",
|
|
20
|
+
"offset-4": "offset-4__6eaf93ce",
|
|
21
|
+
"offset-5": "offset-5__7b186e2f",
|
|
22
|
+
"offset-6": "offset-6__fd86ab77",
|
|
23
|
+
"offset-7": "offset-7__9ca66a7d",
|
|
24
|
+
"offset-8": "offset-8__02236fea",
|
|
25
|
+
"offset-9": "offset-9__d44f0d95",
|
|
26
|
+
"offset-10": "offset-10__f2dba3a9",
|
|
27
|
+
"offset-11": "offset-11__f3664696",
|
|
28
|
+
"d-none": "d-none__d0bf0c51",
|
|
29
|
+
"d-block": "d-block__9502b996",
|
|
30
|
+
"col-sm-1": "col-sm-1__506ed017",
|
|
31
|
+
"col-sm-2": "col-sm-2__b14df174",
|
|
32
|
+
"col-sm-3": "col-sm-3__a1d7ecbf",
|
|
33
|
+
"col-sm-4": "col-sm-4__a0a82e88",
|
|
34
|
+
"col-sm-5": "col-sm-5__20ab00f4",
|
|
35
|
+
"col-sm-6": "col-sm-6__9c05dd22",
|
|
36
|
+
"col-sm-7": "col-sm-7__aed685c3",
|
|
37
|
+
"col-sm-8": "col-sm-8__3938ba9b",
|
|
38
|
+
"col-sm-9": "col-sm-9__f36772f4",
|
|
39
|
+
"col-sm-10": "col-sm-10__816d8018",
|
|
40
|
+
"col-sm-11": "col-sm-11__bc8fc1ce",
|
|
41
|
+
"col-sm-12": "col-sm-12__bcf32810",
|
|
42
|
+
"offset-sm-0": "offset-sm-0__89250fb3",
|
|
43
|
+
"offset-sm-1": "offset-sm-1__b85eaa11",
|
|
44
|
+
"offset-sm-2": "offset-sm-2__cde7c8c3",
|
|
45
|
+
"offset-sm-3": "offset-sm-3__c2d3c40b",
|
|
46
|
+
"offset-sm-4": "offset-sm-4__375da2ce",
|
|
47
|
+
"offset-sm-5": "offset-sm-5__742ec4c4",
|
|
48
|
+
"offset-sm-6": "offset-sm-6__5f8a917c",
|
|
49
|
+
"offset-sm-7": "offset-sm-7__46ea87c8",
|
|
50
|
+
"offset-sm-8": "offset-sm-8__8b0140da",
|
|
51
|
+
"offset-sm-9": "offset-sm-9__6705c9b9",
|
|
52
|
+
"offset-sm-10": "offset-sm-10__d3919468",
|
|
53
|
+
"offset-sm-11": "offset-sm-11__922268bc",
|
|
54
|
+
"d-none-sm": "d-none-sm__248d6e1d",
|
|
55
|
+
"d-block-sm": "d-block-sm__f002af31",
|
|
56
|
+
"col-md-1": "col-md-1__f8a3af46",
|
|
57
|
+
"col-md-2": "col-md-2__8baed4c6",
|
|
58
|
+
"col-md-3": "col-md-3__82c84463",
|
|
59
|
+
"col-md-4": "col-md-4__772935e2",
|
|
60
|
+
"col-md-5": "col-md-5__788f9c9c",
|
|
61
|
+
"col-md-6": "col-md-6__aa5c530d",
|
|
62
|
+
"col-md-7": "col-md-7__741282c2",
|
|
63
|
+
"col-md-8": "col-md-8__c52bbbdf",
|
|
64
|
+
"col-md-9": "col-md-9__c0ddd445",
|
|
65
|
+
"col-md-10": "col-md-10__a1d71212",
|
|
66
|
+
"col-md-11": "col-md-11__0c1f3143",
|
|
67
|
+
"col-md-12": "col-md-12__993e689c",
|
|
68
|
+
"offset-md-0": "offset-md-0__a9585f91",
|
|
69
|
+
"offset-md-1": "offset-md-1__b14f122d",
|
|
70
|
+
"offset-md-2": "offset-md-2__cc78cd94",
|
|
71
|
+
"offset-md-3": "offset-md-3__f5fcf1ae",
|
|
72
|
+
"offset-md-4": "offset-md-4__4050c134",
|
|
73
|
+
"offset-md-5": "offset-md-5__9d9dcde9",
|
|
74
|
+
"offset-md-6": "offset-md-6__42eaa9d5",
|
|
75
|
+
"offset-md-7": "offset-md-7__bf5deb06",
|
|
76
|
+
"offset-md-8": "offset-md-8__b55f1016",
|
|
77
|
+
"offset-md-9": "offset-md-9__db10f626",
|
|
78
|
+
"offset-md-10": "offset-md-10__636782a3",
|
|
79
|
+
"offset-md-11": "offset-md-11__f245e848",
|
|
80
|
+
"d-none-md": "d-none-md__35a9ca9a",
|
|
81
|
+
"d-block-md": "d-block-md__9b2125e6",
|
|
82
|
+
"col-lg-1": "col-lg-1__bc5fcea4",
|
|
83
|
+
"col-lg-2": "col-lg-2__04ec3743",
|
|
84
|
+
"col-lg-3": "col-lg-3__75d9041d",
|
|
85
|
+
"col-lg-4": "col-lg-4__5ae0fc25",
|
|
86
|
+
"col-lg-5": "col-lg-5__6768b6d1",
|
|
87
|
+
"col-lg-6": "col-lg-6__c0e759d6",
|
|
88
|
+
"col-lg-7": "col-lg-7__8b872eb0",
|
|
89
|
+
"col-lg-8": "col-lg-8__0a727edf",
|
|
90
|
+
"col-lg-9": "col-lg-9__b887ec2c",
|
|
91
|
+
"col-lg-10": "col-lg-10__431e9b41",
|
|
92
|
+
"col-lg-11": "col-lg-11__784cbdc1",
|
|
93
|
+
"col-lg-12": "col-lg-12__b0a08e15",
|
|
94
|
+
"offset-lg-0": "offset-lg-0__5ce2aaaa",
|
|
95
|
+
"offset-lg-1": "offset-lg-1__ff992545",
|
|
96
|
+
"offset-lg-2": "offset-lg-2__8dcc9fd4",
|
|
97
|
+
"offset-lg-3": "offset-lg-3__57a8c52e",
|
|
98
|
+
"offset-lg-4": "offset-lg-4__ce50bd2a",
|
|
99
|
+
"offset-lg-5": "offset-lg-5__2b7ddfc7",
|
|
100
|
+
"offset-lg-6": "offset-lg-6__cc700f48",
|
|
101
|
+
"offset-lg-7": "offset-lg-7__bcdfb19f",
|
|
102
|
+
"offset-lg-8": "offset-lg-8__554a77e1",
|
|
103
|
+
"offset-lg-9": "offset-lg-9__04f9f0b9",
|
|
104
|
+
"offset-lg-10": "offset-lg-10__14271a0b",
|
|
105
|
+
"offset-lg-11": "offset-lg-11__368f9fb1",
|
|
106
|
+
"d-none-lg": "d-none-lg__ebe4be14",
|
|
107
|
+
"d-block-lg": "d-block-lg__076b09d6",
|
|
108
|
+
"col-xl-1": "col-xl-1__c19e513c",
|
|
109
|
+
"col-xl-2": "col-xl-2__56427611",
|
|
110
|
+
"col-xl-3": "col-xl-3__fd0ccd3a",
|
|
111
|
+
"col-xl-4": "col-xl-4__06c72f0e",
|
|
112
|
+
"col-xl-5": "col-xl-5__50fdff5c",
|
|
113
|
+
"col-xl-6": "col-xl-6__69374f3f",
|
|
114
|
+
"col-xl-7": "col-xl-7__b72459b9",
|
|
115
|
+
"col-xl-8": "col-xl-8__98eaf5ad",
|
|
116
|
+
"col-xl-9": "col-xl-9__bc0ebc91",
|
|
117
|
+
"col-xl-10": "col-xl-10__0285898e",
|
|
118
|
+
"col-xl-11": "col-xl-11__2bf53858",
|
|
119
|
+
"col-xl-12": "col-xl-12__7fffc8a1",
|
|
120
|
+
"offset-xl-0": "offset-xl-0__ec6cad85",
|
|
121
|
+
"offset-xl-1": "offset-xl-1__367ada6e",
|
|
122
|
+
"offset-xl-2": "offset-xl-2__d13576b7",
|
|
123
|
+
"offset-xl-3": "offset-xl-3__be461d5f",
|
|
124
|
+
"offset-xl-4": "offset-xl-4__20c03fee",
|
|
125
|
+
"offset-xl-5": "offset-xl-5__98eff170",
|
|
126
|
+
"offset-xl-6": "offset-xl-6__cc6b48c2",
|
|
127
|
+
"offset-xl-7": "offset-xl-7__5dfad3ab",
|
|
128
|
+
"offset-xl-8": "offset-xl-8__39cc89d0",
|
|
129
|
+
"offset-xl-9": "offset-xl-9__89098585",
|
|
130
|
+
"offset-xl-10": "offset-xl-10__2da29eb2",
|
|
131
|
+
"offset-xl-11": "offset-xl-11__f4c91cf2",
|
|
132
|
+
"d-none-xl": "d-none-xl__2ff30fae",
|
|
133
|
+
"d-block-xl": "d-block-xl__20c21e6a"
|
|
134
134
|
};
|
|
135
135
|
function _({
|
|
136
|
-
block:
|
|
137
|
-
hidden:
|
|
136
|
+
block: d,
|
|
137
|
+
hidden: t,
|
|
138
138
|
offset: l,
|
|
139
139
|
prefix: o,
|
|
140
|
-
size:
|
|
140
|
+
size: c
|
|
141
141
|
}) {
|
|
142
|
-
const f = [],
|
|
143
|
-
return
|
|
142
|
+
const f = [], e = o ? `${o}-` : "", s = o ? `-${o}` : "";
|
|
143
|
+
return d === !0 && f.push(`d-block${s}`), t === !0 && f.push(`d-none${s}`), l !== void 0 && f.push(`offset-${e}${l}`), c && f.push(`col-${e}${c}`), f;
|
|
144
144
|
}
|
|
145
145
|
const B = ({
|
|
146
|
-
children:
|
|
147
|
-
className:
|
|
146
|
+
children: d,
|
|
147
|
+
className: t,
|
|
148
148
|
hidden: l,
|
|
149
149
|
hiddenSm: o,
|
|
150
|
-
hiddenMd:
|
|
150
|
+
hiddenMd: c,
|
|
151
151
|
hiddenLg: f,
|
|
152
|
-
hiddenXl:
|
|
152
|
+
hiddenXl: e,
|
|
153
153
|
block: s,
|
|
154
154
|
blockSm: m,
|
|
155
|
-
blockMd:
|
|
156
|
-
blockLg:
|
|
155
|
+
blockMd: a,
|
|
156
|
+
blockLg: b,
|
|
157
157
|
blockXl: x,
|
|
158
158
|
size: g = 12,
|
|
159
159
|
sizeSm: n,
|
|
@@ -170,11 +170,11 @@ const B = ({
|
|
|
170
170
|
const y = [
|
|
171
171
|
..._({ block: s, hidden: l, offset: p, size: g }),
|
|
172
172
|
..._({ block: m, hidden: o, offset: u, prefix: "sm", size: n }),
|
|
173
|
-
..._({ block:
|
|
174
|
-
..._({ block:
|
|
175
|
-
..._({ block: x, hidden:
|
|
173
|
+
..._({ block: a, hidden: c, offset: h, prefix: "md", size: i }),
|
|
174
|
+
..._({ block: b, hidden: f, offset: $, prefix: "lg", size: r }),
|
|
175
|
+
..._({ block: x, hidden: e, offset: N, prefix: "xl", size: k })
|
|
176
176
|
].map((z) => A[z]).filter(Boolean);
|
|
177
|
-
return /* @__PURE__ */ v("div", { ...C, className: j(
|
|
177
|
+
return /* @__PURE__ */ v("div", { ...C, className: j(t, ...y), children: d });
|
|
178
178
|
};
|
|
179
179
|
B.displayName = "Col";
|
|
180
180
|
export {
|
|
@@ -7,7 +7,7 @@ import { g as l } from "../../chunks/vendor-D-uL_icH.js";
|
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "1.1.
|
|
10
|
+
let o = "1.1.1";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
12
|
(T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
|
|
13
13
|
t[e][T],
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as S } from "react/jsx-runtime";
|
|
2
|
-
import G, { useState as M, useRef as
|
|
2
|
+
import G, { useState as M, useRef as A, useCallback as i, useEffect as _ } from "react";
|
|
3
3
|
import { EDropdownAlignment as E, EDropdownDirection as O, EDropdownSize as F } from "../enums.js";
|
|
4
4
|
import { isKey as d } from "../../../utils/keyboard.js";
|
|
5
5
|
import { useToken as I } from "../../ThemeProvider/useToken.js";
|
|
6
6
|
import { c as j } from "../../../chunks/vendor-D-uL_icH.js";
|
|
7
|
-
const K = "
|
|
7
|
+
const K = "dropdown__c18f5706", V = "dropdownOverflowHidden__1b51027c", k = {
|
|
8
8
|
dropdown: K,
|
|
9
|
-
"dropdown-sm": "dropdown-
|
|
10
|
-
"dropdown-md": "dropdown-
|
|
11
|
-
"dropdown-lg": "dropdown-
|
|
9
|
+
"dropdown-sm": "dropdown-sm__4bdc5134",
|
|
10
|
+
"dropdown-md": "dropdown-md__11f9af55",
|
|
11
|
+
"dropdown-lg": "dropdown-lg__c2ced613",
|
|
12
12
|
dropdownOverflowHidden: V
|
|
13
13
|
}, N = "dropdownOverflowHidden", $ = G.forwardRef((P, w) => {
|
|
14
14
|
const {
|
|
@@ -23,7 +23,7 @@ const K = "dropdown__639e1fd6", V = "dropdownOverflowHidden__f1b364cd", k = {
|
|
|
23
23
|
targetRef: H,
|
|
24
24
|
size: C = F.MD,
|
|
25
25
|
...R
|
|
26
|
-
} = P, { scopeClassName: x } = I(), [U, L] = M({ ...f, opacity: 0 }), s =
|
|
26
|
+
} = P, { scopeClassName: x } = I(), [U, L] = M({ ...f, opacity: 0 }), s = A(null), a = A({ height: 0, width: 0 }), z = j(k.dropdown, x, W, k[`dropdown-${C}`]), v = i(
|
|
27
27
|
(e) => {
|
|
28
28
|
var o;
|
|
29
29
|
(o = s.current) != null && o.contains(e.target) || e.preventDefault();
|
|
@@ -46,7 +46,7 @@ const K = "dropdown__639e1fd6", V = "dropdownOverflowHidden__f1b364cd", k = {
|
|
|
46
46
|
p === E.AUTO ? t.right - n > 0 ? e.left = t.right - n : t.left + n < document.documentElement.clientWidth ? e.left = t.left : e.left = t.right - n : p === E.RIGHT ? e.left = t.right - n : p === E.LEFT && (e.left = t.left);
|
|
47
47
|
},
|
|
48
48
|
[p, u]
|
|
49
|
-
),
|
|
49
|
+
), b = i(
|
|
50
50
|
(e, o, t) => {
|
|
51
51
|
h === O.AUTO ? t.bottom + 4 + o.height < document.documentElement.clientHeight ? e.top = t.bottom + 4 : t.top - 4 - o.height > 0 ? e.bottom = document.documentElement.clientHeight - t.top + 4 : e.top = t.bottom + 4 : h === O.BOTTOM ? e.top = t.bottom + 4 : h === O.TOP && (e.bottom = document.documentElement.clientHeight - t.top + 4);
|
|
52
52
|
},
|
|
@@ -55,9 +55,9 @@ const K = "dropdown__639e1fd6", V = "dropdownOverflowHidden__f1b364cd", k = {
|
|
|
55
55
|
const { current: e } = s, { current: o } = H;
|
|
56
56
|
if (e && o) {
|
|
57
57
|
const t = e.getBoundingClientRect(), n = o.getBoundingClientRect(), m = {};
|
|
58
|
-
u ? m.width = n.width : m.minWidth = n.width,
|
|
58
|
+
u ? m.width = n.width : m.minWidth = n.width, b(m, t, n), T(m, t, n), a.current = { height: t.height, width: t.width }, L({ ...f, ...m });
|
|
59
59
|
}
|
|
60
|
-
}, [H, u, f,
|
|
60
|
+
}, [H, u, f, b, T]);
|
|
61
61
|
_(() => {
|
|
62
62
|
l ? r() : (a.current = { height: 0, width: 0 }, L({ ...f, opacity: 0 }));
|
|
63
63
|
}, [l, r, f]), _(() => {
|
|
@@ -85,7 +85,7 @@ const K = "dropdown__639e1fd6", V = "dropdownOverflowHidden__f1b364cd", k = {
|
|
|
85
85
|
style: { ...U },
|
|
86
86
|
ref: B,
|
|
87
87
|
...R,
|
|
88
|
-
"data-tx": "1.1.
|
|
88
|
+
"data-tx": "1.1.1",
|
|
89
89
|
children: D
|
|
90
90
|
}
|
|
91
91
|
) : null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import d, { useContext as B, useRef as S, useState as k, useEffect as u } from "react";
|
|
3
3
|
import { c as M } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as E, D as W } from "../../../chunks/DropdownListItem-
|
|
4
|
+
import { s as E, D as W } from "../../../chunks/DropdownListItem-DIIAnvmw.js";
|
|
5
5
|
import { EVENT_KEY_CODES as T } from "../../../utils/keyboard.js";
|
|
6
6
|
import { DropdownListContext as z } from "../DropdownListContext.js";
|
|
7
7
|
import { EDropdownListSize as K } from "../enums.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../utils/keyboard.js";
|
|
4
4
|
import "../../../chunks/vendor-D-uL_icH.js";
|
|
5
|
-
import { D as e } from "../../../chunks/DropdownListItem-
|
|
5
|
+
import { D as e } from "../../../chunks/DropdownListItem-DIIAnvmw.js";
|
|
6
6
|
export {
|
|
7
7
|
e as DropdownListItem
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Dropdown as e } from "./Dropdown.js";
|
|
2
2
|
import { DropdownList as t } from "./desktop/DropdownList.js";
|
|
3
3
|
import { DropdownDesktop as D } from "./desktop/DropdownDesktop.js";
|
|
4
|
-
import { D as i } from "../../chunks/DropdownListItem-
|
|
4
|
+
import { D as i } from "../../chunks/DropdownListItem-DIIAnvmw.js";
|
|
5
5
|
import { DropdownMobile as w } from "./mobile/DropdownMobile.js";
|
|
6
6
|
import { DropdownMobileBody as x } from "./mobile/DropdownMobileBody.js";
|
|
7
7
|
import { DropdownMobileClose as b } from "./mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import a, { useEffect as m } from "react";
|
|
3
3
|
import { OverlayBase as n, EOverlayDirection as c } from "../../Overlay/OverlayBase.js";
|
|
4
4
|
import { DropdownMobileInner as f } from "./DropdownMobileInner.js";
|
|
5
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
6
6
|
const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
|
|
7
7
|
({ children: t, opened: o, setOpened: s, ...d }, i) => (m(() => (o ? document.body.classList.add(r) : document.body.classList.remove(r), () => document.body.classList.remove(r)), [o]), /* @__PURE__ */ e(n, { setOpened: s, opened: o, direction: c.BOTTOM, children: (l) => /* @__PURE__ */ e(
|
|
8
8
|
f,
|
|
@@ -10,7 +10,7 @@ const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
|
|
|
10
10
|
...l,
|
|
11
11
|
...d,
|
|
12
12
|
ref: i,
|
|
13
|
-
"data-tx": "1.1.
|
|
13
|
+
"data-tx": "1.1.1",
|
|
14
14
|
children: t
|
|
15
15
|
}
|
|
16
16
|
) }))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as a } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as a } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
5
5
|
const i = d.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: m(a.dropdownMobileContent, r), ref: s, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { ButtonIcon as m } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-D-uL_icH.js";
|
|
6
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
7
7
|
const a = t.forwardRef(
|
|
8
8
|
({ className: r, ...e }, s) => /* @__PURE__ */ o(m, { className: p(i.dropdownMobileClose, r), ref: s, ...e, children: /* @__PURE__ */ o(l, { paletteIndex: 5 }) })
|
|
9
9
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
5
5
|
const p = m.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, t) => /* @__PURE__ */ s("div", { className: a(i.dropdownMobileFooter, r), ref: t, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as p } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
5
5
|
const f = m.forwardRef(
|
|
6
6
|
({ children: e, className: a, closeButton: r, ...d }, o) => /* @__PURE__ */ i("div", { className: p(s.dropdownMobileHeader, a), ref: o, ...d, children: [
|
|
7
7
|
e,
|
|
@@ -2,7 +2,7 @@ import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import y, { useState as l, useEffect as d } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
4
|
import { useToken as B } from "../../ThemeProvider/useToken.js";
|
|
5
|
-
import { s as e } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as e } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
6
6
|
const C = y.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: f,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as m } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as m } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
5
5
|
const a = s.forwardRef(
|
|
6
6
|
({ className: o, ...r }, p) => /* @__PURE__ */ t("input", { className: e(m.dropdownMobileInput, o), ...r, ref: p })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as m } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as m } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
5
5
|
const a = e.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, i) => /* @__PURE__ */ t(
|
|
7
7
|
"div",
|
|
@@ -3,7 +3,7 @@ import l from "react";
|
|
|
3
3
|
import { c as x } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
4
|
import { Text as w } from "../../Typography/Text.js";
|
|
5
5
|
import { ETextSize as b } from "../../Typography/enums.js";
|
|
6
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s } from "../../../chunks/DropdownMobile.module-BUeZuAYr.js";
|
|
7
7
|
const y = l.forwardRef(
|
|
8
8
|
({ children: o, className: e, id: B, onClick: t, onSelect: r, selected: i, ...m }, a) => {
|
|
9
9
|
const p = (d) => {
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { FooterDescription as p } from "./components/FooterDescription.js";
|
|
4
4
|
import { c } from "../../chunks/vendor-D-uL_icH.js";
|
|
5
|
-
import { s as o } from "../../chunks/Footer.module-
|
|
5
|
+
import { s as o } from "../../chunks/Footer.module-BFo05t5_.js";
|
|
6
6
|
import "./components/FooterDescriptionControls.js";
|
|
7
7
|
import "./components/FooterDescriptionContent.js";
|
|
8
8
|
const f = Object.assign(
|
|
@@ -12,7 +12,7 @@ const f = Object.assign(
|
|
|
12
12
|
{
|
|
13
13
|
className: c(o.footer, { [o.sticky]: !!e }, r),
|
|
14
14
|
...i,
|
|
15
|
-
"data-tx": "1.1.
|
|
15
|
+
"data-tx": "1.1.1",
|
|
16
16
|
ref: s,
|
|
17
17
|
children: t
|
|
18
18
|
}
|
|
@@ -3,7 +3,7 @@ import s from "react";
|
|
|
3
3
|
import { FooterDescriptionContent as n } from "./FooterDescriptionContent.js";
|
|
4
4
|
import { FooterDescriptionControls as m } from "./FooterDescriptionControls.js";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-D-uL_icH.js";
|
|
6
|
-
import { s as c } from "../../../chunks/Footer.module-
|
|
6
|
+
import { s as c } from "../../../chunks/Footer.module-BFo05t5_.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
s.forwardRef(function({ children: o, className: t, ...r }, e) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: p(c.footerDescription, t), ...r, ref: e, children: o });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as n } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as n } from "../../../chunks/Footer.module-BFo05t5_.js";
|
|
5
5
|
const a = i.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, e) => /* @__PURE__ */ s("div", { className: m(n.footerDescriptionContent, t), ...r, ref: e, 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 m } from "../../../chunks/vendor-D-uL_icH.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as a } from "../../../chunks/Footer.module-BFo05t5_.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...t }, s) => /* @__PURE__ */ e("div", { className: m(a.footerDescriptionControls, r), ...t, ref: s, children: o })
|
|
7
7
|
);
|