@sberbusiness/triplex-next 0.1.8 → 0.1.9
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/assets/fonts/SBSansDisplay-Bold.woff2 +0 -0
- package/assets/fonts/SBSansDisplay-Medium.woff2 +0 -0
- package/assets/fonts/SBSansDisplay-Regular.woff2 +0 -0
- package/assets/fonts/SBSansDisplay-SemiBold.woff2 +0 -0
- package/assets/fonts/SBSansText-Regular.woff2 +0 -0
- package/assets/fonts/SBSansText-Semibold.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-BPbAJJFo.js +39 -0
- package/chunks/Card.module-Oqawy8hF.js +17 -0
- package/chunks/DropdownListItem-CW2MmFpw.js +56 -0
- package/chunks/DropdownMobile.module-DyunEp10.js +19 -0
- package/chunks/Footer.module-o57OEPdy.js +11 -0
- package/chunks/{FormFieldInput-Ki1-hI2O.js → FormFieldInput-C2qWOLr3.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-CzpXvDdH.js +9 -0
- package/chunks/HeaderTabs.module-CC0WAcoC.js +9 -0
- package/chunks/HeaderTitle.module-CH7eRK8R.js +9 -0
- package/chunks/{ListItemControlsButton-C5HBHV5H.js → ListItemControlsButton-BtMEMrGK.js} +6 -6
- package/chunks/ListItemTail.module-BBV_gvLd.js +12 -0
- package/chunks/ListMasterFooter.module-Cw1r4pz-.js +10 -0
- package/chunks/Overlay.module-08zZh8Y9.js +18 -0
- package/chunks/Page.module-Ccvf_vDR.js +16 -0
- package/chunks/TabsExtended.module-yT8L2ZYS.js +13 -0
- package/chunks/{TabsExtendedUtils-CfV3lgH0.js → TabsExtendedUtils-BOHZcNx8.js} +6 -6
- package/chunks/TooltipDesktop.module-CvcpQSlC.js +19 -0
- package/chunks/{index-Cn4S9Yzd.js → index-CAZEh1iw.js} +106 -106
- package/chunks/utils-9a4dp5-W.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +18 -18
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Body/Body.js +8 -8
- 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 +1 -1
- package/components/Button/index.js +1 -1
- package/components/Card/CardAction.js +15 -15
- 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 +10 -10
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- 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 +20 -20
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +4 -4
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +2 -2
- package/components/Header/Header.js +9 -9
- 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 +24 -24
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +12 -12
- package/components/List/components/ListItemControls.js +7 -7
- 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 +1 -1
- 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 +1 -1
- 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 +12 -12
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +18 -18
- package/components/LoaderWidget/LoaderWidget.js +7 -7
- 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 +9 -9
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +9 -9
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +10 -10
- 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 +9 -9
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- 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 +6 -6
- package/components/Typography/Caption.js +5 -5
- package/components/Typography/Text.js +28 -28
- package/components/Typography/Title.js +15 -15
- package/components/Typography/utils.js +1 -1
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- 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-COu9EiLo.js +0 -39
- package/chunks/Card.module-C1gfsiyU.js +0 -17
- package/chunks/DropdownListItem-iil7gCyc.js +0 -56
- package/chunks/DropdownMobile.module-DlpnKNwL.js +0 -19
- package/chunks/Footer.module-CqUuM-TN.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-BnYpSWmI.js +0 -9
- package/chunks/HeaderTabs.module-IVowc7y2.js +0 -9
- package/chunks/HeaderTitle.module-Cja2peF4.js +0 -9
- package/chunks/ListItemTail.module-DGc45Gzs.js +0 -12
- package/chunks/ListMasterFooter.module-CEzWKTX8.js +0 -10
- package/chunks/Overlay.module-Q2gyaG66.js +0 -18
- package/chunks/Page.module-DxiWg_8o.js +0 -16
- package/chunks/TabsExtended.module-BF_E00U4.js +0 -13
- package/chunks/TooltipDesktop.module-C9Nuoxhf.js +0 -19
- package/chunks/utils-DF32MMDm.js +0 -36
package/components/Col/Col.js
CHANGED
|
@@ -1,156 +1,156 @@
|
|
|
1
1
|
import { jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { c as j } from "../../chunks/vendor-CF2m175I.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__62f706e2",
|
|
5
|
+
"col-2": "col-2__076107e0",
|
|
6
|
+
"col-3": "col-3__e7231e0c",
|
|
7
|
+
"col-4": "col-4__d5852633",
|
|
8
|
+
"col-5": "col-5__07def172",
|
|
9
|
+
"col-6": "col-6__77e1e687",
|
|
10
|
+
"col-7": "col-7__16f75e62",
|
|
11
|
+
"col-8": "col-8__1c2bfaed",
|
|
12
|
+
"col-9": "col-9__e60ad945",
|
|
13
|
+
"col-10": "col-10__cd4313ca",
|
|
14
|
+
"col-11": "col-11__df963343",
|
|
15
|
+
"col-12": "col-12__d8257920",
|
|
16
|
+
"offset-0": "offset-0__cc3e2a87",
|
|
17
|
+
"offset-1": "offset-1__49eb5747",
|
|
18
|
+
"offset-2": "offset-2__a64dc7a9",
|
|
19
|
+
"offset-3": "offset-3__4d14f764",
|
|
20
|
+
"offset-4": "offset-4__8f684ca0",
|
|
21
|
+
"offset-5": "offset-5__6116c1ed",
|
|
22
|
+
"offset-6": "offset-6__8fb1b92c",
|
|
23
|
+
"offset-7": "offset-7__92f623f0",
|
|
24
|
+
"offset-8": "offset-8__87429873",
|
|
25
|
+
"offset-9": "offset-9__92ed86d2",
|
|
26
|
+
"offset-10": "offset-10__3ddeb1ae",
|
|
27
|
+
"offset-11": "offset-11__9dc3d3f0",
|
|
28
|
+
"d-none": "d-none__0c2b3753",
|
|
29
|
+
"d-block": "d-block__4ba14204",
|
|
30
|
+
"col-sm-1": "col-sm-1__972be53c",
|
|
31
|
+
"col-sm-2": "col-sm-2__4ff1ddf7",
|
|
32
|
+
"col-sm-3": "col-sm-3__a13993a7",
|
|
33
|
+
"col-sm-4": "col-sm-4__8552262d",
|
|
34
|
+
"col-sm-5": "col-sm-5__441bd81e",
|
|
35
|
+
"col-sm-6": "col-sm-6__cac1dec7",
|
|
36
|
+
"col-sm-7": "col-sm-7__6eb36a47",
|
|
37
|
+
"col-sm-8": "col-sm-8__a9132ff2",
|
|
38
|
+
"col-sm-9": "col-sm-9__f408ff65",
|
|
39
|
+
"col-sm-10": "col-sm-10__40eb6404",
|
|
40
|
+
"col-sm-11": "col-sm-11__c7548321",
|
|
41
|
+
"col-sm-12": "col-sm-12__9b1a43d0",
|
|
42
|
+
"offset-sm-0": "offset-sm-0__a24b151f",
|
|
43
|
+
"offset-sm-1": "offset-sm-1__53c0b9b8",
|
|
44
|
+
"offset-sm-2": "offset-sm-2__90478b86",
|
|
45
|
+
"offset-sm-3": "offset-sm-3__b7112ff0",
|
|
46
|
+
"offset-sm-4": "offset-sm-4__b0f1173d",
|
|
47
|
+
"offset-sm-5": "offset-sm-5__9bf81695",
|
|
48
|
+
"offset-sm-6": "offset-sm-6__f0465706",
|
|
49
|
+
"offset-sm-7": "offset-sm-7__a8c604f0",
|
|
50
|
+
"offset-sm-8": "offset-sm-8__c465feae",
|
|
51
|
+
"offset-sm-9": "offset-sm-9__5af4f608",
|
|
52
|
+
"offset-sm-10": "offset-sm-10__cb90108f",
|
|
53
|
+
"offset-sm-11": "offset-sm-11__f4740d45",
|
|
54
|
+
"d-none-sm": "d-none-sm__91667b08",
|
|
55
|
+
"d-block-sm": "d-block-sm__23fa68da",
|
|
56
|
+
"col-md-1": "col-md-1__b15fb277",
|
|
57
|
+
"col-md-2": "col-md-2__a6e2e94c",
|
|
58
|
+
"col-md-3": "col-md-3__288d0159",
|
|
59
|
+
"col-md-4": "col-md-4__bf6cd3a2",
|
|
60
|
+
"col-md-5": "col-md-5__b13d86f0",
|
|
61
|
+
"col-md-6": "col-md-6__c1450510",
|
|
62
|
+
"col-md-7": "col-md-7__f5f053e5",
|
|
63
|
+
"col-md-8": "col-md-8__5ea1e181",
|
|
64
|
+
"col-md-9": "col-md-9__f4147e41",
|
|
65
|
+
"col-md-10": "col-md-10__15d6af27",
|
|
66
|
+
"col-md-11": "col-md-11__ca3a569e",
|
|
67
|
+
"col-md-12": "col-md-12__f9c05c6e",
|
|
68
|
+
"offset-md-0": "offset-md-0__6971eaa7",
|
|
69
|
+
"offset-md-1": "offset-md-1__bb84daf9",
|
|
70
|
+
"offset-md-2": "offset-md-2__342bf558",
|
|
71
|
+
"offset-md-3": "offset-md-3__00e175d4",
|
|
72
|
+
"offset-md-4": "offset-md-4__d8e988a4",
|
|
73
|
+
"offset-md-5": "offset-md-5__9e42ce49",
|
|
74
|
+
"offset-md-6": "offset-md-6__907b3231",
|
|
75
|
+
"offset-md-7": "offset-md-7__1c1d6cbc",
|
|
76
|
+
"offset-md-8": "offset-md-8__a6cf6eb5",
|
|
77
|
+
"offset-md-9": "offset-md-9__b6aa0262",
|
|
78
|
+
"offset-md-10": "offset-md-10__84928e5c",
|
|
79
|
+
"offset-md-11": "offset-md-11__b428d938",
|
|
80
|
+
"d-none-md": "d-none-md__8a935158",
|
|
81
|
+
"d-block-md": "d-block-md__ce62bc58",
|
|
82
|
+
"col-lg-1": "col-lg-1__50bb4eea",
|
|
83
|
+
"col-lg-2": "col-lg-2__83a2b301",
|
|
84
|
+
"col-lg-3": "col-lg-3__34876fbe",
|
|
85
|
+
"col-lg-4": "col-lg-4__aa56af46",
|
|
86
|
+
"col-lg-5": "col-lg-5__c4720403",
|
|
87
|
+
"col-lg-6": "col-lg-6__88d7491a",
|
|
88
|
+
"col-lg-7": "col-lg-7__1df4e212",
|
|
89
|
+
"col-lg-8": "col-lg-8__1835091a",
|
|
90
|
+
"col-lg-9": "col-lg-9__3e387d6a",
|
|
91
|
+
"col-lg-10": "col-lg-10__b81dca79",
|
|
92
|
+
"col-lg-11": "col-lg-11__b8493752",
|
|
93
|
+
"col-lg-12": "col-lg-12__ccdf25b9",
|
|
94
|
+
"offset-lg-0": "offset-lg-0__ceb17d1d",
|
|
95
|
+
"offset-lg-1": "offset-lg-1__581d5bfd",
|
|
96
|
+
"offset-lg-2": "offset-lg-2__28837a22",
|
|
97
|
+
"offset-lg-3": "offset-lg-3__1a0ed37b",
|
|
98
|
+
"offset-lg-4": "offset-lg-4__139b83fc",
|
|
99
|
+
"offset-lg-5": "offset-lg-5__e58383c6",
|
|
100
|
+
"offset-lg-6": "offset-lg-6__c5a933fc",
|
|
101
|
+
"offset-lg-7": "offset-lg-7__604f11a3",
|
|
102
|
+
"offset-lg-8": "offset-lg-8__70a79b8b",
|
|
103
|
+
"offset-lg-9": "offset-lg-9__8e41bcd5",
|
|
104
|
+
"offset-lg-10": "offset-lg-10__c72ea756",
|
|
105
|
+
"offset-lg-11": "offset-lg-11__4eca1e0f",
|
|
106
|
+
"d-none-lg": "d-none-lg__70c4325a",
|
|
107
|
+
"d-block-lg": "d-block-lg__d3953ff4",
|
|
108
|
+
"col-xl-1": "col-xl-1__c1c08a9f",
|
|
109
|
+
"col-xl-2": "col-xl-2__7ca9f02f",
|
|
110
|
+
"col-xl-3": "col-xl-3__54959bbe",
|
|
111
|
+
"col-xl-4": "col-xl-4__3ee2de7e",
|
|
112
|
+
"col-xl-5": "col-xl-5__d26cf8b0",
|
|
113
|
+
"col-xl-6": "col-xl-6__acd2849a",
|
|
114
|
+
"col-xl-7": "col-xl-7__3742f4ff",
|
|
115
|
+
"col-xl-8": "col-xl-8__455ba5c9",
|
|
116
|
+
"col-xl-9": "col-xl-9__85c0dde9",
|
|
117
|
+
"col-xl-10": "col-xl-10__10a02cbe",
|
|
118
|
+
"col-xl-11": "col-xl-11__a64ea1d5",
|
|
119
|
+
"col-xl-12": "col-xl-12__6428c81d",
|
|
120
|
+
"offset-xl-0": "offset-xl-0__944f14d1",
|
|
121
|
+
"offset-xl-1": "offset-xl-1__a2b885ca",
|
|
122
|
+
"offset-xl-2": "offset-xl-2__2500c438",
|
|
123
|
+
"offset-xl-3": "offset-xl-3__f1a8ad48",
|
|
124
|
+
"offset-xl-4": "offset-xl-4__db497588",
|
|
125
|
+
"offset-xl-5": "offset-xl-5__71a1a7e1",
|
|
126
|
+
"offset-xl-6": "offset-xl-6__4c7f898c",
|
|
127
|
+
"offset-xl-7": "offset-xl-7__7d82f429",
|
|
128
|
+
"offset-xl-8": "offset-xl-8__5e35ba82",
|
|
129
|
+
"offset-xl-9": "offset-xl-9__193f7141",
|
|
130
|
+
"offset-xl-10": "offset-xl-10__b41f7766",
|
|
131
|
+
"offset-xl-11": "offset-xl-11__05760af8",
|
|
132
|
+
"d-none-xl": "d-none-xl__d5c1434d",
|
|
133
|
+
"d-block-xl": "d-block-xl__593acc4e"
|
|
134
134
|
};
|
|
135
135
|
function _({
|
|
136
136
|
block: d,
|
|
137
137
|
hidden: t,
|
|
138
138
|
offset: l,
|
|
139
139
|
prefix: o,
|
|
140
|
-
size:
|
|
140
|
+
size: e
|
|
141
141
|
}) {
|
|
142
|
-
const f = [],
|
|
143
|
-
return d === !0 && f.push(`d-block${
|
|
142
|
+
const f = [], s = o ? `${o}-` : "", c = o ? `-${o}` : "";
|
|
143
|
+
return d === !0 && f.push(`d-block${c}`), t === !0 && f.push(`d-none${c}`), l !== void 0 && f.push(`offset-${s}${l}`), e && f.push(`col-${s}${e}`), f;
|
|
144
144
|
}
|
|
145
145
|
const B = ({
|
|
146
146
|
children: d,
|
|
147
147
|
className: t,
|
|
148
148
|
hidden: l,
|
|
149
149
|
hiddenSm: o,
|
|
150
|
-
hiddenMd:
|
|
150
|
+
hiddenMd: e,
|
|
151
151
|
hiddenLg: f,
|
|
152
|
-
hiddenXl:
|
|
153
|
-
block:
|
|
152
|
+
hiddenXl: s,
|
|
153
|
+
block: c,
|
|
154
154
|
blockSm: m,
|
|
155
155
|
blockMd: a,
|
|
156
156
|
blockLg: b,
|
|
@@ -168,11 +168,11 @@ const B = ({
|
|
|
168
168
|
...C
|
|
169
169
|
}) => {
|
|
170
170
|
const y = [
|
|
171
|
-
..._({ block:
|
|
171
|
+
..._({ block: c, hidden: l, offset: p, size: g }),
|
|
172
172
|
..._({ block: m, hidden: o, offset: u, prefix: "sm", size: n }),
|
|
173
|
-
..._({ block: a, hidden:
|
|
173
|
+
..._({ block: a, hidden: e, offset: h, prefix: "md", size: i }),
|
|
174
174
|
..._({ block: b, hidden: f, offset: $, prefix: "lg", size: r }),
|
|
175
|
-
..._({ block: x, hidden:
|
|
175
|
+
..._({ block: x, hidden: s, offset: N, prefix: "xl", size: k })
|
|
176
176
|
].map((z) => A[z]).filter(Boolean);
|
|
177
177
|
return /* @__PURE__ */ v("div", { ...C, className: j(t, ...y), children: d });
|
|
178
178
|
};
|
|
@@ -7,7 +7,7 @@ import { f as l } from "../../chunks/vendor-CF2m175I.js";
|
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "0.1.
|
|
10
|
+
let o = "0.1.9";
|
|
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,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../Portal/Portal.js";
|
|
4
|
-
import { D as a } from "../../chunks/index-
|
|
4
|
+
import { D as a } from "../../chunks/index-CAZEh1iw.js";
|
|
5
5
|
import "./mobile/DropdownMobile.js";
|
|
6
6
|
import "../MobileView/MobileView.js";
|
|
7
7
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { e as g } from "../../../chunks/index-
|
|
4
|
-
import "../../../chunks/DropdownListItem-
|
|
3
|
+
import { e as g } from "../../../chunks/index-CAZEh1iw.js";
|
|
4
|
+
import "../../../chunks/DropdownListItem-CW2MmFpw.js";
|
|
5
5
|
import "../mobile/DropdownMobile.js";
|
|
6
6
|
import "../mobile/DropdownMobileBody.js";
|
|
7
7
|
import "../mobile/DropdownMobileClose.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../chunks/DropdownListItem-
|
|
3
|
+
import "../../../chunks/DropdownListItem-CW2MmFpw.js";
|
|
4
4
|
import "../../../utils/keyboard.js";
|
|
5
5
|
import "../DropdownListContext.js";
|
|
6
6
|
import "../../../chunks/vendor-CF2m175I.js";
|
|
7
7
|
import "../../Alert/AlertContext/AlertContext.js";
|
|
8
8
|
import "../../Alert/AlertProcess/AlertProcess.js";
|
|
9
9
|
import "../../Alert/AlertTypeUtils.js";
|
|
10
|
-
import { c as Po } from "../../../chunks/index-
|
|
10
|
+
import { c as Po } from "../../../chunks/index-CAZEh1iw.js";
|
|
11
11
|
import "../../Button/ButtonBase.js";
|
|
12
12
|
import "../../Button/ButtonIcon.js";
|
|
13
13
|
import "../../Col/Col.js";
|
|
@@ -19,7 +19,7 @@ import "../../FormField/components/FormFieldDescription.js";
|
|
|
19
19
|
import "../../FormField/components/FormFieldCounter.js";
|
|
20
20
|
import "../../FormField/components/FormFieldLabel.js";
|
|
21
21
|
import "../../FormField/components/FormFieldClear.js";
|
|
22
|
-
import "../../../chunks/FormFieldInput-
|
|
22
|
+
import "../../../chunks/FormFieldInput-C2qWOLr3.js";
|
|
23
23
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
24
24
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
25
25
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
@@ -55,7 +55,7 @@ import "../../List/ListSortable.js";
|
|
|
55
55
|
import "../../List/components/ListItem.js";
|
|
56
56
|
import "../../List/components/ListItemControls.js";
|
|
57
57
|
import "../../List/components/ListItemContent.js";
|
|
58
|
-
import "../../../chunks/ListItemControlsButton-
|
|
58
|
+
import "../../../chunks/ListItemControlsButton-BtMEMrGK.js";
|
|
59
59
|
import "../../List/components/ListEmptyState.js";
|
|
60
60
|
import "../../List/components/ListItemLoading.js";
|
|
61
61
|
import "../../List/components/ListItemSelectable.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../utils/keyboard.js";
|
|
4
4
|
import "../../../chunks/vendor-CF2m175I.js";
|
|
5
|
-
import { D as e } from "../../../chunks/DropdownListItem-
|
|
5
|
+
import { D as e } from "../../../chunks/DropdownListItem-CW2MmFpw.js";
|
|
6
6
|
export {
|
|
7
7
|
e as DropdownListItem
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as e, e as p, c as t } from "../../chunks/index-
|
|
2
|
-
import { D } from "../../chunks/DropdownListItem-
|
|
1
|
+
import { D as e, e as p, c as t } from "../../chunks/index-CAZEh1iw.js";
|
|
2
|
+
import { D } from "../../chunks/DropdownListItem-CW2MmFpw.js";
|
|
3
3
|
import { DropdownMobile as i } from "./mobile/DropdownMobile.js";
|
|
4
4
|
import { DropdownMobileBody as m } from "./mobile/DropdownMobileBody.js";
|
|
5
5
|
import { DropdownMobileClose as x } 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-DyunEp10.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": "0.1.
|
|
13
|
+
"data-tx": "0.1.9",
|
|
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-CF2m175I.js";
|
|
4
|
-
import { s as a } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as a } from "../../../chunks/DropdownMobile.module-DyunEp10.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-CF2m175I.js";
|
|
6
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-DyunEp10.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-CF2m175I.js";
|
|
4
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-DyunEp10.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-CF2m175I.js";
|
|
4
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s } from "../../../chunks/DropdownMobile.module-DyunEp10.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-CF2m175I.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-DyunEp10.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-CF2m175I.js";
|
|
4
|
-
import { s as m } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as m } from "../../../chunks/DropdownMobile.module-DyunEp10.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-CF2m175I.js";
|
|
4
|
-
import { s as m } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as m } from "../../../chunks/DropdownMobile.module-DyunEp10.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-CF2m175I.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-DyunEp10.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-CF2m175I.js";
|
|
5
|
-
import { s as o } from "../../chunks/Footer.module-
|
|
5
|
+
import { s as o } from "../../chunks/Footer.module-o57OEPdy.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": "0.1.
|
|
15
|
+
"data-tx": "0.1.9",
|
|
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-CF2m175I.js";
|
|
6
|
-
import { s as c } from "../../../chunks/Footer.module-
|
|
6
|
+
import { s as c } from "../../../chunks/Footer.module-o57OEPdy.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-CF2m175I.js";
|
|
4
|
-
import { s as n } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as n } from "../../../chunks/Footer.module-o57OEPdy.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-CF2m175I.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as a } from "../../../chunks/Footer.module-o57OEPdy.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
|
);
|