@alma-oss/spirit-web-react 4.1.0 → 4.2.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/README.md +2 -1
- package/bundles/web-react.umd.js +765 -419
- package/bundles/web-react.umd.js.map +1 -1
- package/bundles/web-react.umd.min.js +1 -1
- package/bundles/web-react.umd.min.js.map +1 -1
- package/components/Accordion/Accordion.cjs +24 -8
- package/components/Accordion/Accordion.cjs.map +1 -1
- package/components/Accordion/Accordion.d.ts +5 -3
- package/components/Accordion/Accordion.js +2 -0
- package/components/Accordion/Accordion.js.map +1 -1
- package/components/Accordion/AccordionHeader.d.ts +5 -3
- package/components/Accordion/AccordionHeader.js +14 -4
- package/components/Accordion/AccordionHeader.js.map +1 -1
- package/components/Accordion/AccordionItem.d.ts +5 -3
- package/components/Accordion/AccordionItem.js +2 -0
- package/components/Accordion/AccordionItem.js.map +1 -1
- package/components/Accordion/UncontrolledAccordion.d.ts +5 -3
- package/components/Accordion/UncontrolledAccordion.js +3 -1
- package/components/Accordion/UncontrolledAccordion.js.map +1 -1
- package/components/Accordion/useAccordion.d.ts +2 -2
- package/components/Accordion/useAccordion.js.map +1 -1
- package/components/ActionGroup/ActionGroup.cjs +4 -2
- package/components/ActionGroup/ActionGroup.cjs.map +1 -1
- package/components/Avatar/Avatar.js.map +1 -1
- package/components/Button/Button.cjs +49 -12
- package/components/Button/Button.cjs.map +1 -1
- package/components/Button/Button.js.map +1 -1
- package/components/Button/useButtonStyleProps.js +6 -6
- package/components/Button/useButtonStyleProps.js.map +1 -1
- package/components/ButtonLink/ButtonLink.js.map +1 -1
- package/components/ButtonLink/useButtonLinkStyleProps.js +6 -6
- package/components/ButtonLink/useButtonLinkStyleProps.js.map +1 -1
- package/components/Card/CardLink.d.ts +1 -1
- package/components/Card/CardLink.js.map +1 -1
- package/components/Checkbox/Checkbox.cjs +45 -1
- package/components/Checkbox/Checkbox.cjs.map +1 -1
- package/components/Checkbox/Checkbox.js.map +1 -1
- package/components/Checkbox/useCheckboxStyleProps.js +5 -2
- package/components/Checkbox/useCheckboxStyleProps.js.map +1 -1
- package/components/Collapse/Collapse.cjs +2 -2
- package/components/Collapse/Collapse.cjs.map +1 -1
- package/components/ControlButton/ControlButton.js.map +1 -1
- package/components/ControlButton/useControlButtonStyleProps.js +3 -4
- package/components/ControlButton/useControlButtonStyleProps.js.map +1 -1
- package/components/Drawer/Drawer.cjs +49 -12
- package/components/Drawer/Drawer.cjs.map +1 -1
- package/components/Drawer/DrawerPanel.js.map +1 -1
- package/components/FileUploader/FileUploader.cjs +6 -4
- package/components/FileUploader/FileUploader.cjs.map +1 -1
- package/components/FileUploader/FileUploaderAttachment.js +3 -3
- package/components/FileUploader/FileUploaderAttachment.js.map +1 -1
- package/components/FileUploader/FileUploaderList.js +2 -1
- package/components/FileUploader/FileUploaderList.js.map +1 -1
- package/components/FileUploader/constants.d.ts +1 -0
- package/components/FileUploader/constants.js +1 -0
- package/components/FileUploader/constants.js.map +1 -1
- package/components/FileUploader/useFileUploaderInput.js.map +1 -1
- package/components/Flex/Flex.cjs +4 -2
- package/components/Flex/Flex.cjs.map +1 -1
- package/components/Flex/Flex.d.ts +2 -0
- package/components/Flex/Flex.js +2 -0
- package/components/Flex/Flex.js.map +1 -1
- package/components/Flex/useFlexStyleProps.d.ts +2 -2
- package/components/Footer/Footer.cjs +40 -3
- package/components/Footer/Footer.cjs.map +1 -1
- package/components/Footer/Footer.d.ts +2 -2
- package/components/Footer/Footer.js +5 -3
- package/components/Footer/Footer.js.map +1 -1
- package/components/Footer/useFooterStyleProps.d.ts +2 -2
- package/components/Footer/useFooterStyleProps.js.map +1 -1
- package/components/Grid/Grid.cjs +10 -5
- package/components/Grid/Grid.cjs.map +1 -1
- package/components/Grid/Grid.d.ts +2 -0
- package/components/Grid/Grid.js +2 -0
- package/components/Grid/Grid.js.map +1 -1
- package/components/Grid/GridItem.d.ts +2 -0
- package/components/Grid/GridItem.js +2 -0
- package/components/Grid/GridItem.js.map +1 -1
- package/components/Grid/useGridItemStyleProps.d.ts +2 -2
- package/components/Grid/useGridItemStyleProps.js +6 -5
- package/components/Grid/useGridItemStyleProps.js.map +1 -1
- package/components/Grid/useGridStyleProps.d.ts +2 -2
- package/components/Header/Header.cjs +49 -12
- package/components/Header/Header.cjs.map +1 -1
- package/components/Header/HeaderDialogLink.js.map +1 -1
- package/components/Header/HeaderLink.js.map +1 -1
- package/components/Hidden/Hidden.d.ts +9 -0
- package/components/Hidden/Hidden.js +31 -0
- package/components/Hidden/Hidden.js.map +1 -0
- package/components/Hidden/index.d.ts +1 -0
- package/components/Hidden/index.js +2 -0
- package/components/Hidden/index.js.map +1 -0
- package/components/Icon/Icon.js.map +1 -1
- package/components/Icon/useIconStyleProps.d.ts +10 -10
- package/components/Link/Link.js.map +1 -1
- package/components/Matrix/Matrix.cjs.map +1 -1
- package/components/Matrix/Matrix.js +2 -2
- package/components/Matrix/Matrix.js.map +1 -1
- package/components/Matrix/useMatrixStyleProps.d.ts +1 -1
- package/components/Matrix/useMatrixStyleProps.js.map +1 -1
- package/components/Modal/Modal.cjs +54 -16
- package/components/Modal/Modal.cjs.map +1 -1
- package/components/Modal/ModalCloseButton.js +2 -1
- package/components/Modal/ModalCloseButton.js.map +1 -1
- package/components/Modal/ModalHeader.js +2 -1
- package/components/Modal/ModalHeader.js.map +1 -1
- package/components/Modal/constants.d.ts +1 -0
- package/components/Modal/constants.js +2 -0
- package/components/Modal/constants.js.map +1 -0
- package/components/Modal/useModalDialogStyleProps.js +1 -2
- package/components/Modal/useModalDialogStyleProps.js.map +1 -1
- package/components/Navigation/NavigationAction.js.map +1 -1
- package/components/Navigation/NavigationAvatar.js.map +1 -1
- package/components/Pagination/Pagination.cjs +61 -19
- package/components/Pagination/Pagination.cjs.map +1 -1
- package/components/Pagination/PaginationButtonLink.js +4 -1
- package/components/Pagination/PaginationButtonLink.js.map +1 -1
- package/components/Pagination/PaginationLink.js +4 -2
- package/components/Pagination/PaginationLink.js.map +1 -1
- package/components/Pagination/PaginationLinkNext.js.map +1 -1
- package/components/Pagination/PaginationLinkPrevious.js.map +1 -1
- package/components/Pagination/UncontrolledPagination.js +2 -1
- package/components/Pagination/UncontrolledPagination.js.map +1 -1
- package/components/Pagination/constants.d.ts +1 -0
- package/components/Pagination/constants.js +1 -0
- package/components/Pagination/constants.js.map +1 -1
- package/components/PricingPlan/PricingPlan.cjs +54 -16
- package/components/PricingPlan/PricingPlan.cjs.map +1 -1
- package/components/Radio/Radio.cjs +45 -1
- package/components/Radio/Radio.cjs.map +1 -1
- package/components/Radio/Radio.js.map +1 -1
- package/components/Radio/useRadioStyleProps.js +5 -2
- package/components/Radio/useRadioStyleProps.js.map +1 -1
- package/components/ScrollView/ScrollView.cjs +80 -11
- package/components/ScrollView/ScrollView.cjs.map +1 -1
- package/components/ScrollView/ScrollViewArrows.js +3 -8
- package/components/ScrollView/ScrollViewArrows.js.map +1 -1
- package/components/ScrollView/constants.d.ts +1 -0
- package/components/ScrollView/constants.js +1 -0
- package/components/ScrollView/constants.js.map +1 -1
- package/components/ScrollView/index.d.ts +1 -0
- package/components/ScrollView/index.js +1 -0
- package/components/ScrollView/index.js.map +1 -1
- package/components/ScrollView/useScrollCallback.d.ts +10 -0
- package/components/ScrollView/useScrollCallback.js +41 -0
- package/components/ScrollView/useScrollCallback.js.map +1 -0
- package/components/ScrollView/useScrollPosition.js.map +1 -1
- package/components/SegmentedControl/SegmentedControlContext.js.map +1 -1
- package/components/Select/Select.js.map +1 -1
- package/components/Skeleton/useSkeletonShapeStyleProps.d.ts +10 -10
- package/components/SkipLink/SkipLink.js.map +1 -1
- package/components/Slider/Slider.js.map +1 -1
- package/components/Spinner/Spinner.js.map +1 -1
- package/components/SplitButton/SplitButton.cjs +52 -12
- package/components/SplitButton/SplitButton.cjs.map +1 -1
- package/components/SplitButton/UncontrolledSplitButton.js +2 -0
- package/components/SplitButton/UncontrolledSplitButton.js.map +1 -1
- package/components/SplitButton/constants.d.ts +1 -0
- package/components/SplitButton/constants.js +2 -0
- package/components/SplitButton/constants.js.map +1 -0
- package/components/Tabs/TabContext.js.map +1 -1
- package/components/Tabs/TabLink.js.map +1 -1
- package/components/Tag/Tag.js.map +1 -1
- package/components/TextArea/TextArea.cjs +7 -1
- package/components/TextArea/TextArea.cjs.map +1 -1
- package/components/TextArea/TextArea.js.map +1 -1
- package/components/TextArea/useAdjustHeight.js.map +1 -1
- package/components/TextField/TextField.cjs +7 -1
- package/components/TextField/TextField.cjs.map +1 -1
- package/components/TextField/TextField.js.map +1 -1
- package/components/TextFieldBase/TextFieldBase.cjs +7 -1
- package/components/TextFieldBase/TextFieldBase.cjs.map +1 -1
- package/components/TextFieldBase/TextFieldBase.d.ts +2 -2
- package/components/TextFieldBase/TextFieldBase.js.map +1 -1
- package/components/TextFieldBase/TextFieldBaseInput.js.map +1 -1
- package/components/TextFieldBase/TextFieldBasePasswordToggle.js +5 -1
- package/components/TextFieldBase/TextFieldBasePasswordToggle.js.map +1 -1
- package/components/TextFieldBase/constants.d.ts +2 -0
- package/components/TextFieldBase/constants.js +3 -0
- package/components/TextFieldBase/constants.js.map +1 -0
- package/components/Toast/Toast.cjs +1 -1
- package/components/Toast/Toast.cjs.map +1 -1
- package/components/Toast/ToastBarLink.js.map +1 -1
- package/components/Toast/ToastContext.js +2 -2
- package/components/Toast/ToastContext.js.map +1 -1
- package/components/Toast/UncontrolledToast.js +2 -1
- package/components/Toast/UncontrolledToast.js.map +1 -1
- package/components/Toast/useToastBarStyleProps.d.ts +10 -10
- package/components/Toggle/Toggle.cjs +46 -1
- package/components/Toggle/Toggle.cjs.map +1 -1
- package/components/Toggle/Toggle.js.map +1 -1
- package/components/Toggle/useToggleStyleProps.js +5 -2
- package/components/Toggle/useToggleStyleProps.js.map +1 -1
- package/components/UNSTABLE_Header/UNSTABLE_HeaderLogo.js.map +1 -1
- package/components/components.cjs +441 -285
- package/components/components.cjs.map +1 -1
- package/components/index.d.ts +1 -0
- package/components/index.js +1 -0
- package/components/index.js.map +1 -1
- package/constants/constants.cjs +6 -0
- package/constants/constants.cjs.map +1 -1
- package/constants/index.d.ts +1 -0
- package/constants/index.js +1 -0
- package/constants/index.js.map +1 -1
- package/constants/inputs.d.ts +4 -0
- package/constants/inputs.js +5 -0
- package/constants/inputs.js.map +1 -0
- package/hooks/hooks.cjs +48 -7
- package/hooks/hooks.cjs.map +1 -1
- package/hooks/index.d.ts +2 -1
- package/hooks/index.js +2 -1
- package/hooks/index.js.map +1 -1
- package/hooks/useDeprecationMessage.js +2 -2
- package/hooks/useDeprecationMessage.js.map +1 -1
- package/hooks/useInputPositionClass.d.ts +2 -0
- package/hooks/useInputPositionClass.js +8 -0
- package/hooks/useInputPositionClass.js.map +1 -0
- package/hooks/useSymmetry.d.ts +7 -0
- package/hooks/useSymmetry.js +39 -0
- package/hooks/useSymmetry.js.map +1 -0
- package/index.cjs +444 -290
- package/index.cjs.map +1 -1
- package/package.json +11 -18
- package/spirit-web-react.cjs +444 -290
- package/spirit-web-react.cjs.map +1 -1
- package/spirit-web-react.min.cjs +1 -1
- package/types/accordion.d.ts +14 -7
- package/types/box.d.ts +2 -2
- package/types/button.d.ts +2 -2
- package/types/checkbox.d.ts +2 -1
- package/types/controlButton.d.ts +2 -2
- package/types/flex.d.ts +2 -3
- package/types/footer.d.ts +7 -2
- package/types/grid.d.ts +3 -5
- package/types/hidden.d.ts +10 -0
- package/types/hidden.js +2 -0
- package/types/hidden.js.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/item.d.ts +2 -2
- package/types/pricingPlan.d.ts +1 -1
- package/types/radio.d.ts +2 -1
- package/types/shared/inputs.d.ts +3 -0
- package/types/slider.d.ts +2 -2
- package/types/toggle.d.ts +2 -1
- package/hooks/useDirectionClass.d.ts +0 -2
- package/hooks/useDirectionClass.js +0 -5
- package/hooks/useDirectionClass.js.map +0 -1
package/bundles/web-react.umd.js
CHANGED
|
@@ -6806,6 +6806,8 @@ const Accordion = (props) => {
|
|
|
6806
6806
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_AccordionContext__WEBPACK_IMPORTED_MODULE_4__.AccordionProvider, { value: contextValue }, children)));
|
|
6807
6807
|
};
|
|
6808
6808
|
Accordion.spiritComponent = 'Accordion';
|
|
6809
|
+
Accordion.spiritDefaultElement = 'section';
|
|
6810
|
+
Accordion.spiritDefaultProps = null;
|
|
6809
6811
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Accordion);
|
|
6810
6812
|
|
|
6811
6813
|
|
|
@@ -6911,17 +6913,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6911
6913
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6912
6914
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6913
6915
|
/* harmony export */ });
|
|
6914
|
-
/* harmony import */ var
|
|
6915
|
-
/* harmony import */ var
|
|
6916
|
-
/* harmony import */ var
|
|
6917
|
-
/* harmony import */ var
|
|
6918
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
6916
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
6917
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
6918
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
6919
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils */ "./src/utils/mergeStyleProps.ts");
|
|
6919
6920
|
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../Icon */ "./src/components/Icon/Icon.tsx");
|
|
6920
|
-
/* harmony import */ var
|
|
6921
|
-
/* harmony import */ var
|
|
6922
|
-
/* harmony import */ var
|
|
6923
|
-
/* harmony import */ var
|
|
6924
|
-
/* harmony import */ var
|
|
6921
|
+
/* harmony import */ var _AccordionContext__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./AccordionContext */ "./src/components/Accordion/AccordionContext.ts");
|
|
6922
|
+
/* harmony import */ var _AccordionItemContext__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./AccordionItemContext */ "./src/components/Accordion/AccordionItemContext.ts");
|
|
6923
|
+
/* harmony import */ var _useAccordionAriaProps__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./useAccordionAriaProps */ "./src/components/Accordion/useAccordionAriaProps.ts");
|
|
6924
|
+
/* harmony import */ var _useAccordionStyleProps__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./useAccordionStyleProps */ "./src/components/Accordion/useAccordionStyleProps.ts");
|
|
6925
|
+
/* harmony import */ var _useOpenItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./useOpenItem */ "./src/components/Accordion/useOpenItem.ts");
|
|
6925
6926
|
'use client';
|
|
6926
6927
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
6927
6928
|
var t = {};
|
|
@@ -6943,27 +6944,37 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
6943
6944
|
|
|
6944
6945
|
|
|
6945
6946
|
|
|
6946
|
-
const
|
|
6947
|
-
|
|
6948
|
-
|
|
6949
|
-
|
|
6950
|
-
const
|
|
6951
|
-
const {
|
|
6952
|
-
const {
|
|
6953
|
-
const {
|
|
6947
|
+
const defaultProps = {
|
|
6948
|
+
elementType: 'h3',
|
|
6949
|
+
};
|
|
6950
|
+
const AccordionHeader = (props) => {
|
|
6951
|
+
const propsWithDefaults = Object.assign(Object.assign({}, defaultProps), props);
|
|
6952
|
+
const { elementType: ElementTag = 'h3', children, slot } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["elementType", "children", "slot"]);
|
|
6953
|
+
const { classProps } = (0,_useAccordionStyleProps__WEBPACK_IMPORTED_MODULE_1__.useAccordionStyleProps)();
|
|
6954
|
+
const { toggle } = (0,_AccordionContext__WEBPACK_IMPORTED_MODULE_2__.useAccordionContext)();
|
|
6955
|
+
const { id } = (0,_AccordionItemContext__WEBPACK_IMPORTED_MODULE_3__.useAccordionItemContext)();
|
|
6956
|
+
const { styleProps, props: transferProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_4__.useStyleProps)(restProps);
|
|
6957
|
+
const { isOpen } = (0,_useOpenItem__WEBPACK_IMPORTED_MODULE_5__.useOpenItem)(id);
|
|
6958
|
+
const { triggerProps, headerProps } = (0,_useAccordionAriaProps__WEBPACK_IMPORTED_MODULE_6__.useAccordionAriaProps)({ id, isOpen });
|
|
6959
|
+
const mergedStyleProps = (0,_utils__WEBPACK_IMPORTED_MODULE_7__.mergeStyleProps)(ElementTag, {
|
|
6960
|
+
classProps: classProps.header,
|
|
6961
|
+
styleProps,
|
|
6962
|
+
});
|
|
6954
6963
|
const itemToggle = () => {
|
|
6955
6964
|
if (toggle && id) {
|
|
6956
6965
|
toggle(id);
|
|
6957
6966
|
}
|
|
6958
6967
|
};
|
|
6959
|
-
return (
|
|
6960
|
-
|
|
6961
|
-
|
|
6962
|
-
slot &&
|
|
6963
|
-
|
|
6964
|
-
|
|
6968
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, transferProps, mergedStyleProps, headerProps),
|
|
6969
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", Object.assign({ type: "button", className: classProps.toggle, onClick: itemToggle }, triggerProps), children),
|
|
6970
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", { className: classProps.side },
|
|
6971
|
+
slot && react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", { className: classProps.slot }, slot),
|
|
6972
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", { className: classProps.icon },
|
|
6973
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_8__["default"], { name: "chevron-down" })))));
|
|
6965
6974
|
};
|
|
6966
6975
|
AccordionHeader.spiritComponent = 'AccordionHeader';
|
|
6976
|
+
AccordionHeader.spiritDefaultElement = 'h3';
|
|
6977
|
+
AccordionHeader.spiritDefaultProps = null;
|
|
6967
6978
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (AccordionHeader);
|
|
6968
6979
|
|
|
6969
6980
|
|
|
@@ -7013,6 +7024,8 @@ const AccordionItem = (props) => {
|
|
|
7013
7024
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_AccordionItemContext__WEBPACK_IMPORTED_MODULE_4__.AccordionItemProvider, { value: contextValue }, children)));
|
|
7014
7025
|
};
|
|
7015
7026
|
AccordionItem.spiritComponent = 'AccordionItem';
|
|
7027
|
+
AccordionItem.spiritDefaultElement = 'article';
|
|
7028
|
+
AccordionItem.spiritDefaultProps = null;
|
|
7016
7029
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (AccordionItem);
|
|
7017
7030
|
|
|
7018
7031
|
|
|
@@ -7082,9 +7095,11 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
7082
7095
|
const UncontrolledAccordion = (props) => {
|
|
7083
7096
|
const { defaultOpen, stayOpen } = props, restProps = __rest(props, ["defaultOpen", "stayOpen"]);
|
|
7084
7097
|
const { open, toggle } = (0,_useAccordion__WEBPACK_IMPORTED_MODULE_1__.useAccordion)({ defaultOpen, stayOpen });
|
|
7085
|
-
return react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Accordion__WEBPACK_IMPORTED_MODULE_2__["default"], Object.assign({ open: open, toggle: toggle }
|
|
7098
|
+
return react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Accordion__WEBPACK_IMPORTED_MODULE_2__["default"], Object.assign({}, restProps, { open: open, toggle: toggle }));
|
|
7086
7099
|
};
|
|
7087
7100
|
UncontrolledAccordion.spiritComponent = 'UncontrolledAccordion';
|
|
7101
|
+
UncontrolledAccordion.spiritDefaultElement = 'section';
|
|
7102
|
+
UncontrolledAccordion.spiritDefaultProps = null;
|
|
7088
7103
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (UncontrolledAccordion);
|
|
7089
7104
|
|
|
7090
7105
|
|
|
@@ -8091,9 +8106,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8091
8106
|
/* harmony export */ });
|
|
8092
8107
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ "../../node_modules/classnames/index.js");
|
|
8093
8108
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
8094
|
-
/* harmony import */ var
|
|
8109
|
+
/* harmony import */ var _common_utilities__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../common/utilities */ "./src/common/utilities/warning.ts");
|
|
8095
8110
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useDeprecationMessage.ts");
|
|
8096
8111
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useClassNamePrefix.ts");
|
|
8112
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useSymmetry.ts");
|
|
8097
8113
|
/* harmony import */ var _utils_classname__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/classname */ "./src/utils/classname.ts");
|
|
8098
8114
|
/* harmony import */ var _utils_compose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/compose */ "./src/utils/compose.ts");
|
|
8099
8115
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
@@ -8126,16 +8142,16 @@ function useButtonStyleProps(props) {
|
|
|
8126
8142
|
const buttonBlockClass = `${buttonClass}--block`;
|
|
8127
8143
|
const buttonDisabledClass = `${buttonClass}--disabled`;
|
|
8128
8144
|
const buttonLoadingClass = `${buttonClass}--loading`;
|
|
8129
|
-
const
|
|
8130
|
-
if (isBlock &&
|
|
8131
|
-
(0,
|
|
8145
|
+
const { isSymmetricalActive, symmetricalClassName } = (0,_hooks__WEBPACK_IMPORTED_MODULE_5__.useSymmetry)(buttonClass, isSymmetrical);
|
|
8146
|
+
if (isBlock && isSymmetricalActive) {
|
|
8147
|
+
(0,_common_utilities__WEBPACK_IMPORTED_MODULE_6__["default"])(false, 'isBlock and isSymmetrical props are mutually exclusive');
|
|
8132
8148
|
}
|
|
8149
|
+
const shouldApplyBlock = () => isBlock && !isSymmetricalActive;
|
|
8133
8150
|
const classProps = classnames__WEBPACK_IMPORTED_MODULE_0___default()(buttonClass, getButtonColorClassname(buttonClass, color), getButtonSizeClassname(buttonClass, size), {
|
|
8134
|
-
[buttonBlockClass]:
|
|
8151
|
+
[buttonBlockClass]: shouldApplyBlock(),
|
|
8135
8152
|
[buttonDisabledClass]: isDisabled || isLoading,
|
|
8136
8153
|
[buttonLoadingClass]: isLoading,
|
|
8137
|
-
|
|
8138
|
-
});
|
|
8154
|
+
}, symmetricalClassName);
|
|
8139
8155
|
return {
|
|
8140
8156
|
classProps,
|
|
8141
8157
|
props: restProps,
|
|
@@ -8252,9 +8268,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8252
8268
|
/* harmony export */ });
|
|
8253
8269
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ "../../node_modules/classnames/index.js");
|
|
8254
8270
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
8255
|
-
/* harmony import */ var
|
|
8271
|
+
/* harmony import */ var _common_utilities__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../common/utilities */ "./src/common/utilities/warning.ts");
|
|
8256
8272
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useDeprecationMessage.ts");
|
|
8257
8273
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useClassNamePrefix.ts");
|
|
8274
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useSymmetry.ts");
|
|
8258
8275
|
/* harmony import */ var _utils_classname__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/classname */ "./src/utils/classname.ts");
|
|
8259
8276
|
/* harmony import */ var _utils_compose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/compose */ "./src/utils/compose.ts");
|
|
8260
8277
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
@@ -8287,16 +8304,16 @@ function useButtonLinkStyleProps(props) {
|
|
|
8287
8304
|
const buttonBlockClass = `${buttonClass}--block`;
|
|
8288
8305
|
const buttonDisabledClass = `${buttonClass}--disabled`;
|
|
8289
8306
|
const buttonLoadingClass = `${buttonClass}--loading`;
|
|
8290
|
-
const
|
|
8291
|
-
if (isBlock &&
|
|
8292
|
-
(0,
|
|
8307
|
+
const { isSymmetricalActive, symmetricalClassName } = (0,_hooks__WEBPACK_IMPORTED_MODULE_5__.useSymmetry)(buttonClass, isSymmetrical);
|
|
8308
|
+
if (isBlock && isSymmetricalActive) {
|
|
8309
|
+
(0,_common_utilities__WEBPACK_IMPORTED_MODULE_6__["default"])(false, 'isBlock and isSymmetrical props are mutually exclusive');
|
|
8293
8310
|
}
|
|
8311
|
+
const shouldApplyBlock = () => isBlock && !isSymmetricalActive;
|
|
8294
8312
|
const classProps = classnames__WEBPACK_IMPORTED_MODULE_0___default()(buttonClass, getButtonLinkColorClassname(buttonClass, color), getButtonLinkSizeClassname(buttonClass, size), {
|
|
8295
|
-
[buttonBlockClass]:
|
|
8313
|
+
[buttonBlockClass]: shouldApplyBlock(),
|
|
8296
8314
|
[buttonDisabledClass]: isDisabled || isLoading,
|
|
8297
8315
|
[buttonLoadingClass]: isLoading,
|
|
8298
|
-
|
|
8299
|
-
});
|
|
8316
|
+
}, symmetricalClassName);
|
|
8300
8317
|
return {
|
|
8301
8318
|
classProps,
|
|
8302
8319
|
props: restProps,
|
|
@@ -9021,7 +9038,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9021
9038
|
/* harmony export */ });
|
|
9022
9039
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ "../../node_modules/classnames/index.js");
|
|
9023
9040
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
9024
|
-
/* harmony import */ var
|
|
9041
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants */ "./src/constants/inputs.ts");
|
|
9042
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useClassNamePrefix.ts");
|
|
9043
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useInputPositionClass.ts");
|
|
9025
9044
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
9026
9045
|
var t = {};
|
|
9027
9046
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -9035,13 +9054,15 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
9035
9054
|
};
|
|
9036
9055
|
|
|
9037
9056
|
|
|
9057
|
+
|
|
9038
9058
|
function useCheckboxStyleProps(props) {
|
|
9039
|
-
const {
|
|
9059
|
+
const { inputPosition = _constants__WEBPACK_IMPORTED_MODULE_1__.InputPositions.START, isItem, isLabelHidden, validationState } = props, restProps = __rest(props, ["inputPosition", "isItem", "isLabelHidden", "validationState"]);
|
|
9040
9060
|
const { isDisabled, isRequired } = restProps;
|
|
9041
|
-
const checkboxClass = (0,
|
|
9061
|
+
const checkboxClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_2__.useClassNamePrefix)('Checkbox');
|
|
9042
9062
|
const checkboxDisabledClass = `${checkboxClass}--disabled`;
|
|
9043
9063
|
const checkboxItemClass = `${checkboxClass}--item`;
|
|
9044
9064
|
const checkboxInputClass = `${checkboxClass}__input`;
|
|
9065
|
+
const checkboxInputPositionClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useInputPositionClass)(checkboxClass, inputPosition);
|
|
9045
9066
|
const checkboxTextClass = `${checkboxClass}__text`;
|
|
9046
9067
|
const checkboxLabelClass = `${checkboxClass}__label`;
|
|
9047
9068
|
const checkboxLabelRequiredClass = `${checkboxClass}__label--required`;
|
|
@@ -9050,6 +9071,7 @@ function useCheckboxStyleProps(props) {
|
|
|
9050
9071
|
const checkboxValidationTextClass = `${checkboxClass}__validationText`;
|
|
9051
9072
|
const checkboxValidationClass = `${checkboxClass}--${validationState}`;
|
|
9052
9073
|
const rootStyles = classnames__WEBPACK_IMPORTED_MODULE_0___default()(checkboxClass, {
|
|
9074
|
+
[checkboxInputPositionClass]: checkboxInputPositionClass,
|
|
9053
9075
|
[checkboxDisabledClass]: isDisabled,
|
|
9054
9076
|
[checkboxItemClass]: isItem,
|
|
9055
9077
|
[checkboxValidationClass]: validationState,
|
|
@@ -9637,6 +9659,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9637
9659
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ "../../node_modules/classnames/index.js");
|
|
9638
9660
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
9639
9661
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useClassNamePrefix.ts");
|
|
9662
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useSymmetry.ts");
|
|
9640
9663
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils */ "./src/utils/compose.ts");
|
|
9641
9664
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils */ "./src/utils/classname.ts");
|
|
9642
9665
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
@@ -9659,16 +9682,15 @@ function useControlButtonStyleProps(props) {
|
|
|
9659
9682
|
const controlButtonClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useClassNamePrefix)('ControlButton');
|
|
9660
9683
|
const controlButtonBackgroundClass = `${controlButtonClass}--hasBackground`;
|
|
9661
9684
|
const controlButtonDisabledClass = `${controlButtonClass}--disabled`;
|
|
9662
|
-
const controlButtonSymmetricalClass = `${controlButtonClass}--symmetrical`;
|
|
9663
9685
|
const dynamicColorBackgroundInteractiveClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useClassNamePrefix)('dynamic-color-background-interactive');
|
|
9664
9686
|
const dynamicColorBorderClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useClassNamePrefix)('dynamic-color-border');
|
|
9665
9687
|
const accessibilityTapTargetClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useClassNamePrefix)('accessibility-tap-target');
|
|
9688
|
+
const { symmetricalClassName } = (0,_hooks__WEBPACK_IMPORTED_MODULE_4__.useSymmetry)(controlButtonClass, isSymmetrical);
|
|
9666
9689
|
const classProps = classnames__WEBPACK_IMPORTED_MODULE_0___default()(controlButtonClass, getControlButtonSizeClassname(controlButtonClass, size), dynamicColorBackgroundInteractiveClass, accessibilityTapTargetClass, {
|
|
9667
9690
|
[controlButtonDisabledClass]: isDisabled,
|
|
9668
|
-
[controlButtonSymmetricalClass]: isSymmetrical,
|
|
9669
9691
|
[controlButtonBackgroundClass]: !isSubtle,
|
|
9670
9692
|
[dynamicColorBorderClass]: !isSubtle,
|
|
9671
|
-
});
|
|
9693
|
+
}, symmetricalClassName);
|
|
9672
9694
|
return {
|
|
9673
9695
|
classProps,
|
|
9674
9696
|
props: restProps,
|
|
@@ -11482,7 +11504,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
11482
11504
|
|
|
11483
11505
|
|
|
11484
11506
|
const FileUploaderAttachment = (props) => {
|
|
11485
|
-
const { editText, file, hasImagePreview, iconName = _constants__WEBPACK_IMPORTED_MODULE_2__.DEFAULT_ICON_NAME, id, imageObjectFit, label, meta, name, onDismiss, onEdit, onError, removeText } = props, restProps = __rest(props, ["editText", "file", "hasImagePreview", "iconName", "id", "imageObjectFit", "label", "meta", "name", "onDismiss", "onEdit", "onError", "removeText"]);
|
|
11507
|
+
const { editText = _constants__WEBPACK_IMPORTED_MODULE_2__.DEFAULT_EDIT_BUTTON_LABEL, file, hasImagePreview, iconName = _constants__WEBPACK_IMPORTED_MODULE_2__.DEFAULT_ICON_NAME, id, imageObjectFit, label, meta, name, onDismiss, onEdit, onError, removeText = _constants__WEBPACK_IMPORTED_MODULE_2__.DEFAULT_BUTTON_LABEL } = props, restProps = __rest(props, ["editText", "file", "hasImagePreview", "iconName", "id", "imageObjectFit", "label", "meta", "name", "onDismiss", "onEdit", "onError", "removeText"]);
|
|
11486
11508
|
const [imagePreview, setImagePreview] = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)('');
|
|
11487
11509
|
const { classProps } = (0,_useFileUploaderStyleProps__WEBPACK_IMPORTED_MODULE_3__.useFileUploaderStyleProps)();
|
|
11488
11510
|
const { styleProps, props: transferProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_4__.useStyleProps)(restProps);
|
|
@@ -11503,8 +11525,8 @@ const FileUploaderAttachment = (props) => {
|
|
|
11503
11525
|
react__WEBPACK_IMPORTED_MODULE_1___default().createElement("span", { className: classProps.attachment.name },
|
|
11504
11526
|
react__WEBPACK_IMPORTED_MODULE_1___default().createElement("span", { className: (0,_hooks__WEBPACK_IMPORTED_MODULE_9__.useClassNamePrefix)('text-truncate') }, label)),
|
|
11505
11527
|
onEdit && (react__WEBPACK_IMPORTED_MODULE_1___default().createElement("span", { className: classProps.attachment.slot },
|
|
11506
|
-
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_AttachmentActionButton__WEBPACK_IMPORTED_MODULE_10__["default"], { onClick: onEditHandler }, editText
|
|
11507
|
-
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_AttachmentDismissButton__WEBPACK_IMPORTED_MODULE_11__["default"], { onClick: dismissHandler }, removeText
|
|
11528
|
+
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_AttachmentActionButton__WEBPACK_IMPORTED_MODULE_10__["default"], { onClick: onEditHandler }, editText))),
|
|
11529
|
+
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_AttachmentDismissButton__WEBPACK_IMPORTED_MODULE_11__["default"], { onClick: dismissHandler }, removeText)));
|
|
11508
11530
|
};
|
|
11509
11531
|
FileUploaderAttachment.spiritComponent = 'FileUploaderAttachment';
|
|
11510
11532
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (FileUploaderAttachment);
|
|
@@ -11667,9 +11689,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11667
11689
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
11668
11690
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
|
|
11669
11691
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
11670
|
-
/* harmony import */ var
|
|
11671
|
-
/* harmony import */ var
|
|
11672
|
-
/* harmony import */ var
|
|
11692
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
11693
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ "./src/components/FileUploader/constants.ts");
|
|
11694
|
+
/* harmony import */ var _FileUploaderContext__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./FileUploaderContext */ "./src/components/FileUploader/FileUploaderContext.ts");
|
|
11695
|
+
/* harmony import */ var _useFileUploaderStyleProps__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./useFileUploaderStyleProps */ "./src/components/FileUploader/useFileUploaderStyleProps.ts");
|
|
11673
11696
|
'use client';
|
|
11674
11697
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
11675
11698
|
var t = {};
|
|
@@ -11687,11 +11710,12 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
11687
11710
|
|
|
11688
11711
|
|
|
11689
11712
|
|
|
11713
|
+
|
|
11690
11714
|
const FileUploaderList = (props) => {
|
|
11691
|
-
const { label, id, attachmentComponent, inputName, hasImagePreview } = props, restProps = __rest(props, ["label", "id", "attachmentComponent", "inputName", "hasImagePreview"]);
|
|
11692
|
-
const { classProps } = (0,
|
|
11693
|
-
const { styleProps, props: transferProps } = (0,
|
|
11694
|
-
const { fileQueue, onDismiss } = (0,
|
|
11715
|
+
const { label = _constants__WEBPACK_IMPORTED_MODULE_2__.DEFAULT_ATTACHMENT_LIST_LABEL, id, attachmentComponent, inputName, hasImagePreview } = props, restProps = __rest(props, ["label", "id", "attachmentComponent", "inputName", "hasImagePreview"]);
|
|
11716
|
+
const { classProps } = (0,_useFileUploaderStyleProps__WEBPACK_IMPORTED_MODULE_3__.useFileUploaderStyleProps)();
|
|
11717
|
+
const { styleProps, props: transferProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_4__.useStyleProps)(restProps);
|
|
11718
|
+
const { fileQueue, onDismiss } = (0,_FileUploaderContext__WEBPACK_IMPORTED_MODULE_5__.useFileUploaderContext)();
|
|
11695
11719
|
const renderAttachments = (0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)(() => {
|
|
11696
11720
|
const fileArray = Array.from(fileQueue, (entry) => ({ key: entry[0], file: entry[1].file, meta: entry[1].meta }));
|
|
11697
11721
|
return fileArray.map(({ key, file, meta }) => attachmentComponent &&
|
|
@@ -11776,6 +11800,7 @@ UncontrolledFileUploader.spiritComponent = 'UncontrolledFileUploader';
|
|
|
11776
11800
|
"use strict";
|
|
11777
11801
|
__webpack_require__.r(__webpack_exports__);
|
|
11778
11802
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11803
|
+
/* harmony export */ DEFAULT_ATTACHMENT_LIST_LABEL: () => (/* binding */ DEFAULT_ATTACHMENT_LIST_LABEL),
|
|
11779
11804
|
/* harmony export */ DEFAULT_BUTTON_LABEL: () => (/* binding */ DEFAULT_BUTTON_LABEL),
|
|
11780
11805
|
/* harmony export */ DEFAULT_EDIT_BUTTON_LABEL: () => (/* binding */ DEFAULT_EDIT_BUTTON_LABEL),
|
|
11781
11806
|
/* harmony export */ DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE: () => (/* binding */ DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE),
|
|
@@ -11800,6 +11825,7 @@ const DEFAULT_ERROR_MESSAGE_UNSUPPORTED_FILE = 'This file type is not supported'
|
|
|
11800
11825
|
const DEFAULT_ICON_NAME = 'file';
|
|
11801
11826
|
const DEFAULT_BUTTON_LABEL = 'Remove';
|
|
11802
11827
|
const DEFAULT_EDIT_BUTTON_LABEL = 'Edit';
|
|
11828
|
+
const DEFAULT_ATTACHMENT_LIST_LABEL = 'Attachments';
|
|
11803
11829
|
const FileUploaderCropCSS = {
|
|
11804
11830
|
TOP: '--file-uploader-attachment-image-top',
|
|
11805
11831
|
LEFT: '--file-uploader-attachment-image-left',
|
|
@@ -11821,6 +11847,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11821
11847
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11822
11848
|
/* harmony export */ AttachmentActionButton: () => (/* reexport safe */ _AttachmentActionButton__WEBPACK_IMPORTED_MODULE_4__["default"]),
|
|
11823
11849
|
/* harmony export */ AttachmentDismissButton: () => (/* reexport safe */ _AttachmentDismissButton__WEBPACK_IMPORTED_MODULE_5__["default"]),
|
|
11850
|
+
/* harmony export */ DEFAULT_ATTACHMENT_LIST_LABEL: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_11__.DEFAULT_ATTACHMENT_LIST_LABEL),
|
|
11824
11851
|
/* harmony export */ DEFAULT_BUTTON_LABEL: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_11__.DEFAULT_BUTTON_LABEL),
|
|
11825
11852
|
/* harmony export */ DEFAULT_EDIT_BUTTON_LABEL: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_11__.DEFAULT_EDIT_BUTTON_LABEL),
|
|
11826
11853
|
/* harmony export */ DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_11__.DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE),
|
|
@@ -12398,6 +12425,8 @@ const Flex = (props) => {
|
|
|
12398
12425
|
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, otherProps, mergedStyleProps), children));
|
|
12399
12426
|
};
|
|
12400
12427
|
Flex.spiritComponent = 'Flex';
|
|
12428
|
+
Flex.spiritDefaultElement = 'div';
|
|
12429
|
+
Flex.spiritDefaultProps = null;
|
|
12401
12430
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Flex);
|
|
12402
12431
|
|
|
12403
12432
|
|
|
@@ -12496,15 +12525,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12496
12525
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12497
12526
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
12498
12527
|
/* harmony export */ });
|
|
12499
|
-
/* harmony import */ var
|
|
12500
|
-
/* harmony import */ var
|
|
12501
|
-
/* harmony import */ var
|
|
12502
|
-
/* harmony import */ var
|
|
12503
|
-
/* harmony import */ var
|
|
12504
|
-
/* harmony import */ var
|
|
12505
|
-
/* harmony import */ var
|
|
12506
|
-
/* harmony import */ var
|
|
12507
|
-
/* harmony import */ var _useFooterStyleProps__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./useFooterStyleProps */ "./src/components/Footer/useFooterStyleProps.ts");
|
|
12528
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
12529
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
12530
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants */ "./src/constants/dictionaries.ts");
|
|
12531
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants */ "./src/constants/style.ts");
|
|
12532
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
12533
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils */ "./src/utils/mergeStyleProps.ts");
|
|
12534
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ "./src/components/Footer/constants.ts");
|
|
12535
|
+
/* harmony import */ var _useFooterStyleProps__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./useFooterStyleProps */ "./src/components/Footer/useFooterStyleProps.ts");
|
|
12508
12536
|
'use client';
|
|
12509
12537
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
12510
12538
|
var t = {};
|
|
@@ -12524,20 +12552,22 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
12524
12552
|
|
|
12525
12553
|
|
|
12526
12554
|
const defaultStyleProps = {
|
|
12527
|
-
backgroundColor:
|
|
12528
|
-
|
|
12529
|
-
|
|
12555
|
+
backgroundColor: _constants__WEBPACK_IMPORTED_MODULE_1__.BackgroundColors.SECONDARY,
|
|
12556
|
+
elementType: 'footer',
|
|
12557
|
+
paddingBottom: _constants__WEBPACK_IMPORTED_MODULE_2__.PADDING_BOTTOM,
|
|
12558
|
+
paddingTop: _constants__WEBPACK_IMPORTED_MODULE_2__.PADDING_TOP,
|
|
12530
12559
|
};
|
|
12531
12560
|
const Footer = (props) => {
|
|
12532
12561
|
const propsWithDefaults = Object.assign(Object.assign({}, defaultStyleProps), props);
|
|
12533
|
-
const { children, backgroundColor } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["children", "backgroundColor"]);
|
|
12534
|
-
const { classProps } = (0,
|
|
12535
|
-
const { styleProps, props: otherProps } = (0,
|
|
12536
|
-
paddingBottom:
|
|
12537
|
-
paddingTop:
|
|
12538
|
-
textAlignment:
|
|
12562
|
+
const { elementType: ElementTag = defaultStyleProps.elementType, children, backgroundColor } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["elementType", "children", "backgroundColor"]);
|
|
12563
|
+
const { classProps } = (0,_useFooterStyleProps__WEBPACK_IMPORTED_MODULE_3__.useFooterStyleProps)({ backgroundColor });
|
|
12564
|
+
const { styleProps, props: otherProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_4__.useStyleProps)(restProps, {
|
|
12565
|
+
paddingBottom: _constants__WEBPACK_IMPORTED_MODULE_5__.PaddingStyleProps.paddingBottom,
|
|
12566
|
+
paddingTop: _constants__WEBPACK_IMPORTED_MODULE_5__.PaddingStyleProps.paddingTop,
|
|
12567
|
+
textAlignment: _constants__WEBPACK_IMPORTED_MODULE_5__.TextStyleProps.textAlignment,
|
|
12539
12568
|
});
|
|
12540
|
-
|
|
12569
|
+
const mergedStyleProps = (0,_utils__WEBPACK_IMPORTED_MODULE_6__.mergeStyleProps)(ElementTag, { classProps, styleProps, otherProps });
|
|
12570
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, otherProps, mergedStyleProps), children));
|
|
12541
12571
|
};
|
|
12542
12572
|
Footer.spiritComponent = 'Footer';
|
|
12543
12573
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Footer);
|
|
@@ -12659,6 +12689,8 @@ const Grid = (props) => {
|
|
|
12659
12689
|
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, otherProps, mergedStyleProps), children));
|
|
12660
12690
|
};
|
|
12661
12691
|
Grid.spiritComponent = 'Grid';
|
|
12692
|
+
Grid.spiritDefaultElement = 'div';
|
|
12693
|
+
Grid.spiritDefaultProps = null;
|
|
12662
12694
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Grid);
|
|
12663
12695
|
|
|
12664
12696
|
|
|
@@ -12704,6 +12736,8 @@ const GridItem = (props) => {
|
|
|
12704
12736
|
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, otherProps, mergedStyleProps), children));
|
|
12705
12737
|
};
|
|
12706
12738
|
GridItem.spiritComponent = 'GridItem';
|
|
12739
|
+
GridItem.spiritDefaultElement = 'div';
|
|
12740
|
+
GridItem.spiritDefaultProps = null;
|
|
12707
12741
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (GridItem);
|
|
12708
12742
|
|
|
12709
12743
|
|
|
@@ -12765,17 +12799,18 @@ const setGridItemStyle = (styleObject, baseVarName, propValue) => {
|
|
|
12765
12799
|
function useGridItemStyleProps(props) {
|
|
12766
12800
|
const gridItemClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_0__.useClassNamePrefix)('GridItem');
|
|
12767
12801
|
const gridItemStyle = {};
|
|
12768
|
-
const
|
|
12802
|
+
const propsClone = Object.assign({}, props);
|
|
12803
|
+
const typePropNames = Object.keys(propsClone).filter((propName) => propName.startsWith('column') || propName.startsWith('row'));
|
|
12769
12804
|
typePropNames.forEach((propName) => {
|
|
12770
12805
|
const type = propName.startsWith('column') ? 'column' : 'row';
|
|
12771
|
-
if (
|
|
12772
|
-
setGridItemStyle(gridItemStyle, `grid-item-${type}-${propName.replace(type, '').toLowerCase()}`,
|
|
12806
|
+
if (propsClone[propName]) {
|
|
12807
|
+
setGridItemStyle(gridItemStyle, `grid-item-${type}-${propName.replace(type, '').toLowerCase()}`, propsClone[propName]);
|
|
12773
12808
|
}
|
|
12774
|
-
delete
|
|
12809
|
+
delete propsClone[propName];
|
|
12775
12810
|
});
|
|
12776
12811
|
return {
|
|
12777
12812
|
classProps: gridItemClass,
|
|
12778
|
-
props,
|
|
12813
|
+
props: propsClone,
|
|
12779
12814
|
styleProps: gridItemStyle,
|
|
12780
12815
|
};
|
|
12781
12816
|
}
|
|
@@ -13822,6 +13857,72 @@ function useHeadingStyleProps(props) {
|
|
|
13822
13857
|
}
|
|
13823
13858
|
|
|
13824
13859
|
|
|
13860
|
+
/***/ }),
|
|
13861
|
+
|
|
13862
|
+
/***/ "./src/components/Hidden/Hidden.tsx":
|
|
13863
|
+
/*!******************************************!*\
|
|
13864
|
+
!*** ./src/components/Hidden/Hidden.tsx ***!
|
|
13865
|
+
\******************************************/
|
|
13866
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13867
|
+
|
|
13868
|
+
"use strict";
|
|
13869
|
+
__webpack_require__.r(__webpack_exports__);
|
|
13870
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13871
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
13872
|
+
/* harmony export */ });
|
|
13873
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
13874
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
13875
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
13876
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils */ "./src/utils/mergeStyleProps.ts");
|
|
13877
|
+
'use client';
|
|
13878
|
+
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
13879
|
+
var t = {};
|
|
13880
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
13881
|
+
t[p] = s[p];
|
|
13882
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
13883
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
13884
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
13885
|
+
t[p[i]] = s[p[i]];
|
|
13886
|
+
}
|
|
13887
|
+
return t;
|
|
13888
|
+
};
|
|
13889
|
+
|
|
13890
|
+
|
|
13891
|
+
|
|
13892
|
+
const defaultProps = {
|
|
13893
|
+
elementType: 'span',
|
|
13894
|
+
};
|
|
13895
|
+
const Hidden = (props) => {
|
|
13896
|
+
const propsWithDefaults = Object.assign(Object.assign({}, defaultProps), props);
|
|
13897
|
+
const { elementType: ElementTag = 'span', children, on, from } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["elementType", "children", "on", "from"]);
|
|
13898
|
+
const stylePropsWithMapping = Object.assign(Object.assign({}, restProps), { hideOn: on || restProps.hideOn, hideFrom: from || restProps.hideFrom });
|
|
13899
|
+
const { styleProps, props: otherProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_1__.useStyleProps)(stylePropsWithMapping);
|
|
13900
|
+
const mergedStyleProps = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.mergeStyleProps)(ElementTag, { styleProps });
|
|
13901
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, otherProps, mergedStyleProps), children));
|
|
13902
|
+
};
|
|
13903
|
+
Hidden.spiritComponent = 'Hidden';
|
|
13904
|
+
Hidden.spiritDefaultElement = 'span';
|
|
13905
|
+
Hidden.spiritDefaultProps = null;
|
|
13906
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Hidden);
|
|
13907
|
+
|
|
13908
|
+
|
|
13909
|
+
/***/ }),
|
|
13910
|
+
|
|
13911
|
+
/***/ "./src/components/Hidden/index.ts":
|
|
13912
|
+
/*!****************************************!*\
|
|
13913
|
+
!*** ./src/components/Hidden/index.ts ***!
|
|
13914
|
+
\****************************************/
|
|
13915
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13916
|
+
|
|
13917
|
+
"use strict";
|
|
13918
|
+
__webpack_require__.r(__webpack_exports__);
|
|
13919
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13920
|
+
/* harmony export */ Hidden: () => (/* reexport safe */ _Hidden__WEBPACK_IMPORTED_MODULE_0__["default"])
|
|
13921
|
+
/* harmony export */ });
|
|
13922
|
+
/* harmony import */ var _Hidden__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Hidden */ "./src/components/Hidden/Hidden.tsx");
|
|
13923
|
+
|
|
13924
|
+
|
|
13925
|
+
|
|
13825
13926
|
/***/ }),
|
|
13826
13927
|
|
|
13827
13928
|
/***/ "./src/components/Icon/Icon.tsx":
|
|
@@ -14542,7 +14643,7 @@ const defaultProps = {
|
|
|
14542
14643
|
const Matrix = (props) => {
|
|
14543
14644
|
const propsWithDefaults = Object.assign(Object.assign({}, defaultProps), props);
|
|
14544
14645
|
const { elementType: ElementTag = 'div', children } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["elementType", "children"]);
|
|
14545
|
-
const itemsCount =
|
|
14646
|
+
const itemsCount = react__WEBPACK_IMPORTED_MODULE_0__.Children.count(children);
|
|
14546
14647
|
const { classProps, props: modifiedProps, styleProps: matrixStyleProps, } = (0,_useMatrixStyleProps__WEBPACK_IMPORTED_MODULE_2__.useMatrixStyleProps)(Object.assign(Object.assign({}, restProps), { itemsCount }));
|
|
14547
14648
|
const { styleProps, props: otherProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useStyleProps)(modifiedProps);
|
|
14548
14649
|
const mergedStyleProps = (0,_utils__WEBPACK_IMPORTED_MODULE_4__.mergeStyleProps)(ElementTag, { classProps, styleProps, otherProps, matrixStyleProps });
|
|
@@ -14781,9 +14882,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14781
14882
|
/* harmony export */ });
|
|
14782
14883
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
14783
14884
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14784
|
-
/* harmony import */ var
|
|
14785
|
-
/* harmony import */ var
|
|
14786
|
-
/* harmony import */ var
|
|
14885
|
+
/* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Button */ "./src/components/Button/Button.tsx");
|
|
14886
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Icon */ "./src/components/Icon/Icon.tsx");
|
|
14887
|
+
/* harmony import */ var _VisuallyHidden__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../VisuallyHidden */ "./src/components/VisuallyHidden/VisuallyHidden.tsx");
|
|
14888
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "./src/components/Modal/constants.ts");
|
|
14787
14889
|
'use client';
|
|
14788
14890
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
14789
14891
|
var t = {};
|
|
@@ -14800,11 +14902,12 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
14800
14902
|
|
|
14801
14903
|
|
|
14802
14904
|
|
|
14905
|
+
|
|
14803
14906
|
const ModalCloseButton = (_a) => {
|
|
14804
|
-
var { label =
|
|
14805
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
14806
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
14807
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
14907
|
+
var { label = _constants__WEBPACK_IMPORTED_MODULE_1__.MODAL_CLOSE_BUTTON_LABEL_DEFAULT, onClose, id, isOpen } = _a, restProps = __rest(_a, ["label", "onClose", "id", "isOpen"]);
|
|
14908
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Button__WEBPACK_IMPORTED_MODULE_2__["default"], Object.assign({}, restProps, { isSymmetrical: true, color: "tertiary", onClick: onClose, "aria-expanded": isOpen, "aria-controls": id }),
|
|
14909
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_3__["default"], { name: "close" }),
|
|
14910
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_VisuallyHidden__WEBPACK_IMPORTED_MODULE_4__["default"], null, label)));
|
|
14808
14911
|
};
|
|
14809
14912
|
ModalCloseButton.spiritComponent = 'ModalCloseButton';
|
|
14810
14913
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ModalCloseButton);
|
|
@@ -14962,10 +15065,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14962
15065
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
14963
15066
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
|
|
14964
15067
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
14965
|
-
/* harmony import */ var
|
|
14966
|
-
/* harmony import */ var
|
|
14967
|
-
/* harmony import */ var
|
|
14968
|
-
/* harmony import */ var
|
|
15068
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
15069
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ "./src/components/Modal/constants.ts");
|
|
15070
|
+
/* harmony import */ var _ModalCloseButton__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./ModalCloseButton */ "./src/components/Modal/ModalCloseButton.tsx");
|
|
15071
|
+
/* harmony import */ var _ModalContext__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ModalContext */ "./src/components/Modal/ModalContext.ts");
|
|
15072
|
+
/* harmony import */ var _useModalStyleProps__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./useModalStyleProps */ "./src/components/Modal/useModalStyleProps.ts");
|
|
14969
15073
|
'use client';
|
|
14970
15074
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
14971
15075
|
var t = {};
|
|
@@ -14984,23 +15088,40 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
14984
15088
|
|
|
14985
15089
|
|
|
14986
15090
|
|
|
15091
|
+
|
|
14987
15092
|
const defaultProps = {
|
|
14988
15093
|
hasCloseButton: true,
|
|
14989
15094
|
};
|
|
14990
15095
|
const ModalHeader = (props) => {
|
|
14991
15096
|
const propsWithDefaults = Object.assign(Object.assign({}, defaultProps), props);
|
|
14992
|
-
const { children, closeLabel, hasCloseButton } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["children", "closeLabel", "hasCloseButton"]);
|
|
14993
|
-
const { classProps } = (0,
|
|
14994
|
-
const { styleProps, props: otherProps } = (0,
|
|
14995
|
-
const { id, isOpen, onClose } = (0,
|
|
15097
|
+
const { children, closeLabel = _constants__WEBPACK_IMPORTED_MODULE_2__.MODAL_CLOSE_BUTTON_LABEL_DEFAULT, hasCloseButton } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["children", "closeLabel", "hasCloseButton"]);
|
|
15098
|
+
const { classProps } = (0,_useModalStyleProps__WEBPACK_IMPORTED_MODULE_3__.useModalStyleProps)();
|
|
15099
|
+
const { styleProps, props: otherProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_4__.useStyleProps)(restProps);
|
|
15100
|
+
const { id, isOpen, onClose } = (0,_ModalContext__WEBPACK_IMPORTED_MODULE_5__.useModalContext)();
|
|
14996
15101
|
return (react__WEBPACK_IMPORTED_MODULE_1___default().createElement("header", Object.assign({}, otherProps, styleProps, { className: classnames__WEBPACK_IMPORTED_MODULE_0___default()(classProps.header, styleProps.className) }),
|
|
14997
15102
|
children && (react__WEBPACK_IMPORTED_MODULE_1___default().createElement("h2", { id: `${id}__title`, className: classProps.title }, children)),
|
|
14998
|
-
hasCloseButton && react__WEBPACK_IMPORTED_MODULE_1___default().createElement(
|
|
15103
|
+
hasCloseButton && react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_ModalCloseButton__WEBPACK_IMPORTED_MODULE_6__["default"], { id: id, isOpen: isOpen, label: closeLabel, onClose: onClose })));
|
|
14999
15104
|
};
|
|
15000
15105
|
ModalHeader.spiritComponent = 'ModalHeader';
|
|
15001
15106
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ModalHeader);
|
|
15002
15107
|
|
|
15003
15108
|
|
|
15109
|
+
/***/ }),
|
|
15110
|
+
|
|
15111
|
+
/***/ "./src/components/Modal/constants.ts":
|
|
15112
|
+
/*!*******************************************!*\
|
|
15113
|
+
!*** ./src/components/Modal/constants.ts ***!
|
|
15114
|
+
\*******************************************/
|
|
15115
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15116
|
+
|
|
15117
|
+
"use strict";
|
|
15118
|
+
__webpack_require__.r(__webpack_exports__);
|
|
15119
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15120
|
+
/* harmony export */ MODAL_CLOSE_BUTTON_LABEL_DEFAULT: () => (/* binding */ MODAL_CLOSE_BUTTON_LABEL_DEFAULT)
|
|
15121
|
+
/* harmony export */ });
|
|
15122
|
+
const MODAL_CLOSE_BUTTON_LABEL_DEFAULT = 'Close';
|
|
15123
|
+
|
|
15124
|
+
|
|
15004
15125
|
/***/ }),
|
|
15005
15126
|
|
|
15006
15127
|
/***/ "./src/components/Modal/index.ts":
|
|
@@ -15073,8 +15194,7 @@ const setCustomHeight = (baseVarName, propValue) => {
|
|
|
15073
15194
|
var _a;
|
|
15074
15195
|
const suffix = key === 'mobile' ? '' : `-${key}`;
|
|
15075
15196
|
const propName = `--${baseVarName}${suffix}`;
|
|
15076
|
-
acc[propName]
|
|
15077
|
-
return acc;
|
|
15197
|
+
return Object.assign(Object.assign({}, acc), { [propName]: (_a = propValue[key]) === null || _a === void 0 ? void 0 : _a.toString() });
|
|
15078
15198
|
}, {});
|
|
15079
15199
|
}
|
|
15080
15200
|
const propName = `--${baseVarName}`;
|
|
@@ -15605,9 +15725,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15605
15725
|
/* harmony export */ });
|
|
15606
15726
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
15607
15727
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
15608
|
-
/* harmony import */ var
|
|
15609
|
-
/* harmony import */ var
|
|
15610
|
-
/* harmony import */ var
|
|
15728
|
+
/* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../Button */ "./src/components/ButtonLink/ButtonLink.tsx");
|
|
15729
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Icon */ "./src/components/Icon/Icon.tsx");
|
|
15730
|
+
/* harmony import */ var _VisuallyHidden__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../VisuallyHidden */ "./src/components/VisuallyHidden/VisuallyHidden.tsx");
|
|
15731
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "./src/components/Pagination/constants.ts");
|
|
15611
15732
|
'use client';
|
|
15612
15733
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
15613
15734
|
var t = {};
|
|
@@ -15624,15 +15745,18 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
15624
15745
|
|
|
15625
15746
|
|
|
15626
15747
|
|
|
15748
|
+
|
|
15627
15749
|
const _PaginationButtonLink = (props, ref) => {
|
|
15628
|
-
const _a = props, { direction, accessibilityLabel
|
|
15750
|
+
const _a = props, { direction, accessibilityLabel = direction === 'previous'
|
|
15751
|
+
? _constants__WEBPACK_IMPORTED_MODULE_1__.PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL
|
|
15752
|
+
: _constants__WEBPACK_IMPORTED_MODULE_1__.PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL } = _a, restProps = __rest(_a, ["direction", "accessibilityLabel"]);
|
|
15629
15753
|
const iconType = {
|
|
15630
15754
|
previous: 'chevron-left',
|
|
15631
15755
|
next: 'chevron-right',
|
|
15632
15756
|
};
|
|
15633
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
15634
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
15635
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
15757
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Button__WEBPACK_IMPORTED_MODULE_2__["default"], Object.assign({ color: "secondary", isSymmetrical: true }, restProps, { ref: ref }),
|
|
15758
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_3__["default"], { name: iconType[direction] }),
|
|
15759
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_VisuallyHidden__WEBPACK_IMPORTED_MODULE_4__["default"], null, accessibilityLabel)));
|
|
15636
15760
|
};
|
|
15637
15761
|
const PaginationButtonLink = (0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(_PaginationButtonLink);
|
|
15638
15762
|
PaginationButtonLink.spiritComponent = 'PaginationButtonLink';
|
|
@@ -15699,10 +15823,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15699
15823
|
/* harmony export */ });
|
|
15700
15824
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
15701
15825
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
15702
|
-
/* harmony import */ var
|
|
15703
|
-
/* harmony import */ var
|
|
15704
|
-
/* harmony import */ var
|
|
15705
|
-
/* harmony import */ var
|
|
15826
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
15827
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils */ "./src/utils/mergeStyleProps.ts");
|
|
15828
|
+
/* harmony import */ var _VisuallyHidden__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../VisuallyHidden */ "./src/components/VisuallyHidden/VisuallyHidden.tsx");
|
|
15829
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "./src/components/Pagination/constants.ts");
|
|
15830
|
+
/* harmony import */ var _usePaginationStyleProps__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./usePaginationStyleProps */ "./src/components/Pagination/usePaginationStyleProps.ts");
|
|
15706
15831
|
'use client';
|
|
15707
15832
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
15708
15833
|
var t = {};
|
|
@@ -15720,13 +15845,15 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
15720
15845
|
|
|
15721
15846
|
|
|
15722
15847
|
|
|
15848
|
+
|
|
15723
15849
|
const _PaginationLink = (props, ref) => {
|
|
15724
15850
|
const { elementType: ElementTag = 'a', accessibilityLabel, isCurrent, pageNumber } = props, restProps = __rest(props, ["elementType", "accessibilityLabel", "isCurrent", "pageNumber"]);
|
|
15725
|
-
const
|
|
15726
|
-
const {
|
|
15727
|
-
const
|
|
15728
|
-
|
|
15729
|
-
|
|
15851
|
+
const visuallyHiddenLabel = accessibilityLabel || `${_constants__WEBPACK_IMPORTED_MODULE_1__.PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX} ${pageNumber}`;
|
|
15852
|
+
const { classProps } = (0,_usePaginationStyleProps__WEBPACK_IMPORTED_MODULE_2__.usePaginationStyleProps)({ isCurrent });
|
|
15853
|
+
const { styleProps, props: otherProps } = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useStyleProps)(restProps);
|
|
15854
|
+
const mergedStyleProps = (0,_utils__WEBPACK_IMPORTED_MODULE_4__.mergeStyleProps)(ElementTag, { classProps: classProps.link, styleProps, otherProps });
|
|
15855
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ElementTag, Object.assign({}, (isCurrent && { 'aria-current': 'page' }), otherProps, mergedStyleProps, { ref: ref }),
|
|
15856
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_VisuallyHidden__WEBPACK_IMPORTED_MODULE_5__["default"], null, visuallyHiddenLabel),
|
|
15730
15857
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", { "aria-hidden": "true" }, pageNumber)));
|
|
15731
15858
|
};
|
|
15732
15859
|
const PaginationLink = (0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(_PaginationLink);
|
|
@@ -15831,12 +15958,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15831
15958
|
/* harmony export */ });
|
|
15832
15959
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
15833
15960
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
15834
|
-
/* harmony import */ var
|
|
15835
|
-
/* harmony import */ var
|
|
15836
|
-
/* harmony import */ var
|
|
15837
|
-
/* harmony import */ var
|
|
15838
|
-
/* harmony import */ var
|
|
15839
|
-
/* harmony import */ var
|
|
15961
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "./src/components/Pagination/constants.ts");
|
|
15962
|
+
/* harmony import */ var _Pagination__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Pagination */ "./src/components/Pagination/Pagination.tsx");
|
|
15963
|
+
/* harmony import */ var _PaginationItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./PaginationItem */ "./src/components/Pagination/PaginationItem.tsx");
|
|
15964
|
+
/* harmony import */ var _PaginationLink__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./PaginationLink */ "./src/components/Pagination/PaginationLink.tsx");
|
|
15965
|
+
/* harmony import */ var _PaginationLinkNext__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./PaginationLinkNext */ "./src/components/Pagination/PaginationLinkNext.tsx");
|
|
15966
|
+
/* harmony import */ var _PaginationLinkPrevious__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./PaginationLinkPrevious */ "./src/components/Pagination/PaginationLinkPrevious.tsx");
|
|
15967
|
+
/* harmony import */ var _usePagination__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./usePagination */ "./src/components/Pagination/usePagination.tsx");
|
|
15840
15968
|
'use client';
|
|
15841
15969
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
15842
15970
|
var t = {};
|
|
@@ -15856,25 +15984,26 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
15856
15984
|
|
|
15857
15985
|
|
|
15858
15986
|
|
|
15987
|
+
|
|
15859
15988
|
const UncontrolledPagination = (props) => {
|
|
15860
|
-
const { accessibilityLabel, accessibilityLabelPrevious =
|
|
15861
|
-
const { currentPage, pages, handlePageChange } = (0,
|
|
15989
|
+
const { accessibilityLabel = _constants__WEBPACK_IMPORTED_MODULE_1__.PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX, accessibilityLabelPrevious = _constants__WEBPACK_IMPORTED_MODULE_1__.PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL, accessibilityLabelNext = _constants__WEBPACK_IMPORTED_MODULE_1__.PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL, defaultPage = 1, onChange, totalPages = 0, visiblePages = 5 } = props, rest = __rest(props, ["accessibilityLabel", "accessibilityLabelPrevious", "accessibilityLabelNext", "defaultPage", "onChange", "totalPages", "visiblePages"]);
|
|
15990
|
+
const { currentPage, pages, handlePageChange } = (0,_usePagination__WEBPACK_IMPORTED_MODULE_2__.usePagination)({
|
|
15862
15991
|
defaultPage,
|
|
15863
15992
|
onChange,
|
|
15864
15993
|
totalPages,
|
|
15865
15994
|
visiblePages,
|
|
15866
15995
|
});
|
|
15867
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
15868
|
-
currentPage !== 1 && (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
15996
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Pagination__WEBPACK_IMPORTED_MODULE_3__["default"], Object.assign({}, rest),
|
|
15997
|
+
currentPage !== 1 && (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_PaginationLinkPrevious__WEBPACK_IMPORTED_MODULE_4__["default"], { accessibilityLabel: accessibilityLabelPrevious, onClick: (event) => {
|
|
15869
15998
|
event.preventDefault();
|
|
15870
15999
|
handlePageChange(currentPage - 1);
|
|
15871
16000
|
} })), pages === null || pages === void 0 ? void 0 :
|
|
15872
|
-
pages.map((pageNumber) => (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
15873
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
16001
|
+
pages.map((pageNumber) => (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_PaginationItem__WEBPACK_IMPORTED_MODULE_5__["default"], { key: pageNumber },
|
|
16002
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_PaginationLink__WEBPACK_IMPORTED_MODULE_6__["default"], { accessibilityLabel: `${accessibilityLabel} ${pageNumber}`, href: "#", isCurrent: currentPage === pageNumber, pageNumber: pageNumber, onClick: (event) => {
|
|
15874
16003
|
event.preventDefault();
|
|
15875
16004
|
handlePageChange(pageNumber);
|
|
15876
16005
|
} })))),
|
|
15877
|
-
currentPage !== totalPages && (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
16006
|
+
currentPage !== totalPages && (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_PaginationLinkNext__WEBPACK_IMPORTED_MODULE_7__["default"], { accessibilityLabel: accessibilityLabelNext, onClick: (event) => {
|
|
15878
16007
|
event.preventDefault();
|
|
15879
16008
|
handlePageChange(currentPage + 1);
|
|
15880
16009
|
} }))));
|
|
@@ -15894,11 +16023,13 @@ UncontrolledPagination.spiritComponent = 'UncontrolledPagination';
|
|
|
15894
16023
|
"use strict";
|
|
15895
16024
|
__webpack_require__.r(__webpack_exports__);
|
|
15896
16025
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16026
|
+
/* harmony export */ PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX: () => (/* binding */ PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX),
|
|
15897
16027
|
/* harmony export */ PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* binding */ PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
15898
16028
|
/* harmony export */ PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* binding */ PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL)
|
|
15899
16029
|
/* harmony export */ });
|
|
15900
16030
|
const PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL = 'Previous';
|
|
15901
16031
|
const PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL = 'Next';
|
|
16032
|
+
const PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX = 'Go to page';
|
|
15902
16033
|
|
|
15903
16034
|
|
|
15904
16035
|
/***/ }),
|
|
@@ -15912,6 +16043,7 @@ const PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL = 'Next';
|
|
|
15912
16043
|
"use strict";
|
|
15913
16044
|
__webpack_require__.r(__webpack_exports__);
|
|
15914
16045
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16046
|
+
/* harmony export */ PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_7__.PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX),
|
|
15915
16047
|
/* harmony export */ PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_7__.PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
15916
16048
|
/* harmony export */ PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_7__.PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
15917
16049
|
/* harmony export */ Pagination: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
@@ -16888,7 +17020,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16888
17020
|
/* harmony export */ });
|
|
16889
17021
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ "../../node_modules/classnames/index.js");
|
|
16890
17022
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
16891
|
-
/* harmony import */ var
|
|
17023
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants */ "./src/constants/inputs.ts");
|
|
17024
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useClassNamePrefix.ts");
|
|
17025
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useInputPositionClass.ts");
|
|
16892
17026
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
16893
17027
|
var t = {};
|
|
16894
17028
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -16902,19 +17036,22 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
16902
17036
|
};
|
|
16903
17037
|
|
|
16904
17038
|
|
|
17039
|
+
|
|
16905
17040
|
function useRadioStyleProps(props) {
|
|
16906
|
-
const {
|
|
17041
|
+
const { inputPosition = _constants__WEBPACK_IMPORTED_MODULE_1__.InputPositions.START, isItem, isLabelHidden, validationState } = props, restProps = __rest(props, ["inputPosition", "isItem", "isLabelHidden", "validationState"]);
|
|
16907
17042
|
const { isDisabled } = restProps;
|
|
16908
|
-
const radioClass = (0,
|
|
17043
|
+
const radioClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_2__.useClassNamePrefix)('Radio');
|
|
16909
17044
|
const radioDisabledClass = `${radioClass}--disabled`;
|
|
16910
17045
|
const radioItemClass = `${radioClass}--item`;
|
|
16911
17046
|
const radioInputClass = `${radioClass}__input`;
|
|
17047
|
+
const radioInputPositionClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useInputPositionClass)(radioClass, inputPosition);
|
|
16912
17048
|
const radioLabelClass = `${radioClass}__label`;
|
|
16913
17049
|
const radioLabelHiddenClass = `${radioClass}__label--hidden`;
|
|
16914
17050
|
const radioTextClass = `${radioClass}__text`;
|
|
16915
17051
|
const radioHelperTextClass = `${radioClass}__helperText`;
|
|
16916
17052
|
const radioValidationClass = `${radioClass}--${validationState}`;
|
|
16917
17053
|
const rootStyles = classnames__WEBPACK_IMPORTED_MODULE_0___default()(radioClass, {
|
|
17054
|
+
[radioInputPositionClass]: radioInputPositionClass,
|
|
16918
17055
|
[radioDisabledClass]: isDisabled,
|
|
16919
17056
|
[radioItemClass]: isItem,
|
|
16920
17057
|
[radioValidationClass]: validationState,
|
|
@@ -17021,10 +17158,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17021
17158
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants */ "./src/constants/direction.ts");
|
|
17022
17159
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/styleProps.ts");
|
|
17023
17160
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils */ "./src/utils/mergeStyleProps.ts");
|
|
17024
|
-
/* harmony import */ var
|
|
17025
|
-
/* harmony import */ var
|
|
17161
|
+
/* harmony import */ var _ControlButton__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../ControlButton */ "./src/components/ControlButton/ControlButton.tsx");
|
|
17162
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../Icon */ "./src/components/Icon/Icon.tsx");
|
|
17163
|
+
/* harmony import */ var _useScrollCallback__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./useScrollCallback */ "./src/components/ScrollView/useScrollCallback.ts");
|
|
17026
17164
|
/* harmony import */ var _useScrollViewArrows__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./useScrollViewArrows */ "./src/components/ScrollView/useScrollViewArrows.ts");
|
|
17027
17165
|
/* harmony import */ var _useScrollViewStyleProps__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./useScrollViewStyleProps */ "./src/components/ScrollView/useScrollViewStyleProps.ts");
|
|
17166
|
+
'use client';
|
|
17028
17167
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
17029
17168
|
var t = {};
|
|
17030
17169
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -17044,6 +17183,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
17044
17183
|
|
|
17045
17184
|
|
|
17046
17185
|
|
|
17186
|
+
|
|
17047
17187
|
const ScrollViewArrows = (props) => {
|
|
17048
17188
|
const { ariaLabelArrows, direction, scrollStep, viewportRef } = props, restProps = __rest(props, ["ariaLabelArrows", "direction", "scrollStep", "viewportRef"]);
|
|
17049
17189
|
const { classProps } = (0,_useScrollViewStyleProps__WEBPACK_IMPORTED_MODULE_1__.useScrollViewStyleProps)({
|
|
@@ -17053,16 +17193,9 @@ const ScrollViewArrows = (props) => {
|
|
|
17053
17193
|
const mergedStyleProps = (0,_utils__WEBPACK_IMPORTED_MODULE_3__.mergeStyleProps)('button', { classProps: classProps.arrows, styleProps });
|
|
17054
17194
|
const isHorizontal = (0,_constants__WEBPACK_IMPORTED_MODULE_4__.isDirectionHorizontal)(direction);
|
|
17055
17195
|
const { arrows } = (0,_useScrollViewArrows__WEBPACK_IMPORTED_MODULE_5__.useScrollViewArrows)(isHorizontal, ariaLabelArrows, scrollStep);
|
|
17056
|
-
const handleScroll = (
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
(_a = viewportRef.current) === null || _a === void 0 ? void 0 : _a.scrollBy({
|
|
17060
|
-
[scrollToDirection]: step,
|
|
17061
|
-
behavior: 'smooth',
|
|
17062
|
-
});
|
|
17063
|
-
};
|
|
17064
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", Object.assign({}, otherProps, mergedStyleProps), arrows.map(({ icon, label, step }) => (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ControlButton__WEBPACK_IMPORTED_MODULE_6__["default"], { key: icon, "aria-label": label, onClick: () => handleScroll(step), size: "small", isSymmetrical: true },
|
|
17065
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_7__["default"], { name: icon }))))));
|
|
17196
|
+
const { handleScroll } = (0,_useScrollCallback__WEBPACK_IMPORTED_MODULE_6__.useScrollCallback)({ viewportRef, direction });
|
|
17197
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", Object.assign({}, otherProps, mergedStyleProps), arrows.map(({ icon, label, step }) => (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ControlButton__WEBPACK_IMPORTED_MODULE_7__["default"], { key: icon, "aria-label": label, onClick: () => handleScroll(step), size: "small", isSymmetrical: true },
|
|
17198
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_8__["default"], { name: icon }))))));
|
|
17066
17199
|
};
|
|
17067
17200
|
ScrollViewArrows.spiritComponent = 'ScrollViewArrows';
|
|
17068
17201
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ScrollViewArrows);
|
|
@@ -17081,6 +17214,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17081
17214
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17082
17215
|
/* harmony export */ DEBOUNCE_DELAY: () => (/* binding */ DEBOUNCE_DELAY),
|
|
17083
17216
|
/* harmony export */ EDGE_DETECTION_INACCURACY_PX: () => (/* binding */ EDGE_DETECTION_INACCURACY_PX),
|
|
17217
|
+
/* harmony export */ SCROLL_CANCEL_DELAY: () => (/* binding */ SCROLL_CANCEL_DELAY),
|
|
17084
17218
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END: () => (/* binding */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END),
|
|
17085
17219
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START: () => (/* binding */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START),
|
|
17086
17220
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END: () => (/* binding */ SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END),
|
|
@@ -17092,6 +17226,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17092
17226
|
|
|
17093
17227
|
const DEBOUNCE_DELAY = 50;
|
|
17094
17228
|
const EDGE_DETECTION_INACCURACY_PX = 1;
|
|
17229
|
+
const SCROLL_CANCEL_DELAY = 10;
|
|
17095
17230
|
const SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END = 'Scroll right';
|
|
17096
17231
|
const SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START = 'Scroll left';
|
|
17097
17232
|
const SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END = 'Scroll down';
|
|
@@ -17113,6 +17248,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17113
17248
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17114
17249
|
/* harmony export */ DEBOUNCE_DELAY: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.DEBOUNCE_DELAY),
|
|
17115
17250
|
/* harmony export */ EDGE_DETECTION_INACCURACY_PX: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.EDGE_DETECTION_INACCURACY_PX),
|
|
17251
|
+
/* harmony export */ SCROLL_CANCEL_DELAY: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.SCROLL_CANCEL_DELAY),
|
|
17116
17252
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END),
|
|
17117
17253
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START),
|
|
17118
17254
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END),
|
|
@@ -17121,16 +17257,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17121
17257
|
/* harmony export */ SCROLL_VIEW_DEFAULT_OVERFLOW_DECORATOR: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_2__.SCROLL_VIEW_DEFAULT_OVERFLOW_DECORATOR),
|
|
17122
17258
|
/* harmony export */ ScrollView: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
17123
17259
|
/* harmony export */ ScrollViewArrows: () => (/* reexport safe */ _ScrollViewArrows__WEBPACK_IMPORTED_MODULE_1__["default"]),
|
|
17260
|
+
/* harmony export */ useScrollCallback: () => (/* reexport safe */ _useScrollCallback__WEBPACK_IMPORTED_MODULE_4__.useScrollCallback),
|
|
17124
17261
|
/* harmony export */ useScrollPosition: () => (/* reexport safe */ _useScrollPosition__WEBPACK_IMPORTED_MODULE_3__.useScrollPosition),
|
|
17125
|
-
/* harmony export */ useScrollViewArrows: () => (/* reexport safe */
|
|
17126
|
-
/* harmony export */ useScrollViewStyleProps: () => (/* reexport safe */
|
|
17262
|
+
/* harmony export */ useScrollViewArrows: () => (/* reexport safe */ _useScrollViewArrows__WEBPACK_IMPORTED_MODULE_5__.useScrollViewArrows),
|
|
17263
|
+
/* harmony export */ useScrollViewStyleProps: () => (/* reexport safe */ _useScrollViewStyleProps__WEBPACK_IMPORTED_MODULE_6__.useScrollViewStyleProps)
|
|
17127
17264
|
/* harmony export */ });
|
|
17128
17265
|
/* harmony import */ var _ScrollView__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ScrollView */ "./src/components/ScrollView/ScrollView.tsx");
|
|
17129
17266
|
/* harmony import */ var _ScrollViewArrows__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ScrollViewArrows */ "./src/components/ScrollView/ScrollViewArrows.tsx");
|
|
17130
17267
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ "./src/components/ScrollView/constants.ts");
|
|
17131
17268
|
/* harmony import */ var _useScrollPosition__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./useScrollPosition */ "./src/components/ScrollView/useScrollPosition.ts");
|
|
17132
|
-
/* harmony import */ var
|
|
17133
|
-
/* harmony import */ var
|
|
17269
|
+
/* harmony import */ var _useScrollCallback__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./useScrollCallback */ "./src/components/ScrollView/useScrollCallback.ts");
|
|
17270
|
+
/* harmony import */ var _useScrollViewArrows__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./useScrollViewArrows */ "./src/components/ScrollView/useScrollViewArrows.ts");
|
|
17271
|
+
/* harmony import */ var _useScrollViewStyleProps__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./useScrollViewStyleProps */ "./src/components/ScrollView/useScrollViewStyleProps.ts");
|
|
17272
|
+
|
|
17134
17273
|
|
|
17135
17274
|
|
|
17136
17275
|
|
|
@@ -17139,6 +17278,66 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17139
17278
|
|
|
17140
17279
|
|
|
17141
17280
|
|
|
17281
|
+
/***/ }),
|
|
17282
|
+
|
|
17283
|
+
/***/ "./src/components/ScrollView/useScrollCallback.ts":
|
|
17284
|
+
/*!********************************************************!*\
|
|
17285
|
+
!*** ./src/components/ScrollView/useScrollCallback.ts ***!
|
|
17286
|
+
\********************************************************/
|
|
17287
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17288
|
+
|
|
17289
|
+
"use strict";
|
|
17290
|
+
__webpack_require__.r(__webpack_exports__);
|
|
17291
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17292
|
+
/* harmony export */ useScrollCallback: () => (/* binding */ useScrollCallback)
|
|
17293
|
+
/* harmony export */ });
|
|
17294
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
17295
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
17296
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants */ "./src/constants/direction.ts");
|
|
17297
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants */ "./src/constants/position.ts");
|
|
17298
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./constants */ "./src/components/ScrollView/constants.ts");
|
|
17299
|
+
'use client';
|
|
17300
|
+
|
|
17301
|
+
|
|
17302
|
+
|
|
17303
|
+
const useScrollCallback = ({ viewportRef, direction }) => {
|
|
17304
|
+
const scrollTimeoutRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
|
|
17305
|
+
(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(() => () => {
|
|
17306
|
+
if (scrollTimeoutRef.current) {
|
|
17307
|
+
clearTimeout(scrollTimeoutRef.current);
|
|
17308
|
+
}
|
|
17309
|
+
}, []);
|
|
17310
|
+
const handleScroll = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)((step) => {
|
|
17311
|
+
if (!viewportRef.current) {
|
|
17312
|
+
return;
|
|
17313
|
+
}
|
|
17314
|
+
const isHorizontal = (0,_constants__WEBPACK_IMPORTED_MODULE_1__.isDirectionHorizontal)(direction);
|
|
17315
|
+
const scrollToDirection = isHorizontal ? _constants__WEBPACK_IMPORTED_MODULE_2__.Position.LEFT : _constants__WEBPACK_IMPORTED_MODULE_2__.Position.TOP;
|
|
17316
|
+
const currentScrollPosition = isHorizontal ? viewportRef.current.scrollLeft : viewportRef.current.scrollTop;
|
|
17317
|
+
const maxScroll = isHorizontal
|
|
17318
|
+
? viewportRef.current.scrollWidth - viewportRef.current.clientWidth
|
|
17319
|
+
: viewportRef.current.scrollHeight - viewportRef.current.clientHeight;
|
|
17320
|
+
viewportRef.current.scrollTo({
|
|
17321
|
+
[scrollToDirection]: currentScrollPosition,
|
|
17322
|
+
behavior: 'auto',
|
|
17323
|
+
});
|
|
17324
|
+
if (scrollTimeoutRef.current) {
|
|
17325
|
+
clearTimeout(scrollTimeoutRef.current);
|
|
17326
|
+
}
|
|
17327
|
+
const targetPosition = Math.max(0, Math.min(currentScrollPosition + step, maxScroll));
|
|
17328
|
+
scrollTimeoutRef.current = setTimeout(() => {
|
|
17329
|
+
if (viewportRef.current) {
|
|
17330
|
+
viewportRef.current.scrollTo({
|
|
17331
|
+
[scrollToDirection]: targetPosition,
|
|
17332
|
+
behavior: 'smooth',
|
|
17333
|
+
});
|
|
17334
|
+
}
|
|
17335
|
+
}, _constants__WEBPACK_IMPORTED_MODULE_3__.SCROLL_CANCEL_DELAY);
|
|
17336
|
+
}, [viewportRef, direction]);
|
|
17337
|
+
return { handleScroll };
|
|
17338
|
+
};
|
|
17339
|
+
|
|
17340
|
+
|
|
17142
17341
|
/***/ }),
|
|
17143
17342
|
|
|
17144
17343
|
/***/ "./src/components/ScrollView/useScrollPosition.ts":
|
|
@@ -18731,13 +18930,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18731
18930
|
/* harmony export */ });
|
|
18732
18931
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
18733
18932
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
18734
|
-
/* harmony import */ var
|
|
18735
|
-
/* harmony import */ var
|
|
18736
|
-
/* harmony import */ var
|
|
18737
|
-
/* harmony import */ var
|
|
18738
|
-
/* harmony import */ var
|
|
18739
|
-
/* harmony import */ var
|
|
18740
|
-
/* harmony import */ var
|
|
18933
|
+
/* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Button */ "./src/components/Button/Button.tsx");
|
|
18934
|
+
/* harmony import */ var _Dropdown__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../Dropdown */ "./src/components/Dropdown/Dropdown.tsx");
|
|
18935
|
+
/* harmony import */ var _Dropdown__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../Dropdown */ "./src/components/Dropdown/DropdownTrigger.tsx");
|
|
18936
|
+
/* harmony import */ var _Dropdown__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../Dropdown */ "./src/components/Dropdown/DropdownPopover.tsx");
|
|
18937
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../Icon */ "./src/components/Icon/Icon.tsx");
|
|
18938
|
+
/* harmony import */ var _VisuallyHidden__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../VisuallyHidden */ "./src/components/VisuallyHidden/VisuallyHidden.tsx");
|
|
18939
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "./src/components/SplitButton/constants.ts");
|
|
18940
|
+
/* harmony import */ var _SplitButton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./SplitButton */ "./src/components/SplitButton/SplitButton.tsx");
|
|
18741
18941
|
'use client';
|
|
18742
18942
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
18743
18943
|
var t = {};
|
|
@@ -18756,27 +18956,45 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
18756
18956
|
|
|
18757
18957
|
|
|
18758
18958
|
|
|
18959
|
+
|
|
18759
18960
|
const defaultProps = {
|
|
18760
18961
|
dropdownPlacement: 'bottom-end',
|
|
18761
18962
|
dropdownTriggerIconName: 'chevron-down',
|
|
18963
|
+
dropdownTriggerLabel: _constants__WEBPACK_IMPORTED_MODULE_1__.UNCONTROLLED_SPLIT_BUTTON_DROPDOWN_TRIGGER_LABEL_DEFAULT,
|
|
18762
18964
|
};
|
|
18763
18965
|
const UncontrolledSplitButton = (props) => {
|
|
18764
18966
|
const propsWithDefaults = Object.assign(Object.assign({}, defaultProps), props);
|
|
18765
18967
|
const { buttonIconName, buttonLabel, buttonOnClick, children, dropdownTriggerIconName, dropdownTriggerLabel, dropdownPlacement, id, isButtonLabelHidden, isDisabled, isDropdownTriggerLabelHidden } = propsWithDefaults, restProps = __rest(propsWithDefaults, ["buttonIconName", "buttonLabel", "buttonOnClick", "children", "dropdownTriggerIconName", "dropdownTriggerLabel", "dropdownPlacement", "id", "isButtonLabelHidden", "isDisabled", "isDropdownTriggerLabelHidden"]);
|
|
18766
18968
|
const [openDropdownState, setOpenDropdownState] = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false);
|
|
18767
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18768
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18769
|
-
buttonIconName && react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18770
|
-
isButtonLabelHidden ? react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18771
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18772
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18773
|
-
isDropdownTriggerLabelHidden ? (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18774
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18775
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
18969
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_SplitButton__WEBPACK_IMPORTED_MODULE_2__["default"], Object.assign({}, restProps, { id: id, isDisabled: isDisabled }),
|
|
18970
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Button__WEBPACK_IMPORTED_MODULE_3__["default"], { onClick: buttonOnClick },
|
|
18971
|
+
buttonIconName && react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_4__["default"], { name: buttonIconName, marginRight: !isButtonLabelHidden && 'space-400' }),
|
|
18972
|
+
isButtonLabelHidden ? react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_VisuallyHidden__WEBPACK_IMPORTED_MODULE_5__["default"], null, buttonLabel) : buttonLabel),
|
|
18973
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Dropdown__WEBPACK_IMPORTED_MODULE_6__["default"], { id: `${id}-dropdown`, isOpen: openDropdownState, onToggle: () => setOpenDropdownState(!openDropdownState), placement: dropdownPlacement },
|
|
18974
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Dropdown__WEBPACK_IMPORTED_MODULE_7__["default"], { elementType: _Button__WEBPACK_IMPORTED_MODULE_3__["default"] },
|
|
18975
|
+
isDropdownTriggerLabelHidden ? (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_VisuallyHidden__WEBPACK_IMPORTED_MODULE_5__["default"], null, dropdownTriggerLabel)) : (dropdownTriggerLabel),
|
|
18976
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_4__["default"], { name: dropdownTriggerIconName, marginLeft: !isDropdownTriggerLabelHidden && 'space-400' })),
|
|
18977
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Dropdown__WEBPACK_IMPORTED_MODULE_8__["default"], null, children))));
|
|
18776
18978
|
};
|
|
18777
18979
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (UncontrolledSplitButton);
|
|
18778
18980
|
|
|
18779
18981
|
|
|
18982
|
+
/***/ }),
|
|
18983
|
+
|
|
18984
|
+
/***/ "./src/components/SplitButton/constants.ts":
|
|
18985
|
+
/*!*************************************************!*\
|
|
18986
|
+
!*** ./src/components/SplitButton/constants.ts ***!
|
|
18987
|
+
\*************************************************/
|
|
18988
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
18989
|
+
|
|
18990
|
+
"use strict";
|
|
18991
|
+
__webpack_require__.r(__webpack_exports__);
|
|
18992
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18993
|
+
/* harmony export */ UNCONTROLLED_SPLIT_BUTTON_DROPDOWN_TRIGGER_LABEL_DEFAULT: () => (/* binding */ UNCONTROLLED_SPLIT_BUTTON_DROPDOWN_TRIGGER_LABEL_DEFAULT)
|
|
18994
|
+
/* harmony export */ });
|
|
18995
|
+
const UNCONTROLLED_SPLIT_BUTTON_DROPDOWN_TRIGGER_LABEL_DEFAULT = 'More';
|
|
18996
|
+
|
|
18997
|
+
|
|
18780
18998
|
/***/ }),
|
|
18781
18999
|
|
|
18782
19000
|
/***/ "./src/components/SplitButton/index.ts":
|
|
@@ -20031,27 +20249,50 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20031
20249
|
/* harmony export */ });
|
|
20032
20250
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
20033
20251
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
20034
|
-
/* harmony import */ var
|
|
20035
|
-
/* harmony import */ var
|
|
20252
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants */ "./src/constants/dictionaries.ts");
|
|
20253
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../Icon */ "./src/components/Icon/Icon.tsx");
|
|
20254
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ "./src/components/TextFieldBase/constants.ts");
|
|
20036
20255
|
/* harmony import */ var _useTextFieldBasePasswordToggleStyleProps__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./useTextFieldBasePasswordToggleStyleProps */ "./src/components/TextFieldBase/useTextFieldBasePasswordToggleStyleProps.ts");
|
|
20037
20256
|
'use client';
|
|
20038
20257
|
|
|
20039
20258
|
|
|
20040
20259
|
|
|
20041
20260
|
|
|
20261
|
+
|
|
20042
20262
|
const TextFieldBasePasswordToggle = (props) => {
|
|
20043
20263
|
const { children, isPasswordShown, onToggleClick, isDisabled, size } = props;
|
|
20044
20264
|
const { classProps } = (0,_useTextFieldBasePasswordToggleStyleProps__WEBPACK_IMPORTED_MODULE_1__.useTextFieldBasePasswordToggleStyleProps)();
|
|
20265
|
+
const ariaLabel = isPasswordShown
|
|
20266
|
+
? _constants__WEBPACK_IMPORTED_MODULE_2__.TEXT_FIELD_BASE_PASSWORD_TOGGLE_HIDE_LABEL_DEFAULT
|
|
20267
|
+
: _constants__WEBPACK_IMPORTED_MODULE_2__.TEXT_FIELD_BASE_PASSWORD_TOGGLE_SHOW_LABEL_DEFAULT;
|
|
20045
20268
|
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", { className: classProps.passwordToggle },
|
|
20046
20269
|
children,
|
|
20047
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", { className: classProps.passwordToggleButton, type: "button", role: "switch", "aria-checked": !!isPasswordShown, "aria-label":
|
|
20270
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", { className: classProps.passwordToggleButton, type: "button", role: "switch", "aria-checked": !!isPasswordShown, "aria-label": ariaLabel, onClick: () => onToggleClick(), disabled: isDisabled },
|
|
20048
20271
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", { className: classProps.passwordToggleIcon },
|
|
20049
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
20272
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_3__["default"], { name: `visibility-${isPasswordShown ? 'off' : 'on'}`, boxSize: size === _constants__WEBPACK_IMPORTED_MODULE_4__.Sizes.SMALL ? 16 : 20 })))));
|
|
20050
20273
|
};
|
|
20051
20274
|
TextFieldBasePasswordToggle.spiritComponent = 'TextFieldBasePasswordToggle';
|
|
20052
20275
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (TextFieldBasePasswordToggle);
|
|
20053
20276
|
|
|
20054
20277
|
|
|
20278
|
+
/***/ }),
|
|
20279
|
+
|
|
20280
|
+
/***/ "./src/components/TextFieldBase/constants.ts":
|
|
20281
|
+
/*!***************************************************!*\
|
|
20282
|
+
!*** ./src/components/TextFieldBase/constants.ts ***!
|
|
20283
|
+
\***************************************************/
|
|
20284
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
20285
|
+
|
|
20286
|
+
"use strict";
|
|
20287
|
+
__webpack_require__.r(__webpack_exports__);
|
|
20288
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20289
|
+
/* harmony export */ TEXT_FIELD_BASE_PASSWORD_TOGGLE_HIDE_LABEL_DEFAULT: () => (/* binding */ TEXT_FIELD_BASE_PASSWORD_TOGGLE_HIDE_LABEL_DEFAULT),
|
|
20290
|
+
/* harmony export */ TEXT_FIELD_BASE_PASSWORD_TOGGLE_SHOW_LABEL_DEFAULT: () => (/* binding */ TEXT_FIELD_BASE_PASSWORD_TOGGLE_SHOW_LABEL_DEFAULT)
|
|
20291
|
+
/* harmony export */ });
|
|
20292
|
+
const TEXT_FIELD_BASE_PASSWORD_TOGGLE_SHOW_LABEL_DEFAULT = 'Show password';
|
|
20293
|
+
const TEXT_FIELD_BASE_PASSWORD_TOGGLE_HIDE_LABEL_DEFAULT = 'Hide password';
|
|
20294
|
+
|
|
20295
|
+
|
|
20055
20296
|
/***/ }),
|
|
20056
20297
|
|
|
20057
20298
|
/***/ "./src/components/TextFieldBase/index.ts":
|
|
@@ -21001,7 +21242,7 @@ const ToastProvider = ({ children }) => {
|
|
|
21001
21242
|
dispatch({ type: 'show', payload: { content, toastId, options } });
|
|
21002
21243
|
(options === null || options === void 0 ? void 0 : options.enableAutoClose) &&
|
|
21003
21244
|
(0,_utils__WEBPACK_IMPORTED_MODULE_2__.delayedCallback)(() => hide(toastId), (options === null || options === void 0 ? void 0 : options.autoCloseInterval) || _constants__WEBPACK_IMPORTED_MODULE_1__.DEFAULT_TOAST_AUTO_CLOSE_INTERVAL);
|
|
21004
|
-
}, []);
|
|
21245
|
+
}, [hide]);
|
|
21005
21246
|
const setQueue = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)((newQueue) => {
|
|
21006
21247
|
dispatch({ type: 'clear', payload: null });
|
|
21007
21248
|
newQueue.forEach((item) => {
|
|
@@ -21029,7 +21270,7 @@ const ToastProvider = ({ children }) => {
|
|
|
21029
21270
|
});
|
|
21030
21271
|
enableAutoClose && (0,_utils__WEBPACK_IMPORTED_MODULE_2__.delayedCallback)(() => hide(item.id), autoCloseInterval || _constants__WEBPACK_IMPORTED_MODULE_1__.DEFAULT_TOAST_AUTO_CLOSE_INTERVAL);
|
|
21031
21272
|
});
|
|
21032
|
-
}, []);
|
|
21273
|
+
}, [hide]);
|
|
21033
21274
|
const contextValue = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(() => ({
|
|
21034
21275
|
clear,
|
|
21035
21276
|
hide,
|
|
@@ -21056,11 +21297,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21056
21297
|
/* harmony export */ });
|
|
21057
21298
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
21058
21299
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
21059
|
-
/* harmony import */ var
|
|
21060
|
-
/* harmony import */ var
|
|
21061
|
-
/* harmony import */ var
|
|
21062
|
-
/* harmony import */ var
|
|
21063
|
-
/* harmony import */ var
|
|
21300
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "./src/components/Toast/constants.ts");
|
|
21301
|
+
/* harmony import */ var _Toast__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Toast */ "./src/components/Toast/Toast.tsx");
|
|
21302
|
+
/* harmony import */ var _ToastBar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./ToastBar */ "./src/components/Toast/ToastBar.tsx");
|
|
21303
|
+
/* harmony import */ var _ToastBarLink__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./ToastBarLink */ "./src/components/Toast/ToastBarLink.tsx");
|
|
21304
|
+
/* harmony import */ var _ToastBarMessage__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ToastBarMessage */ "./src/components/Toast/ToastBarMessage.tsx");
|
|
21305
|
+
/* harmony import */ var _useToast__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./useToast */ "./src/components/Toast/useToast.ts");
|
|
21064
21306
|
'use client';
|
|
21065
21307
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
21066
21308
|
var t = {};
|
|
@@ -21079,14 +21321,15 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
21079
21321
|
|
|
21080
21322
|
|
|
21081
21323
|
|
|
21324
|
+
|
|
21082
21325
|
const UncontrolledToast = (props) => {
|
|
21083
|
-
const { alignmentX, alignmentY, isCollapsible, closeLabel } = props, restProps = __rest(props, ["alignmentX", "alignmentY", "isCollapsible", "closeLabel"]);
|
|
21084
|
-
const { hide, queue } = (0,
|
|
21085
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
21326
|
+
const { alignmentX, alignmentY, isCollapsible, closeLabel = _constants__WEBPACK_IMPORTED_MODULE_1__.TOAST_BAR_CLOSE_BUTTON_LABEL_DEFAULT } = props, restProps = __rest(props, ["alignmentX", "alignmentY", "isCollapsible", "closeLabel"]);
|
|
21327
|
+
const { hide, queue } = (0,_useToast__WEBPACK_IMPORTED_MODULE_2__.useToast)();
|
|
21328
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Toast__WEBPACK_IMPORTED_MODULE_3__["default"], { alignmentX: alignmentX, alignmentY: alignmentY, isCollapsible: isCollapsible }, queue.map((item) => {
|
|
21086
21329
|
const { color, iconName, id, isOpen, content, hasIcon, isDismissible, linkProps } = item;
|
|
21087
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
21088
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
21089
|
-
content.link && react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
21330
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastBar__WEBPACK_IMPORTED_MODULE_4__["default"], Object.assign({}, restProps, { key: id, id: id, closeLabel: closeLabel, color: color, hasIcon: hasIcon, iconName: iconName, isDismissible: isDismissible, onClose: () => hide(id), isOpen: isOpen && !!content }),
|
|
21331
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastBarMessage__WEBPACK_IMPORTED_MODULE_5__["default"], null, content.message),
|
|
21332
|
+
content.link && react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastBarLink__WEBPACK_IMPORTED_MODULE_6__["default"], Object.assign({}, linkProps), content.link)));
|
|
21090
21333
|
})));
|
|
21091
21334
|
};
|
|
21092
21335
|
UncontrolledToast.spiritComponent = 'UncontrolledToast';
|
|
@@ -21443,7 +21686,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21443
21686
|
/* harmony export */ });
|
|
21444
21687
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ "../../node_modules/classnames/index.js");
|
|
21445
21688
|
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
|
21446
|
-
/* harmony import */ var
|
|
21689
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants */ "./src/constants/inputs.ts");
|
|
21690
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useClassNamePrefix.ts");
|
|
21691
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../hooks */ "./src/hooks/useInputPositionClass.ts");
|
|
21447
21692
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
21448
21693
|
var t = {};
|
|
21449
21694
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -21457,9 +21702,10 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
21457
21702
|
};
|
|
21458
21703
|
|
|
21459
21704
|
|
|
21705
|
+
|
|
21460
21706
|
function useToggleStyleProps(props) {
|
|
21461
|
-
const {
|
|
21462
|
-
const toggleClass = (0,
|
|
21707
|
+
const { hasIndicators = false, inputPosition = _constants__WEBPACK_IMPORTED_MODULE_1__.InputPositions.END, isDisabled = false, isFluid = false, isLabelHidden = false, isRequired = false, validationState } = props, restProps = __rest(props, ["hasIndicators", "inputPosition", "isDisabled", "isFluid", "isLabelHidden", "isRequired", "validationState"]);
|
|
21708
|
+
const toggleClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_2__.useClassNamePrefix)('Toggle');
|
|
21463
21709
|
const toggleFluidClass = `${toggleClass}--fluid`;
|
|
21464
21710
|
const toggleDisabledClass = `${toggleClass}--disabled`;
|
|
21465
21711
|
const toggleTextClass = `${toggleClass}__text`;
|
|
@@ -21469,9 +21715,11 @@ function useToggleStyleProps(props) {
|
|
|
21469
21715
|
const toggleRequiredClass = `${toggleLabelClass}--required`;
|
|
21470
21716
|
const toggleInputClass = `${toggleClass}__input`;
|
|
21471
21717
|
const toggleInputIndicatorsClass = `${toggleInputClass}--indicators`;
|
|
21718
|
+
const toggleInputPositionClass = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useInputPositionClass)(toggleClass, inputPosition);
|
|
21472
21719
|
const toggleHelperTextClass = `${toggleClass}__helperText`;
|
|
21473
21720
|
const toggleValidationTextClass = `${toggleClass}__validationText`;
|
|
21474
21721
|
const rootClass = classnames__WEBPACK_IMPORTED_MODULE_0___default()(toggleClass, {
|
|
21722
|
+
[toggleInputPositionClass]: toggleInputPositionClass,
|
|
21475
21723
|
[toggleFluidClass]: isFluid,
|
|
21476
21724
|
[toggleDisabledClass]: isDisabled,
|
|
21477
21725
|
[toggleValidationClass]: validationState,
|
|
@@ -22638,7 +22886,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22638
22886
|
/* harmony export */ Collapse: () => (/* reexport safe */ _Collapse__WEBPACK_IMPORTED_MODULE_9__.Collapse),
|
|
22639
22887
|
/* harmony export */ Container: () => (/* reexport safe */ _Container__WEBPACK_IMPORTED_MODULE_10__.Container),
|
|
22640
22888
|
/* harmony export */ ControlButton: () => (/* reexport safe */ _ControlButton__WEBPACK_IMPORTED_MODULE_11__.ControlButton),
|
|
22641
|
-
/* harmony export */ DEBOUNCE_DELAY: () => (/* reexport safe */
|
|
22889
|
+
/* harmony export */ DEBOUNCE_DELAY: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.DEBOUNCE_DELAY),
|
|
22890
|
+
/* harmony export */ DEFAULT_ATTACHMENT_LIST_LABEL: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_ATTACHMENT_LIST_LABEL),
|
|
22642
22891
|
/* harmony export */ DEFAULT_BUTTON_LABEL: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_BUTTON_LABEL),
|
|
22643
22892
|
/* harmony export */ DEFAULT_EDIT_BUTTON_LABEL: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_EDIT_BUTTON_LABEL),
|
|
22644
22893
|
/* harmony export */ DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE),
|
|
@@ -22648,8 +22897,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22648
22897
|
/* harmony export */ DEFAULT_FILE_QUEUE_LIMIT: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_FILE_QUEUE_LIMIT),
|
|
22649
22898
|
/* harmony export */ DEFAULT_FILE_SIZE_LIMIT: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_FILE_SIZE_LIMIT),
|
|
22650
22899
|
/* harmony export */ DEFAULT_ICON_NAME: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.DEFAULT_ICON_NAME),
|
|
22651
|
-
/* harmony export */ DEFAULT_TOAST_AUTO_CLOSE_INTERVAL: () => (/* reexport safe */
|
|
22652
|
-
/* harmony export */ DEFAULT_TOAST_COLOR: () => (/* reexport safe */
|
|
22900
|
+
/* harmony export */ DEFAULT_TOAST_AUTO_CLOSE_INTERVAL: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.DEFAULT_TOAST_AUTO_CLOSE_INTERVAL),
|
|
22901
|
+
/* harmony export */ DEFAULT_TOAST_COLOR: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.DEFAULT_TOAST_COLOR),
|
|
22653
22902
|
/* harmony export */ Dialog: () => (/* reexport safe */ _Dialog__WEBPACK_IMPORTED_MODULE_12__.Dialog),
|
|
22654
22903
|
/* harmony export */ Divider: () => (/* reexport safe */ _Divider__WEBPACK_IMPORTED_MODULE_13__.Divider),
|
|
22655
22904
|
/* harmony export */ Drawer: () => (/* reexport safe */ _Drawer__WEBPACK_IMPORTED_MODULE_14__.Drawer),
|
|
@@ -22661,7 +22910,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22661
22910
|
/* harmony export */ DropdownContext: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_15__.DropdownContext),
|
|
22662
22911
|
/* harmony export */ DropdownPopover: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_15__.DropdownPopover),
|
|
22663
22912
|
/* harmony export */ DropdownTrigger: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_15__.DropdownTrigger),
|
|
22664
|
-
/* harmony export */ EDGE_DETECTION_INACCURACY_PX: () => (/* reexport safe */
|
|
22913
|
+
/* harmony export */ EDGE_DETECTION_INACCURACY_PX: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.EDGE_DETECTION_INACCURACY_PX),
|
|
22665
22914
|
/* harmony export */ EmptyState: () => (/* reexport safe */ _EmptyState__WEBPACK_IMPORTED_MODULE_16__.EmptyState),
|
|
22666
22915
|
/* harmony export */ EmptyStateSection: () => (/* reexport safe */ _EmptyState__WEBPACK_IMPORTED_MODULE_16__.EmptyStateSection),
|
|
22667
22916
|
/* harmony export */ FieldGroup: () => (/* reexport safe */ _FieldGroup__WEBPACK_IMPORTED_MODULE_18__.FieldGroup),
|
|
@@ -22697,122 +22946,125 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22697
22946
|
/* harmony export */ HeaderNavItem: () => (/* reexport safe */ _Header__WEBPACK_IMPORTED_MODULE_23__.HeaderNavItem),
|
|
22698
22947
|
/* harmony export */ Heading: () => (/* reexport safe */ _Heading__WEBPACK_IMPORTED_MODULE_24__.Heading),
|
|
22699
22948
|
/* harmony export */ HelperText: () => (/* reexport safe */ _Field__WEBPACK_IMPORTED_MODULE_17__.HelperText),
|
|
22700
|
-
/* harmony export */
|
|
22949
|
+
/* harmony export */ Hidden: () => (/* reexport safe */ _Hidden__WEBPACK_IMPORTED_MODULE_25__.Hidden),
|
|
22950
|
+
/* harmony export */ ICON_BOX_SIZE: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.ICON_BOX_SIZE),
|
|
22701
22951
|
/* harmony export */ IMAGE_DIMENSION: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.IMAGE_DIMENSION),
|
|
22702
22952
|
/* harmony export */ IMAGE_PREVIEW_BASE64_MAX_WIDTH: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.IMAGE_PREVIEW_BASE64_MAX_WIDTH),
|
|
22703
|
-
/* harmony export */ Icon: () => (/* reexport safe */
|
|
22704
|
-
/* harmony export */ IconBox: () => (/* reexport safe */
|
|
22705
|
-
/* harmony export */ Item: () => (/* reexport safe */
|
|
22953
|
+
/* harmony export */ Icon: () => (/* reexport safe */ _Icon__WEBPACK_IMPORTED_MODULE_26__.Icon),
|
|
22954
|
+
/* harmony export */ IconBox: () => (/* reexport safe */ _IconBox__WEBPACK_IMPORTED_MODULE_27__.IconBox),
|
|
22955
|
+
/* harmony export */ Item: () => (/* reexport safe */ _Item__WEBPACK_IMPORTED_MODULE_28__.Item),
|
|
22706
22956
|
/* harmony export */ Label: () => (/* reexport safe */ _Field__WEBPACK_IMPORTED_MODULE_17__.Label),
|
|
22707
|
-
/* harmony export */ Link: () => (/* reexport safe */
|
|
22708
|
-
/* harmony export */ Matrix: () => (/* reexport safe */
|
|
22709
|
-
/* harmony export */ Modal: () => (/* reexport safe */
|
|
22710
|
-
/* harmony export */ ModalBody: () => (/* reexport safe */
|
|
22711
|
-
/* harmony export */ ModalCloseButton: () => (/* reexport safe */
|
|
22712
|
-
/* harmony export */ ModalConsumer: () => (/* reexport safe */
|
|
22713
|
-
/* harmony export */ ModalDialog: () => (/* reexport safe */
|
|
22714
|
-
/* harmony export */ ModalFooter: () => (/* reexport safe */
|
|
22715
|
-
/* harmony export */ ModalHeader: () => (/* reexport safe */
|
|
22716
|
-
/* harmony export */ ModalProvider: () => (/* reexport safe */
|
|
22717
|
-
/* harmony export */ Navigation: () => (/* reexport safe */
|
|
22718
|
-
/* harmony export */ NavigationAction: () => (/* reexport safe */
|
|
22719
|
-
/* harmony export */ NavigationAvatar: () => (/* reexport safe */
|
|
22720
|
-
/* harmony export */ NavigationItem: () => (/* reexport safe */
|
|
22721
|
-
/* harmony export */ NoSsr: () => (/* reexport safe */
|
|
22722
|
-
/* harmony export */
|
|
22723
|
-
/* harmony export */
|
|
22724
|
-
/* harmony export */
|
|
22725
|
-
/* harmony export */
|
|
22726
|
-
/* harmony export */
|
|
22727
|
-
/* harmony export */
|
|
22728
|
-
/* harmony export */
|
|
22729
|
-
/* harmony export */
|
|
22730
|
-
/* harmony export */
|
|
22731
|
-
/* harmony export */
|
|
22732
|
-
/* harmony export */
|
|
22733
|
-
/* harmony export */
|
|
22734
|
-
/* harmony export */
|
|
22735
|
-
/* harmony export */
|
|
22736
|
-
/* harmony export */
|
|
22737
|
-
/* harmony export */
|
|
22738
|
-
/* harmony export */
|
|
22739
|
-
/* harmony export */
|
|
22740
|
-
/* harmony export */
|
|
22741
|
-
/* harmony export */
|
|
22742
|
-
/* harmony export */
|
|
22743
|
-
/* harmony export */
|
|
22744
|
-
/* harmony export */
|
|
22745
|
-
/* harmony export */
|
|
22746
|
-
/* harmony export */
|
|
22747
|
-
/* harmony export */
|
|
22748
|
-
/* harmony export */
|
|
22749
|
-
/* harmony export */
|
|
22750
|
-
/* harmony export */
|
|
22751
|
-
/* harmony export */
|
|
22752
|
-
/* harmony export */
|
|
22753
|
-
/* harmony export */
|
|
22754
|
-
/* harmony export */
|
|
22755
|
-
/* harmony export */
|
|
22756
|
-
/* harmony export */
|
|
22757
|
-
/* harmony export */
|
|
22758
|
-
/* harmony export */
|
|
22759
|
-
/* harmony export */
|
|
22760
|
-
/* harmony export */
|
|
22761
|
-
/* harmony export */
|
|
22762
|
-
/* harmony export */
|
|
22763
|
-
/* harmony export */
|
|
22764
|
-
/* harmony export */
|
|
22765
|
-
/* harmony export */
|
|
22766
|
-
/* harmony export */
|
|
22767
|
-
/* harmony export */
|
|
22768
|
-
/* harmony export */
|
|
22769
|
-
/* harmony export */
|
|
22770
|
-
/* harmony export */
|
|
22771
|
-
/* harmony export */
|
|
22772
|
-
/* harmony export */
|
|
22773
|
-
/* harmony export */
|
|
22774
|
-
/* harmony export */
|
|
22775
|
-
/* harmony export */
|
|
22776
|
-
/* harmony export */
|
|
22777
|
-
/* harmony export */
|
|
22778
|
-
/* harmony export */
|
|
22779
|
-
/* harmony export */
|
|
22780
|
-
/* harmony export */
|
|
22781
|
-
/* harmony export */
|
|
22782
|
-
/* harmony export */
|
|
22783
|
-
/* harmony export */
|
|
22784
|
-
/* harmony export */
|
|
22785
|
-
/* harmony export */
|
|
22786
|
-
/* harmony export */
|
|
22787
|
-
/* harmony export */
|
|
22788
|
-
/* harmony export */
|
|
22789
|
-
/* harmony export */
|
|
22790
|
-
/* harmony export */
|
|
22791
|
-
/* harmony export */
|
|
22792
|
-
/* harmony export */
|
|
22793
|
-
/* harmony export */
|
|
22794
|
-
/* harmony export */
|
|
22795
|
-
/* harmony export */
|
|
22796
|
-
/* harmony export */
|
|
22957
|
+
/* harmony export */ Link: () => (/* reexport safe */ _Link__WEBPACK_IMPORTED_MODULE_29__.Link),
|
|
22958
|
+
/* harmony export */ Matrix: () => (/* reexport safe */ _Matrix__WEBPACK_IMPORTED_MODULE_30__.Matrix),
|
|
22959
|
+
/* harmony export */ Modal: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.Modal),
|
|
22960
|
+
/* harmony export */ ModalBody: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalBody),
|
|
22961
|
+
/* harmony export */ ModalCloseButton: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalCloseButton),
|
|
22962
|
+
/* harmony export */ ModalConsumer: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalConsumer),
|
|
22963
|
+
/* harmony export */ ModalDialog: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalDialog),
|
|
22964
|
+
/* harmony export */ ModalFooter: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalFooter),
|
|
22965
|
+
/* harmony export */ ModalHeader: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalHeader),
|
|
22966
|
+
/* harmony export */ ModalProvider: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.ModalProvider),
|
|
22967
|
+
/* harmony export */ Navigation: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_32__.Navigation),
|
|
22968
|
+
/* harmony export */ NavigationAction: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_32__.NavigationAction),
|
|
22969
|
+
/* harmony export */ NavigationAvatar: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_32__.NavigationAvatar),
|
|
22970
|
+
/* harmony export */ NavigationItem: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_32__.NavigationItem),
|
|
22971
|
+
/* harmony export */ NoSsr: () => (/* reexport safe */ _NoSsr__WEBPACK_IMPORTED_MODULE_33__.NoSsr),
|
|
22972
|
+
/* harmony export */ PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX),
|
|
22973
|
+
/* harmony export */ PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
22974
|
+
/* harmony export */ PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
22975
|
+
/* harmony export */ Pagination: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.Pagination),
|
|
22976
|
+
/* harmony export */ PaginationButtonLink: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PaginationButtonLink),
|
|
22977
|
+
/* harmony export */ PaginationItem: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PaginationItem),
|
|
22978
|
+
/* harmony export */ PaginationLink: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PaginationLink),
|
|
22979
|
+
/* harmony export */ PaginationLinkNext: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PaginationLinkNext),
|
|
22980
|
+
/* harmony export */ PaginationLinkPrevious: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.PaginationLinkPrevious),
|
|
22981
|
+
/* harmony export */ PartnerLogo: () => (/* reexport safe */ _PartnerLogo__WEBPACK_IMPORTED_MODULE_35__.PartnerLogo),
|
|
22982
|
+
/* harmony export */ Pill: () => (/* reexport safe */ _Pill__WEBPACK_IMPORTED_MODULE_36__.Pill),
|
|
22983
|
+
/* harmony export */ PillColorsExtended: () => (/* reexport safe */ _Pill__WEBPACK_IMPORTED_MODULE_36__.PillColorsExtended),
|
|
22984
|
+
/* harmony export */ PricingPlan: () => (/* reexport safe */ _PricingPlan__WEBPACK_IMPORTED_MODULE_37__.PricingPlan),
|
|
22985
|
+
/* harmony export */ PricingPlanBody: () => (/* reexport safe */ _PricingPlan__WEBPACK_IMPORTED_MODULE_37__.PricingPlanBody),
|
|
22986
|
+
/* harmony export */ PricingPlanFooter: () => (/* reexport safe */ _PricingPlan__WEBPACK_IMPORTED_MODULE_37__.PricingPlanFooter),
|
|
22987
|
+
/* harmony export */ PricingPlanHeader: () => (/* reexport safe */ _PricingPlan__WEBPACK_IMPORTED_MODULE_37__.PricingPlanHeader),
|
|
22988
|
+
/* harmony export */ ProductLogo: () => (/* reexport safe */ _ProductLogo__WEBPACK_IMPORTED_MODULE_38__.ProductLogo),
|
|
22989
|
+
/* harmony export */ Radio: () => (/* reexport safe */ _Radio__WEBPACK_IMPORTED_MODULE_39__.Radio),
|
|
22990
|
+
/* harmony export */ SCROLL_CANCEL_DELAY: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_CANCEL_DELAY),
|
|
22991
|
+
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END),
|
|
22992
|
+
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START),
|
|
22993
|
+
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END),
|
|
22994
|
+
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_VERTICAL_START: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_VIEW_ARROWS_LABEL_VERTICAL_START),
|
|
22995
|
+
/* harmony export */ SCROLL_VIEW_DEFAULT_DIRECTION: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_VIEW_DEFAULT_DIRECTION),
|
|
22996
|
+
/* harmony export */ SCROLL_VIEW_DEFAULT_OVERFLOW_DECORATOR: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.SCROLL_VIEW_DEFAULT_OVERFLOW_DECORATOR),
|
|
22997
|
+
/* harmony export */ ScrollView: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.ScrollView),
|
|
22998
|
+
/* harmony export */ ScrollViewArrows: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.ScrollViewArrows),
|
|
22999
|
+
/* harmony export */ Section: () => (/* reexport safe */ _Section__WEBPACK_IMPORTED_MODULE_41__.Section),
|
|
23000
|
+
/* harmony export */ SegmentedControl: () => (/* reexport safe */ _SegmentedControl__WEBPACK_IMPORTED_MODULE_42__.SegmentedControl),
|
|
23001
|
+
/* harmony export */ SegmentedControlItem: () => (/* reexport safe */ _SegmentedControl__WEBPACK_IMPORTED_MODULE_42__.SegmentedControlItem),
|
|
23002
|
+
/* harmony export */ Select: () => (/* reexport safe */ _Select__WEBPACK_IMPORTED_MODULE_43__.Select),
|
|
23003
|
+
/* harmony export */ SkeletonHeading: () => (/* reexport safe */ _Skeleton__WEBPACK_IMPORTED_MODULE_44__.SkeletonHeading),
|
|
23004
|
+
/* harmony export */ SkeletonItem: () => (/* reexport safe */ _Skeleton__WEBPACK_IMPORTED_MODULE_44__.SkeletonItem),
|
|
23005
|
+
/* harmony export */ SkeletonShape: () => (/* reexport safe */ _Skeleton__WEBPACK_IMPORTED_MODULE_44__.SkeletonShape),
|
|
23006
|
+
/* harmony export */ SkeletonText: () => (/* reexport safe */ _Skeleton__WEBPACK_IMPORTED_MODULE_44__.SkeletonText),
|
|
23007
|
+
/* harmony export */ SkipLink: () => (/* reexport safe */ _SkipLink__WEBPACK_IMPORTED_MODULE_45__.SkipLink),
|
|
23008
|
+
/* harmony export */ Slider: () => (/* reexport safe */ _Slider__WEBPACK_IMPORTED_MODULE_46__.Slider),
|
|
23009
|
+
/* harmony export */ Spinner: () => (/* reexport safe */ _Spinner__WEBPACK_IMPORTED_MODULE_47__.Spinner),
|
|
23010
|
+
/* harmony export */ SplitButton: () => (/* reexport safe */ _SplitButton__WEBPACK_IMPORTED_MODULE_48__.SplitButton),
|
|
23011
|
+
/* harmony export */ Stack: () => (/* reexport safe */ _Stack__WEBPACK_IMPORTED_MODULE_49__.Stack),
|
|
23012
|
+
/* harmony export */ StackItem: () => (/* reexport safe */ _Stack__WEBPACK_IMPORTED_MODULE_49__.StackItem),
|
|
23013
|
+
/* harmony export */ TOAST_BAR_CLOSE_BUTTON_LABEL_DEFAULT: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.TOAST_BAR_CLOSE_BUTTON_LABEL_DEFAULT),
|
|
23014
|
+
/* harmony export */ TRANSITIONING_STYLES: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.TRANSITIONING_STYLES),
|
|
23015
|
+
/* harmony export */ TRANSITION_DURATION: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.TRANSITION_DURATION),
|
|
23016
|
+
/* harmony export */ TabContent: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabContent),
|
|
23017
|
+
/* harmony export */ TabContext: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabContext),
|
|
23018
|
+
/* harmony export */ TabItem: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabItem),
|
|
23019
|
+
/* harmony export */ TabLink: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabLink),
|
|
23020
|
+
/* harmony export */ TabList: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabList),
|
|
23021
|
+
/* harmony export */ TabPane: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabPane),
|
|
23022
|
+
/* harmony export */ Tabs: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.Tabs),
|
|
23023
|
+
/* harmony export */ TabsConsumer: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabsConsumer),
|
|
23024
|
+
/* harmony export */ TabsProvider: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.TabsProvider),
|
|
23025
|
+
/* harmony export */ Tag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_51__.Tag),
|
|
23026
|
+
/* harmony export */ TagColorsExtended: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_51__.TagColorsExtended),
|
|
23027
|
+
/* harmony export */ Text: () => (/* reexport safe */ _Text__WEBPACK_IMPORTED_MODULE_52__.Text),
|
|
23028
|
+
/* harmony export */ TextArea: () => (/* reexport safe */ _TextArea__WEBPACK_IMPORTED_MODULE_53__.TextArea),
|
|
23029
|
+
/* harmony export */ TextField: () => (/* reexport safe */ _TextField__WEBPACK_IMPORTED_MODULE_54__.TextField),
|
|
23030
|
+
/* harmony export */ TextFieldBase: () => (/* reexport safe */ _TextFieldBase__WEBPACK_IMPORTED_MODULE_55__.TextFieldBase),
|
|
23031
|
+
/* harmony export */ Timeline: () => (/* reexport safe */ _Timeline__WEBPACK_IMPORTED_MODULE_56__.Timeline),
|
|
23032
|
+
/* harmony export */ TimelineContent: () => (/* reexport safe */ _Timeline__WEBPACK_IMPORTED_MODULE_56__.TimelineContent),
|
|
23033
|
+
/* harmony export */ TimelineHeading: () => (/* reexport safe */ _Timeline__WEBPACK_IMPORTED_MODULE_56__.TimelineHeading),
|
|
23034
|
+
/* harmony export */ TimelineMarker: () => (/* reexport safe */ _Timeline__WEBPACK_IMPORTED_MODULE_56__.TimelineMarker),
|
|
23035
|
+
/* harmony export */ TimelineStep: () => (/* reexport safe */ _Timeline__WEBPACK_IMPORTED_MODULE_56__.TimelineStep),
|
|
23036
|
+
/* harmony export */ Toast: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.Toast),
|
|
23037
|
+
/* harmony export */ ToastBar: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.ToastBar),
|
|
23038
|
+
/* harmony export */ ToastBarLink: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.ToastBarLink),
|
|
23039
|
+
/* harmony export */ ToastBarMessage: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.ToastBarMessage),
|
|
23040
|
+
/* harmony export */ ToastColorsExtended: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.ToastColorsExtended),
|
|
23041
|
+
/* harmony export */ Toggle: () => (/* reexport safe */ _Toggle__WEBPACK_IMPORTED_MODULE_58__.Toggle),
|
|
23042
|
+
/* harmony export */ Tooltip: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.Tooltip),
|
|
23043
|
+
/* harmony export */ TooltipCloseButton: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.TooltipCloseButton),
|
|
23044
|
+
/* harmony export */ TooltipPopover: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.TooltipPopover),
|
|
23045
|
+
/* harmony export */ TooltipTrigger: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.TooltipTrigger),
|
|
23046
|
+
/* harmony export */ Truncate: () => (/* reexport safe */ _Truncate__WEBPACK_IMPORTED_MODULE_60__.Truncate),
|
|
23047
|
+
/* harmony export */ UNSTABLE_Header: () => (/* reexport safe */ _UNSTABLE_Header__WEBPACK_IMPORTED_MODULE_61__.UNSTABLE_Header),
|
|
23048
|
+
/* harmony export */ UNSTABLE_HeaderLogo: () => (/* reexport safe */ _UNSTABLE_Header__WEBPACK_IMPORTED_MODULE_61__.UNSTABLE_HeaderLogo),
|
|
22797
23049
|
/* harmony export */ UncontrolledAccordion: () => (/* reexport safe */ _Accordion__WEBPACK_IMPORTED_MODULE_0__.UncontrolledAccordion),
|
|
22798
23050
|
/* harmony export */ UncontrolledCollapse: () => (/* reexport safe */ _Collapse__WEBPACK_IMPORTED_MODULE_9__.UncontrolledCollapse),
|
|
22799
23051
|
/* harmony export */ UncontrolledDropdown: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_15__.UncontrolledDropdown),
|
|
22800
23052
|
/* harmony export */ UncontrolledFileUploader: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.UncontrolledFileUploader),
|
|
22801
|
-
/* harmony export */ UncontrolledPagination: () => (/* reexport safe */
|
|
22802
|
-
/* harmony export */ UncontrolledSplitButton: () => (/* reexport safe */
|
|
22803
|
-
/* harmony export */ UncontrolledTabs: () => (/* reexport safe */
|
|
22804
|
-
/* harmony export */ UncontrolledToast: () => (/* reexport safe */
|
|
22805
|
-
/* harmony export */ UncontrolledTooltip: () => (/* reexport safe */
|
|
23053
|
+
/* harmony export */ UncontrolledPagination: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.UncontrolledPagination),
|
|
23054
|
+
/* harmony export */ UncontrolledSplitButton: () => (/* reexport safe */ _SplitButton__WEBPACK_IMPORTED_MODULE_48__.UncontrolledSplitButton),
|
|
23055
|
+
/* harmony export */ UncontrolledTabs: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.UncontrolledTabs),
|
|
23056
|
+
/* harmony export */ UncontrolledToast: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.UncontrolledToast),
|
|
23057
|
+
/* harmony export */ UncontrolledTooltip: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.UncontrolledTooltip),
|
|
22806
23058
|
/* harmony export */ ValidationText: () => (/* reexport safe */ _Field__WEBPACK_IMPORTED_MODULE_17__.ValidationText),
|
|
22807
|
-
/* harmony export */ VisuallyHidden: () => (/* reexport safe */
|
|
23059
|
+
/* harmony export */ VisuallyHidden: () => (/* reexport safe */ _VisuallyHidden__WEBPACK_IMPORTED_MODULE_62__.VisuallyHidden),
|
|
22808
23060
|
/* harmony export */ base64ToByteArray: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.base64ToByteArray),
|
|
22809
23061
|
/* harmony export */ fullWidthModeKeys: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_15__.fullWidthModeKeys),
|
|
22810
23062
|
/* harmony export */ getAttachmentInput: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.getAttachmentInput),
|
|
22811
23063
|
/* harmony export */ getAttachmentMetaInput: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.getAttachmentMetaInput),
|
|
22812
23064
|
/* harmony export */ image2Base64Preview: () => (/* reexport safe */ _FileUploader__WEBPACK_IMPORTED_MODULE_19__.image2Base64Preview),
|
|
22813
|
-
/* harmony export */ truncateByCharacters: () => (/* reexport safe */
|
|
22814
|
-
/* harmony export */ truncateByLines: () => (/* reexport safe */
|
|
22815
|
-
/* harmony export */ truncateByWords: () => (/* reexport safe */
|
|
23065
|
+
/* harmony export */ truncateByCharacters: () => (/* reexport safe */ _Truncate__WEBPACK_IMPORTED_MODULE_60__.truncateByCharacters),
|
|
23066
|
+
/* harmony export */ truncateByLines: () => (/* reexport safe */ _Truncate__WEBPACK_IMPORTED_MODULE_60__.truncateByLines),
|
|
23067
|
+
/* harmony export */ truncateByWords: () => (/* reexport safe */ _Truncate__WEBPACK_IMPORTED_MODULE_60__.truncateByWords),
|
|
22816
23068
|
/* harmony export */ useAccordion: () => (/* reexport safe */ _Accordion__WEBPACK_IMPORTED_MODULE_0__.useAccordion),
|
|
22817
23069
|
/* harmony export */ useAccordionAriaProps: () => (/* reexport safe */ _Accordion__WEBPACK_IMPORTED_MODULE_0__.useAccordionAriaProps),
|
|
22818
23070
|
/* harmony export */ useAccordionStyleProps: () => (/* reexport safe */ _Accordion__WEBPACK_IMPORTED_MODULE_0__.useAccordionStyleProps),
|
|
@@ -22833,7 +23085,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22833
23085
|
/* harmony export */ useContainerStyleProps: () => (/* reexport safe */ _Container__WEBPACK_IMPORTED_MODULE_10__.useContainerStyleProps),
|
|
22834
23086
|
/* harmony export */ useControlButtonProps: () => (/* reexport safe */ _ControlButton__WEBPACK_IMPORTED_MODULE_11__.useControlButtonProps),
|
|
22835
23087
|
/* harmony export */ useControlButtonStyleProps: () => (/* reexport safe */ _ControlButton__WEBPACK_IMPORTED_MODULE_11__.useControlButtonStyleProps),
|
|
22836
|
-
/* harmony export */ useDefaultResponsiveRowsStyle: () => (/* reexport safe */
|
|
23088
|
+
/* harmony export */ useDefaultResponsiveRowsStyle: () => (/* reexport safe */ _Matrix__WEBPACK_IMPORTED_MODULE_30__.useDefaultResponsiveRowsStyle),
|
|
22837
23089
|
/* harmony export */ useDialog: () => (/* reexport safe */ _Dialog__WEBPACK_IMPORTED_MODULE_12__.useDialog),
|
|
22838
23090
|
/* harmony export */ useDividerStyleProps: () => (/* reexport safe */ _Divider__WEBPACK_IMPORTED_MODULE_13__.useDividerStyleProps),
|
|
22839
23091
|
/* harmony export */ useDrawerContext: () => (/* reexport safe */ _Drawer__WEBPACK_IMPORTED_MODULE_14__.useDrawerContext),
|
|
@@ -22851,48 +23103,49 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22851
23103
|
/* harmony export */ useHeaderDialogContext: () => (/* reexport safe */ _Header__WEBPACK_IMPORTED_MODULE_23__.useHeaderDialogContext),
|
|
22852
23104
|
/* harmony export */ useHeaderStyleProps: () => (/* reexport safe */ _Header__WEBPACK_IMPORTED_MODULE_23__.useHeaderStyleProps),
|
|
22853
23105
|
/* harmony export */ useHeadingStyleProps: () => (/* reexport safe */ _Heading__WEBPACK_IMPORTED_MODULE_24__.useHeadingStyleProps),
|
|
22854
|
-
/* harmony export */ useIconBoxColors: () => (/* reexport safe */
|
|
22855
|
-
/* harmony export */ useIconBoxStyleProps: () => (/* reexport safe */
|
|
22856
|
-
/* harmony export */ useIconStyleProps: () => (/* reexport safe */
|
|
22857
|
-
/* harmony export */ useItemStyleProps: () => (/* reexport safe */
|
|
22858
|
-
/* harmony export */ useLinkStyleProps: () => (/* reexport safe */
|
|
22859
|
-
/* harmony export */ useMatrixStyleProps: () => (/* reexport safe */
|
|
22860
|
-
/* harmony export */ useModalContext: () => (/* reexport safe */
|
|
22861
|
-
/* harmony export */ useModalStyleProps: () => (/* reexport safe */
|
|
22862
|
-
/* harmony export */ useNavigationActionProps: () => (/* reexport safe */
|
|
22863
|
-
/* harmony export */ useNavigationStyleProps: () => (/* reexport safe */
|
|
23106
|
+
/* harmony export */ useIconBoxColors: () => (/* reexport safe */ _IconBox__WEBPACK_IMPORTED_MODULE_27__.useIconBoxColors),
|
|
23107
|
+
/* harmony export */ useIconBoxStyleProps: () => (/* reexport safe */ _IconBox__WEBPACK_IMPORTED_MODULE_27__.useIconBoxStyleProps),
|
|
23108
|
+
/* harmony export */ useIconStyleProps: () => (/* reexport safe */ _Icon__WEBPACK_IMPORTED_MODULE_26__.useIconStyleProps),
|
|
23109
|
+
/* harmony export */ useItemStyleProps: () => (/* reexport safe */ _Item__WEBPACK_IMPORTED_MODULE_28__.useItemStyleProps),
|
|
23110
|
+
/* harmony export */ useLinkStyleProps: () => (/* reexport safe */ _Link__WEBPACK_IMPORTED_MODULE_29__.useLinkStyleProps),
|
|
23111
|
+
/* harmony export */ useMatrixStyleProps: () => (/* reexport safe */ _Matrix__WEBPACK_IMPORTED_MODULE_30__.useMatrixStyleProps),
|
|
23112
|
+
/* harmony export */ useModalContext: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.useModalContext),
|
|
23113
|
+
/* harmony export */ useModalStyleProps: () => (/* reexport safe */ _Modal__WEBPACK_IMPORTED_MODULE_31__.useModalStyleProps),
|
|
23114
|
+
/* harmony export */ useNavigationActionProps: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_32__.useNavigationActionProps),
|
|
23115
|
+
/* harmony export */ useNavigationStyleProps: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_32__.useNavigationStyleProps),
|
|
22864
23116
|
/* harmony export */ useOpenItem: () => (/* reexport safe */ _Accordion__WEBPACK_IMPORTED_MODULE_0__.useOpenItem),
|
|
22865
|
-
/* harmony export */ usePaginationStyleProps: () => (/* reexport safe */
|
|
22866
|
-
/* harmony export */ usePartnerLogoStyleProps: () => (/* reexport safe */
|
|
22867
|
-
/* harmony export */ usePillStyleProps: () => (/* reexport safe */
|
|
22868
|
-
/* harmony export */ usePricingPlanStyleProps: () => (/* reexport safe */
|
|
22869
|
-
/* harmony export */ useRadioStyleProps: () => (/* reexport safe */
|
|
22870
|
-
/* harmony export */
|
|
22871
|
-
/* harmony export */
|
|
22872
|
-
/* harmony export */
|
|
22873
|
-
/* harmony export */
|
|
22874
|
-
/* harmony export */
|
|
22875
|
-
/* harmony export */
|
|
22876
|
-
/* harmony export */
|
|
22877
|
-
/* harmony export */
|
|
22878
|
-
/* harmony export */
|
|
22879
|
-
/* harmony export */
|
|
22880
|
-
/* harmony export */
|
|
22881
|
-
/* harmony export */
|
|
22882
|
-
/* harmony export */
|
|
22883
|
-
/* harmony export */
|
|
22884
|
-
/* harmony export */
|
|
22885
|
-
/* harmony export */
|
|
22886
|
-
/* harmony export */
|
|
22887
|
-
/* harmony export */
|
|
22888
|
-
/* harmony export */
|
|
22889
|
-
/* harmony export */
|
|
22890
|
-
/* harmony export */
|
|
22891
|
-
/* harmony export */
|
|
22892
|
-
/* harmony export */
|
|
22893
|
-
/* harmony export */
|
|
22894
|
-
/* harmony export */
|
|
22895
|
-
/* harmony export */
|
|
23117
|
+
/* harmony export */ usePaginationStyleProps: () => (/* reexport safe */ _Pagination__WEBPACK_IMPORTED_MODULE_34__.usePaginationStyleProps),
|
|
23118
|
+
/* harmony export */ usePartnerLogoStyleProps: () => (/* reexport safe */ _PartnerLogo__WEBPACK_IMPORTED_MODULE_35__.usePartnerLogoStyleProps),
|
|
23119
|
+
/* harmony export */ usePillStyleProps: () => (/* reexport safe */ _Pill__WEBPACK_IMPORTED_MODULE_36__.usePillStyleProps),
|
|
23120
|
+
/* harmony export */ usePricingPlanStyleProps: () => (/* reexport safe */ _PricingPlan__WEBPACK_IMPORTED_MODULE_37__.usePricingPlanStyleProps),
|
|
23121
|
+
/* harmony export */ useRadioStyleProps: () => (/* reexport safe */ _Radio__WEBPACK_IMPORTED_MODULE_39__.useRadioStyleProps),
|
|
23122
|
+
/* harmony export */ useScrollCallback: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.useScrollCallback),
|
|
23123
|
+
/* harmony export */ useScrollPosition: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.useScrollPosition),
|
|
23124
|
+
/* harmony export */ useScrollViewArrows: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.useScrollViewArrows),
|
|
23125
|
+
/* harmony export */ useScrollViewStyleProps: () => (/* reexport safe */ _ScrollView__WEBPACK_IMPORTED_MODULE_40__.useScrollViewStyleProps),
|
|
23126
|
+
/* harmony export */ useSectionSizeProps: () => (/* reexport safe */ _Section__WEBPACK_IMPORTED_MODULE_41__.useSectionSizeProps),
|
|
23127
|
+
/* harmony export */ useSectionStyleProps: () => (/* reexport safe */ _Section__WEBPACK_IMPORTED_MODULE_41__.useSectionStyleProps),
|
|
23128
|
+
/* harmony export */ useSegmentedControl: () => (/* reexport safe */ _SegmentedControl__WEBPACK_IMPORTED_MODULE_42__.useSegmentedControl),
|
|
23129
|
+
/* harmony export */ useSegmentedControlStyleProps: () => (/* reexport safe */ _SegmentedControl__WEBPACK_IMPORTED_MODULE_42__.useSegmentedControlStyleProps),
|
|
23130
|
+
/* harmony export */ useSelectStyleProps: () => (/* reexport safe */ _Select__WEBPACK_IMPORTED_MODULE_43__.useSelectStyleProps),
|
|
23131
|
+
/* harmony export */ useSkeletonStyleProps: () => (/* reexport safe */ _Skeleton__WEBPACK_IMPORTED_MODULE_44__.useSkeletonStyleProps),
|
|
23132
|
+
/* harmony export */ useSkipLinkStyleProps: () => (/* reexport safe */ _SkipLink__WEBPACK_IMPORTED_MODULE_45__.useSkipLinkStyleProps),
|
|
23133
|
+
/* harmony export */ useSliderStyleProps: () => (/* reexport safe */ _Slider__WEBPACK_IMPORTED_MODULE_46__.useSliderStyleProps),
|
|
23134
|
+
/* harmony export */ useSpinnerStyleProps: () => (/* reexport safe */ _Spinner__WEBPACK_IMPORTED_MODULE_47__.useSpinnerStyleProps),
|
|
23135
|
+
/* harmony export */ useSplitButtonStyleProps: () => (/* reexport safe */ _SplitButton__WEBPACK_IMPORTED_MODULE_48__.useSplitButtonStyleProps),
|
|
23136
|
+
/* harmony export */ useTab: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.useTab),
|
|
23137
|
+
/* harmony export */ useTabContext: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.useTabContext),
|
|
23138
|
+
/* harmony export */ useTabsStyleProps: () => (/* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_50__.useTabsStyleProps),
|
|
23139
|
+
/* harmony export */ useTagStyleProps: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_51__.useTagStyleProps),
|
|
23140
|
+
/* harmony export */ useTextStyleProps: () => (/* reexport safe */ _Text__WEBPACK_IMPORTED_MODULE_52__.useTextStyleProps),
|
|
23141
|
+
/* harmony export */ useTimelineStyleProps: () => (/* reexport safe */ _Timeline__WEBPACK_IMPORTED_MODULE_56__.useTimelineStyleProps),
|
|
23142
|
+
/* harmony export */ useToast: () => (/* reexport safe */ _Toast__WEBPACK_IMPORTED_MODULE_57__.useToast),
|
|
23143
|
+
/* harmony export */ useToggleStyleProps: () => (/* reexport safe */ _Toggle__WEBPACK_IMPORTED_MODULE_58__.useToggleStyleProps),
|
|
23144
|
+
/* harmony export */ useTooltip: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.useTooltip),
|
|
23145
|
+
/* harmony export */ useTooltipStyleProps: () => (/* reexport safe */ _Tooltip__WEBPACK_IMPORTED_MODULE_59__.useTooltipStyleProps),
|
|
23146
|
+
/* harmony export */ useTruncateStyleProps: () => (/* reexport safe */ _Truncate__WEBPACK_IMPORTED_MODULE_60__.useTruncateStyleProps),
|
|
23147
|
+
/* harmony export */ useTruncatedText: () => (/* reexport safe */ _Truncate__WEBPACK_IMPORTED_MODULE_60__.useTruncatedText),
|
|
23148
|
+
/* harmony export */ useUnstableHeaderStyleProps: () => (/* reexport safe */ _UNSTABLE_Header__WEBPACK_IMPORTED_MODULE_61__.useUnstableHeaderStyleProps)
|
|
22896
23149
|
/* harmony export */ });
|
|
22897
23150
|
/* harmony import */ var _Accordion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Accordion */ "./src/components/Accordion/index.ts");
|
|
22898
23151
|
/* harmony import */ var _ActionGroup__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ActionGroup */ "./src/components/ActionGroup/index.ts");
|
|
@@ -22919,43 +23172,45 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22919
23172
|
/* harmony import */ var _Grid__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./Grid */ "./src/components/Grid/index.ts");
|
|
22920
23173
|
/* harmony import */ var _Header__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./Header */ "./src/components/Header/index.ts");
|
|
22921
23174
|
/* harmony import */ var _Heading__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./Heading */ "./src/components/Heading/index.ts");
|
|
22922
|
-
/* harmony import */ var
|
|
22923
|
-
/* harmony import */ var
|
|
22924
|
-
/* harmony import */ var
|
|
22925
|
-
/* harmony import */ var
|
|
22926
|
-
/* harmony import */ var
|
|
22927
|
-
/* harmony import */ var
|
|
22928
|
-
/* harmony import */ var
|
|
22929
|
-
/* harmony import */ var
|
|
22930
|
-
/* harmony import */ var
|
|
22931
|
-
/* harmony import */ var
|
|
22932
|
-
/* harmony import */ var
|
|
22933
|
-
/* harmony import */ var
|
|
22934
|
-
/* harmony import */ var
|
|
22935
|
-
/* harmony import */ var
|
|
22936
|
-
/* harmony import */ var
|
|
22937
|
-
/* harmony import */ var
|
|
22938
|
-
/* harmony import */ var
|
|
22939
|
-
/* harmony import */ var
|
|
22940
|
-
/* harmony import */ var
|
|
22941
|
-
/* harmony import */ var
|
|
22942
|
-
/* harmony import */ var
|
|
22943
|
-
/* harmony import */ var
|
|
22944
|
-
/* harmony import */ var
|
|
22945
|
-
/* harmony import */ var
|
|
22946
|
-
/* harmony import */ var
|
|
22947
|
-
/* harmony import */ var
|
|
22948
|
-
/* harmony import */ var
|
|
22949
|
-
/* harmony import */ var
|
|
22950
|
-
/* harmony import */ var
|
|
22951
|
-
/* harmony import */ var
|
|
22952
|
-
/* harmony import */ var
|
|
22953
|
-
/* harmony import */ var
|
|
22954
|
-
/* harmony import */ var
|
|
22955
|
-
/* harmony import */ var
|
|
22956
|
-
/* harmony import */ var
|
|
22957
|
-
/* harmony import */ var
|
|
22958
|
-
/* harmony import */ var
|
|
23175
|
+
/* harmony import */ var _Hidden__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./Hidden */ "./src/components/Hidden/index.ts");
|
|
23176
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./Icon */ "./src/components/Icon/index.ts");
|
|
23177
|
+
/* harmony import */ var _IconBox__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./IconBox */ "./src/components/IconBox/index.ts");
|
|
23178
|
+
/* harmony import */ var _Item__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./Item */ "./src/components/Item/index.ts");
|
|
23179
|
+
/* harmony import */ var _Link__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./Link */ "./src/components/Link/index.ts");
|
|
23180
|
+
/* harmony import */ var _Matrix__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./Matrix */ "./src/components/Matrix/index.ts");
|
|
23181
|
+
/* harmony import */ var _Modal__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./Modal */ "./src/components/Modal/index.ts");
|
|
23182
|
+
/* harmony import */ var _Navigation__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./Navigation */ "./src/components/Navigation/index.ts");
|
|
23183
|
+
/* harmony import */ var _NoSsr__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./NoSsr */ "./src/components/NoSsr/index.ts");
|
|
23184
|
+
/* harmony import */ var _Pagination__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./Pagination */ "./src/components/Pagination/index.ts");
|
|
23185
|
+
/* harmony import */ var _PartnerLogo__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./PartnerLogo */ "./src/components/PartnerLogo/index.ts");
|
|
23186
|
+
/* harmony import */ var _Pill__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./Pill */ "./src/components/Pill/index.ts");
|
|
23187
|
+
/* harmony import */ var _PricingPlan__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./PricingPlan */ "./src/components/PricingPlan/index.ts");
|
|
23188
|
+
/* harmony import */ var _ProductLogo__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./ProductLogo */ "./src/components/ProductLogo/index.ts");
|
|
23189
|
+
/* harmony import */ var _Radio__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./Radio */ "./src/components/Radio/index.ts");
|
|
23190
|
+
/* harmony import */ var _ScrollView__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./ScrollView */ "./src/components/ScrollView/index.ts");
|
|
23191
|
+
/* harmony import */ var _Section__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./Section */ "./src/components/Section/index.ts");
|
|
23192
|
+
/* harmony import */ var _SegmentedControl__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./SegmentedControl */ "./src/components/SegmentedControl/index.ts");
|
|
23193
|
+
/* harmony import */ var _Select__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./Select */ "./src/components/Select/index.ts");
|
|
23194
|
+
/* harmony import */ var _Skeleton__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./Skeleton */ "./src/components/Skeleton/index.ts");
|
|
23195
|
+
/* harmony import */ var _SkipLink__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./SkipLink */ "./src/components/SkipLink/index.ts");
|
|
23196
|
+
/* harmony import */ var _Slider__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./Slider */ "./src/components/Slider/index.ts");
|
|
23197
|
+
/* harmony import */ var _Spinner__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./Spinner */ "./src/components/Spinner/index.ts");
|
|
23198
|
+
/* harmony import */ var _SplitButton__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./SplitButton */ "./src/components/SplitButton/index.ts");
|
|
23199
|
+
/* harmony import */ var _Stack__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./Stack */ "./src/components/Stack/index.ts");
|
|
23200
|
+
/* harmony import */ var _Tabs__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./Tabs */ "./src/components/Tabs/index.ts");
|
|
23201
|
+
/* harmony import */ var _Tag__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./Tag */ "./src/components/Tag/index.ts");
|
|
23202
|
+
/* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./Text */ "./src/components/Text/index.ts");
|
|
23203
|
+
/* harmony import */ var _TextArea__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./TextArea */ "./src/components/TextArea/index.ts");
|
|
23204
|
+
/* harmony import */ var _TextField__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./TextField */ "./src/components/TextField/index.ts");
|
|
23205
|
+
/* harmony import */ var _TextFieldBase__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ./TextFieldBase */ "./src/components/TextFieldBase/index.ts");
|
|
23206
|
+
/* harmony import */ var _Timeline__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ./Timeline */ "./src/components/Timeline/index.ts");
|
|
23207
|
+
/* harmony import */ var _Toast__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ./Toast */ "./src/components/Toast/index.ts");
|
|
23208
|
+
/* harmony import */ var _Toggle__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ./Toggle */ "./src/components/Toggle/index.ts");
|
|
23209
|
+
/* harmony import */ var _Tooltip__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ./Tooltip */ "./src/components/Tooltip/index.ts");
|
|
23210
|
+
/* harmony import */ var _Truncate__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ./Truncate */ "./src/components/Truncate/index.ts");
|
|
23211
|
+
/* harmony import */ var _UNSTABLE_Header__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ./UNSTABLE_Header */ "./src/components/UNSTABLE_Header/index.ts");
|
|
23212
|
+
/* harmony import */ var _VisuallyHidden__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ./VisuallyHidden */ "./src/components/VisuallyHidden/index.ts");
|
|
23213
|
+
|
|
22959
23214
|
|
|
22960
23215
|
|
|
22961
23216
|
|
|
@@ -23256,10 +23511,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23256
23511
|
/* harmony export */ AlignmentYExtended: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.AlignmentYExtended),
|
|
23257
23512
|
/* harmony export */ BackgroundColors: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.BackgroundColors),
|
|
23258
23513
|
/* harmony export */ BackgroundGradients: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.BackgroundGradients),
|
|
23259
|
-
/* harmony export */ BackgroundStyleProps: () => (/* reexport safe */
|
|
23514
|
+
/* harmony export */ BackgroundStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.BackgroundStyleProps),
|
|
23260
23515
|
/* harmony export */ BorderColors: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.BorderColors),
|
|
23261
23516
|
/* harmony export */ BorderRadii: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.BorderRadii),
|
|
23262
|
-
/* harmony export */ BorderRadiusStyleProps: () => (/* reexport safe */
|
|
23517
|
+
/* harmony export */ BorderRadiusStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.BorderRadiusStyleProps),
|
|
23263
23518
|
/* harmony export */ BorderStyles: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.BorderStyles),
|
|
23264
23519
|
/* harmony export */ BorderWidths: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.BorderWidths),
|
|
23265
23520
|
/* harmony export */ CLASS_NAME_OPEN: () => (/* reexport safe */ _classes__WEBPACK_IMPORTED_MODULE_0__.CLASS_NAME_OPEN),
|
|
@@ -23269,27 +23524,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23269
23524
|
/* harmony export */ Direction: () => (/* reexport safe */ _direction__WEBPACK_IMPORTED_MODULE_3__.Direction),
|
|
23270
23525
|
/* harmony export */ DirectionAxis: () => (/* reexport safe */ _direction__WEBPACK_IMPORTED_MODULE_3__.DirectionAxis),
|
|
23271
23526
|
/* harmony export */ DirectionExtended: () => (/* reexport safe */ _direction__WEBPACK_IMPORTED_MODULE_3__.DirectionExtended),
|
|
23272
|
-
/* harmony export */ DisplayStyleProps: () => (/* reexport safe */
|
|
23527
|
+
/* harmony export */ DisplayStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.DisplayStyleProps),
|
|
23273
23528
|
/* harmony export */ EmotionColors: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.EmotionColors),
|
|
23274
23529
|
/* harmony export */ Emphasis: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.Emphasis),
|
|
23275
23530
|
/* harmony export */ FillVariants: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.FillVariants),
|
|
23276
|
-
/* harmony export */ HeadingStyleProps: () => (/* reexport safe */
|
|
23531
|
+
/* harmony export */ HeadingStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.HeadingStyleProps),
|
|
23532
|
+
/* harmony export */ InputPositions: () => (/* reexport safe */ _inputs__WEBPACK_IMPORTED_MODULE_4__.InputPositions),
|
|
23277
23533
|
/* harmony export */ Intensity: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.Intensity),
|
|
23278
23534
|
/* harmony export */ LinkColors: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.LinkColors),
|
|
23279
|
-
/* harmony export */ ObjectFit: () => (/* reexport safe */
|
|
23280
|
-
/* harmony export */ PaddingStyleProps: () => (/* reexport safe */
|
|
23535
|
+
/* harmony export */ ObjectFit: () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_5__.ObjectFit),
|
|
23536
|
+
/* harmony export */ PaddingStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.PaddingStyleProps),
|
|
23281
23537
|
/* harmony export */ Placements: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.Placements),
|
|
23282
|
-
/* harmony export */ Position: () => (/* reexport safe */
|
|
23538
|
+
/* harmony export */ Position: () => (/* reexport safe */ _position__WEBPACK_IMPORTED_MODULE_6__.Position),
|
|
23283
23539
|
/* harmony export */ ShapeVariants: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.ShapeVariants),
|
|
23284
23540
|
/* harmony export */ Sizes: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.Sizes),
|
|
23285
23541
|
/* harmony export */ SizesExtended: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.SizesExtended),
|
|
23286
|
-
/* harmony export */ SpacingStyleProp: () => (/* reexport safe */
|
|
23542
|
+
/* harmony export */ SpacingStyleProp: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.SpacingStyleProp),
|
|
23287
23543
|
/* harmony export */ TextAlignments: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.TextAlignments),
|
|
23288
23544
|
/* harmony export */ TextColors: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.TextColors),
|
|
23289
|
-
/* harmony export */ TextHyphens: () => (/* reexport safe */
|
|
23290
|
-
/* harmony export */ TextStyleProps: () => (/* reexport safe */
|
|
23291
|
-
/* harmony export */ TextWordBreaks: () => (/* reexport safe */
|
|
23292
|
-
/* harmony export */ ThemeStyleProps: () => (/* reexport safe */
|
|
23545
|
+
/* harmony export */ TextHyphens: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_8__.TextHyphens),
|
|
23546
|
+
/* harmony export */ TextStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.TextStyleProps),
|
|
23547
|
+
/* harmony export */ TextWordBreaks: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_8__.TextWordBreaks),
|
|
23548
|
+
/* harmony export */ ThemeStyleProps: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_7__.ThemeStyleProps),
|
|
23293
23549
|
/* harmony export */ ValidationStates: () => (/* reexport safe */ _dictionaries__WEBPACK_IMPORTED_MODULE_2__.ValidationStates),
|
|
23294
23550
|
/* harmony export */ isDirectionHorizontal: () => (/* reexport safe */ _direction__WEBPACK_IMPORTED_MODULE_3__.isDirectionHorizontal)
|
|
23295
23551
|
/* harmony export */ });
|
|
@@ -23297,10 +23553,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23297
23553
|
/* harmony import */ var _colors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./colors */ "./src/constants/colors.ts");
|
|
23298
23554
|
/* harmony import */ var _dictionaries__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./dictionaries */ "./src/constants/dictionaries.ts");
|
|
23299
23555
|
/* harmony import */ var _direction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./direction */ "./src/constants/direction.ts");
|
|
23300
|
-
/* harmony import */ var
|
|
23301
|
-
/* harmony import */ var
|
|
23302
|
-
/* harmony import */ var
|
|
23303
|
-
/* harmony import */ var
|
|
23556
|
+
/* harmony import */ var _inputs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./inputs */ "./src/constants/inputs.ts");
|
|
23557
|
+
/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./media */ "./src/constants/media.ts");
|
|
23558
|
+
/* harmony import */ var _position__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./position */ "./src/constants/position.ts");
|
|
23559
|
+
/* harmony import */ var _style__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./style */ "./src/constants/style.ts");
|
|
23560
|
+
/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./text */ "./src/constants/text.ts");
|
|
23561
|
+
|
|
23562
|
+
|
|
23563
|
+
|
|
23304
23564
|
|
|
23305
23565
|
|
|
23306
23566
|
|
|
@@ -23309,6 +23569,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23309
23569
|
|
|
23310
23570
|
|
|
23311
23571
|
|
|
23572
|
+
/***/ }),
|
|
23573
|
+
|
|
23574
|
+
/***/ "./src/constants/inputs.ts":
|
|
23575
|
+
/*!*********************************!*\
|
|
23576
|
+
!*** ./src/constants/inputs.ts ***!
|
|
23577
|
+
\*********************************/
|
|
23578
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
23579
|
+
|
|
23580
|
+
"use strict";
|
|
23581
|
+
__webpack_require__.r(__webpack_exports__);
|
|
23582
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23583
|
+
/* harmony export */ InputPositions: () => (/* binding */ InputPositions)
|
|
23584
|
+
/* harmony export */ });
|
|
23585
|
+
const InputPositions = {
|
|
23586
|
+
START: 'start',
|
|
23587
|
+
END: 'end',
|
|
23588
|
+
};
|
|
23312
23589
|
|
|
23313
23590
|
|
|
23314
23591
|
/***/ }),
|
|
@@ -23570,18 +23847,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23570
23847
|
/* harmony export */ useClickOutside: () => (/* reexport safe */ _useClickOutside__WEBPACK_IMPORTED_MODULE_6__.useClickOutside),
|
|
23571
23848
|
/* harmony export */ useDeprecationMessage: () => (/* reexport safe */ _useDeprecationMessage__WEBPACK_IMPORTED_MODULE_7__.useDeprecationMessage),
|
|
23572
23849
|
/* harmony export */ useDimensionStyle: () => (/* reexport safe */ _useDimensionStyle__WEBPACK_IMPORTED_MODULE_8__.useDimensionStyle),
|
|
23573
|
-
/* harmony export */
|
|
23574
|
-
/* harmony export */
|
|
23575
|
-
/* harmony export */
|
|
23576
|
-
/* harmony export */
|
|
23850
|
+
/* harmony export */ useDragAndDrop: () => (/* reexport safe */ _useDragAndDrop__WEBPACK_IMPORTED_MODULE_9__.useDragAndDrop),
|
|
23851
|
+
/* harmony export */ useIcon: () => (/* reexport safe */ _useIcon__WEBPACK_IMPORTED_MODULE_10__.useIcon),
|
|
23852
|
+
/* harmony export */ useIconName: () => (/* reexport safe */ _useIconName__WEBPACK_IMPORTED_MODULE_11__.useIconName),
|
|
23853
|
+
/* harmony export */ useInputPositionClass: () => (/* reexport safe */ _useInputPositionClass__WEBPACK_IMPORTED_MODULE_12__.useInputPositionClass),
|
|
23577
23854
|
/* harmony export */ useIsomorphicLayoutEffect: () => (/* reexport safe */ _useIsomorphicLayoutEffect__WEBPACK_IMPORTED_MODULE_13__.useIsomorphicLayoutEffect),
|
|
23578
23855
|
/* harmony export */ useLastActiveFocus: () => (/* reexport safe */ _useLastActiveFocus__WEBPACK_IMPORTED_MODULE_14__.useLastActiveFocus),
|
|
23579
23856
|
/* harmony export */ useResizeObserver: () => (/* reexport safe */ _useResizeObserver__WEBPACK_IMPORTED_MODULE_15__.useResizeObserver),
|
|
23580
23857
|
/* harmony export */ useScrollControl: () => (/* reexport safe */ _useScrollControl__WEBPACK_IMPORTED_MODULE_16__.useScrollControl),
|
|
23581
23858
|
/* harmony export */ useSpacingStyle: () => (/* reexport safe */ _useSpacingStyle__WEBPACK_IMPORTED_MODULE_17__.useSpacingStyle),
|
|
23582
23859
|
/* harmony export */ useStyleProps: () => (/* reexport safe */ _styleProps__WEBPACK_IMPORTED_MODULE_0__.useStyleProps),
|
|
23583
|
-
/* harmony export */
|
|
23584
|
-
/* harmony export */
|
|
23860
|
+
/* harmony export */ useSymmetry: () => (/* reexport safe */ _useSymmetry__WEBPACK_IMPORTED_MODULE_18__.useSymmetry),
|
|
23861
|
+
/* harmony export */ useToggle: () => (/* reexport safe */ _useToggle__WEBPACK_IMPORTED_MODULE_19__.useToggle),
|
|
23862
|
+
/* harmony export */ useWrapClass: () => (/* reexport safe */ _useWrapClass__WEBPACK_IMPORTED_MODULE_20__.useWrapClass)
|
|
23585
23863
|
/* harmony export */ });
|
|
23586
23864
|
/* harmony import */ var _styleProps__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./styleProps */ "./src/hooks/styleProps.ts");
|
|
23587
23865
|
/* harmony import */ var _useAlignmentClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./useAlignmentClass */ "./src/hooks/useAlignmentClass.ts");
|
|
@@ -23592,17 +23870,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23592
23870
|
/* harmony import */ var _useClickOutside__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./useClickOutside */ "./src/hooks/useClickOutside.ts");
|
|
23593
23871
|
/* harmony import */ var _useDeprecationMessage__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./useDeprecationMessage */ "./src/hooks/useDeprecationMessage.ts");
|
|
23594
23872
|
/* harmony import */ var _useDimensionStyle__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./useDimensionStyle */ "./src/hooks/useDimensionStyle.ts");
|
|
23595
|
-
/* harmony import */ var
|
|
23596
|
-
/* harmony import */ var
|
|
23597
|
-
/* harmony import */ var
|
|
23598
|
-
/* harmony import */ var
|
|
23873
|
+
/* harmony import */ var _useDragAndDrop__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./useDragAndDrop */ "./src/hooks/useDragAndDrop.ts");
|
|
23874
|
+
/* harmony import */ var _useIcon__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./useIcon */ "./src/hooks/useIcon.ts");
|
|
23875
|
+
/* harmony import */ var _useIconName__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./useIconName */ "./src/hooks/useIconName.ts");
|
|
23876
|
+
/* harmony import */ var _useInputPositionClass__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./useInputPositionClass */ "./src/hooks/useInputPositionClass.ts");
|
|
23599
23877
|
/* harmony import */ var _useIsomorphicLayoutEffect__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./useIsomorphicLayoutEffect */ "./src/hooks/useIsomorphicLayoutEffect.ts");
|
|
23600
23878
|
/* harmony import */ var _useLastActiveFocus__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./useLastActiveFocus */ "./src/hooks/useLastActiveFocus.ts");
|
|
23601
23879
|
/* harmony import */ var _useResizeObserver__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./useResizeObserver */ "./src/hooks/useResizeObserver.ts");
|
|
23602
23880
|
/* harmony import */ var _useScrollControl__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./useScrollControl */ "./src/hooks/useScrollControl.ts");
|
|
23603
23881
|
/* harmony import */ var _useSpacingStyle__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./useSpacingStyle */ "./src/hooks/useSpacingStyle.ts");
|
|
23604
|
-
/* harmony import */ var
|
|
23605
|
-
/* harmony import */ var
|
|
23882
|
+
/* harmony import */ var _useSymmetry__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./useSymmetry */ "./src/hooks/useSymmetry.ts");
|
|
23883
|
+
/* harmony import */ var _useToggle__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./useToggle */ "./src/hooks/useToggle.ts");
|
|
23884
|
+
/* harmony import */ var _useWrapClass__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./useWrapClass */ "./src/hooks/useWrapClass.ts");
|
|
23885
|
+
|
|
23606
23886
|
|
|
23607
23887
|
|
|
23608
23888
|
|
|
@@ -23924,11 +24204,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23924
24204
|
|
|
23925
24205
|
|
|
23926
24206
|
const useDeprecationMessage = ({ method = 'component', trigger, componentName, componentProps, propertyProps, customText, }) => {
|
|
23927
|
-
let message;
|
|
23928
|
-
let hasProps;
|
|
23929
24207
|
const messageBase = `Deprecation warning (${componentName}):`;
|
|
23930
24208
|
(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(() => {
|
|
23931
24209
|
const isExecutable = trigger && componentName && "development" === 'development';
|
|
24210
|
+
let message;
|
|
24211
|
+
let hasProps;
|
|
23932
24212
|
switch (method) {
|
|
23933
24213
|
case 'property':
|
|
23934
24214
|
if (propertyProps === null || propertyProps === void 0 ? void 0 : propertyProps.delete) {
|
|
@@ -23994,26 +24274,6 @@ const useDimensionStyle = (property, prefix) => {
|
|
|
23994
24274
|
};
|
|
23995
24275
|
|
|
23996
24276
|
|
|
23997
|
-
/***/ }),
|
|
23998
|
-
|
|
23999
|
-
/***/ "./src/hooks/useDirectionClass.ts":
|
|
24000
|
-
/*!****************************************!*\
|
|
24001
|
-
!*** ./src/hooks/useDirectionClass.ts ***!
|
|
24002
|
-
\****************************************/
|
|
24003
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
24004
|
-
|
|
24005
|
-
"use strict";
|
|
24006
|
-
__webpack_require__.r(__webpack_exports__);
|
|
24007
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
24008
|
-
/* harmony export */ useDirectionClass: () => (/* binding */ useDirectionClass)
|
|
24009
|
-
/* harmony export */ });
|
|
24010
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "./src/utils/stylePropsClassesGenerator.ts");
|
|
24011
|
-
|
|
24012
|
-
function useDirectionClass(componentClass, property) {
|
|
24013
|
-
return (0,_utils__WEBPACK_IMPORTED_MODULE_0__.generateStylePropsClassNames)(componentClass, property);
|
|
24014
|
-
}
|
|
24015
|
-
|
|
24016
|
-
|
|
24017
24277
|
/***/ }),
|
|
24018
24278
|
|
|
24019
24279
|
/***/ "./src/hooks/useDragAndDrop.ts":
|
|
@@ -24117,6 +24377,29 @@ function useIconName(key, iconMap, defaultKey = 'default') {
|
|
|
24117
24377
|
}
|
|
24118
24378
|
|
|
24119
24379
|
|
|
24380
|
+
/***/ }),
|
|
24381
|
+
|
|
24382
|
+
/***/ "./src/hooks/useInputPositionClass.ts":
|
|
24383
|
+
/*!********************************************!*\
|
|
24384
|
+
!*** ./src/hooks/useInputPositionClass.ts ***!
|
|
24385
|
+
\********************************************/
|
|
24386
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
24387
|
+
|
|
24388
|
+
"use strict";
|
|
24389
|
+
__webpack_require__.r(__webpack_exports__);
|
|
24390
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
24391
|
+
/* harmony export */ useInputPositionClass: () => (/* binding */ useInputPositionClass)
|
|
24392
|
+
/* harmony export */ });
|
|
24393
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "./src/utils/stylePropsClassesGenerator.ts");
|
|
24394
|
+
|
|
24395
|
+
function useInputPositionClass(componentClass, property) {
|
|
24396
|
+
if (!property) {
|
|
24397
|
+
return '';
|
|
24398
|
+
}
|
|
24399
|
+
return (0,_utils__WEBPACK_IMPORTED_MODULE_0__.generateStylePropsClassNames)(componentClass, property, 'inputPosition');
|
|
24400
|
+
}
|
|
24401
|
+
|
|
24402
|
+
|
|
24120
24403
|
/***/ }),
|
|
24121
24404
|
|
|
24122
24405
|
/***/ "./src/hooks/useIsMounted.ts":
|
|
@@ -24465,6 +24748,61 @@ const useStyleUtilities = (props, prefix = '', additionalProps = {}) => {
|
|
|
24465
24748
|
};
|
|
24466
24749
|
|
|
24467
24750
|
|
|
24751
|
+
/***/ }),
|
|
24752
|
+
|
|
24753
|
+
/***/ "./src/hooks/useSymmetry.ts":
|
|
24754
|
+
/*!**********************************!*\
|
|
24755
|
+
!*** ./src/hooks/useSymmetry.ts ***!
|
|
24756
|
+
\**********************************/
|
|
24757
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
24758
|
+
|
|
24759
|
+
"use strict";
|
|
24760
|
+
__webpack_require__.r(__webpack_exports__);
|
|
24761
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
24762
|
+
/* harmony export */ useSymmetry: () => (/* binding */ useSymmetry)
|
|
24763
|
+
/* harmony export */ });
|
|
24764
|
+
/* harmony import */ var _alma_oss_spirit_design_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @alma-oss/spirit-design-tokens */ "../design-tokens/esm/index.js");
|
|
24765
|
+
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../types */ "./src/types/shared/tokens.ts");
|
|
24766
|
+
|
|
24767
|
+
|
|
24768
|
+
const SYMMETRICAL_CLASS_SUFFIX = '--symmetrical';
|
|
24769
|
+
const NON_SYMMETRICAL_CLASS_SUFFIX = '--asymmetrical';
|
|
24770
|
+
function getSymmetryClassNamesReducer(componentClass, isSymmetrical) {
|
|
24771
|
+
return (acc, breakpoint) => {
|
|
24772
|
+
if (breakpoint in isSymmetrical) {
|
|
24773
|
+
const value = isSymmetrical[breakpoint];
|
|
24774
|
+
const infix = breakpoint === _types__WEBPACK_IMPORTED_MODULE_1__.BREAKPOINT_MOBILE ? '' : `--${breakpoint}`;
|
|
24775
|
+
if (value) {
|
|
24776
|
+
return {
|
|
24777
|
+
classes: [...acc.classes, `${componentClass}${infix}${SYMMETRICAL_CLASS_SUFFIX}`],
|
|
24778
|
+
wasSymmetrical: true,
|
|
24779
|
+
};
|
|
24780
|
+
}
|
|
24781
|
+
if (acc.wasSymmetrical) {
|
|
24782
|
+
return {
|
|
24783
|
+
classes: [...acc.classes, `${componentClass}${infix}${NON_SYMMETRICAL_CLASS_SUFFIX}`],
|
|
24784
|
+
wasSymmetrical: acc.wasSymmetrical,
|
|
24785
|
+
};
|
|
24786
|
+
}
|
|
24787
|
+
}
|
|
24788
|
+
return acc;
|
|
24789
|
+
};
|
|
24790
|
+
}
|
|
24791
|
+
function useSymmetry(componentClass, isSymmetrical) {
|
|
24792
|
+
if (typeof isSymmetrical !== 'object' || isSymmetrical === null) {
|
|
24793
|
+
return {
|
|
24794
|
+
isSymmetricalActive: isSymmetrical === true,
|
|
24795
|
+
symmetricalClassName: isSymmetrical ? `${componentClass}${SYMMETRICAL_CLASS_SUFFIX}` : '',
|
|
24796
|
+
};
|
|
24797
|
+
}
|
|
24798
|
+
const { classes } = Object.keys(_alma_oss_spirit_design_tokens__WEBPACK_IMPORTED_MODULE_0__.breakpoints).reduce(getSymmetryClassNamesReducer(componentClass, isSymmetrical), { classes: [], wasSymmetrical: false });
|
|
24799
|
+
return {
|
|
24800
|
+
isSymmetricalActive: Object.values(isSymmetrical).includes(true),
|
|
24801
|
+
symmetricalClassName: classes.join(' '),
|
|
24802
|
+
};
|
|
24803
|
+
}
|
|
24804
|
+
|
|
24805
|
+
|
|
24468
24806
|
/***/ }),
|
|
24469
24807
|
|
|
24470
24808
|
/***/ "./src/hooks/useToggle.ts":
|
|
@@ -24641,6 +24979,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24641
24979
|
|
|
24642
24980
|
|
|
24643
24981
|
|
|
24982
|
+
|
|
24644
24983
|
|
|
24645
24984
|
|
|
24646
24985
|
/***/ }),
|
|
@@ -34949,6 +35288,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34949
35288
|
/* harmony export */ ContainerTokenSizes: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_1__.ContainerTokenSizes),
|
|
34950
35289
|
/* harmony export */ ControlButton: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.ControlButton),
|
|
34951
35290
|
/* harmony export */ DEBOUNCE_DELAY: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.DEBOUNCE_DELAY),
|
|
35291
|
+
/* harmony export */ DEFAULT_ATTACHMENT_LIST_LABEL: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.DEFAULT_ATTACHMENT_LIST_LABEL),
|
|
34952
35292
|
/* harmony export */ DEFAULT_BUTTON_LABEL: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.DEFAULT_BUTTON_LABEL),
|
|
34953
35293
|
/* harmony export */ DEFAULT_EDIT_BUTTON_LABEL: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.DEFAULT_EDIT_BUTTON_LABEL),
|
|
34954
35294
|
/* harmony export */ DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE),
|
|
@@ -35016,6 +35356,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35016
35356
|
/* harmony export */ Heading: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Heading),
|
|
35017
35357
|
/* harmony export */ HeadingStyleProps: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_1__.HeadingStyleProps),
|
|
35018
35358
|
/* harmony export */ HelperText: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.HelperText),
|
|
35359
|
+
/* harmony export */ Hidden: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Hidden),
|
|
35019
35360
|
/* harmony export */ ICON_BOX_SIZE: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.ICON_BOX_SIZE),
|
|
35020
35361
|
/* harmony export */ IMAGE_DIMENSION: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.IMAGE_DIMENSION),
|
|
35021
35362
|
/* harmony export */ IMAGE_PREVIEW_BASE64_MAX_WIDTH: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.IMAGE_PREVIEW_BASE64_MAX_WIDTH),
|
|
@@ -35023,6 +35364,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35023
35364
|
/* harmony export */ IconBox: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.IconBox),
|
|
35024
35365
|
/* harmony export */ IconsConsumer: () => (/* reexport safe */ _context__WEBPACK_IMPORTED_MODULE_2__.IconsConsumer),
|
|
35025
35366
|
/* harmony export */ IconsProvider: () => (/* reexport safe */ _context__WEBPACK_IMPORTED_MODULE_2__.IconsProvider),
|
|
35367
|
+
/* harmony export */ InputPositions: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_1__.InputPositions),
|
|
35026
35368
|
/* harmony export */ Intensity: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_1__.Intensity),
|
|
35027
35369
|
/* harmony export */ Item: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Item),
|
|
35028
35370
|
/* harmony export */ Label: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Label),
|
|
@@ -35043,6 +35385,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35043
35385
|
/* harmony export */ NavigationItem: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.NavigationItem),
|
|
35044
35386
|
/* harmony export */ NoSsr: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.NoSsr),
|
|
35045
35387
|
/* harmony export */ ObjectFit: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_1__.ObjectFit),
|
|
35388
|
+
/* harmony export */ PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PAGINATION_LINK_DEFAULT_ACCESSIBILITY_LABEL_PREFIX),
|
|
35046
35389
|
/* harmony export */ PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PAGINATION_NEXT_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
35047
35390
|
/* harmony export */ PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PAGINATION_PREVIOUS_LINK_DEFAULT_ACCESSIBILITY_LABEL),
|
|
35048
35391
|
/* harmony export */ PaddingStyleProps: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_1__.PaddingStyleProps),
|
|
@@ -35065,6 +35408,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35065
35408
|
/* harmony export */ PropsConsumer: () => (/* reexport safe */ _context__WEBPACK_IMPORTED_MODULE_2__.PropsConsumer),
|
|
35066
35409
|
/* harmony export */ PropsProvider: () => (/* reexport safe */ _context__WEBPACK_IMPORTED_MODULE_2__.PropsProvider),
|
|
35067
35410
|
/* harmony export */ Radio: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Radio),
|
|
35411
|
+
/* harmony export */ SCROLL_CANCEL_DELAY: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.SCROLL_CANCEL_DELAY),
|
|
35068
35412
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_END),
|
|
35069
35413
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.SCROLL_VIEW_ARROWS_LABEL_HORIZONTAL_START),
|
|
35070
35414
|
/* harmony export */ SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.SCROLL_VIEW_ARROWS_LABEL_VERTICAL_END),
|
|
@@ -35227,7 +35571,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35227
35571
|
/* harmony export */ useDeprecationMessage: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useDeprecationMessage),
|
|
35228
35572
|
/* harmony export */ useDialog: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useDialog),
|
|
35229
35573
|
/* harmony export */ useDimensionStyle: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useDimensionStyle),
|
|
35230
|
-
/* harmony export */ useDirectionClass: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useDirectionClass),
|
|
35231
35574
|
/* harmony export */ useDividerStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useDividerStyleProps),
|
|
35232
35575
|
/* harmony export */ useDragAndDrop: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useDragAndDrop),
|
|
35233
35576
|
/* harmony export */ useDrawerContext: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useDrawerContext),
|
|
@@ -35250,6 +35593,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35250
35593
|
/* harmony export */ useIconBoxStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useIconBoxStyleProps),
|
|
35251
35594
|
/* harmony export */ useIconName: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useIconName),
|
|
35252
35595
|
/* harmony export */ useIconStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useIconStyleProps),
|
|
35596
|
+
/* harmony export */ useInputPositionClass: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useInputPositionClass),
|
|
35253
35597
|
/* harmony export */ useIsomorphicLayoutEffect: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useIsomorphicLayoutEffect),
|
|
35254
35598
|
/* harmony export */ useItemStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useItemStyleProps),
|
|
35255
35599
|
/* harmony export */ useLastActiveFocus: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useLastActiveFocus),
|
|
@@ -35267,6 +35611,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35267
35611
|
/* harmony export */ usePropsContext: () => (/* reexport safe */ _context__WEBPACK_IMPORTED_MODULE_2__.usePropsContext),
|
|
35268
35612
|
/* harmony export */ useRadioStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useRadioStyleProps),
|
|
35269
35613
|
/* harmony export */ useResizeObserver: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useResizeObserver),
|
|
35614
|
+
/* harmony export */ useScrollCallback: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useScrollCallback),
|
|
35270
35615
|
/* harmony export */ useScrollControl: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useScrollControl),
|
|
35271
35616
|
/* harmony export */ useScrollPosition: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useScrollPosition),
|
|
35272
35617
|
/* harmony export */ useScrollViewArrows: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useScrollViewArrows),
|
|
@@ -35283,6 +35628,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35283
35628
|
/* harmony export */ useSpinnerStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useSpinnerStyleProps),
|
|
35284
35629
|
/* harmony export */ useSplitButtonStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useSplitButtonStyleProps),
|
|
35285
35630
|
/* harmony export */ useStyleProps: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useStyleProps),
|
|
35631
|
+
/* harmony export */ useSymmetry: () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_3__.useSymmetry),
|
|
35286
35632
|
/* harmony export */ useTab: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useTab),
|
|
35287
35633
|
/* harmony export */ useTabContext: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useTabContext),
|
|
35288
35634
|
/* harmony export */ useTabsStyleProps: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useTabsStyleProps),
|