@hopper-ui/components 1.3.23 → 1.3.25

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 (233) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +37 -37
  3. package/dist/Avatar/src/AnonymousAvatar.js +3 -3
  4. package/dist/Avatar/src/Avatar.css +55 -55
  5. package/dist/Avatar/src/Avatar.js +4 -4
  6. package/dist/Avatar/src/DeletedAvatar.css +37 -37
  7. package/dist/Avatar/src/DeletedAvatar.js +3 -3
  8. package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
  9. package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
  10. package/dist/Avatar/src/index.css +55 -55
  11. package/dist/Avatar/src/index.js +6 -6
  12. package/dist/Badge/src/Badge.css +42 -42
  13. package/dist/Badge/src/Badge.js +2 -2
  14. package/dist/Badge/src/FloatingBadge.css +37 -37
  15. package/dist/Badge/src/FloatingBadge.js +2 -2
  16. package/dist/Badge/src/index.css +52 -52
  17. package/dist/Badge/src/index.js +5 -5
  18. package/dist/ComboBox/src/ComboBox.css +900 -900
  19. package/dist/ComboBox/src/ComboBox.js +8 -8
  20. package/dist/ComboBox/src/ComboBoxOptions.css +900 -900
  21. package/dist/ComboBox/src/ComboBoxOptions.js +67 -71
  22. package/dist/ComboBox/src/index.css +900 -900
  23. package/dist/ComboBox/src/index.js +67 -71
  24. package/dist/Divider/src/Divider.css +29 -29
  25. package/dist/Divider/src/Divider.js +1 -1
  26. package/dist/Divider/src/index.css +29 -29
  27. package/dist/Divider/src/index.js +1 -1
  28. package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
  29. package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
  30. package/dist/ErrorMessage/src/index.css +29 -29
  31. package/dist/ErrorMessage/src/index.js +3 -3
  32. package/dist/Form/src/Form.css +900 -900
  33. package/dist/Form/src/Form.js +67 -71
  34. package/dist/Form/src/index.css +900 -900
  35. package/dist/Form/src/index.js +67 -71
  36. package/dist/HelperMessage/src/HelperMessage.css +29 -29
  37. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  38. package/dist/HelperMessage/src/index.css +29 -29
  39. package/dist/HelperMessage/src/index.js +2 -2
  40. package/dist/IconList/src/IconList.css +28 -28
  41. package/dist/IconList/src/IconList.js +1 -1
  42. package/dist/IconList/src/index.css +28 -28
  43. package/dist/IconList/src/index.js +1 -1
  44. package/dist/Link/src/Link.css +49 -49
  45. package/dist/Link/src/Link.js +7 -7
  46. package/dist/Link/src/index.css +49 -49
  47. package/dist/Link/src/index.js +7 -7
  48. package/dist/ListBox/src/ListBox.css +406 -406
  49. package/dist/ListBox/src/ListBox.js +12 -12
  50. package/dist/ListBox/src/ListBoxItem.css +394 -394
  51. package/dist/ListBox/src/ListBoxItem.d.ts +1 -1
  52. package/dist/ListBox/src/ListBoxItem.js +11 -11
  53. package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
  54. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  55. package/dist/ListBox/src/index.css +406 -406
  56. package/dist/ListBox/src/index.js +12 -12
  57. package/dist/Select/src/Select.css +428 -428
  58. package/dist/Select/src/Select.js +8 -8
  59. package/dist/Select/src/SelectOptions.css +900 -900
  60. package/dist/Select/src/SelectOptions.js +67 -71
  61. package/dist/Select/src/SelectValue.css +61 -61
  62. package/dist/Select/src/SelectValue.js +6 -6
  63. package/dist/Select/src/index.css +900 -900
  64. package/dist/Select/src/index.js +67 -71
  65. package/dist/Spinner/src/Spinner.css +37 -37
  66. package/dist/Spinner/src/Spinner.js +3 -3
  67. package/dist/Spinner/src/index.css +37 -37
  68. package/dist/Spinner/src/index.js +3 -3
  69. package/dist/buttons/src/Button.css +93 -93
  70. package/dist/buttons/src/Button.js +8 -8
  71. package/dist/buttons/src/ButtonGroup.css +38 -38
  72. package/dist/buttons/src/ButtonGroup.js +1 -1
  73. package/dist/buttons/src/ClearButton.css +98 -98
  74. package/dist/buttons/src/ClearButton.js +3 -3
  75. package/dist/buttons/src/EmbeddedButton.css +98 -98
  76. package/dist/buttons/src/EmbeddedButton.js +2 -2
  77. package/dist/buttons/src/LinkButton.css +102 -102
  78. package/dist/buttons/src/LinkButton.js +8 -8
  79. package/dist/buttons/src/index.css +249 -249
  80. package/dist/buttons/src/index.js +14 -14
  81. package/dist/checkbox/src/Checkbox.css +46 -46
  82. package/dist/checkbox/src/Checkbox.js +7 -7
  83. package/dist/checkbox/src/CheckboxField.css +33 -33
  84. package/dist/checkbox/src/CheckboxField.d.ts +5 -0
  85. package/dist/checkbox/src/CheckboxField.js +4 -2
  86. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  87. package/dist/checkbox/src/CheckboxGroup.d.ts +7 -11
  88. package/dist/checkbox/src/CheckboxGroup.js +10 -3
  89. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  90. package/dist/checkbox/src/DecorativeCheckbox.d.ts +1 -1
  91. package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
  92. package/dist/checkbox/src/index.css +98 -98
  93. package/dist/checkbox/src/index.d.ts +1 -3
  94. package/dist/checkbox/src/index.js +12 -12
  95. package/dist/{chunk-4PL7X7KE.js → chunk-2ETSJJL5.js} +2 -2
  96. package/dist/{chunk-LDNIFXIK.js → chunk-2KG3OHKZ.js} +3 -3
  97. package/dist/{chunk-MMTH7I32.js → chunk-3JTKO6GT.js} +1 -1
  98. package/dist/{chunk-S3HUD5FR.js → chunk-4TP6C4G2.js} +6 -6
  99. package/dist/{chunk-SH7Y7ZAK.js → chunk-53JGRJCV.js} +2 -2
  100. package/dist/{chunk-OJWMKFCM.js → chunk-5HPWSPMG.js} +1 -1
  101. package/dist/{chunk-VGEDX2KH.js → chunk-62HFZTN3.js} +1 -1
  102. package/dist/{chunk-Q5ITMJW2.js → chunk-6FGO2GDP.js} +4 -4
  103. package/dist/{chunk-XFPH3PDB.js → chunk-7F5TKAIG.js} +4 -4
  104. package/dist/{chunk-ME25LLJQ.js → chunk-A2EH4QHT.js} +2 -2
  105. package/dist/{chunk-T3RZI4I7.js → chunk-AAMEZDS5.js} +1 -1
  106. package/dist/{chunk-ZAOJLOO4.js → chunk-AGPDWIJB.js} +1 -1
  107. package/dist/{chunk-VD3VD7FT.js → chunk-BTHGQBNC.js} +4 -4
  108. package/dist/{chunk-W5COIO2O.js → chunk-CB2SODXY.js} +2 -2
  109. package/dist/{chunk-C4MZAXMT.js → chunk-CCZOA5KO.js} +2 -2
  110. package/dist/{chunk-JM577F4Y.js → chunk-FR7CLIF6.js} +1 -1
  111. package/dist/{chunk-GS3BOLCC.js → chunk-G5AT4DUS.js} +25 -15
  112. package/dist/{chunk-5RWK5FRS.js → chunk-HL6KUV6M.js} +4 -4
  113. package/dist/{chunk-22R324WS.js → chunk-IH3RR5MG.js} +4 -4
  114. package/dist/{chunk-HC5CLOX3.js → chunk-KAYNG6FW.js} +1 -1
  115. package/dist/{chunk-GL7Z5DMW.js → chunk-KJIGRQNG.js} +7 -7
  116. package/dist/{chunk-E5X75YOL.js → chunk-L37Y7HGN.js} +2 -2
  117. package/dist/{chunk-GUB5P3EE.js → chunk-L7RJGOCA.js} +2 -2
  118. package/dist/{chunk-V7VLONEF.js → chunk-LVMXSXUU.js} +7 -7
  119. package/dist/{chunk-JZQ5ECZR.js → chunk-M6YJFDSQ.js} +4 -4
  120. package/dist/{chunk-YSPOLHL3.js → chunk-MMOO3PA2.js} +22 -13
  121. package/dist/chunk-N3ZSOPEG.js +133 -0
  122. package/dist/{chunk-QNC5YD7L.js → chunk-NGK3TCDT.js} +3 -3
  123. package/dist/{chunk-Q4IWTQWW.js → chunk-NSMUWG64.js} +1 -1
  124. package/dist/{chunk-274FJB5O.js → chunk-P5EJKG65.js} +2 -2
  125. package/dist/{chunk-ZSCI4FHZ.js → chunk-P6DGNPLB.js} +1 -1
  126. package/dist/{chunk-HJZRGFXZ.js → chunk-PAYW2NOQ.js} +3 -3
  127. package/dist/{chunk-J2ZYJILQ.js → chunk-PM3R4HC6.js} +5 -5
  128. package/dist/{chunk-HCU4ACIU.js → chunk-QCEUL6I6.js} +2 -2
  129. package/dist/{chunk-2ASLFWR3.js → chunk-QH5LWKA7.js} +1 -1
  130. package/dist/{chunk-LJ5XIABY.js → chunk-QIFW365G.js} +3 -3
  131. package/dist/{chunk-4ICFPMB2.js → chunk-RFDRCPQ7.js} +4 -4
  132. package/dist/{chunk-7TOEC4BY.js → chunk-SLF2NM3M.js} +3 -3
  133. package/dist/{chunk-6IOI5J2G.js → chunk-TLQ7IGJK.js} +3 -3
  134. package/dist/{chunk-EKO72ADZ.js → chunk-VG4DSVZN.js} +3 -3
  135. package/dist/{chunk-W6PNTZPC.js → chunk-VNW2HMOF.js} +2 -2
  136. package/dist/{chunk-N5DC4UFP.js → chunk-WABC2ZXX.js} +3 -3
  137. package/dist/{chunk-QN4JO3ZF.js → chunk-WQT2547E.js} +1 -1
  138. package/dist/{chunk-2E3YA5WL.js → chunk-WYWHOSC6.js} +3 -3
  139. package/dist/{chunk-H3MVVKNK.js → chunk-X7WNB6WS.js} +1 -1
  140. package/dist/{chunk-CFRCUHQZ.js → chunk-XSKVQY7T.js} +11 -11
  141. package/dist/{chunk-FJJGUPQ2.js → chunk-XVOHLDT7.js} +3 -3
  142. package/dist/chunk-YSI55QTD.js +133 -0
  143. package/dist/index.css +900 -900
  144. package/dist/index.d.ts +4 -8
  145. package/dist/index.js +67 -71
  146. package/dist/inputs/src/InputGroup.css +264 -264
  147. package/dist/inputs/src/InputGroup.js +2 -2
  148. package/dist/inputs/src/NumberField.css +286 -286
  149. package/dist/inputs/src/NumberField.js +8 -8
  150. package/dist/inputs/src/PasswordField.css +274 -274
  151. package/dist/inputs/src/PasswordField.js +9 -9
  152. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  153. package/dist/inputs/src/RemainingCharacterCount.js +6 -6
  154. package/dist/inputs/src/SearchField.css +280 -280
  155. package/dist/inputs/src/SearchField.js +9 -9
  156. package/dist/inputs/src/TextArea.css +281 -281
  157. package/dist/inputs/src/TextArea.js +9 -9
  158. package/dist/inputs/src/TextField.css +278 -278
  159. package/dist/inputs/src/TextField.js +12 -12
  160. package/dist/inputs/src/index.css +324 -324
  161. package/dist/inputs/src/index.js +18 -18
  162. package/dist/overlays/Popover/src/Popover.css +900 -900
  163. package/dist/overlays/Popover/src/Popover.js +67 -71
  164. package/dist/overlays/Popover/src/index.css +900 -900
  165. package/dist/overlays/Popover/src/index.js +67 -71
  166. package/dist/radio/src/DecorativeRadio.css +54 -54
  167. package/dist/radio/src/DecorativeRadio.d.ts +1 -1
  168. package/dist/radio/src/DecorativeRadio.js +7 -7
  169. package/dist/radio/src/Radio.css +46 -46
  170. package/dist/radio/src/Radio.js +7 -7
  171. package/dist/radio/src/RadioField.css +33 -33
  172. package/dist/radio/src/RadioField.d.ts +5 -0
  173. package/dist/radio/src/RadioField.js +3 -2
  174. package/dist/radio/src/RadioGroup.css +129 -129
  175. package/dist/radio/src/RadioGroup.d.ts +7 -11
  176. package/dist/radio/src/RadioGroup.js +11 -4
  177. package/dist/radio/src/index.css +264 -264
  178. package/dist/radio/src/index.d.ts +4 -6
  179. package/dist/radio/src/index.js +13 -13
  180. package/dist/switch/src/Switch.css +43 -43
  181. package/dist/switch/src/Switch.js +7 -7
  182. package/dist/switch/src/SwitchField.css +33 -33
  183. package/dist/switch/src/SwitchField.js +3 -3
  184. package/dist/switch/src/index.css +49 -49
  185. package/dist/switch/src/index.js +9 -9
  186. package/dist/tag/src/Tag.css +390 -390
  187. package/dist/tag/src/Tag.js +11 -11
  188. package/dist/tag/src/TagGroup.css +37 -37
  189. package/dist/tag/src/TagGroup.js +2 -2
  190. package/dist/tag/src/TagList.css +27 -27
  191. package/dist/tag/src/index.css +400 -400
  192. package/dist/tag/src/index.js +13 -13
  193. package/dist/typography/Heading/src/Heading.css +27 -27
  194. package/dist/typography/Heading/src/Heading.js +1 -1
  195. package/dist/typography/Heading/src/index.css +27 -27
  196. package/dist/typography/Heading/src/index.js +1 -1
  197. package/dist/typography/Label/src/Label.css +27 -27
  198. package/dist/typography/Label/src/Label.js +1 -1
  199. package/dist/typography/Label/src/index.css +27 -27
  200. package/dist/typography/Label/src/index.js +1 -1
  201. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  202. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  203. package/dist/typography/OverlineText/src/index.css +27 -27
  204. package/dist/typography/OverlineText/src/index.js +1 -1
  205. package/dist/typography/Text/src/Text.css +27 -27
  206. package/dist/typography/Text/src/Text.js +1 -1
  207. package/dist/typography/Text/src/index.css +27 -27
  208. package/dist/typography/Text/src/index.js +1 -1
  209. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  210. package/dist/utils/src/EnsureTextWrapper.js +5 -5
  211. package/dist/utils/src/index.css +27 -27
  212. package/dist/utils/src/index.d.ts +1 -1
  213. package/dist/utils/src/index.js +6 -6
  214. package/dist/utils/src/types.d.ts +25 -1
  215. package/dist/utils/src/useRenderProps.d.ts +2 -1
  216. package/package.json +19 -18
  217. package/dist/Avatar/src/AnonymousAvatar.temp.css +0 -296
  218. package/dist/Avatar/src/AnonymousAvatar.temp.d.ts +0 -31
  219. package/dist/Avatar/src/AnonymousAvatar.temp.js +0 -60
  220. package/dist/checkbox/src/CheckboxList.d.ts +0 -17
  221. package/dist/checkbox/src/CheckboxList.js +0 -3
  222. package/dist/checkbox/src/CheckboxListContext.d.ts +0 -10
  223. package/dist/checkbox/src/CheckboxListContext.js +0 -2
  224. package/dist/chunk-3HAFXWC7.js +0 -105
  225. package/dist/chunk-3LRBUQC2.js +0 -43
  226. package/dist/chunk-A7TZHALP.js +0 -7
  227. package/dist/chunk-CXPA2XU3.js +0 -105
  228. package/dist/chunk-NKHMUPAP.js +0 -43
  229. package/dist/chunk-WDUQUPTE.js +0 -7
  230. package/dist/radio/src/RadioList.d.ts +0 -17
  231. package/dist/radio/src/RadioList.js +0 -3
  232. package/dist/radio/src/RadioListContext.d.ts +0 -10
  233. package/dist/radio/src/RadioListContext.js +0 -2
@@ -1,5 +1,5 @@
1
1
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
2
- .Heading-module__hop-Heading___UA2-K {
2
+ .Heading-module__hop-Heading___PZH3U {
3
3
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
4
4
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
5
5
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -33,50 +33,50 @@
33
33
  --hop-Heading-inherit-size-font-weight: inherit;
34
34
  --hop-Heading-inherit-size-line-height: inherit;
35
35
  }
36
- :where(.Heading-module__hop-Heading___UA2-K) {
36
+ :where(.Heading-module__hop-Heading___PZH3U) {
37
37
  margin: 0;
38
38
  font-family: var(--font-family);
39
39
  font-size: var(--font-size);
40
40
  font-weight: var(--font-weight);
41
41
  line-height: var(--line-height);
42
42
  }
43
- :where(.Heading-module__hop-Heading--xs___JuI6Z) {
43
+ :where(.Heading-module__hop-Heading--xs___I-PNg) {
44
44
  --font-size: var(--hop-Heading-xs-font-size);
45
45
  --font-family: var(--hop-Heading-xs-font-family);
46
46
  --font-weight: var(--hop-Heading-xs-font-weight);
47
47
  --line-height: var(--hop-Heading-xs-line-height);
48
48
  }
49
- :where(.Heading-module__hop-Heading--sm___n-J5E) {
49
+ :where(.Heading-module__hop-Heading--sm___wKJf5) {
50
50
  --font-size: var(--hop-Heading-sm-font-size);
51
51
  --font-family: var(--hop-Heading-sm-font-family);
52
52
  --font-weight: var(--hop-Heading-sm-font-weight);
53
53
  --line-height: var(--hop-Heading-sm-line-height);
54
54
  }
55
- :where(.Heading-module__hop-Heading--md___h9Hi3) {
55
+ :where(.Heading-module__hop-Heading--md___kqhjn) {
56
56
  --font-size: var(--hop-Heading-md-font-size);
57
57
  --font-family: var(--hop-Heading-md-font-family);
58
58
  --font-weight: var(--hop-Heading-md-font-weight);
59
59
  --line-height: var(--hop-Heading-md-line-height);
60
60
  }
61
- :where(.Heading-module__hop-Heading--lg___SBfls) {
61
+ :where(.Heading-module__hop-Heading--lg___kXlhF) {
62
62
  --font-size: var(--hop-Heading-lg-font-size);
63
63
  --font-family: var(--hop-Heading-lg-font-family);
64
64
  --font-weight: var(--hop-Heading-lg-font-weight);
65
65
  --line-height: var(--hop-Heading-lg-line-height);
66
66
  }
67
- :where(.Heading-module__hop-Heading--xl___7Vy5T) {
67
+ :where(.Heading-module__hop-Heading--xl___-8ce8) {
68
68
  --font-size: var(--hop-Heading-xl-font-size);
69
69
  --font-family: var(--hop-Heading-xl-font-family);
70
70
  --font-weight: var(--hop-Heading-xl-font-weight);
71
71
  --line-height: var(--hop-Heading-xl-line-height);
72
72
  }
73
- :where(.Heading-module__hop-Heading--2xl___GbcDM) {
73
+ :where(.Heading-module__hop-Heading--2xl___KRgGY) {
74
74
  --font-size: var(--hop-Heading-2xl-font-size);
75
75
  --font-family: var(--hop-Heading-2xl-font-family);
76
76
  --font-weight: var(--hop-Heading-2xl-font-weight);
77
77
  --line-height: var(--hop-Heading-2xl-line-height);
78
78
  }
79
- :where(.Heading-module__hop-Heading--3xl___iwezV) {
79
+ :where(.Heading-module__hop-Heading--3xl___kKyqV) {
80
80
  --font-size: var(--hop-Heading-3xl-font-size);
81
81
  --font-family: var(--hop-Heading-3xl-font-family);
82
82
  --font-weight: var(--hop-Heading-3xl-font-weight);
@@ -84,7 +84,7 @@
84
84
  }
85
85
 
86
86
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
87
- .Text-module__hop-Text___AovO6 {
87
+ .Text-module__hop-Text___13nPk {
88
88
  --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
89
89
  --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
90
90
  --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -114,49 +114,49 @@
114
114
  --hop-Text-inherit-size-font-weight: inherit;
115
115
  --hop-Text-inherit-size-line-height: inherit;
116
116
  }
117
- :where(.Text-module__hop-Text___AovO6) {
117
+ :where(.Text-module__hop-Text___13nPk) {
118
118
  font-family: var(--font-family);
119
119
  font-size: var(--font-size);
120
120
  font-weight: var(--font-weight);
121
121
  line-height: var(--line-height);
122
122
  }
123
- :where(.Text-module__hop-Text--xs___isCct) {
123
+ :where(.Text-module__hop-Text--xs___4PYRL) {
124
124
  --font-size: var(--hop-Text-xs-font-size);
125
125
  --font-family: var(--hop-Text-xs-font-family);
126
126
  --font-weight: var(--hop-Text-xs-font-weight);
127
127
  --line-height: var(--hop-Text-xs-line-height);
128
128
  }
129
- :where(.Text-module__hop-Text--sm___ey2C4) {
129
+ :where(.Text-module__hop-Text--sm___R0d9u) {
130
130
  --font-size: var(--hop-Text-sm-font-size);
131
131
  --font-family: var(--hop-Text-sm-font-family);
132
132
  --font-weight: var(--hop-Text-sm-font-weight);
133
133
  --line-height: var(--hop-Text-sm-line-height);
134
134
  }
135
- :where(.Text-module__hop-Text--md___OBWp5) {
135
+ :where(.Text-module__hop-Text--md___xiBnj) {
136
136
  --font-size: var(--hop-Text-md-font-size);
137
137
  --font-family: var(--hop-Text-md-font-family);
138
138
  --font-weight: var(--hop-Text-md-font-weight);
139
139
  --line-height: var(--hop-Text-md-line-height);
140
140
  }
141
- :where(.Text-module__hop-Text--lg___rnq-9) {
141
+ :where(.Text-module__hop-Text--lg___yOLxE) {
142
142
  --font-size: var(--hop-Text-lg-font-size);
143
143
  --font-family: var(--hop-Text-lg-font-family);
144
144
  --font-weight: var(--hop-Text-lg-font-weight);
145
145
  --line-height: var(--hop-Text-lg-line-height);
146
146
  }
147
- :where(.Text-module__hop-Text--xl___U7CZo) {
147
+ :where(.Text-module__hop-Text--xl___uUwf-) {
148
148
  --font-size: var(--hop-Text-xl-font-size);
149
149
  --font-family: var(--hop-Text-xl-font-family);
150
150
  --font-weight: var(--hop-Text-xl-font-weight);
151
151
  --line-height: var(--hop-Text-xl-line-height);
152
152
  }
153
- :where(.Text-module__hop-Text--2xl___dpqJD) {
153
+ :where(.Text-module__hop-Text--2xl___bg2X9) {
154
154
  --font-size: var(--hop-Text-2xl-font-size);
155
155
  --font-family: var(--hop-Text-2xl-font-family);
156
156
  --font-weight: var(--hop-Text-2xl-font-weight);
157
157
  --line-height: var(--hop-Text-2xl-line-height);
158
158
  }
159
- :where(.Text-module__hop-Text--inherit___BYTB4) {
159
+ :where(.Text-module__hop-Text--inherit___hrzn1) {
160
160
  --font-size: var(--hop-Text-inherit-size-font-size);
161
161
  --font-family: var(--hop-Text-inherit-size-font-family);
162
162
  --font-weight: var(--hop-Text-inherit-size-font-weight);
@@ -164,7 +164,7 @@
164
164
  }
165
165
 
166
166
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
167
- :where(.OverlineText-module__hop-OverlineText___yYKTh) {
167
+ :where(.OverlineText-module__hop-OverlineText___d6THC) {
168
168
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
169
169
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
170
170
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -188,39 +188,39 @@
188
188
  text-transform: uppercase;
189
189
  letter-spacing: var(--letter-spacing);
190
190
  }
191
- .OverlineText-module__hop-OverlineText__text___sJpdF {
191
+ .OverlineText-module__hop-OverlineText__text___m9fud {
192
192
  box-sizing: border-box;
193
193
  }
194
- .OverlineText-module__hop-OverlineText__text___sJpdF::before,
195
- .OverlineText-module__hop-OverlineText__text___sJpdF::after {
194
+ .OverlineText-module__hop-OverlineText__text___m9fud::before,
195
+ .OverlineText-module__hop-OverlineText__text___m9fud::after {
196
196
  content: "";
197
197
  display: block;
198
198
  box-sizing: border-box;
199
199
  inline-size: 0;
200
200
  block-size: 0;
201
201
  }
202
- .OverlineText-module__hop-OverlineText__text___sJpdF::before {
202
+ .OverlineText-module__hop-OverlineText__text___m9fud::before {
203
203
  margin-block-end: var(--bottom-offset);
204
204
  }
205
- .OverlineText-module__hop-OverlineText__text___sJpdF::after {
205
+ .OverlineText-module__hop-OverlineText__text___m9fud::after {
206
206
  margin-block-start: var(--top-offset);
207
207
  }
208
208
 
209
209
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
210
- .Label-module__hop-Label___Dq4FO {
210
+ .Label-module__hop-Label___Wuql9 {
211
211
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
212
212
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
213
213
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
214
214
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
215
215
  --hop-Label-color: var(--hop-neutral-text-weak);
216
216
  }
217
- :where(.Label-module__hop-Label___Dq4FO) {
217
+ :where(.Label-module__hop-Label___Wuql9) {
218
218
  font-family: var(--hop-Label-font-family);
219
219
  font-size: var(--hop-Label-font-size);
220
220
  font-weight: var(--hop-Label-font-weight);
221
221
  line-height: var(--hop-Label-line-height);
222
222
  color: var(--hop-Label-color);
223
223
  }
224
- :where(.Label-module__hop-Label__indicator___G2AKG) {
224
+ :where(.Label-module__hop-Label__indicator___ybqw3) {
225
225
  padding-inline-start: var(--hop-space-20);
226
226
  }
@@ -6,7 +6,7 @@ export { EnsureTextWrapper } from './EnsureTextWrapper.js';
6
6
  export { isTextOnlyChildren } from './isTextOnlyChildren.js';
7
7
  export { Size, SizeAdapter } from './sizeAdapter.js';
8
8
  export { SlotProvider, SlotProviderProps } from './SlotProvider.js';
9
- export { AccessibleSlotProps, Align, BaseComponentDOMProps, DOMProps, FieldSize, InputGroupVariant, InteractionProps, NecessityIndicator, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps } from './types.js';
9
+ export { AccessibleSlotProps, Align, BaseComponentDOMProps, DOMProps, FieldProps, FieldSize, InputGroupVariant, InteractionProps, NecessityIndicator, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps } from './types.js';
10
10
  export { useFontFaceReady } from './useFontFaceReady.js';
11
11
  export { useIsOverflow } from './useIsOverflow.js';
12
12
  export { useRenderProps } from './useRenderProps.js';
@@ -6,21 +6,21 @@ export { useScale } from '../../chunk-MTDFS4CZ.js';
6
6
  export { useSlot } from '../../chunk-H5YTU3U7.js';
7
7
  export { useIsOverflow } from '../../chunk-EHXOXTDN.js';
8
8
  export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from '../../chunk-TIPN4VYD.js';
9
- export { EnsureTextWrapper } from '../../chunk-2ASLFWR3.js';
9
+ export { EnsureTextWrapper } from '../../chunk-QH5LWKA7.js';
10
10
  export { isTextOnlyChildren } from '../../chunk-ZWU6DRRZ.js';
11
11
  import '../../chunk-LJXTJRSB.js';
12
- import '../../chunk-T3RZI4I7.js';
13
- import '../../chunk-ZSCI4FHZ.js';
12
+ import '../../chunk-P6DGNPLB.js';
14
13
  import '../../chunk-TXZ6BMFR.js';
14
+ import '../../chunk-AAMEZDS5.js';
15
15
  import '../../chunk-QCA3ZR56.js';
16
16
  import '../../chunk-TFVDF4YH.js';
17
- import '../../chunk-OJWMKFCM.js';
17
+ import '../../chunk-5HPWSPMG.js';
18
18
  import '../../chunk-WPNVVGFW.js';
19
- import '../../chunk-JM577F4Y.js';
19
+ import '../../chunk-FR7CLIF6.js';
20
20
  import '../../chunk-X6SER3TZ.js';
21
21
  export { ClearContainerSlots, ClearProviders } from '../../chunk-HXI3MEEK.js';
22
- export { SlotProvider } from '../../chunk-M36KANKC.js';
23
22
  export { useRenderProps } from '../../chunk-NH3IVMXB.js';
24
23
  export { composeClassnameRenderProps } from '../../chunk-65JPI4FL.js';
24
+ export { SlotProvider } from '../../chunk-M36KANKC.js';
25
25
  export { cssModule } from '../../chunk-KVDXQMWI.js';
26
26
  import '../../chunk-JSBRDJBE.js';
@@ -1,3 +1,4 @@
1
+ import { ResponsiveProp } from '@hopper-ui/styled-system';
1
2
  import { DOMProps as DOMProps$1, AriaLabelingProps } from '@react-types/shared';
2
3
  import { CSSProperties, ReactNode } from 'react';
3
4
  import { SlotProps } from 'react-aria-components';
@@ -82,5 +83,28 @@ type Align = "start" | "end" | "center";
82
83
  type FieldSize = "sm" | "md";
83
84
  type NecessityIndicator = "asterisk" | "label";
84
85
  type InputGroupVariant = "borderless" | "bordered";
86
+ interface FieldProps {
87
+ /**
88
+ * The helper message of the field.
89
+ */
90
+ description?: ReactNode;
91
+ /**
92
+ * The error message of the field.
93
+ */
94
+ errorMessage?: ReactNode;
95
+ /**
96
+ * The label of the field.
97
+ */
98
+ label?: ReactNode;
99
+ /**
100
+ * Whether the required state should be shown as an asterisk or a label, which would display (Optional) on all non required field labels.
101
+ */
102
+ necessityIndicator?: NecessityIndicator;
103
+ /**
104
+ * A CheckboxGroup can vary in size.
105
+ * @default "md"
106
+ */
107
+ size?: ResponsiveProp<FieldSize>;
108
+ }
85
109
 
86
- export type { AccessibleSlotProps, Align, BaseComponentDOMProps, DOMProps, FieldSize, InputGroupVariant, InteractionProps, NecessityIndicator, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps };
110
+ export type { AccessibleSlotProps, Align, BaseComponentDOMProps, DOMProps, FieldProps, FieldSize, InputGroupVariant, InteractionProps, NecessityIndicator, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps };
@@ -2,6 +2,7 @@ import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
3
  import * as csstype from 'csstype';
4
4
  import { RenderPropsHookOptions } from './types.js';
5
+ import '@hopper-ui/styled-system';
5
6
  import '@react-types/shared';
6
7
  import 'react-aria-components';
7
8
 
@@ -386,7 +387,7 @@ declare function useRenderProps<T>(props: RenderPropsHookOptions<T>): {
386
387
  writingMode?: csstype.Property.WritingMode | undefined;
387
388
  zIndex?: csstype.Property.ZIndex | undefined;
388
389
  zoom?: csstype.Property.Zoom | undefined;
389
- all?: csstype.Globals | undefined;
390
+ all?: csstype.Property.All | undefined;
390
391
  animation?: csstype.Property.Animation<string & {}> | undefined;
391
392
  animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
392
393
  background?: csstype.Property.Background<string | number> | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/components",
3
3
  "author": "Workleap",
4
- "version": "1.3.23",
4
+ "version": "1.3.25",
5
5
  "description": "The components package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -45,39 +45,40 @@
45
45
  "@react-stately/utils": "^3.10.4",
46
46
  "@react-types/shared": "^3.25.0",
47
47
  "clsx": "^2.1.1",
48
- "@hopper-ui/icons": "2.8.3"
48
+ "@hopper-ui/icons": "2.8.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@swc/core": "1.5.25",
52
- "@swc/helpers": "0.5.11",
51
+ "@swc/core": "1.7.36",
52
+ "@swc/helpers": "0.5.13",
53
53
  "@swc/jest": "0.2.36",
54
- "@testing-library/dom": "10.1.0",
55
- "@testing-library/jest-dom": "6.4.6",
56
- "@testing-library/react": "16.0.0",
54
+ "@testing-library/dom": "10.4.0",
55
+ "@testing-library/jest-dom": "6.6.1",
56
+ "@testing-library/react": "16.0.1",
57
57
  "@testing-library/user-event": "14.5.2",
58
- "@types/jest": "29.5.12",
59
- "@types/react": "18.3.3",
60
- "@types/react-dom": "18.3.0",
58
+ "@types/eslint": "8.56.12",
59
+ "@types/jest": "29.5.13",
60
+ "@types/react": "18.3.11",
61
+ "@types/react-dom": "18.3.1",
61
62
  "@types/react-test-renderer": "18.3.0",
62
63
  "@workleap/eslint-plugin": "3.2.2",
63
64
  "@workleap/swc-configs": "2.2.3",
64
65
  "@workleap/tsup-configs": "3.0.6",
65
66
  "@workleap/typescript-configs": "3.0.2",
66
- "eslint": "8.57.0",
67
+ "eslint": "8.57.1",
67
68
  "identity-obj-proxy": "3.0.0",
68
69
  "jest": "29.7.0",
69
70
  "jest-environment-jsdom": "29.7.0",
70
- "jest-fail-on-console": "3.3.0",
71
+ "jest-fail-on-console": "3.3.1",
71
72
  "jest-fetch-mock": "3.0.3",
72
73
  "react": "18.3.1",
73
- "react-aria": "3.35.0",
74
- "react-aria-components": "1.4.0",
74
+ "react-aria": "3.35.1",
75
+ "react-aria-components": "1.4.1",
75
76
  "react-dom": "18.3.1",
76
77
  "react-test-renderer": "18.3.1",
77
- "ts-jest": "29.1.4",
78
- "tsup": "8.1.0",
79
- "typescript": "5.4.5",
80
- "@hopper-ui/styled-system": "2.4.0"
78
+ "ts-jest": "29.2.5",
79
+ "tsup": "8.3.0",
80
+ "typescript": "5.5.4",
81
+ "@hopper-ui/styled-system": "2.4.1"
81
82
  },
82
83
  "scripts": {
83
84
  "dev": "tsup --config ./tsup.dev.ts",
@@ -1,296 +0,0 @@
1
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
2
- .Heading-module__hop-Heading___UA2-K {
3
- --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
4
- --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
5
- --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
6
- --hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
7
- --hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
8
- --hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
9
- --hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
10
- --hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
11
- --hop-Heading-md-font-size: var(--hop-heading-md-font-size);
12
- --hop-Heading-md-font-family: var(--hop-heading-md-font-family);
13
- --hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
14
- --hop-Heading-md-line-height: var(--hop-heading-md-line-height);
15
- --hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
16
- --hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
17
- --hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
18
- --hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
19
- --hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
20
- --hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
21
- --hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
22
- --hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
23
- --hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
24
- --hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
25
- --hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
26
- --hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
27
- --hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
28
- --hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
29
- --hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
30
- --hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
31
- --hop-Heading-inherit-size-font-size: inherit;
32
- --hop-Heading-inherit-size-font-family: inherit;
33
- --hop-Heading-inherit-size-font-weight: inherit;
34
- --hop-Heading-inherit-size-line-height: inherit;
35
- }
36
- :where(.Heading-module__hop-Heading___UA2-K) {
37
- margin: 0;
38
- font-family: var(--font-family);
39
- font-size: var(--font-size);
40
- font-weight: var(--font-weight);
41
- line-height: var(--line-height);
42
- }
43
- :where(.Heading-module__hop-Heading--xs___JuI6Z) {
44
- --font-size: var(--hop-Heading-xs-font-size);
45
- --font-family: var(--hop-Heading-xs-font-family);
46
- --font-weight: var(--hop-Heading-xs-font-weight);
47
- --line-height: var(--hop-Heading-xs-line-height);
48
- }
49
- :where(.Heading-module__hop-Heading--sm___n-J5E) {
50
- --font-size: var(--hop-Heading-sm-font-size);
51
- --font-family: var(--hop-Heading-sm-font-family);
52
- --font-weight: var(--hop-Heading-sm-font-weight);
53
- --line-height: var(--hop-Heading-sm-line-height);
54
- }
55
- :where(.Heading-module__hop-Heading--md___h9Hi3) {
56
- --font-size: var(--hop-Heading-md-font-size);
57
- --font-family: var(--hop-Heading-md-font-family);
58
- --font-weight: var(--hop-Heading-md-font-weight);
59
- --line-height: var(--hop-Heading-md-line-height);
60
- }
61
- :where(.Heading-module__hop-Heading--lg___SBfls) {
62
- --font-size: var(--hop-Heading-lg-font-size);
63
- --font-family: var(--hop-Heading-lg-font-family);
64
- --font-weight: var(--hop-Heading-lg-font-weight);
65
- --line-height: var(--hop-Heading-lg-line-height);
66
- }
67
- :where(.Heading-module__hop-Heading--xl___7Vy5T) {
68
- --font-size: var(--hop-Heading-xl-font-size);
69
- --font-family: var(--hop-Heading-xl-font-family);
70
- --font-weight: var(--hop-Heading-xl-font-weight);
71
- --line-height: var(--hop-Heading-xl-line-height);
72
- }
73
- :where(.Heading-module__hop-Heading--2xl___GbcDM) {
74
- --font-size: var(--hop-Heading-2xl-font-size);
75
- --font-family: var(--hop-Heading-2xl-font-family);
76
- --font-weight: var(--hop-Heading-2xl-font-weight);
77
- --line-height: var(--hop-Heading-2xl-line-height);
78
- }
79
- :where(.Heading-module__hop-Heading--3xl___iwezV) {
80
- --font-size: var(--hop-Heading-3xl-font-size);
81
- --font-family: var(--hop-Heading-3xl-font-family);
82
- --font-weight: var(--hop-Heading-3xl-font-weight);
83
- --line-height: var(--hop-Heading-3xl-line-height);
84
- }
85
-
86
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
87
- .Text-module__hop-Text___AovO6 {
88
- --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
89
- --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
90
- --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
91
- --hop-Text-xs-line-height: var(--hop-body-xs-line-height);
92
- --hop-Text-sm-font-size: var(--hop-body-sm-font-size);
93
- --hop-Text-sm-font-family: var(--hop-body-sm-font-family);
94
- --hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
95
- --hop-Text-sm-line-height: var(--hop-body-sm-line-height);
96
- --hop-Text-md-font-size: var(--hop-body-md-font-size);
97
- --hop-Text-md-font-family: var(--hop-body-md-font-family);
98
- --hop-Text-md-font-weight: var(--hop-body-md-font-weight);
99
- --hop-Text-md-line-height: var(--hop-body-md-line-height);
100
- --hop-Text-lg-font-size: var(--hop-body-lg-font-size);
101
- --hop-Text-lg-font-family: var(--hop-body-lg-font-family);
102
- --hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
103
- --hop-Text-lg-line-height: var(--hop-body-lg-line-height);
104
- --hop-Text-xl-font-size: var(--hop-body-xl-font-size);
105
- --hop-Text-xl-font-family: var(--hop-body-xl-font-family);
106
- --hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
107
- --hop-Text-xl-line-height: var(--hop-body-xl-line-height);
108
- --hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
109
- --hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
110
- --hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
111
- --hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
112
- --hop-Text-inherit-size-font-size: inherit;
113
- --hop-Text-inherit-size-font-family: inherit;
114
- --hop-Text-inherit-size-font-weight: inherit;
115
- --hop-Text-inherit-size-line-height: inherit;
116
- }
117
- :where(.Text-module__hop-Text___AovO6) {
118
- font-family: var(--font-family);
119
- font-size: var(--font-size);
120
- font-weight: var(--font-weight);
121
- line-height: var(--line-height);
122
- }
123
- :where(.Text-module__hop-Text--xs___isCct) {
124
- --font-size: var(--hop-Text-xs-font-size);
125
- --font-family: var(--hop-Text-xs-font-family);
126
- --font-weight: var(--hop-Text-xs-font-weight);
127
- --line-height: var(--hop-Text-xs-line-height);
128
- }
129
- :where(.Text-module__hop-Text--sm___ey2C4) {
130
- --font-size: var(--hop-Text-sm-font-size);
131
- --font-family: var(--hop-Text-sm-font-family);
132
- --font-weight: var(--hop-Text-sm-font-weight);
133
- --line-height: var(--hop-Text-sm-line-height);
134
- }
135
- :where(.Text-module__hop-Text--md___OBWp5) {
136
- --font-size: var(--hop-Text-md-font-size);
137
- --font-family: var(--hop-Text-md-font-family);
138
- --font-weight: var(--hop-Text-md-font-weight);
139
- --line-height: var(--hop-Text-md-line-height);
140
- }
141
- :where(.Text-module__hop-Text--lg___rnq-9) {
142
- --font-size: var(--hop-Text-lg-font-size);
143
- --font-family: var(--hop-Text-lg-font-family);
144
- --font-weight: var(--hop-Text-lg-font-weight);
145
- --line-height: var(--hop-Text-lg-line-height);
146
- }
147
- :where(.Text-module__hop-Text--xl___U7CZo) {
148
- --font-size: var(--hop-Text-xl-font-size);
149
- --font-family: var(--hop-Text-xl-font-family);
150
- --font-weight: var(--hop-Text-xl-font-weight);
151
- --line-height: var(--hop-Text-xl-line-height);
152
- }
153
- :where(.Text-module__hop-Text--2xl___dpqJD) {
154
- --font-size: var(--hop-Text-2xl-font-size);
155
- --font-family: var(--hop-Text-2xl-font-family);
156
- --font-weight: var(--hop-Text-2xl-font-weight);
157
- --line-height: var(--hop-Text-2xl-line-height);
158
- }
159
- :where(.Text-module__hop-Text--inherit___BYTB4) {
160
- --font-size: var(--hop-Text-inherit-size-font-size);
161
- --font-family: var(--hop-Text-inherit-size-font-family);
162
- --font-weight: var(--hop-Text-inherit-size-font-weight);
163
- --line-height: var(--hop-Text-inherit-size-line-height);
164
- }
165
-
166
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
167
- :where(.OverlineText-module__hop-OverlineText___yYKTh) {
168
- --hop-OverlineText-font-family: var(--hop-overline-font-family);
169
- --hop-OverlineText-font-size: var(--hop-overline-font-size);
170
- --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
171
- --hop-OverlineText-letter-spacing: 0.015rem;
172
- --hop-OverlineText-line-height: var(--hop-overline-line-height);
173
- --hop-OverlineText-top-offset: var(--hop-overline-top-offset);
174
- --hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
175
- --font-family: var(--hop-OverlineText-font-family);
176
- --font-size: var(--hop-OverlineText-font-size);
177
- --font-weight: var(--hop-OverlineText-font-weight);
178
- --letter-spacing: var(--hop-OverlineText-letter-spacing);
179
- --line-height: var(--hop-OverlineText-line-height);
180
- --top-offset: var(--hop-OverlineText-top-offset);
181
- --bottom-offset: var(--hop-OverlineText-bottom-offset);
182
- box-sizing: border-box;
183
- font-family: var(--font-family);
184
- font-size: var(--font-size);
185
- font-feature-settings: "case";
186
- font-weight: var(--font-weight);
187
- line-height: var(--line-height);
188
- text-transform: uppercase;
189
- letter-spacing: var(--letter-spacing);
190
- }
191
- .OverlineText-module__hop-OverlineText__text___sJpdF {
192
- box-sizing: border-box;
193
- }
194
- .OverlineText-module__hop-OverlineText__text___sJpdF::before,
195
- .OverlineText-module__hop-OverlineText__text___sJpdF::after {
196
- content: "";
197
- display: block;
198
- box-sizing: border-box;
199
- inline-size: 0;
200
- block-size: 0;
201
- }
202
- .OverlineText-module__hop-OverlineText__text___sJpdF::before {
203
- margin-block-end: var(--bottom-offset);
204
- }
205
- .OverlineText-module__hop-OverlineText__text___sJpdF::after {
206
- margin-block-start: var(--top-offset);
207
- }
208
-
209
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
210
- .Label-module__hop-Label___Dq4FO {
211
- --hop-Label-font-size: var(--hop-heading-xs-font-size);
212
- --hop-Label-font-family: var(--hop-heading-xs-font-family);
213
- --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
214
- --hop-Label-line-height: var(--hop-heading-xs-line-height);
215
- --hop-Label-color: var(--hop-neutral-text-weak);
216
- }
217
- :where(.Label-module__hop-Label___Dq4FO) {
218
- font-family: var(--hop-Label-font-family);
219
- font-size: var(--hop-Label-font-size);
220
- font-weight: var(--hop-Label-font-weight);
221
- line-height: var(--hop-Label-line-height);
222
- color: var(--hop-Label-color);
223
- }
224
- :where(.Label-module__hop-Label__indicator___G2AKG) {
225
- padding-inline-start: var(--hop-space-20);
226
- }
227
-
228
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
229
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___fJpxu {
230
- --hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
231
- --hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
232
- --hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
233
- --hop-RichIconAvatarImage-xs-size: 1rem;
234
- --hop-RichIconAvatarImage-icon-xs-size: 1rem;
235
- --hop-RichIconAvatarImage-sm-size: 1.5rem;
236
- --hop-RichIconAvatarImage-icon-sm-size: 1.5rem;
237
- --hop-RichIconAvatarImage-md-size: 2rem;
238
- --hop-RichIconAvatarImage-icon-md-size: 2rem;
239
- --hop-RichIconAvatarImage-lg-size: 3rem;
240
- --hop-RichIconAvatarImage-icon-lg-size: 3rem;
241
- --hop-RichIconAvatarImage-xl-size: 4rem;
242
- --hop-RichIconAvatarImage-icon-xl-size: 4rem;
243
- --hop-RichIconAvatarImage-2xl-size: 6rem;
244
- --hop-RichIconAvatarImage-icon-2xl-size: 4rem;
245
- --hop-RichIconAvatarImage-background-color-disabled: var(--hop-neutral-surface-disabled);
246
- --hop-RichIconAvatarImage-icon-color-disabled: var(--hop-neutral-icon-disabled);
247
- --background-color: var(--hop-RichIconAvatarImage-background-color);
248
- user-select: none;
249
- position: relative;
250
- overflow: hidden;
251
- display: flex;
252
- align-items: center;
253
- justify-content: center;
254
- inline-size: var(--size, var(--hop-RichIconAvatarImage-md-size));
255
- block-size: var(--size, var(--hop-RichIconAvatarImage-md-size));
256
- color: var(--hop-RichIconAvatarImage-icon-color);
257
- background-color: var(--background-color);
258
- border-radius: var(--hop-RichIconAvatarImage-border-radius);
259
- }
260
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___tN6hq {
261
- --size: var(--hop-RichIconAvatarImage-xs-size);
262
- --icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
263
- }
264
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___rmQVO {
265
- --size: var(--hop-RichIconAvatarImage-sm-size);
266
- --icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
267
- }
268
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--md___4KyFb {
269
- --size: var(--hop-RichIconAvatarImage-md-size);
270
- --icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
271
- }
272
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___Keqpd {
273
- --size: var(--hop-RichIconAvatarImage-lg-size);
274
- --icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
275
- }
276
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___8Iryg {
277
- --size: var(--hop-RichIconAvatarImage-xl-size);
278
- --icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
279
- }
280
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___f4D7v {
281
- --size: var(--hop-RichIconAvatarImage-2xl-size);
282
- --icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
283
- }
284
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___fJpxu[data-disabled] {
285
- --background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
286
- }
287
- .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Jsl0A {
288
- position: relative;
289
- display: block;
290
- inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
291
- block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
292
- }
293
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___fJpxu[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Jsl0A {
294
- --hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
295
- --hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
296
- }