@hopper-ui/components 1.0.8 → 1.0.9

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.
Files changed (159) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +10 -10
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +37 -37
  5. package/dist/Avatar/src/Avatar.js +3 -3
  6. package/dist/Avatar/src/DeletedAvatar.css +10 -10
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +37 -37
  11. package/dist/Avatar/src/index.js +5 -5
  12. package/dist/Badge/src/Badge.css +10 -10
  13. package/dist/Badge/src/Badge.js +2 -2
  14. package/dist/Badge/src/index.css +10 -10
  15. package/dist/Badge/src/index.js +2 -2
  16. package/dist/Chip/src/Chip.css +33 -33
  17. package/dist/Chip/src/Chip.js +2 -2
  18. package/dist/Chip/src/index.css +33 -33
  19. package/dist/Chip/src/index.js +2 -2
  20. package/dist/Divider/src/Divider.css +2 -2
  21. package/dist/Divider/src/Divider.js +1 -1
  22. package/dist/Divider/src/index.css +2 -2
  23. package/dist/Divider/src/index.js +1 -1
  24. package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
  25. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  26. package/dist/ErrorMessage/src/index.css +11 -11
  27. package/dist/ErrorMessage/src/index.js +2 -2
  28. package/dist/HelperMessage/src/HelperMessage.css +11 -11
  29. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  30. package/dist/HelperMessage/src/index.css +11 -11
  31. package/dist/HelperMessage/src/index.js +2 -2
  32. package/dist/IconList/src/IconList.css +1 -1
  33. package/dist/IconList/src/IconList.js +1 -1
  34. package/dist/IconList/src/index.css +1 -1
  35. package/dist/IconList/src/index.js +1 -1
  36. package/dist/Link/src/Link.css +31 -31
  37. package/dist/Link/src/Link.js +2 -2
  38. package/dist/Link/src/index.css +31 -31
  39. package/dist/Link/src/index.js +2 -2
  40. package/dist/ListBox/src/ListBox.css +175 -175
  41. package/dist/ListBox/src/ListBox.js +7 -7
  42. package/dist/ListBox/src/ListBoxItem.css +160 -160
  43. package/dist/ListBox/src/ListBoxItem.js +6 -6
  44. package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
  45. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  46. package/dist/ListBox/src/index.css +175 -175
  47. package/dist/ListBox/src/index.js +7 -7
  48. package/dist/Spinner/src/Spinner.css +19 -19
  49. package/dist/Spinner/src/Spinner.js +2 -2
  50. package/dist/Spinner/src/index.css +19 -19
  51. package/dist/Spinner/src/index.js +2 -2
  52. package/dist/buttons/src/Button.css +103 -103
  53. package/dist/buttons/src/Button.js +4 -4
  54. package/dist/buttons/src/ButtonGroup.css +11 -11
  55. package/dist/buttons/src/ButtonGroup.js +1 -1
  56. package/dist/buttons/src/ClearButton.css +12 -12
  57. package/dist/buttons/src/ClearButton.js +2 -2
  58. package/dist/buttons/src/EmbeddedButton.css +12 -12
  59. package/dist/buttons/src/EmbeddedButton.js +1 -1
  60. package/dist/buttons/src/index.css +126 -126
  61. package/dist/buttons/src/index.js +7 -7
  62. package/dist/checkbox/src/Checkbox.css +31 -31
  63. package/dist/checkbox/src/Checkbox.js +2 -2
  64. package/dist/checkbox/src/CheckboxField.css +15 -15
  65. package/dist/checkbox/src/CheckboxField.js +1 -1
  66. package/dist/checkbox/src/CheckboxGroup.css +66 -66
  67. package/dist/checkbox/src/CheckboxGroup.js +1 -1
  68. package/dist/checkbox/src/index.css +66 -66
  69. package/dist/checkbox/src/index.js +4 -4
  70. package/dist/{chunk-QVK2N2AZ.js → chunk-3KBRMNDA.js} +3 -3
  71. package/dist/{chunk-SVUAG4RI.js → chunk-5MXKQU5B.js} +4 -4
  72. package/dist/{chunk-375NGVSY.js → chunk-5YRQIXEL.js} +1 -1
  73. package/dist/{chunk-GEDAZSYP.js → chunk-63JW6CK6.js} +1 -1
  74. package/dist/{chunk-C5SNXNGO.js → chunk-7WUVCC3E.js} +2 -2
  75. package/dist/{chunk-PFQFQTAW.js → chunk-7Y5L73TT.js} +2 -2
  76. package/dist/{chunk-Q6XETWRV.js → chunk-A6JQYJ3R.js} +1 -1
  77. package/dist/{chunk-LYGSWKBB.js → chunk-BCNLI46Y.js} +1 -1
  78. package/dist/{chunk-KC5DWQN5.js → chunk-BEPTEF2Y.js} +3 -3
  79. package/dist/{chunk-2PZTP7OD.js → chunk-BFBNB37P.js} +1 -1
  80. package/dist/{chunk-LAYIMWCS.js → chunk-CPGLTPBH.js} +2 -2
  81. package/dist/{chunk-GVS7P3EP.js → chunk-CQ2WBICW.js} +2 -2
  82. package/dist/{chunk-HK6NUAOU.js → chunk-E3GTXHVR.js} +1 -1
  83. package/dist/{chunk-DERV7IO4.js → chunk-ESMMVJFJ.js} +1 -1
  84. package/dist/{chunk-HJGIOIZH.js → chunk-FSIHGNZZ.js} +1 -1
  85. package/dist/{chunk-FX7SCMAB.js → chunk-G7N6JSC6.js} +3 -3
  86. package/dist/{chunk-JYS47NMI.js → chunk-HIDFRNRY.js} +2 -2
  87. package/dist/{chunk-VILNMAVP.js → chunk-HIKXZAF6.js} +2 -2
  88. package/dist/{chunk-B2NAEXNH.js → chunk-IJEOKZBG.js} +6 -6
  89. package/dist/{chunk-FJYIXPAV.js → chunk-JW6SVCZI.js} +1 -1
  90. package/dist/{chunk-RERJ4IWC.js → chunk-KDSVLCXQ.js} +1 -1
  91. package/dist/{chunk-XGLY57N7.js → chunk-KIKYKF6M.js} +1 -1
  92. package/dist/{chunk-7F63PQML.js → chunk-KQRHG655.js} +1 -1
  93. package/dist/{chunk-BHRRVORW.js → chunk-M7TMDPQ4.js} +5 -5
  94. package/dist/{chunk-O3B5AAY5.js → chunk-MM26VI6I.js} +2 -2
  95. package/dist/{chunk-5YCINTI3.js → chunk-R3YOEPPW.js} +3 -3
  96. package/dist/{chunk-J3FFNHVC.js → chunk-RPKDR2DM.js} +2 -2
  97. package/dist/{chunk-576NZEOZ.js → chunk-SBGW2L25.js} +2 -2
  98. package/dist/{chunk-WWLAPWPS.js → chunk-SV4MURUH.js} +3 -3
  99. package/dist/{chunk-YORVWKUU.js → chunk-TFKAOK7T.js} +1 -1
  100. package/dist/{chunk-T3KA26BR.js → chunk-TV77LXU3.js} +1 -1
  101. package/dist/{chunk-Q4P2MTYE.js → chunk-USJAHVR6.js} +1 -1
  102. package/dist/{chunk-LD4PHTV5.js → chunk-UU2LRQMW.js} +1 -1
  103. package/dist/{chunk-IGDXWHDV.js → chunk-W5H4HE43.js} +1 -1
  104. package/dist/{chunk-KUOVH2WS.js → chunk-WFL75JA5.js} +1 -1
  105. package/dist/{chunk-6FJ6VT7L.js → chunk-WL24EJEW.js} +1 -1
  106. package/dist/{chunk-2O5GW4WZ.js → chunk-ZJY43OYG.js} +1 -1
  107. package/dist/index.css +457 -457
  108. package/dist/index.js +37 -37
  109. package/dist/inputs/src/InputGroup.css +12 -12
  110. package/dist/inputs/src/InputGroup.js +1 -1
  111. package/dist/inputs/src/PasswordField.css +163 -163
  112. package/dist/inputs/src/PasswordField.js +7 -7
  113. package/dist/inputs/src/SearchField.css +169 -169
  114. package/dist/inputs/src/SearchField.js +8 -8
  115. package/dist/inputs/src/TextField.css +164 -164
  116. package/dist/inputs/src/TextField.js +8 -8
  117. package/dist/inputs/src/index.css +182 -182
  118. package/dist/inputs/src/index.js +10 -10
  119. package/dist/overlays/Popover/src/Popover.css +457 -457
  120. package/dist/overlays/Popover/src/Popover.js +37 -37
  121. package/dist/overlays/Popover/src/index.css +457 -457
  122. package/dist/overlays/Popover/src/index.js +37 -37
  123. package/dist/radio/src/Radio.css +31 -31
  124. package/dist/radio/src/Radio.js +2 -2
  125. package/dist/radio/src/RadioField.css +15 -15
  126. package/dist/radio/src/RadioField.js +1 -1
  127. package/dist/radio/src/RadioGroup.css +66 -66
  128. package/dist/radio/src/RadioGroup.js +1 -1
  129. package/dist/radio/src/index.css +66 -66
  130. package/dist/radio/src/index.js +4 -4
  131. package/dist/switch/src/Switch.css +25 -25
  132. package/dist/switch/src/Switch.js +2 -2
  133. package/dist/switch/src/SwitchField.css +15 -15
  134. package/dist/switch/src/SwitchField.js +1 -1
  135. package/dist/switch/src/index.css +31 -31
  136. package/dist/switch/src/index.js +3 -3
  137. package/dist/tag/src/Tag.css +457 -457
  138. package/dist/tag/src/Tag.js +37 -37
  139. package/dist/tag/src/TagGroup.css +28 -28
  140. package/dist/tag/src/TagGroup.js +1 -1
  141. package/dist/tag/src/index.css +457 -457
  142. package/dist/tag/src/index.js +37 -37
  143. package/dist/typography/Heading/src/Heading.css +9 -9
  144. package/dist/typography/Heading/src/Heading.js +1 -1
  145. package/dist/typography/Heading/src/index.css +9 -9
  146. package/dist/typography/Heading/src/index.js +1 -1
  147. package/dist/typography/Label/src/Label.css +9 -9
  148. package/dist/typography/Label/src/Label.js +1 -1
  149. package/dist/typography/Label/src/index.css +9 -9
  150. package/dist/typography/Label/src/index.js +1 -1
  151. package/dist/typography/OverlineText/src/OverlineText.css +6 -6
  152. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  153. package/dist/typography/OverlineText/src/index.css +6 -6
  154. package/dist/typography/OverlineText/src/index.js +1 -1
  155. package/dist/typography/Text/src/Text.css +9 -9
  156. package/dist/typography/Text/src/Text.js +1 -1
  157. package/dist/typography/Text/src/index.css +9 -9
  158. package/dist/typography/Text/src/index.js +1 -1
  159. package/package.json +2 -2
@@ -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-IconList___WqX3l {
2
+ .IconList-module__hop-IconList___BKrPD {
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-Label___oItqW {
11
+ .Label-module__hop-Label___a89ve {
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-Label___oItqW) {
41
+ :where(.Label-module__hop-Label___a89ve) {
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--xs___OCQc9) {
47
+ :where(.Label-module__hop-Label--xs___aRYBa) {
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--sm___-fhZc) {
53
+ :where(.Label-module__hop-Label--sm___AeNCA) {
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--md___OdAm4) {
59
+ :where(.Label-module__hop-Label--md___TbmkR) {
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--lg___GbPeJ) {
65
+ :where(.Label-module__hop-Label--lg___qazq6) {
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--xl___1wofe) {
71
+ :where(.Label-module__hop-Label--xl___LZow5) {
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--2xl___qv5gq) {
77
+ :where(.Label-module__hop-Label--2xl___eBOjb) {
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--inherit___zEydh) {
83
+ :where(.Label-module__hop-Label--inherit___OT8yi) {
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-module__spin___Lpxyw {
91
+ @keyframes Spinner-module__spin___9Uhuf {
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-Spinner___DLvnO {
99
+ .Spinner-module__hop-Spinner___uc27q {
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-module__spin___Lpxyw .8s infinite linear;
107
+ --hop-Spinner-fill-animation: Spinner-module__spin___9Uhuf .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--sm___v97ZX {
118
+ .Spinner-module__hop-Spinner--sm___tgSda {
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--md___nGvSb {
122
+ .Spinner-module__hop-Spinner--md___TzTCC {
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--lg___aELVX {
126
+ .Spinner-module__hop-Spinner--lg___YmNab {
127
127
  --width: var(--hop-Spinner-lg-wheel-size);
128
128
  --height: var(--hop-Spinner-lg-wheel-size);
129
129
  }
130
- .Spinner-module__hop-Spinner__track___7tCR3 {
130
+ .Spinner-module__hop-Spinner__track___qWaco {
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-Spinner__fill___A7ygr {
139
+ .Spinner-module__hop-Spinner__fill___E5VR8 {
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-Spinner__fill___A7ygr {
150
+ .Spinner-module__hop-Spinner__fill___E5VR8 {
151
151
  animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
152
152
  }
153
153
  }
154
- .Spinner-module__hop-Spinner__label___QzFiY {
154
+ .Spinner-module__hop-Spinner__label___5O9XM {
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-Text___tIiCx {
160
+ .Text-module__hop-Text___9EKDX {
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-Text___tIiCx) {
190
+ :where(.Text-module__hop-Text___9EKDX) {
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--xs___rw7oZ) {
196
+ :where(.Text-module__hop-Text--xs___jiJjf) {
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--sm___egXsQ) {
202
+ :where(.Text-module__hop-Text--sm___-IJzb) {
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--md___x9B05) {
208
+ :where(.Text-module__hop-Text--md___JvMWi) {
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--lg___G-bAx) {
214
+ :where(.Text-module__hop-Text--lg___TLLw6) {
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--xl___QHdr-) {
220
+ :where(.Text-module__hop-Text--xl___lpA8Y) {
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--2xl___Y5asG) {
226
+ :where(.Text-module__hop-Text--2xl___ggwwq) {
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--inherit___HTrly) {
232
+ :where(.Text-module__hop-Text--inherit___2Vd0p) {
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-Button___X3-0x {
240
+ .Button-module__hop-Button___fzR9T {
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-Button___X3-0x[data-focus-visible] {
399
+ .Button-module__hop-Button___fzR9T[data-focus-visible] {
400
400
  outline: 0.125rem solid var(--hop-Button-focus-ring-color);
401
401
  }
402
- .Button-module__hop-Button--icon-only___ozZIL {
402
+ .Button-module__hop-Button--icon-only___FdkrL {
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-Button___X3-0x[data-disabled],
409
- .Button-module__hop-Button___X3-0x[data-loading] {
408
+ .Button-module__hop-Button___fzR9T[data-disabled],
409
+ .Button-module__hop-Button___fzR9T[data-loading] {
410
410
  cursor: not-allowed;
411
411
  }
412
- .Button-module__hop-Button--fluid___QicVH {
412
+ .Button-module__hop-Button--fluid___AAvo- {
413
413
  --inline-size: 100%;
414
414
  }
415
- .Button-module__hop-Button--sm___OqRJb {
415
+ .Button-module__hop-Button--sm___lwLJz {
416
416
  --block-size: var(--hop-Button-sm-height);
417
417
  }
418
- .Button-module__hop-Button--primary___EfW8J.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
418
+ .Button-module__hop-Button--primary___UAAcK.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--primary___EfW8J.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
422
+ .Button-module__hop-Button--primary___UAAcK.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--secondary___o0rOD.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
426
+ .Button-module__hop-Button--secondary___cyxG3.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--secondary___o0rOD.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
430
+ .Button-module__hop-Button--secondary___cyxG3.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--upsell___qIXrb.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
434
+ .Button-module__hop-Button--upsell___wouLV.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--upsell___qIXrb.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
438
+ .Button-module__hop-Button--upsell___wouLV.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--danger___118vy.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
442
+ .Button-module__hop-Button--danger___Lh3Hy.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--danger___118vy.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
446
+ .Button-module__hop-Button--danger___Lh3Hy.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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-danger___4MlvW.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
450
+ .Button-module__hop-Button--ghost-danger___V4wH5.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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-danger___4MlvW.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
454
+ .Button-module__hop-Button--ghost-danger___V4wH5.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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-secondary___GWQ-G.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
458
+ .Button-module__hop-Button--ghost-secondary___vM69K.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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-secondary___GWQ-G.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
462
+ .Button-module__hop-Button--ghost-secondary___vM69K.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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-primary___NEFPi.Button-module__hop-Button--md___rvwjX:not(.Button-module__hop-Button--icon-only___ozZIL) {
466
+ .Button-module__hop-Button--ghost-primary___GnlXK.Button-module__hop-Button--md___QqRp-:not(.Button-module__hop-Button--icon-only___FdkrL) {
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-primary___NEFPi.Button-module__hop-Button--sm___OqRJb:not(.Button-module__hop-Button--icon-only___ozZIL) {
470
+ .Button-module__hop-Button--ghost-primary___GnlXK.Button-module__hop-Button--sm___lwLJz:not(.Button-module__hop-Button--icon-only___FdkrL) {
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--primary___EfW8J {
474
+ .Button-module__hop-Button--primary___UAAcK {
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--primary___EfW8J[data-disabled]:not([data-loading]) {
480
+ .Button-module__hop-Button--primary___UAAcK[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--primary___EfW8J[data-hovered]:not([data-disabled], [data-loading]),
486
- .Button-module__hop-Button--primary___EfW8J[data-focus-visible]:not([data-disabled], [data-loading]) {
485
+ .Button-module__hop-Button--primary___UAAcK[data-hovered]:not([data-disabled], [data-loading]),
486
+ .Button-module__hop-Button--primary___UAAcK[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--primary___EfW8J[data-pressed]:not([data-loading]) {
491
+ .Button-module__hop-Button--primary___UAAcK[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--secondary___o0rOD {
496
+ .Button-module__hop-Button--secondary___cyxG3 {
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--secondary___o0rOD[data-disabled]:not([data-loading]) {
502
+ .Button-module__hop-Button--secondary___cyxG3[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--secondary___o0rOD[data-hovered]:not([data-disabled], [data-loading]),
508
- .Button-module__hop-Button--secondary___o0rOD[data-focus-visible]:not([data-disabled], [data-loading]) {
507
+ .Button-module__hop-Button--secondary___cyxG3[data-hovered]:not([data-disabled], [data-loading]),
508
+ .Button-module__hop-Button--secondary___cyxG3[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--secondary___o0rOD[data-pressed]:not([data-loading]) {
513
+ .Button-module__hop-Button--secondary___cyxG3[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--upsell___qIXrb {
518
+ .Button-module__hop-Button--upsell___wouLV {
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--upsell___qIXrb[data-disabled]:not([data-loading]) {
524
+ .Button-module__hop-Button--upsell___wouLV[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--upsell___qIXrb[data-hovered]:not([data-disabled], [data-loading]),
530
- .Button-module__hop-Button--upsell___qIXrb[data-focus-visible]:not([data-disabled], [data-loading]) {
529
+ .Button-module__hop-Button--upsell___wouLV[data-hovered]:not([data-disabled], [data-loading]),
530
+ .Button-module__hop-Button--upsell___wouLV[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--upsell___qIXrb[data-pressed]:not([data-loading]) {
535
+ .Button-module__hop-Button--upsell___wouLV[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--danger___118vy {
540
+ .Button-module__hop-Button--danger___Lh3Hy {
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--danger___118vy[data-disabled]:not([data-loading]) {
546
+ .Button-module__hop-Button--danger___Lh3Hy[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--danger___118vy[data-hovered]:not([data-disabled], [data-loading]),
552
- .Button-module__hop-Button--danger___118vy[data-focus-visible]:not([data-disabled], [data-loading]) {
551
+ .Button-module__hop-Button--danger___Lh3Hy[data-hovered]:not([data-disabled], [data-loading]),
552
+ .Button-module__hop-Button--danger___Lh3Hy[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--danger___118vy[data-pressed]:not([data-loading]) {
557
+ .Button-module__hop-Button--danger___Lh3Hy[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-primary___NEFPi {
562
+ .Button-module__hop-Button--ghost-primary___GnlXK {
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-primary___NEFPi[data-disabled]:not([data-loading]) {
568
+ .Button-module__hop-Button--ghost-primary___GnlXK[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-primary___NEFPi[data-hovered]:not([data-disabled], [data-loading]),
574
- .Button-module__hop-Button--ghost-primary___NEFPi[data-focus-visible]:not([data-disabled], [data-loading]) {
573
+ .Button-module__hop-Button--ghost-primary___GnlXK[data-hovered]:not([data-disabled], [data-loading]),
574
+ .Button-module__hop-Button--ghost-primary___GnlXK[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-primary___NEFPi[data-pressed]:not([data-loading]) {
579
+ .Button-module__hop-Button--ghost-primary___GnlXK[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-secondary___GWQ-G {
584
+ .Button-module__hop-Button--ghost-secondary___vM69K {
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-secondary___GWQ-G[data-disabled]:not([data-loading]) {
590
+ .Button-module__hop-Button--ghost-secondary___vM69K[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-secondary___GWQ-G[data-hovered]:not([data-disabled], [data-loading]),
596
- .Button-module__hop-Button--ghost-secondary___GWQ-G[data-focus-visible]:not([data-disabled], [data-loading]) {
595
+ .Button-module__hop-Button--ghost-secondary___vM69K[data-hovered]:not([data-disabled], [data-loading]),
596
+ .Button-module__hop-Button--ghost-secondary___vM69K[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-secondary___GWQ-G[data-pressed]:not([data-loading]) {
601
+ .Button-module__hop-Button--ghost-secondary___vM69K[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-danger___4MlvW {
606
+ .Button-module__hop-Button--ghost-danger___V4wH5 {
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-danger___4MlvW[data-disabled]:not([data-loading]) {
612
+ .Button-module__hop-Button--ghost-danger___V4wH5[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-danger___4MlvW[data-hovered]:not([data-disabled], [data-loading]),
618
- .Button-module__hop-Button--ghost-danger___4MlvW[data-focus-visible]:not([data-disabled], [data-loading]) {
617
+ .Button-module__hop-Button--ghost-danger___V4wH5[data-hovered]:not([data-disabled], [data-loading]),
618
+ .Button-module__hop-Button--ghost-danger___V4wH5[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-danger___4MlvW[data-pressed]:not([data-loading]) {
623
+ .Button-module__hop-Button--ghost-danger___V4wH5[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-Button__Spinner___RJv8A {
628
+ .Button-module__hop-Button__Spinner___HoH08 {
629
629
  position: absolute;
630
630
  justify-self: center;
631
631
  color: var(--spinner-color);
632
632
  }
633
- .Button-module__hop-Button__icon___IacjS,
634
- .Button-module__hop-Button__icon-list___7QJ0M {
633
+ .Button-module__hop-Button__icon___UXoCi,
634
+ .Button-module__hop-Button__icon-list___jChAs {
635
635
  grid-area: start-icon;
636
636
  justify-self: end;
637
637
  }
638
- .Button-module__hop-Button__text___hPZot {
638
+ .Button-module__hop-Button__text___CEK9E {
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-primary___NEFPi[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
646
- .Button-module__hop-Button--ghost-secondary___GWQ-G[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
647
- .Button-module__hop-Button--ghost-danger___4MlvW[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
648
- .Button-module__hop-Button--ghost-primary___NEFPi[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
649
- .Button-module__hop-Button--ghost-secondary___GWQ-G[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
650
- .Button-module__hop-Button--ghost-danger___4MlvW[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
651
- .Button-module__hop-Button--ghost-primary___NEFPi[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
652
- .Button-module__hop-Button--ghost-secondary___GWQ-G[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___hPZot,
653
- .Button-module__hop-Button--ghost-danger___4MlvW[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___hPZot {
645
+ .Button-module__hop-Button--ghost-primary___GnlXK[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
646
+ .Button-module__hop-Button--ghost-secondary___vM69K[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
647
+ .Button-module__hop-Button--ghost-danger___V4wH5[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
648
+ .Button-module__hop-Button--ghost-primary___GnlXK[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
649
+ .Button-module__hop-Button--ghost-secondary___vM69K[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
650
+ .Button-module__hop-Button--ghost-danger___V4wH5[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
651
+ .Button-module__hop-Button--ghost-primary___GnlXK[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
652
+ .Button-module__hop-Button--ghost-secondary___vM69K[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___CEK9E,
653
+ .Button-module__hop-Button--ghost-danger___V4wH5[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___CEK9E {
654
654
  text-decoration: underline;
655
655
  text-underline-offset: 0.125rem;
656
656
  }
657
- .Button-module__hop-Button__end-icon___o1toW,
658
- .Button-module__hop-Button__end-icon-list___VtgFC {
657
+ .Button-module__hop-Button__end-icon___-p1wj,
658
+ .Button-module__hop-Button__end-icon-list___y5Knr {
659
659
  grid-area: end-icon;
660
660
  }
661
- .Button-module__hop-Button___X3-0x .Button-module__hop-Button__icon-list___7QJ0M,
662
- .Button-module__hop-Button___X3-0x .Button-module__hop-Button__end-icon-list___VtgFC {
661
+ .Button-module__hop-Button___fzR9T .Button-module__hop-Button__icon-list___jChAs,
662
+ .Button-module__hop-Button___fzR9T .Button-module__hop-Button__end-icon-list___y5Knr {
663
663
  flex-wrap: nowrap;
664
664
  }
665
- .Button-module__hop-Button___X3-0x[data-loading] > *:not(.Button-module__hop-Button__Spinner___RJv8A) {
665
+ .Button-module__hop-Button___fzR9T[data-loading] > *:not(.Button-module__hop-Button__Spinner___HoH08) {
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-ButtonGroup___T2rBH {
670
+ .ButtonGroup-module__hop-ButtonGroup___D0DkS {
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--horizontal___cRn0h {
675
+ .ButtonGroup-module__hop-ButtonGroup--horizontal___n-HL8 {
676
676
  justify-content: center;
677
677
  }
678
- .ButtonGroup-module__hop-ButtonGroup--vertical___Vp1nj {
678
+ .ButtonGroup-module__hop-ButtonGroup--vertical___RuSLu {
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--start___lYISP.ButtonGroup-module__hop-ButtonGroup--vertical___Vp1nj {
683
+ .ButtonGroup-module__hop-ButtonGroup--start___75en5.ButtonGroup-module__hop-ButtonGroup--vertical___RuSLu {
684
684
  align-items: flex-start;
685
685
  }
686
- .ButtonGroup-module__hop-ButtonGroup--center___Cq9Tw.ButtonGroup-module__hop-ButtonGroup--vertical___Vp1nj {
686
+ .ButtonGroup-module__hop-ButtonGroup--center___Vat8M.ButtonGroup-module__hop-ButtonGroup--vertical___RuSLu {
687
687
  align-items: center;
688
688
  }
689
- .ButtonGroup-module__hop-ButtonGroup--end___x49qz.ButtonGroup-module__hop-ButtonGroup--vertical___Vp1nj {
689
+ .ButtonGroup-module__hop-ButtonGroup--end___VR-IS.ButtonGroup-module__hop-ButtonGroup--vertical___RuSLu {
690
690
  align-items: flex-end;
691
691
  }
692
- .ButtonGroup-module__hop-ButtonGroup--start___lYISP.ButtonGroup-module__hop-ButtonGroup--horizontal___cRn0h {
692
+ .ButtonGroup-module__hop-ButtonGroup--start___75en5.ButtonGroup-module__hop-ButtonGroup--horizontal___n-HL8 {
693
693
  justify-content: flex-start;
694
694
  }
695
- .ButtonGroup-module__hop-ButtonGroup--center___Cq9Tw.ButtonGroup-module__hop-ButtonGroup--horizontal___cRn0h {
695
+ .ButtonGroup-module__hop-ButtonGroup--center___Vat8M.ButtonGroup-module__hop-ButtonGroup--horizontal___n-HL8 {
696
696
  justify-content: center;
697
697
  }
698
- .ButtonGroup-module__hop-ButtonGroup--end___x49qz.ButtonGroup-module__hop-ButtonGroup--horizontal___cRn0h {
698
+ .ButtonGroup-module__hop-ButtonGroup--end___VR-IS.ButtonGroup-module__hop-ButtonGroup--horizontal___n-HL8 {
699
699
  justify-content: flex-end;
700
700
  }
701
- .ButtonGroup-module__hop-ButtonGroup--wrap___k82r5 {
701
+ .ButtonGroup-module__hop-ButtonGroup--wrap___r2y1d {
702
702
  flex-wrap: wrap;
703
703
  }
704
- .ButtonGroup-module__hop-ButtonGroup--fluid___ycJSJ {
704
+ .ButtonGroup-module__hop-ButtonGroup--fluid___d2s4K {
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-EmbeddedButton___JJDxk {
709
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC {
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-EmbeddedButton___JJDxk::before {
758
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC::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--md___9bzMg {
771
+ .EmbeddedButton-module__hop-EmbeddedButton--md___BZ4vo {
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--lg___VQwhE {
776
+ .EmbeddedButton-module__hop-EmbeddedButton--lg___FaVvX {
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--md___9bzMg::before {
781
+ .EmbeddedButton-module__hop-EmbeddedButton--md___BZ4vo::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--lg___VQwhE::before {
785
+ .EmbeddedButton-module__hop-EmbeddedButton--lg___FaVvX::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-EmbeddedButton___JJDxk[data-focus-visible] {
789
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC[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-EmbeddedButton___JJDxk[data-disabled] {
793
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC[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-EmbeddedButton___JJDxk[data-hovered]:not([data-disabled], [data-pressed]),
799
- .EmbeddedButton-module__hop-EmbeddedButton___JJDxk[data-focus-visible]:not([data-disabled], [data-pressed]) {
798
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC[data-hovered]:not([data-disabled], [data-pressed]),
799
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC[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-EmbeddedButton___JJDxk[data-pressed]:not([data-disabled]) {
803
+ .EmbeddedButton-module__hop-EmbeddedButton___wZDuC[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-EmbeddedButton__icon___aC6E8 {
807
+ .EmbeddedButton-module__hop-EmbeddedButton__icon___rz46Q {
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-ErrorMessage___yC5xH {
812
+ .ErrorMessage-module__hop-ErrorMessage___2GpQr {
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-ErrorMessage__icon___8C4pS {
829
+ .ErrorMessage-module__hop-ErrorMessage__icon___iJJFL {
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-HelperMessage___m-yIS {
835
+ .HelperMessage-module__hop-HelperMessage___hJs07 {
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,13 +841,13 @@
841
841
  box-sizing: border-box;
842
842
  color: var(--hop-HelperMessage-color);
843
843
  }
844
- .HelperMessage-module__hop-HelperMessage__icon___CaMfM {
844
+ .HelperMessage-module__hop-HelperMessage__icon___88932 {
845
845
  flex: 0 0 auto;
846
846
  align-self: flex-start;
847
847
  }
848
848
 
849
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___CV7-P {
850
+ .Heading-module__hop-Heading___dnYnT {
851
851
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
852
852
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
853
853
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -881,50 +881,50 @@
881
881
  --hop-Heading-inherit-size-font-weight: inherit;
882
882
  --hop-Heading-inherit-size-line-height: inherit;
883
883
  }
884
- :where(.Heading-module__hop-Heading___CV7-P) {
884
+ :where(.Heading-module__hop-Heading___dnYnT) {
885
885
  margin: 0;
886
886
  font-family: var(--font-family);
887
887
  font-size: var(--font-size);
888
888
  font-weight: var(--font-weight);
889
889
  line-height: var(--line-height);
890
890
  }
891
- :where(.Heading-module__hop-Heading--xs___lUG86) {
891
+ :where(.Heading-module__hop-Heading--xs___fYf24) {
892
892
  --font-size: var(--hop-Heading-xs-font-size);
893
893
  --font-family: var(--hop-Heading-xs-font-family);
894
894
  --font-weight: var(--hop-Heading-xs-font-weight);
895
895
  --line-height: var(--hop-Heading-xs-line-height);
896
896
  }
897
- :where(.Heading-module__hop-Heading--sm___Cj41K) {
897
+ :where(.Heading-module__hop-Heading--sm___sDnf5) {
898
898
  --font-size: var(--hop-Heading-sm-font-size);
899
899
  --font-family: var(--hop-Heading-sm-font-family);
900
900
  --font-weight: var(--hop-Heading-sm-font-weight);
901
901
  --line-height: var(--hop-Heading-sm-line-height);
902
902
  }
903
- :where(.Heading-module__hop-Heading--md___J5xM6) {
903
+ :where(.Heading-module__hop-Heading--md___SdtVw) {
904
904
  --font-size: var(--hop-Heading-md-font-size);
905
905
  --font-family: var(--hop-Heading-md-font-family);
906
906
  --font-weight: var(--hop-Heading-md-font-weight);
907
907
  --line-height: var(--hop-Heading-md-line-height);
908
908
  }
909
- :where(.Heading-module__hop-Heading--lg___danQV) {
909
+ :where(.Heading-module__hop-Heading--lg___MhSCn) {
910
910
  --font-size: var(--hop-Heading-lg-font-size);
911
911
  --font-family: var(--hop-Heading-lg-font-family);
912
912
  --font-weight: var(--hop-Heading-lg-font-weight);
913
913
  --line-height: var(--hop-Heading-lg-line-height);
914
914
  }
915
- :where(.Heading-module__hop-Heading--xl___WqtBx) {
915
+ :where(.Heading-module__hop-Heading--xl___lJRNP) {
916
916
  --font-size: var(--hop-Heading-xl-font-size);
917
917
  --font-family: var(--hop-Heading-xl-font-family);
918
918
  --font-weight: var(--hop-Heading-xl-font-weight);
919
919
  --line-height: var(--hop-Heading-xl-line-height);
920
920
  }
921
- :where(.Heading-module__hop-Heading--2xl___rdouL) {
921
+ :where(.Heading-module__hop-Heading--2xl___6VWdd) {
922
922
  --font-size: var(--hop-Heading-2xl-font-size);
923
923
  --font-family: var(--hop-Heading-2xl-font-family);
924
924
  --font-weight: var(--hop-Heading-2xl-font-weight);
925
925
  --line-height: var(--hop-Heading-2xl-line-height);
926
926
  }
927
- :where(.Heading-module__hop-Heading--3xl___mLIMt) {
927
+ :where(.Heading-module__hop-Heading--3xl___42tg8) {
928
928
  --font-size: var(--hop-Heading-3xl-font-size);
929
929
  --font-family: var(--hop-Heading-3xl-font-family);
930
930
  --font-weight: var(--hop-Heading-3xl-font-weight);
@@ -932,7 +932,7 @@
932
932
  }
933
933
 
934
934
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
935
- :where(.OverlineText-module__hop-OverlineText___Vuw2H) {
935
+ :where(.OverlineText-module__hop-OverlineText___5GRoV) {
936
936
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
937
937
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
938
938
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -956,26 +956,26 @@
956
956
  text-transform: uppercase;
957
957
  letter-spacing: var(--letter-spacing);
958
958
  }
959
- .OverlineText-module__hop-OverlineText__text___xrm5a {
959
+ .OverlineText-module__hop-OverlineText__text___VJt70 {
960
960
  box-sizing: border-box;
961
961
  }
962
- .OverlineText-module__hop-OverlineText__text___xrm5a::before,
963
- .OverlineText-module__hop-OverlineText__text___xrm5a::after {
962
+ .OverlineText-module__hop-OverlineText__text___VJt70::before,
963
+ .OverlineText-module__hop-OverlineText__text___VJt70::after {
964
964
  content: "";
965
965
  display: block;
966
966
  box-sizing: border-box;
967
967
  inline-size: 0;
968
968
  block-size: 0;
969
969
  }
970
- .OverlineText-module__hop-OverlineText__text___xrm5a::before {
970
+ .OverlineText-module__hop-OverlineText__text___VJt70::before {
971
971
  margin-block-end: var(--bottom-offset);
972
972
  }
973
- .OverlineText-module__hop-OverlineText__text___xrm5a::after {
973
+ .OverlineText-module__hop-OverlineText__text___VJt70::after {
974
974
  margin-block-start: var(--top-offset);
975
975
  }
976
976
 
977
977
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/InputGroup.module.css/#css-module-data */
978
- .InputGroup-module__hop-InputGroup___B8Wo4 {
978
+ .InputGroup-module__hop-InputGroup___2wk1X {
979
979
  --hop-InputGroup-background: var(--hop-neutral-surface);
980
980
  --hop-InputGroup-border-color: var(--hop-neutral-border);
981
981
  --hop-InputGroup-border-width: 0.0625rem;
@@ -1023,27 +1023,27 @@
1023
1023
  border: var(--border);
1024
1024
  border-radius: var(--hop-InputGroup-border-radius);
1025
1025
  }
1026
- .InputGroup-module__hop-InputGroup--fluid___PjJcH {
1026
+ .InputGroup-module__hop-InputGroup--fluid___qRxtk {
1027
1027
  --inline-size: 100% ;
1028
1028
  }
1029
- .InputGroup-module__hop-InputGroup--sm___r6MYr {
1029
+ .InputGroup-module__hop-InputGroup--sm___0JiQd {
1030
1030
  --block-size: var(--hop-InputGroup-sm-block-size);
1031
1031
  }
1032
- .InputGroup-module__hop-InputGroup___B8Wo4[data-hovered] {
1032
+ .InputGroup-module__hop-InputGroup___2wk1X[data-hovered] {
1033
1033
  --background: var(--hop-InputGroup-background-hover);
1034
1034
  --border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-hover) ;
1035
1035
  }
1036
- .InputGroup-module__hop-InputGroup___B8Wo4[data-focus-within] {
1036
+ .InputGroup-module__hop-InputGroup___2wk1X[data-focus-within] {
1037
1037
  --border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-focus) ;
1038
1038
  }
1039
- .InputGroup-module__hop-InputGroup___B8Wo4[data-invalid] {
1039
+ .InputGroup-module__hop-InputGroup___2wk1X[data-invalid] {
1040
1040
  --border: var(--hop-InputGroup-border-width) solid var(--hop-InputGroup-border-color-invalid) ;
1041
1041
  }
1042
- .InputGroup-module__hop-InputGroup___B8Wo4[data-disabled] {
1042
+ .InputGroup-module__hop-InputGroup___2wk1X[data-disabled] {
1043
1043
  --background: var(--hop-InputGroup-background-disabled);
1044
1044
  --border: 0.0625rem solid var(--hop-InputGroup-border-color-disabled) ;
1045
1045
  }
1046
- .InputGroup-module__hop-InputGroup__input___xcuNz {
1046
+ .InputGroup-module__hop-InputGroup__input___3tKAu {
1047
1047
  --input-font-family: var(--hop-InputGroup-input-md-font-family);
1048
1048
  --input-font-size: var(--hop-InputGroup-input-md-font-size);
1049
1049
  --input-font-weight: var(--hop-InputGroup-input-md-font-weight);
@@ -1065,29 +1065,29 @@
1065
1065
  border: none;
1066
1066
  outline: none;
1067
1067
  }
1068
- .InputGroup-module__hop-InputGroup--fluid___PjJcH .InputGroup-module__hop-InputGroup__input___xcuNz {
1068
+ .InputGroup-module__hop-InputGroup--fluid___qRxtk .InputGroup-module__hop-InputGroup__input___3tKAu {
1069
1069
  --input-inline-size: 100%;
1070
1070
  }
1071
- .InputGroup-module__hop-InputGroup--sm___r6MYr .InputGroup-module__hop-InputGroup__input___xcuNz {
1071
+ .InputGroup-module__hop-InputGroup--sm___0JiQd .InputGroup-module__hop-InputGroup__input___3tKAu {
1072
1072
  --input-font-family: var(--hop-InputGroup-input-sm-font-family);
1073
1073
  --input-font-size: var(--hop-InputGroup-input-sm-font-size);
1074
1074
  --input-font-weight: var(--hop-InputGroup-input-sm-font-weight);
1075
1075
  --input-line-height: var(--hop-InputGroup-input-sm-line-height);
1076
1076
  --input-block-size: var(--hop-InputGroup-input-sm-block-size);
1077
1077
  }
1078
- .InputGroup-module__hop-InputGroup__input___xcuNz::placeholder {
1078
+ .InputGroup-module__hop-InputGroup__input___3tKAu::placeholder {
1079
1079
  font-family: var(--hop-InputGroup-placeholder-font-family);
1080
1080
  font-size: var(--hop-InputGroup-placeholder-font-size);
1081
1081
  font-weight: var(--hop-InputGroup-placeholder-font-weight);
1082
1082
  line-height: var(--hop-InputGroup-placeholder-line-height);
1083
1083
  color: var(--input-placeholder-color);
1084
1084
  }
1085
- .InputGroup-module__hop-InputGroup__input___xcuNz[data-disabled]::placeholder {
1085
+ .InputGroup-module__hop-InputGroup__input___3tKAu[data-disabled]::placeholder {
1086
1086
  --input-placeholder-color: var(--hop-InputGroup-placeholder-color-disabled);
1087
1087
  }
1088
1088
 
1089
1089
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/inputs/src/SearchField.module.css/#css-module-data */
1090
- .SearchField-module__hop-SearchField___vxKu8 {
1090
+ .SearchField-module__hop-SearchField___MvW4a {
1091
1091
  --hop-SearchField-gap: var(--hop-space-stack-xs);
1092
1092
  --hop-SearchField-inline-size: 20rem;
1093
1093
  --hop-SearchField-color: var(--hop-neutral-text-weak);
@@ -1105,10 +1105,10 @@
1105
1105
  gap: var(--hop-SearchField-gap);
1106
1106
  inline-size: var(--inline-size);
1107
1107
  }
1108
- .SearchField-module__hop-SearchField--fluid___iBwfJ {
1108
+ .SearchField-module__hop-SearchField--fluid___hPw9W {
1109
1109
  --inline-size: 100%;
1110
1110
  }
1111
- .SearchField-module__hop-SearchField__Label___3TwT1 {
1111
+ .SearchField-module__hop-SearchField__Label___QBBRm {
1112
1112
  order: 0;
1113
1113
  font-family: var(--hop-SearchField-font-family);
1114
1114
  font-size: var(--hop-SearchField-font-size);
@@ -1116,27 +1116,27 @@
1116
1116
  line-height: var(--hop-SearchField-line-height);
1117
1117
  color: var(--hop-SearchField-color);
1118
1118
  }
1119
- .SearchField-module__hop-SearchField__prefix___BgL4d {
1119
+ .SearchField-module__hop-SearchField__prefix___egIlU {
1120
1120
  color: var(--hop-SearchField-color);
1121
1121
  }
1122
- .SearchField-module__hop-SearchField__InputGroup___naXDe {
1122
+ .SearchField-module__hop-SearchField__InputGroup___rG4ee {
1123
1123
  order: 1;
1124
1124
  padding-inline: var(--input-group-padding-inline-start) var(--input-group-padding-inline-end);
1125
1125
  }
1126
- .SearchField-module__hop-SearchField--clearable___hkMGX {
1126
+ .SearchField-module__hop-SearchField--clearable___d359- {
1127
1127
  --input-group-padding-inline-end: 0;
1128
1128
  }
1129
- .SearchField-module__hop-SearchField__ErrorMessage___6RK1i,
1130
- .SearchField-module__hop-SearchField__HelperMessage___2wBE6 {
1129
+ .SearchField-module__hop-SearchField__ErrorMessage___LlkCF,
1130
+ .SearchField-module__hop-SearchField__HelperMessage___X4etX {
1131
1131
  order: 3;
1132
1132
  }
1133
- .SearchField-module__hop-SearchField___vxKu8 input::-webkit-search-cancel-button,
1134
- .SearchField-module__hop-SearchField___vxKu8 input::-webkit-search-decoration {
1133
+ .SearchField-module__hop-SearchField___MvW4a input::-webkit-search-cancel-button,
1134
+ .SearchField-module__hop-SearchField___MvW4a input::-webkit-search-decoration {
1135
1135
  appearance: none;
1136
1136
  }
1137
- .SearchField-module__hop-SearchField___vxKu8[data-empty] {
1137
+ .SearchField-module__hop-SearchField___MvW4a[data-empty] {
1138
1138
  --clear-button-display: none;
1139
1139
  }
1140
- .SearchField-module__hop-SearchField__ClearButton___eSX7R {
1140
+ .SearchField-module__hop-SearchField__ClearButton___TveSq {
1141
1141
  display: var(--clear-button-display);
1142
1142
  }