@hopper-ui/components 1.2.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +3 -3
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +5 -5
- package/dist/Badge/src/Badge.css +10 -10
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/index.css +10 -10
- package/dist/Badge/src/index.js +2 -2
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +862 -605
- package/dist/Form/src/Form.js +66 -64
- package/dist/Form/src/index.css +862 -605
- package/dist/Form/src/index.js +66 -64
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +2 -2
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +2 -2
- package/dist/ListBox/src/ListBox.css +226 -198
- package/dist/ListBox/src/ListBox.js +11 -12
- package/dist/ListBox/src/ListBoxItem.css +208 -182
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +226 -198
- package/dist/ListBox/src/index.js +11 -12
- package/dist/Select/src/Select.css +4368 -0
- package/dist/Select/src/Select.d.ts +93 -0
- package/dist/Select/src/Select.js +116 -0
- package/dist/Select/src/SelectContext.d.ts +16 -0
- package/dist/Select/src/SelectContext.js +2 -0
- package/dist/Select/src/SelectValue.css +443 -0
- package/dist/Select/src/SelectValue.d.ts +31 -0
- package/dist/Select/src/SelectValue.js +19 -0
- package/dist/Select/src/index.css +4368 -0
- package/dist/Select/src/index.d.ts +13 -0
- package/dist/Select/src/index.js +116 -0
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +5 -5
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +70 -70
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/EmbeddedButton.css +70 -70
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/index.css +175 -175
- package/dist/buttons/src/index.js +10 -10
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +2 -2
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +60 -60
- package/dist/checkbox/src/CheckboxGroup.js +3 -3
- package/dist/checkbox/src/index.css +60 -60
- package/dist/checkbox/src/index.js +6 -6
- package/dist/{chunk-AGRQ7UGN.js → chunk-3573Q6QG.js} +2 -2
- package/dist/{chunk-C7XRB2J6.js → chunk-3ZRCYKIV.js} +2 -2
- package/dist/{chunk-J7BXE7WN.js → chunk-4RMADICI.js} +4 -4
- package/dist/{chunk-4H7PKEMJ.js → chunk-6C5RI4RT.js} +9 -11
- package/dist/{chunk-TM4R5NO7.js → chunk-6H5DRQZH.js} +2 -2
- package/dist/{chunk-4APVXEPA.js → chunk-7L5MCX2A.js} +2 -2
- package/dist/{chunk-SPFANCCV.js → chunk-AZJME7JV.js} +3 -3
- package/dist/{chunk-F47GZGT7.js → chunk-BODCT27J.js} +1 -1
- package/dist/{chunk-CXWMHWSS.js → chunk-BQITTESM.js} +1 -1
- package/dist/{chunk-BN32T6QQ.js → chunk-BRU54ERL.js} +2 -2
- package/dist/{chunk-WYBQCRQB.js → chunk-BTHPJL3A.js} +2 -2
- package/dist/{chunk-MX5BW5VE.js → chunk-C72PRNOP.js} +1 -1
- package/dist/{chunk-55AWCUQF.js → chunk-CAHZCRTK.js} +1 -1
- package/dist/{chunk-RLDQEH6F.js → chunk-CU36N5JQ.js} +4 -4
- package/dist/{chunk-VQC5F6I7.js → chunk-CWX45XWS.js} +3 -3
- package/dist/{chunk-K7DU4YR4.js → chunk-D5PBETXF.js} +1 -1
- package/dist/{chunk-DZKJZSTQ.js → chunk-D7DIUGRI.js} +1 -1
- package/dist/{chunk-YWIDJ55Q.js → chunk-DFVORYEU.js} +2 -2
- package/dist/{chunk-IUFABTFZ.js → chunk-DLZGJBL7.js} +1 -1
- package/dist/{chunk-6WKRP4MN.js → chunk-DXEWBV4C.js} +2 -2
- package/dist/chunk-EHXOXTDN.js +29 -0
- package/dist/{chunk-J6YYPRGY.js → chunk-FOXOPL2E.js} +5 -5
- package/dist/{chunk-XI3BX2TP.js → chunk-GRJ3VKHY.js} +5 -5
- package/dist/{chunk-XUCH26RT.js → chunk-HIDHDS2L.js} +2 -2
- package/dist/{chunk-CSE22YXO.js → chunk-JIRLWUDP.js} +3 -3
- package/dist/{chunk-THUFFPGX.js → chunk-JQMXGSAE.js} +1 -1
- package/dist/{chunk-QGC3OX7W.js → chunk-LFN43ROH.js} +2 -2
- package/dist/{chunk-ZEXXNE5U.js → chunk-LYPR2YMY.js} +5 -5
- package/dist/{chunk-RYZNMKWB.js → chunk-O2ZMTKCT.js} +1 -1
- package/dist/{chunk-T7QJEHL7.js → chunk-OLS7K6PO.js} +2 -2
- package/dist/{chunk-LXCCS4SA.js → chunk-QQI3KNHZ.js} +6 -7
- package/dist/{chunk-PUNJWQAN.js → chunk-SCXYAGZI.js} +271 -46
- package/dist/{chunk-462UBJV3.js → chunk-SKEMSZ63.js} +2 -2
- package/dist/{chunk-F4KQUFXI.js → chunk-SSDFINDD.js} +2 -2
- package/dist/chunk-T24MBA34.js +7 -0
- package/dist/{chunk-YXD3IR3T.js → chunk-T37HTUEU.js} +1 -1
- package/dist/{chunk-WQSVNGFJ.js → chunk-T3CLGQI6.js} +1 -1
- package/dist/{chunk-2DPE3H3G.js → chunk-T742LIIS.js} +1 -1
- package/dist/{chunk-F4H76S4H.js → chunk-TFVDF4YH.js} +4 -2
- package/dist/{chunk-MFFXNI66.js → chunk-TOWSC7FO.js} +4 -4
- package/dist/{chunk-ZPPQJKHC.js → chunk-TTY5HDLL.js} +2 -2
- package/dist/chunk-YB7IYQW4.js +118 -0
- package/dist/{chunk-TFELIWJO.js → chunk-ZHOQYYHY.js} +1 -1
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/index.css +862 -605
- package/dist/index.d.ts +6 -2
- package/dist/index.js +66 -64
- package/dist/inputs/src/InputGroup.css +14 -16
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +64 -65
- package/dist/inputs/src/NumberField.js +8 -8
- package/dist/inputs/src/PasswordField.css +218 -219
- package/dist/inputs/src/PasswordField.js +10 -10
- package/dist/inputs/src/SearchField.css +224 -225
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +58 -59
- package/dist/inputs/src/TextArea.js +9 -9
- package/dist/inputs/src/TextField.css +219 -220
- package/dist/inputs/src/TextField.js +11 -11
- package/dist/inputs/src/index.css +271 -268
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +862 -605
- package/dist/overlays/Popover/src/Popover.d.ts +26 -3
- package/dist/overlays/Popover/src/Popover.js +66 -64
- package/dist/overlays/Popover/src/PopoverContext.d.ts +3 -0
- package/dist/overlays/Popover/src/index.css +862 -605
- package/dist/overlays/Popover/src/index.d.ts +4 -1
- package/dist/overlays/Popover/src/index.js +66 -64
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +2 -2
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +60 -60
- package/dist/radio/src/RadioGroup.js +2 -2
- package/dist/radio/src/index.css +60 -60
- package/dist/radio/src/index.js +6 -6
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +2 -2
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +4 -4
- package/dist/tag/src/Tag.css +301 -301
- package/dist/tag/src/Tag.js +6 -6
- package/dist/tag/src/TagGroup.css +22 -22
- package/dist/tag/src/TagGroup.js +2 -2
- package/dist/tag/src/index.css +314 -314
- package/dist/tag/src/index.js +9 -9
- package/dist/typography/Heading/src/Heading.css +9 -9
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -9
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +3 -3
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +3 -3
- 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 +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 +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/index.d.ts +1 -0
- package/dist/utils/src/index.js +3 -2
- package/dist/utils/src/useIsOverflow.d.ts +5 -0
- package/dist/utils/src/useIsOverflow.js +2 -0
- package/package.json +6 -6
- package/dist/ListBox/src/useLoadOnScroll.d.ts +0 -16
- package/dist/ListBox/src/useLoadOnScroll.js +0 -2
- package/dist/chunk-JTNMFPM4.js +0 -41
package/dist/index.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, ListBox, L
|
|
|
62
62
|
export { ListBoxContext } from './ListBox/src/ListBoxContext.js';
|
|
63
63
|
export { GlobalListBoxItemCssSelector, ListBoxItem, ListBoxItemProps, ListBoxItemSize } from './ListBox/src/ListBoxItem.js';
|
|
64
64
|
export { ListBoxItemContext } from './ListBox/src/ListBoxItemContext.js';
|
|
65
|
-
export { GlobalPopoverCssSelector, Popover, PopoverProps } from './overlays/Popover/src/Popover.js';
|
|
65
|
+
export { GlobalPopoverCssSelector, Popover, PopoverContainerProps, PopoverPlacement, PopoverPlacementProp, PopoverProps } from './overlays/Popover/src/Popover.js';
|
|
66
66
|
export { PopoverTrigger, PopoverTriggerProps } from './overlays/Popover/src/PopoverTrigger.js';
|
|
67
67
|
export { PopoverContext } from './overlays/Popover/src/PopoverContext.js';
|
|
68
68
|
export { GlobalRadioCssSelector, Radio, RadioProps } from './radio/src/Radio.js';
|
|
@@ -75,6 +75,9 @@ export { GlobalRadioListCssSelector, RadioList, RadioListProps } from './radio/s
|
|
|
75
75
|
export { RadioListContext } from './radio/src/RadioListContext.js';
|
|
76
76
|
export { GlobalSectionCssSelector, Section, SectionProps } from './Section/src/Section.js';
|
|
77
77
|
export { SectionContext } from './Section/src/SectionContext.js';
|
|
78
|
+
export { GlobalSelectCssSelector, Select, SelectProps, SelectSize, SelectTriggerProps, ValueRenderProps } from './Select/src/Select.js';
|
|
79
|
+
export { SelectContext } from './Select/src/SelectContext.js';
|
|
80
|
+
export { GlobalSelectValueCssSelector, SelectValue, SelectValueProps } from './Select/src/SelectValue.js';
|
|
78
81
|
export { GlobalSpinnerCssSelector, Spinner, SpinnerProps } from './Spinner/src/Spinner.js';
|
|
79
82
|
export { SpinnerContext } from './Spinner/src/SpinnerContext.js';
|
|
80
83
|
export { GlobalSwitchCssSelector, Switch, SwitchProps } from './switch/src/Switch.js';
|
|
@@ -101,6 +104,7 @@ export { Size, SizeAdapter } from './utils/src/sizeAdapter.js';
|
|
|
101
104
|
export { BaseComponentProps, DOMProps, InteractionProps, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps } from './utils/src/types.js';
|
|
102
105
|
export { isTextOnlyChildren } from './utils/src/isTextOnlyChildren.js';
|
|
103
106
|
export { SlotProvider, SlotProviderProps } from './utils/src/SlotProvider.js';
|
|
107
|
+
export { useIsOverflow } from './utils/src/useIsOverflow.js';
|
|
104
108
|
export { useFontFaceReady } from './utils/src/useFontFaceReady.js';
|
|
105
109
|
export { Scale, useScale } from './utils/src/useScale.js';
|
|
106
110
|
export { useSlot } from './utils/src/useSlot.js';
|
|
@@ -108,7 +112,7 @@ export { useTruncatedText } from './utils/src/useTruncatedText.js';
|
|
|
108
112
|
export { ClearContainerSlots, ClearProviders, ClearProvidersProps } from './utils/src/ClearSlots.js';
|
|
109
113
|
export { useRenderProps } from './utils/src/useRenderProps.js';
|
|
110
114
|
export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from './utils/src/assertion.js';
|
|
111
|
-
export { Collection, Selection } from 'react-aria-components';
|
|
115
|
+
export { Collection, Key, Selection } from 'react-aria-components';
|
|
112
116
|
export { useAsyncList } from 'react-stately';
|
|
113
117
|
export * from '@hopper-ui/styled-system';
|
|
114
118
|
import 'react';
|
package/dist/index.js
CHANGED
|
@@ -1,113 +1,115 @@
|
|
|
1
|
-
export { Collection, _Form as Form, GlobalFormCssSelector, GlobalPopoverCssSelector, _Popover as Popover, $f86e6c1ec7da6ebb$export$bc3384a35de93d66 as useAsyncList } from './chunk-
|
|
2
|
-
export { PopoverTrigger } from './chunk-I4VPBQI7.js';
|
|
1
|
+
export { Collection, _Form as Form, GlobalFormCssSelector, GlobalPopoverCssSelector, GlobalSelectCssSelector, _Popover as Popover, CompoundSelect as Select, $f86e6c1ec7da6ebb$export$bc3384a35de93d66 as useAsyncList } from './chunk-SCXYAGZI.js';
|
|
3
2
|
export { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
4
|
-
export {
|
|
5
|
-
export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from './chunk-YWIDJ55Q.js';
|
|
6
|
-
export { TagContext } from './chunk-EWMWQ2MC.js';
|
|
7
|
-
export { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
3
|
+
export { PopoverTrigger } from './chunk-I4VPBQI7.js';
|
|
8
4
|
export { GlobalTagListCssSelector, _TagList as TagList } from './chunk-WWRB4K4M.js';
|
|
5
|
+
export { GlobalSwitchFieldCssSelector, _SwitchField as SwitchField } from './chunk-LFN43ROH.js';
|
|
6
|
+
export { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
7
|
+
export { GlobalTagCssSelector, _Tag as Tag } from './chunk-FOXOPL2E.js';
|
|
8
|
+
export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from './chunk-DFVORYEU.js';
|
|
9
9
|
export { TagListContext } from './chunk-XLKYXKWE.js';
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
10
|
+
export { TagContext } from './chunk-EWMWQ2MC.js';
|
|
11
|
+
export { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
12
|
+
export { GlobalRadioFieldCssSelector, _RadioField as RadioField } from './chunk-SKEMSZ63.js';
|
|
13
|
+
export { GlobalSwitchCssSelector, _Switch as Switch } from './chunk-7L5MCX2A.js';
|
|
12
14
|
export { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
13
|
-
export { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
14
|
-
export { _Inline as Inline } from './chunk-Y7HUXUHX.js';
|
|
15
|
-
export { _Stack as Stack } from './chunk-D6UTDI2K.js';
|
|
16
|
-
export { fitContent, minmax, repeat } from './chunk-GFHBDUJD.js';
|
|
17
|
-
export { GlobalRadioFieldCssSelector, _RadioField as RadioField } from './chunk-462UBJV3.js';
|
|
18
|
-
export { _Content as Content, GlobalContentCssSelector } from './chunk-GXBVNCVP.js';
|
|
19
|
-
export { ContentContext } from './chunk-IXB2WK56.js';
|
|
20
|
-
export { _Flex as Flex } from './chunk-TVFC2MJ4.js';
|
|
21
15
|
export { _Footer as Footer, GlobalFooterCssSelector } from './chunk-AQITZWYM.js';
|
|
22
16
|
export { FooterContext } from './chunk-I67NHYK4.js';
|
|
23
17
|
export { _Grid as Grid } from './chunk-N77LTZ4U.js';
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export { GlobalTextAreaCssSelector, _TextArea as TextArea } from './chunk-XI3BX2TP.js';
|
|
29
|
-
export { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
18
|
+
export { _Inline as Inline } from './chunk-Y7HUXUHX.js';
|
|
19
|
+
export { _Stack as Stack } from './chunk-D6UTDI2K.js';
|
|
20
|
+
export { fitContent, minmax, repeat } from './chunk-GFHBDUJD.js';
|
|
21
|
+
export { GlobalTextAreaCssSelector, _TextArea as TextArea } from './chunk-GRJ3VKHY.js';
|
|
30
22
|
export { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
23
|
+
export { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
31
24
|
export { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
32
|
-
export { GlobalTextFieldCssSelector, _TextField as TextField } from './chunk-
|
|
25
|
+
export { GlobalTextFieldCssSelector, _TextField as TextField } from './chunk-LYPR2YMY.js';
|
|
33
26
|
export { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
27
|
+
export { _Content as Content, GlobalContentCssSelector } from './chunk-GXBVNCVP.js';
|
|
28
|
+
export { ContentContext } from './chunk-IXB2WK56.js';
|
|
29
|
+
export { _Flex as Flex } from './chunk-TVFC2MJ4.js';
|
|
30
|
+
export { GlobalNumberFieldCssSelector, _NumberField as NumberField } from './chunk-4RMADICI.js';
|
|
36
31
|
export { useScale } from './chunk-MTDFS4CZ.js';
|
|
37
32
|
export { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
|
|
38
|
-
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from './chunk-TFELIWJO.js';
|
|
33
|
+
export { GlobalPasswordFieldCssSelector, _PasswordField as PasswordField } from './chunk-CU36N5JQ.js';
|
|
34
|
+
export { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
35
|
+
export { GlobalSearchFieldCssSelector, _SearchField as SearchField } from './chunk-CWX45XWS.js';
|
|
36
|
+
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from './chunk-ZHOQYYHY.js';
|
|
43
37
|
export { InputGroupContext } from './chunk-6BFSSZCY.js';
|
|
44
|
-
export {
|
|
45
|
-
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from './chunk-
|
|
38
|
+
export { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
39
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from './chunk-JIRLWUDP.js';
|
|
40
|
+
export { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
41
|
+
export { _CheckboxList as CheckboxList, GlobalCheckboxListCssSelector } from './chunk-3LRBUQC2.js';
|
|
46
42
|
export { CheckboxListContext } from './chunk-WDUQUPTE.js';
|
|
43
|
+
export { _ClearButton as ClearButton, GlobalClearButtonCssSelector } from './chunk-BTHPJL3A.js';
|
|
44
|
+
export { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
45
|
+
export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from './chunk-D7DIUGRI.js';
|
|
46
|
+
export { EmbeddedButtonContext } from './chunk-O7IJYNVQ.js';
|
|
47
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from './chunk-T742LIIS.js';
|
|
47
48
|
export { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
48
|
-
export {
|
|
49
|
-
export { _Button as Button, GlobalButtonCssSelector } from './chunk-MFFXNI66.js';
|
|
49
|
+
export { _Button as Button, GlobalButtonCssSelector } from './chunk-TOWSC7FO.js';
|
|
50
50
|
export { useSlot } from './chunk-H5YTU3U7.js';
|
|
51
|
-
export {
|
|
51
|
+
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from './chunk-3573Q6QG.js';
|
|
52
|
+
export { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
53
|
+
export { _ButtonGroup as ButtonGroup, GlobalButtonGroupCssSelector } from './chunk-T37HTUEU.js';
|
|
52
54
|
export { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
53
55
|
export { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
54
|
-
export { _ClearButton as ClearButton, GlobalClearButtonCssSelector } from './chunk-WYBQCRQB.js';
|
|
55
|
-
export { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
56
|
-
export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from './chunk-DZKJZSTQ.js';
|
|
57
|
-
export { EmbeddedButtonContext } from './chunk-O7IJYNVQ.js';
|
|
58
56
|
export { GlobalSectionCssSelector, _Section as Section } from './chunk-O5PTD6IN.js';
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
57
|
+
export { SelectContext } from './chunk-T24MBA34.js';
|
|
58
|
+
export { GlobalSelectValueCssSelector, _SelectValue as SelectValue } from './chunk-YB7IYQW4.js';
|
|
59
|
+
export { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
60
|
+
import './chunk-LJXTJRSB.js';
|
|
61
|
+
export { GlobalLabelCssSelector, _Label as Label } from './chunk-HIDHDS2L.js';
|
|
62
|
+
export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from './chunk-BODCT27J.js';
|
|
63
|
+
export { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
64
|
+
export { GlobalLinkCssSelector, _Link as Link } from './chunk-3ZRCYKIV.js';
|
|
62
65
|
export { LinkContext } from './chunk-4VVNSXIB.js';
|
|
63
|
-
export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, _ListBox as ListBox } from './chunk-
|
|
66
|
+
export { GlobalListBoxCssSelector, GlobalListBoxEmptyItemCssSelector, _ListBox as ListBox } from './chunk-QQI3KNHZ.js';
|
|
64
67
|
export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from './chunk-TIPN4VYD.js';
|
|
65
|
-
import './chunk-JTNMFPM4.js';
|
|
66
68
|
export { SectionContext } from './chunk-5H5AZJPQ.js';
|
|
67
69
|
export { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
68
|
-
export { GlobalListBoxItemCssSelector, _ListBoxItem as ListBoxItem } from './chunk-
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export { GlobalRadioGroupCssSelector, _RadioGroup as RadioGroup } from './chunk-F4KQUFXI.js';
|
|
70
|
+
export { GlobalListBoxItemCssSelector, _ListBoxItem as ListBoxItem } from './chunk-6C5RI4RT.js';
|
|
71
|
+
export { GlobalRadioGroupCssSelector, _RadioGroup as RadioGroup } from './chunk-SSDFINDD.js';
|
|
72
|
+
export { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
72
73
|
export { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
74
|
+
export { GlobalRadioListCssSelector, _RadioList as RadioList } from './chunk-NKHMUPAP.js';
|
|
73
75
|
export { RadioListContext } from './chunk-A7TZHALP.js';
|
|
76
|
+
export { GlobalRadioCssSelector, _Radio as Radio } from './chunk-TTY5HDLL.js';
|
|
74
77
|
export { RadioContext } from './chunk-FU5CCPLP.js';
|
|
75
|
-
export {
|
|
76
|
-
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from './chunk-T7QJEHL7.js';
|
|
77
|
-
export { LabelContext } from './chunk-QCA3ZR56.js';
|
|
78
|
+
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from './chunk-OLS7K6PO.js';
|
|
78
79
|
export { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
79
|
-
|
|
80
|
+
export { LabelContext } from './chunk-QCA3ZR56.js';
|
|
81
|
+
import './chunk-TFVDF4YH.js';
|
|
80
82
|
export { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
81
83
|
export { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
82
84
|
export { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
83
|
-
import './chunk-
|
|
85
|
+
import './chunk-T3CLGQI6.js';
|
|
84
86
|
import './chunk-OKZYR4RF.js';
|
|
85
|
-
export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from './chunk-
|
|
87
|
+
export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from './chunk-6H5DRQZH.js';
|
|
86
88
|
export { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
87
89
|
export { GlobalHopperProviderCssSelector, _HopperProvider as HopperProvider } from './chunk-NMKBUGSO.js';
|
|
88
|
-
export { GlobalIconListCssSelector, _IconList as IconList } from './chunk-
|
|
90
|
+
export { GlobalIconListCssSelector, _IconList as IconList } from './chunk-CAHZCRTK.js';
|
|
89
91
|
export { IconListContext } from './chunk-DHVVYSLB.js';
|
|
90
92
|
export { FormContext } from './chunk-EURJK4ZT.js';
|
|
91
93
|
export { GlobalHeaderCssSelector, _Header as Header } from './chunk-L5A2UTQV.js';
|
|
92
94
|
export { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
93
|
-
export { _Divider as Divider, GlobalDividerCssSelector } from './chunk-
|
|
95
|
+
export { _Divider as Divider, GlobalDividerCssSelector } from './chunk-DLZGJBL7.js';
|
|
94
96
|
export { DividerContext } from './chunk-FYIHMKHI.js';
|
|
95
|
-
export { _Badge as Badge, GlobalBadgeCssSelector } from './chunk-
|
|
96
|
-
export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from './chunk-
|
|
97
|
+
export { _Badge as Badge, GlobalBadgeCssSelector } from './chunk-DXEWBV4C.js';
|
|
98
|
+
export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from './chunk-C72PRNOP.js';
|
|
97
99
|
export { OverlineTextContext } from './chunk-WPNVVGFW.js';
|
|
98
100
|
export { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
99
|
-
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from './chunk-
|
|
101
|
+
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from './chunk-BRU54ERL.js';
|
|
100
102
|
export { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
101
103
|
export { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
102
|
-
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from './chunk-
|
|
103
|
-
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from './chunk-
|
|
104
|
+
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from './chunk-O2ZMTKCT.js';
|
|
105
|
+
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from './chunk-AZJME7JV.js';
|
|
104
106
|
import './chunk-NS3XVOQ7.js';
|
|
105
|
-
export { GlobalTextCssSelector, _Text as Text } from './chunk-
|
|
107
|
+
export { GlobalTextCssSelector, _Text as Text } from './chunk-D5PBETXF.js';
|
|
106
108
|
export { TextContext } from './chunk-X6SER3TZ.js';
|
|
107
109
|
export { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
108
|
-
export { _DeletedAvatar as DeletedAvatar, GlobalDeletedAvatarCssSelector } from './chunk-
|
|
110
|
+
export { _DeletedAvatar as DeletedAvatar, GlobalDeletedAvatarCssSelector } from './chunk-BQITTESM.js';
|
|
109
111
|
export { AvatarContext } from './chunk-AES7QBQE.js';
|
|
110
|
-
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from './chunk-
|
|
112
|
+
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from './chunk-JQMXGSAE.js';
|
|
111
113
|
export { SlotProvider } from './chunk-M36KANKC.js';
|
|
112
114
|
export { cssModule } from './chunk-KVDXQMWI.js';
|
|
113
115
|
export { RichIconAvatarImageContext } from './chunk-JWW56J7M.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___nX1AB {
|
|
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;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
--hop-InputGroup-align-items: center;
|
|
14
14
|
--hop-InputGroup-align-items-textarea: flex-end;
|
|
15
15
|
--hop-InputGroup-inline-size: fit-content;
|
|
16
|
-
--hop-InputGroup-inline-size-number: 100%;
|
|
17
16
|
--hop-InputGroup-sm-block-size: 2rem;
|
|
18
17
|
--hop-InputGroup-md-block-size: 2.5rem;
|
|
19
18
|
--hop-InputGroup-block-size-textarea: auto;
|
|
@@ -80,11 +79,11 @@
|
|
|
80
79
|
border: var(--border);
|
|
81
80
|
border-radius: var(--hop-InputGroup-border-radius);
|
|
82
81
|
}
|
|
83
|
-
.InputGroup-module__hop-InputGroup--
|
|
82
|
+
.InputGroup-module__hop-InputGroup--fluid___cl9VB {
|
|
84
83
|
--inline-size: 100%;
|
|
85
84
|
--input-inline-size: 100%;
|
|
86
85
|
}
|
|
87
|
-
.InputGroup-module__hop-InputGroup--
|
|
86
|
+
.InputGroup-module__hop-InputGroup--sm___W9UwB {
|
|
88
87
|
--block-size: var(--hop-InputGroup-sm-block-size);
|
|
89
88
|
--input-font-family: var(--hop-InputGroup-input-sm-font-family);
|
|
90
89
|
--input-font-size: var(--hop-InputGroup-input-sm-font-size);
|
|
@@ -92,7 +91,7 @@
|
|
|
92
91
|
--input-line-height: var(--hop-InputGroup-input-sm-line-height);
|
|
93
92
|
--input-block-size: var(--hop-InputGroup-input-sm-block-size);
|
|
94
93
|
}
|
|
95
|
-
.InputGroup-module__hop-
|
|
94
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-input-type=textarea] {
|
|
96
95
|
--gap: var(--hop-InputGroup-gap-textarea);
|
|
97
96
|
--flex-direction: var(--hop-InputGroup-flex-direction-textarea);
|
|
98
97
|
--align-items: var(--hop-InputGroup-align-items-textarea);
|
|
@@ -100,29 +99,28 @@
|
|
|
100
99
|
--padding-inline: var(--hop-InputGroup-padding-inline-textarea);
|
|
101
100
|
--padding-block: var(--hop-InputGroup-padding-block-textarea);
|
|
102
101
|
}
|
|
103
|
-
.InputGroup-module__hop-
|
|
102
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-input-type=number] {
|
|
104
103
|
--display: var(--hop-InputGroup-display-number);
|
|
105
104
|
--gap: var(--hop-InputGroup-gap-number);
|
|
106
|
-
--inline-size: var(--hop-InputGroup-inline-size-number);
|
|
107
105
|
}
|
|
108
|
-
.InputGroup-module__hop-
|
|
106
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-hovered] {
|
|
109
107
|
--background: var(--hop-InputGroup-background-hover);
|
|
110
108
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-hover) ;
|
|
111
109
|
}
|
|
112
|
-
.InputGroup-module__hop-
|
|
110
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-focus-within] {
|
|
113
111
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-focus) ;
|
|
114
112
|
}
|
|
115
|
-
.InputGroup-module__hop-
|
|
113
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-invalid] {
|
|
116
114
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-invalid) ;
|
|
117
115
|
}
|
|
118
|
-
.InputGroup-module__hop-
|
|
116
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-disabled] {
|
|
119
117
|
--background: var(--hop-InputGroup-background-disabled);
|
|
120
118
|
--border: 0.0625rem solid var(--hop-InputGroup-border-color-disabled);
|
|
121
119
|
--input-color: var(--hop-InputGroup-input-color-disabled);
|
|
122
120
|
--input-placeholder-color: var(--hop-InputGroup-placeholder-color-disabled);
|
|
123
121
|
}
|
|
124
|
-
.InputGroup-module__hop-
|
|
125
|
-
.InputGroup-module__hop-
|
|
122
|
+
.InputGroup-module__hop-InputGroup__input___VIhOd,
|
|
123
|
+
.InputGroup-module__hop-InputGroup__textarea___9H21Z {
|
|
126
124
|
flex: 1 1 auto;
|
|
127
125
|
box-sizing: border-box;
|
|
128
126
|
inline-size: var(--input-inline-size);
|
|
@@ -136,14 +134,14 @@
|
|
|
136
134
|
border: none;
|
|
137
135
|
outline: none;
|
|
138
136
|
}
|
|
139
|
-
.InputGroup-module__hop-
|
|
137
|
+
.InputGroup-module__hop-InputGroup__input___VIhOd {
|
|
140
138
|
block-size: var(--input-block-size);
|
|
141
139
|
padding: var(--hop-InputGroup-input-padding);
|
|
142
140
|
}
|
|
143
|
-
.InputGroup-module__hop-
|
|
141
|
+
.InputGroup-module__hop-InputGroup__textarea___9H21Z {
|
|
144
142
|
padding: var(--hop-InputGroup-textarea-padding);
|
|
145
143
|
}
|
|
146
|
-
.InputGroup-module__hop-
|
|
144
|
+
.InputGroup-module__hop-InputGroup__input___VIhOd::placeholder {
|
|
147
145
|
font-family: var(--hop-InputGroup-placeholder-font-family);
|
|
148
146
|
font-size: var(--hop-InputGroup-placeholder-font-size);
|
|
149
147
|
font-weight: var(--hop-InputGroup-placeholder-font-weight);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from '../../chunk-
|
|
1
|
+
export { GlobalInputGroupCssSelector, _InputGroup as InputGroup } from '../../chunk-ZHOQYYHY.js';
|
|
2
2
|
import '../../chunk-6BFSSZCY.js';
|
|
3
3
|
import '../../chunk-65JPI4FL.js';
|
|
4
4
|
import '../../chunk-M36KANKC.js';
|