@hopper-ui/components 1.0.6 → 1.0.7
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 +6 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +5 -5
- package/dist/Avatar/src/AvatarContext.js +1 -1
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImageContext.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +7 -7
- package/dist/Avatar/src/useImageFallback.js +1 -1
- package/dist/Badge/src/Badge.css +10 -10
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/BadgeContext.js +1 -1
- package/dist/Badge/src/index.css +10 -10
- package/dist/Badge/src/index.js +3 -3
- package/dist/Chip/src/Chip.css +33 -33
- package/dist/Chip/src/Chip.js +3 -3
- package/dist/Chip/src/ChipContext.js +1 -1
- package/dist/Chip/src/index.css +33 -33
- package/dist/Chip/src/index.js +3 -3
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +2 -2
- package/dist/Divider/src/DividerContext.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +2 -2
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/ErrorMessageContext.js +1 -1
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Header/src/Header.js +1 -1
- package/dist/Header/src/HeaderContext.js +1 -1
- package/dist/Header/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +3 -3
- package/dist/HelperMessage/src/HelperMessageContext.js +1 -1
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +3 -3
- 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/IconListContext.js +1 -1
- 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 +3 -3
- package/dist/Link/src/LinkContext.js +1 -1
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +3 -3
- package/dist/ListBox/src/ListBox.css +175 -175
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxContext.js +1 -1
- package/dist/ListBox/src/ListBoxItem.css +160 -160
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemContext.js +1 -1
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +2 -2
- package/dist/ListBox/src/ListBoxItemSkeletonContext.js +1 -1
- package/dist/ListBox/src/index.css +175 -175
- package/dist/ListBox/src/index.js +11 -11
- package/dist/ListBox/src/useLoadOnScroll.js +1 -1
- package/dist/Section/src/Section.js +1 -1
- package/dist/Section/src/SectionContext.js +1 -1
- package/dist/Section/src/index.js +1 -1
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/SpinnerContext.js +1 -1
- 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.js +6 -6
- package/dist/buttons/src/ButtonContext.js +1 -1
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ButtonGroupContext.js +1 -1
- package/dist/buttons/src/ClearButton.css +12 -12
- package/dist/buttons/src/ClearButton.js +4 -4
- package/dist/buttons/src/ClearButtonContext.js +1 -1
- package/dist/buttons/src/EmbeddedButton.css +12 -12
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/EmbeddedButtonContext.js +1 -1
- package/dist/buttons/src/index.css +126 -126
- package/dist/buttons/src/index.js +9 -9
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +3 -3
- package/dist/checkbox/src/CheckboxContext.js +1 -1
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxFieldContext.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +66 -66
- package/dist/checkbox/src/CheckboxGroup.js +4 -4
- package/dist/checkbox/src/CheckboxGroupContext.js +1 -1
- package/dist/checkbox/src/CheckboxList.js +1 -1
- package/dist/checkbox/src/CheckboxListContext.js +1 -1
- package/dist/checkbox/src/index.css +66 -66
- package/dist/checkbox/src/index.js +8 -8
- package/dist/{chunk-53FHDOG7.js → chunk-2NJ3RDMJ.js} +2 -2
- package/dist/chunk-3LGP5T4C.js +625 -0
- package/dist/{chunk-JRDN364E.js → chunk-3WUDQLLR.js} +2 -2
- package/dist/{chunk-MED2BIDV.js → chunk-4TJUYXYN.js} +1 -1
- package/dist/{chunk-MVRI6GLQ.js → chunk-4V75RYJN.js} +2 -2
- package/dist/{chunk-QBCCF2C2.js → chunk-5CIADHZR.js} +2 -2
- package/dist/{chunk-6QMIRVLY.js → chunk-666H6UTL.js} +1 -1
- package/dist/{chunk-J53HGLCT.js → chunk-AE24HPDG.js} +1 -1
- package/dist/chunk-CK5HMGDC.js +156 -0
- package/dist/{chunk-HR25MLRP.js → chunk-COBPJHIY.js} +1 -1
- package/dist/{chunk-XRC7XE6B.js → chunk-CXIMLIUB.js} +2 -2
- package/dist/{chunk-RA7PM75O.js → chunk-DESANYPD.js} +5 -5
- package/dist/{chunk-RG4JKE4N.js → chunk-E7Y25WJE.js} +1 -1
- package/dist/{chunk-K4ZGI7DJ.js → chunk-EBXHYPDU.js} +1 -1
- package/dist/{chunk-BKC74M6Y.js → chunk-FMSIW5AX.js} +1 -1
- package/dist/{chunk-OHB5QR5P.js → chunk-HVUX7ZQ3.js} +2 -2
- package/dist/{chunk-37NW34QM.js → chunk-IUQNDY3E.js} +3 -3
- package/dist/{chunk-2P3A4VVY.js → chunk-JSBRDJBE.js} +1 -6
- package/dist/{chunk-J33IFG4U.js → chunk-LIUW56HE.js} +1 -1
- package/dist/chunk-LJXTJRSB.js +1 -0
- package/dist/{chunk-SOSHKMNI.js → chunk-LM4HMPSD.js} +2 -2
- package/dist/{chunk-2XUHTPCX.js → chunk-NQOLP5NY.js} +2 -2
- package/dist/{chunk-XGKPMLYD.js → chunk-OKAYIZ45.js} +4 -4
- package/dist/{chunk-ITQK6JTD.js → chunk-QACERXDV.js} +1 -1
- package/dist/{chunk-JUMJ6A3K.js → chunk-R2UVMOIP.js} +1 -1
- package/dist/{chunk-4TXFHYHL.js → chunk-RW4GDPRX.js} +1 -1
- package/dist/{chunk-E4WFKXW4.js → chunk-SHVSB6MD.js} +4 -4
- package/dist/{chunk-3LH2JHUO.js → chunk-SSCPXYN6.js} +3 -3
- package/dist/{chunk-E4ALW4MZ.js → chunk-SXPMPVDJ.js} +8 -8
- package/dist/chunk-U4NXU44C.js +118 -0
- package/dist/{chunk-F2URSFJA.js → chunk-UUUU6SUW.js} +2 -2
- package/dist/chunk-W2ZCHVKP.js +119 -0
- package/dist/{chunk-3A6TTZAA.js → chunk-WSNJNUUA.js} +1 -1
- package/dist/{chunk-P5CWOV3L.js → chunk-WXJ3U2DV.js} +2 -2
- package/dist/{chunk-RCX5B3S3.js → chunk-XC7OT325.js} +1 -1
- package/dist/{chunk-G242LPQE.js → chunk-XVKZ3Q3B.js} +2 -2
- package/dist/{chunk-ZOTVZM6F.js → chunk-YEYNRBMQ.js} +1 -1
- package/dist/{chunk-4JAV3FIH.js → chunk-YTPFSLHU.js} +2 -2
- package/dist/{chunk-V5GOY6TV.js → chunk-YZRL7TXT.js} +1 -1
- package/dist/chunk-ZMDHYGEP.js +57 -0
- package/dist/i18n/src/index.js +2 -2
- package/dist/i18n/src/useLocalizedString.js +2 -2
- package/dist/index.css +3297 -0
- package/dist/index.d.ts +113 -0
- package/dist/index.js +107 -0
- package/dist/inputs/src/InputGroup.css +12 -12
- package/dist/inputs/src/InputGroup.js +2 -2
- package/dist/inputs/src/InputGroupContext.js +1 -1
- package/dist/inputs/src/PasswordField.css +229 -2405
- package/dist/inputs/src/PasswordField.js +12 -91
- package/dist/inputs/src/PasswordFieldContext.js +1 -1
- package/dist/inputs/src/SearchField.css +235 -2390
- package/dist/inputs/src/SearchField.js +13 -90
- package/dist/inputs/src/SearchFieldContext.js +1 -1
- package/dist/inputs/src/TextField.css +230 -2402
- package/dist/inputs/src/TextField.js +13 -89
- package/dist/inputs/src/TextFieldContext.js +1 -1
- package/dist/inputs/src/index.css +219 -2302
- package/dist/inputs/src/index.js +16 -88
- package/dist/layout/src/Content.js +1 -1
- package/dist/layout/src/ContentContext.js +1 -1
- package/dist/layout/src/Flex.js +1 -1
- package/dist/layout/src/Footer.js +1 -1
- package/dist/layout/src/FooterContext.js +1 -1
- package/dist/layout/src/Grid.js +1 -1
- package/dist/layout/src/Inline.js +1 -1
- package/dist/layout/src/Stack.js +1 -1
- package/dist/layout/src/grid-helpers.js +1 -1
- package/dist/overlays/Popover/src/Popover.css +457 -457
- package/dist/overlays/Popover/src/Popover.js +52 -47
- package/dist/overlays/Popover/src/PopoverContext.js +1 -1
- package/dist/overlays/Popover/src/PopoverTrigger.js +1 -1
- package/dist/overlays/Popover/src/index.css +457 -457
- package/dist/overlays/Popover/src/index.js +52 -47
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +3 -3
- package/dist/radio/src/RadioContext.js +1 -1
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioFieldContext.js +1 -1
- package/dist/radio/src/RadioGroup.css +66 -66
- package/dist/radio/src/RadioGroup.js +3 -3
- package/dist/radio/src/RadioGroupContext.js +1 -1
- package/dist/radio/src/RadioList.js +1 -1
- package/dist/radio/src/RadioListContext.js +1 -1
- package/dist/radio/src/index.css +66 -66
- package/dist/radio/src/index.js +6 -6
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +3 -3
- package/dist/switch/src/SwitchContext.js +1 -1
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/SwitchFieldContext.js +1 -1
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +5 -5
- package/dist/tag/src/Tag.css +457 -457
- package/dist/tag/src/Tag.js +52 -47
- package/dist/tag/src/TagContext.js +1 -1
- package/dist/tag/src/TagGroup.css +28 -28
- package/dist/tag/src/TagGroup.js +4 -4
- package/dist/tag/src/TagGroupContext.js +1 -1
- package/dist/tag/src/TagList.js +1 -1
- package/dist/tag/src/TagListContext.js +1 -1
- package/dist/tag/src/index.css +457 -457
- package/dist/tag/src/index.js +52 -47
- package/dist/typography/Heading/src/Heading.css +9 -3222
- package/dist/typography/Heading/src/Heading.js +2 -100
- package/dist/typography/Heading/src/HeadingContext.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -3222
- package/dist/typography/Heading/src/index.js +2 -100
- package/dist/typography/Label/src/Label.css +9 -9
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/LabelContext.js +1 -1
- package/dist/typography/Label/src/index.css +9 -9
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +6 -6
- package/dist/typography/OverlineText/src/OverlineText.js +2 -2
- package/dist/typography/OverlineText/src/OverlineTextContext.js +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +2 -2
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +2 -2
- package/dist/typography/Text/src/TextContext.js +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +2 -2
- package/dist/utils/src/ClearSlots.js +1 -1
- package/dist/utils/src/SlotProvider.js +1 -1
- package/dist/utils/src/assertion.js +1 -1
- package/dist/utils/src/composeClassnameRenderProps.js +1 -1
- package/dist/utils/src/cssModule.js +1 -1
- package/dist/utils/src/index.js +1 -1
- package/dist/utils/src/isTextOnlyChildren.js +1 -1
- package/dist/utils/src/useRenderProps.js +1 -1
- package/dist/utils/src/useSlot.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-BC5A7RHI.js +0 -1260
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
export { Avatar, AvatarInitialsProps, AvatarProps, AvatarSize, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from './Avatar/src/Avatar.js';
|
|
2
|
+
export { AnonymousAvatar, AnonymousAvatarProps, GlobalAnonymousAvatarCssSelector } from './Avatar/src/AnonymousAvatar.js';
|
|
3
|
+
export { DeletedAvatar, DeletedAvatarProps, GlobalDeletedAvatarCssSelector } from './Avatar/src/DeletedAvatar.js';
|
|
4
|
+
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, RichIconAvatarImage, RichIconAvatarImageProps } from './Avatar/src/RichIconAvatarImage.js';
|
|
5
|
+
export { AvatarContext } from './Avatar/src/AvatarContext.js';
|
|
6
|
+
export { RichIconAvatarImageContext } from './Avatar/src/RichIconAvatarImageContext.js';
|
|
7
|
+
export { Badge, BadgeProps, GlobalBadgeCssSelector } from './Badge/src/Badge.js';
|
|
8
|
+
export { BadgeContext } from './Badge/src/BadgeContext.js';
|
|
9
|
+
export { Button, ButtonProps, GlobalButtonCssSelector } from './buttons/src/Button.js';
|
|
10
|
+
export { ButtonContext, ButtonContextValue } from './buttons/src/ButtonContext.js';
|
|
11
|
+
export { ButtonGroup, ButtonGroupProps, GlobalButtonGroupCssSelector } from './buttons/src/ButtonGroup.js';
|
|
12
|
+
export { ButtonGroupContext } from './buttons/src/ButtonGroupContext.js';
|
|
13
|
+
export { ClearButton, ClearButtonProps, GlobalClearButtonCssSelector } from './buttons/src/ClearButton.js';
|
|
14
|
+
export { ClearButtonContext } from './buttons/src/ClearButtonContext.js';
|
|
15
|
+
export { EmbeddedButton, EmbeddedButtonProps, GlobalEmbeddedButtonCssSelector } from './buttons/src/EmbeddedButton.js';
|
|
16
|
+
export { EmbeddedButtonContext } from './buttons/src/EmbeddedButtonContext.js';
|
|
17
|
+
export { Checkbox, CheckboxProps, GlobalCheckboxCssSelector } from './checkbox/src/Checkbox.js';
|
|
18
|
+
export { CheckboxContext } from './checkbox/src/CheckboxContext.js';
|
|
19
|
+
export { CheckboxField, CheckboxFieldProps, GlobalCheckboxFieldCssSelector } from './checkbox/src/CheckboxField.js';
|
|
20
|
+
export { CheckboxFieldContext } from './checkbox/src/CheckboxFieldContext.js';
|
|
21
|
+
export { CheckboxGroup, CheckboxGroupProps, GlobalCheckboxGroupCssSelector } from './checkbox/src/CheckboxGroup.js';
|
|
22
|
+
export { CheckboxGroupContext } from './checkbox/src/CheckboxGroupContext.js';
|
|
23
|
+
export { CheckboxList, CheckboxListProps, GlobalCheckboxListCssSelector } from './checkbox/src/CheckboxList.js';
|
|
24
|
+
export { CheckboxListContext } from './checkbox/src/CheckboxListContext.js';
|
|
25
|
+
export { Chip, ChipProps, GlobalChipCssSelector } from './Chip/src/Chip.js';
|
|
26
|
+
export { ChipContext } from './Chip/src/ChipContext.js';
|
|
27
|
+
export { Divider, DividerProps, GlobalDividerCssSelector } from './Divider/src/Divider.js';
|
|
28
|
+
export { DividerContext } from './Divider/src/DividerContext.js';
|
|
29
|
+
export { ErrorMessage, ErrorMessageProps, GlobalErrorMessageCssSelector } from './ErrorMessage/src/ErrorMessage.js';
|
|
30
|
+
export { ErrorMessageContext } from './ErrorMessage/src/ErrorMessageContext.js';
|
|
31
|
+
export { GlobalHeaderCssSelector, Header, HeaderProps } from './Header/src/Header.js';
|
|
32
|
+
export { HeaderContext } from './Header/src/HeaderContext.js';
|
|
33
|
+
export { GlobalHelperMessageCssSelector, HelperMessage, HelperMessageProps } from './HelperMessage/src/HelperMessage.js';
|
|
34
|
+
export { HelperMessageContext } from './HelperMessage/src/HelperMessageContext.js';
|
|
35
|
+
export { GlobalHopperProviderCssSelector, HopperProvider, HopperProviderProps } from './HopperProvider/src/HopperProvider.js';
|
|
36
|
+
export { GlobalIconListCssSelector, IconList, IconListProps } from './IconList/src/IconList.js';
|
|
37
|
+
export { IconListContext } from './IconList/src/IconListContext.js';
|
|
38
|
+
export { GlobalInputGroupCssSelector, InputGroup, InputGroupProps } from './inputs/src/InputGroup.js';
|
|
39
|
+
export { InputGroupContext } from './inputs/src/InputGroupContext.js';
|
|
40
|
+
export { GlobalTextFieldCssSelector, TextField, TextFieldProps } from './inputs/src/TextField.js';
|
|
41
|
+
export { TextFieldContext } from './inputs/src/TextFieldContext.js';
|
|
42
|
+
export { GlobalPasswordFieldCssSelector, PasswordField, PasswordFieldProps } from './inputs/src/PasswordField.js';
|
|
43
|
+
export { PasswordFieldContext } from './inputs/src/PasswordFieldContext.js';
|
|
44
|
+
export { GlobalSearchFieldCssSelector, SearchField, SearchFieldProps } from './inputs/src/SearchField.js';
|
|
45
|
+
export { SearchFieldContext } from './inputs/src/SearchFieldContext.js';
|
|
46
|
+
export { Flex, FlexProps } from './layout/src/Flex.js';
|
|
47
|
+
export { Grid, GridProps } from './layout/src/Grid.js';
|
|
48
|
+
export { fitContent, minmax, repeat } from './layout/src/grid-helpers.js';
|
|
49
|
+
export { Inline, InlineProps } from './layout/src/Inline.js';
|
|
50
|
+
export { Stack, StackProps } from './layout/src/Stack.js';
|
|
51
|
+
export { Footer, FooterProps, GlobalFooterCssSelector } from './layout/src/Footer.js';
|
|
52
|
+
export { FooterContext } from './layout/src/FooterContext.js';
|
|
53
|
+
export { Content, ContentProps, GlobalContentCssSelector } from './layout/src/Content.js';
|
|
54
|
+
export { ContentContext } from './layout/src/ContentContext.js';
|
|
55
|
+
export { GlobalLinkCssSelector, Link, LinkProps } from './Link/src/Link.js';
|
|
56
|
+
export { LinkContext } from './Link/src/LinkContext.js';
|
|
57
|
+
export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, ListBox, ListBoxProps } from './ListBox/src/ListBox.js';
|
|
58
|
+
export { ListBoxContext } from './ListBox/src/ListBoxContext.js';
|
|
59
|
+
export { GlobalListBoxItemCssSelector, ListBoxItem, ListBoxItemProps, ListBoxItemSize } from './ListBox/src/ListBoxItem.js';
|
|
60
|
+
export { ListBoxItemContext } from './ListBox/src/ListBoxItemContext.js';
|
|
61
|
+
export { GlobalPopoverCssSelector, Popover, PopoverProps } from './overlays/Popover/src/Popover.js';
|
|
62
|
+
export { PopoverTrigger, PopoverTriggerProps } from './overlays/Popover/src/PopoverTrigger.js';
|
|
63
|
+
export { PopoverContext } from './overlays/Popover/src/PopoverContext.js';
|
|
64
|
+
export { GlobalRadioCssSelector, Radio, RadioProps } from './radio/src/Radio.js';
|
|
65
|
+
export { RadioContext } from './radio/src/RadioContext.js';
|
|
66
|
+
export { GlobalRadioFieldCssSelector, RadioField, RadioFieldProps } from './radio/src/RadioField.js';
|
|
67
|
+
export { RadioFieldContext } from './radio/src/RadioFieldContext.js';
|
|
68
|
+
export { GlobalRadioGroupCssSelector, RadioGroup, RadioGroupProps } from './radio/src/RadioGroup.js';
|
|
69
|
+
export { RadioGroupContext } from './radio/src/RadioGroupContext.js';
|
|
70
|
+
export { GlobalRadioListCssSelector, RadioList, RadioListProps } from './radio/src/RadioList.js';
|
|
71
|
+
export { RadioListContext } from './radio/src/RadioListContext.js';
|
|
72
|
+
export { GlobalSectionCssSelector, Section, SectionProps } from './Section/src/Section.js';
|
|
73
|
+
export { SectionContext } from './Section/src/SectionContext.js';
|
|
74
|
+
export { GlobalSpinnerCssSelector, Spinner, SpinnerProps } from './Spinner/src/Spinner.js';
|
|
75
|
+
export { SpinnerContext } from './Spinner/src/SpinnerContext.js';
|
|
76
|
+
export { GlobalSwitchCssSelector, Switch, SwitchProps } from './switch/src/Switch.js';
|
|
77
|
+
export { SwitchContext } from './switch/src/SwitchContext.js';
|
|
78
|
+
export { GlobalSwitchFieldCssSelector, SwitchField, SwitchFieldProps } from './switch/src/SwitchField.js';
|
|
79
|
+
export { SwitchFieldContext } from './switch/src/SwitchFieldContext.js';
|
|
80
|
+
export { GlobalTagCssSelector, Tag, TagProps } from './tag/src/Tag.js';
|
|
81
|
+
export { GlobalTagListCssSelector, TagList, TagListProps } from './tag/src/TagList.js';
|
|
82
|
+
export { GlobalTagGroupCssSelector, TagGroup, TagGroupProps } from './tag/src/TagGroup.js';
|
|
83
|
+
export { TagContext } from './tag/src/TagContext.js';
|
|
84
|
+
export { TagListContext } from './tag/src/TagListContext.js';
|
|
85
|
+
export { TagGroupContext } from './tag/src/TagGroupContext.js';
|
|
86
|
+
export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, Heading, HeadingProps } from './typography/Heading/src/Heading.js';
|
|
87
|
+
export { HeadingContext } from './typography/Heading/src/HeadingContext.js';
|
|
88
|
+
export { GlobalLabelCssSelector, Label, LabelProps } from './typography/Label/src/Label.js';
|
|
89
|
+
export { LabelContext } from './typography/Label/src/LabelContext.js';
|
|
90
|
+
export { GlobalOverlineTextCssSelector, OverlineText, OverlineTextProps } from './typography/OverlineText/src/OverlineText.js';
|
|
91
|
+
export { OverlineTextContext } from './typography/OverlineText/src/OverlineTextContext.js';
|
|
92
|
+
export { GlobalTextCssSelector, Text, TextProps } from './typography/Text/src/Text.js';
|
|
93
|
+
export { TextContext } from './typography/Text/src/TextContext.js';
|
|
94
|
+
export { cssModule } from './utils/src/cssModule.js';
|
|
95
|
+
export { composeClassnameRenderProps } from './utils/src/composeClassnameRenderProps.js';
|
|
96
|
+
export { Size, SizeAdapter } from './utils/src/sizeAdapter.js';
|
|
97
|
+
export { BaseComponentProps, DOMProps, InteractionProps, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps } from './utils/src/types.js';
|
|
98
|
+
export { isTextOnlyChildren } from './utils/src/isTextOnlyChildren.js';
|
|
99
|
+
export { SlotProvider, SlotProviderProps } from './utils/src/SlotProvider.js';
|
|
100
|
+
export { useSlot } from './utils/src/useSlot.js';
|
|
101
|
+
export { ClearContainerSlots, ClearProviders, ClearProvidersProps } from './utils/src/ClearSlots.js';
|
|
102
|
+
export { useRenderProps } from './utils/src/useRenderProps.js';
|
|
103
|
+
export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from './utils/src/assertion.js';
|
|
104
|
+
export { Collection } from 'react-aria-components';
|
|
105
|
+
export { useAsyncList } from 'react-stately';
|
|
106
|
+
export * from '@hopper-ui/styled-system';
|
|
107
|
+
import 'react';
|
|
108
|
+
import '@hopper-ui/icons';
|
|
109
|
+
import '@react-types/shared';
|
|
110
|
+
import 'react-aria';
|
|
111
|
+
import 'react/jsx-runtime';
|
|
112
|
+
import 'clsx';
|
|
113
|
+
import 'csstype';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export { Collection, GlobalPopoverCssSelector, GlobalTagCssSelector, _Popover as Popover, _Tag as Tag, $f86e6c1ec7da6ebb$export$bc3384a35de93d66 as useAsyncList } from './chunk-3LGP5T4C.js';
|
|
2
|
+
export { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
3
|
+
export { PopoverTrigger } from './chunk-I4VPBQI7.js';
|
|
4
|
+
export { GlobalTagListCssSelector, _TagList as TagList } from './chunk-WWRB4K4M.js';
|
|
5
|
+
export { GlobalSwitchCssSelector, _Switch as Switch } from './chunk-YTPFSLHU.js';
|
|
6
|
+
export { GlobalSwitchFieldCssSelector, _SwitchField as SwitchField } from './chunk-CXIMLIUB.js';
|
|
7
|
+
export { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
8
|
+
export { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
9
|
+
export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from './chunk-IUQNDY3E.js';
|
|
10
|
+
export { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
11
|
+
export { TagListContext } from './chunk-XLKYXKWE.js';
|
|
12
|
+
export { TagContext } from './chunk-EWMWQ2MC.js';
|
|
13
|
+
export { GlobalRadioFieldCssSelector, _RadioField as RadioField } from './chunk-XC7OT325.js';
|
|
14
|
+
export { _Footer as Footer, GlobalFooterCssSelector } from './chunk-AQITZWYM.js';
|
|
15
|
+
export { FooterContext } from './chunk-I67NHYK4.js';
|
|
16
|
+
export { _Grid as Grid } from './chunk-N77LTZ4U.js';
|
|
17
|
+
export { _Inline as Inline } from './chunk-Y7HUXUHX.js';
|
|
18
|
+
export { _Stack as Stack } from './chunk-D6UTDI2K.js';
|
|
19
|
+
export { _Flex as Flex } from './chunk-TVFC2MJ4.js';
|
|
20
|
+
export { fitContent, minmax, repeat } from './chunk-GFHBDUJD.js';
|
|
21
|
+
export { GlobalSearchFieldCssSelector, _SearchField as SearchField } from './chunk-U4NXU44C.js';
|
|
22
|
+
export { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
23
|
+
export { GlobalTextFieldCssSelector, _TextField as TextField } from './chunk-CK5HMGDC.js';
|
|
24
|
+
export { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
25
|
+
export { _Content as Content, GlobalContentCssSelector } from './chunk-GXBVNCVP.js';
|
|
26
|
+
export { ContentContext } from './chunk-IXB2WK56.js';
|
|
27
|
+
export { _CheckboxList as CheckboxList, GlobalCheckboxListCssSelector } from './chunk-3LRBUQC2.js';
|
|
28
|
+
export { GlobalPasswordFieldCssSelector, _PasswordField as PasswordField } from './chunk-W2ZCHVKP.js';
|
|
29
|
+
export { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
30
|
+
import './chunk-LJXTJRSB.js';
|
|
31
|
+
export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from './chunk-ZMDHYGEP.js';
|
|
32
|
+
export { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
33
|
+
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from './chunk-YZRL7TXT.js';
|
|
34
|
+
export { InputGroupContext } from './chunk-6BFSSZCY.js';
|
|
35
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from './chunk-666H6UTL.js';
|
|
36
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from './chunk-SSCPXYN6.js';
|
|
37
|
+
export { CheckboxListContext } from './chunk-WDUQUPTE.js';
|
|
38
|
+
export { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
39
|
+
export { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
40
|
+
export { _Button as Button, GlobalButtonCssSelector } from './chunk-OKAYIZ45.js';
|
|
41
|
+
export { useSlot } from './chunk-H5YTU3U7.js';
|
|
42
|
+
export { _ButtonGroup as ButtonGroup, GlobalButtonGroupCssSelector } from './chunk-FMSIW5AX.js';
|
|
43
|
+
export { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
44
|
+
export { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
45
|
+
export { _ClearButton as ClearButton, GlobalClearButtonCssSelector } from './chunk-HVUX7ZQ3.js';
|
|
46
|
+
export { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
47
|
+
export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from './chunk-4TJUYXYN.js';
|
|
48
|
+
export { EmbeddedButtonContext } from './chunk-O7IJYNVQ.js';
|
|
49
|
+
export { GlobalSectionCssSelector, _Section as Section } from './chunk-O5PTD6IN.js';
|
|
50
|
+
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from './chunk-XVKZ3Q3B.js';
|
|
51
|
+
export { GlobalLabelCssSelector, _Label as Label } from './chunk-COBPJHIY.js';
|
|
52
|
+
export { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
53
|
+
export { GlobalLinkCssSelector, _Link as Link } from './chunk-5CIADHZR.js';
|
|
54
|
+
export { LinkContext } from './chunk-4VVNSXIB.js';
|
|
55
|
+
export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, _ListBox as ListBox } from './chunk-DESANYPD.js';
|
|
56
|
+
export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from './chunk-TIPN4VYD.js';
|
|
57
|
+
import './chunk-JTNMFPM4.js';
|
|
58
|
+
export { SectionContext } from './chunk-5H5AZJPQ.js';
|
|
59
|
+
export { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
60
|
+
export { GlobalListBoxItemCssSelector, _ListBoxItem as ListBoxItem } from './chunk-SXPMPVDJ.js';
|
|
61
|
+
export { GlobalRadioGroupCssSelector, _RadioGroup as RadioGroup } from './chunk-3WUDQLLR.js';
|
|
62
|
+
export { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
63
|
+
export { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
64
|
+
export { GlobalRadioListCssSelector, _RadioList as RadioList } from './chunk-NKHMUPAP.js';
|
|
65
|
+
export { RadioListContext } from './chunk-A7TZHALP.js';
|
|
66
|
+
export { GlobalRadioCssSelector, _Radio as Radio } from './chunk-NQOLP5NY.js';
|
|
67
|
+
export { RadioContext } from './chunk-FU5CCPLP.js';
|
|
68
|
+
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from './chunk-2NJ3RDMJ.js';
|
|
69
|
+
export { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
70
|
+
import './chunk-YEYNRBMQ.js';
|
|
71
|
+
export { LabelContext } from './chunk-QCA3ZR56.js';
|
|
72
|
+
export { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
73
|
+
export { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
74
|
+
import './chunk-RW4GDPRX.js';
|
|
75
|
+
import './chunk-OKZYR4RF.js';
|
|
76
|
+
export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from './chunk-WXJ3U2DV.js';
|
|
77
|
+
export { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
78
|
+
export { GlobalHopperProviderCssSelector, _HopperProvider as HopperProvider } from './chunk-NMKBUGSO.js';
|
|
79
|
+
export { GlobalIconListCssSelector, _IconList as IconList } from './chunk-WSNJNUUA.js';
|
|
80
|
+
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from './chunk-4V75RYJN.js';
|
|
81
|
+
export { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
82
|
+
export { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
83
|
+
export { GlobalHeaderCssSelector, _Header as Header } from './chunk-L5A2UTQV.js';
|
|
84
|
+
export { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
85
|
+
export { _Badge as Badge, GlobalBadgeCssSelector } from './chunk-LM4HMPSD.js';
|
|
86
|
+
export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from './chunk-EBXHYPDU.js';
|
|
87
|
+
export { OverlineTextContext } from './chunk-WPNVVGFW.js';
|
|
88
|
+
export { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
89
|
+
export { _Chip as Chip, GlobalChipCssSelector } from './chunk-UUUU6SUW.js';
|
|
90
|
+
export { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
91
|
+
export { IconListContext } from './chunk-DHVVYSLB.js';
|
|
92
|
+
export { ChipContext } from './chunk-632B5YBQ.js';
|
|
93
|
+
export { _Divider as Divider, GlobalDividerCssSelector } from './chunk-AE24HPDG.js';
|
|
94
|
+
export { DividerContext } from './chunk-FYIHMKHI.js';
|
|
95
|
+
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from './chunk-R2UVMOIP.js';
|
|
96
|
+
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from './chunk-SHVSB6MD.js';
|
|
97
|
+
import './chunk-NS3XVOQ7.js';
|
|
98
|
+
export { GlobalTextCssSelector, _Text as Text } from './chunk-E7Y25WJE.js';
|
|
99
|
+
export { TextContext } from './chunk-X6SER3TZ.js';
|
|
100
|
+
export { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
101
|
+
export { _DeletedAvatar as DeletedAvatar, GlobalDeletedAvatarCssSelector } from './chunk-LIUW56HE.js';
|
|
102
|
+
export { AvatarContext } from './chunk-AES7QBQE.js';
|
|
103
|
+
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from './chunk-QACERXDV.js';
|
|
104
|
+
export { SlotProvider } from './chunk-M36KANKC.js';
|
|
105
|
+
export { cssModule } from './chunk-KVDXQMWI.js';
|
|
106
|
+
export { RichIconAvatarImageContext } from './chunk-JWW56J7M.js';
|
|
107
|
+
import './chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/InputGroup.module.css/#css-module-data */
|
|
2
|
-
.InputGroup-module__hop-
|
|
2
|
+
.InputGroup-module__hop-InputGroup___aX9Nc {
|
|
3
3
|
--hop-InputGroup-background: var(--hop-neutral-surface);
|
|
4
4
|
--hop-InputGroup-border-color: var(--hop-neutral-border);
|
|
5
5
|
--hop-InputGroup-border-width: 0.0625rem;
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
border: var(--border);
|
|
48
48
|
border-radius: var(--hop-InputGroup-border-radius);
|
|
49
49
|
}
|
|
50
|
-
.InputGroup-module__hop-InputGroup--
|
|
50
|
+
.InputGroup-module__hop-InputGroup--fluid___VC53v {
|
|
51
51
|
--inline-size: 100% ;
|
|
52
52
|
}
|
|
53
|
-
.InputGroup-module__hop-InputGroup--
|
|
53
|
+
.InputGroup-module__hop-InputGroup--sm___9NnAz {
|
|
54
54
|
--block-size: var(--hop-InputGroup-sm-block-size);
|
|
55
55
|
}
|
|
56
|
-
.InputGroup-module__hop-
|
|
56
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-hovered] {
|
|
57
57
|
--background: var(--hop-InputGroup-background-hover);
|
|
58
58
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-hover) ;
|
|
59
59
|
}
|
|
60
|
-
.InputGroup-module__hop-
|
|
60
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-focus-within] {
|
|
61
61
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-focus) ;
|
|
62
62
|
}
|
|
63
|
-
.InputGroup-module__hop-
|
|
63
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-invalid] {
|
|
64
64
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-invalid) ;
|
|
65
65
|
}
|
|
66
|
-
.InputGroup-module__hop-
|
|
66
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-disabled] {
|
|
67
67
|
--background: var(--hop-InputGroup-background-disabled);
|
|
68
68
|
--border: 0.0625rem solid var(--hop-InputGroup-border-color-disabled) ;
|
|
69
69
|
}
|
|
70
|
-
.InputGroup-module__hop-
|
|
70
|
+
.InputGroup-module__hop-InputGroup__input___yyZz- {
|
|
71
71
|
--input-font-family: var(--hop-InputGroup-input-md-font-family);
|
|
72
72
|
--input-font-size: var(--hop-InputGroup-input-md-font-size);
|
|
73
73
|
--input-font-weight: var(--hop-InputGroup-input-md-font-weight);
|
|
@@ -89,23 +89,23 @@
|
|
|
89
89
|
border: none;
|
|
90
90
|
outline: none;
|
|
91
91
|
}
|
|
92
|
-
.InputGroup-module__hop-InputGroup--
|
|
92
|
+
.InputGroup-module__hop-InputGroup--fluid___VC53v .InputGroup-module__hop-InputGroup__input___yyZz- {
|
|
93
93
|
--input-inline-size: 100%;
|
|
94
94
|
}
|
|
95
|
-
.InputGroup-module__hop-InputGroup--
|
|
95
|
+
.InputGroup-module__hop-InputGroup--sm___9NnAz .InputGroup-module__hop-InputGroup__input___yyZz- {
|
|
96
96
|
--input-font-family: var(--hop-InputGroup-input-sm-font-family);
|
|
97
97
|
--input-font-size: var(--hop-InputGroup-input-sm-font-size);
|
|
98
98
|
--input-font-weight: var(--hop-InputGroup-input-sm-font-weight);
|
|
99
99
|
--input-line-height: var(--hop-InputGroup-input-sm-line-height);
|
|
100
100
|
--input-block-size: var(--hop-InputGroup-input-sm-block-size);
|
|
101
101
|
}
|
|
102
|
-
.InputGroup-module__hop-
|
|
102
|
+
.InputGroup-module__hop-InputGroup__input___yyZz-::placeholder {
|
|
103
103
|
font-family: var(--hop-InputGroup-placeholder-font-family);
|
|
104
104
|
font-size: var(--hop-InputGroup-placeholder-font-size);
|
|
105
105
|
font-weight: var(--hop-InputGroup-placeholder-font-weight);
|
|
106
106
|
line-height: var(--hop-InputGroup-placeholder-line-height);
|
|
107
107
|
color: var(--input-placeholder-color);
|
|
108
108
|
}
|
|
109
|
-
.InputGroup-module__hop-
|
|
109
|
+
.InputGroup-module__hop-InputGroup__input___yyZz-[data-disabled]::placeholder {
|
|
110
110
|
--input-placeholder-color: var(--hop-InputGroup-placeholder-color-disabled);
|
|
111
111
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from '../../chunk-
|
|
1
|
+
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from '../../chunk-YZRL7TXT.js';
|
|
2
2
|
import '../../chunk-6BFSSZCY.js';
|
|
3
3
|
import '../../chunk-65JPI4FL.js';
|
|
4
4
|
import '../../chunk-M36KANKC.js';
|
|
5
5
|
import '../../chunk-KVDXQMWI.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { InputGroupContext } from '../../chunk-6BFSSZCY.js';
|
|
2
|
-
import '../../chunk-
|
|
2
|
+
import '../../chunk-JSBRDJBE.js';
|