@hopper-ui/components 1.3.20 → 1.3.22
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 +18 -0
- package/dist/Avatar/src/AnonymousAvatar.css +37 -37
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +55 -55
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +37 -37
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +55 -55
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Badge/src/Badge.css +42 -42
- package/dist/Badge/src/Badge.d.ts +5 -0
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +5 -5
- package/dist/ComboBox/src/ComboBox.css +1179 -866
- package/dist/ComboBox/src/ComboBox.js +8 -8
- package/dist/ComboBox/src/ComboBoxOptions.css +1179 -866
- package/dist/ComboBox/src/ComboBoxOptions.js +63 -61
- package/dist/ComboBox/src/index.css +1179 -866
- package/dist/ComboBox/src/index.js +63 -61
- package/dist/Divider/src/Divider.css +29 -29
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +29 -29
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/index.css +29 -29
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Form/src/Form.css +1179 -866
- package/dist/Form/src/Form.js +63 -61
- package/dist/Form/src/index.css +1179 -866
- package/dist/Form/src/index.js +63 -61
- package/dist/HelperMessage/src/HelperMessage.css +29 -29
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +29 -29
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +28 -28
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +28 -28
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +49 -49
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +274 -274
- package/dist/ListBox/src/ListBox.js +12 -12
- package/dist/ListBox/src/ListBoxItem.css +262 -262
- package/dist/ListBox/src/ListBoxItem.d.ts +2 -6
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- package/dist/ListBox/src/ListBoxItemContext.d.ts +1 -2
- package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
- package/dist/ListBox/src/ListBoxItemSkeleton.d.ts +0 -1
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/ListBoxItemSkeletonContext.d.ts +0 -1
- package/dist/ListBox/src/index.css +274 -274
- package/dist/ListBox/src/index.js +12 -12
- package/dist/Select/src/Select.css +296 -296
- package/dist/Select/src/Select.js +8 -8
- package/dist/Select/src/SelectOptions.css +1179 -866
- package/dist/Select/src/SelectOptions.js +63 -61
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +1179 -866
- package/dist/Select/src/index.js +63 -61
- package/dist/Spinner/src/Spinner.css +37 -37
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +37 -37
- package/dist/Spinner/src/index.js +3 -3
- package/dist/buttons/src/Button.css +186 -265
- package/dist/buttons/src/Button.d.ts +5 -14
- package/dist/buttons/src/Button.js +8 -9
- package/dist/buttons/src/ButtonContext.d.ts +4 -6
- package/dist/buttons/src/ButtonGroup.css +38 -38
- package/dist/buttons/src/ButtonGroup.d.ts +1 -2
- package/dist/buttons/src/ButtonGroup.js +2 -1
- package/dist/buttons/src/ButtonGroupContext.d.ts +1 -2
- package/dist/buttons/src/ClearButton.css +98 -98
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/EmbeddedButton.css +98 -98
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/LinkButton.css +627 -0
- package/dist/buttons/src/LinkButton.d.ts +30 -0
- package/dist/buttons/src/LinkButton.js +21 -0
- package/dist/buttons/src/LinkButtonContext.d.ts +9 -0
- package/dist/buttons/src/LinkButtonContext.js +2 -0
- package/dist/buttons/src/index.css +660 -347
- package/dist/buttons/src/index.d.ts +6 -3
- package/dist/buttons/src/index.js +13 -12
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +7 -7
- package/dist/checkbox/src/CheckboxField.css +33 -33
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxGroup.css +98 -98
- package/dist/checkbox/src/CheckboxGroup.js +2 -2
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.js +10 -10
- package/dist/{chunk-FZANHOCL.js → chunk-252JECH3.js} +4 -4
- package/dist/{chunk-VOPMQNZU.js → chunk-2H6UV2SG.js} +3 -3
- package/dist/{chunk-K37GG2W4.js → chunk-2VHUBRYW.js} +1 -1
- package/dist/chunk-3UQFC2NQ.js +7 -0
- package/dist/{chunk-ZFLVZHFU.js → chunk-4JSLFCFC.js} +4 -4
- package/dist/{chunk-2GH5MFYM.js → chunk-4O4FBHN5.js} +14 -8
- package/dist/{chunk-3RAC77T3.js → chunk-5TSWWRP5.js} +1 -1
- package/dist/chunk-5YJ67DFM.js +107 -0
- package/dist/{chunk-FGBJ4BQN.js → chunk-6NYROZG5.js} +4 -4
- package/dist/{chunk-FH236DA7.js → chunk-6RICOPVG.js} +6 -6
- package/dist/{chunk-56JPORN2.js → chunk-6RNMY3B3.js} +2 -2
- package/dist/{chunk-3YY4L64N.js → chunk-6UPNVYSM.js} +3 -3
- package/dist/{chunk-EOFFODBT.js → chunk-7J3TNUEU.js} +2 -2
- package/dist/{chunk-FSXYBGL2.js → chunk-B63FSPKP.js} +1 -1
- package/dist/{chunk-D2ZXLYC4.js → chunk-B7HFTI4F.js} +2 -2
- package/dist/{chunk-XAEUK2IS.js → chunk-BPHBGKEP.js} +1 -1
- package/dist/{chunk-UXX325G4.js → chunk-D3SH5S47.js} +3 -3
- package/dist/{chunk-QRJ5QOOH.js → chunk-DBMGIEGU.js} +3 -3
- package/dist/{chunk-LU7FB5PR.js → chunk-FUOWPCCB.js} +7 -7
- package/dist/{chunk-CSG4J7DG.js → chunk-GMVVIPQG.js} +3 -3
- package/dist/chunk-GWG4MVEJ.js +130 -0
- package/dist/{chunk-VR5K6SKY.js → chunk-HA2G7Z3Y.js} +3 -3
- package/dist/{chunk-BAVC57WI.js → chunk-HWO7TXDE.js} +1 -1
- package/dist/{chunk-DDCNAIN3.js → chunk-I6KKIOW4.js} +1 -1
- package/dist/{chunk-LQQIV4NI.js → chunk-IJ63FSF2.js} +3 -3
- package/dist/{chunk-NBU2JO34.js → chunk-IXSK27JB.js} +2 -2
- package/dist/{chunk-7S4WBT4G.js → chunk-JP6GK2ZA.js} +2 -2
- package/dist/{chunk-DF556GIE.js → chunk-JTX57GMF.js} +1 -1
- package/dist/{chunk-G3KPVKSY.js → chunk-KSVVXFS7.js} +1 -1
- package/dist/{chunk-H2IB2YPL.js → chunk-LIWVG7YG.js} +2 -2
- package/dist/{chunk-GQE7EKQR.js → chunk-M5KK5N5H.js} +15 -9
- package/dist/{chunk-MZUJCQXJ.js → chunk-MPQTHOE3.js} +2 -2
- package/dist/{chunk-AW7BK3KI.js → chunk-OA3QBRFE.js} +1 -1
- package/dist/{chunk-LOK2QDPO.js → chunk-OJUEP7CC.js} +6 -5
- package/dist/{chunk-MILAEJ2L.js → chunk-OMUZK3MO.js} +1 -1
- package/dist/{chunk-KFE26Z37.js → chunk-ORU5PV3C.js} +2 -2
- package/dist/{chunk-4AJKRRST.js → chunk-QESAGPPL.js} +4 -4
- package/dist/{chunk-5IJ5WIHP.js → chunk-R4F5OA3R.js} +4 -4
- package/dist/{chunk-2TKSTDV2.js → chunk-RS26HRDP.js} +1 -1
- package/dist/{chunk-PMLYF4LY.js → chunk-RVSFILDF.js} +3 -3
- package/dist/{chunk-653VMV4L.js → chunk-TFUV5RJ3.js} +4 -4
- package/dist/{chunk-EH3ONDLF.js → chunk-X66XJOKK.js} +3 -3
- package/dist/{chunk-F4NDKYBQ.js → chunk-X7NKH6N6.js} +2 -2
- package/dist/{chunk-OQPYRC2F.js → chunk-XZ3DY7TN.js} +2 -2
- package/dist/{chunk-5DE3AIOL.js → chunk-Y4JN2FNO.js} +1 -1
- package/dist/{chunk-YTMJJOJ7.js → chunk-YBR7YMSR.js} +11 -6
- package/dist/{chunk-ETRACW2O.js → chunk-YOLWUQYK.js} +3 -3
- package/dist/{chunk-AKZXMYPT.js → chunk-ZELJHVRI.js} +2 -2
- package/dist/{chunk-NHWFS4AT.js → chunk-ZTILFVDQ.js} +3 -3
- package/dist/index.css +1179 -866
- package/dist/index.d.ts +6 -3
- package/dist/index.js +63 -61
- package/dist/inputs/src/InputGroup.css +675 -362
- package/dist/inputs/src/InputGroup.js +2 -2
- package/dist/inputs/src/NumberField.css +697 -384
- package/dist/inputs/src/NumberField.js +9 -9
- package/dist/inputs/src/PasswordField.css +685 -372
- package/dist/inputs/src/PasswordField.js +9 -9
- package/dist/inputs/src/RemainingCharacterCount.css +30 -30
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +691 -378
- package/dist/inputs/src/SearchField.js +9 -9
- package/dist/inputs/src/TextArea.css +692 -379
- package/dist/inputs/src/TextArea.js +8 -8
- package/dist/inputs/src/TextField.css +689 -376
- package/dist/inputs/src/TextField.js +12 -12
- package/dist/inputs/src/index.css +735 -422
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +1179 -866
- package/dist/overlays/Popover/src/Popover.js +63 -61
- package/dist/overlays/Popover/src/index.css +1179 -866
- package/dist/overlays/Popover/src/index.js +63 -61
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +7 -7
- package/dist/radio/src/RadioField.css +33 -33
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +98 -98
- package/dist/radio/src/RadioGroup.js +3 -3
- package/dist/radio/src/index.css +98 -98
- package/dist/radio/src/index.js +11 -11
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +33 -33
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/index.css +49 -49
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +801 -488
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.js +1 -1
- package/dist/tag/src/TagList.css +27 -27
- package/dist/tag/src/index.css +811 -498
- package/dist/tag/src/index.js +12 -12
- package/dist/types-CVCUJ7un.d.ts +4 -0
- package/dist/typography/Heading/src/Heading.css +27 -27
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +27 -27
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +27 -27
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +27 -27
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +27 -27
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +27 -27
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +27 -27
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +27 -27
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +27 -27
- package/dist/utils/src/EnsureTextWrapper.js +5 -5
- package/dist/utils/src/index.css +27 -27
- package/dist/utils/src/index.js +7 -7
- package/package.json +10 -10
- package/dist/chunk-BPH5ATEH.js +0 -187
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
2
2
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
3
|
-
import { EnsureTextWrapper } from './chunk-
|
|
3
|
+
import { EnsureTextWrapper } from './chunk-BPHBGKEP.js';
|
|
4
4
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
5
5
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
6
6
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
7
7
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
8
8
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
10
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { IconContext, AngleUpIcon, AngleDownIcon } from '@hopper-ui/icons';
|
|
14
14
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, useSlottedContext, InputContext, composeRenderProps, C
|
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ComboBox.module.css#css-module
|
|
21
|
-
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-
|
|
21
|
+
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___-uaSh", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___AFM7A", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___TWpHn", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___wTmon", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___-KMSd", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___EX4JY", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___j9VjW", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___G0iN9", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___3v9a5", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___rBLaP", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___uPRWl", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___b4gZ4" };
|
|
22
22
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
23
23
|
function ComboBox(props, ref) {
|
|
24
24
|
var _a, _b, _c;
|
|
@@ -2,9 +2,9 @@ import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
|
2
2
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
3
3
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
4
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
6
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
6
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
9
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
10
10
|
import { forwardRef } from 'react';
|
|
@@ -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:./RadioField.module.css#css-module
|
|
16
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
16
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___cCS7t", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___0ZxM5", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___Kg0M3", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___9il7m", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___qvCJS" };
|
|
17
17
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
18
18
|
var RadioToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
1
|
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
2
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
3
3
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___RuMlo", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___pmHId" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./IconList.module.css#css-module
|
|
11
|
-
var IconList_module_default = { "hop-IconList": "IconList-module__hop-
|
|
11
|
+
var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___sAa77" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
2
|
+
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
2
3
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
3
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
4
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
11
|
import { jsx } from 'react/jsx-runtime';
|
|
11
12
|
|
|
12
13
|
// css-module:./ButtonGroup.module.css#css-module
|
|
13
|
-
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-
|
|
14
|
+
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___XrhX2", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___V-N-r", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___REfnP", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___AkBFb", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___Ey-q1", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___853b2", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___4g1EI", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___QGsQb" };
|
|
14
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
15
16
|
function ButtonGroup(props, ref) {
|
|
16
17
|
var _a, _b, _c, _d;
|
|
@@ -62,14 +63,18 @@ function ButtonGroup(props, ref) {
|
|
|
62
63
|
children: /* @__PURE__ */ jsx(
|
|
63
64
|
SlotProvider,
|
|
64
65
|
{
|
|
65
|
-
values: [
|
|
66
|
-
ButtonContext,
|
|
67
|
-
{
|
|
66
|
+
values: [
|
|
67
|
+
[ButtonContext, {
|
|
68
68
|
size,
|
|
69
69
|
isDisabled,
|
|
70
70
|
isFluid
|
|
71
|
-
}
|
|
72
|
-
|
|
71
|
+
}],
|
|
72
|
+
[LinkButtonContext, {
|
|
73
|
+
size,
|
|
74
|
+
isDisabled,
|
|
75
|
+
isFluid
|
|
76
|
+
}]
|
|
77
|
+
],
|
|
73
78
|
children
|
|
74
79
|
}
|
|
75
80
|
)
|
|
@@ -1,11 +1,11 @@
|
|
|
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-BPHBGKEP.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
6
7
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
7
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
10
|
import { BulletIcon, IconContext } from '@hopper-ui/icons';
|
|
11
11
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -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:./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___3t6es Radio-module__hop-Radio___uVVY4", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___eWI-8 Radio-module__hop-Radio--sm___LWATw", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___g2Yqj Radio-module__hop-Radio--md___RhP2t", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___ohh36 Radio-module__hop-Radio__icon___HMK-H", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___JnRb5 Radio-module__hop-Radio__icon___HMK-H", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___GJaKH Radio-module__hop-Radio__box___fe1zI", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___seZMP Radio-module__hop-Radio__bullet___CzSwE", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___pdltR Radio-module__hop-Radio__text___Ze9cX" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InputGroupContext } from './chunk-6BFSSZCY.js';
|
|
2
2
|
import { EmbeddedButtonContext } from './chunk-O7IJYNVQ.js';
|
|
3
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
3
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
4
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
7
7
|
import { mergeRefs } from '@react-aria/utils';
|
|
@@ -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___lrJ3V", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___M1WBQ", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___yowmL", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___WvCRO", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___SgsUj", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___-Gmfk" };
|
|
14
14
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
15
15
|
function InputGroup(props, ref) {
|
|
16
16
|
var _a, _b;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useImageFallback } from './chunk-LI5HSYF7.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-KSVVXFS7.js';
|
|
3
3
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-LIWVG7YG.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___NqC9M", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___QEPZS", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___hL9n2", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___h-ckK", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___MV1Tb", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___MpZyY", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___nrnJt", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___a0flf", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___3VFaq", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___p7xDZ", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___BsBst", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___odeQp", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___MYSDg", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___IIoYv", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___T2Uir", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___tTmv6", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___1xHIt" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|