@hopper-ui/components 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +4 -4
- package/dist/Card/src/Card.css +39 -31
- package/dist/Card/src/Card.d.ts +1 -1
- package/dist/Card/src/Card.js +1 -4
- package/dist/Card/src/CardContext.d.ts +1 -1
- package/dist/Card/src/index.css +39 -31
- package/dist/Card/src/index.js +1 -4
- package/dist/ComboBox/src/ComboBox.css +562 -562
- package/dist/ComboBox/src/ComboBox.js +19 -19
- package/dist/ComboBox/src/index.css +562 -562
- package/dist/ComboBox/src/index.js +19 -19
- package/dist/Disclosure/src/Disclosure.css +39 -39
- package/dist/Disclosure/src/Disclosure.js +2 -2
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +9 -9
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +9 -9
- package/dist/Disclosure/src/index.css +64 -64
- package/dist/Disclosure/src/index.js +13 -13
- package/dist/Divider/src/Divider.css +30 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +30 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +28 -28
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +28 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +30 -30
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/HopperProvider/src/HopperProvider.d.ts +1 -1
- package/dist/IconList/src/IconList.css +29 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +29 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +269 -269
- package/dist/IllustratedMessage/src/IllustratedMessage.js +2 -2
- package/dist/IllustratedMessage/src/index.css +269 -269
- package/dist/IllustratedMessage/src/index.js +2 -2
- package/dist/Image/src/Image.css +31 -31
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +29 -29
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +32 -32
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +50 -50
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +50 -50
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +275 -275
- package/dist/ListBox/src/index.js +11 -11
- package/dist/Select/src/Select.css +566 -566
- package/dist/Select/src/Select.d.ts +2 -2
- package/dist/Select/src/Select.js +19 -19
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +566 -566
- package/dist/Select/src/index.js +19 -19
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +2 -2
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +8 -8
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +7 -7
- package/dist/buttons/src/index.css +250 -250
- package/dist/buttons/src/index.js +12 -12
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +7 -7
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.js +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-CGFOVFND.js → chunk-2AU5C56D.js} +2 -2
- package/dist/{chunk-MJF34XG5.js → chunk-2LFCC5CI.js} +1 -1
- package/dist/{chunk-6UXQYKTS.js → chunk-3G47EYKN.js} +7 -7
- package/dist/{chunk-VRC76V4I.js → chunk-3NV53WWA.js} +1 -1
- package/dist/{chunk-BGI67EI7.js → chunk-3PGYNALN.js} +1 -1
- package/dist/{chunk-DWIQ3243.js → chunk-4INOHTWC.js} +1 -1
- package/dist/{chunk-ICR4D5TY.js → chunk-4UQH3ODO.js} +3 -3
- package/dist/{chunk-CPDMZBS6.js → chunk-57ULZS5W.js} +3 -3
- package/dist/{chunk-IEGPHGTV.js → chunk-5CBX6OHS.js} +2 -2
- package/dist/{chunk-QZ3F4TVB.js → chunk-5PCUME7D.js} +2 -2
- package/dist/{chunk-RIHN3B2C.js → chunk-6MOB5IW2.js} +1 -1
- package/dist/{chunk-AAL467KG.js → chunk-6WEJZH65.js} +2 -2
- package/dist/{chunk-L645PYAJ.js → chunk-6ZZULI3I.js} +5 -5
- package/dist/{chunk-GQDBSVMU.js → chunk-77M7K3ZT.js} +6 -6
- package/dist/{chunk-XCALSZOE.js → chunk-77X3AEUG.js} +3 -3
- package/dist/{chunk-3HX5NWMM.js → chunk-7ISSVADY.js} +2 -2
- package/dist/{chunk-N6XQNRGL.js → chunk-AX2AR6ZT.js} +9 -9
- package/dist/{chunk-7XA5OWYH.js → chunk-AZ3FLMZP.js} +4 -4
- package/dist/{chunk-3VUBDDGN.js → chunk-BZ6Z4QID.js} +1 -1
- package/dist/{chunk-VZTTMSV3.js → chunk-CTOCKEMO.js} +2 -2
- package/dist/{chunk-IZRMVXCF.js → chunk-DB5LXWDP.js} +1 -1
- package/dist/{chunk-5QJPP7HS.js → chunk-EWZC5OQC.js} +1 -1
- package/dist/{chunk-CZVGQ5C6.js → chunk-FGOBLMDY.js} +7 -7
- package/dist/{chunk-FPCY4ECZ.js → chunk-FKJFHLCB.js} +2 -2
- package/dist/{chunk-X6IUJPX3.js → chunk-G3RAGOFR.js} +1 -1
- package/dist/{chunk-LM6AEQMG.js → chunk-GN7SZFVY.js} +3 -3
- package/dist/{chunk-3PGF24IG.js → chunk-H7RANOJ7.js} +7 -7
- package/dist/{chunk-ZDI5V3HH.js → chunk-HFMDP4SC.js} +2 -2
- package/dist/{chunk-MCOD2ZQV.js → chunk-HTHQBAXV.js} +3 -3
- package/dist/{chunk-ORBPCJH4.js → chunk-JRQHBTR2.js} +1 -1
- package/dist/{chunk-YEKLPYHT.js → chunk-JSDF5DII.js} +3 -3
- package/dist/{chunk-BXVGWU5O.js → chunk-KQ7UBFNE.js} +10 -10
- package/dist/{chunk-G2Y6QONL.js → chunk-LRIA5XXQ.js} +2 -2
- package/dist/{chunk-JQ22QH4V.js → chunk-LV2TVXO4.js} +5 -5
- package/dist/{chunk-7JFQOF5T.js → chunk-M4TPHDQE.js} +2 -2
- package/dist/{chunk-GZZMDYJU.js → chunk-MUJX3NQC.js} +2 -2
- package/dist/{chunk-HQP6EHLV.js → chunk-MV7OJVAR.js} +1 -1
- package/dist/{chunk-TVVMMGB3.js → chunk-MVVGP4TO.js} +1 -1
- package/dist/{chunk-4URFPB7C.js → chunk-PQMIN4QZ.js} +1 -1
- package/dist/{chunk-OZPHJVGH.js → chunk-PR3ZXA2M.js} +4 -23
- package/dist/{chunk-ML3ZBKXE.js → chunk-PSUOSHV4.js} +3 -3
- package/dist/{chunk-TUARKYYK.js → chunk-QFG3TZR5.js} +2 -2
- package/dist/{chunk-DKAY27MU.js → chunk-QJW3NJEQ.js} +1 -1
- package/dist/{chunk-NKAOLRR4.js → chunk-QK4EC4RL.js} +1 -1
- package/dist/{chunk-QB56D4AN.js → chunk-QNSV475L.js} +1 -1
- package/dist/{chunk-YXGFTGXC.js → chunk-RGZGZ6S7.js} +3 -3
- package/dist/{chunk-EJ75LL4Y.js → chunk-RPPKEQEC.js} +10 -10
- package/dist/{chunk-4AQSVFQE.js → chunk-TAWLHP2H.js} +2 -2
- package/dist/{chunk-5GIFUMKH.js → chunk-TETDNUIR.js} +2 -2
- package/dist/{chunk-OPP3ULUS.js → chunk-TZA6I2WY.js} +1 -1
- package/dist/{chunk-XIHYC7QU.js → chunk-VFO2WEQ7.js} +7 -7
- package/dist/{chunk-2RKCBVAE.js → chunk-WDRB27MV.js} +5 -5
- package/dist/{chunk-Y7SHCVBN.js → chunk-WK6QJ3MD.js} +2 -2
- package/dist/{chunk-U3JUYR5Q.js → chunk-WQMYEHXH.js} +2 -2
- package/dist/{chunk-DV5Q4JAU.js → chunk-XIR322ND.js} +5 -5
- package/dist/{chunk-7ORJSBUE.js → chunk-YFPXV7DX.js} +1 -1
- package/dist/{chunk-SNMB5VZW.js → chunk-Z7KLBWCR.js} +2 -2
- package/dist/index.css +836 -828
- package/dist/index.d.ts +2 -2
- package/dist/index.js +68 -67
- package/dist/inputs/src/InputGroup.css +265 -265
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +287 -287
- package/dist/inputs/src/NumberField.js +10 -10
- package/dist/inputs/src/PasswordField.css +275 -275
- package/dist/inputs/src/PasswordField.js +10 -10
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.d.ts +1 -1
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +281 -281
- package/dist/inputs/src/SearchField.js +11 -11
- package/dist/inputs/src/TextArea.css +282 -282
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +279 -279
- package/dist/inputs/src/TextField.js +13 -13
- package/dist/inputs/src/index.css +325 -325
- package/dist/inputs/src/index.js +17 -17
- package/dist/overlays/Popover/src/Popover.css +542 -542
- package/dist/overlays/Popover/src/Popover.js +8 -8
- package/dist/overlays/Popover/src/index.css +542 -542
- package/dist/overlays/Popover/src/index.js +8 -8
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +7 -7
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +6 -6
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +12 -12
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +8 -8
- package/dist/tag/src/Tag.css +391 -391
- package/dist/tag/src/Tag.js +10 -10
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/index.css +401 -401
- package/dist/tag/src/index.js +13 -13
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +28 -28
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/ClearSlots.d.ts +3 -3
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +6 -6
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +6 -6
- package/package.json +4 -4
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
2
2
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
3
3
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
4
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { _ErrorMessage } from './chunk-
|
|
8
|
-
import { _Label } from './chunk-
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-MUJX3NQC.js';
|
|
5
|
+
import { _InputGroup } from './chunk-MVVGP4TO.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
7
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
8
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
9
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
10
10
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// css-module:./TextArea.module.css#css-module
|
|
82
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
82
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___IQKRa", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___9gHKx", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___vcLKK", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___Urnd-", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___fXfCy", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___iyrZ6", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___yf0BT", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___us7xl", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___LdgiI" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
2
1
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
|
+
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
3
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___kaNMM", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___CLCmo" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
2
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
4
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
4
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxField.module.css#css-module
|
|
18
|
-
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-
|
|
18
|
+
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___DKSeV", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___Vxkz8", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___MFGPR", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___hEDmF", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___W5XgI" };
|
|
19
19
|
var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
|
|
20
20
|
var CheckboxToDescriptionSizeAdapter = {
|
|
21
21
|
sm: "xs",
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./ButtonGroup.module.css#css-module
|
|
14
|
-
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-
|
|
14
|
+
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___bo6JC", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___Wpvbb", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___z-hH7", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___Ofn-H", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___mBALf", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___0Hj8y", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___l82as", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___rp-H3" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { _ToggleArrow } from './chunk-TZA6I2WY.js';
|
|
2
|
+
import { _Heading } from './chunk-G3RAGOFR.js';
|
|
1
3
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
2
4
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
3
|
-
import { _ToggleArrow } from './chunk-OPP3ULUS.js';
|
|
4
|
-
import { _Heading } from './chunk-X6IUJPX3.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, DisclosureStateContext, useSlottedContext, composeRend
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./DisclosureHeader.module.css#css-module
|
|
17
|
-
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-
|
|
17
|
+
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-DisclosureHeader___cJ7Ok", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___bJJGF", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___Es-8O", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___52oyY", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___2Z6Da", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___7LHJ7" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
2
|
-
import { _SelectValue } from './chunk-
|
|
3
|
-
import { _Popover } from './chunk-
|
|
2
|
+
import { _SelectValue } from './chunk-M4TPHDQE.js';
|
|
3
|
+
import { _Popover } from './chunk-77X3AEUG.js';
|
|
4
4
|
import { _Footer } from './chunk-VOZN65OL.js';
|
|
5
|
-
import { _ListBox } from './chunk-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
9
|
-
import { _ToggleArrow } from './chunk-
|
|
10
|
-
import { _Label } from './chunk-
|
|
11
|
-
import { useFormProps } from './chunk-
|
|
5
|
+
import { _ListBox } from './chunk-57ULZS5W.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
7
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
9
|
+
import { _ToggleArrow } from './chunk-TZA6I2WY.js';
|
|
10
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
11
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
12
12
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
13
13
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
14
14
|
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, TextContext as TextContext$1, Butt
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./Select.module.css#css-module
|
|
25
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
25
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___xEHzq", "hop-Select--fluid": "Select-module__hop-Select--fluid___5qrRS", "hop-Select__label": "Select-module__hop-Select__label___UAsQm", "hop-Select__button": "Select-module__hop-Select__button___a6dU8", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___Rtxc4", "hop-Select__button--md": "Select-module__hop-Select__button--md___MIAeN", "hop-Select__prefix": "Select-module__hop-Select__prefix___vN4be", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___-yQyv", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___jkIoz", "hop-Select__error-message": "Select-module__hop-Select__error-message___Y1FeQ" };
|
|
26
26
|
var GlobalSelectCssSelector = "hop-Select";
|
|
27
27
|
function Select(props, ref) {
|
|
28
28
|
var _a, _b, _c, _d;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IllustratedMessageContext } from './chunk-XL7LO6IZ.js';
|
|
2
2
|
import { ImageContext } from './chunk-XNHE2OVW.js';
|
|
3
3
|
import { SvgImageContext } from './chunk-M2XJDWZ7.js';
|
|
4
|
+
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
4
5
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
5
6
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
6
|
-
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
7
7
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./IllustratedMessage.module.css#css-module
|
|
17
|
-
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-
|
|
17
|
+
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-IllustratedMessage___B1khN", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___X5ZPr", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___CXWrM", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___nSfyJ", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___2mpjl", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___l9K0R", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___kanUu", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___rSfs0", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___eWGjP", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___TWDAR" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
2
2
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
3
3
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
6
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
7
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./RadioGroup.module.css#css-module
|
|
18
|
-
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-
|
|
18
|
+
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___kwEbD", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___GHmV4", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___byHj8", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___1zZc4", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___T-J6T", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___UoRTV", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___ZI-vl", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___rP-nH", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___Jksbh" };
|
|
19
19
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
20
20
|
function RadioGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
@@ -16,7 +16,7 @@ import { useContextProps, SelectValueContext, SelectStateContext, useSlottedCont
|
|
|
16
16
|
import { jsx } from 'react/jsx-runtime';
|
|
17
17
|
|
|
18
18
|
// css-module:./SelectValue.module.css#css-module
|
|
19
|
-
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-
|
|
19
|
+
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___kQkBy", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___01wNb", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___EF3--", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___6wylF", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___FY8zE" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { composeRenderProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./RemainingCharacterCount.module.css#css-module
|
|
13
|
-
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-
|
|
13
|
+
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___d4gWp" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Image.module.css#css-module
|
|
10
|
-
var Image_module_default = { "hop-Image": "Image-module__hop-
|
|
10
|
+
var Image_module_default = { "hop-Image": "Image-module__hop-Image___iGqMq", "hop-Image--rounded": "Image-module__hop-Image--rounded___zdS7j", "hop-Image--circular": "Image-module__hop-Image--circular___fsBRb" };
|
|
11
11
|
var GlobalImageCssSelector = "hop-Image";
|
|
12
12
|
function Image(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
@@ -10,7 +10,7 @@ import { useContextProps, useSlottedContext, InputContext, TextAreaContext, Fiel
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./InputGroup.module.css#css-module
|
|
13
|
-
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-
|
|
13
|
+
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___Xu6-D", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___3et-7", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___Felcy", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___zJiPQ", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___xzok8", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___OAZWm" };
|
|
14
14
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
15
15
|
function InputGroup(props, ref) {
|
|
16
16
|
var _a, _b;
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Separator } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Divider.module.css#css-module
|
|
10
|
-
var Divider_module_default = { "hop-Divider": "Divider-module__hop-
|
|
10
|
+
var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___hbAS5", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___IfeRj" };
|
|
11
11
|
var GlobalDividerCssSelector = "hop-Divider";
|
|
12
12
|
function Divider(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, DividerContext);
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { CardContext } from './chunk-V2EQFVTJ.js';
|
|
2
|
-
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
3
|
-
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
4
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
2
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
3
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
7
4
|
import clsx from 'clsx';
|
|
8
5
|
import { forwardRef } from 'react';
|
|
9
|
-
import { useContextProps
|
|
6
|
+
import { useContextProps } from 'react-aria-components';
|
|
10
7
|
import { jsx } from 'react/jsx-runtime';
|
|
11
8
|
|
|
12
9
|
// css-module:./Card.module.css#css-module
|
|
13
|
-
var Card_module_default = { "hop-Card": "Card-module__hop-
|
|
10
|
+
var Card_module_default = { "hop-Card": "Card-module__hop-Card___xdc3T", "hop-Card--main": "Card-module__hop-Card--main___RZyYr", "hop-Card--second-level": "Card-module__hop-Card--second-level___MJeSK" };
|
|
14
11
|
var GlobalCardCssSelector = "hop-Card";
|
|
15
12
|
var Card = (props, ref) => {
|
|
16
13
|
[props, ref] = useContextProps(props, ref, CardContext);
|
|
@@ -38,30 +35,14 @@ var Card = (props, ref) => {
|
|
|
38
35
|
...stylingProps.style
|
|
39
36
|
};
|
|
40
37
|
return /* @__PURE__ */ jsx(
|
|
41
|
-
"
|
|
38
|
+
"div",
|
|
42
39
|
{
|
|
43
40
|
ref,
|
|
44
41
|
className: classNames,
|
|
45
42
|
style: mergedStyles,
|
|
46
43
|
slot: slot != null ? slot : void 0,
|
|
47
44
|
...otherProps,
|
|
48
|
-
children
|
|
49
|
-
SlotProvider,
|
|
50
|
-
{
|
|
51
|
-
values: [
|
|
52
|
-
[HeaderContext, {
|
|
53
|
-
className: Card_module_default["hop-Card__header"]
|
|
54
|
-
}],
|
|
55
|
-
[ContentContext, {
|
|
56
|
-
className: Card_module_default["hop-Card__content"]
|
|
57
|
-
}],
|
|
58
|
-
[FooterContext, {
|
|
59
|
-
className: Card_module_default["hop-Card__footer"]
|
|
60
|
-
}]
|
|
61
|
-
],
|
|
62
|
-
children
|
|
63
|
-
}
|
|
64
|
-
)
|
|
45
|
+
children
|
|
65
46
|
}
|
|
66
47
|
);
|
|
67
48
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
1
2
|
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
2
|
-
import { _Text } from './chunk-RIHN3B2C.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
|
|
5
5
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Avatar.module.css#css-module
|
|
16
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
16
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___4CHt4", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___VRV2o", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___96MQv", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___600pg", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___bu-84", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___kijgI", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___VHlvp", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___72fSG", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___WtcAO", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___Dj--D", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___lQlC9", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___25UjG", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___QyFnF", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___aql0h", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___ORR-Y", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___wFLn2", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___IOtHy" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
4
4
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
5
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioField.module.css#css-module
|
|
17
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
17
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___BLJ-n", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___Zj55j", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___jQtD-", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___SPwC1", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___kr7ju" };
|
|
18
18
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
19
19
|
var RadioToDescriptionSizeAdapter = {
|
|
20
20
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { DeletedUserRichIcon } from '@hopper-ui/icons';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { AnonymousRichIcon } from '@hopper-ui/icons';
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./ListBoxItemSkeleton.module.css#css-module
|
|
10
|
-
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-
|
|
10
|
+
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___dszq-", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___rf7co", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___2lYVB", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___zzOfK", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___A1WVD", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___-nbNC" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
1
2
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
2
|
-
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-VRC76V4I.js';
|
|
4
3
|
import { FormContext } from './chunk-Q7NXUUB3.js';
|
|
4
|
+
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, DisclosurePanel
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./DisclosurePanel.module.css#css-module
|
|
15
|
-
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-
|
|
15
|
+
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___Me711", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___-rw2p", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___skvqA", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___RnOHo" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _Popover } from './chunk-
|
|
1
|
+
import { _Popover } from './chunk-77X3AEUG.js';
|
|
2
2
|
import { _Footer } from './chunk-VOZN65OL.js';
|
|
3
|
-
import { _ListBox } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { _ToggleArrow } from './chunk-OPP3ULUS.js';
|
|
8
|
-
import { _Label } from './chunk-VZTTMSV3.js';
|
|
9
|
-
import { useFormProps } from './chunk-IZRMVXCF.js';
|
|
10
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
3
|
+
import { _ListBox } from './chunk-57ULZS5W.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
11
7
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
8
|
+
import { _ToggleArrow } from './chunk-TZA6I2WY.js';
|
|
9
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
10
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
11
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
12
12
|
import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
|
|
13
13
|
import { ClearProviders, ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
14
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, useSlottedContext, InputContext, composeRenderProps, T
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./ComboBox.module.css#css-module
|
|
25
|
-
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-
|
|
25
|
+
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___ZJaA1", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___WOyAG", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___2pONE", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___ieJy7", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___xe91u", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___2Kzc9", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___gcMVk", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___UYNZ-", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___H01tG", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___IpGtX", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___-D3EW", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___W3lHW" };
|
|
26
26
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
27
27
|
function ComboBox(props, ref) {
|
|
28
28
|
var _a, _b, _c, _d, _e;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, 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___6Qbnr", "hop-Switch--sm": "Switch-module__hop-Switch--sm___iyUBJ", "hop-Switch--md": "Switch-module__hop-Switch--md___A9nON", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___qeNIP", "hop-Switch__text": "Switch-module__hop-Switch__text___vfltS", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___G0nQx", "hop-Switch__icon": "Switch-module__hop-Switch__icon___erzCz" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-6MOB5IW2.js';
|
|
4
4
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./SwitchField.module.css#css-module
|
|
16
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
16
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___UMAoq", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___BweDT", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___h2frL", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___netul", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___3ZhOH" };
|
|
17
17
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
18
18
|
var SwitchToDescriptionSizeAdapter = {
|
|
19
19
|
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:./ToggleArrow.module.css#css-module
|
|
11
|
-
var ToggleArrow_module_default = { "hop-ToggleArrow": "ToggleArrow-module__hop-
|
|
11
|
+
var ToggleArrow_module_default = { "hop-ToggleArrow": "ToggleArrow-module__hop-ToggleArrow___qaZk7" };
|
|
12
12
|
var GlobalToggleArrowCssSelector = "hop-ToggleArrow";
|
|
13
13
|
function ToggleArrow(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ToggleArrowContext);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _EmbeddedButton } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-MVVGP4TO.js';
|
|
3
|
+
import { _EmbeddedButton } from './chunk-EWZC5OQC.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
6
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
8
|
+
import { useFormProps } from './chunk-DB5LXWDP.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
11
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Input, TextField } from 'react-ari
|
|
|
19
19
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./PasswordField.module.css#css-module
|
|
22
|
-
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-
|
|
22
|
+
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___oIIZM", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___31mJp", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___oYgCB", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___us94k", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___73jGs", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___8yjAZ" };
|
|
23
23
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
24
24
|
function PasswordField(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
2
2
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
3
|
-
import { _HelperMessage } from './chunk-
|
|
4
|
-
import { _ErrorMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
6
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _HelperMessage } from './chunk-WQMYEHXH.js';
|
|
4
|
+
import { _ErrorMessage } from './chunk-5PCUME7D.js';
|
|
5
|
+
import { _Label } from './chunk-CTOCKEMO.js';
|
|
6
|
+
import { useFormProps } from './chunk-DB5LXWDP.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, FieldErrorContext, TagGroup as Tag
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./TagGroup.module.css#css-module
|
|
17
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
17
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___H6b5v", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___boLH3", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___bmsXn", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___lL4sZ", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___Cri5A" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-3NV53WWA.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./DecorativeRadio.module.css#css-module
|
|
18
|
-
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-
|
|
18
|
+
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___gMe9L Radio-module__hop-Radio___RQi4B", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___xU4jU Radio-module__hop-Radio--sm___O8q1N", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___-ExUA Radio-module__hop-Radio--md___qYsR8", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___SGpa- Radio-module__hop-Radio__icon___2v9Xj", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___-N-uS Radio-module__hop-Radio__icon___2v9Xj", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___qARTP Radio-module__hop-Radio__box___ykSFb", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___wii0X Radio-module__hop-Radio__bullet___jbaz4", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___2BJBB Radio-module__hop-Radio__text___zP6MZ" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-6MOB5IW2.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___uU2JV", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___hRa-Z" };
|
|
13
13
|
var GlobalHelperMessageCssSelector = "hop-HelperMessage";
|
|
14
14
|
function HelperMessage(props, ref) {
|
|
15
15
|
const validation = useContext(FieldErrorContext);
|