@hopper-ui/components 1.3.34 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -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 +31 -31
- package/dist/Card/src/Card.js +3 -3
- package/dist/Card/src/index.css +31 -31
- package/dist/Card/src/index.js +3 -3
- package/dist/ComboBox/src/ComboBox.css +562 -562
- package/dist/ComboBox/src/ComboBox.d.ts +1 -0
- package/dist/ComboBox/src/ComboBox.js +25 -24
- package/dist/ComboBox/src/ComboBoxContext.d.ts +1 -0
- package/dist/ComboBox/src/index.css +562 -562
- package/dist/ComboBox/src/index.d.ts +1 -0
- package/dist/ComboBox/src/index.js +25 -24
- 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/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 +13 -13
- 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 +13 -13
- package/dist/ListBoxSection/src/ListBoxSection.d.ts +19 -0
- package/dist/ListBoxSection/src/ListBoxSection.js +3 -0
- package/dist/ListBoxSection/src/ListBoxSectionContext.d.ts +9 -0
- package/dist/ListBoxSection/src/ListBoxSectionContext.js +2 -0
- package/dist/ListBoxSection/src/index.d.ts +6 -0
- package/dist/ListBoxSection/src/index.js +3 -0
- package/dist/Select/src/Select.css +566 -566
- package/dist/Select/src/Select.d.ts +1 -0
- package/dist/Select/src/Select.js +25 -24
- package/dist/Select/src/SelectContext.d.ts +1 -0
- 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.d.ts +1 -0
- package/dist/Select/src/index.js +25 -24
- 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-RAAORA53.js → chunk-2RKCBVAE.js} +5 -5
- package/dist/{chunk-CC5QQ4YM.js → chunk-3HX5NWMM.js} +2 -2
- package/dist/{chunk-L7ORX4VV.js → chunk-3PGF24IG.js} +7 -7
- package/dist/{chunk-LVCA23CC.js → chunk-3VUBDDGN.js} +1 -1
- package/dist/{chunk-LI5HSYF7.js → chunk-3ZCLNFNH.js} +1 -1
- package/dist/{chunk-2DFRNPSR.js → chunk-4AQSVFQE.js} +2 -2
- package/dist/{chunk-E6TOJ3QU.js → chunk-4URFPB7C.js} +1 -1
- package/dist/{chunk-CS2YF25E.js → chunk-5GIFUMKH.js} +2 -2
- package/dist/{chunk-G7QY3NWV.js → chunk-5QJPP7HS.js} +1 -1
- package/dist/{chunk-U5SHNMC3.js → chunk-6UXQYKTS.js} +7 -7
- package/dist/{chunk-5SMJSNMW.js → chunk-7JFQOF5T.js} +2 -2
- package/dist/{chunk-7FV3FDFI.js → chunk-7ORJSBUE.js} +1 -1
- package/dist/{chunk-ZRT7MWIL.js → chunk-7XA5OWYH.js} +5 -5
- package/dist/{chunk-GUCWHJZX.js → chunk-AAL467KG.js} +2 -2
- package/dist/{chunk-566DZ4RC.js → chunk-BGI67EI7.js} +1 -1
- package/dist/{chunk-Z57BGAOZ.js → chunk-BXVGWU5O.js} +10 -10
- package/dist/{chunk-C2ON6QTY.js → chunk-CGFOVFND.js} +2 -2
- package/dist/{chunk-EABCCXRD.js → chunk-CPDMZBS6.js} +11 -7
- package/dist/{chunk-OFQN5TXX.js → chunk-CZVGQ5C6.js} +7 -7
- package/dist/{chunk-T3PSAQEK.js → chunk-DKAY27MU.js} +1 -1
- package/dist/{chunk-UMCSSGCS.js → chunk-DV5Q4JAU.js} +5 -5
- package/dist/chunk-DWIQ3243.js +53 -0
- package/dist/{chunk-QTD66QJH.js → chunk-DZJSSJVJ.js} +9 -9
- package/dist/{chunk-333PGOMR.js → chunk-EJ75LL4Y.js} +10 -10
- package/dist/{chunk-BFYJWYHU.js → chunk-FPCY4ECZ.js} +2 -2
- package/dist/chunk-G2Y6QONL.js +85 -0
- package/dist/{chunk-6L4MTZT4.js → chunk-GQDBSVMU.js} +6 -6
- package/dist/{chunk-NR7UTMYX.js → chunk-GZZMDYJU.js} +2 -2
- package/dist/chunk-HQP6EHLV.js +60 -0
- package/dist/{chunk-PUQ7RTX4.js → chunk-ICR4D5TY.js} +3 -3
- package/dist/{chunk-K22HKHG2.js → chunk-IEGPHGTV.js} +2 -2
- package/dist/{chunk-SH3CLZKH.js → chunk-IZRMVXCF.js} +1 -1
- package/dist/{chunk-7FQHEXNP.js → chunk-JQ22QH4V.js} +5 -5
- package/dist/{chunk-RBENLQVB.js → chunk-L645PYAJ.js} +5 -5
- package/dist/{chunk-GYJQJEJS.js → chunk-LM6AEQMG.js} +3 -3
- package/dist/chunk-M2XJDWZ7.js +7 -0
- package/dist/{chunk-DVIAXHYK.js → chunk-MCOD2ZQV.js} +3 -3
- package/dist/{chunk-NUV3PDGE.js → chunk-MJF34XG5.js} +1 -1
- package/dist/{chunk-WWXZNKBE.js → chunk-ML3ZBKXE.js} +4 -4
- package/dist/{chunk-SNDPAUAL.js → chunk-N6XQNRGL.js} +9 -9
- package/dist/{chunk-O5LFX4XZ.js → chunk-NKAOLRR4.js} +1 -1
- package/dist/{chunk-LHX75LVJ.js → chunk-OPP3ULUS.js} +1 -1
- package/dist/{chunk-GQJ7GNYQ.js → chunk-ORBPCJH4.js} +2 -2
- package/dist/{chunk-6AMCBCFX.js → chunk-OZPHJVGH.js} +3 -3
- package/dist/{chunk-NIERUDZ6.js → chunk-QB56D4AN.js} +1 -1
- package/dist/{chunk-KFPJZFZS.js → chunk-QZ3F4TVB.js} +2 -2
- package/dist/{chunk-75I7LTO3.js → chunk-RIHN3B2C.js} +1 -1
- package/dist/chunk-RLDIAT4F.js +7 -0
- package/dist/{chunk-R5343IYO.js → chunk-SNMB5VZW.js} +2 -2
- package/dist/{chunk-KFMYXZFT.js → chunk-TUARKYYK.js} +2 -2
- package/dist/{chunk-7H7A6BGG.js → chunk-TVVMMGB3.js} +1 -1
- package/dist/{chunk-EXO4OJ7Z.js → chunk-U3JUYR5Q.js} +2 -2
- package/dist/{chunk-WILQEDLK.js → chunk-VRC76V4I.js} +1 -1
- package/dist/{chunk-6NX5XSZH.js → chunk-VZTTMSV3.js} +2 -2
- package/dist/{chunk-K5WUDBPF.js → chunk-X6IUJPX3.js} +1 -1
- package/dist/{chunk-VHRMFZPJ.js → chunk-XCALSZOE.js} +6 -6
- package/dist/{chunk-7FQXKGYA.js → chunk-XIHYC7QU.js} +7 -7
- package/dist/chunk-XL7LO6IZ.js +7 -0
- package/dist/chunk-XNHE2OVW.js +7 -0
- package/dist/{chunk-GO5KCRGN.js → chunk-Y7SHCVBN.js} +2 -2
- package/dist/{chunk-5ZXBTCX3.js → chunk-YEKLPYHT.js} +3 -3
- package/dist/{chunk-GVEPINW7.js → chunk-YXGFTGXC.js} +3 -3
- package/dist/{chunk-SBSBVVKM.js → chunk-ZDI5V3HH.js} +2 -2
- package/dist/index.css +915 -809
- package/dist/index.d.ts +8 -2
- package/dist/index.js +75 -69
- package/dist/inputs/src/InputGroup.css +265 -265
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +287 -287
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +275 -275
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +7 -7
- package/dist/inputs/src/SearchField.css +281 -281
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +282 -282
- package/dist/inputs/src/TextArea.js +11 -11
- package/dist/inputs/src/TextField.css +279 -279
- package/dist/inputs/src/TextField.js +14 -14
- package/dist/inputs/src/index.css +325 -325
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +542 -542
- package/dist/overlays/Popover/src/Popover.js +12 -12
- package/dist/overlays/Popover/src/index.css +542 -542
- package/dist/overlays/Popover/src/index.js +12 -12
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +8 -8
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +8 -8
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +6 -6
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +13 -13
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +8 -8
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +391 -391
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/index.css +401 -401
- package/dist/tag/src/index.js +14 -14
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +28 -28
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +7 -7
- package/dist/utils/src/useIsOverflow.d.ts +1 -1
- package/package.json +12 -12
- package/dist/Section/src/Section.d.ts +0 -19
- package/dist/Section/src/Section.js +0 -3
- package/dist/Section/src/SectionContext.d.ts +0 -9
- package/dist/Section/src/SectionContext.js +0 -2
- package/dist/Section/src/index.d.ts +0 -6
- package/dist/Section/src/index.js +0 -3
- package/dist/chunk-5H5AZJPQ.js +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Link.module.css#css-module
|
|
15
|
-
var Link_module_default = { "hop-Link": "Link-module__hop-
|
|
15
|
+
var Link_module_default = { "hop-Link": "Link-module__hop-Link___DyXJj", "hop-Link--quiet": "Link-module__hop-Link--quiet___Ilyt3", "hop-Link--primary": "Link-module__hop-Link--primary___W1w-M", "hop-Link--secondary": "Link-module__hop-Link--secondary___8Ajmd", "hop-Link__icon": "Link-module__hop-Link__icon___9JEPw", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___q33-4", "hop-Link__text": "Link-module__hop-Link__text___YR2Su", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___YEWB4", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___qUSZf" };
|
|
16
16
|
var GlobalLinkCssSelector = "hop-Link";
|
|
17
17
|
var LinkToIconSizeAdapter = {
|
|
18
18
|
inherit: void 0,
|
|
@@ -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-RIHN3B2C.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___YMucK", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___mInCb", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___-vJy0", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___qGOrj", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___rwsvM" };
|
|
18
18
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
19
19
|
var RadioToDescriptionSizeAdapter = {
|
|
20
20
|
sm: "xs",
|
|
@@ -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___YiDWt", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___-D-gW", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___ebpyh", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___yHbQd", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___9TFz-", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___0pLB4" };
|
|
14
14
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
15
15
|
function InputGroup(props, ref) {
|
|
16
16
|
var _a, _b;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-RIHN3B2C.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { InfoIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
|
|
|
9
9
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./HelperMessage.module.css#css-module
|
|
12
|
-
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-
|
|
12
|
+
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___9fkas", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___n2K8B" };
|
|
13
13
|
var GlobalHelperMessageCssSelector = "hop-HelperMessage";
|
|
14
14
|
function HelperMessage(props, ref) {
|
|
15
15
|
const validation = useContext(FieldErrorContext);
|
|
@@ -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-IZRMVXCF.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___Igvhl", "hop-Label__indicator": "Label-module__hop-Label__indicator___naBaU" };
|
|
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 { 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___7khUy", "hop-Heading--xs": "Heading-module__hop-Heading--xs___2h2eb", "hop-Heading--sm": "Heading-module__hop-Heading--sm___bhLWp", "hop-Heading--md": "Heading-module__hop-Heading--md___eTc7c", "hop-Heading--lg": "Heading-module__hop-Heading--lg___cPhxL", "hop-Heading--xl": "Heading-module__hop-Heading--xl___gT96-", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___Ap-qF", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___MchyQ" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
2
|
-
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
3
2
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
4
|
-
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
3
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
6
4
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
7
|
-
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
8
5
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
6
|
+
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
7
|
+
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
8
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
11
9
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
10
|
+
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
11
|
+
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
12
12
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
13
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
14
14
|
import { cssModule } from './chunk-KVDXQMWI.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___OcYGK", "fade": "Popover-module__fade___1OMqL", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___g0FuC", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___aWqdT", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___aK4S-", "hop-Popover__title": "Popover-module__hop-Popover__title___gu4SA", "hop-Popover__content": "Popover-module__hop-Popover__content___Q9zeB", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___mUBvi", "hop-Popover__footer": "Popover-module__hop-Popover__footer___8-QY5", "hop-Popover__actions": "Popover-module__hop-Popover__actions___AbTub", "hop-Popover__action": "Popover-module__hop-Popover__action___GrKLJ" };
|
|
23
23
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
24
24
|
function Popover(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _EmbeddedButton } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-TVVMMGB3.js';
|
|
3
|
+
import { _EmbeddedButton } from './chunk-5QJPP7HS.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-U3JUYR5Q.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-QZ3F4TVB.js';
|
|
6
|
+
import { _Label } from './chunk-VZTTMSV3.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
8
|
+
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
11
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Input, TextField } from 'react-ari
|
|
|
19
19
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./PasswordField.module.css#css-module
|
|
22
|
-
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-
|
|
22
|
+
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___Bg5yi", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___lLIJA", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___2VnNd", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___PjZia", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___iCH3y", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___XcZNn" };
|
|
23
23
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
24
24
|
function PasswordField(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { 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:./DecorativeRadio.module.css#css-module
|
|
18
|
-
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-
|
|
18
|
+
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___9usXM Radio-module__hop-Radio___UhGmi", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___JLtVj Radio-module__hop-Radio--sm___DMBaE", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___Tlh7I Radio-module__hop-Radio--md___XBWCm", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___w56mF Radio-module__hop-Radio__icon___RkeGd", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___qQ6I- Radio-module__hop-Radio__icon___RkeGd", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___0NbcC Radio-module__hop-Radio__box___P5awP", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___dUdzE Radio-module__hop-Radio__bullet___kvtXg", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___53993 Radio-module__hop-Radio__text___H9lpt" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ToggleArrow } from './chunk-LHX75LVJ.js';
|
|
2
|
-
import { _Heading } from './chunk-K5WUDBPF.js';
|
|
3
1
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
4
2
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
3
|
+
import { _ToggleArrow } from './chunk-OPP3ULUS.js';
|
|
4
|
+
import { _Heading } from './chunk-X6IUJPX3.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___cBi79", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___4oo1K", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___jWaDU", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___49NiV", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___CZn9q", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___ugF1x" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ensureTextWrapper } from './chunk-WILQEDLK.js';
|
|
2
1
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
3
|
-
import { FormContext } from './chunk-Q7NXUUB3.js';
|
|
4
2
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
|
+
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
4
|
+
import { FormContext } from './chunk-Q7NXUUB3.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___pyioe", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___IpKwL", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___rYx-y", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___J-L6U" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
1
|
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
2
|
+
import { BadgeContext } from './chunk-CQDLZ42T.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___TCkDc", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___D47aP" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|