@easypost/easy-ui 1.0.0-alpha.111 → 1.0.0-alpha.113
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/AlertBadge/AlertBadge.d.ts +1 -1
- package/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/AlertBadge/index.js +20 -16
- package/AlertBadge/index.mjs +20 -16
- package/Badge/index.js +29 -19
- package/Badge/index.mjs +29 -19
- package/Banner/index.js +19 -12
- package/Banner/index.mjs +19 -12
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +13 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/index.js +33 -24
- package/CheckableCard/index.mjs +33 -24
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/CodeBlock/context.d.ts +2 -1
- package/CodeBlock/context.d.ts.map +1 -1
- package/CodeBlock/index.js +81 -59
- package/CodeBlock/index.mjs +81 -59
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/ColorPicker/index.js +71 -54
- package/ColorPicker/index.mjs +71 -54
- package/CustomerPortalLayout/index.js +101 -72
- package/CustomerPortalLayout/index.mjs +101 -72
- package/DataGrid/index.js +229 -173
- package/DataGrid/index.mjs +229 -173
- package/DatePicker/index.js +10 -8
- package/DatePicker/index.mjs +10 -8
- package/DateRangePicker/index.js +10 -8
- package/DateRangePicker/index.mjs +10 -8
- package/Drawer/context.d.ts +2 -2
- package/Drawer/context.d.ts.map +1 -1
- package/Drawer/index.js +99 -78
- package/Drawer/index.mjs +99 -78
- package/Drawer/useIntersectionDetection.d.ts +1 -1
- package/Drawer/useIntersectionDetection.d.ts.map +1 -1
- package/DropdownButton/index.js +15 -7
- package/DropdownButton/index.mjs +16 -8
- package/EmptyStateCard/index.js +53 -33
- package/EmptyStateCard/index.mjs +53 -33
- package/FocusedProductLayout/index.js +104 -76
- package/FocusedProductLayout/index.mjs +104 -76
- package/ForgeLayout/index.js +283 -217
- package/ForgeLayout/index.mjs +283 -217
- package/FormLayout/index.js +38 -24
- package/FormLayout/index.mjs +38 -24
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +1 -1
- package/Icon/index.mjs +1 -1
- package/IconButton/index.js +16 -9
- package/IconButton/index.mjs +17 -10
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/KebabButton/index.js +1 -1
- package/KebabButton/index.mjs +1 -1
- package/Menu/MenuTrigger.d.ts +1 -1
- package/Menu/MenuTrigger.d.ts.map +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/context.d.ts +3 -3
- package/Modal/context.d.ts.map +1 -1
- package/Modal/index.js +124 -93
- package/Modal/index.mjs +124 -93
- package/Modal/useIntersectionDetection.d.ts +1 -1
- package/Modal/useIntersectionDetection.d.ts.map +1 -1
- package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
- package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
- package/MultiSelect/index.js +106 -83
- package/MultiSelect/index.mjs +107 -84
- package/MultiSelect/utilities.d.ts +1 -1
- package/MultiSelect/utilities.d.ts.map +1 -1
- package/MultipageSection/index.js +94 -71
- package/MultipageSection/index.mjs +94 -71
- package/NexusLayout/index.js +136 -102
- package/NexusLayout/index.mjs +136 -102
- package/Notification/NotificationTransition.d.ts +1 -1
- package/Notification/NotificationTransition.d.ts.map +1 -1
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +62 -50
- package/Pagination/index.mjs +63 -51
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/illustrations/Building01/index.js +532 -531
- package/PlanCard/illustrations/Building01/index.mjs +532 -531
- package/PlanCard/illustrations/Building02/index.js +206 -205
- package/PlanCard/illustrations/Building02/index.mjs +206 -205
- package/PlanCard/illustrations/Building03/index.js +773 -772
- package/PlanCard/illustrations/Building03/index.mjs +773 -772
- package/PlanCard/illustrations/Building04/index.js +1528 -1527
- package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
- package/PlanCard/index.js +59 -36
- package/PlanCard/index.mjs +60 -37
- package/ProductLayout/index.js +132 -91
- package/ProductLayout/index.mjs +132 -91
- package/Provider/index.js +18 -14
- package/Provider/index.mjs +18 -14
- package/RadioButtonGroup/index.js +14 -10
- package/RadioButtonGroup/index.mjs +14 -10
- package/RadioGroup/index.js +1 -1
- package/RadioGroup/index.mjs +1 -1
- package/RangeCalendar/index.js +1 -1
- package/RangeCalendar/index.mjs +1 -1
- package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
- package/SearchNav/index.js +197 -141
- package/SearchNav/index.mjs +197 -141
- package/SearchNav/utilities.d.ts +3 -3
- package/SearchNav/utilities.d.ts.map +1 -1
- package/SectionCard/index.js +43 -25
- package/SectionCard/index.mjs +43 -25
- package/Select/index.js +74 -62
- package/Select/index.mjs +74 -62
- package/SelectorErrorTooltip/index.js +1 -1
- package/SelectorErrorTooltip/index.mjs +1 -1
- package/Spinner/index.js +1 -1
- package/Spinner/index.mjs +1 -1
- package/SplitToggleCard/index.js +22 -16
- package/SplitToggleCard/index.mjs +22 -16
- package/Stepper/index.js +1 -1
- package/Stepper/index.mjs +1 -1
- package/TabNav/index.js +1 -1
- package/TabNav/index.mjs +1 -1
- package/TabPanels/index.js +22 -16
- package/TabPanels/index.mjs +24 -18
- package/Tabs/index.js +1 -1
- package/Tabs/index.mjs +1 -1
- package/Text/index.js +1 -1
- package/Text/index.mjs +1 -1
- package/TextField/index.js +1 -1
- package/TextField/index.mjs +1 -1
- package/Textarea/index.js +3 -3
- package/Textarea/index.mjs +3 -3
- package/Theme/index.js +1 -1
- package/Theme/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +20 -15
- package/ToggleCard/index.mjs +21 -16
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/UnstyledButton/index.js +1 -1
- package/UnstyledButton/index.mjs +1 -1
- package/VerticalNav/index.js +115 -88
- package/VerticalNav/index.mjs +115 -88
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-5AuHgwU3.js → Button-C3vDXJsJ.js} +15 -12
- package/__chunks__/{Button-BsGH6vGC.mjs → Button-Dexauftx.mjs} +16 -13
- package/__chunks__/{Calendar-D09mdpmC.js → Calendar-BEbdigVB.js} +3 -2
- package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-BOxw8lwX.mjs} +3 -2
- package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-3a9i7QNo.mjs} +86 -64
- package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-Bx8bdXeT.js} +86 -64
- package/__chunks__/{Card-CJug4GMX.mjs → Card-8778avMv.mjs} +21 -12
- package/__chunks__/{Card-BM2DKiVA.js → Card-DIZFYg6E.js} +21 -12
- package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-C-NlI-Ym.mjs} +36 -28
- package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-DFWhjlaO.js} +36 -28
- package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-BCOMwE07.js} +16 -12
- package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-CWnMHdVu.mjs} +16 -12
- package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-C4PwUr9x.mjs} +80 -62
- package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-XoRply_u.js} +80 -62
- package/__chunks__/EasyPostLogo-D3WNdZ29.js +22 -0
- package/__chunks__/EasyPostLogo-tf6CCEAq.mjs +23 -0
- package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-8r0cjx5z.mjs} +30 -21
- package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-DBo_fklD.js} +30 -20
- package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-BAvSeg39.js} +5 -3
- package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-C4MBFEH-.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-BkE82C73.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-DidoI4Ks.js} +5 -3
- package/__chunks__/{Icon-W8F9w-jS.js → Icon-BVa5ddiD.js} +11 -10
- package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-DzTns8u5.mjs} +11 -10
- package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-B8bZH6sX.mjs} +19 -15
- package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-Dkyn1sg6.js} +19 -15
- package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-BTrYBVAD.mjs} +77 -66
- package/__chunks__/{InputField-CDHznUZd.js → InputField-Dvkk5R1K.js} +77 -66
- package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-BLJ6dx_5.mjs} +9 -8
- package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-BSIAXX9k.js} +9 -8
- package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-3FnxY-Fz.js} +15 -8
- package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-DSK0ISAn.mjs} +15 -8
- package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-C2F4fvhd.mjs} +88 -70
- package/__chunks__/{Menu-Kfc6nxFP.js → Menu-Du8SsMeJ.js} +88 -70
- package/__chunks__/{Notification-vF_YGVIP.js → Notification-CeJn5Qq1.js} +62 -48
- package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-CgUT2gv6.mjs} +64 -50
- package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-EJ8t8SrT.mjs} +41 -27
- package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-rTS853Rr.js} +41 -27
- package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BFqH1Csi.js} +58 -40
- package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-DBgIqOkZ.mjs} +58 -40
- package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BSsmX9l4.mjs} +3 -2
- package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Do2nei5A.js} +3 -2
- package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-DUIIhF4t.mjs} +62 -51
- package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-DjiJHthj.js} +62 -51
- package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-BC-1JoX3.mjs} +19 -12
- package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BMxbuFiM.js} +19 -11
- package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-2PFCOK3I.mjs} +17 -13
- package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-Dd68v9QX.js} +16 -12
- package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-BZ90AIx0.js} +47 -36
- package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-q3YNLglj.mjs} +48 -37
- package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BnpNl7tj.mjs} +10 -8
- package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-CLVG0bL2.js} +10 -8
- package/__chunks__/{Tabs-BL8odO0p.js → Tabs-5_61DIBw.js} +46 -37
- package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-CtyYEye0.mjs} +47 -38
- package/__chunks__/{Text-CSESKR_s.js → Text-C4CEsglh.js} +5 -4
- package/__chunks__/{Text-YOL3isF4.mjs → Text-u9mYLeWj.mjs} +5 -4
- package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-D1JGaTQv.mjs} +3 -3
- package/__chunks__/{TextField-94cCP805.js → TextField-DE1vPtQm.js} +3 -3
- package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-CyUCrGdN.mjs} +28 -18
- package/__chunks__/{Theme-DqbmY4wy.js → Theme-unLHjjnm.js} +27 -17
- package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BHzAGPDh.js} +43 -37
- package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DioYP2KQ.mjs} +43 -37
- package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BKGkKnOx.mjs} +25 -17
- package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-COjtKErw.js} +25 -17
- package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-BCg7eEyP.mjs} +6 -4
- package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-_YQekhlm.js} +5 -3
- package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-Cbdpucbh.mjs} +6 -4
- package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-CunLpHRv.js} +5 -3
- package/__chunks__/index-CqNUlUoB.js +217 -0
- package/__chunks__/index-ee-P7jQr.mjs +218 -0
- package/__chunks__/jsx-runtime-CH1d66I3.js +320 -0
- package/__chunks__/jsx-runtime-DTpFD6nx.mjs +321 -0
- package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-BBmo6MI4.mjs} +17 -14
- package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-BLxn3eUi.js} +16 -13
- package/package.json +5 -7
- package/types.d.ts +1 -1
- package/types.d.ts.map +1 -1
- package/utilities/Noop.d.ts +1 -1
- package/utilities/Noop.d.ts.map +1 -1
- package/utilities/react.d.ts +1 -1
- package/utilities/react.d.ts.map +1 -1
- package/utilities/react.js +1 -1
- package/utilities/react.mjs +1 -1
- package/utilities/test.d.ts +1 -0
- package/utilities/test.d.ts.map +1 -1
- package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
- package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
- package/__chunks__/index-CUcRN4NO.js +0 -311
- package/__chunks__/index-Izk6uvQC.mjs +0 -312
package/ProductLayout/index.mjs
CHANGED
|
@@ -29,19 +29,20 @@ var __objRest = (source, exclude) => {
|
|
|
29
29
|
}
|
|
30
30
|
return target;
|
|
31
31
|
};
|
|
32
|
+
import { j as jsxRuntimeExports } from "../__chunks__/jsx-runtime-DTpFD6nx.mjs";
|
|
32
33
|
import React__default, { useEffect, createContext, useContext, useCallback, useRef, useMemo } from "react";
|
|
33
34
|
import { M as Menu } from "../__chunks__/Menu-qMqvSorL.mjs";
|
|
34
|
-
import { B as Button } from "../__chunks__/Button-
|
|
35
|
-
import { I as Icon } from "../__chunks__/Icon-
|
|
36
|
-
import { T as Text } from "../__chunks__/Text-
|
|
37
|
-
import { U as UnstyledButton } from "../__chunks__/UnstyledButton-
|
|
35
|
+
import { B as Button } from "../__chunks__/Button-Dexauftx.mjs";
|
|
36
|
+
import { I as Icon } from "../__chunks__/Icon-DzTns8u5.mjs";
|
|
37
|
+
import { T as Text } from "../__chunks__/Text-u9mYLeWj.mjs";
|
|
38
|
+
import { U as UnstyledButton } from "../__chunks__/UnstyledButton-BCg7eEyP.mjs";
|
|
38
39
|
import { classNames } from "../utilities/css.mjs";
|
|
39
|
-
import { H as HelpMenu } from "../__chunks__/HelpMenu-
|
|
40
|
+
import { H as HelpMenu } from "../__chunks__/HelpMenu-8r0cjx5z.mjs";
|
|
40
41
|
import { e as ezuiTokens } from "../__chunks__/tokens-BXztpSjv.mjs";
|
|
41
42
|
import { $ as $8ac8429251c45e4b$export$dbc0f175b25fb0fb } from "../__chunks__/useModalOverlay-BmYXH7rq.mjs";
|
|
42
43
|
import { d as $337b884510726a0d$export$c6fdb837b070b4ff, a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-Dkjxuk6V.mjs";
|
|
43
44
|
import { $ as $40df3f8667284809$export$d55e7ee900f34e93 } from "../__chunks__/useDialog-nKMoC_Cs.mjs";
|
|
44
|
-
import { T as TabNav } from "../__chunks__/TabNav-
|
|
45
|
+
import { T as TabNav } from "../__chunks__/TabNav-BnpNl7tj.mjs";
|
|
45
46
|
import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "../__chunks__/useOverlayTrigger-CIVwezu3.mjs";
|
|
46
47
|
const ProductLayout$1 = "_ProductLayout_1orpb_4";
|
|
47
48
|
const body = "_body_1orpb_10";
|
|
@@ -51,9 +52,10 @@ const styles$4 = {
|
|
|
51
52
|
};
|
|
52
53
|
function ProductLayoutContent(props) {
|
|
53
54
|
const { children } = props;
|
|
54
|
-
return
|
|
55
|
-
className: styles$4.content
|
|
56
|
-
|
|
55
|
+
return jsxRuntimeExports.jsx("main", {
|
|
56
|
+
className: styles$4.content,
|
|
57
|
+
children
|
|
58
|
+
});
|
|
57
59
|
}
|
|
58
60
|
const productLayoutMediaQuery = `(min-width: ${ezuiTokens["breakpoint.lg"]})`;
|
|
59
61
|
const largeScreen$1 = "_largeScreen_1tr81_4";
|
|
@@ -75,11 +77,15 @@ function LayoutScreenSizeRenderer(props) {
|
|
|
75
77
|
mediaQueries.removeEventListener("change", handleChange);
|
|
76
78
|
};
|
|
77
79
|
}, [onChange]);
|
|
78
|
-
return
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, {
|
|
81
|
+
children: [jsxRuntimeExports.jsx("div", {
|
|
82
|
+
className: styles$3.largeScreen,
|
|
83
|
+
children: renderOnLargeScreen()
|
|
84
|
+
}), jsxRuntimeExports.jsx("div", {
|
|
85
|
+
className: styles$3.smallScreen,
|
|
86
|
+
children: renderOnSmallScreen()
|
|
87
|
+
})]
|
|
88
|
+
});
|
|
83
89
|
}
|
|
84
90
|
const ProductLayoutContext = createContext(null);
|
|
85
91
|
const useProductLayout = () => {
|
|
@@ -108,64 +114,80 @@ const styles$2 = {
|
|
|
108
114
|
actions
|
|
109
115
|
};
|
|
110
116
|
function ProductLayoutHeader(props) {
|
|
111
|
-
return
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
117
|
+
return jsxRuntimeExports.jsx("header", {
|
|
118
|
+
children: jsxRuntimeExports.jsx(LayoutScreenSizeRenderer, {
|
|
119
|
+
renderOnLargeScreen: () => jsxRuntimeExports.jsx(LargeScreenHeader, __spreadValues({}, props)),
|
|
120
|
+
renderOnSmallScreen: () => jsxRuntimeExports.jsx(SmallScreenHeader, __spreadValues({}, props))
|
|
121
|
+
})
|
|
122
|
+
});
|
|
115
123
|
}
|
|
116
124
|
function SmallScreenHeader(props) {
|
|
117
125
|
const { helpMenuItems, onHelpMenuAction, primaryAction, renderSmallScreenLogo, title } = props;
|
|
118
126
|
const { sidebarTriggerProps } = useProductLayout();
|
|
119
|
-
return
|
|
120
|
-
className: classNames(styles$2.ProductLayoutHeader, styles$2.smallScreen)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
127
|
+
return jsxRuntimeExports.jsxs("div", {
|
|
128
|
+
className: classNames(styles$2.ProductLayoutHeader, styles$2.smallScreen),
|
|
129
|
+
children: [jsxRuntimeExports.jsxs("div", {
|
|
130
|
+
className: styles$2.smallScreenTopBar,
|
|
131
|
+
children: [jsxRuntimeExports.jsxs("div", {
|
|
132
|
+
className: styles$2.logoMenu,
|
|
133
|
+
children: [jsxRuntimeExports.jsxs(UnstyledButton, __spreadProps(__spreadValues({
|
|
134
|
+
className: styles$2.logoMenuBtn
|
|
135
|
+
}, sidebarTriggerProps), {
|
|
136
|
+
children: [jsxRuntimeExports.jsx(Icon, {
|
|
137
|
+
symbol: Menu
|
|
138
|
+
}), jsxRuntimeExports.jsx(Text, {
|
|
139
|
+
visuallyHidden: true,
|
|
140
|
+
children: "Menu"
|
|
141
|
+
})]
|
|
142
|
+
})), renderSmallScreenLogo()]
|
|
143
|
+
}), jsxRuntimeExports.jsx("div", {
|
|
144
|
+
className: styles$2.actions,
|
|
145
|
+
children: primaryAction ? jsxRuntimeExports.jsx(Button, {
|
|
146
|
+
size: "sm",
|
|
147
|
+
onPress: primaryAction.onAction,
|
|
148
|
+
isDisabled: primaryAction.isDisabled,
|
|
149
|
+
children: primaryAction.content
|
|
150
|
+
}) : jsxRuntimeExports.jsx(HelpMenu, {
|
|
151
|
+
items: helpMenuItems,
|
|
152
|
+
onAction: onHelpMenuAction
|
|
153
|
+
})
|
|
154
|
+
})]
|
|
155
|
+
}), jsxRuntimeExports.jsx(Text, {
|
|
156
|
+
as: "h2",
|
|
157
|
+
variant: "heading4",
|
|
158
|
+
children: title
|
|
159
|
+
})]
|
|
160
|
+
});
|
|
144
161
|
}
|
|
145
162
|
function LargeScreenHeader(props) {
|
|
146
163
|
const { helpMenuItems, onHelpMenuAction, primaryAction, secondaryAction, title } = props;
|
|
147
|
-
return
|
|
148
|
-
className: classNames(styles$2.ProductLayoutHeader, styles$2.largeScreen)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
return jsxRuntimeExports.jsxs("div", {
|
|
165
|
+
className: classNames(styles$2.ProductLayoutHeader, styles$2.largeScreen),
|
|
166
|
+
children: [jsxRuntimeExports.jsx(Text, {
|
|
167
|
+
as: "h2",
|
|
168
|
+
variant: "heading4",
|
|
169
|
+
children: title
|
|
170
|
+
}), jsxRuntimeExports.jsxs("div", {
|
|
171
|
+
className: styles$2.actions,
|
|
172
|
+
children: [jsxRuntimeExports.jsx(HelpMenu, {
|
|
173
|
+
items: helpMenuItems,
|
|
174
|
+
onAction: onHelpMenuAction
|
|
175
|
+
}), (primaryAction || secondaryAction) && jsxRuntimeExports.jsx(ActionDivider, {}), secondaryAction && jsxRuntimeExports.jsx(Button, {
|
|
176
|
+
variant: "outlined",
|
|
177
|
+
color: "support",
|
|
178
|
+
onPress: secondaryAction.onAction,
|
|
179
|
+
isDisabled: secondaryAction.isDisabled,
|
|
180
|
+
children: secondaryAction.content
|
|
181
|
+
}), primaryAction && jsxRuntimeExports.jsx(Button, {
|
|
182
|
+
onPress: primaryAction.onAction,
|
|
183
|
+
isDisabled: primaryAction.isDisabled,
|
|
184
|
+
children: primaryAction.content
|
|
185
|
+
})]
|
|
186
|
+
})]
|
|
187
|
+
});
|
|
166
188
|
}
|
|
167
189
|
function ActionDivider() {
|
|
168
|
-
return
|
|
190
|
+
return jsxRuntimeExports.jsx("div", {
|
|
169
191
|
className: styles$2.divider
|
|
170
192
|
});
|
|
171
193
|
}
|
|
@@ -184,26 +206,31 @@ function ProductLayoutSidebar(props) {
|
|
|
184
206
|
sidebarTriggerState.close();
|
|
185
207
|
}
|
|
186
208
|
}, [sidebarTriggerState]);
|
|
187
|
-
return
|
|
209
|
+
return jsxRuntimeExports.jsx(LayoutScreenSizeRenderer, {
|
|
188
210
|
onChange: handleScreenSizeChange,
|
|
189
|
-
renderOnLargeScreen: () =>
|
|
190
|
-
renderOnSmallScreen: () =>
|
|
211
|
+
renderOnLargeScreen: () => jsxRuntimeExports.jsx(LargeScreenSidebar, __spreadValues({}, props)),
|
|
212
|
+
renderOnSmallScreen: () => jsxRuntimeExports.jsx(SmallScreenSidebar, __spreadValues({}, props))
|
|
191
213
|
});
|
|
192
214
|
}
|
|
193
215
|
function LargeScreenSidebar(props) {
|
|
194
216
|
const { children } = props;
|
|
195
217
|
const { sidebarTriggerState } = useProductLayout();
|
|
196
218
|
const className = classNames(styles$1.ProductLayoutSidebar, sidebarTriggerState.isOpen && styles$1.open);
|
|
197
|
-
return
|
|
219
|
+
return jsxRuntimeExports.jsx("div", {
|
|
198
220
|
role: "region",
|
|
199
221
|
"aria-label": "Sidebar",
|
|
200
|
-
className
|
|
201
|
-
|
|
222
|
+
className,
|
|
223
|
+
children
|
|
224
|
+
});
|
|
202
225
|
}
|
|
203
226
|
function SmallScreenSidebar(props) {
|
|
204
227
|
const { children } = props;
|
|
205
228
|
const { sidebarTriggerState } = useProductLayout();
|
|
206
|
-
return sidebarTriggerState.isOpen ?
|
|
229
|
+
return sidebarTriggerState.isOpen ? jsxRuntimeExports.jsx(DialogSidebarOverlay, {
|
|
230
|
+
children: jsxRuntimeExports.jsx(DialogSidebar, {
|
|
231
|
+
children
|
|
232
|
+
})
|
|
233
|
+
}) : null;
|
|
207
234
|
}
|
|
208
235
|
function DialogSidebar(props) {
|
|
209
236
|
const { children } = props;
|
|
@@ -213,10 +240,11 @@ function DialogSidebar(props) {
|
|
|
213
240
|
"aria-label": "Sidebar"
|
|
214
241
|
}, ref);
|
|
215
242
|
const className = classNames(styles$1.ProductLayoutSidebar, styles$1.open);
|
|
216
|
-
return
|
|
243
|
+
return jsxRuntimeExports.jsx("div", __spreadProps(__spreadValues({}, dialogProps), {
|
|
217
244
|
ref,
|
|
218
|
-
className
|
|
219
|
-
|
|
245
|
+
className,
|
|
246
|
+
children
|
|
247
|
+
}));
|
|
220
248
|
}
|
|
221
249
|
function DialogSidebarOverlay(props) {
|
|
222
250
|
var _a;
|
|
@@ -227,13 +255,18 @@ function DialogSidebarOverlay(props) {
|
|
|
227
255
|
isDismissable: true,
|
|
228
256
|
isKeyboardDismissDisabled: false
|
|
229
257
|
}, sidebarTriggerState, ref);
|
|
230
|
-
return
|
|
231
|
-
portalContainer: (_a = layoutContainerRef.current) != null ? _a : void 0
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
258
|
+
return jsxRuntimeExports.jsx($337b884510726a0d$export$c6fdb837b070b4ff, {
|
|
259
|
+
portalContainer: (_a = layoutContainerRef.current) != null ? _a : void 0,
|
|
260
|
+
children: jsxRuntimeExports.jsx("div", __spreadProps(__spreadValues({
|
|
261
|
+
className: styles$1.overlay
|
|
262
|
+
}, underlayProps), {
|
|
263
|
+
children: jsxRuntimeExports.jsx("div", __spreadProps(__spreadValues({
|
|
264
|
+
ref
|
|
265
|
+
}, modalProps), {
|
|
266
|
+
children
|
|
267
|
+
}))
|
|
268
|
+
}))
|
|
269
|
+
});
|
|
237
270
|
}
|
|
238
271
|
const ProductLayoutTabbedContent$1 = "_ProductLayoutTabbedContent_1nnkc_4";
|
|
239
272
|
const styles = {
|
|
@@ -241,9 +274,14 @@ const styles = {
|
|
|
241
274
|
};
|
|
242
275
|
function ProductLayoutTabbedContent(props) {
|
|
243
276
|
const _a = props, { children, tabs } = _a, tabNavProps = __objRest(_a, ["children", "tabs"]);
|
|
244
|
-
return
|
|
245
|
-
className: styles.ProductLayoutTabbedContent
|
|
246
|
-
|
|
277
|
+
return jsxRuntimeExports.jsxs("div", {
|
|
278
|
+
className: styles.ProductLayoutTabbedContent,
|
|
279
|
+
children: [jsxRuntimeExports.jsx(TabNav, __spreadProps(__spreadValues({}, tabNavProps), {
|
|
280
|
+
children: tabs
|
|
281
|
+
})), jsxRuntimeExports.jsx("main", {
|
|
282
|
+
children
|
|
283
|
+
})]
|
|
284
|
+
});
|
|
247
285
|
}
|
|
248
286
|
function ProductLayout(props) {
|
|
249
287
|
const { sidebar, header, content } = props;
|
|
@@ -260,14 +298,17 @@ function ProductLayout(props) {
|
|
|
260
298
|
sidebarOverlayProps: overlayProps
|
|
261
299
|
};
|
|
262
300
|
}, [state, triggerProps, overlayProps]);
|
|
263
|
-
return
|
|
264
|
-
value: context
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
301
|
+
return jsxRuntimeExports.jsx(ProductLayoutContext.Provider, {
|
|
302
|
+
value: context,
|
|
303
|
+
children: jsxRuntimeExports.jsxs("div", {
|
|
304
|
+
className: styles$4.ProductLayout,
|
|
305
|
+
ref: layoutContainerRef,
|
|
306
|
+
children: [sidebar, jsxRuntimeExports.jsxs("div", {
|
|
307
|
+
className: styles$4.body,
|
|
308
|
+
children: [header, content]
|
|
309
|
+
})]
|
|
310
|
+
})
|
|
311
|
+
});
|
|
271
312
|
}
|
|
272
313
|
ProductLayout.Sidebar = ProductLayoutSidebar;
|
|
273
314
|
ProductLayout.Header = ProductLayoutHeader;
|
package/Provider/index.js
CHANGED
|
@@ -1,27 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("../__chunks__/jsx-runtime-CH1d66I3.js");
|
|
3
4
|
const useFocusVisible = require("../__chunks__/useFocusVisible-BNcpO5Sv.js");
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const Theme = require("../__chunks__/Theme-DqbmY4wy.js");
|
|
5
|
+
const Notification = require("../__chunks__/Notification-CeJn5Qq1.js");
|
|
6
|
+
const Theme = require("../__chunks__/Theme-unLHjjnm.js");
|
|
7
7
|
function Provider({ children, theme, colorScheme, notificationPlacement, navigate, useHref }) {
|
|
8
|
-
return
|
|
8
|
+
return jsxRuntime.jsxRuntimeExports.jsx(EasyUIRouterProvider, {
|
|
9
9
|
navigate,
|
|
10
|
-
useHref
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
useHref,
|
|
11
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Theme.ThemeProvider, {
|
|
12
|
+
theme,
|
|
13
|
+
colorScheme,
|
|
14
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Notification.NotificationProvider, {
|
|
15
|
+
notificationPlacement,
|
|
16
|
+
children
|
|
17
|
+
})
|
|
18
|
+
})
|
|
19
|
+
});
|
|
17
20
|
}
|
|
18
21
|
function EasyUIRouterProvider(props) {
|
|
19
22
|
const { navigate, useHref, children } = props;
|
|
20
23
|
if (navigate) {
|
|
21
|
-
return
|
|
24
|
+
return jsxRuntime.jsxRuntimeExports.jsx(useFocusVisible.$ea8dcbcb9ea1b556$export$323e4fc2fa4753fb, {
|
|
22
25
|
navigate,
|
|
23
|
-
useHref
|
|
24
|
-
|
|
26
|
+
useHref,
|
|
27
|
+
children
|
|
28
|
+
});
|
|
25
29
|
}
|
|
26
30
|
return children;
|
|
27
31
|
}
|
package/Provider/index.mjs
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
|
+
import { j as jsxRuntimeExports } from "../__chunks__/jsx-runtime-DTpFD6nx.mjs";
|
|
1
2
|
import { o as $ea8dcbcb9ea1b556$export$323e4fc2fa4753fb } from "../__chunks__/useFocusVisible-DDvp2PwR.mjs";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { T as ThemeProvider } from "../__chunks__/Theme-BAFk7BvV.mjs";
|
|
3
|
+
import { b as NotificationProvider } from "../__chunks__/Notification-CgUT2gv6.mjs";
|
|
4
|
+
import { T as ThemeProvider } from "../__chunks__/Theme-CyUCrGdN.mjs";
|
|
5
5
|
function Provider({ children, theme, colorScheme, notificationPlacement, navigate, useHref }) {
|
|
6
|
-
return
|
|
6
|
+
return jsxRuntimeExports.jsx(EasyUIRouterProvider, {
|
|
7
7
|
navigate,
|
|
8
|
-
useHref
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
useHref,
|
|
9
|
+
children: jsxRuntimeExports.jsx(ThemeProvider, {
|
|
10
|
+
theme,
|
|
11
|
+
colorScheme,
|
|
12
|
+
children: jsxRuntimeExports.jsx(NotificationProvider, {
|
|
13
|
+
notificationPlacement,
|
|
14
|
+
children
|
|
15
|
+
})
|
|
16
|
+
})
|
|
17
|
+
});
|
|
15
18
|
}
|
|
16
19
|
function EasyUIRouterProvider(props) {
|
|
17
20
|
const { navigate, useHref, children } = props;
|
|
18
21
|
if (navigate) {
|
|
19
|
-
return
|
|
22
|
+
return jsxRuntimeExports.jsx($ea8dcbcb9ea1b556$export$323e4fc2fa4753fb, {
|
|
20
23
|
navigate,
|
|
21
|
-
useHref
|
|
22
|
-
|
|
24
|
+
useHref,
|
|
25
|
+
children
|
|
26
|
+
});
|
|
23
27
|
}
|
|
24
28
|
return children;
|
|
25
29
|
}
|
|
@@ -19,11 +19,12 @@ var __spreadValues = (a, b) => {
|
|
|
19
19
|
};
|
|
20
20
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
|
-
const
|
|
22
|
+
const jsxRuntime = require("../__chunks__/jsx-runtime-CH1d66I3.js");
|
|
23
23
|
const utils = require("../__chunks__/utils-CRWC8dEm.js");
|
|
24
24
|
const SelectionIndicator = require("../__chunks__/SelectionIndicator-DW9MR_Io.js");
|
|
25
25
|
const mergeProps = require("../__chunks__/mergeProps-DLPcevok.js");
|
|
26
26
|
const filterDOMProps = require("../__chunks__/filterDOMProps-p6wKN-SS.js");
|
|
27
|
+
const React = require("react");
|
|
27
28
|
const useControlledState = require("../__chunks__/useControlledState-CcM4H_K0.js");
|
|
28
29
|
const useButton = require("../__chunks__/useButton-YEnc5PHl.js");
|
|
29
30
|
const FocusScope = require("../__chunks__/FocusScope-CncDnO-E.js");
|
|
@@ -32,7 +33,7 @@ const useToggleState = require("../__chunks__/useToggleState-BYfp0R5h.js");
|
|
|
32
33
|
const useFocusRing = require("../__chunks__/useFocusRing-DbC9E5wC.js");
|
|
33
34
|
const useHover = require("../__chunks__/useHover-Ck1otl-j.js");
|
|
34
35
|
const utilities_css = require("../utilities/css.js");
|
|
35
|
-
const Text = require("../__chunks__/Text-
|
|
36
|
+
const Text = require("../__chunks__/Text-C4CEsglh.js");
|
|
36
37
|
function $ad999b7f496648d1$export$8deac67f4addf270(props) {
|
|
37
38
|
let { selectionMode = "single", disallowEmptySelection, isDisabled = false } = props;
|
|
38
39
|
let [selectedKeys, setSelectedKeys] = useControlledState.$458b0a5536c1a7cf$export$40bfa8c7b0832715(React.useMemo(() => props.selectedKeys ? new Set(props.selectedKeys) : void 0, [
|
|
@@ -249,18 +250,20 @@ const styles = {
|
|
|
249
250
|
};
|
|
250
251
|
function RadioButtonGroupButton(props) {
|
|
251
252
|
const { children, isDisabled, id } = props;
|
|
252
|
-
return
|
|
253
|
+
return jsxRuntime.jsxRuntimeExports.jsx($efde0372d7a700fe$export$d2b052e7b4be1756, {
|
|
253
254
|
className: utilities_css.classNames(styles.RadioButtonGroupButton),
|
|
254
255
|
isDisabled,
|
|
255
|
-
id
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
256
|
+
id,
|
|
257
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
|
|
258
|
+
variant: "small_button",
|
|
259
|
+
children
|
|
260
|
+
})
|
|
261
|
+
});
|
|
259
262
|
}
|
|
260
263
|
function RadioButtonGroup(props) {
|
|
261
264
|
const { color = "primary.500", children, onSelectionChange, selectedKeys, selectionMode = "single", disallowEmptySelection, defaultSelectedKeys, isDisabled } = props;
|
|
262
265
|
const style = __spreadValues({}, utilities_css.getComponentThemeToken("radio-button-group", "color", "color", color));
|
|
263
|
-
return
|
|
266
|
+
return jsxRuntime.jsxRuntimeExports.jsx($84b7d8702d4ff4a8$export$40258cc1d95ff477, {
|
|
264
267
|
style,
|
|
265
268
|
className: styles.RadiobuttonGroup,
|
|
266
269
|
onSelectionChange,
|
|
@@ -268,8 +271,9 @@ function RadioButtonGroup(props) {
|
|
|
268
271
|
selectionMode,
|
|
269
272
|
disallowEmptySelection,
|
|
270
273
|
defaultSelectedKeys,
|
|
271
|
-
isDisabled
|
|
272
|
-
|
|
274
|
+
isDisabled,
|
|
275
|
+
children
|
|
276
|
+
});
|
|
273
277
|
}
|
|
274
278
|
RadioButtonGroup.Button = RadioButtonGroupButton;
|
|
275
279
|
exports.RadioButtonGroup = RadioButtonGroup;
|
|
@@ -17,11 +17,12 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
return a;
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
-
import
|
|
20
|
+
import { j as jsxRuntimeExports } from "../__chunks__/jsx-runtime-DTpFD6nx.mjs";
|
|
21
21
|
import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, a as $64fa3d84918910a7$export$4d86445c2cf5e3 } from "../__chunks__/utils-C1be5hOp.mjs";
|
|
22
22
|
import { $ as $c8a5a149f625efcf$export$758399f318e6385a, a as $1d5b8b8664671ef2$export$c9549807523555e0 } from "../__chunks__/SelectionIndicator-Co962vpA.mjs";
|
|
23
23
|
import { e as $ff5963eb1fccf552$export$e08e3b67e392101e, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, a as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "../__chunks__/mergeProps-COnPag8r.mjs";
|
|
24
24
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-eGTqWSTd.mjs";
|
|
25
|
+
import React__default, { useMemo, useState, useRef, forwardRef, createContext, useContext } from "react";
|
|
25
26
|
import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-BPR3PrW4.mjs";
|
|
26
27
|
import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "../__chunks__/useButton-DLOnoEAf.mjs";
|
|
27
28
|
import { a as $9bf71ea28793e738$export$c5251b9e124bf29 } from "../__chunks__/FocusScope-B_FktBGw.mjs";
|
|
@@ -30,7 +31,7 @@ import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "../__chunks__/us
|
|
|
30
31
|
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-BWKhJSvH.mjs";
|
|
31
32
|
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-FWU5y5-k.mjs";
|
|
32
33
|
import { getComponentThemeToken, classNames } from "../utilities/css.mjs";
|
|
33
|
-
import { T as Text } from "../__chunks__/Text-
|
|
34
|
+
import { T as Text } from "../__chunks__/Text-u9mYLeWj.mjs";
|
|
34
35
|
function $ad999b7f496648d1$export$8deac67f4addf270(props) {
|
|
35
36
|
let { selectionMode = "single", disallowEmptySelection, isDisabled = false } = props;
|
|
36
37
|
let [selectedKeys, setSelectedKeys] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(useMemo(() => props.selectedKeys ? new Set(props.selectedKeys) : void 0, [
|
|
@@ -247,18 +248,20 @@ const styles = {
|
|
|
247
248
|
};
|
|
248
249
|
function RadioButtonGroupButton(props) {
|
|
249
250
|
const { children, isDisabled, id } = props;
|
|
250
|
-
return
|
|
251
|
+
return jsxRuntimeExports.jsx($efde0372d7a700fe$export$d2b052e7b4be1756, {
|
|
251
252
|
className: classNames(styles.RadioButtonGroupButton),
|
|
252
253
|
isDisabled,
|
|
253
|
-
id
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
254
|
+
id,
|
|
255
|
+
children: jsxRuntimeExports.jsx(Text, {
|
|
256
|
+
variant: "small_button",
|
|
257
|
+
children
|
|
258
|
+
})
|
|
259
|
+
});
|
|
257
260
|
}
|
|
258
261
|
function RadioButtonGroup(props) {
|
|
259
262
|
const { color = "primary.500", children, onSelectionChange, selectedKeys, selectionMode = "single", disallowEmptySelection, defaultSelectedKeys, isDisabled } = props;
|
|
260
263
|
const style = __spreadValues({}, getComponentThemeToken("radio-button-group", "color", "color", color));
|
|
261
|
-
return
|
|
264
|
+
return jsxRuntimeExports.jsx($84b7d8702d4ff4a8$export$40258cc1d95ff477, {
|
|
262
265
|
style,
|
|
263
266
|
className: styles.RadiobuttonGroup,
|
|
264
267
|
onSelectionChange,
|
|
@@ -266,8 +269,9 @@ function RadioButtonGroup(props) {
|
|
|
266
269
|
selectionMode,
|
|
267
270
|
disallowEmptySelection,
|
|
268
271
|
defaultSelectedKeys,
|
|
269
|
-
isDisabled
|
|
270
|
-
|
|
272
|
+
isDisabled,
|
|
273
|
+
children
|
|
274
|
+
});
|
|
271
275
|
}
|
|
272
276
|
RadioButtonGroup.Button = RadioButtonGroupButton;
|
|
273
277
|
export {
|
package/RadioGroup/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const RadioGroup = require("../__chunks__/RadioGroup-
|
|
3
|
+
const RadioGroup = require("../__chunks__/RadioGroup-BFqH1Csi.js");
|
|
4
4
|
exports.RadioGroup = RadioGroup.RadioGroup;
|
|
5
5
|
exports.useRadioGroupContext = RadioGroup.useRadioGroupContext;
|
package/RadioGroup/index.mjs
CHANGED
package/RangeCalendar/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const RangeCalendar = require("../__chunks__/RangeCalendar-
|
|
3
|
+
const RangeCalendar = require("../__chunks__/RangeCalendar-Do2nei5A.js");
|
|
4
4
|
exports.RangeCalendar = RangeCalendar.RangeCalendar;
|
package/RangeCalendar/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CondensedSearchNav.d.ts","sourceRoot":"","sources":["../../src/SearchNav/CondensedSearchNav.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CondensedSearchNav.d.ts","sourceRoot":"","sources":["../../src/SearchNav/CondensedSearchNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4C,MAAM,OAAO,CAAC;AAgBjE;;;;;GAKG;AACH,wBAAgB,kBAAkB,sBAgGjC"}
|