@jetshop/ui 6.3.9-alpha.1 → 6.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/Accordion/Accordion.d.ts +33 -0
- package/Accordion/Accordion.js +59 -0
- package/Accordion/Accordion.js.map +1 -0
- package/Auth/FormFields/CountriesInput.d.ts +16 -0
- package/Auth/FormFields/CountriesInput.js +28 -0
- package/Auth/FormFields/CountriesInput.js.map +1 -0
- package/Auth/LogInBehavior.d.ts +22 -0
- package/Auth/LogInBehavior.js +24 -0
- package/Auth/LogInBehavior.js.map +1 -0
- package/Auth/LogInFormProvider.d.ts +7 -0
- package/Auth/LogInFormProvider.js +70 -0
- package/Auth/LogInFormProvider.js.map +1 -0
- package/Auth/LogOut.d.ts +10 -0
- package/Auth/LogOut.js +24 -0
- package/Auth/LogOut.js.map +1 -0
- package/Auth/logInValidator.d.ts +10 -0
- package/Auth/logInValidator.js +16 -0
- package/Auth/logInValidator.js.map +1 -0
- package/Breadcrumbs/Breadcrumbs.d.ts +14 -0
- package/Breadcrumbs/Breadcrumbs.js +84 -0
- package/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/Breadcrumbs/getParentsOrCanonicalRoute.d.ts +3 -0
- package/Breadcrumbs/getParentsOrCanonicalRoute.js +14 -0
- package/Breadcrumbs/getParentsOrCanonicalRoute.js.map +1 -0
- package/Breadcrumbs/index.d.ts +1 -0
- package/Breadcrumbs/index.js +2 -0
- package/Breadcrumbs/index.js.map +1 -0
- package/Breakpoints.d.ts +12 -0
- package/Breakpoints.js +36 -0
- package/Breakpoints.js.map +1 -0
- package/Button/Button.d.ts +14 -0
- package/Button/Button.js +60 -0
- package/Button/Button.js.map +1 -0
- package/Button/SecondaryButton.d.ts +2 -0
- package/Button/SecondaryButton.js +9 -0
- package/Button/SecondaryButton.js.map +1 -0
- package/Button/TrendButton.d.ts +2 -0
- package/Button/TrendButton.js +8 -0
- package/Button/TrendButton.js.map +1 -0
- package/Button/index.d.ts +4 -0
- package/Button/index.js +5 -0
- package/Button/index.js.map +1 -0
- package/CategoryLink.d.ts +11 -0
- package/CategoryLink.js +49 -0
- package/CategoryLink.js.map +1 -0
- package/ChannelSelector/ChannelListItem.d.ts +10 -0
- package/ChannelSelector/ChannelListItem.js +51 -0
- package/ChannelSelector/ChannelListItem.js.map +1 -0
- package/ChannelSelector/ChannelSelector.d.ts +63 -0
- package/ChannelSelector/ChannelSelector.js +80 -0
- package/ChannelSelector/ChannelSelector.js.map +1 -0
- package/ChannelSelector/ChannelSelectorButtons.d.ts +2 -0
- package/ChannelSelector/ChannelSelectorButtons.js +20 -0
- package/ChannelSelector/ChannelSelectorButtons.js.map +1 -0
- package/ChannelSelector/Channels.d.ts +17 -0
- package/ChannelSelector/Channels.js +12 -0
- package/ChannelSelector/Channels.js.map +1 -0
- package/ChannelSelector/LargeSelector.d.ts +3 -0
- package/ChannelSelector/LargeSelector.js +67 -0
- package/ChannelSelector/LargeSelector.js.map +1 -0
- package/ChannelSelector/MiniSelector.d.ts +4 -0
- package/ChannelSelector/MiniSelector.js +58 -0
- package/ChannelSelector/MiniSelector.js.map +1 -0
- package/ChannelSelector/Region.d.ts +28 -0
- package/ChannelSelector/Region.js +21 -0
- package/ChannelSelector/Region.js.map +1 -0
- package/ChannelSelector/groupBy.d.ts +7 -0
- package/ChannelSelector/groupBy.js +16 -0
- package/ChannelSelector/groupBy.js.map +1 -0
- package/Checkbox/Checkbox.d.ts +14 -0
- package/Checkbox/Checkbox.js +70 -0
- package/Checkbox/Checkbox.js.map +1 -0
- package/Checkbox/CheckboxGroup.d.ts +27 -0
- package/Checkbox/CheckboxGroup.js +22 -0
- package/Checkbox/CheckboxGroup.js.map +1 -0
- package/Checkbox/index.d.ts +2 -0
- package/Checkbox/index.js +3 -0
- package/Checkbox/index.js.map +1 -0
- package/CloudflareImage/BaseImage.d.ts +41 -0
- package/CloudflareImage/BaseImage.js +192 -0
- package/CloudflareImage/BaseImage.js.map +1 -0
- package/CloudflareImage/Fallback.d.ts +5 -0
- package/CloudflareImage/Fallback.js +4 -0
- package/CloudflareImage/Fallback.js.map +1 -0
- package/CloudflareImage/FlightImage.d.ts +73 -0
- package/CloudflareImage/FlightImage.js +61 -0
- package/CloudflareImage/FlightImage.js.map +1 -0
- package/CloudflareImage/Image.d.ts +2 -0
- package/CloudflareImage/Image.js +3 -0
- package/CloudflareImage/Image.js.map +1 -0
- package/CloudflareImage/index.d.ts +1 -0
- package/CloudflareImage/index.js +2 -0
- package/CloudflareImage/index.js.map +1 -0
- package/CloudflareImage/useConstructImage.d.ts +49 -0
- package/CloudflareImage/useConstructImage.js +122 -0
- package/CloudflareImage/useConstructImage.js.map +1 -0
- package/CloudflareImage/utils/aspectRatioToFraction.d.ts +2 -0
- package/CloudflareImage/utils/aspectRatioToFraction.js +11 -0
- package/CloudflareImage/utils/aspectRatioToFraction.js.map +1 -0
- package/CloudflareImage/utils/getFullUrl.d.ts +6 -0
- package/CloudflareImage/utils/getFullUrl.js +18 -0
- package/CloudflareImage/utils/getFullUrl.js.map +1 -0
- package/CloudflareImage/utils/getImageWidth.d.ts +1 -0
- package/CloudflareImage/utils/getImageWidth.js +12 -0
- package/CloudflareImage/utils/getImageWidth.js.map +1 -0
- package/CloudflareImage/utils/getImageWidths.d.ts +2 -0
- package/CloudflareImage/utils/getImageWidths.js +21 -0
- package/CloudflareImage/utils/getImageWidths.js.map +1 -0
- package/CloudflareImage/utils/getLQIP.d.ts +8 -0
- package/CloudflareImage/utils/getLQIP.js +28 -0
- package/CloudflareImage/utils/getLQIP.js.map +1 -0
- package/CloudflareImage/utils/getLargestSize.d.ts +7 -0
- package/CloudflareImage/utils/getLargestSize.js +17 -0
- package/CloudflareImage/utils/getLargestSize.js.map +1 -0
- package/CloudflareImage/utils/getSizeForBreakpoint.d.ts +2 -0
- package/CloudflareImage/utils/getSizeForBreakpoint.js +16 -0
- package/CloudflareImage/utils/getSizeForBreakpoint.js.map +1 -0
- package/CloudflareImage/utils/getSizesMap.d.ts +2 -0
- package/CloudflareImage/utils/getSizesMap.js +35 -0
- package/CloudflareImage/utils/getSizesMap.js.map +1 -0
- package/CloudflareImage/utils/getSmallestSize.d.ts +2 -0
- package/CloudflareImage/utils/getSmallestSize.js +12 -0
- package/CloudflareImage/utils/getSmallestSize.js.map +1 -0
- package/CloudflareImage/utils/getSrcSetFromWidths.d.ts +10 -0
- package/CloudflareImage/utils/getSrcSetFromWidths.js +10 -0
- package/CloudflareImage/utils/getSrcSetFromWidths.js.map +1 -0
- package/CloudflareImage/utils/getSrcWithParams.d.ts +3 -0
- package/CloudflareImage/utils/getSrcWithParams.js +61 -0
- package/CloudflareImage/utils/getSrcWithParams.js.map +1 -0
- package/CloudflareImage/utils/paddingForAspectRatio.d.ts +1 -0
- package/CloudflareImage/utils/paddingForAspectRatio.js +6 -0
- package/CloudflareImage/utils/paddingForAspectRatio.js.map +1 -0
- package/CloudflareImage/utils/remToPx.d.ts +1 -0
- package/CloudflareImage/utils/remToPx.js +2 -0
- package/CloudflareImage/utils/remToPx.js.map +1 -0
- package/CloudflareImage/utils/sizeToNumber.d.ts +2 -0
- package/CloudflareImage/utils/sizeToNumber.js +27 -0
- package/CloudflareImage/utils/sizeToNumber.js.map +1 -0
- package/ContentPageLink.d.ts +11 -0
- package/ContentPageLink.js +46 -0
- package/ContentPageLink.js.map +1 -0
- package/ContentRenderer.d.ts +9 -0
- package/ContentRenderer.js +36 -0
- package/ContentRenderer.js.map +1 -0
- package/DropdownMenu/Button.d.ts +7 -0
- package/DropdownMenu/Button.js +33 -0
- package/DropdownMenu/Button.js.map +1 -0
- package/DropdownMenu/DropdownMenu.d.ts +21 -0
- package/DropdownMenu/DropdownMenu.js +72 -0
- package/DropdownMenu/DropdownMenu.js.map +1 -0
- package/DropdownMenu/Item.d.ts +13 -0
- package/DropdownMenu/Item.js +48 -0
- package/DropdownMenu/Item.js.map +1 -0
- package/DropdownMenu/Items.d.ts +16 -0
- package/DropdownMenu/Items.js +53 -0
- package/DropdownMenu/Items.js.map +1 -0
- package/DropdownMenu/index.d.ts +4 -0
- package/DropdownMenu/index.js +5 -0
- package/DropdownMenu/index.js.map +1 -0
- package/ErrorBoundary/Generic.d.ts +18 -0
- package/ErrorBoundary/Generic.js +69 -0
- package/ErrorBoundary/Generic.js.map +1 -0
- package/ErrorBoundary/PassThrough.d.ts +3 -0
- package/ErrorBoundary/PassThrough.js +7 -0
- package/ErrorBoundary/PassThrough.js.map +1 -0
- package/Gallery/Gallery.d.ts +39 -0
- package/Gallery/Gallery.js +121 -0
- package/Gallery/Gallery.js.map +1 -0
- package/Gallery/constructGallery.d.ts +15 -0
- package/Gallery/constructGallery.js +40 -0
- package/Gallery/constructGallery.js.map +1 -0
- package/Image/BaseImage.d.ts +40 -0
- package/Image/BaseImage.js +192 -0
- package/Image/BaseImage.js.map +1 -0
- package/Image/DispatchFlightImage.d.ts +7 -0
- package/Image/DispatchFlightImage.js +11 -0
- package/Image/DispatchFlightImage.js.map +1 -0
- package/Image/Fallback.d.ts +5 -0
- package/Image/Fallback.js +4 -0
- package/Image/Fallback.js.map +1 -0
- package/Image/FlightImage.d.ts +51 -0
- package/Image/FlightImage.js +59 -0
- package/Image/FlightImage.js.map +1 -0
- package/Image/Image.d.ts +2 -0
- package/Image/Image.js +3 -0
- package/Image/Image.js.map +1 -0
- package/Image/index.d.ts +2 -0
- package/Image/index.js +3 -0
- package/Image/index.js.map +1 -0
- package/Image/useConstructImage.d.ts +49 -0
- package/Image/useConstructImage.js +122 -0
- package/Image/useConstructImage.js.map +1 -0
- package/Image/utils/aspectRatioToFraction.d.ts +2 -0
- package/Image/utils/aspectRatioToFraction.js +11 -0
- package/Image/utils/aspectRatioToFraction.js.map +1 -0
- package/Image/utils/getFullUrl.d.ts +6 -0
- package/Image/utils/getFullUrl.js +18 -0
- package/Image/utils/getFullUrl.js.map +1 -0
- package/Image/utils/getImageWidth.d.ts +1 -0
- package/Image/utils/getImageWidth.js +12 -0
- package/Image/utils/getImageWidth.js.map +1 -0
- package/Image/utils/getImageWidths.d.ts +2 -0
- package/Image/utils/getImageWidths.js +21 -0
- package/Image/utils/getImageWidths.js.map +1 -0
- package/Image/utils/getLQIP.d.ts +8 -0
- package/Image/utils/getLQIP.js +20 -0
- package/Image/utils/getLQIP.js.map +1 -0
- package/Image/utils/getLargestSize.d.ts +7 -0
- package/Image/utils/getLargestSize.js +17 -0
- package/Image/utils/getLargestSize.js.map +1 -0
- package/Image/utils/getSizeForBreakpoint.d.ts +2 -0
- package/Image/utils/getSizeForBreakpoint.js +16 -0
- package/Image/utils/getSizeForBreakpoint.js.map +1 -0
- package/Image/utils/getSizesMap.d.ts +2 -0
- package/Image/utils/getSizesMap.js +35 -0
- package/Image/utils/getSizesMap.js.map +1 -0
- package/Image/utils/getSmallestSize.d.ts +2 -0
- package/Image/utils/getSmallestSize.js +12 -0
- package/Image/utils/getSmallestSize.js.map +1 -0
- package/Image/utils/getSrcSetFromWidths.d.ts +10 -0
- package/Image/utils/getSrcSetFromWidths.js +9 -0
- package/Image/utils/getSrcSetFromWidths.js.map +1 -0
- package/Image/utils/getSrcWithParams.d.ts +3 -0
- package/Image/utils/getSrcWithParams.js +29 -0
- package/Image/utils/getSrcWithParams.js.map +1 -0
- package/Image/utils/paddingForAspectRatio.d.ts +1 -0
- package/Image/utils/paddingForAspectRatio.js +6 -0
- package/Image/utils/paddingForAspectRatio.js.map +1 -0
- package/Image/utils/remToPx.d.ts +1 -0
- package/Image/utils/remToPx.js +2 -0
- package/Image/utils/remToPx.js.map +1 -0
- package/Image/utils/sizeToNumber.d.ts +2 -0
- package/Image/utils/sizeToNumber.js +27 -0
- package/Image/utils/sizeToNumber.js.map +1 -0
- package/Input/Input.d.ts +6 -0
- package/Input/Input.js +45 -0
- package/Input/Input.js.map +1 -0
- package/Input/index.d.ts +3 -0
- package/Input/index.js +4 -0
- package/Input/index.js.map +1 -0
- package/JetshopText.d.ts +3 -0
- package/JetshopText.js +13 -0
- package/JetshopText.js.map +1 -0
- package/Loading/LoadingBar.d.ts +8 -0
- package/Loading/LoadingBar.js +58 -0
- package/Loading/LoadingBar.js.map +1 -0
- package/Loading/LoadingLine.d.ts +31 -0
- package/Loading/LoadingLine.js +26 -0
- package/Loading/LoadingLine.js.map +1 -0
- package/Loading/NetworkStatusNotifier.d.ts +6 -0
- package/Loading/NetworkStatusNotifier.js +8 -0
- package/Loading/NetworkStatusNotifier.js.map +1 -0
- package/Menu/MenuContainer.d.ts +28 -0
- package/Menu/MenuContainer.js +46 -0
- package/Menu/MenuContainer.js.map +1 -0
- package/Menu/RecursiveTree.d.ts +28 -0
- package/Menu/RecursiveTree.js +91 -0
- package/Menu/RecursiveTree.js.map +1 -0
- package/Modal/Drawer/Drawer.d.ts +12 -0
- package/Modal/Drawer/Drawer.js +31 -0
- package/Modal/Drawer/Drawer.js.map +1 -0
- package/Modal/Drawer/DrawerTarget.d.ts +6 -0
- package/Modal/Drawer/DrawerTarget.js +12 -0
- package/Modal/Drawer/DrawerTarget.js.map +1 -0
- package/Modal/Drawer/DrawerTrigger.d.ts +11 -0
- package/Modal/Drawer/DrawerTrigger.js +16 -0
- package/Modal/Drawer/DrawerTrigger.js.map +1 -0
- package/Modal/Drawer/index.d.ts +3 -0
- package/Modal/Drawer/index.js +4 -0
- package/Modal/Drawer/index.js.map +1 -0
- package/Modal/Flyout/FlyoutTarget.d.ts +10 -0
- package/Modal/Flyout/FlyoutTarget.js +15 -0
- package/Modal/Flyout/FlyoutTarget.js.map +1 -0
- package/Modal/Flyout/FlyoutTrigger.d.ts +15 -0
- package/Modal/Flyout/FlyoutTrigger.js +18 -0
- package/Modal/Flyout/FlyoutTrigger.js.map +1 -0
- package/Modal/Flyout/index.d.ts +2 -0
- package/Modal/Flyout/index.js +3 -0
- package/Modal/Flyout/index.js.map +1 -0
- package/Modal/ModalContext.d.ts +26 -0
- package/Modal/ModalContext.js +9 -0
- package/Modal/ModalContext.js.map +1 -0
- package/Modal/ModalProvider.d.ts +5 -0
- package/Modal/ModalProvider.js +83 -0
- package/Modal/ModalProvider.js.map +1 -0
- package/Modal/ModalRoot.d.ts +3 -0
- package/Modal/ModalRoot.js +44 -0
- package/Modal/ModalRoot.js.map +1 -0
- package/Modal/ModalTrigger.d.ts +9 -0
- package/Modal/ModalTrigger.js +9 -0
- package/Modal/ModalTrigger.js.map +1 -0
- package/Pagination/Pagination.d.ts +7 -0
- package/Pagination/Pagination.js +23 -0
- package/Pagination/Pagination.js.map +1 -0
- package/Pagination/PaginationBehaviour.d.ts +52 -0
- package/Pagination/PaginationBehaviour.js +68 -0
- package/Pagination/PaginationBehaviour.js.map +1 -0
- package/Pagination/index.d.ts +2 -0
- package/Pagination/index.js +3 -0
- package/Pagination/index.js.map +1 -0
- package/Pagination/usePagination.d.ts +15 -0
- package/Pagination/usePagination.js +46 -0
- package/Pagination/usePagination.js.map +1 -0
- package/PreOrderDateSelector/PreOrderDateSelector.d.ts +23 -0
- package/PreOrderDateSelector/PreOrderDateSelector.js +74 -0
- package/PreOrderDateSelector/PreOrderDateSelector.js.map +1 -0
- package/PreOrderDateSelector/index.d.ts +2 -0
- package/PreOrderDateSelector/index.js +3 -0
- package/PreOrderDateSelector/index.js.map +1 -0
- package/Price/Currency.d.ts +9 -0
- package/Price/Currency.js +11 -0
- package/Price/Currency.js.map +1 -0
- package/Price/Price.d.ts +44 -0
- package/Price/Price.js +74 -0
- package/Price/Price.js.map +1 -0
- package/Price/index.d.ts +1 -0
- package/Price/index.js +2 -0
- package/Price/index.js.map +1 -0
- package/ProductLink.d.ts +23 -0
- package/ProductLink.js +88 -0
- package/ProductLink.js.map +1 -0
- package/ProductList/Badges.d.ts +6 -0
- package/ProductList/Badges.js +56 -0
- package/ProductList/Badges.js.map +1 -0
- package/ProductList/GridProduct.d.ts +24 -0
- package/ProductList/GridProduct.js +58 -0
- package/ProductList/GridProduct.js.map +1 -0
- package/ProductList/ProductGrid.d.ts +16 -0
- package/ProductList/ProductGrid.js +30 -0
- package/ProductList/ProductGrid.js.map +1 -0
- package/ProductList/ProductImage.d.ts +12 -0
- package/ProductList/ProductImage.js +21 -0
- package/ProductList/ProductImage.js.map +1 -0
- package/ProductSpecifications/ProductSpecifications.d.ts +8 -0
- package/ProductSpecifications/ProductSpecifications.js +78 -0
- package/ProductSpecifications/ProductSpecifications.js.map +1 -0
- package/ScrollRestorationHandler/ScrollRestorationHandler.d.ts +8 -0
- package/ScrollRestorationHandler/ScrollRestorationHandler.js +17 -0
- package/ScrollRestorationHandler/ScrollRestorationHandler.js.map +1 -0
- package/ScrollRestorationHandler/index.d.ts +1 -0
- package/ScrollRestorationHandler/index.js +2 -0
- package/ScrollRestorationHandler/index.js.map +1 -0
- package/ScrollRestorationHandler/isInIgnoredRouteTypes.d.ts +8 -0
- package/ScrollRestorationHandler/isInIgnoredRouteTypes.js +8 -0
- package/ScrollRestorationHandler/isInIgnoredRouteTypes.js.map +1 -0
- package/ScrollRestorationHandler/useScrollRestore.d.ts +9 -0
- package/ScrollRestorationHandler/useScrollRestore.js +20 -0
- package/ScrollRestorationHandler/useScrollRestore.js.map +1 -0
- package/Search/SearchAutoCompleteContainer.d.ts +45 -0
- package/Search/SearchAutoCompleteContainer.js +172 -0
- package/Search/SearchAutoCompleteContainer.js.map +1 -0
- package/Search/SearchField.d.ts +26 -0
- package/Search/SearchField.js +98 -0
- package/Search/SearchField.js.map +1 -0
- package/Search/SearchPage/PageOf.d.ts +5 -0
- package/Search/SearchPage/PageOf.js +7 -0
- package/Search/SearchPage/PageOf.js.map +1 -0
- package/Search/SearchPage/SearchMeta.d.ts +16 -0
- package/Search/SearchPage/SearchMeta.js +20 -0
- package/Search/SearchPage/SearchMeta.js.map +1 -0
- package/Search/SearchPage/SearchPageBehaviour.d.ts +19 -0
- package/Search/SearchPage/SearchPageBehaviour.js +75 -0
- package/Search/SearchPage/SearchPageBehaviour.js.map +1 -0
- package/Search/SuggestedTerm.d.ts +16 -0
- package/Search/SuggestedTerm.js +35 -0
- package/Search/SuggestedTerm.js.map +1 -0
- package/Search/index.d.ts +1 -0
- package/Search/index.js +2 -0
- package/Search/index.js.map +1 -0
- package/Select/Components.d.ts +28 -0
- package/Select/Components.js +91 -0
- package/Select/Components.js.map +1 -0
- package/Select/SelectComponents/Quantity.d.ts +5 -0
- package/Select/SelectComponents/Quantity.js +8 -0
- package/Select/SelectComponents/Quantity.js.map +1 -0
- package/Select/index.d.ts +5 -0
- package/Select/index.js +2 -0
- package/Select/index.js.map +1 -0
- package/SortOrder/SortOrder.d.ts +16 -0
- package/SortOrder/SortOrder.js +33 -0
- package/SortOrder/SortOrder.js.map +1 -0
- package/SortOrder/SortOrderDropdown.d.ts +9 -0
- package/SortOrder/SortOrderDropdown.js +25 -0
- package/SortOrder/SortOrderDropdown.js.map +1 -0
- package/SortOrder/SortOrderList.d.ts +7 -0
- package/SortOrder/SortOrderList.js +17 -0
- package/SortOrder/SortOrderList.js.map +1 -0
- package/StartPageRenderer/StartPageRenderer.d.ts +17 -0
- package/StartPageRenderer/StartPageRenderer.js +52 -0
- package/StartPageRenderer/StartPageRenderer.js.map +1 -0
- package/StartPageRenderer/index.d.ts +1 -0
- package/StartPageRenderer/index.js +2 -0
- package/StartPageRenderer/index.js.map +1 -0
- package/Stock/StockStatusContainer.d.ts +21 -0
- package/Stock/StockStatusContainer.js +45 -0
- package/Stock/StockStatusContainer.js.map +1 -0
- package/Text/Text.d.ts +11 -0
- package/Text/Text.js +22 -0
- package/Text/Text.js.map +1 -0
- package/Text/index.d.ts +3 -0
- package/Text/index.js +4 -0
- package/Text/index.js.map +1 -0
- package/Theme/createTheme.d.ts +16 -0
- package/Theme/createTheme.js +5 -0
- package/Theme/createTheme.js.map +1 -0
- package/Theme/cssReset.d.ts +1 -0
- package/Theme/cssReset.js +160 -0
- package/Theme/cssReset.js.map +1 -0
- package/Theme/normalizeCss.d.ts +1 -0
- package/Theme/normalizeCss.js +357 -0
- package/Theme/normalizeCss.js.map +1 -0
- package/Theme/sanitizeCss.d.ts +1 -0
- package/Theme/sanitizeCss.js +572 -0
- package/Theme/sanitizeCss.js.map +1 -0
- package/WindowGrid/WindowGrid.d.ts +11 -0
- package/WindowGrid/WindowGrid.js +58 -0
- package/WindowGrid/WindowGrid.js.map +1 -0
- package/WindowGrid/index.d.ts +1 -0
- package/WindowGrid/index.js +2 -0
- package/WindowGrid/index.js.map +1 -0
- package/WindowGrid/useResizeObserver.d.ts +3 -0
- package/WindowGrid/useResizeObserver.js +14 -0
- package/WindowGrid/useResizeObserver.js.map +1 -0
- package/WindowGrid/useScrollWithWindow.d.ts +12 -0
- package/WindowGrid/useScrollWithWindow.js +39 -0
- package/WindowGrid/useScrollWithWindow.js.map +1 -0
- package/fuzzySearch/fuzzySearch.d.ts +8 -0
- package/fuzzySearch/fuzzySearch.js +43 -0
- package/fuzzySearch/fuzzySearch.js.map +1 -0
- package/fuzzySearch/index.d.ts +1 -0
- package/fuzzySearch/index.js +2 -0
- package/fuzzySearch/index.js.map +1 -0
- package/hooks/index.d.ts +2 -0
- package/hooks/index.js +3 -0
- package/hooks/index.js.map +1 -0
- package/hooks/useOnClickOutside.d.ts +6 -0
- package/hooks/useOnClickOutside.js +17 -0
- package/hooks/useOnClickOutside.js.map +1 -0
- package/hooks/useOnEsc.d.ts +4 -0
- package/hooks/useOnEsc.js +17 -0
- package/hooks/useOnEsc.js.map +1 -0
- package/package.json +3 -2
- package/utils/breakpoints.d.ts +23 -0
- package/utils/breakpoints.js +94 -0
- package/utils/breakpoints.js.map +1 -0
- package/utils/callAllEventHandlers.d.ts +5 -0
- package/utils/callAllEventHandlers.js +9 -0
- package/utils/callAllEventHandlers.js.map +1 -0
- package/utils/text.d.ts +1 -0
- package/utils/text.js +23 -0
- package/utils/text.js.map +1 -0
- package/utils/theme.d.ts +3 -0
- package/utils/theme.js +5 -0
- package/utils/theme.js.map +1 -0
- package/utils/useHoverIntent.d.ts +10 -0
- package/utils/useHoverIntent.js +78 -0
- package/utils/useHoverIntent.js.map +1 -0
- package/utils/usePropsOfType.d.ts +11 -0
- package/utils/usePropsOfType.js +18 -0
- package/utils/usePropsOfType.js.map +1 -0
- package/withFlightUI.d.ts +17 -0
- package/withFlightUI.js +20 -0
- package/withFlightUI.js.map +1 -0
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { css } from 'linaria';
|
|
2
|
+
css `
|
|
3
|
+
:global() {
|
|
4
|
+
html,
|
|
5
|
+
body,
|
|
6
|
+
div,
|
|
7
|
+
span,
|
|
8
|
+
applet,
|
|
9
|
+
object,
|
|
10
|
+
iframe,
|
|
11
|
+
h1,
|
|
12
|
+
h2,
|
|
13
|
+
h3,
|
|
14
|
+
h4,
|
|
15
|
+
h5,
|
|
16
|
+
h6,
|
|
17
|
+
p,
|
|
18
|
+
blockquote,
|
|
19
|
+
pre,
|
|
20
|
+
a,
|
|
21
|
+
abbr,
|
|
22
|
+
acronym,
|
|
23
|
+
address,
|
|
24
|
+
big,
|
|
25
|
+
cite,
|
|
26
|
+
code,
|
|
27
|
+
del,
|
|
28
|
+
dfn,
|
|
29
|
+
em,
|
|
30
|
+
img,
|
|
31
|
+
ins,
|
|
32
|
+
kbd,
|
|
33
|
+
q,
|
|
34
|
+
s,
|
|
35
|
+
samp,
|
|
36
|
+
small,
|
|
37
|
+
strike,
|
|
38
|
+
strong,
|
|
39
|
+
sub,
|
|
40
|
+
sup,
|
|
41
|
+
tt,
|
|
42
|
+
var,
|
|
43
|
+
b,
|
|
44
|
+
u,
|
|
45
|
+
i,
|
|
46
|
+
center,
|
|
47
|
+
dl,
|
|
48
|
+
dt,
|
|
49
|
+
dd,
|
|
50
|
+
ol,
|
|
51
|
+
ul,
|
|
52
|
+
li,
|
|
53
|
+
fieldset,
|
|
54
|
+
form,
|
|
55
|
+
label,
|
|
56
|
+
legend,
|
|
57
|
+
table,
|
|
58
|
+
caption,
|
|
59
|
+
tbody,
|
|
60
|
+
tfoot,
|
|
61
|
+
thead,
|
|
62
|
+
tr,
|
|
63
|
+
th,
|
|
64
|
+
td,
|
|
65
|
+
article,
|
|
66
|
+
aside,
|
|
67
|
+
canvas,
|
|
68
|
+
details,
|
|
69
|
+
embed,
|
|
70
|
+
figure,
|
|
71
|
+
figcaption,
|
|
72
|
+
footer,
|
|
73
|
+
header,
|
|
74
|
+
hgroup,
|
|
75
|
+
menu,
|
|
76
|
+
nav,
|
|
77
|
+
output,
|
|
78
|
+
ruby,
|
|
79
|
+
section,
|
|
80
|
+
summary,
|
|
81
|
+
time,
|
|
82
|
+
mark,
|
|
83
|
+
audio,
|
|
84
|
+
video,
|
|
85
|
+
button {
|
|
86
|
+
margin: 0;
|
|
87
|
+
padding: 0;
|
|
88
|
+
border: 0;
|
|
89
|
+
font-size: 100%;
|
|
90
|
+
font: inherit;
|
|
91
|
+
vertical-align: baseline;
|
|
92
|
+
}
|
|
93
|
+
/* HTML5 display-role reset for older browsers */
|
|
94
|
+
article,
|
|
95
|
+
aside,
|
|
96
|
+
details,
|
|
97
|
+
figcaption,
|
|
98
|
+
figure,
|
|
99
|
+
footer,
|
|
100
|
+
header,
|
|
101
|
+
hgroup,
|
|
102
|
+
menu,
|
|
103
|
+
nav,
|
|
104
|
+
section {
|
|
105
|
+
display: block;
|
|
106
|
+
}
|
|
107
|
+
body {
|
|
108
|
+
line-height: 1;
|
|
109
|
+
overflow-x: hidden;
|
|
110
|
+
}
|
|
111
|
+
ol,
|
|
112
|
+
ul {
|
|
113
|
+
list-style: none;
|
|
114
|
+
}
|
|
115
|
+
blockquote,
|
|
116
|
+
q {
|
|
117
|
+
quotes: none;
|
|
118
|
+
}
|
|
119
|
+
blockquote:before,
|
|
120
|
+
blockquote:after,
|
|
121
|
+
q:before,
|
|
122
|
+
q:after {
|
|
123
|
+
content: '';
|
|
124
|
+
content: none;
|
|
125
|
+
}
|
|
126
|
+
table {
|
|
127
|
+
border-collapse: collapse;
|
|
128
|
+
border-spacing: 0;
|
|
129
|
+
}
|
|
130
|
+
html,
|
|
131
|
+
body {
|
|
132
|
+
height: 100%;
|
|
133
|
+
font-family: '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"',
|
|
134
|
+
'"Roboto"', '"Oxygen"', '"Ubuntu"', '"Cantarell"', '"Fira Sans"',
|
|
135
|
+
'"Droid Sans"', '"Helvetica Neue"', 'sans-serif';
|
|
136
|
+
}
|
|
137
|
+
html,
|
|
138
|
+
body,
|
|
139
|
+
#root {
|
|
140
|
+
min-height: 100%;
|
|
141
|
+
}
|
|
142
|
+
#root {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: column;
|
|
145
|
+
}
|
|
146
|
+
button {
|
|
147
|
+
cursor: pointer;
|
|
148
|
+
}
|
|
149
|
+
input {
|
|
150
|
+
-webkit-appearance: none;
|
|
151
|
+
}
|
|
152
|
+
.ReactModal__Body--open {
|
|
153
|
+
overflow: hidden;
|
|
154
|
+
}
|
|
155
|
+
.ReactModal__Overlay--after-open {
|
|
156
|
+
overflow: scroll;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
`;
|
|
160
|
+
//# sourceMappingURL=cssReset.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cssReset.js","sourceRoot":"","sources":["cssReset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AAE9B,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6JF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import { css } from 'linaria';
|
|
2
|
+
css `
|
|
3
|
+
:global() {
|
|
4
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
5
|
+
|
|
6
|
+
/* Document
|
|
7
|
+
========================================================================== */
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* 1. Correct the line height in all browsers.
|
|
11
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
html {
|
|
15
|
+
line-height: 1.15; /* 1 */
|
|
16
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* Sections
|
|
20
|
+
========================================================================== */
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Remove the margin in all browsers.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
body {
|
|
27
|
+
margin: 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Render the 'main' element consistently in IE
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
main {
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Correct the font size and margin on 'h1' elements within 'section' and
|
|
40
|
+
* 'article' contexts in Chrome, Firefox, and Safari.
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
h1 {
|
|
44
|
+
font-size: 2em;
|
|
45
|
+
margin: 0.67em 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Grouping content
|
|
49
|
+
========================================================================== */
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* 1. Add the correct box sizing in Firefox.
|
|
53
|
+
* 2. Show the overflow in Edge and IE.
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
hr {
|
|
57
|
+
box-sizing: content-box; /* 1 */
|
|
58
|
+
height: 0; /* 1 */
|
|
59
|
+
overflow: visible; /* 2 */
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
64
|
+
* 2. Correct the odd 'em' font sizing in all browsers.
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
pre {
|
|
68
|
+
font-family: monospace, monospace; /* 1 */
|
|
69
|
+
font-size: 1em; /* 2 */
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/* Text-level semantics
|
|
73
|
+
========================================================================== */
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Remove the gray background on active links in IE 10.
|
|
77
|
+
*/
|
|
78
|
+
|
|
79
|
+
a {
|
|
80
|
+
background-color: transparent;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* 1. Remove the bottom border in Chrome 57-
|
|
85
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
abbr[title] {
|
|
89
|
+
border-bottom: none; /* 1 */
|
|
90
|
+
text-decoration: underline; /* 2 */
|
|
91
|
+
text-decoration: underline dotted; /* 2 */
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
96
|
+
*/
|
|
97
|
+
|
|
98
|
+
b,
|
|
99
|
+
strong {
|
|
100
|
+
font-weight: bolder;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
105
|
+
* 2. Correct the odd 'em' font sizing in all browsers.
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
code,
|
|
109
|
+
kbd,
|
|
110
|
+
samp {
|
|
111
|
+
font-family: monospace, monospace; /* 1 */
|
|
112
|
+
font-size: 1em; /* 2 */
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Add the correct font size in all browsers.
|
|
117
|
+
*/
|
|
118
|
+
|
|
119
|
+
small {
|
|
120
|
+
font-size: 80%;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Prevent 'sub' and 'sup' elements from affecting the line height in
|
|
125
|
+
* all browsers.
|
|
126
|
+
*/
|
|
127
|
+
|
|
128
|
+
sub,
|
|
129
|
+
sup {
|
|
130
|
+
font-size: 75%;
|
|
131
|
+
line-height: 0;
|
|
132
|
+
position: relative;
|
|
133
|
+
vertical-align: baseline;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
sub {
|
|
137
|
+
bottom: -0.25em;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
sup {
|
|
141
|
+
top: -0.5em;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/* Embedded content
|
|
145
|
+
========================================================================== */
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Remove the border on images inside links in IE 10.
|
|
149
|
+
*/
|
|
150
|
+
|
|
151
|
+
img {
|
|
152
|
+
border-style: none;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/* Forms
|
|
156
|
+
========================================================================== */
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* 1. Change the font styles in all browsers.
|
|
160
|
+
* 2. Remove the margin in Firefox and Safari.
|
|
161
|
+
*/
|
|
162
|
+
|
|
163
|
+
button,
|
|
164
|
+
input,
|
|
165
|
+
optgroup,
|
|
166
|
+
select,
|
|
167
|
+
textarea {
|
|
168
|
+
font-family: inherit; /* 1 */
|
|
169
|
+
font-size: 100%; /* 1 */
|
|
170
|
+
line-height: 1.15; /* 1 */
|
|
171
|
+
margin: 0; /* 2 */
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Show the overflow in IE.
|
|
176
|
+
* 1. Show the overflow in Edge.
|
|
177
|
+
*/
|
|
178
|
+
|
|
179
|
+
button,
|
|
180
|
+
input {
|
|
181
|
+
/* 1 */
|
|
182
|
+
overflow: visible;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
187
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
|
188
|
+
*/
|
|
189
|
+
|
|
190
|
+
button,
|
|
191
|
+
select {
|
|
192
|
+
/* 1 */
|
|
193
|
+
text-transform: none;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
|
198
|
+
*/
|
|
199
|
+
|
|
200
|
+
button,
|
|
201
|
+
[type='button'],
|
|
202
|
+
[type='reset'],
|
|
203
|
+
[type='submit'] {
|
|
204
|
+
-webkit-appearance: button;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Remove the inner border and padding in Firefox.
|
|
209
|
+
*/
|
|
210
|
+
|
|
211
|
+
button::-moz-focus-inner,
|
|
212
|
+
[type='button']::-moz-focus-inner,
|
|
213
|
+
[type='reset']::-moz-focus-inner,
|
|
214
|
+
[type='submit']::-moz-focus-inner {
|
|
215
|
+
border-style: none;
|
|
216
|
+
padding: 0;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Restore the focus styles unset by the previous rule.
|
|
221
|
+
*/
|
|
222
|
+
|
|
223
|
+
button:-moz-focusring,
|
|
224
|
+
[type='button']:-moz-focusring,
|
|
225
|
+
[type='reset']:-moz-focusring,
|
|
226
|
+
[type='submit']:-moz-focusring {
|
|
227
|
+
outline: 1px dotted ButtonText;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Correct the padding in Firefox.
|
|
232
|
+
*/
|
|
233
|
+
|
|
234
|
+
fieldset {
|
|
235
|
+
padding: 0.35em 0.75em 0.625em;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* 1. Correct the text wrapping in Edge and IE.
|
|
240
|
+
* 2. Correct the color inheritance from 'fieldset' elements in IE.
|
|
241
|
+
* 3. Remove the padding so developers are not caught out when they zero out
|
|
242
|
+
* 'fieldset' elements in all browsers.
|
|
243
|
+
*/
|
|
244
|
+
|
|
245
|
+
legend {
|
|
246
|
+
box-sizing: border-box; /* 1 */
|
|
247
|
+
color: inherit; /* 2 */
|
|
248
|
+
display: table; /* 1 */
|
|
249
|
+
max-width: 100%; /* 1 */
|
|
250
|
+
padding: 0; /* 3 */
|
|
251
|
+
white-space: normal; /* 1 */
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
256
|
+
*/
|
|
257
|
+
|
|
258
|
+
progress {
|
|
259
|
+
vertical-align: baseline;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Remove the default vertical scrollbar in IE 10+.
|
|
264
|
+
*/
|
|
265
|
+
|
|
266
|
+
textarea {
|
|
267
|
+
overflow: auto;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* 1. Add the correct box sizing in IE 10.
|
|
272
|
+
* 2. Remove the padding in IE 10.
|
|
273
|
+
*/
|
|
274
|
+
|
|
275
|
+
[type='checkbox'],
|
|
276
|
+
[type='radio'] {
|
|
277
|
+
box-sizing: border-box; /* 1 */
|
|
278
|
+
padding: 0; /* 2 */
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
283
|
+
*/
|
|
284
|
+
|
|
285
|
+
[type='number']::-webkit-inner-spin-button,
|
|
286
|
+
[type='number']::-webkit-outer-spin-button {
|
|
287
|
+
height: auto;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
|
292
|
+
* 2. Correct the outline style in Safari.
|
|
293
|
+
*/
|
|
294
|
+
|
|
295
|
+
[type='search'] {
|
|
296
|
+
-webkit-appearance: textfield; /* 1 */
|
|
297
|
+
outline-offset: -2px; /* 2 */
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
|
302
|
+
*/
|
|
303
|
+
|
|
304
|
+
[type='search']::-webkit-search-decoration {
|
|
305
|
+
-webkit-appearance: none;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
310
|
+
* 2. Change font properties to 'inherit' in Safari.
|
|
311
|
+
*/
|
|
312
|
+
|
|
313
|
+
::-webkit-file-upload-button {
|
|
314
|
+
-webkit-appearance: button; /* 1 */
|
|
315
|
+
font: inherit; /* 2 */
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/* Interactive
|
|
319
|
+
========================================================================== */
|
|
320
|
+
|
|
321
|
+
/*
|
|
322
|
+
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
323
|
+
*/
|
|
324
|
+
|
|
325
|
+
details {
|
|
326
|
+
display: block;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/*
|
|
330
|
+
* Add the correct display in all browsers.
|
|
331
|
+
*/
|
|
332
|
+
|
|
333
|
+
summary {
|
|
334
|
+
display: list-item;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
/* Misc
|
|
338
|
+
========================================================================== */
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* Add the correct display in IE 10+.
|
|
342
|
+
*/
|
|
343
|
+
|
|
344
|
+
template {
|
|
345
|
+
display: none;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* Add the correct display in IE 10.
|
|
350
|
+
*/
|
|
351
|
+
|
|
352
|
+
[hidden] {
|
|
353
|
+
display: none;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
`;
|
|
357
|
+
//# sourceMappingURL=normalizeCss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalizeCss.js","sourceRoot":"","sources":["normalizeCss.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AAE9B,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkWF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|