@hopper-ui/components 1.0.4 → 1.0.6
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 +13 -0
- package/README.md +3 -0
- package/dist/Avatar/src/AnonymousAvatar.css +69 -0
- package/dist/Avatar/src/AnonymousAvatar.d.ts +29 -0
- package/dist/Avatar/src/AnonymousAvatar.js +7 -0
- package/dist/Avatar/src/Avatar.css +265 -0
- package/dist/Avatar/src/Avatar.d.ts +60 -0
- package/dist/Avatar/src/Avatar.js +11 -0
- package/dist/Avatar/src/AvatarContext.d.ts +12 -0
- package/dist/Avatar/src/AvatarContext.js +2 -0
- package/dist/Avatar/src/DeletedAvatar.css +69 -0
- package/dist/Avatar/src/DeletedAvatar.d.ts +29 -0
- package/dist/Avatar/src/DeletedAvatar.js +7 -0
- package/dist/Avatar/src/RichIconAvatarImage.css +69 -0
- package/dist/Avatar/src/RichIconAvatarImage.d.ts +32 -0
- package/dist/Avatar/src/RichIconAvatarImage.js +5 -0
- package/dist/Avatar/src/RichIconAvatarImageContext.d.ts +14 -0
- package/dist/Avatar/src/RichIconAvatarImageContext.js +2 -0
- package/dist/Avatar/src/index.css +265 -0
- package/dist/Avatar/src/index.d.ts +14 -0
- package/dist/Avatar/src/index.js +13 -0
- package/dist/Avatar/src/useImageFallback.d.ts +34 -0
- package/dist/Avatar/src/useImageFallback.js +2 -0
- package/dist/{badge → Badge}/src/Badge.css +11 -11
- package/dist/{badge → Badge}/src/Badge.d.ts +1 -1
- package/dist/{badge → Badge}/src/Badge.js +4 -3
- package/dist/Badge/src/BadgeContext.js +2 -0
- package/dist/{badge → Badge}/src/index.css +11 -11
- package/dist/{badge → Badge}/src/index.js +4 -3
- package/dist/{chip → Chip}/src/Chip.css +34 -34
- package/dist/{chip → Chip}/src/Chip.js +6 -6
- package/dist/Chip/src/ChipContext.js +2 -0
- package/dist/{chip → Chip}/src/index.css +34 -34
- package/dist/{chip → Chip}/src/index.js +6 -6
- package/dist/Divider/src/Divider.css +32 -0
- package/dist/Divider/src/Divider.d.ts +15 -0
- package/dist/Divider/src/Divider.js +4 -0
- package/dist/Divider/src/DividerContext.d.ts +8 -0
- package/dist/Divider/src/DividerContext.js +2 -0
- package/dist/Divider/src/index.css +32 -0
- package/dist/Divider/src/index.d.ts +5 -0
- package/dist/Divider/src/index.js +4 -0
- package/dist/{errorMessage → ErrorMessage}/src/ErrorMessage.css +12 -12
- package/dist/{errorMessage → ErrorMessage}/src/ErrorMessage.js +5 -5
- package/dist/ErrorMessage/src/ErrorMessageContext.js +2 -0
- package/dist/{errorMessage → ErrorMessage}/src/index.css +12 -12
- package/dist/{errorMessage → ErrorMessage}/src/index.js +5 -5
- package/dist/Header/src/Header.d.ts +17 -0
- package/dist/Header/src/Header.js +3 -0
- package/dist/Header/src/HeaderContext.d.ts +10 -0
- package/dist/Header/src/HeaderContext.js +2 -0
- package/dist/Header/src/index.d.ts +7 -0
- package/dist/Header/src/index.js +3 -0
- package/dist/{helperMessage → HelperMessage}/src/HelperMessage.css +12 -12
- package/dist/{helperMessage → HelperMessage}/src/HelperMessage.js +5 -5
- package/dist/HelperMessage/src/HelperMessageContext.js +2 -0
- package/dist/{helperMessage → HelperMessage}/src/index.css +12 -12
- package/dist/{helperMessage → HelperMessage}/src/index.js +5 -5
- package/dist/HopperProvider/src/HopperProvider.d.ts +1 -1
- package/dist/HopperProvider/src/HopperProvider.js +1 -1
- package/dist/HopperProvider/src/index.js +1 -1
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +2 -2
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +2 -2
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +1434 -0
- package/dist/ListBox/src/ListBox.d.ts +48 -0
- package/dist/ListBox/src/ListBox.js +34 -0
- package/dist/ListBox/src/ListBoxContext.d.ts +10 -0
- package/dist/ListBox/src/ListBoxContext.js +2 -0
- package/dist/ListBox/src/ListBoxItem.css +1297 -0
- package/dist/ListBox/src/ListBoxItem.d.ts +39 -0
- package/dist/ListBox/src/ListBoxItem.js +27 -0
- package/dist/ListBox/src/ListBoxItemContext.d.ts +9 -0
- package/dist/ListBox/src/ListBoxItemContext.js +2 -0
- package/dist/ListBox/src/ListBoxItemSkeleton.css +56 -0
- package/dist/ListBox/src/ListBoxItemSkeleton.d.ts +23 -0
- package/dist/ListBox/src/ListBoxItemSkeleton.js +4 -0
- package/dist/ListBox/src/ListBoxItemSkeletonContext.d.ts +10 -0
- package/dist/ListBox/src/ListBoxItemSkeletonContext.js +2 -0
- package/dist/ListBox/src/index.css +1434 -0
- package/dist/ListBox/src/index.d.ts +8 -0
- package/dist/ListBox/src/index.js +34 -0
- package/dist/ListBox/src/useLoadOnScroll.d.ts +16 -0
- package/dist/ListBox/src/useLoadOnScroll.js +2 -0
- package/dist/Section/src/Section.d.ts +19 -0
- package/dist/Section/src/Section.js +3 -0
- package/dist/Section/src/SectionContext.d.ts +9 -0
- package/dist/Section/src/SectionContext.js +2 -0
- package/dist/Section/src/index.d.ts +6 -0
- package/dist/Section/src/index.js +3 -0
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +3 -3
- package/dist/buttons/src/Button.css +103 -103
- package/dist/buttons/src/Button.d.ts +2 -2
- package/dist/buttons/src/Button.js +12 -12
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +3 -3
- package/dist/buttons/src/ClearButton.css +12 -12
- package/dist/buttons/src/ClearButton.js +4 -4
- package/dist/buttons/src/EmbeddedButton.css +12 -12
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/index.css +126 -126
- package/dist/buttons/src/index.js +16 -16
- package/dist/checkbox/src/Checkbox.css +81 -96
- package/dist/checkbox/src/Checkbox.d.ts +3 -1
- package/dist/checkbox/src/Checkbox.js +6 -6
- package/dist/checkbox/src/CheckboxContext.d.ts +2 -0
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxGroup.css +118 -133
- package/dist/checkbox/src/CheckboxGroup.js +4 -4
- package/dist/checkbox/src/index.css +118 -133
- package/dist/checkbox/src/index.js +10 -10
- package/dist/{chunk-BGESEKEN.js → chunk-2XUHTPCX.js} +13 -7
- package/dist/{chunk-FGDSWA7S.js → chunk-37NW34QM.js} +5 -5
- package/dist/{chunk-F7HR3VI4.js → chunk-3A6TTZAA.js} +2 -2
- package/dist/{chunk-LSVXKVG4.js → chunk-3LH2JHUO.js} +4 -4
- package/dist/{chunk-ZAJJD5FY.js → chunk-4JAV3FIH.js} +6 -6
- package/dist/chunk-4TXFHYHL.js +52 -0
- package/dist/{chunk-OMBQ3J4O.js → chunk-53FHDOG7.js} +13 -7
- package/dist/chunk-5H5AZJPQ.js +7 -0
- package/dist/{chunk-WTKIUAHI.js → chunk-632B5YBQ.js} +1 -1
- package/dist/{chunk-XSASR6CK.js → chunk-6QMIRVLY.js} +2 -2
- package/dist/chunk-7JOGKC3W.js +7 -0
- package/dist/chunk-AES7QBQE.js +7 -0
- package/dist/chunk-BC5A7RHI.js +1260 -0
- package/dist/{chunk-HDYG2F3D.js → chunk-BKC74M6Y.js} +3 -3
- package/dist/{chunk-ZSFJVMJN.js → chunk-CQDLZ42T.js} +1 -1
- package/dist/chunk-E4ALW4MZ.js +250 -0
- package/dist/chunk-E4WFKXW4.js +161 -0
- package/dist/{chunk-PEPKE5SW.js → chunk-F2URSFJA.js} +5 -5
- package/dist/{chunk-ACVMW6YD.js → chunk-FAE27DLF.js} +1 -1
- package/dist/chunk-FYIHMKHI.js +7 -0
- package/dist/{chunk-Y7XWWUMU.js → chunk-G242LPQE.js} +2 -2
- package/dist/chunk-GFHBDUJD.js +17 -0
- package/dist/{chunk-2CKDJG6R.js → chunk-HR25MLRP.js} +1 -1
- package/dist/{chunk-ESVVLTEN.js → chunk-HZKFQ33E.js} +1 -1
- package/dist/chunk-I4VPBQI7.js +7 -0
- package/dist/chunk-ITQK6JTD.js +81 -0
- package/dist/chunk-J33IFG4U.js +46 -0
- package/dist/chunk-J53HGLCT.js +49 -0
- package/dist/{chunk-PDYU6DNF.js → chunk-JRDN364E.js} +5 -5
- package/dist/chunk-JTNMFPM4.js +41 -0
- package/dist/chunk-JUMJ6A3K.js +46 -0
- package/dist/chunk-JWW56J7M.js +7 -0
- package/dist/{chunk-BCHUEONM.js → chunk-K4ZGI7DJ.js} +1 -1
- package/dist/chunk-L5A2UTQV.js +43 -0
- package/dist/{chunk-6MSYEF4W.js → chunk-MED2BIDV.js} +2 -2
- package/dist/{chunk-QJBQRYJS.js → chunk-MVRI6GLQ.js} +3 -3
- package/dist/{chunk-Z3ID4UEE.js → chunk-N77LTZ4U.js} +3 -15
- package/dist/{chunk-ANVMQBBG.js → chunk-NMKBUGSO.js} +12 -1
- package/dist/chunk-NS3XVOQ7.js +53 -0
- package/dist/chunk-O5PTD6IN.js +41 -0
- package/dist/{chunk-5GRWAXTT.js → chunk-OHB5QR5P.js} +2 -2
- package/dist/chunk-OKZYR4RF.js +7 -0
- package/dist/{chunk-GBABMUAI.js → chunk-P5CWOV3L.js} +3 -3
- package/dist/{chunk-RCFB4SN4.js → chunk-QBCCF2C2.js} +6 -6
- package/dist/chunk-RA7PM75O.js +142 -0
- package/dist/{chunk-TSXPLL55.js → chunk-RCX5B3S3.js} +4 -4
- package/dist/{chunk-WGDP4ECF.js → chunk-RG4JKE4N.js} +3 -3
- package/dist/{chunk-LRXYIR2A.js → chunk-SOSHKMNI.js} +6 -5
- package/dist/chunk-UIEP5BA5.js +7 -0
- package/dist/{chunk-DZTMUFVC.js → chunk-V5GOY6TV.js} +2 -2
- package/dist/{chunk-Y3L6TPP3.js → chunk-XGKPMLYD.js} +8 -8
- package/dist/{chunk-N745TDH5.js → chunk-XRC7XE6B.js} +2 -2
- package/dist/chunk-Y2POLIXK.js +7 -0
- package/dist/{chunk-H6CDFWVR.js → chunk-ZOTVZM6F.js} +6 -2
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/inputs/src/InputGroup.css +12 -12
- package/dist/inputs/src/InputGroup.js +2 -2
- package/dist/inputs/src/PasswordField.css +1340 -570
- package/dist/inputs/src/PasswordField.js +80 -164
- package/dist/inputs/src/SearchField.css +1325 -576
- package/dist/inputs/src/SearchField.d.ts +2 -2
- package/dist/inputs/src/SearchField.js +80 -164
- package/dist/inputs/src/TextField.css +1337 -571
- package/dist/inputs/src/TextField.js +79 -56
- package/dist/inputs/src/index.css +1237 -471
- package/dist/inputs/src/index.d.ts +4 -0
- package/dist/inputs/src/index.js +79 -56
- package/dist/layout/src/Grid.d.ts +2 -22
- package/dist/layout/src/Grid.js +1 -1
- package/dist/layout/src/grid-helpers.d.ts +24 -0
- package/dist/layout/src/grid-helpers.js +2 -0
- package/dist/overlays/Popover/src/Popover.css +1480 -639
- package/dist/overlays/Popover/src/Popover.d.ts +5 -6
- package/dist/overlays/Popover/src/Popover.js +80 -54
- package/dist/overlays/Popover/src/PopoverContext.d.ts +1 -2
- package/dist/overlays/Popover/src/PopoverTrigger.d.ts +8 -0
- package/dist/overlays/Popover/src/PopoverTrigger.js +2 -0
- package/dist/overlays/Popover/src/index.css +1480 -639
- package/dist/overlays/Popover/src/index.d.ts +3 -2
- package/dist/overlays/Popover/src/index.js +80 -54
- package/dist/radio/src/Radio.css +69 -81
- package/dist/radio/src/Radio.d.ts +3 -1
- package/dist/radio/src/Radio.js +6 -6
- package/dist/radio/src/RadioContext.d.ts +2 -0
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +4 -4
- package/dist/radio/src/RadioGroup.css +106 -118
- package/dist/radio/src/RadioGroup.js +5 -5
- package/dist/radio/src/index.css +106 -118
- package/dist/radio/src/index.js +11 -11
- package/dist/switch/src/Switch.css +27 -28
- package/dist/switch/src/Switch.js +6 -6
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +33 -34
- package/dist/switch/src/index.js +7 -7
- package/dist/tag/src/Tag.css +1550 -633
- package/dist/tag/src/Tag.js +80 -52
- package/dist/tag/src/TagGroup.css +30 -30
- package/dist/tag/src/TagGroup.js +5 -5
- package/dist/tag/src/index.css +1550 -633
- package/dist/tag/src/index.js +80 -52
- package/dist/typography/Heading/src/Heading.css +1439 -522
- package/dist/typography/Heading/src/Heading.js +80 -52
- package/dist/typography/Heading/src/index.css +1439 -522
- package/dist/typography/Heading/src/index.js +80 -52
- package/dist/typography/Label/src/Label.css +9 -9
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +9 -9
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +6 -6
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +3 -3
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +3 -3
- package/dist/utils/src/index.d.ts +1 -1
- package/dist/utils/src/index.js +3 -3
- package/dist/utils/src/types.d.ts +16 -1
- package/package.json +5 -4
- package/dist/badge/src/BadgeContext.js +0 -2
- package/dist/chip/src/ChipContext.js +0 -2
- package/dist/chunk-CPWTHZGJ.js +0 -156
- package/dist/chunk-LJXTJRSB.js +0 -1
- package/dist/chunk-SWMFTL46.js +0 -373
- package/dist/chunk-TR7YX3IZ.js +0 -96
- package/dist/errorMessage/src/ErrorMessageContext.js +0 -2
- package/dist/helperMessage/src/HelperMessageContext.js +0 -2
- /package/dist/{badge → Badge}/src/BadgeContext.d.ts +0 -0
- /package/dist/{badge → Badge}/src/index.d.ts +0 -0
- /package/dist/{chip → Chip}/src/Chip.d.ts +0 -0
- /package/dist/{chip → Chip}/src/ChipContext.d.ts +0 -0
- /package/dist/{chip → Chip}/src/index.d.ts +0 -0
- /package/dist/{errorMessage → ErrorMessage}/src/ErrorMessage.d.ts +0 -0
- /package/dist/{errorMessage → ErrorMessage}/src/ErrorMessageContext.d.ts +0 -0
- /package/dist/{errorMessage → ErrorMessage}/src/index.d.ts +0 -0
- /package/dist/{helperMessage → HelperMessage}/src/HelperMessage.d.ts +0 -0
- /package/dist/{helperMessage → HelperMessage}/src/HelperMessageContext.d.ts +0 -0
- /package/dist/{helperMessage → HelperMessage}/src/index.d.ts +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, ListBox, ListBoxProps } from './ListBox.js';
|
|
2
|
+
export { ListBoxContext } from './ListBoxContext.js';
|
|
3
|
+
export { GlobalListBoxItemCssSelector, ListBoxItem, ListBoxItemProps, ListBoxItemSize } from './ListBoxItem.js';
|
|
4
|
+
export { ListBoxItemContext } from './ListBoxItemContext.js';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import '@hopper-ui/styled-system';
|
|
7
|
+
import 'react';
|
|
8
|
+
import 'react-aria-components';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, _ListBox as ListBox } from '../../chunk-RA7PM75O.js';
|
|
2
|
+
import '../../chunk-TIPN4VYD.js';
|
|
3
|
+
import '../../chunk-JTNMFPM4.js';
|
|
4
|
+
import '../../chunk-5H5AZJPQ.js';
|
|
5
|
+
export { ListBoxContext } from '../../chunk-UIEP5BA5.js';
|
|
6
|
+
export { GlobalListBoxItemCssSelector, _ListBoxItem as ListBoxItem } from '../../chunk-E4ALW4MZ.js';
|
|
7
|
+
import '../../chunk-JRDN364E.js';
|
|
8
|
+
import '../../chunk-DGLAGYBD.js';
|
|
9
|
+
import '../../chunk-5MBJWRZD.js';
|
|
10
|
+
import '../../chunk-NKHMUPAP.js';
|
|
11
|
+
import '../../chunk-A7TZHALP.js';
|
|
12
|
+
import '../../chunk-2XUHTPCX.js';
|
|
13
|
+
import '../../chunk-FU5CCPLP.js';
|
|
14
|
+
import '../../chunk-53FHDOG7.js';
|
|
15
|
+
import '../../chunk-2EAZPH3M.js';
|
|
16
|
+
import '../../chunk-ZOTVZM6F.js';
|
|
17
|
+
import '../../chunk-QCA3ZR56.js';
|
|
18
|
+
export { ListBoxItemContext } from '../../chunk-Y2POLIXK.js';
|
|
19
|
+
import '../../chunk-4TXFHYHL.js';
|
|
20
|
+
import '../../chunk-OKZYR4RF.js';
|
|
21
|
+
import '../../chunk-65JPI4FL.js';
|
|
22
|
+
import '../../chunk-FAE27DLF.js';
|
|
23
|
+
import '../../chunk-7JOGKC3W.js';
|
|
24
|
+
import '../../chunk-HZKFQ33E.js';
|
|
25
|
+
import '../../chunk-CQDLZ42T.js';
|
|
26
|
+
import '../../chunk-ZWU6DRRZ.js';
|
|
27
|
+
import '../../chunk-DHVVYSLB.js';
|
|
28
|
+
import '../../chunk-FYIHMKHI.js';
|
|
29
|
+
import '../../chunk-RG4JKE4N.js';
|
|
30
|
+
import '../../chunk-X6SER3TZ.js';
|
|
31
|
+
import '../../chunk-HXI3MEEK.js';
|
|
32
|
+
import '../../chunk-M36KANKC.js';
|
|
33
|
+
import '../../chunk-KVDXQMWI.js';
|
|
34
|
+
import '../../chunk-2P3A4VVY.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
|
|
3
|
+
interface LoadOnScrollProps {
|
|
4
|
+
/** Whether data is currently being loaded. */
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
/** Handler that is called when more items should be loaded, e.g. while scrolling near the bottom. */
|
|
7
|
+
onLoadMore?: () => void;
|
|
8
|
+
/**
|
|
9
|
+
* The amount of offset (in pixels) from the bottom of your scrollable region that should trigger load more.
|
|
10
|
+
* @default 5
|
|
11
|
+
*/
|
|
12
|
+
scrollOffset?: number;
|
|
13
|
+
}
|
|
14
|
+
declare function useLoadOnScroll(props: LoadOnScrollProps, ref: RefObject<HTMLElement | null>): () => void;
|
|
15
|
+
|
|
16
|
+
export { type LoadOnScrollProps, useLoadOnScroll };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { StyledComponentProps } from '@hopper-ui/styled-system';
|
|
3
|
+
import { ForwardedRef } from 'react';
|
|
4
|
+
import { SectionProps as SectionProps$1 } from 'react-aria-components';
|
|
5
|
+
|
|
6
|
+
declare const GlobalSectionCssSelector = "hop-Section";
|
|
7
|
+
interface SectionProps<T> extends StyledComponentProps<SectionProps$1<T>> {
|
|
8
|
+
}
|
|
9
|
+
declare function Section<T extends object>(props: SectionProps<T>, ref: ForwardedRef<HTMLElement>): react_jsx_runtime.JSX.Element;
|
|
10
|
+
/**
|
|
11
|
+
* A Section serves as a versatile container component, encapsulating an HTML section element to facilitate the organization and grouping of content.
|
|
12
|
+
*
|
|
13
|
+
* [View Documentation](TODO)
|
|
14
|
+
*/
|
|
15
|
+
declare const _Section: <T>(props: SectionProps<T> & {
|
|
16
|
+
ref?: ForwardedRef<HTMLDivElement>;
|
|
17
|
+
}) => ReturnType<typeof Section>;
|
|
18
|
+
|
|
19
|
+
export { GlobalSectionCssSelector, _Section as Section, type SectionProps };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SectionProps } from './Section.js';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { ContextValue } from 'react-aria-components';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import '@hopper-ui/styled-system';
|
|
6
|
+
|
|
7
|
+
declare const SectionContext: react.Context<ContextValue<SectionProps<any>, HTMLElement>>;
|
|
8
|
+
|
|
9
|
+
export { SectionContext };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
2
|
-
.Label-module__hop-
|
|
2
|
+
.Label-module__hop-Label___mLBaa {
|
|
3
3
|
--hop-Label-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Label-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Label-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Label-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Label-module__hop-
|
|
32
|
+
:where(.Label-module__hop-Label___mLBaa) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Label-module__hop-Label--
|
|
38
|
+
:where(.Label-module__hop-Label--xs___SooLf) {
|
|
39
39
|
--font-size: var(--hop-Label-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Label-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Label-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Label-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Label-module__hop-Label--
|
|
44
|
+
:where(.Label-module__hop-Label--sm___0IFHf) {
|
|
45
45
|
--font-size: var(--hop-Label-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Label-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Label-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Label-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Label-module__hop-Label--
|
|
50
|
+
:where(.Label-module__hop-Label--md___OwSmD) {
|
|
51
51
|
--font-size: var(--hop-Label-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Label-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Label-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Label-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Label-module__hop-Label--
|
|
56
|
+
:where(.Label-module__hop-Label--lg___NtQQ0) {
|
|
57
57
|
--font-size: var(--hop-Label-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Label-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Label-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Label-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Label-module__hop-Label--
|
|
62
|
+
:where(.Label-module__hop-Label--xl___-Hdm9) {
|
|
63
63
|
--font-size: var(--hop-Label-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Label-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Label-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Label-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Label-module__hop-Label--
|
|
68
|
+
:where(.Label-module__hop-Label--2xl___Ulb-V) {
|
|
69
69
|
--font-size: var(--hop-Label-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Label-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Label-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Label-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Label-module__hop-Label--
|
|
74
|
+
:where(.Label-module__hop-Label--inherit___K1Xcp) {
|
|
75
75
|
--font-size: var(--hop-Label-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Label-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Label-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Spinner/src/Spinner.module.css/#css-module-data */
|
|
82
|
-
@keyframes Spinner-
|
|
82
|
+
@keyframes Spinner-module__spin___Z5UnU {
|
|
83
83
|
0% {
|
|
84
84
|
transform: rotate(0deg);
|
|
85
85
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
transform: rotate(360deg);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.Spinner-module__hop-
|
|
90
|
+
.Spinner-module__hop-Spinner___LbEMh {
|
|
91
91
|
--hop-Spinner-border-radius: var(--hop-shape-circle);
|
|
92
92
|
--hop-Spinner-sm-wheel-size: 1rem;
|
|
93
93
|
--hop-Spinner-md-wheel-size: 1.25rem;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
--hop-Spinner-track-width: 0.125rem;
|
|
96
96
|
--hop-Spinner-track-opacity: 0.2;
|
|
97
97
|
--hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
|
|
98
|
-
--hop-Spinner-fill-animation: Spinner-
|
|
98
|
+
--hop-Spinner-fill-animation: Spinner-module__spin___Z5UnU .8s infinite linear;
|
|
99
99
|
--hop-Spinner-fill-animation-reduced-motion-duration: 2s;
|
|
100
100
|
--hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
|
|
101
101
|
--hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
align-items: center;
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
}
|
|
109
|
-
.Spinner-module__hop-Spinner--
|
|
109
|
+
.Spinner-module__hop-Spinner--sm___peiQV {
|
|
110
110
|
--width: var(--hop-Spinner-sm-wheel-size);
|
|
111
111
|
--height: var(--hop-Spinner-sm-wheel-size);
|
|
112
112
|
}
|
|
113
|
-
.Spinner-module__hop-Spinner--
|
|
113
|
+
.Spinner-module__hop-Spinner--md___8fE20 {
|
|
114
114
|
--width: var(--hop-Spinner-md-wheel-size);
|
|
115
115
|
--height: var(--hop-Spinner-md-wheel-size);
|
|
116
116
|
}
|
|
117
|
-
.Spinner-module__hop-Spinner--
|
|
117
|
+
.Spinner-module__hop-Spinner--lg___3UVCZ {
|
|
118
118
|
--width: var(--hop-Spinner-lg-wheel-size);
|
|
119
119
|
--height: var(--hop-Spinner-lg-wheel-size);
|
|
120
120
|
}
|
|
121
|
-
.Spinner-module__hop-
|
|
121
|
+
.Spinner-module__hop-Spinner__track___tZuJb {
|
|
122
122
|
grid-area: spinner;
|
|
123
123
|
box-sizing: border-box;
|
|
124
124
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
border: var(--hop-Spinner-track-border);
|
|
128
128
|
border-radius: var(--hop-Spinner-border-radius);
|
|
129
129
|
}
|
|
130
|
-
.Spinner-module__hop-
|
|
130
|
+
.Spinner-module__hop-Spinner__fill___EVNJP {
|
|
131
131
|
grid-area: spinner;
|
|
132
132
|
box-sizing: border-box;
|
|
133
133
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
animation: var(--hop-Spinner-fill-animation);
|
|
139
139
|
}
|
|
140
140
|
@media (prefers-reduced-motion: reduce) {
|
|
141
|
-
.Spinner-module__hop-
|
|
141
|
+
.Spinner-module__hop-Spinner__fill___EVNJP {
|
|
142
142
|
animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
|
-
.Spinner-module__hop-
|
|
145
|
+
.Spinner-module__hop-Spinner__label___nM4Dw {
|
|
146
146
|
grid-area: label;
|
|
147
147
|
margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
|
|
148
148
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-QCA3ZR56.js';
|
|
1
|
+
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-G242LPQE.js';
|
|
2
|
+
import '../../chunk-HR25MLRP.js';
|
|
4
3
|
import '../../chunk-4ZYV2XLW.js';
|
|
4
|
+
import '../../chunk-QCA3ZR56.js';
|
|
5
5
|
import '../../chunk-65JPI4FL.js';
|
|
6
6
|
import '../../chunk-KVDXQMWI.js';
|
|
7
7
|
import '../../chunk-2P3A4VVY.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
2
|
-
.Label-module__hop-
|
|
2
|
+
.Label-module__hop-Label___mLBaa {
|
|
3
3
|
--hop-Label-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Label-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Label-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Label-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Label-module__hop-
|
|
32
|
+
:where(.Label-module__hop-Label___mLBaa) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Label-module__hop-Label--
|
|
38
|
+
:where(.Label-module__hop-Label--xs___SooLf) {
|
|
39
39
|
--font-size: var(--hop-Label-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Label-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Label-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Label-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Label-module__hop-Label--
|
|
44
|
+
:where(.Label-module__hop-Label--sm___0IFHf) {
|
|
45
45
|
--font-size: var(--hop-Label-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Label-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Label-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Label-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Label-module__hop-Label--
|
|
50
|
+
:where(.Label-module__hop-Label--md___OwSmD) {
|
|
51
51
|
--font-size: var(--hop-Label-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Label-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Label-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Label-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Label-module__hop-Label--
|
|
56
|
+
:where(.Label-module__hop-Label--lg___NtQQ0) {
|
|
57
57
|
--font-size: var(--hop-Label-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Label-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Label-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Label-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Label-module__hop-Label--
|
|
62
|
+
:where(.Label-module__hop-Label--xl___-Hdm9) {
|
|
63
63
|
--font-size: var(--hop-Label-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Label-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Label-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Label-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Label-module__hop-Label--
|
|
68
|
+
:where(.Label-module__hop-Label--2xl___Ulb-V) {
|
|
69
69
|
--font-size: var(--hop-Label-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Label-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Label-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Label-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Label-module__hop-Label--
|
|
74
|
+
:where(.Label-module__hop-Label--inherit___K1Xcp) {
|
|
75
75
|
--font-size: var(--hop-Label-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Label-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Label-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Spinner/src/Spinner.module.css/#css-module-data */
|
|
82
|
-
@keyframes Spinner-
|
|
82
|
+
@keyframes Spinner-module__spin___Z5UnU {
|
|
83
83
|
0% {
|
|
84
84
|
transform: rotate(0deg);
|
|
85
85
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
transform: rotate(360deg);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.Spinner-module__hop-
|
|
90
|
+
.Spinner-module__hop-Spinner___LbEMh {
|
|
91
91
|
--hop-Spinner-border-radius: var(--hop-shape-circle);
|
|
92
92
|
--hop-Spinner-sm-wheel-size: 1rem;
|
|
93
93
|
--hop-Spinner-md-wheel-size: 1.25rem;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
--hop-Spinner-track-width: 0.125rem;
|
|
96
96
|
--hop-Spinner-track-opacity: 0.2;
|
|
97
97
|
--hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
|
|
98
|
-
--hop-Spinner-fill-animation: Spinner-
|
|
98
|
+
--hop-Spinner-fill-animation: Spinner-module__spin___Z5UnU .8s infinite linear;
|
|
99
99
|
--hop-Spinner-fill-animation-reduced-motion-duration: 2s;
|
|
100
100
|
--hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
|
|
101
101
|
--hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
align-items: center;
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
}
|
|
109
|
-
.Spinner-module__hop-Spinner--
|
|
109
|
+
.Spinner-module__hop-Spinner--sm___peiQV {
|
|
110
110
|
--width: var(--hop-Spinner-sm-wheel-size);
|
|
111
111
|
--height: var(--hop-Spinner-sm-wheel-size);
|
|
112
112
|
}
|
|
113
|
-
.Spinner-module__hop-Spinner--
|
|
113
|
+
.Spinner-module__hop-Spinner--md___8fE20 {
|
|
114
114
|
--width: var(--hop-Spinner-md-wheel-size);
|
|
115
115
|
--height: var(--hop-Spinner-md-wheel-size);
|
|
116
116
|
}
|
|
117
|
-
.Spinner-module__hop-Spinner--
|
|
117
|
+
.Spinner-module__hop-Spinner--lg___3UVCZ {
|
|
118
118
|
--width: var(--hop-Spinner-lg-wheel-size);
|
|
119
119
|
--height: var(--hop-Spinner-lg-wheel-size);
|
|
120
120
|
}
|
|
121
|
-
.Spinner-module__hop-
|
|
121
|
+
.Spinner-module__hop-Spinner__track___tZuJb {
|
|
122
122
|
grid-area: spinner;
|
|
123
123
|
box-sizing: border-box;
|
|
124
124
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
border: var(--hop-Spinner-track-border);
|
|
128
128
|
border-radius: var(--hop-Spinner-border-radius);
|
|
129
129
|
}
|
|
130
|
-
.Spinner-module__hop-
|
|
130
|
+
.Spinner-module__hop-Spinner__fill___EVNJP {
|
|
131
131
|
grid-area: spinner;
|
|
132
132
|
box-sizing: border-box;
|
|
133
133
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
animation: var(--hop-Spinner-fill-animation);
|
|
139
139
|
}
|
|
140
140
|
@media (prefers-reduced-motion: reduce) {
|
|
141
|
-
.Spinner-module__hop-
|
|
141
|
+
.Spinner-module__hop-Spinner__fill___EVNJP {
|
|
142
142
|
animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
|
-
.Spinner-module__hop-
|
|
145
|
+
.Spinner-module__hop-Spinner__label___nM4Dw {
|
|
146
146
|
grid-area: label;
|
|
147
147
|
margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
|
|
148
148
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-QCA3ZR56.js';
|
|
1
|
+
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-G242LPQE.js';
|
|
2
|
+
import '../../chunk-HR25MLRP.js';
|
|
4
3
|
export { SpinnerContext } from '../../chunk-4ZYV2XLW.js';
|
|
4
|
+
import '../../chunk-QCA3ZR56.js';
|
|
5
5
|
import '../../chunk-65JPI4FL.js';
|
|
6
6
|
import '../../chunk-KVDXQMWI.js';
|
|
7
7
|
import '../../chunk-2P3A4VVY.js';
|