@hopper-ui/components 1.0.5 → 1.0.7
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 +12 -0
- package/README.md +3 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +4 -4
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +7 -7
- package/dist/Avatar/src/AvatarContext.js +1 -1
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +4 -4
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImageContext.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +9 -9
- package/dist/Avatar/src/useImageFallback.js +1 -1
- package/dist/{badge → Badge}/src/Badge.css +11 -11
- package/dist/{badge → Badge}/src/Badge.d.ts +1 -1
- package/dist/Badge/src/Badge.js +7 -0
- package/dist/Badge/src/BadgeContext.js +2 -0
- package/dist/{badge → Badge}/src/index.css +11 -11
- package/dist/Badge/src/index.js +7 -0
- package/dist/{chip → Chip}/src/Chip.css +34 -34
- package/dist/{chip → Chip}/src/Chip.js +6 -6
- package/dist/Chip/src/ChipContext.js +2 -0
- package/dist/{chip → Chip}/src/index.css +34 -34
- package/dist/{chip → Chip}/src/index.js +6 -6
- package/dist/Divider/src/Divider.css +32 -0
- package/dist/Divider/src/Divider.d.ts +15 -0
- package/dist/Divider/src/Divider.js +4 -0
- package/dist/Divider/src/DividerContext.d.ts +8 -0
- package/dist/Divider/src/DividerContext.js +2 -0
- package/dist/Divider/src/index.css +32 -0
- package/dist/Divider/src/index.d.ts +5 -0
- package/dist/Divider/src/index.js +4 -0
- package/dist/{errorMessage → ErrorMessage}/src/ErrorMessage.css +12 -12
- package/dist/{errorMessage → ErrorMessage}/src/ErrorMessage.js +6 -6
- package/dist/ErrorMessage/src/ErrorMessageContext.js +2 -0
- package/dist/{errorMessage → ErrorMessage}/src/index.css +12 -12
- package/dist/{errorMessage → ErrorMessage}/src/index.js +6 -6
- package/dist/Header/src/Header.d.ts +17 -0
- package/dist/Header/src/Header.js +3 -0
- package/dist/Header/src/HeaderContext.d.ts +10 -0
- package/dist/Header/src/HeaderContext.js +2 -0
- package/dist/Header/src/index.d.ts +7 -0
- package/dist/Header/src/index.js +3 -0
- package/dist/{helperMessage → HelperMessage}/src/HelperMessage.css +12 -12
- package/dist/{helperMessage → HelperMessage}/src/HelperMessage.js +6 -6
- package/dist/HelperMessage/src/HelperMessageContext.js +2 -0
- package/dist/{helperMessage → HelperMessage}/src/index.css +12 -12
- package/dist/{helperMessage → HelperMessage}/src/index.js +6 -6
- package/dist/HopperProvider/src/HopperProvider.d.ts +1 -1
- package/dist/HopperProvider/src/HopperProvider.js +2 -2
- package/dist/HopperProvider/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +2 -2
- package/dist/IconList/src/IconListContext.js +1 -1
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +2 -2
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/LinkContext.js +1 -1
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +1434 -0
- package/dist/ListBox/src/ListBox.d.ts +48 -0
- package/dist/ListBox/src/ListBox.js +34 -0
- package/dist/ListBox/src/ListBoxContext.d.ts +10 -0
- package/dist/ListBox/src/ListBoxContext.js +2 -0
- package/dist/ListBox/src/ListBoxItem.css +1297 -0
- package/dist/ListBox/src/ListBoxItem.d.ts +39 -0
- package/dist/ListBox/src/ListBoxItem.js +27 -0
- package/dist/ListBox/src/ListBoxItemContext.d.ts +9 -0
- package/dist/ListBox/src/ListBoxItemContext.js +2 -0
- package/dist/ListBox/src/ListBoxItemSkeleton.css +56 -0
- package/dist/ListBox/src/ListBoxItemSkeleton.d.ts +23 -0
- package/dist/ListBox/src/ListBoxItemSkeleton.js +4 -0
- package/dist/ListBox/src/ListBoxItemSkeletonContext.d.ts +10 -0
- package/dist/ListBox/src/ListBoxItemSkeletonContext.js +2 -0
- package/dist/ListBox/src/index.css +1434 -0
- package/dist/ListBox/src/index.d.ts +8 -0
- package/dist/ListBox/src/index.js +34 -0
- package/dist/ListBox/src/useLoadOnScroll.d.ts +16 -0
- package/dist/ListBox/src/useLoadOnScroll.js +2 -0
- package/dist/Section/src/Section.d.ts +19 -0
- package/dist/Section/src/Section.js +3 -0
- package/dist/Section/src/SectionContext.d.ts +9 -0
- package/dist/Section/src/SectionContext.js +2 -0
- package/dist/Section/src/index.d.ts +6 -0
- package/dist/Section/src/index.js +3 -0
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +4 -4
- package/dist/Spinner/src/SpinnerContext.js +1 -1
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +4 -4
- package/dist/buttons/src/Button.css +103 -103
- package/dist/buttons/src/Button.js +12 -12
- package/dist/buttons/src/ButtonContext.js +1 -1
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +4 -4
- package/dist/buttons/src/ButtonGroupContext.js +1 -1
- package/dist/buttons/src/ClearButton.css +12 -12
- package/dist/buttons/src/ClearButton.js +5 -5
- package/dist/buttons/src/ClearButtonContext.js +1 -1
- package/dist/buttons/src/EmbeddedButton.css +12 -12
- package/dist/buttons/src/EmbeddedButton.js +3 -3
- package/dist/buttons/src/EmbeddedButtonContext.js +1 -1
- package/dist/buttons/src/index.css +126 -126
- package/dist/buttons/src/index.js +16 -16
- package/dist/checkbox/src/Checkbox.css +79 -94
- package/dist/checkbox/src/Checkbox.d.ts +3 -1
- package/dist/checkbox/src/Checkbox.js +6 -6
- package/dist/checkbox/src/CheckboxContext.d.ts +2 -0
- package/dist/checkbox/src/CheckboxContext.js +1 -1
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxFieldContext.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +116 -131
- package/dist/checkbox/src/CheckboxGroup.js +6 -6
- package/dist/checkbox/src/CheckboxGroupContext.js +1 -1
- package/dist/checkbox/src/CheckboxList.js +1 -1
- package/dist/checkbox/src/CheckboxListContext.js +1 -1
- package/dist/checkbox/src/index.css +116 -131
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-GELM73MQ.js → chunk-2NJ3RDMJ.js} +12 -6
- package/dist/chunk-3LGP5T4C.js +625 -0
- package/dist/{chunk-W2SKBBWE.js → chunk-3WUDQLLR.js} +5 -5
- package/dist/{chunk-F7S2I43Y.js → chunk-4TJUYXYN.js} +2 -2
- package/dist/{chunk-22YUFCHD.js → chunk-4V75RYJN.js} +3 -3
- package/dist/{chunk-KOA2CREJ.js → chunk-5CIADHZR.js} +5 -5
- package/dist/chunk-5H5AZJPQ.js +7 -0
- package/dist/{chunk-WTKIUAHI.js → chunk-632B5YBQ.js} +1 -1
- package/dist/{chunk-WFPCHFJI.js → chunk-666H6UTL.js} +2 -2
- package/dist/chunk-7JOGKC3W.js +7 -0
- package/dist/chunk-AE24HPDG.js +49 -0
- package/dist/{chunk-UOBWYTW7.js → chunk-CK5HMGDC.js} +11 -11
- package/dist/{chunk-5F5CWOM4.js → chunk-COBPJHIY.js} +1 -1
- package/dist/{chunk-ZSFJVMJN.js → chunk-CQDLZ42T.js} +1 -1
- package/dist/{chunk-THCG3QCD.js → chunk-CXIMLIUB.js} +3 -3
- package/dist/chunk-DESANYPD.js +142 -0
- package/dist/{chunk-7Q7VIED2.js → chunk-E7Y25WJE.js} +3 -3
- package/dist/{chunk-3IEED7AY.js → chunk-EBXHYPDU.js} +1 -1
- package/dist/{chunk-ACVMW6YD.js → chunk-FAE27DLF.js} +1 -1
- package/dist/{chunk-TM6742MU.js → chunk-FMSIW5AX.js} +3 -3
- package/dist/chunk-FYIHMKHI.js +7 -0
- package/dist/{chunk-P7JRKXBD.js → chunk-HVUX7ZQ3.js} +2 -2
- package/dist/{chunk-ESVVLTEN.js → chunk-HZKFQ33E.js} +1 -1
- package/dist/chunk-I4VPBQI7.js +7 -0
- package/dist/{chunk-6WWYES56.js → chunk-IUQNDY3E.js} +5 -5
- package/dist/{chunk-2P3A4VVY.js → chunk-JSBRDJBE.js} +1 -6
- package/dist/chunk-JTNMFPM4.js +41 -0
- package/dist/chunk-L5A2UTQV.js +43 -0
- package/dist/{chunk-Z33QZKRG.js → chunk-LIUW56HE.js} +1 -1
- package/dist/{chunk-WNVTTHBK.js → chunk-LM4HMPSD.js} +6 -5
- package/dist/{chunk-ANVMQBBG.js → chunk-NMKBUGSO.js} +12 -1
- package/dist/{chunk-BD53A2LL.js → chunk-NQOLP5NY.js} +12 -6
- package/dist/chunk-O5PTD6IN.js +41 -0
- package/dist/{chunk-LUAIMTPE.js → chunk-OKAYIZ45.js} +7 -7
- package/dist/chunk-OKZYR4RF.js +7 -0
- package/dist/{chunk-CP4AWOFU.js → chunk-QACERXDV.js} +2 -2
- package/dist/{chunk-FYDLV5BM.js → chunk-R2UVMOIP.js} +1 -1
- package/dist/chunk-RW4GDPRX.js +52 -0
- package/dist/{chunk-OPFRM3JC.js → chunk-SHVSB6MD.js} +4 -4
- package/dist/{chunk-KQPY2D3P.js → chunk-SSCPXYN6.js} +5 -5
- package/dist/chunk-SXPMPVDJ.js +250 -0
- package/dist/chunk-U4NXU44C.js +118 -0
- package/dist/chunk-UIEP5BA5.js +7 -0
- package/dist/{chunk-KOJGCQ3F.js → chunk-UUUU6SUW.js} +4 -4
- package/dist/chunk-W2ZCHVKP.js +119 -0
- package/dist/{chunk-3OWQHIJ6.js → chunk-WSNJNUUA.js} +1 -1
- package/dist/{chunk-IIZECZAH.js → chunk-WXJ3U2DV.js} +3 -3
- package/dist/{chunk-UYVKDU2W.js → chunk-XC7OT325.js} +3 -3
- package/dist/{chunk-BVGKXCQH.js → chunk-XVKZ3Q3B.js} +2 -2
- package/dist/chunk-Y2POLIXK.js +7 -0
- package/dist/{chunk-H6CDFWVR.js → chunk-YEYNRBMQ.js} +7 -3
- package/dist/{chunk-T6VFQSII.js → chunk-YTPFSLHU.js} +5 -5
- package/dist/{chunk-GWEUWPLT.js → chunk-YZRL7TXT.js} +2 -2
- package/dist/chunk-ZMDHYGEP.js +57 -0
- package/dist/i18n/src/index.js +2 -2
- package/dist/i18n/src/useLocalizedString.js +2 -2
- package/dist/index.css +3297 -0
- package/dist/index.d.ts +113 -0
- package/dist/index.js +107 -0
- package/dist/inputs/src/InputGroup.css +12 -12
- package/dist/inputs/src/InputGroup.js +3 -3
- package/dist/inputs/src/InputGroupContext.js +1 -1
- package/dist/inputs/src/PasswordField.css +202 -1793
- package/dist/inputs/src/PasswordField.js +17 -188
- package/dist/inputs/src/PasswordFieldContext.js +1 -1
- package/dist/inputs/src/SearchField.css +208 -1799
- package/dist/inputs/src/SearchField.js +18 -187
- package/dist/inputs/src/SearchFieldContext.js +1 -1
- package/dist/inputs/src/TextField.css +203 -1794
- package/dist/inputs/src/TextField.js +16 -77
- package/dist/inputs/src/TextFieldContext.js +1 -1
- package/dist/inputs/src/index.css +292 -1794
- package/dist/inputs/src/index.d.ts +4 -0
- package/dist/inputs/src/index.js +20 -77
- package/dist/layout/src/Content.js +1 -1
- package/dist/layout/src/ContentContext.js +1 -1
- package/dist/layout/src/Flex.js +1 -1
- package/dist/layout/src/Footer.js +1 -1
- package/dist/layout/src/FooterContext.js +1 -1
- package/dist/layout/src/Grid.js +1 -1
- package/dist/layout/src/Inline.js +1 -1
- package/dist/layout/src/Stack.js +1 -1
- package/dist/layout/src/grid-helpers.js +1 -1
- package/dist/overlays/Popover/src/Popover.css +1211 -555
- package/dist/overlays/Popover/src/Popover.d.ts +5 -6
- package/dist/overlays/Popover/src/Popover.js +84 -61
- package/dist/overlays/Popover/src/PopoverContext.d.ts +1 -2
- package/dist/overlays/Popover/src/PopoverContext.js +1 -1
- package/dist/overlays/Popover/src/PopoverTrigger.d.ts +8 -0
- package/dist/overlays/Popover/src/PopoverTrigger.js +2 -0
- package/dist/overlays/Popover/src/index.css +1211 -555
- package/dist/overlays/Popover/src/index.d.ts +3 -2
- package/dist/overlays/Popover/src/index.js +84 -61
- package/dist/radio/src/Radio.css +67 -79
- package/dist/radio/src/Radio.d.ts +3 -1
- package/dist/radio/src/Radio.js +6 -6
- package/dist/radio/src/RadioContext.d.ts +2 -0
- package/dist/radio/src/RadioContext.js +1 -1
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +4 -4
- package/dist/radio/src/RadioFieldContext.js +1 -1
- package/dist/radio/src/RadioGroup.css +104 -116
- package/dist/radio/src/RadioGroup.js +6 -6
- package/dist/radio/src/RadioGroupContext.js +1 -1
- package/dist/radio/src/RadioList.js +1 -1
- package/dist/radio/src/RadioListContext.js +1 -1
- package/dist/radio/src/index.css +104 -116
- package/dist/radio/src/index.js +11 -11
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +6 -6
- package/dist/switch/src/SwitchContext.js +1 -1
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +4 -4
- package/dist/switch/src/SwitchFieldContext.js +1 -1
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +8 -8
- package/dist/tag/src/Tag.css +1280 -548
- package/dist/tag/src/Tag.js +85 -60
- package/dist/tag/src/TagContext.js +1 -1
- package/dist/tag/src/TagGroup.css +30 -30
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/TagGroupContext.js +1 -1
- package/dist/tag/src/TagList.js +1 -1
- package/dist/tag/src/TagListContext.js +1 -1
- package/dist/tag/src/index.css +1280 -548
- package/dist/tag/src/index.js +85 -60
- package/dist/typography/Heading/src/Heading.css +9 -2490
- package/dist/typography/Heading/src/Heading.js +2 -80
- package/dist/typography/Heading/src/HeadingContext.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -2490
- package/dist/typography/Heading/src/index.js +2 -80
- package/dist/typography/Label/src/Label.css +9 -9
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/LabelContext.js +1 -1
- package/dist/typography/Label/src/index.css +9 -9
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +6 -6
- package/dist/typography/OverlineText/src/OverlineText.js +2 -2
- package/dist/typography/OverlineText/src/OverlineTextContext.js +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +2 -2
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +4 -4
- package/dist/typography/Text/src/TextContext.js +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +4 -4
- package/dist/utils/src/ClearSlots.js +1 -1
- package/dist/utils/src/SlotProvider.js +1 -1
- package/dist/utils/src/assertion.js +1 -1
- package/dist/utils/src/composeClassnameRenderProps.js +1 -1
- package/dist/utils/src/cssModule.js +1 -1
- package/dist/utils/src/index.d.ts +1 -1
- package/dist/utils/src/index.js +4 -4
- package/dist/utils/src/isTextOnlyChildren.js +1 -1
- package/dist/utils/src/types.d.ts +16 -1
- package/dist/utils/src/useRenderProps.js +1 -1
- package/dist/utils/src/useSlot.js +1 -1
- package/package.json +2 -2
- package/dist/badge/src/Badge.js +0 -6
- package/dist/badge/src/BadgeContext.js +0 -2
- package/dist/badge/src/index.js +0 -6
- package/dist/chip/src/ChipContext.js +0 -2
- package/dist/chunk-NXNV5JDN.js +0 -392
- package/dist/chunk-ZCEVY7LM.js +0 -96
- package/dist/errorMessage/src/ErrorMessageContext.js +0 -2
- package/dist/helperMessage/src/HelperMessageContext.js +0 -2
- /package/dist/{badge → Badge}/src/BadgeContext.d.ts +0 -0
- /package/dist/{badge → Badge}/src/index.d.ts +0 -0
- /package/dist/{chip → Chip}/src/Chip.d.ts +0 -0
- /package/dist/{chip → Chip}/src/ChipContext.d.ts +0 -0
- /package/dist/{chip → Chip}/src/index.d.ts +0 -0
- /package/dist/{errorMessage → ErrorMessage}/src/ErrorMessage.d.ts +0 -0
- /package/dist/{errorMessage → ErrorMessage}/src/ErrorMessageContext.d.ts +0 -0
- /package/dist/{errorMessage → ErrorMessage}/src/index.d.ts +0 -0
- /package/dist/{helperMessage → HelperMessage}/src/HelperMessage.d.ts +0 -0
- /package/dist/{helperMessage → HelperMessage}/src/HelperMessageContext.d.ts +0 -0
- /package/dist/{helperMessage → HelperMessage}/src/index.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/IconList/src/IconList.module.css/#css-module-data */
|
|
2
|
-
.IconList-module__hop-
|
|
2
|
+
.IconList-module__hop-IconList___to9W2 {
|
|
3
3
|
--hop-IconList-gap: var(--hop-space-inline-xs);
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-wrap: wrap;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
11
|
-
.Text-module__hop-
|
|
11
|
+
.Text-module__hop-Text___QAKDh {
|
|
12
12
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
13
13
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
14
14
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -38,57 +38,57 @@
|
|
|
38
38
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
39
39
|
--hop-Text-inherit-size-line-height: inherit;
|
|
40
40
|
}
|
|
41
|
-
:where(.Text-module__hop-
|
|
41
|
+
:where(.Text-module__hop-Text___QAKDh) {
|
|
42
42
|
font-family: var(--font-family);
|
|
43
43
|
font-size: var(--font-size);
|
|
44
44
|
font-weight: var(--font-weight);
|
|
45
45
|
line-height: var(--line-height);
|
|
46
46
|
}
|
|
47
|
-
:where(.Text-module__hop-Text--
|
|
47
|
+
:where(.Text-module__hop-Text--xs___q7OkS) {
|
|
48
48
|
--font-size: var(--hop-Text-xs-font-size);
|
|
49
49
|
--font-family: var(--hop-Text-xs-font-family);
|
|
50
50
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
51
51
|
--line-height: var(--hop-Text-xs-line-height);
|
|
52
52
|
}
|
|
53
|
-
:where(.Text-module__hop-Text--
|
|
53
|
+
:where(.Text-module__hop-Text--sm___5RyDW) {
|
|
54
54
|
--font-size: var(--hop-Text-sm-font-size);
|
|
55
55
|
--font-family: var(--hop-Text-sm-font-family);
|
|
56
56
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
57
57
|
--line-height: var(--hop-Text-sm-line-height);
|
|
58
58
|
}
|
|
59
|
-
:where(.Text-module__hop-Text--
|
|
59
|
+
:where(.Text-module__hop-Text--md___qmqwg) {
|
|
60
60
|
--font-size: var(--hop-Text-md-font-size);
|
|
61
61
|
--font-family: var(--hop-Text-md-font-family);
|
|
62
62
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
63
63
|
--line-height: var(--hop-Text-md-line-height);
|
|
64
64
|
}
|
|
65
|
-
:where(.Text-module__hop-Text--
|
|
65
|
+
:where(.Text-module__hop-Text--lg___BZX0m) {
|
|
66
66
|
--font-size: var(--hop-Text-lg-font-size);
|
|
67
67
|
--font-family: var(--hop-Text-lg-font-family);
|
|
68
68
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
69
69
|
--line-height: var(--hop-Text-lg-line-height);
|
|
70
70
|
}
|
|
71
|
-
:where(.Text-module__hop-Text--
|
|
71
|
+
:where(.Text-module__hop-Text--xl___3Zi7y) {
|
|
72
72
|
--font-size: var(--hop-Text-xl-font-size);
|
|
73
73
|
--font-family: var(--hop-Text-xl-font-family);
|
|
74
74
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
75
75
|
--line-height: var(--hop-Text-xl-line-height);
|
|
76
76
|
}
|
|
77
|
-
:where(.Text-module__hop-Text--
|
|
77
|
+
:where(.Text-module__hop-Text--2xl___RbrDM) {
|
|
78
78
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
79
79
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
80
80
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
81
81
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
82
82
|
}
|
|
83
|
-
:where(.Text-module__hop-Text--
|
|
83
|
+
:where(.Text-module__hop-Text--inherit___G5g04) {
|
|
84
84
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
85
85
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
86
86
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
87
87
|
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/
|
|
91
|
-
.Chip-module__hop-
|
|
90
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Chip/src/Chip.module.css/#css-module-data */
|
|
91
|
+
.Chip-module__hop-Chip___eH28d {
|
|
92
92
|
--hop-Chip-border-size: 0.0625rem;
|
|
93
93
|
--hop-Chip-border-radius: var(--hop-shape-pill);
|
|
94
94
|
--hop-Chip-column-gap: var(--hop-space-inline-xs);
|
|
@@ -158,94 +158,94 @@
|
|
|
158
158
|
border: var(--border-size) solid var(--border-color);
|
|
159
159
|
border-radius: var(--border-radius);
|
|
160
160
|
}
|
|
161
|
-
.Chip-module__hop-Chip--
|
|
161
|
+
.Chip-module__hop-Chip--xs___my4zs {
|
|
162
162
|
--block-size: var(--hop-Chip-xs-block-size);
|
|
163
163
|
--padding-inline: var(--hop-Chip-xs-padding-inline);
|
|
164
164
|
}
|
|
165
|
-
.Chip-module__hop-Chip--
|
|
165
|
+
.Chip-module__hop-Chip--sm___xi4J9 {
|
|
166
166
|
--block-size: var(--hop-Chip-sm-block-size);
|
|
167
167
|
--padding-inline: var(--hop-Chip-sm-padding-inline);
|
|
168
168
|
}
|
|
169
|
-
.Chip-module__hop-Chip--
|
|
169
|
+
.Chip-module__hop-Chip--md___KWl-M {
|
|
170
170
|
--block-size: var(--hop-Chip-md-block-size);
|
|
171
171
|
--padding-inline: var(--hop-Chip-md-padding-inline);
|
|
172
172
|
}
|
|
173
|
-
.Chip-module__hop-Chip--
|
|
173
|
+
.Chip-module__hop-Chip--lg___irUCs {
|
|
174
174
|
--block-size: var(--hop-Chip-lg-block-size);
|
|
175
175
|
--padding-inline: var(--hop-Chip-lg-padding-inline);
|
|
176
176
|
}
|
|
177
|
-
.Chip-module__hop-Chip--
|
|
177
|
+
.Chip-module__hop-Chip--neutral___jhS3M {
|
|
178
178
|
--border-color: var(--hop-Chip-neutral-border-color);
|
|
179
179
|
--background-color: var(--hop-Chip-neutral-background-color);
|
|
180
180
|
--text-color: var(--hop-Chip-neutral-text-color);
|
|
181
181
|
}
|
|
182
|
-
.Chip-module__hop-Chip--
|
|
182
|
+
.Chip-module__hop-Chip--progress___6hJzP {
|
|
183
183
|
--border-color: var(--hop-Chip-progress-border-color);
|
|
184
184
|
--background-color: var(--hop-Chip-progress-background-color);
|
|
185
185
|
--text-color: var(--hop-Chip-progress-text-color);
|
|
186
186
|
}
|
|
187
|
-
.Chip-module__hop-Chip--
|
|
187
|
+
.Chip-module__hop-Chip--positive___BnnSY {
|
|
188
188
|
--border-color: var(--hop-Chip-positive-border-color);
|
|
189
189
|
--background-color: var(--hop-Chip-positive-background-color);
|
|
190
190
|
--text-color: var(--hop-Chip-positive-text-color);
|
|
191
191
|
}
|
|
192
|
-
.Chip-module__hop-Chip--
|
|
192
|
+
.Chip-module__hop-Chip--caution___tM9z3 {
|
|
193
193
|
--border-color: var(--hop-Chip-caution-border-color);
|
|
194
194
|
--background-color: var(--hop-Chip-caution-background-color);
|
|
195
195
|
--text-color: var(--hop-Chip-caution-text-color);
|
|
196
196
|
}
|
|
197
|
-
.Chip-module__hop-Chip--
|
|
197
|
+
.Chip-module__hop-Chip--negative___RWQMh {
|
|
198
198
|
--border-color: var(--hop-Chip-negative-border-color);
|
|
199
199
|
--background-color: var(--hop-Chip-negative-background-color);
|
|
200
200
|
--text-color: var(--hop-Chip-negative-text-color);
|
|
201
201
|
}
|
|
202
|
-
.Chip-module__hop-Chip--
|
|
202
|
+
.Chip-module__hop-Chip--option1___ue6cW {
|
|
203
203
|
--border-color: var(--hop-Chip-option1-border-color);
|
|
204
204
|
--background-color: var(--hop-Chip-option1-background-color);
|
|
205
205
|
--text-color: var(--hop-Chip-option1-text-color);
|
|
206
206
|
}
|
|
207
|
-
.Chip-module__hop-Chip--
|
|
207
|
+
.Chip-module__hop-Chip--option2___LkCcg {
|
|
208
208
|
--border-color: var(--hop-Chip-option2-border-color);
|
|
209
209
|
--background-color: var(--hop-Chip-option2-background-color);
|
|
210
210
|
--text-color: var(--hop-Chip-option2-text-color);
|
|
211
211
|
}
|
|
212
|
-
.Chip-module__hop-Chip--
|
|
212
|
+
.Chip-module__hop-Chip--option3___iag-k {
|
|
213
213
|
--border-color: var(--hop-Chip-option3-border-color);
|
|
214
214
|
--background-color: var(--hop-Chip-option3-background-color);
|
|
215
215
|
--text-color: var(--hop-Chip-option3-text-color);
|
|
216
216
|
}
|
|
217
|
-
.Chip-module__hop-Chip--
|
|
217
|
+
.Chip-module__hop-Chip--option4___rvfE7 {
|
|
218
218
|
--border-color: var(--hop-Chip-option4-border-color);
|
|
219
219
|
--background-color: var(--hop-Chip-option4-background-color);
|
|
220
220
|
--text-color: var(--hop-Chip-option4-text-color);
|
|
221
221
|
}
|
|
222
|
-
.Chip-module__hop-Chip--
|
|
222
|
+
.Chip-module__hop-Chip--option5___SjH-I {
|
|
223
223
|
--border-color: var(--hop-Chip-option5-border-color);
|
|
224
224
|
--background-color: var(--hop-Chip-option5-background-color);
|
|
225
225
|
--text-color: var(--hop-Chip-option5-text-color);
|
|
226
226
|
}
|
|
227
|
-
.Chip-module__hop-Chip--
|
|
227
|
+
.Chip-module__hop-Chip--option6___FswlN {
|
|
228
228
|
--border-color: var(--hop-Chip-option6-border-color);
|
|
229
229
|
--background-color: var(--hop-Chip-option6-background-color);
|
|
230
230
|
--text-color: var(--hop-Chip-option6-text-color);
|
|
231
231
|
}
|
|
232
|
-
.Chip-module__hop-Chip--
|
|
232
|
+
.Chip-module__hop-Chip--inactive___-Ffkx {
|
|
233
233
|
--border-color: var(--hop-Chip-inactive-border-color);
|
|
234
234
|
--background-color: var(--hop-Chip-inactive-background-color);
|
|
235
235
|
--text-color: var(--hop-Chip-inactive-text-color);
|
|
236
236
|
}
|
|
237
|
-
.Chip-module__hop-Chip--
|
|
237
|
+
.Chip-module__hop-Chip--disabled___CaGLC {
|
|
238
238
|
--border-color: var(--hop-Chip-disabled-border-color);
|
|
239
239
|
--background-color: var(--hop-Chip-disabled-background-color);
|
|
240
240
|
--text-color: var(--hop-Chip-disabled-text-color);
|
|
241
241
|
}
|
|
242
|
-
.Chip-module__hop-
|
|
243
|
-
.Chip-module__hop-Chip__icon-
|
|
242
|
+
.Chip-module__hop-Chip__icon___7bCB7,
|
|
243
|
+
.Chip-module__hop-Chip__icon-list___XiOd6 {
|
|
244
244
|
flex: 0 0 auto;
|
|
245
245
|
flex-wrap: nowrap;
|
|
246
246
|
order: 1;
|
|
247
247
|
}
|
|
248
|
-
.Chip-module__hop-
|
|
248
|
+
.Chip-module__hop-Chip__text___UdTwh {
|
|
249
249
|
overflow: hidden;
|
|
250
250
|
flex: 1 1 auto;
|
|
251
251
|
order: 2;
|
|
@@ -253,8 +253,8 @@
|
|
|
253
253
|
text-align: center;
|
|
254
254
|
text-overflow: ellipsis;
|
|
255
255
|
}
|
|
256
|
-
.Chip-module__hop-Chip__end-
|
|
257
|
-
.Chip-module__hop-Chip__end-icon-
|
|
256
|
+
.Chip-module__hop-Chip__end-icon___oOI3X,
|
|
257
|
+
.Chip-module__hop-Chip__end-icon-list___qTqq9 {
|
|
258
258
|
flex: 0 0 auto;
|
|
259
259
|
flex-wrap: nowrap;
|
|
260
260
|
order: 3;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { _Chip as Chip, GlobalChipCssSelector } from '../../chunk-
|
|
2
|
-
export { ChipContext } from '../../chunk-WTKIUAHI.js';
|
|
1
|
+
export { _Chip as Chip, GlobalChipCssSelector } from '../../chunk-UUUU6SUW.js';
|
|
3
2
|
import '../../chunk-ZWU6DRRZ.js';
|
|
4
3
|
import '../../chunk-DHVVYSLB.js';
|
|
5
|
-
|
|
6
|
-
import '../../chunk-
|
|
4
|
+
export { ChipContext } from '../../chunk-632B5YBQ.js';
|
|
5
|
+
import '../../chunk-E7Y25WJE.js';
|
|
7
6
|
import '../../chunk-X6SER3TZ.js';
|
|
8
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-HXI3MEEK.js';
|
|
9
8
|
import '../../chunk-M36KANKC.js';
|
|
10
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-KVDXQMWI.js';
|
|
10
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Divider/src/Divider.module.css/#css-module-data */
|
|
2
|
+
:where(.Divider-module__hop-Divider___7TzJN) {
|
|
3
|
+
--hop-Divider-border-color: var(--hop-neutral-border-weak);
|
|
4
|
+
--hop-Divider-border-size: 0.0625rem;
|
|
5
|
+
--hop-Divider-horizontal-border-block-end: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
6
|
+
--hop-Divider-horizontal-border-inline-start: none;
|
|
7
|
+
--hop-Divider-horizontal-inline-size: auto;
|
|
8
|
+
--hop-Divider-horizontal-block-size: 0;
|
|
9
|
+
--hop-Divider-vertical-border-inline-start: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
10
|
+
--hop-Divider-vertical-border-block-end: none;
|
|
11
|
+
--hop-Divider-vertical-inline-size: 0;
|
|
12
|
+
--hop-Divider-vertical-block-size: auto;
|
|
13
|
+
--border-block-end: var(--hop-Divider-horizontal-border-block-end);
|
|
14
|
+
--border-inline-start: var(--hop-Divider-horizontal-border-inline-start);
|
|
15
|
+
--inline-size: var(--hop-Divider-horizontal-inline-size);
|
|
16
|
+
--block-size: var(--hop-Divider-horizontal-block-size);
|
|
17
|
+
display: block;
|
|
18
|
+
flex: 0 0 auto;
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
inline-size: var(--inline-size);
|
|
21
|
+
block-size: var(--block-size);
|
|
22
|
+
margin: 0;
|
|
23
|
+
border: none;
|
|
24
|
+
border-block-end: var(--border-block-end);
|
|
25
|
+
border-inline-start: var(--border-inline-start);
|
|
26
|
+
}
|
|
27
|
+
.Divider-module__hop-Divider--vertical___9DyxE {
|
|
28
|
+
--border-block-end: var(--hop-Divider-vertical-border-block-end);
|
|
29
|
+
--border-inline-start: var(--hop-Divider-vertical-border-inline-start);
|
|
30
|
+
--inline-size: var(--hop-Divider-vertical-inline-size);
|
|
31
|
+
--block-size: var(--hop-Divider-vertical-block-size);
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { StyledComponentProps } from '@hopper-ui/styled-system';
|
|
3
|
+
import { SeparatorProps } from 'react-aria-components';
|
|
4
|
+
|
|
5
|
+
declare const GlobalDividerCssSelector = "hop-Divider";
|
|
6
|
+
interface DividerProps extends StyledComponentProps<SeparatorProps> {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* The Divider separates the distinguishes sections of content or groups.
|
|
10
|
+
*
|
|
11
|
+
* [View Documentation](TODO)
|
|
12
|
+
*/
|
|
13
|
+
declare const _Divider: react.ForwardRefExoticComponent<DividerProps & react.RefAttributes<HTMLElement>>;
|
|
14
|
+
|
|
15
|
+
export { _Divider as Divider, type DividerProps, GlobalDividerCssSelector };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DividerProps } from './Divider.js';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { ContextValue } from 'react-aria-components';
|
|
4
|
+
import '@hopper-ui/styled-system';
|
|
5
|
+
|
|
6
|
+
declare const DividerContext: react.Context<ContextValue<DividerProps, HTMLElement>>;
|
|
7
|
+
|
|
8
|
+
export { DividerContext };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Divider/src/Divider.module.css/#css-module-data */
|
|
2
|
+
:where(.Divider-module__hop-Divider___7TzJN) {
|
|
3
|
+
--hop-Divider-border-color: var(--hop-neutral-border-weak);
|
|
4
|
+
--hop-Divider-border-size: 0.0625rem;
|
|
5
|
+
--hop-Divider-horizontal-border-block-end: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
6
|
+
--hop-Divider-horizontal-border-inline-start: none;
|
|
7
|
+
--hop-Divider-horizontal-inline-size: auto;
|
|
8
|
+
--hop-Divider-horizontal-block-size: 0;
|
|
9
|
+
--hop-Divider-vertical-border-inline-start: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
10
|
+
--hop-Divider-vertical-border-block-end: none;
|
|
11
|
+
--hop-Divider-vertical-inline-size: 0;
|
|
12
|
+
--hop-Divider-vertical-block-size: auto;
|
|
13
|
+
--border-block-end: var(--hop-Divider-horizontal-border-block-end);
|
|
14
|
+
--border-inline-start: var(--hop-Divider-horizontal-border-inline-start);
|
|
15
|
+
--inline-size: var(--hop-Divider-horizontal-inline-size);
|
|
16
|
+
--block-size: var(--hop-Divider-horizontal-block-size);
|
|
17
|
+
display: block;
|
|
18
|
+
flex: 0 0 auto;
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
inline-size: var(--inline-size);
|
|
21
|
+
block-size: var(--block-size);
|
|
22
|
+
margin: 0;
|
|
23
|
+
border: none;
|
|
24
|
+
border-block-end: var(--border-block-end);
|
|
25
|
+
border-inline-start: var(--border-inline-start);
|
|
26
|
+
}
|
|
27
|
+
.Divider-module__hop-Divider--vertical___9DyxE {
|
|
28
|
+
--border-block-end: var(--hop-Divider-vertical-border-block-end);
|
|
29
|
+
--border-inline-start: var(--hop-Divider-vertical-border-inline-start);
|
|
30
|
+
--inline-size: var(--hop-Divider-vertical-inline-size);
|
|
31
|
+
--block-size: var(--hop-Divider-vertical-block-size);
|
|
32
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___QAKDh {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,57 +29,57 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___QAKDh) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___q7OkS) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___5RyDW) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___qmqwg) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___BZX0m) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___3Zi7y) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___RbrDM) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___G5g04) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
78
78
|
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/
|
|
82
|
-
.ErrorMessage-module__hop-
|
|
81
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
82
|
+
.ErrorMessage-module__hop-ErrorMessage___GySei {
|
|
83
83
|
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
84
84
|
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
85
85
|
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
line-height: var(--hop-ErrorMessage-line-height);
|
|
97
97
|
color: var(--hop-ErrorMessage-color);
|
|
98
98
|
}
|
|
99
|
-
.ErrorMessage-module__hop-
|
|
99
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___pc97t {
|
|
100
100
|
flex: 0 0 auto;
|
|
101
101
|
align-self: flex-start;
|
|
102
102
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-ACVMW6YD.js';
|
|
1
|
+
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-4V75RYJN.js';
|
|
3
2
|
import '../../chunk-NH3IVMXB.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-FAE27DLF.js';
|
|
4
|
+
import '../../chunk-E7Y25WJE.js';
|
|
6
5
|
import '../../chunk-X6SER3TZ.js';
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-HXI3MEEK.js';
|
|
8
7
|
import '../../chunk-M36KANKC.js';
|
|
9
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-KVDXQMWI.js';
|
|
9
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___QAKDh {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,57 +29,57 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___QAKDh) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___q7OkS) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___5RyDW) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___qmqwg) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___BZX0m) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___3Zi7y) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___RbrDM) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___G5g04) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
78
78
|
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/
|
|
82
|
-
.ErrorMessage-module__hop-
|
|
81
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
82
|
+
.ErrorMessage-module__hop-ErrorMessage___GySei {
|
|
83
83
|
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
84
84
|
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
85
85
|
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
line-height: var(--hop-ErrorMessage-line-height);
|
|
97
97
|
color: var(--hop-ErrorMessage-color);
|
|
98
98
|
}
|
|
99
|
-
.ErrorMessage-module__hop-
|
|
99
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___pc97t {
|
|
100
100
|
flex: 0 0 auto;
|
|
101
101
|
align-self: flex-start;
|
|
102
102
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-
|
|
2
|
-
export { ErrorMessageContext } from '../../chunk-ACVMW6YD.js';
|
|
1
|
+
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-4V75RYJN.js';
|
|
3
2
|
import '../../chunk-NH3IVMXB.js';
|
|
4
|
-
|
|
5
|
-
import '../../chunk-
|
|
3
|
+
export { ErrorMessageContext } from '../../chunk-FAE27DLF.js';
|
|
4
|
+
import '../../chunk-E7Y25WJE.js';
|
|
6
5
|
import '../../chunk-X6SER3TZ.js';
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-HXI3MEEK.js';
|
|
8
7
|
import '../../chunk-M36KANKC.js';
|
|
9
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-KVDXQMWI.js';
|
|
9
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { StyledComponentProps } from '@hopper-ui/styled-system';
|
|
3
|
+
import { BaseComponentProps } from '../../utils/src/types.js';
|
|
4
|
+
import '@react-types/shared';
|
|
5
|
+
import 'react-aria-components';
|
|
6
|
+
|
|
7
|
+
declare const GlobalHeaderCssSelector = "hop-Header";
|
|
8
|
+
interface HeaderProps extends StyledComponentProps<BaseComponentProps> {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* The Header component represents a header within a Hopper container such as a Modal or Section.
|
|
12
|
+
*
|
|
13
|
+
* [View Documentation](TODO)
|
|
14
|
+
*/
|
|
15
|
+
declare const _Header: react.ForwardRefExoticComponent<HeaderProps & react.RefAttributes<HTMLElement>>;
|
|
16
|
+
|
|
17
|
+
export { GlobalHeaderCssSelector, _Header as Header, type HeaderProps };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HeaderProps } from './Header.js';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { ContextValue } from 'react-aria-components';
|
|
4
|
+
import '@hopper-ui/styled-system';
|
|
5
|
+
import '../../utils/src/types.js';
|
|
6
|
+
import '@react-types/shared';
|
|
7
|
+
|
|
8
|
+
declare const HeaderContext: react.Context<ContextValue<HeaderProps, HTMLElement>>;
|
|
9
|
+
|
|
10
|
+
export { HeaderContext };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { GlobalHeaderCssSelector, Header, HeaderProps } from './Header.js';
|
|
2
|
+
export { HeaderContext } from './HeaderContext.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '@hopper-ui/styled-system';
|
|
5
|
+
import '../../utils/src/types.js';
|
|
6
|
+
import '@react-types/shared';
|
|
7
|
+
import 'react-aria-components';
|