@hopper-ui/components 1.8.2 → 1.9.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 +8 -0
- package/dist/accordion/src/Accordion.css +78 -78
- package/dist/accordion/src/Accordion.js +2 -2
- package/dist/accordion/src/index.css +78 -78
- package/dist/accordion/src/index.js +2 -2
- package/dist/alert/src/Alert.css +770 -593
- package/dist/alert/src/Alert.js +10 -9
- package/dist/alert/src/index.css +770 -593
- package/dist/alert/src/index.js +10 -9
- package/dist/avatar/src/AnonymousAvatar.css +48 -48
- package/dist/avatar/src/AnonymousAvatar.js +2 -2
- package/dist/avatar/src/Avatar.css +66 -66
- package/dist/avatar/src/Avatar.js +4 -4
- package/dist/avatar/src/AvatarGroup.css +65 -65
- package/dist/avatar/src/AvatarGroup.js +4 -4
- package/dist/avatar/src/BrokenAvatar.css +48 -48
- package/dist/avatar/src/BrokenAvatar.js +2 -2
- package/dist/avatar/src/DeletedAvatar.css +48 -48
- package/dist/avatar/src/DeletedAvatar.js +2 -2
- package/dist/avatar/src/RichIconAvatarImage.css +48 -48
- package/dist/avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/avatar/src/index.css +93 -93
- package/dist/avatar/src/index.js +9 -9
- package/dist/badge/src/Badge.css +53 -53
- package/dist/badge/src/Badge.js +2 -2
- package/dist/badge/src/FloatingBadge.css +48 -48
- package/dist/badge/src/FloatingBadge.js +1 -1
- package/dist/badge/src/index.css +63 -63
- package/dist/badge/src/index.js +3 -3
- package/dist/buttons/src/Button.css +120 -110
- package/dist/buttons/src/Button.d.ts +5 -2
- package/dist/buttons/src/Button.js +6 -5
- package/dist/buttons/src/ButtonContext.d.ts +3 -1
- package/dist/buttons/src/ButtonGroup.css +49 -49
- package/dist/buttons/src/ButtonGroup.d.ts +1 -1
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ButtonGroupContext.d.ts +1 -1
- package/dist/buttons/src/ClearButton.css +109 -109
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/CloseButton.css +115 -105
- package/dist/buttons/src/CloseButton.d.ts +3 -1
- package/dist/buttons/src/CloseButton.js +7 -6
- package/dist/buttons/src/CloseButtonContext.d.ts +3 -1
- package/dist/buttons/src/EmbeddedButton.css +109 -109
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +131 -119
- package/dist/buttons/src/LinkButton.d.ts +5 -2
- package/dist/buttons/src/LinkButton.js +5 -4
- package/dist/buttons/src/LinkButtonContext.d.ts +3 -1
- package/dist/buttons/src/ToggleButton.css +485 -330
- package/dist/buttons/src/ToggleButton.d.ts +6 -3
- package/dist/buttons/src/ToggleButton.js +4 -4
- package/dist/buttons/src/ToggleButtonContext.d.ts +3 -1
- package/dist/buttons/src/index.css +718 -541
- package/dist/buttons/src/index.d.ts +6 -4
- package/dist/buttons/src/index.js +12 -11
- package/dist/callout/src/Callout.css +730 -553
- package/dist/callout/src/Callout.js +8 -7
- package/dist/callout/src/CompactCallout.css +767 -590
- package/dist/callout/src/CompactCallout.js +8 -7
- package/dist/callout/src/index.css +779 -602
- package/dist/callout/src/index.js +10 -9
- package/dist/card/src/Card.css +41 -41
- package/dist/card/src/Card.js +1 -1
- package/dist/card/src/index.css +41 -41
- package/dist/card/src/index.js +1 -1
- package/dist/checkbox/src/Checkbox.css +57 -57
- package/dist/checkbox/src/Checkbox.js +4 -4
- package/dist/checkbox/src/CheckboxField.css +44 -44
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +109 -109
- package/dist/checkbox/src/CheckboxGroup.js +7 -7
- package/dist/checkbox/src/DecorativeCheckbox.css +65 -65
- package/dist/checkbox/src/DecorativeCheckbox.js +3 -3
- package/dist/checkbox/src/index.css +109 -109
- package/dist/checkbox/src/index.js +11 -11
- package/dist/{chunk-3MYOCKT2.js → chunk-22DZZ7PK.js} +8 -8
- package/dist/{chunk-VNFZDWVB.js → chunk-23OKJK5E.js} +1 -1
- package/dist/{chunk-WTBYPRRW.js → chunk-2CMRIMTT.js} +3 -3
- package/dist/{chunk-CHJUYY53.js → chunk-2VMV4LDJ.js} +1 -1
- package/dist/{chunk-WTDBPVO2.js → chunk-335ZARPI.js} +3 -3
- package/dist/{chunk-OPG3YAOS.js → chunk-3GNODKFW.js} +1 -1
- package/dist/{chunk-WSW2WVYZ.js → chunk-3UBW7B5Y.js} +1 -1
- package/dist/{chunk-OM4XR33Z.js → chunk-4B7TDPQB.js} +2 -2
- package/dist/{chunk-R3F4R2GR.js → chunk-4JKPMEEJ.js} +5 -5
- package/dist/{chunk-O4U6DKHU.js → chunk-4UVLGO3D.js} +2 -2
- package/dist/{chunk-VSAMAS7P.js → chunk-5OSLSGCY.js} +5 -5
- package/dist/{chunk-XIWBIDKX.js → chunk-5Q5LAGLQ.js} +16 -10
- package/dist/{chunk-V4FVG6RD.js → chunk-63B43NAY.js} +3 -3
- package/dist/{chunk-YT6KAZ7W.js → chunk-63P5XXBL.js} +2 -2
- package/dist/{chunk-TSXCJZLH.js → chunk-6AKHGSHL.js} +2 -2
- package/dist/{chunk-CMNPB35A.js → chunk-6KXXNGHQ.js} +12 -12
- package/dist/{chunk-TQFW3GV6.js → chunk-77JGVGS3.js} +2 -2
- package/dist/{chunk-VDPXCFLQ.js → chunk-7EZL7ZEN.js} +5 -5
- package/dist/{chunk-C2JYCOJJ.js → chunk-7FIL5U4Z.js} +2 -2
- package/dist/{chunk-YG4VQFHZ.js → chunk-7KGCL6NF.js} +2 -2
- package/dist/{chunk-AJ4JHO3L.js → chunk-7SQ3B5CN.js} +3 -3
- package/dist/{chunk-VQ6HKO7S.js → chunk-7WNRLXYV.js} +2 -2
- package/dist/{chunk-SLJKAEOC.js → chunk-AH4RWVYD.js} +5 -5
- package/dist/{chunk-3BP4XOAL.js → chunk-AIWBAHIZ.js} +1 -1
- package/dist/{chunk-BHFIGTK6.js → chunk-AQBGEAPW.js} +1 -1
- package/dist/{chunk-2EOZLJ3U.js → chunk-AUWXH6DB.js} +6 -6
- package/dist/{chunk-2QPUHBJ6.js → chunk-BZPOJXHY.js} +3 -3
- package/dist/{chunk-KG3UXYPM.js → chunk-CCANXYSA.js} +3 -3
- package/dist/{chunk-ZBVXOGE7.js → chunk-CFFDABWV.js} +8 -8
- package/dist/{chunk-C4F7EZIQ.js → chunk-CJ6K4SGD.js} +1 -1
- package/dist/{chunk-XFWOCVQF.js → chunk-CPCR7FGP.js} +15 -9
- package/dist/{chunk-PVIZJ22K.js → chunk-CUGWVLKK.js} +1 -1
- package/dist/{chunk-GTGTEHOA.js → chunk-CZQ7Y25A.js} +2 -2
- package/dist/{chunk-VK4C7IPE.js → chunk-DIP3SE2A.js} +7 -7
- package/dist/{chunk-GUPD7SCD.js → chunk-E5HFUKHL.js} +1 -1
- package/dist/{chunk-N2INWSSP.js → chunk-EABN7BCJ.js} +1 -1
- package/dist/{chunk-2UBRJW2J.js → chunk-EQU2MUZ2.js} +1 -1
- package/dist/{chunk-JSK57VIX.js → chunk-ETHCY5HV.js} +2 -2
- package/dist/{chunk-RXNIOPGX.js → chunk-EVXAOPUQ.js} +2 -2
- package/dist/{chunk-JG7DCSZ7.js → chunk-FGZNIAIF.js} +1 -1
- package/dist/{chunk-P4YL7PZX.js → chunk-FL33X6NS.js} +2 -2
- package/dist/{chunk-YJZJ6EGK.js → chunk-FNI3HSJI.js} +3 -3
- package/dist/{chunk-J6QWUF6I.js → chunk-FPPUBMBE.js} +18 -12
- package/dist/{chunk-KHPSEX4H.js → chunk-FRH64YKY.js} +2 -2
- package/dist/{chunk-UH3RWAZV.js → chunk-G73VEN7N.js} +2 -2
- package/dist/{chunk-B62S77SN.js → chunk-HQEYCFR2.js} +3 -3
- package/dist/chunk-HXL5DWXT.js +23 -0
- package/dist/{chunk-IKQ2EV2Y.js → chunk-I3RM4ZNZ.js} +1 -1
- package/dist/{chunk-E3KVQKBW.js → chunk-IVZ3EL66.js} +3 -3
- package/dist/{chunk-CDC6G4DW.js → chunk-IXC3UTLF.js} +1 -1
- package/dist/{chunk-YLUR4I4O.js → chunk-IXYSG3YF.js} +1 -1
- package/dist/{chunk-QXX3VYMF.js → chunk-IYPDPLMO.js} +1 -1
- package/dist/{chunk-AN3RU3NY.js → chunk-JD3QSJOH.js} +3 -3
- package/dist/{chunk-Y5RKQQHZ.js → chunk-JOBH3GNG.js} +2 -2
- package/dist/{chunk-BCBQINY3.js → chunk-JOL2XETU.js} +2 -2
- package/dist/{chunk-VQN3EOEE.js → chunk-JZ6W76HH.js} +2 -2
- package/dist/{chunk-SUNGEQNN.js → chunk-KL6G435R.js} +2 -2
- package/dist/{chunk-W57EDX3L.js → chunk-KTYJODZV.js} +1 -1
- package/dist/{chunk-T52WHF7R.js → chunk-KVXE46FV.js} +1 -1
- package/dist/{chunk-GNG2NV76.js → chunk-L6KDA3QR.js} +1 -1
- package/dist/{chunk-TRMO7MV5.js → chunk-LSFVWR6F.js} +11 -11
- package/dist/{chunk-THRSW2TA.js → chunk-MRQEFQZB.js} +1 -1
- package/dist/{chunk-Q7NZNQEE.js → chunk-NBPERDDF.js} +2 -2
- package/dist/{chunk-BV3ROFY6.js → chunk-NOGAOMSP.js} +1 -1
- package/dist/{chunk-MRHZL6GL.js → chunk-NUN7AV55.js} +2 -2
- package/dist/{chunk-MVXDSVBA.js → chunk-OQPQ5Q54.js} +1 -1
- package/dist/{chunk-A5X5HCFF.js → chunk-OZ3W7ATD.js} +1 -1
- package/dist/{chunk-EOXIVZJH.js → chunk-PN2K4YPV.js} +1 -1
- package/dist/{chunk-6Y4WK3RQ.js → chunk-QABLDHTY.js} +1 -1
- package/dist/{chunk-FC6G5MQ3.js → chunk-QWK3WHKB.js} +2 -2
- package/dist/{chunk-XYQU45MO.js → chunk-QZG7DH76.js} +3 -3
- package/dist/{chunk-LDWHZCH4.js → chunk-RWYVNDEG.js} +1 -1
- package/dist/{chunk-C7CNYQRP.js → chunk-S2FS5CRY.js} +2 -2
- package/dist/{chunk-O6RCJ73Y.js → chunk-SH7QX4ON.js} +2 -2
- package/dist/{chunk-2ZNBGFYO.js → chunk-SQFL7HVZ.js} +1 -1
- package/dist/{chunk-OZ7NZPDM.js → chunk-SR2OVG77.js} +1 -1
- package/dist/{chunk-QIGTPOAF.js → chunk-T2C6FGAY.js} +10 -10
- package/dist/{chunk-FQHEXVEO.js → chunk-T6TEL2CE.js} +2 -2
- package/dist/{chunk-4O27LL2N.js → chunk-TLWX2TD4.js} +2 -2
- package/dist/{chunk-UEJAUKJY.js → chunk-UENGYKQS.js} +8 -8
- package/dist/{chunk-XSUYZDYB.js → chunk-UH3BTZIK.js} +1 -1
- package/dist/{chunk-GDX6X4AK.js → chunk-V2AOVTCU.js} +2 -2
- package/dist/{chunk-PT5SYITB.js → chunk-V3GYJE64.js} +5 -5
- package/dist/{chunk-5ZMGVSCQ.js → chunk-VOPB3IFM.js} +1 -1
- package/dist/{chunk-TBOTEIRR.js → chunk-WGY5JT6V.js} +1 -1
- package/dist/{chunk-I62K2ZHG.js → chunk-XOYIBFOK.js} +1 -1
- package/dist/{chunk-CU3QGP2L.js → chunk-ZBKTSDZW.js} +2 -2
- package/dist/combobox/src/ComboBox.css +1132 -955
- package/dist/combobox/src/ComboBox.js +18 -18
- package/dist/combobox/src/index.css +1132 -955
- package/dist/combobox/src/index.js +18 -18
- package/dist/contextual-help/src/ContextualHelp.css +1061 -884
- package/dist/contextual-help/src/ContextualHelp.js +4 -4
- package/dist/contextual-help/src/index.css +1061 -884
- package/dist/contextual-help/src/index.js +4 -4
- package/dist/disclosure/src/Disclosure.css +48 -48
- package/dist/disclosure/src/Disclosure.js +2 -2
- package/dist/disclosure/src/DisclosureHeader.css +55 -55
- package/dist/disclosure/src/DisclosureHeader.js +3 -3
- package/dist/disclosure/src/DisclosurePanel.css +48 -48
- package/dist/disclosure/src/DisclosurePanel.js +4 -4
- package/dist/disclosure/src/index.css +73 -73
- package/dist/disclosure/src/index.js +8 -8
- package/dist/divider/src/Divider.css +40 -40
- package/dist/divider/src/Divider.js +1 -1
- package/dist/divider/src/index.css +40 -40
- package/dist/divider/src/index.js +1 -1
- package/dist/error-message/src/ErrorMessage.css +40 -40
- package/dist/error-message/src/ErrorMessage.js +2 -2
- package/dist/error-message/src/index.css +40 -40
- package/dist/error-message/src/index.js +2 -2
- package/dist/form/src/Form.css +38 -38
- package/dist/form/src/Form.d.ts +1 -1
- package/dist/form/src/Form.js +1 -1
- package/dist/form/src/index.css +38 -38
- package/dist/form/src/index.js +1 -1
- package/dist/header/src/Header.css +38 -38
- package/dist/header/src/index.css +38 -38
- package/dist/helper-message/src/HelperMessage.css +40 -40
- package/dist/helper-message/src/HelperMessage.js +2 -2
- package/dist/helper-message/src/index.css +40 -40
- package/dist/helper-message/src/index.js +2 -2
- package/dist/hopper-provider/src/HopperProvider.css +39 -39
- package/dist/hopper-provider/src/HopperProvider.js +1 -1
- package/dist/hopper-provider/src/index.css +39 -39
- package/dist/hopper-provider/src/index.js +1 -1
- package/dist/icon-list/src/IconList.css +39 -39
- package/dist/icon-list/src/IconList.js +1 -1
- package/dist/icon-list/src/index.css +39 -39
- package/dist/icon-list/src/index.js +1 -1
- package/dist/illustrated-message/src/IllustratedMessage.css +737 -560
- package/dist/illustrated-message/src/IllustratedMessage.js +1 -1
- package/dist/illustrated-message/src/index.css +737 -560
- package/dist/illustrated-message/src/index.js +1 -1
- package/dist/image/src/Image.css +41 -41
- package/dist/image/src/Image.js +1 -1
- package/dist/image/src/SvgImage.css +39 -39
- package/dist/image/src/SvgImage.js +1 -1
- package/dist/image/src/index.css +42 -42
- package/dist/image/src/index.js +2 -2
- package/dist/index.css +1482 -1305
- package/dist/index.d.ts +25 -7
- package/dist/index.js +90 -89
- package/dist/inputs/src/Input.css +42 -42
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +44 -44
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +68 -68
- package/dist/inputs/src/NumberField.js +10 -10
- package/dist/inputs/src/PasswordField.css +738 -561
- package/dist/inputs/src/PasswordField.js +10 -10
- package/dist/inputs/src/RemainingCharacterCount.css +41 -41
- package/dist/inputs/src/RemainingCharacterCount.js +2 -2
- package/dist/inputs/src/SearchField.css +744 -567
- package/dist/inputs/src/SearchField.js +11 -11
- package/dist/inputs/src/TextArea.css +65 -65
- package/dist/inputs/src/TextArea.js +9 -9
- package/dist/inputs/src/TextField.css +742 -565
- package/dist/inputs/src/TextField.js +13 -13
- package/dist/inputs/src/index.css +784 -607
- package/dist/inputs/src/index.js +17 -17
- package/dist/layout/src/Content.css +38 -38
- package/dist/layout/src/Footer.css +38 -38
- package/dist/link/src/Link.css +77 -77
- package/dist/link/src/Link.js +3 -3
- package/dist/link/src/index.css +77 -77
- package/dist/link/src/index.js +3 -3
- package/dist/list-box/src/ListBox.css +312 -312
- package/dist/list-box/src/ListBox.js +7 -7
- package/dist/list-box/src/ListBoxItem.css +300 -300
- package/dist/list-box/src/ListBoxItem.js +6 -6
- package/dist/list-box/src/ListBoxItemSkeleton.css +45 -45
- package/dist/list-box/src/ListBoxItemSkeleton.js +1 -1
- package/dist/list-box/src/index.css +312 -312
- package/dist/list-box/src/index.js +7 -7
- package/dist/menu/src/Menu.css +1057 -880
- package/dist/menu/src/Menu.js +2 -2
- package/dist/menu/src/MenuItem.css +117 -117
- package/dist/menu/src/MenuItem.js +2 -2
- package/dist/menu/src/MenuSection.css +40 -40
- package/dist/menu/src/MenuSection.js +1 -1
- package/dist/menu/src/index.css +1082 -905
- package/dist/menu/src/index.js +5 -5
- package/dist/modal/src/BaseModal.css +53 -53
- package/dist/modal/src/BaseModal.js +1 -1
- package/dist/modal/src/CustomModal.css +54 -54
- package/dist/modal/src/CustomModal.js +2 -2
- package/dist/modal/src/Modal.css +760 -583
- package/dist/modal/src/Modal.js +9 -8
- package/dist/modal/src/index.css +755 -578
- package/dist/modal/src/index.js +10 -9
- package/dist/overlays/popover/src/Popover.css +1055 -878
- package/dist/overlays/popover/src/Popover.js +2 -2
- package/dist/overlays/popover/src/PopoverBase.css +41 -41
- package/dist/overlays/popover/src/PopoverBase.js +1 -1
- package/dist/overlays/popover/src/index.css +1058 -881
- package/dist/overlays/popover/src/index.js +3 -3
- package/dist/radio/src/DecorativeRadio.css +65 -65
- package/dist/radio/src/DecorativeRadio.js +3 -3
- package/dist/radio/src/Radio.css +57 -57
- package/dist/radio/src/Radio.js +3 -3
- package/dist/radio/src/RadioField.css +44 -44
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +109 -109
- package/dist/radio/src/RadioGroup.js +7 -7
- package/dist/radio/src/index.css +109 -109
- package/dist/radio/src/index.js +11 -11
- package/dist/segmented-control/src/SegmentedControl.css +39 -39
- package/dist/segmented-control/src/SegmentedControl.js +1 -1
- package/dist/segmented-control/src/SegmentedControlItem.css +53 -53
- package/dist/segmented-control/src/SegmentedControlItem.js +2 -2
- package/dist/segmented-control/src/index.css +54 -54
- package/dist/segmented-control/src/index.js +3 -3
- package/dist/select/src/Select.css +1076 -899
- package/dist/select/src/Select.js +17 -17
- package/dist/select/src/SelectValue.css +99 -99
- package/dist/select/src/SelectValue.js +2 -2
- package/dist/select/src/index.css +1076 -899
- package/dist/select/src/index.js +17 -17
- package/dist/spinner/src/Spinner.css +48 -48
- package/dist/spinner/src/Spinner.js +2 -2
- package/dist/spinner/src/index.css +48 -48
- package/dist/spinner/src/index.js +2 -2
- package/dist/switch/src/Switch.css +54 -54
- package/dist/switch/src/Switch.js +3 -3
- package/dist/switch/src/SwitchField.css +44 -44
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +60 -60
- package/dist/switch/src/index.js +4 -4
- package/dist/tabs/src/Tab.css +902 -725
- package/dist/tabs/src/Tab.js +2 -2
- package/dist/tabs/src/TabLine.css +40 -40
- package/dist/tabs/src/TabLine.js +1 -1
- package/dist/tabs/src/TabList.css +47 -47
- package/dist/tabs/src/TabList.js +2 -2
- package/dist/tabs/src/TabPanel.css +40 -40
- package/dist/tabs/src/TabPanel.js +1 -1
- package/dist/tabs/src/index.css +913 -736
- package/dist/tabs/src/index.js +5 -5
- package/dist/tag/src/Tag.css +880 -703
- package/dist/tag/src/Tag.js +7 -7
- package/dist/tag/src/TagGroup.css +48 -48
- package/dist/tag/src/TagGroup.js +7 -7
- package/dist/tag/src/index.css +890 -713
- package/dist/tag/src/index.js +12 -12
- package/dist/tile/src/Tile.css +47 -47
- package/dist/tile/src/Tile.js +2 -2
- package/dist/tile/src/TileGroup.css +39 -39
- package/dist/tile/src/TileGroup.js +1 -1
- package/dist/tile/src/index.css +48 -48
- package/dist/tile/src/index.js +3 -3
- package/dist/toggle-arrow/src/ToggleArrow.css +40 -40
- package/dist/toggle-arrow/src/ToggleArrow.js +1 -1
- package/dist/toggle-arrow/src/index.css +40 -40
- package/dist/toggle-arrow/src/index.js +1 -1
- package/dist/tooltip/src/Tooltip.css +48 -48
- package/dist/tooltip/src/Tooltip.js +3 -3
- package/dist/tooltip/src/TooltipTrigger.css +38 -38
- package/dist/tooltip/src/index.css +48 -48
- package/dist/tooltip/src/index.js +3 -3
- package/dist/{types-CVCUJ7un.d.ts → types-BqmVPR6K.d.ts} +2 -2
- package/dist/typography/heading/src/Heading.css +38 -38
- package/dist/typography/heading/src/Heading.js +1 -1
- package/dist/typography/heading/src/index.css +38 -38
- package/dist/typography/heading/src/index.js +1 -1
- package/dist/typography/label/src/FieldLabel.css +38 -38
- package/dist/typography/label/src/FieldLabel.js +3 -3
- package/dist/typography/label/src/Label.css +38 -38
- package/dist/typography/label/src/Label.js +1 -1
- package/dist/typography/label/src/index.css +38 -38
- package/dist/typography/label/src/index.js +3 -3
- package/dist/typography/overline-text/src/OverlineText.css +38 -38
- package/dist/typography/overline-text/src/OverlineText.js +1 -1
- package/dist/typography/overline-text/src/index.css +38 -38
- package/dist/typography/overline-text/src/index.js +1 -1
- package/dist/typography/paragraph/src/Paragraph.css +38 -38
- package/dist/typography/paragraph/src/Paragraph.js +2 -2
- package/dist/typography/paragraph/src/index.css +38 -38
- package/dist/typography/paragraph/src/index.js +2 -2
- package/dist/typography/text/src/Text.css +38 -38
- package/dist/typography/text/src/Text.js +1 -1
- package/dist/typography/text/src/index.css +38 -38
- package/dist/typography/text/src/index.js +1 -1
- package/dist/utils/src/ClearSlots.css +38 -38
- package/dist/utils/src/EnsureTextWrapper.css +38 -38
- package/dist/utils/src/EnsureTextWrapper.js +2 -2
- package/dist/utils/src/index.css +38 -38
- package/dist/utils/src/index.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/heading/src/Heading.module.css/#css-module-data */
|
|
2
|
-
.Heading-module__hop-
|
|
2
|
+
.Heading-module__hop-Heading___BRqAY {
|
|
3
3
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
4
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
5
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
34
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
35
|
}
|
|
36
|
-
:where(.Heading-module__hop-
|
|
36
|
+
:where(.Heading-module__hop-Heading___BRqAY) {
|
|
37
37
|
margin: 0;
|
|
38
38
|
font-family: var(--font-family);
|
|
39
39
|
font-size: var(--font-size);
|
|
@@ -41,43 +41,43 @@
|
|
|
41
41
|
line-height: var(--line-height);
|
|
42
42
|
color: var(--hop-neutral-text);
|
|
43
43
|
}
|
|
44
|
-
:where(.Heading-module__hop-Heading--
|
|
44
|
+
:where(.Heading-module__hop-Heading--xs___-cYUG) {
|
|
45
45
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
46
46
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
47
47
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
48
48
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Heading-module__hop-Heading--
|
|
50
|
+
:where(.Heading-module__hop-Heading--sm___aVJ3J) {
|
|
51
51
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
52
52
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
53
53
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
54
54
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Heading-module__hop-Heading--
|
|
56
|
+
:where(.Heading-module__hop-Heading--md___oIhpJ) {
|
|
57
57
|
--font-size: var(--hop-Heading-md-font-size);
|
|
58
58
|
--font-family: var(--hop-Heading-md-font-family);
|
|
59
59
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
60
60
|
--line-height: var(--hop-Heading-md-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Heading-module__hop-Heading--
|
|
62
|
+
:where(.Heading-module__hop-Heading--lg___NCNfC) {
|
|
63
63
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
64
64
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
65
65
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
66
66
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Heading-module__hop-Heading--
|
|
68
|
+
:where(.Heading-module__hop-Heading--xl___7SiFx) {
|
|
69
69
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Heading-module__hop-Heading--
|
|
74
|
+
:where(.Heading-module__hop-Heading--2xl___odubm) {
|
|
75
75
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
76
76
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
77
77
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
78
78
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
79
79
|
}
|
|
80
|
-
:where(.Heading-module__hop-Heading--
|
|
80
|
+
:where(.Heading-module__hop-Heading--3xl___PuZe2) {
|
|
81
81
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
82
82
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
83
83
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -85,21 +85,21 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/form/src/Form.module.css/#css-module-data */
|
|
88
|
-
.Form-module__hop-
|
|
88
|
+
.Form-module__hop-Form___t4rQR {
|
|
89
89
|
display: flex;
|
|
90
90
|
flex-direction: column;
|
|
91
91
|
gap: var(--hop-space-stack-lg);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/label/src/Label.module.css/#css-module-data */
|
|
95
|
-
.Label-module__hop-
|
|
95
|
+
.Label-module__hop-Label___v6UpM {
|
|
96
96
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
97
97
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
98
98
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
99
99
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
100
100
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
101
101
|
}
|
|
102
|
-
:where(.Label-module__hop-
|
|
102
|
+
:where(.Label-module__hop-Label___v6UpM) {
|
|
103
103
|
font-family: var(--hop-Label-font-family);
|
|
104
104
|
font-size: var(--hop-Label-font-size);
|
|
105
105
|
font-weight: var(--hop-Label-font-weight);
|
|
@@ -108,17 +108,17 @@
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/label/src/FieldLabel.module.css/#css-module-data */
|
|
111
|
-
.FieldLabel-module__hop-
|
|
111
|
+
.FieldLabel-module__hop-FieldLabel__wrapper___zWpYu {
|
|
112
112
|
display: flex;
|
|
113
113
|
gap: var(--hop-space-inset-xs);
|
|
114
114
|
align-items: center;
|
|
115
115
|
}
|
|
116
|
-
.FieldLabel-module__hop-
|
|
116
|
+
.FieldLabel-module__hop-FieldLabel__indicator___5IEoJ {
|
|
117
117
|
padding-inline-start: var(--hop-space-20);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/overline-text/src/OverlineText.module.css/#css-module-data */
|
|
121
|
-
:where(.OverlineText-module__hop-
|
|
121
|
+
:where(.OverlineText-module__hop-OverlineText___SJfV5) {
|
|
122
122
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
123
123
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
124
124
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -142,26 +142,26 @@
|
|
|
142
142
|
text-transform: uppercase;
|
|
143
143
|
letter-spacing: var(--letter-spacing);
|
|
144
144
|
}
|
|
145
|
-
.OverlineText-module__hop-
|
|
145
|
+
.OverlineText-module__hop-OverlineText__text___tJHFh {
|
|
146
146
|
box-sizing: border-box;
|
|
147
147
|
}
|
|
148
|
-
.OverlineText-module__hop-
|
|
149
|
-
.OverlineText-module__hop-
|
|
148
|
+
.OverlineText-module__hop-OverlineText__text___tJHFh::before,
|
|
149
|
+
.OverlineText-module__hop-OverlineText__text___tJHFh::after {
|
|
150
150
|
content: "";
|
|
151
151
|
display: block;
|
|
152
152
|
box-sizing: border-box;
|
|
153
153
|
inline-size: 0;
|
|
154
154
|
block-size: 0;
|
|
155
155
|
}
|
|
156
|
-
.OverlineText-module__hop-
|
|
156
|
+
.OverlineText-module__hop-OverlineText__text___tJHFh::before {
|
|
157
157
|
margin-block-end: var(--bottom-offset);
|
|
158
158
|
}
|
|
159
|
-
.OverlineText-module__hop-
|
|
159
|
+
.OverlineText-module__hop-OverlineText__text___tJHFh::after {
|
|
160
160
|
margin-block-start: var(--top-offset);
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/text/src/Text.module.css/#css-module-data */
|
|
164
|
-
.Text-module__hop-
|
|
164
|
+
.Text-module__hop-Text___yveew {
|
|
165
165
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
166
166
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
167
167
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -191,49 +191,49 @@
|
|
|
191
191
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
192
192
|
--hop-Text-inherit-size-line-height: inherit;
|
|
193
193
|
}
|
|
194
|
-
:where(.Text-module__hop-
|
|
194
|
+
:where(.Text-module__hop-Text___yveew) {
|
|
195
195
|
font-family: var(--font-family);
|
|
196
196
|
font-size: var(--font-size);
|
|
197
197
|
font-weight: var(--font-weight);
|
|
198
198
|
line-height: var(--line-height);
|
|
199
199
|
}
|
|
200
|
-
:where(.Text-module__hop-Text--
|
|
200
|
+
:where(.Text-module__hop-Text--xs___xgUXf) {
|
|
201
201
|
--font-size: var(--hop-Text-xs-font-size);
|
|
202
202
|
--font-family: var(--hop-Text-xs-font-family);
|
|
203
203
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
204
204
|
--line-height: var(--hop-Text-xs-line-height);
|
|
205
205
|
}
|
|
206
|
-
:where(.Text-module__hop-Text--
|
|
206
|
+
:where(.Text-module__hop-Text--sm___lH9j4) {
|
|
207
207
|
--font-size: var(--hop-Text-sm-font-size);
|
|
208
208
|
--font-family: var(--hop-Text-sm-font-family);
|
|
209
209
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
210
210
|
--line-height: var(--hop-Text-sm-line-height);
|
|
211
211
|
}
|
|
212
|
-
:where(.Text-module__hop-Text--
|
|
212
|
+
:where(.Text-module__hop-Text--md___d08VF) {
|
|
213
213
|
--font-size: var(--hop-Text-md-font-size);
|
|
214
214
|
--font-family: var(--hop-Text-md-font-family);
|
|
215
215
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
216
216
|
--line-height: var(--hop-Text-md-line-height);
|
|
217
217
|
}
|
|
218
|
-
:where(.Text-module__hop-Text--
|
|
218
|
+
:where(.Text-module__hop-Text--lg___b8Y3o) {
|
|
219
219
|
--font-size: var(--hop-Text-lg-font-size);
|
|
220
220
|
--font-family: var(--hop-Text-lg-font-family);
|
|
221
221
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
222
222
|
--line-height: var(--hop-Text-lg-line-height);
|
|
223
223
|
}
|
|
224
|
-
:where(.Text-module__hop-Text--
|
|
224
|
+
:where(.Text-module__hop-Text--xl___XLdFv) {
|
|
225
225
|
--font-size: var(--hop-Text-xl-font-size);
|
|
226
226
|
--font-family: var(--hop-Text-xl-font-family);
|
|
227
227
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
228
228
|
--line-height: var(--hop-Text-xl-line-height);
|
|
229
229
|
}
|
|
230
|
-
:where(.Text-module__hop-Text--
|
|
230
|
+
:where(.Text-module__hop-Text--2xl___1bdXc) {
|
|
231
231
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
232
232
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
233
233
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
234
234
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
235
235
|
}
|
|
236
|
-
:where(.Text-module__hop-Text--
|
|
236
|
+
:where(.Text-module__hop-Text--inherit___kWQXK) {
|
|
237
237
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
238
238
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
239
239
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/paragraph/src/Paragraph.module.css/#css-module-data */
|
|
244
|
-
.Paragraph-module__hop-
|
|
244
|
+
.Paragraph-module__hop-Paragraph___zZ15s {
|
|
245
245
|
--hop-Paragraph-xs-margin-bottom: calc(.625rem * .75);
|
|
246
246
|
--hop-Paragraph-sm-margin-bottom: calc(.75rem * .75);
|
|
247
247
|
--hop-Paragraph-md-margin-bottom: calc(.875rem * .75);
|
|
@@ -253,33 +253,33 @@
|
|
|
253
253
|
margin-block-end: var(--margin-block-end);
|
|
254
254
|
overflow-wrap: break-word;
|
|
255
255
|
}
|
|
256
|
-
.Paragraph-module__hop-
|
|
256
|
+
.Paragraph-module__hop-Paragraph___zZ15s:last-child {
|
|
257
257
|
--margin-block-end: 0;
|
|
258
258
|
}
|
|
259
|
-
.Paragraph-module__hop-Paragraph--
|
|
259
|
+
.Paragraph-module__hop-Paragraph--xs___NLLnZ {
|
|
260
260
|
--margin-block-end: var(--hop-Paragraph-xs-margin-bottom);
|
|
261
261
|
}
|
|
262
|
-
.Paragraph-module__hop-Paragraph--
|
|
262
|
+
.Paragraph-module__hop-Paragraph--sm___FEYlD {
|
|
263
263
|
--margin-block-end: var(--hop-Paragraph-sm-margin-bottom);
|
|
264
264
|
}
|
|
265
|
-
.Paragraph-module__hop-Paragraph--
|
|
265
|
+
.Paragraph-module__hop-Paragraph--md___n-RPv {
|
|
266
266
|
--margin-block-end: var(--hop-Paragraph-md-margin-bottom);
|
|
267
267
|
}
|
|
268
|
-
.Paragraph-module__hop-Paragraph--
|
|
268
|
+
.Paragraph-module__hop-Paragraph--lg___ewPRG {
|
|
269
269
|
--margin-block-end: var(--hop-Paragraph-lg-margin-bottom);
|
|
270
270
|
}
|
|
271
|
-
.Paragraph-module__hop-Paragraph--
|
|
271
|
+
.Paragraph-module__hop-Paragraph--xl___8Cgfv {
|
|
272
272
|
--margin-block-end: var(--hop-Paragraph-xl-margin-bottom);
|
|
273
273
|
}
|
|
274
|
-
.Paragraph-module__hop-Paragraph--
|
|
274
|
+
.Paragraph-module__hop-Paragraph--2xl___fkck6 {
|
|
275
275
|
--margin-block-end: var(--hop-Paragraph-2xl-margin-bottom);
|
|
276
276
|
}
|
|
277
|
-
.Paragraph-module__hop-Paragraph--
|
|
277
|
+
.Paragraph-module__hop-Paragraph--inherit___mhv9Y {
|
|
278
278
|
--margin-block-end: var(--hop-Paragraph-inherit-margin-bottom);
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/tooltip/src/Tooltip.module.css/#css-module-data */
|
|
282
|
-
.Tooltip-module__hop-
|
|
282
|
+
.Tooltip-module__hop-Tooltip___lOx1P {
|
|
283
283
|
--hop-Tooltip-max-inline-size: 20rem;
|
|
284
284
|
--hop-Tooltip-slide-amount: 0.25rem;
|
|
285
285
|
--hop-Tooltip-background: var(--hop-neutral-surface-strong);
|
|
@@ -306,29 +306,29 @@
|
|
|
306
306
|
border-radius: var(--hop-Tooltip-border-radius);
|
|
307
307
|
box-shadow: var(--hop-Tooltip-box-shadow);
|
|
308
308
|
}
|
|
309
|
-
.Tooltip-module__hop-Tooltip--
|
|
309
|
+
.Tooltip-module__hop-Tooltip--top___0zcQZ {
|
|
310
310
|
--origin-x: 0;
|
|
311
311
|
--origin-y: var(--hop-Tooltip-slide-amount);
|
|
312
312
|
}
|
|
313
|
-
.Tooltip-module__hop-Tooltip--
|
|
313
|
+
.Tooltip-module__hop-Tooltip--right___yAP6X {
|
|
314
314
|
--origin-x: calc(-1 * var(--hop-Tooltip-slide-amount));
|
|
315
315
|
--origin-y: 0;
|
|
316
316
|
}
|
|
317
|
-
.Tooltip-module__hop-Tooltip--
|
|
317
|
+
.Tooltip-module__hop-Tooltip--bottom___D9jCn {
|
|
318
318
|
--origin-x: 0;
|
|
319
319
|
--origin-y: calc(-1 * var(--hop-Tooltip-slide-amount));
|
|
320
320
|
}
|
|
321
|
-
.Tooltip-module__hop-Tooltip--
|
|
321
|
+
.Tooltip-module__hop-Tooltip--left___90Z3e {
|
|
322
322
|
--origin-x: var(--hop-Tooltip-slide-amount);
|
|
323
323
|
--origin-y: 0;
|
|
324
324
|
}
|
|
325
|
-
.Tooltip-module__hop-
|
|
326
|
-
animation: Tooltip-
|
|
325
|
+
.Tooltip-module__hop-Tooltip___lOx1P[data-entering] {
|
|
326
|
+
animation: Tooltip-module__slide___70Yhh 0.2s ease-out;
|
|
327
327
|
}
|
|
328
|
-
.Tooltip-module__hop-
|
|
329
|
-
animation: Tooltip-
|
|
328
|
+
.Tooltip-module__hop-Tooltip___lOx1P[data-exiting] {
|
|
329
|
+
animation: Tooltip-module__slide___70Yhh 0.2s ease-in reverse;
|
|
330
330
|
}
|
|
331
|
-
@keyframes Tooltip-
|
|
331
|
+
@keyframes Tooltip-module__slide___70Yhh {
|
|
332
332
|
from {
|
|
333
333
|
transform: translate(var(--origin-x), var(--origin-y));
|
|
334
334
|
opacity: 0;
|
|
@@ -340,44 +340,44 @@
|
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/avatar/src/AvatarGroup.module.css/#css-module-data */
|
|
343
|
-
.AvatarGroup-module__hop-
|
|
343
|
+
.AvatarGroup-module__hop-AvatarGroup___GxJNx {
|
|
344
344
|
--hop-AvatarGroup-display: flex;
|
|
345
345
|
--hop-AvatarGroup-align-items: center;
|
|
346
346
|
display: var(--hop-AvatarGroup-display);
|
|
347
347
|
align-items: var(--hop-AvatarGroup-align-items);
|
|
348
348
|
}
|
|
349
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
349
|
+
.AvatarGroup-module__hop-AvatarGroup--wrap___tJQyl {
|
|
350
350
|
flex-wrap: wrap;
|
|
351
351
|
}
|
|
352
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
352
|
+
.AvatarGroup-module__hop-AvatarGroup--xs___U0zQd {
|
|
353
353
|
--gap: -0.125rem;
|
|
354
354
|
}
|
|
355
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
355
|
+
.AvatarGroup-module__hop-AvatarGroup--sm___l-lM- {
|
|
356
356
|
--gap: -0.25rem;
|
|
357
357
|
}
|
|
358
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
358
|
+
.AvatarGroup-module__hop-AvatarGroup--md___L1dmM {
|
|
359
359
|
--gap: -0.5rem;
|
|
360
360
|
}
|
|
361
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
361
|
+
.AvatarGroup-module__hop-AvatarGroup--lg___tSFMl {
|
|
362
362
|
--gap: -1rem;
|
|
363
363
|
}
|
|
364
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
364
|
+
.AvatarGroup-module__hop-AvatarGroup--xl___DbEoG {
|
|
365
365
|
--gap: -1rem;
|
|
366
366
|
}
|
|
367
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
367
|
+
.AvatarGroup-module__hop-AvatarGroup--2xl___MvPJ0 {
|
|
368
368
|
--gap: -2rem;
|
|
369
369
|
}
|
|
370
|
-
.AvatarGroup-module__hop-
|
|
370
|
+
.AvatarGroup-module__hop-AvatarGroup__avatar___cAx-M {
|
|
371
371
|
margin-inline-start: var(--gap);
|
|
372
372
|
transition: margin var(--hop-easing-duration-2);
|
|
373
373
|
}
|
|
374
|
-
.AvatarGroup-module__hop-
|
|
374
|
+
.AvatarGroup-module__hop-AvatarGroup__avatar___cAx-M:hover:not(:last-child) + .AvatarGroup-module__hop-AvatarGroup__avatar___cAx-M {
|
|
375
375
|
margin-inline-start: 0;
|
|
376
376
|
}
|
|
377
|
-
.AvatarGroup-module__hop-
|
|
377
|
+
.AvatarGroup-module__hop-AvatarGroup__avatar___cAx-M:first-child {
|
|
378
378
|
margin-inline-start: 0;
|
|
379
379
|
}
|
|
380
|
-
.AvatarGroup-module__hop-
|
|
380
|
+
.AvatarGroup-module__hop-AvatarGroup__label___KWB4k {
|
|
381
381
|
--hop-AvatarGroup-label-font-size: var(--hop-body-sm-font-size);
|
|
382
382
|
--hop-AvatarGroup-label-font-weight: var(--hop-body-sm-semibold-font-weight);
|
|
383
383
|
--hop-AvatarGroup-label-line-height: var(--hop-body-sm-line-height);
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
font-weight: var(--hop-AvatarGroup-label-font-weight);
|
|
390
390
|
line-height: var(--hop-AvatarGroup-label-line-height);
|
|
391
391
|
}
|
|
392
|
-
.AvatarGroup-module__hop-
|
|
392
|
+
.AvatarGroup-module__hop-AvatarGroup__hiddenAvatar___F678h {
|
|
393
393
|
--hop-AvatarGroup__hiddenAvatar-display: flex;
|
|
394
394
|
--hop-AvatarGroup__hiddenAvatar-align-items: center;
|
|
395
395
|
--hop-AvatarGroup__hiddenAvatar-gap: var(--hop-space-inset-sm);
|
|
@@ -407,15 +407,15 @@
|
|
|
407
407
|
line-height: var(--hop-AvatarGroup__hiddenAvatar-line-height);
|
|
408
408
|
color: var(--hop-AvatarGroup__hiddenAvatar-color);
|
|
409
409
|
}
|
|
410
|
-
.AvatarGroup-module__hop-
|
|
410
|
+
.AvatarGroup-module__hop-AvatarGroup__hiddenAvatar___F678h:not(:last-child) {
|
|
411
411
|
margin-block-end: 0.25rem;
|
|
412
412
|
}
|
|
413
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
413
|
+
.AvatarGroup-module__hop-AvatarGroup--start___-XUqT {
|
|
414
414
|
justify-content: flex-start;
|
|
415
415
|
}
|
|
416
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
416
|
+
.AvatarGroup-module__hop-AvatarGroup--end___jL5bD {
|
|
417
417
|
justify-content: flex-end;
|
|
418
418
|
}
|
|
419
|
-
.AvatarGroup-module__hop-AvatarGroup--
|
|
419
|
+
.AvatarGroup-module__hop-AvatarGroup--center___ujA-n {
|
|
420
420
|
justify-content: center;
|
|
421
421
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _AvatarGroup as AvatarGroup, GlobalAvatarGroupCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { _AvatarGroup as AvatarGroup, GlobalAvatarGroupCssSelector } from '../../chunk-2CMRIMTT.js';
|
|
2
|
+
import '../../chunk-G73VEN7N.js';
|
|
3
3
|
import '../../chunk-77PD5K3M.js';
|
|
4
4
|
import '../../chunk-DAF2CRGN.js';
|
|
5
5
|
import '../../chunk-MXBCLPHV.js';
|
|
@@ -8,9 +8,9 @@ import '../../chunk-XXEXHHC6.js';
|
|
|
8
8
|
import '../../chunk-G7F2YUBR.js';
|
|
9
9
|
import '../../chunk-FA26RZSE.js';
|
|
10
10
|
import '../../chunk-H5YTU3U7.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-WGY5JT6V.js';
|
|
12
12
|
import '../../chunk-ZWU6DRRZ.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-CJ6K4SGD.js';
|
|
14
14
|
import '../../chunk-PQSMCDAM.js';
|
|
15
15
|
import '../../chunk-ZNOU2CGM.js';
|
|
16
16
|
import '../../chunk-M36KANKC.js';
|