@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
package/dist/radio/src/Radio.css
CHANGED
|
@@ -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/icon-list/src/IconList.module.css/#css-module-data */
|
|
282
|
-
.IconList-module__hop-
|
|
282
|
+
.IconList-module__hop-IconList___BFQXJ {
|
|
283
283
|
--hop-IconList-gap: var(--hop-space-inline-xs);
|
|
284
284
|
display: flex;
|
|
285
285
|
flex-wrap: wrap;
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/Radio.module.css/#css-module-data */
|
|
291
|
-
.Radio-module__hop-
|
|
291
|
+
.Radio-module__hop-Radio___APOxu {
|
|
292
292
|
--hop-Radio-box-border-size: 0.0625rem;
|
|
293
293
|
--hop-Radio-box-border-color: var(--hop-neutral-border);
|
|
294
294
|
--hop-Radio-box-background-color: var(--hop-neutral-surface);
|
|
@@ -362,60 +362,60 @@
|
|
|
362
362
|
inline-size: max-content;
|
|
363
363
|
max-inline-size: 100%;
|
|
364
364
|
}
|
|
365
|
-
.Radio-module__hop-
|
|
365
|
+
.Radio-module__hop-Radio___APOxu[data-focus-visible] {
|
|
366
366
|
--box-background-color: var(--hop-Radio-box-background-color-focused);
|
|
367
367
|
--box-border-color: var(--hop-Radio-box-border-color-focused);
|
|
368
368
|
--box-outline: var(--hop-Radio-box-outline-size) solid var(--hop-Radio-box-outline-color);
|
|
369
369
|
--text-color: var(--hop-Radio-text-color-focused);
|
|
370
370
|
--icon-color: var(--hop-Radio-icon-color-focused);
|
|
371
371
|
}
|
|
372
|
-
.Radio-module__hop-
|
|
372
|
+
.Radio-module__hop-Radio___APOxu[data-hovered] {
|
|
373
373
|
--box-background-color: var(--hop-Radio-box-background-color-hovered);
|
|
374
374
|
--box-border-color: var(--hop-Radio-box-border-color-hovered);
|
|
375
375
|
--text-color: var(--hop-Radio-text-color-hovered);
|
|
376
376
|
--icon-color: var(--hop-Radio-icon-color-hovered);
|
|
377
377
|
}
|
|
378
|
-
.Radio-module__hop-
|
|
378
|
+
.Radio-module__hop-Radio___APOxu[data-pressed] {
|
|
379
379
|
--box-background-color: var(--hop-Radio-box-background-color-pressed);
|
|
380
380
|
--box-border-color: var(--hop-Radio-box-border-color-pressed);
|
|
381
381
|
--text-color: var(--hop-Radio-text-color-pressed);
|
|
382
382
|
--icon-color: var(--hop-Radio-icon-color-pressed);
|
|
383
383
|
}
|
|
384
|
-
.Radio-module__hop-
|
|
384
|
+
.Radio-module__hop-Radio___APOxu[data-selected] {
|
|
385
385
|
--box-background-color: var(--hop-Radio-box-background-color-selected);
|
|
386
386
|
--box-border-color: var(--hop-Radio-box-border-color-selected);
|
|
387
387
|
--bullet-display: var(--hop-Radio-bullet-display-selected);
|
|
388
388
|
--text-color: var(--hop-Radio-text-color-selected);
|
|
389
389
|
--icon-color: var(--hop-Radio-icon-color-selected);
|
|
390
390
|
}
|
|
391
|
-
.Radio-module__hop-
|
|
391
|
+
.Radio-module__hop-Radio___APOxu[data-invalid] {
|
|
392
392
|
--box-background-color: var(--hop-Radio-box-background-color-invalid);
|
|
393
393
|
--box-border-color: var(--hop-Radio-box-border-color-invalid);
|
|
394
394
|
--bullet-color: var(--hop-Radio-bullet-color-invalid);
|
|
395
395
|
--text-color: var(--hop-Radio-text-color-invalid);
|
|
396
396
|
--icon-color: var(--hop-Radio-icon-color-invalid);
|
|
397
397
|
}
|
|
398
|
-
.Radio-module__hop-
|
|
398
|
+
.Radio-module__hop-Radio___APOxu:where([data-invalid])[data-focus-visible] {
|
|
399
399
|
--box-background-color: var(--hop-Radio-box-background-color-focused-invalid);
|
|
400
400
|
--box-border-color: var(--hop-Radio-box-border-color-focused-invalid);
|
|
401
401
|
}
|
|
402
|
-
.Radio-module__hop-
|
|
402
|
+
.Radio-module__hop-Radio___APOxu:where([data-invalid])[data-hovered] {
|
|
403
403
|
--box-background-color: var(--hop-Radio-box-background-color-hovered-invalid);
|
|
404
404
|
--box-border-color: var(--hop-Radio-box-border-color-hovered-invalid);
|
|
405
405
|
--text-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
406
406
|
--icon-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
407
407
|
}
|
|
408
|
-
.Radio-module__hop-
|
|
408
|
+
.Radio-module__hop-Radio___APOxu:where([data-invalid])[data-pressed] {
|
|
409
409
|
--box-background-color: var(--hop-Radio-box-background-color-pressed-invalid);
|
|
410
410
|
--box-border-color: var(--hop-Radio-box-border-color-pressed-invalid);
|
|
411
411
|
--text-color: var(--hop-Radio-text-color-pressed-invalid);
|
|
412
412
|
--icon-color: var(--hop-Radio-icon-color-pressed-invalid);
|
|
413
413
|
}
|
|
414
|
-
.Radio-module__hop-
|
|
414
|
+
.Radio-module__hop-Radio___APOxu:where([data-invalid])[data-selected] {
|
|
415
415
|
--box-background-color: var(--hop-Radio-box-background-color-selected-invalid);
|
|
416
416
|
--box-border-color: var(--hop-Radio-box-border-color-selected-invalid);
|
|
417
417
|
}
|
|
418
|
-
.Radio-module__hop-
|
|
418
|
+
.Radio-module__hop-Radio___APOxu[data-disabled] {
|
|
419
419
|
--box-background-color: var(--hop-Radio-box-background-color-disabled);
|
|
420
420
|
--box-border-color: var(--hop-Radio-box-border-color-disabled);
|
|
421
421
|
--bullet-color: var(--hop-Radio-bullet-color-disabled);
|
|
@@ -423,25 +423,25 @@
|
|
|
423
423
|
--text-color: var(--hop-Radio-text-color-disabled);
|
|
424
424
|
--icon-color: var(--hop-Radio-icon-color-disabled);
|
|
425
425
|
}
|
|
426
|
-
.Radio-module__hop-Radio--
|
|
426
|
+
.Radio-module__hop-Radio--sm___rpDCA {
|
|
427
427
|
--box-inline-size: var(--hop-Radio-box-sm-inline-size);
|
|
428
428
|
--box-block-size: var(--hop-Radio-box-sm-block-size);
|
|
429
429
|
--text-top-offset: var(--hop-Radio-text-sm-top-offset);
|
|
430
430
|
--text-margin-inline-start: var(--hop-Radio-text-sm-margin-inline-start);
|
|
431
431
|
}
|
|
432
|
-
.Radio-module__hop-Radio--
|
|
432
|
+
.Radio-module__hop-Radio--md___WyGE- {
|
|
433
433
|
--box-inline-size: var(--hop-Radio-box-md-inline-size);
|
|
434
434
|
--box-block-size: var(--hop-Radio-box-md-block-size);
|
|
435
435
|
--text-top-offset: var(--hop-Radio-text-md-top-offset);
|
|
436
436
|
--text-margin-inline-start: var(--hop-Radio-text-md-margin-inline-start);
|
|
437
437
|
}
|
|
438
|
-
.Radio-module__hop-
|
|
439
|
-
.Radio-module__hop-Radio__icon-
|
|
438
|
+
.Radio-module__hop-Radio__icon___2-VHU,
|
|
439
|
+
.Radio-module__hop-Radio__icon-list___0QgAw {
|
|
440
440
|
flex: 0 0 auto;
|
|
441
441
|
order: 3;
|
|
442
442
|
color: var(--icon-color);
|
|
443
443
|
}
|
|
444
|
-
.Radio-module__hop-
|
|
444
|
+
.Radio-module__hop-Radio__box___JJTdn {
|
|
445
445
|
display: flex;
|
|
446
446
|
flex: 0 0 auto;
|
|
447
447
|
align-items: center;
|
|
@@ -457,11 +457,11 @@
|
|
|
457
457
|
outline-offset: 0.125rem;
|
|
458
458
|
transition: background-color var(--transition-duration) var(--hop-easing-productive), border var(--transition-duration) var(--hop-easing-productive);
|
|
459
459
|
}
|
|
460
|
-
.Radio-module__hop-
|
|
460
|
+
.Radio-module__hop-Radio__bullet___8kBaO {
|
|
461
461
|
display: var(--bullet-display);
|
|
462
462
|
color: var(--bullet-color);
|
|
463
463
|
}
|
|
464
|
-
.Radio-module__hop-
|
|
464
|
+
.Radio-module__hop-Radio__text___pt-BW {
|
|
465
465
|
flex: 0 1 auto;
|
|
466
466
|
order: 2;
|
|
467
467
|
min-inline-size: 0;
|
package/dist/radio/src/Radio.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { GlobalRadioCssSelector, _Radio as Radio } from '../../chunk-
|
|
1
|
+
export { GlobalRadioCssSelector, _Radio as Radio } from '../../chunk-ZBKTSDZW.js';
|
|
2
2
|
import '../../chunk-FU5CCPLP.js';
|
|
3
3
|
import '../../chunk-GBWXEK6N.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-WGY5JT6V.js';
|
|
5
5
|
import '../../chunk-ZWU6DRRZ.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-CJ6K4SGD.js';
|
|
7
7
|
import '../../chunk-PQSMCDAM.js';
|
|
8
8
|
import '../../chunk-ZNOU2CGM.js';
|
|
9
9
|
import '../../chunk-65JPI4FL.js';
|
|
@@ -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/radio/src/RadioField.module.css/#css-module-data */
|
|
282
|
-
.RadioField-module__hop-
|
|
282
|
+
.RadioField-module__hop-RadioField___KFCZz {
|
|
283
283
|
--hop-RadioField-description-color: var(--hop-neutral-text-weak);
|
|
284
284
|
--hop-RadioField-description-color-disabled: var(--hop-neutral-text-disabled);
|
|
285
285
|
--hop-RadioField-sm-row-gap: var(--hop-space-stack-xs);
|
|
@@ -298,22 +298,22 @@
|
|
|
298
298
|
inline-size: max-content;
|
|
299
299
|
max-inline-size: 100%;
|
|
300
300
|
}
|
|
301
|
-
.RadioField-module__hop-
|
|
301
|
+
.RadioField-module__hop-RadioField___KFCZz[data-disabled] {
|
|
302
302
|
--description-color: var(--hop-RadioField-description-color-disabled);
|
|
303
303
|
}
|
|
304
|
-
.RadioField-module__hop-RadioField--
|
|
304
|
+
.RadioField-module__hop-RadioField--sm___eqUNx {
|
|
305
305
|
--row-gap: var(--hop-RadioField-sm-row-gap);
|
|
306
306
|
--description-margin-inline-start: var(--hop-RadioField-description-sm-margin-inline-start);
|
|
307
307
|
}
|
|
308
|
-
.RadioField-module__hop-RadioField--
|
|
308
|
+
.RadioField-module__hop-RadioField--md___8Jdjs {
|
|
309
309
|
--row-gap: var(--hop-RadioField-md-row-gap);
|
|
310
310
|
--description-margin-inline-start: var(--hop-RadioField-description-md-margin-inline-start);
|
|
311
311
|
}
|
|
312
|
-
.RadioField-module__hop-
|
|
312
|
+
.RadioField-module__hop-RadioField__description___n8ymF {
|
|
313
313
|
order: 2;
|
|
314
314
|
margin-inline-start: var(--description-margin-inline-start, var(--hop-RadioField-description-md-margin-inline-start));
|
|
315
315
|
color: var(--description-color);
|
|
316
316
|
}
|
|
317
|
-
.RadioField-module__hop-
|
|
317
|
+
.RadioField-module__hop-RadioField__radio___pAa5y {
|
|
318
318
|
order: 1;
|
|
319
319
|
}
|