@hopper-ui/components 1.4.6 → 1.4.8
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 +19 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +3 -3
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +3 -3
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +5 -5
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +7 -7
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +3 -3
- 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 +5 -5
- package/dist/Callout/src/Callout.css +1649 -0
- package/dist/Callout/src/Callout.d.ts +38 -0
- package/dist/Callout/src/Callout.js +30 -0
- package/dist/Callout/src/CalloutContext.d.ts +10 -0
- package/dist/Callout/src/CalloutContext.js +2 -0
- package/dist/Callout/src/CompactCallout.css +1750 -0
- package/dist/Callout/src/CompactCallout.d.ts +18 -0
- package/dist/Callout/src/CompactCallout.js +31 -0
- package/dist/Callout/src/CompactCalloutContext.d.ts +11 -0
- package/dist/Callout/src/CompactCalloutContext.js +2 -0
- package/dist/Callout/src/index.css +1835 -0
- package/dist/Callout/src/index.d.ts +9 -0
- package/dist/Callout/src/index.js +33 -0
- package/dist/Card/src/Card.css +31 -31
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +31 -31
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +3200 -2838
- package/dist/ComboBox/src/ComboBox.d.ts +6 -6
- package/dist/ComboBox/src/ComboBox.js +28 -25
- package/dist/ComboBox/src/ComboBoxContext.d.ts +3 -2
- package/dist/ComboBox/src/index.css +3200 -2838
- package/dist/ComboBox/src/index.d.ts +4 -3
- package/dist/ComboBox/src/index.js +28 -25
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +3 -3
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +10 -10
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +9 -9
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +14 -14
- package/dist/Divider/src/Divider.css +30 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +30 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Form/src/Form.css +28 -28
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +28 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +30 -30
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +29 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +29 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +281 -269
- package/dist/IllustratedMessage/src/IllustratedMessage.js +2 -2
- package/dist/IllustratedMessage/src/index.css +281 -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 +59 -59
- package/dist/Link/src/Link.js +8 -8
- package/dist/Link/src/index.css +59 -59
- package/dist/Link/src/index.js +8 -8
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +14 -14
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +12 -12
- 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 +14 -14
- package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
- package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
- package/dist/SegmentedControl/src/SegmentedControlItem.css +43 -43
- package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.d.ts +2 -0
- package/dist/SegmentedControl/src/index.js +10 -10
- package/dist/Select/src/Select.css +587 -575
- package/dist/Select/src/Select.js +26 -26
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +8 -8
- package/dist/Select/src/index.css +587 -575
- package/dist/Select/src/index.js +26 -26
- 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/Tile/src/Tile.css +326 -0
- package/dist/Tile/src/Tile.d.ts +20 -0
- package/dist/Tile/src/Tile.js +19 -0
- package/dist/Tile/src/TileContext.d.ts +9 -0
- package/dist/Tile/src/TileContext.js +2 -0
- package/dist/Tile/src/TileGroup.css +241 -0
- package/dist/Tile/src/TileGroup.d.ts +30 -0
- package/dist/Tile/src/TileGroup.js +6 -0
- package/dist/Tile/src/TileGroupContext.d.ts +8 -0
- package/dist/Tile/src/TileGroupContext.js +2 -0
- package/dist/Tile/src/index.css +334 -0
- package/dist/Tile/src/index.d.ts +7 -0
- package/dist/Tile/src/index.js +21 -0
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.d.ts +12 -5
- package/dist/buttons/src/ClearButton.js +4 -4
- package/dist/buttons/src/ClearButtonContext.d.ts +2 -4
- package/dist/buttons/src/CloseButton.css +679 -0
- package/dist/buttons/src/CloseButton.d.ts +18 -0
- package/dist/buttons/src/CloseButton.js +27 -0
- package/dist/buttons/src/CloseButtonContext.d.ts +13 -0
- package/dist/buttons/src/CloseButtonContext.js +2 -0
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.d.ts +27 -7
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/EmbeddedButtonContext.d.ts +1 -4
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +8 -8
- package/dist/buttons/src/index.css +262 -250
- package/dist/buttons/src/index.d.ts +4 -1
- package/dist/buttons/src/index.js +17 -15
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +8 -8
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +4 -4
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.js +9 -9
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +9 -9
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +16 -16
- package/dist/{chunk-NH3IVMXB.js → chunk-2NSUMKNH.js} +1 -1
- package/dist/chunk-3MTGAZ77.js +7 -0
- package/dist/{chunk-FQHHLFAB.js → chunk-53WBWLKL.js} +12 -11
- package/dist/chunk-56WMYNUD.js +79 -0
- package/dist/{chunk-73CBNN4K.js → chunk-5TGWIM5C.js} +16 -14
- package/dist/{chunk-OUGECIOS.js → chunk-6CVROWNN.js} +2 -2
- package/dist/{chunk-67VFL63C.js → chunk-725VVVMA.js} +1 -1
- package/dist/{chunk-OMGZXRVE.js → chunk-72CSHV4D.js} +6 -6
- package/dist/{chunk-TFVDF4YH.js → chunk-75DHKNW2.js} +2 -0
- package/dist/chunk-7HIGRTLG.js +34 -0
- package/dist/{chunk-ZLWJJVD3.js → chunk-7JQJ5U7J.js} +1 -1
- package/dist/{chunk-Q5WT3U7W.js → chunk-7SMF3TO5.js} +2 -2
- package/dist/{chunk-OUTV4GW4.js → chunk-AD5GQ24L.js} +1 -1
- package/dist/{chunk-GK7I65BF.js → chunk-B7MWXJWS.js} +2 -2
- package/dist/{chunk-X5H6RCTP.js → chunk-BPO44JV2.js} +4 -4
- package/dist/{chunk-XE6JG2MF.js → chunk-CKH5EUEC.js} +3 -3
- package/dist/{chunk-JELBOYLB.js → chunk-CYICQ2TZ.js} +1 -1
- package/dist/{chunk-RTB477QF.js → chunk-CZRMFNRT.js} +3 -3
- package/dist/{chunk-KUBUEVXB.js → chunk-EZF74GSX.js} +2 -2
- package/dist/chunk-EZXZMHPJ.js +77 -0
- package/dist/chunk-F6D7LSXZ.js +73 -0
- package/dist/{chunk-25APP2V4.js → chunk-F6NQHY35.js} +1 -1
- package/dist/{chunk-5OS5HF6G.js → chunk-GOY3T3HI.js} +3 -3
- package/dist/chunk-GRCAVJC6.js +7 -0
- package/dist/{chunk-5CW3ZTUM.js → chunk-GZYLFGDT.js} +4 -4
- package/dist/{chunk-C67PNOQX.js → chunk-I2LTZFXN.js} +3 -3
- package/dist/{chunk-X7QAJPWB.js → chunk-IMUQCB4Q.js} +2 -2
- package/dist/{chunk-BQZSLU4S.js → chunk-IYT75GWO.js} +2 -2
- package/dist/chunk-JTNKUYE5.js +8 -0
- package/dist/{chunk-3AB3J5EP.js → chunk-JZ4LJ4M4.js} +4 -4
- package/dist/{chunk-BQJA5YLU.js → chunk-KFH2WZVX.js} +7 -7
- package/dist/{chunk-MISFLYHH.js → chunk-KIQW5BE4.js} +3 -3
- package/dist/{chunk-IFQPPUVZ.js → chunk-KVJHBVJU.js} +51 -72
- package/dist/{chunk-XQIEHXUJ.js → chunk-KW6WJUD5.js} +4 -4
- package/dist/{chunk-DCIGY462.js → chunk-M35EMGMO.js} +1 -1
- package/dist/{chunk-ULU4LXYF.js → chunk-ML4JW4EF.js} +17 -25
- package/dist/chunk-MM2SG6JU.js +75 -0
- package/dist/{chunk-YKHKR2GB.js → chunk-N455JVEG.js} +4 -4
- package/dist/chunk-NHKYEZTW.js +56 -0
- package/dist/{chunk-E74QE424.js → chunk-NIOF2SKT.js} +2 -2
- package/dist/{chunk-6I4ZCACA.js → chunk-NXT7EAML.js} +3 -3
- package/dist/chunk-NZ4VFVXA.js +7 -0
- package/dist/{chunk-3HGZNFEQ.js → chunk-OSGTA6DG.js} +1 -1
- package/dist/{chunk-56QFPH7A.js → chunk-PAVQC74G.js} +1 -1
- package/dist/{chunk-YA5VMTPD.js → chunk-PXOVV47X.js} +2 -2
- package/dist/{chunk-DW26OLDB.js → chunk-Q5XBTXXT.js} +7 -7
- package/dist/{chunk-LULTNKIP.js → chunk-QOFWY452.js} +3 -3
- package/dist/{chunk-SUB3BVYD.js → chunk-QR6WDDBN.js} +2 -2
- package/dist/{chunk-LLEWW4UQ.js → chunk-QVXYZX5B.js} +1 -1
- package/dist/chunk-RBWFFWIG.js +7 -0
- package/dist/{chunk-LUC6XJU7.js → chunk-RZG5PUET.js} +11 -11
- package/dist/{chunk-D4CWHBFC.js → chunk-S4VWM2B6.js} +29 -17
- package/dist/{chunk-YAK3UMON.js → chunk-SRMMLWHK.js} +1 -1
- package/dist/chunk-SSV5APP2.js +118 -0
- package/dist/{chunk-CPI34H7R.js → chunk-TMVLBCMF.js} +3 -3
- package/dist/{chunk-P63VMXVG.js → chunk-U2E2PK7O.js} +4 -4
- package/dist/{chunk-WN3TGQHF.js → chunk-UC2WGSJH.js} +13 -13
- package/dist/{chunk-4WKUWT6B.js → chunk-UIG77WBM.js} +6 -6
- package/dist/{chunk-SC6GOFII.js → chunk-UXCNMI34.js} +3 -3
- package/dist/{chunk-VUDALBYV.js → chunk-UXGG4SUH.js} +1 -1
- package/dist/{chunk-OT3SSSAN.js → chunk-VFZ2K6U6.js} +2 -2
- package/dist/{chunk-B22BEVRV.js → chunk-VHVRECJY.js} +6 -6
- package/dist/{chunk-M5Q2CFRQ.js → chunk-VOXZA4YS.js} +1 -1
- package/dist/{chunk-EOES5IUI.js → chunk-W2TEMTXK.js} +1 -1
- package/dist/{chunk-QZL7DSHL.js → chunk-WNFSIU36.js} +4 -4
- package/dist/{chunk-AZBN2SOE.js → chunk-XV2C6MXF.js} +9 -9
- package/dist/{chunk-LPKBOHFG.js → chunk-YHRCBRDZ.js} +2 -2
- package/dist/{chunk-ZXHTDMQB.js → chunk-YMQMJAC4.js} +3 -3
- package/dist/{chunk-5DW5MIOP.js → chunk-YP2IQM4Y.js} +3 -3
- package/dist/{chunk-4PZCXSIJ.js → chunk-Z2SUHJJH.js} +4 -4
- package/dist/{chunk-BOOMSDK7.js → chunk-Z7ORLEY6.js} +1 -1
- package/dist/{chunk-NKCDMR4Y.js → chunk-ZJBNVQTB.js} +1 -3
- package/dist/{chunk-O2YRPX5E.js → chunk-ZMNX5LVE.js} +2 -2
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/index.css +1636 -1563
- package/dist/index.d.ts +14 -4
- package/dist/index.js +94 -88
- package/dist/inputs/src/Input.css +302 -0
- package/dist/inputs/src/Input.d.ts +15 -0
- package/dist/inputs/src/Input.js +3 -0
- package/dist/inputs/src/InputGroup.css +47 -1471
- package/dist/inputs/src/InputGroup.d.ts +1 -18
- package/dist/inputs/src/InputGroup.js +1 -3
- package/dist/inputs/src/InputGroupContext.d.ts +0 -2
- package/dist/inputs/src/NumberField.css +130 -1514
- package/dist/inputs/src/NumberField.js +13 -14
- package/dist/inputs/src/PasswordField.css +357 -379
- package/dist/inputs/src/PasswordField.d.ts +4 -4
- package/dist/inputs/src/PasswordField.js +14 -13
- package/dist/inputs/src/PasswordFieldContext.d.ts +2 -2
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +8 -8
- package/dist/inputs/src/SearchField.css +361 -385
- package/dist/inputs/src/SearchField.d.ts +2 -2
- package/dist/inputs/src/SearchField.js +16 -15
- package/dist/inputs/src/SearchFieldContext.d.ts +2 -2
- package/dist/inputs/src/TextArea.css +122 -1486
- package/dist/inputs/src/TextArea.js +12 -13
- package/dist/inputs/src/TextField.css +359 -383
- package/dist/inputs/src/TextField.js +18 -17
- package/dist/inputs/src/index.css +636 -627
- package/dist/inputs/src/index.d.ts +4 -3
- package/dist/inputs/src/index.js +23 -23
- package/dist/overlays/Popover/src/Popover.css +563 -551
- package/dist/overlays/Popover/src/Popover.js +10 -10
- package/dist/overlays/Popover/src/index.css +563 -551
- package/dist/overlays/Popover/src/index.js +10 -10
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +9 -9
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +8 -8
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +9 -9
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +16 -16
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +8 -8
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +4 -4
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +11 -11
- package/dist/tag/src/Tag.css +403 -391
- package/dist/tag/src/Tag.d.ts +46 -5
- package/dist/tag/src/Tag.js +12 -12
- package/dist/tag/src/TagContext.d.ts +3 -1
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.d.ts +3 -1
- package/dist/tag/src/TagGroup.js +9 -9
- package/dist/tag/src/TagGroupContext.d.ts +3 -1
- package/dist/tag/src/index.css +413 -401
- package/dist/tag/src/index.d.ts +3 -1
- package/dist/tag/src/index.js +18 -18
- 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 +3 -3
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +3 -3
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.d.ts +0 -1
- package/dist/utils/src/index.js +9 -10
- package/dist/utils/src/types.d.ts +1 -1
- package/dist/utils/src/useRenderProps.js +1 -1
- package/package.json +2 -2
- package/dist/ClearButton-wcnm_ugx.d.ts +0 -80
- package/dist/chunk-MTDFS4CZ.js +0 -12
- package/dist/chunk-X7PEWS4A.js +0 -102
- package/dist/utils/src/useScale.d.ts +0 -11
- package/dist/utils/src/useScale.js +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
|
|
4
|
+
import { useFormProps } from './chunk-VOXZA4YS.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___zCt0Z", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___Q8wN-", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___AoYwc", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___JYmIA", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___Kbs8a", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___Zq0yt", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___8zhd4", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___5m9Tt" };
|
|
18
18
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
19
19
|
function Checkbox(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
2
|
-
import { useLocalizedString } from './chunk-
|
|
3
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
+
import { _Text } from './chunk-Z7ORLEY6.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
|
-
import { useRenderProps } from './chunk-
|
|
6
|
+
import { useRenderProps } from './chunk-2NSUMKNH.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';
|
|
@@ -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___1TRtO", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___8H3e2", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___MS0cv", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___-7CS0", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___ZWH-H" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
|
-
import { _RemainingCharacterCount } from './chunk-XQIEHXUJ.js';
|
|
3
2
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
4
|
-
import {
|
|
5
|
-
import { _ClearButton } from './chunk-
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-KW6WJUD5.js';
|
|
4
|
+
import { _ClearButton } from './chunk-YHRCBRDZ.js';
|
|
5
|
+
import { _InputGroup } from './chunk-F6D7LSXZ.js';
|
|
6
|
+
import { Input } from './chunk-7HIGRTLG.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-6CVROWNN.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-UXCNMI34.js';
|
|
9
|
+
import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
|
|
10
|
+
import { _Label } from './chunk-I2LTZFXN.js';
|
|
11
|
+
import { useFormProps } from './chunk-VOXZA4YS.js';
|
|
11
12
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
12
13
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -20,11 +21,11 @@ import { useControlledState } from '@react-stately/utils';
|
|
|
20
21
|
import clsx from 'clsx';
|
|
21
22
|
import { forwardRef, useState, useCallback } from 'react';
|
|
22
23
|
import { useObjectRef } from 'react-aria';
|
|
23
|
-
import { useContextProps, composeRenderProps,
|
|
24
|
+
import { useContextProps, composeRenderProps, TextField as TextField$1 } from 'react-aria-components';
|
|
24
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
25
26
|
|
|
26
27
|
// css-module:./TextField.module.css#css-module
|
|
27
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
28
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___rRb9x", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___2iqwz", "hop-TextField__Label": "TextField-module__hop-TextField__Label___F3oDN", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___R2Xku", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___-WPFz", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___y0J0W", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___JYeVY" };
|
|
28
29
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
29
30
|
function TextField(props, ref) {
|
|
30
31
|
var _a;
|
|
@@ -118,20 +119,19 @@ function TextField(props, ref) {
|
|
|
118
119
|
onChange(newValue);
|
|
119
120
|
}
|
|
120
121
|
}, [value]);
|
|
121
|
-
const { className: inputGroupClassName, ...otherInputGroupProps } = inputGroupProps
|
|
122
|
+
const { className: inputGroupClassName, ...otherInputGroupProps } = inputGroupProps != null ? inputGroupProps : {};
|
|
122
123
|
const inputGroupClassNames = clsx(TextField_module_default["hop-TextField__InputGroup"], inputGroupClassName);
|
|
123
124
|
const inputMarkup = /* @__PURE__ */ jsx(ClearContainerSlots, { children: /* @__PURE__ */ jsxs(
|
|
124
125
|
_InputGroup,
|
|
125
126
|
{
|
|
126
127
|
isFluid: true,
|
|
127
|
-
size,
|
|
128
128
|
className: inputGroupClassNames,
|
|
129
129
|
isDisabled,
|
|
130
130
|
isInvalid,
|
|
131
131
|
...otherInputGroupProps,
|
|
132
132
|
children: [
|
|
133
133
|
prefixMarkup,
|
|
134
|
-
/* @__PURE__ */ jsx(Input, { ref: inputRef, placeholder }),
|
|
134
|
+
/* @__PURE__ */ jsx(Input, { ref: inputRef, placeholder, size }),
|
|
135
135
|
showCharacterCount && maxLength && /* @__PURE__ */ jsx(
|
|
136
136
|
_RemainingCharacterCount,
|
|
137
137
|
{
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
1
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
2
|
+
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
3
3
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-6CVROWNN.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-UXCNMI34.js';
|
|
6
|
+
import { _Label } from './chunk-I2LTZFXN.js';
|
|
7
|
+
import { useFormProps } from './chunk-VOXZA4YS.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, CheckboxGroup as CheckboxGroup$1 }
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxGroup.module.css#css-module
|
|
18
|
-
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-
|
|
18
|
+
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___VQFrg", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___M9Y-3", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___TPGSD", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___IU-ys", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___V7MHy", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___eb-Pe", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___kcvV2", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___n258n", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___laD6Z" };
|
|
19
19
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
20
20
|
function CheckboxGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
3
|
-
import { useRenderProps } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-Z7ORLEY6.js';
|
|
3
|
+
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { WarningIcon } from '@hopper-ui/icons';
|
|
@@ -10,7 +10,7 @@ import { FieldErrorContext, useContextProps, composeRenderProps } from 'react-ar
|
|
|
10
10
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./ErrorMessage.module.css#css-module
|
|
13
|
-
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-
|
|
13
|
+
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___K1rie", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___urc3s" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -8,7 +8,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButtonGroup, Provider }
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./SegmentedControl.module.css#css-module
|
|
11
|
-
var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-
|
|
11
|
+
var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-SegmentedControl___MCRX3" };
|
|
12
12
|
var GlobalSegmentedControlCssSelector = "hop-SegmentedControl";
|
|
13
13
|
var SegmentedControl = (props, ref) => {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, SegmentedControlContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
-
import { useRenderProps } from './chunk-
|
|
1
|
+
import { _RichIconAvatarImage } from './chunk-IMUQCB4Q.js';
|
|
2
|
+
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
5
5
|
import { DeletedUserRichIcon } from '@hopper-ui/icons';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
2
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
|
+
import { RadioGroupContext } from './chunk-5MBJWRZD.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-6CVROWNN.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-UXCNMI34.js';
|
|
6
|
+
import { _Label } from './chunk-I2LTZFXN.js';
|
|
7
|
+
import { useFormProps } from './chunk-VOXZA4YS.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___Q6jOb", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___PP5AI", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___0WITs", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___MQnqd", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___RL5KK", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___zntxt", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___vdUe1", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___zSWps", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___dALyW" };
|
|
19
19
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
20
20
|
function RadioGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -7,7 +7,7 @@ import { Form as Form$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Form.module.css#css-module
|
|
10
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
10
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___CQAzy" };
|
|
11
11
|
var GlobalFormCssSelector = "hop-Form";
|
|
12
12
|
function useFormProps(props) {
|
|
13
13
|
const ctx = useContext(FormContext);
|
|
@@ -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___Yvue1" };
|
|
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 { isFunction } from './chunk-TIPN4VYD.js';
|
|
2
2
|
import { ListBoxSectionContext } from './chunk-RLDIAT4F.js';
|
|
3
3
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
4
|
-
import { _ListBoxItem } from './chunk-
|
|
4
|
+
import { _ListBoxItem } from './chunk-Q5XBTXXT.js';
|
|
5
5
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
6
6
|
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
7
|
-
import { useLocalizedString } from './chunk-
|
|
8
|
-
import { _Text } from './chunk-
|
|
7
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
+
import { _Text } from './chunk-Z7ORLEY6.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection }
|
|
|
18
18
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ListBox.module.css#css-module
|
|
21
|
-
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-
|
|
21
|
+
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___5U1v8", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___-iuNA", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___Wn-VF", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___5sLOO", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___LESNe" };
|
|
22
22
|
var GlobalListBoxCssSelector = "hop-ListBox";
|
|
23
23
|
var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
|
|
24
24
|
var ListBoxToTextSizeAdapter = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { mapOrbiterToHopperVariants } from './chunk-
|
|
4
|
-
import { _Spinner } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-YHRCBRDZ.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-ZJBNVQTB.js';
|
|
4
|
+
import { _Spinner } from './chunk-IYT75GWO.js';
|
|
5
5
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
7
|
-
import { useLocalizedString } from './chunk-
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
|
|
7
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
+
import { useFormProps } from './chunk-VOXZA4YS.js';
|
|
9
9
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
10
10
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
11
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
@@ -21,7 +21,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
21
21
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
22
22
|
|
|
23
23
|
// css-module:./Tag.module.css#css-module
|
|
24
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
24
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___yy3cD", "hop-Tag--sm": "Tag-module__hop-Tag--sm___3eqet", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___ZUH10", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___92HrP", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___h8udE", "hop-Tag--md": "Tag-module__hop-Tag--md___ROLAb", "hop-Tag--lg": "Tag-module__hop-Tag--lg___tgJkI", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___hv9PE", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___J8p92", "hop-Tag--progress": "Tag-module__hop-Tag--progress___hxfEF", "hop-Tag--positive": "Tag-module__hop-Tag--positive___JI0uC", "hop-Tag--caution": "Tag-module__hop-Tag--caution___VEKbF", "hop-Tag--negative": "Tag-module__hop-Tag--negative___zSpol", "hop-Tag--option1": "Tag-module__hop-Tag--option1___6Zc1H", "hop-Tag--option2": "Tag-module__hop-Tag--option2___SKCmI", "hop-Tag--option3": "Tag-module__hop-Tag--option3___nutdB", "hop-Tag--option4": "Tag-module__hop-Tag--option4___axyYJ", "hop-Tag--option5": "Tag-module__hop-Tag--option5___waaKW", "hop-Tag--option6": "Tag-module__hop-Tag--option6___juVfS", "hop-Tag__icon": "Tag-module__hop-Tag__icon___TwjBG", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___wgqYc", "hop-Tag__text": "Tag-module__hop-Tag__text___ewUL0", "hop-Tag__badge": "Tag-module__hop-Tag__badge___7LbYo", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___kLFQB" };
|
|
25
25
|
var GlobalTagCssSelector = "hop-Tag";
|
|
26
26
|
var TagToTextSizeAdapter = {
|
|
27
27
|
sm: "xs",
|
|
@@ -79,9 +79,9 @@ function Tag(props, ref) {
|
|
|
79
79
|
const children = composeRenderProps(childrenProp, (prev) => {
|
|
80
80
|
return ensureTextWrapper(prev);
|
|
81
81
|
});
|
|
82
|
-
const { className: spinnerClassName, ...otherSpinnerProps } = spinnerProps
|
|
82
|
+
const { className: spinnerClassName, ...otherSpinnerProps } = spinnerProps != null ? spinnerProps : {};
|
|
83
83
|
const spinnerClassNames = clsx(Tag_module_default["hop-Tag__Spinner"], spinnerClassName);
|
|
84
|
-
const { className: clearButtonClassName, ...otherClearButtonProps } = clearButtonProps
|
|
84
|
+
const { className: clearButtonClassName, ...otherClearButtonProps } = clearButtonProps != null ? clearButtonProps : {};
|
|
85
85
|
const clearButtonClassNames = clsx(Tag_module_default["hop-Tag__remove-btn"], clearButtonClassName);
|
|
86
86
|
return /* @__PURE__ */ jsx(
|
|
87
87
|
Tag$1,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { _EmbeddedButton } from './chunk-ZJBNVQTB.js';
|
|
1
2
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import {
|
|
3
|
-
import { useLocalizedString } from './chunk-TFVDF4YH.js';
|
|
3
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
6
6
|
import { useContextProps } from 'react-aria-components';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
2
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
5
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
|
|
5
|
+
import { useFormProps } from './chunk-VOXZA4YS.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link } from 'react-a
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./LinkButton.module.css#css-module
|
|
17
|
-
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-
|
|
17
|
+
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-LinkButton___e-StF Button-module__hop-Button___Ojez3", "hop-LinkButton--fluid": "LinkButton-module__hop-LinkButton--fluid___nXpGB Button-module__hop-Button--fluid___Dagxg", "hop-LinkButton--sm": "LinkButton-module__hop-LinkButton--sm___-TnDL Button-module__hop-Button--sm___GfzEN", "hop-LinkButton--icon-only": "LinkButton-module__hop-LinkButton--icon-only___6EJm3 Button-module__hop-Button--icon-only___Tjy-f", "hop-LinkButton--primary": "LinkButton-module__hop-LinkButton--primary___5iFR5 Button-module__hop-Button--primary___Z-C-k", "hop-LinkButton--secondary": "LinkButton-module__hop-LinkButton--secondary___HTKUA Button-module__hop-Button--secondary___ddXsj", "hop-LinkButton--upsell": "LinkButton-module__hop-LinkButton--upsell___ovtOp Button-module__hop-Button--upsell___GF-S1", "hop-LinkButton--danger": "LinkButton-module__hop-LinkButton--danger___4iSOe Button-module__hop-Button--danger___2bBxQ", "hop-LinkButton--ghost-primary": "LinkButton-module__hop-LinkButton--ghost-primary___-Nlf1 Button-module__hop-Button--ghost-primary___HkCuf", "hop-LinkButton--ghost-secondary": "LinkButton-module__hop-LinkButton--ghost-secondary___N-rux Button-module__hop-Button--ghost-secondary___Hxqok", "hop-LinkButton--ghost-danger": "LinkButton-module__hop-LinkButton--ghost-danger___xqJ4Z Button-module__hop-Button--ghost-danger___yGySx", "hop-LinkButton__Spinner": "LinkButton-module__hop-LinkButton__Spinner___ktEu7 Button-module__hop-Button__Spinner___AYk-P", "hop-LinkButton__icon": "LinkButton-module__hop-LinkButton__icon___6P3eS Button-module__hop-Button__icon___VXnHZ", "hop-LinkButton__icon-list": "LinkButton-module__hop-LinkButton__icon-list___P5rgY Button-module__hop-Button__icon___VXnHZ", "hop-LinkButton__text": "LinkButton-module__hop-LinkButton__text___izHXC Button-module__hop-Button__text___1mYTK", "hop-LinkButton__end-icon": "LinkButton-module__hop-LinkButton__end-icon___cw8Mk Button-module__hop-Button__end-icon___h4k7L", "hop-LinkButton__end-icon-list": "LinkButton-module__hop-LinkButton__end-icon-list___m22JM Button-module__hop-Button__end-icon___h4k7L" };
|
|
18
18
|
var GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
19
19
|
function LinkButton(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ToggleArrowContext } from './chunk-J6WBI2I2.js';
|
|
2
|
-
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
3
|
-
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
4
2
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
3
|
+
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
4
|
+
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, Disclosure as D
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Disclosure.module.css#css-module
|
|
15
|
-
var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-
|
|
15
|
+
var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-Disclosure___clU1B", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___cpQcK", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___ILu0o", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___jxvMx" };
|
|
16
16
|
var GlobalDisclosureCssSelector = "hop-Disclosure";
|
|
17
17
|
function Disclosure(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosureContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ToggleArrow } from './chunk-
|
|
2
|
-
import { _Heading } from './chunk-
|
|
3
|
-
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
1
|
+
import { _ToggleArrow } from './chunk-W2TEMTXK.js';
|
|
2
|
+
import { _Heading } from './chunk-PAVQC74G.js';
|
|
4
3
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
4
|
+
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.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___1glbE", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___abFUb", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___0dLWU", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___Zuv7T", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___t--w5", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___fLb89" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|
|
@@ -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___w4sro", "hop-Text--xs": "Text-module__hop-Text--xs___YJQqc", "hop-Text--sm": "Text-module__hop-Text--sm___b-Fyx", "hop-Text--md": "Text-module__hop-Text--md___Mv6pk", "hop-Text--lg": "Text-module__hop-Text--lg___meTgy", "hop-Text--xl": "Text-module__hop-Text--xl___62mE-", "hop-Text--2xl": "Text-module__hop-Text--2xl___MKyPg", "hop-Text--inherit": "Text-module__hop-Text--inherit___CbsDY" };
|
|
13
13
|
var GlobalTextCssSelector = "hop-Text";
|
|
14
14
|
function Text(props, ref) {
|
|
15
15
|
[props, ref] = useContextProps(props, ref, TextContext);
|
|
@@ -20,7 +20,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// css-module:./EmbeddedButton.module.css#css-module
|
|
23
|
-
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-
|
|
23
|
+
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___x-YsH", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___IwZov", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___OcPc2", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___2SZhx", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___LyVNp", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___neixG", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___8cmit", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___27chF", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___abUnN", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___RMrlr", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___4LcR-", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___W5w7o", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___slDEn", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___uA7HB", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___Vqbsn", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___9vR4i" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -31,7 +31,6 @@ function EmbeddedButton(props, ref) {
|
|
|
31
31
|
size: sizeProp,
|
|
32
32
|
isDisabled,
|
|
33
33
|
isSelected = false,
|
|
34
|
-
isSquare,
|
|
35
34
|
style: styleProp,
|
|
36
35
|
children,
|
|
37
36
|
variant = "neutral",
|
|
@@ -72,7 +71,6 @@ function EmbeddedButton(props, ref) {
|
|
|
72
71
|
style,
|
|
73
72
|
isDisabled,
|
|
74
73
|
"data-selected": isSelected || void 0,
|
|
75
|
-
"data-square": isSquare || void 0,
|
|
76
74
|
...otherProps,
|
|
77
75
|
children
|
|
78
76
|
}
|
|
@@ -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-SRMMLWHK.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___8vDj8", "hop-Switch--sm": "Switch-module__hop-Switch--sm___sz5h6", "hop-Switch--md": "Switch-module__hop-Switch--md___kLGJh", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___Gm-9x", "hop-Switch__text": "Switch-module__hop-Switch__text___88D-I", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___ifiRq", "hop-Switch__icon": "Switch-module__hop-Switch__icon___xGLzm" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|
package/dist/i18n/src/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { useLocalizedString } from '../../chunk-
|
|
1
|
+
export { useLocalizedString } from '../../chunk-75DHKNW2.js';
|
|
2
2
|
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { useLocalizedString } from '../../chunk-
|
|
1
|
+
export { useLocalizedString } from '../../chunk-75DHKNW2.js';
|
|
2
2
|
import '../../chunk-JSBRDJBE.js';
|