@hopper-ui/components 1.3.35 → 1.4.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 +11 -0
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Avatar/src/useImageFallback.js +1 -1
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +3 -3
- package/dist/Card/src/Card.css +31 -31
- package/dist/Card/src/Card.js +2 -2
- package/dist/Card/src/index.css +31 -31
- package/dist/Card/src/index.js +2 -2
- package/dist/ComboBox/src/ComboBox.css +562 -562
- package/dist/ComboBox/src/ComboBox.js +21 -21
- package/dist/ComboBox/src/index.css +562 -562
- package/dist/ComboBox/src/index.js +21 -21
- package/dist/Disclosure/src/Disclosure.css +39 -39
- package/dist/Disclosure/src/Disclosure.js +1 -1
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +8 -8
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +8 -8
- package/dist/Disclosure/src/index.css +64 -64
- package/dist/Disclosure/src/index.js +11 -11
- package/dist/Divider/src/Divider.css +30 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +30 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +28 -28
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +28 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +30 -30
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +29 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +29 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +1658 -0
- package/dist/IllustratedMessage/src/IllustratedMessage.d.ts +23 -0
- package/dist/IllustratedMessage/src/IllustratedMessage.js +11 -0
- package/dist/IllustratedMessage/src/IllustratedMessageContext.d.ts +10 -0
- package/dist/IllustratedMessage/src/IllustratedMessageContext.js +2 -0
- package/dist/IllustratedMessage/src/index.css +1658 -0
- package/dist/IllustratedMessage/src/index.d.ts +7 -0
- package/dist/IllustratedMessage/src/index.js +11 -0
- package/dist/Image/src/Image.css +247 -0
- package/dist/Image/src/Image.d.ts +26 -0
- package/dist/Image/src/Image.js +4 -0
- package/dist/Image/src/ImageContext.d.ts +10 -0
- package/dist/Image/src/ImageContext.js +2 -0
- package/dist/Image/src/SvgImage.css +241 -0
- package/dist/Image/src/SvgImage.d.ts +22 -0
- package/dist/Image/src/SvgImage.js +4 -0
- package/dist/Image/src/SvgImageContext.d.ts +10 -0
- package/dist/Image/src/SvgImageContext.js +2 -0
- package/dist/Image/src/index.css +255 -0
- package/dist/Image/src/index.d.ts +9 -0
- package/dist/Image/src/index.js +6 -0
- package/dist/Link/src/Link.css +50 -50
- package/dist/Link/src/Link.js +8 -8
- package/dist/Link/src/index.css +50 -50
- package/dist/Link/src/index.js +8 -8
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +12 -12
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +275 -275
- package/dist/ListBox/src/index.js +12 -12
- package/dist/Select/src/Select.css +566 -566
- package/dist/Select/src/Select.js +22 -22
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +7 -7
- package/dist/Select/src/index.css +566 -566
- package/dist/Select/src/index.js +22 -22
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +2 -2
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +8 -8
- package/dist/buttons/src/index.css +250 -250
- package/dist/buttons/src/index.js +15 -15
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +8 -8
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.js +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +8 -8
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +13 -13
- package/dist/{chunk-BVZYQJKK.js → chunk-2RKCBVAE.js} +5 -5
- package/dist/{chunk-LL362RG6.js → chunk-3HX5NWMM.js} +2 -2
- package/dist/{chunk-OQSYJW5D.js → chunk-3PGF24IG.js} +7 -7
- package/dist/{chunk-USO7PAIT.js → chunk-3VUBDDGN.js} +1 -1
- package/dist/{chunk-LI5HSYF7.js → chunk-3ZCLNFNH.js} +1 -1
- package/dist/{chunk-JJ6IB366.js → chunk-4AQSVFQE.js} +2 -2
- package/dist/{chunk-XYU4RE35.js → chunk-4URFPB7C.js} +1 -1
- package/dist/{chunk-2HHYW5O7.js → chunk-5GIFUMKH.js} +2 -2
- package/dist/{chunk-QZTLUJBL.js → chunk-5QJPP7HS.js} +1 -1
- package/dist/{chunk-P7VQVTDQ.js → chunk-6UXQYKTS.js} +7 -7
- package/dist/{chunk-UKPQDNTE.js → chunk-7JFQOF5T.js} +2 -2
- package/dist/{chunk-SDNIPJPM.js → chunk-7ORJSBUE.js} +1 -1
- package/dist/{chunk-G34IZZZR.js → chunk-7XA5OWYH.js} +5 -5
- package/dist/{chunk-AYW3VAZY.js → chunk-AAL467KG.js} +1 -1
- package/dist/{chunk-ZFGFRLWN.js → chunk-BGI67EI7.js} +1 -1
- package/dist/{chunk-RFVQDNIT.js → chunk-BXVGWU5O.js} +10 -10
- package/dist/{chunk-CGHAMVQH.js → chunk-CGFOVFND.js} +2 -2
- package/dist/{chunk-TP3LLTP7.js → chunk-CPDMZBS6.js} +9 -5
- package/dist/{chunk-EPSUB3U3.js → chunk-CZVGQ5C6.js} +7 -7
- package/dist/{chunk-IAHBYEON.js → chunk-DKAY27MU.js} +1 -1
- package/dist/{chunk-SYXSGWNE.js → chunk-DV5Q4JAU.js} +5 -5
- package/dist/chunk-DWIQ3243.js +53 -0
- package/dist/{chunk-3THUO6AY.js → chunk-EJ75LL4Y.js} +9 -9
- package/dist/{chunk-ZJCGRPXS.js → chunk-FPCY4ECZ.js} +2 -2
- package/dist/chunk-G2Y6QONL.js +85 -0
- package/dist/{chunk-VK743S4L.js → chunk-GQDBSVMU.js} +6 -6
- package/dist/{chunk-MAO7KM3A.js → chunk-GZZMDYJU.js} +2 -2
- package/dist/chunk-HQP6EHLV.js +60 -0
- package/dist/{chunk-NGJP7SMI.js → chunk-ICR4D5TY.js} +3 -3
- package/dist/{chunk-YGFDJWW6.js → chunk-IEGPHGTV.js} +2 -2
- package/dist/{chunk-RTABBR2E.js → chunk-IZRMVXCF.js} +1 -1
- package/dist/{chunk-6XXPLEOU.js → chunk-JQ22QH4V.js} +5 -5
- package/dist/{chunk-TBZB627Y.js → chunk-L645PYAJ.js} +5 -5
- package/dist/{chunk-6LK7QKDE.js → chunk-LM6AEQMG.js} +3 -3
- package/dist/chunk-M2XJDWZ7.js +7 -0
- package/dist/{chunk-XJUDFLDF.js → chunk-MCOD2ZQV.js} +3 -3
- package/dist/{chunk-MI3FZZRE.js → chunk-MJF34XG5.js} +1 -1
- package/dist/{chunk-G3XUMSZ4.js → chunk-ML3ZBKXE.js} +4 -4
- package/dist/{chunk-RBU6S27I.js → chunk-N6XQNRGL.js} +9 -9
- package/dist/{chunk-MGZMC7Q2.js → chunk-NKAOLRR4.js} +1 -1
- package/dist/{chunk-XJPH3TL7.js → chunk-OPP3ULUS.js} +1 -1
- package/dist/{chunk-KM6OVMUI.js → chunk-ORBPCJH4.js} +2 -2
- package/dist/{chunk-QBOXEWTP.js → chunk-OZPHJVGH.js} +2 -2
- package/dist/{chunk-QKJUME2B.js → chunk-QB56D4AN.js} +1 -1
- package/dist/{chunk-EJGX57JX.js → chunk-QZ3F4TVB.js} +2 -2
- package/dist/{chunk-MM727X5U.js → chunk-RIHN3B2C.js} +1 -1
- package/dist/{chunk-2VRVLS4A.js → chunk-SNMB5VZW.js} +2 -2
- package/dist/{chunk-FUSWS7EZ.js → chunk-TUARKYYK.js} +2 -2
- package/dist/{chunk-M4HNTQU7.js → chunk-TVVMMGB3.js} +1 -1
- package/dist/{chunk-5MVIPFJG.js → chunk-U3JUYR5Q.js} +2 -2
- package/dist/{chunk-X3G7OJKA.js → chunk-VRC76V4I.js} +1 -1
- package/dist/{chunk-NEVRDLRS.js → chunk-VZTTMSV3.js} +2 -2
- package/dist/{chunk-ZTSBOPRT.js → chunk-X6IUJPX3.js} +1 -1
- package/dist/{chunk-ZUSVLWHC.js → chunk-XCALSZOE.js} +5 -5
- package/dist/{chunk-5LMIPWJ4.js → chunk-XIHYC7QU.js} +7 -7
- package/dist/chunk-XL7LO6IZ.js +7 -0
- package/dist/chunk-XNHE2OVW.js +7 -0
- package/dist/{chunk-YSL6C4TP.js → chunk-Y7SHCVBN.js} +2 -2
- package/dist/{chunk-FSXFF7TJ.js → chunk-YEKLPYHT.js} +3 -3
- package/dist/{chunk-IXXQUPXA.js → chunk-YXGFTGXC.js} +2 -2
- package/dist/{chunk-F7F57LOT.js → chunk-ZDI5V3HH.js} +1 -1
- package/dist/index.css +915 -809
- package/dist/index.d.ts +6 -0
- package/dist/index.js +66 -60
- package/dist/inputs/src/InputGroup.css +265 -265
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +287 -287
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +275 -275
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +7 -7
- package/dist/inputs/src/SearchField.css +281 -281
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +282 -282
- package/dist/inputs/src/TextArea.js +11 -11
- package/dist/inputs/src/TextField.css +279 -279
- package/dist/inputs/src/TextField.js +14 -14
- package/dist/inputs/src/index.css +325 -325
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +542 -542
- package/dist/overlays/Popover/src/Popover.js +11 -11
- package/dist/overlays/Popover/src/index.css +542 -542
- package/dist/overlays/Popover/src/index.js +11 -11
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +8 -8
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +8 -8
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +6 -6
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +13 -13
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +8 -8
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +391 -391
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/index.css +401 -401
- package/dist/tag/src/index.js +14 -14
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +28 -28
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +7 -7
- package/dist/utils/src/useIsOverflow.d.ts +1 -1
- package/package.json +12 -12
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-
|
|
2
|
-
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-
|
|
3
|
-
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-
|
|
1
|
+
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-LM6AEQMG.js';
|
|
2
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-MCOD2ZQV.js';
|
|
3
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-DV5Q4JAU.js';
|
|
4
4
|
export { CheckboxFieldContext } from '../../chunk-ZGNK4GWA.js';
|
|
5
5
|
export { CheckboxGroupContext } from '../../chunk-N7YDPVZL.js';
|
|
6
|
-
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-
|
|
6
|
+
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-IEGPHGTV.js';
|
|
7
7
|
export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
|
|
8
8
|
import '../../chunk-DHVVYSLB.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-U3JUYR5Q.js';
|
|
10
10
|
import '../../chunk-HZKFQ33E.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-VRC76V4I.js';
|
|
12
12
|
import '../../chunk-ZWU6DRRZ.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-QZ3F4TVB.js';
|
|
14
14
|
import '../../chunk-FAE27DLF.js';
|
|
15
15
|
import '../../chunk-DBIN32YS.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-NEVRDLRS.js';
|
|
16
|
+
import '../../chunk-X6IUJPX3.js';
|
|
17
|
+
import '../../chunk-VZTTMSV3.js';
|
|
19
18
|
import '../../chunk-QCA3ZR56.js';
|
|
20
19
|
import '../../chunk-TFVDF4YH.js';
|
|
21
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-TXZ6BMFR.js';
|
|
21
|
+
import '../../chunk-IZRMVXCF.js';
|
|
22
22
|
import '../../chunk-Q7NXUUB3.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-MJF34XG5.js';
|
|
24
24
|
import '../../chunk-WPNVVGFW.js';
|
|
25
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-RIHN3B2C.js';
|
|
26
26
|
import '../../chunk-X6SER3TZ.js';
|
|
27
27
|
import '../../chunk-HXI3MEEK.js';
|
|
28
28
|
import '../../chunk-NH3IVMXB.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
2
2
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
3
|
-
import { _HelperMessage } from './chunk-
|
|
4
|
-
import { _ErrorMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
6
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
4
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
5
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
6
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, FieldErrorContext, TagGroup as Tag
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./TagGroup.module.css#css-module
|
|
17
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
17
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___LCZmP", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___UXWrk", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___J8Q34", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___E82BQ", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___YmrNq" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-RIHN3B2C.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
|
|
|
9
9
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Spinner.module.css#css-module
|
|
12
|
-
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-
|
|
12
|
+
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___Z5qhA", "spin": "Spinner-module__spin___wHKYs", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___3bPF0", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___oeYRC", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___52uhx", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___ExOIp", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___1luQg", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___8-eL5" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -1,12 +1,12 @@
|
|
|
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-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { _ErrorMessage } from './chunk-
|
|
8
|
-
import { _Label } from './chunk-
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-GZZMDYJU.js';
|
|
5
|
+
import { _InputGroup } from './chunk-TVVMMGB3.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
7
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
8
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
9
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
10
10
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.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___qDlAE", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___0OhZE", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___VwUl5", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___OrQ6D", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___4kK-l", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___4VAZg", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___xgTBC", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___wbWd4", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___3Slqq" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -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___1ofEU" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -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-VRC76V4I.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___wlZiX", "hop-Switch--sm": "Switch-module__hop-Switch--sm___os9bp", "hop-Switch--md": "Switch-module__hop-Switch--md___6xt0i", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___qCFXe", "hop-Switch__text": "Switch-module__hop-Switch__text___9R6YU", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___v24cK", "hop-Switch__icon": "Switch-module__hop-Switch__icon___eMazb" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
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___JXgEc", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___wYmw3" };
|
|
11
11
|
var GlobalDividerCssSelector = "hop-Divider";
|
|
12
12
|
function Divider(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, DividerContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-RIHN3B2C.js';
|
|
4
4
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./SwitchField.module.css#css-module
|
|
16
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
16
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___CGMGX", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___jZbg9", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___YC-Js", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___TZX2b", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___bwXtA" };
|
|
17
17
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
18
18
|
var SwitchToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -20,7 +20,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// css-module:./EmbeddedButton.module.css#css-module
|
|
23
|
-
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-
|
|
23
|
+
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___Cu9yB", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___3NUge", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___7UDQc", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___bspmg", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___XTI7i", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___O5SKv", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___eCp9-", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___-6GW8", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___Q-Qeb", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___wmKly", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___hq89d", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___C6vuz", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___YFa09", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___DN-IN", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___gcPst", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___2Orxb" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _ClearButton } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-TVVMMGB3.js';
|
|
3
|
+
import { _ClearButton } from './chunk-7ORJSBUE.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
6
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
7
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
8
8
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Input, SearchField as SearchField$
|
|
|
19
19
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./SearchField.module.css#css-module
|
|
22
|
-
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-
|
|
22
|
+
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___PYm-a", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___jLHaG", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___3bjA5", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___Bx5R-", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___j2ZL2", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___d6t8b", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___zQ42r", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___tm8qZ", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___yZxAv" };
|
|
23
23
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
24
24
|
function SearchField(props, ref) {
|
|
25
25
|
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-RIHN3B2C.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___yaO-2", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___ZpW-l", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___79qCT", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___jbKOi", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___ZsmcD" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import { _EmbeddedButton } from './chunk-
|
|
2
|
+
import { _EmbeddedButton } from './chunk-5QJPP7HS.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
|
-
import { _Spinner } from './chunk-
|
|
3
|
-
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
2
|
+
import { _Spinner } from './chunk-3HX5NWMM.js';
|
|
4
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
5
|
-
import {
|
|
4
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
6
6
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
7
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
8
8
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Button as Button$1 }
|
|
|
17
17
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./Button.module.css#css-module
|
|
20
|
-
var Button_module_default = { "hop-Button": "Button-module__hop-
|
|
20
|
+
var Button_module_default = { "hop-Button": "Button-module__hop-Button___YrQua", "hop-Button--fluid": "Button-module__hop-Button--fluid___nZTLJ", "hop-Button--sm": "Button-module__hop-Button--sm___aGXGG", "hop-Button--md": "Button-module__hop-Button--md___hCbjI", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___gERNf", "hop-Button--primary": "Button-module__hop-Button--primary___PbGbk", "hop-Button--secondary": "Button-module__hop-Button--secondary___aeqDb", "hop-Button--upsell": "Button-module__hop-Button--upsell___FRkB7", "hop-Button--danger": "Button-module__hop-Button--danger___o5D8h", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___gWGtB", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___bJjy-", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___xPqEN", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___CFr3Z", "hop-Button__icon": "Button-module__hop-Button__icon___gQe8J", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___QSnh3", "hop-Button__text": "Button-module__hop-Button__text___yYGW6", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___Zejer", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___09-bo" };
|
|
21
21
|
var GlobalButtonCssSelector = "hop-Button";
|
|
22
22
|
function Button(props, ref) {
|
|
23
23
|
var _a, _b;
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps, Disclosure as Disclosure$1 } from
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./Disclosure.module.css#css-module
|
|
14
|
-
var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-
|
|
14
|
+
var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-Disclosure___h0jNT", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___TAG2F", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___8GWZR", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___uuJE9" };
|
|
15
15
|
var GlobalDisclosureCssSelector = "hop-Disclosure";
|
|
16
16
|
function Disclosure(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, DisclosureContext);
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./RichIconAvatarImage.module.css#css-module
|
|
14
|
-
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-
|
|
14
|
+
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___2iy90", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___og7Ts", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___bxLPg", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___sbXv7", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___IxJWp", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___rHDlu", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___xrIOd", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___4qjuG" };
|
|
15
15
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
16
16
|
var AvatarToIconSizeAdapter = {
|
|
17
17
|
xs: "md",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
2
|
-
import { _SelectValue } from './chunk-
|
|
3
|
-
import { _Popover } from './chunk-
|
|
2
|
+
import { _SelectValue } from './chunk-7JFQOF5T.js';
|
|
3
|
+
import { _Popover } from './chunk-XCALSZOE.js';
|
|
4
4
|
import { _Footer } from './chunk-VOZN65OL.js';
|
|
5
|
-
import { _ListBox } from './chunk-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
9
|
-
import { _ToggleArrow } from './chunk-
|
|
10
|
-
import { _Label } from './chunk-
|
|
11
|
-
import { useFormProps } from './chunk-
|
|
5
|
+
import { _ListBox } from './chunk-CPDMZBS6.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
7
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
9
|
+
import { _ToggleArrow } from './chunk-OPP3ULUS.js';
|
|
10
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
11
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
12
12
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
13
13
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
14
14
|
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, TextContext as TextContext$1, Butt
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./Select.module.css#css-module
|
|
25
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
25
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___WWeyi", "hop-Select--fluid": "Select-module__hop-Select--fluid___Vki1-", "hop-Select__label": "Select-module__hop-Select__label___Eq7TC", "hop-Select__button": "Select-module__hop-Select__button___OT4KJ", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___RjZly", "hop-Select__button--md": "Select-module__hop-Select__button--md___pTQL9", "hop-Select__prefix": "Select-module__hop-Select__prefix___j-cQZ", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___S5toD", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___I6k1g", "hop-Select__error-message": "Select-module__hop-Select__error-message___2B7m3" };
|
|
26
26
|
var GlobalSelectCssSelector = "hop-Select";
|
|
27
27
|
function Select(props, ref) {
|
|
28
28
|
var _a, _b, _c, _d;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-MJF34XG5.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___2a8hu", "hop-Badge--primary": "Badge-module__hop-Badge--primary___b1Q-8", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___IwlBN", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___pqrWA" };
|
|
27
27
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
28
28
|
function Badge(props, ref) {
|
|
29
29
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { isFunction } from './chunk-TIPN4VYD.js';
|
|
2
2
|
import { ListBoxSectionContext } from './chunk-RLDIAT4F.js';
|
|
3
3
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
4
|
-
import { _ListBoxItem } from './chunk-
|
|
4
|
+
import { _ListBoxItem } from './chunk-L645PYAJ.js';
|
|
5
5
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
6
6
|
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
8
|
-
import { _Text } from './chunk-
|
|
8
|
+
import { _Text } from './chunk-RIHN3B2C.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
11
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,10 +14,10 @@ import { useLoadMore } from '@react-aria/utils';
|
|
|
14
14
|
import clsx from 'clsx';
|
|
15
15
|
import { forwardRef } from 'react';
|
|
16
16
|
import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection } from 'react-aria-components';
|
|
17
|
-
import { jsx, jsxs
|
|
17
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./ListBox.module.css#css-module
|
|
20
|
-
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-
|
|
20
|
+
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___rIzBg", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___w7FsD", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___i9vO3", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___hEvN-", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___cG1Tq" };
|
|
21
21
|
var GlobalListBoxCssSelector = "hop-ListBox";
|
|
22
22
|
var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
|
|
23
23
|
var ListBoxToTextSizeAdapter = {
|
|
@@ -80,7 +80,11 @@ function ListBox(props, ref) {
|
|
|
80
80
|
if (props.items) {
|
|
81
81
|
return /* @__PURE__ */ jsx(Collection, { items: props.items, children: (item) => isFunction(children) ? children(item) : children });
|
|
82
82
|
}
|
|
83
|
-
|
|
83
|
+
if (isFunction(children)) {
|
|
84
|
+
console.error("ListBox: Children should not be a function when items are not provided.");
|
|
85
|
+
return null;
|
|
86
|
+
}
|
|
87
|
+
return children;
|
|
84
88
|
};
|
|
85
89
|
const handleRenderEmptyState = (renderProps) => {
|
|
86
90
|
let result = null;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useScale } from './chunk-MTDFS4CZ.js';
|
|
2
2
|
import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
|
|
3
|
-
import { _InputGroup } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { _Label } from './chunk-
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _InputGroup } from './chunk-TVVMMGB3.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
7
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
8
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
9
9
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
10
10
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, Input, NumberField as NumberField$
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./NumberField.module.css#css-module
|
|
25
|
-
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-
|
|
25
|
+
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___bEYTo", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___akNGu", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___lhDZz", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___q6nM2", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___dLUFr", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___KWdhx", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___xXyWP", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___6FR7-", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___cBdUE", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___1UjD0", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___rYHOH", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___DwWAW", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___DWFkZ", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___dh1fC" };
|
|
26
26
|
var GlobalNumberFieldCssSelector = "hop-NumberField";
|
|
27
27
|
var StepperButton = ({ direction }) => {
|
|
28
28
|
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-BGI67EI7.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,10 +1,10 @@
|
|
|
1
1
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
2
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
3
3
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
6
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
7
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxGroup.module.css#css-module
|
|
18
|
-
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-
|
|
18
|
+
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___3Nphn", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___TA4Ij", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___Jn2-8", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___30cJo", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___qjyTl", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___8zmtX", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___Qcu24", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___eE1WO", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___E13w3" };
|
|
19
19
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
20
20
|
function CheckboxGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { SvgImageContext } from './chunk-M2XJDWZ7.js';
|
|
2
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
3
|
+
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import { forwardRef } from 'react';
|
|
6
|
+
import { useContextProps } from 'react-aria-components';
|
|
7
|
+
import { jsx } from 'react/jsx-runtime';
|
|
8
|
+
|
|
9
|
+
// css-module:./SvgImage.module.css#css-module
|
|
10
|
+
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___fMNj4" };
|
|
11
|
+
var GlobalSvgImageCssSelector = "hop-SvgImage";
|
|
12
|
+
function SvgImage(props, ref) {
|
|
13
|
+
[props, ref] = useContextProps(props, ref, SvgImageContext);
|
|
14
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
15
|
+
const {
|
|
16
|
+
className,
|
|
17
|
+
style,
|
|
18
|
+
src,
|
|
19
|
+
...otherProps
|
|
20
|
+
} = ownProps;
|
|
21
|
+
const classNames = clsx(
|
|
22
|
+
className,
|
|
23
|
+
GlobalSvgImageCssSelector,
|
|
24
|
+
cssModule(
|
|
25
|
+
SvgImage_module_default,
|
|
26
|
+
"hop-SvgImage"
|
|
27
|
+
),
|
|
28
|
+
stylingProps.className
|
|
29
|
+
);
|
|
30
|
+
const mergedStyles = {
|
|
31
|
+
...stylingProps.style,
|
|
32
|
+
...style
|
|
33
|
+
};
|
|
34
|
+
const SvgComponent = useResponsiveValue(src);
|
|
35
|
+
if (!SvgComponent) {
|
|
36
|
+
console.error("SvgImage component expects src");
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return /* @__PURE__ */ jsx(
|
|
40
|
+
SvgComponent,
|
|
41
|
+
{
|
|
42
|
+
...otherProps,
|
|
43
|
+
className: classNames,
|
|
44
|
+
style: mergedStyles,
|
|
45
|
+
ref,
|
|
46
|
+
role: "img"
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
var _SvgImage = forwardRef(SvgImage);
|
|
51
|
+
_SvgImage.displayName = "SvgImage";
|
|
52
|
+
|
|
53
|
+
export { GlobalSvgImageCssSelector, _SvgImage };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _Popover } from './chunk-
|
|
1
|
+
import { _Popover } from './chunk-XCALSZOE.js';
|
|
2
2
|
import { _Footer } from './chunk-VOZN65OL.js';
|
|
3
|
-
import { _ListBox } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { _ToggleArrow } from './chunk-
|
|
8
|
-
import { _Label } from './chunk-
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _ListBox } from './chunk-CPDMZBS6.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
7
|
+
import { _ToggleArrow } from './chunk-OPP3ULUS.js';
|
|
8
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
9
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
10
10
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
11
11
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
12
12
|
import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, useSlottedContext, InputContext, composeRenderProps, T
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./ComboBox.module.css#css-module
|
|
25
|
-
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-
|
|
25
|
+
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___7nU2u", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___aMGIi", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___x1HZP", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___3xyIK", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___rlduO", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___xByn7", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___TT5zb", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___ZPVlD", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___OS9pR", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___aqtF-", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___2NGrj", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___0N6Af" };
|
|
26
26
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
27
27
|
function ComboBox(props, ref) {
|
|
28
28
|
var _a, _b, _c, _d, _e;
|
|
@@ -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-VRC76V4I.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Radio.module.css#css-module
|
|
16
|
-
var Radio_module_default = { "hop-Radio": "Radio-module__hop-
|
|
16
|
+
var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___UhGmi", "hop-Radio--sm": "Radio-module__hop-Radio--sm___DMBaE", "hop-Radio--md": "Radio-module__hop-Radio--md___XBWCm", "hop-Radio__icon": "Radio-module__hop-Radio__icon___RkeGd", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___g7MRU", "hop-Radio__box": "Radio-module__hop-Radio__box___P5awP", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___kvtXg", "hop-Radio__text": "Radio-module__hop-Radio__text___H9lpt" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|