@hopper-ui/components 1.2.1 → 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.
Files changed (193) hide show
  1. package/CHANGELOG.md +6 -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/Divider/src/Divider.css +2 -2
  17. package/dist/Divider/src/Divider.js +1 -1
  18. package/dist/Divider/src/index.css +2 -2
  19. package/dist/Divider/src/index.js +1 -1
  20. package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
  21. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  22. package/dist/ErrorMessage/src/index.css +11 -11
  23. package/dist/ErrorMessage/src/index.js +2 -2
  24. package/dist/Form/src/Form.css +862 -605
  25. package/dist/Form/src/Form.js +66 -64
  26. package/dist/Form/src/index.css +862 -605
  27. package/dist/Form/src/index.js +66 -64
  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 +226 -198
  41. package/dist/ListBox/src/ListBox.js +11 -12
  42. package/dist/ListBox/src/ListBoxItem.css +208 -182
  43. package/dist/ListBox/src/ListBoxItem.js +10 -10
  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 +226 -198
  47. package/dist/ListBox/src/index.js +11 -12
  48. package/dist/Select/src/Select.css +4368 -0
  49. package/dist/Select/src/Select.d.ts +93 -0
  50. package/dist/Select/src/Select.js +116 -0
  51. package/dist/Select/src/SelectContext.d.ts +16 -0
  52. package/dist/Select/src/SelectContext.js +2 -0
  53. package/dist/Select/src/SelectValue.css +443 -0
  54. package/dist/Select/src/SelectValue.d.ts +31 -0
  55. package/dist/Select/src/SelectValue.js +19 -0
  56. package/dist/Select/src/index.css +4368 -0
  57. package/dist/Select/src/index.d.ts +13 -0
  58. package/dist/Select/src/index.js +116 -0
  59. package/dist/Spinner/src/Spinner.css +19 -19
  60. package/dist/Spinner/src/Spinner.js +2 -2
  61. package/dist/Spinner/src/index.css +19 -19
  62. package/dist/Spinner/src/index.js +2 -2
  63. package/dist/buttons/src/Button.css +94 -94
  64. package/dist/buttons/src/Button.js +5 -5
  65. package/dist/buttons/src/ButtonGroup.css +11 -11
  66. package/dist/buttons/src/ButtonGroup.js +1 -1
  67. package/dist/buttons/src/ClearButton.css +70 -70
  68. package/dist/buttons/src/ClearButton.js +3 -3
  69. package/dist/buttons/src/EmbeddedButton.css +70 -70
  70. package/dist/buttons/src/EmbeddedButton.js +1 -1
  71. package/dist/buttons/src/index.css +175 -175
  72. package/dist/buttons/src/index.js +10 -10
  73. package/dist/checkbox/src/Checkbox.css +31 -31
  74. package/dist/checkbox/src/Checkbox.js +2 -2
  75. package/dist/checkbox/src/CheckboxField.css +15 -15
  76. package/dist/checkbox/src/CheckboxField.js +1 -1
  77. package/dist/checkbox/src/CheckboxGroup.css +60 -60
  78. package/dist/checkbox/src/CheckboxGroup.js +3 -3
  79. package/dist/checkbox/src/index.css +60 -60
  80. package/dist/checkbox/src/index.js +6 -6
  81. package/dist/{chunk-AGRQ7UGN.js → chunk-3573Q6QG.js} +2 -2
  82. package/dist/{chunk-C7XRB2J6.js → chunk-3ZRCYKIV.js} +2 -2
  83. package/dist/{chunk-J7BXE7WN.js → chunk-4RMADICI.js} +4 -4
  84. package/dist/{chunk-4H7PKEMJ.js → chunk-6C5RI4RT.js} +9 -11
  85. package/dist/{chunk-TM4R5NO7.js → chunk-6H5DRQZH.js} +2 -2
  86. package/dist/{chunk-4APVXEPA.js → chunk-7L5MCX2A.js} +2 -2
  87. package/dist/{chunk-SPFANCCV.js → chunk-AZJME7JV.js} +3 -3
  88. package/dist/{chunk-F47GZGT7.js → chunk-BODCT27J.js} +1 -1
  89. package/dist/{chunk-CXWMHWSS.js → chunk-BQITTESM.js} +1 -1
  90. package/dist/{chunk-BN32T6QQ.js → chunk-BRU54ERL.js} +2 -2
  91. package/dist/{chunk-WYBQCRQB.js → chunk-BTHPJL3A.js} +2 -2
  92. package/dist/{chunk-MX5BW5VE.js → chunk-C72PRNOP.js} +1 -1
  93. package/dist/{chunk-55AWCUQF.js → chunk-CAHZCRTK.js} +1 -1
  94. package/dist/{chunk-RLDQEH6F.js → chunk-CU36N5JQ.js} +4 -4
  95. package/dist/{chunk-VQC5F6I7.js → chunk-CWX45XWS.js} +3 -3
  96. package/dist/{chunk-K7DU4YR4.js → chunk-D5PBETXF.js} +1 -1
  97. package/dist/{chunk-DZKJZSTQ.js → chunk-D7DIUGRI.js} +1 -1
  98. package/dist/{chunk-YWIDJ55Q.js → chunk-DFVORYEU.js} +2 -2
  99. package/dist/{chunk-IUFABTFZ.js → chunk-DLZGJBL7.js} +1 -1
  100. package/dist/{chunk-6WKRP4MN.js → chunk-DXEWBV4C.js} +2 -2
  101. package/dist/chunk-EHXOXTDN.js +29 -0
  102. package/dist/{chunk-J6YYPRGY.js → chunk-FOXOPL2E.js} +5 -5
  103. package/dist/{chunk-XI3BX2TP.js → chunk-GRJ3VKHY.js} +5 -5
  104. package/dist/{chunk-XUCH26RT.js → chunk-HIDHDS2L.js} +2 -2
  105. package/dist/{chunk-CSE22YXO.js → chunk-JIRLWUDP.js} +3 -3
  106. package/dist/{chunk-THUFFPGX.js → chunk-JQMXGSAE.js} +1 -1
  107. package/dist/{chunk-QGC3OX7W.js → chunk-LFN43ROH.js} +2 -2
  108. package/dist/{chunk-ZEXXNE5U.js → chunk-LYPR2YMY.js} +5 -5
  109. package/dist/{chunk-RYZNMKWB.js → chunk-O2ZMTKCT.js} +1 -1
  110. package/dist/{chunk-T7QJEHL7.js → chunk-OLS7K6PO.js} +2 -2
  111. package/dist/{chunk-LXCCS4SA.js → chunk-QQI3KNHZ.js} +6 -7
  112. package/dist/{chunk-PUNJWQAN.js → chunk-SCXYAGZI.js} +271 -46
  113. package/dist/{chunk-462UBJV3.js → chunk-SKEMSZ63.js} +2 -2
  114. package/dist/{chunk-F4KQUFXI.js → chunk-SSDFINDD.js} +2 -2
  115. package/dist/chunk-T24MBA34.js +7 -0
  116. package/dist/{chunk-YXD3IR3T.js → chunk-T37HTUEU.js} +1 -1
  117. package/dist/{chunk-WQSVNGFJ.js → chunk-T3CLGQI6.js} +1 -1
  118. package/dist/{chunk-2DPE3H3G.js → chunk-T742LIIS.js} +1 -1
  119. package/dist/{chunk-F4H76S4H.js → chunk-TFVDF4YH.js} +4 -2
  120. package/dist/{chunk-MFFXNI66.js → chunk-TOWSC7FO.js} +4 -4
  121. package/dist/{chunk-ZPPQJKHC.js → chunk-TTY5HDLL.js} +2 -2
  122. package/dist/chunk-YB7IYQW4.js +118 -0
  123. package/dist/{chunk-TFELIWJO.js → chunk-ZHOQYYHY.js} +1 -1
  124. package/dist/i18n/src/index.js +1 -1
  125. package/dist/i18n/src/useLocalizedString.js +1 -1
  126. package/dist/index.css +862 -605
  127. package/dist/index.d.ts +6 -2
  128. package/dist/index.js +66 -64
  129. package/dist/inputs/src/InputGroup.css +14 -16
  130. package/dist/inputs/src/InputGroup.js +1 -1
  131. package/dist/inputs/src/NumberField.css +64 -65
  132. package/dist/inputs/src/NumberField.js +8 -8
  133. package/dist/inputs/src/PasswordField.css +218 -219
  134. package/dist/inputs/src/PasswordField.js +10 -10
  135. package/dist/inputs/src/SearchField.css +224 -225
  136. package/dist/inputs/src/SearchField.js +12 -12
  137. package/dist/inputs/src/TextArea.css +58 -59
  138. package/dist/inputs/src/TextArea.js +9 -9
  139. package/dist/inputs/src/TextField.css +219 -220
  140. package/dist/inputs/src/TextField.js +11 -11
  141. package/dist/inputs/src/index.css +271 -268
  142. package/dist/inputs/src/index.js +18 -18
  143. package/dist/overlays/Popover/src/Popover.css +862 -605
  144. package/dist/overlays/Popover/src/Popover.d.ts +26 -3
  145. package/dist/overlays/Popover/src/Popover.js +66 -64
  146. package/dist/overlays/Popover/src/PopoverContext.d.ts +3 -0
  147. package/dist/overlays/Popover/src/index.css +862 -605
  148. package/dist/overlays/Popover/src/index.d.ts +4 -1
  149. package/dist/overlays/Popover/src/index.js +66 -64
  150. package/dist/radio/src/Radio.css +31 -31
  151. package/dist/radio/src/Radio.js +2 -2
  152. package/dist/radio/src/RadioField.css +15 -15
  153. package/dist/radio/src/RadioField.js +2 -2
  154. package/dist/radio/src/RadioGroup.css +60 -60
  155. package/dist/radio/src/RadioGroup.js +2 -2
  156. package/dist/radio/src/index.css +60 -60
  157. package/dist/radio/src/index.js +6 -6
  158. package/dist/switch/src/Switch.css +25 -25
  159. package/dist/switch/src/Switch.js +2 -2
  160. package/dist/switch/src/SwitchField.css +15 -15
  161. package/dist/switch/src/SwitchField.js +2 -2
  162. package/dist/switch/src/index.css +31 -31
  163. package/dist/switch/src/index.js +4 -4
  164. package/dist/tag/src/Tag.css +301 -301
  165. package/dist/tag/src/Tag.js +6 -6
  166. package/dist/tag/src/TagGroup.css +22 -22
  167. package/dist/tag/src/TagGroup.js +2 -2
  168. package/dist/tag/src/index.css +314 -314
  169. package/dist/tag/src/index.js +9 -9
  170. package/dist/typography/Heading/src/Heading.css +9 -9
  171. package/dist/typography/Heading/src/Heading.js +1 -1
  172. package/dist/typography/Heading/src/index.css +9 -9
  173. package/dist/typography/Heading/src/index.js +1 -1
  174. package/dist/typography/Label/src/Label.css +3 -3
  175. package/dist/typography/Label/src/Label.js +2 -2
  176. package/dist/typography/Label/src/index.css +3 -3
  177. package/dist/typography/Label/src/index.js +2 -2
  178. package/dist/typography/OverlineText/src/OverlineText.css +6 -6
  179. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  180. package/dist/typography/OverlineText/src/index.css +6 -6
  181. package/dist/typography/OverlineText/src/index.js +1 -1
  182. package/dist/typography/Text/src/Text.css +9 -9
  183. package/dist/typography/Text/src/Text.js +1 -1
  184. package/dist/typography/Text/src/index.css +9 -9
  185. package/dist/typography/Text/src/index.js +1 -1
  186. package/dist/utils/src/index.d.ts +1 -0
  187. package/dist/utils/src/index.js +3 -2
  188. package/dist/utils/src/useIsOverflow.d.ts +5 -0
  189. package/dist/utils/src/useIsOverflow.js +2 -0
  190. package/package.json +6 -6
  191. package/dist/ListBox/src/useLoadOnScroll.d.ts +0 -16
  192. package/dist/ListBox/src/useLoadOnScroll.js +0 -2
  193. package/dist/chunk-JTNMFPM4.js +0 -41
@@ -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-Text___Ww7PP {
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-Text___Ww7PP) {
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--xs___YsuwL) {
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--sm___9lTR-) {
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--md___to5eX) {
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--lg___Y-6Mo) {
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--xl___Qo9et) {
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--2xl___dViKj) {
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--inherit___uMHTH) {
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-ErrorMessage___mPK9U {
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-ErrorMessage__icon___blB3q {
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-HelperMessage___g-wQa {
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-HelperMessage__icon___3-slU {
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-Heading___uAJ5h {
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-Heading___uAJ5h) {
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--xs___GM0hn) {
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--sm___jvfjH) {
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--md___8sUov) {
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--lg___AaXUx) {
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--xl___V5Rgs) {
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--2xl___21pHk) {
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--3xl___Z-RFz) {
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-OverlineText___N5J5g) {
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-OverlineText__text___EUFfb {
229
+ .OverlineText-module__hop-OverlineText__text___Cb3CN {
230
230
  box-sizing: border-box;
231
231
  }
232
- .OverlineText-module__hop-OverlineText__text___EUFfb::before,
233
- .OverlineText-module__hop-OverlineText__text___EUFfb::after {
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-OverlineText__text___EUFfb::before {
240
+ .OverlineText-module__hop-OverlineText__text___Cb3CN::before {
241
241
  margin-block-end: var(--bottom-offset);
242
242
  }
243
- .OverlineText-module__hop-OverlineText__text___EUFfb::after {
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-Label___43PE1 {
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-Label___43PE1) {
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-Label__indicator___PXvS0) {
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-InputGroup___JGJFG {
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--fluid___6JfQH {
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--sm___JoxWu {
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-InputGroup___JGJFG[data-input-type=textarea] {
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-InputGroup___JGJFG[data-input-type=number] {
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-InputGroup___JGJFG[data-hovered] {
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-InputGroup___JGJFG[data-focus-within] {
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-InputGroup___JGJFG[data-invalid] {
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-InputGroup___JGJFG[data-disabled] {
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-InputGroup__input___2VtDU,
390
- .InputGroup-module__hop-InputGroup__textarea___eOkGw {
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-InputGroup__input___2VtDU {
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-InputGroup__textarea___eOkGw {
406
+ .InputGroup-module__hop-InputGroup__textarea___9H21Z {
409
407
  padding: var(--hop-InputGroup-textarea-padding);
410
408
  }
411
- .InputGroup-module__hop-InputGroup__input___2VtDU::placeholder {
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/NumberField.module.css/#css-module-data */
420
- .NumberField-module__hop-NumberField___UgGQL {
418
+ .NumberField-module__hop-NumberField___uNRUm {
421
419
  --hop-NumberField-gap: var(--hop-space-stack-xs);
422
420
  --hop-NumberField-inline-size: 20rem;
423
421
  --hop-NumberField-inline-size-fluid: 100%;
@@ -465,30 +463,30 @@
465
463
  gap: var(--hop-NumberField-gap);
466
464
  inline-size: var(--inline-size);
467
465
  }
468
- .NumberField-module__hop-NumberField--fluid___JQJsO {
466
+ .NumberField-module__hop-NumberField--fluid___XRWc0 {
469
467
  --inline-size: var(--hop-NumberField-inline-size-fluid);
470
468
  }
471
- .NumberField-module__hop-NumberField--mobile___-rjzF {
469
+ .NumberField-module__hop-NumberField--mobile___hYLCb {
472
470
  --input-group-template: var(--hop-NumberField-input-group-template-mobile);
473
471
  --stepper-height: var(--hop-NumberField-stepper-height-mobile);
474
472
  }
475
- .NumberField-module__hop-NumberField__Label___AIkme {
473
+ .NumberField-module__hop-NumberField__Label___xannL {
476
474
  order: 0;
477
475
  }
478
- .NumberField-module__hop-NumberField__prefix___k9Amr {
476
+ .NumberField-module__hop-NumberField__prefix___UQSza {
479
477
  grid-area: prefix;
480
478
  margin-inline-end: var(--hop-NumberField-prefix-margin-inline-end);
481
479
  color: var(--hop-NumberField-prefix-color);
482
480
  }
483
- .NumberField-module__hop-NumberField__InputGroup___AmBST {
481
+ .NumberField-module__hop-NumberField__InputGroup___QEVBp {
484
482
  grid-template: var(--input-group-template);
485
483
  order: 1;
486
484
  }
487
- .NumberField-module__hop-NumberField__ErrorMessage___1ZR-C,
488
- .NumberField-module__hop-NumberField__HelperMessage___aL7XZ {
485
+ .NumberField-module__hop-NumberField__ErrorMessage___NAuFd,
486
+ .NumberField-module__hop-NumberField__HelperMessage___Al9-3 {
489
487
  order: 3;
490
488
  }
491
- .NumberField-module__hop-NumberField__stepper-button___O8-2A {
489
+ .NumberField-module__hop-NumberField__stepper-button___QbXaE {
492
490
  cursor: pointer;
493
491
  display: flex;
494
492
  grid-area: var(--grid-area, unset);
@@ -497,6 +495,7 @@
497
495
  justify-content: center;
498
496
  box-sizing: border-box;
499
497
  inline-size: var(--hop-NumberField-stepper-width);
498
+ max-inline-size: 100%;
500
499
  block-size: var(--stepper-height);
501
500
  margin-inline: var(--stepper-margin-inline);
502
501
  padding: 0;
@@ -508,49 +507,49 @@
508
507
  border-radius: var(--stepper-border-radius, 0);
509
508
  outline: none;
510
509
  }
511
- .NumberField-module__hop-NumberField__stepper-button--increment___yxvZH {
510
+ .NumberField-module__hop-NumberField__stepper-button--increment___XBV9d {
512
511
  --stepper-border-radius: var(--hop-NumberField-stepper-border-radius-increment);
513
512
  --stepper-border-width: var(--hop-NumberField-stepper-border-width) var(--hop-NumberField-stepper-border-width) 0 var(--hop-NumberField-stepper-border-width);
514
513
  --stepper-align-self: var(--hop-NumberField-stepper-align-self-increment);
515
514
  --stepper-margin-inline: var(--hop-NumberField-stepper-margin-inline-increment);
516
515
  --grid-area: stepup;
517
516
  }
518
- .NumberField-module__hop-NumberField__stepper-button--decrement___z-fu- {
517
+ .NumberField-module__hop-NumberField__stepper-button--decrement___ArgW8 {
519
518
  --stepper-border-radius: var(--hop-NumberField-stepper-border-radius-decrement);
520
519
  --stepper-border-width: 0 var(--hop-NumberField-stepper-border-width) var(--hop-NumberField-stepper-border-width) var(--hop-NumberField-stepper-border-width);
521
520
  --stepper-align-self: var(--hop-NumberField-stepper-align-self-decrement);
522
521
  --stepper-margin-inline: var(--hop-NumberField-stepper-margin-inline-decrement);
523
522
  --grid-area: stepdown;
524
523
  }
525
- .NumberField-module__hop-NumberField__stepper-button--mobile___2Fw9-.NumberField-module__hop-NumberField__stepper-button--increment___yxvZH {
524
+ .NumberField-module__hop-NumberField__stepper-button--mobile___USm3a.NumberField-module__hop-NumberField__stepper-button--increment___XBV9d {
526
525
  --stepper-border-width: 0 0 0 var(--hop-NumberField-stepper-border-width);
527
526
  --stepper-align-self: var(--hop-NumberField-stepper-align-self-increment-mobile);
528
527
  --stepper-margin-inline: var(--hop-NumberField-stepper-margin-inline-increment-mobile);
529
528
  --stepper-border-radius: var(--hop-NumberField-stepper-border-radius-mobile-increment);
530
529
  }
531
- .NumberField-module__hop-NumberField__stepper-button--mobile___2Fw9-.NumberField-module__hop-NumberField__stepper-button--decrement___z-fu- {
530
+ .NumberField-module__hop-NumberField__stepper-button--mobile___USm3a.NumberField-module__hop-NumberField__stepper-button--decrement___ArgW8 {
532
531
  --stepper-border-width: 0 var(--hop-NumberField-stepper-border-width) 0 0;
533
532
  --stepper-align-self: var(--hop-NumberField-stepper-align-self-decrement-mobile);
534
533
  --stepper-margin-inline: var(--hop-NumberField-stepper-margin-inline-decrement-mobile);
535
534
  --stepper-border-radius: var(--hop-NumberField-stepper-border-radius-mobile-decrement);
536
535
  }
537
- .NumberField-module__hop-NumberField__stepper-button___O8-2A[data-hovered] {
536
+ .NumberField-module__hop-NumberField__stepper-button___QbXaE[data-hovered] {
538
537
  color: var(--hop-NumberField-stepper-color-hovered);
539
538
  background-color: var(--hop-NumberField-stepper-background-color-hovered);
540
539
  }
541
- .NumberField-module__hop-NumberField__stepper-button___O8-2A[data-pressed] {
540
+ .NumberField-module__hop-NumberField__stepper-button___QbXaE[data-pressed] {
542
541
  color: var(--hop-NumberField-stepper-color-pressed);
543
542
  background-color: var(--hop-NumberField-stepper-background-color-pressed);
544
543
  }
545
- .NumberField-module__hop-NumberField__stepper-button___O8-2A[data-disabled] {
544
+ .NumberField-module__hop-NumberField__stepper-button___QbXaE[data-disabled] {
546
545
  cursor: not-allowed;
547
546
  color: var(--hop-NumberField-stepper-color-disabled);
548
547
  background-color: var(--hop-NumberField-stepper-background-color-disabled);
549
548
  }
550
- .NumberField-module__hop-NumberField__stepper-button__icon___QtyaS {
549
+ .NumberField-module__hop-NumberField__stepper-button__icon___0-N8E {
551
550
  display: block;
552
551
  max-block-size: 100%;
553
552
  }
554
- .NumberField-module__hop-NumberField__input___XsNK4 {
553
+ .NumberField-module__hop-NumberField__input___JVKok {
555
554
  grid-area: input;
556
555
  }
@@ -1,21 +1,21 @@
1
- export { GlobalNumberFieldCssSelector, _NumberField as NumberField } from '../../chunk-J7BXE7WN.js';
1
+ export { GlobalNumberFieldCssSelector, _NumberField as NumberField } from '../../chunk-4RMADICI.js';
2
2
  import '../../chunk-MTDFS4CZ.js';
3
3
  import '../../chunk-ZQ3AWYRR.js';
4
+ import '../../chunk-ZHOQYYHY.js';
5
+ import '../../chunk-6BFSSZCY.js';
4
6
  import '../../chunk-LJXTJRSB.js';
5
- import '../../chunk-F47GZGT7.js';
7
+ import '../../chunk-HIDHDS2L.js';
8
+ import '../../chunk-BODCT27J.js';
6
9
  import '../../chunk-TXZ6BMFR.js';
7
- import '../../chunk-XUCH26RT.js';
8
- import '../../chunk-TFELIWJO.js';
9
- import '../../chunk-6BFSSZCY.js';
10
10
  import '../../chunk-QCA3ZR56.js';
11
- import '../../chunk-F4H76S4H.js';
11
+ import '../../chunk-TFVDF4YH.js';
12
12
  import '../../chunk-ZWU6DRRZ.js';
13
13
  import '../../chunk-65JPI4FL.js';
14
14
  import '../../chunk-HZKFQ33E.js';
15
- import '../../chunk-MX5BW5VE.js';
15
+ import '../../chunk-C72PRNOP.js';
16
16
  import '../../chunk-WPNVVGFW.js';
17
17
  import '../../chunk-FAE27DLF.js';
18
- import '../../chunk-K7DU4YR4.js';
18
+ import '../../chunk-D5PBETXF.js';
19
19
  import '../../chunk-X6SER3TZ.js';
20
20
  import '../../chunk-HXI3MEEK.js';
21
21
  import '../../chunk-M36KANKC.js';