@hopper-ui/components 1.0.6 → 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 +6 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +5 -5
- package/dist/Avatar/src/AvatarContext.js +1 -1
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImageContext.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +7 -7
- package/dist/Avatar/src/useImageFallback.js +1 -1
- package/dist/Badge/src/Badge.css +10 -10
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/BadgeContext.js +1 -1
- package/dist/Badge/src/index.css +10 -10
- package/dist/Badge/src/index.js +3 -3
- package/dist/Chip/src/Chip.css +33 -33
- package/dist/Chip/src/Chip.js +3 -3
- package/dist/Chip/src/ChipContext.js +1 -1
- package/dist/Chip/src/index.css +33 -33
- package/dist/Chip/src/index.js +3 -3
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +2 -2
- package/dist/Divider/src/DividerContext.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +2 -2
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/ErrorMessageContext.js +1 -1
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Header/src/Header.js +1 -1
- package/dist/Header/src/HeaderContext.js +1 -1
- package/dist/Header/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +3 -3
- package/dist/HelperMessage/src/HelperMessageContext.js +1 -1
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +3 -3
- package/dist/HopperProvider/src/HopperProvider.js +1 -1
- package/dist/HopperProvider/src/index.js +1 -1
- 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 +3 -3
- package/dist/Link/src/LinkContext.js +1 -1
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +3 -3
- package/dist/ListBox/src/ListBox.css +175 -175
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxContext.js +1 -1
- package/dist/ListBox/src/ListBoxItem.css +160 -160
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemContext.js +1 -1
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +2 -2
- package/dist/ListBox/src/ListBoxItemSkeletonContext.js +1 -1
- package/dist/ListBox/src/index.css +175 -175
- package/dist/ListBox/src/index.js +11 -11
- package/dist/ListBox/src/useLoadOnScroll.js +1 -1
- package/dist/Section/src/Section.js +1 -1
- package/dist/Section/src/SectionContext.js +1 -1
- package/dist/Section/src/index.js +1 -1
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/SpinnerContext.js +1 -1
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +3 -3
- package/dist/buttons/src/Button.css +103 -103
- package/dist/buttons/src/Button.js +6 -6
- package/dist/buttons/src/ButtonContext.js +1 -1
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ButtonGroupContext.js +1 -1
- package/dist/buttons/src/ClearButton.css +12 -12
- package/dist/buttons/src/ClearButton.js +4 -4
- package/dist/buttons/src/ClearButtonContext.js +1 -1
- package/dist/buttons/src/EmbeddedButton.css +12 -12
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/EmbeddedButtonContext.js +1 -1
- package/dist/buttons/src/index.css +126 -126
- package/dist/buttons/src/index.js +9 -9
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +3 -3
- package/dist/checkbox/src/CheckboxContext.js +1 -1
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxFieldContext.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +66 -66
- package/dist/checkbox/src/CheckboxGroup.js +4 -4
- 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 +66 -66
- package/dist/checkbox/src/index.js +8 -8
- package/dist/{chunk-53FHDOG7.js → chunk-2NJ3RDMJ.js} +2 -2
- package/dist/chunk-3LGP5T4C.js +625 -0
- package/dist/{chunk-JRDN364E.js → chunk-3WUDQLLR.js} +2 -2
- package/dist/{chunk-MED2BIDV.js → chunk-4TJUYXYN.js} +1 -1
- package/dist/{chunk-MVRI6GLQ.js → chunk-4V75RYJN.js} +2 -2
- package/dist/{chunk-QBCCF2C2.js → chunk-5CIADHZR.js} +2 -2
- package/dist/{chunk-6QMIRVLY.js → chunk-666H6UTL.js} +1 -1
- package/dist/{chunk-J53HGLCT.js → chunk-AE24HPDG.js} +1 -1
- package/dist/chunk-CK5HMGDC.js +156 -0
- package/dist/{chunk-HR25MLRP.js → chunk-COBPJHIY.js} +1 -1
- package/dist/{chunk-XRC7XE6B.js → chunk-CXIMLIUB.js} +2 -2
- package/dist/{chunk-RA7PM75O.js → chunk-DESANYPD.js} +5 -5
- package/dist/{chunk-RG4JKE4N.js → chunk-E7Y25WJE.js} +1 -1
- package/dist/{chunk-K4ZGI7DJ.js → chunk-EBXHYPDU.js} +1 -1
- package/dist/{chunk-BKC74M6Y.js → chunk-FMSIW5AX.js} +1 -1
- package/dist/{chunk-OHB5QR5P.js → chunk-HVUX7ZQ3.js} +2 -2
- package/dist/{chunk-37NW34QM.js → chunk-IUQNDY3E.js} +3 -3
- package/dist/{chunk-2P3A4VVY.js → chunk-JSBRDJBE.js} +1 -6
- package/dist/{chunk-J33IFG4U.js → chunk-LIUW56HE.js} +1 -1
- package/dist/chunk-LJXTJRSB.js +1 -0
- package/dist/{chunk-SOSHKMNI.js → chunk-LM4HMPSD.js} +2 -2
- package/dist/{chunk-2XUHTPCX.js → chunk-NQOLP5NY.js} +2 -2
- package/dist/{chunk-XGKPMLYD.js → chunk-OKAYIZ45.js} +4 -4
- package/dist/{chunk-ITQK6JTD.js → chunk-QACERXDV.js} +1 -1
- package/dist/{chunk-JUMJ6A3K.js → chunk-R2UVMOIP.js} +1 -1
- package/dist/{chunk-4TXFHYHL.js → chunk-RW4GDPRX.js} +1 -1
- package/dist/{chunk-E4WFKXW4.js → chunk-SHVSB6MD.js} +4 -4
- package/dist/{chunk-3LH2JHUO.js → chunk-SSCPXYN6.js} +3 -3
- package/dist/{chunk-E4ALW4MZ.js → chunk-SXPMPVDJ.js} +8 -8
- package/dist/chunk-U4NXU44C.js +118 -0
- package/dist/{chunk-F2URSFJA.js → chunk-UUUU6SUW.js} +2 -2
- package/dist/chunk-W2ZCHVKP.js +119 -0
- package/dist/{chunk-3A6TTZAA.js → chunk-WSNJNUUA.js} +1 -1
- package/dist/{chunk-P5CWOV3L.js → chunk-WXJ3U2DV.js} +2 -2
- package/dist/{chunk-RCX5B3S3.js → chunk-XC7OT325.js} +1 -1
- package/dist/{chunk-G242LPQE.js → chunk-XVKZ3Q3B.js} +2 -2
- package/dist/{chunk-ZOTVZM6F.js → chunk-YEYNRBMQ.js} +1 -1
- package/dist/{chunk-4JAV3FIH.js → chunk-YTPFSLHU.js} +2 -2
- package/dist/{chunk-V5GOY6TV.js → chunk-YZRL7TXT.js} +1 -1
- 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 +2 -2
- package/dist/inputs/src/InputGroupContext.js +1 -1
- package/dist/inputs/src/PasswordField.css +229 -2405
- package/dist/inputs/src/PasswordField.js +12 -91
- package/dist/inputs/src/PasswordFieldContext.js +1 -1
- package/dist/inputs/src/SearchField.css +235 -2390
- package/dist/inputs/src/SearchField.js +13 -90
- package/dist/inputs/src/SearchFieldContext.js +1 -1
- package/dist/inputs/src/TextField.css +230 -2402
- package/dist/inputs/src/TextField.js +13 -89
- package/dist/inputs/src/TextFieldContext.js +1 -1
- package/dist/inputs/src/index.css +219 -2302
- package/dist/inputs/src/index.js +16 -88
- 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 +457 -457
- package/dist/overlays/Popover/src/Popover.js +52 -47
- package/dist/overlays/Popover/src/PopoverContext.js +1 -1
- package/dist/overlays/Popover/src/PopoverTrigger.js +1 -1
- package/dist/overlays/Popover/src/index.css +457 -457
- package/dist/overlays/Popover/src/index.js +52 -47
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +3 -3
- package/dist/radio/src/RadioContext.js +1 -1
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioFieldContext.js +1 -1
- package/dist/radio/src/RadioGroup.css +66 -66
- package/dist/radio/src/RadioGroup.js +3 -3
- 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 +66 -66
- package/dist/radio/src/index.js +6 -6
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +3 -3
- package/dist/switch/src/SwitchContext.js +1 -1
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/SwitchFieldContext.js +1 -1
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +5 -5
- package/dist/tag/src/Tag.css +457 -457
- package/dist/tag/src/Tag.js +52 -47
- package/dist/tag/src/TagContext.js +1 -1
- package/dist/tag/src/TagGroup.css +28 -28
- package/dist/tag/src/TagGroup.js +4 -4
- 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 +457 -457
- package/dist/tag/src/index.js +52 -47
- package/dist/typography/Heading/src/Heading.css +9 -3222
- package/dist/typography/Heading/src/Heading.js +2 -100
- package/dist/typography/Heading/src/HeadingContext.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -3222
- package/dist/typography/Heading/src/index.js +2 -100
- 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 +2 -2
- 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 +2 -2
- 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.js +1 -1
- package/dist/utils/src/isTextOnlyChildren.js +1 -1
- package/dist/utils/src/useRenderProps.js +1 -1
- package/dist/utils/src/useSlot.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-BC5A7RHI.js +0 -1260
|
@@ -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/Label/src/Label.module.css/#css-module-data */
|
|
11
|
-
.Label-module__hop-
|
|
11
|
+
.Label-module__hop-Label___1Q95u {
|
|
12
12
|
--hop-Label-xs-font-size: var(--hop-body-xs-font-size);
|
|
13
13
|
--hop-Label-xs-font-family: var(--hop-body-xs-font-family);
|
|
14
14
|
--hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -38,49 +38,49 @@
|
|
|
38
38
|
--hop-Label-inherit-size-font-weight: inherit;
|
|
39
39
|
--hop-Label-inherit-size-line-height: inherit;
|
|
40
40
|
}
|
|
41
|
-
:where(.Label-module__hop-
|
|
41
|
+
:where(.Label-module__hop-Label___1Q95u) {
|
|
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(.Label-module__hop-Label--
|
|
47
|
+
:where(.Label-module__hop-Label--xs___26au1) {
|
|
48
48
|
--font-size: var(--hop-Label-xs-font-size);
|
|
49
49
|
--font-family: var(--hop-Label-xs-font-family);
|
|
50
50
|
--font-weight: var(--hop-Label-xs-font-weight);
|
|
51
51
|
--line-height: var(--hop-Label-xs-line-height);
|
|
52
52
|
}
|
|
53
|
-
:where(.Label-module__hop-Label--
|
|
53
|
+
:where(.Label-module__hop-Label--sm___yXnaV) {
|
|
54
54
|
--font-size: var(--hop-Label-sm-font-size);
|
|
55
55
|
--font-family: var(--hop-Label-sm-font-family);
|
|
56
56
|
--font-weight: var(--hop-Label-sm-font-weight);
|
|
57
57
|
--line-height: var(--hop-Label-sm-line-height);
|
|
58
58
|
}
|
|
59
|
-
:where(.Label-module__hop-Label--
|
|
59
|
+
:where(.Label-module__hop-Label--md___KkrL-) {
|
|
60
60
|
--font-size: var(--hop-Label-md-font-size);
|
|
61
61
|
--font-family: var(--hop-Label-md-font-family);
|
|
62
62
|
--font-weight: var(--hop-Label-md-font-weight);
|
|
63
63
|
--line-height: var(--hop-Label-md-line-height);
|
|
64
64
|
}
|
|
65
|
-
:where(.Label-module__hop-Label--
|
|
65
|
+
:where(.Label-module__hop-Label--lg___t1zeQ) {
|
|
66
66
|
--font-size: var(--hop-Label-lg-font-size);
|
|
67
67
|
--font-family: var(--hop-Label-lg-font-family);
|
|
68
68
|
--font-weight: var(--hop-Label-lg-font-weight);
|
|
69
69
|
--line-height: var(--hop-Label-lg-line-height);
|
|
70
70
|
}
|
|
71
|
-
:where(.Label-module__hop-Label--
|
|
71
|
+
:where(.Label-module__hop-Label--xl___FWD2K) {
|
|
72
72
|
--font-size: var(--hop-Label-xl-font-size);
|
|
73
73
|
--font-family: var(--hop-Label-xl-font-family);
|
|
74
74
|
--font-weight: var(--hop-Label-xl-font-weight);
|
|
75
75
|
--line-height: var(--hop-Label-xl-line-height);
|
|
76
76
|
}
|
|
77
|
-
:where(.Label-module__hop-Label--
|
|
77
|
+
:where(.Label-module__hop-Label--2xl___nw4yX) {
|
|
78
78
|
--font-size: var(--hop-Label-2xl-font-size);
|
|
79
79
|
--font-family: var(--hop-Label-2xl-font-family);
|
|
80
80
|
--font-weight: var(--hop-Label-2xl-font-weight);
|
|
81
81
|
--line-height: var(--hop-Label-2xl-line-height);
|
|
82
82
|
}
|
|
83
|
-
:where(.Label-module__hop-Label--
|
|
83
|
+
:where(.Label-module__hop-Label--inherit___1xo-7) {
|
|
84
84
|
--font-size: var(--hop-Label-inherit-size-font-size);
|
|
85
85
|
--font-family: var(--hop-Label-inherit-size-font-family);
|
|
86
86
|
--font-weight: var(--hop-Label-inherit-size-font-weight);
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Spinner/src/Spinner.module.css/#css-module-data */
|
|
91
|
-
@keyframes Spinner-
|
|
91
|
+
@keyframes Spinner-module__spin___F4J93 {
|
|
92
92
|
0% {
|
|
93
93
|
transform: rotate(0deg);
|
|
94
94
|
}
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
transform: rotate(360deg);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
.Spinner-module__hop-
|
|
99
|
+
.Spinner-module__hop-Spinner___t2j7Q {
|
|
100
100
|
--hop-Spinner-border-radius: var(--hop-shape-circle);
|
|
101
101
|
--hop-Spinner-sm-wheel-size: 1rem;
|
|
102
102
|
--hop-Spinner-md-wheel-size: 1.25rem;
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
--hop-Spinner-track-width: 0.125rem;
|
|
105
105
|
--hop-Spinner-track-opacity: 0.2;
|
|
106
106
|
--hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
|
|
107
|
-
--hop-Spinner-fill-animation: Spinner-
|
|
107
|
+
--hop-Spinner-fill-animation: Spinner-module__spin___F4J93 .8s infinite linear;
|
|
108
108
|
--hop-Spinner-fill-animation-reduced-motion-duration: 2s;
|
|
109
109
|
--hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
|
|
110
110
|
--hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
|
|
@@ -115,19 +115,19 @@
|
|
|
115
115
|
align-items: center;
|
|
116
116
|
box-sizing: border-box;
|
|
117
117
|
}
|
|
118
|
-
.Spinner-module__hop-Spinner--
|
|
118
|
+
.Spinner-module__hop-Spinner--sm___0huCq {
|
|
119
119
|
--width: var(--hop-Spinner-sm-wheel-size);
|
|
120
120
|
--height: var(--hop-Spinner-sm-wheel-size);
|
|
121
121
|
}
|
|
122
|
-
.Spinner-module__hop-Spinner--
|
|
122
|
+
.Spinner-module__hop-Spinner--md___vhdek {
|
|
123
123
|
--width: var(--hop-Spinner-md-wheel-size);
|
|
124
124
|
--height: var(--hop-Spinner-md-wheel-size);
|
|
125
125
|
}
|
|
126
|
-
.Spinner-module__hop-Spinner--
|
|
126
|
+
.Spinner-module__hop-Spinner--lg___fQeir {
|
|
127
127
|
--width: var(--hop-Spinner-lg-wheel-size);
|
|
128
128
|
--height: var(--hop-Spinner-lg-wheel-size);
|
|
129
129
|
}
|
|
130
|
-
.Spinner-module__hop-
|
|
130
|
+
.Spinner-module__hop-Spinner__track___7mFcL {
|
|
131
131
|
grid-area: spinner;
|
|
132
132
|
box-sizing: border-box;
|
|
133
133
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
border: var(--hop-Spinner-track-border);
|
|
137
137
|
border-radius: var(--hop-Spinner-border-radius);
|
|
138
138
|
}
|
|
139
|
-
.Spinner-module__hop-
|
|
139
|
+
.Spinner-module__hop-Spinner__fill___ZyNaP {
|
|
140
140
|
grid-area: spinner;
|
|
141
141
|
box-sizing: border-box;
|
|
142
142
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -147,17 +147,17 @@
|
|
|
147
147
|
animation: var(--hop-Spinner-fill-animation);
|
|
148
148
|
}
|
|
149
149
|
@media (prefers-reduced-motion: reduce) {
|
|
150
|
-
.Spinner-module__hop-
|
|
150
|
+
.Spinner-module__hop-Spinner__fill___ZyNaP {
|
|
151
151
|
animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
.Spinner-module__hop-
|
|
154
|
+
.Spinner-module__hop-Spinner__label___a5K-1 {
|
|
155
155
|
grid-area: label;
|
|
156
156
|
margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
160
|
-
.Text-module__hop-
|
|
160
|
+
.Text-module__hop-Text___QAKDh {
|
|
161
161
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
162
162
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
163
163
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -187,49 +187,49 @@
|
|
|
187
187
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
188
188
|
--hop-Text-inherit-size-line-height: inherit;
|
|
189
189
|
}
|
|
190
|
-
:where(.Text-module__hop-
|
|
190
|
+
:where(.Text-module__hop-Text___QAKDh) {
|
|
191
191
|
font-family: var(--font-family);
|
|
192
192
|
font-size: var(--font-size);
|
|
193
193
|
font-weight: var(--font-weight);
|
|
194
194
|
line-height: var(--line-height);
|
|
195
195
|
}
|
|
196
|
-
:where(.Text-module__hop-Text--
|
|
196
|
+
:where(.Text-module__hop-Text--xs___q7OkS) {
|
|
197
197
|
--font-size: var(--hop-Text-xs-font-size);
|
|
198
198
|
--font-family: var(--hop-Text-xs-font-family);
|
|
199
199
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
200
200
|
--line-height: var(--hop-Text-xs-line-height);
|
|
201
201
|
}
|
|
202
|
-
:where(.Text-module__hop-Text--
|
|
202
|
+
:where(.Text-module__hop-Text--sm___5RyDW) {
|
|
203
203
|
--font-size: var(--hop-Text-sm-font-size);
|
|
204
204
|
--font-family: var(--hop-Text-sm-font-family);
|
|
205
205
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
206
206
|
--line-height: var(--hop-Text-sm-line-height);
|
|
207
207
|
}
|
|
208
|
-
:where(.Text-module__hop-Text--
|
|
208
|
+
:where(.Text-module__hop-Text--md___qmqwg) {
|
|
209
209
|
--font-size: var(--hop-Text-md-font-size);
|
|
210
210
|
--font-family: var(--hop-Text-md-font-family);
|
|
211
211
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
212
212
|
--line-height: var(--hop-Text-md-line-height);
|
|
213
213
|
}
|
|
214
|
-
:where(.Text-module__hop-Text--
|
|
214
|
+
:where(.Text-module__hop-Text--lg___BZX0m) {
|
|
215
215
|
--font-size: var(--hop-Text-lg-font-size);
|
|
216
216
|
--font-family: var(--hop-Text-lg-font-family);
|
|
217
217
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
218
218
|
--line-height: var(--hop-Text-lg-line-height);
|
|
219
219
|
}
|
|
220
|
-
:where(.Text-module__hop-Text--
|
|
220
|
+
:where(.Text-module__hop-Text--xl___3Zi7y) {
|
|
221
221
|
--font-size: var(--hop-Text-xl-font-size);
|
|
222
222
|
--font-family: var(--hop-Text-xl-font-family);
|
|
223
223
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
224
224
|
--line-height: var(--hop-Text-xl-line-height);
|
|
225
225
|
}
|
|
226
|
-
:where(.Text-module__hop-Text--
|
|
226
|
+
:where(.Text-module__hop-Text--2xl___RbrDM) {
|
|
227
227
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
228
228
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
229
229
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
230
230
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
231
231
|
}
|
|
232
|
-
:where(.Text-module__hop-Text--
|
|
232
|
+
:where(.Text-module__hop-Text--inherit___G5g04) {
|
|
233
233
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
234
234
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
235
235
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/Button.module.css/#css-module-data */
|
|
240
|
-
.Button-module__hop-
|
|
240
|
+
.Button-module__hop-Button___UAzFm {
|
|
241
241
|
--hop-Button-border-radius: var(--hop-shape-rounded-md);
|
|
242
242
|
--hop-Button-focus-ring-color: var(--hop-primary-border-focus);
|
|
243
243
|
--hop-Button-icon-only-padding: 0;
|
|
@@ -396,317 +396,317 @@
|
|
|
396
396
|
background-color var(--hop-easing-duration-2) var(--hop-easing-productive),
|
|
397
397
|
border var(--hop-easing-duration-2) var(--hop-easing-productive);
|
|
398
398
|
}
|
|
399
|
-
.Button-module__hop-
|
|
399
|
+
.Button-module__hop-Button___UAzFm[data-focus-visible] {
|
|
400
400
|
outline: 0.125rem solid var(--hop-Button-focus-ring-color);
|
|
401
401
|
}
|
|
402
|
-
.Button-module__hop-Button--icon-
|
|
402
|
+
.Button-module__hop-Button--icon-only___05dkO {
|
|
403
403
|
--padding-block: var(--hop-Button-icon-only-padding);
|
|
404
404
|
--padding-inline: var(--hop-Button-icon-only-padding);
|
|
405
405
|
column-gap: 0;
|
|
406
406
|
aspect-ratio: 1;
|
|
407
407
|
}
|
|
408
|
-
.Button-module__hop-
|
|
409
|
-
.Button-module__hop-
|
|
408
|
+
.Button-module__hop-Button___UAzFm[data-disabled],
|
|
409
|
+
.Button-module__hop-Button___UAzFm[data-loading] {
|
|
410
410
|
cursor: not-allowed;
|
|
411
411
|
}
|
|
412
|
-
.Button-module__hop-Button--
|
|
412
|
+
.Button-module__hop-Button--fluid___YVpDX {
|
|
413
413
|
--inline-size: 100%;
|
|
414
414
|
}
|
|
415
|
-
.Button-module__hop-Button--
|
|
415
|
+
.Button-module__hop-Button--sm___gvwId {
|
|
416
416
|
--block-size: var(--hop-Button-sm-height);
|
|
417
417
|
}
|
|
418
|
-
.Button-module__hop-Button--
|
|
418
|
+
.Button-module__hop-Button--primary___A28Rq.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
419
419
|
--padding-inline: var(--hop-Button-primary-sm-padding-x);
|
|
420
420
|
--padding-block: var(--hop-Button-primary-sm-padding-y);
|
|
421
421
|
}
|
|
422
|
-
.Button-module__hop-Button--
|
|
422
|
+
.Button-module__hop-Button--primary___A28Rq.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
423
423
|
--padding-inline: var(--hop-Button-primary-md-padding-x);
|
|
424
424
|
--padding-block: var(--hop-Button-primary-md-padding-y);
|
|
425
425
|
}
|
|
426
|
-
.Button-module__hop-Button--
|
|
426
|
+
.Button-module__hop-Button--secondary___u0ZGt.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
427
427
|
--padding-inline: var(--hop-Button-secondary-md-padding-x);
|
|
428
428
|
--padding-block: var(--hop-Button-secondary-md-padding-y);
|
|
429
429
|
}
|
|
430
|
-
.Button-module__hop-Button--
|
|
430
|
+
.Button-module__hop-Button--secondary___u0ZGt.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
431
431
|
--padding-inline: var(--hop-Button-secondary-sm-padding-x);
|
|
432
432
|
--padding-block: var(--hop-Button-secondary-sm-padding-y);
|
|
433
433
|
}
|
|
434
|
-
.Button-module__hop-Button--
|
|
434
|
+
.Button-module__hop-Button--upsell___arFHv.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
435
435
|
--padding-inline: var(--hop-Button-upsell-md-padding-x);
|
|
436
436
|
--padding-block: var(--hop-Button-upsell-md-padding-y);
|
|
437
437
|
}
|
|
438
|
-
.Button-module__hop-Button--
|
|
438
|
+
.Button-module__hop-Button--upsell___arFHv.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
439
439
|
--padding-inline: var(--hop-Button-upsell-sm-padding-x);
|
|
440
440
|
--padding-block: var(--hop-Button-upsell-sm-padding-y);
|
|
441
441
|
}
|
|
442
|
-
.Button-module__hop-Button--
|
|
442
|
+
.Button-module__hop-Button--danger___lL8-r.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
443
443
|
--padding-inline: var(--hop-Button-danger-md-padding-x);
|
|
444
444
|
--padding-block: var(--hop-Button-danger-md-padding-y);
|
|
445
445
|
}
|
|
446
|
-
.Button-module__hop-Button--
|
|
446
|
+
.Button-module__hop-Button--danger___lL8-r.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
447
447
|
--padding-inline: var(--hop-Button-danger-sm-padding-x);
|
|
448
448
|
--padding-block: var(--hop-Button-danger-sm-padding-y);
|
|
449
449
|
}
|
|
450
|
-
.Button-module__hop-Button--ghost-
|
|
450
|
+
.Button-module__hop-Button--ghost-danger___X4kNh.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
451
451
|
--padding-inline: var(--hop-Button-ghost-danger-md-padding-x);
|
|
452
452
|
--padding-block: var(--hop-Button-ghost-danger-md-padding-y);
|
|
453
453
|
}
|
|
454
|
-
.Button-module__hop-Button--ghost-
|
|
454
|
+
.Button-module__hop-Button--ghost-danger___X4kNh.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
455
455
|
--padding-inline: var(--hop-Button-ghost-danger-sm-padding-x);
|
|
456
456
|
--padding-block: var(--hop-Button-ghost-danger-sm-padding-y);
|
|
457
457
|
}
|
|
458
|
-
.Button-module__hop-Button--ghost-
|
|
458
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
459
459
|
--padding-inline: var(--hop-Button-ghost-secondary-md-padding-x);
|
|
460
460
|
--padding-block: var(--hop-Button-ghost-secondary-md-padding-y);
|
|
461
461
|
}
|
|
462
|
-
.Button-module__hop-Button--ghost-
|
|
462
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
463
463
|
--padding-inline: var(--hop-Button-ghost-secondary-sm-padding-x);
|
|
464
464
|
--padding-block: var(--hop-Button-ghost-secondary-sm-padding-y);
|
|
465
465
|
}
|
|
466
|
-
.Button-module__hop-Button--ghost-
|
|
466
|
+
.Button-module__hop-Button--ghost-primary___vBKjd.Button-module__hop-Button--md___M3MyD:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
467
467
|
--padding-inline: var(--hop-Button-ghost-primary-md-padding-x);
|
|
468
468
|
--padding-block: var(--hop-Button-ghost-primary-md-padding-y);
|
|
469
469
|
}
|
|
470
|
-
.Button-module__hop-Button--ghost-
|
|
470
|
+
.Button-module__hop-Button--ghost-primary___vBKjd.Button-module__hop-Button--sm___gvwId:not(.Button-module__hop-Button--icon-only___05dkO) {
|
|
471
471
|
--padding-inline: var(--hop-Button-ghost-primary-sm-padding-x);
|
|
472
472
|
--padding-block: var(--hop-Button-ghost-primary-sm-padding-y);
|
|
473
473
|
}
|
|
474
|
-
.Button-module__hop-Button--
|
|
474
|
+
.Button-module__hop-Button--primary___A28Rq {
|
|
475
475
|
--background-color: var(--hop-Button-primary-background-color);
|
|
476
476
|
--color: var(--hop-Button-primary-color);
|
|
477
477
|
--border: var(--hop-Button-primary-border);
|
|
478
478
|
--spinner-color: var(--hop-Button-primary-spinner-color);
|
|
479
479
|
}
|
|
480
|
-
.Button-module__hop-Button--
|
|
480
|
+
.Button-module__hop-Button--primary___A28Rq[data-disabled]:not([data-loading]) {
|
|
481
481
|
--background-color: var(--hop-Button-primary-background-color-disabled);
|
|
482
482
|
--color: var(--hop-Button-primary-color-disabled);
|
|
483
483
|
--border: var(--hop-Button-primary-border-disabled);
|
|
484
484
|
}
|
|
485
|
-
.Button-module__hop-Button--
|
|
486
|
-
.Button-module__hop-Button--
|
|
485
|
+
.Button-module__hop-Button--primary___A28Rq[data-hovered]:not([data-disabled], [data-loading]),
|
|
486
|
+
.Button-module__hop-Button--primary___A28Rq[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
487
487
|
--background-color: var(--hop-Button-primary-background-color-hover);
|
|
488
488
|
--color: var(--hop-Button-primary-color-hover);
|
|
489
489
|
--border: var(--hop-Button-primary-border-hover);
|
|
490
490
|
}
|
|
491
|
-
.Button-module__hop-Button--
|
|
491
|
+
.Button-module__hop-Button--primary___A28Rq[data-pressed]:not([data-loading]) {
|
|
492
492
|
--background-color: var(--hop-Button-primary-background-color-pressed);
|
|
493
493
|
--color: var(--hop-Button-primary-color-pressed);
|
|
494
494
|
--border: var(--hop-Button-primary-border-pressed);
|
|
495
495
|
}
|
|
496
|
-
.Button-module__hop-Button--
|
|
496
|
+
.Button-module__hop-Button--secondary___u0ZGt {
|
|
497
497
|
--background-color: var(--hop-Button-secondary-background-color);
|
|
498
498
|
--color: var(--hop-Button-secondary-color);
|
|
499
499
|
--border: var(--hop-Button-secondary-border);
|
|
500
500
|
--spinner-color: var(--hop-Button-secondary-spinner-color);
|
|
501
501
|
}
|
|
502
|
-
.Button-module__hop-Button--
|
|
502
|
+
.Button-module__hop-Button--secondary___u0ZGt[data-disabled]:not([data-loading]) {
|
|
503
503
|
--background-color: var(--hop-Button-secondary-background-color-disabled);
|
|
504
504
|
--color: var(--hop-Button-secondary-color-disabled);
|
|
505
505
|
--border: var(--hop-Button-secondary-border-disabled);
|
|
506
506
|
}
|
|
507
|
-
.Button-module__hop-Button--
|
|
508
|
-
.Button-module__hop-Button--
|
|
507
|
+
.Button-module__hop-Button--secondary___u0ZGt[data-hovered]:not([data-disabled], [data-loading]),
|
|
508
|
+
.Button-module__hop-Button--secondary___u0ZGt[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
509
509
|
--background-color: var(--hop-Button-secondary-background-color-hover);
|
|
510
510
|
--color: var(--hop-Button-secondary-color-hover);
|
|
511
511
|
--border: var(--hop-Button-secondary-border-hover);
|
|
512
512
|
}
|
|
513
|
-
.Button-module__hop-Button--
|
|
513
|
+
.Button-module__hop-Button--secondary___u0ZGt[data-pressed]:not([data-loading]) {
|
|
514
514
|
--background-color: var(--hop-Button-secondary-background-color-pressed);
|
|
515
515
|
--color: var(--hop-Button-secondary-color-pressed);
|
|
516
516
|
--border: var(--hop-Button-secondary-border-pressed);
|
|
517
517
|
}
|
|
518
|
-
.Button-module__hop-Button--
|
|
518
|
+
.Button-module__hop-Button--upsell___arFHv {
|
|
519
519
|
--background-color: var(--hop-Button-upsell-background-color);
|
|
520
520
|
--color: var(--hop-Button-upsell-color);
|
|
521
521
|
--border: var(--hop-Button-upsell-border);
|
|
522
522
|
--spinner-color: var(--hop-Button-upsell-spinner-color);
|
|
523
523
|
}
|
|
524
|
-
.Button-module__hop-Button--
|
|
524
|
+
.Button-module__hop-Button--upsell___arFHv[data-disabled]:not([data-loading]) {
|
|
525
525
|
--background-color: var(--hop-Button-upsell-background-color-disabled);
|
|
526
526
|
--color: var(--hop-Button-upsell-color-disabled);
|
|
527
527
|
--border: var(--hop-Button-upsell-border-disabled);
|
|
528
528
|
}
|
|
529
|
-
.Button-module__hop-Button--
|
|
530
|
-
.Button-module__hop-Button--
|
|
529
|
+
.Button-module__hop-Button--upsell___arFHv[data-hovered]:not([data-disabled], [data-loading]),
|
|
530
|
+
.Button-module__hop-Button--upsell___arFHv[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
531
531
|
--background-color: var(--hop-Button-upsell-background-color-hover);
|
|
532
532
|
--color: var(--hop-Button-upsell-color-hover);
|
|
533
533
|
--border: var(--hop-Button-upsell-border-hover);
|
|
534
534
|
}
|
|
535
|
-
.Button-module__hop-Button--
|
|
535
|
+
.Button-module__hop-Button--upsell___arFHv[data-pressed]:not([data-loading]) {
|
|
536
536
|
--background-color: var(--hop-Button-upsell-background-color-pressed);
|
|
537
537
|
--color: var(--hop-Button-upsell-color-pressed);
|
|
538
538
|
--border: var(--hop-Button-upsell-border-pressed);
|
|
539
539
|
}
|
|
540
|
-
.Button-module__hop-Button--
|
|
540
|
+
.Button-module__hop-Button--danger___lL8-r {
|
|
541
541
|
--background-color: var(--hop-Button-danger-background-color);
|
|
542
542
|
--color: var(--hop-Button-danger-color);
|
|
543
543
|
--border: var(--hop-Button-danger-border);
|
|
544
544
|
--spinner-color: var(--hop-Button-danger-spinner-color);
|
|
545
545
|
}
|
|
546
|
-
.Button-module__hop-Button--
|
|
546
|
+
.Button-module__hop-Button--danger___lL8-r[data-disabled]:not([data-loading]) {
|
|
547
547
|
--background-color: var(--hop-Button-danger-background-color-disabled);
|
|
548
548
|
--color: var(--hop-Button-danger-color-disabled);
|
|
549
549
|
--border: var(--hop-Button-danger-border-disabled);
|
|
550
550
|
}
|
|
551
|
-
.Button-module__hop-Button--
|
|
552
|
-
.Button-module__hop-Button--
|
|
551
|
+
.Button-module__hop-Button--danger___lL8-r[data-hovered]:not([data-disabled], [data-loading]),
|
|
552
|
+
.Button-module__hop-Button--danger___lL8-r[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
553
553
|
--background-color: var(--hop-Button-danger-background-color-hover);
|
|
554
554
|
--color: var(--hop-Button-danger-color-hover);
|
|
555
555
|
--border: var(--hop-Button-danger-border-hover);
|
|
556
556
|
}
|
|
557
|
-
.Button-module__hop-Button--
|
|
557
|
+
.Button-module__hop-Button--danger___lL8-r[data-pressed]:not([data-loading]) {
|
|
558
558
|
--background-color: var(--hop-Button-danger-background-color-pressed);
|
|
559
559
|
--color: var(--hop-Button-danger-color-pressed);
|
|
560
560
|
--border: var(--hop-Button-danger-border-pressed);
|
|
561
561
|
}
|
|
562
|
-
.Button-module__hop-Button--ghost-
|
|
562
|
+
.Button-module__hop-Button--ghost-primary___vBKjd {
|
|
563
563
|
--background-color: var(--hop-Button-ghost-primary-background-color);
|
|
564
564
|
--color: var(--hop-Button-ghost-primary-color);
|
|
565
565
|
--border: var(--hop-Button-ghost-primary-border);
|
|
566
566
|
--spinner-color: var(--hop-Button-ghost-primary-spinner-color);
|
|
567
567
|
}
|
|
568
|
-
.Button-module__hop-Button--ghost-
|
|
568
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-disabled]:not([data-loading]) {
|
|
569
569
|
--background-color: var(--hop-Button-ghost-primary-background-color-disabled);
|
|
570
570
|
--color: var(--hop-Button-ghost-primary-color-disabled);
|
|
571
571
|
--border: var(--hop-Button-ghost-primary-border-disabled);
|
|
572
572
|
}
|
|
573
|
-
.Button-module__hop-Button--ghost-
|
|
574
|
-
.Button-module__hop-Button--ghost-
|
|
573
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-hovered]:not([data-disabled], [data-loading]),
|
|
574
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
575
575
|
--background-color: var(--hop-Button-ghost-primary-background-color-hover);
|
|
576
576
|
--color: var(--hop-Button-ghost-primary-color-hover);
|
|
577
577
|
--border: var(--hop-Button-ghost-primary-border-hover);
|
|
578
578
|
}
|
|
579
|
-
.Button-module__hop-Button--ghost-
|
|
579
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-pressed]:not([data-loading]) {
|
|
580
580
|
--background-color: var(--hop-Button-ghost-primary-background-color-pressed);
|
|
581
581
|
--color: var(--hop-Button-ghost-primary-color-pressed);
|
|
582
582
|
--border: var(--hop-Button-ghost-primary-border-pressed);
|
|
583
583
|
}
|
|
584
|
-
.Button-module__hop-Button--ghost-
|
|
584
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP {
|
|
585
585
|
--background-color: var(--hop-Button-ghost-secondary-background-color);
|
|
586
586
|
--color: var(--hop-Button-ghost-secondary-color);
|
|
587
587
|
--border: var(--hop-Button-ghost-secondary-border);
|
|
588
588
|
--spinner-color: var(--hop-Button-ghost-secondary-spinner-color);
|
|
589
589
|
}
|
|
590
|
-
.Button-module__hop-Button--ghost-
|
|
590
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-disabled]:not([data-loading]) {
|
|
591
591
|
--background-color: var(--hop-Button-ghost-secondary-background-color-disabled);
|
|
592
592
|
--color: var(--hop-Button-ghost-secondary-color-disabled);
|
|
593
593
|
--border: var(--hop-Button-ghost-secondary-border-disabled);
|
|
594
594
|
}
|
|
595
|
-
.Button-module__hop-Button--ghost-
|
|
596
|
-
.Button-module__hop-Button--ghost-
|
|
595
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-hovered]:not([data-disabled], [data-loading]),
|
|
596
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
597
597
|
--background-color: var(--hop-Button-ghost-secondary-background-color-hover);
|
|
598
598
|
--color: var(--hop-Button-ghost-secondary-color-hover);
|
|
599
599
|
--border: var(--hop-Button-ghost-secondary-border-hover);
|
|
600
600
|
}
|
|
601
|
-
.Button-module__hop-Button--ghost-
|
|
601
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-pressed]:not([data-loading]) {
|
|
602
602
|
--background-color: var(--hop-Button-ghost-secondary-background-color-pressed);
|
|
603
603
|
--color: var(--hop-Button-ghost-secondary-color-pressed);
|
|
604
604
|
--border: var(--hop-Button-ghost-secondary-border-pressed);
|
|
605
605
|
}
|
|
606
|
-
.Button-module__hop-Button--ghost-
|
|
606
|
+
.Button-module__hop-Button--ghost-danger___X4kNh {
|
|
607
607
|
--background-color: var(--hop-Button-ghost-danger-background-color);
|
|
608
608
|
--color: var(--hop-Button-ghost-danger-color);
|
|
609
609
|
--border: var(--hop-Button-ghost-danger-border);
|
|
610
610
|
--spinner-color: var(--hop-Button-ghost-danger-spinner-color);
|
|
611
611
|
}
|
|
612
|
-
.Button-module__hop-Button--ghost-
|
|
612
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-disabled]:not([data-loading]) {
|
|
613
613
|
--background-color: var(--hop-Button-ghost-danger-background-color-disabled);
|
|
614
614
|
--color: var(--hop-Button-ghost-danger-color-disabled);
|
|
615
615
|
--border: var(--hop-Button-ghost-danger-border-disabled);
|
|
616
616
|
}
|
|
617
|
-
.Button-module__hop-Button--ghost-
|
|
618
|
-
.Button-module__hop-Button--ghost-
|
|
617
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-hovered]:not([data-disabled], [data-loading]),
|
|
618
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
619
619
|
--background-color: var(--hop-Button-ghost-danger-background-color-hover);
|
|
620
620
|
--color: var(--hop-Button-ghost-danger-color-hover);
|
|
621
621
|
--border: var(--hop-Button-ghost-danger-border-hover);
|
|
622
622
|
}
|
|
623
|
-
.Button-module__hop-Button--ghost-
|
|
623
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-pressed]:not([data-loading]) {
|
|
624
624
|
--background-color: var(--hop-Button-ghost-danger-background-color-pressed);
|
|
625
625
|
--color: var(--hop-Button-ghost-danger-color-pressed);
|
|
626
626
|
--border: var(--hop-Button-ghost-danger-border-pressed);
|
|
627
627
|
}
|
|
628
|
-
.Button-module__hop-
|
|
628
|
+
.Button-module__hop-Button__Spinner___kL-1- {
|
|
629
629
|
position: absolute;
|
|
630
630
|
justify-self: center;
|
|
631
631
|
color: var(--spinner-color);
|
|
632
632
|
}
|
|
633
|
-
.Button-module__hop-
|
|
634
|
-
.Button-module__hop-Button__icon-
|
|
633
|
+
.Button-module__hop-Button__icon___iMiLP,
|
|
634
|
+
.Button-module__hop-Button__icon-list___zInte {
|
|
635
635
|
grid-area: start-icon;
|
|
636
636
|
justify-self: end;
|
|
637
637
|
}
|
|
638
|
-
.Button-module__hop-
|
|
638
|
+
.Button-module__hop-Button__text___OyaRf {
|
|
639
639
|
user-select: none;
|
|
640
640
|
overflow: visible;
|
|
641
641
|
grid-area: content;
|
|
642
642
|
font-weight: var(--hop-font-weight-505);
|
|
643
643
|
text-wrap: nowrap;
|
|
644
644
|
}
|
|
645
|
-
.Button-module__hop-Button--ghost-
|
|
646
|
-
.Button-module__hop-Button--ghost-
|
|
647
|
-
.Button-module__hop-Button--ghost-
|
|
648
|
-
.Button-module__hop-Button--ghost-
|
|
649
|
-
.Button-module__hop-Button--ghost-
|
|
650
|
-
.Button-module__hop-Button--ghost-
|
|
651
|
-
.Button-module__hop-Button--ghost-
|
|
652
|
-
.Button-module__hop-Button--ghost-
|
|
653
|
-
.Button-module__hop-Button--ghost-
|
|
645
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
646
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
647
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
648
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
649
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
650
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
651
|
+
.Button-module__hop-Button--ghost-primary___vBKjd[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
652
|
+
.Button-module__hop-Button--ghost-secondary___aN7yP[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___OyaRf,
|
|
653
|
+
.Button-module__hop-Button--ghost-danger___X4kNh[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___OyaRf {
|
|
654
654
|
text-decoration: underline;
|
|
655
655
|
text-underline-offset: 0.125rem;
|
|
656
656
|
}
|
|
657
|
-
.Button-module__hop-Button__end-
|
|
658
|
-
.Button-module__hop-Button__end-icon-
|
|
657
|
+
.Button-module__hop-Button__end-icon___noDbN,
|
|
658
|
+
.Button-module__hop-Button__end-icon-list___mFNXl {
|
|
659
659
|
grid-area: end-icon;
|
|
660
660
|
}
|
|
661
|
-
.Button-module__hop-
|
|
662
|
-
.Button-module__hop-
|
|
661
|
+
.Button-module__hop-Button___UAzFm .Button-module__hop-Button__icon-list___zInte,
|
|
662
|
+
.Button-module__hop-Button___UAzFm .Button-module__hop-Button__end-icon-list___mFNXl {
|
|
663
663
|
flex-wrap: nowrap;
|
|
664
664
|
}
|
|
665
|
-
.Button-module__hop-
|
|
665
|
+
.Button-module__hop-Button___UAzFm[data-loading] > *:not(.Button-module__hop-Button__Spinner___kL-1-) {
|
|
666
666
|
opacity: 0;
|
|
667
667
|
}
|
|
668
668
|
|
|
669
669
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/ButtonGroup.module.css/#css-module-data */
|
|
670
|
-
.ButtonGroup-module__hop-
|
|
670
|
+
.ButtonGroup-module__hop-ButtonGroup___Puvx- {
|
|
671
671
|
display: inline-flex;
|
|
672
672
|
flex-wrap: nowrap;
|
|
673
673
|
gap: var(--hop-space-inline-md);
|
|
674
674
|
}
|
|
675
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
675
|
+
.ButtonGroup-module__hop-ButtonGroup--horizontal___69pSm {
|
|
676
676
|
justify-content: center;
|
|
677
677
|
}
|
|
678
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
678
|
+
.ButtonGroup-module__hop-ButtonGroup--vertical___pbI9w {
|
|
679
679
|
flex-direction: column;
|
|
680
680
|
gap: var(--hop-space-stack-md);
|
|
681
681
|
align-items: center;
|
|
682
682
|
}
|
|
683
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
683
|
+
.ButtonGroup-module__hop-ButtonGroup--start___kjLfN.ButtonGroup-module__hop-ButtonGroup--vertical___pbI9w {
|
|
684
684
|
align-items: flex-start;
|
|
685
685
|
}
|
|
686
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
686
|
+
.ButtonGroup-module__hop-ButtonGroup--center___-WZys.ButtonGroup-module__hop-ButtonGroup--vertical___pbI9w {
|
|
687
687
|
align-items: center;
|
|
688
688
|
}
|
|
689
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
689
|
+
.ButtonGroup-module__hop-ButtonGroup--end___NaHco.ButtonGroup-module__hop-ButtonGroup--vertical___pbI9w {
|
|
690
690
|
align-items: flex-end;
|
|
691
691
|
}
|
|
692
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
692
|
+
.ButtonGroup-module__hop-ButtonGroup--start___kjLfN.ButtonGroup-module__hop-ButtonGroup--horizontal___69pSm {
|
|
693
693
|
justify-content: flex-start;
|
|
694
694
|
}
|
|
695
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
695
|
+
.ButtonGroup-module__hop-ButtonGroup--center___-WZys.ButtonGroup-module__hop-ButtonGroup--horizontal___69pSm {
|
|
696
696
|
justify-content: center;
|
|
697
697
|
}
|
|
698
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
698
|
+
.ButtonGroup-module__hop-ButtonGroup--end___NaHco.ButtonGroup-module__hop-ButtonGroup--horizontal___69pSm {
|
|
699
699
|
justify-content: flex-end;
|
|
700
700
|
}
|
|
701
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
701
|
+
.ButtonGroup-module__hop-ButtonGroup--wrap___XuRNe {
|
|
702
702
|
flex-wrap: wrap;
|
|
703
703
|
}
|
|
704
|
-
.ButtonGroup-module__hop-ButtonGroup--
|
|
704
|
+
.ButtonGroup-module__hop-ButtonGroup--fluid___lKp5V {
|
|
705
705
|
inline-size: 100%;
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/EmbeddedButton.module.css/#css-module-data */
|
|
709
|
-
.EmbeddedButton-module__hop-
|
|
709
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny {
|
|
710
710
|
--hop-EmbeddedButton-border-radius: var(--hop-shape-rounded-md);
|
|
711
711
|
--hop-EmbeddedButton-focus-ring-color: var(--hop-primary-border-focus);
|
|
712
712
|
--hop-EmbeddedButton-color: var(--hop-neutral-icon-weak);
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
outline: none;
|
|
756
756
|
transition: color var(--transition);
|
|
757
757
|
}
|
|
758
|
-
.EmbeddedButton-module__hop-
|
|
758
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny::before {
|
|
759
759
|
content: "";
|
|
760
760
|
position: absolute;
|
|
761
761
|
inset-block-start: 50%;
|
|
@@ -768,48 +768,48 @@
|
|
|
768
768
|
border-radius: var(--effect-border-radius);
|
|
769
769
|
transition: background-color var(--transition);
|
|
770
770
|
}
|
|
771
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
771
|
+
.EmbeddedButton-module__hop-EmbeddedButton--md___wjXPk {
|
|
772
772
|
--inline-size: var(--hop-EmbeddedButton-md-width);
|
|
773
773
|
--block-size: var(--hop-EmbeddedButton-md-height);
|
|
774
774
|
--focus-ring-offset: calc(-1 * var(--focus-ring-size));
|
|
775
775
|
}
|
|
776
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
776
|
+
.EmbeddedButton-module__hop-EmbeddedButton--lg___-W1aK {
|
|
777
777
|
--inline-size: var(--hop-EmbeddedButton-lg-width);
|
|
778
778
|
--block-size: var(--hop-EmbeddedButton-lg-height);
|
|
779
779
|
--focus-ring-offset: 0;
|
|
780
780
|
}
|
|
781
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
781
|
+
.EmbeddedButton-module__hop-EmbeddedButton--md___wjXPk::before {
|
|
782
782
|
--effect-inline-size: var(--hop-EmbeddedButton-md-effect-width);
|
|
783
783
|
--effect-block-size: var(--hop-EmbeddedButton-md-effect-height);
|
|
784
784
|
}
|
|
785
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
785
|
+
.EmbeddedButton-module__hop-EmbeddedButton--lg___-W1aK::before {
|
|
786
786
|
--effect-inline-size: var(--hop-EmbeddedButton-lg-effect-width);
|
|
787
787
|
--effect-block-size: var(--hop-EmbeddedButton-lg-effect-height);
|
|
788
788
|
}
|
|
789
|
-
.EmbeddedButton-module__hop-
|
|
789
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-focus-visible] {
|
|
790
790
|
outline: var(--focus-ring-size) solid var(--hop-EmbeddedButton-focus-ring-color);
|
|
791
791
|
outline-offset: var(--focus-ring-offset);
|
|
792
792
|
}
|
|
793
|
-
.EmbeddedButton-module__hop-
|
|
793
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-disabled] {
|
|
794
794
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-disabled);
|
|
795
795
|
--color: var(--hop-EmbeddedButton-color-disabled);
|
|
796
796
|
cursor: not-allowed;
|
|
797
797
|
}
|
|
798
|
-
.EmbeddedButton-module__hop-
|
|
799
|
-
.EmbeddedButton-module__hop-
|
|
798
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-hovered]:not([data-disabled], [data-pressed]),
|
|
799
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-focus-visible]:not([data-disabled], [data-pressed]) {
|
|
800
800
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-hover);
|
|
801
801
|
--color: var(--hop-EmbeddedButton-color-hover);
|
|
802
802
|
}
|
|
803
|
-
.EmbeddedButton-module__hop-
|
|
803
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-pressed]:not([data-disabled]) {
|
|
804
804
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-pressed);
|
|
805
805
|
--color: var(--hop-EmbeddedButton-color-pressed);
|
|
806
806
|
}
|
|
807
|
-
.EmbeddedButton-module__hop-
|
|
807
|
+
.EmbeddedButton-module__hop-EmbeddedButton__icon___pSB2G {
|
|
808
808
|
position: relative;
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
812
|
-
.ErrorMessage-module__hop-
|
|
812
|
+
.ErrorMessage-module__hop-ErrorMessage___GySei {
|
|
813
813
|
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
814
814
|
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
815
815
|
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
@@ -826,13 +826,13 @@
|
|
|
826
826
|
line-height: var(--hop-ErrorMessage-line-height);
|
|
827
827
|
color: var(--hop-ErrorMessage-color);
|
|
828
828
|
}
|
|
829
|
-
.ErrorMessage-module__hop-
|
|
829
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___pc97t {
|
|
830
830
|
flex: 0 0 auto;
|
|
831
831
|
align-self: flex-start;
|
|
832
832
|
}
|
|
833
833
|
|
|
834
834
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/HelperMessage/src/HelperMessage.module.css/#css-module-data */
|
|
835
|
-
.HelperMessage-module__hop-
|
|
835
|
+
.HelperMessage-module__hop-HelperMessage___rjIiP {
|
|
836
836
|
--hop-HelperMessage-color: var(--hop-neutral-text-weak);
|
|
837
837
|
--hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
|
|
838
838
|
display: flex;
|
|
@@ -841,199 +841,98 @@
|
|
|
841
841
|
box-sizing: border-box;
|
|
842
842
|
color: var(--hop-HelperMessage-color);
|
|
843
843
|
}
|
|
844
|
-
.HelperMessage-module__hop-
|
|
844
|
+
.HelperMessage-module__hop-HelperMessage__icon___kQ-oH {
|
|
845
845
|
flex: 0 0 auto;
|
|
846
846
|
align-self: flex-start;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/
|
|
850
|
-
.
|
|
851
|
-
--hop-
|
|
852
|
-
--hop-
|
|
853
|
-
--hop-
|
|
854
|
-
--hop-
|
|
855
|
-
--hop-
|
|
856
|
-
--hop-
|
|
857
|
-
--hop-
|
|
858
|
-
--hop-
|
|
859
|
-
--hop-
|
|
860
|
-
--hop-
|
|
861
|
-
--hop-
|
|
862
|
-
--hop-
|
|
863
|
-
--hop-
|
|
864
|
-
--hop-
|
|
865
|
-
--hop-
|
|
866
|
-
--hop-
|
|
867
|
-
--hop-
|
|
868
|
-
--
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
--
|
|
883
|
-
--icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
|
|
884
|
-
}
|
|
885
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___nZFlr {
|
|
886
|
-
--size: var(--hop-RichIconAvatarImage-sm-size);
|
|
887
|
-
--icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
|
|
888
|
-
}
|
|
889
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--md___mkcIx {
|
|
890
|
-
--size: var(--hop-RichIconAvatarImage-md-size);
|
|
891
|
-
--icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
|
|
892
|
-
}
|
|
893
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___TifOU {
|
|
894
|
-
--size: var(--hop-RichIconAvatarImage-lg-size);
|
|
895
|
-
--icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
|
|
896
|
-
}
|
|
897
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___xs3Zv {
|
|
898
|
-
--size: var(--hop-RichIconAvatarImage-xl-size);
|
|
899
|
-
--icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
|
|
900
|
-
}
|
|
901
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___l0TTX {
|
|
902
|
-
--size: var(--hop-RichIconAvatarImage-2xl-size);
|
|
903
|
-
--icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
|
|
904
|
-
}
|
|
905
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage___R2v-y[data-disabled] {
|
|
906
|
-
--background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
907
|
-
}
|
|
908
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___6FWkl {
|
|
909
|
-
position: relative;
|
|
910
|
-
display: block;
|
|
911
|
-
inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
912
|
-
block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
913
|
-
}
|
|
914
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage___R2v-y[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___6FWkl {
|
|
915
|
-
--hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
916
|
-
--hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/Avatar.module.css/#css-module-data */
|
|
920
|
-
.Avatar-module__hop-Avatar___8RZO3 {
|
|
921
|
-
--hop-Avatar-border-radius: var(--hop-shape-circle);
|
|
922
|
-
--hop-Avatar-mix-blend-mode: normal;
|
|
923
|
-
--hop-Avatar-decorative-1-background-color: var(--hop-decorative-option1-surface-strong);
|
|
924
|
-
--hop-Avatar-decorative-2-background-color: var(--hop-decorative-option2-surface-strong);
|
|
925
|
-
--hop-Avatar-decorative-3-background-color: var(--hop-decorative-option3-surface-strong);
|
|
926
|
-
--hop-Avatar-decorative-4-background-color: var(--hop-decorative-option4-surface-strong);
|
|
927
|
-
--hop-Avatar-decorative-5-background-color: var(--hop-decorative-option5-surface-strong);
|
|
928
|
-
--hop-Avatar-decorative-6-background-color: var(--hop-decorative-option6-surface-strong);
|
|
929
|
-
--hop-Avatar-decorative-7-background-color: var(--hop-decorative-option7-surface-strong);
|
|
930
|
-
--hop-Avatar-decorative-8-background-color: var(--hop-decorative-option8-surface-strong);
|
|
931
|
-
--hop-Avatar-decorative-9-background-color: var(--hop-decorative-option9-surface-strong);
|
|
932
|
-
--hop-Avatar-decorative-1-text-color: var(--hop-decorative-option1-text);
|
|
933
|
-
--hop-Avatar-decorative-2-text-color: var(--hop-decorative-option2-text);
|
|
934
|
-
--hop-Avatar-decorative-3-text-color: var(--hop-decorative-option3-text);
|
|
935
|
-
--hop-Avatar-decorative-4-text-color: var(--hop-decorative-option4-text);
|
|
936
|
-
--hop-Avatar-decorative-5-text-color: var(--hop-decorative-option5-text);
|
|
937
|
-
--hop-Avatar-decorative-6-text-color: var(--hop-decorative-option6-text);
|
|
938
|
-
--hop-Avatar-decorative-7-text-color: var(--hop-decorative-option7-text);
|
|
939
|
-
--hop-Avatar-decorative-8-text-color: var(--hop-decorative-option8-text);
|
|
940
|
-
--hop-Avatar-decorative-9-text-color: var(--hop-decorative-option9-text);
|
|
941
|
-
--hop-Avatar-xs-size: 1rem;
|
|
942
|
-
--hop-Avatar-sm-size: 1.5rem;
|
|
943
|
-
--hop-Avatar-md-size: 2rem;
|
|
944
|
-
--hop-Avatar-lg-size: 3rem;
|
|
945
|
-
--hop-Avatar-xl-size: 4rem;
|
|
946
|
-
--hop-Avatar-2xl-size: 6rem;
|
|
947
|
-
--hop-Avatar-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
948
|
-
--hop-Avatar-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
949
|
-
--hop-Avatar-mix-blend-mode-disabled: luminosity;
|
|
950
|
-
--mix-blend-mode: var(--hop-Avatar-mix-blend-mode);
|
|
951
|
-
user-select: none;
|
|
952
|
-
position: relative;
|
|
953
|
-
overflow: hidden;
|
|
954
|
-
display: flex;
|
|
955
|
-
flex: 0 0 auto;
|
|
956
|
-
align-items: center;
|
|
957
|
-
justify-content: center;
|
|
958
|
-
box-sizing: border-box;
|
|
959
|
-
inline-size: var(--size, var(--hop-Avatar-md-size));
|
|
960
|
-
block-size: var(--size, var(--hop-Avatar-md-size));
|
|
961
|
-
color: var(--text-color, var(--hop-neutral-text));
|
|
962
|
-
background-color: var(--background-color, transparent);
|
|
963
|
-
border-radius: var(--hop-Avatar-border-radius);
|
|
964
|
-
}
|
|
965
|
-
.Avatar-module__hop-Avatar--xs___ynFuF {
|
|
966
|
-
--size: var(--hop-Avatar-xs-size);
|
|
967
|
-
}
|
|
968
|
-
.Avatar-module__hop-Avatar--sm___3oY2t {
|
|
969
|
-
--size: var(--hop-Avatar-sm-size);
|
|
970
|
-
}
|
|
971
|
-
.Avatar-module__hop-Avatar--md___6Gv9Q {
|
|
972
|
-
--size: var(--hop-Avatar-md-size);
|
|
973
|
-
}
|
|
974
|
-
.Avatar-module__hop-Avatar--lg___S6Ehu {
|
|
975
|
-
--size: var(--hop-Avatar-lg-size);
|
|
976
|
-
}
|
|
977
|
-
.Avatar-module__hop-Avatar--xl___1CYyi {
|
|
978
|
-
--size: var(--hop-Avatar-xl-size);
|
|
979
|
-
}
|
|
980
|
-
.Avatar-module__hop-Avatar--2xl___u7E0y {
|
|
981
|
-
--size: var(--hop-Avatar-2xl-size);
|
|
982
|
-
}
|
|
983
|
-
.Avatar-module__hop-Avatar--decorative-option1___ULBn2 {
|
|
984
|
-
--background-color: var(--hop-Avatar-decorative-1-background-color);
|
|
985
|
-
--text-color: var(--hop-Avatar-decorative-1-text-color);
|
|
986
|
-
}
|
|
987
|
-
.Avatar-module__hop-Avatar--decorative-option2___J4qwW {
|
|
988
|
-
--background-color: var(--hop-Avatar-decorative-2-background-color);
|
|
989
|
-
--text-color: var(--hop-Avatar-decorative-2-text-color);
|
|
990
|
-
}
|
|
991
|
-
.Avatar-module__hop-Avatar--decorative-option3___yKw7L {
|
|
992
|
-
--background-color: var(--hop-Avatar-decorative-3-background-color);
|
|
993
|
-
--text-color: var(--hop-Avatar-decorative-3-text-color);
|
|
849
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
850
|
+
.Heading-module__hop-Heading___tWbtc {
|
|
851
|
+
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
852
|
+
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
853
|
+
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
854
|
+
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
855
|
+
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
856
|
+
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
857
|
+
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
858
|
+
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
859
|
+
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
860
|
+
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
861
|
+
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
862
|
+
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
863
|
+
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
864
|
+
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
865
|
+
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
866
|
+
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
867
|
+
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
868
|
+
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
869
|
+
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
870
|
+
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
871
|
+
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
872
|
+
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
873
|
+
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
874
|
+
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
875
|
+
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
876
|
+
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
877
|
+
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
878
|
+
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
879
|
+
--hop-Heading-inherit-size-font-size: inherit;
|
|
880
|
+
--hop-Heading-inherit-size-font-family: inherit;
|
|
881
|
+
--hop-Heading-inherit-size-font-weight: inherit;
|
|
882
|
+
--hop-Heading-inherit-size-line-height: inherit;
|
|
994
883
|
}
|
|
995
|
-
.
|
|
996
|
-
|
|
997
|
-
|
|
884
|
+
:where(.Heading-module__hop-Heading___tWbtc) {
|
|
885
|
+
margin: 0;
|
|
886
|
+
font-family: var(--font-family);
|
|
887
|
+
font-size: var(--font-size);
|
|
888
|
+
font-weight: var(--font-weight);
|
|
889
|
+
line-height: var(--line-height);
|
|
998
890
|
}
|
|
999
|
-
.
|
|
1000
|
-
--
|
|
1001
|
-
--
|
|
891
|
+
:where(.Heading-module__hop-Heading--xs___uee-Q) {
|
|
892
|
+
--font-size: var(--hop-Heading-xs-font-size);
|
|
893
|
+
--font-family: var(--hop-Heading-xs-font-family);
|
|
894
|
+
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
895
|
+
--line-height: var(--hop-Heading-xs-line-height);
|
|
1002
896
|
}
|
|
1003
|
-
.
|
|
1004
|
-
--
|
|
1005
|
-
--
|
|
897
|
+
:where(.Heading-module__hop-Heading--sm___Vawt0) {
|
|
898
|
+
--font-size: var(--hop-Heading-sm-font-size);
|
|
899
|
+
--font-family: var(--hop-Heading-sm-font-family);
|
|
900
|
+
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
901
|
+
--line-height: var(--hop-Heading-sm-line-height);
|
|
1006
902
|
}
|
|
1007
|
-
.
|
|
1008
|
-
--
|
|
1009
|
-
--
|
|
903
|
+
:where(.Heading-module__hop-Heading--md___OHy3C) {
|
|
904
|
+
--font-size: var(--hop-Heading-md-font-size);
|
|
905
|
+
--font-family: var(--hop-Heading-md-font-family);
|
|
906
|
+
--font-weight: var(--hop-Heading-md-font-weight);
|
|
907
|
+
--line-height: var(--hop-Heading-md-line-height);
|
|
1010
908
|
}
|
|
1011
|
-
.
|
|
1012
|
-
--
|
|
1013
|
-
--
|
|
909
|
+
:where(.Heading-module__hop-Heading--lg___jyfMT) {
|
|
910
|
+
--font-size: var(--hop-Heading-lg-font-size);
|
|
911
|
+
--font-family: var(--hop-Heading-lg-font-family);
|
|
912
|
+
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
913
|
+
--line-height: var(--hop-Heading-lg-line-height);
|
|
1014
914
|
}
|
|
1015
|
-
.
|
|
1016
|
-
--
|
|
1017
|
-
--
|
|
915
|
+
:where(.Heading-module__hop-Heading--xl___Z1Czd) {
|
|
916
|
+
--font-size: var(--hop-Heading-xl-font-size);
|
|
917
|
+
--font-family: var(--hop-Heading-xl-font-family);
|
|
918
|
+
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
919
|
+
--line-height: var(--hop-Heading-xl-line-height);
|
|
1018
920
|
}
|
|
1019
|
-
.
|
|
1020
|
-
--
|
|
1021
|
-
--
|
|
1022
|
-
--
|
|
1023
|
-
|
|
921
|
+
:where(.Heading-module__hop-Heading--2xl___1mNUt) {
|
|
922
|
+
--font-size: var(--hop-Heading-2xl-font-size);
|
|
923
|
+
--font-family: var(--hop-Heading-2xl-font-family);
|
|
924
|
+
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
925
|
+
--line-height: var(--hop-Heading-2xl-line-height);
|
|
1024
926
|
}
|
|
1025
|
-
.
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
block-size: 100%;
|
|
1031
|
-
object-fit: cover;
|
|
1032
|
-
mix-blend-mode: var(--mix-blend-mode);
|
|
927
|
+
:where(.Heading-module__hop-Heading--3xl___lYJTo) {
|
|
928
|
+
--font-size: var(--hop-Heading-3xl-font-size);
|
|
929
|
+
--font-family: var(--hop-Heading-3xl-font-family);
|
|
930
|
+
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
931
|
+
--line-height: var(--hop-Heading-3xl-line-height);
|
|
1033
932
|
}
|
|
1034
933
|
|
|
1035
934
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
1036
|
-
:where(.OverlineText-module__hop-
|
|
935
|
+
:where(.OverlineText-module__hop-OverlineText___ENkOl) {
|
|
1037
936
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
1038
937
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
1039
938
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -1057,621 +956,26 @@
|
|
|
1057
956
|
text-transform: uppercase;
|
|
1058
957
|
letter-spacing: var(--letter-spacing);
|
|
1059
958
|
}
|
|
1060
|
-
.OverlineText-module__hop-
|
|
959
|
+
.OverlineText-module__hop-OverlineText__text___NnNns {
|
|
1061
960
|
box-sizing: border-box;
|
|
1062
961
|
}
|
|
1063
|
-
.OverlineText-module__hop-
|
|
1064
|
-
.OverlineText-module__hop-
|
|
962
|
+
.OverlineText-module__hop-OverlineText__text___NnNns::before,
|
|
963
|
+
.OverlineText-module__hop-OverlineText__text___NnNns::after {
|
|
1065
964
|
content: "";
|
|
1066
965
|
display: block;
|
|
1067
966
|
box-sizing: border-box;
|
|
1068
967
|
inline-size: 0;
|
|
1069
968
|
block-size: 0;
|
|
1070
969
|
}
|
|
1071
|
-
.OverlineText-module__hop-
|
|
970
|
+
.OverlineText-module__hop-OverlineText__text___NnNns::before {
|
|
1072
971
|
margin-block-end: var(--bottom-offset);
|
|
1073
972
|
}
|
|
1074
|
-
.OverlineText-module__hop-
|
|
973
|
+
.OverlineText-module__hop-OverlineText__text___NnNns::after {
|
|
1075
974
|
margin-block-start: var(--top-offset);
|
|
1076
975
|
}
|
|
1077
976
|
|
|
1078
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/Badge.module.css/#css-module-data */
|
|
1079
|
-
.Badge-module__hop-Badge___vobuo {
|
|
1080
|
-
--hop-Badge-height: 1.5rem;
|
|
1081
|
-
--hop-Badge-padding-inline: var(--hop-space-inset-sm);
|
|
1082
|
-
--hop-Badge-border-radius: var(--hop-shape-pill);
|
|
1083
|
-
--hop-Badge-primary-text-color: var(--hop-primary-text-strong);
|
|
1084
|
-
--hop-Badge-primary-background-color: var(--hop-primary-surface-strong);
|
|
1085
|
-
--hop-Badge-secondary-text-color: var(--hop-neutral-text);
|
|
1086
|
-
--hop-Badge-secondary-background-color: var(--hop-neutral-surface-weak);
|
|
1087
|
-
--hop-Badge-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
1088
|
-
--hop-Badge-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1089
|
-
--height: var(--hop-Badge-height);
|
|
1090
|
-
--padding-inline: var(--hop-Badge-padding-inline);
|
|
1091
|
-
--border-radius: var(--hop-Badge-border-radius);
|
|
1092
|
-
display: inline-flex;
|
|
1093
|
-
align-items: center;
|
|
1094
|
-
justify-content: center;
|
|
1095
|
-
box-sizing: border-box;
|
|
1096
|
-
inline-size: max-content;
|
|
1097
|
-
block-size: var(--height);
|
|
1098
|
-
padding-inline: var(--padding-inline);
|
|
1099
|
-
color: var(--text-color, var(--hop-Badge-primary-text-color));
|
|
1100
|
-
background-color: var(--background-color, var(--hop-Badge-primary-background-color));
|
|
1101
|
-
border-radius: var(--border-radius);
|
|
1102
|
-
}
|
|
1103
|
-
.Badge-module__hop-Badge--primary___qDeOA {
|
|
1104
|
-
--background-color: var(--hop-Badge-primary-background-color);
|
|
1105
|
-
--text-color: var(--hop-Badge-primary-text-color);
|
|
1106
|
-
}
|
|
1107
|
-
.Badge-module__hop-Badge--secondary___jTHaT {
|
|
1108
|
-
--background-color: var(--hop-Badge-secondary-background-color);
|
|
1109
|
-
--text-color: var(--hop-Badge-secondary-text-color);
|
|
1110
|
-
}
|
|
1111
|
-
.Badge-module__hop-Badge___vobuo[data-disabled] {
|
|
1112
|
-
--background-color: var(--hop-Badge-background-color-disabled);
|
|
1113
|
-
--text-color: var(--hop-Badge-text-color-disabled);
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/checkbox/src/Checkbox.module.css/#css-module-data */
|
|
1117
|
-
.Checkbox-module__hop-Checkbox___kkfkh {
|
|
1118
|
-
--hop-Checkbox-box-border-size: 0.0625rem;
|
|
1119
|
-
--hop-Checkbox-box-border-color: var(--hop-neutral-border);
|
|
1120
|
-
--hop-Checkbox-box-background-color: var(--hop-neutral-surface);
|
|
1121
|
-
--hop-Checkbox-box-outline-size: 0.125rem;
|
|
1122
|
-
--hop-Checkbox-box-outline-color: var(--hop-primary-border-focus);
|
|
1123
|
-
--hop-Checkbox-check-color: var(--hop-neutral-icon-selected);
|
|
1124
|
-
--hop-Checkbox-check-display: none;
|
|
1125
|
-
--hop-Checkbox-text-color: var(--hop-neutral-text);
|
|
1126
|
-
--hop-Checkbox-icon-color: var(--hop-neutral-icon);
|
|
1127
|
-
--hop-Checkbox-box-border-color-hovered: var(--hop-neutral-border-hover);
|
|
1128
|
-
--hop-Checkbox-box-background-color-hovered: var(--hop-neutral-surface-hover);
|
|
1129
|
-
--hop-Checkbox-text-color-hovered: var(--hop-neutral-text-hover);
|
|
1130
|
-
--hop-Checkbox-icon-color-hovered: var(--hop-neutral-icon-hover);
|
|
1131
|
-
--hop-Checkbox-box-border-color-pressed: var(--hop-neutral-border-press);
|
|
1132
|
-
--hop-Checkbox-box-background-color-pressed: var(--hop-neutral-surface-press);
|
|
1133
|
-
--hop-Checkbox-text-color-pressed: var(--hop-neutral-text-press);
|
|
1134
|
-
--hop-Checkbox-icon-color-pressed: var(--hop-neutral-icon-press);
|
|
1135
|
-
--hop-Checkbox-box-border-color-selected: var(--hop-neutral-border-selected);
|
|
1136
|
-
--hop-Checkbox-box-background-color-selected: var(--hop-neutral-surface-selected);
|
|
1137
|
-
--hop-Checkbox-check-display-selected: block;
|
|
1138
|
-
--hop-Checkbox-text-color-selected: var(--hop-neutral-text);
|
|
1139
|
-
--hop-Checkbox-icon-color-selected: var(--hop-neutral-icon);
|
|
1140
|
-
--hop-Checkbox-box-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
1141
|
-
--hop-Checkbox-box-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1142
|
-
--hop-Checkbox-check-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1143
|
-
--hop-Checkbox-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
1144
|
-
--hop-Checkbox-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1145
|
-
--hop-Checkbox-box-border-color-focused: var(--hop-neutral-border-hover);
|
|
1146
|
-
--hop-Checkbox-box-background-color-focused: var(--hop-neutral-surface-hover);
|
|
1147
|
-
--hop-Checkbox-text-color-focused: var(--hop-neutral-text-hover);
|
|
1148
|
-
--hop-Checkbox-icon-color-focused: var(--hop-neutral-icon-hover);
|
|
1149
|
-
--hop-Checkbox-box-border-color-invalid: var(--hop-danger-border-strong);
|
|
1150
|
-
--hop-Checkbox-box-background-color-invalid: var(--hop-neutral-surface);
|
|
1151
|
-
--hop-Checkbox-box-border-color-hovered-invalid: var(--hop-danger-border-strong);
|
|
1152
|
-
--hop-Checkbox-box-background-color-hovered-invalid: var(--hop-danger-surface-weak-hover);
|
|
1153
|
-
--hop-Checkbox-box-border-color-pressed-invalid: var(--hop-danger-border-press);
|
|
1154
|
-
--hop-Checkbox-box-background-color-pressed-invalid: var(--hop-danger-surface-weak-press);
|
|
1155
|
-
--hop-Checkbox-box-border-color-focused-invalid: var(--hop-danger-border-press);
|
|
1156
|
-
--hop-Checkbox-box-background-color-focused-invalid: var(--hop-danger-surface);
|
|
1157
|
-
--hop-Checkbox-box-border-color-selected-invalid: var(--hop-danger-border-strong);
|
|
1158
|
-
--hop-Checkbox-box-background-color-selected-invalid: var(--hop-danger-surface-strong);
|
|
1159
|
-
--hop-Checkbox-check-color-invalid: var(--hop-danger-icon-strong);
|
|
1160
|
-
--hop-Checkbox-text-color-invalid: var(--hop-danger-text-weak);
|
|
1161
|
-
--hop-Checkbox-text-color-hovered-invalid: var(--hop-danger-text-weak-hover);
|
|
1162
|
-
--hop-Checkbox-text-color-pressed-invalid: var(--hop-danger-text-weak-press);
|
|
1163
|
-
--hop-Checkbox-icon-color-invalid: var(--hop-danger-icon-weak);
|
|
1164
|
-
--hop-Checkbox-icon-color-hovered-invalid: var(--hop-danger-icon-weak-hover);
|
|
1165
|
-
--hop-Checkbox-icon-color-pressed-invalid: var(--hop-danger-icon-weak-press);
|
|
1166
|
-
--hop-Checkbox-box-sm-block-size: 1rem;
|
|
1167
|
-
--hop-Checkbox-box-sm-inline-size: 1rem;
|
|
1168
|
-
--hop-Checkbox-text-sm-top-offset: calc((var(--box-inline-size) - (var(--hop-body-sm-line-height) * var(--hop-body-sm-font-size))) / 2);
|
|
1169
|
-
--hop-Checkbox-text-sm-margin-inline-start: calc(var(--hop-space-inline-sm) - var(--hop-space-inline-xs));
|
|
1170
|
-
--hop-Checkbox-box-md-block-size: 1.5rem;
|
|
1171
|
-
--hop-Checkbox-box-md-inline-size: 1.5rem;
|
|
1172
|
-
--hop-Checkbox-text-md-top-offset: calc((var(--box-inline-size) - (var(--hop-body-md-line-height) * var(--hop-body-md-font-size))) / 2);
|
|
1173
|
-
--hop-Checkbox-text-md-margin-inline-start: calc(var(--hop-space-inline-md) - var(--hop-space-inline-xs));
|
|
1174
|
-
--box-background-color: var(--hop-Checkbox-box-background-color);
|
|
1175
|
-
--box-border-color: var(--hop-Checkbox-box-border-color);
|
|
1176
|
-
--box-border-radius: var(--hop-shape-rounded-sm);
|
|
1177
|
-
--check-color: var(--hop-Checkbox-check-color);
|
|
1178
|
-
--check-display: var(--hop-Checkbox-check-display);
|
|
1179
|
-
--cursor: pointer;
|
|
1180
|
-
--text-color: var(--hop-Checkbox-text-color);
|
|
1181
|
-
--icon-color: var(--hop-Checkbox-icon-color);
|
|
1182
|
-
--description-color: var(--hop-Checkbox-description-color);
|
|
1183
|
-
--transition-duration: var(--hop-easing-duration-2);
|
|
1184
|
-
cursor: var(--cursor);
|
|
1185
|
-
display: flex;
|
|
1186
|
-
column-gap: var(--hop-space-inline-xs);
|
|
1187
|
-
align-items: flex-start;
|
|
1188
|
-
justify-content: flex-start;
|
|
1189
|
-
box-sizing: border-box;
|
|
1190
|
-
inline-size: max-content;
|
|
1191
|
-
max-inline-size: 100%;
|
|
1192
|
-
}
|
|
1193
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-focus-visible],
|
|
1194
|
-
.Checkbox-module__hop-Checkbox--focused___TlPED {
|
|
1195
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-focused);
|
|
1196
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-focused);
|
|
1197
|
-
--box-outline: var(--hop-Checkbox-box-outline-size) solid var(--hop-Checkbox-box-outline-color);
|
|
1198
|
-
--text-color: var(--hop-Checkbox-text-color-focused);
|
|
1199
|
-
--icon-color: var(--hop-Checkbox-icon-color-focused);
|
|
1200
|
-
--description-color: var(--hop-Checkbox-description-color-focus);
|
|
1201
|
-
}
|
|
1202
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-hovered],
|
|
1203
|
-
.Checkbox-module__hop-Checkbox--hovered___RChm- {
|
|
1204
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-hovered);
|
|
1205
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-hovered);
|
|
1206
|
-
--text-color: var(--hop-Checkbox-text-color-hovered);
|
|
1207
|
-
--icon-color: var(--hop-Checkbox-icon-color-hovered);
|
|
1208
|
-
--description-color: var(--hop-Checkbox-description-color-hover);
|
|
1209
|
-
}
|
|
1210
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-pressed],
|
|
1211
|
-
.Checkbox-module__hop-Checkbox--pressed___rF14S {
|
|
1212
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-pressed);
|
|
1213
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-pressed);
|
|
1214
|
-
--text-color: var(--hop-Checkbox-text-color-pressed);
|
|
1215
|
-
--icon-color: var(--hop-Checkbox-icon-color-pressed);
|
|
1216
|
-
}
|
|
1217
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-selected] {
|
|
1218
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-selected);
|
|
1219
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-selected);
|
|
1220
|
-
--check-display: var(--hop-Checkbox-check-display-selected);
|
|
1221
|
-
--text-color: var(--hop-Checkbox-text-color-selected);
|
|
1222
|
-
--icon-color: var(--hop-Checkbox-icon-color-selected);
|
|
1223
|
-
--description-color: var(--hop-Checkbox-description-color-checked);
|
|
1224
|
-
}
|
|
1225
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-invalid] {
|
|
1226
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-invalid);
|
|
1227
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-invalid);
|
|
1228
|
-
--check-color: var(--hop-Checkbox-check-color-invalid);
|
|
1229
|
-
--text-color: var(--hop-Checkbox-text-color-invalid);
|
|
1230
|
-
--icon-color: var(--hop-Checkbox-icon-color-invalid);
|
|
1231
|
-
--description-color: var(--hop-Checkbox-description-color-invalid);
|
|
1232
|
-
}
|
|
1233
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-invalid]:where([data-focus-visible], .Checkbox-module__hop-Checkbox--focused___TlPED) {
|
|
1234
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-focused-invalid);
|
|
1235
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-focused-invalid);
|
|
1236
|
-
}
|
|
1237
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-invalid]:where([data-hovered], .Checkbox-module__hop-Checkbox--hovered___RChm-) {
|
|
1238
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-hovered-invalid);
|
|
1239
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-hovered-invalid);
|
|
1240
|
-
--text-color: var(--hop-Checkbox-text-color-hovered-invalid);
|
|
1241
|
-
--icon-color: var(--hop-Checkbox-icon-color-hovered-invalid);
|
|
1242
|
-
}
|
|
1243
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-invalid]:where([data-pressed], .Checkbox-module__hop-Checkbox--pressed___rF14S) {
|
|
1244
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-pressed-invalid);
|
|
1245
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-pressed-invalid);
|
|
1246
|
-
--text-color: var(--hop-Checkbox-text-color-pressed-invalid);
|
|
1247
|
-
--icon-color: var(--hop-Checkbox-icon-color-pressed-invalid);
|
|
1248
|
-
}
|
|
1249
|
-
.Checkbox-module__hop-Checkbox___kkfkh:where([data-invalid])[data-selected] {
|
|
1250
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-selected-invalid);
|
|
1251
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-selected-invalid);
|
|
1252
|
-
}
|
|
1253
|
-
.Checkbox-module__hop-Checkbox___kkfkh[data-disabled] {
|
|
1254
|
-
--box-background-color: var(--hop-Checkbox-box-background-color-disabled);
|
|
1255
|
-
--box-border-color: var(--hop-Checkbox-box-border-color-disabled);
|
|
1256
|
-
--check-color: var(--hop-Checkbox-check-color-disabled);
|
|
1257
|
-
--cursor: not-allowed;
|
|
1258
|
-
--text-color: var(--hop-Checkbox-text-color-disabled);
|
|
1259
|
-
--icon-color: var(--hop-Checkbox-icon-color-disabled);
|
|
1260
|
-
--description-color: var(--hop-Checkbox-description-color-disabled);
|
|
1261
|
-
}
|
|
1262
|
-
.Checkbox-module__hop-Checkbox--sm___meRzS {
|
|
1263
|
-
--box-block-size: var(--hop-Checkbox-box-sm-block-size);
|
|
1264
|
-
--box-inline-size: var(--hop-Checkbox-box-sm-inline-size);
|
|
1265
|
-
--text-top-offset: var(--hop-Checkbox-text-sm-top-offset);
|
|
1266
|
-
--text-margin-inline-start: var(--hop-Checkbox-text-sm-margin-inline-start);
|
|
1267
|
-
}
|
|
1268
|
-
.Checkbox-module__hop-Checkbox--md___FP707 {
|
|
1269
|
-
--box-block-size: var(--hop-Checkbox-box-md-block-size);
|
|
1270
|
-
--box-inline-size: var(--hop-Checkbox-box-md-inline-size);
|
|
1271
|
-
--text-top-offset: var(--hop-Checkbox-text-md-top-offset);
|
|
1272
|
-
--text-margin-inline-start: var(--hop-Checkbox-text-md-margin-inline-start);
|
|
1273
|
-
}
|
|
1274
|
-
.Checkbox-module__hop-Checkbox__icon___riT8C,
|
|
1275
|
-
.Checkbox-module__hop-Checkbox__icon-list___qqh1A {
|
|
1276
|
-
flex: 0 0 auto;
|
|
1277
|
-
order: 3;
|
|
1278
|
-
color: var(--icon-color);
|
|
1279
|
-
}
|
|
1280
|
-
.Checkbox-module__hop-Checkbox__box___0yaup {
|
|
1281
|
-
display: flex;
|
|
1282
|
-
flex: 0 0 auto;
|
|
1283
|
-
align-items: center;
|
|
1284
|
-
justify-content: center;
|
|
1285
|
-
order: 1;
|
|
1286
|
-
box-sizing: border-box;
|
|
1287
|
-
inline-size: var(--box-inline-size, var(--hop-Checkbox-box-md-inline-size));
|
|
1288
|
-
block-size: var(--box-block-size, var(--hop-Checkbox-box-md-block-size));
|
|
1289
|
-
background-color: var(--box-background-color);
|
|
1290
|
-
border: var(--hop-Checkbox-box-border-size) solid var(--box-border-color);
|
|
1291
|
-
border-radius: var(--box-border-radius);
|
|
1292
|
-
outline: var(--box-outline, none);
|
|
1293
|
-
outline-offset: 0.125rem;
|
|
1294
|
-
transition: background-color var(--transition-duration) var(--hop-easing-productive), border var(--transition-duration) var(--hop-easing-productive);
|
|
1295
|
-
}
|
|
1296
|
-
.Checkbox-module__hop-Checkbox__check___QslyE {
|
|
1297
|
-
display: var(--check-display);
|
|
1298
|
-
color: var(--check-color);
|
|
1299
|
-
}
|
|
1300
|
-
.Checkbox-module__hop-Checkbox__text___dS-ci {
|
|
1301
|
-
flex: 0 1 auto;
|
|
1302
|
-
order: 2;
|
|
1303
|
-
min-inline-size: 0;
|
|
1304
|
-
margin-block-start: var(--text-top-offset, var(--hop-Checkbox-text-md-top-offset));
|
|
1305
|
-
margin-inline-start: var(--text-margin-inline-start, var(--hop-Checkbox-text-md-margin-inline-start));
|
|
1306
|
-
color: var(--text-color);
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/checkbox/src/CheckboxField.module.css/#css-module-data */
|
|
1310
|
-
.CheckboxField-module__hop-CheckboxField___sv7hL {
|
|
1311
|
-
--hop-CheckboxField-description-color: var(--hop-neutral-text-weak);
|
|
1312
|
-
--hop-CheckboxField-description-color-disabled: var(--hop-neutral-text-disabled);
|
|
1313
|
-
--hop-CheckboxField-sm-row-gap: var(--hop-space-stack-xs);
|
|
1314
|
-
--hop-CheckboxField-checkbox-sm-inline-size: 1rem;
|
|
1315
|
-
--hop-CheckboxField-description-sm-margin-inline-start: calc(var(--hop-CheckboxField-checkbox-sm-inline-size) + var(--hop-space-inline-sm));
|
|
1316
|
-
--hop-CheckboxField-md-row-gap: var(--hop-space-stack-xs);
|
|
1317
|
-
--hop-CheckboxField-checkbox-md-inline-size: 1.5rem;
|
|
1318
|
-
--hop-CheckboxField-description-md-margin-inline-start: calc(var(--hop-CheckboxField-checkbox-md-inline-size) + var(--hop-space-inline-md));
|
|
1319
|
-
--description-color: var(--hop-CheckboxField-description-color);
|
|
1320
|
-
display: flex;
|
|
1321
|
-
flex-direction: column;
|
|
1322
|
-
row-gap: var(--row-gap, var(--hop-space-stack-sm));
|
|
1323
|
-
align-items: flex-start;
|
|
1324
|
-
justify-content: flex-start;
|
|
1325
|
-
box-sizing: border-box;
|
|
1326
|
-
inline-size: max-content;
|
|
1327
|
-
max-inline-size: 100%;
|
|
1328
|
-
}
|
|
1329
|
-
.CheckboxField-module__hop-CheckboxField___sv7hL[data-disabled] {
|
|
1330
|
-
--description-color: var(--hop-CheckboxField-description-color-disabled);
|
|
1331
|
-
}
|
|
1332
|
-
.CheckboxField-module__hop-CheckboxField--sm___Kkdsk {
|
|
1333
|
-
--row-gap: var(--hop-CheckboxField-sm-row-gap);
|
|
1334
|
-
--description-margin-inline-start: var(--hop-CheckboxField-description-sm-margin-inline-start);
|
|
1335
|
-
}
|
|
1336
|
-
.CheckboxField-module__hop-CheckboxField--md___2zUca {
|
|
1337
|
-
--row-gap: var(--hop-CheckboxField-md-row-gap);
|
|
1338
|
-
--description-margin-inline-start: var(--hop-CheckboxField-description-md-margin-inline-start);
|
|
1339
|
-
}
|
|
1340
|
-
.CheckboxField-module__hop-CheckboxField__description___0-Wfs {
|
|
1341
|
-
order: 2;
|
|
1342
|
-
margin-inline-start: var(--description-margin-inline-start, var(--hop-CheckboxField-description-md-margin-inline-start));
|
|
1343
|
-
color: var(--description-color);
|
|
1344
|
-
}
|
|
1345
|
-
.CheckboxField-module__hop-CheckboxField__checkbox___ziF8w {
|
|
1346
|
-
order: 1;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/checkbox/src/CheckboxGroup.module.css/#css-module-data */
|
|
1350
|
-
.CheckboxGroup-module__hop-CheckboxGroup___J0v3l {
|
|
1351
|
-
--hop-CheckboxGroup-align-items: flex-start;
|
|
1352
|
-
--hop-CheckboxGroup-justify-content: flex-start;
|
|
1353
|
-
--hop-CheckboxGroup-bordered-border-color: var(--hop-neutral-border-weak);
|
|
1354
|
-
--hop-CheckboxGroup-sm-column-gap: var(--hop-space-inline-sm);
|
|
1355
|
-
--hop-CheckboxGroup-sm-row-gap: var(--hop-space-stack-sm);
|
|
1356
|
-
--hop-CheckboxGroup-list-sm-column-gap: var(--hop-space-inline-sm);
|
|
1357
|
-
--hop-CheckboxGroup-list-sm-row-gap: var(--hop-space-stack-sm);
|
|
1358
|
-
--hop-CheckboxGroup-bordered-sm-padding: var(--hop-space-inset-sm);
|
|
1359
|
-
--hop-CheckboxGroup-bordered-sm-column-gap: var(--hop-space-inline-sm);
|
|
1360
|
-
--hop-CheckboxGroup-bordered-sm-row-gap: var(--hop-space-stack-sm);
|
|
1361
|
-
--hop-CheckboxGroup-list-bordered-sm-column-gap: 0;
|
|
1362
|
-
--hop-CheckboxGroup-list-bordered-sm-row-gap: 0;
|
|
1363
|
-
--hop-CheckboxGroup-md-column-gap: var(--hop-space-inline-md);
|
|
1364
|
-
--hop-CheckboxGroup-md-row-gap: var(--hop-space-stack-md);
|
|
1365
|
-
--hop-CheckboxGroup-list-md-column-gap: var(--hop-space-inline-md);
|
|
1366
|
-
--hop-CheckboxGroup-list-md-row-gap: var(--hop-space-stack-md);
|
|
1367
|
-
--hop-CheckboxGroup-bordered-md-padding: var(--hop-space-inset-md);
|
|
1368
|
-
--hop-CheckboxGroup-bordered-md-column-gap: var(--hop-space-inline-sm);
|
|
1369
|
-
--hop-CheckboxGroup-bordered-md-row-gap: var(--hop-space-stack-sm);
|
|
1370
|
-
--hop-CheckboxGroup-list-bordered-md-column-gap: 0;
|
|
1371
|
-
--hop-CheckboxGroup-list-bordered-md-row-gap: 0;
|
|
1372
|
-
--hop-CheckboxGroup-vertical-flex-direction: column;
|
|
1373
|
-
--hop-CheckboxGroup-horizontal-flex-direction: row;
|
|
1374
|
-
--checkbox-border-size: 0.0625rem;
|
|
1375
|
-
--checkbox-border-color: var(--hop-neutral-border-weak);
|
|
1376
|
-
--flex-direction: var(--hop-CheckboxGroup-vertical-flex-direction);
|
|
1377
|
-
--align-items: var(--hop-CheckboxGroup-align-items);
|
|
1378
|
-
--justify-content: var(--hop-CheckboxGroup-justify-content);
|
|
1379
|
-
--flex-wrap: wrap;
|
|
1380
|
-
display: flex;
|
|
1381
|
-
flex-direction: column;
|
|
1382
|
-
gap: var(--row-gap, var(--hop-space-stack-md)) var(--column-gap, var(--hop-space-inline-md));
|
|
1383
|
-
align-items: var(--align-items);
|
|
1384
|
-
justify-content: var(--justify-content);
|
|
1385
|
-
box-sizing: border-box;
|
|
1386
|
-
inline-size: max-content;
|
|
1387
|
-
max-inline-size: 100%;
|
|
1388
|
-
}
|
|
1389
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w {
|
|
1390
|
-
--list-border: var(--checkbox-border-size) solid var(--checkbox-border-color);
|
|
1391
|
-
--list-border-radius: var(--hop-shape-rounded-md);
|
|
1392
|
-
}
|
|
1393
|
-
.CheckboxGroup-module__hop-CheckboxGroup--sm___UpAzu {
|
|
1394
|
-
--column-gap: var(--hop-CheckboxGroup-sm-column-gap);
|
|
1395
|
-
--row-gap: var(--hop-CheckboxGroup-sm-row-gap);
|
|
1396
|
-
--list-column-gap: var(--hop-CheckboxGroup-list-sm-column-gap);
|
|
1397
|
-
--list-row-gap: var(--hop-CheckboxGroup-list-sm-row-gap);
|
|
1398
|
-
}
|
|
1399
|
-
.CheckboxGroup-module__hop-CheckboxGroup--md___hdnvw {
|
|
1400
|
-
--column-gap: var(--hop-CheckboxGroup-md-column-gap);
|
|
1401
|
-
--row-gap: var(--hop-CheckboxGroup-md-row-gap);
|
|
1402
|
-
--list-column-gap: var(--hop-CheckboxGroup-list-md-column-gap);
|
|
1403
|
-
--list-row-gap: var(--hop-CheckboxGroup-list-md-row-gap);
|
|
1404
|
-
}
|
|
1405
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w.CheckboxGroup-module__hop-CheckboxGroup--sm___UpAzu {
|
|
1406
|
-
--checkbox-padding: var(--hop-CheckboxGroup-bordered-sm-padding);
|
|
1407
|
-
--column-gap: var(--hop-CheckboxGroup-bordered-sm-column-gap);
|
|
1408
|
-
--row-gap: var(--hop-CheckboxGroup-bordered-sm-row-gap);
|
|
1409
|
-
--list-column-gap: var(--hop-CheckboxGroup-list-bordered-sm-column-gap);
|
|
1410
|
-
--list-row-gap: var(--hop-CheckboxGroup-list-bordered-sm-row-gap);
|
|
1411
|
-
}
|
|
1412
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w.CheckboxGroup-module__hop-CheckboxGroup--md___hdnvw {
|
|
1413
|
-
--checkbox-padding: var(--hop-CheckboxGroup-bordered-md-padding);
|
|
1414
|
-
--column-gap: var(--hop-CheckboxGroup-bordered-md-column-gap);
|
|
1415
|
-
--row-gap: var(--hop-CheckboxGroup-bordered-md-row-gap);
|
|
1416
|
-
--list-column-gap: var(--hop-CheckboxGroup-list-bordered-md-column-gap);
|
|
1417
|
-
--list-row-gap: var(--hop-CheckboxGroup-list-bordered-md-row-gap);
|
|
1418
|
-
}
|
|
1419
|
-
.CheckboxGroup-module__hop-CheckboxGroup___J0v3l[data-orientation=horizontal] {
|
|
1420
|
-
--flex-direction: var(--hop-CheckboxGroup-horizontal-flex-direction);
|
|
1421
|
-
}
|
|
1422
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w[data-orientation=horizontal] {
|
|
1423
|
-
--flex-wrap: nowrap;
|
|
1424
|
-
}
|
|
1425
|
-
.CheckboxGroup-module__hop-CheckboxGroup___J0v3l > .CheckboxGroup-module__hop-CheckboxGroup__label___4s1y7 {
|
|
1426
|
-
order: 1;
|
|
1427
|
-
}
|
|
1428
|
-
.CheckboxGroup-module__hop-CheckboxGroup__list___f-Ifz {
|
|
1429
|
-
display: flex;
|
|
1430
|
-
flex-flow: var(--flex-direction) var(--flex-wrap);
|
|
1431
|
-
gap: var(--list-row-gap, var(--hop-space-stack-md)) var(--list-column-gap, var(--hop-space-inline-md));
|
|
1432
|
-
order: 2;
|
|
1433
|
-
box-sizing: border-box;
|
|
1434
|
-
inline-size: max-content;
|
|
1435
|
-
max-inline-size: 100%;
|
|
1436
|
-
border: var(--list-border, none);
|
|
1437
|
-
border-radius: var(--list-border-radius, 0);
|
|
1438
|
-
}
|
|
1439
|
-
.CheckboxGroup-module__hop-CheckboxGroup__list___f-Ifz > .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz {
|
|
1440
|
-
position: relative;
|
|
1441
|
-
flex: 0 1 auto;
|
|
1442
|
-
align-content: start;
|
|
1443
|
-
inline-size: auto;
|
|
1444
|
-
min-inline-size: 0;
|
|
1445
|
-
padding: var(--checkbox-padding, 0);
|
|
1446
|
-
}
|
|
1447
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w .CheckboxGroup-module__hop-CheckboxGroup__list___f-Ifz > .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz ~ .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz::before {
|
|
1448
|
-
content: "";
|
|
1449
|
-
position: absolute;
|
|
1450
|
-
display: block;
|
|
1451
|
-
}
|
|
1452
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w[data-orientation=vertical] .CheckboxGroup-module__hop-CheckboxGroup__list___f-Ifz > .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz ~ .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz::before {
|
|
1453
|
-
inset-block-start: 0;
|
|
1454
|
-
inset-inline: 0;
|
|
1455
|
-
border-block-start: var(--list-border, none);
|
|
1456
|
-
}
|
|
1457
|
-
.CheckboxGroup-module__hop-CheckboxGroup--bordered___D1T7w[data-orientation=horizontal] .CheckboxGroup-module__hop-CheckboxGroup__list___f-Ifz > .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz ~ .CheckboxGroup-module__hop-CheckboxGroup__checkbox___x1-dz::before {
|
|
1458
|
-
inset-block: 0;
|
|
1459
|
-
inset-inline-start: 0;
|
|
1460
|
-
border-inline-start: var(--list-border, none);
|
|
1461
|
-
}
|
|
1462
|
-
.CheckboxGroup-module__hop-CheckboxGroup___J0v3l > .CheckboxGroup-module__hop-CheckboxGroup__error-message___RXQBs,
|
|
1463
|
-
.CheckboxGroup-module__hop-CheckboxGroup___J0v3l > .CheckboxGroup-module__hop-CheckboxGroup__helper-message___ArBfp {
|
|
1464
|
-
order: 3;
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Chip/src/Chip.module.css/#css-module-data */
|
|
1468
|
-
.Chip-module__hop-Chip___s008o {
|
|
1469
|
-
--hop-Chip-border-size: 0.0625rem;
|
|
1470
|
-
--hop-Chip-border-radius: var(--hop-shape-pill);
|
|
1471
|
-
--hop-Chip-column-gap: var(--hop-space-inline-xs);
|
|
1472
|
-
--hop-Chip-xs-block-size: 1rem;
|
|
1473
|
-
--hop-Chip-xs-padding-inline: var(--hop-space-inset-sm);
|
|
1474
|
-
--hop-Chip-sm-block-size: 1.25rem;
|
|
1475
|
-
--hop-Chip-sm-padding-inline: var(--hop-space-inset-sm);
|
|
1476
|
-
--hop-Chip-md-block-size: 1.5rem;
|
|
1477
|
-
--hop-Chip-md-padding-inline: var(--hop-space-inset-sm);
|
|
1478
|
-
--hop-Chip-lg-block-size: 2rem;
|
|
1479
|
-
--hop-Chip-lg-padding-inline: var(--hop-space-inset-md);
|
|
1480
|
-
--hop-Chip-neutral-border-color: var(--hop-neutral-border-weak);
|
|
1481
|
-
--hop-Chip-neutral-background-color: var(--hop-neutral-surface);
|
|
1482
|
-
--hop-Chip-neutral-text-color: var(--hop-neutral-text);
|
|
1483
|
-
--hop-Chip-progress-border-color: transparent;
|
|
1484
|
-
--hop-Chip-progress-background-color: var(--hop-status-progress-surface);
|
|
1485
|
-
--hop-Chip-progress-text-color: var(--hop-status-progress-text);
|
|
1486
|
-
--hop-Chip-positive-border-color: transparent;
|
|
1487
|
-
--hop-Chip-positive-background-color: var(--hop-status-positive-surface);
|
|
1488
|
-
--hop-Chip-positive-text-color: var(--hop-status-positive-text);
|
|
1489
|
-
--hop-Chip-caution-border-color: transparent;
|
|
1490
|
-
--hop-Chip-caution-background-color: var(--hop-status-caution-surface);
|
|
1491
|
-
--hop-Chip-caution-text-color: var(--hop-status-caution-text);
|
|
1492
|
-
--hop-Chip-negative-border-color: transparent;
|
|
1493
|
-
--hop-Chip-negative-background-color: var(--hop-status-negative-surface);
|
|
1494
|
-
--hop-Chip-negative-text-color: var(--hop-status-negative-text);
|
|
1495
|
-
--hop-Chip-option1-border-color: transparent;
|
|
1496
|
-
--hop-Chip-option1-background-color: var(--hop-status-option1-surface);
|
|
1497
|
-
--hop-Chip-option1-text-color: var(--hop-status-option1-text);
|
|
1498
|
-
--hop-Chip-option2-border-color: transparent;
|
|
1499
|
-
--hop-Chip-option2-background-color: var(--hop-status-option2-surface);
|
|
1500
|
-
--hop-Chip-option2-text-color: var(--hop-status-option2-text);
|
|
1501
|
-
--hop-Chip-option3-border-color: transparent;
|
|
1502
|
-
--hop-Chip-option3-background-color: var(--hop-status-option3-surface);
|
|
1503
|
-
--hop-Chip-option3-text-color: var(--hop-status-option3-text);
|
|
1504
|
-
--hop-Chip-option4-border-color: transparent;
|
|
1505
|
-
--hop-Chip-option4-background-color: var(--hop-status-option4-surface);
|
|
1506
|
-
--hop-Chip-option4-text-color: var(--hop-status-option4-text);
|
|
1507
|
-
--hop-Chip-option5-border-color: transparent;
|
|
1508
|
-
--hop-Chip-option5-background-color: var(--hop-status-option5-surface);
|
|
1509
|
-
--hop-Chip-option5-text-color: var(--hop-status-option5-text);
|
|
1510
|
-
--hop-Chip-option6-border-color: transparent;
|
|
1511
|
-
--hop-Chip-option6-background-color: var(--hop-status-option6-surface);
|
|
1512
|
-
--hop-Chip-option6-text-color: var(--hop-status-option6-text);
|
|
1513
|
-
--hop-Chip-inactive-border-color: transparent;
|
|
1514
|
-
--hop-Chip-inactive-background-color: var(--hop-status-inactive-surface);
|
|
1515
|
-
--hop-Chip-inactive-text-color: var(--hop-status-inactive-text);
|
|
1516
|
-
--hop-Chip-disabled-border-color: var(--hop-neutral-border-weak);
|
|
1517
|
-
--hop-Chip-disabled-background-color: var(--hop-neutral-surface-disabled);
|
|
1518
|
-
--hop-Chip-disabled-text-color: var(--hop-neutral-text-disabled);
|
|
1519
|
-
--border-radius: var(--hop-Chip-border-radius);
|
|
1520
|
-
--border-size: var(--hop-Chip-border-size);
|
|
1521
|
-
--column-gap: var(--hop-Chip-column-gap);
|
|
1522
|
-
overflow: hidden;
|
|
1523
|
-
display: inline-flex;
|
|
1524
|
-
column-gap: var(--column-gap);
|
|
1525
|
-
align-items: center;
|
|
1526
|
-
justify-content: center;
|
|
1527
|
-
box-sizing: border-box;
|
|
1528
|
-
inline-size: max-content;
|
|
1529
|
-
max-inline-size: 100%;
|
|
1530
|
-
block-size: var(--block-size);
|
|
1531
|
-
padding-inline: var(--padding-inline);
|
|
1532
|
-
color: var(--text-color);
|
|
1533
|
-
white-space: nowrap;
|
|
1534
|
-
background-color: var(--background-color);
|
|
1535
|
-
border: var(--border-size) solid var(--border-color);
|
|
1536
|
-
border-radius: var(--border-radius);
|
|
1537
|
-
}
|
|
1538
|
-
.Chip-module__hop-Chip--xs___b5iix {
|
|
1539
|
-
--block-size: var(--hop-Chip-xs-block-size);
|
|
1540
|
-
--padding-inline: var(--hop-Chip-xs-padding-inline);
|
|
1541
|
-
}
|
|
1542
|
-
.Chip-module__hop-Chip--sm___C8xGE {
|
|
1543
|
-
--block-size: var(--hop-Chip-sm-block-size);
|
|
1544
|
-
--padding-inline: var(--hop-Chip-sm-padding-inline);
|
|
1545
|
-
}
|
|
1546
|
-
.Chip-module__hop-Chip--md___taZzL {
|
|
1547
|
-
--block-size: var(--hop-Chip-md-block-size);
|
|
1548
|
-
--padding-inline: var(--hop-Chip-md-padding-inline);
|
|
1549
|
-
}
|
|
1550
|
-
.Chip-module__hop-Chip--lg___7MJ0a {
|
|
1551
|
-
--block-size: var(--hop-Chip-lg-block-size);
|
|
1552
|
-
--padding-inline: var(--hop-Chip-lg-padding-inline);
|
|
1553
|
-
}
|
|
1554
|
-
.Chip-module__hop-Chip--neutral___WiQy4 {
|
|
1555
|
-
--border-color: var(--hop-Chip-neutral-border-color);
|
|
1556
|
-
--background-color: var(--hop-Chip-neutral-background-color);
|
|
1557
|
-
--text-color: var(--hop-Chip-neutral-text-color);
|
|
1558
|
-
}
|
|
1559
|
-
.Chip-module__hop-Chip--progress___D-NIl {
|
|
1560
|
-
--border-color: var(--hop-Chip-progress-border-color);
|
|
1561
|
-
--background-color: var(--hop-Chip-progress-background-color);
|
|
1562
|
-
--text-color: var(--hop-Chip-progress-text-color);
|
|
1563
|
-
}
|
|
1564
|
-
.Chip-module__hop-Chip--positive___x7VFX {
|
|
1565
|
-
--border-color: var(--hop-Chip-positive-border-color);
|
|
1566
|
-
--background-color: var(--hop-Chip-positive-background-color);
|
|
1567
|
-
--text-color: var(--hop-Chip-positive-text-color);
|
|
1568
|
-
}
|
|
1569
|
-
.Chip-module__hop-Chip--caution___4ZjhL {
|
|
1570
|
-
--border-color: var(--hop-Chip-caution-border-color);
|
|
1571
|
-
--background-color: var(--hop-Chip-caution-background-color);
|
|
1572
|
-
--text-color: var(--hop-Chip-caution-text-color);
|
|
1573
|
-
}
|
|
1574
|
-
.Chip-module__hop-Chip--negative___D02Dr {
|
|
1575
|
-
--border-color: var(--hop-Chip-negative-border-color);
|
|
1576
|
-
--background-color: var(--hop-Chip-negative-background-color);
|
|
1577
|
-
--text-color: var(--hop-Chip-negative-text-color);
|
|
1578
|
-
}
|
|
1579
|
-
.Chip-module__hop-Chip--option1___eYOWy {
|
|
1580
|
-
--border-color: var(--hop-Chip-option1-border-color);
|
|
1581
|
-
--background-color: var(--hop-Chip-option1-background-color);
|
|
1582
|
-
--text-color: var(--hop-Chip-option1-text-color);
|
|
1583
|
-
}
|
|
1584
|
-
.Chip-module__hop-Chip--option2___2gGTf {
|
|
1585
|
-
--border-color: var(--hop-Chip-option2-border-color);
|
|
1586
|
-
--background-color: var(--hop-Chip-option2-background-color);
|
|
1587
|
-
--text-color: var(--hop-Chip-option2-text-color);
|
|
1588
|
-
}
|
|
1589
|
-
.Chip-module__hop-Chip--option3___1ZcdZ {
|
|
1590
|
-
--border-color: var(--hop-Chip-option3-border-color);
|
|
1591
|
-
--background-color: var(--hop-Chip-option3-background-color);
|
|
1592
|
-
--text-color: var(--hop-Chip-option3-text-color);
|
|
1593
|
-
}
|
|
1594
|
-
.Chip-module__hop-Chip--option4___5KV7u {
|
|
1595
|
-
--border-color: var(--hop-Chip-option4-border-color);
|
|
1596
|
-
--background-color: var(--hop-Chip-option4-background-color);
|
|
1597
|
-
--text-color: var(--hop-Chip-option4-text-color);
|
|
1598
|
-
}
|
|
1599
|
-
.Chip-module__hop-Chip--option5___dcyfm {
|
|
1600
|
-
--border-color: var(--hop-Chip-option5-border-color);
|
|
1601
|
-
--background-color: var(--hop-Chip-option5-background-color);
|
|
1602
|
-
--text-color: var(--hop-Chip-option5-text-color);
|
|
1603
|
-
}
|
|
1604
|
-
.Chip-module__hop-Chip--option6___PO6T4 {
|
|
1605
|
-
--border-color: var(--hop-Chip-option6-border-color);
|
|
1606
|
-
--background-color: var(--hop-Chip-option6-background-color);
|
|
1607
|
-
--text-color: var(--hop-Chip-option6-text-color);
|
|
1608
|
-
}
|
|
1609
|
-
.Chip-module__hop-Chip--inactive___ASMuf {
|
|
1610
|
-
--border-color: var(--hop-Chip-inactive-border-color);
|
|
1611
|
-
--background-color: var(--hop-Chip-inactive-background-color);
|
|
1612
|
-
--text-color: var(--hop-Chip-inactive-text-color);
|
|
1613
|
-
}
|
|
1614
|
-
.Chip-module__hop-Chip--disabled___-uqxh {
|
|
1615
|
-
--border-color: var(--hop-Chip-disabled-border-color);
|
|
1616
|
-
--background-color: var(--hop-Chip-disabled-background-color);
|
|
1617
|
-
--text-color: var(--hop-Chip-disabled-text-color);
|
|
1618
|
-
}
|
|
1619
|
-
.Chip-module__hop-Chip__icon___mqVpj,
|
|
1620
|
-
.Chip-module__hop-Chip__icon-list___PV91l {
|
|
1621
|
-
flex: 0 0 auto;
|
|
1622
|
-
flex-wrap: nowrap;
|
|
1623
|
-
order: 1;
|
|
1624
|
-
}
|
|
1625
|
-
.Chip-module__hop-Chip__text___KOlG8 {
|
|
1626
|
-
overflow: hidden;
|
|
1627
|
-
flex: 1 1 auto;
|
|
1628
|
-
order: 2;
|
|
1629
|
-
min-inline-size: 0;
|
|
1630
|
-
text-align: center;
|
|
1631
|
-
text-overflow: ellipsis;
|
|
1632
|
-
}
|
|
1633
|
-
.Chip-module__hop-Chip__end-icon___yJdUP,
|
|
1634
|
-
.Chip-module__hop-Chip__end-icon-list___BmX3z {
|
|
1635
|
-
flex: 0 0 auto;
|
|
1636
|
-
flex-wrap: nowrap;
|
|
1637
|
-
order: 3;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Divider/src/Divider.module.css/#css-module-data */
|
|
1641
|
-
:where(.Divider-module__hop-Divider___lUCFu) {
|
|
1642
|
-
--hop-Divider-border-color: var(--hop-neutral-border-weak);
|
|
1643
|
-
--hop-Divider-border-size: 0.0625rem;
|
|
1644
|
-
--hop-Divider-horizontal-border-block-end: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
1645
|
-
--hop-Divider-horizontal-border-inline-start: none;
|
|
1646
|
-
--hop-Divider-horizontal-inline-size: auto;
|
|
1647
|
-
--hop-Divider-horizontal-block-size: 0;
|
|
1648
|
-
--hop-Divider-vertical-border-inline-start: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
1649
|
-
--hop-Divider-vertical-border-block-end: none;
|
|
1650
|
-
--hop-Divider-vertical-inline-size: 0;
|
|
1651
|
-
--hop-Divider-vertical-block-size: auto;
|
|
1652
|
-
--border-block-end: var(--hop-Divider-horizontal-border-block-end);
|
|
1653
|
-
--border-inline-start: var(--hop-Divider-horizontal-border-inline-start);
|
|
1654
|
-
--inline-size: var(--hop-Divider-horizontal-inline-size);
|
|
1655
|
-
--block-size: var(--hop-Divider-horizontal-block-size);
|
|
1656
|
-
display: block;
|
|
1657
|
-
flex: 0 0 auto;
|
|
1658
|
-
box-sizing: border-box;
|
|
1659
|
-
inline-size: var(--inline-size);
|
|
1660
|
-
block-size: var(--block-size);
|
|
1661
|
-
margin: 0;
|
|
1662
|
-
border: none;
|
|
1663
|
-
border-block-end: var(--border-block-end);
|
|
1664
|
-
border-inline-start: var(--border-inline-start);
|
|
1665
|
-
}
|
|
1666
|
-
.Divider-module__hop-Divider--vertical___uIryJ {
|
|
1667
|
-
--border-block-end: var(--hop-Divider-vertical-border-block-end);
|
|
1668
|
-
--border-inline-start: var(--hop-Divider-vertical-border-inline-start);
|
|
1669
|
-
--inline-size: var(--hop-Divider-vertical-inline-size);
|
|
1670
|
-
--block-size: var(--hop-Divider-vertical-block-size);
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
977
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/InputGroup.module.css/#css-module-data */
|
|
1674
|
-
.InputGroup-module__hop-
|
|
978
|
+
.InputGroup-module__hop-InputGroup___aX9Nc {
|
|
1675
979
|
--hop-InputGroup-background: var(--hop-neutral-surface);
|
|
1676
980
|
--hop-InputGroup-border-color: var(--hop-neutral-border);
|
|
1677
981
|
--hop-InputGroup-border-width: 0.0625rem;
|
|
@@ -1719,27 +1023,27 @@
|
|
|
1719
1023
|
border: var(--border);
|
|
1720
1024
|
border-radius: var(--hop-InputGroup-border-radius);
|
|
1721
1025
|
}
|
|
1722
|
-
.InputGroup-module__hop-InputGroup--
|
|
1026
|
+
.InputGroup-module__hop-InputGroup--fluid___VC53v {
|
|
1723
1027
|
--inline-size: 100% ;
|
|
1724
1028
|
}
|
|
1725
|
-
.InputGroup-module__hop-InputGroup--
|
|
1029
|
+
.InputGroup-module__hop-InputGroup--sm___9NnAz {
|
|
1726
1030
|
--block-size: var(--hop-InputGroup-sm-block-size);
|
|
1727
1031
|
}
|
|
1728
|
-
.InputGroup-module__hop-
|
|
1032
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-hovered] {
|
|
1729
1033
|
--background: var(--hop-InputGroup-background-hover);
|
|
1730
1034
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-hover) ;
|
|
1731
1035
|
}
|
|
1732
|
-
.InputGroup-module__hop-
|
|
1036
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-focus-within] {
|
|
1733
1037
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-focus) ;
|
|
1734
1038
|
}
|
|
1735
|
-
.InputGroup-module__hop-
|
|
1039
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-invalid] {
|
|
1736
1040
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-invalid) ;
|
|
1737
1041
|
}
|
|
1738
|
-
.InputGroup-module__hop-
|
|
1042
|
+
.InputGroup-module__hop-InputGroup___aX9Nc[data-disabled] {
|
|
1739
1043
|
--background: var(--hop-InputGroup-background-disabled);
|
|
1740
1044
|
--border: 0.0625rem solid var(--hop-InputGroup-border-color-disabled) ;
|
|
1741
1045
|
}
|
|
1742
|
-
.InputGroup-module__hop-
|
|
1046
|
+
.InputGroup-module__hop-InputGroup__input___yyZz- {
|
|
1743
1047
|
--input-font-family: var(--hop-InputGroup-input-md-font-family);
|
|
1744
1048
|
--input-font-size: var(--hop-InputGroup-input-md-font-size);
|
|
1745
1049
|
--input-font-weight: var(--hop-InputGroup-input-md-font-weight);
|
|
@@ -1761,1509 +1065,29 @@
|
|
|
1761
1065
|
border: none;
|
|
1762
1066
|
outline: none;
|
|
1763
1067
|
}
|
|
1764
|
-
.InputGroup-module__hop-InputGroup--
|
|
1068
|
+
.InputGroup-module__hop-InputGroup--fluid___VC53v .InputGroup-module__hop-InputGroup__input___yyZz- {
|
|
1765
1069
|
--input-inline-size: 100%;
|
|
1766
1070
|
}
|
|
1767
|
-
.InputGroup-module__hop-InputGroup--
|
|
1071
|
+
.InputGroup-module__hop-InputGroup--sm___9NnAz .InputGroup-module__hop-InputGroup__input___yyZz- {
|
|
1768
1072
|
--input-font-family: var(--hop-InputGroup-input-sm-font-family);
|
|
1769
1073
|
--input-font-size: var(--hop-InputGroup-input-sm-font-size);
|
|
1770
1074
|
--input-font-weight: var(--hop-InputGroup-input-sm-font-weight);
|
|
1771
1075
|
--input-line-height: var(--hop-InputGroup-input-sm-line-height);
|
|
1772
1076
|
--input-block-size: var(--hop-InputGroup-input-sm-block-size);
|
|
1773
1077
|
}
|
|
1774
|
-
.InputGroup-module__hop-
|
|
1078
|
+
.InputGroup-module__hop-InputGroup__input___yyZz-::placeholder {
|
|
1775
1079
|
font-family: var(--hop-InputGroup-placeholder-font-family);
|
|
1776
1080
|
font-size: var(--hop-InputGroup-placeholder-font-size);
|
|
1777
1081
|
font-weight: var(--hop-InputGroup-placeholder-font-weight);
|
|
1778
1082
|
line-height: var(--hop-InputGroup-placeholder-line-height);
|
|
1779
1083
|
color: var(--input-placeholder-color);
|
|
1780
1084
|
}
|
|
1781
|
-
.InputGroup-module__hop-
|
|
1085
|
+
.InputGroup-module__hop-InputGroup__input___yyZz-[data-disabled]::placeholder {
|
|
1782
1086
|
--input-placeholder-color: var(--hop-InputGroup-placeholder-color-disabled);
|
|
1783
1087
|
}
|
|
1784
1088
|
|
|
1785
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/TextField.module.css/#css-module-data */
|
|
1786
|
-
.TextField-module__hop-TextField___Ueoup {
|
|
1787
|
-
--hop-TextField-gap: var(--hop-space-stack-xs);
|
|
1788
|
-
--hop-TextField-inline-size: 20rem;
|
|
1789
|
-
--hop-TextField-prefix-color: var(--hop-neutral-text-weak);
|
|
1790
|
-
--hop-TextField-font-family: var(--hop-heading-xs-font-family);
|
|
1791
|
-
--hop-TextField-font-size: var(--hop-heading-xs-font-size);
|
|
1792
|
-
--hop-TextField-font-weight: var(--hop-heading-xs-font-weight);
|
|
1793
|
-
--hop-TextField-line-height: var(--hop-heading-xs-line-height);
|
|
1794
|
-
--hop-TextField-color: var(--hop-neutral-text-weak);
|
|
1795
|
-
--inline-size: var(--hop-TextField-inline-size);
|
|
1796
|
-
display: flex;
|
|
1797
|
-
flex-direction: column;
|
|
1798
|
-
gap: var(--hop-TextField-gap);
|
|
1799
|
-
inline-size: var(--inline-size);
|
|
1800
|
-
}
|
|
1801
|
-
.TextField-module__hop-TextField--fluid___4EfDT {
|
|
1802
|
-
--inline-size: 100%;
|
|
1803
|
-
}
|
|
1804
|
-
.TextField-module__hop-TextField__Label___evsNo {
|
|
1805
|
-
order: 0;
|
|
1806
|
-
font-family: var(--hop-TextField-font-family);
|
|
1807
|
-
font-size: var(--hop-TextField-font-size);
|
|
1808
|
-
font-weight: var(--hop-TextField-font-weight);
|
|
1809
|
-
line-height: var(--hop-TextField-line-height);
|
|
1810
|
-
color: var(--hop-TextField-color);
|
|
1811
|
-
}
|
|
1812
|
-
.TextField-module__hop-TextField__prefix___84A9c {
|
|
1813
|
-
color: var(--hop-TextField-prefix-color);
|
|
1814
|
-
}
|
|
1815
|
-
.TextField-module__hop-TextField__InputGroup___nPfog {
|
|
1816
|
-
order: 1;
|
|
1817
|
-
}
|
|
1818
|
-
.TextField-module__hop-TextField__ErrorMessage___9o-kF,
|
|
1819
|
-
.TextField-module__hop-TextField__HelperMessage___GWvWo {
|
|
1820
|
-
order: 3;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/SearchField.module.css/#css-module-data */
|
|
1824
|
-
.SearchField-module__hop-SearchField___XyPuD {
|
|
1825
|
-
--hop-SearchField-gap: var(--hop-space-stack-xs);
|
|
1826
|
-
--hop-SearchField-inline-size: 20rem;
|
|
1827
|
-
--hop-SearchField-color: var(--hop-neutral-text-weak);
|
|
1828
|
-
--hop-SearchField-padding: var(--hop-space-inset-md);
|
|
1829
|
-
--hop-SearchField-font-family: var(--hop-heading-xs-font-family);
|
|
1830
|
-
--hop-SearchField-font-size: var(--hop-heading-xs-font-size);
|
|
1831
|
-
--hop-SearchField-font-weight: var(--hop-heading-xs-font-weight);
|
|
1832
|
-
--hop-SearchField-line-height: var(--hop-heading-xs-line-height);
|
|
1833
|
-
--inline-size: var(--hop-SearchField-inline-size);
|
|
1834
|
-
--input-group-padding-inline-end: var(--hop-SearchField-padding);
|
|
1835
|
-
--input-group-padding-inline-start: var(--hop-SearchField-padding);
|
|
1836
|
-
--clear-button-display: flex;
|
|
1837
|
-
display: flex;
|
|
1838
|
-
flex-direction: column;
|
|
1839
|
-
gap: var(--hop-SearchField-gap);
|
|
1840
|
-
inline-size: var(--inline-size);
|
|
1841
|
-
}
|
|
1842
|
-
.SearchField-module__hop-SearchField--fluid___fuYKp {
|
|
1843
|
-
--inline-size: 100%;
|
|
1844
|
-
}
|
|
1845
|
-
.SearchField-module__hop-SearchField__Label___JKz99 {
|
|
1846
|
-
order: 0;
|
|
1847
|
-
font-family: var(--hop-SearchField-font-family);
|
|
1848
|
-
font-size: var(--hop-SearchField-font-size);
|
|
1849
|
-
font-weight: var(--hop-SearchField-font-weight);
|
|
1850
|
-
line-height: var(--hop-SearchField-line-height);
|
|
1851
|
-
color: var(--hop-SearchField-color);
|
|
1852
|
-
}
|
|
1853
|
-
.SearchField-module__hop-SearchField__prefix___mWvae {
|
|
1854
|
-
color: var(--hop-SearchField-color);
|
|
1855
|
-
}
|
|
1856
|
-
.SearchField-module__hop-SearchField__InputGroup___NPE92 {
|
|
1857
|
-
order: 1;
|
|
1858
|
-
padding-inline: var(--input-group-padding-inline-start) var(--input-group-padding-inline-end);
|
|
1859
|
-
}
|
|
1860
|
-
.SearchField-module__hop-SearchField--clearable___HIr0R {
|
|
1861
|
-
--input-group-padding-inline-end: 0;
|
|
1862
|
-
}
|
|
1863
|
-
.SearchField-module__hop-SearchField__ErrorMessage___DIvi3,
|
|
1864
|
-
.SearchField-module__hop-SearchField__HelperMessage___E5AoO {
|
|
1865
|
-
order: 3;
|
|
1866
|
-
}
|
|
1867
|
-
.SearchField-module__hop-SearchField___XyPuD input::-webkit-search-cancel-button,
|
|
1868
|
-
.SearchField-module__hop-SearchField___XyPuD input::-webkit-search-decoration {
|
|
1869
|
-
appearance: none;
|
|
1870
|
-
}
|
|
1871
|
-
.SearchField-module__hop-SearchField___XyPuD[data-empty] {
|
|
1872
|
-
--clear-button-display: none;
|
|
1873
|
-
}
|
|
1874
|
-
.SearchField-module__hop-SearchField__ClearButton___hyUlh {
|
|
1875
|
-
display: var(--clear-button-display);
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Link/src/Link.module.css/#css-module-data */
|
|
1879
|
-
.Link-module__hop-Link___m4HlM {
|
|
1880
|
-
--hop-Link-border-radius: var(--hop-shape-rounded-sm);
|
|
1881
|
-
--hop-Link-focus-ring-color: var(--hop-primary-border-focus);
|
|
1882
|
-
--hop-Link-color-disabled: var(--hop-neutral-text-disabled);
|
|
1883
|
-
--hop-Link-column-gap: var(--hop-space-inline-xs);
|
|
1884
|
-
--hop-Link-primary-text-color: var(--hop-primary-text);
|
|
1885
|
-
--hop-Link-primary-text-disabled-color: var(--hop-primary-text-disabled);
|
|
1886
|
-
--hop-Link-primary-text-hover-color: var(--hop-primary-text-hover);
|
|
1887
|
-
--hop-Link-primary-text-pressed-color: var(--hop-primary-text-press);
|
|
1888
|
-
--hop-Link-neutral-text-color: var(--hop-neutral-text);
|
|
1889
|
-
--hop-Link-neutral-text-disabled-color: var(--hop-neutral-text-disabled);
|
|
1890
|
-
--hop-Link-neutral-text-hover-color: var(--hop-neutral-text-hover);
|
|
1891
|
-
--hop-Link-neutral-text-pressed-color: var(--hop-neutral-text-press);
|
|
1892
|
-
cursor: pointer;
|
|
1893
|
-
display: inline-flex;
|
|
1894
|
-
column-gap: var(--hop-Link-column-gap);
|
|
1895
|
-
align-items: center;
|
|
1896
|
-
box-sizing: border-box;
|
|
1897
|
-
inline-size: fit-content;
|
|
1898
|
-
text-decoration: none;
|
|
1899
|
-
text-underline-offset: 0.125rem;
|
|
1900
|
-
border-radius: var(--hop-Link-border-radius);
|
|
1901
|
-
outline: none;
|
|
1902
|
-
outline-offset: 0.125rem;
|
|
1903
|
-
}
|
|
1904
|
-
.Link-module__hop-Link___m4HlM[data-focus-visible] {
|
|
1905
|
-
outline: 0.125rem solid var(--hop-Link-focus-ring-color);
|
|
1906
|
-
}
|
|
1907
|
-
.Link-module__hop-Link___m4HlM[data-disabled] {
|
|
1908
|
-
cursor: default;
|
|
1909
|
-
}
|
|
1910
|
-
.Link-module__hop-Link--quiet___PEKek[data-focus-visible],
|
|
1911
|
-
.Link-module__hop-Link--quiet___PEKek[data-hovered] {
|
|
1912
|
-
text-decoration: underline;
|
|
1913
|
-
}
|
|
1914
|
-
.Link-module__hop-Link___m4HlM:not(.Link-module__hop-Link--quiet___PEKek) {
|
|
1915
|
-
text-decoration: underline;
|
|
1916
|
-
}
|
|
1917
|
-
.Link-module__hop-Link--primary___-EqWZ {
|
|
1918
|
-
color: var(--hop-Link-primary-text-color);
|
|
1919
|
-
}
|
|
1920
|
-
.Link-module__hop-Link--primary___-EqWZ[data-disabled] {
|
|
1921
|
-
color: var(--hop-Link-primary-text-disabled-color);
|
|
1922
|
-
}
|
|
1923
|
-
.Link-module__hop-Link--primary___-EqWZ:not([data-disabled])[data-focus-visible],
|
|
1924
|
-
.Link-module__hop-Link--primary___-EqWZ:not([data-disabled])[data-hovered] {
|
|
1925
|
-
color: var(--hop-Link-primary-text-hover-color);
|
|
1926
|
-
}
|
|
1927
|
-
.Link-module__hop-Link--primary___-EqWZ:not([data-disabled])[data-pressed] {
|
|
1928
|
-
color: var(--hop-Link-primary-text-pressed-color);
|
|
1929
|
-
}
|
|
1930
|
-
.Link-module__hop-Link--secondary___UNknc {
|
|
1931
|
-
color: var(--hop-Link-neutral-text-color);
|
|
1932
|
-
}
|
|
1933
|
-
.Link-module__hop-Link--secondary___UNknc[data-disabled] {
|
|
1934
|
-
color: var(--hop-Link-neutral-text-disabled-color);
|
|
1935
|
-
}
|
|
1936
|
-
.Link-module__hop-Link--secondary___UNknc:not([data-disabled])[data-focus-visible],
|
|
1937
|
-
.Link-module__hop-Link--secondary___UNknc:not([data-disabled])[data-hovered] {
|
|
1938
|
-
color: var(--hop-Link-neutral-text-hover-color);
|
|
1939
|
-
}
|
|
1940
|
-
.Link-module__hop-Link--secondary___UNknc:not([data-disabled])[data-pressed] {
|
|
1941
|
-
color: var(--hop-Link-neutral-text-pressed-color);
|
|
1942
|
-
}
|
|
1943
|
-
.Link-module__hop-Link__icon___KiZR6,
|
|
1944
|
-
.Link-module__hop-Link__icon-list___eu2Y4 {
|
|
1945
|
-
order: 2;
|
|
1946
|
-
}
|
|
1947
|
-
.Link-module__hop-Link__text___I34XD {
|
|
1948
|
-
order: 1;
|
|
1949
|
-
}
|
|
1950
|
-
.Link-module__hop-Link__start-icon___Klqm6,
|
|
1951
|
-
.Link-module__hop-Link__start-icon-list___23TDM {
|
|
1952
|
-
order: 0;
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/Radio.module.css/#css-module-data */
|
|
1956
|
-
.Radio-module__hop-Radio___Ej0dA {
|
|
1957
|
-
--hop-Radio-box-border-size: 0.0625rem;
|
|
1958
|
-
--hop-Radio-box-border-color: var(--hop-neutral-border);
|
|
1959
|
-
--hop-Radio-box-background-color: var(--hop-neutral-surface);
|
|
1960
|
-
--hop-Radio-box-outline-size: 0.125rem;
|
|
1961
|
-
--hop-Radio-box-outline-color: var(--hop-primary-border-focus);
|
|
1962
|
-
--hop-Radio-bullet-color: var(--hop-neutral-icon-selected);
|
|
1963
|
-
--hop-Radio-bullet-display: none;
|
|
1964
|
-
--hop-Radio-text-color: var(--hop-neutral-text);
|
|
1965
|
-
--hop-Radio-icon-color: var(--hop-neutral-icon);
|
|
1966
|
-
--hop-Radio-box-border-color-hovered: var(--hop-neutral-border-hover);
|
|
1967
|
-
--hop-Radio-box-background-color-hovered: var(--hop-neutral-surface-hover);
|
|
1968
|
-
--hop-Radio-text-color-hovered: var(--hop-neutral-text-hover);
|
|
1969
|
-
--hop-Radio-icon-color-hovered: var(--hop-neutral-icon-hover);
|
|
1970
|
-
--hop-Radio-box-border-color-pressed: var(--hop-neutral-border-press);
|
|
1971
|
-
--hop-Radio-box-background-color-pressed: var(--hop-neutral-surface-press);
|
|
1972
|
-
--hop-Radio-text-color-pressed: var(--hop-neutral-text-press);
|
|
1973
|
-
--hop-Radio-icon-color-pressed: var(--hop-neutral-icon-press);
|
|
1974
|
-
--hop-Radio-box-border-color-selected: var(--hop-neutral-border-selected);
|
|
1975
|
-
--hop-Radio-box-background-color-selected: var(--hop-neutral-surface-selected);
|
|
1976
|
-
--hop-Radio-bullet-display-selected: block;
|
|
1977
|
-
--hop-Radio-text-color-selected: var(--hop-neutral-text);
|
|
1978
|
-
--hop-Radio-icon-color-selected: var(--hop-neutral-icon);
|
|
1979
|
-
--hop-Radio-box-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
1980
|
-
--hop-Radio-box-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1981
|
-
--hop-Radio-bullet-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1982
|
-
--hop-Radio-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
1983
|
-
--hop-Radio-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1984
|
-
--hop-Radio-box-border-color-focused: var(--hop-neutral-border-hover);
|
|
1985
|
-
--hop-Radio-box-background-color-focused: var(--hop-neutral-surface-hover);
|
|
1986
|
-
--hop-Radio-text-color-focused: var(--hop-neutral-text);
|
|
1987
|
-
--hop-Radio-icon-color-focused: var(--hop-neutral-icon);
|
|
1988
|
-
--hop-Radio-box-border-color-invalid: var(--hop-danger-border-strong);
|
|
1989
|
-
--hop-Radio-box-background-color-invalid: var(--hop-neutral-surface);
|
|
1990
|
-
--hop-Radio-box-border-color-hovered-invalid: var(--hop-danger-border-strong);
|
|
1991
|
-
--hop-Radio-box-background-color-hovered-invalid: var(--hop-danger-surface);
|
|
1992
|
-
--hop-Radio-box-border-color-pressed-invalid: var(--hop-danger-border-press);
|
|
1993
|
-
--hop-Radio-box-background-color-pressed-invalid: var(--hop-danger-surface-weak);
|
|
1994
|
-
--hop-Radio-box-border-color-focused-invalid: var(--hop-danger-border-strong);
|
|
1995
|
-
--hop-Radio-box-background-color-focused-invalid: var(--hop-danger-surface);
|
|
1996
|
-
--hop-Radio-box-border-color-selected-invalid: var(--hop-danger-border-strong);
|
|
1997
|
-
--hop-Radio-box-background-color-selected-invalid: var(--hop-danger-surface-strong);
|
|
1998
|
-
--hop-Radio-bullet-color-invalid: var(--hop-danger-icon-strong);
|
|
1999
|
-
--hop-Radio-text-color-invalid: var(--hop-danger-text-weak);
|
|
2000
|
-
--hop-Radio-icon-color-invalid: var(--hop-danger-icon-weak);
|
|
2001
|
-
--hop-Radio-text-color-hovered-invalid: var(--hop-danger-text-weak-hover);
|
|
2002
|
-
--hop-Radio-icon-color-hovered-invalid: var(--hop-danger-icon-weak-hover);
|
|
2003
|
-
--hop-Radio-text-color-pressed-invalid: var(--hop-danger-text-weak-press);
|
|
2004
|
-
--hop-Radio-box-sm-inline-size: 1rem;
|
|
2005
|
-
--hop-Radio-box-sm-block-size: 1rem;
|
|
2006
|
-
--hop-Radio-text-sm-top-offset: calc((var(--box-inline-size) - (var(--hop-body-sm-line-height) * var(--hop-body-sm-font-size))) / 2);
|
|
2007
|
-
--hop-Radio-text-sm-margin-inline-start: calc(var(--hop-space-inline-sm) - var(--hop-space-inline-xs));
|
|
2008
|
-
--hop-Radio-box-md-inline-size: 1.5rem;
|
|
2009
|
-
--hop-Radio-box-md-block-size: 1.5rem;
|
|
2010
|
-
--hop-Radio-text-md-top-offset: calc((var(--box-inline-size) - (var(--hop-body-md-line-height) * var(--hop-body-md-font-size))) / 2);
|
|
2011
|
-
--hop-Radio-text-md-margin-inline-start: calc(var(--hop-space-inline-md) - var(--hop-space-inline-xs));
|
|
2012
|
-
--box-background-color: var(--hop-Radio-box-background-color);
|
|
2013
|
-
--box-border-color: var(--hop-Radio-box-border-color);
|
|
2014
|
-
--box-border-radius: var(--hop-shape-circle);
|
|
2015
|
-
--bullet-color: var(--hop-Radio-bullet-color);
|
|
2016
|
-
--bullet-display: var(--hop-Radio-bullet-display);
|
|
2017
|
-
--cursor: pointer;
|
|
2018
|
-
--text-color: var(--hop-Radio-text-color);
|
|
2019
|
-
--icon-color: var(--hop-Radio-icon-color);
|
|
2020
|
-
--description-color: var(--hop-Radio-description-color);
|
|
2021
|
-
--transition-duration: var(--hop-easing-duration-2);
|
|
2022
|
-
cursor: var(--cursor);
|
|
2023
|
-
display: flex;
|
|
2024
|
-
column-gap: var(--hop-space-inline-xs);
|
|
2025
|
-
align-items: flex-start;
|
|
2026
|
-
justify-content: flex-start;
|
|
2027
|
-
box-sizing: border-box;
|
|
2028
|
-
inline-size: max-content;
|
|
2029
|
-
max-inline-size: 100%;
|
|
2030
|
-
}
|
|
2031
|
-
.Radio-module__hop-Radio___Ej0dA[data-focus-visible],
|
|
2032
|
-
.Radio-module__hop-Radio--focused___EBP2c {
|
|
2033
|
-
--box-background-color: var(--hop-Radio-box-background-color-focused);
|
|
2034
|
-
--box-border-color: var(--hop-Radio-box-border-color-focused);
|
|
2035
|
-
--box-outline: var(--hop-Radio-box-outline-size) solid var(--hop-Radio-box-outline-color);
|
|
2036
|
-
--text-color: var(--hop-Radio-text-color-focused);
|
|
2037
|
-
--icon-color: var(--hop-Radio-icon-color-focused);
|
|
2038
|
-
--description-color: var(--hop-Radio-description-color-focus);
|
|
2039
|
-
}
|
|
2040
|
-
.Radio-module__hop-Radio___Ej0dA[data-hovered],
|
|
2041
|
-
.Radio-module__hop-Radio--hovered___4dfUm {
|
|
2042
|
-
--box-background-color: var(--hop-Radio-box-background-color-hovered);
|
|
2043
|
-
--box-border-color: var(--hop-Radio-box-border-color-hovered);
|
|
2044
|
-
--text-color: var(--hop-Radio-text-color-hovered);
|
|
2045
|
-
--icon-color: var(--hop-Radio-icon-color-hovered);
|
|
2046
|
-
--description-color: var(--hop-Radio-description-color-hover);
|
|
2047
|
-
}
|
|
2048
|
-
.Radio-module__hop-Radio___Ej0dA[data-pressed],
|
|
2049
|
-
.Radio-module__hop-Radio--pressed___GXIqK {
|
|
2050
|
-
--box-background-color: var(--hop-Radio-box-background-color-pressed);
|
|
2051
|
-
--box-border-color: var(--hop-Radio-box-border-color-pressed);
|
|
2052
|
-
--text-color: var(--hop-Radio-text-color-pressed);
|
|
2053
|
-
--icon-color: var(--hop-Radio-icon-color-pressed);
|
|
2054
|
-
--description-color: var(--hop-Radio-description-color-pressed);
|
|
2055
|
-
}
|
|
2056
|
-
.Radio-module__hop-Radio___Ej0dA[data-selected] {
|
|
2057
|
-
--box-background-color: var(--hop-Radio-box-background-color-selected);
|
|
2058
|
-
--box-border-color: var(--hop-Radio-box-border-color-selected);
|
|
2059
|
-
--bullet-display: var(--hop-Radio-bullet-display-selected);
|
|
2060
|
-
--text-color: var(--hop-Radio-text-color-selected);
|
|
2061
|
-
--icon-color: var(--hop-Radio-icon-color-selected);
|
|
2062
|
-
--description-color: var(--hop-Radio-description-color-selected);
|
|
2063
|
-
}
|
|
2064
|
-
.Radio-module__hop-Radio___Ej0dA[data-invalid] {
|
|
2065
|
-
--box-background-color: var(--hop-Radio-box-background-color-invalid);
|
|
2066
|
-
--box-border-color: var(--hop-Radio-box-border-color-invalid);
|
|
2067
|
-
--bullet-color: var(--hop-Radio-bullet-color-invalid);
|
|
2068
|
-
--text-color: var(--hop-Radio-text-color-invalid);
|
|
2069
|
-
--icon-color: var(--hop-Radio-icon-color-invalid);
|
|
2070
|
-
--description-color: var(--hop-Radio-description-color-invalid);
|
|
2071
|
-
}
|
|
2072
|
-
.Radio-module__hop-Radio___Ej0dA:where([data-invalid])[data-focus-visible] {
|
|
2073
|
-
--box-background-color: var(--hop-Radio-box-background-color-focused-invalid);
|
|
2074
|
-
--box-border-color: var(--hop-Radio-box-border-color-focused-invalid);
|
|
2075
|
-
}
|
|
2076
|
-
.Radio-module__hop-Radio___Ej0dA:where([data-invalid])[data-hovered] {
|
|
2077
|
-
--box-background-color: var(--hop-Radio-box-background-color-hovered-invalid);
|
|
2078
|
-
--box-border-color: var(--hop-Radio-box-border-color-hovered-invalid);
|
|
2079
|
-
--text-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
2080
|
-
--icon-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
2081
|
-
}
|
|
2082
|
-
.Radio-module__hop-Radio___Ej0dA:where([data-invalid])[data-pressed] {
|
|
2083
|
-
--box-background-color: var(--hop-Radio-box-background-color-pressed-invalid);
|
|
2084
|
-
--box-border-color: var(--hop-Radio-box-border-color-pressed-invalid);
|
|
2085
|
-
--text-color: var(--hop-Radio-text-color-pressed-invalid);
|
|
2086
|
-
--icon-color: var(--hop-Radio-icon-color-pressed-invalid);
|
|
2087
|
-
}
|
|
2088
|
-
.Radio-module__hop-Radio___Ej0dA:where([data-invalid])[data-selected] {
|
|
2089
|
-
--box-background-color: var(--hop-Radio-box-background-color-selected-invalid);
|
|
2090
|
-
--box-border-color: var(--hop-Radio-box-border-color-selected-invalid);
|
|
2091
|
-
}
|
|
2092
|
-
.Radio-module__hop-Radio___Ej0dA[data-disabled] {
|
|
2093
|
-
--box-background-color: var(--hop-Radio-box-background-color-disabled);
|
|
2094
|
-
--box-border-color: var(--hop-Radio-box-border-color-disabled);
|
|
2095
|
-
--bullet-color: var(--hop-Radio-bullet-color-disabled);
|
|
2096
|
-
--cursor: not-allowed;
|
|
2097
|
-
--text-color: var(--hop-Radio-text-color-disabled);
|
|
2098
|
-
--icon-color: var(--hop-Radio-icon-color-disabled);
|
|
2099
|
-
--description-color: var(--hop-Radio-description-color-disabled);
|
|
2100
|
-
}
|
|
2101
|
-
.Radio-module__hop-Radio--sm___XUcRq {
|
|
2102
|
-
--box-inline-size: var(--hop-Radio-box-sm-inline-size);
|
|
2103
|
-
--box-block-size: var(--hop-Radio-box-sm-block-size);
|
|
2104
|
-
--text-top-offset: var(--hop-Radio-text-sm-top-offset);
|
|
2105
|
-
--text-margin-inline-start: var(--hop-Radio-text-sm-margin-inline-start);
|
|
2106
|
-
}
|
|
2107
|
-
.Radio-module__hop-Radio--md___-Thls {
|
|
2108
|
-
--box-inline-size: var(--hop-Radio-box-md-inline-size);
|
|
2109
|
-
--box-block-size: var(--hop-Radio-box-md-block-size);
|
|
2110
|
-
--text-top-offset: var(--hop-Radio-text-md-top-offset);
|
|
2111
|
-
--text-margin-inline-start: var(--hop-Radio-text-md-margin-inline-start);
|
|
2112
|
-
}
|
|
2113
|
-
.Radio-module__hop-Radio__icon___6mbf6,
|
|
2114
|
-
.Radio-module__hop-Radio__icon-list___VBhFT {
|
|
2115
|
-
flex: 0 0 auto;
|
|
2116
|
-
order: 3;
|
|
2117
|
-
color: var(--icon-color);
|
|
2118
|
-
}
|
|
2119
|
-
.Radio-module__hop-Radio__box___QMuH4 {
|
|
2120
|
-
display: flex;
|
|
2121
|
-
flex: 0 0 auto;
|
|
2122
|
-
align-items: center;
|
|
2123
|
-
justify-content: center;
|
|
2124
|
-
order: 1;
|
|
2125
|
-
box-sizing: border-box;
|
|
2126
|
-
inline-size: var(--box-inline-size, var(--hop-Radio-box-md-inline-size));
|
|
2127
|
-
block-size: var(--box-block-size, var(--hop-Radio-box-md-block-size));
|
|
2128
|
-
background-color: var(--box-background-color);
|
|
2129
|
-
border: var(--hop-Radio-box-border-size) solid var(--box-border-color);
|
|
2130
|
-
border-radius: var(--box-border-radius);
|
|
2131
|
-
outline: var(--box-outline, none);
|
|
2132
|
-
outline-offset: 0.125rem;
|
|
2133
|
-
transition: background-color var(--transition-duration) var(--hop-easing-productive), border var(--transition-duration) var(--hop-easing-productive);
|
|
2134
|
-
}
|
|
2135
|
-
.Radio-module__hop-Radio__bullet___5-SbO {
|
|
2136
|
-
display: var(--bullet-display);
|
|
2137
|
-
color: var(--bullet-color);
|
|
2138
|
-
}
|
|
2139
|
-
.Radio-module__hop-Radio__text___fZ6br {
|
|
2140
|
-
flex: 0 1 auto;
|
|
2141
|
-
order: 2;
|
|
2142
|
-
min-inline-size: 0;
|
|
2143
|
-
margin-block-start: var(--text-top-offset, var(--hop-Radio-text-md-top-offset));
|
|
2144
|
-
margin-inline-start: var(--text-margin-inline-start, var(--hop-Radio-text-md-margin-inline-start));
|
|
2145
|
-
color: var(--text-color);
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioField.module.css/#css-module-data */
|
|
2149
|
-
.RadioField-module__hop-RadioField___8QRjD {
|
|
2150
|
-
--hop-RadioField-description-color: var(--hop-neutral-text-weak);
|
|
2151
|
-
--hop-RadioField-description-color-disabled: var(--hop-neutral-text-disabled);
|
|
2152
|
-
--hop-RadioField-sm-row-gap: var(--hop-space-stack-xs);
|
|
2153
|
-
--hop-RadioField-radio-sm-inline-size: 1rem;
|
|
2154
|
-
--hop-RadioField-description-sm-margin-inline-start: calc(var(--hop-RadioField-radio-sm-inline-size) + var(--hop-space-inline-sm));
|
|
2155
|
-
--hop-RadioField-md-row-gap: var(--hop-space-stack-xs);
|
|
2156
|
-
--hop-RadioField-radio-md-inline-size: 1.5rem;
|
|
2157
|
-
--hop-RadioField-description-md-margin-inline-start: calc(var(--hop-RadioField-radio-md-inline-size) + var(--hop-space-inline-md));
|
|
2158
|
-
--description-color: var(--hop-RadioField-description-color);
|
|
2159
|
-
display: flex;
|
|
2160
|
-
flex-direction: column;
|
|
2161
|
-
row-gap: var(--row-gap, var(--hop-space-stack-sm));
|
|
2162
|
-
align-items: flex-start;
|
|
2163
|
-
justify-content: flex-start;
|
|
2164
|
-
box-sizing: border-box;
|
|
2165
|
-
inline-size: max-content;
|
|
2166
|
-
max-inline-size: 100%;
|
|
2167
|
-
}
|
|
2168
|
-
.RadioField-module__hop-RadioField___8QRjD[data-disabled] {
|
|
2169
|
-
--description-color: var(--hop-RadioField-description-color-disabled);
|
|
2170
|
-
}
|
|
2171
|
-
.RadioField-module__hop-RadioField--sm___X4Gkl {
|
|
2172
|
-
--row-gap: var(--hop-RadioField-sm-row-gap);
|
|
2173
|
-
--description-margin-inline-start: var(--hop-RadioField-description-sm-margin-inline-start);
|
|
2174
|
-
}
|
|
2175
|
-
.RadioField-module__hop-RadioField--md___Z451F {
|
|
2176
|
-
--row-gap: var(--hop-RadioField-md-row-gap);
|
|
2177
|
-
--description-margin-inline-start: var(--hop-RadioField-description-md-margin-inline-start);
|
|
2178
|
-
}
|
|
2179
|
-
.RadioField-module__hop-RadioField__description___SqBmM {
|
|
2180
|
-
order: 2;
|
|
2181
|
-
margin-inline-start: var(--description-margin-inline-start, var(--hop-RadioField-description-md-margin-inline-start));
|
|
2182
|
-
color: var(--description-color);
|
|
2183
|
-
}
|
|
2184
|
-
.RadioField-module__hop-RadioField__radio___CfAFT {
|
|
2185
|
-
order: 1;
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioGroup.module.css/#css-module-data */
|
|
2189
|
-
.RadioGroup-module__hop-RadioGroup___S6s5y {
|
|
2190
|
-
--hop-RadioGroup-align-items: flex-start;
|
|
2191
|
-
--hop-RadioGroup-justify-content: flex-start;
|
|
2192
|
-
--hop-RadioGroup-bordered-border-color: var(--hop-neutral-border-weak);
|
|
2193
|
-
--hop-RadioGroup-sm-column-gap: var(--hop-space-inline-sm);
|
|
2194
|
-
--hop-RadioGroup-sm-row-gap: var(--hop-space-stack-sm);
|
|
2195
|
-
--hop-RadioGroup-list-sm-column-gap: var(--hop-space-inline-sm);
|
|
2196
|
-
--hop-RadioGroup-list-sm-row-gap: var(--hop-space-stack-sm);
|
|
2197
|
-
--hop-RadioGroup-bordered-sm-padding: var(--hop-space-inset-sm);
|
|
2198
|
-
--hop-RadioGroup-bordered-sm-column-gap: var(--hop-space-inline-sm);
|
|
2199
|
-
--hop-RadioGroup-bordered-sm-row-gap: var(--hop-space-stack-sm);
|
|
2200
|
-
--hop-RadioGroup-list-bordered-sm-column-gap: 0;
|
|
2201
|
-
--hop-RadioGroup-list-bordered-sm-row-gap: 0;
|
|
2202
|
-
--hop-RadioGroup-md-column-gap: var(--hop-space-inline-md);
|
|
2203
|
-
--hop-RadioGroup-md-row-gap: var(--hop-space-stack-md);
|
|
2204
|
-
--hop-RadioGroup-list-md-column-gap: var(--hop-space-inline-md);
|
|
2205
|
-
--hop-RadioGroup-list-md-row-gap: var(--hop-space-stack-md);
|
|
2206
|
-
--hop-RadioGroup-bordered-md-padding: var(--hop-space-inset-md);
|
|
2207
|
-
--hop-RadioGroup-bordered-md-column-gap: var(--hop-space-inline-sm);
|
|
2208
|
-
--hop-RadioGroup-bordered-md-row-gap: var(--hop-space-stack-sm);
|
|
2209
|
-
--hop-RadioGroup-list-bordered-md-column-gap: 0;
|
|
2210
|
-
--hop-RadioGroup-list-bordered-md-row-gap: 0;
|
|
2211
|
-
--hop-RadioGroup-vertical-flex-direction: column;
|
|
2212
|
-
--hop-RadioGroup-horizontal-flex-direction: row;
|
|
2213
|
-
--radio-border-size: 0.0625rem;
|
|
2214
|
-
--radio-border-color: var(--hop-neutral-border-weak);
|
|
2215
|
-
--flex-direction: var(--hop-RadioGroup-vertical-flex-direction);
|
|
2216
|
-
--align-items: var(--hop-RadioGroup-align-items);
|
|
2217
|
-
--justify-content: var(--hop-RadioGroup-justify-content);
|
|
2218
|
-
--flex-wrap: wrap;
|
|
2219
|
-
--inline-size: max-content;
|
|
2220
|
-
display: flex;
|
|
2221
|
-
flex-direction: column;
|
|
2222
|
-
gap: var(--row-gap, var(--hop-space-stack-md)) var(--column-gap, var(--hop-space-inline-md));
|
|
2223
|
-
align-items: var(--align-items);
|
|
2224
|
-
justify-content: var(--justify-content);
|
|
2225
|
-
box-sizing: border-box;
|
|
2226
|
-
inline-size: var(--inline-size);
|
|
2227
|
-
max-inline-size: 100%;
|
|
2228
|
-
}
|
|
2229
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV {
|
|
2230
|
-
--list-border: var(--radio-border-size) solid var(--radio-border-color);
|
|
2231
|
-
--list-border-radius: var(--hop-shape-rounded-md);
|
|
2232
|
-
}
|
|
2233
|
-
.RadioGroup-module__hop-RadioGroup--sm___2p7Wk {
|
|
2234
|
-
--column-gap: var(--hop-RadioGroup-sm-column-gap);
|
|
2235
|
-
--row-gap: var(--hop-RadioGroup-sm-row-gap);
|
|
2236
|
-
--list-column-gap: var(--hop-RadioGroup-list-sm-column-gap);
|
|
2237
|
-
--list-row-gap: var(--hop-RadioGroup-list-sm-row-gap);
|
|
2238
|
-
}
|
|
2239
|
-
.RadioGroup-module__hop-RadioGroup--md___eqGjG {
|
|
2240
|
-
--column-gap: var(--hop-RadioGroup-md-column-gap);
|
|
2241
|
-
--row-gap: var(--hop-RadioGroup-md-row-gap);
|
|
2242
|
-
--list-column-gap: var(--hop-RadioGroup-list-md-column-gap);
|
|
2243
|
-
--list-row-gap: var(--hop-RadioGroup-list-md-row-gap);
|
|
2244
|
-
}
|
|
2245
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV.RadioGroup-module__hop-RadioGroup--sm___2p7Wk {
|
|
2246
|
-
--radio-padding: var(--hop-RadioGroup-bordered-sm-padding);
|
|
2247
|
-
--column-gap: var(--hop-RadioGroup-bordered-sm-column-gap);
|
|
2248
|
-
--row-gap: var(--hop-RadioGroup-bordered-sm-row-gap);
|
|
2249
|
-
--list-column-gap: var(--hop-RadioGroup-list-bordered-sm-column-gap);
|
|
2250
|
-
--list-row-gap: var(--hop-RadioGroup-list-bordered-sm-row-gap);
|
|
2251
|
-
}
|
|
2252
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV.RadioGroup-module__hop-RadioGroup--md___eqGjG {
|
|
2253
|
-
--radio-padding: var(--hop-RadioGroup-bordered-md-padding);
|
|
2254
|
-
--column-gap: var(--hop-RadioGroup-bordered-md-column-gap);
|
|
2255
|
-
--row-gap: var(--hop-RadioGroup-bordered-md-row-gap);
|
|
2256
|
-
--list-column-gap: var(--hop-RadioGroup-list-bordered-md-column-gap);
|
|
2257
|
-
--list-row-gap: var(--hop-RadioGroup-list-bordered-md-row-gap);
|
|
2258
|
-
}
|
|
2259
|
-
.RadioGroup-module__hop-RadioGroup___S6s5y[data-orientation=horizontal] {
|
|
2260
|
-
--flex-direction: var(--hop-RadioGroup-horizontal-flex-direction);
|
|
2261
|
-
}
|
|
2262
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV[data-orientation=horizontal] {
|
|
2263
|
-
--flex-wrap: nowrap;
|
|
2264
|
-
}
|
|
2265
|
-
.RadioGroup-module__hop-RadioGroup___S6s5y > .RadioGroup-module__hop-RadioGroup__label___7-iXB {
|
|
2266
|
-
order: 1;
|
|
2267
|
-
}
|
|
2268
|
-
.RadioGroup-module__hop-RadioGroup__list___C5N0N {
|
|
2269
|
-
display: flex;
|
|
2270
|
-
flex-flow: var(--flex-direction) var(--flex-wrap);
|
|
2271
|
-
gap: var(--list-row-gap, var(--hop-space-stack-md)) var(--list-column-gap, var(--hop-space-inline-md));
|
|
2272
|
-
order: 2;
|
|
2273
|
-
box-sizing: border-box;
|
|
2274
|
-
inline-size: var(--inline-size);
|
|
2275
|
-
max-inline-size: 100%;
|
|
2276
|
-
border: var(--list-border, none);
|
|
2277
|
-
border-radius: var(--list-border-radius, 0);
|
|
2278
|
-
}
|
|
2279
|
-
.RadioGroup-module__hop-RadioGroup__list___C5N0N > .RadioGroup-module__hop-RadioGroup__radio___k3eYk {
|
|
2280
|
-
position: relative;
|
|
2281
|
-
flex: 0 1 auto;
|
|
2282
|
-
align-content: start;
|
|
2283
|
-
inline-size: auto;
|
|
2284
|
-
min-inline-size: 0;
|
|
2285
|
-
padding: var(--radio-padding, 0);
|
|
2286
|
-
}
|
|
2287
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV .RadioGroup-module__hop-RadioGroup__list___C5N0N > .RadioGroup-module__hop-RadioGroup__radio___k3eYk ~ .RadioGroup-module__hop-RadioGroup__radio___k3eYk::before {
|
|
2288
|
-
content: "";
|
|
2289
|
-
position: absolute;
|
|
2290
|
-
display: block;
|
|
2291
|
-
}
|
|
2292
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV[data-orientation=vertical] .RadioGroup-module__hop-RadioGroup__list___C5N0N > .RadioGroup-module__hop-RadioGroup__radio___k3eYk ~ .RadioGroup-module__hop-RadioGroup__radio___k3eYk::before {
|
|
2293
|
-
inset-block-start: 0;
|
|
2294
|
-
inset-inline: 0;
|
|
2295
|
-
border-block-start: var(--list-border, none);
|
|
2296
|
-
}
|
|
2297
|
-
.RadioGroup-module__hop-RadioGroup--bordered___CFrBV[data-orientation=horizontal] .RadioGroup-module__hop-RadioGroup__list___C5N0N > .RadioGroup-module__hop-RadioGroup__radio___k3eYk ~ .RadioGroup-module__hop-RadioGroup__radio___k3eYk::before {
|
|
2298
|
-
inset-block: 0;
|
|
2299
|
-
inset-inline-start: 0;
|
|
2300
|
-
border-inline-start: var(--list-border, none);
|
|
2301
|
-
}
|
|
2302
|
-
.RadioGroup-module__hop-RadioGroup___S6s5y > .RadioGroup-module__hop-RadioGroup__error-message___vOUPq,
|
|
2303
|
-
.RadioGroup-module__hop-RadioGroup___S6s5y > .RadioGroup-module__hop-RadioGroup__helper-message___uQgIj {
|
|
2304
|
-
order: 3;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ListBox/src/ListBoxItemSkeleton.module.css/#css-module-data */
|
|
2308
|
-
.ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___vxdl4 {
|
|
2309
|
-
--hop-ListBoxItemSkeleton-background-color: var(--hop-rock-50);
|
|
2310
|
-
--hop-ListBoxItemSkeleton-background-color-dark: var(--hop-rock-75);
|
|
2311
|
-
--hop-ListBoxItemSkeleton-border-radius: var(--hop-shape-rounded-md);
|
|
2312
|
-
--hop-ListBoxItemSkeleton-animation-duration: 1.4s;
|
|
2313
|
-
--hop-ListBoxItemSkeleton-animation-reduced-motion-duration: 3.4s;
|
|
2314
|
-
--hop-ListBoxItemSkeleton-linear-gradient:
|
|
2315
|
-
linear-gradient(
|
|
2316
|
-
|
|
2317
|
-
90deg,
|
|
2318
|
-
var(--hop-ListBoxItemSkeleton-background-color) 25%,
|
|
2319
|
-
var(--hop-ListBoxItemSkeleton-background-color-dark) 37%,
|
|
2320
|
-
var(--hop-ListBoxItemSkeleton-background-color-dark) 63%,
|
|
2321
|
-
var(--hop-ListBoxItemSkeleton-background-color) 100% );
|
|
2322
|
-
--hop-ListBoxItemSkeleton-xs-height: 1.25rem;
|
|
2323
|
-
--hop-ListBoxItemSkeleton-sm-height: 1.25rem;
|
|
2324
|
-
--hop-ListBoxItemSkeleton-md-height: 1.25rem;
|
|
2325
|
-
--hop-ListBoxItemSkeleton-lg-height: 1.5rem;
|
|
2326
|
-
--animation-duration: var(--hop-ListBoxItemSkeleton-animation-duration);
|
|
2327
|
-
grid-area: label;
|
|
2328
|
-
box-sizing: border-box;
|
|
2329
|
-
block-size: var(--height);
|
|
2330
|
-
background-color: var(--hop-ListBoxItemSkeleton-background-color);
|
|
2331
|
-
background-image: var(--hop-ListBoxItemSkeleton-linear-gradient);
|
|
2332
|
-
background-size: 400% 100%;
|
|
2333
|
-
border-radius: var(--hop-ListBoxItemSkeleton-border-radius);
|
|
2334
|
-
animation-name: ListBoxItemSkeleton-module__placeholder-shimmer___zxMXK;
|
|
2335
|
-
animation-duration: var(--animation-duration);
|
|
2336
|
-
animation-timing-function: ease-in-out;
|
|
2337
|
-
animation-fill-mode: forwards;
|
|
2338
|
-
animation-iteration-count: infinite;
|
|
2339
|
-
@media (prefers-reduced-motion: reduce) {
|
|
2340
|
-
--animation-duration: var(--hop-ListBoxItemSkeleton-animation-reduced-motion-duration);
|
|
2341
|
-
}
|
|
2342
|
-
}
|
|
2343
|
-
.ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___lRdbr {
|
|
2344
|
-
--height: var(--hop-ListBoxItemSkeleton-xs-height);
|
|
2345
|
-
}
|
|
2346
|
-
.ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___yWx0f {
|
|
2347
|
-
--height: var(--hop-ListBoxItemSkeleton-sm-height);
|
|
2348
|
-
}
|
|
2349
|
-
.ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___S7Deh {
|
|
2350
|
-
--height: var(--hop-ListBoxItemSkeleton-md-height);
|
|
2351
|
-
}
|
|
2352
|
-
.ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___Rrcau {
|
|
2353
|
-
--height: var(--hop-ListBoxItemSkeleton-lg-height);
|
|
2354
|
-
}
|
|
2355
|
-
@keyframes ListBoxItemSkeleton-module__placeholder-shimmer___zxMXK {
|
|
2356
|
-
0% {
|
|
2357
|
-
background-position: 125% 50%;
|
|
2358
|
-
}
|
|
2359
|
-
100% {
|
|
2360
|
-
background-position: -25% 50%;
|
|
2361
|
-
}
|
|
2362
|
-
}
|
|
2363
|
-
|
|
2364
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ListBox/src/ListBoxItem.module.css/#css-module-data */
|
|
2365
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW {
|
|
2366
|
-
--hop-ListBoxItem-background-color: transparent;
|
|
2367
|
-
--hop-ListBoxItem-border-radius: var(--hop-shape-rounded-md);
|
|
2368
|
-
--hop-ListBoxItem-text-color: var(--hop-neutral-text);
|
|
2369
|
-
--hop-ListBoxItem-icon-color: var(--hop-neutral-icon);
|
|
2370
|
-
--hop-ListBoxItem-outline-size: 0.125rem;
|
|
2371
|
-
--hop-ListBoxItem-outline-color: var(--hop-primary-border-focus);
|
|
2372
|
-
--hop-ListBoxItem-row-gap: var(--hop-space-stack-xs);
|
|
2373
|
-
--hop-ListBoxItem-column-gap: var(--hop-space-inline-sm);
|
|
2374
|
-
--hop-ListBoxItem-indicator-inline-size: calc( 1rem + var(--hop-ListBoxItem-column-gap));
|
|
2375
|
-
--hop-ListBoxItem-description-text-color: var(--hop-neutral-text-weak);
|
|
2376
|
-
--hop-ListBoxItem-grid-template-areas: "indicator avatar icon label end-icon badge";
|
|
2377
|
-
--hop-ListBoxItem-grid-template-areas-with-description: "indicator avatar icon label end-icon badge" ". avatar . description description description";
|
|
2378
|
-
--hop-ListBoxItem-grid-template-areas-loading: "label";
|
|
2379
|
-
--hop-ListBoxItem-grid-template-columns: var(--hop-ListBoxItem-indicator-inline-size) auto auto 1fr auto auto;
|
|
2380
|
-
--hop-ListBoxItem-grid-template-columns-not-selected: 0 auto auto 1fr auto auto;
|
|
2381
|
-
--hop-ListBoxItem-grid-template-columns-loading: 1fr;
|
|
2382
|
-
--hop-ListBoxItem-xs-padding-block: var(--hop-space-inset-xs);
|
|
2383
|
-
--hop-ListBoxItem-xs-padding-inline: var(--hop-space-inset-md);
|
|
2384
|
-
--hop-ListBoxItem-xs-min-height: 2rem;
|
|
2385
|
-
--hop-ListBoxItem-sm-padding-block: var(--hop-space-inset-sm);
|
|
2386
|
-
--hop-ListBoxItem-sm-padding-inline: var(--hop-space-inset-md);
|
|
2387
|
-
--hop-ListBoxItem-sm-min-height: 2.5rem;
|
|
2388
|
-
--hop-ListBoxItem-md-padding-block: var(--hop-space-inset-md);
|
|
2389
|
-
--hop-ListBoxItem-md-padding-inline: var(--hop-space-inset-md);
|
|
2390
|
-
--hop-ListBoxItem-md-min-height: 3.5rem;
|
|
2391
|
-
--hop-ListBoxItem-lg-padding-block: var(--hop-space-inset-md);
|
|
2392
|
-
--hop-ListBoxItem-lg-padding-inline: var(--hop-space-inset-md);
|
|
2393
|
-
--hop-ListBoxItem-lg-min-height: 4rem;
|
|
2394
|
-
--hop-ListBoxItem-background-color-hovered: var(--hop-neutral-surface-hover);
|
|
2395
|
-
--hop-ListBoxItem-text-color-hovered: var(--hop-neutral-text-hover);
|
|
2396
|
-
--hop-ListBoxItem-icon-color-hovered: var(--hop-neutral-icon-hover);
|
|
2397
|
-
--hop-ListBoxItem-background-color-pressed: var(--hop-neutral-surface-press);
|
|
2398
|
-
--hop-ListBoxItem-text-color-pressed: var(--hop-neutral-text-press);
|
|
2399
|
-
--hop-ListBoxItem-icon-color-pressed: var(--hop-neutral-icon-press);
|
|
2400
|
-
--hop-ListBoxItem-background-color-focused: var(--hop-neutral-surface-hover);
|
|
2401
|
-
--hop-ListBoxItem-text-color-focused: var(--hop-neutral-text-hover);
|
|
2402
|
-
--hop-ListBoxItem-icon-color-focused: var(--hop-neutral-icon-hover);
|
|
2403
|
-
--hop-ListBoxItem-background-color-selected: transparent;
|
|
2404
|
-
--hop-ListBoxItem-text-color-selected: var(--hop-neutral-text);
|
|
2405
|
-
--hop-ListBoxItem-icon-color-selected: var(--hop-neutral-icon);
|
|
2406
|
-
--hop-ListBoxItem-background-color-invalid: transparent;
|
|
2407
|
-
--hop-ListBoxItem-background-color-invalid-hovered: var(--hop-danger-surface-hover);
|
|
2408
|
-
--hop-ListBoxItem-background-color-invalid-pressed: var(--hop-danger-surface-press);
|
|
2409
|
-
--hop-ListBoxItem-background-color-invalid-focused: var(--hop-danger-surface-hover);
|
|
2410
|
-
--hop-ListBoxItem-background-color-invalid-selected: transparent;
|
|
2411
|
-
--hop-ListBoxItem-background-color-invalid-disabled: transparent;
|
|
2412
|
-
--hop-ListBoxItem-text-color-invalid: var(--hop-danger-text-weak);
|
|
2413
|
-
--hop-ListBoxItem-text-color-invalid-hovered: var(--hop-danger-text-strong);
|
|
2414
|
-
--hop-ListBoxItem-text-color-invalid-pressed: var(--hop-danger-text-strong);
|
|
2415
|
-
--hop-ListBoxItem-text-color-invalid-focused: var(--hop-danger-text-strong);
|
|
2416
|
-
--hop-ListBoxItem-text-color-invalid-selected: var(--hop-danger-text-weak);
|
|
2417
|
-
--hop-ListBoxItem-text-color-invalid-disabled: var(--hop-danger-text-disabled);
|
|
2418
|
-
--hop-ListBoxItem-icon-color-invalid: var(--hop-danger-icon-weak);
|
|
2419
|
-
--hop-ListBoxItem-icon-color-invalid-hovered: var(--hop-danger-icon-strong);
|
|
2420
|
-
--hop-ListBoxItem-icon-color-invalid-pressed: var(--hop-danger-icon-strong);
|
|
2421
|
-
--hop-ListBoxItem-icon-color-invalid-focused: var(--hop-danger-icon-strong);
|
|
2422
|
-
--hop-ListBoxItem-icon-color-invalid-selected: var(--hop-danger-icon-weak);
|
|
2423
|
-
--hop-ListBoxItem-icon-color-invalid-disabled: var(--hop-danger-icon-disabled);
|
|
2424
|
-
--hop-ListBoxItem-description-text-color-invalid-hovered: inherit;
|
|
2425
|
-
--hop-ListBoxItem-description-text-color-invalid-pressed: inherit;
|
|
2426
|
-
--hop-ListBoxItem-description-text-color-invalid-focused: inherit;
|
|
2427
|
-
--hop-ListBoxItem-background-color-disabled: transparent;
|
|
2428
|
-
--hop-ListBoxItem-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
2429
|
-
--hop-ListBoxItem-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
2430
|
-
--background-color: var(--hop-ListBoxItem-background-color);
|
|
2431
|
-
--text-color: var(--hop-ListBoxItem-text-color);
|
|
2432
|
-
--icon-color: var(--hop-ListBoxItem-icon-color);
|
|
2433
|
-
--outline: none;
|
|
2434
|
-
--cursor: default;
|
|
2435
|
-
--checkmark-opacity: 0;
|
|
2436
|
-
--description-text-color: var(--hop-ListBoxItem-description-text-color);
|
|
2437
|
-
--row-gap: 0;
|
|
2438
|
-
--grid-template-areas: var(--hop-ListBoxItem-grid-template-areas);
|
|
2439
|
-
--grid-template-columns: var(--hop-ListBoxItem-grid-template-columns);
|
|
2440
|
-
--checkmark-transition: opacity 0.2s ease-in-out .2s;
|
|
2441
|
-
cursor: var(--cursor);
|
|
2442
|
-
box-sizing: border-box;
|
|
2443
|
-
color: var(--text-color);
|
|
2444
|
-
background-color: var(--background-color);
|
|
2445
|
-
border-radius: var(--hop-ListBoxItem-border-radius);
|
|
2446
|
-
outline: var(--outline);
|
|
2447
|
-
}
|
|
2448
|
-
.ListBoxItem-module__hop-ListBoxItem--xs___-dXrA {
|
|
2449
|
-
--padding-block: var(--hop-ListBoxItem-xs-padding-block);
|
|
2450
|
-
--padding-inline: var(--hop-ListBoxItem-xs-padding-inline);
|
|
2451
|
-
--min-height: var(--hop-ListBoxItem-xs-min-height);
|
|
2452
|
-
}
|
|
2453
|
-
.ListBoxItem-module__hop-ListBoxItem--sm___PJua2 {
|
|
2454
|
-
--padding-block: var(--hop-ListBoxItem-sm-padding-block);
|
|
2455
|
-
--padding-inline: var(--hop-ListBoxItem-sm-padding-inline);
|
|
2456
|
-
--min-height: var(--hop-ListBoxItem-sm-min-height);
|
|
2457
|
-
}
|
|
2458
|
-
.ListBoxItem-module__hop-ListBoxItem--md___tUXMc {
|
|
2459
|
-
--padding-block: var(--hop-ListBoxItem-md-padding-block);
|
|
2460
|
-
--padding-inline: var(--hop-ListBoxItem-md-padding-inline);
|
|
2461
|
-
--min-height: var(--hop-ListBoxItem-md-min-height);
|
|
2462
|
-
}
|
|
2463
|
-
.ListBoxItem-module__hop-ListBoxItem--lg___eGqO4 {
|
|
2464
|
-
--padding-block: var(--hop-ListBoxItem-lg-padding-block);
|
|
2465
|
-
--padding-inline: var(--hop-ListBoxItem-lg-padding-inline);
|
|
2466
|
-
--min-height: var(--hop-ListBoxItem-lg-min-height);
|
|
2467
|
-
}
|
|
2468
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-selection-mode] {
|
|
2469
|
-
--cursor: pointer;
|
|
2470
|
-
}
|
|
2471
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW:not([data-selection-mode]) {
|
|
2472
|
-
--grid-template-columns: var(--hop-ListBoxItem-grid-template-columns-not-selected);
|
|
2473
|
-
}
|
|
2474
|
-
.ListBoxItem-module__hop-ListBoxItem__inner___QR5j1:not([data-list-has-selection]):has(.ListBoxItem-module__hop-ListBoxItem__checkmark___Ei8-S) {
|
|
2475
|
-
--grid-template-columns: var(--hop-ListBoxItem-grid-template-columns-not-selected);
|
|
2476
|
-
}
|
|
2477
|
-
.ListBoxItem-module__hop-ListBoxItem__inner___QR5j1[data-list-has-selection-end]:has(.ListBoxItem-module__hop-ListBoxItem__checkmark___Ei8-S) {
|
|
2478
|
-
--checkmark-transition: none;
|
|
2479
|
-
}
|
|
2480
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-selected] {
|
|
2481
|
-
--background-color: var(--hop-ListBoxItem-background-color-selected);
|
|
2482
|
-
--text-color: var(--hop-ListBoxItem-text-color-selected);
|
|
2483
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-selected);
|
|
2484
|
-
--checkmark-opacity: 1;
|
|
2485
|
-
}
|
|
2486
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-focus-visible] {
|
|
2487
|
-
--background-color: var(--hop-ListBoxItem-background-color-focused);
|
|
2488
|
-
--text-color: var(--hop-ListBoxItem-text-color-focused);
|
|
2489
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-focused);
|
|
2490
|
-
--outline: var(--hop-ListBoxItem-outline-size) solid var(--hop-ListBoxItem-outline-color);
|
|
2491
|
-
}
|
|
2492
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-hovered] {
|
|
2493
|
-
--background-color: var(--hop-ListBoxItem-background-color-hovered);
|
|
2494
|
-
--text-color: var(--hop-ListBoxItem-text-color-hovered);
|
|
2495
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-hovered);
|
|
2496
|
-
}
|
|
2497
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-pressed] {
|
|
2498
|
-
--background-color: var(--hop-ListBoxItem-background-color-pressed);
|
|
2499
|
-
--text-color: var(--hop-ListBoxItem-text-color-pressed);
|
|
2500
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-pressed);
|
|
2501
|
-
}
|
|
2502
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-disabled] {
|
|
2503
|
-
--background-color: var(--hop-ListBoxItem-background-color-disabled);
|
|
2504
|
-
--text-color: var(--hop-ListBoxItem-text-color-disabled);
|
|
2505
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-disabled);
|
|
2506
|
-
--description-text-color: var(--hop-ListBoxItem-text-color-disabled);
|
|
2507
|
-
--cursor: not-allowed;
|
|
2508
|
-
}
|
|
2509
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-invalid] {
|
|
2510
|
-
--background-color: var(--hop-ListBoxItem-background-color-invalid);
|
|
2511
|
-
--text-color: var(--hop-ListBoxItem-text-color-invalid);
|
|
2512
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-invalid);
|
|
2513
|
-
}
|
|
2514
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-invalid][data-selected] {
|
|
2515
|
-
--background-color: var(--hop-ListBoxItem-background-color-invalid-selected);
|
|
2516
|
-
--text-color: var(--hop-ListBoxItem-text-color-invalid-selected);
|
|
2517
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-invalid-selected);
|
|
2518
|
-
}
|
|
2519
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-invalid][data-focus-visible] {
|
|
2520
|
-
--background-color: var(--hop-ListBoxItem-background-color-invalid-focused);
|
|
2521
|
-
--text-color: var(--hop-ListBoxItem-text-color-invalid-focused);
|
|
2522
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-invalid-focused);
|
|
2523
|
-
--description-text-color: var(--hop-ListBoxItem-description-text-color-invalid-focused);
|
|
2524
|
-
}
|
|
2525
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-invalid][data-hovered] {
|
|
2526
|
-
--background-color: var(--hop-ListBoxItem-background-color-invalid-hovered);
|
|
2527
|
-
--text-color: var(--hop-ListBoxItem-text-color-invalid-hovered);
|
|
2528
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-invalid-hovered);
|
|
2529
|
-
--description-text-color: var(--hop-ListBoxItem-description-text-color-invalid-hovered);
|
|
2530
|
-
}
|
|
2531
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-invalid][data-pressed] {
|
|
2532
|
-
--background-color: var(--hop-ListBoxItem-background-color-invalid-pressed);
|
|
2533
|
-
--text-color: var(--hop-ListBoxItem-text-color-invalid-pressed);
|
|
2534
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-invalid-pressed);
|
|
2535
|
-
--description-text-color: var(--hop-ListBoxItem-description-text-color-invalid-pressed);
|
|
2536
|
-
}
|
|
2537
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-invalid][data-disabled] {
|
|
2538
|
-
--background-color: var(--hop-ListBoxItem-background-color-invalid-disabled);
|
|
2539
|
-
--text-color: var(--hop-ListBoxItem-text-color-invalid-disabled);
|
|
2540
|
-
--icon-color: var(--hop-ListBoxItem-icon-color-invalid-disabled);
|
|
2541
|
-
}
|
|
2542
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW:has(.ListBoxItem-module__hop-ListBoxItem__description___grvX-) {
|
|
2543
|
-
--row-gap: var(--hop-ListBoxItem-row-gap);
|
|
2544
|
-
--grid-template-areas: var(--hop-ListBoxItem-grid-template-areas-with-description);
|
|
2545
|
-
}
|
|
2546
|
-
.ListBoxItem-module__hop-ListBoxItem___Yx1lW[data-loading] {
|
|
2547
|
-
--grid-template-areas: var(--hop-ListBoxItem-grid-template-areas-loading);
|
|
2548
|
-
--grid-template-columns: var(--hop-ListBoxItem-grid-template-columns-loading);
|
|
2549
|
-
}
|
|
2550
|
-
.ListBoxItem-module__hop-ListBoxItem__inner___QR5j1 {
|
|
2551
|
-
display: grid;
|
|
2552
|
-
grid-template-areas: var(--grid-template-areas);
|
|
2553
|
-
grid-template-columns: var(--grid-template-columns);
|
|
2554
|
-
row-gap: var(--row-gap);
|
|
2555
|
-
align-items: center;
|
|
2556
|
-
box-sizing: border-box;
|
|
2557
|
-
min-block-size: var(--min-height);
|
|
2558
|
-
padding-block: var(--padding-block);
|
|
2559
|
-
padding-inline: var(--padding-inline);
|
|
2560
|
-
transition: grid-template-columns .3s ease-in-out;
|
|
2561
|
-
}
|
|
2562
|
-
.ListBoxItem-module__hop-ListBoxItem__checkmark___Ei8-S {
|
|
2563
|
-
grid-area: indicator;
|
|
2564
|
-
margin-inline-end: var(--hop-ListBoxItem-column-gap);
|
|
2565
|
-
color: var(--icon-color);
|
|
2566
|
-
opacity: var(--checkmark-opacity);
|
|
2567
|
-
transition: var(--checkmark-transition);
|
|
2568
|
-
}
|
|
2569
|
-
.ListBoxItem-module__hop-ListBoxItem__radio-group___7RjtE,
|
|
2570
|
-
.ListBoxItem-module__hop-ListBoxItem__checkbox___jfL9v {
|
|
2571
|
-
pointer-events: none;
|
|
2572
|
-
user-select: none;
|
|
2573
|
-
grid-area: indicator;
|
|
2574
|
-
margin-inline-end: var(--hop-ListBoxItem-column-gap);
|
|
2575
|
-
}
|
|
2576
|
-
.ListBoxItem-module__hop-ListBoxItem__avatar___q2xtk {
|
|
2577
|
-
grid-area: avatar;
|
|
2578
|
-
margin-inline-end: var(--hop-ListBoxItem-column-gap);
|
|
2579
|
-
}
|
|
2580
|
-
.ListBoxItem-module__hop-ListBoxItem__icon-list___FHexQ,
|
|
2581
|
-
.ListBoxItem-module__hop-ListBoxItem__icon___0KEwI {
|
|
2582
|
-
grid-area: icon;
|
|
2583
|
-
flex: 0 0 auto;
|
|
2584
|
-
margin-inline-end: var(--hop-ListBoxItem-column-gap);
|
|
2585
|
-
color: var(--icon-color);
|
|
2586
|
-
}
|
|
2587
|
-
.ListBoxItem-module__hop-ListBoxItem__label___-q2Uo {
|
|
2588
|
-
overflow: hidden;
|
|
2589
|
-
grid-area: label;
|
|
2590
|
-
min-inline-size: 0;
|
|
2591
|
-
text-overflow: ellipsis;
|
|
2592
|
-
white-space: nowrap;
|
|
2593
|
-
}
|
|
2594
|
-
.ListBoxItem-module__hop-ListBoxItem__end-icon-list___h93Wc,
|
|
2595
|
-
.ListBoxItem-module__hop-ListBoxItem__end-icon___bzOPv {
|
|
2596
|
-
grid-area: end-icon;
|
|
2597
|
-
margin-inline-start: var(--hop-ListBoxItem-column-gap);
|
|
2598
|
-
color: var(--icon-color);
|
|
2599
|
-
}
|
|
2600
|
-
.ListBoxItem-module__hop-ListBoxItem__badge___AONN3 {
|
|
2601
|
-
grid-area: badge;
|
|
2602
|
-
margin-inline-start: var(--hop-ListBoxItem-column-gap);
|
|
2603
|
-
}
|
|
2604
|
-
.ListBoxItem-module__hop-ListBoxItem__description___grvX- {
|
|
2605
|
-
overflow: hidden;
|
|
2606
|
-
display: -webkit-box;
|
|
2607
|
-
grid-area: description;
|
|
2608
|
-
-webkit-box-orient: vertical;
|
|
2609
|
-
color: var(--description-text-color);
|
|
2610
|
-
-webkit-line-clamp: 2;
|
|
2611
|
-
line-clamp: 2;
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ListBox/src/ListBox.module.css/#css-module-data */
|
|
2615
|
-
.ListBox-module__hop-ListBox___SARwA {
|
|
2616
|
-
--hop-ListBox-background-color: var(--hop-neutral-surface);
|
|
2617
|
-
--hop-ListBox-border-color: var(--hop-neutral-border-weak);
|
|
2618
|
-
--hop-ListBox-border-radius: var(--hop-shape-rounded-md);
|
|
2619
|
-
--hop-ListBox-border-size: 0.0625rem;
|
|
2620
|
-
--hop-ListBox-padding-inline: var(--hop-space-inset-sm);
|
|
2621
|
-
--hop-ListBox-padding-block: var(--hop-space-inset-sm);
|
|
2622
|
-
--hop-ListBox-min-width: 13.625rem;
|
|
2623
|
-
--hop-ListBox-max-width: 18rem;
|
|
2624
|
-
--hop-ListBox-width: max-content;
|
|
2625
|
-
--hop-ListBox-fluid-width: 100%;
|
|
2626
|
-
--hop-ListBox-fluid-max-width: 100%;
|
|
2627
|
-
--hop-ListBox-section-padding-block: var(--hop-ListBox-padding-block);
|
|
2628
|
-
--hop-ListBox-section-padding-inline: var(--hop-ListBox-padding-inline);
|
|
2629
|
-
--hop-ListBox-section-margin-block: var(--hop-space-stack-sm);
|
|
2630
|
-
--hop-ListBox-section-margin-inline: calc(-1 * var(--hop-ListBox-padding-inline));
|
|
2631
|
-
--hop-ListBox-section-border-size: var(--hop-ListBox-border-size);
|
|
2632
|
-
--hop-ListBox-section-border-color: var(--hop-ListBox-border-color);
|
|
2633
|
-
--hop-ListBox-section-header-font-family: var(--hop-overline-font-family);
|
|
2634
|
-
--hop-ListBox-section-header-font-size: var(--hop-overline-font-size);
|
|
2635
|
-
--hop-ListBox-section-header-font-weight: var(--hop-overline-font-weight);
|
|
2636
|
-
--hop-ListBox-section-header-letter-spacing: 0.015rem;
|
|
2637
|
-
--hop-ListBox-section-header-line-height: var(--hop-overline-line-height);
|
|
2638
|
-
--hop-ListBox-section-header-text-transform: uppercase;
|
|
2639
|
-
--hop-ListBox-section-header-padding: var(--hop-space-inset-stretch-sm);
|
|
2640
|
-
--hop-ListBox-section-header-top-offset: var(--hop-overline-top-offset);
|
|
2641
|
-
--hop-ListBox-section-header-bottom-offset: var(--hop-overline-bottom-offset);
|
|
2642
|
-
--hop-ListBox-divider-margin-block: var(--hop-space-stack-sm);
|
|
2643
|
-
--hop-ListBox-divider-margin-inline: calc(-1 * var(--hop-ListBox-padding-inline));
|
|
2644
|
-
--max-width: var(--hop-ListBox-max-width);
|
|
2645
|
-
--width: var(--hop-ListBox-width);
|
|
2646
|
-
--section-padding-block-start: var(--hop-ListBox-section-padding-block);
|
|
2647
|
-
--section-padding-block-end: var(--hop-ListBox-section-padding-block);
|
|
2648
|
-
--section-margin-block-start: 0;
|
|
2649
|
-
--section-margin-block-end: 0;
|
|
2650
|
-
--section-border-block-start: 0;
|
|
2651
|
-
--section-border-block-end: var(--hop-ListBox-section-border-size) solid var(--hop-ListBox-section-border-color);
|
|
2652
|
-
overflow-y: auto;
|
|
2653
|
-
box-sizing: border-box;
|
|
2654
|
-
inline-size: var(--width);
|
|
2655
|
-
min-inline-size: var(--hop-ListBox-min-width);
|
|
2656
|
-
max-inline-size: var(--max-width);
|
|
2657
|
-
padding-block: var(--hop-ListBox-padding-block);
|
|
2658
|
-
padding-inline: var(--hop-ListBox-padding-inline);
|
|
2659
|
-
background-color: var(--hop-ListBox-background-color);
|
|
2660
|
-
border: var(--hop-ListBox-border-size) solid var(--hop-ListBox-border-color);
|
|
2661
|
-
border-radius: var(--hop-ListBox-border-radius);
|
|
2662
|
-
}
|
|
2663
|
-
.ListBox-module__hop-ListBox--fluid___Imbbr {
|
|
2664
|
-
--max-width: var(--hop-ListBox-fluid-max-width);
|
|
2665
|
-
--width: var(--hop-ListBox-fluid-width);
|
|
2666
|
-
}
|
|
2667
|
-
.ListBox-module__hop-ListBox__section___EdImM {
|
|
2668
|
-
margin-block: var(--section-margin-block-start) var(--section-margin-block-end);
|
|
2669
|
-
margin-inline: var(--hop-ListBox-section-margin-inline);
|
|
2670
|
-
padding-block: var(--section-padding-block-start) var(--section-padding-block-end);
|
|
2671
|
-
padding-inline: var(--hop-ListBox-section-padding-inline);
|
|
2672
|
-
border-block-start: var(--section-border-block-start);
|
|
2673
|
-
border-block-end: var(--section-border-block-end);
|
|
2674
|
-
}
|
|
2675
|
-
.ListBox-module__hop-ListBox__item___-dZ1Z + .ListBox-module__hop-ListBox__section___EdImM {
|
|
2676
|
-
--section-margin-block-start: var(--hop-ListBox-section-margin-block);
|
|
2677
|
-
--section-border-block-start: var(--hop-ListBox-section-border-size) solid var(--hop-ListBox-section-border-color);
|
|
2678
|
-
}
|
|
2679
|
-
.ListBox-module__hop-ListBox__section___EdImM:has(+ .ListBox-module__hop-ListBox__item___-dZ1Z) {
|
|
2680
|
-
--section-margin-block-end: var(--hop-ListBox-section-margin-block);
|
|
2681
|
-
}
|
|
2682
|
-
.ListBox-module__hop-ListBox__section___EdImM:first-child {
|
|
2683
|
-
--section-padding-block-start: 0;
|
|
2684
|
-
}
|
|
2685
|
-
.ListBox-module__hop-ListBox__section___EdImM:last-child {
|
|
2686
|
-
--section-padding-block-end: 0;
|
|
2687
|
-
--section-border-block-end: 0;
|
|
2688
|
-
}
|
|
2689
|
-
.ListBox-module__hop-ListBox__section-header___F18mO {
|
|
2690
|
-
margin: 0;
|
|
2691
|
-
padding: var(--hop-ListBox-section-header-padding);
|
|
2692
|
-
font-family: var(--hop-ListBox-section-header-font-family);
|
|
2693
|
-
font-size: var(--hop-ListBox-section-header-font-size);
|
|
2694
|
-
font-weight: var(--hop-ListBox-section-header-font-weight);
|
|
2695
|
-
line-height: var(--hop-ListBox-section-header-line-height);
|
|
2696
|
-
text-transform: var(--hop-ListBox-section-header-text-transform);
|
|
2697
|
-
letter-spacing: var(--hop-ListBox-section-header-letter-spacing);
|
|
2698
|
-
}
|
|
2699
|
-
.ListBox-module__hop-ListBox__section-header___F18mO::before,
|
|
2700
|
-
.ListBox-module__hop-ListBox__section-header___F18mO::after {
|
|
2701
|
-
content: "";
|
|
2702
|
-
display: block;
|
|
2703
|
-
box-sizing: border-box;
|
|
2704
|
-
inline-size: 0;
|
|
2705
|
-
block-size: 0;
|
|
2706
|
-
}
|
|
2707
|
-
.ListBox-module__hop-ListBox__section-header___F18mO::before {
|
|
2708
|
-
margin-block-end: var(--hop-ListBox-section-header-bottom-offset);
|
|
2709
|
-
}
|
|
2710
|
-
.ListBox-module__hop-ListBox__section-header___F18mO::after {
|
|
2711
|
-
margin-block-start: var(--hop-ListBox-section-header-top-offset);
|
|
2712
|
-
}
|
|
2713
|
-
.ListBox-module__hop-ListBox__divider___5vc2s {
|
|
2714
|
-
margin-block: var(--hop-ListBox-divider-margin-block);
|
|
2715
|
-
margin-inline: var(--hop-ListBox-divider-margin-inline);
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/overlays/Popover/src/Popover.module.css/#css-module-data */
|
|
2719
|
-
:where(.Popover-module__hop-Popover___ahosg *) {
|
|
2720
|
-
font-family: var(--font-family);
|
|
2721
|
-
font-size: var(--font-size);
|
|
2722
|
-
font-weight: var(--font-weight);
|
|
2723
|
-
line-height: var(--line-height);
|
|
2724
|
-
outline: none;
|
|
2725
|
-
}
|
|
2726
|
-
.Popover-module__hop-Popover__dialog___rwQSO {
|
|
2727
|
-
--hop-Popover-background: var(--hop-neutral-surface);
|
|
2728
|
-
--hop-Popover-font-family: var(--hop-body-sm-font-family);
|
|
2729
|
-
--hop-Popover-font-size: var(--hop-body-sm-font-size);
|
|
2730
|
-
--hop-Popover-font-weight: var(--hop-body-sm-font-weight);
|
|
2731
|
-
--hop-Popover-line-height: var(--hop-body-sm-line-height);
|
|
2732
|
-
--hop-Popover-color: var(--hop-neutral-text);
|
|
2733
|
-
--hop-Popover-title-font-family: var(--hop-body-sm-font-family);
|
|
2734
|
-
--hop-Popover-title-font-weight: var(--hop-body-sm-semibold-font-weight);
|
|
2735
|
-
--hop-Popover-content-font-size: var(--hop-body-sm-font-size);
|
|
2736
|
-
--hop-Popover-content-line-height: var(--hop-body-sm-line-height);
|
|
2737
|
-
--hop-Popover-content-color: var(--hop-neutral-text-weak);
|
|
2738
|
-
--hop-Popover-footer-font-size: var(--hop-body-sm-font-size);
|
|
2739
|
-
--hop-Popover-footer-line-height: var(--hop-body-sm-line-height);
|
|
2740
|
-
--hop-Popover-footer-link-color: var(--hop-primary-text);
|
|
2741
|
-
--hop-Popover-border: 0.0625rem solid var(--hop-neutral-border-weak);
|
|
2742
|
-
--hop-Popover-border-radius: var(--hop-shape-rounded-md);
|
|
2743
|
-
--hop-Popover-box-shadow: var(--hop-elevation-lifted);
|
|
2744
|
-
--hop-Popover-max-inline-width: calc(100% - var(--hop-space-inline-md));
|
|
2745
|
-
--font-family: var(--hop-Popover-font-family);
|
|
2746
|
-
--font-size: var(--hop-Popover-font-size);
|
|
2747
|
-
--font-weight: var(--hop-Popover-font-weight);
|
|
2748
|
-
--line-height: var(--hop-Popover-line-height);
|
|
2749
|
-
--width: var(--hop-Popover-max-inline-width);
|
|
2750
|
-
display: grid;
|
|
2751
|
-
grid-template-areas: "header header" "content content" "footer action";
|
|
2752
|
-
grid-template-columns: repeat(2, auto);
|
|
2753
|
-
column-gap: var(--hop-space-inset-sm);
|
|
2754
|
-
box-sizing: border-box;
|
|
2755
|
-
inline-size: var(--width);
|
|
2756
|
-
max-inline-size: var(--width);
|
|
2757
|
-
padding: var(--hop-space-inset-md);
|
|
2758
|
-
background-color: var(--hop-Popover-background);
|
|
2759
|
-
border: var(--hop-Popover-border);
|
|
2760
|
-
border-radius: var(--hop-Popover-border-radius);
|
|
2761
|
-
box-shadow: var(--hop-Popover-box-shadow);
|
|
2762
|
-
@media (width >= 40rem) {
|
|
2763
|
-
--width: 25rem;
|
|
2764
|
-
}
|
|
2765
|
-
}
|
|
2766
|
-
.Popover-module__hop-Popover__title___VkIXX {
|
|
2767
|
-
grid-area: header;
|
|
2768
|
-
color: var(--hop-Popover-color);
|
|
2769
|
-
}
|
|
2770
|
-
.Popover-module__hop-Popover__actions___A24RL,
|
|
2771
|
-
.Popover-module__hop-Popover__action___i8Fan {
|
|
2772
|
-
grid-area: action;
|
|
2773
|
-
justify-self: end;
|
|
2774
|
-
margin-block-start: var(--hop-space-stack-sm);
|
|
2775
|
-
}
|
|
2776
|
-
.Popover-module__hop-Popover__content___kMgPZ {
|
|
2777
|
-
--font-size: var(--hop-Popover-content-font-size);
|
|
2778
|
-
--line-height: var(--hop-Popover-content-line-height);
|
|
2779
|
-
grid-area: content;
|
|
2780
|
-
margin-block: var(--hop-space-stack-sm) 0;
|
|
2781
|
-
margin-inline: 0;
|
|
2782
|
-
padding: 0;
|
|
2783
|
-
color: var(--hop-Popover-content-color);
|
|
2784
|
-
}
|
|
2785
|
-
.Popover-module__hop-Popover__footer___N7P2Q {
|
|
2786
|
-
--font-size: var(--hop-Popover-footer-font-size);
|
|
2787
|
-
--line-height: var(--hop-Popover-footer-line-height);
|
|
2788
|
-
grid-area: footer;
|
|
2789
|
-
place-self: center start;
|
|
2790
|
-
margin-block-start: var(--hop-space-stack-sm);
|
|
2791
|
-
color: var(--hop-Popover-color);
|
|
2792
|
-
}
|
|
2793
|
-
|
|
2794
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/switch/src/Switch.module.css/#css-module-data */
|
|
2795
|
-
.Switch-module__hop-Switch___xTzRj {
|
|
2796
|
-
--hop-Switch-border-size: 0.0625rem;
|
|
2797
|
-
--hop-Switch-border-color: var(--hop-neutral-border);
|
|
2798
|
-
--hop-Switch-border-radius: var(--hop-shape-rounded-lg);
|
|
2799
|
-
--hop-Switch-background-color: var(--hop-neutral-surface);
|
|
2800
|
-
--hop-Switch-thumb-color: var(--hop-neutral-icon);
|
|
2801
|
-
--hop-Switch-text-color: var(--hop-neutral-text);
|
|
2802
|
-
--hop-Switch-border-color-hover: var(--hop-neutral-border-hover);
|
|
2803
|
-
--hop-Switch-background-color-hover: var(--hop-neutral-surface-hover);
|
|
2804
|
-
--hop-Switch-thumb-color-hover: var(--hop-neutral-icon-hover);
|
|
2805
|
-
--hop-Switch-text-color-hover: var(--hop-neutral-text-hover);
|
|
2806
|
-
--hop-Switch-border-color-pressed: var(--hop-neutral-border-press);
|
|
2807
|
-
--hop-Switch-background-color-pressed: var(--hop-neutral-surface-press);
|
|
2808
|
-
--hop-Switch-thumb-color-pressed: var(--hop-neutral-icon-press);
|
|
2809
|
-
--hop-Switch-text-color-pressed: var(--hop-neutral-text-press);
|
|
2810
|
-
--hop-Switch-border-color-focus: var(--hop-neutral-border-hover);
|
|
2811
|
-
--hop-Switch-background-color-focus: var(--hop-neutral-surface-hover);
|
|
2812
|
-
--hop-Switch-thumb-color-focus: var(--hop-neutral-icon-hover);
|
|
2813
|
-
--hop-Switch-focus-ring-color: var(--hop-primary-border-focus);
|
|
2814
|
-
--hop-Switch-text-color-focus: var(--hop-neutral-text);
|
|
2815
|
-
--hop-Switch-border-color-selected: var(--hop-neutral-border-selected);
|
|
2816
|
-
--hop-Switch-background-color-selected: var(--hop-neutral-surface-selected);
|
|
2817
|
-
--hop-Switch-thumb-color-selected: var(--hop-neutral-icon-selected);
|
|
2818
|
-
--hop-Switch-text-color-selected: var(--hop-neutral-text);
|
|
2819
|
-
--hop-Switch-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
2820
|
-
--hop-Switch-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
2821
|
-
--hop-Switch-thumb-color-disabled: var(--hop-neutral-icon-disabled);
|
|
2822
|
-
--hop-Switch-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
2823
|
-
--hop-Switch-inline-size-md: 3rem;
|
|
2824
|
-
--hop-Switch-block-size-md: 1.5rem;
|
|
2825
|
-
--hop-Switch-thumb-size-md: 1rem;
|
|
2826
|
-
--hop-Switch-inset-inline-start-md: var(--hop-space-inset-xs);
|
|
2827
|
-
--hop-Switch-text-top-offset-md: calc((var(--block-size) - (var(--hop-body-md-line-height) * var(--hop-body-md-font-size))) / 2);
|
|
2828
|
-
--hop-Switch-inline-size-sm: 2rem;
|
|
2829
|
-
--hop-Switch-block-size-sm: 1rem;
|
|
2830
|
-
--hop-Switch-thumb-size-sm: 0.75rem;
|
|
2831
|
-
--hop-Switch-inset-inline-start-sm: calc(var(--hop-space-inset-xs) / 2);
|
|
2832
|
-
--hop-Switch-text-top-offset-sm: calc((var(--block-size) - (var(--hop-body-sm-line-height) * var(--hop-body-sm-font-size))) / 2);
|
|
2833
|
-
--border-size: var(--hop-Switch-border-size);
|
|
2834
|
-
--border-color: var(--hop-Switch-border-color);
|
|
2835
|
-
--border-radius: var(--hop-Switch-border-radius);
|
|
2836
|
-
--background-color: var(--hop-Switch-background-color);
|
|
2837
|
-
--column-gap: var(--hop-space-inline-sm);
|
|
2838
|
-
--thumb-color: var(--hop-Switch-thumb-color);
|
|
2839
|
-
--thumb-transform: translate(0, -50%);
|
|
2840
|
-
--outline: none;
|
|
2841
|
-
--cursor: pointer;
|
|
2842
|
-
--text-color: var(--hop-Switch-text-color);
|
|
2843
|
-
cursor: var(--cursor);
|
|
2844
|
-
display: inline-flex;
|
|
2845
|
-
column-gap: var(--column-gap);
|
|
2846
|
-
align-items: flex-start;
|
|
2847
|
-
justify-content: flex-start;
|
|
2848
|
-
box-sizing: border-box;
|
|
2849
|
-
inline-size: max-content;
|
|
2850
|
-
max-inline-size: 100%;
|
|
2851
|
-
}
|
|
2852
|
-
.Switch-module__hop-Switch--sm___pMOUQ {
|
|
2853
|
-
--inline-size: var(--hop-Switch-inline-size-sm);
|
|
2854
|
-
--block-size: var(--hop-Switch-block-size-sm);
|
|
2855
|
-
--thumb-size: var(--hop-Switch-thumb-size-sm);
|
|
2856
|
-
--inset-inline-start: var(--hop-Switch-inset-inline-start-sm);
|
|
2857
|
-
--text-top-offset: var(--hop-Switch-text-top-offset-sm);
|
|
2858
|
-
}
|
|
2859
|
-
.Switch-module__hop-Switch--md___XkV-u {
|
|
2860
|
-
--inline-size: var(--hop-Switch-inline-size-md);
|
|
2861
|
-
--block-size: var(--hop-Switch-block-size-md);
|
|
2862
|
-
--thumb-size: var(--hop-Switch-thumb-size-md);
|
|
2863
|
-
--inset-inline-start: var(--hop-Switch-inset-inline-start-md);
|
|
2864
|
-
--text-top-offset: var(--hop-Switch-text-top-offset-md);
|
|
2865
|
-
}
|
|
2866
|
-
.Switch-module__hop-Switch___xTzRj[data-hovered] {
|
|
2867
|
-
--border-color: var(--hop-Switch-border-color-hover);
|
|
2868
|
-
--background-color: var(--hop-Switch-background-color-hover);
|
|
2869
|
-
--thumb-color: var(--hop-Switch-thumb-color-hover);
|
|
2870
|
-
--text-color: var(--hop-Switch-text-color-hover);
|
|
2871
|
-
}
|
|
2872
|
-
.Switch-module__hop-Switch___xTzRj[data-pressed],
|
|
2873
|
-
.Switch-module__hop-Switch___xTzRj[data-pressed][data-focus-visible] {
|
|
2874
|
-
--border-color: var(--hop-Switch-border-color-pressed);
|
|
2875
|
-
--background-color: var(--hop-Switch-background-color-pressed);
|
|
2876
|
-
--thumb-color: var(--hop-Switch-thumb-color-pressed);
|
|
2877
|
-
--text-color: var(--hop-Switch-text-color-pressed);
|
|
2878
|
-
}
|
|
2879
|
-
.Switch-module__hop-Switch___xTzRj[data-focus-visible] {
|
|
2880
|
-
--border-color: var(--hop-Switch-border-color-focus);
|
|
2881
|
-
--background-color: var(--hop-Switch-background-color-focus);
|
|
2882
|
-
--thumb-color: var(--hop-Switch-thumb-color-focus);
|
|
2883
|
-
--outline: 0.125rem solid var(--hop-Switch-focus-ring-color);
|
|
2884
|
-
--text-color: var(--hop-Switch-text-color-focus);
|
|
2885
|
-
}
|
|
2886
|
-
.Switch-module__hop-Switch___xTzRj[data-selected],
|
|
2887
|
-
.Switch-module__hop-Switch___xTzRj[data-selected][data-pressed] {
|
|
2888
|
-
--border-color: var(--hop-Switch-border-color-selected);
|
|
2889
|
-
--background-color: var(--hop-Switch-background-color-selected);
|
|
2890
|
-
--thumb-color: var(--hop-Switch-thumb-color-selected);
|
|
2891
|
-
--thumb-transform: translate(calc(var(--inline-size) - var(--thumb-size, var(--hop-Switch-thumb-size-md)) - (2 * var(--inset-inline-start, var(--hop-Switch-inset-inline-start-md))) - (2 * var(--border-size))), -50%);
|
|
2892
|
-
--text-color: var(--hop-Switch-text-color-selected);
|
|
2893
|
-
}
|
|
2894
|
-
.Switch-module__hop-Switch___xTzRj[data-disabled] {
|
|
2895
|
-
--border-color: var(--hop-Switch-border-color-disabled);
|
|
2896
|
-
--background-color: var(--hop-Switch-background-color-disabled);
|
|
2897
|
-
--thumb-color: var(--hop-Switch-thumb-color-disabled);
|
|
2898
|
-
--text-color: var(--hop-Switch-text-color-disabled);
|
|
2899
|
-
--cursor: not-allowed;
|
|
2900
|
-
}
|
|
2901
|
-
.Switch-module__hop-Switch__indicator___tCcAc {
|
|
2902
|
-
position: relative;
|
|
2903
|
-
flex: 0 0 auto;
|
|
2904
|
-
box-sizing: border-box;
|
|
2905
|
-
inline-size: var(--inline-size, var(--hop-Switch-inline-size-md));
|
|
2906
|
-
block-size: var(--block-size, var(--hop-Switch-block-size-md));
|
|
2907
|
-
background-color: var(--background-color);
|
|
2908
|
-
border: var(--border-size) solid var(--border-color);
|
|
2909
|
-
border-radius: var(--border-radius);
|
|
2910
|
-
outline: var(--outline);
|
|
2911
|
-
outline-offset: 0.125rem;
|
|
2912
|
-
transition: background var(--hop-easing-duration-2), border-color var(--hop-easing-duration-2);
|
|
2913
|
-
}
|
|
2914
|
-
.Switch-module__hop-Switch__indicator___tCcAc::before {
|
|
2915
|
-
content: "";
|
|
2916
|
-
position: absolute;
|
|
2917
|
-
inset-block-start: 50%;
|
|
2918
|
-
inset-inline-start: var(--inset-inline-start);
|
|
2919
|
-
transform: var(--thumb-transform);
|
|
2920
|
-
flex: 0 0 auto;
|
|
2921
|
-
order: 1;
|
|
2922
|
-
box-sizing: border-box;
|
|
2923
|
-
inline-size: var(--thumb-size);
|
|
2924
|
-
block-size: var(--thumb-size);
|
|
2925
|
-
background-color: var(--thumb-color);
|
|
2926
|
-
border-radius: var(--hop-shape-circle);
|
|
2927
|
-
transition: transform var(--hop-easing-duration-2), background var(--hop-easing-duration-2);
|
|
2928
|
-
}
|
|
2929
|
-
.Switch-module__hop-Switch__text___nvsfu {
|
|
2930
|
-
flex: 0 1 auto;
|
|
2931
|
-
order: 2;
|
|
2932
|
-
min-inline-size: 0;
|
|
2933
|
-
margin-block-start: var(--text-top-offset, var(--hop-Switch-text-top-offset-md));
|
|
2934
|
-
color: var(--text-color);
|
|
2935
|
-
}
|
|
2936
|
-
.Switch-module__hop-Switch__icon-list___322IP,
|
|
2937
|
-
.Switch-module__hop-Switch__icon___IIFNL {
|
|
2938
|
-
order: 3;
|
|
2939
|
-
}
|
|
2940
|
-
|
|
2941
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/switch/src/SwitchField.module.css/#css-module-data */
|
|
2942
|
-
.SwitchField-module__hop-SwitchField___w3L7V {
|
|
2943
|
-
--hop-SwitchField-description-color: var(--hop-neutral-text-weak);
|
|
2944
|
-
--hop-SwitchField-description-color-disabled: var(--hop-neutral-text-disabled);
|
|
2945
|
-
--hop-SwitchField-sm-row-gap: var(--hop-space-stack-xs);
|
|
2946
|
-
--hop-SwitchField-switch-sm-inline-size: 2rem;
|
|
2947
|
-
--hop-SwitchField-description-sm-margin-inline-start: calc(var(--hop-SwitchField-switch-sm-inline-size) + var(--hop-space-inline-sm));
|
|
2948
|
-
--hop-SwitchField-md-row-gap: var(--hop-space-stack-xs);
|
|
2949
|
-
--hop-SwitchField-switch-md-inline-size: 3rem;
|
|
2950
|
-
--hop-SwitchField-description-md-margin-inline-start: calc(var(--hop-SwitchField-switch-md-inline-size) + var(--hop-space-inline-sm));
|
|
2951
|
-
--description-color: var(--hop-SwitchField-description-color);
|
|
2952
|
-
display: flex;
|
|
2953
|
-
flex-direction: column;
|
|
2954
|
-
row-gap: var(--row-gap, var(--hop-space-stack-sm));
|
|
2955
|
-
align-items: flex-start;
|
|
2956
|
-
justify-content: flex-start;
|
|
2957
|
-
box-sizing: border-box;
|
|
2958
|
-
inline-size: max-content;
|
|
2959
|
-
max-inline-size: 100%;
|
|
2960
|
-
}
|
|
2961
|
-
.SwitchField-module__hop-SwitchField___w3L7V[data-disabled] {
|
|
2962
|
-
--description-color: var(--hop-SwitchField-description-color-disabled);
|
|
2963
|
-
}
|
|
2964
|
-
.SwitchField-module__hop-SwitchField--sm___xSnx9 {
|
|
2965
|
-
--row-gap: var(--hop-SwitchField-sm-row-gap);
|
|
2966
|
-
--description-margin-inline-start: var(--hop-SwitchField-description-sm-margin-inline-start);
|
|
2967
|
-
}
|
|
2968
|
-
.SwitchField-module__hop-SwitchField--md___lEJk0 {
|
|
2969
|
-
--row-gap: var(--hop-SwitchField-md-row-gap);
|
|
2970
|
-
--description-margin-inline-start: var(--hop-SwitchField-description-md-margin-inline-start);
|
|
2971
|
-
}
|
|
2972
|
-
.SwitchField-module__hop-SwitchField__description___qqhZZ {
|
|
2973
|
-
order: 2;
|
|
2974
|
-
margin-inline-start: var(--description-margin-inline-start, var(--hop-SwitchField-description-md-margin-inline-start));
|
|
2975
|
-
color: var(--description-color);
|
|
2976
|
-
}
|
|
2977
|
-
.SwitchField-module__hop-SwitchField__switch___sDRnX {
|
|
2978
|
-
order: 1;
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2981
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/tag/src/Tag.module.css/#css-module-data */
|
|
2982
|
-
.Tag-module__hop-Tag___APxsb {
|
|
2983
|
-
--hop-Tag-border-size: 0.0625rem;
|
|
2984
|
-
--hop-Tag-border-radius: var(--hop-shape-pill);
|
|
2985
|
-
--hop-Tag-border-color: var(--hop-neutral-border);
|
|
2986
|
-
--hop-Tag-background-color: var(--hop-neutral-surface-weak);
|
|
2987
|
-
--hop-Tag-text-color: var(--hop-neutral-text);
|
|
2988
|
-
--hop-Tag-md-block-size: 1.5rem;
|
|
2989
|
-
--hop-Tag-md-padding-inline-start: var(--hop-space-inset-xs);
|
|
2990
|
-
--hop-Tag-md-padding-inline-start-text-first: var(--hop-space-inset-sm);
|
|
2991
|
-
--hop-Tag-md-padding-inline-end: var(--hop-space-inset-xs);
|
|
2992
|
-
--hop-Tag-md-padding-inline-end-text-last: var(--hop-space-inset-sm);
|
|
2993
|
-
--hop-Tag-md-column-gap: var(--hop-space-inline-xs);
|
|
2994
|
-
--hop-Tag-lg-block-size: 2rem;
|
|
2995
|
-
--hop-Tag-lg-padding-inline-start: var(--hop-space-inset-xs);
|
|
2996
|
-
--hop-Tag-lg-padding-inline-start-text-first: var(--hop-space-inset-md);
|
|
2997
|
-
--hop-Tag-lg-padding-inline-end: var(--hop-space-inset-xs);
|
|
2998
|
-
--hop-Tag-lg-padding-inline-end-text-last: var(--hop-space-inset-md);
|
|
2999
|
-
--hop-Tag-lg-column-gap: var(--hop-space-inline-sm);
|
|
3000
|
-
--hop-Tag-background-color-focus: var(--hop-neutral-surface-weak-hover);
|
|
3001
|
-
--hop-Tag-border-color-focus: var(--hop-neutral-border-hover);
|
|
3002
|
-
--hop-Tag-text-color-focus: var(--hop-neutral-text-hover);
|
|
3003
|
-
--hop-Tag-focus-ring-color: var(--hop-primary-border-focus);
|
|
3004
|
-
--hop-Tag-background-color-hover: var(--hop-neutral-surface-weak-hover);
|
|
3005
|
-
--hop-Tag-border-color-hover: var(--hop-neutral-border-hover);
|
|
3006
|
-
--hop-Tag-text-color-hover: var(--hop-neutral-text-hover);
|
|
3007
|
-
--hop-Tag-background-color-selected: var(--hop-neutral-surface-weak-selected);
|
|
3008
|
-
--hop-Tag-border-color-selected: var(--hop-neutral-border-selected);
|
|
3009
|
-
--hop-Tag-text-color-selected: var(--hop-neutral-text);
|
|
3010
|
-
--hop-Tag-background-color-press: var(--hop-neutral-surface-weak-press);
|
|
3011
|
-
--hop-Tag-border-color-press: var(--hop-neutral-border-press);
|
|
3012
|
-
--hop-Tag-text-color-press: var(--hop-neutral-text-press);
|
|
3013
|
-
--hop-Tag-border-color-invalid: var(--hop-danger-border-strong);
|
|
3014
|
-
--hop-Tag-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
3015
|
-
--hop-Tag-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
3016
|
-
--hop-Tag-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
3017
|
-
--border-radius: var(--hop-Tag-border-radius);
|
|
3018
|
-
--border-size: var(--hop-Tag-border-size);
|
|
3019
|
-
--border-color: var(--hop-Tag-border-color);
|
|
3020
|
-
--background-color: var(--hop-Tag-background-color);
|
|
3021
|
-
--text-color: var(--hop-Tag-text-color);
|
|
3022
|
-
--badge-secondary-inline-margin-start: calc(-1 * var(--column-gap));
|
|
3023
|
-
--focus-ring-color: var(--hop-Tag-focus-ring-color);
|
|
3024
|
-
overflow: hidden;
|
|
3025
|
-
display: inline-flex;
|
|
3026
|
-
column-gap: var(--column-gap);
|
|
3027
|
-
align-items: center;
|
|
3028
|
-
justify-content: center;
|
|
3029
|
-
box-sizing: border-box;
|
|
3030
|
-
inline-size: max-content;
|
|
3031
|
-
max-inline-size: 100%;
|
|
3032
|
-
block-size: var(--block-size);
|
|
3033
|
-
padding-inline: var(--padding-inline-start) var(--padding-inline-end);
|
|
3034
|
-
color: var(--text-color);
|
|
3035
|
-
white-space: nowrap;
|
|
3036
|
-
background-color: var(--background-color);
|
|
3037
|
-
border: var(--border-size) solid var(--border-color);
|
|
3038
|
-
border-radius: var(--border-radius);
|
|
3039
|
-
outline: none;
|
|
3040
|
-
outline-offset: 0.125rem;
|
|
3041
|
-
}
|
|
3042
|
-
.Tag-module__hop-Tag--md___PGGfP {
|
|
3043
|
-
--block-size: var(--hop-Tag-md-block-size);
|
|
3044
|
-
--padding-inline-start: var(--hop-Tag-md-padding-inline-start);
|
|
3045
|
-
--padding-inline-end: var(--hop-Tag-md-padding-inline-end);
|
|
3046
|
-
--column-gap: var(--hop-Tag-md-column-gap);
|
|
3047
|
-
--clear-btn-margin-inline: calc(-1 * var(--hop-space-inline-xs));
|
|
3048
|
-
}
|
|
3049
|
-
.Tag-module__hop-Tag--md___PGGfP:not(:has(.Tag-module__hop-Tag__icon___oelf8, .Tag-module__hop-Tag__icon-list___HNt-z)) {
|
|
3050
|
-
--padding-inline-start: var(--hop-Tag-md-padding-inline-start-text-first);
|
|
3051
|
-
}
|
|
3052
|
-
.Tag-module__hop-Tag--md___PGGfP:not(:has(.Tag-module__hop-Tag__badge___IZs0J, .Tag-module__hop-Tag__remove-btn___PINTP, .Tag-module__hop-Tag__Spinner___lbIMQ)) {
|
|
3053
|
-
--padding-inline-end: var(--hop-Tag-md-padding-inline-end-text-last);
|
|
3054
|
-
}
|
|
3055
|
-
.Tag-module__hop-Tag--md___PGGfP:not(:has(.Tag-module__hop-Tag__remove-btn___PINTP, .Tag-module__hop-Tag__Spinner___lbIMQ)) {
|
|
3056
|
-
--badge-margin-inline-end: calc(-1 * var(--padding-inline-end));
|
|
3057
|
-
}
|
|
3058
|
-
.Tag-module__hop-Tag--lg___YTw5A {
|
|
3059
|
-
--block-size: var(--hop-Tag-lg-block-size);
|
|
3060
|
-
--padding-inline-start: var(--hop-Tag-lg-padding-inline-start);
|
|
3061
|
-
--padding-inline-end: var(--hop-Tag-lg-padding-inline-end);
|
|
3062
|
-
--column-gap: var(--hop-Tag-lg-column-gap);
|
|
3063
|
-
--clear-btn-margin-inline: 0;
|
|
3064
|
-
--badge-margin-inline-end: 0;
|
|
3065
|
-
}
|
|
3066
|
-
.Tag-module__hop-Tag--lg___YTw5A:not(:has(.Tag-module__hop-Tag__icon___oelf8, .Tag-module__hop-Tag__icon-list___HNt-z)) {
|
|
3067
|
-
--padding-inline-start: var(--hop-Tag-lg-padding-inline-start-text-first);
|
|
3068
|
-
}
|
|
3069
|
-
.Tag-module__hop-Tag--lg___YTw5A:not(:has(.Tag-module__hop-Tag__badge___IZs0J, .Tag-module__hop-Tag__remove-btn___PINTP, .Tag-module__hop-Tag__Spinner___lbIMQ)) {
|
|
3070
|
-
--padding-inline-end: var(--hop-Tag-lg-padding-inline-end-text-last);
|
|
3071
|
-
}
|
|
3072
|
-
.Tag-module__hop-Tag___APxsb[data-href] {
|
|
3073
|
-
cursor: pointer;
|
|
3074
|
-
}
|
|
3075
|
-
.Tag-module__hop-Tag___APxsb[data-focus-visible] {
|
|
3076
|
-
--background-color: var(--hop-Tag-background-color-focus);
|
|
3077
|
-
--border-color: var(--hop-Tag-border-color-focus);
|
|
3078
|
-
--text-color: var(--hop-Tag-text-color-focus);
|
|
3079
|
-
outline: 0.125rem solid var(--focus-ring-color);
|
|
3080
|
-
}
|
|
3081
|
-
.Tag-module__hop-Tag___APxsb[data-hovered] {
|
|
3082
|
-
--background-color: var(--hop-Tag-background-color-hover);
|
|
3083
|
-
--border-color: var(--hop-Tag-border-color-hover);
|
|
3084
|
-
--text-color: var(--hop-Tag-text-color-hover);
|
|
3085
|
-
cursor: pointer;
|
|
3086
|
-
}
|
|
3087
|
-
.Tag-module__hop-Tag___APxsb[data-selected] {
|
|
3088
|
-
--background-color: var(--hop-Tag-background-color-selected);
|
|
3089
|
-
--border-color: var(--hop-Tag-border-color-selected);
|
|
3090
|
-
--text-color: var(--hop-Tag-text-color-selected);
|
|
3091
|
-
}
|
|
3092
|
-
.Tag-module__hop-Tag___APxsb[data-pressed] {
|
|
3093
|
-
--background-color: var(--hop-Tag-background-color-press);
|
|
3094
|
-
--border-color: var(--hop-Tag-border-color-press);
|
|
3095
|
-
--text-color: var(--hop-Tag-text-color-press);
|
|
3096
|
-
cursor: pointer;
|
|
3097
|
-
}
|
|
3098
|
-
.Tag-module__hop-Tag___APxsb[data-invalid] {
|
|
3099
|
-
--border-color: var(--hop-Tag-border-color-invalid);
|
|
3100
|
-
}
|
|
3101
|
-
.Tag-module__hop-Tag___APxsb[data-disabled] {
|
|
3102
|
-
--background-color: var(--hop-Tag-background-color-disabled);
|
|
3103
|
-
--border-color: var(--hop-Tag-border-color-disabled);
|
|
3104
|
-
--text-color: var(--hop-Tag-text-color-disabled);
|
|
3105
|
-
cursor: not-allowed;
|
|
3106
|
-
}
|
|
3107
|
-
.Tag-module__hop-Tag__icon___oelf8,
|
|
3108
|
-
.Tag-module__hop-Tag__icon-list___HNt-z {
|
|
3109
|
-
flex: 0 0 auto;
|
|
3110
|
-
flex-wrap: nowrap;
|
|
3111
|
-
order: 1;
|
|
3112
|
-
}
|
|
3113
|
-
.Tag-module__hop-Tag__text___3hZ83 {
|
|
3114
|
-
overflow: hidden;
|
|
3115
|
-
flex: 1 1 auto;
|
|
3116
|
-
order: 2;
|
|
3117
|
-
min-inline-size: 0;
|
|
3118
|
-
text-align: center;
|
|
3119
|
-
text-overflow: ellipsis;
|
|
3120
|
-
}
|
|
3121
|
-
.Tag-module__hop-Tag__badge___IZs0J {
|
|
3122
|
-
flex: 0 0 auto;
|
|
3123
|
-
order: 3;
|
|
3124
|
-
margin-inline-end: var(--badge-margin-inline-end);
|
|
3125
|
-
}
|
|
3126
|
-
.Tag-module__hop-Tag__badge___IZs0J.Tag-module__hop-Badge--secondary___OeS9R {
|
|
3127
|
-
margin-inline-start: var(--badge-secondary-inline-margin-start);
|
|
3128
|
-
}
|
|
3129
|
-
.Tag-module__hop-Tag__remove-btn___PINTP,
|
|
3130
|
-
.Tag-module__hop-Tag__Spinner___lbIMQ {
|
|
3131
|
-
flex: 0 0 auto;
|
|
3132
|
-
order: 4;
|
|
3133
|
-
}
|
|
3134
|
-
.Tag-module__hop-Tag__remove-btn___PINTP {
|
|
3135
|
-
margin-inline: var(--clear-btn-margin-inline);
|
|
3136
|
-
}
|
|
3137
|
-
|
|
3138
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/tag/src/TagGroup.module.css/#css-module-data */
|
|
3139
|
-
.TagGroup-module__hop-TagGroup___HSRyk {
|
|
3140
|
-
--hop-TagGroup-row-gap: var(--hop-space-inline-sm);
|
|
3141
|
-
--hop-TagGroup-list-column-gap: var(--hop-space-inline-sm);
|
|
3142
|
-
--hop-TagGroup-list-row-gap: var(--hop-space-inline-sm);
|
|
3143
|
-
--hop-TagGroup-list-focus-ring-color: var(--hop-primary-border-focus);
|
|
3144
|
-
--hop-TagGroup-list-border-radius: var(--hop-shape-rounded-sm);
|
|
3145
|
-
--row-gap: var(--hop-TagGroup-row-gap);
|
|
3146
|
-
--list-column-gap: var(--hop-TagGroup-list-column-gap);
|
|
3147
|
-
--list-row-gap: var(--hop-TagGroup-list-row-gap);
|
|
3148
|
-
--list-focus-ring-color: var(--hop-TagGroup-list-focus-ring-color);
|
|
3149
|
-
--list-border-radius: var(--hop-TagGroup-list-border-radius);
|
|
3150
|
-
display: flex;
|
|
3151
|
-
flex-direction: column;
|
|
3152
|
-
row-gap: var(--row-gap);
|
|
3153
|
-
align-items: flex-start;
|
|
3154
|
-
justify-content: flex-start;
|
|
3155
|
-
box-sizing: border-box;
|
|
3156
|
-
inline-size: max-content;
|
|
3157
|
-
max-inline-size: 100%;
|
|
3158
|
-
}
|
|
3159
|
-
.TagGroup-module__hop-TagGroup___HSRyk > .TagGroup-module__hop-TagGroup__label___2FqNk {
|
|
3160
|
-
order: 1;
|
|
3161
|
-
}
|
|
3162
|
-
.TagGroup-module__hop-TagGroup__list___PssjU {
|
|
3163
|
-
display: flex;
|
|
3164
|
-
flex-wrap: wrap;
|
|
3165
|
-
gap: var(--list-row-gap) var(--list-column-gap);
|
|
3166
|
-
align-items: center;
|
|
3167
|
-
order: 2;
|
|
3168
|
-
border-radius: var(--list-border-radius);
|
|
3169
|
-
outline: none;
|
|
3170
|
-
}
|
|
3171
|
-
.TagGroup-module__hop-TagGroup__list___PssjU[data-focus-visible] {
|
|
3172
|
-
outline: 0.125rem solid var(--list-focus-ring-color);
|
|
3173
|
-
outline-offset: 0.125rem;
|
|
3174
|
-
}
|
|
3175
|
-
.TagGroup-module__hop-TagGroup___HSRyk > .TagGroup-module__hop-TagGroup__error-message___Nd-LK,
|
|
3176
|
-
.TagGroup-module__hop-TagGroup___HSRyk > .TagGroup-module__hop-TagGroup__helper-message___-MMag {
|
|
3177
|
-
order: 3;
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
3181
|
-
.Heading-module__hop-Heading___0-OVa {
|
|
3182
|
-
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
3183
|
-
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
3184
|
-
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
3185
|
-
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
3186
|
-
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
3187
|
-
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
3188
|
-
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
3189
|
-
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
3190
|
-
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
3191
|
-
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
3192
|
-
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
3193
|
-
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
3194
|
-
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
3195
|
-
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
3196
|
-
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
3197
|
-
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
3198
|
-
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
3199
|
-
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
3200
|
-
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
3201
|
-
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
3202
|
-
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
3203
|
-
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
3204
|
-
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
3205
|
-
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
3206
|
-
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
3207
|
-
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
3208
|
-
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
3209
|
-
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
3210
|
-
--hop-Heading-inherit-size-font-size: inherit;
|
|
3211
|
-
--hop-Heading-inherit-size-font-family: inherit;
|
|
3212
|
-
--hop-Heading-inherit-size-font-weight: inherit;
|
|
3213
|
-
--hop-Heading-inherit-size-line-height: inherit;
|
|
3214
|
-
}
|
|
3215
|
-
:where(.Heading-module__hop-Heading___0-OVa) {
|
|
3216
|
-
margin: 0;
|
|
3217
|
-
font-family: var(--font-family);
|
|
3218
|
-
font-size: var(--font-size);
|
|
3219
|
-
font-weight: var(--font-weight);
|
|
3220
|
-
line-height: var(--line-height);
|
|
3221
|
-
}
|
|
3222
|
-
:where(.Heading-module__hop-Heading--xs___Gv8a-) {
|
|
3223
|
-
--font-size: var(--hop-Heading-xs-font-size);
|
|
3224
|
-
--font-family: var(--hop-Heading-xs-font-family);
|
|
3225
|
-
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
3226
|
-
--line-height: var(--hop-Heading-xs-line-height);
|
|
3227
|
-
}
|
|
3228
|
-
:where(.Heading-module__hop-Heading--sm___Pp2Y3) {
|
|
3229
|
-
--font-size: var(--hop-Heading-sm-font-size);
|
|
3230
|
-
--font-family: var(--hop-Heading-sm-font-family);
|
|
3231
|
-
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
3232
|
-
--line-height: var(--hop-Heading-sm-line-height);
|
|
3233
|
-
}
|
|
3234
|
-
:where(.Heading-module__hop-Heading--md___WcfUF) {
|
|
3235
|
-
--font-size: var(--hop-Heading-md-font-size);
|
|
3236
|
-
--font-family: var(--hop-Heading-md-font-family);
|
|
3237
|
-
--font-weight: var(--hop-Heading-md-font-weight);
|
|
3238
|
-
--line-height: var(--hop-Heading-md-line-height);
|
|
3239
|
-
}
|
|
3240
|
-
:where(.Heading-module__hop-Heading--lg___bdnQF) {
|
|
3241
|
-
--font-size: var(--hop-Heading-lg-font-size);
|
|
3242
|
-
--font-family: var(--hop-Heading-lg-font-family);
|
|
3243
|
-
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
3244
|
-
--line-height: var(--hop-Heading-lg-line-height);
|
|
3245
|
-
}
|
|
3246
|
-
:where(.Heading-module__hop-Heading--xl___Lt00B) {
|
|
3247
|
-
--font-size: var(--hop-Heading-xl-font-size);
|
|
3248
|
-
--font-family: var(--hop-Heading-xl-font-family);
|
|
3249
|
-
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
3250
|
-
--line-height: var(--hop-Heading-xl-line-height);
|
|
3251
|
-
}
|
|
3252
|
-
:where(.Heading-module__hop-Heading--2xl___yT4Le) {
|
|
3253
|
-
--font-size: var(--hop-Heading-2xl-font-size);
|
|
3254
|
-
--font-family: var(--hop-Heading-2xl-font-family);
|
|
3255
|
-
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
3256
|
-
--line-height: var(--hop-Heading-2xl-line-height);
|
|
3257
|
-
}
|
|
3258
|
-
:where(.Heading-module__hop-Heading--3xl___z-3OX) {
|
|
3259
|
-
--font-size: var(--hop-Heading-3xl-font-size);
|
|
3260
|
-
--font-family: var(--hop-Heading-3xl-font-family);
|
|
3261
|
-
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
3262
|
-
--line-height: var(--hop-Heading-3xl-line-height);
|
|
3263
|
-
}
|
|
3264
|
-
|
|
3265
1089
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/PasswordField.module.css/#css-module-data */
|
|
3266
|
-
.PasswordField-module__hop-
|
|
1090
|
+
.PasswordField-module__hop-PasswordField___WQs-a {
|
|
3267
1091
|
--hop-PasswordField-gap: var(--hop-space-stack-xs);
|
|
3268
1092
|
--hop-PasswordField-inline-size: 20rem;
|
|
3269
1093
|
--hop-PasswordField-font-family: var(--hop-heading-xs-font-family);
|
|
@@ -3277,10 +1101,10 @@
|
|
|
3277
1101
|
gap: var(--hop-PasswordField-gap);
|
|
3278
1102
|
inline-size: var(--inline-size);
|
|
3279
1103
|
}
|
|
3280
|
-
.PasswordField-module__hop-PasswordField--
|
|
1104
|
+
.PasswordField-module__hop-PasswordField--fluid___4feQC {
|
|
3281
1105
|
--inline-size: 100%;
|
|
3282
1106
|
}
|
|
3283
|
-
.PasswordField-module__hop-
|
|
1107
|
+
.PasswordField-module__hop-PasswordField__Label___SfgLw {
|
|
3284
1108
|
order: 0;
|
|
3285
1109
|
font-family: var(--hop-PasswordField-font-family);
|
|
3286
1110
|
font-size: var(--hop-PasswordField-font-size);
|
|
@@ -3288,10 +1112,10 @@
|
|
|
3288
1112
|
line-height: var(--hop-PasswordField-line-height);
|
|
3289
1113
|
color: var(--hop-PasswordField-color);
|
|
3290
1114
|
}
|
|
3291
|
-
.PasswordField-module__hop-
|
|
1115
|
+
.PasswordField-module__hop-PasswordField__InputGroup___W4E3o {
|
|
3292
1116
|
order: 1;
|
|
3293
1117
|
}
|
|
3294
|
-
.PasswordField-module__hop-
|
|
3295
|
-
.PasswordField-module__hop-
|
|
1118
|
+
.PasswordField-module__hop-PasswordField__ErrorMessage___l8hTY,
|
|
1119
|
+
.PasswordField-module__hop-PasswordField__HelperMessage___xpGf3 {
|
|
3296
1120
|
order: 3;
|
|
3297
1121
|
}
|