@hopper-ui/components 1.3.13 → 1.3.14
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 +44 -44
- 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 +54 -54
- package/dist/Badge/src/index.js +3 -3
- package/dist/ComboBox/src/ComboBox.css +715 -715
- package/dist/ComboBox/src/ComboBox.js +45 -45
- package/dist/ComboBox/src/index.css +715 -715
- package/dist/ComboBox/src/index.js +45 -45
- 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 +715 -715
- package/dist/Form/src/Form.js +45 -45
- package/dist/Form/src/index.css +715 -715
- package/dist/Form/src/index.js +45 -45
- 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 +276 -276
- package/dist/ListBox/src/ListBox.js +10 -10
- package/dist/ListBox/src/ListBoxItem.css +264 -264
- 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 +276 -276
- package/dist/ListBox/src/index.js +10 -10
- package/dist/Select/src/Select.css +715 -715
- package/dist/Select/src/Select.js +45 -45
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +5 -5
- package/dist/Select/src/index.css +715 -715
- package/dist/Select/src/index.js +45 -45
- 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 +112 -112
- 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/index.css +194 -194
- package/dist/buttons/src/index.js +10 -10
- 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-SED3IAG6.js → chunk-26L2JI5Z.js} +2 -2
- package/dist/{chunk-N4W5OGVT.js → chunk-2D2QW2TN.js} +3 -3
- package/dist/{chunk-BNRFZJH2.js → chunk-4DLUFECD.js} +1 -1
- package/dist/{chunk-JE3XX2SJ.js → chunk-4W7GPP6I.js} +1 -1
- package/dist/{chunk-6CMYDEZX.js → chunk-5C2HFY65.js} +8 -8
- package/dist/{chunk-5NLYTU3H.js → chunk-5TL2U37O.js} +2 -2
- package/dist/{chunk-5C4FZTGZ.js → chunk-6DYXXDY4.js} +3 -3
- package/dist/{chunk-XA4GSKHM.js → chunk-6XBPJOFU.js} +1 -1
- package/dist/{chunk-NCSZH3BX.js → chunk-A265GCLA.js} +2 -2
- package/dist/{chunk-WGK36YRB.js → chunk-A4UHNZBX.js} +1 -1
- package/dist/{chunk-4SAYVVYL.js → chunk-AA6XHAZJ.js} +3 -3
- package/dist/{chunk-YEFNZ7AV.js → chunk-BA265NQT.js} +4 -4
- package/dist/{chunk-NMVERJN3.js → chunk-BWMRLYXD.js} +9 -6
- package/dist/{chunk-BRXIL2PF.js → chunk-CUPCOAXZ.js} +1 -1
- package/dist/{chunk-4LGBWVIU.js → chunk-DFKPVOQ4.js} +1 -1
- package/dist/{chunk-N2LF4W2F.js → chunk-DN63JAPT.js} +1 -1
- package/dist/{chunk-VGVPCTWN.js → chunk-DWVXSSVC.js} +2 -2
- package/dist/{chunk-YJR4NQEV.js → chunk-F6P4WIKS.js} +2 -2
- package/dist/{chunk-VNC3T7SU.js → chunk-FRVE3N27.js} +1 -1
- package/dist/{chunk-ZXLXPVHG.js → chunk-FXHZXIPR.js} +2 -2
- package/dist/{chunk-7NUKUYR2.js → chunk-GUHMGBDJ.js} +1 -1
- package/dist/{chunk-PIPM74ZR.js → chunk-I3B3G6N4.js} +1 -1
- package/dist/{chunk-AXOHWQ3F.js → chunk-JB3N2PYV.js} +1 -1
- package/dist/{chunk-QZK76BU7.js → chunk-JHP7LA2B.js} +1 -1
- package/dist/{chunk-TWDVOXVB.js → chunk-JZAWRJFA.js} +1 -1
- package/dist/{chunk-525E7GQA.js → chunk-K2DSUPKO.js} +1 -1
- package/dist/{chunk-2FPPOLXY.js → chunk-KFXDFFLE.js} +2 -2
- package/dist/{chunk-AG6PENAS.js → chunk-LFFRDNDM.js} +2 -2
- package/dist/{chunk-NDNG5JZM.js → chunk-MDIVABWE.js} +1 -1
- package/dist/{chunk-QOJVYB3C.js → chunk-MLLUZ55T.js} +1 -1
- package/dist/{chunk-ZVEICADL.js → chunk-P2OSN32C.js} +1 -1
- package/dist/{chunk-Y4DX32HX.js → chunk-PCOOOVLE.js} +2 -2
- package/dist/{chunk-GP6BKXPT.js → chunk-PQR2DVBK.js} +1 -1
- package/dist/{chunk-2YCQ3HR4.js → chunk-PWJCO32L.js} +1 -1
- package/dist/{chunk-POYJ4HSP.js → chunk-R2EN2OFJ.js} +2 -2
- package/dist/{chunk-WXDO7NVW.js → chunk-RUZ3J43X.js} +1 -1
- package/dist/{chunk-RWV3WC6S.js → chunk-RXMCGKWB.js} +3 -3
- package/dist/{chunk-WHESXP63.js → chunk-SG2POHLX.js} +5 -5
- package/dist/{chunk-KEFMYHZ7.js → chunk-TH46DMKQ.js} +2 -2
- package/dist/{chunk-TAKV5UAB.js → chunk-USP2ITRL.js} +1 -1
- package/dist/{chunk-AHYLFUTN.js → chunk-VVVDQWQ3.js} +3 -3
- package/dist/{chunk-L4P3WZD5.js → chunk-X57PKGPX.js} +2 -2
- package/dist/{chunk-PC57XZVV.js → chunk-XGS34BBU.js} +3 -3
- package/dist/{chunk-D7DJDRJ3.js → chunk-YYFZDZXJ.js} +1 -1
- package/dist/{chunk-2T4YF6YA.js → chunk-ZPLEEUPC.js} +11 -8
- package/dist/index.css +715 -715
- package/dist/index.js +45 -45
- package/dist/inputs/src/InputGroup.css +209 -209
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +231 -231
- package/dist/inputs/src/NumberField.js +7 -7
- package/dist/inputs/src/PasswordField.css +219 -219
- 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 +225 -225
- package/dist/inputs/src/SearchField.js +8 -8
- package/dist/inputs/src/TextArea.css +226 -226
- package/dist/inputs/src/TextArea.d.ts +2 -4
- package/dist/inputs/src/TextArea.js +7 -7
- package/dist/inputs/src/TextField.css +223 -223
- package/dist/inputs/src/TextField.d.ts +2 -4
- package/dist/inputs/src/TextField.js +10 -10
- package/dist/inputs/src/index.css +269 -269
- package/dist/inputs/src/index.js +14 -14
- package/dist/overlays/Popover/src/Popover.css +715 -715
- package/dist/overlays/Popover/src/Popover.js +45 -45
- package/dist/overlays/Popover/src/index.css +715 -715
- package/dist/overlays/Popover/src/index.js +45 -45
- 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 +337 -337
- 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 +347 -347
- 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
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export { _CheckboxList as CheckboxList, GlobalCheckboxListCssSelector } from '../../chunk-3LRBUQC2.js';
|
|
2
|
-
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-
|
|
3
|
-
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-
|
|
4
|
-
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-
|
|
2
|
+
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-DWVXSSVC.js';
|
|
3
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-A4UHNZBX.js';
|
|
4
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-DN63JAPT.js';
|
|
5
5
|
export { CheckboxListContext } from '../../chunk-WDUQUPTE.js';
|
|
6
6
|
export { CheckboxFieldContext } from '../../chunk-ZGNK4GWA.js';
|
|
7
7
|
export { CheckboxGroupContext } from '../../chunk-N7YDPVZL.js';
|
|
8
|
-
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-
|
|
8
|
+
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-LFFRDNDM.js';
|
|
9
9
|
export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-P2OSN32C.js';
|
|
11
11
|
import '../../chunk-ZWU6DRRZ.js';
|
|
12
12
|
import '../../chunk-LJXTJRSB.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-PWJCO32L.js';
|
|
14
|
+
import '../../chunk-I3B3G6N4.js';
|
|
15
15
|
import '../../chunk-TXZ6BMFR.js';
|
|
16
16
|
import '../../chunk-QCA3ZR56.js';
|
|
17
17
|
import '../../chunk-TFVDF4YH.js';
|
|
18
18
|
import '../../chunk-DHVVYSLB.js';
|
|
19
19
|
import '../../chunk-HZKFQ33E.js';
|
|
20
20
|
import '../../chunk-FAE27DLF.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-JZAWRJFA.js';
|
|
22
22
|
import '../../chunk-WPNVVGFW.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-MLLUZ55T.js';
|
|
24
24
|
import '../../chunk-X6SER3TZ.js';
|
|
25
25
|
import '../../chunk-HXI3MEEK.js';
|
|
26
26
|
import '../../chunk-NH3IVMXB.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-MLLUZ55T.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { FieldErrorContext, useContextProps, composeRenderProps } from 'react-ar
|
|
|
10
10
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./ErrorMessage.module.css#css-module
|
|
13
|
-
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-
|
|
13
|
+
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___Vd7mM", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___K5U-I" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _Text } from './chunk-
|
|
1
|
+
import { _Text } from './chunk-MLLUZ55T.js';
|
|
2
2
|
import { useImageFallback } from './chunk-LI5HSYF7.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-PQR2DVBK.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___wpAuv", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___clJqT", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___VwTfw", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___GF4mZ", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___-0jQ0", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___nf4fI", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___iaxQ-", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___Tm0WE", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___8JEYv", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___1oYom", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___dX7mt", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___ww9OR", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___BDC7Y", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___92LEC", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___x8En7", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___ikdtq", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___FOaQe" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -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___AmJcI", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___szbuc", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___nMlKJ", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___Ecsab", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___vXNFl" };
|
|
17
17
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
18
18
|
var RadioToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioGroup.module.css#css-module
|
|
17
|
-
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-
|
|
17
|
+
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___PybWQ", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___9f6T3", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___R75VP", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___Qy-vn", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___-RIG9", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___hODuD", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___ACfL2", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___Kz9mY", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___voXl2" };
|
|
18
18
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
19
19
|
function RadioGroup(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -14,14 +14,14 @@ import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
|
14
14
|
import { ButtonContext as ButtonContext$1 } from './chunk-WMTWFKKP.js';
|
|
15
15
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
16
16
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
17
|
-
import { _SelectValue } from './chunk-
|
|
18
|
-
import { _ListBox } from './chunk-
|
|
17
|
+
import { _SelectValue } from './chunk-KFXDFFLE.js';
|
|
18
|
+
import { _ListBox } from './chunk-XGS34BBU.js';
|
|
19
19
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
20
20
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
21
|
-
import { _ListBoxItem } from './chunk-
|
|
21
|
+
import { _ListBoxItem } from './chunk-SG2POHLX.js';
|
|
22
22
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
23
23
|
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
24
|
-
import { EnsureTextWrapper } from './chunk-
|
|
24
|
+
import { EnsureTextWrapper } from './chunk-P2OSN32C.js';
|
|
25
25
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
26
26
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
27
27
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
@@ -46,7 +46,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
46
46
|
import clsx2 from 'clsx';
|
|
47
47
|
|
|
48
48
|
// css-module:./ComboBox.module.css#css-module
|
|
49
|
-
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-
|
|
49
|
+
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___835Et", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___hk2qO", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___xc8rV", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___8u7tA", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___3OjBy", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___6NX9h", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___-BhRc", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___hzZiE", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___23knp", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___Z88LJ", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___NcbYQ", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___heXGo" };
|
|
50
50
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
51
51
|
function ComboBox(props, ref) {
|
|
52
52
|
var _a, _b, _c;
|
|
@@ -289,7 +289,7 @@ var CompoundComboBox = Object.assign(_ComboBox, {
|
|
|
289
289
|
});
|
|
290
290
|
|
|
291
291
|
// css-module:./Form.module.css#css-module
|
|
292
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
292
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___ivzCo" };
|
|
293
293
|
var GlobalFormCssSelector = "hop-Form";
|
|
294
294
|
function Form(props, ref) {
|
|
295
295
|
var _a;
|
|
@@ -416,7 +416,7 @@ var _Form = forwardRef(Form);
|
|
|
416
416
|
_Form.displayName = "Form";
|
|
417
417
|
|
|
418
418
|
// css-module:./Select.module.css#css-module
|
|
419
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
419
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___iGe3X", "hop-Select--fluid": "Select-module__hop-Select--fluid___MRajt", "hop-Select__label": "Select-module__hop-Select__label___pcp6j", "hop-Select__button": "Select-module__hop-Select__button___YqM-Z", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___5Tjs-", "hop-Select__button--md": "Select-module__hop-Select__button--md___bnEbE", "hop-Select__prefix": "Select-module__hop-Select__prefix___916vN", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___SzaEd", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___NogEd", "hop-Select__error-message": "Select-module__hop-Select__error-message___k-T9W" };
|
|
420
420
|
var GlobalSelectCssSelector = "hop-Select";
|
|
421
421
|
function Select(props, ref) {
|
|
422
422
|
var _a, _b;
|
|
@@ -992,7 +992,7 @@ function $f86e6c1ec7da6ebb$export$bc3384a35de93d66(options) {
|
|
|
992
992
|
}
|
|
993
993
|
|
|
994
994
|
// css-module:./Popover.module.css#css-module
|
|
995
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
995
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___uSCOt", "fade": "Popover-module__fade___xSKiJ", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___yQ93d", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___CKCUJ", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___M1SIk", "hop-Popover__title": "Popover-module__hop-Popover__title___q-f-y", "hop-Popover__content": "Popover-module__hop-Popover__content___Q-PXf", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___Fays-", "hop-Popover__footer": "Popover-module__hop-Popover__footer___WfENH", "hop-Popover__actions": "Popover-module__hop-Popover__actions___yzukr", "hop-Popover__action": "Popover-module__hop-Popover__action___kf1Ea" };
|
|
996
996
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
997
997
|
function Popover(props, ref) {
|
|
998
998
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-JZAWRJFA.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';
|
|
@@ -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:./Badge.module.css#css-module
|
|
15
|
-
var Badge_module_default = { "hop-Badge": "Badge-module__hop-
|
|
15
|
+
var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___jegv1" };
|
|
16
16
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
17
17
|
function Badge(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _EmbeddedButton } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-FRVE3N27.js';
|
|
3
|
+
import { _EmbeddedButton } from './chunk-GUHMGBDJ.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
6
6
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Input, TextField } from 'react-ari
|
|
|
19
19
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./PasswordField.module.css#css-module
|
|
22
|
-
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-
|
|
22
|
+
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___k10DH", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___kfzmr", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___uyGWG", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___CIFqT", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___wFBoh", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___4BXF-" };
|
|
23
23
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
24
24
|
function PasswordField(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Separator } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Divider.module.css#css-module
|
|
10
|
-
var Divider_module_default = { "hop-Divider": "Divider-module__hop-
|
|
10
|
+
var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___x37o8", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___xNSYD" };
|
|
11
11
|
var GlobalDividerCssSelector = "hop-Divider";
|
|
12
12
|
function Divider(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, DividerContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-MLLUZ55T.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { composeRenderProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./RemainingCharacterCount.module.css#css-module
|
|
13
|
-
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-
|
|
13
|
+
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___bKb5C" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -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___8hMui", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___U-2pK", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___yp9en", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___ajdc-", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___gS65H" };
|
|
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-FRVE3N27.js';
|
|
3
|
+
import { _ClearButton } from './chunk-JHP7LA2B.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___HYefK", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___8WZ1m", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___7pHmE", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___ihI5j", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___q9vpn", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___OGPSY", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___vQZyv", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___qQln4", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___zPokm" };
|
|
22
22
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
23
23
|
function SearchField(props, ref) {
|
|
24
24
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { _Spinner } from './chunk-
|
|
4
|
-
import { EnsureTextWrapper } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-JHP7LA2B.js';
|
|
3
|
+
import { _Spinner } from './chunk-R2EN2OFJ.js';
|
|
4
|
+
import { EnsureTextWrapper } from './chunk-P2OSN32C.js';
|
|
5
5
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
6
6
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
7
7
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
19
19
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./Tag.module.css#css-module
|
|
22
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
22
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___-rCVm", "hop-Tag--sm": "Tag-module__hop-Tag--sm___fr1jO", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___5FrpC", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___afafg", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___WasdR", "hop-Tag--md": "Tag-module__hop-Tag--md___6UWsk", "hop-Tag--lg": "Tag-module__hop-Tag--lg___ldXx1", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___J4w93", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___F4PzZ", "hop-Tag--progress": "Tag-module__hop-Tag--progress___-lfc3", "hop-Tag--positive": "Tag-module__hop-Tag--positive___5dsGv", "hop-Tag--caution": "Tag-module__hop-Tag--caution___YrHxA", "hop-Tag--negative": "Tag-module__hop-Tag--negative___Cov73", "hop-Tag--option1": "Tag-module__hop-Tag--option1___I2iXh", "hop-Tag--option2": "Tag-module__hop-Tag--option2___u8Mw-", "hop-Tag--option3": "Tag-module__hop-Tag--option3___t4ILa", "hop-Tag--option4": "Tag-module__hop-Tag--option4___Zec2L", "hop-Tag--option5": "Tag-module__hop-Tag--option5___39tDN", "hop-Tag--option6": "Tag-module__hop-Tag--option6___9-KlZ", "hop-Tag__icon": "Tag-module__hop-Tag__icon___TvuVB", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___FH3aW", "hop-Tag__text": "Tag-module__hop-Tag__text___C9IvT", "hop-Tag__badge": "Tag-module__hop-Tag__badge___yWNmg" };
|
|
23
23
|
var GlobalTagCssSelector = "hop-Tag";
|
|
24
24
|
var TagToTextSizeAdapter = {
|
|
25
25
|
sm: "xs",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
2
2
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
3
3
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
4
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-A265GCLA.js';
|
|
5
|
+
import { _InputGroup } from './chunk-FRVE3N27.js';
|
|
6
6
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
7
7
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
8
8
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// css-module:./TextArea.module.css#css-module
|
|
82
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
82
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___Nv0cJ", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___a-Muo", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___gyhYv", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___arWbA", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___0-sOf", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___wL5-Y", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___34PBI", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___zLVyK", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___aKpFP" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -142,7 +142,7 @@ function TextArea(props, ref) {
|
|
|
142
142
|
isDisabled,
|
|
143
143
|
isInvalid,
|
|
144
144
|
isRequired,
|
|
145
|
-
|
|
145
|
+
allowExceedingMaxLength,
|
|
146
146
|
necessityIndicator,
|
|
147
147
|
inputGroupProps,
|
|
148
148
|
remainingCharacterCountProps,
|
|
@@ -175,6 +175,9 @@ function TextArea(props, ref) {
|
|
|
175
175
|
if (showCharacterCount && !maxLength) {
|
|
176
176
|
console.warn("If showCharacterCount is true, maxLength must be set to the maximum number of characters allowed in the TextArea.");
|
|
177
177
|
}
|
|
178
|
+
if (allowExceedingMaxLength && !showCharacterCount) {
|
|
179
|
+
console.warn("If allowExceedingMaxLength is true, showCharacterCount must also be true.");
|
|
180
|
+
}
|
|
178
181
|
const rowHeight = useCalculateRowHeight(mergedTextAreaRef.current);
|
|
179
182
|
const defaultNumberOfRows = maxRows && maxRows < DefaultMinimumTextAreaRows ? maxRows : DefaultMinimumTextAreaRows;
|
|
180
183
|
const [rows, setRows] = useState(rowsProp != null ? rowsProp : defaultNumberOfRows);
|
|
@@ -203,7 +206,7 @@ function TextArea(props, ref) {
|
|
|
203
206
|
}
|
|
204
207
|
}, [mergedTextAreaRef, rowHeight, maxRows, rowsProp]);
|
|
205
208
|
useIsomorphicLayoutEffect(() => {
|
|
206
|
-
if (
|
|
209
|
+
if (!allowExceedingMaxLength) {
|
|
207
210
|
const newValue = truncateText(value, maxLength);
|
|
208
211
|
onChange(newValue);
|
|
209
212
|
}
|
|
@@ -263,7 +266,7 @@ function TextArea(props, ref) {
|
|
|
263
266
|
value,
|
|
264
267
|
style,
|
|
265
268
|
className: classNames,
|
|
266
|
-
maxLength:
|
|
269
|
+
maxLength: !allowExceedingMaxLength ? maxLength : void 0,
|
|
267
270
|
onChange,
|
|
268
271
|
isDisabled,
|
|
269
272
|
isInvalid,
|
|
@@ -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:./SwitchField.module.css#css-module
|
|
15
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
15
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___77-hh", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___qFY6C", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___Sp3dP", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___rozcD", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___yr5-e" };
|
|
16
16
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
17
17
|
var SwitchToDescriptionSizeAdapter = {
|
|
18
18
|
sm: "xs",
|
|
@@ -13,7 +13,7 @@ import { useContextProps, FieldErrorContext, TagGroup as TagGroup$1 } from 'reac
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./TagGroup.module.css#css-module
|
|
16
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
16
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___b2U4K", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___jcWIq", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___RqET-", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___PKveI", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___X0jv7" };
|
|
17
17
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
18
18
|
function TagGroup(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./CheckboxGroup.module.css#css-module
|
|
17
|
-
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-
|
|
17
|
+
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___JkiZK", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___XZ9JV", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___yGScf", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___Ia-xn", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___Y9vkt", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___PQSh3", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___Gpc--", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___TxKWS", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___SNa1u" };
|
|
18
18
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
19
19
|
function CheckboxGroup(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
|
-
import { EnsureTextWrapper } from './chunk-
|
|
2
|
+
import { EnsureTextWrapper } from './chunk-P2OSN32C.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Checkbox.module.css#css-module
|
|
16
|
-
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-
|
|
16
|
+
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___7Ns4s", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___mP-yl", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___OEHBC", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___0lP7W", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___o33sg", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___8dThw", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___I1wc9", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___RxDut" };
|
|
17
17
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
18
18
|
function Checkbox(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
|
-
import { EnsureTextWrapper } from './chunk-
|
|
2
|
+
import { EnsureTextWrapper } from './chunk-P2OSN32C.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.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___Ts2LD", "hop-Switch--sm": "Switch-module__hop-Switch--sm___56Dzf", "hop-Switch--md": "Switch-module__hop-Switch--md___iw0R9", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___fSOGw", "hop-Switch__text": "Switch-module__hop-Switch__text___o6ANo", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___t8LAH", "hop-Switch__icon": "Switch-module__hop-Switch__icon___C1x4u" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
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___qmxak", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___NioBN", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___r1XTu", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___At-9s", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___iPd7T", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___w2n7T" };
|
|
14
14
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
15
15
|
function InputGroup(props, ref) {
|
|
16
16
|
var _a, _b;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
|
-
import { EnsureTextWrapper } from './chunk-
|
|
2
|
+
import { EnsureTextWrapper } from './chunk-P2OSN32C.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.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___fJhes Radio-module__hop-Radio___ADBqu", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___JKosJ Radio-module__hop-Radio--sm___9m9cw", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___Zdjah Radio-module__hop-Radio--md___-OHVc", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___QRMqB Radio-module__hop-Radio__icon___x2am6", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___8qrAn Radio-module__hop-Radio__icon___x2am6", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___3Zzuu Radio-module__hop-Radio__box___pNZ3P", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___CTKgf Radio-module__hop-Radio__bullet___FT3MX", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___xcRj2 Radio-module__hop-Radio__text___oqR0C" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -9,7 +9,7 @@ import { useContextProps, composeRenderProps, Button } from 'react-aria-componen
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./EmbeddedButton.module.css#css-module
|
|
12
|
-
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-
|
|
12
|
+
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___rZktt", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___6sJJ-", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___gLoE7", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___1Vru8", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___G-mI8", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___aeJ18", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___pGdKu", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___pECii", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___GP62L", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___4rb44", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___M8iTo", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___X6EXA", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___OxtUZ", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___BAv-j", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___awDFw", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___QHfa9" };
|
|
13
13
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
14
14
|
function EmbeddedButton(props, ref) {
|
|
15
15
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Heading.module.css#css-module
|
|
10
|
-
var Heading_module_default = { "hop-Heading": "Heading-module__hop-
|
|
10
|
+
var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___iSo-j", "hop-Heading--xs": "Heading-module__hop-Heading--xs___r0VNm", "hop-Heading--sm": "Heading-module__hop-Heading--sm___BCYRe", "hop-Heading--md": "Heading-module__hop-Heading--md___6mXux", "hop-Heading--lg": "Heading-module__hop-Heading--lg___NXe4q", "hop-Heading--xl": "Heading-module__hop-Heading--xl___GzsDF", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___t6dqU", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___fPAPT" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-PQR2DVBK.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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import { _EmbeddedButton } from './chunk-
|
|
2
|
+
import { _EmbeddedButton } from './chunk-GUHMGBDJ.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Text } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./OverlineText.module.css#css-module
|
|
10
|
-
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-
|
|
10
|
+
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-OverlineText___PKcfo", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___gzZg6" };
|
|
11
11
|
var GlobalOverlineTextCssSelector = "hop-OverlineText";
|
|
12
12
|
function OverlineText(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, OverlineTextContext);
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./ListBoxItemSkeleton.module.css#css-module
|
|
10
|
-
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-
|
|
10
|
+
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___qyDoG", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___DLZPk", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___4pBEd", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___klgXj", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___uoA5E", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___pJBDl" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-MLLUZ55T.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
@@ -16,7 +16,7 @@ import { useContextProps, SelectValueContext, SelectStateContext, useSlottedCont
|
|
|
16
16
|
import { jsx } from 'react/jsx-runtime';
|
|
17
17
|
|
|
18
18
|
// css-module:./SelectValue.module.css#css-module
|
|
19
|
-
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-
|
|
19
|
+
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___4myBK", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___1aolb", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___AvF-y", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___azo19", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___WbEvN" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
|
-
import { EnsureTextWrapper } from './chunk-
|
|
2
|
+
import { EnsureTextWrapper } from './chunk-P2OSN32C.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.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:./DecorativeCheckbox.module.css#css-module
|
|
18
|
-
var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-
|
|
18
|
+
var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___1nTc- Checkbox-module__hop-Checkbox___7Ns4s", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___2dUDT Checkbox-module__hop-Checkbox--sm___mP-yl", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___BkBys Checkbox-module__hop-Checkbox--md___OEHBC", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___KXHdq Checkbox-module__hop-Checkbox__icon___0lP7W", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___3H1A7 Checkbox-module__hop-Checkbox__icon___0lP7W", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___Hl9pB Checkbox-module__hop-Checkbox__box___8dThw", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___v6Nq6 Checkbox-module__hop-Checkbox__check___I1wc9", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___G55ai Checkbox-module__hop-Checkbox__text___RxDut" };
|
|
19
19
|
var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
|
|
20
20
|
function DecorativeCheckbox(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -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___J7RCP", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___zFoJJ" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|