@hopper-ui/components 1.3.35 → 1.4.1
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 +19 -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 +2 -2
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +4 -4
- package/dist/Card/src/Card.css +39 -31
- package/dist/Card/src/Card.d.ts +1 -1
- package/dist/Card/src/Card.js +1 -4
- package/dist/Card/src/CardContext.d.ts +1 -1
- package/dist/Card/src/index.css +39 -31
- package/dist/Card/src/index.js +1 -4
- package/dist/ComboBox/src/ComboBox.css +562 -562
- package/dist/ComboBox/src/ComboBox.js +23 -23
- package/dist/ComboBox/src/index.css +562 -562
- package/dist/ComboBox/src/index.js +23 -23
- package/dist/Disclosure/src/Disclosure.css +39 -39
- package/dist/Disclosure/src/Disclosure.js +2 -2
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +10 -10
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +10 -10
- package/dist/Disclosure/src/index.css +64 -64
- package/dist/Disclosure/src/index.js +14 -14
- 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/HopperProvider/src/HopperProvider.d.ts +1 -1
- 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.d.ts +2 -2
- package/dist/Select/src/Select.js +23 -23
- 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 +23 -23
- 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-CGHAMVQH.js → chunk-2AU5C56D.js} +2 -2
- package/dist/{chunk-MI3FZZRE.js → chunk-2LFCC5CI.js} +1 -1
- package/dist/{chunk-P7VQVTDQ.js → chunk-3G47EYKN.js} +7 -7
- package/dist/{chunk-X3G7OJKA.js → chunk-3NV53WWA.js} +1 -1
- package/dist/{chunk-ZFGFRLWN.js → chunk-3PGYNALN.js} +1 -1
- package/dist/{chunk-LI5HSYF7.js → chunk-3ZCLNFNH.js} +1 -1
- package/dist/chunk-4INOHTWC.js +53 -0
- package/dist/{chunk-NGJP7SMI.js → chunk-4UQH3ODO.js} +3 -3
- package/dist/{chunk-TP3LLTP7.js → chunk-57ULZS5W.js} +9 -5
- package/dist/{chunk-YGFDJWW6.js → chunk-5CBX6OHS.js} +2 -2
- package/dist/{chunk-EJGX57JX.js → chunk-5PCUME7D.js} +2 -2
- package/dist/{chunk-MM727X5U.js → chunk-6MOB5IW2.js} +1 -1
- package/dist/{chunk-AYW3VAZY.js → chunk-6WEJZH65.js} +2 -2
- package/dist/{chunk-TBZB627Y.js → chunk-6ZZULI3I.js} +5 -5
- package/dist/{chunk-VK743S4L.js → chunk-77M7K3ZT.js} +6 -6
- package/dist/{chunk-ZUSVLWHC.js → chunk-77X3AEUG.js} +5 -5
- package/dist/{chunk-LL362RG6.js → chunk-7ISSVADY.js} +2 -2
- package/dist/{chunk-RBU6S27I.js → chunk-AX2AR6ZT.js} +9 -9
- package/dist/{chunk-G34IZZZR.js → chunk-AZ3FLMZP.js} +5 -5
- package/dist/{chunk-USO7PAIT.js → chunk-BZ6Z4QID.js} +1 -1
- package/dist/{chunk-NEVRDLRS.js → chunk-CTOCKEMO.js} +2 -2
- package/dist/{chunk-RTABBR2E.js → chunk-DB5LXWDP.js} +1 -1
- package/dist/{chunk-QZTLUJBL.js → chunk-EWZC5OQC.js} +1 -1
- package/dist/{chunk-EPSUB3U3.js → chunk-FGOBLMDY.js} +7 -7
- package/dist/{chunk-ZJCGRPXS.js → chunk-FKJFHLCB.js} +2 -2
- package/dist/{chunk-ZTSBOPRT.js → chunk-G3RAGOFR.js} +1 -1
- package/dist/{chunk-6LK7QKDE.js → chunk-GN7SZFVY.js} +3 -3
- package/dist/{chunk-OQSYJW5D.js → chunk-H7RANOJ7.js} +7 -7
- package/dist/{chunk-F7F57LOT.js → chunk-HFMDP4SC.js} +2 -2
- package/dist/{chunk-XJUDFLDF.js → chunk-HTHQBAXV.js} +3 -3
- package/dist/{chunk-KM6OVMUI.js → chunk-JRQHBTR2.js} +2 -2
- package/dist/{chunk-FSXFF7TJ.js → chunk-JSDF5DII.js} +3 -3
- package/dist/{chunk-RFVQDNIT.js → chunk-KQ7UBFNE.js} +10 -10
- package/dist/chunk-LRIA5XXQ.js +85 -0
- package/dist/{chunk-6XXPLEOU.js → chunk-LV2TVXO4.js} +5 -5
- package/dist/chunk-M2XJDWZ7.js +7 -0
- package/dist/{chunk-UKPQDNTE.js → chunk-M4TPHDQE.js} +2 -2
- package/dist/{chunk-MAO7KM3A.js → chunk-MUJX3NQC.js} +2 -2
- package/dist/chunk-MV7OJVAR.js +60 -0
- package/dist/{chunk-M4HNTQU7.js → chunk-MVVGP4TO.js} +1 -1
- package/dist/{chunk-XYU4RE35.js → chunk-PQMIN4QZ.js} +1 -1
- package/dist/{chunk-QBOXEWTP.js → chunk-PR3ZXA2M.js} +4 -23
- package/dist/{chunk-G3XUMSZ4.js → chunk-PSUOSHV4.js} +4 -4
- package/dist/{chunk-FUSWS7EZ.js → chunk-QFG3TZR5.js} +2 -2
- package/dist/{chunk-IAHBYEON.js → chunk-QJW3NJEQ.js} +1 -1
- package/dist/{chunk-MGZMC7Q2.js → chunk-QK4EC4RL.js} +1 -1
- package/dist/{chunk-QKJUME2B.js → chunk-QNSV475L.js} +1 -1
- package/dist/{chunk-IXXQUPXA.js → chunk-RGZGZ6S7.js} +3 -3
- package/dist/{chunk-3THUO6AY.js → chunk-RPPKEQEC.js} +10 -10
- package/dist/{chunk-JJ6IB366.js → chunk-TAWLHP2H.js} +2 -2
- package/dist/{chunk-2HHYW5O7.js → chunk-TETDNUIR.js} +2 -2
- package/dist/{chunk-XJPH3TL7.js → chunk-TZA6I2WY.js} +1 -1
- package/dist/{chunk-5LMIPWJ4.js → chunk-VFO2WEQ7.js} +7 -7
- package/dist/{chunk-BVZYQJKK.js → chunk-WDRB27MV.js} +5 -5
- package/dist/{chunk-YSL6C4TP.js → chunk-WK6QJ3MD.js} +2 -2
- package/dist/{chunk-5MVIPFJG.js → chunk-WQMYEHXH.js} +2 -2
- package/dist/{chunk-SYXSGWNE.js → chunk-XIR322ND.js} +5 -5
- package/dist/chunk-XL7LO6IZ.js +7 -0
- package/dist/chunk-XNHE2OVW.js +7 -0
- package/dist/{chunk-SDNIPJPM.js → chunk-YFPXV7DX.js} +1 -1
- package/dist/{chunk-2VRVLS4A.js → chunk-Z7KLBWCR.js} +2 -2
- package/dist/index.css +923 -809
- package/dist/index.d.ts +8 -2
- package/dist/index.js +75 -68
- 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.d.ts +1 -1
- 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/ClearSlots.d.ts +3 -3
- 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 +13 -13
|
@@ -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-GN7SZFVY.js';
|
|
2
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-HTHQBAXV.js';
|
|
3
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-XIR322ND.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-5CBX6OHS.js';
|
|
7
7
|
export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
|
|
8
8
|
import '../../chunk-DHVVYSLB.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-WQMYEHXH.js';
|
|
10
10
|
import '../../chunk-HZKFQ33E.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-3NV53WWA.js';
|
|
12
12
|
import '../../chunk-ZWU6DRRZ.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-5PCUME7D.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-G3RAGOFR.js';
|
|
17
|
+
import '../../chunk-CTOCKEMO.js';
|
|
19
18
|
import '../../chunk-QCA3ZR56.js';
|
|
20
19
|
import '../../chunk-TFVDF4YH.js';
|
|
21
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-TXZ6BMFR.js';
|
|
21
|
+
import '../../chunk-DB5LXWDP.js';
|
|
22
22
|
import '../../chunk-Q7NXUUB3.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-2LFCC5CI.js';
|
|
24
24
|
import '../../chunk-WPNVVGFW.js';
|
|
25
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-6MOB5IW2.js';
|
|
26
26
|
import '../../chunk-X6SER3TZ.js';
|
|
27
27
|
import '../../chunk-HXI3MEEK.js';
|
|
28
28
|
import '../../chunk-NH3IVMXB.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-2LFCC5CI.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___a8n0N", "hop-Badge--primary": "Badge-module__hop-Badge--primary___0kyva", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___9-WYh", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___JjK0T" };
|
|
27
27
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
28
28
|
function Badge(props, ref) {
|
|
29
29
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -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___HN1-x", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___pIETd" };
|
|
11
11
|
var GlobalOverlineTextCssSelector = "hop-OverlineText";
|
|
12
12
|
function OverlineText(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, OverlineTextContext);
|
|
@@ -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-MVVGP4TO.js';
|
|
3
|
+
import { _ClearButton } from './chunk-YFPXV7DX.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
6
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
7
|
+
import { useFormProps } from './chunk-DB5LXWDP.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___4EGJA", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___xGh8j", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___xqGN5", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___5hIi7", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___6m28I", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___xyLKc", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___xO4Fv", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___d4op2", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___R6ISE" };
|
|
23
23
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
24
24
|
function SearchField(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -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___Hg5Ss", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___oGSUu", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___WZ83p", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___-wQMN", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___0TqiK", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___ywdst", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___th6sc", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___eWCjd" };
|
|
15
15
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
16
16
|
var AvatarToIconSizeAdapter = {
|
|
17
17
|
xs: "md",
|
|
@@ -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___gN2lt" };
|
|
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,8 +1,8 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
2
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
5
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
5
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link } from 'react-a
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./LinkButton.module.css#css-module
|
|
17
|
-
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-
|
|
17
|
+
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-LinkButton___wC0-F Button-module__hop-Button___6UmdH", "hop-LinkButton--fluid": "LinkButton-module__hop-LinkButton--fluid___4ggdj Button-module__hop-Button--fluid___OlzXK", "hop-LinkButton--sm": "LinkButton-module__hop-LinkButton--sm___JkmIa Button-module__hop-Button--sm___dQ-CD", "hop-LinkButton--icon-only": "LinkButton-module__hop-LinkButton--icon-only___lgQ3f Button-module__hop-Button--icon-only___lINq0", "hop-LinkButton--primary": "LinkButton-module__hop-LinkButton--primary___af-FF Button-module__hop-Button--primary___RbH9R", "hop-LinkButton--secondary": "LinkButton-module__hop-LinkButton--secondary___35t14 Button-module__hop-Button--secondary___1U4z1", "hop-LinkButton--upsell": "LinkButton-module__hop-LinkButton--upsell___jVClF Button-module__hop-Button--upsell___CmSav", "hop-LinkButton--danger": "LinkButton-module__hop-LinkButton--danger___e5ajG Button-module__hop-Button--danger___Qspj3", "hop-LinkButton--ghost-primary": "LinkButton-module__hop-LinkButton--ghost-primary___kSeFL Button-module__hop-Button--ghost-primary___cRAfy", "hop-LinkButton--ghost-secondary": "LinkButton-module__hop-LinkButton--ghost-secondary___gAWOb Button-module__hop-Button--ghost-secondary___iHW20", "hop-LinkButton--ghost-danger": "LinkButton-module__hop-LinkButton--ghost-danger___gEt9c Button-module__hop-Button--ghost-danger___dVeRr", "hop-LinkButton__Spinner": "LinkButton-module__hop-LinkButton__Spinner___1DJfN Button-module__hop-Button__Spinner___gGL8Y", "hop-LinkButton__icon": "LinkButton-module__hop-LinkButton__icon___1BciL Button-module__hop-Button__icon___ksFxV", "hop-LinkButton__icon-list": "LinkButton-module__hop-LinkButton__icon-list___q3JT6 Button-module__hop-Button__icon___ksFxV", "hop-LinkButton__text": "LinkButton-module__hop-LinkButton__text___3VZkt Button-module__hop-Button__text___5DJ14", "hop-LinkButton__end-icon": "LinkButton-module__hop-LinkButton__end-icon___Ro7dC Button-module__hop-Button__end-icon___WLIwQ", "hop-LinkButton__end-icon-list": "LinkButton-module__hop-LinkButton__end-icon-list___WbqGC Button-module__hop-Button__end-icon___WLIwQ" };
|
|
18
18
|
var GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
19
19
|
function LinkButton(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -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-6ZZULI3I.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-6MOB5IW2.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___0gUjF", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___eVr-4", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___llIyB", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___021nm", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___v4MHj" };
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsxs, jsx } 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___iIRYy Checkbox-module__hop-Checkbox___ibVca", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___6ySIH Checkbox-module__hop-Checkbox--sm___kuj4Q", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___yoHR5 Checkbox-module__hop-Checkbox--md___60DIA", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___YvZVT Checkbox-module__hop-Checkbox__icon___4oJGh", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___eMO1X Checkbox-module__hop-Checkbox__icon___4oJGh", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___O54pM Checkbox-module__hop-Checkbox__box___ySuQE", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___xkfDz Checkbox-module__hop-Checkbox__check___GUDZb", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___-fuAf Checkbox-module__hop-Checkbox__text___CoUwz" };
|
|
19
19
|
var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
|
|
20
20
|
function DecorativeCheckbox(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-6MOB5IW2.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___7YSMc", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___I-j1p" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -9,7 +9,7 @@ import { useContextProps, Text as Text$1 } from 'react-aria-components';
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Text.module.css#css-module
|
|
12
|
-
var Text_module_default = { "hop-Text": "Text-module__hop-
|
|
12
|
+
var Text_module_default = { "hop-Text": "Text-module__hop-Text___Z112R", "hop-Text--xs": "Text-module__hop-Text--xs___ZHaTH", "hop-Text--sm": "Text-module__hop-Text--sm___CpFES", "hop-Text--md": "Text-module__hop-Text--md___Q9mXt", "hop-Text--lg": "Text-module__hop-Text--lg___H8H9C", "hop-Text--xl": "Text-module__hop-Text--xl___lS6Z2", "hop-Text--2xl": "Text-module__hop-Text--2xl___bmIeD", "hop-Text--inherit": "Text-module__hop-Text--inherit___UPb3s" };
|
|
13
13
|
var GlobalTextCssSelector = "hop-Text";
|
|
14
14
|
function Text(props, ref) {
|
|
15
15
|
[props, ref] = useContextProps(props, ref, TextContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
2
|
+
import { ToggleArrowContext } from './chunk-J6WBI2I2.js';
|
|
2
3
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
4
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
4
|
-
import { ToggleArrowContext } from './chunk-J6WBI2I2.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -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___OkHTS", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___6s8wh", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___64nsx", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___2-SOi" };
|
|
15
15
|
var GlobalDisclosureCssSelector = "hop-Disclosure";
|
|
16
16
|
function Disclosure(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, DisclosureContext);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _DecorativeRadio } from './chunk-
|
|
2
|
-
import { _DecorativeCheckbox } from './chunk-
|
|
1
|
+
import { _DecorativeRadio } from './chunk-WK6QJ3MD.js';
|
|
2
|
+
import { _DecorativeCheckbox } from './chunk-5CBX6OHS.js';
|
|
3
3
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
4
|
-
import { _ListBoxItemSkeleton } from './chunk-
|
|
4
|
+
import { _ListBoxItemSkeleton } from './chunk-QNSV475L.js';
|
|
5
5
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
7
7
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
8
8
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
9
9
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBoxItem as ListBoxItem$1, List
|
|
|
18
18
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ListBoxItem.module.css#css-module
|
|
21
|
-
var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-
|
|
21
|
+
var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-ListBoxItem___vhmcO", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___hzh2j", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___Ij-Jd", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___5rISE", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___svKkT", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___U0QiR", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___L9quj", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___m1yFW", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___cdw3Q", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___QCAQt", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___MQRhw", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___V8nnM", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___0wxX4", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___HzPdN", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___uRcdW", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___mAneN", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___qEJsk" };
|
|
22
22
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
23
23
|
var ListBoxItemToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { mapOrbiterToHopperVariants } from './chunk-
|
|
4
|
-
import { _Spinner } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-YFPXV7DX.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-EWZC5OQC.js';
|
|
4
|
+
import { _Spinner } from './chunk-7ISSVADY.js';
|
|
5
5
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
8
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
9
9
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
10
10
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
11
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
@@ -21,7 +21,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
21
21
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
22
22
|
|
|
23
23
|
// css-module:./Tag.module.css#css-module
|
|
24
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
24
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___-5ikv", "hop-Tag--sm": "Tag-module__hop-Tag--sm___-KHoO", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___i-7-W", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___0ZGi-", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___KmM9V", "hop-Tag--md": "Tag-module__hop-Tag--md___9CKl9", "hop-Tag--lg": "Tag-module__hop-Tag--lg___DlW-S", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___QT7bn", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___TvEwi", "hop-Tag--progress": "Tag-module__hop-Tag--progress___GE5GV", "hop-Tag--positive": "Tag-module__hop-Tag--positive___BWkVa", "hop-Tag--caution": "Tag-module__hop-Tag--caution___q6meC", "hop-Tag--negative": "Tag-module__hop-Tag--negative___vJTDU", "hop-Tag--option1": "Tag-module__hop-Tag--option1___NZRfN", "hop-Tag--option2": "Tag-module__hop-Tag--option2___f0ldv", "hop-Tag--option3": "Tag-module__hop-Tag--option3___soqIm", "hop-Tag--option4": "Tag-module__hop-Tag--option4___kJRIj", "hop-Tag--option5": "Tag-module__hop-Tag--option5___Z5-zp", "hop-Tag--option6": "Tag-module__hop-Tag--option6___j-DoY", "hop-Tag__icon": "Tag-module__hop-Tag__icon___UZej7", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___6NqET", "hop-Tag__text": "Tag-module__hop-Tag__text___cXo5B", "hop-Tag__badge": "Tag-module__hop-Tag__badge___cJB2i", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___jc4u-" };
|
|
25
25
|
var GlobalTagCssSelector = "hop-Tag";
|
|
26
26
|
var TagToTextSizeAdapter = {
|
|
27
27
|
sm: "xs",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
2
|
-
import {
|
|
2
|
+
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
3
3
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
4
|
-
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
4
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
6
5
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
7
|
-
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
8
6
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
7
|
+
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
9
8
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
10
|
-
import {
|
|
9
|
+
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
10
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
11
11
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
12
12
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
13
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Popover as Popover$1, Dialog } fro
|
|
|
19
19
|
import { jsx } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./Popover.module.css#css-module
|
|
22
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
22
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___DIm64", "fade": "Popover-module__fade___TVMwv", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___Tx3H4", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___EELY0", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___CLnsc", "hop-Popover__title": "Popover-module__hop-Popover__title___1AcYM", "hop-Popover__content": "Popover-module__hop-Popover__content___I-Rqq", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___yTBrf", "hop-Popover__footer": "Popover-module__hop-Popover__footer___xunjc", "hop-Popover__actions": "Popover-module__hop-Popover__actions___uQmte", "hop-Popover__action": "Popover-module__hop-Popover__action___L11da" };
|
|
23
23
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
24
24
|
function Popover(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-6MOB5IW2.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___qz3TI", "spin": "Spinner-module__spin___mKRDc", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___U8d-m", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___IibSs", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___y1Uvp", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___q94fI", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___HegNi", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___TThhQ" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
2
|
+
import { _RemainingCharacterCount } from './chunk-MUJX3NQC.js';
|
|
3
3
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
4
|
-
import { _InputGroup } from './chunk-
|
|
5
|
-
import { _ClearButton } from './chunk-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
9
|
-
import { _Label } from './chunk-
|
|
10
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _InputGroup } from './chunk-MVVGP4TO.js';
|
|
5
|
+
import { _ClearButton } from './chunk-YFPXV7DX.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
7
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
9
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
10
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
11
11
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
12
12
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
13
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -24,7 +24,7 @@ import { useContextProps, composeRenderProps, Input, TextField as TextField$1 }
|
|
|
24
24
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
25
25
|
|
|
26
26
|
// css-module:./TextField.module.css#css-module
|
|
27
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
27
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___oh9rT", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___YHZTB", "hop-TextField__Label": "TextField-module__hop-TextField__Label___zJ8us", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___qe7Cs", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___3WR6R", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___M1iTx", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___thzBK" };
|
|
28
28
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
29
29
|
function TextField(props, ref) {
|
|
30
30
|
var _a;
|
|
@@ -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-7ISSVADY.js';
|
|
4
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
5
|
-
import {
|
|
4
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
6
6
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
7
|
+
import { useFormProps } from './chunk-DB5LXWDP.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___6UmdH", "hop-Button--fluid": "Button-module__hop-Button--fluid___OlzXK", "hop-Button--sm": "Button-module__hop-Button--sm___dQ-CD", "hop-Button--md": "Button-module__hop-Button--md___yuxhN", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___lINq0", "hop-Button--primary": "Button-module__hop-Button--primary___RbH9R", "hop-Button--secondary": "Button-module__hop-Button--secondary___1U4z1", "hop-Button--upsell": "Button-module__hop-Button--upsell___CmSav", "hop-Button--danger": "Button-module__hop-Button--danger___Qspj3", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___cRAfy", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___iHW20", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___dVeRr", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___gGL8Y", "hop-Button__icon": "Button-module__hop-Button__icon___ksFxV", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___XmLis", "hop-Button__text": "Button-module__hop-Button__text___5DJ14", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___WLIwQ", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___sKxI3" };
|
|
21
21
|
var GlobalButtonCssSelector = "hop-Button";
|
|
22
22
|
function Button(props, ref) {
|
|
23
23
|
var _a, _b;
|
|
@@ -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___JrjbD" };
|
|
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 { LabelContext } from './chunk-QCA3ZR56.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
6
6
|
import { filterDOMProps } from '@react-aria/utils';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
|
|
|
10
10
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Label.module.css#css-module
|
|
13
|
-
var Label_module_default = { "hop-Label": "Label-module__hop-
|
|
13
|
+
var Label_module_default = { "hop-Label": "Label-module__hop-Label___nTYam", "hop-Label__indicator": "Label-module__hop-Label__indicator___0-Oyd" };
|
|
14
14
|
var GlobalLabelCssSelector = "hop-Label";
|
|
15
15
|
function Label(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -7,7 +7,7 @@ import { Form as Form$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Form.module.css#css-module
|
|
10
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
10
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___e5Jvh" };
|
|
11
11
|
var GlobalFormCssSelector = "hop-Form";
|
|
12
12
|
function useFormProps(props) {
|
|
13
13
|
const ctx = useContext(FormContext);
|
|
@@ -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___uSr-B", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___Hx-vw", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___j5K3T", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___S38RE", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___KgxBa", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___pvbKH", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___8rN1S", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___GXOyR", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___AIWPi", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___VDRjY", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___jhNnu", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___GIHyZ", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___f0FSq", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___kakG3", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___2U8uZ", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___wv58F" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -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-MVVGP4TO.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
7
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
8
|
+
import { useFormProps } from './chunk-DB5LXWDP.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___4KiOx", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___ywXl8", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___XGOql", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___GRDaw", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___R-CBP", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___ypsDS", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___2JXaL", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___OpXz8", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___e5bJp", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___2X1rK", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___Py-eZ", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___cSD2Q", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___sbCBg", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___UBsxJ" };
|
|
26
26
|
var GlobalNumberFieldCssSelector = "hop-NumberField";
|
|
27
27
|
var StepperButton = ({ direction }) => {
|
|
28
28
|
const scale = useScale();
|