@hopper-ui/components 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Badge/src/Badge.css +85 -13
- package/dist/Badge/src/Badge.d.ts +6 -2
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/BadgeContext.d.ts +8 -3
- package/dist/Badge/src/FloatingBadge.css +96 -0
- package/dist/Badge/src/FloatingBadge.d.ts +33 -0
- package/dist/Badge/src/FloatingBadge.js +7 -0
- package/dist/Badge/src/FloatingBadgeContext.d.ts +10 -0
- package/dist/Badge/src/FloatingBadgeContext.js +2 -0
- package/dist/Badge/src/index.css +182 -13
- package/dist/Badge/src/index.d.ts +3 -1
- package/dist/Badge/src/index.js +5 -2
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +796 -627
- package/dist/Form/src/Form.js +60 -58
- package/dist/Form/src/index.css +796 -627
- package/dist/Form/src/index.js +60 -58
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +2 -2
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +2 -2
- package/dist/ListBox/src/ListBox.css +373 -204
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxItem.css +358 -189
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +373 -204
- package/dist/ListBox/src/index.js +11 -11
- package/dist/Select/src/Select.css +796 -627
- package/dist/Select/src/Select.js +60 -58
- package/dist/Select/src/SelectValue.css +60 -60
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +796 -627
- package/dist/Select/src/index.js +60 -58
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +3 -3
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +70 -70
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/EmbeddedButton.css +70 -70
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/index.css +175 -175
- package/dist/buttons/src/index.js +7 -7
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +2 -2
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +60 -60
- package/dist/checkbox/src/CheckboxGroup.js +2 -2
- package/dist/checkbox/src/index.css +60 -60
- package/dist/checkbox/src/index.js +5 -5
- package/dist/{chunk-4RMADICI.js → chunk-2WWHL3EF.js} +3 -3
- package/dist/{chunk-DXEWBV4C.js → chunk-2ZOLM7VR.js} +11 -5
- package/dist/{chunk-BODCT27J.js → chunk-47SFZCKK.js} +1 -1
- package/dist/{chunk-3ZRCYKIV.js → chunk-52LHX4PE.js} +2 -2
- package/dist/{chunk-DLZGJBL7.js → chunk-5NMCOZOW.js} +1 -1
- package/dist/{chunk-FOXOPL2E.js → chunk-7QUXYE3E.js} +9 -6
- package/dist/{chunk-BRU54ERL.js → chunk-A2S2Q73W.js} +2 -2
- package/dist/{chunk-T37HTUEU.js → chunk-ANBOSYAL.js} +2 -2
- package/dist/{chunk-YB7IYQW4.js → chunk-ARD3LWL2.js} +2 -2
- package/dist/{chunk-CAHZCRTK.js → chunk-BF6YUKC2.js} +1 -1
- package/dist/{chunk-JQMXGSAE.js → chunk-BO53NITW.js} +1 -1
- package/dist/{chunk-CU36N5JQ.js → chunk-BV7O26TY.js} +3 -3
- package/dist/chunk-CIGS4QGT.js +7 -0
- package/dist/{chunk-T742LIIS.js → chunk-D2GZKHYD.js} +1 -1
- package/dist/{chunk-OLS7K6PO.js → chunk-D7VVQIPM.js} +2 -2
- package/dist/{chunk-6H5DRQZH.js → chunk-EMD2K6B3.js} +2 -2
- package/dist/{chunk-TOWSC7FO.js → chunk-ESWRMGHR.js} +3 -3
- package/dist/{chunk-JIRLWUDP.js → chunk-EUELVL2L.js} +2 -2
- package/dist/{chunk-SCXYAGZI.js → chunk-GG6RHMJ7.js} +11 -11
- package/dist/{chunk-BTHPJL3A.js → chunk-HLXQ6C2E.js} +1 -1
- package/dist/{chunk-AZJME7JV.js → chunk-HXPTWMD5.js} +3 -3
- package/dist/{chunk-C72PRNOP.js → chunk-JVDCU4PT.js} +1 -1
- package/dist/{chunk-GRJ3VKHY.js → chunk-JVZRUDLP.js} +3 -3
- package/dist/{chunk-SSDFINDD.js → chunk-L3Y67TUF.js} +2 -2
- package/dist/{chunk-LFN43ROH.js → chunk-NEPRDVF7.js} +2 -2
- package/dist/{chunk-7L5MCX2A.js → chunk-NJHNYL6X.js} +2 -2
- package/dist/{chunk-HIDHDS2L.js → chunk-OLXX46IZ.js} +1 -1
- package/dist/{chunk-ZHOQYYHY.js → chunk-PUMWU6M4.js} +1 -1
- package/dist/{chunk-LYPR2YMY.js → chunk-QAIK237T.js} +4 -4
- package/dist/{chunk-D5PBETXF.js → chunk-QCTIAKM6.js} +1 -1
- package/dist/{chunk-BQITTESM.js → chunk-QSWSZUZM.js} +1 -1
- package/dist/{chunk-SKEMSZ63.js → chunk-SD6DBWYC.js} +2 -2
- package/dist/{chunk-TTY5HDLL.js → chunk-SFZBLVJN.js} +2 -2
- package/dist/{chunk-D7DIUGRI.js → chunk-TJMAMWRQ.js} +1 -1
- package/dist/{chunk-O2ZMTKCT.js → chunk-UNSJTDXN.js} +1 -1
- package/dist/{chunk-3573Q6QG.js → chunk-USVXH6MO.js} +2 -2
- package/dist/{chunk-6C5RI4RT.js → chunk-WDA6LWC4.js} +11 -8
- package/dist/chunk-X2T2UX2O.js +72 -0
- package/dist/{chunk-T3CLGQI6.js → chunk-XF4SQ222.js} +1 -1
- package/dist/{chunk-DFVORYEU.js → chunk-XHQWDF7B.js} +2 -2
- package/dist/{chunk-CWX45XWS.js → chunk-YD2TGFCB.js} +3 -3
- package/dist/{chunk-QQI3KNHZ.js → chunk-ZG5E36S3.js} +4 -4
- package/dist/index.css +796 -627
- package/dist/index.d.ts +3 -1
- package/dist/index.js +60 -58
- package/dist/inputs/src/InputGroup.css +14 -14
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +63 -63
- package/dist/inputs/src/NumberField.js +7 -7
- package/dist/inputs/src/PasswordField.css +217 -217
- package/dist/inputs/src/PasswordField.js +9 -9
- package/dist/inputs/src/SearchField.css +223 -223
- package/dist/inputs/src/SearchField.js +10 -10
- package/dist/inputs/src/TextArea.css +57 -57
- package/dist/inputs/src/TextArea.js +7 -7
- package/dist/inputs/src/TextField.css +218 -218
- package/dist/inputs/src/TextField.js +9 -9
- package/dist/inputs/src/index.css +266 -266
- package/dist/inputs/src/index.js +15 -15
- package/dist/overlays/Popover/src/Popover.css +796 -627
- package/dist/overlays/Popover/src/Popover.js +60 -58
- package/dist/overlays/Popover/src/index.css +796 -627
- package/dist/overlays/Popover/src/index.js +60 -58
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +2 -2
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +60 -60
- package/dist/radio/src/RadioGroup.js +2 -2
- package/dist/radio/src/index.css +60 -60
- package/dist/radio/src/index.js +5 -5
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +2 -2
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +4 -4
- package/dist/tag/src/Tag.css +473 -304
- package/dist/tag/src/Tag.js +5 -5
- package/dist/tag/src/TagGroup.css +22 -22
- package/dist/tag/src/TagGroup.js +2 -2
- package/dist/tag/src/index.css +486 -317
- package/dist/tag/src/index.js +8 -8
- package/dist/typography/Heading/src/Heading.css +9 -9
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -9
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +3 -3
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +3 -3
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +6 -6
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/index.js +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
|
2
2
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
5
|
-
import { _Text } from './chunk-
|
|
5
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
@@ -16,7 +16,7 @@ import { useContextProps, SelectValueContext, SelectStateContext, useSlottedCont
|
|
|
16
16
|
import { jsx } from 'react/jsx-runtime';
|
|
17
17
|
|
|
18
18
|
// css-module:./SelectValue.module.css#css-module
|
|
19
|
-
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-
|
|
19
|
+
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___fyhi8", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___MMiVH", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___r-eu7", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___f3iUY", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___ECGgT" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -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___ocsPJ" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -9,7 +9,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./RichIconAvatarImage.module.css#css-module
|
|
12
|
-
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-
|
|
12
|
+
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___0SfZJ", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___7c8Uq", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___CMqPA", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___qR-0W", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___yBdoM", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___tBzp5", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___--GFe", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___tDykK" };
|
|
13
13
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
14
14
|
var AvatarToIconSizeAdapter = {
|
|
15
15
|
xs: "md",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { _InputGroup } from './chunk-PUMWU6M4.js';
|
|
1
2
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
2
|
-
import {
|
|
3
|
-
import { _EmbeddedButton } from './chunk-D7DIUGRI.js';
|
|
3
|
+
import { _EmbeddedButton } from './chunk-TJMAMWRQ.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___iUTLE", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___4AIxY", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___THz7n", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___1tlfh", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___L0DbW", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___Hi6Xf" };
|
|
22
22
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
23
23
|
function PasswordField(props, ref) {
|
|
24
24
|
var _a;
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./CheckboxField.module.css#css-module
|
|
14
|
-
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-
|
|
14
|
+
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___6GAZe", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___k1Kp1", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___M0M51", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___q1ry4", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___ey6D-" };
|
|
15
15
|
var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
|
|
16
16
|
var CheckboxToDescriptionSizeAdapter = {
|
|
17
17
|
sm: "xs",
|
|
@@ -2,7 +2,7 @@ import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
|
2
2
|
import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
5
|
-
import { _Text } from './chunk-
|
|
5
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Checkbox.module.css#css-module
|
|
17
|
-
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-
|
|
17
|
+
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___oOX03", "hop-Checkbox--focused": "Checkbox-module__hop-Checkbox--focused___4PAm6", "hop-Checkbox--hovered": "Checkbox-module__hop-Checkbox--hovered___0yG6J", "hop-Checkbox--pressed": "Checkbox-module__hop-Checkbox--pressed___04mxl", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___KSwrs", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___x2EJP", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___ABzh9", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___eUQ93", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___e4-5W", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___QjfqB", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___Us3om" };
|
|
18
18
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
19
19
|
function Checkbox(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { InfoIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
|
|
|
9
9
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./HelperMessage.module.css#css-module
|
|
12
|
-
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-
|
|
12
|
+
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___B-h4I", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___Bv8wG" };
|
|
13
13
|
var GlobalHelperMessageCssSelector = "hop-HelperMessage";
|
|
14
14
|
function HelperMessage(props, ref) {
|
|
15
15
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
|
-
import { _Spinner } from './chunk-
|
|
2
|
+
import { _Spinner } from './chunk-USVXH6MO.js';
|
|
3
3
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
4
4
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
5
5
|
import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
8
8
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
9
|
-
import { _Text } from './chunk-
|
|
9
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
10
10
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, ButtonContext as ButtonContext$1, composeRenderProps,
|
|
|
19
19
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./Button.module.css#css-module
|
|
22
|
-
var Button_module_default = { "hop-Button": "Button-module__hop-
|
|
22
|
+
var Button_module_default = { "hop-Button": "Button-module__hop-Button___ufqF7", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___6nkzA", "hop-Button--fluid": "Button-module__hop-Button--fluid___LYhcV", "hop-Button--sm": "Button-module__hop-Button--sm___rqKIE", "hop-Button--primary": "Button-module__hop-Button--primary___pOCG7", "hop-Button--md": "Button-module__hop-Button--md___bGFaw", "hop-Button--secondary": "Button-module__hop-Button--secondary___ixxaS", "hop-Button--upsell": "Button-module__hop-Button--upsell___fKGBb", "hop-Button--danger": "Button-module__hop-Button--danger___IDbG4", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___1zhrR", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___cwxat", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___Yqrhr", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___hQZHn", "hop-Button__icon": "Button-module__hop-Button__icon___-HWSV", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___E7GUi", "hop-Button__text": "Button-module__hop-Button__text___2dU0i", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___5Jtro", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___CC5Vx" };
|
|
23
23
|
var GlobalButtonCssSelector = "hop-Button";
|
|
24
24
|
var additionalButtonHTMLAttributes = /* @__PURE__ */ new Set(["form", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "name", "value"]);
|
|
25
25
|
function useSimulatedRACButton(props, ref) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
1
2
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
2
3
|
import { CheckboxListContext } from './chunk-WDUQUPTE.js';
|
|
3
|
-
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
4
4
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
5
5
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
|
|
|
14
14
|
import { jsx } 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___pLr29", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___GgHTk", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___4dHH0", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___fic5z", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___iEGgv", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___P4B-x", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___aUkXe", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___KOis2", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___Gj7lq" };
|
|
18
18
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
19
19
|
function CheckboxGroup(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
2
2
|
import { _Footer } from './chunk-AQITZWYM.js';
|
|
3
3
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
4
|
+
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
4
5
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
5
6
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
6
7
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
7
8
|
import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
|
|
8
9
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
9
|
-
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
10
|
-
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
11
10
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
12
|
-
import {
|
|
11
|
+
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
13
12
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
14
13
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
15
|
-
import { _SelectValue } from './chunk-
|
|
14
|
+
import { _SelectValue } from './chunk-ARD3LWL2.js';
|
|
16
15
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
16
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
17
17
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
18
|
-
import { _ListBox } from './chunk-
|
|
18
|
+
import { _ListBox } from './chunk-ZG5E36S3.js';
|
|
19
19
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
20
20
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
21
|
-
import { _ListBoxItem } from './chunk-
|
|
21
|
+
import { _ListBoxItem } from './chunk-WDA6LWC4.js';
|
|
22
22
|
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
23
23
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
24
24
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
@@ -26,10 +26,10 @@ import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
|
26
26
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
27
27
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
28
28
|
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
29
|
+
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
29
30
|
import { FormContext } from './chunk-EURJK4ZT.js';
|
|
30
31
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
31
|
-
import {
|
|
32
|
-
import { _Text } from './chunk-D5PBETXF.js';
|
|
32
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
33
33
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
34
34
|
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
35
35
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -44,7 +44,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
44
44
|
import { IconContext, AngleUpIcon, AngleDownIcon } from '@hopper-ui/icons';
|
|
45
45
|
|
|
46
46
|
// css-module:./Popover.module.css#css-module
|
|
47
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
47
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___GhhaI", "fade": "Popover-module__fade___uLf7r", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___AoYE2", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___-3-1Y", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___ub0rC", "hop-Popover__title": "Popover-module__hop-Popover__title___uge2S", "hop-Popover__content": "Popover-module__hop-Popover__content___sDJTD", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___mk7Zk", "hop-Popover__footer": "Popover-module__hop-Popover__footer___TkhzY", "hop-Popover__actions": "Popover-module__hop-Popover__actions___oM8iu", "hop-Popover__action": "Popover-module__hop-Popover__action___xyIXY" };
|
|
48
48
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
49
49
|
function Popover(props, ref) {
|
|
50
50
|
var _a;
|
|
@@ -178,7 +178,7 @@ var _Popover = forwardRef(Popover);
|
|
|
178
178
|
_Popover.displayName = "Popover";
|
|
179
179
|
|
|
180
180
|
// css-module:./Select.module.css#css-module
|
|
181
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
181
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___YSMVc", "hop-Select--fluid": "Select-module__hop-Select--fluid___w94yO", "hop-Select__label": "Select-module__hop-Select__label___NnWsa", "hop-Select__button": "Select-module__hop-Select__button___7z-Kj", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___XNopb", "hop-Select__button--md": "Select-module__hop-Select__button--md___bNWOy", "hop-Select__prefix": "Select-module__hop-Select__prefix___c-Ovr", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___JQAcH", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___VAqai", "hop-Select__error-message": "Select-module__hop-Select__error-message___OggC8" };
|
|
182
182
|
var GlobalSelectCssSelector = "hop-Select";
|
|
183
183
|
function Select(props, ref) {
|
|
184
184
|
var _a, _b;
|
|
@@ -738,7 +738,7 @@ function $f86e6c1ec7da6ebb$export$bc3384a35de93d66(options) {
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
// css-module:./Form.module.css#css-module
|
|
741
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
741
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___Nzjsc" };
|
|
742
742
|
var GlobalFormCssSelector = "hop-Form";
|
|
743
743
|
function Form(props, ref) {
|
|
744
744
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import { _EmbeddedButton } from './chunk-
|
|
2
|
+
import { _EmbeddedButton } from './chunk-TJMAMWRQ.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
1
2
|
import { useImageFallback } from './chunk-NS3XVOQ7.js';
|
|
2
|
-
import { _Text } from './chunk-D5PBETXF.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-BO53NITW.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { BrokenImageRichIcon } from '@hopper-ui/icons';
|
|
7
7
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -12,7 +12,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Avatar.module.css#css-module
|
|
15
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
15
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___voDSB", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___vyK5f", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___tZ1n5", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___ZETXa", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___2JJif", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___GbLkx", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___i2HmH", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___swzwE", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___61Ewl", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___btSY5", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___muuvm", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___FAvFc", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___tZ9LE", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___fXKic", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___43DZK", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___Hc--N", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___BNmTQ" };
|
|
16
16
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
17
17
|
var AvatarToTextSizeAdapter = {
|
|
18
18
|
xs: "xs",
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Text } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./OverlineText.module.css#css-module
|
|
10
|
-
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-
|
|
10
|
+
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-OverlineText___-AumH", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___epYug" };
|
|
11
11
|
var GlobalOverlineTextCssSelector = "hop-OverlineText";
|
|
12
12
|
function OverlineText(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, OverlineTextContext);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
2
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
3
3
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
4
|
-
import { _InputGroup } from './chunk-
|
|
4
|
+
import { _InputGroup } from './chunk-PUMWU6M4.js';
|
|
5
5
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
6
6
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
9
9
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
10
|
-
import { _Text } from './chunk-
|
|
10
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
11
11
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
12
12
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
13
13
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// css-module:./TextArea.module.css#css-module
|
|
82
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
82
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___-viZw", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___z9E7Y", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___NLupB", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___ToOXW", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___NJe7D", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___qdiem", "hop-TextArea__char-count": "TextArea-module__hop-TextArea__char-count___hejQO", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___aOBw-", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___RDO3F" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
1
2
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
3
|
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
3
4
|
import { RadioListContext } from './chunk-A7TZHALP.js';
|
|
4
|
-
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
5
5
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
|
|
|
14
14
|
import { jsx } 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___Xb3dE", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___6ME7V", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___LFCc4", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___tynlW", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___KdIUX", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___XQf5n", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___KBI6w", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___An-sx", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___bKTCy" };
|
|
18
18
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
19
19
|
function RadioGroup(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
2
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
|
+
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
3
3
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./SwitchField.module.css#css-module
|
|
14
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
14
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___J7KA6", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___JlpAt", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___i2eDM", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___xETIr", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___ciEgu" };
|
|
15
15
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
16
16
|
var SwitchToDescriptionSizeAdapter = {
|
|
17
17
|
sm: "xs",
|
|
@@ -2,7 +2,7 @@ import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
|
2
2
|
import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
5
|
-
import { _Text } from './chunk-
|
|
5
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Switch.module.css#css-module
|
|
17
|
-
var Switch_module_default = { "hop-Switch": "Switch-module__hop-
|
|
17
|
+
var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___spK1e", "hop-Switch--sm": "Switch-module__hop-Switch--sm___pXmUA", "hop-Switch--md": "Switch-module__hop-Switch--md___1EMLj", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___8cdnp", "hop-Switch__text": "Switch-module__hop-Switch__text___jqfx-", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___cwZEQ", "hop-Switch__icon": "Switch-module__hop-Switch__icon___Cp-D0" };
|
|
18
18
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
19
19
|
function Switch(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -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___xyX8G", "hop-Label__indicator": "Label-module__hop-Label__indicator___QJQXo" };
|
|
12
12
|
var GlobalLabelCssSelector = "hop-Label";
|
|
13
13
|
function Label(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -9,7 +9,7 @@ import { useContextProps, useSlottedContext, InputContext, TextAreaContext, Fiel
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./InputGroup.module.css#css-module
|
|
12
|
-
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-
|
|
12
|
+
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___Bza37", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___cf38K", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___DJIbp", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___gfqs7", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___wZzaX" };
|
|
13
13
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
14
14
|
function InputGroup(props, ref) {
|
|
15
15
|
var _a, _b;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _ClearButton } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-PUMWU6M4.js';
|
|
3
|
+
import { _ClearButton } from './chunk-HLXQ6C2E.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
6
6
|
import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
9
9
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
10
|
-
import { _Text } from './chunk-
|
|
10
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
11
11
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
12
12
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
13
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, Input, TextField as TextField$1 }
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./TextField.module.css#css-module
|
|
25
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
25
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___kOhsi", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___7iHqg", "hop-TextField__Label": "TextField-module__hop-TextField__Label___Gt48-", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___aeL29", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___g0Gme", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___Wp1Oo", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___TY3Us" };
|
|
26
26
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
27
27
|
function TextField(props, ref) {
|
|
28
28
|
var _a;
|
|
@@ -9,7 +9,7 @@ import { useContextProps, Text as Text$1 } from 'react-aria-components';
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Text.module.css#css-module
|
|
12
|
-
var Text_module_default = { "hop-Text": "Text-module__hop-
|
|
12
|
+
var Text_module_default = { "hop-Text": "Text-module__hop-Text___D1rn4", "hop-Text--xs": "Text-module__hop-Text--xs___83nUB", "hop-Text--sm": "Text-module__hop-Text--sm___J7Ynn", "hop-Text--md": "Text-module__hop-Text--md___vDq4E", "hop-Text--lg": "Text-module__hop-Text--lg___d93YP", "hop-Text--xl": "Text-module__hop-Text--xl___7Poiv", "hop-Text--2xl": "Text-module__hop-Text--2xl___owE8f", "hop-Text--inherit": "Text-module__hop-Text--inherit___LGo4-" };
|
|
13
13
|
var GlobalTextCssSelector = "hop-Text";
|
|
14
14
|
function Text(props, ref) {
|
|
15
15
|
[props, ref] = useContextProps(props, ref, TextContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-BO53NITW.js';
|
|
3
3
|
import { DeletedUserRichIcon } from '@hopper-ui/icons';
|
|
4
4
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
5
5
|
import clsx from 'clsx';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
|
+
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
3
3
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
4
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
5
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./RadioField.module.css#css-module
|
|
15
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
15
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___C1gXe", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___LY1rM", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___QsiW7", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___PAedH", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___VMtji" };
|
|
16
16
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
17
17
|
var RadioToDescriptionSizeAdapter = {
|
|
18
18
|
sm: "xs",
|
|
@@ -2,7 +2,7 @@ import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
|
2
2
|
import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
5
|
-
import { _Text } from './chunk-
|
|
5
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Radio.module.css#css-module
|
|
17
|
-
var Radio_module_default = { "hop-Radio": "Radio-module__hop-
|
|
17
|
+
var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___kjqe3", "hop-Radio--focused": "Radio-module__hop-Radio--focused___lQ30-", "hop-Radio--hovered": "Radio-module__hop-Radio--hovered___-S-oj", "hop-Radio--pressed": "Radio-module__hop-Radio--pressed___7J0QF", "hop-Radio--sm": "Radio-module__hop-Radio--sm___xnPjA", "hop-Radio--md": "Radio-module__hop-Radio--md___9JVd4", "hop-Radio__icon": "Radio-module__hop-Radio__icon___MXNrF", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___6PWZA", "hop-Radio__box": "Radio-module__hop-Radio__box___kGWwH", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___A5FBg", "hop-Radio__text": "Radio-module__hop-Radio__text___yqy6k" };
|
|
18
18
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
19
19
|
function Radio(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -9,7 +9,7 @@ import { useContextProps, composeRenderProps, Button } from 'react-aria-componen
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./EmbeddedButton.module.css#css-module
|
|
12
|
-
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-
|
|
12
|
+
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___0z1Vu", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___G-uWy", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___z8VIY", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___WXlSK", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___bRbsg", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___-Kk0A", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___pR9JU", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___AtNwG", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___XhXc-", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___3pQmQ", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___mnzjp", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___NZb5K", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___R9nSU", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___kXIQG", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___LXrDI", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___ZNJEB" };
|
|
13
13
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
14
14
|
function EmbeddedButton(props, ref) {
|
|
15
15
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-BO53NITW.js';
|
|
3
3
|
import { AnonymousRichIcon } from '@hopper-ui/icons';
|
|
4
4
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
5
5
|
import clsx from 'clsx';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
2
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
6
6
|
import { forwardRef } from 'react';
|
|
@@ -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___O1-Km", "spin": "Spinner-module__spin___v977U", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___qV5iG", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___G30MC", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___sYhCI", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___W5tRL", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___kByJ9", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___8qfSZ" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _Radio } from './chunk-SFZBLVJN.js';
|
|
2
|
+
import { _RadioGroup } from './chunk-L3Y67TUF.js';
|
|
2
3
|
import { _RadioList } from './chunk-NKHMUPAP.js';
|
|
3
|
-
import {
|
|
4
|
-
import { _Checkbox } from './chunk-OLS7K6PO.js';
|
|
4
|
+
import { _Checkbox } from './chunk-D7VVQIPM.js';
|
|
5
5
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
6
|
+
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
7
|
+
import { _ListBoxItemSkeleton } from './chunk-XF4SQ222.js';
|
|
6
8
|
import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
|
|
7
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
|
-
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
9
|
-
import { _ListBoxItemSkeleton } from './chunk-T3CLGQI6.js';
|
|
10
10
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
11
11
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
12
|
-
import { _Text } from './chunk-
|
|
12
|
+
import { _Text } from './chunk-QCTIAKM6.js';
|
|
13
13
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
14
14
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
15
15
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -21,7 +21,7 @@ import { useContextProps, composeRenderProps, ListBoxItem as ListBoxItem$1, List
|
|
|
21
21
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
22
22
|
|
|
23
23
|
// css-module:./ListBoxItem.module.css#css-module
|
|
24
|
-
var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-
|
|
24
|
+
var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-ListBoxItem___an9O1", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___HmQkG", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___4vcFB", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___DdzeQ", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___u2UzS", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___Glzxw", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___8Mad5", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___NDxkN", "hop-ListBoxItem__radio-group": "ListBoxItem-module__hop-ListBoxItem__radio-group___TyMze", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___vnfB-", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___H-Ss7", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___VaNew", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___aDTWC", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___-uc-C", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___FJ39g", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___2wdh-", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___1226g" };
|
|
25
25
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
26
26
|
var ListBoxItemToIconSizeAdapter = {
|
|
27
27
|
xs: "sm",
|
|
@@ -157,7 +157,10 @@ function ListBoxItemInner(props) {
|
|
|
157
157
|
}],
|
|
158
158
|
[BadgeContext, {
|
|
159
159
|
className: ListBoxItem_module_default["hop-ListBoxItem__badge"],
|
|
160
|
-
isDisabled
|
|
160
|
+
isDisabled,
|
|
161
|
+
isHovered,
|
|
162
|
+
isPressed,
|
|
163
|
+
isSelected
|
|
161
164
|
}],
|
|
162
165
|
[AvatarContext, {
|
|
163
166
|
className: ListBoxItem_module_default["hop-ListBoxItem__avatar"],
|