@hopper-ui/components 1.3.21 → 1.3.22
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 +37 -37
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +55 -55
- package/dist/Avatar/src/Avatar.js +3 -3
- package/dist/Avatar/src/DeletedAvatar.css +37 -37
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +55 -55
- package/dist/Avatar/src/index.js +5 -5
- package/dist/Badge/src/Badge.css +42 -42
- package/dist/Badge/src/Badge.d.ts +5 -0
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +3 -3
- package/dist/ComboBox/src/ComboBox.css +768 -768
- package/dist/ComboBox/src/ComboBox.js +6 -6
- package/dist/ComboBox/src/ComboBoxOptions.css +768 -768
- package/dist/ComboBox/src/ComboBoxOptions.js +48 -48
- package/dist/ComboBox/src/index.css +768 -768
- package/dist/ComboBox/src/index.js +48 -48
- package/dist/Divider/src/Divider.css +29 -29
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +29 -29
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +29 -29
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +768 -768
- package/dist/Form/src/Form.js +48 -48
- package/dist/Form/src/index.css +768 -768
- package/dist/Form/src/index.js +48 -48
- package/dist/HelperMessage/src/HelperMessage.css +29 -29
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +29 -29
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +28 -28
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +28 -28
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +49 -49
- package/dist/Link/src/Link.js +6 -6
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +6 -6
- package/dist/ListBox/src/ListBox.css +274 -274
- package/dist/ListBox/src/ListBox.js +10 -10
- package/dist/ListBox/src/ListBoxItem.css +262 -262
- package/dist/ListBox/src/ListBoxItem.js +9 -9
- package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +274 -274
- package/dist/ListBox/src/index.js +10 -10
- package/dist/Select/src/Select.css +296 -296
- package/dist/Select/src/Select.js +7 -7
- package/dist/Select/src/SelectOptions.css +768 -768
- package/dist/Select/src/SelectOptions.js +48 -48
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +5 -5
- package/dist/Select/src/index.css +768 -768
- package/dist/Select/src/index.js +48 -48
- package/dist/Spinner/src/Spinner.css +37 -37
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +37 -37
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +93 -93
- package/dist/buttons/src/Button.js +7 -7
- package/dist/buttons/src/ButtonGroup.css +38 -38
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +98 -98
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/EmbeddedButton.css +98 -98
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +102 -102
- package/dist/buttons/src/LinkButton.js +6 -6
- package/dist/buttons/src/index.css +249 -249
- package/dist/buttons/src/index.js +11 -11
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +6 -6
- package/dist/checkbox/src/CheckboxField.css +33 -33
- package/dist/checkbox/src/CheckboxField.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +98 -98
- package/dist/checkbox/src/CheckboxGroup.js +1 -1
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.js +6 -6
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.js +9 -9
- package/dist/{chunk-X5N7I2HV.js → chunk-252JECH3.js} +3 -3
- package/dist/{chunk-OD7U6X4F.js → chunk-2H6UV2SG.js} +1 -1
- package/dist/{chunk-ZWUASBUA.js → chunk-2VHUBRYW.js} +1 -1
- package/dist/{chunk-D3ES4N5I.js → chunk-4JSLFCFC.js} +3 -3
- package/dist/{chunk-QFWFNJTE.js → chunk-4O4FBHN5.js} +12 -6
- package/dist/{chunk-Y76Z32VB.js → chunk-5TSWWRP5.js} +1 -1
- package/dist/{chunk-T54ITIHK.js → chunk-5YJ67DFM.js} +2 -2
- package/dist/{chunk-MCGBD7B2.js → chunk-6NYROZG5.js} +3 -3
- package/dist/{chunk-DQ3RMWYV.js → chunk-6RICOPVG.js} +5 -5
- package/dist/{chunk-2FXHD5EF.js → chunk-6RNMY3B3.js} +2 -2
- package/dist/{chunk-EI3IUNUO.js → chunk-6UPNVYSM.js} +2 -2
- package/dist/{chunk-H5SFGSQY.js → chunk-7J3TNUEU.js} +2 -2
- package/dist/{chunk-KWYYG3UT.js → chunk-B63FSPKP.js} +1 -1
- package/dist/{chunk-NZUOHL5V.js → chunk-B7HFTI4F.js} +1 -1
- package/dist/{chunk-MHDM4YO4.js → chunk-BPHBGKEP.js} +1 -1
- package/dist/{chunk-SUMAGCIA.js → chunk-D3SH5S47.js} +2 -2
- package/dist/{chunk-YIIWGRHM.js → chunk-DBMGIEGU.js} +2 -2
- package/dist/{chunk-KGVQXCKY.js → chunk-FUOWPCCB.js} +5 -5
- package/dist/{chunk-WMRLDPFX.js → chunk-GMVVIPQG.js} +1 -1
- package/dist/{chunk-UKR2P5OV.js → chunk-GWG4MVEJ.js} +3 -3
- package/dist/{chunk-HCDZVQF5.js → chunk-HA2G7Z3Y.js} +2 -2
- package/dist/{chunk-IRP5O2PB.js → chunk-HWO7TXDE.js} +1 -1
- package/dist/{chunk-UHT3G5QZ.js → chunk-I6KKIOW4.js} +1 -1
- package/dist/{chunk-F6SXVFV7.js → chunk-IJ63FSF2.js} +2 -2
- package/dist/{chunk-7XRGRMKN.js → chunk-IXSK27JB.js} +1 -1
- package/dist/{chunk-E6KLDSL7.js → chunk-JP6GK2ZA.js} +2 -2
- package/dist/{chunk-4MJUV4Y4.js → chunk-JTX57GMF.js} +1 -1
- package/dist/{chunk-3PONZZJH.js → chunk-KSVVXFS7.js} +1 -1
- package/dist/{chunk-NH4G3E35.js → chunk-LIWVG7YG.js} +1 -1
- package/dist/{chunk-RJW3T3TL.js → chunk-M5KK5N5H.js} +4 -4
- package/dist/{chunk-HIDFOPDG.js → chunk-MPQTHOE3.js} +2 -2
- package/dist/{chunk-HEAER6AM.js → chunk-OA3QBRFE.js} +1 -1
- package/dist/{chunk-BZDYEIAN.js → chunk-OJUEP7CC.js} +6 -5
- package/dist/{chunk-CRBWHSR5.js → chunk-OMUZK3MO.js} +1 -1
- package/dist/{chunk-SH2PCVCP.js → chunk-ORU5PV3C.js} +1 -1
- package/dist/{chunk-QTVWIRCB.js → chunk-QESAGPPL.js} +3 -3
- package/dist/{chunk-XSAC6GZB.js → chunk-R4F5OA3R.js} +3 -3
- package/dist/{chunk-AJAXFPMZ.js → chunk-RS26HRDP.js} +1 -1
- package/dist/{chunk-3TN23WXI.js → chunk-RVSFILDF.js} +2 -2
- package/dist/{chunk-DSDDTQSP.js → chunk-TFUV5RJ3.js} +3 -3
- package/dist/{chunk-J3D3EFH7.js → chunk-X66XJOKK.js} +2 -2
- package/dist/{chunk-LTIKJWVL.js → chunk-X7NKH6N6.js} +1 -1
- package/dist/{chunk-IVVBR4PT.js → chunk-XZ3DY7TN.js} +1 -1
- package/dist/{chunk-ID7CLQIZ.js → chunk-Y4JN2FNO.js} +1 -1
- package/dist/{chunk-YGZQBJTZ.js → chunk-YBR7YMSR.js} +1 -1
- package/dist/{chunk-N4TMRRF4.js → chunk-YOLWUQYK.js} +2 -2
- package/dist/{chunk-I7RO3Y4Y.js → chunk-ZELJHVRI.js} +1 -1
- package/dist/{chunk-SM3RKPS2.js → chunk-ZTILFVDQ.js} +3 -3
- package/dist/index.css +768 -768
- package/dist/index.js +48 -48
- package/dist/inputs/src/InputGroup.css +264 -264
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +286 -286
- package/dist/inputs/src/NumberField.js +7 -7
- package/dist/inputs/src/PasswordField.css +274 -274
- package/dist/inputs/src/PasswordField.js +7 -7
- package/dist/inputs/src/RemainingCharacterCount.css +30 -30
- package/dist/inputs/src/RemainingCharacterCount.js +5 -5
- package/dist/inputs/src/SearchField.css +280 -280
- package/dist/inputs/src/SearchField.js +8 -8
- package/dist/inputs/src/TextArea.css +281 -281
- package/dist/inputs/src/TextArea.js +7 -7
- package/dist/inputs/src/TextField.css +278 -278
- package/dist/inputs/src/TextField.js +10 -10
- package/dist/inputs/src/index.css +324 -324
- package/dist/inputs/src/index.js +14 -14
- package/dist/overlays/Popover/src/Popover.css +768 -768
- package/dist/overlays/Popover/src/Popover.js +48 -48
- package/dist/overlays/Popover/src/index.css +768 -768
- package/dist/overlays/Popover/src/index.js +48 -48
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.js +6 -6
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +6 -6
- package/dist/radio/src/RadioField.css +33 -33
- package/dist/radio/src/RadioField.js +1 -1
- package/dist/radio/src/RadioGroup.css +98 -98
- package/dist/radio/src/RadioGroup.js +1 -1
- package/dist/radio/src/index.css +98 -98
- package/dist/radio/src/index.js +9 -9
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +6 -6
- package/dist/switch/src/SwitchField.css +33 -33
- package/dist/switch/src/SwitchField.js +1 -1
- package/dist/switch/src/index.css +49 -49
- package/dist/switch/src/index.js +7 -7
- package/dist/tag/src/Tag.css +390 -390
- package/dist/tag/src/Tag.js +9 -9
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.js +1 -1
- package/dist/tag/src/TagList.css +27 -27
- package/dist/tag/src/index.css +400 -400
- package/dist/tag/src/index.js +10 -10
- package/dist/typography/Heading/src/Heading.css +27 -27
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +27 -27
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +27 -27
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +27 -27
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +27 -27
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +27 -27
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +27 -27
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +27 -27
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +27 -27
- package/dist/utils/src/EnsureTextWrapper.js +5 -5
- package/dist/utils/src/index.css +27 -27
- package/dist/utils/src/index.js +5 -5
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
|
15
15
|
import { ButtonContext as ButtonContext$1 } from './chunk-WMTWFKKP.js';
|
|
16
16
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
17
17
|
import { SelectOptionsContext } from './chunk-CQFXGAJK.js';
|
|
18
|
-
import { _ListBox } from './chunk-
|
|
18
|
+
import { _ListBox } from './chunk-4JSLFCFC.js';
|
|
19
19
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
20
20
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
21
21
|
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
@@ -23,7 +23,7 @@ import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
|
23
23
|
import { FormContext } from './chunk-EURJK4ZT.js';
|
|
24
24
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
25
25
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
26
|
-
import { EnsureTextWrapper } from './chunk-
|
|
26
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
27
27
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
28
28
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
29
29
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
@@ -123,7 +123,7 @@ var _ComboBoxOptions = forwardRef(ComboBoxOptions);
|
|
|
123
123
|
_ComboBoxOptions.displayName = "ComboBoxOptions";
|
|
124
124
|
|
|
125
125
|
// css-module:./Form.module.css#css-module
|
|
126
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
126
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___eqN2-" };
|
|
127
127
|
var GlobalFormCssSelector = "hop-Form";
|
|
128
128
|
function Form(props, ref) {
|
|
129
129
|
var _a;
|
|
@@ -738,7 +738,7 @@ function $f86e6c1ec7da6ebb$export$bc3384a35de93d66(options) {
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
// css-module:./Popover.module.css#css-module
|
|
741
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
741
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___8d0kH", "fade": "Popover-module__fade___ScKhP", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___OlnYm", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___u3ugx", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___T1gtF", "hop-Popover__title": "Popover-module__hop-Popover__title___6CPkP", "hop-Popover__content": "Popover-module__hop-Popover__content___kOQSN", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___uQerR", "hop-Popover__footer": "Popover-module__hop-Popover__footer___gT-x1", "hop-Popover__actions": "Popover-module__hop-Popover__actions___-Ar4R", "hop-Popover__action": "Popover-module__hop-Popover__action___BE3ex" };
|
|
742
742
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
743
743
|
function Popover(props, ref) {
|
|
744
744
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-KSVVXFS7.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { InfoIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
|
|
|
9
9
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./HelperMessage.module.css#css-module
|
|
12
|
-
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-
|
|
12
|
+
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___cboH7", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___LOn-n" };
|
|
13
13
|
var GlobalHelperMessageCssSelector = "hop-HelperMessage";
|
|
14
14
|
function HelperMessage(props, ref) {
|
|
15
15
|
const validation = useContext(FieldErrorContext);
|
|
@@ -8,7 +8,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
|
|
|
8
8
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./Label.module.css#css-module
|
|
11
|
-
var Label_module_default = { "hop-Label": "Label-module__hop-
|
|
11
|
+
var Label_module_default = { "hop-Label": "Label-module__hop-Label___lehKc", "hop-Label__indicator": "Label-module__hop-Label__indicator___fWyCS" };
|
|
12
12
|
var GlobalLabelCssSelector = "hop-Label";
|
|
13
13
|
function Label(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-JTX57GMF.js';
|
|
2
2
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
3
3
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
4
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
@@ -23,7 +23,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
// css-module:./Badge.module.css#css-module
|
|
26
|
-
var Badge_module_default = { "hop-Badge": "Badge-module__hop-
|
|
26
|
+
var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___MEPnI", "hop-Badge--primary": "Badge-module__hop-Badge--primary___sHpPz", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___SvqSX", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___XgCBD" };
|
|
27
27
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
28
28
|
function Badge(props, ref) {
|
|
29
29
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -43,7 +43,8 @@ function Badge(props, ref) {
|
|
|
43
43
|
GlobalBadgeCssSelector,
|
|
44
44
|
cssModule(
|
|
45
45
|
Badge_module_default,
|
|
46
|
-
"hop-Badge"
|
|
46
|
+
"hop-Badge",
|
|
47
|
+
mapOrbiterToHopperVariants(variant)
|
|
47
48
|
),
|
|
48
49
|
stylingProps.className
|
|
49
50
|
);
|
|
@@ -62,7 +63,8 @@ function Badge(props, ref) {
|
|
|
62
63
|
isIndeterminate: isIndeterminate || false,
|
|
63
64
|
isHovered: isHovered || false,
|
|
64
65
|
isPressed: isPressed || false,
|
|
65
|
-
isSelected: isSelected || false
|
|
66
|
+
isSelected: isSelected || false,
|
|
67
|
+
variant: mapOrbiterToHopperVariants(variant)
|
|
66
68
|
}
|
|
67
69
|
});
|
|
68
70
|
const isDot = isIndeterminate || !renderProps.children;
|
|
@@ -79,7 +81,6 @@ function Badge(props, ref) {
|
|
|
79
81
|
"data-hovered": isHovered || void 0,
|
|
80
82
|
"data-pressed": isPressed || void 0,
|
|
81
83
|
"data-selected": isSelected || void 0,
|
|
82
|
-
"data-variant": mapOrbiterToHopperVariants(variant),
|
|
83
84
|
children: !isDot && renderProps.children
|
|
84
85
|
}
|
|
85
86
|
) });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-LIWVG7YG.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { DeletedUserRichIcon } from '@hopper-ui/icons';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./CheckboxField.module.css#css-module
|
|
15
|
-
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-
|
|
15
|
+
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___NM98u", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___KmoTe", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___cVrKu", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___-KTuS", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___SZNAO" };
|
|
16
16
|
var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
|
|
17
17
|
var CheckboxToDescriptionSizeAdapter = {
|
|
18
18
|
sm: "xs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _ClearButton } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-ZELJHVRI.js';
|
|
3
|
+
import { _ClearButton } from './chunk-I6KKIOW4.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
6
6
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, Input, SearchField as SearchField$
|
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./SearchField.module.css#css-module
|
|
21
|
-
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-
|
|
21
|
+
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___HfIPZ", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___Pl1t7", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___U-GWL", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___SppZQ", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___R1sxH", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___yDzOM", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___fVscl", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___Y8Hvq", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___I-i9y" };
|
|
22
22
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
23
23
|
function SearchField(props, ref) {
|
|
24
24
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useScale } from './chunk-MTDFS4CZ.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-ZELJHVRI.js';
|
|
3
3
|
import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
|
|
4
|
-
import { EnsureTextWrapper } from './chunk-
|
|
4
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
5
5
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
6
6
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
7
7
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
@@ -21,7 +21,7 @@ import { useContextProps, composeRenderProps, Input, NumberField as NumberField$
|
|
|
21
21
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
22
22
|
|
|
23
23
|
// css-module:./NumberField.module.css#css-module
|
|
24
|
-
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-
|
|
24
|
+
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___7TOQ4", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___N-U6H", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___6vh9Z", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___NzB2B", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___a1itP", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___sQY4D", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___ue7-p", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___9dMxc", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___rM2YP", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___rIqbb", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___42jBA", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___UeufX", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___Bnc6i", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___VAt38" };
|
|
25
25
|
var GlobalNumberFieldCssSelector = "hop-NumberField";
|
|
26
26
|
var StepperButton = ({ direction }) => {
|
|
27
27
|
const scale = useScale();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-LIWVG7YG.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { AnonymousRichIcon } from '@hopper-ui/icons';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { EnsureTextWrapper } from './chunk-
|
|
3
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Switch.module.css#css-module
|
|
16
|
-
var Switch_module_default = { "hop-Switch": "Switch-module__hop-
|
|
16
|
+
var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___uhAMS", "hop-Switch--sm": "Switch-module__hop-Switch--sm___I--SH", "hop-Switch--md": "Switch-module__hop-Switch--md___XskDz", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___1Kfbz", "hop-Switch__text": "Switch-module__hop-Switch__text___UXs4t", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___AaKpd", "hop-Switch__icon": "Switch-module__hop-Switch__icon___2lqFj" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _SelectValue } from './chunk-
|
|
1
|
+
import { _SelectValue } from './chunk-6UPNVYSM.js';
|
|
2
2
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
3
3
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
4
|
-
import { EnsureTextWrapper } from './chunk-
|
|
4
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
5
5
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
6
6
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
7
7
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, Select as Select$1, Button } from
|
|
|
17
17
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./Select.module.css#css-module
|
|
20
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
20
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___QfkJS", "hop-Select--fluid": "Select-module__hop-Select--fluid___ehxcK", "hop-Select__label": "Select-module__hop-Select__label___eabHv", "hop-Select__button": "Select-module__hop-Select__button___oRdsv", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___hjzPC", "hop-Select__button--md": "Select-module__hop-Select__button--md___az8pt", "hop-Select__prefix": "Select-module__hop-Select__prefix___xW2IR", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___ZL9DN", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___OKRr4", "hop-Select__error-message": "Select-module__hop-Select__error-message___zQ-lf" };
|
|
21
21
|
var GlobalSelectCssSelector = "hop-Select";
|
|
22
22
|
function Select(props, ref) {
|
|
23
23
|
var _a, _b;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
2
2
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
3
|
-
import { EnsureTextWrapper } from './chunk-
|
|
3
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
6
6
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, useSlottedContext, InputContext, composeRenderProps, C
|
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ComboBox.module.css#css-module
|
|
21
|
-
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-
|
|
21
|
+
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___-uaSh", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___AFM7A", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___TWpHn", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___wTmon", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___-KMSd", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___EX4JY", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___j9VjW", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___G0iN9", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___3v9a5", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___rBLaP", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___uPRWl", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___b4gZ4" };
|
|
22
22
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
23
23
|
function ComboBox(props, ref) {
|
|
24
24
|
var _a, _b, _c;
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./RadioField.module.css#css-module
|
|
16
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
16
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___cCS7t", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___0ZxM5", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___Kg0M3", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___9il7m", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___qvCJS" };
|
|
17
17
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
18
18
|
var RadioToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___RuMlo", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___pmHId" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./IconList.module.css#css-module
|
|
11
|
-
var IconList_module_default = { "hop-IconList": "IconList-module__hop-
|
|
11
|
+
var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___sAa77" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./ButtonGroup.module.css#css-module
|
|
14
|
-
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-
|
|
14
|
+
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___XrhX2", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___V-N-r", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___REfnP", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___AkBFb", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___Ey-q1", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___853b2", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___4g1EI", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___QGsQb" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { EnsureTextWrapper } from './chunk-
|
|
3
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./DecorativeRadio.module.css#css-module
|
|
18
|
-
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-
|
|
18
|
+
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___3t6es Radio-module__hop-Radio___uVVY4", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___eWI-8 Radio-module__hop-Radio--sm___LWATw", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___g2Yqj Radio-module__hop-Radio--md___RhP2t", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___ohh36 Radio-module__hop-Radio__icon___HMK-H", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___JnRb5 Radio-module__hop-Radio__icon___HMK-H", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___GJaKH Radio-module__hop-Radio__box___fe1zI", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___seZMP Radio-module__hop-Radio__bullet___CzSwE", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___pdltR Radio-module__hop-Radio__text___Ze9cX" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -10,7 +10,7 @@ import { useContextProps, useSlottedContext, InputContext, TextAreaContext, Fiel
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./InputGroup.module.css#css-module
|
|
13
|
-
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-
|
|
13
|
+
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___lrJ3V", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___M1WBQ", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___yowmL", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___WvCRO", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___SgsUj", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___-Gmfk" };
|
|
14
14
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
15
15
|
function InputGroup(props, ref) {
|
|
16
16
|
var _a, _b;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useImageFallback } from './chunk-LI5HSYF7.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-KSVVXFS7.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-LIWVG7YG.js';
|
|
5
5
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Avatar.module.css#css-module
|
|
16
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
16
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___NqC9M", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___QEPZS", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___hL9n2", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___h-ckK", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___MV1Tb", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___MpZyY", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___nrnJt", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___a0flf", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___3VFaq", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___p7xDZ", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___BsBst", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___odeQp", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___MYSDg", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___IIoYv", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___T2Uir", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___tTmv6", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___1xHIt" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|