@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,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-3NV53WWA.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___RQi4B", "hop-Radio--sm": "Radio-module__hop-Radio--sm___O8q1N", "hop-Radio--md": "Radio-module__hop-Radio--md___qYsR8", "hop-Radio__icon": "Radio-module__hop-Radio__icon___2v9Xj", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___PFtCL", "hop-Radio__box": "Radio-module__hop-Radio__box___ykSFb", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___jbaz4", "hop-Radio__text": "Radio-module__hop-Radio__text___zP6MZ" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Heading.module.css#css-module
|
|
10
|
-
var Heading_module_default = { "hop-Heading": "Heading-module__hop-
|
|
10
|
+
var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___dC3mO", "hop-Heading--xs": "Heading-module__hop-Heading--xs___dCE60", "hop-Heading--sm": "Heading-module__hop-Heading--sm___JJxFP", "hop-Heading--md": "Heading-module__hop-Heading--md___cvoSn", "hop-Heading--lg": "Heading-module__hop-Heading--lg___ASfg6", "hop-Heading--xl": "Heading-module__hop-Heading--xl___5myZG", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___WO9hr", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___OA4yx" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
4
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Checkbox.module.css#css-module
|
|
17
|
-
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-
|
|
17
|
+
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___ibVca", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___kuj4Q", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___60DIA", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___4oJGh", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___JRZnw", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___ySuQE", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___GUDZb", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___CoUwz" };
|
|
18
18
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
19
19
|
function Checkbox(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -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-MUJX3NQC.js';
|
|
5
|
+
import { _InputGroup } from './chunk-MVVGP4TO.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
7
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
8
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
9
|
+
import { useFormProps } from './chunk-DB5LXWDP.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___IQKRa", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___9gHKx", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___vcLKK", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___Urnd-", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___fXfCy", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___iyrZ6", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___yf0BT", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___us7xl", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___LdgiI" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
2
1
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
|
+
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
3
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___kaNMM", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___CLCmo" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
2
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
4
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
4
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxField.module.css#css-module
|
|
18
|
-
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-
|
|
18
|
+
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___DKSeV", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___Vxkz8", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___MFGPR", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___hEDmF", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___W5XgI" };
|
|
19
19
|
var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
|
|
20
20
|
var CheckboxToDescriptionSizeAdapter = {
|
|
21
21
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
2
1
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
2
|
+
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
3
3
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./ButtonGroup.module.css#css-module
|
|
14
|
-
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-
|
|
14
|
+
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___bo6JC", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___Wpvbb", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___z-hH7", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___Ofn-H", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___mBALf", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___0Hj8y", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___l82as", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___rp-H3" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { _ToggleArrow } from './chunk-TZA6I2WY.js';
|
|
2
|
+
import { _Heading } from './chunk-G3RAGOFR.js';
|
|
1
3
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
2
4
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
3
|
-
import { _ToggleArrow } from './chunk-XJPH3TL7.js';
|
|
4
|
-
import { _Heading } from './chunk-ZTSBOPRT.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, DisclosureStateContext, useSlottedContext, composeRend
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./DisclosureHeader.module.css#css-module
|
|
17
|
-
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-
|
|
17
|
+
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-DisclosureHeader___cJ7Ok", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___bJJGF", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___Es-8O", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___52oyY", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___2Z6Da", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___7LHJ7" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|
|
@@ -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-M4TPHDQE.js';
|
|
3
|
+
import { _Popover } from './chunk-77X3AEUG.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-57ULZS5W.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
7
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
9
|
+
import { _ToggleArrow } from './chunk-TZA6I2WY.js';
|
|
10
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
11
|
+
import { useFormProps } from './chunk-DB5LXWDP.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___xEHzq", "hop-Select--fluid": "Select-module__hop-Select--fluid___5qrRS", "hop-Select__label": "Select-module__hop-Select__label___UAsQm", "hop-Select__button": "Select-module__hop-Select__button___a6dU8", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___Rtxc4", "hop-Select__button--md": "Select-module__hop-Select__button--md___MIAeN", "hop-Select__prefix": "Select-module__hop-Select__prefix___vN4be", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___-yQyv", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___jkIoz", "hop-Select__error-message": "Select-module__hop-Select__error-message___Y1FeQ" };
|
|
26
26
|
var GlobalSelectCssSelector = "hop-Select";
|
|
27
27
|
function Select(props, ref) {
|
|
28
28
|
var _a, _b, _c, _d;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { IllustratedMessageContext } from './chunk-XL7LO6IZ.js';
|
|
2
|
+
import { ImageContext } from './chunk-XNHE2OVW.js';
|
|
3
|
+
import { SvgImageContext } from './chunk-M2XJDWZ7.js';
|
|
4
|
+
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
5
|
+
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
6
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
7
|
+
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
8
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
|
+
import { useStyledSystem, Div } from '@hopper-ui/styled-system';
|
|
11
|
+
import clsx from 'clsx';
|
|
12
|
+
import { forwardRef } from 'react';
|
|
13
|
+
import { useContextProps } from 'react-aria-components';
|
|
14
|
+
import { jsx } from 'react/jsx-runtime';
|
|
15
|
+
|
|
16
|
+
// css-module:./IllustratedMessage.module.css#css-module
|
|
17
|
+
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-IllustratedMessage___B1khN", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___X5ZPr", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___CXWrM", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___nSfyJ", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___2mpjl", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___l9K0R", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___kanUu", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___rSfs0", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___eWGjP", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___TWDAR" };
|
|
18
|
+
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
|
+
function IllustratedMessage(props, ref) {
|
|
20
|
+
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
21
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
22
|
+
const {
|
|
23
|
+
className,
|
|
24
|
+
style,
|
|
25
|
+
slot,
|
|
26
|
+
children,
|
|
27
|
+
size = "md",
|
|
28
|
+
...otherProps
|
|
29
|
+
} = ownProps;
|
|
30
|
+
const classNames = clsx(
|
|
31
|
+
className,
|
|
32
|
+
GlobalIllustratedMessageCssSelector,
|
|
33
|
+
cssModule(
|
|
34
|
+
IllustratedMessage_module_default,
|
|
35
|
+
"hop-IllustratedMessage",
|
|
36
|
+
size
|
|
37
|
+
),
|
|
38
|
+
stylingProps.className
|
|
39
|
+
);
|
|
40
|
+
const mergedStyles = {
|
|
41
|
+
...stylingProps.style,
|
|
42
|
+
...style
|
|
43
|
+
};
|
|
44
|
+
return /* @__PURE__ */ jsx(
|
|
45
|
+
Div,
|
|
46
|
+
{
|
|
47
|
+
...otherProps,
|
|
48
|
+
className: classNames,
|
|
49
|
+
style: mergedStyles,
|
|
50
|
+
ref,
|
|
51
|
+
slot: slot != null ? slot : void 0,
|
|
52
|
+
children: /* @__PURE__ */ jsx(
|
|
53
|
+
SlotProvider,
|
|
54
|
+
{
|
|
55
|
+
values: [
|
|
56
|
+
[SvgImageContext, {
|
|
57
|
+
className: IllustratedMessage_module_default["hop-IllustratedMessage__image"]
|
|
58
|
+
}],
|
|
59
|
+
[ImageContext, {
|
|
60
|
+
className: IllustratedMessage_module_default["hop-IllustratedMessage__image"]
|
|
61
|
+
}],
|
|
62
|
+
[HeadingContext, {
|
|
63
|
+
className: IllustratedMessage_module_default["hop-IllustratedMessage__heading"]
|
|
64
|
+
}],
|
|
65
|
+
[ContentContext, {
|
|
66
|
+
className: IllustratedMessage_module_default["hop-IllustratedMessage__content"],
|
|
67
|
+
color: "neutral-weak"
|
|
68
|
+
}],
|
|
69
|
+
[ButtonGroupContext, {
|
|
70
|
+
className: IllustratedMessage_module_default["hop-IllustratedMessage__buttonGroup"]
|
|
71
|
+
}],
|
|
72
|
+
[ButtonContext, {
|
|
73
|
+
className: IllustratedMessage_module_default["hop-IllustratedMessage__button"]
|
|
74
|
+
}]
|
|
75
|
+
],
|
|
76
|
+
children
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
}
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
var _IllustratedMessage = forwardRef(IllustratedMessage);
|
|
83
|
+
_IllustratedMessage.displayName = "IllustratedMessage";
|
|
84
|
+
|
|
85
|
+
export { GlobalIllustratedMessageCssSelector, _IllustratedMessage };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
2
2
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
3
3
|
import { RadioContext } from './chunk-FU5CCPLP.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-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 { 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, RadioGroup as RadioGroup$1 } from
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./RadioGroup.module.css#css-module
|
|
18
|
-
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-
|
|
18
|
+
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___kwEbD", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___GHmV4", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___byHj8", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___1zZc4", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___T-J6T", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___UoRTV", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___ZI-vl", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___rP-nH", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___Jksbh" };
|
|
19
19
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
20
20
|
function RadioGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -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-6MOB5IW2.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___kQkBy", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___01wNb", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___EF3--", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___6wylF", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___FY8zE" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-TFVDF4YH.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 { composeRenderProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./RemainingCharacterCount.module.css#css-module
|
|
13
|
-
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-
|
|
13
|
+
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___d4gWp" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ImageContext } from './chunk-XNHE2OVW.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:./Image.module.css#css-module
|
|
10
|
+
var Image_module_default = { "hop-Image": "Image-module__hop-Image___iGqMq", "hop-Image--rounded": "Image-module__hop-Image--rounded___zdS7j", "hop-Image--circular": "Image-module__hop-Image--circular___fsBRb" };
|
|
11
|
+
var GlobalImageCssSelector = "hop-Image";
|
|
12
|
+
function Image(props, ref) {
|
|
13
|
+
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
14
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
15
|
+
const {
|
|
16
|
+
className,
|
|
17
|
+
style,
|
|
18
|
+
shape,
|
|
19
|
+
src,
|
|
20
|
+
slot,
|
|
21
|
+
alt,
|
|
22
|
+
...otherProps
|
|
23
|
+
} = ownProps;
|
|
24
|
+
if (!alt) {
|
|
25
|
+
console.warn(
|
|
26
|
+
'The `alt` prop was not provided to an image. Add `alt` text for screen readers, or set `alt=""` prop to indicate that the image is decorative or redundant with displayed text and should not be announced by screen readers.'
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
const classNames = clsx(
|
|
30
|
+
className,
|
|
31
|
+
GlobalImageCssSelector,
|
|
32
|
+
cssModule(
|
|
33
|
+
Image_module_default,
|
|
34
|
+
"hop-Image",
|
|
35
|
+
shape
|
|
36
|
+
),
|
|
37
|
+
stylingProps.className
|
|
38
|
+
);
|
|
39
|
+
const mergedStyles = {
|
|
40
|
+
...stylingProps.style,
|
|
41
|
+
...style
|
|
42
|
+
};
|
|
43
|
+
const srcValue = useResponsiveValue(src);
|
|
44
|
+
return /* @__PURE__ */ jsx(
|
|
45
|
+
"img",
|
|
46
|
+
{
|
|
47
|
+
...otherProps,
|
|
48
|
+
alt: alt != null ? alt : "",
|
|
49
|
+
slot: slot != null ? slot : void 0,
|
|
50
|
+
className: classNames,
|
|
51
|
+
style: mergedStyles,
|
|
52
|
+
ref,
|
|
53
|
+
src: srcValue
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
var _Image = forwardRef(Image);
|
|
58
|
+
_Image.displayName = "Image";
|
|
59
|
+
|
|
60
|
+
export { GlobalImageCssSelector, _Image };
|
|
@@ -10,7 +10,7 @@ import { useContextProps, useSlottedContext, InputContext, TextAreaContext, Fiel
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./InputGroup.module.css#css-module
|
|
13
|
-
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-
|
|
13
|
+
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___Xu6-D", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___3et-7", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___Felcy", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___zJiPQ", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___xzok8", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___OAZWm" };
|
|
14
14
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
15
15
|
function InputGroup(props, ref) {
|
|
16
16
|
var _a, _b;
|
|
@@ -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___hbAS5", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___IfeRj" };
|
|
11
11
|
var GlobalDividerCssSelector = "hop-Divider";
|
|
12
12
|
function Divider(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, DividerContext);
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { CardContext } from './chunk-V2EQFVTJ.js';
|
|
2
|
-
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
3
|
-
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
4
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
2
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
3
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
7
4
|
import clsx from 'clsx';
|
|
8
5
|
import { forwardRef } from 'react';
|
|
9
|
-
import { useContextProps
|
|
6
|
+
import { useContextProps } from 'react-aria-components';
|
|
10
7
|
import { jsx } from 'react/jsx-runtime';
|
|
11
8
|
|
|
12
9
|
// css-module:./Card.module.css#css-module
|
|
13
|
-
var Card_module_default = { "hop-Card": "Card-module__hop-
|
|
10
|
+
var Card_module_default = { "hop-Card": "Card-module__hop-Card___xdc3T", "hop-Card--main": "Card-module__hop-Card--main___RZyYr", "hop-Card--second-level": "Card-module__hop-Card--second-level___MJeSK" };
|
|
14
11
|
var GlobalCardCssSelector = "hop-Card";
|
|
15
12
|
var Card = (props, ref) => {
|
|
16
13
|
[props, ref] = useContextProps(props, ref, CardContext);
|
|
@@ -38,30 +35,14 @@ var Card = (props, ref) => {
|
|
|
38
35
|
...stylingProps.style
|
|
39
36
|
};
|
|
40
37
|
return /* @__PURE__ */ jsx(
|
|
41
|
-
"
|
|
38
|
+
"div",
|
|
42
39
|
{
|
|
43
40
|
ref,
|
|
44
41
|
className: classNames,
|
|
45
42
|
style: mergedStyles,
|
|
46
43
|
slot: slot != null ? slot : void 0,
|
|
47
44
|
...otherProps,
|
|
48
|
-
children
|
|
49
|
-
SlotProvider,
|
|
50
|
-
{
|
|
51
|
-
values: [
|
|
52
|
-
[HeaderContext, {
|
|
53
|
-
className: Card_module_default["hop-Card__header"]
|
|
54
|
-
}],
|
|
55
|
-
[ContentContext, {
|
|
56
|
-
className: Card_module_default["hop-Card__content"]
|
|
57
|
-
}],
|
|
58
|
-
[FooterContext, {
|
|
59
|
-
className: Card_module_default["hop-Card__footer"]
|
|
60
|
-
}]
|
|
61
|
-
],
|
|
62
|
-
children
|
|
63
|
-
}
|
|
64
|
-
)
|
|
45
|
+
children
|
|
65
46
|
}
|
|
66
47
|
);
|
|
67
48
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
2
|
+
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
|
|
5
5
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Avatar.module.css#css-module
|
|
16
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
16
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___4CHt4", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___VRV2o", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___96MQv", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___600pg", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___bu-84", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___kijgI", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___VHlvp", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___72fSG", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___WtcAO", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___Dj--D", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___lQlC9", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___25UjG", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___QyFnF", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___aql0h", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___ORR-Y", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___wFLn2", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___IOtHy" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
4
4
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
5
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioField.module.css#css-module
|
|
17
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
17
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___BLJ-n", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___Zj55j", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___jQtD-", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___SPwC1", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___kr7ju" };
|
|
18
18
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
19
19
|
var RadioToDescriptionSizeAdapter = {
|
|
20
20
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { DeletedUserRichIcon } from '@hopper-ui/icons';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { AnonymousRichIcon } from '@hopper-ui/icons';
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./ListBoxItemSkeleton.module.css#css-module
|
|
10
|
-
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-
|
|
10
|
+
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___dszq-", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___rf7co", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___2lYVB", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___zzOfK", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___A1WVD", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___-nbNC" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
1
2
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
2
|
-
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-X3G7OJKA.js';
|
|
4
3
|
import { FormContext } from './chunk-Q7NXUUB3.js';
|
|
4
|
+
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, DisclosurePanel
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./DisclosurePanel.module.css#css-module
|
|
15
|
-
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-
|
|
15
|
+
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___Me711", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___-rw2p", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___skvqA", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___RnOHo" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|