@hopper-ui/components 1.4.13 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +1 -1
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +1 -1
- 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 +3 -3
- 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 +5 -5
- 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 +1 -1
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +3 -3
- package/dist/Callout/src/Callout.css +262 -262
- package/dist/Callout/src/Callout.js +10 -10
- package/dist/Callout/src/CompactCallout.css +293 -293
- package/dist/Callout/src/CompactCallout.js +10 -10
- package/dist/Callout/src/index.css +304 -304
- package/dist/Callout/src/index.js +11 -11
- 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 +635 -635
- package/dist/ComboBox/src/ComboBox.js +18 -18
- package/dist/ComboBox/src/index.css +635 -635
- package/dist/ComboBox/src/index.js +18 -18
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +1 -1
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +7 -7
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +7 -7
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +10 -10
- 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/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 +270 -270
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +270 -270
- package/dist/IllustratedMessage/src/index.js +1 -1
- 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 +7 -7
- package/dist/Link/src/index.css +59 -59
- 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/Modal/src/BaseModal.css +43 -43
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +44 -44
- package/dist/Modal/src/CustomModal.js +2 -2
- package/dist/Modal/src/Modal.css +290 -290
- package/dist/Modal/src/Modal.js +11 -11
- package/dist/Modal/src/index.css +291 -291
- package/dist/Modal/src/index.js +12 -12
- 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 +6 -6
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.js +7 -7
- package/dist/Select/src/Select.css +579 -579
- package/dist/Select/src/Select.js +17 -17
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +579 -579
- package/dist/Select/src/index.js +17 -17
- 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 +37 -37
- package/dist/Tile/src/Tile.js +6 -6
- package/dist/Tile/src/TileGroup.css +29 -29
- package/dist/Tile/src/TileGroup.js +1 -1
- package/dist/Tile/src/index.css +38 -38
- package/dist/Tile/src/index.js +7 -7
- 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/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +9 -9
- 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 +251 -251
- package/dist/buttons/src/index.js +13 -13
- 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-6XT4723P.js → chunk-2D3PNAN4.js} +12 -12
- package/dist/{chunk-UW6ZUG7Z.js → chunk-2OZB4J6P.js} +1 -1
- package/dist/{chunk-5FJYI4LW.js → chunk-2W32X7FU.js} +1 -1
- package/dist/{chunk-XAUV6YNQ.js → chunk-3ILCPDBG.js} +1 -1
- package/dist/{chunk-MOPZLX5T.js → chunk-3NXLB36H.js} +3 -3
- package/dist/{chunk-UUFVCHQX.js → chunk-42AL5WO3.js} +3 -3
- package/dist/{chunk-IKIWDGGT.js → chunk-44OL5LKJ.js} +1 -1
- package/dist/{chunk-LCAS3YQV.js → chunk-4BWTFR22.js} +2 -1
- package/dist/{chunk-QYIEN54I.js → chunk-4NOHDGNG.js} +8 -8
- package/dist/{chunk-JBJPVFDM.js → chunk-5RMNB4S2.js} +2 -2
- package/dist/{chunk-KTCJSUUT.js → chunk-5RZUDLOJ.js} +1 -1
- package/dist/{chunk-ZZ7W2CSK.js → chunk-6VK6XY4Y.js} +1 -1
- package/dist/{chunk-6GO6ESPS.js → chunk-72H6V6NS.js} +1 -1
- package/dist/{chunk-YCCJKJBR.js → chunk-7FGBAFSD.js} +2 -2
- package/dist/{chunk-HYJ7TQWP.js → chunk-7LXE3JU6.js} +3 -3
- package/dist/{chunk-PKHAOEQM.js → chunk-7SLBZ5XD.js} +2 -2
- package/dist/{chunk-T2YL7HMR.js → chunk-7ZAVXQPS.js} +1 -1
- package/dist/{chunk-HSOVMVXE.js → chunk-AK56Z4NC.js} +8 -8
- package/dist/{chunk-VN23ZR4X.js → chunk-B3USUGFX.js} +1 -1
- package/dist/{chunk-G6BSMNGR.js → chunk-BSFMZPQZ.js} +1 -1
- package/dist/{chunk-FWAI7C6V.js → chunk-BUNJDMVL.js} +1 -1
- package/dist/{chunk-DDU66JFJ.js → chunk-CI4VOFJ3.js} +11 -11
- package/dist/{chunk-2SLQXXR3.js → chunk-CQQP6QVP.js} +4 -4
- package/dist/{chunk-EHNEUZ4A.js → chunk-DMORGVIA.js} +1 -1
- package/dist/{chunk-UD7NLLUD.js → chunk-DXEEYPET.js} +1 -1
- package/dist/{chunk-POIB7WJX.js → chunk-ECIUI7CP.js} +1 -1
- package/dist/{chunk-U7OQMVV4.js → chunk-F2CIGATZ.js} +1 -1
- package/dist/{chunk-JCEKO3I7.js → chunk-GAVVWKPV.js} +5 -5
- package/dist/{chunk-VJFLURLR.js → chunk-GD5Q3AZ5.js} +7 -7
- package/dist/{chunk-MGZ3SNTF.js → chunk-GNANRAZ3.js} +2 -2
- package/dist/{chunk-NXINJFE3.js → chunk-GYIVG2QW.js} +1 -1
- package/dist/{chunk-BKHE7Q2N.js → chunk-I6K2IF6S.js} +2 -2
- package/dist/{chunk-RYD4D6NY.js → chunk-IFR3FMQI.js} +2 -2
- package/dist/{chunk-J6IHIWKX.js → chunk-ISHCPAHA.js} +1 -1
- package/dist/{chunk-WCO5VX2D.js → chunk-JSU3GTVC.js} +1 -1
- package/dist/{chunk-SU4IQWYK.js → chunk-K7LPTDGA.js} +1 -1
- package/dist/{chunk-NLXPIXK6.js → chunk-L3CCWJXX.js} +5 -5
- package/dist/{chunk-ZABWFRCB.js → chunk-LLZVUS6L.js} +2 -2
- package/dist/{chunk-5IRNUDUF.js → chunk-M75JHDEW.js} +1 -1
- package/dist/{chunk-PNYLTL7G.js → chunk-M7OZRSCE.js} +1 -1
- package/dist/{chunk-VSP4G7ZK.js → chunk-MLH5QPM6.js} +2 -2
- package/dist/{chunk-2BSRUZT4.js → chunk-MQHDJMWK.js} +1 -1
- package/dist/{chunk-QNS7Q2XR.js → chunk-N3MAR5LA.js} +3 -3
- package/dist/{chunk-VV7FSQG3.js → chunk-NKPL7MOY.js} +3 -3
- package/dist/{chunk-4OLZ77DZ.js → chunk-NKQRCWXB.js} +2 -2
- package/dist/{chunk-XKG2DTMX.js → chunk-P7Y5EFUU.js} +2 -2
- package/dist/{chunk-BGIHW75K.js → chunk-PLCSZSWK.js} +8 -8
- package/dist/{chunk-U7QISYHQ.js → chunk-PSGJ3SGD.js} +2 -2
- package/dist/{chunk-22KQXJXZ.js → chunk-QOOKVLD6.js} +1 -1
- package/dist/{chunk-DXE6DHXH.js → chunk-QVYHV7EA.js} +2 -2
- package/dist/{chunk-ZUJ6KXDA.js → chunk-QXSZDRRV.js} +5 -5
- package/dist/{chunk-OAAKLX5D.js → chunk-RN66XUZB.js} +3 -3
- package/dist/{chunk-SYNHOVEE.js → chunk-SBZFIZ34.js} +2 -2
- package/dist/{chunk-MJW64RG7.js → chunk-THMD4B6W.js} +1 -1
- package/dist/{chunk-SC4CCWXO.js → chunk-U2CDB2WU.js} +1 -1
- package/dist/{chunk-6CB7F7BK.js → chunk-UBAIAYGZ.js} +1 -1
- package/dist/{chunk-ZC6GFQNV.js → chunk-V3R6RBMW.js} +63 -8
- package/dist/{chunk-VN2LIBN3.js → chunk-VHP2V6CH.js} +2 -2
- package/dist/{chunk-VWMSTZ63.js → chunk-VRKYQ753.js} +50 -42
- package/dist/{chunk-BQZWAIQW.js → chunk-W4JGZWGA.js} +2 -2
- package/dist/{chunk-2VHFVBGS.js → chunk-WEFTO2YB.js} +2 -2
- package/dist/{chunk-H4CNGCXD.js → chunk-WERKME6J.js} +2 -2
- package/dist/{chunk-O5OIBSNN.js → chunk-WFGDBWD6.js} +2 -2
- package/dist/{chunk-EI72PCB2.js → chunk-WNFG7XHU.js} +10 -10
- package/dist/{chunk-JHJBTFLY.js → chunk-WRSQGJQP.js} +2 -2
- package/dist/{chunk-BHOPHCRR.js → chunk-XSEFUS46.js} +3 -3
- package/dist/{chunk-JPIQEUGC.js → chunk-YRMUDTON.js} +1 -1
- package/dist/{chunk-RG43DVQM.js → chunk-YXKS63JL.js} +1 -1
- package/dist/{chunk-KPIWYEWU.js → chunk-YY5PARH2.js} +2 -2
- package/dist/{chunk-4W7UL74T.js → chunk-ZDPAEZOK.js} +2 -2
- package/dist/{chunk-MNO3IOD2.js → chunk-ZTRTZJS3.js} +1 -1
- package/dist/index.css +909 -909
- package/dist/index.d.ts +1 -1
- package/dist/index.js +70 -70
- package/dist/inputs/src/Input.css +32 -32
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +34 -34
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +58 -58
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +275 -275
- package/dist/inputs/src/TextField.js +14 -14
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +552 -552
- package/dist/overlays/Popover/src/Popover.js +6 -6
- package/dist/overlays/Popover/src/PopoverBase.css +31 -31
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +555 -555
- package/dist/overlays/Popover/src/index.js +7 -7
- 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 +392 -392
- package/dist/tag/src/Tag.js +12 -10
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +7 -7
- package/dist/tag/src/TagGroupContext.d.ts +4 -1
- package/dist/tag/src/TagGroupContext.js +1 -1
- package/dist/tag/src/index.css +402 -402
- package/dist/tag/src/index.d.ts +1 -1
- package/dist/tag/src/index.js +14 -14
- 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/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 +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { TagGroupContext } from './chunk-
|
|
3
|
-
import { _HelperMessage } from './chunk-
|
|
4
|
-
import { _ErrorMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
6
|
-
import { useFormProps } from './chunk-
|
|
2
|
+
import { TagGroupContext, InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
3
|
+
import { _HelperMessage } from './chunk-P7Y5EFUU.js';
|
|
4
|
+
import { _ErrorMessage } from './chunk-LLZVUS6L.js';
|
|
5
|
+
import { _Label } from './chunk-WERKME6J.js';
|
|
6
|
+
import { useFormProps } from './chunk-F2CIGATZ.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___RHzwN", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___NpMOq", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___cw4Kk", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___lN1kQ", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___x4jfy" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -74,44 +74,52 @@ function TagGroup(props, ref) {
|
|
|
74
74
|
};
|
|
75
75
|
});
|
|
76
76
|
return /* @__PURE__ */ jsx(
|
|
77
|
-
|
|
77
|
+
InternalTagGroupContext.Provider,
|
|
78
78
|
{
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
variant
|
|
85
|
-
}],
|
|
86
|
-
[FieldErrorContext, {
|
|
87
|
-
isInvalid,
|
|
88
|
-
validationErrors: [],
|
|
89
|
-
validationDetails: {}
|
|
90
|
-
}]
|
|
91
|
-
],
|
|
92
|
-
children: /* @__PURE__ */ jsxs(
|
|
93
|
-
TagGroup$1,
|
|
79
|
+
value: {
|
|
80
|
+
isInGroup: true
|
|
81
|
+
},
|
|
82
|
+
children: /* @__PURE__ */ jsx(
|
|
83
|
+
SlotProvider,
|
|
94
84
|
{
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
85
|
+
values: [
|
|
86
|
+
[TagContext, {
|
|
87
|
+
className: TagGroup_module_default["hop-TagGroup__tag"],
|
|
88
|
+
isInvalid,
|
|
89
|
+
size,
|
|
90
|
+
variant
|
|
91
|
+
}],
|
|
92
|
+
[FieldErrorContext, {
|
|
93
|
+
isInvalid,
|
|
94
|
+
validationErrors: [],
|
|
95
|
+
validationDetails: {}
|
|
96
|
+
}]
|
|
97
|
+
],
|
|
98
|
+
children: /* @__PURE__ */ jsxs(
|
|
99
|
+
TagGroup$1,
|
|
100
|
+
{
|
|
101
|
+
ref,
|
|
102
|
+
className: classNames,
|
|
103
|
+
style,
|
|
104
|
+
...otherProps,
|
|
105
|
+
children: [
|
|
106
|
+
label && /* @__PURE__ */ jsx(_Label, { className: TagGroup_module_default["hop-TagGroup__Label"], necessityIndicator, children: label }),
|
|
107
|
+
/* @__PURE__ */ jsx(
|
|
108
|
+
TagList,
|
|
109
|
+
{
|
|
110
|
+
items,
|
|
111
|
+
renderEmptyState,
|
|
112
|
+
className: tagListClassNames,
|
|
113
|
+
style: tagListStyle,
|
|
114
|
+
...otherTagListProps,
|
|
115
|
+
children
|
|
116
|
+
}
|
|
117
|
+
),
|
|
118
|
+
description && /* @__PURE__ */ jsx(_HelperMessage, { className: TagGroup_module_default["hop-TagGroup__error-message"], hideIcon: true, children: description }),
|
|
119
|
+
/* @__PURE__ */ jsx(_ErrorMessage, { className: TagGroup_module_default["hop-TagGroup__helper-message"], hideIcon: true, children: errorMessage })
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
)
|
|
115
123
|
}
|
|
116
124
|
)
|
|
117
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-44OL5LKJ.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-2NSUMKNH.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___5MhzK", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___6Hy7w", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___rtxt-", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___5aAeI", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___f4khO" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-44OL5LKJ.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.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___CBgE-" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-F2CIGATZ.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
6
6
|
import { filterDOMProps } from '@react-aria/utils';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
|
|
|
10
10
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Label.module.css#css-module
|
|
13
|
-
var Label_module_default = { "hop-Label": "Label-module__hop-
|
|
13
|
+
var Label_module_default = { "hop-Label": "Label-module__hop-Label___tDR83", "hop-Label__indicator": "Label-module__hop-Label__indicator___Tm7Si" };
|
|
14
14
|
var GlobalLabelCssSelector = "hop-Label";
|
|
15
15
|
function Label(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -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-6VK6XY4Y.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Radio.module.css#css-module
|
|
16
|
-
var Radio_module_default = { "hop-Radio": "Radio-module__hop-
|
|
16
|
+
var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___75d2P", "hop-Radio--sm": "Radio-module__hop-Radio--sm___ENTOs", "hop-Radio--md": "Radio-module__hop-Radio--md___WOf3w", "hop-Radio__icon": "Radio-module__hop-Radio__icon___B6TVi", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___fUV4f", "hop-Radio__box": "Radio-module__hop-Radio__box___XYk2f", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___WnjZ5", "hop-Radio__text": "Radio-module__hop-Radio__text___It24N" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
2
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
3
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
4
|
-
import { _ClearButton } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
6
|
-
import { Input } from './chunk-
|
|
7
|
-
import { _HelperMessage } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
9
|
-
import { ensureTextWrapper } from './chunk-
|
|
10
|
-
import { _Label } from './chunk-
|
|
11
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-WEFTO2YB.js';
|
|
4
|
+
import { _ClearButton } from './chunk-M75JHDEW.js';
|
|
5
|
+
import { _InputGroup } from './chunk-2W32X7FU.js';
|
|
6
|
+
import { Input } from './chunk-QOOKVLD6.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-P7Y5EFUU.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-LLZVUS6L.js';
|
|
9
|
+
import { ensureTextWrapper } from './chunk-6VK6XY4Y.js';
|
|
10
|
+
import { _Label } from './chunk-WERKME6J.js';
|
|
11
|
+
import { useFormProps } from './chunk-F2CIGATZ.js';
|
|
12
12
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
13
13
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
14
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -25,7 +25,7 @@ import { useContextProps, composeRenderProps, TextField as TextField$1 } from 'r
|
|
|
25
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
26
26
|
|
|
27
27
|
// css-module:./TextField.module.css#css-module
|
|
28
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
28
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___Og2n3", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___11mMm", "hop-TextField__Label": "TextField-module__hop-TextField__Label___hvCNI", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___OWrqP", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___CiSGv", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___EAeRg", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___1DwD8" };
|
|
29
29
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
30
30
|
function TextField(props, ref) {
|
|
31
31
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-6VK6XY4Y.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Link.module.css#css-module
|
|
15
|
-
var Link_module_default = { "hop-Link": "Link-module__hop-
|
|
15
|
+
var Link_module_default = { "hop-Link": "Link-module__hop-Link___DzYhq", "hop-Link--standalone": "Link-module__hop-Link--standalone___BYbnv", "hop-Link__text": "Link-module__hop-Link__text___gW0lV", "hop-Link--xs": "Link-module__hop-Link--xs___RmTRK", "hop-Link--sm": "Link-module__hop-Link--sm___eklNK", "hop-Link--md": "Link-module__hop-Link--md___B7sQG", "hop-Link--lg": "Link-module__hop-Link--lg___6jC6g", "hop-Link--xl": "Link-module__hop-Link--xl___dpjHu", "hop-Link--2xl": "Link-module__hop-Link--2xl___U30Qc", "hop-Link--quiet": "Link-module__hop-Link--quiet___wYVK6", "hop-Link--primary": "Link-module__hop-Link--primary___MMiGn", "hop-Link--secondary": "Link-module__hop-Link--secondary___rF-Cj", "hop-Link__icon": "Link-module__hop-Link__icon___4UuGS", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___zzKJT", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___3G-vl", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___a8gB3" };
|
|
16
16
|
var GlobalLinkCssSelector = "hop-Link";
|
|
17
17
|
var LinkToIconSizeAdapter = {
|
|
18
18
|
inherit: void 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
3
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-44OL5LKJ.js';
|
|
3
|
+
import { _RichIconAvatarImage } from './chunk-GYIVG2QW.js';
|
|
4
4
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
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___H9Nrz", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___tUD60", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___lJVeM", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___-8cit", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___EVTQ6", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___5kt3Z", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___L6xHw", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___XfjGp", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___A7Jmy", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___h6nf9", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___cUpz9", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___N8-CY", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___-roCZ", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___zr11d", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___V6HL9", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___maMvP", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___TKVK-" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Popover as Popover$1, Dialog } fro
|
|
|
19
19
|
import { jsx } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./Popover.module.css#css-module
|
|
22
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
22
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___1O5Wh", "fade": "Popover-module__fade___pnYaE", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___8Onrs", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___Qex8c", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___HfBzv", "hop-Popover__title": "Popover-module__hop-Popover__title___Pg5AU", "hop-Popover__content": "Popover-module__hop-Popover__content___VQdVt", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___iB2gu", "hop-Popover__footer": "Popover-module__hop-Popover__footer___1R4mK", "hop-Popover__actions": "Popover-module__hop-Popover__actions___zfp0b", "hop-Popover__action": "Popover-module__hop-Popover__action___BupfK" };
|
|
23
23
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
24
24
|
function Popover(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -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___G8d27", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___sJblO", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___I2JBo", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___v-ywQ", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___SoUeV", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___OKOOM", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___i9D9f", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___VLtoN", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___JQMpu", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___riObS" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -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-6VK6XY4Y.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___oUhW8", "hop-Switch--sm": "Switch-module__hop-Switch--sm___OrSUl", "hop-Switch--md": "Switch-module__hop-Switch--md___Jg0BX", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___f7htp", "hop-Switch__text": "Switch-module__hop-Switch__text___iJ5hS", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___ll7Wm", "hop-Switch__icon": "Switch-module__hop-Switch__icon___qmUbu" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
2
2
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-44OL5LKJ.js';
|
|
4
4
|
import { useRenderProps } from './chunk-2NSUMKNH.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___KXGhi", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___wE-fO", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___6H1DP", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___s-EFF", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___Eet0N" };
|
|
17
17
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
18
18
|
var SwitchToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./SvgImage.module.css#css-module
|
|
10
|
-
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-
|
|
10
|
+
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___sjJbW" };
|
|
11
11
|
var GlobalSvgImageCssSelector = "hop-SvgImage";
|
|
12
12
|
function SvgImage(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, SvgImageContext);
|