@hopper-ui/components 1.3.25 → 1.3.27
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 +14 -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 +3 -3
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +4 -4
- package/dist/ComboBox/src/ComboBox.css +1001 -1001
- package/dist/ComboBox/src/ComboBox.d.ts +56 -8
- package/dist/ComboBox/src/ComboBox.js +105 -7
- package/dist/ComboBox/src/ComboBoxContext.d.ts +9 -1
- package/dist/ComboBox/src/index.css +1001 -1001
- package/dist/ComboBox/src/index.d.ts +5 -8
- package/dist/ComboBox/src/index.js +79 -83
- 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 +768 -768
- package/dist/Form/src/Form.js +79 -83
- package/dist/Form/src/index.css +768 -768
- package/dist/Form/src/index.js +79 -83
- 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 +8 -8
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +8 -8
- package/dist/ListBox/src/ListBox.css +274 -274
- package/dist/ListBox/src/ListBox.d.ts +1 -1
- package/dist/ListBox/src/ListBox.js +15 -15
- package/dist/ListBox/src/ListBoxItem.css +262 -262
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- 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 +15 -15
- package/dist/Select/src/Select.css +3726 -627
- package/dist/Select/src/Select.d.ts +55 -7
- package/dist/Select/src/Select.js +103 -8
- package/dist/Select/src/SelectContext.d.ts +8 -0
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +5 -5
- package/dist/Select/src/index.css +1256 -1256
- package/dist/Select/src/index.d.ts +3 -6
- package/dist/Select/src/index.js +79 -83
- 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 +9 -9
- package/dist/buttons/src/ButtonGroup.css +38 -38
- package/dist/buttons/src/ButtonGroup.js +2 -2
- 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 +7 -7
- package/dist/buttons/src/index.css +249 -249
- package/dist/buttons/src/index.js +16 -16
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +7 -7
- 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 +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.js +13 -13
- package/dist/{chunk-G5AT4DUS.js → chunk-262RJIGA.js} +2 -2
- package/dist/{chunk-3JTKO6GT.js → chunk-26JRG5P2.js} +2 -2
- package/dist/{chunk-53JGRJCV.js → chunk-3A5Q37MM.js} +1 -1
- package/dist/{chunk-BTHGQBNC.js → chunk-3DSI4A25.js} +4 -4
- package/dist/{chunk-IH3RR5MG.js → chunk-3FABBS5K.js} +5 -5
- package/dist/{chunk-2ETSJJL5.js → chunk-4ESIATYX.js} +26 -12
- package/dist/{chunk-NGK3TCDT.js → chunk-4LY3QUF7.js} +3 -3
- package/dist/{chunk-62HFZTN3.js → chunk-4R4VJYXW.js} +1 -1
- package/dist/{chunk-PAYW2NOQ.js → chunk-5ZDKZVQM.js} +4 -4
- package/dist/{chunk-5HPWSPMG.js → chunk-72NKF2AB.js} +1 -1
- package/dist/{chunk-L37Y7HGN.js → chunk-7366VQMH.js} +2 -2
- package/dist/{chunk-2KG3OHKZ.js → chunk-7NSEHOZW.js} +2 -2
- package/dist/{chunk-FR7CLIF6.js → chunk-7OSLSIHA.js} +1 -1
- package/dist/{chunk-CCZOA5KO.js → chunk-7QNILDAK.js} +1 -1
- package/dist/{chunk-L7RJGOCA.js → chunk-AAJGLUXC.js} +2 -2
- package/dist/{chunk-NSMUWG64.js → chunk-AOUWGLHZ.js} +1 -1
- package/dist/chunk-BMOOWAAW.js +12 -0
- package/dist/{chunk-MMOO3PA2.js → chunk-CEFWC6OK.js} +2 -2
- package/dist/{chunk-P5EJKG65.js → chunk-CSLPKYB6.js} +1 -1
- package/dist/{chunk-WYWHOSC6.js → chunk-D4N5ORWO.js} +4 -4
- package/dist/{chunk-VG4DSVZN.js → chunk-DLYK2J7R.js} +4 -4
- package/dist/{chunk-WABC2ZXX.js → chunk-EDAWPFOP.js} +2 -2
- package/dist/{chunk-XSKVQY7T.js → chunk-FHKWROAK.js} +370 -93
- package/dist/{chunk-LVMXSXUU.js → chunk-FYCSOMNM.js} +7 -7
- package/dist/{chunk-4TP6C4G2.js → chunk-IF6FFKJB.js} +6 -6
- package/dist/{chunk-WQT2547E.js → chunk-JGCL3ROE.js} +1 -1
- package/dist/{chunk-N3ZSOPEG.js → chunk-JUEWDQTT.js} +6 -6
- package/dist/{chunk-QIFW365G.js → chunk-L346WC7U.js} +3 -3
- package/dist/{chunk-HL6KUV6M.js → chunk-L4ONWVF5.js} +3 -3
- package/dist/{chunk-QCEUL6I6.js → chunk-LU2S4CPY.js} +2 -2
- package/dist/{chunk-SLF2NM3M.js → chunk-PTH2WMQB.js} +3 -3
- package/dist/{chunk-7F5TKAIG.js → chunk-PUUCFEQG.js} +3 -3
- package/dist/{chunk-M6YJFDSQ.js → chunk-QQ4G5H73.js} +3 -3
- package/dist/{chunk-KJIGRQNG.js → chunk-R4H626CF.js} +19 -27
- package/dist/{chunk-X7WNB6WS.js → chunk-R4PZKRHK.js} +1 -1
- package/dist/{chunk-YSI55QTD.js → chunk-RMCIJTZ3.js} +5 -5
- package/dist/{chunk-KAYNG6FW.js → chunk-RQKPEW74.js} +1 -1
- package/dist/{chunk-VNW2HMOF.js → chunk-S7MY54LO.js} +1 -1
- package/dist/{chunk-A2EH4QHT.js → chunk-SI6ESKQ7.js} +2 -2
- package/dist/{chunk-P6DGNPLB.js → chunk-SUPINNZT.js} +1 -1
- package/dist/{chunk-PM3R4HC6.js → chunk-U3TSBX2D.js} +3 -3
- package/dist/{chunk-TLQ7IGJK.js → chunk-V6PEW5FQ.js} +3 -3
- package/dist/{chunk-CB2SODXY.js → chunk-VQCVSSSJ.js} +2 -2
- package/dist/{chunk-AAMEZDS5.js → chunk-WH2HH7QB.js} +1 -1
- package/dist/{chunk-AGPDWIJB.js → chunk-XULV7YVB.js} +1 -1
- package/dist/{chunk-6FGO2GDP.js → chunk-YNSPLMBA.js} +6 -6
- package/dist/index.css +768 -768
- package/dist/index.d.ts +4 -8
- package/dist/index.js +79 -83
- 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 +7 -7
- package/dist/inputs/src/PasswordField.css +274 -274
- package/dist/inputs/src/PasswordField.js +8 -8
- 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 +8 -8
- package/dist/inputs/src/TextArea.css +281 -281
- package/dist/inputs/src/TextArea.js +7 -7
- package/dist/inputs/src/TextField.css +278 -278
- package/dist/inputs/src/TextField.d.ts +2 -11
- package/dist/inputs/src/TextField.js +13 -11
- package/dist/inputs/src/index.css +324 -324
- package/dist/inputs/src/index.js +20 -18
- package/dist/overlays/Popover/src/Popover.css +768 -768
- package/dist/overlays/Popover/src/Popover.js +79 -83
- package/dist/overlays/Popover/src/index.css +768 -768
- package/dist/overlays/Popover/src/index.js +79 -83
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +7 -7
- 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 +12 -12
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +7 -7
- 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 +9 -9
- package/dist/tag/src/Tag.css +390 -390
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.js +2 -2
- package/dist/tag/src/TagList.css +27 -27
- package/dist/tag/src/index.css +400 -400
- package/dist/tag/src/index.js +13 -13
- 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.d.ts +2 -6
- package/dist/utils/src/EnsureTextWrapper.js +5 -5
- package/dist/utils/src/index.css +27 -27
- package/dist/utils/src/index.d.ts +2 -2
- package/dist/utils/src/index.js +6 -6
- package/dist/utils/src/types.d.ts +5 -3
- package/package.json +1 -1
- package/dist/ComboBox/src/ComboBoxOptions.css +0 -5453
- package/dist/ComboBox/src/ComboBoxOptions.d.ts +0 -51
- package/dist/ComboBox/src/ComboBoxOptions.js +0 -125
- package/dist/ComboBox/src/ComboBoxOptionsContext.d.ts +0 -21
- package/dist/ComboBox/src/ComboBoxOptionsContext.js +0 -2
- package/dist/Select/src/SelectOptions.css +0 -5453
- package/dist/Select/src/SelectOptions.d.ts +0 -50
- package/dist/Select/src/SelectOptions.js +0 -125
- package/dist/Select/src/SelectOptionsContext.d.ts +0 -21
- package/dist/Select/src/SelectOptionsContext.js +0 -2
- package/dist/chunk-CQFXGAJK.js +0 -7
- package/dist/chunk-QH5LWKA7.js +0 -9
- package/dist/chunk-RFDRCPQ7.js +0 -149
- package/dist/chunk-XGOJ7VOE.js +0 -7
- package/dist/chunk-XVOHLDT7.js +0 -210
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _DecorativeRadio } from './chunk-
|
|
2
|
-
import { _DecorativeCheckbox } from './chunk-
|
|
1
|
+
import { _DecorativeRadio } from './chunk-5ZDKZVQM.js';
|
|
2
|
+
import { _DecorativeCheckbox } from './chunk-D4N5ORWO.js';
|
|
3
3
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
4
|
-
import { _ListBoxItemSkeleton } from './chunk-
|
|
4
|
+
import { _ListBoxItemSkeleton } from './chunk-R4PZKRHK.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-BMOOWAAW.js';
|
|
5
6
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
7
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
7
|
-
import { EnsureTextWrapper } from './chunk-QH5LWKA7.js';
|
|
8
8
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
9
9
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___ZUE-g", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___YLpQP", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___CeAa3", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___5dqp2", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___7E-zC", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___EpM-4", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___AdhMg", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___7Ar5-", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___NHyAy", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___ps5xi", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___jGRWB", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___8Mm8k", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___BXqUo", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___SG987", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___7Y8Zf", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___TTyKR", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___aTLLo" };
|
|
22
22
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
23
23
|
var ListBoxItemToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -203,7 +203,7 @@ function ListBoxItem(props, ref) {
|
|
|
203
203
|
};
|
|
204
204
|
});
|
|
205
205
|
const children = composeRenderProps(childrenProp, (prev) => {
|
|
206
|
-
return
|
|
206
|
+
return ensureTextWrapper(prev);
|
|
207
207
|
});
|
|
208
208
|
return /* @__PURE__ */ jsx(
|
|
209
209
|
ListBoxItem$1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import { _EmbeddedButton } from './chunk-
|
|
2
|
+
import { _EmbeddedButton } from './chunk-CSLPKYB6.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
1
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
2
|
+
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
3
3
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { _Label } from './chunk-WH2HH7QB.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-7366VQMH.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-4ESIATYX.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./CheckboxGroup.module.css#css-module
|
|
17
|
-
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-
|
|
17
|
+
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___AlWVn", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___JX9tk", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___9z5C-", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___8KJBe", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___aSUIr", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___VuBog", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___heVji", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___zEROJ", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___ukjbu" };
|
|
18
18
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
19
19
|
function CheckboxGroup(props, ref) {
|
|
20
20
|
var _a, _b, _c;
|
|
@@ -120,7 +120,7 @@ function CheckboxGroup(props, ref) {
|
|
|
120
120
|
),
|
|
121
121
|
children(checkboxGroupRenderProps),
|
|
122
122
|
description && /* @__PURE__ */ jsx(_HelperMessage, { className: CheckboxGroup_module_default["hop-CheckboxGroup__helper-message"], hideIcon: true, children: description }),
|
|
123
|
-
|
|
123
|
+
/* @__PURE__ */ jsx(_ErrorMessage, { className: CheckboxGroup_module_default["hop-CheckboxGroup__error-message"], hideIcon: true, children: errorMessage })
|
|
124
124
|
] })
|
|
125
125
|
}
|
|
126
126
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { _Text } from './chunk-7OSLSIHA.js';
|
|
1
2
|
import { useImageFallback } from './chunk-LI5HSYF7.js';
|
|
2
|
-
import { _Text } from './chunk-FR7CLIF6.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-S7MY54LO.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___22ATX", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___HhCMm", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___KFuyq", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___L4HJI", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___6w0im", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___0geYq", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___NmJav", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___RbeBG", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___4-v8R", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___j5n0j", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___WoYos", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___XSpbv", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___7Qb1X", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___5eFvO", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___NHxKu", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___bKJhi", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___akXv-" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _ClearButton } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-3A5Q37MM.js';
|
|
3
|
+
import { _ClearButton } from './chunk-JGCL3ROE.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
6
6
|
import { ErrorMessageContext } from './chunk-FAE27DLF.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___v80tL", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___yJ-jF", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___afeG-", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___zL6kP", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___Y2SQe", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___ETZPe", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___pMo0U", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___5tGfe", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___aBghM" };
|
|
22
22
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
23
23
|
function SearchField(props, ref) {
|
|
24
24
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
1
2
|
import { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
2
3
|
import { TagListContext } from './chunk-XLKYXKWE.js';
|
|
3
|
-
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
6
6
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, FieldErrorContext, TagGroup as TagGroup$1 } from 'reac
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./TagGroup.module.css#css-module
|
|
16
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
16
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___Pav1M", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___dXCXO", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___75Dml", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___sH8Ge", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___FgYZz" };
|
|
17
17
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
18
18
|
function TagGroup(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
|
+
import { ensureTextWrapper } from './chunk-BMOOWAAW.js';
|
|
2
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { EnsureTextWrapper } from './chunk-QH5LWKA7.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___3-UHU", "hop-Radio--sm": "Radio-module__hop-Radio--sm___CkxHm", "hop-Radio--md": "Radio-module__hop-Radio--md___RQB3-", "hop-Radio__icon": "Radio-module__hop-Radio__icon___OJAaR", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___ICnTy", "hop-Radio__box": "Radio-module__hop-Radio__box___2MiU4", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___wcBIe", "hop-Radio__text": "Radio-module__hop-Radio__text___xQmps" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -44,7 +44,7 @@ function Radio(props, ref) {
|
|
|
44
44
|
};
|
|
45
45
|
});
|
|
46
46
|
const children = composeRenderProps(childrenProp, (prev) => {
|
|
47
|
-
return
|
|
47
|
+
return ensureTextWrapper(prev);
|
|
48
48
|
});
|
|
49
49
|
return /* @__PURE__ */ jsx(
|
|
50
50
|
Radio$1,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
2
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
3
|
+
import { ensureTextWrapper } from './chunk-BMOOWAAW.js';
|
|
3
4
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
|
-
import { EnsureTextWrapper } from './chunk-QH5LWKA7.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';
|
|
@@ -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___IgyRm Button-module__hop-Button___STjp3", "hop-LinkButton--fluid": "LinkButton-module__hop-LinkButton--fluid___RF-fc Button-module__hop-Button--fluid___wuSIS", "hop-LinkButton--sm": "LinkButton-module__hop-LinkButton--sm___a1mGX Button-module__hop-Button--sm___jnnW0", "hop-LinkButton--icon-only": "LinkButton-module__hop-LinkButton--icon-only___J0VP0 Button-module__hop-Button--icon-only___s-KxE", "hop-LinkButton--primary": "LinkButton-module__hop-LinkButton--primary___i7ICz Button-module__hop-Button--primary___uKmx-", "hop-LinkButton--secondary": "LinkButton-module__hop-LinkButton--secondary___GIQXC Button-module__hop-Button--secondary___qiz0y", "hop-LinkButton--upsell": "LinkButton-module__hop-LinkButton--upsell___df42Z Button-module__hop-Button--upsell___1YL3P", "hop-LinkButton--danger": "LinkButton-module__hop-LinkButton--danger___R3bYw Button-module__hop-Button--danger___Rzelg", "hop-LinkButton--ghost-primary": "LinkButton-module__hop-LinkButton--ghost-primary___oS0ws Button-module__hop-Button--ghost-primary___3rhhh", "hop-LinkButton--ghost-secondary": "LinkButton-module__hop-LinkButton--ghost-secondary___ai4IX Button-module__hop-Button--ghost-secondary___ltzud", "hop-LinkButton--ghost-danger": "LinkButton-module__hop-LinkButton--ghost-danger___4F4wt Button-module__hop-Button--ghost-danger___-Pj-Y", "hop-LinkButton__Spinner": "LinkButton-module__hop-LinkButton__Spinner___Gixeu Button-module__hop-Button__Spinner___Wp8XK", "hop-LinkButton__icon": "LinkButton-module__hop-LinkButton__icon___E4-pq Button-module__hop-Button__icon___qmq5h", "hop-LinkButton__icon-list": "LinkButton-module__hop-LinkButton__icon-list___rusAV Button-module__hop-Button__icon___qmq5h", "hop-LinkButton__text": "LinkButton-module__hop-LinkButton__text___wr0y5 Button-module__hop-Button__text___Lnjj-", "hop-LinkButton__end-icon": "LinkButton-module__hop-LinkButton__end-icon___1eMpn Button-module__hop-Button__end-icon___yOBWa", "hop-LinkButton__end-icon-list": "LinkButton-module__hop-LinkButton__end-icon-list___sWaPu Button-module__hop-Button__end-icon___yOBWa" };
|
|
17
17
|
var GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
18
18
|
function LinkButton(props, ref) {
|
|
19
19
|
var _a, _b;
|
|
@@ -51,7 +51,7 @@ function LinkButton(props, ref) {
|
|
|
51
51
|
};
|
|
52
52
|
});
|
|
53
53
|
const children = composeRenderProps(childrenProp, (prev) => {
|
|
54
|
-
return
|
|
54
|
+
return ensureTextWrapper(prev);
|
|
55
55
|
});
|
|
56
56
|
return /* @__PURE__ */ jsx(
|
|
57
57
|
SlotProvider,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _InputGroup } from './chunk-53JGRJCV.js';
|
|
2
1
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
3
|
-
import {
|
|
2
|
+
import { _InputGroup } from './chunk-3A5Q37MM.js';
|
|
3
|
+
import { _EmbeddedButton } from './chunk-CSLPKYB6.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
6
6
|
import { HelperMessageContext } from './chunk-HZKFQ33E.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___pDr07", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___3PN31", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___KscWK", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___3m4Cs", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___N7aVY", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___blS8q" };
|
|
23
23
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
24
24
|
function PasswordField(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
|
-
import { _RemainingCharacterCount } from './chunk-L7RJGOCA.js';
|
|
3
1
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
2
|
+
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-AAJGLUXC.js';
|
|
4
|
+
import { _InputGroup } from './chunk-3A5Q37MM.js';
|
|
5
|
+
import { _ClearButton } from './chunk-JGCL3ROE.js';
|
|
6
|
+
import { ensureTextWrapper } from './chunk-BMOOWAAW.js';
|
|
7
|
+
import { _Label } from './chunk-WH2HH7QB.js';
|
|
8
|
+
import { _HelperMessage } from './chunk-7366VQMH.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-4ESIATYX.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___9YwnA", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___97Sti", "hop-TextField__Label": "TextField-module__hop-TextField__Label___2TX9G", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___SMnfD", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___Dzr0t", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___MqADe", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___LYu5y" };
|
|
27
27
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
28
28
|
function TextField(props, ref) {
|
|
29
29
|
var _a;
|
|
@@ -47,7 +47,6 @@ function TextField(props, ref) {
|
|
|
47
47
|
placeholder,
|
|
48
48
|
isClearable,
|
|
49
49
|
onChange: onChangeProp,
|
|
50
|
-
children,
|
|
51
50
|
onClear,
|
|
52
51
|
defaultValue,
|
|
53
52
|
value: valueProp,
|
|
@@ -59,6 +58,9 @@ function TextField(props, ref) {
|
|
|
59
58
|
necessityIndicator,
|
|
60
59
|
inputGroupProps,
|
|
61
60
|
remainingCharacterCountProps,
|
|
61
|
+
label,
|
|
62
|
+
description,
|
|
63
|
+
errorMessage,
|
|
62
64
|
...otherProps
|
|
63
65
|
} = ownProps;
|
|
64
66
|
const inputRef = useObjectRef(mergeRefs(userProvidedInputRef, props.inputRef !== void 0 ? props.inputRef : null));
|
|
@@ -105,7 +107,7 @@ function TextField(props, ref) {
|
|
|
105
107
|
[TextContext, { size, className: TextField_module_default["hop-TextField__prefix"] }],
|
|
106
108
|
[IconContext, { size, className: TextField_module_default["hop-TextField__prefix"] }]
|
|
107
109
|
],
|
|
108
|
-
children:
|
|
110
|
+
children: ensureTextWrapper(prefix)
|
|
109
111
|
}
|
|
110
112
|
) : null;
|
|
111
113
|
useIsomorphicLayoutEffect(() => {
|
|
@@ -141,22 +143,12 @@ function TextField(props, ref) {
|
|
|
141
143
|
]
|
|
142
144
|
}
|
|
143
145
|
) });
|
|
144
|
-
const childrenMarkup =
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
[LabelContext, { className: TextField_module_default["hop-TextField__Label"], isRequired, necessityIndicator }],
|
|
151
|
-
[HelperMessageContext, { className: TextField_module_default["hop-TextField__HelperMessage"] }],
|
|
152
|
-
[ErrorMessageContext, { className: TextField_module_default["hop-TextField__ErrorMessage"] }]
|
|
153
|
-
],
|
|
154
|
-
children: prev
|
|
155
|
-
}
|
|
156
|
-
),
|
|
157
|
-
inputMarkup
|
|
158
|
-
] });
|
|
159
|
-
});
|
|
146
|
+
const childrenMarkup = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
147
|
+
label && /* @__PURE__ */ jsx(_Label, { className: TextField_module_default["hop-TextField__Label"], isRequired, necessityIndicator, children: label }),
|
|
148
|
+
inputMarkup,
|
|
149
|
+
description && /* @__PURE__ */ jsx(_HelperMessage, { className: TextField_module_default["hop-TextField__HelperMessage"], children: description }),
|
|
150
|
+
/* @__PURE__ */ jsx(_ErrorMessage, { className: TextField_module_default["hop-TextField__ErrorMessage"], children: errorMessage })
|
|
151
|
+
] });
|
|
160
152
|
return /* @__PURE__ */ jsx(
|
|
161
153
|
TextField$1,
|
|
162
154
|
{
|
|
@@ -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___Dimqq", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___B9rWm", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___-J-N2", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___sKofv", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___zg63c", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___BlIAT" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
3
3
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { _Label } from './chunk-WH2HH7QB.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-7366VQMH.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-4ESIATYX.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioGroup.module.css#css-module
|
|
17
|
-
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-
|
|
17
|
+
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___dPTiD", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___7sNGi", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___SREGq", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___aGy19", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___BC4Z9", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___yzf-p", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___YQhZ1", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___ee0zQ", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___1XnSL" };
|
|
18
18
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
19
19
|
function RadioGroup(props, ref) {
|
|
20
20
|
var _a, _b, _c;
|
|
@@ -120,7 +120,7 @@ function RadioGroup(props, ref) {
|
|
|
120
120
|
),
|
|
121
121
|
children(radioGroupRenderProps),
|
|
122
122
|
description && /* @__PURE__ */ jsx(_HelperMessage, { className: RadioGroup_module_default["hop-RadioGroup__helper-message"], hideIcon: true, children: description }),
|
|
123
|
-
|
|
123
|
+
/* @__PURE__ */ jsx(_ErrorMessage, { className: RadioGroup_module_default["hop-RadioGroup__error-message"], hideIcon: true, children: errorMessage })
|
|
124
124
|
] })
|
|
125
125
|
}
|
|
126
126
|
)
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./IconList.module.css#css-module
|
|
11
|
-
var IconList_module_default = { "hop-IconList": "IconList-module__hop-
|
|
11
|
+
var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___NfHJZ" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./RichIconAvatarImage.module.css#css-module
|
|
14
|
-
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-
|
|
14
|
+
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___oa7M9", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___RlNuu", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___WGs3x", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___PVOtL", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___00SBP", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___cjPib", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___BMiw1", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___BNlLc" };
|
|
15
15
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
16
16
|
var AvatarToIconSizeAdapter = {
|
|
17
17
|
xs: "md",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { _OverlineText } from './chunk-72NKF2AB.js';
|
|
1
2
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
|
-
import { _OverlineText } from './chunk-5HPWSPMG.js';
|
|
3
3
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
4
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___uJs52", "hop-Badge--primary": "Badge-module__hop-Badge--primary___-LI-I", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___jYuud", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___oS5zR" };
|
|
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, 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___VjXaT", "hop-Heading--xs": "Heading-module__hop-Heading--xs___wV3Wi", "hop-Heading--sm": "Heading-module__hop-Heading--sm___VBLVa", "hop-Heading--md": "Heading-module__hop-Heading--md___e1x-W", "hop-Heading--lg": "Heading-module__hop-Heading--lg___QgMnD", "hop-Heading--xl": "Heading-module__hop-Heading--xl___hCrwD", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___vz-W2", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___0L9OO" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-AAJGLUXC.js';
|
|
5
|
+
import { _InputGroup } from './chunk-3A5Q37MM.js';
|
|
6
6
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
7
7
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
8
8
|
import { ErrorMessageContext } from './chunk-FAE27DLF.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___Bl0kl", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___cwivn", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___sAwdD", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___htha3", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___aFZ13", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___-am3g", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___IHD1I", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___fMceG", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___GAw4W" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
|
+
import { ensureTextWrapper } from './chunk-BMOOWAAW.js';
|
|
2
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { EnsureTextWrapper } from './chunk-QH5LWKA7.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Switch.module.css#css-module
|
|
16
|
-
var Switch_module_default = { "hop-Switch": "Switch-module__hop-
|
|
16
|
+
var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___aRmS6", "hop-Switch--sm": "Switch-module__hop-Switch--sm___q-wW-", "hop-Switch--md": "Switch-module__hop-Switch--md___e9A1l", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___snNib", "hop-Switch__text": "Switch-module__hop-Switch__text___roRBm", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___2dkGz", "hop-Switch__icon": "Switch-module__hop-Switch__icon___KUBfu" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -44,7 +44,7 @@ function Switch(props, ref) {
|
|
|
44
44
|
};
|
|
45
45
|
});
|
|
46
46
|
const children = composeRenderProps(childrenProp, (prev) => {
|
|
47
|
-
return
|
|
47
|
+
return ensureTextWrapper(prev);
|
|
48
48
|
});
|
|
49
49
|
return /* @__PURE__ */ jsx(
|
|
50
50
|
Switch$1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-7OSLSIHA.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
|
|
|
9
9
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Spinner.module.css#css-module
|
|
12
|
-
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-
|
|
12
|
+
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___6QwJR", "spin": "Spinner-module__spin___-Qz69", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___dFqq3", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___34iI9", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___fvP-v", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___MEufM", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___ZrKww", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___f7Rf8" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "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___MtYFE", "hop-Label__indicator": "Label-module__hop-Label__indicator___xiobi" };
|
|
12
12
|
var GlobalLabelCssSelector = "hop-Label";
|
|
13
13
|
function Label(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-S7MY54LO.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,11 +1,11 @@
|
|
|
1
1
|
import { isFunction } from './chunk-TIPN4VYD.js';
|
|
2
|
-
import { SectionContext } from './chunk-5H5AZJPQ.js';
|
|
3
|
-
import { _ListBoxItem } from './chunk-4TP6C4G2.js';
|
|
4
|
-
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
5
|
-
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
6
2
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
3
|
+
import { _ListBoxItem } from './chunk-IF6FFKJB.js';
|
|
4
|
+
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
5
|
+
import { SectionContext } from './chunk-5H5AZJPQ.js';
|
|
7
6
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
8
|
-
import {
|
|
7
|
+
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
8
|
+
import { _Text } from './chunk-7OSLSIHA.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
11
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection }
|
|
|
17
17
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./ListBox.module.css#css-module
|
|
20
|
-
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___-
|
|
20
|
+
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___-ffrS", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___4c758", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___lkNmw", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___-EnkL", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___6nbl-" };
|
|
21
21
|
var GlobalListBoxCssSelector = "hop-ListBox";
|
|
22
22
|
var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
|
|
23
23
|
var ListBoxToTextSizeAdapter = {
|