@hopper-ui/components 1.3.24 → 1.3.26
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 +14 -0
- package/dist/Avatar/src/AnonymousAvatar.css +37 -37
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +55 -55
- package/dist/Avatar/src/Avatar.js +5 -5
- package/dist/Avatar/src/DeletedAvatar.css +37 -37
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +55 -55
- package/dist/Avatar/src/index.js +7 -7
- package/dist/Badge/src/Badge.css +42 -42
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +6 -6
- package/dist/ComboBox/src/ComboBox.css +1251 -1251
- package/dist/ComboBox/src/ComboBox.d.ts +56 -8
- package/dist/ComboBox/src/ComboBox.js +105 -7
- package/dist/ComboBox/src/ComboBoxContext.d.ts +9 -1
- package/dist/ComboBox/src/index.css +1251 -1251
- package/dist/ComboBox/src/index.d.ts +5 -8
- package/dist/ComboBox/src/index.js +71 -79
- package/dist/Divider/src/Divider.css +29 -29
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +29 -29
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/index.css +29 -29
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Form/src/Form.css +900 -900
- package/dist/Form/src/Form.js +71 -79
- package/dist/Form/src/index.css +900 -900
- package/dist/Form/src/index.js +71 -79
- package/dist/HelperMessage/src/HelperMessage.css +29 -29
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +29 -29
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +28 -28
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +28 -28
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +49 -49
- package/dist/Link/src/Link.js +9 -9
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +9 -9
- package/dist/ListBox/src/ListBox.css +406 -406
- package/dist/ListBox/src/ListBox.d.ts +1 -1
- package/dist/ListBox/src/ListBox.js +16 -16
- package/dist/ListBox/src/ListBoxItem.css +394 -394
- package/dist/ListBox/src/ListBoxItem.js +12 -12
- package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +406 -406
- package/dist/ListBox/src/index.js +16 -16
- package/dist/Select/src/Select.css +3863 -764
- package/dist/Select/src/Select.d.ts +55 -7
- package/dist/Select/src/Select.js +104 -9
- package/dist/Select/src/SelectContext.d.ts +8 -0
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +1506 -1506
- package/dist/Select/src/index.d.ts +3 -6
- package/dist/Select/src/index.js +71 -79
- package/dist/Spinner/src/Spinner.css +37 -37
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +37 -37
- package/dist/Spinner/src/index.js +3 -3
- package/dist/buttons/src/Button.css +93 -93
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +38 -38
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +98 -98
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/EmbeddedButton.css +98 -98
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/LinkButton.css +102 -102
- package/dist/buttons/src/LinkButton.js +9 -9
- package/dist/buttons/src/index.css +249 -249
- package/dist/buttons/src/index.js +16 -16
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +8 -8
- package/dist/checkbox/src/CheckboxField.css +33 -33
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +98 -98
- package/dist/checkbox/src/CheckboxGroup.d.ts +7 -11
- package/dist/checkbox/src/CheckboxGroup.js +11 -4
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.d.ts +1 -1
- package/dist/checkbox/src/DecorativeCheckbox.js +8 -8
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.d.ts +1 -3
- package/dist/checkbox/src/index.js +14 -14
- package/dist/{chunk-UAWJCHI5.js → chunk-2EV3YY6O.js} +5 -5
- package/dist/{chunk-34OD6B77.js → chunk-34ER3Q3E.js} +3 -3
- package/dist/{chunk-4GUVWQIQ.js → chunk-3O7BL2KX.js} +3 -3
- package/dist/{chunk-AACT6TYJ.js → chunk-3UP24VEW.js} +7 -7
- package/dist/{chunk-VYR2FNOF.js → chunk-3W66UTRH.js} +4 -4
- package/dist/{chunk-GIUE6E7O.js → chunk-4T564HJ6.js} +2 -2
- package/dist/{chunk-ZNAUIA3P.js → chunk-5U74TYYM.js} +4 -4
- package/dist/{chunk-EY63OJGU.js → chunk-5VMRSEZJ.js} +2 -2
- package/dist/{chunk-FDA3Z2MW.js → chunk-7YCHVZAY.js} +2 -2
- package/dist/{chunk-A3DFIXR7.js → chunk-AN67K6WK.js} +1 -1
- package/dist/{chunk-DVFD3SO5.js → chunk-AQSTIWVL.js} +3 -3
- package/dist/{chunk-5HOGOWWF.js → chunk-BBBCM4UD.js} +4 -4
- package/dist/{chunk-23GSURJM.js → chunk-BCCHOOJ6.js} +6 -6
- package/dist/{chunk-DKU4ERF3.js → chunk-BX43IOO4.js} +2 -2
- package/dist/chunk-CPMQVH6E.js +133 -0
- package/dist/{chunk-ICG7GXKL.js → chunk-D356AG3Y.js} +6 -6
- package/dist/{chunk-RFDMUGAC.js → chunk-D423VDJZ.js} +2 -2
- package/dist/{chunk-JEJIGHGA.js → chunk-DTY2IJJ4.js} +4 -4
- package/dist/{chunk-P5CTWFXU.js → chunk-E5B2HDJG.js} +1 -1
- package/dist/{chunk-YZXA24RK.js → chunk-ESWWZ7W6.js} +4 -4
- package/dist/{chunk-6ZY5OMDT.js → chunk-EXL4IHCP.js} +3 -3
- package/dist/{chunk-YSSICOAX.js → chunk-GKELD2X2.js} +3 -3
- package/dist/{chunk-DQM72KTX.js → chunk-IFHFCK4B.js} +1 -1
- package/dist/{chunk-D2LTMEJM.js → chunk-KZQDYFSO.js} +5 -5
- package/dist/{chunk-GX67ZE24.js → chunk-O4UTOFYE.js} +3 -3
- package/dist/{chunk-TKHSOAVB.js → chunk-OH47EJDL.js} +2 -2
- package/dist/{chunk-2MA4Z3CM.js → chunk-ON7MQIOJ.js} +1 -1
- package/dist/{chunk-JDMEQ2PT.js → chunk-P46AXP47.js} +3 -3
- package/dist/{chunk-3MNBXLNA.js → chunk-PLJGFTQE.js} +1 -1
- package/dist/chunk-Q6YABMDY.js +133 -0
- package/dist/{chunk-ZYU53CSB.js → chunk-QHS7OPTX.js} +2 -2
- package/dist/{chunk-QEP5RLDI.js → chunk-QLFK4TDW.js} +1 -1
- package/dist/{chunk-I54ZVSE7.js → chunk-RH56CRXC.js} +2 -2
- package/dist/{chunk-XDS75LCS.js → chunk-SEMHS2HM.js} +7 -7
- package/dist/{chunk-DXJTN6KL.js → chunk-SHLXCNCB.js} +1 -1
- package/dist/{chunk-DPM63OEM.js → chunk-TUAAD5PI.js} +1 -1
- package/dist/{chunk-4QKGKTD5.js → chunk-UIVMBUPT.js} +2 -2
- package/dist/{chunk-3WWTLVIH.js → chunk-UNIVA5T3.js} +1 -1
- package/dist/{chunk-KYTJMKI3.js → chunk-UV3CWRCS.js} +2 -2
- package/dist/{chunk-FN2RCELD.js → chunk-VAAXBSBQ.js} +2 -2
- package/dist/{chunk-WU6G2EFE.js → chunk-X5UWK5RL.js} +1 -1
- package/dist/{chunk-FTU5D3IQ.js → chunk-XF3Q4TNE.js} +3 -3
- package/dist/{chunk-V2ME5CNG.js → chunk-Y4ZE6KY7.js} +369 -92
- package/dist/{chunk-QU5EBSOI.js → chunk-YO2QYRC2.js} +3 -3
- package/dist/{chunk-US7TSPOE.js → chunk-Z2LOHKRH.js} +1 -1
- package/dist/{chunk-7UIRCOSZ.js → chunk-ZZPW6TQD.js} +1 -1
- package/dist/index.css +900 -900
- package/dist/index.d.ts +6 -14
- package/dist/index.js +71 -79
- package/dist/inputs/src/InputGroup.css +264 -264
- package/dist/inputs/src/InputGroup.js +2 -2
- package/dist/inputs/src/NumberField.css +286 -286
- package/dist/inputs/src/NumberField.js +8 -8
- package/dist/inputs/src/PasswordField.css +274 -274
- package/dist/inputs/src/PasswordField.js +8 -8
- package/dist/inputs/src/RemainingCharacterCount.css +30 -30
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +280 -280
- package/dist/inputs/src/SearchField.js +9 -9
- package/dist/inputs/src/TextArea.css +281 -281
- package/dist/inputs/src/TextArea.js +9 -9
- package/dist/inputs/src/TextField.css +278 -278
- package/dist/inputs/src/TextField.js +11 -11
- package/dist/inputs/src/index.css +324 -324
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +900 -900
- package/dist/overlays/Popover/src/Popover.js +71 -79
- package/dist/overlays/Popover/src/index.css +900 -900
- package/dist/overlays/Popover/src/index.js +71 -79
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.d.ts +1 -1
- package/dist/radio/src/DecorativeRadio.js +8 -8
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +8 -8
- package/dist/radio/src/RadioField.css +33 -33
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +129 -129
- package/dist/radio/src/RadioGroup.d.ts +7 -11
- package/dist/radio/src/RadioGroup.js +11 -4
- package/dist/radio/src/index.css +264 -264
- package/dist/radio/src/index.d.ts +4 -6
- package/dist/radio/src/index.js +14 -14
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +8 -8
- package/dist/switch/src/SwitchField.css +33 -33
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +49 -49
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +390 -390
- package/dist/tag/src/Tag.js +12 -12
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.js +1 -1
- package/dist/tag/src/TagList.css +27 -27
- package/dist/tag/src/index.css +400 -400
- package/dist/tag/src/index.js +13 -13
- package/dist/typography/Heading/src/Heading.css +27 -27
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +27 -27
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +27 -27
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +27 -27
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +27 -27
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +27 -27
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +27 -27
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +27 -27
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +27 -27
- package/dist/utils/src/EnsureTextWrapper.js +5 -5
- package/dist/utils/src/index.css +27 -27
- package/dist/utils/src/index.d.ts +1 -1
- package/dist/utils/src/index.js +7 -7
- package/dist/utils/src/types.d.ts +28 -2
- package/dist/utils/src/useRenderProps.d.ts +1 -0
- package/package.json +1 -1
- package/dist/Avatar/src/AnonymousAvatar.temp.css +0 -296
- package/dist/Avatar/src/AnonymousAvatar.temp.d.ts +0 -31
- package/dist/Avatar/src/AnonymousAvatar.temp.js +0 -60
- package/dist/ComboBox/src/ComboBoxOptions.css +0 -5453
- package/dist/ComboBox/src/ComboBoxOptions.d.ts +0 -51
- package/dist/ComboBox/src/ComboBoxOptions.js +0 -129
- package/dist/ComboBox/src/ComboBoxOptionsContext.d.ts +0 -21
- package/dist/ComboBox/src/ComboBoxOptionsContext.js +0 -2
- package/dist/Select/src/SelectOptions.css +0 -5453
- package/dist/Select/src/SelectOptions.d.ts +0 -50
- package/dist/Select/src/SelectOptions.js +0 -129
- package/dist/Select/src/SelectOptionsContext.d.ts +0 -21
- package/dist/Select/src/SelectOptionsContext.js +0 -2
- package/dist/checkbox/src/CheckboxList.d.ts +0 -17
- package/dist/checkbox/src/CheckboxList.js +0 -3
- package/dist/checkbox/src/CheckboxListContext.d.ts +0 -10
- package/dist/checkbox/src/CheckboxListContext.js +0 -2
- package/dist/chunk-3LRBUQC2.js +0 -43
- package/dist/chunk-A7TZHALP.js +0 -7
- package/dist/chunk-BI5IK57A.js +0 -105
- package/dist/chunk-CQFXGAJK.js +0 -7
- package/dist/chunk-D7F5AAM5.js +0 -149
- package/dist/chunk-DTPOFTKE.js +0 -105
- package/dist/chunk-FAM5QSGP.js +0 -210
- package/dist/chunk-NKHMUPAP.js +0 -43
- package/dist/chunk-WDUQUPTE.js +0 -7
- package/dist/chunk-XGOJ7VOE.js +0 -7
- package/dist/radio/src/RadioList.d.ts +0 -17
- package/dist/radio/src/RadioList.js +0 -3
- package/dist/radio/src/RadioListContext.d.ts +0 -10
- package/dist/radio/src/RadioListContext.js +0 -2
package/dist/radio/src/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
2
|
-
.Heading-module__hop-
|
|
2
|
+
.Heading-module__hop-Heading___q26SZ {
|
|
3
3
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
4
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
5
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -33,50 +33,50 @@
|
|
|
33
33
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
34
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
35
|
}
|
|
36
|
-
:where(.Heading-module__hop-
|
|
36
|
+
:where(.Heading-module__hop-Heading___q26SZ) {
|
|
37
37
|
margin: 0;
|
|
38
38
|
font-family: var(--font-family);
|
|
39
39
|
font-size: var(--font-size);
|
|
40
40
|
font-weight: var(--font-weight);
|
|
41
41
|
line-height: var(--line-height);
|
|
42
42
|
}
|
|
43
|
-
:where(.Heading-module__hop-Heading--
|
|
43
|
+
:where(.Heading-module__hop-Heading--xs___9SyOh) {
|
|
44
44
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
45
45
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
46
46
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
47
47
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
48
48
|
}
|
|
49
|
-
:where(.Heading-module__hop-Heading--
|
|
49
|
+
:where(.Heading-module__hop-Heading--sm___G9XTw) {
|
|
50
50
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
51
51
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
52
52
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
53
53
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
54
54
|
}
|
|
55
|
-
:where(.Heading-module__hop-Heading--
|
|
55
|
+
:where(.Heading-module__hop-Heading--md___bh0Lp) {
|
|
56
56
|
--font-size: var(--hop-Heading-md-font-size);
|
|
57
57
|
--font-family: var(--hop-Heading-md-font-family);
|
|
58
58
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
59
59
|
--line-height: var(--hop-Heading-md-line-height);
|
|
60
60
|
}
|
|
61
|
-
:where(.Heading-module__hop-Heading--
|
|
61
|
+
:where(.Heading-module__hop-Heading--lg___CIDqI) {
|
|
62
62
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
63
63
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
64
64
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
65
65
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
66
66
|
}
|
|
67
|
-
:where(.Heading-module__hop-Heading--
|
|
67
|
+
:where(.Heading-module__hop-Heading--xl___LSYRw) {
|
|
68
68
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
69
69
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
70
70
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
71
71
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
72
72
|
}
|
|
73
|
-
:where(.Heading-module__hop-Heading--
|
|
73
|
+
:where(.Heading-module__hop-Heading--2xl___qhs-3) {
|
|
74
74
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
75
75
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
76
76
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
77
77
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
78
78
|
}
|
|
79
|
-
:where(.Heading-module__hop-Heading--
|
|
79
|
+
:where(.Heading-module__hop-Heading--3xl___yfCW6) {
|
|
80
80
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
81
81
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
82
82
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
87
|
-
.Text-module__hop-
|
|
87
|
+
.Text-module__hop-Text___Ms9UM {
|
|
88
88
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
89
89
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
90
90
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -114,49 +114,49 @@
|
|
|
114
114
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
115
115
|
--hop-Text-inherit-size-line-height: inherit;
|
|
116
116
|
}
|
|
117
|
-
:where(.Text-module__hop-
|
|
117
|
+
:where(.Text-module__hop-Text___Ms9UM) {
|
|
118
118
|
font-family: var(--font-family);
|
|
119
119
|
font-size: var(--font-size);
|
|
120
120
|
font-weight: var(--font-weight);
|
|
121
121
|
line-height: var(--line-height);
|
|
122
122
|
}
|
|
123
|
-
:where(.Text-module__hop-Text--
|
|
123
|
+
:where(.Text-module__hop-Text--xs___EFy-e) {
|
|
124
124
|
--font-size: var(--hop-Text-xs-font-size);
|
|
125
125
|
--font-family: var(--hop-Text-xs-font-family);
|
|
126
126
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
127
127
|
--line-height: var(--hop-Text-xs-line-height);
|
|
128
128
|
}
|
|
129
|
-
:where(.Text-module__hop-Text--
|
|
129
|
+
:where(.Text-module__hop-Text--sm___wEhhC) {
|
|
130
130
|
--font-size: var(--hop-Text-sm-font-size);
|
|
131
131
|
--font-family: var(--hop-Text-sm-font-family);
|
|
132
132
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
133
133
|
--line-height: var(--hop-Text-sm-line-height);
|
|
134
134
|
}
|
|
135
|
-
:where(.Text-module__hop-Text--
|
|
135
|
+
:where(.Text-module__hop-Text--md___PZ9Gy) {
|
|
136
136
|
--font-size: var(--hop-Text-md-font-size);
|
|
137
137
|
--font-family: var(--hop-Text-md-font-family);
|
|
138
138
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
139
139
|
--line-height: var(--hop-Text-md-line-height);
|
|
140
140
|
}
|
|
141
|
-
:where(.Text-module__hop-Text--
|
|
141
|
+
:where(.Text-module__hop-Text--lg___7e4eY) {
|
|
142
142
|
--font-size: var(--hop-Text-lg-font-size);
|
|
143
143
|
--font-family: var(--hop-Text-lg-font-family);
|
|
144
144
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
145
145
|
--line-height: var(--hop-Text-lg-line-height);
|
|
146
146
|
}
|
|
147
|
-
:where(.Text-module__hop-Text--
|
|
147
|
+
:where(.Text-module__hop-Text--xl___6cRtq) {
|
|
148
148
|
--font-size: var(--hop-Text-xl-font-size);
|
|
149
149
|
--font-family: var(--hop-Text-xl-font-family);
|
|
150
150
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
151
151
|
--line-height: var(--hop-Text-xl-line-height);
|
|
152
152
|
}
|
|
153
|
-
:where(.Text-module__hop-Text--
|
|
153
|
+
:where(.Text-module__hop-Text--2xl___JtqvW) {
|
|
154
154
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
155
155
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
156
156
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
157
157
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
158
158
|
}
|
|
159
|
-
:where(.Text-module__hop-Text--
|
|
159
|
+
:where(.Text-module__hop-Text--inherit___e1vLn) {
|
|
160
160
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
161
161
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
162
162
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
167
|
-
:where(.OverlineText-module__hop-
|
|
167
|
+
:where(.OverlineText-module__hop-OverlineText___5UYuc) {
|
|
168
168
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
169
169
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
170
170
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -188,45 +188,45 @@
|
|
|
188
188
|
text-transform: uppercase;
|
|
189
189
|
letter-spacing: var(--letter-spacing);
|
|
190
190
|
}
|
|
191
|
-
.OverlineText-module__hop-
|
|
191
|
+
.OverlineText-module__hop-OverlineText__text___Fd-8K {
|
|
192
192
|
box-sizing: border-box;
|
|
193
193
|
}
|
|
194
|
-
.OverlineText-module__hop-
|
|
195
|
-
.OverlineText-module__hop-
|
|
194
|
+
.OverlineText-module__hop-OverlineText__text___Fd-8K::before,
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___Fd-8K::after {
|
|
196
196
|
content: "";
|
|
197
197
|
display: block;
|
|
198
198
|
box-sizing: border-box;
|
|
199
199
|
inline-size: 0;
|
|
200
200
|
block-size: 0;
|
|
201
201
|
}
|
|
202
|
-
.OverlineText-module__hop-
|
|
202
|
+
.OverlineText-module__hop-OverlineText__text___Fd-8K::before {
|
|
203
203
|
margin-block-end: var(--bottom-offset);
|
|
204
204
|
}
|
|
205
|
-
.OverlineText-module__hop-
|
|
205
|
+
.OverlineText-module__hop-OverlineText__text___Fd-8K::after {
|
|
206
206
|
margin-block-start: var(--top-offset);
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
210
|
-
.Label-module__hop-
|
|
210
|
+
.Label-module__hop-Label___pQJk8 {
|
|
211
211
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
212
212
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
213
213
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
214
214
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
215
215
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
216
216
|
}
|
|
217
|
-
:where(.Label-module__hop-
|
|
217
|
+
:where(.Label-module__hop-Label___pQJk8) {
|
|
218
218
|
font-family: var(--hop-Label-font-family);
|
|
219
219
|
font-size: var(--hop-Label-font-size);
|
|
220
220
|
font-weight: var(--hop-Label-font-weight);
|
|
221
221
|
line-height: var(--hop-Label-line-height);
|
|
222
222
|
color: var(--hop-Label-color);
|
|
223
223
|
}
|
|
224
|
-
:where(.Label-module__hop-
|
|
224
|
+
:where(.Label-module__hop-Label__indicator___LHF1G) {
|
|
225
225
|
padding-inline-start: var(--hop-space-20);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/IconList/src/IconList.module.css/#css-module-data */
|
|
229
|
-
.IconList-module__hop-
|
|
229
|
+
.IconList-module__hop-IconList___hduYr {
|
|
230
230
|
--hop-IconList-gap: var(--hop-space-inline-xs);
|
|
231
231
|
display: flex;
|
|
232
232
|
flex-wrap: wrap;
|
|
@@ -234,8 +234,8 @@
|
|
|
234
234
|
box-sizing: border-box;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/
|
|
238
|
-
.Radio-module__hop-
|
|
237
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/DecorativeRadio.module.css/#css-module-data */
|
|
238
|
+
.Radio-module__hop-Radio___Xl4L5 {
|
|
239
239
|
--hop-Radio-box-border-size: 0.0625rem;
|
|
240
240
|
--hop-Radio-box-border-color: var(--hop-neutral-border);
|
|
241
241
|
--hop-Radio-box-background-color: var(--hop-neutral-surface);
|
|
@@ -309,60 +309,60 @@
|
|
|
309
309
|
inline-size: max-content;
|
|
310
310
|
max-inline-size: 100%;
|
|
311
311
|
}
|
|
312
|
-
.Radio-module__hop-
|
|
312
|
+
.Radio-module__hop-Radio___Xl4L5[data-focus-visible] {
|
|
313
313
|
--box-background-color: var(--hop-Radio-box-background-color-focused);
|
|
314
314
|
--box-border-color: var(--hop-Radio-box-border-color-focused);
|
|
315
315
|
--box-outline: var(--hop-Radio-box-outline-size) solid var(--hop-Radio-box-outline-color);
|
|
316
316
|
--text-color: var(--hop-Radio-text-color-focused);
|
|
317
317
|
--icon-color: var(--hop-Radio-icon-color-focused);
|
|
318
318
|
}
|
|
319
|
-
.Radio-module__hop-
|
|
319
|
+
.Radio-module__hop-Radio___Xl4L5[data-hovered] {
|
|
320
320
|
--box-background-color: var(--hop-Radio-box-background-color-hovered);
|
|
321
321
|
--box-border-color: var(--hop-Radio-box-border-color-hovered);
|
|
322
322
|
--text-color: var(--hop-Radio-text-color-hovered);
|
|
323
323
|
--icon-color: var(--hop-Radio-icon-color-hovered);
|
|
324
324
|
}
|
|
325
|
-
.Radio-module__hop-
|
|
325
|
+
.Radio-module__hop-Radio___Xl4L5[data-pressed] {
|
|
326
326
|
--box-background-color: var(--hop-Radio-box-background-color-pressed);
|
|
327
327
|
--box-border-color: var(--hop-Radio-box-border-color-pressed);
|
|
328
328
|
--text-color: var(--hop-Radio-text-color-pressed);
|
|
329
329
|
--icon-color: var(--hop-Radio-icon-color-pressed);
|
|
330
330
|
}
|
|
331
|
-
.Radio-module__hop-
|
|
331
|
+
.Radio-module__hop-Radio___Xl4L5[data-selected] {
|
|
332
332
|
--box-background-color: var(--hop-Radio-box-background-color-selected);
|
|
333
333
|
--box-border-color: var(--hop-Radio-box-border-color-selected);
|
|
334
334
|
--bullet-display: var(--hop-Radio-bullet-display-selected);
|
|
335
335
|
--text-color: var(--hop-Radio-text-color-selected);
|
|
336
336
|
--icon-color: var(--hop-Radio-icon-color-selected);
|
|
337
337
|
}
|
|
338
|
-
.Radio-module__hop-
|
|
338
|
+
.Radio-module__hop-Radio___Xl4L5[data-invalid] {
|
|
339
339
|
--box-background-color: var(--hop-Radio-box-background-color-invalid);
|
|
340
340
|
--box-border-color: var(--hop-Radio-box-border-color-invalid);
|
|
341
341
|
--bullet-color: var(--hop-Radio-bullet-color-invalid);
|
|
342
342
|
--text-color: var(--hop-Radio-text-color-invalid);
|
|
343
343
|
--icon-color: var(--hop-Radio-icon-color-invalid);
|
|
344
344
|
}
|
|
345
|
-
.Radio-module__hop-
|
|
345
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-focus-visible] {
|
|
346
346
|
--box-background-color: var(--hop-Radio-box-background-color-focused-invalid);
|
|
347
347
|
--box-border-color: var(--hop-Radio-box-border-color-focused-invalid);
|
|
348
348
|
}
|
|
349
|
-
.Radio-module__hop-
|
|
349
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-hovered] {
|
|
350
350
|
--box-background-color: var(--hop-Radio-box-background-color-hovered-invalid);
|
|
351
351
|
--box-border-color: var(--hop-Radio-box-border-color-hovered-invalid);
|
|
352
352
|
--text-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
353
353
|
--icon-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
354
354
|
}
|
|
355
|
-
.Radio-module__hop-
|
|
355
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-pressed] {
|
|
356
356
|
--box-background-color: var(--hop-Radio-box-background-color-pressed-invalid);
|
|
357
357
|
--box-border-color: var(--hop-Radio-box-border-color-pressed-invalid);
|
|
358
358
|
--text-color: var(--hop-Radio-text-color-pressed-invalid);
|
|
359
359
|
--icon-color: var(--hop-Radio-icon-color-pressed-invalid);
|
|
360
360
|
}
|
|
361
|
-
.Radio-module__hop-
|
|
361
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-selected] {
|
|
362
362
|
--box-background-color: var(--hop-Radio-box-background-color-selected-invalid);
|
|
363
363
|
--box-border-color: var(--hop-Radio-box-border-color-selected-invalid);
|
|
364
364
|
}
|
|
365
|
-
.Radio-module__hop-
|
|
365
|
+
.Radio-module__hop-Radio___Xl4L5[data-disabled] {
|
|
366
366
|
--box-background-color: var(--hop-Radio-box-background-color-disabled);
|
|
367
367
|
--box-border-color: var(--hop-Radio-box-border-color-disabled);
|
|
368
368
|
--bullet-color: var(--hop-Radio-bullet-color-disabled);
|
|
@@ -370,25 +370,25 @@
|
|
|
370
370
|
--text-color: var(--hop-Radio-text-color-disabled);
|
|
371
371
|
--icon-color: var(--hop-Radio-icon-color-disabled);
|
|
372
372
|
}
|
|
373
|
-
.Radio-module__hop-Radio--
|
|
373
|
+
.Radio-module__hop-Radio--sm___qiwmt {
|
|
374
374
|
--box-inline-size: var(--hop-Radio-box-sm-inline-size);
|
|
375
375
|
--box-block-size: var(--hop-Radio-box-sm-block-size);
|
|
376
376
|
--text-top-offset: var(--hop-Radio-text-sm-top-offset);
|
|
377
377
|
--text-margin-inline-start: var(--hop-Radio-text-sm-margin-inline-start);
|
|
378
378
|
}
|
|
379
|
-
.Radio-module__hop-Radio--
|
|
379
|
+
.Radio-module__hop-Radio--md___P8wtH {
|
|
380
380
|
--box-inline-size: var(--hop-Radio-box-md-inline-size);
|
|
381
381
|
--box-block-size: var(--hop-Radio-box-md-block-size);
|
|
382
382
|
--text-top-offset: var(--hop-Radio-text-md-top-offset);
|
|
383
383
|
--text-margin-inline-start: var(--hop-Radio-text-md-margin-inline-start);
|
|
384
384
|
}
|
|
385
|
-
.Radio-module__hop-
|
|
386
|
-
.Radio-module__hop-Radio__icon-
|
|
385
|
+
.Radio-module__hop-Radio__icon___7Qw6r,
|
|
386
|
+
.Radio-module__hop-Radio__icon-list___C7YuL {
|
|
387
387
|
flex: 0 0 auto;
|
|
388
388
|
order: 3;
|
|
389
389
|
color: var(--icon-color);
|
|
390
390
|
}
|
|
391
|
-
.Radio-module__hop-
|
|
391
|
+
.Radio-module__hop-Radio__box___IjhJ2 {
|
|
392
392
|
display: flex;
|
|
393
393
|
flex: 0 0 auto;
|
|
394
394
|
align-items: center;
|
|
@@ -404,11 +404,11 @@
|
|
|
404
404
|
outline-offset: 0.125rem;
|
|
405
405
|
transition: background-color var(--transition-duration) var(--hop-easing-productive), border var(--transition-duration) var(--hop-easing-productive);
|
|
406
406
|
}
|
|
407
|
-
.Radio-module__hop-
|
|
407
|
+
.Radio-module__hop-Radio__bullet___wgttp {
|
|
408
408
|
display: var(--bullet-display);
|
|
409
409
|
color: var(--bullet-color);
|
|
410
410
|
}
|
|
411
|
-
.Radio-module__hop-
|
|
411
|
+
.Radio-module__hop-Radio__text___JwEUL {
|
|
412
412
|
flex: 0 1 auto;
|
|
413
413
|
order: 2;
|
|
414
414
|
min-inline-size: 0;
|
|
@@ -416,206 +416,24 @@
|
|
|
416
416
|
margin-inline-start: var(--text-margin-inline-start, var(--hop-Radio-text-md-margin-inline-start));
|
|
417
417
|
color: var(--text-color);
|
|
418
418
|
}
|
|
419
|
-
|
|
420
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioField.module.css/#css-module-data */
|
|
421
|
-
.RadioField-module__hop-RadioField___LOP-J {
|
|
422
|
-
--hop-RadioField-description-color: var(--hop-neutral-text-weak);
|
|
423
|
-
--hop-RadioField-description-color-disabled: var(--hop-neutral-text-disabled);
|
|
424
|
-
--hop-RadioField-sm-row-gap: var(--hop-space-stack-xs);
|
|
425
|
-
--hop-RadioField-radio-sm-inline-size: 1rem;
|
|
426
|
-
--hop-RadioField-description-sm-margin-inline-start: calc(var(--hop-RadioField-radio-sm-inline-size) + var(--hop-space-inline-sm));
|
|
427
|
-
--hop-RadioField-md-row-gap: var(--hop-space-stack-xs);
|
|
428
|
-
--hop-RadioField-radio-md-inline-size: 1.5rem;
|
|
429
|
-
--hop-RadioField-description-md-margin-inline-start: calc(var(--hop-RadioField-radio-md-inline-size) + var(--hop-space-inline-md));
|
|
430
|
-
--description-color: var(--hop-RadioField-description-color);
|
|
431
|
-
display: flex;
|
|
432
|
-
flex-direction: column;
|
|
433
|
-
row-gap: var(--row-gap, var(--hop-space-stack-sm));
|
|
434
|
-
align-items: flex-start;
|
|
435
|
-
justify-content: flex-start;
|
|
436
|
-
box-sizing: border-box;
|
|
437
|
-
inline-size: max-content;
|
|
438
|
-
max-inline-size: 100%;
|
|
439
|
-
}
|
|
440
|
-
.RadioField-module__hop-RadioField___LOP-J[data-disabled] {
|
|
441
|
-
--description-color: var(--hop-RadioField-description-color-disabled);
|
|
442
|
-
}
|
|
443
|
-
.RadioField-module__hop-RadioField--sm___PqjxR {
|
|
444
|
-
--row-gap: var(--hop-RadioField-sm-row-gap);
|
|
445
|
-
--description-margin-inline-start: var(--hop-RadioField-description-sm-margin-inline-start);
|
|
446
|
-
}
|
|
447
|
-
.RadioField-module__hop-RadioField--md___2mRYg {
|
|
448
|
-
--row-gap: var(--hop-RadioField-md-row-gap);
|
|
449
|
-
--description-margin-inline-start: var(--hop-RadioField-description-md-margin-inline-start);
|
|
450
|
-
}
|
|
451
|
-
.RadioField-module__hop-RadioField__description___cA63I {
|
|
452
|
-
order: 2;
|
|
453
|
-
margin-inline-start: var(--description-margin-inline-start, var(--hop-RadioField-description-md-margin-inline-start));
|
|
454
|
-
color: var(--description-color);
|
|
455
|
-
}
|
|
456
|
-
.RadioField-module__hop-RadioField__radio___mMkCG {
|
|
457
|
-
order: 1;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
461
|
-
.ErrorMessage-module__hop-ErrorMessage___xEWtR {
|
|
462
|
-
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
463
|
-
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
464
|
-
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
465
|
-
--hop-ErrorMessage-font-weight: var(--hop-body-xs-font-weight);
|
|
466
|
-
--hop-ErrorMessage-line-height: var(--hop-body-xs-line-height);
|
|
467
|
-
--hop-ErrorMessage-column-gap: var(--hop-space-inline-xs);
|
|
468
|
-
display: flex;
|
|
469
|
-
column-gap: var(--hop-ErrorMessage-column-gap);
|
|
470
|
-
align-items: center;
|
|
471
|
-
box-sizing: border-box;
|
|
472
|
-
font-family: var(--hop-ErrorMessage-font-family);
|
|
473
|
-
font-size: var(--hop-ErrorMessage-font-size);
|
|
474
|
-
font-weight: var(--hop-ErrorMessage-font-weight);
|
|
475
|
-
line-height: var(--hop-ErrorMessage-line-height);
|
|
476
|
-
color: var(--hop-ErrorMessage-color);
|
|
477
|
-
}
|
|
478
|
-
.ErrorMessage-module__hop-ErrorMessage__icon___lLo8S {
|
|
479
|
-
flex: 0 0 auto;
|
|
480
|
-
align-self: flex-start;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/HelperMessage/src/HelperMessage.module.css/#css-module-data */
|
|
484
|
-
.HelperMessage-module__hop-HelperMessage___Of-Q3 {
|
|
485
|
-
--hop-HelperMessage-color: var(--hop-neutral-text-weak);
|
|
486
|
-
--hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
|
|
487
|
-
display: flex;
|
|
488
|
-
column-gap: var(--hop-HelperMessage-column-gap);
|
|
489
|
-
align-items: center;
|
|
490
|
-
box-sizing: border-box;
|
|
491
|
-
color: var(--hop-HelperMessage-color);
|
|
492
|
-
}
|
|
493
|
-
.HelperMessage-module__hop-HelperMessage__icon___Ne1ds {
|
|
494
|
-
flex: 0 0 auto;
|
|
495
|
-
align-self: flex-start;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioGroup.module.css/#css-module-data */
|
|
499
|
-
.RadioGroup-module__hop-RadioGroup___1a9UF {
|
|
500
|
-
--hop-RadioGroup-align-items: flex-start;
|
|
501
|
-
--hop-RadioGroup-justify-content: flex-start;
|
|
502
|
-
--hop-RadioGroup-bordered-border-color: var(--hop-neutral-border-weak);
|
|
503
|
-
--hop-RadioGroup-sm-column-gap: var(--hop-space-inline-sm);
|
|
504
|
-
--hop-RadioGroup-sm-row-gap: var(--hop-space-stack-sm);
|
|
505
|
-
--hop-RadioGroup-list-sm-column-gap: var(--hop-space-inline-sm);
|
|
506
|
-
--hop-RadioGroup-list-sm-row-gap: var(--hop-space-stack-sm);
|
|
507
|
-
--hop-RadioGroup-bordered-sm-padding: var(--hop-space-inset-sm);
|
|
508
|
-
--hop-RadioGroup-bordered-sm-column-gap: var(--hop-space-inline-sm);
|
|
509
|
-
--hop-RadioGroup-bordered-sm-row-gap: var(--hop-space-stack-sm);
|
|
510
|
-
--hop-RadioGroup-list-bordered-sm-column-gap: 0;
|
|
511
|
-
--hop-RadioGroup-list-bordered-sm-row-gap: 0;
|
|
512
|
-
--hop-RadioGroup-md-column-gap: var(--hop-space-inline-md);
|
|
513
|
-
--hop-RadioGroup-md-row-gap: var(--hop-space-stack-md);
|
|
514
|
-
--hop-RadioGroup-list-md-column-gap: var(--hop-space-inline-md);
|
|
515
|
-
--hop-RadioGroup-list-md-row-gap: var(--hop-space-stack-md);
|
|
516
|
-
--hop-RadioGroup-bordered-md-padding: var(--hop-space-inset-md);
|
|
517
|
-
--hop-RadioGroup-bordered-md-column-gap: var(--hop-space-inline-sm);
|
|
518
|
-
--hop-RadioGroup-bordered-md-row-gap: var(--hop-space-stack-sm);
|
|
519
|
-
--hop-RadioGroup-list-bordered-md-column-gap: 0;
|
|
520
|
-
--hop-RadioGroup-list-bordered-md-row-gap: 0;
|
|
521
|
-
--hop-RadioGroup-vertical-flex-direction: column;
|
|
522
|
-
--hop-RadioGroup-horizontal-flex-direction: row;
|
|
523
|
-
--radio-border-size: 0.0625rem;
|
|
524
|
-
--radio-border-color: var(--hop-neutral-border-weak);
|
|
525
|
-
--flex-direction: var(--hop-RadioGroup-vertical-flex-direction);
|
|
526
|
-
--align-items: var(--hop-RadioGroup-align-items);
|
|
527
|
-
--justify-content: var(--hop-RadioGroup-justify-content);
|
|
528
|
-
--flex-wrap: wrap;
|
|
529
|
-
--inline-size: max-content;
|
|
530
|
-
display: flex;
|
|
531
|
-
flex-direction: column;
|
|
532
|
-
gap: var(--row-gap, var(--hop-space-stack-md)) var(--column-gap, var(--hop-space-inline-md));
|
|
533
|
-
align-items: var(--align-items);
|
|
534
|
-
justify-content: var(--justify-content);
|
|
535
|
-
box-sizing: border-box;
|
|
536
|
-
inline-size: var(--inline-size);
|
|
537
|
-
max-inline-size: 100%;
|
|
538
|
-
}
|
|
539
|
-
.RadioGroup-module__hop-RadioGroup--bordered___X4gql {
|
|
540
|
-
--list-border: var(--radio-border-size) solid var(--radio-border-color);
|
|
541
|
-
--list-border-radius: var(--hop-shape-rounded-md);
|
|
419
|
+
.DecorativeRadio-module__hop-DecorativeRadio___nejMe {
|
|
542
420
|
}
|
|
543
|
-
.
|
|
544
|
-
--column-gap: var(--hop-RadioGroup-sm-column-gap);
|
|
545
|
-
--row-gap: var(--hop-RadioGroup-sm-row-gap);
|
|
546
|
-
--list-column-gap: var(--hop-RadioGroup-list-sm-column-gap);
|
|
547
|
-
--list-row-gap: var(--hop-RadioGroup-list-sm-row-gap);
|
|
421
|
+
.DecorativeRadio-module__hop-DecorativeRadio--sm___BJP-3 {
|
|
548
422
|
}
|
|
549
|
-
.
|
|
550
|
-
--column-gap: var(--hop-RadioGroup-md-column-gap);
|
|
551
|
-
--row-gap: var(--hop-RadioGroup-md-row-gap);
|
|
552
|
-
--list-column-gap: var(--hop-RadioGroup-list-md-column-gap);
|
|
553
|
-
--list-row-gap: var(--hop-RadioGroup-list-md-row-gap);
|
|
423
|
+
.DecorativeRadio-module__hop-DecorativeRadio--md___HD7h2 {
|
|
554
424
|
}
|
|
555
|
-
.
|
|
556
|
-
|
|
557
|
-
--column-gap: var(--hop-RadioGroup-bordered-sm-column-gap);
|
|
558
|
-
--row-gap: var(--hop-RadioGroup-bordered-sm-row-gap);
|
|
559
|
-
--list-column-gap: var(--hop-RadioGroup-list-bordered-sm-column-gap);
|
|
560
|
-
--list-row-gap: var(--hop-RadioGroup-list-bordered-sm-row-gap);
|
|
425
|
+
.DecorativeRadio-module__hop-DecorativeRadio__icon___TN3GC,
|
|
426
|
+
.DecorativeRadio-module__hop-DecorativeRadio__icon-list___Eq-YT {
|
|
561
427
|
}
|
|
562
|
-
.
|
|
563
|
-
--radio-padding: var(--hop-RadioGroup-bordered-md-padding);
|
|
564
|
-
--column-gap: var(--hop-RadioGroup-bordered-md-column-gap);
|
|
565
|
-
--row-gap: var(--hop-RadioGroup-bordered-md-row-gap);
|
|
566
|
-
--list-column-gap: var(--hop-RadioGroup-list-bordered-md-column-gap);
|
|
567
|
-
--list-row-gap: var(--hop-RadioGroup-list-bordered-md-row-gap);
|
|
428
|
+
.DecorativeRadio-module__hop-DecorativeRadio__box___bSOfH {
|
|
568
429
|
}
|
|
569
|
-
.
|
|
570
|
-
--flex-direction: var(--hop-RadioGroup-horizontal-flex-direction);
|
|
571
|
-
}
|
|
572
|
-
.RadioGroup-module__hop-RadioGroup--bordered___X4gql[data-orientation=horizontal] {
|
|
573
|
-
--flex-wrap: nowrap;
|
|
574
|
-
}
|
|
575
|
-
.RadioGroup-module__hop-RadioGroup___1a9UF > .RadioGroup-module__hop-RadioGroup__label___wfB4H {
|
|
576
|
-
order: 1;
|
|
577
|
-
}
|
|
578
|
-
.RadioGroup-module__hop-RadioGroup__list___qppgT {
|
|
579
|
-
display: flex;
|
|
580
|
-
flex-flow: var(--flex-direction) var(--flex-wrap);
|
|
581
|
-
gap: var(--list-row-gap, var(--hop-space-stack-md)) var(--list-column-gap, var(--hop-space-inline-md));
|
|
582
|
-
order: 2;
|
|
583
|
-
box-sizing: border-box;
|
|
584
|
-
inline-size: var(--inline-size);
|
|
585
|
-
max-inline-size: 100%;
|
|
586
|
-
border: var(--list-border, none);
|
|
587
|
-
border-radius: var(--list-border-radius, 0);
|
|
430
|
+
.DecorativeRadio-module__hop-DecorativeRadio__bullet___LCLEh {
|
|
588
431
|
}
|
|
589
|
-
.
|
|
590
|
-
position: relative;
|
|
591
|
-
flex: 0 1 auto;
|
|
592
|
-
align-content: start;
|
|
593
|
-
inline-size: auto;
|
|
594
|
-
min-inline-size: 0;
|
|
595
|
-
padding: var(--radio-padding, 0);
|
|
596
|
-
}
|
|
597
|
-
.RadioGroup-module__hop-RadioGroup--bordered___X4gql .RadioGroup-module__hop-RadioGroup__list___qppgT > .RadioGroup-module__hop-RadioGroup__radio___t4EX3 ~ .RadioGroup-module__hop-RadioGroup__radio___t4EX3::before {
|
|
598
|
-
content: "";
|
|
599
|
-
position: absolute;
|
|
600
|
-
display: block;
|
|
601
|
-
}
|
|
602
|
-
.RadioGroup-module__hop-RadioGroup--bordered___X4gql[data-orientation=vertical] .RadioGroup-module__hop-RadioGroup__list___qppgT > .RadioGroup-module__hop-RadioGroup__radio___t4EX3 ~ .RadioGroup-module__hop-RadioGroup__radio___t4EX3::before {
|
|
603
|
-
inset-block-start: 0;
|
|
604
|
-
inset-inline: 0;
|
|
605
|
-
border-block-start: var(--list-border, none);
|
|
606
|
-
}
|
|
607
|
-
.RadioGroup-module__hop-RadioGroup--bordered___X4gql[data-orientation=horizontal] .RadioGroup-module__hop-RadioGroup__list___qppgT > .RadioGroup-module__hop-RadioGroup__radio___t4EX3 ~ .RadioGroup-module__hop-RadioGroup__radio___t4EX3::before {
|
|
608
|
-
inset-block: 0;
|
|
609
|
-
inset-inline-start: 0;
|
|
610
|
-
border-inline-start: var(--list-border, none);
|
|
611
|
-
}
|
|
612
|
-
.RadioGroup-module__hop-RadioGroup___1a9UF > .RadioGroup-module__hop-RadioGroup__error-message___UrU4s,
|
|
613
|
-
.RadioGroup-module__hop-RadioGroup___1a9UF > .RadioGroup-module__hop-RadioGroup__helper-message___f2xlP {
|
|
614
|
-
order: 3;
|
|
432
|
+
.DecorativeRadio-module__hop-DecorativeRadio__text___Ajxr6 {
|
|
615
433
|
}
|
|
616
434
|
|
|
617
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/
|
|
618
|
-
.Radio-module__hop-
|
|
435
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/Radio.module.css/#css-module-data */
|
|
436
|
+
.Radio-module__hop-Radio___Xl4L5 {
|
|
619
437
|
--hop-Radio-box-border-size: 0.0625rem;
|
|
620
438
|
--hop-Radio-box-border-color: var(--hop-neutral-border);
|
|
621
439
|
--hop-Radio-box-background-color: var(--hop-neutral-surface);
|
|
@@ -689,60 +507,60 @@
|
|
|
689
507
|
inline-size: max-content;
|
|
690
508
|
max-inline-size: 100%;
|
|
691
509
|
}
|
|
692
|
-
.Radio-module__hop-
|
|
510
|
+
.Radio-module__hop-Radio___Xl4L5[data-focus-visible] {
|
|
693
511
|
--box-background-color: var(--hop-Radio-box-background-color-focused);
|
|
694
512
|
--box-border-color: var(--hop-Radio-box-border-color-focused);
|
|
695
513
|
--box-outline: var(--hop-Radio-box-outline-size) solid var(--hop-Radio-box-outline-color);
|
|
696
514
|
--text-color: var(--hop-Radio-text-color-focused);
|
|
697
515
|
--icon-color: var(--hop-Radio-icon-color-focused);
|
|
698
516
|
}
|
|
699
|
-
.Radio-module__hop-
|
|
517
|
+
.Radio-module__hop-Radio___Xl4L5[data-hovered] {
|
|
700
518
|
--box-background-color: var(--hop-Radio-box-background-color-hovered);
|
|
701
519
|
--box-border-color: var(--hop-Radio-box-border-color-hovered);
|
|
702
520
|
--text-color: var(--hop-Radio-text-color-hovered);
|
|
703
521
|
--icon-color: var(--hop-Radio-icon-color-hovered);
|
|
704
522
|
}
|
|
705
|
-
.Radio-module__hop-
|
|
523
|
+
.Radio-module__hop-Radio___Xl4L5[data-pressed] {
|
|
706
524
|
--box-background-color: var(--hop-Radio-box-background-color-pressed);
|
|
707
525
|
--box-border-color: var(--hop-Radio-box-border-color-pressed);
|
|
708
526
|
--text-color: var(--hop-Radio-text-color-pressed);
|
|
709
527
|
--icon-color: var(--hop-Radio-icon-color-pressed);
|
|
710
528
|
}
|
|
711
|
-
.Radio-module__hop-
|
|
529
|
+
.Radio-module__hop-Radio___Xl4L5[data-selected] {
|
|
712
530
|
--box-background-color: var(--hop-Radio-box-background-color-selected);
|
|
713
531
|
--box-border-color: var(--hop-Radio-box-border-color-selected);
|
|
714
532
|
--bullet-display: var(--hop-Radio-bullet-display-selected);
|
|
715
533
|
--text-color: var(--hop-Radio-text-color-selected);
|
|
716
534
|
--icon-color: var(--hop-Radio-icon-color-selected);
|
|
717
535
|
}
|
|
718
|
-
.Radio-module__hop-
|
|
536
|
+
.Radio-module__hop-Radio___Xl4L5[data-invalid] {
|
|
719
537
|
--box-background-color: var(--hop-Radio-box-background-color-invalid);
|
|
720
538
|
--box-border-color: var(--hop-Radio-box-border-color-invalid);
|
|
721
539
|
--bullet-color: var(--hop-Radio-bullet-color-invalid);
|
|
722
540
|
--text-color: var(--hop-Radio-text-color-invalid);
|
|
723
541
|
--icon-color: var(--hop-Radio-icon-color-invalid);
|
|
724
542
|
}
|
|
725
|
-
.Radio-module__hop-
|
|
543
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-focus-visible] {
|
|
726
544
|
--box-background-color: var(--hop-Radio-box-background-color-focused-invalid);
|
|
727
545
|
--box-border-color: var(--hop-Radio-box-border-color-focused-invalid);
|
|
728
546
|
}
|
|
729
|
-
.Radio-module__hop-
|
|
547
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-hovered] {
|
|
730
548
|
--box-background-color: var(--hop-Radio-box-background-color-hovered-invalid);
|
|
731
549
|
--box-border-color: var(--hop-Radio-box-border-color-hovered-invalid);
|
|
732
550
|
--text-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
733
551
|
--icon-color: var(--hop-Radio-text-color-hovered-invalid);
|
|
734
552
|
}
|
|
735
|
-
.Radio-module__hop-
|
|
553
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-pressed] {
|
|
736
554
|
--box-background-color: var(--hop-Radio-box-background-color-pressed-invalid);
|
|
737
555
|
--box-border-color: var(--hop-Radio-box-border-color-pressed-invalid);
|
|
738
556
|
--text-color: var(--hop-Radio-text-color-pressed-invalid);
|
|
739
557
|
--icon-color: var(--hop-Radio-icon-color-pressed-invalid);
|
|
740
558
|
}
|
|
741
|
-
.Radio-module__hop-
|
|
559
|
+
.Radio-module__hop-Radio___Xl4L5:where([data-invalid])[data-selected] {
|
|
742
560
|
--box-background-color: var(--hop-Radio-box-background-color-selected-invalid);
|
|
743
561
|
--box-border-color: var(--hop-Radio-box-border-color-selected-invalid);
|
|
744
562
|
}
|
|
745
|
-
.Radio-module__hop-
|
|
563
|
+
.Radio-module__hop-Radio___Xl4L5[data-disabled] {
|
|
746
564
|
--box-background-color: var(--hop-Radio-box-background-color-disabled);
|
|
747
565
|
--box-border-color: var(--hop-Radio-box-border-color-disabled);
|
|
748
566
|
--bullet-color: var(--hop-Radio-bullet-color-disabled);
|
|
@@ -750,25 +568,25 @@
|
|
|
750
568
|
--text-color: var(--hop-Radio-text-color-disabled);
|
|
751
569
|
--icon-color: var(--hop-Radio-icon-color-disabled);
|
|
752
570
|
}
|
|
753
|
-
.Radio-module__hop-Radio--
|
|
571
|
+
.Radio-module__hop-Radio--sm___qiwmt {
|
|
754
572
|
--box-inline-size: var(--hop-Radio-box-sm-inline-size);
|
|
755
573
|
--box-block-size: var(--hop-Radio-box-sm-block-size);
|
|
756
574
|
--text-top-offset: var(--hop-Radio-text-sm-top-offset);
|
|
757
575
|
--text-margin-inline-start: var(--hop-Radio-text-sm-margin-inline-start);
|
|
758
576
|
}
|
|
759
|
-
.Radio-module__hop-Radio--
|
|
577
|
+
.Radio-module__hop-Radio--md___P8wtH {
|
|
760
578
|
--box-inline-size: var(--hop-Radio-box-md-inline-size);
|
|
761
579
|
--box-block-size: var(--hop-Radio-box-md-block-size);
|
|
762
580
|
--text-top-offset: var(--hop-Radio-text-md-top-offset);
|
|
763
581
|
--text-margin-inline-start: var(--hop-Radio-text-md-margin-inline-start);
|
|
764
582
|
}
|
|
765
|
-
.Radio-module__hop-
|
|
766
|
-
.Radio-module__hop-Radio__icon-
|
|
583
|
+
.Radio-module__hop-Radio__icon___7Qw6r,
|
|
584
|
+
.Radio-module__hop-Radio__icon-list___C7YuL {
|
|
767
585
|
flex: 0 0 auto;
|
|
768
586
|
order: 3;
|
|
769
587
|
color: var(--icon-color);
|
|
770
588
|
}
|
|
771
|
-
.Radio-module__hop-
|
|
589
|
+
.Radio-module__hop-Radio__box___IjhJ2 {
|
|
772
590
|
display: flex;
|
|
773
591
|
flex: 0 0 auto;
|
|
774
592
|
align-items: center;
|
|
@@ -784,11 +602,11 @@
|
|
|
784
602
|
outline-offset: 0.125rem;
|
|
785
603
|
transition: background-color var(--transition-duration) var(--hop-easing-productive), border var(--transition-duration) var(--hop-easing-productive);
|
|
786
604
|
}
|
|
787
|
-
.Radio-module__hop-
|
|
605
|
+
.Radio-module__hop-Radio__bullet___wgttp {
|
|
788
606
|
display: var(--bullet-display);
|
|
789
607
|
color: var(--bullet-color);
|
|
790
608
|
}
|
|
791
|
-
.Radio-module__hop-
|
|
609
|
+
.Radio-module__hop-Radio__text___JwEUL {
|
|
792
610
|
flex: 0 1 auto;
|
|
793
611
|
order: 2;
|
|
794
612
|
min-inline-size: 0;
|
|
@@ -796,18 +614,200 @@
|
|
|
796
614
|
margin-inline-start: var(--text-margin-inline-start, var(--hop-Radio-text-md-margin-inline-start));
|
|
797
615
|
color: var(--text-color);
|
|
798
616
|
}
|
|
799
|
-
|
|
617
|
+
|
|
618
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioField.module.css/#css-module-data */
|
|
619
|
+
.RadioField-module__hop-RadioField___ivIfX {
|
|
620
|
+
--hop-RadioField-description-color: var(--hop-neutral-text-weak);
|
|
621
|
+
--hop-RadioField-description-color-disabled: var(--hop-neutral-text-disabled);
|
|
622
|
+
--hop-RadioField-sm-row-gap: var(--hop-space-stack-xs);
|
|
623
|
+
--hop-RadioField-radio-sm-inline-size: 1rem;
|
|
624
|
+
--hop-RadioField-description-sm-margin-inline-start: calc(var(--hop-RadioField-radio-sm-inline-size) + var(--hop-space-inline-sm));
|
|
625
|
+
--hop-RadioField-md-row-gap: var(--hop-space-stack-xs);
|
|
626
|
+
--hop-RadioField-radio-md-inline-size: 1.5rem;
|
|
627
|
+
--hop-RadioField-description-md-margin-inline-start: calc(var(--hop-RadioField-radio-md-inline-size) + var(--hop-space-inline-md));
|
|
628
|
+
--description-color: var(--hop-RadioField-description-color);
|
|
629
|
+
display: flex;
|
|
630
|
+
flex-direction: column;
|
|
631
|
+
row-gap: var(--row-gap, var(--hop-space-stack-sm));
|
|
632
|
+
align-items: flex-start;
|
|
633
|
+
justify-content: flex-start;
|
|
634
|
+
box-sizing: border-box;
|
|
635
|
+
inline-size: max-content;
|
|
636
|
+
max-inline-size: 100%;
|
|
637
|
+
}
|
|
638
|
+
.RadioField-module__hop-RadioField___ivIfX[data-disabled] {
|
|
639
|
+
--description-color: var(--hop-RadioField-description-color-disabled);
|
|
640
|
+
}
|
|
641
|
+
.RadioField-module__hop-RadioField--sm___JhcOk {
|
|
642
|
+
--row-gap: var(--hop-RadioField-sm-row-gap);
|
|
643
|
+
--description-margin-inline-start: var(--hop-RadioField-description-sm-margin-inline-start);
|
|
644
|
+
}
|
|
645
|
+
.RadioField-module__hop-RadioField--md___HGMhZ {
|
|
646
|
+
--row-gap: var(--hop-RadioField-md-row-gap);
|
|
647
|
+
--description-margin-inline-start: var(--hop-RadioField-description-md-margin-inline-start);
|
|
648
|
+
}
|
|
649
|
+
.RadioField-module__hop-RadioField__description___-snud {
|
|
650
|
+
order: 2;
|
|
651
|
+
margin-inline-start: var(--description-margin-inline-start, var(--hop-RadioField-description-md-margin-inline-start));
|
|
652
|
+
color: var(--description-color);
|
|
653
|
+
}
|
|
654
|
+
.RadioField-module__hop-RadioField__radio___hOHr9 {
|
|
655
|
+
order: 1;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
659
|
+
.ErrorMessage-module__hop-ErrorMessage___8xv-k {
|
|
660
|
+
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
661
|
+
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
662
|
+
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
663
|
+
--hop-ErrorMessage-font-weight: var(--hop-body-xs-font-weight);
|
|
664
|
+
--hop-ErrorMessage-line-height: var(--hop-body-xs-line-height);
|
|
665
|
+
--hop-ErrorMessage-column-gap: var(--hop-space-inline-xs);
|
|
666
|
+
display: flex;
|
|
667
|
+
column-gap: var(--hop-ErrorMessage-column-gap);
|
|
668
|
+
align-items: center;
|
|
669
|
+
box-sizing: border-box;
|
|
670
|
+
font-family: var(--hop-ErrorMessage-font-family);
|
|
671
|
+
font-size: var(--hop-ErrorMessage-font-size);
|
|
672
|
+
font-weight: var(--hop-ErrorMessage-font-weight);
|
|
673
|
+
line-height: var(--hop-ErrorMessage-line-height);
|
|
674
|
+
color: var(--hop-ErrorMessage-color);
|
|
675
|
+
}
|
|
676
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___4ha6Y {
|
|
677
|
+
flex: 0 0 auto;
|
|
678
|
+
align-self: flex-start;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/HelperMessage/src/HelperMessage.module.css/#css-module-data */
|
|
682
|
+
.HelperMessage-module__hop-HelperMessage___fshWD {
|
|
683
|
+
--hop-HelperMessage-color: var(--hop-neutral-text-weak);
|
|
684
|
+
--hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
|
|
685
|
+
display: flex;
|
|
686
|
+
column-gap: var(--hop-HelperMessage-column-gap);
|
|
687
|
+
align-items: center;
|
|
688
|
+
box-sizing: border-box;
|
|
689
|
+
color: var(--hop-HelperMessage-color);
|
|
690
|
+
}
|
|
691
|
+
.HelperMessage-module__hop-HelperMessage__icon___TgXcP {
|
|
692
|
+
flex: 0 0 auto;
|
|
693
|
+
align-self: flex-start;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioGroup.module.css/#css-module-data */
|
|
697
|
+
.RadioGroup-module__hop-RadioGroup___uybOl {
|
|
698
|
+
--hop-RadioGroup-align-items: flex-start;
|
|
699
|
+
--hop-RadioGroup-justify-content: flex-start;
|
|
700
|
+
--hop-RadioGroup-bordered-border-color: var(--hop-neutral-border-weak);
|
|
701
|
+
--hop-RadioGroup-sm-column-gap: var(--hop-space-inline-sm);
|
|
702
|
+
--hop-RadioGroup-sm-row-gap: var(--hop-space-stack-sm);
|
|
703
|
+
--hop-RadioGroup-list-sm-column-gap: var(--hop-space-inline-sm);
|
|
704
|
+
--hop-RadioGroup-list-sm-row-gap: var(--hop-space-stack-sm);
|
|
705
|
+
--hop-RadioGroup-bordered-sm-padding: var(--hop-space-inset-sm);
|
|
706
|
+
--hop-RadioGroup-bordered-sm-column-gap: var(--hop-space-inline-sm);
|
|
707
|
+
--hop-RadioGroup-bordered-sm-row-gap: var(--hop-space-stack-sm);
|
|
708
|
+
--hop-RadioGroup-list-bordered-sm-column-gap: 0;
|
|
709
|
+
--hop-RadioGroup-list-bordered-sm-row-gap: 0;
|
|
710
|
+
--hop-RadioGroup-md-column-gap: var(--hop-space-inline-md);
|
|
711
|
+
--hop-RadioGroup-md-row-gap: var(--hop-space-stack-md);
|
|
712
|
+
--hop-RadioGroup-list-md-column-gap: var(--hop-space-inline-md);
|
|
713
|
+
--hop-RadioGroup-list-md-row-gap: var(--hop-space-stack-md);
|
|
714
|
+
--hop-RadioGroup-bordered-md-padding: var(--hop-space-inset-md);
|
|
715
|
+
--hop-RadioGroup-bordered-md-column-gap: var(--hop-space-inline-sm);
|
|
716
|
+
--hop-RadioGroup-bordered-md-row-gap: var(--hop-space-stack-sm);
|
|
717
|
+
--hop-RadioGroup-list-bordered-md-column-gap: 0;
|
|
718
|
+
--hop-RadioGroup-list-bordered-md-row-gap: 0;
|
|
719
|
+
--hop-RadioGroup-vertical-flex-direction: column;
|
|
720
|
+
--hop-RadioGroup-horizontal-flex-direction: row;
|
|
721
|
+
--radio-border-size: 0.0625rem;
|
|
722
|
+
--radio-border-color: var(--hop-neutral-border-weak);
|
|
723
|
+
--flex-direction: var(--hop-RadioGroup-vertical-flex-direction);
|
|
724
|
+
--align-items: var(--hop-RadioGroup-align-items);
|
|
725
|
+
--justify-content: var(--hop-RadioGroup-justify-content);
|
|
726
|
+
--flex-wrap: wrap;
|
|
727
|
+
--inline-size: max-content;
|
|
728
|
+
display: flex;
|
|
729
|
+
flex-direction: column;
|
|
730
|
+
gap: var(--row-gap, var(--hop-space-stack-md)) var(--column-gap, var(--hop-space-inline-md));
|
|
731
|
+
align-items: var(--align-items);
|
|
732
|
+
justify-content: var(--justify-content);
|
|
733
|
+
box-sizing: border-box;
|
|
734
|
+
inline-size: var(--inline-size);
|
|
735
|
+
max-inline-size: 100%;
|
|
736
|
+
}
|
|
737
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI {
|
|
738
|
+
--list-border: var(--radio-border-size) solid var(--radio-border-color);
|
|
739
|
+
--list-border-radius: var(--hop-shape-rounded-md);
|
|
800
740
|
}
|
|
801
|
-
.
|
|
741
|
+
.RadioGroup-module__hop-RadioGroup--sm___Pt-Bj {
|
|
742
|
+
--column-gap: var(--hop-RadioGroup-sm-column-gap);
|
|
743
|
+
--row-gap: var(--hop-RadioGroup-sm-row-gap);
|
|
744
|
+
--list-column-gap: var(--hop-RadioGroup-list-sm-column-gap);
|
|
745
|
+
--list-row-gap: var(--hop-RadioGroup-list-sm-row-gap);
|
|
802
746
|
}
|
|
803
|
-
.
|
|
747
|
+
.RadioGroup-module__hop-RadioGroup--md___8lNqf {
|
|
748
|
+
--column-gap: var(--hop-RadioGroup-md-column-gap);
|
|
749
|
+
--row-gap: var(--hop-RadioGroup-md-row-gap);
|
|
750
|
+
--list-column-gap: var(--hop-RadioGroup-list-md-column-gap);
|
|
751
|
+
--list-row-gap: var(--hop-RadioGroup-list-md-row-gap);
|
|
804
752
|
}
|
|
805
|
-
.
|
|
806
|
-
|
|
753
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI.RadioGroup-module__hop-RadioGroup--sm___Pt-Bj {
|
|
754
|
+
--radio-padding: var(--hop-RadioGroup-bordered-sm-padding);
|
|
755
|
+
--column-gap: var(--hop-RadioGroup-bordered-sm-column-gap);
|
|
756
|
+
--row-gap: var(--hop-RadioGroup-bordered-sm-row-gap);
|
|
757
|
+
--list-column-gap: var(--hop-RadioGroup-list-bordered-sm-column-gap);
|
|
758
|
+
--list-row-gap: var(--hop-RadioGroup-list-bordered-sm-row-gap);
|
|
807
759
|
}
|
|
808
|
-
.
|
|
760
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI.RadioGroup-module__hop-RadioGroup--md___8lNqf {
|
|
761
|
+
--radio-padding: var(--hop-RadioGroup-bordered-md-padding);
|
|
762
|
+
--column-gap: var(--hop-RadioGroup-bordered-md-column-gap);
|
|
763
|
+
--row-gap: var(--hop-RadioGroup-bordered-md-row-gap);
|
|
764
|
+
--list-column-gap: var(--hop-RadioGroup-list-bordered-md-column-gap);
|
|
765
|
+
--list-row-gap: var(--hop-RadioGroup-list-bordered-md-row-gap);
|
|
809
766
|
}
|
|
810
|
-
.
|
|
767
|
+
.RadioGroup-module__hop-RadioGroup___uybOl[data-orientation=horizontal] {
|
|
768
|
+
--flex-direction: var(--hop-RadioGroup-horizontal-flex-direction);
|
|
769
|
+
}
|
|
770
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI[data-orientation=horizontal] {
|
|
771
|
+
--flex-wrap: nowrap;
|
|
772
|
+
}
|
|
773
|
+
.RadioGroup-module__hop-RadioGroup___uybOl > .RadioGroup-module__hop-RadioGroup__label___IZ3Ol {
|
|
774
|
+
order: 1;
|
|
775
|
+
}
|
|
776
|
+
.RadioGroup-module__hop-RadioGroup__list___X27tq {
|
|
777
|
+
display: flex;
|
|
778
|
+
flex-flow: var(--flex-direction) var(--flex-wrap);
|
|
779
|
+
gap: var(--list-row-gap, var(--hop-space-stack-md)) var(--list-column-gap, var(--hop-space-inline-md));
|
|
780
|
+
order: 2;
|
|
781
|
+
box-sizing: border-box;
|
|
782
|
+
inline-size: var(--inline-size);
|
|
783
|
+
max-inline-size: 100%;
|
|
784
|
+
border: var(--list-border, none);
|
|
785
|
+
border-radius: var(--list-border-radius, 0);
|
|
811
786
|
}
|
|
812
|
-
.
|
|
787
|
+
.RadioGroup-module__hop-RadioGroup__list___X27tq > .RadioGroup-module__hop-RadioGroup__radio___m2Isa {
|
|
788
|
+
position: relative;
|
|
789
|
+
flex: 0 1 auto;
|
|
790
|
+
align-content: start;
|
|
791
|
+
inline-size: auto;
|
|
792
|
+
min-inline-size: 0;
|
|
793
|
+
padding: var(--radio-padding, 0);
|
|
794
|
+
}
|
|
795
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI .RadioGroup-module__hop-RadioGroup__list___X27tq > .RadioGroup-module__hop-RadioGroup__radio___m2Isa ~ .RadioGroup-module__hop-RadioGroup__radio___m2Isa::before {
|
|
796
|
+
content: "";
|
|
797
|
+
position: absolute;
|
|
798
|
+
display: block;
|
|
799
|
+
}
|
|
800
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI[data-orientation=vertical] .RadioGroup-module__hop-RadioGroup__list___X27tq > .RadioGroup-module__hop-RadioGroup__radio___m2Isa ~ .RadioGroup-module__hop-RadioGroup__radio___m2Isa::before {
|
|
801
|
+
inset-block-start: 0;
|
|
802
|
+
inset-inline: 0;
|
|
803
|
+
border-block-start: var(--list-border, none);
|
|
804
|
+
}
|
|
805
|
+
.RadioGroup-module__hop-RadioGroup--bordered___HfgKI[data-orientation=horizontal] .RadioGroup-module__hop-RadioGroup__list___X27tq > .RadioGroup-module__hop-RadioGroup__radio___m2Isa ~ .RadioGroup-module__hop-RadioGroup__radio___m2Isa::before {
|
|
806
|
+
inset-block: 0;
|
|
807
|
+
inset-inline-start: 0;
|
|
808
|
+
border-inline-start: var(--list-border, none);
|
|
809
|
+
}
|
|
810
|
+
.RadioGroup-module__hop-RadioGroup___uybOl > .RadioGroup-module__hop-RadioGroup__error-message___POhBW,
|
|
811
|
+
.RadioGroup-module__hop-RadioGroup___uybOl > .RadioGroup-module__hop-RadioGroup__helper-message___U8dp7 {
|
|
812
|
+
order: 3;
|
|
813
813
|
}
|