@simplybusiness/mobius 10.4.3 → 10.5.0
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/CHANGELOG.md +18 -0
- package/dist/cjs/components/AddressLookup/AddressLookup.js +39 -36
- package/dist/cjs/components/AddressLookup/AddressLookup.js.map +3 -3
- package/dist/cjs/components/AddressLookup/LoqateAddressLookupService.js +28 -40
- package/dist/cjs/components/AddressLookup/LoqateAddressLookupService.js.map +1 -1
- package/dist/cjs/components/AddressLookup/index.js +67 -76
- package/dist/cjs/components/AddressLookup/index.js.map +3 -3
- package/dist/cjs/components/Breadcrumbs/Breadcrumbs.js +3 -7
- package/dist/cjs/components/Breadcrumbs/Breadcrumbs.js.map +2 -2
- package/dist/cjs/components/Breadcrumbs/index.js +3 -7
- package/dist/cjs/components/Breadcrumbs/index.js.map +2 -2
- package/dist/cjs/components/Combobox/Combobox.js +35 -32
- package/dist/cjs/components/Combobox/Combobox.js.map +3 -3
- package/dist/cjs/components/Combobox/index.js +35 -32
- package/dist/cjs/components/Combobox/index.js.map +3 -3
- package/dist/cjs/components/DateField/DateField.js +11 -8
- package/dist/cjs/components/DateField/DateField.js.map +3 -3
- package/dist/cjs/components/DateField/index.js +11 -8
- package/dist/cjs/components/DateField/index.js.map +3 -3
- package/dist/cjs/components/DropdownMenu/Item.js +3 -6
- package/dist/cjs/components/DropdownMenu/Item.js.map +2 -2
- package/dist/cjs/components/DropdownMenu/index.js +3 -6
- package/dist/cjs/components/DropdownMenu/index.js.map +2 -2
- package/dist/cjs/components/MaskedField/MaskedField.js +11 -8
- package/dist/cjs/components/MaskedField/MaskedField.js.map +3 -3
- package/dist/cjs/components/MaskedField/index.js +13 -10
- package/dist/cjs/components/MaskedField/index.js.map +3 -3
- package/dist/cjs/components/NumberField/NumberField.js +10 -7
- package/dist/cjs/components/NumberField/NumberField.js.map +3 -3
- package/dist/cjs/components/NumberField/index.js +10 -7
- package/dist/cjs/components/NumberField/index.js.map +3 -3
- package/dist/cjs/components/PasswordField/PasswordField.js +9 -6
- package/dist/cjs/components/PasswordField/PasswordField.js.map +3 -3
- package/dist/cjs/components/PasswordField/index.js +9 -6
- package/dist/cjs/components/PasswordField/index.js.map +3 -3
- package/dist/cjs/components/StickyOnMobile/StickyOnMobile.js +49 -0
- package/dist/cjs/components/StickyOnMobile/StickyOnMobile.js.map +7 -0
- package/dist/cjs/components/StickyOnMobile/index.js +51 -0
- package/dist/cjs/components/StickyOnMobile/index.js.map +7 -0
- package/dist/cjs/components/TextField/TextField.js +6 -3
- package/dist/cjs/components/TextField/TextField.js.map +3 -3
- package/dist/cjs/components/TextField/adornmentWithClassName.js +3 -2
- package/dist/cjs/components/TextField/adornmentWithClassName.js.map +2 -2
- package/dist/cjs/components/TextField/index.js +6 -3
- package/dist/cjs/components/TextField/index.js.map +3 -3
- package/dist/cjs/components/index.js +343 -343
- package/dist/cjs/components/index.js.map +4 -4
- package/dist/cjs/index.js +343 -343
- package/dist/cjs/index.js.map +4 -4
- package/dist/cjs/meta.json +329 -107
- package/dist/esm/{chunk-NEFRXIFY.js → chunk-53QMWUHB.js} +2 -2
- package/dist/esm/chunk-53QMWUHB.js.map +7 -0
- package/dist/esm/{chunk-4HI2AOBC.js → chunk-6TSYA7CJ.js} +4 -7
- package/dist/esm/{chunk-4HI2AOBC.js.map → chunk-6TSYA7CJ.js.map} +2 -2
- package/dist/esm/{chunk-VHAA22YE.js → chunk-A7KFYNH6.js} +1 -3
- package/dist/esm/{chunk-IQKS662C.js → chunk-AKCNBW55.js} +8 -6
- package/dist/esm/chunk-AKCNBW55.js.map +7 -0
- package/dist/esm/{chunk-6JCU4CGA.js → chunk-AZUVQRYC.js} +4 -4
- package/dist/esm/{chunk-XNEQHHNV.js → chunk-C2QJDKXS.js} +2 -2
- package/dist/esm/chunk-CTY6LDFI.js +1 -0
- package/dist/esm/{chunk-KFHPI67N.js → chunk-GJBH37DH.js} +4 -4
- package/dist/esm/{chunk-IM3I5CZL.js → chunk-I6CFRGID.js} +4 -3
- package/dist/esm/{chunk-IM3I5CZL.js.map → chunk-I6CFRGID.js.map} +2 -2
- package/dist/esm/{chunk-LGZWQZLS.js → chunk-IF7FRSC2.js} +2 -2
- package/dist/esm/{chunk-OEDU5ZEA.js → chunk-KUH5AB5T.js} +2 -2
- package/dist/esm/chunk-L2X5IF3K.js +1 -0
- package/dist/esm/chunk-L2X5IF3K.js.map +7 -0
- package/dist/esm/{chunk-2HUMNED2.js → chunk-M3X3ECNH.js} +4 -4
- package/dist/esm/chunk-NXWWQSZA.js +82 -0
- package/dist/esm/{chunk-VVL4B2KD.js.map → chunk-NXWWQSZA.js.map} +1 -1
- package/dist/esm/{chunk-JFDDW3IV.js → chunk-P7TPNRU4.js} +4 -8
- package/dist/esm/{chunk-JFDDW3IV.js.map → chunk-P7TPNRU4.js.map} +2 -2
- package/dist/esm/{chunk-VZ3IWSK6.js → chunk-Q5RB4O4S.js} +7 -7
- package/dist/esm/{chunk-S4CU4XRB.js → chunk-RBB3WHBJ.js} +2 -2
- package/dist/esm/{chunk-GV36OVX7.js → chunk-TQWUPLN6.js} +2 -2
- package/dist/esm/{chunk-X4CMSAET.js → chunk-YEZ6KR3Q.js} +2 -2
- package/dist/esm/chunk-YWFAKGQQ.js +19 -0
- package/dist/esm/chunk-YWFAKGQQ.js.map +7 -0
- package/dist/esm/{chunk-P6YHEIFT.js → chunk-ZLAAOGRQ.js} +4 -4
- package/dist/esm/components/Accordion/Accordion.js +1 -1
- package/dist/esm/components/Accordion/AccordionLink.js +1 -1
- package/dist/esm/components/Accordion/AccordionList.js +1 -1
- package/dist/esm/components/Accordion/index.js +1 -1
- package/dist/esm/components/AddressLookup/AddressLookup.js +7 -7
- package/dist/esm/components/AddressLookup/LoqateAddressLookupError.js +1 -1
- package/dist/esm/components/AddressLookup/LoqateAddressLookupService.js +2 -2
- package/dist/esm/components/AddressLookup/__mocks__/LoqateAddressLookupService.js +1 -1
- package/dist/esm/components/AddressLookup/index.js +10 -10
- package/dist/esm/components/AddressLookup/utils.js +1 -1
- package/dist/esm/components/Alert/Alert.js +1 -1
- package/dist/esm/components/Alert/index.js +1 -1
- package/dist/esm/components/Box/Box.js +1 -1
- package/dist/esm/components/Box/index.js +1 -1
- package/dist/esm/components/Breadcrumbs/BreadcrumbItem.js +1 -1
- package/dist/esm/components/Breadcrumbs/Breadcrumbs.js +2 -2
- package/dist/esm/components/Breadcrumbs/index.js +3 -3
- package/dist/esm/components/Button/Button.js +1 -1
- package/dist/esm/components/Button/Loading.js +1 -1
- package/dist/esm/components/Button/Success.js +1 -1
- package/dist/esm/components/Button/index.js +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +1 -1
- package/dist/esm/components/Checkbox/CheckboxGroup.js +3 -3
- package/dist/esm/components/Checkbox/index.js +3 -3
- package/dist/esm/components/Combobox/Combobox.js +6 -6
- package/dist/esm/components/Combobox/Listbox.js +1 -1
- package/dist/esm/components/Combobox/Option.js +1 -1
- package/dist/esm/components/Combobox/fixtures.js +1 -1
- package/dist/esm/components/Combobox/index.js +6 -6
- package/dist/esm/components/Combobox/useComboboxHighlight.js +1 -1
- package/dist/esm/components/Combobox/useComboboxOptions.js +1 -1
- package/dist/esm/components/Combobox/utils.js +1 -1
- package/dist/esm/components/Container/Container.js +1 -1
- package/dist/esm/components/Container/index.js +1 -1
- package/dist/esm/components/DateField/DateField.js +6 -6
- package/dist/esm/components/DateField/index.js +6 -6
- package/dist/esm/components/DateField/validation.js +1 -1
- package/dist/esm/components/Divider/Divider.js +1 -1
- package/dist/esm/components/Divider/index.js +1 -1
- package/dist/esm/components/Drawer/Content.js +1 -1
- package/dist/esm/components/Drawer/Drawer.js +1 -1
- package/dist/esm/components/Drawer/DrawerContext.js +1 -1
- package/dist/esm/components/Drawer/Header.js +1 -1
- package/dist/esm/components/Drawer/index.js +4 -4
- package/dist/esm/components/Drawer/useDrawer.js +1 -1
- package/dist/esm/components/DropdownMenu/DropdownMenu.js +1 -1
- package/dist/esm/components/DropdownMenu/Item.js +2 -2
- package/dist/esm/components/DropdownMenu/index.js +3 -3
- package/dist/esm/components/ErrorMessage/ErrorMessage.js +1 -1
- package/dist/esm/components/ErrorMessage/index.js +1 -1
- package/dist/esm/components/ExpandableText/ExpandableText.js +1 -1
- package/dist/esm/components/ExpandableText/index.js +1 -1
- package/dist/esm/components/Fieldset/Fieldset.js +1 -1
- package/dist/esm/components/Fieldset/index.js +1 -1
- package/dist/esm/components/Flex/Flex.js +1 -1
- package/dist/esm/components/Flex/index.js +1 -1
- package/dist/esm/components/Flex/propUtils.js +1 -1
- package/dist/esm/components/Grid/Grid.js +1 -1
- package/dist/esm/components/Grid/Item.js +1 -1
- package/dist/esm/components/Grid/index.js +1 -1
- package/dist/esm/components/Icon/Icon.js +1 -1
- package/dist/esm/components/Icon/index.js +1 -1
- package/dist/esm/components/Image/Image.js +1 -1
- package/dist/esm/components/Image/index.js +1 -1
- package/dist/esm/components/Label/Label.js +1 -1
- package/dist/esm/components/Label/index.js +1 -1
- package/dist/esm/components/Link/Link.js +1 -1
- package/dist/esm/components/Link/index.js +1 -1
- package/dist/esm/components/LinkButton/LinkButton.js +1 -1
- package/dist/esm/components/LinkButton/index.js +1 -1
- package/dist/esm/components/List/List.js +1 -1
- package/dist/esm/components/List/ListItem.js +1 -1
- package/dist/esm/components/List/index.js +1 -1
- package/dist/esm/components/LoadingIndicator/LoadingIndicator.js +1 -1
- package/dist/esm/components/LoadingIndicator/index.js +1 -1
- package/dist/esm/components/Logo/Logo.js +1 -1
- package/dist/esm/components/Logo/index.js +1 -1
- package/dist/esm/components/MaskedField/MaskedField.js +5 -5
- package/dist/esm/components/MaskedField/index.js +6 -6
- package/dist/esm/components/Modal/Content.js +1 -1
- package/dist/esm/components/Modal/Header.js +1 -1
- package/dist/esm/components/Modal/Modal.js +1 -1
- package/dist/esm/components/Modal/ModalContext.js +1 -1
- package/dist/esm/components/Modal/index.js +1 -1
- package/dist/esm/components/Modal/useModal.js +1 -1
- package/dist/esm/components/NumberField/NumberField.js +6 -6
- package/dist/esm/components/NumberField/index.js +6 -6
- package/dist/esm/components/Option/Option.js +1 -1
- package/dist/esm/components/Option/index.js +1 -1
- package/dist/esm/components/PasswordField/PasswordField.js +6 -6
- package/dist/esm/components/PasswordField/ShowHideButton.js +1 -1
- package/dist/esm/components/PasswordField/index.js +6 -6
- package/dist/esm/components/Popover/Arrow.js +1 -1
- package/dist/esm/components/Popover/Popover.js +4 -4
- package/dist/esm/components/Popover/index.js +4 -4
- package/dist/esm/components/Popover/useAutoUpdate.js +1 -1
- package/dist/esm/components/Popover/useFloatingPosition.js +1 -1
- package/dist/esm/components/Popover/useOutsidePress.js +1 -1
- package/dist/esm/components/Progress/Progress.js +1 -1
- package/dist/esm/components/Progress/index.js +1 -1
- package/dist/esm/components/Radio/Radio.js +1 -1
- package/dist/esm/components/Radio/RadioGroup.js +4 -4
- package/dist/esm/components/Radio/index.js +6 -6
- package/dist/esm/components/SVG/SVG.js +1 -1
- package/dist/esm/components/SVG/index.js +1 -1
- package/dist/esm/components/Segment/Segment.js +1 -1
- package/dist/esm/components/Segment/SegmentGroup.js +1 -1
- package/dist/esm/components/Segment/index.js +1 -1
- package/dist/esm/components/Select/Select.js +4 -4
- package/dist/esm/components/Select/index.js +4 -4
- package/dist/esm/components/Slider/Slider.js +1 -1
- package/dist/esm/components/Slider/helpers.js +1 -1
- package/dist/esm/components/Slider/index.js +1 -1
- package/dist/esm/components/Stack/Stack.js +1 -1
- package/dist/esm/components/Stack/index.js +1 -1
- package/dist/esm/components/StickyOnMobile/StickyOnMobile.js +8 -0
- package/dist/esm/components/StickyOnMobile/StickyOnMobile.js.map +7 -0
- package/dist/esm/components/StickyOnMobile/index.js +9 -0
- package/dist/esm/components/StickyOnMobile/index.js.map +7 -0
- package/dist/esm/components/Switch/Switch.js +1 -1
- package/dist/esm/components/Switch/index.js +1 -1
- package/dist/esm/components/Table/Body.js +1 -1
- package/dist/esm/components/Table/Cell.js +1 -1
- package/dist/esm/components/Table/Foot.js +1 -1
- package/dist/esm/components/Table/Head.js +1 -1
- package/dist/esm/components/Table/HeaderCell.js +1 -1
- package/dist/esm/components/Table/Row.js +1 -1
- package/dist/esm/components/Table/Table.js +1 -1
- package/dist/esm/components/Table/index.js +1 -1
- package/dist/esm/components/Text/Text.js +1 -1
- package/dist/esm/components/Text/index.js +1 -1
- package/dist/esm/components/TextArea/TextArea.js +4 -4
- package/dist/esm/components/TextArea/index.js +4 -4
- package/dist/esm/components/TextAreaInput/TextAreaInput.js +1 -1
- package/dist/esm/components/TextAreaInput/index.js +1 -1
- package/dist/esm/components/TextField/TextField.js +5 -5
- package/dist/esm/components/TextField/adornmentWithClassName.js +2 -2
- package/dist/esm/components/TextField/index.js +5 -5
- package/dist/esm/components/TextOrHTML/TextOrHTML.js +1 -1
- package/dist/esm/components/TextOrHTML/index.js +1 -1
- package/dist/esm/components/Title/Title.js +1 -1
- package/dist/esm/components/Title/index.js +1 -1
- package/dist/esm/components/Toast/Toast.js +1 -1
- package/dist/esm/components/Toast/ToastOptionsDoc.js +1 -1
- package/dist/esm/components/Toast/Toaster.js +1 -1
- package/dist/esm/components/Toast/index.js +1 -1
- package/dist/esm/components/Toast/state.js +1 -1
- package/dist/esm/components/Trust/Trust.js +1 -1
- package/dist/esm/components/Trust/TrustpilotProvider.js +1 -1
- package/dist/esm/components/Trust/constants.js +1 -1
- package/dist/esm/components/Trust/index.js +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js +1 -1
- package/dist/esm/components/VisuallyHidden/index.js +1 -1
- package/dist/esm/components/index.js +68 -63
- package/dist/esm/hooks/index.js +1 -1
- package/dist/esm/hooks/useBreakpoint/index.js +1 -1
- package/dist/esm/hooks/useBreakpoint/useBreakpoint.js +1 -1
- package/dist/esm/hooks/useButton/index.js +1 -1
- package/dist/esm/hooks/useButton/useButton.js +1 -1
- package/dist/esm/hooks/useDialog/index.js +1 -1
- package/dist/esm/hooks/useDialog/useDialog.js +1 -1
- package/dist/esm/hooks/useDialogPolyfill/index.js +1 -1
- package/dist/esm/hooks/useDialogPolyfill/useDialogPolyfill.js +1 -1
- package/dist/esm/hooks/useLabel/index.js +1 -1
- package/dist/esm/hooks/useLabel/useLabel.js +1 -1
- package/dist/esm/hooks/useTextField/index.js +1 -1
- package/dist/esm/hooks/useTextField/useTextField.js +1 -1
- package/dist/esm/hooks/useValidationClasses/index.js +1 -1
- package/dist/esm/hooks/useValidationClasses/useValidationClasses.js +1 -1
- package/dist/esm/index.js +68 -63
- package/dist/esm/meta.json +3460 -3303
- package/dist/esm/utils/StoryContainer.js +1 -1
- package/dist/esm/utils/changeCSS.js +1 -1
- package/dist/esm/utils/colours.js +1 -1
- package/dist/esm/utils/delay.js +1 -1
- package/dist/esm/utils/excludeControls.js +1 -1
- package/dist/esm/utils/filterUndefinedProps.js +1 -1
- package/dist/esm/utils/filterUnsetValues.js +1 -1
- package/dist/esm/utils/getSpacingValue.js +1 -1
- package/dist/esm/utils/htmlDialogPolyfill.js +1 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/esm/utils/mergeRefs.js +1 -1
- package/dist/esm/utils/mockMatchMedia.js +1 -1
- package/dist/esm/utils/polyfill-tests.js +1 -1
- package/dist/esm/utils/sizeClasses.js +1 -1
- package/dist/esm/utils/sizeOptions.js +1 -1
- package/dist/esm/utils/spaceDelimitedList.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts +4 -4
- package/dist/types/components/Accordion/AccordionList.d.ts +4 -4
- package/dist/types/components/AddressLookup/AddressLookup.d.ts +4 -4
- package/dist/types/components/AddressLookup/LoqateAddressLookupService.d.ts +1 -1
- package/dist/types/components/Alert/Alert.d.ts +4 -4
- package/dist/types/components/Box/Box.d.ts +4 -4
- package/dist/types/components/Breadcrumbs/BreadcrumbItem.d.ts +4 -4
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
- package/dist/types/components/Button/Button.d.ts +4 -4
- package/dist/types/components/Checkbox/Checkbox.d.ts +4 -4
- package/dist/types/components/Checkbox/CheckboxGroup.d.ts +4 -4
- package/dist/types/components/Combobox/Combobox.d.ts +2 -5
- package/dist/types/components/Combobox/useComboboxOptions.d.ts +1 -1
- package/dist/types/components/Container/Container.d.ts +4 -4
- package/dist/types/components/DateField/DateField.d.ts +4 -4
- package/dist/types/components/Divider/Divider.d.ts +4 -4
- package/dist/types/components/Drawer/Content.d.ts +4 -4
- package/dist/types/components/Drawer/Drawer.d.ts +4 -4
- package/dist/types/components/Drawer/Header.d.ts +4 -4
- package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +4 -4
- package/dist/types/components/DropdownMenu/Item.d.ts +4 -4
- package/dist/types/components/ErrorMessage/ErrorMessage.d.ts +4 -4
- package/dist/types/components/ExpandableText/ExpandableText.d.ts +4 -4
- package/dist/types/components/Fieldset/Fieldset.d.ts +4 -4
- package/dist/types/components/Flex/Flex.d.ts +4 -4
- package/dist/types/components/Grid/Grid.d.ts +4 -4
- package/dist/types/components/Grid/Item.d.ts +4 -4
- package/dist/types/components/Image/Image.d.ts +4 -4
- package/dist/types/components/Label/Label.d.ts +4 -4
- package/dist/types/components/Link/Link.d.ts +4 -4
- package/dist/types/components/List/List.d.ts +4 -4
- package/dist/types/components/List/ListItem.d.ts +4 -4
- package/dist/types/components/LoadingIndicator/LoadingIndicator.d.ts +4 -4
- package/dist/types/components/Logo/Logo.d.ts +4 -4
- package/dist/types/components/MaskedField/MaskedField.d.ts +4 -4
- package/dist/types/components/Modal/Content.d.ts +4 -4
- package/dist/types/components/Modal/Header.d.ts +4 -4
- package/dist/types/components/Modal/Modal.d.ts +4 -4
- package/dist/types/components/NumberField/NumberField.d.ts +4 -4
- package/dist/types/components/Option/Option.d.ts +4 -4
- package/dist/types/components/PasswordField/PasswordField.d.ts +4 -4
- package/dist/types/components/Progress/Progress.d.ts +4 -4
- package/dist/types/components/Radio/Radio.d.ts +4 -4
- package/dist/types/components/Radio/RadioGroup.d.ts +4 -4
- package/dist/types/components/SVG/SVG.d.ts +4 -4
- package/dist/types/components/Segment/Segment.d.ts +4 -4
- package/dist/types/components/Segment/SegmentGroup.d.ts +4 -4
- package/dist/types/components/Select/Select.d.ts +4 -4
- package/dist/types/components/Stack/Stack.d.ts +4 -4
- package/dist/types/components/StickyOnMobile/StickyOnMobile.d.ts +15 -0
- package/dist/types/components/StickyOnMobile/index.d.ts +1 -0
- package/dist/types/components/Switch/Switch.d.ts +4 -4
- package/dist/types/components/Table/Body.d.ts +4 -4
- package/dist/types/components/Table/Cell.d.ts +4 -4
- package/dist/types/components/Table/Foot.d.ts +4 -4
- package/dist/types/components/Table/Head.d.ts +4 -4
- package/dist/types/components/Table/HeaderCell.d.ts +4 -4
- package/dist/types/components/Table/Row.d.ts +4 -4
- package/dist/types/components/Table/Table.d.ts +4 -4
- package/dist/types/components/Text/Text.d.ts +4 -4
- package/dist/types/components/TextArea/TextArea.d.ts +4 -4
- package/dist/types/components/TextAreaInput/TextAreaInput.d.ts +4 -4
- package/dist/types/components/TextField/TextField.d.ts +1 -4
- package/dist/types/components/TextField/adornmentWithClassName.d.ts +3 -1
- package/dist/types/components/TextOrHTML/TextOrHTML.d.ts +4 -4
- package/dist/types/components/Title/Title.d.ts +4 -4
- package/dist/types/components/Toast/ToastOptionsDoc.d.ts +4 -8
- package/dist/types/components/Toast/Toaster.d.ts +4 -4
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/hooks/useButton/useButton.d.ts +5 -5
- package/dist/types/hooks/useLabel/useLabel.d.ts +1 -1
- package/package.json +22 -21
- package/src/components/Box/Box.test.tsx +1 -2
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +3 -7
- package/src/components/Button/Button.stories.tsx +1 -1
- package/src/components/Combobox/Combobox.tsx +2 -4
- package/src/components/DropdownMenu/DropdownMenu.stories.tsx +1 -1
- package/src/components/DropdownMenu/Item.tsx +3 -6
- package/src/components/Grid/Grid.stories.tsx +1 -1
- package/src/components/StickyOnMobile/StickyOnMobile.css +19 -0
- package/src/components/StickyOnMobile/StickyOnMobile.mdx +52 -0
- package/src/components/StickyOnMobile/StickyOnMobile.stories.tsx +99 -0
- package/src/components/StickyOnMobile/StickyOnMobile.test.tsx +100 -0
- package/src/components/StickyOnMobile/StickyOnMobile.tsx +37 -0
- package/src/components/StickyOnMobile/index.tsx +1 -0
- package/src/components/TextField/TextField.tsx +3 -1
- package/src/components/TextField/adornmentWithClassName.ts +4 -3
- package/src/components/index.tsx +1 -0
- package/src/hooks/useBreakpoint/useBreakpoint.test.tsx +4 -4
- package/src/styles.d.ts +2 -0
- package/dist/esm/chunk-IQKS662C.js.map +0 -7
- package/dist/esm/chunk-NEFRXIFY.js.map +0 -7
- package/dist/esm/chunk-NOQ27VLY.js +0 -1
- package/dist/esm/chunk-VVL4B2KD.js +0 -92
- /package/dist/esm/{chunk-NOQ27VLY.js.map → chunk-A7KFYNH6.js.map} +0 -0
- /package/dist/esm/{chunk-6JCU4CGA.js.map → chunk-AZUVQRYC.js.map} +0 -0
- /package/dist/esm/{chunk-XNEQHHNV.js.map → chunk-C2QJDKXS.js.map} +0 -0
- /package/dist/esm/{chunk-VHAA22YE.js.map → chunk-CTY6LDFI.js.map} +0 -0
- /package/dist/esm/{chunk-KFHPI67N.js.map → chunk-GJBH37DH.js.map} +0 -0
- /package/dist/esm/{chunk-LGZWQZLS.js.map → chunk-IF7FRSC2.js.map} +0 -0
- /package/dist/esm/{chunk-OEDU5ZEA.js.map → chunk-KUH5AB5T.js.map} +0 -0
- /package/dist/esm/{chunk-2HUMNED2.js.map → chunk-M3X3ECNH.js.map} +0 -0
- /package/dist/esm/{chunk-VZ3IWSK6.js.map → chunk-Q5RB4O4S.js.map} +0 -0
- /package/dist/esm/{chunk-S4CU4XRB.js.map → chunk-RBB3WHBJ.js.map} +0 -0
- /package/dist/esm/{chunk-GV36OVX7.js.map → chunk-TQWUPLN6.js.map} +0 -0
- /package/dist/esm/{chunk-X4CMSAET.js.map → chunk-YEZ6KR3Q.js.map} +0 -0
- /package/dist/esm/{chunk-P6YHEIFT.js.map → chunk-ZLAAOGRQ.js.map} +0 -0
package/dist/cjs/meta.json
CHANGED
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
"format": "esm"
|
|
782
782
|
},
|
|
783
783
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
784
|
-
"bytes":
|
|
784
|
+
"bytes": 524,
|
|
785
785
|
"imports": [
|
|
786
786
|
{
|
|
787
787
|
"path": "classnames/dedupe",
|
|
@@ -797,13 +797,18 @@
|
|
|
797
797
|
"format": "esm"
|
|
798
798
|
},
|
|
799
799
|
"src/components/TextField/TextField.tsx": {
|
|
800
|
-
"bytes":
|
|
800
|
+
"bytes": 4157,
|
|
801
801
|
"imports": [
|
|
802
802
|
{
|
|
803
803
|
"path": "classnames/dedupe",
|
|
804
804
|
"kind": "import-statement",
|
|
805
805
|
"external": true
|
|
806
806
|
},
|
|
807
|
+
{
|
|
808
|
+
"path": "react",
|
|
809
|
+
"kind": "import-statement",
|
|
810
|
+
"external": true
|
|
811
|
+
},
|
|
807
812
|
{
|
|
808
813
|
"path": "src/hooks/index.tsx",
|
|
809
814
|
"kind": "import-statement",
|
|
@@ -970,7 +975,7 @@
|
|
|
970
975
|
"format": "esm"
|
|
971
976
|
},
|
|
972
977
|
"src/components/Combobox/Combobox.tsx": {
|
|
973
|
-
"bytes":
|
|
978
|
+
"bytes": 11883,
|
|
974
979
|
"imports": [
|
|
975
980
|
{
|
|
976
981
|
"path": "@simplybusiness/mobius-hooks",
|
|
@@ -1114,11 +1119,6 @@
|
|
|
1114
1119
|
"path": "src/components/AddressLookup/LoqateAddressLookupError.tsx",
|
|
1115
1120
|
"kind": "import-statement",
|
|
1116
1121
|
"original": "./LoqateAddressLookupError"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"path": "<runtime>",
|
|
1120
|
-
"kind": "import-statement",
|
|
1121
|
-
"external": true
|
|
1122
1122
|
}
|
|
1123
1123
|
],
|
|
1124
1124
|
"format": "esm"
|
|
@@ -1234,7 +1234,7 @@
|
|
|
1234
1234
|
"format": "esm"
|
|
1235
1235
|
},
|
|
1236
1236
|
"src/components/Breadcrumbs/Breadcrumbs.tsx": {
|
|
1237
|
-
"bytes":
|
|
1237
|
+
"bytes": 1278,
|
|
1238
1238
|
"imports": [
|
|
1239
1239
|
{
|
|
1240
1240
|
"path": "react",
|
|
@@ -1805,7 +1805,7 @@
|
|
|
1805
1805
|
"format": "esm"
|
|
1806
1806
|
},
|
|
1807
1807
|
"src/components/DropdownMenu/Item.tsx": {
|
|
1808
|
-
"bytes":
|
|
1808
|
+
"bytes": 1460,
|
|
1809
1809
|
"imports": [
|
|
1810
1810
|
{
|
|
1811
1811
|
"path": "react",
|
|
@@ -2911,6 +2911,38 @@
|
|
|
2911
2911
|
],
|
|
2912
2912
|
"format": "esm"
|
|
2913
2913
|
},
|
|
2914
|
+
"src/components/StickyOnMobile/StickyOnMobile.tsx": {
|
|
2915
|
+
"bytes": 924,
|
|
2916
|
+
"imports": [
|
|
2917
|
+
{
|
|
2918
|
+
"path": "classnames/dedupe",
|
|
2919
|
+
"kind": "import-statement",
|
|
2920
|
+
"external": true
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"path": "@simplybusiness/mobius/src/components/StickyOnMobile/StickyOnMobile.css",
|
|
2924
|
+
"kind": "import-statement",
|
|
2925
|
+
"external": true
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"path": "react/jsx-runtime",
|
|
2929
|
+
"kind": "import-statement",
|
|
2930
|
+
"external": true
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"format": "esm"
|
|
2934
|
+
},
|
|
2935
|
+
"src/components/StickyOnMobile/index.tsx": {
|
|
2936
|
+
"bytes": 34,
|
|
2937
|
+
"imports": [
|
|
2938
|
+
{
|
|
2939
|
+
"path": "src/components/StickyOnMobile/StickyOnMobile.tsx",
|
|
2940
|
+
"kind": "import-statement",
|
|
2941
|
+
"original": "./StickyOnMobile"
|
|
2942
|
+
}
|
|
2943
|
+
],
|
|
2944
|
+
"format": "esm"
|
|
2945
|
+
},
|
|
2914
2946
|
"src/components/SVG/SVG.tsx": {
|
|
2915
2947
|
"bytes": 1029,
|
|
2916
2948
|
"imports": [
|
|
@@ -3525,7 +3557,7 @@
|
|
|
3525
3557
|
"format": "esm"
|
|
3526
3558
|
},
|
|
3527
3559
|
"src/components/index.tsx": {
|
|
3528
|
-
"bytes":
|
|
3560
|
+
"bytes": 1411,
|
|
3529
3561
|
"imports": [
|
|
3530
3562
|
{
|
|
3531
3563
|
"path": "src/components/Accordion/index.tsx",
|
|
@@ -3707,6 +3739,11 @@
|
|
|
3707
3739
|
"kind": "import-statement",
|
|
3708
3740
|
"original": "./Stack"
|
|
3709
3741
|
},
|
|
3742
|
+
{
|
|
3743
|
+
"path": "src/components/StickyOnMobile/index.tsx",
|
|
3744
|
+
"kind": "import-statement",
|
|
3745
|
+
"original": "./StickyOnMobile"
|
|
3746
|
+
},
|
|
3710
3747
|
{
|
|
3711
3748
|
"path": "src/components/SVG/index.tsx",
|
|
3712
3749
|
"kind": "import-statement",
|
|
@@ -3941,7 +3978,7 @@
|
|
|
3941
3978
|
"imports": [],
|
|
3942
3979
|
"exports": [],
|
|
3943
3980
|
"inputs": {},
|
|
3944
|
-
"bytes":
|
|
3981
|
+
"bytes": 348739
|
|
3945
3982
|
},
|
|
3946
3983
|
"dist/cjs/index.js": {
|
|
3947
3984
|
"imports": [
|
|
@@ -4100,6 +4137,11 @@
|
|
|
4100
4137
|
"kind": "require-call",
|
|
4101
4138
|
"external": true
|
|
4102
4139
|
},
|
|
4140
|
+
{
|
|
4141
|
+
"path": "react",
|
|
4142
|
+
"kind": "require-call",
|
|
4143
|
+
"external": true
|
|
4144
|
+
},
|
|
4103
4145
|
{
|
|
4104
4146
|
"path": "@simplybusiness/mobius/src/components/TextField/TextField.css",
|
|
4105
4147
|
"kind": "require-call",
|
|
@@ -4995,6 +5037,21 @@
|
|
|
4995
5037
|
"kind": "require-call",
|
|
4996
5038
|
"external": true
|
|
4997
5039
|
},
|
|
5040
|
+
{
|
|
5041
|
+
"path": "classnames/dedupe",
|
|
5042
|
+
"kind": "require-call",
|
|
5043
|
+
"external": true
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"path": "@simplybusiness/mobius/src/components/StickyOnMobile/StickyOnMobile.css",
|
|
5047
|
+
"kind": "require-call",
|
|
5048
|
+
"external": true
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"path": "react/jsx-runtime",
|
|
5052
|
+
"kind": "require-call",
|
|
5053
|
+
"external": true
|
|
5054
|
+
},
|
|
4998
5055
|
{
|
|
4999
5056
|
"path": "react",
|
|
5000
5057
|
"kind": "require-call",
|
|
@@ -5355,10 +5412,10 @@
|
|
|
5355
5412
|
"bytesInOutput": 109
|
|
5356
5413
|
},
|
|
5357
5414
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
5358
|
-
"bytesInOutput":
|
|
5415
|
+
"bytesInOutput": 670
|
|
5359
5416
|
},
|
|
5360
5417
|
"src/components/TextField/TextField.tsx": {
|
|
5361
|
-
"bytesInOutput":
|
|
5418
|
+
"bytesInOutput": 4113
|
|
5362
5419
|
},
|
|
5363
5420
|
"src/components/TextField/index.tsx": {
|
|
5364
5421
|
"bytesInOutput": 121
|
|
@@ -5367,7 +5424,7 @@
|
|
|
5367
5424
|
"bytesInOutput": 4656
|
|
5368
5425
|
},
|
|
5369
5426
|
"src/index.tsx": {
|
|
5370
|
-
"bytesInOutput":
|
|
5427
|
+
"bytesInOutput": 2386
|
|
5371
5428
|
},
|
|
5372
5429
|
"src/components/Accordion/Accordion.tsx": {
|
|
5373
5430
|
"bytesInOutput": 3218
|
|
@@ -5421,7 +5478,7 @@
|
|
|
5421
5478
|
"bytesInOutput": 193
|
|
5422
5479
|
},
|
|
5423
5480
|
"src/components/AddressLookup/LoqateAddressLookupService.tsx": {
|
|
5424
|
-
"bytesInOutput":
|
|
5481
|
+
"bytesInOutput": 2418
|
|
5425
5482
|
},
|
|
5426
5483
|
"src/components/Alert/Alert.tsx": {
|
|
5427
5484
|
"bytesInOutput": 2368
|
|
@@ -5430,7 +5487,7 @@
|
|
|
5430
5487
|
"bytesInOutput": 1580
|
|
5431
5488
|
},
|
|
5432
5489
|
"src/components/Breadcrumbs/Breadcrumbs.tsx": {
|
|
5433
|
-
"bytesInOutput":
|
|
5490
|
+
"bytesInOutput": 1030
|
|
5434
5491
|
},
|
|
5435
5492
|
"src/components/Breadcrumbs/BreadcrumbItem.tsx": {
|
|
5436
5493
|
"bytesInOutput": 1261
|
|
@@ -5481,7 +5538,7 @@
|
|
|
5481
5538
|
"bytesInOutput": 2202
|
|
5482
5539
|
},
|
|
5483
5540
|
"src/components/DropdownMenu/Item.tsx": {
|
|
5484
|
-
"bytesInOutput":
|
|
5541
|
+
"bytesInOutput": 1047
|
|
5485
5542
|
},
|
|
5486
5543
|
"src/components/DropdownMenu/index.tsx": {
|
|
5487
5544
|
"bytesInOutput": 115
|
|
@@ -5588,6 +5645,9 @@
|
|
|
5588
5645
|
"src/components/Slider/helpers.ts": {
|
|
5589
5646
|
"bytesInOutput": 277
|
|
5590
5647
|
},
|
|
5648
|
+
"src/components/StickyOnMobile/StickyOnMobile.tsx": {
|
|
5649
|
+
"bytesInOutput": 623
|
|
5650
|
+
},
|
|
5591
5651
|
"src/components/SVG/SVG.tsx": {
|
|
5592
5652
|
"bytesInOutput": 682
|
|
5593
5653
|
},
|
|
@@ -5652,7 +5712,7 @@
|
|
|
5652
5712
|
"bytesInOutput": 916
|
|
5653
5713
|
}
|
|
5654
5714
|
},
|
|
5655
|
-
"bytes":
|
|
5715
|
+
"bytes": 191263
|
|
5656
5716
|
},
|
|
5657
5717
|
"dist/cjs/utils/changeCSS.js.map": {
|
|
5658
5718
|
"imports": [],
|
|
@@ -6582,7 +6642,7 @@
|
|
|
6582
6642
|
"imports": [],
|
|
6583
6643
|
"exports": [],
|
|
6584
6644
|
"inputs": {},
|
|
6585
|
-
"bytes":
|
|
6645
|
+
"bytes": 350725
|
|
6586
6646
|
},
|
|
6587
6647
|
"dist/cjs/components/index.js": {
|
|
6588
6648
|
"imports": [
|
|
@@ -6741,6 +6801,11 @@
|
|
|
6741
6801
|
"kind": "require-call",
|
|
6742
6802
|
"external": true
|
|
6743
6803
|
},
|
|
6804
|
+
{
|
|
6805
|
+
"path": "react",
|
|
6806
|
+
"kind": "require-call",
|
|
6807
|
+
"external": true
|
|
6808
|
+
},
|
|
6744
6809
|
{
|
|
6745
6810
|
"path": "@simplybusiness/mobius/src/components/TextField/TextField.css",
|
|
6746
6811
|
"kind": "require-call",
|
|
@@ -7636,6 +7701,21 @@
|
|
|
7636
7701
|
"kind": "require-call",
|
|
7637
7702
|
"external": true
|
|
7638
7703
|
},
|
|
7704
|
+
{
|
|
7705
|
+
"path": "classnames/dedupe",
|
|
7706
|
+
"kind": "require-call",
|
|
7707
|
+
"external": true
|
|
7708
|
+
},
|
|
7709
|
+
{
|
|
7710
|
+
"path": "@simplybusiness/mobius/src/components/StickyOnMobile/StickyOnMobile.css",
|
|
7711
|
+
"kind": "require-call",
|
|
7712
|
+
"external": true
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
"path": "react/jsx-runtime",
|
|
7716
|
+
"kind": "require-call",
|
|
7717
|
+
"external": true
|
|
7718
|
+
},
|
|
7639
7719
|
{
|
|
7640
7720
|
"path": "react",
|
|
7641
7721
|
"kind": "require-call",
|
|
@@ -7996,10 +8076,10 @@
|
|
|
7996
8076
|
"bytesInOutput": 109
|
|
7997
8077
|
},
|
|
7998
8078
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
7999
|
-
"bytesInOutput":
|
|
8079
|
+
"bytesInOutput": 670
|
|
8000
8080
|
},
|
|
8001
8081
|
"src/components/TextField/TextField.tsx": {
|
|
8002
|
-
"bytesInOutput":
|
|
8082
|
+
"bytesInOutput": 4113
|
|
8003
8083
|
},
|
|
8004
8084
|
"src/components/TextField/index.tsx": {
|
|
8005
8085
|
"bytesInOutput": 121
|
|
@@ -8008,7 +8088,7 @@
|
|
|
8008
8088
|
"bytesInOutput": 4656
|
|
8009
8089
|
},
|
|
8010
8090
|
"src/components/index.tsx": {
|
|
8011
|
-
"bytesInOutput":
|
|
8091
|
+
"bytesInOutput": 2188
|
|
8012
8092
|
},
|
|
8013
8093
|
"src/components/Accordion/Accordion.tsx": {
|
|
8014
8094
|
"bytesInOutput": 3218
|
|
@@ -8062,7 +8142,7 @@
|
|
|
8062
8142
|
"bytesInOutput": 193
|
|
8063
8143
|
},
|
|
8064
8144
|
"src/components/AddressLookup/LoqateAddressLookupService.tsx": {
|
|
8065
|
-
"bytesInOutput":
|
|
8145
|
+
"bytesInOutput": 2418
|
|
8066
8146
|
},
|
|
8067
8147
|
"src/components/Alert/Alert.tsx": {
|
|
8068
8148
|
"bytesInOutput": 2368
|
|
@@ -8071,7 +8151,7 @@
|
|
|
8071
8151
|
"bytesInOutput": 1580
|
|
8072
8152
|
},
|
|
8073
8153
|
"src/components/Breadcrumbs/Breadcrumbs.tsx": {
|
|
8074
|
-
"bytesInOutput":
|
|
8154
|
+
"bytesInOutput": 1030
|
|
8075
8155
|
},
|
|
8076
8156
|
"src/components/Breadcrumbs/BreadcrumbItem.tsx": {
|
|
8077
8157
|
"bytesInOutput": 1261
|
|
@@ -8122,7 +8202,7 @@
|
|
|
8122
8202
|
"bytesInOutput": 2202
|
|
8123
8203
|
},
|
|
8124
8204
|
"src/components/DropdownMenu/Item.tsx": {
|
|
8125
|
-
"bytesInOutput":
|
|
8205
|
+
"bytesInOutput": 1047
|
|
8126
8206
|
},
|
|
8127
8207
|
"src/components/DropdownMenu/index.tsx": {
|
|
8128
8208
|
"bytesInOutput": 115
|
|
@@ -8229,6 +8309,9 @@
|
|
|
8229
8309
|
"src/components/Slider/helpers.ts": {
|
|
8230
8310
|
"bytesInOutput": 277
|
|
8231
8311
|
},
|
|
8312
|
+
"src/components/StickyOnMobile/StickyOnMobile.tsx": {
|
|
8313
|
+
"bytesInOutput": 623
|
|
8314
|
+
},
|
|
8232
8315
|
"src/components/SVG/SVG.tsx": {
|
|
8233
8316
|
"bytesInOutput": 682
|
|
8234
8317
|
},
|
|
@@ -8293,7 +8376,7 @@
|
|
|
8293
8376
|
"bytesInOutput": 916
|
|
8294
8377
|
}
|
|
8295
8378
|
},
|
|
8296
|
-
"bytes":
|
|
8379
|
+
"bytes": 191189
|
|
8297
8380
|
},
|
|
8298
8381
|
"dist/cjs/components/VisuallyHidden/VisuallyHidden.js.map": {
|
|
8299
8382
|
"imports": [],
|
|
@@ -8955,7 +9038,7 @@
|
|
|
8955
9038
|
"imports": [],
|
|
8956
9039
|
"exports": [],
|
|
8957
9040
|
"inputs": {},
|
|
8958
|
-
"bytes":
|
|
9041
|
+
"bytes": 1001
|
|
8959
9042
|
},
|
|
8960
9043
|
"dist/cjs/components/TextField/adornmentWithClassName.js": {
|
|
8961
9044
|
"imports": [
|
|
@@ -8974,16 +9057,16 @@
|
|
|
8974
9057
|
"entryPoint": "src/components/TextField/adornmentWithClassName.ts",
|
|
8975
9058
|
"inputs": {
|
|
8976
9059
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
8977
|
-
"bytesInOutput":
|
|
9060
|
+
"bytesInOutput": 640
|
|
8978
9061
|
}
|
|
8979
9062
|
},
|
|
8980
|
-
"bytes":
|
|
9063
|
+
"bytes": 2142
|
|
8981
9064
|
},
|
|
8982
9065
|
"dist/cjs/components/TextField/TextField.js.map": {
|
|
8983
9066
|
"imports": [],
|
|
8984
9067
|
"exports": [],
|
|
8985
9068
|
"inputs": {},
|
|
8986
|
-
"bytes":
|
|
9069
|
+
"bytes": 28500
|
|
8987
9070
|
},
|
|
8988
9071
|
"dist/cjs/components/TextField/TextField.js": {
|
|
8989
9072
|
"imports": [
|
|
@@ -9002,6 +9085,11 @@
|
|
|
9002
9085
|
"kind": "require-call",
|
|
9003
9086
|
"external": true
|
|
9004
9087
|
},
|
|
9088
|
+
{
|
|
9089
|
+
"path": "react",
|
|
9090
|
+
"kind": "require-call",
|
|
9091
|
+
"external": true
|
|
9092
|
+
},
|
|
9005
9093
|
{
|
|
9006
9094
|
"path": "@simplybusiness/icons",
|
|
9007
9095
|
"kind": "require-call",
|
|
@@ -9122,7 +9210,7 @@
|
|
|
9122
9210
|
"entryPoint": "src/components/TextField/TextField.tsx",
|
|
9123
9211
|
"inputs": {
|
|
9124
9212
|
"src/components/TextField/TextField.tsx": {
|
|
9125
|
-
"bytesInOutput":
|
|
9213
|
+
"bytesInOutput": 3521
|
|
9126
9214
|
},
|
|
9127
9215
|
"src/utils/spaceDelimitedList.ts": {
|
|
9128
9216
|
"bytesInOutput": 89
|
|
@@ -9155,16 +9243,16 @@
|
|
|
9155
9243
|
"bytesInOutput": 600
|
|
9156
9244
|
},
|
|
9157
9245
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
9158
|
-
"bytesInOutput":
|
|
9246
|
+
"bytesInOutput": 438
|
|
9159
9247
|
}
|
|
9160
9248
|
},
|
|
9161
|
-
"bytes":
|
|
9249
|
+
"bytes": 16356
|
|
9162
9250
|
},
|
|
9163
9251
|
"dist/cjs/components/TextField/index.js.map": {
|
|
9164
9252
|
"imports": [],
|
|
9165
9253
|
"exports": [],
|
|
9166
9254
|
"inputs": {},
|
|
9167
|
-
"bytes":
|
|
9255
|
+
"bytes": 28587
|
|
9168
9256
|
},
|
|
9169
9257
|
"dist/cjs/components/TextField/index.js": {
|
|
9170
9258
|
"imports": [
|
|
@@ -9183,6 +9271,11 @@
|
|
|
9183
9271
|
"kind": "require-call",
|
|
9184
9272
|
"external": true
|
|
9185
9273
|
},
|
|
9274
|
+
{
|
|
9275
|
+
"path": "react",
|
|
9276
|
+
"kind": "require-call",
|
|
9277
|
+
"external": true
|
|
9278
|
+
},
|
|
9186
9279
|
{
|
|
9187
9280
|
"path": "@simplybusiness/icons",
|
|
9188
9281
|
"kind": "require-call",
|
|
@@ -9306,7 +9399,7 @@
|
|
|
9306
9399
|
"bytesInOutput": 141
|
|
9307
9400
|
},
|
|
9308
9401
|
"src/components/TextField/TextField.tsx": {
|
|
9309
|
-
"bytesInOutput":
|
|
9402
|
+
"bytesInOutput": 3380
|
|
9310
9403
|
},
|
|
9311
9404
|
"src/utils/spaceDelimitedList.ts": {
|
|
9312
9405
|
"bytesInOutput": 89
|
|
@@ -9339,10 +9432,10 @@
|
|
|
9339
9432
|
"bytesInOutput": 600
|
|
9340
9433
|
},
|
|
9341
9434
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
9342
|
-
"bytesInOutput":
|
|
9435
|
+
"bytesInOutput": 438
|
|
9343
9436
|
}
|
|
9344
9437
|
},
|
|
9345
|
-
"bytes":
|
|
9438
|
+
"bytes": 16377
|
|
9346
9439
|
},
|
|
9347
9440
|
"dist/cjs/components/TextAreaInput/TextAreaInput.js.map": {
|
|
9348
9441
|
"imports": [],
|
|
@@ -10247,6 +10340,75 @@
|
|
|
10247
10340
|
},
|
|
10248
10341
|
"bytes": 3854
|
|
10249
10342
|
},
|
|
10343
|
+
"dist/cjs/components/StickyOnMobile/StickyOnMobile.js.map": {
|
|
10344
|
+
"imports": [],
|
|
10345
|
+
"exports": [],
|
|
10346
|
+
"inputs": {},
|
|
10347
|
+
"bytes": 1457
|
|
10348
|
+
},
|
|
10349
|
+
"dist/cjs/components/StickyOnMobile/StickyOnMobile.js": {
|
|
10350
|
+
"imports": [
|
|
10351
|
+
{
|
|
10352
|
+
"path": "classnames/dedupe",
|
|
10353
|
+
"kind": "require-call",
|
|
10354
|
+
"external": true
|
|
10355
|
+
},
|
|
10356
|
+
{
|
|
10357
|
+
"path": "@simplybusiness/mobius/src/components/StickyOnMobile/StickyOnMobile.css",
|
|
10358
|
+
"kind": "require-call",
|
|
10359
|
+
"external": true
|
|
10360
|
+
},
|
|
10361
|
+
{
|
|
10362
|
+
"path": "react/jsx-runtime",
|
|
10363
|
+
"kind": "require-call",
|
|
10364
|
+
"external": true
|
|
10365
|
+
}
|
|
10366
|
+
],
|
|
10367
|
+
"exports": [],
|
|
10368
|
+
"entryPoint": "src/components/StickyOnMobile/StickyOnMobile.tsx",
|
|
10369
|
+
"inputs": {
|
|
10370
|
+
"src/components/StickyOnMobile/StickyOnMobile.tsx": {
|
|
10371
|
+
"bytesInOutput": 781
|
|
10372
|
+
}
|
|
10373
|
+
},
|
|
10374
|
+
"bytes": 2273
|
|
10375
|
+
},
|
|
10376
|
+
"dist/cjs/components/StickyOnMobile/index.js.map": {
|
|
10377
|
+
"imports": [],
|
|
10378
|
+
"exports": [],
|
|
10379
|
+
"inputs": {},
|
|
10380
|
+
"bytes": 1555
|
|
10381
|
+
},
|
|
10382
|
+
"dist/cjs/components/StickyOnMobile/index.js": {
|
|
10383
|
+
"imports": [
|
|
10384
|
+
{
|
|
10385
|
+
"path": "classnames/dedupe",
|
|
10386
|
+
"kind": "require-call",
|
|
10387
|
+
"external": true
|
|
10388
|
+
},
|
|
10389
|
+
{
|
|
10390
|
+
"path": "@simplybusiness/mobius/src/components/StickyOnMobile/StickyOnMobile.css",
|
|
10391
|
+
"kind": "require-call",
|
|
10392
|
+
"external": true
|
|
10393
|
+
},
|
|
10394
|
+
{
|
|
10395
|
+
"path": "react/jsx-runtime",
|
|
10396
|
+
"kind": "require-call",
|
|
10397
|
+
"external": true
|
|
10398
|
+
}
|
|
10399
|
+
],
|
|
10400
|
+
"exports": [],
|
|
10401
|
+
"entryPoint": "src/components/StickyOnMobile/index.tsx",
|
|
10402
|
+
"inputs": {
|
|
10403
|
+
"src/components/StickyOnMobile/index.tsx": {
|
|
10404
|
+
"bytesInOutput": 166
|
|
10405
|
+
},
|
|
10406
|
+
"src/components/StickyOnMobile/StickyOnMobile.tsx": {
|
|
10407
|
+
"bytesInOutput": 615
|
|
10408
|
+
}
|
|
10409
|
+
},
|
|
10410
|
+
"bytes": 2308
|
|
10411
|
+
},
|
|
10250
10412
|
"dist/cjs/components/Stack/Stack.js.map": {
|
|
10251
10413
|
"imports": [],
|
|
10252
10414
|
"exports": [],
|
|
@@ -12027,7 +12189,7 @@
|
|
|
12027
12189
|
"imports": [],
|
|
12028
12190
|
"exports": [],
|
|
12029
12191
|
"inputs": {},
|
|
12030
|
-
"bytes":
|
|
12192
|
+
"bytes": 32876
|
|
12031
12193
|
},
|
|
12032
12194
|
"dist/cjs/components/PasswordField/PasswordField.js": {
|
|
12033
12195
|
"imports": [
|
|
@@ -12056,6 +12218,11 @@
|
|
|
12056
12218
|
"kind": "require-call",
|
|
12057
12219
|
"external": true
|
|
12058
12220
|
},
|
|
12221
|
+
{
|
|
12222
|
+
"path": "react",
|
|
12223
|
+
"kind": "require-call",
|
|
12224
|
+
"external": true
|
|
12225
|
+
},
|
|
12059
12226
|
{
|
|
12060
12227
|
"path": "@simplybusiness/icons",
|
|
12061
12228
|
"kind": "require-call",
|
|
@@ -12202,7 +12369,7 @@
|
|
|
12202
12369
|
"bytesInOutput": 220
|
|
12203
12370
|
},
|
|
12204
12371
|
"src/components/TextField/TextField.tsx": {
|
|
12205
|
-
"bytesInOutput":
|
|
12372
|
+
"bytesInOutput": 3380
|
|
12206
12373
|
},
|
|
12207
12374
|
"src/utils/spaceDelimitedList.ts": {
|
|
12208
12375
|
"bytesInOutput": 89
|
|
@@ -12235,13 +12402,13 @@
|
|
|
12235
12402
|
"bytesInOutput": 600
|
|
12236
12403
|
},
|
|
12237
12404
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
12238
|
-
"bytesInOutput":
|
|
12405
|
+
"bytesInOutput": 438
|
|
12239
12406
|
},
|
|
12240
12407
|
"src/components/PasswordField/ShowHideButton.tsx": {
|
|
12241
12408
|
"bytesInOutput": 624
|
|
12242
12409
|
}
|
|
12243
12410
|
},
|
|
12244
|
-
"bytes":
|
|
12411
|
+
"bytes": 18803
|
|
12245
12412
|
},
|
|
12246
12413
|
"dist/cjs/components/PasswordField/ShowHideButton.js.map": {
|
|
12247
12414
|
"imports": [],
|
|
@@ -12293,7 +12460,7 @@
|
|
|
12293
12460
|
"imports": [],
|
|
12294
12461
|
"exports": [],
|
|
12295
12462
|
"inputs": {},
|
|
12296
|
-
"bytes":
|
|
12463
|
+
"bytes": 32971
|
|
12297
12464
|
},
|
|
12298
12465
|
"dist/cjs/components/PasswordField/index.js": {
|
|
12299
12466
|
"imports": [
|
|
@@ -12322,6 +12489,11 @@
|
|
|
12322
12489
|
"kind": "require-call",
|
|
12323
12490
|
"external": true
|
|
12324
12491
|
},
|
|
12492
|
+
{
|
|
12493
|
+
"path": "react",
|
|
12494
|
+
"kind": "require-call",
|
|
12495
|
+
"external": true
|
|
12496
|
+
},
|
|
12325
12497
|
{
|
|
12326
12498
|
"path": "@simplybusiness/icons",
|
|
12327
12499
|
"kind": "require-call",
|
|
@@ -12471,7 +12643,7 @@
|
|
|
12471
12643
|
"bytesInOutput": 220
|
|
12472
12644
|
},
|
|
12473
12645
|
"src/components/TextField/TextField.tsx": {
|
|
12474
|
-
"bytesInOutput":
|
|
12646
|
+
"bytesInOutput": 3380
|
|
12475
12647
|
},
|
|
12476
12648
|
"src/utils/spaceDelimitedList.ts": {
|
|
12477
12649
|
"bytesInOutput": 89
|
|
@@ -12504,13 +12676,13 @@
|
|
|
12504
12676
|
"bytesInOutput": 600
|
|
12505
12677
|
},
|
|
12506
12678
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
12507
|
-
"bytesInOutput":
|
|
12679
|
+
"bytesInOutput": 438
|
|
12508
12680
|
},
|
|
12509
12681
|
"src/components/PasswordField/ShowHideButton.tsx": {
|
|
12510
12682
|
"bytesInOutput": 624
|
|
12511
12683
|
}
|
|
12512
12684
|
},
|
|
12513
|
-
"bytes":
|
|
12685
|
+
"bytes": 18824
|
|
12514
12686
|
},
|
|
12515
12687
|
"dist/cjs/components/Option/Option.js.map": {
|
|
12516
12688
|
"imports": [],
|
|
@@ -12565,7 +12737,7 @@
|
|
|
12565
12737
|
"imports": [],
|
|
12566
12738
|
"exports": [],
|
|
12567
12739
|
"inputs": {},
|
|
12568
|
-
"bytes":
|
|
12740
|
+
"bytes": 34653
|
|
12569
12741
|
},
|
|
12570
12742
|
"dist/cjs/components/NumberField/NumberField.js": {
|
|
12571
12743
|
"imports": [
|
|
@@ -12594,6 +12766,11 @@
|
|
|
12594
12766
|
"kind": "require-call",
|
|
12595
12767
|
"external": true
|
|
12596
12768
|
},
|
|
12769
|
+
{
|
|
12770
|
+
"path": "react",
|
|
12771
|
+
"kind": "require-call",
|
|
12772
|
+
"external": true
|
|
12773
|
+
},
|
|
12597
12774
|
{
|
|
12598
12775
|
"path": "@simplybusiness/icons",
|
|
12599
12776
|
"kind": "require-call",
|
|
@@ -12727,7 +12904,7 @@
|
|
|
12727
12904
|
"bytesInOutput": 2972
|
|
12728
12905
|
},
|
|
12729
12906
|
"src/components/TextField/TextField.tsx": {
|
|
12730
|
-
"bytesInOutput":
|
|
12907
|
+
"bytesInOutput": 3380
|
|
12731
12908
|
},
|
|
12732
12909
|
"src/utils/spaceDelimitedList.ts": {
|
|
12733
12910
|
"bytesInOutput": 89
|
|
@@ -12760,16 +12937,16 @@
|
|
|
12760
12937
|
"bytesInOutput": 600
|
|
12761
12938
|
},
|
|
12762
12939
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
12763
|
-
"bytesInOutput":
|
|
12940
|
+
"bytesInOutput": 438
|
|
12764
12941
|
}
|
|
12765
12942
|
},
|
|
12766
|
-
"bytes":
|
|
12943
|
+
"bytes": 19283
|
|
12767
12944
|
},
|
|
12768
12945
|
"dist/cjs/components/NumberField/index.js.map": {
|
|
12769
12946
|
"imports": [],
|
|
12770
12947
|
"exports": [],
|
|
12771
12948
|
"inputs": {},
|
|
12772
|
-
"bytes":
|
|
12949
|
+
"bytes": 34744
|
|
12773
12950
|
},
|
|
12774
12951
|
"dist/cjs/components/NumberField/index.js": {
|
|
12775
12952
|
"imports": [
|
|
@@ -12798,6 +12975,11 @@
|
|
|
12798
12975
|
"kind": "require-call",
|
|
12799
12976
|
"external": true
|
|
12800
12977
|
},
|
|
12978
|
+
{
|
|
12979
|
+
"path": "react",
|
|
12980
|
+
"kind": "require-call",
|
|
12981
|
+
"external": true
|
|
12982
|
+
},
|
|
12801
12983
|
{
|
|
12802
12984
|
"path": "@simplybusiness/icons",
|
|
12803
12985
|
"kind": "require-call",
|
|
@@ -12934,7 +13116,7 @@
|
|
|
12934
13116
|
"bytesInOutput": 2821
|
|
12935
13117
|
},
|
|
12936
13118
|
"src/components/TextField/TextField.tsx": {
|
|
12937
|
-
"bytesInOutput":
|
|
13119
|
+
"bytesInOutput": 3380
|
|
12938
13120
|
},
|
|
12939
13121
|
"src/utils/spaceDelimitedList.ts": {
|
|
12940
13122
|
"bytesInOutput": 89
|
|
@@ -12967,10 +13149,10 @@
|
|
|
12967
13149
|
"bytesInOutput": 600
|
|
12968
13150
|
},
|
|
12969
13151
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
12970
|
-
"bytesInOutput":
|
|
13152
|
+
"bytesInOutput": 438
|
|
12971
13153
|
}
|
|
12972
13154
|
},
|
|
12973
|
-
"bytes":
|
|
13155
|
+
"bytes": 19304
|
|
12974
13156
|
},
|
|
12975
13157
|
"dist/cjs/components/Modal/types.js.map": {
|
|
12976
13158
|
"imports": [],
|
|
@@ -13468,7 +13650,7 @@
|
|
|
13468
13650
|
"imports": [],
|
|
13469
13651
|
"exports": [],
|
|
13470
13652
|
"inputs": {},
|
|
13471
|
-
"bytes":
|
|
13653
|
+
"bytes": 41356
|
|
13472
13654
|
},
|
|
13473
13655
|
"dist/cjs/components/MaskedField/MaskedField.js": {
|
|
13474
13656
|
"imports": [
|
|
@@ -13497,6 +13679,11 @@
|
|
|
13497
13679
|
"kind": "require-call",
|
|
13498
13680
|
"external": true
|
|
13499
13681
|
},
|
|
13682
|
+
{
|
|
13683
|
+
"path": "react",
|
|
13684
|
+
"kind": "require-call",
|
|
13685
|
+
"external": true
|
|
13686
|
+
},
|
|
13500
13687
|
{
|
|
13501
13688
|
"path": "@simplybusiness/icons",
|
|
13502
13689
|
"kind": "require-call",
|
|
@@ -13625,7 +13812,7 @@
|
|
|
13625
13812
|
"bytesInOutput": 3884
|
|
13626
13813
|
},
|
|
13627
13814
|
"src/components/TextField/TextField.tsx": {
|
|
13628
|
-
"bytesInOutput":
|
|
13815
|
+
"bytesInOutput": 3380
|
|
13629
13816
|
},
|
|
13630
13817
|
"src/utils/spaceDelimitedList.ts": {
|
|
13631
13818
|
"bytesInOutput": 89
|
|
@@ -13658,16 +13845,16 @@
|
|
|
13658
13845
|
"bytesInOutput": 600
|
|
13659
13846
|
},
|
|
13660
13847
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
13661
|
-
"bytesInOutput":
|
|
13848
|
+
"bytesInOutput": 438
|
|
13662
13849
|
}
|
|
13663
13850
|
},
|
|
13664
|
-
"bytes":
|
|
13851
|
+
"bytes": 20195
|
|
13665
13852
|
},
|
|
13666
13853
|
"dist/cjs/components/MaskedField/index.js.map": {
|
|
13667
13854
|
"imports": [],
|
|
13668
13855
|
"exports": [],
|
|
13669
13856
|
"inputs": {},
|
|
13670
|
-
"bytes":
|
|
13857
|
+
"bytes": 58930
|
|
13671
13858
|
},
|
|
13672
13859
|
"dist/cjs/components/MaskedField/index.js": {
|
|
13673
13860
|
"imports": [
|
|
@@ -13821,6 +14008,11 @@
|
|
|
13821
14008
|
"kind": "require-call",
|
|
13822
14009
|
"external": true
|
|
13823
14010
|
},
|
|
14011
|
+
{
|
|
14012
|
+
"path": "react",
|
|
14013
|
+
"kind": "require-call",
|
|
14014
|
+
"external": true
|
|
14015
|
+
},
|
|
13824
14016
|
{
|
|
13825
14017
|
"path": "@simplybusiness/mobius/src/components/TextField/TextField.css",
|
|
13826
14018
|
"kind": "require-call",
|
|
@@ -13948,22 +14140,22 @@
|
|
|
13948
14140
|
"bytesInOutput": 109
|
|
13949
14141
|
},
|
|
13950
14142
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
13951
|
-
"bytesInOutput":
|
|
14143
|
+
"bytesInOutput": 664
|
|
13952
14144
|
},
|
|
13953
14145
|
"src/components/TextField/TextField.tsx": {
|
|
13954
|
-
"bytesInOutput":
|
|
14146
|
+
"bytesInOutput": 4094
|
|
13955
14147
|
},
|
|
13956
14148
|
"src/components/TextField/index.tsx": {
|
|
13957
14149
|
"bytesInOutput": 121
|
|
13958
14150
|
},
|
|
13959
14151
|
"src/components/MaskedField/MaskedField.tsx": {
|
|
13960
|
-
"bytesInOutput":
|
|
14152
|
+
"bytesInOutput": 4650
|
|
13961
14153
|
},
|
|
13962
14154
|
"src/components/MaskedField/index.tsx": {
|
|
13963
14155
|
"bytesInOutput": 1068
|
|
13964
14156
|
}
|
|
13965
14157
|
},
|
|
13966
|
-
"bytes":
|
|
14158
|
+
"bytes": 28784
|
|
13967
14159
|
},
|
|
13968
14160
|
"dist/cjs/components/Logo/Logo.js.map": {
|
|
13969
14161
|
"imports": [],
|
|
@@ -15836,7 +16028,7 @@
|
|
|
15836
16028
|
"imports": [],
|
|
15837
16029
|
"exports": [],
|
|
15838
16030
|
"inputs": {},
|
|
15839
|
-
"bytes":
|
|
16031
|
+
"bytes": 2305
|
|
15840
16032
|
},
|
|
15841
16033
|
"dist/cjs/components/DropdownMenu/Item.js": {
|
|
15842
16034
|
"imports": [
|
|
@@ -15860,16 +16052,16 @@
|
|
|
15860
16052
|
"entryPoint": "src/components/DropdownMenu/Item.tsx",
|
|
15861
16053
|
"inputs": {
|
|
15862
16054
|
"src/components/DropdownMenu/Item.tsx": {
|
|
15863
|
-
"bytesInOutput":
|
|
16055
|
+
"bytesInOutput": 1143
|
|
15864
16056
|
}
|
|
15865
16057
|
},
|
|
15866
|
-
"bytes":
|
|
16058
|
+
"bytes": 2613
|
|
15867
16059
|
},
|
|
15868
16060
|
"dist/cjs/components/DropdownMenu/index.js.map": {
|
|
15869
16061
|
"imports": [],
|
|
15870
16062
|
"exports": [],
|
|
15871
16063
|
"inputs": {},
|
|
15872
|
-
"bytes":
|
|
16064
|
+
"bytes": 19117
|
|
15873
16065
|
},
|
|
15874
16066
|
"dist/cjs/components/DropdownMenu/index.js": {
|
|
15875
16067
|
"imports": [
|
|
@@ -16002,10 +16194,10 @@
|
|
|
16002
16194
|
"bytesInOutput": 561
|
|
16003
16195
|
},
|
|
16004
16196
|
"src/components/DropdownMenu/Item.tsx": {
|
|
16005
|
-
"bytesInOutput":
|
|
16197
|
+
"bytesInOutput": 1037
|
|
16006
16198
|
}
|
|
16007
16199
|
},
|
|
16008
|
-
"bytes":
|
|
16200
|
+
"bytes": 11186
|
|
16009
16201
|
},
|
|
16010
16202
|
"dist/cjs/components/Drawer/types.js.map": {
|
|
16011
16203
|
"imports": [],
|
|
@@ -16587,7 +16779,7 @@
|
|
|
16587
16779
|
"imports": [],
|
|
16588
16780
|
"exports": [],
|
|
16589
16781
|
"inputs": {},
|
|
16590
|
-
"bytes":
|
|
16782
|
+
"bytes": 37024
|
|
16591
16783
|
},
|
|
16592
16784
|
"dist/cjs/components/DateField/DateField.js": {
|
|
16593
16785
|
"imports": [
|
|
@@ -16616,6 +16808,11 @@
|
|
|
16616
16808
|
"kind": "require-call",
|
|
16617
16809
|
"external": true
|
|
16618
16810
|
},
|
|
16811
|
+
{
|
|
16812
|
+
"path": "react",
|
|
16813
|
+
"kind": "require-call",
|
|
16814
|
+
"external": true
|
|
16815
|
+
},
|
|
16619
16816
|
{
|
|
16620
16817
|
"path": "@simplybusiness/icons",
|
|
16621
16818
|
"kind": "require-call",
|
|
@@ -16747,7 +16944,7 @@
|
|
|
16747
16944
|
"bytesInOutput": 220
|
|
16748
16945
|
},
|
|
16749
16946
|
"src/components/TextField/TextField.tsx": {
|
|
16750
|
-
"bytesInOutput":
|
|
16947
|
+
"bytesInOutput": 3380
|
|
16751
16948
|
},
|
|
16752
16949
|
"src/utils/spaceDelimitedList.ts": {
|
|
16753
16950
|
"bytesInOutput": 89
|
|
@@ -16780,19 +16977,19 @@
|
|
|
16780
16977
|
"bytesInOutput": 600
|
|
16781
16978
|
},
|
|
16782
16979
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
16783
|
-
"bytesInOutput":
|
|
16980
|
+
"bytesInOutput": 438
|
|
16784
16981
|
},
|
|
16785
16982
|
"src/components/DateField/validation.ts": {
|
|
16786
16983
|
"bytesInOutput": 1112
|
|
16787
16984
|
}
|
|
16788
16985
|
},
|
|
16789
|
-
"bytes":
|
|
16986
|
+
"bytes": 20339
|
|
16790
16987
|
},
|
|
16791
16988
|
"dist/cjs/components/DateField/index.js.map": {
|
|
16792
16989
|
"imports": [],
|
|
16793
16990
|
"exports": [],
|
|
16794
16991
|
"inputs": {},
|
|
16795
|
-
"bytes":
|
|
16992
|
+
"bytes": 37154
|
|
16796
16993
|
},
|
|
16797
16994
|
"dist/cjs/components/DateField/index.js": {
|
|
16798
16995
|
"imports": [
|
|
@@ -16821,6 +17018,11 @@
|
|
|
16821
17018
|
"kind": "require-call",
|
|
16822
17019
|
"external": true
|
|
16823
17020
|
},
|
|
17021
|
+
{
|
|
17022
|
+
"path": "react",
|
|
17023
|
+
"kind": "require-call",
|
|
17024
|
+
"external": true
|
|
17025
|
+
},
|
|
16824
17026
|
{
|
|
16825
17027
|
"path": "@simplybusiness/icons",
|
|
16826
17028
|
"kind": "require-call",
|
|
@@ -16955,7 +17157,7 @@
|
|
|
16955
17157
|
"bytesInOutput": 220
|
|
16956
17158
|
},
|
|
16957
17159
|
"src/components/TextField/TextField.tsx": {
|
|
16958
|
-
"bytesInOutput":
|
|
17160
|
+
"bytesInOutput": 3380
|
|
16959
17161
|
},
|
|
16960
17162
|
"src/utils/spaceDelimitedList.ts": {
|
|
16961
17163
|
"bytesInOutput": 89
|
|
@@ -16988,13 +17190,13 @@
|
|
|
16988
17190
|
"bytesInOutput": 600
|
|
16989
17191
|
},
|
|
16990
17192
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
16991
|
-
"bytesInOutput":
|
|
17193
|
+
"bytesInOutput": 438
|
|
16992
17194
|
},
|
|
16993
17195
|
"src/components/DateField/validation.ts": {
|
|
16994
17196
|
"bytesInOutput": 1112
|
|
16995
17197
|
}
|
|
16996
17198
|
},
|
|
16997
|
-
"bytes":
|
|
17199
|
+
"bytes": 20444
|
|
16998
17200
|
},
|
|
16999
17201
|
"dist/cjs/components/Container/Container.js.map": {
|
|
17000
17202
|
"imports": [],
|
|
@@ -17106,7 +17308,7 @@
|
|
|
17106
17308
|
"imports": [],
|
|
17107
17309
|
"exports": [],
|
|
17108
17310
|
"inputs": {},
|
|
17109
|
-
"bytes":
|
|
17311
|
+
"bytes": 73183
|
|
17110
17312
|
},
|
|
17111
17313
|
"dist/cjs/components/Combobox/Combobox.js": {
|
|
17112
17314
|
"imports": [
|
|
@@ -17150,6 +17352,11 @@
|
|
|
17150
17352
|
"kind": "require-call",
|
|
17151
17353
|
"external": true
|
|
17152
17354
|
},
|
|
17355
|
+
{
|
|
17356
|
+
"path": "react",
|
|
17357
|
+
"kind": "require-call",
|
|
17358
|
+
"external": true
|
|
17359
|
+
},
|
|
17153
17360
|
{
|
|
17154
17361
|
"path": "@simplybusiness/icons",
|
|
17155
17362
|
"kind": "require-call",
|
|
@@ -17325,7 +17532,7 @@
|
|
|
17325
17532
|
"entryPoint": "src/components/Combobox/Combobox.tsx",
|
|
17326
17533
|
"inputs": {
|
|
17327
17534
|
"src/components/Combobox/Combobox.tsx": {
|
|
17328
|
-
"bytesInOutput":
|
|
17535
|
+
"bytesInOutput": 10455
|
|
17329
17536
|
},
|
|
17330
17537
|
"src/hooks/useBreakpoint/useBreakpoint.tsx": {
|
|
17331
17538
|
"bytesInOutput": 2419
|
|
@@ -17343,7 +17550,7 @@
|
|
|
17343
17550
|
"bytesInOutput": 195
|
|
17344
17551
|
},
|
|
17345
17552
|
"src/components/TextField/TextField.tsx": {
|
|
17346
|
-
"bytesInOutput":
|
|
17553
|
+
"bytesInOutput": 3380
|
|
17347
17554
|
},
|
|
17348
17555
|
"src/components/ErrorMessage/ErrorMessage.tsx": {
|
|
17349
17556
|
"bytesInOutput": 1058
|
|
@@ -17364,7 +17571,7 @@
|
|
|
17364
17571
|
"bytesInOutput": 600
|
|
17365
17572
|
},
|
|
17366
17573
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
17367
|
-
"bytesInOutput":
|
|
17574
|
+
"bytesInOutput": 438
|
|
17368
17575
|
},
|
|
17369
17576
|
"src/components/VisuallyHidden/VisuallyHidden.tsx": {
|
|
17370
17577
|
"bytesInOutput": 619
|
|
@@ -17385,7 +17592,7 @@
|
|
|
17385
17592
|
"bytesInOutput": 2427
|
|
17386
17593
|
}
|
|
17387
17594
|
},
|
|
17388
|
-
"bytes":
|
|
17595
|
+
"bytes": 40312
|
|
17389
17596
|
},
|
|
17390
17597
|
"dist/cjs/components/Combobox/Listbox.js.map": {
|
|
17391
17598
|
"imports": [],
|
|
@@ -17493,7 +17700,7 @@
|
|
|
17493
17700
|
"imports": [],
|
|
17494
17701
|
"exports": [],
|
|
17495
17702
|
"inputs": {},
|
|
17496
|
-
"bytes":
|
|
17703
|
+
"bytes": 73350
|
|
17497
17704
|
},
|
|
17498
17705
|
"dist/cjs/components/Combobox/index.js": {
|
|
17499
17706
|
"imports": [
|
|
@@ -17537,6 +17744,11 @@
|
|
|
17537
17744
|
"kind": "require-call",
|
|
17538
17745
|
"external": true
|
|
17539
17746
|
},
|
|
17747
|
+
{
|
|
17748
|
+
"path": "react",
|
|
17749
|
+
"kind": "require-call",
|
|
17750
|
+
"external": true
|
|
17751
|
+
},
|
|
17540
17752
|
{
|
|
17541
17753
|
"path": "@simplybusiness/icons",
|
|
17542
17754
|
"kind": "require-call",
|
|
@@ -17715,7 +17927,7 @@
|
|
|
17715
17927
|
"bytesInOutput": 182
|
|
17716
17928
|
},
|
|
17717
17929
|
"src/components/Combobox/Combobox.tsx": {
|
|
17718
|
-
"bytesInOutput":
|
|
17930
|
+
"bytesInOutput": 10319
|
|
17719
17931
|
},
|
|
17720
17932
|
"src/hooks/useBreakpoint/useBreakpoint.tsx": {
|
|
17721
17933
|
"bytesInOutput": 2419
|
|
@@ -17733,7 +17945,7 @@
|
|
|
17733
17945
|
"bytesInOutput": 195
|
|
17734
17946
|
},
|
|
17735
17947
|
"src/components/TextField/TextField.tsx": {
|
|
17736
|
-
"bytesInOutput":
|
|
17948
|
+
"bytesInOutput": 3380
|
|
17737
17949
|
},
|
|
17738
17950
|
"src/components/ErrorMessage/ErrorMessage.tsx": {
|
|
17739
17951
|
"bytesInOutput": 1058
|
|
@@ -17754,7 +17966,7 @@
|
|
|
17754
17966
|
"bytesInOutput": 600
|
|
17755
17967
|
},
|
|
17756
17968
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
17757
|
-
"bytesInOutput":
|
|
17969
|
+
"bytesInOutput": 438
|
|
17758
17970
|
},
|
|
17759
17971
|
"src/components/VisuallyHidden/VisuallyHidden.tsx": {
|
|
17760
17972
|
"bytesInOutput": 619
|
|
@@ -17775,7 +17987,7 @@
|
|
|
17775
17987
|
"bytesInOutput": 2427
|
|
17776
17988
|
}
|
|
17777
17989
|
},
|
|
17778
|
-
"bytes":
|
|
17990
|
+
"bytes": 40393
|
|
17779
17991
|
},
|
|
17780
17992
|
"dist/cjs/components/Combobox/types.js.map": {
|
|
17781
17993
|
"imports": [],
|
|
@@ -18732,7 +18944,7 @@
|
|
|
18732
18944
|
"imports": [],
|
|
18733
18945
|
"exports": [],
|
|
18734
18946
|
"inputs": {},
|
|
18735
|
-
"bytes":
|
|
18947
|
+
"bytes": 2080
|
|
18736
18948
|
},
|
|
18737
18949
|
"dist/cjs/components/Breadcrumbs/Breadcrumbs.js": {
|
|
18738
18950
|
"imports": [
|
|
@@ -18761,16 +18973,16 @@
|
|
|
18761
18973
|
"entryPoint": "src/components/Breadcrumbs/Breadcrumbs.tsx",
|
|
18762
18974
|
"inputs": {
|
|
18763
18975
|
"src/components/Breadcrumbs/Breadcrumbs.tsx": {
|
|
18764
|
-
"bytesInOutput":
|
|
18976
|
+
"bytesInOutput": 1165
|
|
18765
18977
|
}
|
|
18766
18978
|
},
|
|
18767
|
-
"bytes":
|
|
18979
|
+
"bytes": 2662
|
|
18768
18980
|
},
|
|
18769
18981
|
"dist/cjs/components/Breadcrumbs/index.js.map": {
|
|
18770
18982
|
"imports": [],
|
|
18771
18983
|
"exports": [],
|
|
18772
18984
|
"inputs": {},
|
|
18773
|
-
"bytes":
|
|
18985
|
+
"bytes": 9610
|
|
18774
18986
|
},
|
|
18775
18987
|
"dist/cjs/components/Breadcrumbs/index.js": {
|
|
18776
18988
|
"imports": [
|
|
@@ -18832,7 +19044,7 @@
|
|
|
18832
19044
|
"bytesInOutput": 191
|
|
18833
19045
|
},
|
|
18834
19046
|
"src/components/Breadcrumbs/Breadcrumbs.tsx": {
|
|
18835
|
-
"bytesInOutput":
|
|
19047
|
+
"bytesInOutput": 1014
|
|
18836
19048
|
},
|
|
18837
19049
|
"src/components/Breadcrumbs/BreadcrumbItem.tsx": {
|
|
18838
19050
|
"bytesInOutput": 1252
|
|
@@ -18850,7 +19062,7 @@
|
|
|
18850
19062
|
"bytesInOutput": 203
|
|
18851
19063
|
}
|
|
18852
19064
|
},
|
|
18853
|
-
"bytes":
|
|
19065
|
+
"bytes": 6482
|
|
18854
19066
|
},
|
|
18855
19067
|
"dist/cjs/components/Box/types.js.map": {
|
|
18856
19068
|
"imports": [],
|
|
@@ -19164,7 +19376,7 @@
|
|
|
19164
19376
|
"imports": [],
|
|
19165
19377
|
"exports": [],
|
|
19166
19378
|
"inputs": {},
|
|
19167
|
-
"bytes":
|
|
19379
|
+
"bytes": 78360
|
|
19168
19380
|
},
|
|
19169
19381
|
"dist/cjs/components/AddressLookup/AddressLookup.js": {
|
|
19170
19382
|
"imports": [
|
|
@@ -19218,6 +19430,11 @@
|
|
|
19218
19430
|
"kind": "require-call",
|
|
19219
19431
|
"external": true
|
|
19220
19432
|
},
|
|
19433
|
+
{
|
|
19434
|
+
"path": "react",
|
|
19435
|
+
"kind": "require-call",
|
|
19436
|
+
"external": true
|
|
19437
|
+
},
|
|
19221
19438
|
{
|
|
19222
19439
|
"path": "@simplybusiness/icons",
|
|
19223
19440
|
"kind": "require-call",
|
|
@@ -19401,7 +19618,7 @@
|
|
|
19401
19618
|
"bytesInOutput": 2705
|
|
19402
19619
|
},
|
|
19403
19620
|
"src/components/Combobox/Combobox.tsx": {
|
|
19404
|
-
"bytesInOutput":
|
|
19621
|
+
"bytesInOutput": 10319
|
|
19405
19622
|
},
|
|
19406
19623
|
"src/hooks/useBreakpoint/useBreakpoint.tsx": {
|
|
19407
19624
|
"bytesInOutput": 2419
|
|
@@ -19419,7 +19636,7 @@
|
|
|
19419
19636
|
"bytesInOutput": 195
|
|
19420
19637
|
},
|
|
19421
19638
|
"src/components/TextField/TextField.tsx": {
|
|
19422
|
-
"bytesInOutput":
|
|
19639
|
+
"bytesInOutput": 3380
|
|
19423
19640
|
},
|
|
19424
19641
|
"src/components/ErrorMessage/ErrorMessage.tsx": {
|
|
19425
19642
|
"bytesInOutput": 1058
|
|
@@ -19440,7 +19657,7 @@
|
|
|
19440
19657
|
"bytesInOutput": 600
|
|
19441
19658
|
},
|
|
19442
19659
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
19443
|
-
"bytesInOutput":
|
|
19660
|
+
"bytesInOutput": 438
|
|
19444
19661
|
},
|
|
19445
19662
|
"src/components/VisuallyHidden/VisuallyHidden.tsx": {
|
|
19446
19663
|
"bytesInOutput": 619
|
|
@@ -19464,7 +19681,7 @@
|
|
|
19464
19681
|
"bytesInOutput": 123
|
|
19465
19682
|
}
|
|
19466
19683
|
},
|
|
19467
|
-
"bytes":
|
|
19684
|
+
"bytes": 43153
|
|
19468
19685
|
},
|
|
19469
19686
|
"dist/cjs/components/AddressLookup/LoqateAddressLookupError.js.map": {
|
|
19470
19687
|
"imports": [],
|
|
@@ -19487,7 +19704,7 @@
|
|
|
19487
19704
|
"imports": [],
|
|
19488
19705
|
"exports": [],
|
|
19489
19706
|
"inputs": {},
|
|
19490
|
-
"bytes":
|
|
19707
|
+
"bytes": 5416
|
|
19491
19708
|
},
|
|
19492
19709
|
"dist/cjs/components/AddressLookup/LoqateAddressLookupService.js": {
|
|
19493
19710
|
"imports": [],
|
|
@@ -19495,19 +19712,19 @@
|
|
|
19495
19712
|
"entryPoint": "src/components/AddressLookup/LoqateAddressLookupService.tsx",
|
|
19496
19713
|
"inputs": {
|
|
19497
19714
|
"src/components/AddressLookup/LoqateAddressLookupService.tsx": {
|
|
19498
|
-
"bytesInOutput":
|
|
19715
|
+
"bytesInOutput": 2644
|
|
19499
19716
|
},
|
|
19500
19717
|
"src/components/AddressLookup/LoqateAddressLookupError.tsx": {
|
|
19501
19718
|
"bytesInOutput": 193
|
|
19502
19719
|
}
|
|
19503
19720
|
},
|
|
19504
|
-
"bytes":
|
|
19721
|
+
"bytes": 3881
|
|
19505
19722
|
},
|
|
19506
19723
|
"dist/cjs/components/AddressLookup/index.js.map": {
|
|
19507
19724
|
"imports": [],
|
|
19508
19725
|
"exports": [],
|
|
19509
19726
|
"inputs": {},
|
|
19510
|
-
"bytes":
|
|
19727
|
+
"bytes": 83823
|
|
19511
19728
|
},
|
|
19512
19729
|
"dist/cjs/components/AddressLookup/index.js": {
|
|
19513
19730
|
"imports": [
|
|
@@ -19561,6 +19778,11 @@
|
|
|
19561
19778
|
"kind": "require-call",
|
|
19562
19779
|
"external": true
|
|
19563
19780
|
},
|
|
19781
|
+
{
|
|
19782
|
+
"path": "react",
|
|
19783
|
+
"kind": "require-call",
|
|
19784
|
+
"external": true
|
|
19785
|
+
},
|
|
19564
19786
|
{
|
|
19565
19787
|
"path": "@simplybusiness/icons",
|
|
19566
19788
|
"kind": "require-call",
|
|
@@ -19747,7 +19969,7 @@
|
|
|
19747
19969
|
"bytesInOutput": 2544
|
|
19748
19970
|
},
|
|
19749
19971
|
"src/components/Combobox/Combobox.tsx": {
|
|
19750
|
-
"bytesInOutput":
|
|
19972
|
+
"bytesInOutput": 10319
|
|
19751
19973
|
},
|
|
19752
19974
|
"src/hooks/useBreakpoint/useBreakpoint.tsx": {
|
|
19753
19975
|
"bytesInOutput": 2419
|
|
@@ -19765,7 +19987,7 @@
|
|
|
19765
19987
|
"bytesInOutput": 195
|
|
19766
19988
|
},
|
|
19767
19989
|
"src/components/TextField/TextField.tsx": {
|
|
19768
|
-
"bytesInOutput":
|
|
19990
|
+
"bytesInOutput": 3380
|
|
19769
19991
|
},
|
|
19770
19992
|
"src/components/ErrorMessage/ErrorMessage.tsx": {
|
|
19771
19993
|
"bytesInOutput": 1058
|
|
@@ -19786,7 +20008,7 @@
|
|
|
19786
20008
|
"bytesInOutput": 600
|
|
19787
20009
|
},
|
|
19788
20010
|
"src/components/TextField/adornmentWithClassName.ts": {
|
|
19789
|
-
"bytesInOutput":
|
|
20011
|
+
"bytesInOutput": 438
|
|
19790
20012
|
},
|
|
19791
20013
|
"src/components/VisuallyHidden/VisuallyHidden.tsx": {
|
|
19792
20014
|
"bytesInOutput": 619
|
|
@@ -19813,10 +20035,10 @@
|
|
|
19813
20035
|
"bytesInOutput": 193
|
|
19814
20036
|
},
|
|
19815
20037
|
"src/components/AddressLookup/LoqateAddressLookupService.tsx": {
|
|
19816
|
-
"bytesInOutput":
|
|
20038
|
+
"bytesInOutput": 2418
|
|
19817
20039
|
}
|
|
19818
20040
|
},
|
|
19819
|
-
"bytes":
|
|
20041
|
+
"bytes": 45989
|
|
19820
20042
|
},
|
|
19821
20043
|
"dist/cjs/components/AddressLookup/types.js.map": {
|
|
19822
20044
|
"imports": [],
|