@hopper-ui/components 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +3 -3
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +5 -5
- package/dist/Badge/src/Badge.css +10 -10
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/index.css +10 -10
- package/dist/Badge/src/index.js +2 -2
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +862 -605
- package/dist/Form/src/Form.js +67 -65
- package/dist/Form/src/index.css +862 -605
- package/dist/Form/src/index.js +67 -65
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +2 -2
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +2 -2
- package/dist/ListBox/src/ListBox.css +226 -198
- package/dist/ListBox/src/ListBox.js +12 -13
- package/dist/ListBox/src/ListBoxItem.css +208 -182
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +226 -198
- package/dist/ListBox/src/index.js +12 -13
- package/dist/Select/src/Select.css +4368 -0
- package/dist/Select/src/Select.d.ts +93 -0
- package/dist/Select/src/Select.js +116 -0
- package/dist/Select/src/SelectContext.d.ts +16 -0
- package/dist/Select/src/SelectContext.js +2 -0
- package/dist/Select/src/SelectValue.css +443 -0
- package/dist/Select/src/SelectValue.d.ts +31 -0
- package/dist/Select/src/SelectValue.js +19 -0
- package/dist/Select/src/index.css +4368 -0
- package/dist/Select/src/index.d.ts +13 -0
- package/dist/Select/src/index.js +116 -0
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +5 -5
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +70 -70
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/EmbeddedButton.css +70 -70
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/index.css +175 -175
- package/dist/buttons/src/index.js +10 -10
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +2 -2
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +60 -60
- package/dist/checkbox/src/CheckboxGroup.js +3 -3
- package/dist/checkbox/src/index.css +60 -60
- package/dist/checkbox/src/index.js +6 -6
- package/dist/{chunk-CKKLDA5J.js → chunk-3573Q6QG.js} +2 -2
- package/dist/{chunk-SZSQZ4C7.js → chunk-3ZRCYKIV.js} +2 -2
- package/dist/{chunk-VISBUD2K.js → chunk-4RMADICI.js} +4 -4
- package/dist/{chunk-W474WFOP.js → chunk-6C5RI4RT.js} +9 -11
- package/dist/{chunk-L5KI4ZCL.js → chunk-6H5DRQZH.js} +2 -2
- package/dist/{chunk-VYKPDMP3.js → chunk-7L5MCX2A.js} +2 -2
- package/dist/{chunk-COIGQP33.js → chunk-AZJME7JV.js} +3 -3
- package/dist/{chunk-PQXVL3YJ.js → chunk-BODCT27J.js} +1 -1
- package/dist/{chunk-XUJNQNB3.js → chunk-BQITTESM.js} +1 -1
- package/dist/{chunk-T6MAOVLH.js → chunk-BRU54ERL.js} +2 -2
- package/dist/{chunk-2XO5CZBO.js → chunk-BTHPJL3A.js} +2 -2
- package/dist/{chunk-CEUQHDEQ.js → chunk-C72PRNOP.js} +1 -1
- package/dist/{chunk-IUOLKHYQ.js → chunk-CAHZCRTK.js} +1 -1
- package/dist/{chunk-TG623HPA.js → chunk-CU36N5JQ.js} +4 -4
- package/dist/{chunk-S5CK32KM.js → chunk-CWX45XWS.js} +3 -3
- package/dist/{chunk-XT2MZWEV.js → chunk-D5PBETXF.js} +1 -1
- package/dist/{chunk-5IB23E3O.js → chunk-D7DIUGRI.js} +1 -1
- package/dist/{chunk-V5Q245NH.js → chunk-DFVORYEU.js} +2 -2
- package/dist/{chunk-354H4FNA.js → chunk-DLZGJBL7.js} +1 -1
- package/dist/{chunk-X253QCYD.js → chunk-DXEWBV4C.js} +2 -2
- package/dist/chunk-EHXOXTDN.js +29 -0
- package/dist/{chunk-FOD7XUSJ.js → chunk-FOXOPL2E.js} +5 -5
- package/dist/{chunk-HCRWIU7V.js → chunk-GRJ3VKHY.js} +5 -5
- package/dist/{chunk-RWAVMW7T.js → chunk-HIDHDS2L.js} +2 -2
- package/dist/{chunk-IXWYHDGU.js → chunk-JIRLWUDP.js} +3 -3
- package/dist/{chunk-M3K4IYX6.js → chunk-JQMXGSAE.js} +1 -1
- package/dist/{chunk-MJHMFANK.js → chunk-LFN43ROH.js} +2 -2
- package/dist/{chunk-FA4IXLWZ.js → chunk-LYPR2YMY.js} +5 -5
- package/dist/{chunk-JJ4EFTES.js → chunk-O2ZMTKCT.js} +1 -1
- package/dist/{chunk-FOKTHCFK.js → chunk-OLS7K6PO.js} +2 -2
- package/dist/{chunk-W2BQZEW6.js → chunk-QQI3KNHZ.js} +6 -7
- package/dist/{chunk-TCOZUCPD.js → chunk-SCXYAGZI.js} +271 -46
- package/dist/{chunk-PFABSIDM.js → chunk-SKEMSZ63.js} +2 -2
- package/dist/{chunk-EJUIYBAC.js → chunk-SSDFINDD.js} +2 -2
- package/dist/chunk-T24MBA34.js +7 -0
- package/dist/{chunk-RQKU3XDG.js → chunk-T37HTUEU.js} +1 -1
- package/dist/{chunk-UT4CSUUM.js → chunk-T3CLGQI6.js} +1 -1
- package/dist/{chunk-BKCMCC7V.js → chunk-T742LIIS.js} +1 -1
- package/dist/{chunk-F4H76S4H.js → chunk-TFVDF4YH.js} +4 -2
- package/dist/{chunk-U56LEEEA.js → chunk-TOWSC7FO.js} +4 -4
- package/dist/{chunk-J44DIB5J.js → chunk-TTY5HDLL.js} +2 -2
- package/dist/chunk-YB7IYQW4.js +118 -0
- package/dist/{chunk-Q63YLWI6.js → chunk-ZHOQYYHY.js} +1 -1
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/index.css +862 -605
- package/dist/index.d.ts +6 -2
- package/dist/index.js +67 -65
- package/dist/inputs/src/InputGroup.css +14 -16
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +64 -65
- package/dist/inputs/src/NumberField.js +8 -8
- package/dist/inputs/src/PasswordField.css +218 -219
- package/dist/inputs/src/PasswordField.js +10 -10
- package/dist/inputs/src/SearchField.css +224 -225
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +58 -59
- package/dist/inputs/src/TextArea.js +9 -9
- package/dist/inputs/src/TextField.css +219 -220
- package/dist/inputs/src/TextField.js +11 -11
- package/dist/inputs/src/index.css +271 -268
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +862 -605
- package/dist/overlays/Popover/src/Popover.d.ts +26 -3
- package/dist/overlays/Popover/src/Popover.js +67 -65
- package/dist/overlays/Popover/src/PopoverContext.d.ts +3 -0
- package/dist/overlays/Popover/src/index.css +862 -605
- package/dist/overlays/Popover/src/index.d.ts +4 -1
- package/dist/overlays/Popover/src/index.js +67 -65
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +2 -2
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +60 -60
- package/dist/radio/src/RadioGroup.js +2 -2
- package/dist/radio/src/index.css +60 -60
- package/dist/radio/src/index.js +6 -6
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +2 -2
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +4 -4
- package/dist/tag/src/Tag.css +301 -301
- package/dist/tag/src/Tag.js +6 -6
- package/dist/tag/src/TagGroup.css +22 -22
- package/dist/tag/src/TagGroup.js +2 -2
- package/dist/tag/src/index.css +314 -314
- package/dist/tag/src/index.js +9 -9
- package/dist/typography/Heading/src/Heading.css +9 -9
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -9
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +3 -3
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +3 -3
- 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 +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/index.d.ts +1 -0
- package/dist/utils/src/index.js +3 -2
- package/dist/utils/src/useIsOverflow.d.ts +5 -0
- package/dist/utils/src/useIsOverflow.js +2 -0
- package/package.json +7 -7
- package/dist/ListBox/src/useLoadOnScroll.d.ts +0 -16
- package/dist/ListBox/src/useLoadOnScroll.js +0 -2
- package/dist/chunk-JTNMFPM4.js +0 -41
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { GlobalSearchFieldCssSelector, _SearchField as SearchField } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-LJXTJRSB.js';
|
|
4
|
-
import '../../chunk-PQXVL3YJ.js';
|
|
5
|
-
import '../../chunk-TXZ6BMFR.js';
|
|
6
|
-
import '../../chunk-RWAVMW7T.js';
|
|
7
|
-
import '../../chunk-Q63YLWI6.js';
|
|
1
|
+
export { GlobalSearchFieldCssSelector, _SearchField as SearchField } from '../../chunk-CWX45XWS.js';
|
|
2
|
+
import '../../chunk-ZHOQYYHY.js';
|
|
8
3
|
import '../../chunk-6BFSSZCY.js';
|
|
9
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-3NKF5TPD.js';
|
|
5
|
+
import '../../chunk-BTHPJL3A.js';
|
|
10
6
|
import '../../chunk-DXVKHP4V.js';
|
|
11
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-D7DIUGRI.js';
|
|
12
8
|
import '../../chunk-O7IJYNVQ.js';
|
|
9
|
+
import '../../chunk-LJXTJRSB.js';
|
|
10
|
+
import '../../chunk-HIDHDS2L.js';
|
|
11
|
+
import '../../chunk-BODCT27J.js';
|
|
12
|
+
import '../../chunk-TXZ6BMFR.js';
|
|
13
13
|
import '../../chunk-QCA3ZR56.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-TFVDF4YH.js';
|
|
15
15
|
import '../../chunk-65JPI4FL.js';
|
|
16
16
|
import '../../chunk-HZKFQ33E.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-C72PRNOP.js';
|
|
18
18
|
import '../../chunk-WPNVVGFW.js';
|
|
19
19
|
import '../../chunk-FAE27DLF.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-D5PBETXF.js';
|
|
21
21
|
import '../../chunk-X6SER3TZ.js';
|
|
22
22
|
import '../../chunk-HXI3MEEK.js';
|
|
23
23
|
import '../../chunk-M36KANKC.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___TrcWf {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___TrcWf) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___rF5yE) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___tPgW7) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___g9Wf2) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___gXea2) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___iGie8) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___p5vcB) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___Jg8ZC) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
82
|
-
.ErrorMessage-module__hop-
|
|
82
|
+
.ErrorMessage-module__hop-ErrorMessage___i9yn3 {
|
|
83
83
|
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
84
84
|
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
85
85
|
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
line-height: var(--hop-ErrorMessage-line-height);
|
|
97
97
|
color: var(--hop-ErrorMessage-color);
|
|
98
98
|
}
|
|
99
|
-
.ErrorMessage-module__hop-
|
|
99
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___zmOVR {
|
|
100
100
|
flex: 0 0 auto;
|
|
101
101
|
align-self: flex-start;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/HelperMessage/src/HelperMessage.module.css/#css-module-data */
|
|
105
|
-
.HelperMessage-module__hop-
|
|
105
|
+
.HelperMessage-module__hop-HelperMessage___A94z8 {
|
|
106
106
|
--hop-HelperMessage-color: var(--hop-neutral-text-weak);
|
|
107
107
|
--hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
|
|
108
108
|
display: flex;
|
|
@@ -111,13 +111,13 @@
|
|
|
111
111
|
box-sizing: border-box;
|
|
112
112
|
color: var(--hop-HelperMessage-color);
|
|
113
113
|
}
|
|
114
|
-
.HelperMessage-module__hop-
|
|
114
|
+
.HelperMessage-module__hop-HelperMessage__icon___tdX3I {
|
|
115
115
|
flex: 0 0 auto;
|
|
116
116
|
align-self: flex-start;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
120
|
-
.Heading-module__hop-
|
|
120
|
+
.Heading-module__hop-Heading___qD-ZA {
|
|
121
121
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
122
122
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
123
123
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -151,50 +151,50 @@
|
|
|
151
151
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
152
152
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
153
153
|
}
|
|
154
|
-
:where(.Heading-module__hop-
|
|
154
|
+
:where(.Heading-module__hop-Heading___qD-ZA) {
|
|
155
155
|
margin: 0;
|
|
156
156
|
font-family: var(--font-family);
|
|
157
157
|
font-size: var(--font-size);
|
|
158
158
|
font-weight: var(--font-weight);
|
|
159
159
|
line-height: var(--line-height);
|
|
160
160
|
}
|
|
161
|
-
:where(.Heading-module__hop-Heading--
|
|
161
|
+
:where(.Heading-module__hop-Heading--xs___mwtYu) {
|
|
162
162
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
163
163
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
164
164
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
165
165
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
166
166
|
}
|
|
167
|
-
:where(.Heading-module__hop-Heading--
|
|
167
|
+
:where(.Heading-module__hop-Heading--sm___H6NDx) {
|
|
168
168
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
169
169
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
170
170
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
171
171
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
172
172
|
}
|
|
173
|
-
:where(.Heading-module__hop-Heading--
|
|
173
|
+
:where(.Heading-module__hop-Heading--md___EMItL) {
|
|
174
174
|
--font-size: var(--hop-Heading-md-font-size);
|
|
175
175
|
--font-family: var(--hop-Heading-md-font-family);
|
|
176
176
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
177
177
|
--line-height: var(--hop-Heading-md-line-height);
|
|
178
178
|
}
|
|
179
|
-
:where(.Heading-module__hop-Heading--
|
|
179
|
+
:where(.Heading-module__hop-Heading--lg___qwUN7) {
|
|
180
180
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
181
181
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
182
182
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
183
183
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
184
184
|
}
|
|
185
|
-
:where(.Heading-module__hop-Heading--
|
|
185
|
+
:where(.Heading-module__hop-Heading--xl___3ROoJ) {
|
|
186
186
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
187
187
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
188
188
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
189
189
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
190
190
|
}
|
|
191
|
-
:where(.Heading-module__hop-Heading--
|
|
191
|
+
:where(.Heading-module__hop-Heading--2xl___9FgeA) {
|
|
192
192
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
193
193
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
194
194
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
195
195
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
196
196
|
}
|
|
197
|
-
:where(.Heading-module__hop-Heading--
|
|
197
|
+
:where(.Heading-module__hop-Heading--3xl___Lg0Pe) {
|
|
198
198
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
199
199
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
200
200
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
205
|
-
:where(.OverlineText-module__hop-
|
|
205
|
+
:where(.OverlineText-module__hop-OverlineText___SbFVm) {
|
|
206
206
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
207
207
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
208
208
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -226,45 +226,45 @@
|
|
|
226
226
|
text-transform: uppercase;
|
|
227
227
|
letter-spacing: var(--letter-spacing);
|
|
228
228
|
}
|
|
229
|
-
.OverlineText-module__hop-
|
|
229
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN {
|
|
230
230
|
box-sizing: border-box;
|
|
231
231
|
}
|
|
232
|
-
.OverlineText-module__hop-
|
|
233
|
-
.OverlineText-module__hop-
|
|
232
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::before,
|
|
233
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::after {
|
|
234
234
|
content: "";
|
|
235
235
|
display: block;
|
|
236
236
|
box-sizing: border-box;
|
|
237
237
|
inline-size: 0;
|
|
238
238
|
block-size: 0;
|
|
239
239
|
}
|
|
240
|
-
.OverlineText-module__hop-
|
|
240
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::before {
|
|
241
241
|
margin-block-end: var(--bottom-offset);
|
|
242
242
|
}
|
|
243
|
-
.OverlineText-module__hop-
|
|
243
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::after {
|
|
244
244
|
margin-block-start: var(--top-offset);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
248
|
-
.Label-module__hop-
|
|
248
|
+
.Label-module__hop-Label___mvHHn {
|
|
249
249
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
250
250
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
251
251
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
252
252
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
253
253
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
254
254
|
}
|
|
255
|
-
:where(.Label-module__hop-
|
|
255
|
+
:where(.Label-module__hop-Label___mvHHn) {
|
|
256
256
|
font-family: var(--hop-Label-font-family);
|
|
257
257
|
font-size: var(--hop-Label-font-size);
|
|
258
258
|
font-weight: var(--hop-Label-font-weight);
|
|
259
259
|
line-height: var(--hop-Label-line-height);
|
|
260
260
|
color: var(--hop-Label-color);
|
|
261
261
|
}
|
|
262
|
-
:where(.Label-module__hop-
|
|
262
|
+
:where(.Label-module__hop-Label__indicator___eN8aZ) {
|
|
263
263
|
padding-inline-start: var(--hop-space-20);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/InputGroup.module.css/#css-module-data */
|
|
267
|
-
.InputGroup-module__hop-
|
|
267
|
+
.InputGroup-module__hop-InputGroup___nX1AB {
|
|
268
268
|
--hop-InputGroup-background: var(--hop-neutral-surface);
|
|
269
269
|
--hop-InputGroup-border-color: var(--hop-neutral-border);
|
|
270
270
|
--hop-InputGroup-border-width: 0.0625rem;
|
|
@@ -278,7 +278,6 @@
|
|
|
278
278
|
--hop-InputGroup-align-items: center;
|
|
279
279
|
--hop-InputGroup-align-items-textarea: flex-end;
|
|
280
280
|
--hop-InputGroup-inline-size: fit-content;
|
|
281
|
-
--hop-InputGroup-inline-size-number: 100%;
|
|
282
281
|
--hop-InputGroup-sm-block-size: 2rem;
|
|
283
282
|
--hop-InputGroup-md-block-size: 2.5rem;
|
|
284
283
|
--hop-InputGroup-block-size-textarea: auto;
|
|
@@ -345,11 +344,11 @@
|
|
|
345
344
|
border: var(--border);
|
|
346
345
|
border-radius: var(--hop-InputGroup-border-radius);
|
|
347
346
|
}
|
|
348
|
-
.InputGroup-module__hop-InputGroup--
|
|
347
|
+
.InputGroup-module__hop-InputGroup--fluid___cl9VB {
|
|
349
348
|
--inline-size: 100%;
|
|
350
349
|
--input-inline-size: 100%;
|
|
351
350
|
}
|
|
352
|
-
.InputGroup-module__hop-InputGroup--
|
|
351
|
+
.InputGroup-module__hop-InputGroup--sm___W9UwB {
|
|
353
352
|
--block-size: var(--hop-InputGroup-sm-block-size);
|
|
354
353
|
--input-font-family: var(--hop-InputGroup-input-sm-font-family);
|
|
355
354
|
--input-font-size: var(--hop-InputGroup-input-sm-font-size);
|
|
@@ -357,7 +356,7 @@
|
|
|
357
356
|
--input-line-height: var(--hop-InputGroup-input-sm-line-height);
|
|
358
357
|
--input-block-size: var(--hop-InputGroup-input-sm-block-size);
|
|
359
358
|
}
|
|
360
|
-
.InputGroup-module__hop-
|
|
359
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-input-type=textarea] {
|
|
361
360
|
--gap: var(--hop-InputGroup-gap-textarea);
|
|
362
361
|
--flex-direction: var(--hop-InputGroup-flex-direction-textarea);
|
|
363
362
|
--align-items: var(--hop-InputGroup-align-items-textarea);
|
|
@@ -365,29 +364,28 @@
|
|
|
365
364
|
--padding-inline: var(--hop-InputGroup-padding-inline-textarea);
|
|
366
365
|
--padding-block: var(--hop-InputGroup-padding-block-textarea);
|
|
367
366
|
}
|
|
368
|
-
.InputGroup-module__hop-
|
|
367
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-input-type=number] {
|
|
369
368
|
--display: var(--hop-InputGroup-display-number);
|
|
370
369
|
--gap: var(--hop-InputGroup-gap-number);
|
|
371
|
-
--inline-size: var(--hop-InputGroup-inline-size-number);
|
|
372
370
|
}
|
|
373
|
-
.InputGroup-module__hop-
|
|
371
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-hovered] {
|
|
374
372
|
--background: var(--hop-InputGroup-background-hover);
|
|
375
373
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-hover) ;
|
|
376
374
|
}
|
|
377
|
-
.InputGroup-module__hop-
|
|
375
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-focus-within] {
|
|
378
376
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-focus) ;
|
|
379
377
|
}
|
|
380
|
-
.InputGroup-module__hop-
|
|
378
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-invalid] {
|
|
381
379
|
--border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-invalid) ;
|
|
382
380
|
}
|
|
383
|
-
.InputGroup-module__hop-
|
|
381
|
+
.InputGroup-module__hop-InputGroup___nX1AB[data-disabled] {
|
|
384
382
|
--background: var(--hop-InputGroup-background-disabled);
|
|
385
383
|
--border: 0.0625rem solid var(--hop-InputGroup-border-color-disabled);
|
|
386
384
|
--input-color: var(--hop-InputGroup-input-color-disabled);
|
|
387
385
|
--input-placeholder-color: var(--hop-InputGroup-placeholder-color-disabled);
|
|
388
386
|
}
|
|
389
|
-
.InputGroup-module__hop-
|
|
390
|
-
.InputGroup-module__hop-
|
|
387
|
+
.InputGroup-module__hop-InputGroup__input___VIhOd,
|
|
388
|
+
.InputGroup-module__hop-InputGroup__textarea___9H21Z {
|
|
391
389
|
flex: 1 1 auto;
|
|
392
390
|
box-sizing: border-box;
|
|
393
391
|
inline-size: var(--input-inline-size);
|
|
@@ -401,14 +399,14 @@
|
|
|
401
399
|
border: none;
|
|
402
400
|
outline: none;
|
|
403
401
|
}
|
|
404
|
-
.InputGroup-module__hop-
|
|
402
|
+
.InputGroup-module__hop-InputGroup__input___VIhOd {
|
|
405
403
|
block-size: var(--input-block-size);
|
|
406
404
|
padding: var(--hop-InputGroup-input-padding);
|
|
407
405
|
}
|
|
408
|
-
.InputGroup-module__hop-
|
|
406
|
+
.InputGroup-module__hop-InputGroup__textarea___9H21Z {
|
|
409
407
|
padding: var(--hop-InputGroup-textarea-padding);
|
|
410
408
|
}
|
|
411
|
-
.InputGroup-module__hop-
|
|
409
|
+
.InputGroup-module__hop-InputGroup__input___VIhOd::placeholder {
|
|
412
410
|
font-family: var(--hop-InputGroup-placeholder-font-family);
|
|
413
411
|
font-size: var(--hop-InputGroup-placeholder-font-size);
|
|
414
412
|
font-weight: var(--hop-InputGroup-placeholder-font-weight);
|
|
@@ -417,7 +415,7 @@
|
|
|
417
415
|
}
|
|
418
416
|
|
|
419
417
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/TextArea.module.css/#css-module-data */
|
|
420
|
-
.TextArea-module__hop-
|
|
418
|
+
.TextArea-module__hop-TextArea___J0kzu {
|
|
421
419
|
--hop-TextArea-gap: var(--hop-space-stack-xs);
|
|
422
420
|
--hop-TextArea-inline-size: 20rem;
|
|
423
421
|
--hop-TextArea-prefix-color: var(--hop-neutral-text-weak);
|
|
@@ -433,37 +431,38 @@
|
|
|
433
431
|
flex-direction: column;
|
|
434
432
|
gap: var(--hop-TextArea-gap);
|
|
435
433
|
inline-size: var(--inline-size);
|
|
434
|
+
max-inline-size: 100%;
|
|
436
435
|
}
|
|
437
|
-
.TextArea-module__hop-TextArea--
|
|
436
|
+
.TextArea-module__hop-TextArea--fluid___l8sl5 {
|
|
438
437
|
--inline-size: 100%;
|
|
439
438
|
}
|
|
440
|
-
.TextArea-module__hop-
|
|
439
|
+
.TextArea-module__hop-TextArea___J0kzu[data-resize-mode=vertical] {
|
|
441
440
|
--resize: vertical;
|
|
442
441
|
}
|
|
443
|
-
.TextArea-module__hop-
|
|
442
|
+
.TextArea-module__hop-TextArea___J0kzu[data-over-max-length] {
|
|
444
443
|
--char-count-color: var(--hop-TextArea-char-count-color-invalid);
|
|
445
444
|
}
|
|
446
|
-
.TextArea-module__hop-
|
|
445
|
+
.TextArea-module__hop-TextArea___J0kzu[data-disabled] {
|
|
447
446
|
--char-count-color: var(--hop-TextArea-char-count-color-disabled);
|
|
448
447
|
}
|
|
449
|
-
.TextArea-module__hop-
|
|
448
|
+
.TextArea-module__hop-TextArea__Label___8erAW {
|
|
450
449
|
order: 0;
|
|
451
450
|
}
|
|
452
|
-
.TextArea-module__hop-
|
|
451
|
+
.TextArea-module__hop-TextArea__prefix___CrM8H {
|
|
453
452
|
color: var(--hop-TextArea-prefix-color);
|
|
454
453
|
}
|
|
455
|
-
.TextArea-module__hop-
|
|
454
|
+
.TextArea-module__hop-TextArea__InputGroup___P-hh6 {
|
|
456
455
|
order: 1;
|
|
457
456
|
}
|
|
458
|
-
.TextArea-module__hop-
|
|
457
|
+
.TextArea-module__hop-TextArea__textarea___4XbjQ {
|
|
459
458
|
resize: var(--resize);
|
|
460
459
|
min-block-size: var(--hop-TextArea-input-min-height);
|
|
461
460
|
}
|
|
462
|
-
.TextArea-module__hop-TextArea__char-
|
|
461
|
+
.TextArea-module__hop-TextArea__char-count___KoGsg {
|
|
463
462
|
padding: var(--hop-TextArea-char-count-padding);
|
|
464
463
|
color: var(--char-count-color);
|
|
465
464
|
}
|
|
466
|
-
.TextArea-module__hop-
|
|
467
|
-
.TextArea-module__hop-
|
|
465
|
+
.TextArea-module__hop-TextArea__ErrorMessage___uMu4X,
|
|
466
|
+
.TextArea-module__hop-TextArea__HelperMessage___Y5jyT {
|
|
468
467
|
order: 3;
|
|
469
468
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { GlobalTextAreaCssSelector, _TextArea as TextArea } from '../../chunk-
|
|
2
|
-
import '../../chunk-IU6XMS2X.js';
|
|
1
|
+
export { GlobalTextAreaCssSelector, _TextArea as TextArea } from '../../chunk-GRJ3VKHY.js';
|
|
3
2
|
import '../../chunk-Z57VHYOF.js';
|
|
3
|
+
import '../../chunk-IU6XMS2X.js';
|
|
4
4
|
import '../../chunk-MHQZXLKW.js';
|
|
5
|
+
import '../../chunk-ZHOQYYHY.js';
|
|
6
|
+
import '../../chunk-6BFSSZCY.js';
|
|
5
7
|
import '../../chunk-LJXTJRSB.js';
|
|
6
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-HIDHDS2L.js';
|
|
9
|
+
import '../../chunk-BODCT27J.js';
|
|
7
10
|
import '../../chunk-TXZ6BMFR.js';
|
|
8
|
-
import '../../chunk-RWAVMW7T.js';
|
|
9
|
-
import '../../chunk-Q63YLWI6.js';
|
|
10
|
-
import '../../chunk-6BFSSZCY.js';
|
|
11
11
|
import '../../chunk-QCA3ZR56.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-TFVDF4YH.js';
|
|
13
13
|
import '../../chunk-65JPI4FL.js';
|
|
14
14
|
import '../../chunk-HZKFQ33E.js';
|
|
15
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-C72PRNOP.js';
|
|
16
16
|
import '../../chunk-WPNVVGFW.js';
|
|
17
17
|
import '../../chunk-FAE27DLF.js';
|
|
18
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-D5PBETXF.js';
|
|
19
19
|
import '../../chunk-X6SER3TZ.js';
|
|
20
20
|
import '../../chunk-HXI3MEEK.js';
|
|
21
21
|
import '../../chunk-M36KANKC.js';
|