@hopper-ui/components 1.3.32 → 1.3.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/Avatar/src/AnonymousAvatar.css +37 -37
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +55 -55
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +37 -37
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +55 -55
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Badge/src/Badge.css +42 -42
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +4 -4
- package/dist/Card/src/Card.css +30 -30
- package/dist/Card/src/Card.js +2 -2
- package/dist/Card/src/index.css +30 -30
- package/dist/Card/src/index.js +2 -2
- package/dist/ComboBox/src/ComboBox.css +559 -559
- package/dist/ComboBox/src/ComboBox.js +17 -17
- package/dist/ComboBox/src/index.css +559 -559
- package/dist/ComboBox/src/index.js +17 -17
- package/dist/Divider/src/Divider.css +29 -29
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +29 -29
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +29 -29
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +747 -747
- package/dist/Form/src/Form.js +6 -6
- package/dist/Form/src/index.css +747 -747
- package/dist/Form/src/index.js +6 -6
- package/dist/HelperMessage/src/HelperMessage.css +29 -29
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +29 -29
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +28 -28
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +28 -28
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +49 -49
- package/dist/Link/src/Link.js +6 -6
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +6 -6
- package/dist/ListBox/src/ListBox.css +274 -274
- package/dist/ListBox/src/ListBox.js +10 -10
- package/dist/ListBox/src/ListBoxItem.css +262 -262
- package/dist/ListBox/src/ListBoxItem.js +9 -9
- package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +274 -274
- package/dist/ListBox/src/index.js +10 -10
- package/dist/Select/src/Select.css +563 -563
- package/dist/Select/src/Select.js +17 -17
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +5 -5
- package/dist/Select/src/index.css +563 -563
- package/dist/Select/src/index.js +17 -17
- package/dist/Spinner/src/Spinner.css +37 -37
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +37 -37
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +93 -93
- package/dist/buttons/src/Button.js +7 -7
- package/dist/buttons/src/ButtonGroup.css +38 -38
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +98 -98
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/EmbeddedButton.css +98 -98
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +102 -102
- package/dist/buttons/src/LinkButton.js +6 -6
- package/dist/buttons/src/index.css +249 -249
- package/dist/buttons/src/index.js +11 -11
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +6 -6
- package/dist/checkbox/src/CheckboxField.css +33 -33
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxGroup.css +98 -98
- package/dist/checkbox/src/CheckboxGroup.js +5 -5
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.js +6 -6
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.js +11 -11
- package/dist/{chunk-X5SCISRD.js → chunk-5L4SRFMM.js} +2 -2
- package/dist/{chunk-VYNPGUH2.js → chunk-5N6R4USJ.js} +1 -1
- package/dist/{chunk-2ZAWI3VO.js → chunk-5V32JYKM.js} +1 -1
- package/dist/{chunk-ZTS67CFU.js → chunk-6SOC4ZCP.js} +2 -2
- package/dist/{chunk-7RTEFFZS.js → chunk-6URDOTFT.js} +1 -1
- package/dist/{chunk-F3GTLFKR.js → chunk-7TNFRZPO.js} +1 -1
- package/dist/{chunk-UOVCHVGX.js → chunk-7W2MXYXZ.js} +4 -4
- package/dist/{chunk-HPEGBHAQ.js → chunk-BCUIZE4G.js} +1 -1
- package/dist/{chunk-OFYHUD3N.js → chunk-BYOQKF3I.js} +2 -2
- package/dist/{chunk-U7NERCPG.js → chunk-CWGQSZVV.js} +6 -6
- package/dist/{chunk-WXP3P4KY.js → chunk-DJWMHKN5.js} +3 -3
- package/dist/{chunk-5TE4QKZ2.js → chunk-DPGUTB2Z.js} +2 -2
- package/dist/{chunk-YTKE4ERV.js → chunk-DRVU56LK.js} +8 -8
- package/dist/{chunk-XDJMIWOT.js → chunk-ECAM35AM.js} +3 -3
- package/dist/{chunk-JHZLRSJY.js → chunk-ETR3U3FY.js} +1 -1
- package/dist/{chunk-UEZ6JMBX.js → chunk-GCPJ72ES.js} +1 -1
- package/dist/{chunk-UYDOZLJW.js → chunk-GDB7JQ3D.js} +1 -1
- package/dist/{chunk-FXB7BBJB.js → chunk-HLWX7CML.js} +2 -2
- package/dist/{chunk-UJAYZEVR.js → chunk-HXO6663T.js} +2 -2
- package/dist/{chunk-MCSPPEQN.js → chunk-JA3U74ZK.js} +1 -1
- package/dist/{chunk-QDIICTRS.js → chunk-JCJA22ZN.js} +2 -2
- package/dist/{chunk-PR6Q2XJD.js → chunk-JGHJ2M26.js} +8 -8
- package/dist/{chunk-OEMWDVBB.js → chunk-JQDHDPWX.js} +2 -2
- package/dist/{chunk-B2PZHGGT.js → chunk-JTHUJSFK.js} +2 -2
- package/dist/{chunk-WJ6YDFFC.js → chunk-MAMRCWYC.js} +1 -1
- package/dist/{chunk-SWQEWYNM.js → chunk-MYDEFJS3.js} +1 -1
- package/dist/{chunk-2PIWQBQ7.js → chunk-NDJTJNFH.js} +2 -2
- package/dist/{chunk-77K422AK.js → chunk-NOY3G4YX.js} +1 -1
- package/dist/{chunk-KXZYWFM3.js → chunk-O44XKAD6.js} +4 -4
- package/dist/{chunk-VYFGV7LF.js → chunk-OQ5ANYTP.js} +2 -2
- package/dist/{chunk-Y75VH6OP.js → chunk-PSIGABQ5.js} +1 -1
- package/dist/{chunk-UYXVO6TB.js → chunk-R5756BNI.js} +1 -1
- package/dist/{chunk-MY7R6ZMF.js → chunk-ROBSHFBH.js} +2 -2
- package/dist/{chunk-MOIFFJJ3.js → chunk-SVBLMLJM.js} +1 -1
- package/dist/{chunk-ZUL2DWRU.js → chunk-TQKARZW6.js} +2 -2
- package/dist/{chunk-MMCWVCOD.js → chunk-TUQXINCS.js} +2 -2
- package/dist/{chunk-5YGTZWHS.js → chunk-UBXBQMCI.js} +1 -1
- package/dist/{chunk-4XMDZ5QF.js → chunk-VB4KGI6T.js} +2 -2
- package/dist/{chunk-JZV3EU5P.js → chunk-VDEBLHQC.js} +5 -5
- package/dist/chunk-VHQQVD4Y.js +121 -0
- package/dist/{chunk-PME32XAH.js → chunk-WOSZZL62.js} +6 -6
- package/dist/{chunk-7OZNJCXL.js → chunk-WUXVBNRQ.js} +6 -6
- package/dist/{chunk-XTY7LASB.js → chunk-YGEF3D4F.js} +3 -3
- package/dist/{chunk-BAX352BZ.js → chunk-YQXI64TQ.js} +1 -1
- package/dist/{chunk-7ITDXJPN.js → chunk-YXAAHLMF.js} +5 -5
- package/dist/{chunk-6XSOF5IT.js → chunk-Z2LRCDGL.js} +2 -2
- package/dist/{chunk-N7ORIARY.js → chunk-Z2UVDVEE.js} +2 -2
- package/dist/{chunk-SMNKMZIC.js → chunk-Z5GLI3AC.js} +8 -8
- package/dist/{chunk-OAUTLKSG.js → chunk-ZV45TYGR.js} +6 -6
- package/dist/{chunk-425TRLX5.js → chunk-ZWNZNKIJ.js} +2 -2
- package/dist/index.css +773 -773
- package/dist/index.d.ts +1 -3
- package/dist/index.js +58 -60
- package/dist/inputs/src/InputGroup.css +264 -264
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +286 -286
- package/dist/inputs/src/NumberField.js +9 -9
- package/dist/inputs/src/PasswordField.css +274 -274
- package/dist/inputs/src/PasswordField.js +9 -9
- package/dist/inputs/src/RemainingCharacterCount.css +30 -30
- package/dist/inputs/src/RemainingCharacterCount.js +5 -5
- package/dist/inputs/src/SearchField.css +280 -280
- package/dist/inputs/src/SearchField.js +10 -10
- package/dist/inputs/src/TextArea.css +281 -281
- package/dist/inputs/src/TextArea.js +9 -9
- package/dist/inputs/src/TextField.css +278 -278
- package/dist/inputs/src/TextField.js +12 -12
- package/dist/inputs/src/index.css +324 -324
- package/dist/inputs/src/index.js +16 -16
- package/dist/overlays/Popover/src/Popover.css +541 -541
- package/dist/overlays/Popover/src/Popover.js +6 -6
- package/dist/overlays/Popover/src/index.css +541 -541
- package/dist/overlays/Popover/src/index.js +6 -6
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.js +6 -6
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +6 -6
- package/dist/radio/src/RadioField.css +33 -33
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +98 -98
- package/dist/radio/src/RadioGroup.js +5 -5
- package/dist/radio/src/index.css +98 -98
- package/dist/radio/src/index.js +11 -11
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +6 -6
- package/dist/switch/src/SwitchField.css +33 -33
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +49 -49
- package/dist/switch/src/index.js +7 -7
- package/dist/tag/src/Tag.css +390 -390
- package/dist/tag/src/Tag.js +9 -9
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.d.ts +16 -10
- package/dist/tag/src/TagGroup.js +10 -2
- package/dist/tag/src/TagGroupContext.d.ts +2 -1
- package/dist/tag/src/index.css +400 -400
- package/dist/tag/src/index.d.ts +2 -3
- package/dist/tag/src/index.js +13 -12
- package/dist/typography/Heading/src/Heading.css +27 -27
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +27 -27
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +27 -27
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +27 -27
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +27 -27
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +27 -27
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +27 -27
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +27 -27
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +27 -27
- package/dist/utils/src/EnsureTextWrapper.js +5 -5
- package/dist/utils/src/index.css +27 -27
- package/dist/utils/src/index.js +5 -5
- package/package.json +1 -1
- package/dist/chunk-52EKMM7G.js +0 -94
- package/dist/chunk-TPVDUGOO.js +0 -44
- package/dist/chunk-XLKYXKWE.js +0 -7
- package/dist/tag/src/TagList.css +0 -226
- package/dist/tag/src/TagList.d.ts +0 -15
- package/dist/tag/src/TagList.js +0 -4
- package/dist/tag/src/TagListContext.d.ts +0 -8
- package/dist/tag/src/TagListContext.js +0 -2
|
@@ -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___YNdnU", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___xNbuO", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___4HISy", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___n3PC4", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___QMogZ", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___lGK8x", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___j6fE-", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___CigPW", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___moZZW", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___FukRK", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___K5qqz", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___CF7wi", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___axEe3", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___M-Uws", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___4-0vZ", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___Uox7L" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-ETR3U3FY.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___77igA", "hop-Badge--primary": "Badge-module__hop-Badge--primary___UpldP", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___2Ukve", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___J4mz-" };
|
|
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, 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___VskCj", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___Ip90V" };
|
|
11
11
|
var GlobalDividerCssSelector = "hop-Divider";
|
|
12
12
|
function Divider(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, DividerContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
|
-
import { ensureTextWrapper } from './chunk-
|
|
2
|
+
import { ensureTextWrapper } from './chunk-R5756BNI.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, 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___ysMdN", "hop-Radio--sm": "Radio-module__hop-Radio--sm___UlE-Z", "hop-Radio--md": "Radio-module__hop-Radio--md___CsFON", "hop-Radio__icon": "Radio-module__hop-Radio__icon___eJEsc", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___YNpGZ", "hop-Radio__box": "Radio-module__hop-Radio__box___4LGHp", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___Y6x4C", "hop-Radio__text": "Radio-module__hop-Radio__text___wlxG8" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-5V32JYKM.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___ySUMx" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-MYDEFJS3.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';
|
|
@@ -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___1jD7q", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___68XXE" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _DecorativeRadio } from './chunk-
|
|
2
|
-
import { _DecorativeCheckbox } from './chunk-
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
1
|
+
import { _DecorativeRadio } from './chunk-HXO6663T.js';
|
|
2
|
+
import { _DecorativeCheckbox } from './chunk-JQDHDPWX.js';
|
|
3
|
+
import { ensureTextWrapper } from './chunk-R5756BNI.js';
|
|
4
4
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
5
|
-
import { _ListBoxItemSkeleton } from './chunk-
|
|
5
|
+
import { _ListBoxItemSkeleton } from './chunk-MAMRCWYC.js';
|
|
6
6
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
7
7
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
8
8
|
import { TextContext } from './chunk-X6SER3TZ.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___W8oHd", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___9sEil", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___k08lG", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___UiveV", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___m6tiw", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___KHPq8", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___WcPVb", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___Jti3l", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___Q-fyr", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___CvAh6", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___lm2Dm", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___UrAt-", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___Tq6wd", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___xleku", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___wUOZn", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___XiYqQ", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___RYeBy" };
|
|
22
22
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
23
23
|
var ListBoxItemToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
+
import { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
3
|
+
import { _HelperMessage } from './chunk-5L4SRFMM.js';
|
|
4
|
+
import { _Label } from './chunk-YQXI64TQ.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-Z2UVDVEE.js';
|
|
6
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
|
+
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
10
|
+
import clsx from 'clsx';
|
|
11
|
+
import { forwardRef } from 'react';
|
|
12
|
+
import { useContextProps, composeRenderProps, FieldErrorContext, TagGroup as TagGroup$1, TagList } from 'react-aria-components';
|
|
13
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
|
+
|
|
15
|
+
// css-module:./TagGroup.module.css#css-module
|
|
16
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___r75G6", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___fwjSr", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___cJoAk", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___-R-9d", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___h1vlD" };
|
|
17
|
+
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
18
|
+
function TagGroup(props, ref) {
|
|
19
|
+
var _a;
|
|
20
|
+
[props, ref] = useContextProps(props, ref, TagGroupContext);
|
|
21
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
22
|
+
const {
|
|
23
|
+
className,
|
|
24
|
+
children,
|
|
25
|
+
description,
|
|
26
|
+
errorMessage,
|
|
27
|
+
isInvalid = false,
|
|
28
|
+
items,
|
|
29
|
+
label,
|
|
30
|
+
necessityIndicator,
|
|
31
|
+
renderEmptyState,
|
|
32
|
+
style: styleProp,
|
|
33
|
+
size: sizeProp,
|
|
34
|
+
tagListProps,
|
|
35
|
+
variant,
|
|
36
|
+
...otherProps
|
|
37
|
+
} = ownProps;
|
|
38
|
+
const size = (_a = useResponsiveValue(sizeProp)) != null ? _a : "md";
|
|
39
|
+
const { stylingProps: tagListStylingProps, ...tagListOwnProps } = useStyledSystem(tagListProps != null ? tagListProps : {});
|
|
40
|
+
const {
|
|
41
|
+
className: tagListClassName,
|
|
42
|
+
style: tagListStyleProp,
|
|
43
|
+
...otherTagListProps
|
|
44
|
+
} = tagListOwnProps;
|
|
45
|
+
const classNames = clsx(
|
|
46
|
+
className,
|
|
47
|
+
GlobalTagGroupCssSelector,
|
|
48
|
+
stylingProps.className,
|
|
49
|
+
cssModule(
|
|
50
|
+
TagGroup_module_default,
|
|
51
|
+
"hop-TagGroup",
|
|
52
|
+
size
|
|
53
|
+
)
|
|
54
|
+
);
|
|
55
|
+
const tagListClassNames = composeClassnameRenderProps(
|
|
56
|
+
tagListClassName,
|
|
57
|
+
cssModule(
|
|
58
|
+
TagGroup_module_default,
|
|
59
|
+
"hop-TagGroup__list",
|
|
60
|
+
size
|
|
61
|
+
),
|
|
62
|
+
tagListStylingProps.className
|
|
63
|
+
);
|
|
64
|
+
const style = {
|
|
65
|
+
...stylingProps.style,
|
|
66
|
+
...styleProp
|
|
67
|
+
};
|
|
68
|
+
const tagListStyle = composeRenderProps(tagListStyleProp, (prev) => {
|
|
69
|
+
return {
|
|
70
|
+
...tagListStylingProps.style,
|
|
71
|
+
...prev
|
|
72
|
+
};
|
|
73
|
+
});
|
|
74
|
+
return /* @__PURE__ */ jsx(
|
|
75
|
+
SlotProvider,
|
|
76
|
+
{
|
|
77
|
+
values: [
|
|
78
|
+
[TagContext, {
|
|
79
|
+
className: TagGroup_module_default["hop-TagGroup__tag"],
|
|
80
|
+
isInvalid,
|
|
81
|
+
size,
|
|
82
|
+
variant
|
|
83
|
+
}],
|
|
84
|
+
[FieldErrorContext, {
|
|
85
|
+
isInvalid,
|
|
86
|
+
validationErrors: [],
|
|
87
|
+
validationDetails: {}
|
|
88
|
+
}]
|
|
89
|
+
],
|
|
90
|
+
children: /* @__PURE__ */ jsxs(
|
|
91
|
+
TagGroup$1,
|
|
92
|
+
{
|
|
93
|
+
ref,
|
|
94
|
+
className: classNames,
|
|
95
|
+
style,
|
|
96
|
+
...otherProps,
|
|
97
|
+
children: [
|
|
98
|
+
label && /* @__PURE__ */ jsx(_Label, { className: TagGroup_module_default["hop-TagGroup__Label"], necessityIndicator, children: label }),
|
|
99
|
+
/* @__PURE__ */ jsx(
|
|
100
|
+
TagList,
|
|
101
|
+
{
|
|
102
|
+
items,
|
|
103
|
+
renderEmptyState,
|
|
104
|
+
className: tagListClassNames,
|
|
105
|
+
style: tagListStyle,
|
|
106
|
+
...otherTagListProps,
|
|
107
|
+
children
|
|
108
|
+
}
|
|
109
|
+
),
|
|
110
|
+
description && /* @__PURE__ */ jsx(_HelperMessage, { className: TagGroup_module_default["hop-TagGroup__error-message"], hideIcon: true, children: description }),
|
|
111
|
+
/* @__PURE__ */ jsx(_ErrorMessage, { className: TagGroup_module_default["hop-TagGroup__helper-message"], hideIcon: true, children: errorMessage })
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
)
|
|
115
|
+
}
|
|
116
|
+
);
|
|
117
|
+
}
|
|
118
|
+
var _TagGroup = forwardRef(TagGroup);
|
|
119
|
+
_TagGroup.displayName = "TagGroup";
|
|
120
|
+
|
|
121
|
+
export { GlobalTagGroupCssSelector, _TagGroup };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _InputGroup } from './chunk-
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
1
|
+
import { _InputGroup } from './chunk-7TNFRZPO.js';
|
|
2
|
+
import { _ClearButton } from './chunk-5N6R4USJ.js';
|
|
3
3
|
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-5L4SRFMM.js';
|
|
5
|
+
import { _Label } from './chunk-YQXI64TQ.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-Z2UVDVEE.js';
|
|
7
7
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, Input, SearchField as SearchField$
|
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./SearchField.module.css#css-module
|
|
21
|
-
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-
|
|
21
|
+
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___Wvl1n", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___FF-TR", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___gLahh", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___wWj3L", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___HPLsV", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___3L2RZ", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___eyzVS", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___2ss8S", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___LPW1G" };
|
|
22
22
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
23
23
|
function SearchField(props, ref) {
|
|
24
24
|
var _a;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _InputGroup } from './chunk-
|
|
2
|
-
import { _EmbeddedButton } from './chunk-
|
|
1
|
+
import { _InputGroup } from './chunk-7TNFRZPO.js';
|
|
2
|
+
import { _EmbeddedButton } from './chunk-PSIGABQ5.js';
|
|
3
3
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-5L4SRFMM.js';
|
|
5
|
+
import { _Label } from './chunk-YQXI64TQ.js';
|
|
6
6
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
7
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
+
import { _ErrorMessage } from './chunk-Z2UVDVEE.js';
|
|
8
8
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, Input, TextField } from 'react-ari
|
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./PasswordField.module.css#css-module
|
|
21
|
-
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-
|
|
21
|
+
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___BWkk1", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___hV4BX", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___0zgdP", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___P-i2T", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___9aZIG", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___Wvm9R" };
|
|
22
22
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
23
23
|
function PasswordField(props, ref) {
|
|
24
24
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _Text } from './chunk-2ZAWI3VO.js';
|
|
2
1
|
import { useImageFallback } from './chunk-LI5HSYF7.js';
|
|
2
|
+
import { _Text } from './chunk-5V32JYKM.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-MYDEFJS3.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___v9td5", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___uzZ9v", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___pvNM5", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___hN9wr", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___nrSCz", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___eivGX", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___FZqK6", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___wGsYP", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___uB4KZ", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___ydtBm", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___s-z5O", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___c8-4a", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___EI4ol", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___mwC0B", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___gW4DK", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___RoPMj", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___as4UI" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -8,7 +8,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
|
|
|
8
8
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./Label.module.css#css-module
|
|
11
|
-
var Label_module_default = { "hop-Label": "Label-module__hop-
|
|
11
|
+
var Label_module_default = { "hop-Label": "Label-module__hop-Label___0IaEN", "hop-Label__indicator": "Label-module__hop-Label__indicator___ckLyt" };
|
|
12
12
|
var GlobalLabelCssSelector = "hop-Label";
|
|
13
13
|
function Label(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { mapOrbiterToHopperVariants } from './chunk-
|
|
4
|
-
import { _Spinner } from './chunk-
|
|
5
|
-
import { ensureTextWrapper } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-5N6R4USJ.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-PSIGABQ5.js';
|
|
4
|
+
import { _Spinner } from './chunk-HLWX7CML.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-R5756BNI.js';
|
|
6
6
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
8
8
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
@@ -20,7 +20,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
20
20
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
21
21
|
|
|
22
22
|
// css-module:./Tag.module.css#css-module
|
|
23
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
23
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___W4oC4", "hop-Tag--sm": "Tag-module__hop-Tag--sm___x85xn", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___A208L", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___xZuir", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___6OhEg", "hop-Tag--md": "Tag-module__hop-Tag--md___fML1s", "hop-Tag--lg": "Tag-module__hop-Tag--lg___o6wTL", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___AXoLO", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___5BKeK", "hop-Tag--progress": "Tag-module__hop-Tag--progress___H5q6-", "hop-Tag--positive": "Tag-module__hop-Tag--positive___31zwJ", "hop-Tag--caution": "Tag-module__hop-Tag--caution___T52xr", "hop-Tag--negative": "Tag-module__hop-Tag--negative___SfS1B", "hop-Tag--option1": "Tag-module__hop-Tag--option1___J1GTC", "hop-Tag--option2": "Tag-module__hop-Tag--option2___Cfm54", "hop-Tag--option3": "Tag-module__hop-Tag--option3___nDJ60", "hop-Tag--option4": "Tag-module__hop-Tag--option4___55YNt", "hop-Tag--option5": "Tag-module__hop-Tag--option5___7izxM", "hop-Tag--option6": "Tag-module__hop-Tag--option6___kqi7V", "hop-Tag__icon": "Tag-module__hop-Tag__icon___EWrFf", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___INOd3", "hop-Tag__text": "Tag-module__hop-Tag__text___AnqI4", "hop-Tag__badge": "Tag-module__hop-Tag__badge___lj4Se", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___oYpN1" };
|
|
24
24
|
var GlobalTagCssSelector = "hop-Tag";
|
|
25
25
|
var TagToTextSizeAdapter = {
|
|
26
26
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
|
-
import { ensureTextWrapper } from './chunk-
|
|
2
|
+
import { ensureTextWrapper } from './chunk-R5756BNI.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
4
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link } from 'react-a
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./LinkButton.module.css#css-module
|
|
16
|
-
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-
|
|
16
|
+
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-LinkButton___rBNcU Button-module__hop-Button___WzlOR", "hop-LinkButton--fluid": "LinkButton-module__hop-LinkButton--fluid___ThibR Button-module__hop-Button--fluid___F7Bj6", "hop-LinkButton--sm": "LinkButton-module__hop-LinkButton--sm___KHunk Button-module__hop-Button--sm___Rwa3Y", "hop-LinkButton--icon-only": "LinkButton-module__hop-LinkButton--icon-only___3fQZ8 Button-module__hop-Button--icon-only___ahMFW", "hop-LinkButton--primary": "LinkButton-module__hop-LinkButton--primary___Jui-z Button-module__hop-Button--primary___KSauO", "hop-LinkButton--secondary": "LinkButton-module__hop-LinkButton--secondary___cMB9E Button-module__hop-Button--secondary___89Ki0", "hop-LinkButton--upsell": "LinkButton-module__hop-LinkButton--upsell___dqrfz Button-module__hop-Button--upsell___PGrgx", "hop-LinkButton--danger": "LinkButton-module__hop-LinkButton--danger___LCidA Button-module__hop-Button--danger___tceuw", "hop-LinkButton--ghost-primary": "LinkButton-module__hop-LinkButton--ghost-primary___NJGok Button-module__hop-Button--ghost-primary___zhFtX", "hop-LinkButton--ghost-secondary": "LinkButton-module__hop-LinkButton--ghost-secondary___GRsYd Button-module__hop-Button--ghost-secondary___SdEAq", "hop-LinkButton--ghost-danger": "LinkButton-module__hop-LinkButton--ghost-danger___EdRS1 Button-module__hop-Button--ghost-danger___VK-9q", "hop-LinkButton__Spinner": "LinkButton-module__hop-LinkButton__Spinner___5kAim Button-module__hop-Button__Spinner___cq-n1", "hop-LinkButton__icon": "LinkButton-module__hop-LinkButton__icon___c4WR- Button-module__hop-Button__icon___9hafi", "hop-LinkButton__icon-list": "LinkButton-module__hop-LinkButton__icon-list___RR4d- Button-module__hop-Button__icon___9hafi", "hop-LinkButton__text": "LinkButton-module__hop-LinkButton__text___3ufYv Button-module__hop-Button__text___P5odA", "hop-LinkButton__end-icon": "LinkButton-module__hop-LinkButton__end-icon___UBZRj Button-module__hop-Button__end-icon___m5iLl", "hop-LinkButton__end-icon-list": "LinkButton-module__hop-LinkButton__end-icon-list___ZVh2w Button-module__hop-Button__end-icon___m5iLl" };
|
|
17
17
|
var GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
18
18
|
function LinkButton(props, ref) {
|
|
19
19
|
var _a, _b;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-5V32JYKM.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___IeyIQ", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___wmjDl" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
4
|
-
import { _ClearButton } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-7TNFRZPO.js';
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-TUQXINCS.js';
|
|
4
|
+
import { _ClearButton } from './chunk-5N6R4USJ.js';
|
|
5
5
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
7
|
-
import { _HelperMessage } from './chunk-
|
|
8
|
-
import { _Label } from './chunk-
|
|
9
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-R5756BNI.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-5L4SRFMM.js';
|
|
8
|
+
import { _Label } from './chunk-YQXI64TQ.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-Z2UVDVEE.js';
|
|
10
10
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
11
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
12
12
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -23,7 +23,7 @@ import { useContextProps, composeRenderProps, Input, TextField as TextField$1 }
|
|
|
23
23
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
24
24
|
|
|
25
25
|
// css-module:./TextField.module.css#css-module
|
|
26
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
26
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___QKbG6", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___-68yj", "hop-TextField__Label": "TextField-module__hop-TextField__Label___-Ygzf", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___MjItn", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___9FsBy", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___SBMkS", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___ByQA-" };
|
|
27
27
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
28
28
|
function TextField(props, ref) {
|
|
29
29
|
var _a;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
2
2
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
3
|
-
import { _InputGroup } from './chunk-
|
|
4
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
3
|
+
import { _InputGroup } from './chunk-7TNFRZPO.js';
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-TUQXINCS.js';
|
|
5
5
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { _Label } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
+
import { _HelperMessage } from './chunk-5L4SRFMM.js';
|
|
7
|
+
import { _Label } from './chunk-YQXI64TQ.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-Z2UVDVEE.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';
|
|
@@ -78,7 +78,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
// css-module:./TextArea.module.css#css-module
|
|
81
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
81
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___vwIiB", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___wpLLJ", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___gEnSU", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___OcbQx", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___2WTAP", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___z3b-E", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___wyiG5", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___4qu04", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___y9RO-" };
|
|
82
82
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
83
83
|
var DefaultMinimumTextAreaRows = 3;
|
|
84
84
|
var pxToInt = (value) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { CardContext } from './chunk-V2EQFVTJ.js';
|
|
1
2
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
2
3
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
3
|
-
import { CardContext } from './chunk-V2EQFVTJ.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, HeaderContext } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Card.module.css#css-module
|
|
13
|
-
var Card_module_default = { "hop-Card": "Card-module__hop-
|
|
13
|
+
var Card_module_default = { "hop-Card": "Card-module__hop-Card___YJAa7", "hop-Card--main": "Card-module__hop-Card--main___s2OQD", "hop-Card--second-level": "Card-module__hop-Card--second-level___DPJEj" };
|
|
14
14
|
var GlobalCardCssSelector = "hop-Card";
|
|
15
15
|
var Card = (props, ref) => {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, CardContext);
|